Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 67d1a34251aa6315d67009af9685794612423525 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-18187 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/268 [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/268 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 67d1a34251aa6315d67009af9685794612423525 (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 67d1a34251aa6315d67009af9685794612423525 # timeout=10 Commit message: "Merge pull request #2960 from ernestojeda/devops-std-dockerfiles" > git rev-list --no-walk 9055af8f68e88a938bcfb78a4c3e51009b2a2f83 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-04T16:32:54.766Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-04T16:32:55.129Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-04T16:32:55.239Z] ========================================================= [2021-01-04T16:32:55.239Z] EdgeX Global Pipelines Version Info [2021-01-04T16:32:55.239Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-04T16:32:56.757Z] ------------------- [2021-01-04T16:32:56.757Z] stable info: [2021-01-04T16:32:56.757Z] ------------------- [2021-01-04T16:32:56.757Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-04T16:32:56.757Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-04T16:32:56.757Z] Message: update stable to v1.0.173 [2021-01-04T16:32:57.705Z] ------------------- [2021-01-04T16:32:57.705Z] experimental info: [2021-01-04T16:32:57.705Z] ------------------- [2021-01-04T16:32:57.705Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-04T16:32:57.705Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-04T16:32:57.705Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-04T16:32:57.958Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-04T16:32:58.040Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-04T16:32:58.170Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-04T16:32:58.263Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-04T16:32:58.350Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-04T16:32:58.464Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-04T16:32:58.554Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-04T16:32:58.649Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-04T16:32:58.736Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-04T16:32:58.821Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-04T16:32:58.905Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-04T16:32:58.995Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-04T16:32:59.088Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-04T16:32:59.174Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-04T16:32:59.290Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-04T16:32:59.379Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-04T16:32:59.504Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-04T16:32:59.587Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-04T16:32:59.711Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-04T16:32:59.794Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-04T16:32:59.880Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-04T16:32:59.973Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-04T16:33:00.059Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-04T16:33:00.179Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-04T16:33:00.261Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-04T16:33:00.353Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-04T16:33:00.460Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 67d1a34251aa6315d67009af9685794612423525 [Pipeline] echo [2021-01-04T16:33:00.782Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 67d1a34 [Pipeline] echo [2021-01-04T16:33:00.863Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-04T16:33:01.030Z] provisioning config files... [2021-01-04T16:33:01.060Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/268@tmp/config7847634003709715891tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-04T16:33:01.471Z] ---> docker-login.sh [2021-01-04T16:33:01.471Z] nexus3.edgexfoundry.org:10001 [2021-01-04T16:33:02.063Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T16:33:02.063Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T16:33:02.063Z] Configure a credential helper to remove this warning. See [2021-01-04T16:33:02.063Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T16:33:02.063Z] [2021-01-04T16:33:02.063Z] Login Succeeded [2021-01-04T16:33:02.063Z] nexus3.edgexfoundry.org:10002 [2021-01-04T16:33:02.325Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T16:33:02.325Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T16:33:02.325Z] Configure a credential helper to remove this warning. See [2021-01-04T16:33:02.325Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T16:33:02.325Z] [2021-01-04T16:33:02.325Z] Login Succeeded [2021-01-04T16:33:02.325Z] nexus3.edgexfoundry.org:10003 [2021-01-04T16:33:02.325Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T16:33:02.588Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T16:33:02.588Z] Configure a credential helper to remove this warning. See [2021-01-04T16:33:02.588Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T16:33:02.588Z] [2021-01-04T16:33:02.588Z] Login Succeeded [2021-01-04T16:33:02.588Z] nexus3.edgexfoundry.org:10004 [2021-01-04T16:33:02.588Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T16:33:02.588Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T16:33:02.588Z] Configure a credential helper to remove this warning. See [2021-01-04T16:33:02.588Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T16:33:02.588Z] [2021-01-04T16:33:02.588Z] Login Succeeded [2021-01-04T16:33:02.588Z] docker.io [2021-01-04T16:33:02.852Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T16:33:03.115Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T16:33:03.115Z] Configure a credential helper to remove this warning. See [2021-01-04T16:33:03.115Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T16:33:03.115Z] [2021-01-04T16:33:03.115Z] Login Succeeded [2021-01-04T16:33:03.115Z] ---> docker-login.sh ends [Pipeline] } [2021-01-04T16:33:03.127Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-04T16:33:03.604Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-04T16:33:03.604Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T16:33:03.604Z] ++ dirname cmd/core-command/Dockerfile [2021-01-04T16:33:03.604Z] ++ cut -d/ -f2 [2021-01-04T16:33:03.604Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-04T16:33:03.604Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T16:33:03.604Z] ++ dirname cmd/core-data/Dockerfile [2021-01-04T16:33:03.604Z] ++ cut -d/ -f2 [2021-01-04T16:33:03.604Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-04T16:33:03.604Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T16:33:03.604Z] ++ cut -d/ -f2 [2021-01-04T16:33:03.604Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-04T16:33:03.604Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-04T16:33:03.604Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T16:33:03.604Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-04T16:33:03.604Z] ++ cut -d/ -f2 [2021-01-04T16:33:03.604Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-04T16:33:03.604Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T16:33:03.604Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-04T16:33:03.604Z] ++ cut -d/ -f2 [2021-01-04T16:33:03.604Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-04T16:33:03.604Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T16:33:03.604Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-04T16:33:03.604Z] ++ cut -d/ -f2 [2021-01-04T16:33:03.604Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-04T16:33:03.604Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T16:33:03.604Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-04T16:33:03.604Z] ++ cut -d/ -f2 [2021-01-04T16:33:03.604Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-04T16:33:03.604Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T16:33:03.604Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-04T16:33:03.604Z] ++ cut -d/ -f2 [2021-01-04T16:33:03.604Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-04T16:33:03.604Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T16:33:03.604Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-04T16:33:03.604Z] ++ cut -d/ -f2 [2021-01-04T16:33:03.604Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-04T16:33:03.686Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:33:04.512Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-04T16:33:04.512Z] [2021-01-04T16:33:04.512Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:33:04.894Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-04T16:33:04.894Z] latest: Pulling from edgex-devops/git-semver [2021-01-04T16:33:04.894Z] 31603596830f: Pulling fs layer [2021-01-04T16:33:04.894Z] 2a8b12db71e7: Pulling fs layer [2021-01-04T16:33:04.894Z] 6ca5941a6612: Pulling fs layer [2021-01-04T16:33:04.894Z] ecc8261a40a4: Pulling fs layer [2021-01-04T16:33:04.894Z] ecc8261a40a4: Waiting [2021-01-04T16:33:04.894Z] 2a8b12db71e7: Verifying Checksum [2021-01-04T16:33:04.894Z] 2a8b12db71e7: Download complete [2021-01-04T16:33:04.894Z] 31603596830f: Verifying Checksum [2021-01-04T16:33:04.894Z] 31603596830f: Download complete [2021-01-04T16:33:05.166Z] ecc8261a40a4: Verifying Checksum [2021-01-04T16:33:05.166Z] ecc8261a40a4: Download complete [2021-01-04T16:33:05.166Z] 6ca5941a6612: Verifying Checksum [2021-01-04T16:33:05.166Z] 6ca5941a6612: Download complete [2021-01-04T16:33:05.434Z] 31603596830f: Pull complete [2021-01-04T16:33:05.434Z] 2a8b12db71e7: Pull complete [2021-01-04T16:33:06.401Z] 6ca5941a6612: Pull complete [2021-01-04T16:33:06.664Z] ecc8261a40a4: Pull complete [2021-01-04T16:33:06.664Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-04T16:33:06.664Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-04T16:33:06.664Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-04T16:33:06.768Z] prd-centos7-docker-4c-2g-18187 does not seem to be running inside a container [2021-01-04T16:33:06.830Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/268 -v /w/workspace/edgex-go/268:/w/workspace/edgex-go/268:rw,z -v /w/workspace/edgex-go/268@tmp:/w/workspace/edgex-go/268@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-04T16:33:09.502Z] $ docker top b4c1c150e700c0fa3c3559e7602a68d876c82ca81d735e55d24b2aa8c83c5f3e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-04T16:33:09.927Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-04T16:33:09.927Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-04T16:33:10.149Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-04T16:33:10.153Z] $ docker exec b4c1c150e700c0fa3c3559e7602a68d876c82ca81d735e55d24b2aa8c83c5f3e ssh-agent [2021-01-04T16:33:10.344Z] SSH_AUTH_SOCK=/tmp/ssh-lXSCbIpWjqlK/agent.11 [2021-01-04T16:33:10.344Z] SSH_AGENT_PID=17 [2021-01-04T16:33:10.365Z] Running ssh-add (command line suppressed) [2021-01-04T16:33:10.493Z] Identity added: /w/workspace/edgex-go/268@tmp/private_key_8053215513708138727.key (/w/workspace/edgex-go/268@tmp/private_key_8053215513708138727.key) [2021-01-04T16:33:10.561Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-04T16:33:10.919Z] + git tag --points-at HEAD [Pipeline] } [2021-01-04T16:33:10.946Z] $ docker exec --env ******** --env ******** b4c1c150e700c0fa3c3559e7602a68d876c82ca81d735e55d24b2aa8c83c5f3e ssh-agent -k [2021-01-04T16:33:11.064Z] unset SSH_AUTH_SOCK; [2021-01-04T16:33:11.064Z] unset SSH_AGENT_PID; [2021-01-04T16:33:11.064Z] echo Agent pid 17 killed; [2021-01-04T16:33:11.114Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-04T16:33:11.271Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-04T16:33:11.271Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-04T16:33:11.448Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-04T16:33:11.453Z] $ docker exec b4c1c150e700c0fa3c3559e7602a68d876c82ca81d735e55d24b2aa8c83c5f3e ssh-agent [2021-01-04T16:33:11.640Z] SSH_AUTH_SOCK=/tmp/ssh-ZJh37hOJXUXa/agent.46 [2021-01-04T16:33:11.640Z] SSH_AGENT_PID=51 [2021-01-04T16:33:11.647Z] Running ssh-add (command line suppressed) [2021-01-04T16:33:11.774Z] Identity added: /w/workspace/edgex-go/268@tmp/private_key_4971677214328920007.key (/w/workspace/edgex-go/268@tmp/private_key_4971677214328920007.key) [2021-01-04T16:33:11.838Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-04T16:33:12.219Z] + git semver init [2021-01-04T16:33:12.219Z] # -> Open(): unable to determine branch for HEAD [2021-01-04T16:33:12.219Z] # $GIT_DIR = /w/workspace/edgex-go/268/.git [2021-01-04T16:33:12.219Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/268 [2021-01-04T16:33:12.219Z] # $SEMVER_REMOTE_NAME = origin [2021-01-04T16:33:12.219Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-04T16:33:12.219Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-04T16:33:12.219Z] # $SEMVER_BRANCH = master [2021-01-04T16:33:12.219Z] # $SEMVER_TEMP = /tmp/semver-122054706 [2021-01-04T16:33:12.219Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-04T16:33:31.193Z] # '/tmp/semver-122054706' -> '/w/workspace/edgex-go/268/.semver' [2021-01-04T16:33:31.193Z] # -> Force: false [2021-01-04T16:33:31.193Z] # $SEMVER_DIR = /w/workspace/edgex-go/268/.semver [Pipeline] } [2021-01-04T16:33:31.210Z] $ docker exec --env ******** --env ******** b4c1c150e700c0fa3c3559e7602a68d876c82ca81d735e55d24b2aa8c83c5f3e ssh-agent -k [2021-01-04T16:33:31.487Z] unset SSH_AUTH_SOCK; [2021-01-04T16:33:31.488Z] unset SSH_AGENT_PID; [2021-01-04T16:33:31.488Z] echo Agent pid 51 killed; [2021-01-04T16:33:31.601Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-04T16:33:32.075Z] + git semver [Pipeline] } [2021-01-04T16:33:32.095Z] $ docker stop --time=1 b4c1c150e700c0fa3c3559e7602a68d876c82ca81d735e55d24b2aa8c83c5f3e [2021-01-04T16:33:33.707Z] $ docker rm -f b4c1c150e700c0fa3c3559e7602a68d876c82ca81d735e55d24b2aa8c83c5f3e [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-04T16:33:34.335Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-04T16:33:34.887Z] Stashed 1 file(s) [Pipeline] echo [2021-01-04T16:33:34.890Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.23 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-04T16:33:35.809Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-04T16:33:36.106Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-04T16:33:36.407Z] + sudo service docker restart [2021-01-04T16:33:36.407Z] + true [2021-01-04T16:33:36.407Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-04T16:33:36.999Z] ========================================================= [2021-01-04T16:33:36.999Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-04T16:33:36.999Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:33:37.335Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-04T16:33:42.657Z] Sending build context to Docker daemon 326.2MB [2021-01-04T16:33:42.657Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-04T16:33:42.657Z] Step 2/6 : FROM ${BASE} [2021-01-04T16:33:42.657Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-04T16:33:42.657Z] 188c0c94c7c5: Pulling fs layer [2021-01-04T16:33:42.657Z] 0ef7d3d256c8: Pulling fs layer [2021-01-04T16:33:42.657Z] de9db76c5a1d: Pulling fs layer [2021-01-04T16:33:42.657Z] bca2f99d35d6: Pulling fs layer [2021-01-04T16:33:42.657Z] 93359f2a8cfa: Pulling fs layer [2021-01-04T16:33:42.657Z] 7c6f9722023f: Pulling fs layer [2021-01-04T16:33:42.657Z] a35cf1a2eb13: Pulling fs layer [2021-01-04T16:33:42.657Z] 7c6f9722023f: Waiting [2021-01-04T16:33:42.657Z] 93359f2a8cfa: Waiting [2021-01-04T16:33:42.657Z] a35cf1a2eb13: Waiting [2021-01-04T16:33:42.657Z] bca2f99d35d6: Waiting [2021-01-04T16:33:42.657Z] de9db76c5a1d: Verifying Checksum [2021-01-04T16:33:42.657Z] de9db76c5a1d: Download complete [2021-01-04T16:33:42.657Z] 0ef7d3d256c8: Download complete [2021-01-04T16:33:42.657Z] 93359f2a8cfa: Verifying Checksum [2021-01-04T16:33:42.657Z] 93359f2a8cfa: Download complete [2021-01-04T16:33:42.657Z] 7c6f9722023f: Verifying Checksum [2021-01-04T16:33:42.657Z] 7c6f9722023f: Download complete [2021-01-04T16:33:42.657Z] 188c0c94c7c5: Verifying Checksum [2021-01-04T16:33:42.657Z] 188c0c94c7c5: Download complete [2021-01-04T16:33:42.657Z] 188c0c94c7c5: Pull complete [2021-01-04T16:33:42.657Z] 0ef7d3d256c8: Pull complete [2021-01-04T16:33:42.919Z] de9db76c5a1d: Pull complete [2021-01-04T16:33:43.874Z] a35cf1a2eb13: Verifying Checksum [2021-01-04T16:33:43.874Z] a35cf1a2eb13: Download complete [2021-01-04T16:33:44.828Z] bca2f99d35d6: Verifying Checksum [2021-01-04T16:33:44.828Z] bca2f99d35d6: Download complete [2021-01-04T16:33:50.168Z] bca2f99d35d6: Pull complete [2021-01-04T16:33:50.168Z] 93359f2a8cfa: Pull complete [2021-01-04T16:33:50.168Z] 7c6f9722023f: Pull complete [2021-01-04T16:33:50.314Z] Still waiting to schedule task [2021-01-04T16:33:50.314Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-18185’ [2021-01-04T16:33:56.782Z] a35cf1a2eb13: Pull complete [2021-01-04T16:33:56.782Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-04T16:33:56.782Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-04T16:33:56.782Z] ---> a62c8e92a672 [2021-01-04T16:33:56.782Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-04T16:33:56.782Z] ---> Running in af00cd156c62 [2021-01-04T16:33:56.782Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T16:33:57.730Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T16:33:58.675Z] (1/12) Installing libmagic (5.38-r0) [2021-01-04T16:33:58.937Z] (2/12) Installing file (5.38-r0) [2021-01-04T16:33:58.937Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-04T16:33:58.937Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-04T16:34:13.865Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-04T16:34:13.865Z] (6/12) Installing patch (2.7.6-r6) [2021-01-04T16:34:13.865Z] (7/12) Installing build-base (0.5-r2) [2021-01-04T16:34:13.865Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-04T16:34:13.865Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-04T16:34:13.865Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-04T16:34:13.865Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-04T16:34:13.865Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-04T16:34:13.865Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T16:34:13.865Z] OK: 233 MiB in 51 packages [2021-01-04T16:34:17.176Z] Removing intermediate container af00cd156c62 [2021-01-04T16:34:17.176Z] ---> 4f8d72fb2da3 [2021-01-04T16:34:17.176Z] Step 4/6 : WORKDIR /edgex-go [2021-01-04T16:34:17.176Z] ---> Running in bbdef770db08 [2021-01-04T16:34:17.176Z] Removing intermediate container bbdef770db08 [2021-01-04T16:34:17.176Z] ---> afa715707488 [2021-01-04T16:34:17.176Z] Step 5/6 : COPY go.mod . [2021-01-04T16:34:17.440Z] ---> c115893b7ce0 [2021-01-04T16:34:17.440Z] Step 6/6 : RUN go mod download [2021-01-04T16:34:17.440Z] ---> Running in d3de6012c9c8 [2021-01-04T16:34:39.478Z] Removing intermediate container d3de6012c9c8 [2021-01-04T16:34:39.478Z] ---> 32431371c674 [2021-01-04T16:34:39.478Z] Successfully built 32431371c674 [2021-01-04T16:34:39.478Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:34:39.798Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-04T16:34:39.798Z] . [Pipeline] withDockerContainer [2021-01-04T16:34:39.903Z] prd-centos7-docker-4c-2g-18187 does not seem to be running inside a container [2021-01-04T16:34:39.950Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/268 -v /w/workspace/edgex-go/268:/w/workspace/edgex-go/268:rw,z -v /w/workspace/edgex-go/268@tmp:/w/workspace/edgex-go/268@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-04T16:34:40.813Z] $ docker top c89e77378f121b6505a4ae7dd1641aa8227555de4eb96d18103e3d684537e146 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T16:34:41.315Z] + go version [2021-01-04T16:34:41.315Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-04T16:34:41.331Z] $ docker stop --time=1 c89e77378f121b6505a4ae7dd1641aa8227555de4eb96d18103e3d684537e146 [2021-01-04T16:34:42.690Z] $ docker rm -f c89e77378f121b6505a4ae7dd1641aa8227555de4eb96d18103e3d684537e146 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:34:43.541Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-04T16:34:43.541Z] . [Pipeline] withDockerContainer [2021-01-04T16:34:43.642Z] prd-centos7-docker-4c-2g-18187 does not seem to be running inside a container [2021-01-04T16:34:43.691Z] $ 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/268 -v /w/workspace/edgex-go/268:/w/workspace/edgex-go/268:rw,z -v /w/workspace/edgex-go/268@tmp:/w/workspace/edgex-go/268@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-04T16:34:44.543Z] $ docker top 28e365c4cbad3af153f7f33463030cad183e99497a246249dfa6cc3a4119fecc -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-04T16:34:44.750Z] ========================================================= [2021-01-04T16:34:44.750Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-04T16:34:44.750Z] ========================================================= [Pipeline] sh [2021-01-04T16:34:45.043Z] + make test [2021-01-04T16:34:45.043Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-04T16:34:53.244Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-04T16:35:12.162Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-04T16:35:14.801Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-04T16:35:16.259Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-04T16:35:16.259Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-04T16:35:16.259Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-04T16:35:16.259Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-04T16:35:16.259Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-04T16:35:16.857Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-04T16:35:17.444Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-04T16:35:17.711Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-04T16:35:20.296Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-04T16:35:20.296Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-04T16:35:20.296Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-04T16:35:22.274Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.080s coverage: 46.6% of statements [2021-01-04T16:35:22.274Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-04T16:35:22.274Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-04T16:35:22.274Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-04T16:35:22.274Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-04T16:35:22.274Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-04T16:35:26.535Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.167s coverage: 27.0% of statements [2021-01-04T16:35:26.535Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-04T16:35:26.535Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-04T16:35:26.535Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-04T16:35:26.535Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-04T16:35:26.535Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-04T16:35:26.535Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-04T16:35:26.535Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.040s coverage: 100.0% of statements [2021-01-04T16:35:26.535Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-04T16:35:26.535Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.042s coverage: 100.0% of statements [2021-01-04T16:35:26.535Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-04T16:35:26.535Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-04T16:35:26.535Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.428s coverage: 75.7% of statements [2021-01-04T16:35:26.535Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-04T16:35:26.535Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-04T16:35:26.535Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.154s coverage: 82.9% of statements [2021-01-04T16:35:26.535Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-04T16:35:26.535Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-04T16:35:26.535Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-04T16:35:26.535Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-04T16:35:28.495Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.337s coverage: 28.6% of statements [2021-01-04T16:35:28.495Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-04T16:35:28.495Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-04T16:35:28.495Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-04T16:35:28.495Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-04T16:35:28.495Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-04T16:35:28.495Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.071s coverage: 100.0% of statements [2021-01-04T16:35:28.495Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-04T16:35:28.495Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.041s coverage: 100.0% of statements [2021-01-04T16:35:28.495Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-04T16:35:28.495Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.121s coverage: 86.7% of statements [2021-01-04T16:35:28.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-04T16:35:29.084Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.125s coverage: 97.5% of statements [2021-01-04T16:35:29.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-04T16:35:29.084Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.055s coverage: 78.3% of statements [2021-01-04T16:35:29.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-04T16:35:29.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-04T16:35:29.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-04T16:35:29.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-04T16:35:31.065Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.307s coverage: 93.8% of statements [2021-01-04T16:35:31.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-04T16:35:31.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-04T16:35:31.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-04T16:35:31.065Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-04T16:35:31.065Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-04T16:35:31.065Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-04T16:35:31.065Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-04T16:35:31.065Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-04T16:35:31.065Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-04T16:35:31.065Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-04T16:35:31.065Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-04T16:35:31.065Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-04T16:35:31.065Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-04T16:35:31.065Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-04T16:35:31.065Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-04T16:35:31.065Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-04T16:35:31.065Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-04T16:35:31.065Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-04T16:35:31.065Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.032s coverage: 58.8% of statements [2021-01-04T16:35:31.065Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-04T16:35:31.065Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-04T16:35:31.065Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.060s coverage: 0.1% of statements [2021-01-04T16:35:31.065Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-04T16:35:31.065Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-04T16:35:31.065Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-04T16:35:31.065Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-04T16:35:31.065Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.030s coverage: 100.0% of statements [2021-01-04T16:35:31.065Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-04T16:35:31.065Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.051s coverage: 75.5% of statements [2021-01-04T16:35:31.065Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-04T16:35:31.065Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.051s coverage: 80.8% of statements [2021-01-04T16:35:31.337Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.085s coverage: 87.2% of statements [2021-01-04T16:35:31.934Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.2% of statements [2021-01-04T16:35:32.205Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.089s coverage: 91.4% of statements [2021-01-04T16:35:32.205Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-04T16:35:33.189Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.207s coverage: 63.5% of statements [2021-01-04T16:35:33.189Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-04T16:35:33.189Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-04T16:35:33.189Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.047s coverage: 100.0% of statements [2021-01-04T16:35:33.189Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.058s coverage: 91.3% of statements [2021-01-04T16:35:33.189Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.029s coverage: 100.0% of statements [2021-01-04T16:35:33.189Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.043s coverage: 73.7% of statements [2021-01-04T16:35:33.777Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.030s coverage: 100.0% of statements [2021-01-04T16:35:34.752Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.338s coverage: 55.9% of statements [2021-01-04T16:35:34.752Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-04T16:35:34.752Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-04T16:35:34.752Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-04T16:35:34.752Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-04T16:35:34.752Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-04T16:35:35.032Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.107s coverage: 37.0% of statements [2021-01-04T16:35:35.032Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-04T16:35:35.032Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-04T16:35:35.032Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.338s coverage: 84.0% of statements [2021-01-04T16:35:35.311Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.039s coverage: 100.0% of statements [2021-01-04T16:35:37.907Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.142s coverage: 47.1% of statements [2021-01-04T16:35:37.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-04T16:35:37.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-04T16:35:37.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-04T16:35:37.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-04T16:35:37.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-04T16:35:37.907Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.069s coverage: 100.0% of statements [2021-01-04T16:35:37.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-04T16:35:37.907Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.056s coverage: 100.0% of statements [2021-01-04T16:35:37.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-04T16:35:39.324Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.730s coverage: 29.1% of statements [2021-01-04T16:35:39.324Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-04T16:35:39.324Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-04T16:35:39.324Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-04T16:35:39.324Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-04T16:35:39.324Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-04T16:35:39.324Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.064s coverage: 99.0% of statements [2021-01-04T16:35:39.324Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-04T16:35:39.324Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.051s coverage: 100.0% of statements [2021-01-04T16:35:39.324Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-04T16:35:39.324Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.033s coverage: 0.0% of statements [2021-01-04T16:35:39.324Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-04T16:35:39.324Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.024s coverage: 100.0% of statements [2021-01-04T16:35:39.324Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-04T16:35:39.324Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-04T16:35:39.324Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-04T16:35:39.324Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-04T16:35:39.324Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements [2021-01-04T16:35:39.324Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-04T16:35:39.324Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-04T16:35:39.324Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements [2021-01-04T16:35:39.595Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.042s coverage: 32.1% of statements [2021-01-04T16:35:39.857Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-01-04T16:35:40.120Z] GO111MODULE=on go vet ./... [2021-01-04T16:36:06.838Z] gofmt -l . [2021-01-04T16:36:06.838Z] [ "`gofmt -l .`" = "" ] [2021-01-04T16:36:06.838Z] ./bin/test-go-mod-tidy.sh [2021-01-04T16:36:06.838Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-04T16:36:07.146Z] + ls -al . [2021-01-04T16:36:07.146Z] total 636 [2021-01-04T16:36:07.146Z] drwxrwxr-x 10 1001 1001 4096 Jan 4 16:36 . [2021-01-04T16:36:07.146Z] drwxr-xr-x 4 root root 32 Jan 4 16:34 .. [2021-01-04T16:36:07.146Z] -rw-rw-r-- 1 1001 1001 11 Jan 4 16:32 .dockerignore [2021-01-04T16:36:07.146Z] drwxrwxr-x 8 1001 1001 162 Jan 4 16:32 .git [2021-01-04T16:36:07.146Z] drwxrwxr-x 3 1001 1001 125 Jan 4 16:32 .github [2021-01-04T16:36:07.146Z] -rw-rw-r-- 1 1001 1001 824 Jan 4 16:32 .gitignore [2021-01-04T16:36:07.146Z] drwx------ 3 1001 1001 32 Jan 4 16:33 .semver [2021-01-04T16:36:07.146Z] -rw-rw-r-- 1 1001 1001 166 Jan 4 16:32 .sonarcloud.properties [2021-01-04T16:36:07.146Z] -rw-rw-r-- 1 1001 1001 3804 Jan 4 16:32 CONTRIBUTING.md [2021-01-04T16:36:07.146Z] -rw-rw-r-- 1 1001 1001 931 Jan 4 16:32 Dockerfile.build [2021-01-04T16:36:07.146Z] -rw-rw-r-- 1 1001 1001 863 Jan 4 16:32 Jenkinsfile [2021-01-04T16:36:07.146Z] -rw-rw-r-- 1 1001 1001 10775 Jan 4 16:32 LICENSE [2021-01-04T16:36:07.146Z] -rw-rw-r-- 1 1001 1001 5750 Jan 4 16:32 Makefile [2021-01-04T16:36:07.146Z] -rw-rw-r-- 1 1001 1001 6511 Jan 4 16:32 README.md [2021-01-04T16:36:07.146Z] -rw-rw-r-- 1 1001 1001 6744 Jan 4 16:32 SECURITY.md [2021-01-04T16:36:07.146Z] -rw-rw-r-- 1 1001 1001 12 Jan 4 16:33 VERSION [2021-01-04T16:36:07.146Z] -rw-rw-r-- 1 1001 1001 4131 Jan 4 16:32 ZMQWindows.md [2021-01-04T16:36:07.146Z] drwxrwxr-x 2 1001 1001 117 Jan 4 16:32 bin [2021-01-04T16:36:07.146Z] drwxrwxr-x 14 1001 1001 4096 Jan 4 16:32 cmd [2021-01-04T16:36:07.146Z] -rw-r--r-- 1 root root 538204 Jan 4 16:35 coverage.out [2021-01-04T16:36:07.146Z] -rw-r--r-- 1 root root 979 Jan 4 16:36 go.mod [2021-01-04T16:36:07.146Z] -rw-r--r-- 1 root root 18739 Jan 4 16:36 go.sum [2021-01-04T16:36:07.146Z] drwxrwxr-x 8 1001 1001 127 Jan 4 16:32 internal [2021-01-04T16:36:07.146Z] drwxrwxr-x 4 1001 1001 26 Jan 4 16:32 openapi [2021-01-04T16:36:07.146Z] drwxrwxr-x 4 1001 1001 71 Jan 4 16:32 snap [2021-01-04T16:36:07.146Z] -rw-rw-r-- 1 1001 1001 168 Jan 4 16:32 version.go [Pipeline] sh [2021-01-04T16:36:07.442Z] + '[' -e coverage.out ] [2021-01-04T16:36:07.442Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-04T16:36:07.656Z] Stashed 1 file(s) [Pipeline] sh [2021-01-04T16:36:07.950Z] + make build [2021-01-04T16:36:07.950Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o cmd/core-data/core-data ./cmd/core-data [2021-01-04T16:36:11.263Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-04T16:36:15.075Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-18191 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-01-04T16:36:15.131Z] Running in /w/workspace/edgex-go/268 [Pipeline] { [Pipeline] checkout [2021-01-04T16:36:19.516Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o cmd/core-command/core-command ./cmd/core-command [2021-01-04T16:36:19.941Z] using credential edgex-jenkins-ssh [2021-01-04T16:36:20.002Z] Cloning the remote Git repository [2021-01-04T16:36:20.095Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-04T16:36:20.054Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-04T16:36:20.155Z] > git init /w/workspace/edgex-go/268 # timeout=10 [2021-01-04T16:36:20.229Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-04T16:36:20.230Z] > git --version # timeout=10 [2021-01-04T16:36:20.248Z] > git --version # 'git version 2.17.1' [2021-01-04T16:36:20.250Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T16:36:20.334Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-04T16:36:21.489Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-04T16:36:21.756Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-04T16:36:23.175Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-04T16:36:24.555Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-04T16:36:25.948Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-04T16:36:26.897Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-04T16:36:28.309Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-04T16:36:29.271Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2021-01-04T16:36:30.249Z] $ docker stop --time=1 28e365c4cbad3af153f7f33463030cad183e99497a246249dfa6cc3a4119fecc [2021-01-04T16:36:31.995Z] $ docker rm -f 28e365c4cbad3af153f7f33463030cad183e99497a246249dfa6cc3a4119fecc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:36:33.870Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-04T16:36:33.870Z] [2021-01-04T16:36:33.870Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:36:34.218Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-04T16:36:34.218Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-04T16:36:34.218Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-04T16:36:34.218Z] ca9280d653b3: Pulling fs layer [2021-01-04T16:36:34.218Z] 7e9c9ca2126c: Pulling fs layer [2021-01-04T16:36:34.482Z] cbdbe7a5bc2a: Download complete [2021-01-04T16:36:34.746Z] cbdbe7a5bc2a: Pull complete [2021-01-04T16:36:35.012Z] ca9280d653b3: Verifying Checksum [2021-01-04T16:36:35.012Z] ca9280d653b3: Download complete [2021-01-04T16:36:35.966Z] ca9280d653b3: Pull complete [2021-01-04T16:36:36.234Z] 7e9c9ca2126c: Download complete [2021-01-04T16:36:42.889Z] 7e9c9ca2126c: Pull complete [2021-01-04T16:36:42.889Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-04T16:36:42.889Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-04T16:36:42.889Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-04T16:36:43.051Z] prd-centos7-docker-4c-2g-18187 does not seem to be running inside a container [2021-01-04T16:36:43.185Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/268 -v /w/workspace/edgex-go/268:/w/workspace/edgex-go/268:rw,z -v /w/workspace/edgex-go/268@tmp:/w/workspace/edgex-go/268@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-04T16:36:45.308Z] Checking out Revision 67d1a34251aa6315d67009af9685794612423525 (master) [2021-01-04T16:36:46.238Z] $ docker top 8e219896df2e28165189282af464e20452fae9fb56d5c9ed044b44237501bf5b -eo pid,comm [2021-01-04T16:36:44.657Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-04T16:36:44.674Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-04T16:36:44.700Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-04T16:36:44.735Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-04T16:36:44.735Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T16:36:44.747Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-04T16:36:45.327Z] > git config core.sparsecheckout # timeout=10 [2021-01-04T16:36:45.346Z] > git checkout -f 67d1a34251aa6315d67009af9685794612423525 # timeout=10 [Pipeline] { [Pipeline] sh [2021-01-04T16:36:46.799Z] + docker-compose build --help [2021-01-04T16:36:46.799Z] + grep parallel [2021-01-04T16:36:47.748Z] --parallel Build images in parallel. [Pipeline] } [2021-01-04T16:36:47.766Z] $ docker stop --time=1 8e219896df2e28165189282af464e20452fae9fb56d5c9ed044b44237501bf5b [2021-01-04T16:36:49.210Z] $ docker rm -f 8e219896df2e28165189282af464e20452fae9fb56d5c9ed044b44237501bf5b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:36:49.826Z] Commit message: "Merge pull request #2960 from ernestojeda/devops-std-dockerfiles" [2021-01-04T16:36:49.877Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-04T16:36:49.877Z] . [Pipeline] withDockerContainer [2021-01-04T16:36:49.982Z] prd-centos7-docker-4c-2g-18187 does not seem to be running inside a container [2021-01-04T16:36:50.036Z] $ 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/268 -v /w/workspace/edgex-go/268:/w/workspace/edgex-go/268:rw,z -v /w/workspace/edgex-go/268@tmp:/w/workspace/edgex-go/268@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-04T16:36:50.789Z] $ docker top e6cc18aa6f089548d4a0303ad07c6cb8f1ab9707346a18ce99440c8a0154855e -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2021-01-04T16:36:51.259Z] + docker-compose -f ./docker-compose-build.yml build --parallel [Pipeline] sh [2021-01-04T16:36:52.177Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2021-01-04T16:36:52.208Z] Building docker-core-command-go ... [2021-01-04T16:36:52.208Z] Building docker-core-data-go ... [2021-01-04T16:36:52.208Z] Building docker-core-metadata-go ... [2021-01-04T16:36:52.208Z] Building docker-security-bootstrap-redis-go ... [2021-01-04T16:36:52.208Z] Building docker-security-proxy-setup-go ... [2021-01-04T16:36:52.208Z] Building docker-security-secretstore-setup-go ... [2021-01-04T16:36:52.208Z] Building docker-support-notifications-go ... [2021-01-04T16:36:52.208Z] Building docker-support-scheduler-go ... [2021-01-04T16:36:52.208Z] Building docker-sys-mgmt-agent-go ... [2021-01-04T16:36:52.208Z] Building docker-security-proxy-setup-go [2021-01-04T16:36:52.208Z] Building docker-security-secretstore-setup-go [2021-01-04T16:36:52.208Z] Building docker-core-command-go [2021-01-04T16:36:52.208Z] Building docker-support-scheduler-go [2021-01-04T16:36:52.208Z] Building docker-core-data-go [Pipeline] sh [2021-01-04T16:36:52.625Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-04T16:36:52.964Z] + sudo service docker restart [2021-01-04T16:36:52.964Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-04T16:36:55.013Z] provisioning config files... [2021-01-04T16:36:55.056Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/268@tmp/config7448251553052957234tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-04T16:36:55.475Z] ---> docker-login.sh [2021-01-04T16:36:55.475Z] nexus3.edgexfoundry.org:10001 [2021-01-04T16:36:56.071Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T16:36:56.676Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T16:36:56.676Z] Configure a credential helper to remove this warning. See [2021-01-04T16:36:56.676Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T16:36:56.676Z] [2021-01-04T16:36:56.676Z] Login Succeeded [2021-01-04T16:36:56.676Z] nexus3.edgexfoundry.org:10002 [2021-01-04T16:36:56.964Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T16:36:57.242Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T16:36:57.242Z] Configure a credential helper to remove this warning. See [2021-01-04T16:36:57.242Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T16:36:57.242Z] [2021-01-04T16:36:57.242Z] Login Succeeded [2021-01-04T16:36:57.242Z] nexus3.edgexfoundry.org:10003 [2021-01-04T16:36:57.514Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T16:36:57.786Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T16:36:57.786Z] Configure a credential helper to remove this warning. See [2021-01-04T16:36:57.786Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T16:36:57.786Z] [2021-01-04T16:36:57.786Z] Login Succeeded [2021-01-04T16:36:57.786Z] nexus3.edgexfoundry.org:10004 [2021-01-04T16:36:58.389Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T16:36:58.389Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T16:36:58.389Z] Configure a credential helper to remove this warning. See [2021-01-04T16:36:58.389Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T16:36:58.389Z] [2021-01-04T16:36:58.389Z] Login Succeeded [2021-01-04T16:36:58.389Z] docker.io [2021-01-04T16:36:58.986Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T16:36:59.257Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T16:36:59.257Z] Configure a credential helper to remove this warning. See [2021-01-04T16:36:59.257Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T16:36:59.257Z] [2021-01-04T16:36:59.257Z] Login Succeeded [2021-01-04T16:36:59.257Z] ---> docker-login.sh ends [Pipeline] } [2021-01-04T16:36:59.275Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-04T16:36:59.687Z] ========================================================= [2021-01-04T16:36:59.687Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-04T16:36:59.687Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:37:00.074Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-04T16:37:02.722Z] Sending build context to Docker daemon 165.4MB [2021-01-04T16:37:02.722Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-04T16:37:02.722Z] Step 2/6 : FROM ${BASE} [2021-01-04T16:37:02.722Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-04T16:37:02.722Z] 5f621e34cdf4: Pulling fs layer [2021-01-04T16:37:02.722Z] a4357932f1b6: Pulling fs layer [2021-01-04T16:37:02.722Z] 18c013af1878: Pulling fs layer [2021-01-04T16:37:02.722Z] 00ac8860ef70: Pulling fs layer [2021-01-04T16:37:02.722Z] 63d7cb157983: Pulling fs layer [2021-01-04T16:37:02.722Z] b116817d02f9: Pulling fs layer [2021-01-04T16:37:02.722Z] 745a02a5169b: Pulling fs layer [2021-01-04T16:37:02.722Z] 00ac8860ef70: Waiting [2021-01-04T16:37:02.722Z] 63d7cb157983: Waiting [2021-01-04T16:37:02.722Z] b116817d02f9: Waiting [2021-01-04T16:37:02.722Z] 745a02a5169b: Waiting [2021-01-04T16:37:02.722Z] 18c013af1878: Verifying Checksum [2021-01-04T16:37:02.722Z] 18c013af1878: Download complete [2021-01-04T16:37:02.722Z] a4357932f1b6: Verifying Checksum [2021-01-04T16:37:02.722Z] a4357932f1b6: Download complete [2021-01-04T16:37:02.722Z] 63d7cb157983: Download complete [2021-01-04T16:37:02.722Z] b116817d02f9: Download complete [2021-01-04T16:37:02.722Z] 5f621e34cdf4: Verifying Checksum [2021-01-04T16:37:03.338Z] 5f621e34cdf4: Pull complete [2021-01-04T16:37:03.948Z] a4357932f1b6: Pull complete [2021-01-04T16:37:04.545Z] 18c013af1878: Pull complete [2021-01-04T16:37:05.528Z] 745a02a5169b: Verifying Checksum [2021-01-04T16:37:05.528Z] 745a02a5169b: Download complete [2021-01-04T16:37:06.967Z] 00ac8860ef70: Verifying Checksum [2021-01-04T16:37:06.967Z] 00ac8860ef70: Download complete [2021-01-04T16:37:17.130Z] 00ac8860ef70: Pull complete [2021-01-04T16:37:17.408Z] 63d7cb157983: Pull complete [2021-01-04T16:37:17.719Z] b116817d02f9: Pull complete [2021-01-04T16:37:22.091Z] 745a02a5169b: Pull complete [2021-01-04T16:37:22.091Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-04T16:37:22.091Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-04T16:37:22.091Z] ---> b7e6874047d6 [2021-01-04T16:37:22.091Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-04T16:37:24.493Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T16:37:24.493Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-04T16:37:24.493Z] ---> 32431371c674 [2021-01-04T16:37:24.493Z] Step 3/21 : WORKDIR /edgex-go [2021-01-04T16:37:24.493Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T16:37:24.493Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-04T16:37:24.493Z] ---> 32431371c674 [2021-01-04T16:37:24.493Z] Step 3/21 : WORKDIR /edgex-go [2021-01-04T16:37:24.493Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T16:37:24.493Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-04T16:37:24.493Z] ---> 32431371c674 [2021-01-04T16:37:24.493Z] Step 3/24 : WORKDIR /edgex-go [2021-01-04T16:37:24.493Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T16:37:24.493Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T16:37:24.493Z] ---> 32431371c674 [2021-01-04T16:37:24.493Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T16:37:24.493Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T16:37:24.493Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-04T16:37:24.493Z] ---> 32431371c674 [2021-01-04T16:37:24.493Z] Step 3/23 : WORKDIR /edgex-go [2021-01-04T16:37:24.493Z] ---> Running in afaff3d814c3 [2021-01-04T16:37:24.493Z] ---> Running in e34af7554ccd [2021-01-04T16:37:24.493Z] ---> Running in 385ea109b2e7 [2021-01-04T16:37:24.493Z] ---> Running in 798c99242d70 [2021-01-04T16:37:24.493Z] ---> Running in 9ec50d0fb6b2 [2021-01-04T16:37:24.493Z] Removing intermediate container 798c99242d70 [2021-01-04T16:37:24.493Z] ---> fab387dfe9ef [2021-01-04T16:37:24.493Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T16:37:24.493Z] Removing intermediate container 385ea109b2e7 [2021-01-04T16:37:24.493Z] ---> a6f2b121bf03 [2021-01-04T16:37:24.493Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T16:37:24.493Z] Removing intermediate container afaff3d814c3 [2021-01-04T16:37:24.493Z] ---> 5bc360a3bd67 [2021-01-04T16:37:24.494Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T16:37:24.494Z] Removing intermediate container 9ec50d0fb6b2 [2021-01-04T16:37:24.494Z] ---> 71c0fe359761 [2021-01-04T16:37:24.494Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T16:37:24.494Z] Removing intermediate container e34af7554ccd [2021-01-04T16:37:24.494Z] ---> 4ca483058ed6 [2021-01-04T16:37:24.494Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T16:37:24.494Z] ---> Running in 643b4c46e1a7 [2021-01-04T16:37:24.494Z] ---> Running in d486b31e35b5 [2021-01-04T16:37:24.494Z] ---> Running in f822a4276585 [2021-01-04T16:37:24.494Z] ---> Running in 0b339e49dd2b [2021-01-04T16:37:24.494Z] ---> Running in 47ee92c37c1e [2021-01-04T16:37:24.728Z] ---> Running in 9d8ab4ac11fd [2021-01-04T16:37:24.761Z] Removing intermediate container d486b31e35b5 [2021-01-04T16:37:24.762Z] ---> 1fcab45c1565 [2021-01-04T16:37:24.762Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-04T16:37:25.025Z] ---> Running in 952a9ebc9c40 [2021-01-04T16:37:25.025Z] Removing intermediate container 643b4c46e1a7 [2021-01-04T16:37:25.025Z] ---> c4b71aed7234 [2021-01-04T16:37:25.025Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-04T16:37:25.025Z] Removing intermediate container 47ee92c37c1e [2021-01-04T16:37:25.025Z] ---> 04bc64c388b1 [2021-01-04T16:37:25.025Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-04T16:37:25.025Z] Removing intermediate container f822a4276585 [2021-01-04T16:37:25.025Z] ---> 1d3a6e7d0cb2 [2021-01-04T16:37:25.025Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-04T16:37:25.290Z] Removing intermediate container 0b339e49dd2b [2021-01-04T16:37:25.290Z] ---> 2fb16da0a1c5 [2021-01-04T16:37:25.290Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-04T16:37:25.290Z] ---> Running in b0b875de31e0 [2021-01-04T16:37:25.290Z] ---> Running in 233528d4578d [2021-01-04T16:37:25.290Z] ---> Running in 5dfa6b7da612 [2021-01-04T16:37:25.556Z] ---> Running in c3eb104f7b61 [2021-01-04T16:37:25.713Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T16:37:26.137Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T16:37:26.137Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T16:37:26.400Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T16:37:26.400Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T16:37:26.400Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T16:37:26.682Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T16:37:26.972Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T16:37:27.233Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T16:37:27.233Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T16:37:27.495Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T16:37:27.495Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T16:37:28.078Z] OK: 233 MiB in 51 packages [2021-01-04T16:37:28.078Z] OK: 233 MiB in 51 packages [2021-01-04T16:37:28.078Z] OK: 233 MiB in 51 packages [2021-01-04T16:37:28.114Z] (1/12) Installing libmagic (5.38-r0) [2021-01-04T16:37:28.115Z] (2/12) Installing file (5.38-r0) [2021-01-04T16:37:28.343Z] OK: 233 MiB in 51 packages [2021-01-04T16:37:28.343Z] OK: 233 MiB in 51 packages [2021-01-04T16:37:28.384Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-04T16:37:28.384Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-04T16:37:28.613Z] Removing intermediate container 952a9ebc9c40 [2021-01-04T16:37:28.613Z] ---> 90efbfbe72e1 [2021-01-04T16:37:28.613Z] Step 6/23 : COPY go.mod . [2021-01-04T16:37:28.879Z] Removing intermediate container b0b875de31e0 [2021-01-04T16:37:28.879Z] ---> b9a76a909d2b [2021-01-04T16:37:28.879Z] Step 6/24 : COPY go.mod . [2021-01-04T16:37:29.142Z] ---> 04ffb6bc8190 [2021-01-04T16:37:29.142Z] Step 7/23 : RUN go mod download [2021-01-04T16:37:29.403Z] Removing intermediate container 233528d4578d [2021-01-04T16:37:29.403Z] ---> dcd631dc4004 [2021-01-04T16:37:29.403Z] Step 6/22 : COPY go.mod . [2021-01-04T16:37:29.403Z] ---> 9c09eb6a6d03 [2021-01-04T16:37:29.403Z] Step 7/24 : RUN go mod download [2021-01-04T16:37:29.403Z] ---> Running in b3704f0aec8a [2021-01-04T16:37:29.677Z] Removing intermediate container 5dfa6b7da612 [2021-01-04T16:37:29.677Z] ---> eb29f1d84cdd [2021-01-04T16:37:29.677Z] Step 6/21 : COPY go.mod . [2021-01-04T16:37:29.677Z] ---> Running in ca43b30321f2 [2021-01-04T16:37:29.677Z] Removing intermediate container c3eb104f7b61 [2021-01-04T16:37:29.677Z] ---> ca81a9c4a067 [2021-01-04T16:37:29.677Z] Step 6/21 : COPY go.mod . [2021-01-04T16:37:29.947Z] ---> 4f080ff9ee40 [2021-01-04T16:37:29.947Z] Step 7/22 : RUN go mod download [2021-01-04T16:37:30.210Z] ---> Running in 7f36cf03b86b [2021-01-04T16:37:30.211Z] ---> d702c386120f [2021-01-04T16:37:30.211Z] Step 7/21 : RUN go mod download [2021-01-04T16:37:30.211Z] ---> c19029c2140b [2021-01-04T16:37:30.211Z] Step 7/21 : RUN go mod download [2021-01-04T16:37:30.476Z] ---> Running in edb276fc4588 [2021-01-04T16:37:30.476Z] ---> Running in b0cd0d5941e4 [2021-01-04T16:37:31.909Z] Removing intermediate container b3704f0aec8a [2021-01-04T16:37:31.909Z] ---> 026e4c722ef0 [2021-01-04T16:37:31.909Z] Step 8/23 : COPY . . [2021-01-04T16:37:31.909Z] Removing intermediate container ca43b30321f2 [2021-01-04T16:37:31.909Z] ---> 5938b77546a7 [2021-01-04T16:37:31.909Z] Step 8/24 : COPY . . [2021-01-04T16:37:32.674Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-04T16:37:32.674Z] (6/12) Installing patch (2.7.6-r6) [2021-01-04T16:37:32.674Z] (7/12) Installing build-base (0.5-r2) [2021-01-04T16:37:32.674Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-04T16:37:32.674Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-04T16:37:32.674Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-04T16:37:32.947Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-04T16:37:32.947Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-04T16:37:33.222Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T16:37:33.222Z] OK: 217 MiB in 51 packages [2021-01-04T16:37:33.307Z] Removing intermediate container 7f36cf03b86b [2021-01-04T16:37:33.307Z] ---> 1bd4fe044309 [2021-01-04T16:37:33.307Z] Step 8/22 : COPY . . [2021-01-04T16:37:37.542Z] Removing intermediate container 9d8ab4ac11fd [2021-01-04T16:37:37.543Z] ---> f0b35677526e [2021-01-04T16:37:37.543Z] Step 4/6 : WORKDIR /edgex-go [2021-01-04T16:37:37.543Z] ---> Running in 5a96867ef87a [2021-01-04T16:37:37.543Z] Removing intermediate container 5a96867ef87a [2021-01-04T16:37:37.543Z] ---> 9bbd3ca47276 [2021-01-04T16:37:37.543Z] Step 5/6 : COPY go.mod . [2021-01-04T16:37:37.564Z] Removing intermediate container edb276fc4588 [2021-01-04T16:37:37.564Z] ---> 0f3ac0754b96 [2021-01-04T16:37:37.564Z] Step 8/21 : COPY . . [2021-01-04T16:37:37.564Z] Removing intermediate container b0cd0d5941e4 [2021-01-04T16:37:37.564Z] ---> 3fde7836b838 [2021-01-04T16:37:37.564Z] Step 8/21 : COPY . . [2021-01-04T16:37:38.142Z] ---> a160882bc22f [2021-01-04T16:37:38.142Z] Step 6/6 : RUN go mod download [2021-01-04T16:37:38.420Z] ---> Running in bd62c6dc7931 [2021-01-04T16:38:05.265Z] Removing intermediate container bd62c6dc7931 [2021-01-04T16:38:05.265Z] ---> bd4d61c422ab [2021-01-04T16:38:05.265Z] Successfully built bd4d61c422ab [2021-01-04T16:38:05.265Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:38:05.612Z] + docker inspect -f . ci-base-image-arm64 [2021-01-04T16:38:05.612Z] . [Pipeline] withDockerContainer [2021-01-04T16:38:05.879Z] prd-ubuntu18.04-docker-arm64-4c-16g-18191 does not seem to be running inside a container [2021-01-04T16:38:05.963Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/268 -v /w/workspace/edgex-go/268:/w/workspace/edgex-go/268:rw,z -v /w/workspace/edgex-go/268@tmp:/w/workspace/edgex-go/268@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-04T16:38:07.518Z] $ docker top a7b6d7981d590fdd1d7641d9fff94a82c232b494800760e73dbd788164ef300e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T16:38:08.571Z] + go version [2021-01-04T16:38:08.571Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-04T16:38:08.591Z] $ docker stop --time=1 a7b6d7981d590fdd1d7641d9fff94a82c232b494800760e73dbd788164ef300e [2021-01-04T16:38:09.835Z] ---> c3ffaee58e30 [2021-01-04T16:38:09.835Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-04T16:38:09.835Z] ---> 91d48864822c [2021-01-04T16:38:09.835Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-04T16:38:09.835Z] ---> 92147279a14d [2021-01-04T16:38:09.835Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-04T16:38:09.835Z] ---> db52fb51b167 [2021-01-04T16:38:09.835Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-04T16:38:09.835Z] ---> Running in 3dffec0f3d72 [2021-01-04T16:38:09.835Z] ---> Running in 501d1aceb21a [2021-01-04T16:38:09.835Z] ---> Running in dceeb527024e [2021-01-04T16:38:09.835Z] ---> Running in 3b66f4b9371d [2021-01-04T16:38:09.835Z] ---> d139493d8a29 [2021-01-04T16:38:09.835Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-04T16:38:09.835Z] ---> Running in dc58cbd55c18 [2021-01-04T16:38:09.835Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o cmd/core-data/core-data ./cmd/core-data [2021-01-04T16:38:09.835Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-04T16:38:09.835Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-04T16:38:09.835Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-04T16:38:09.835Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o cmd/core-command/core-command ./cmd/core-command [2021-01-04T16:38:10.567Z] $ docker rm -f a7b6d7981d590fdd1d7641d9fff94a82c232b494800760e73dbd788164ef300e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:38:11.726Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-04T16:38:11.726Z] [2021-01-04T16:38:11.726Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:38:12.431Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-04T16:38:12.431Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-04T16:38:12.431Z] 29e5d40040c1: Pulling fs layer [2021-01-04T16:38:12.431Z] 1ce36da41761: Pulling fs layer [2021-01-04T16:38:12.431Z] 25b303627fd3: Pulling fs layer [2021-01-04T16:38:12.706Z] 29e5d40040c1: Verifying Checksum [2021-01-04T16:38:12.706Z] 29e5d40040c1: Download complete [2021-01-04T16:38:13.302Z] 1ce36da41761: Verifying Checksum [2021-01-04T16:38:13.302Z] 1ce36da41761: Download complete [2021-01-04T16:38:13.302Z] 29e5d40040c1: Pull complete [2021-01-04T16:38:14.735Z] 1ce36da41761: Pull complete [2021-01-04T16:38:15.007Z] 25b303627fd3: Verifying Checksum [2021-01-04T16:38:15.007Z] 25b303627fd3: Download complete [2021-01-04T16:38:25.177Z] 25b303627fd3: Pull complete [2021-01-04T16:38:25.177Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-04T16:38:25.177Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-04T16:38:25.177Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-04T16:38:25.440Z] prd-ubuntu18.04-docker-arm64-4c-16g-18191 does not seem to be running inside a container [2021-01-04T16:38:25.520Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/268 -v /w/workspace/edgex-go/268:/w/workspace/edgex-go/268:rw,z -v /w/workspace/edgex-go/268@tmp:/w/workspace/edgex-go/268@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-04T16:38:28.769Z] $ docker top 4d9dd9be451744166921327c1883901b62c3b80fd1c4d0edb7505bd8f9a48ee4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T16:38:29.793Z] + docker-compose build --help [2021-01-04T16:38:29.793Z] + grep parallel [2021-01-04T16:38:33.156Z] --parallel Build images in parallel. [Pipeline] } [2021-01-04T16:38:33.177Z] $ docker stop --time=1 4d9dd9be451744166921327c1883901b62c3b80fd1c4d0edb7505bd8f9a48ee4 [2021-01-04T16:38:35.136Z] $ docker rm -f 4d9dd9be451744166921327c1883901b62c3b80fd1c4d0edb7505bd8f9a48ee4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:38:35.930Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-04T16:38:35.930Z] . [Pipeline] withDockerContainer [2021-01-04T16:38:36.175Z] prd-ubuntu18.04-docker-arm64-4c-16g-18191 does not seem to be running inside a container [2021-01-04T16:38:36.334Z] $ 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/268 -v /w/workspace/edgex-go/268:/w/workspace/edgex-go/268:rw,z -v /w/workspace/edgex-go/268@tmp:/w/workspace/edgex-go/268@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-04T16:38:36.549Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-04T16:38:36.549Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-04T16:38:37.761Z] $ docker top b3434e36dab0b6f076bab2a097ce9dd59f89445c237a4289c3ea2c6f0259a191 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T16:38:38.867Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-04T16:38:42.253Z] Building docker-core-command-go ... [2021-01-04T16:38:42.253Z] Building docker-core-data-go ... [2021-01-04T16:38:42.253Z] Building docker-core-metadata-go ... [2021-01-04T16:38:42.253Z] Building docker-security-bootstrap-redis-go ... [2021-01-04T16:38:42.253Z] Building docker-security-proxy-setup-go ... [2021-01-04T16:38:42.253Z] Building docker-security-secretstore-setup-go ... [2021-01-04T16:38:42.253Z] Building docker-support-notifications-go ... [2021-01-04T16:38:42.253Z] Building docker-support-scheduler-go ... [2021-01-04T16:38:42.253Z] Building docker-sys-mgmt-agent-go ... [2021-01-04T16:38:42.253Z] Building docker-support-scheduler-go [2021-01-04T16:38:42.253Z] Building docker-core-data-go [2021-01-04T16:38:42.253Z] Building docker-core-metadata-go [2021-01-04T16:38:42.253Z] Building docker-sys-mgmt-agent-go [2021-01-04T16:38:42.253Z] Building docker-security-bootstrap-redis-go [2021-01-04T16:38:44.757Z] Removing intermediate container dc58cbd55c18 [2021-01-04T16:38:44.757Z] ---> 75a5a1da9b28 [2021-01-04T16:38:44.757Z] [2021-01-04T16:38:44.757Z] Step 10/22 : FROM scratch [2021-01-04T16:38:44.757Z] ---> [2021-01-04T16:38:44.757Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T16:38:44.757Z] Removing intermediate container 3b66f4b9371d [2021-01-04T16:38:44.757Z] ---> ad607675210a [2021-01-04T16:38:44.757Z] [2021-01-04T16:38:44.757Z] Step 10/21 : FROM scratch [2021-01-04T16:38:44.757Z] ---> [2021-01-04T16:38:44.757Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T16:38:45.335Z] ---> Running in 521a89af3697 [2021-01-04T16:38:45.335Z] ---> Running in 3467d206976a [2021-01-04T16:38:47.267Z] Removing intermediate container 501d1aceb21a [2021-01-04T16:38:47.267Z] ---> 610c25308571 [2021-01-04T16:38:47.267Z] [2021-01-04T16:38:47.267Z] Step 10/21 : FROM alpine:3.12 [2021-01-04T16:38:47.267Z] Removing intermediate container 3dffec0f3d72 [2021-01-04T16:38:47.267Z] ---> f218380b6911 [2021-01-04T16:38:47.267Z] [2021-01-04T16:38:47.267Z] Step 10/24 : FROM alpine:3.12 [2021-01-04T16:38:47.267Z] Removing intermediate container 3467d206976a [2021-01-04T16:38:47.267Z] ---> d12347bc8098 [2021-01-04T16:38:47.267Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-04T16:38:47.267Z] Removing intermediate container 521a89af3697 [2021-01-04T16:38:47.267Z] ---> b04fee58708c [2021-01-04T16:38:47.267Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-04T16:38:47.267Z] 3.12: Pulling from library/alpine [2021-01-04T16:38:47.267Z] 3.12: Pulling from library/alpine [2021-01-04T16:38:47.267Z] ---> Running in d44007208a68 [2021-01-04T16:38:47.267Z] ---> Running in bba594cc3ce9 [2021-01-04T16:38:48.218Z] Removing intermediate container d44007208a68 [2021-01-04T16:38:48.218Z] ---> f2a4fd847167 [2021-01-04T16:38:48.218Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-04T16:38:48.480Z] Removing intermediate container bba594cc3ce9 [2021-01-04T16:38:48.480Z] ---> 89b922635457 [2021-01-04T16:38:48.480Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-04T16:38:49.057Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-04T16:38:49.634Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-04T16:38:49.634Z] Status: Downloaded newer image for alpine:3.12 [2021-01-04T16:38:49.634Z] ---> 389fef711851 [2021-01-04T16:38:49.634Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-04T16:38:49.634Z] Status: Image is up to date for alpine:3.12 [2021-01-04T16:38:49.634Z] ---> 389fef711851 [2021-01-04T16:38:49.634Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-04T16:38:50.582Z] ---> Running in b832899cb00c [2021-01-04T16:38:51.157Z] ---> Running in 349f1f2eb6d8 [2021-01-04T16:38:51.157Z] ---> Running in 5676b20aea70 [2021-01-04T16:38:51.157Z] ---> Running in 3d09531750b6 [2021-01-04T16:38:51.157Z] Removing intermediate container dceeb527024e [2021-01-04T16:38:51.157Z] ---> c23df6459fed [2021-01-04T16:38:51.157Z] [2021-01-04T16:38:51.157Z] Step 10/23 : FROM alpine:3.12 [2021-01-04T16:38:51.157Z] ---> 389fef711851 [2021-01-04T16:38:51.157Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T16:38:51.419Z] Removing intermediate container b832899cb00c [2021-01-04T16:38:51.419Z] ---> 6b9adacb6421 [2021-01-04T16:38:51.419Z] Step 14/22 : WORKDIR / [2021-01-04T16:38:51.419Z] ---> Running in b395f5d61168 [2021-01-04T16:38:51.419Z] ---> Running in ee8dd20aef5b [2021-01-04T16:38:51.689Z] Removing intermediate container 349f1f2eb6d8 [2021-01-04T16:38:51.689Z] ---> e6d91ecc550f [2021-01-04T16:38:51.689Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-04T16:38:51.961Z] Removing intermediate container b395f5d61168 [2021-01-04T16:38:51.961Z] ---> 754858f0aa7e [2021-01-04T16:38:51.961Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-04T16:38:51.961Z] Removing intermediate container ee8dd20aef5b [2021-01-04T16:38:51.961Z] ---> 7608f88072da [2021-01-04T16:38:51.961Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-04T16:38:51.961Z] ---> 09c7fdbd9356 [2021-01-04T16:38:51.961Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-04T16:38:52.241Z] ---> Running in 6f95dea35bb4 [2021-01-04T16:38:52.241Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T16:38:52.241Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T16:38:52.241Z] ---> e17ccd6b1fc1 [2021-01-04T16:38:52.241Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-04T16:38:52.510Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T16:38:52.510Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T16:38:52.510Z] Removing intermediate container 6f95dea35bb4 [2021-01-04T16:38:52.510Z] ---> e902d9437541 [2021-01-04T16:38:52.510Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-04T16:38:52.510Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-04T16:38:52.510Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-04T16:38:52.510Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T16:38:52.510Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T16:38:52.778Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-04T16:38:52.778Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-04T16:38:52.778Z] (4/4) Installing curl (7.69.1-r3) [2021-01-04T16:38:52.778Z] (4/5) Installing curl (7.69.1-r3) [2021-01-04T16:38:52.778Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T16:38:52.778Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-04T16:38:52.778Z] Executing ca-certificates-20191127-r4.trigger [2021-01-04T16:38:52.778Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T16:38:52.778Z] Executing ca-certificates-20191127-r4.trigger [2021-01-04T16:38:52.778Z] ---> Running in 8966eb86c529 [2021-01-04T16:38:52.778Z] OK: 7 MiB in 18 packages [2021-01-04T16:38:53.356Z] OK: 7 MiB in 19 packages [2021-01-04T16:38:53.356Z] ---> 6890694c3994 [2021-01-04T16:38:53.356Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-04T16:38:53.628Z] Removing intermediate container 8966eb86c529 [2021-01-04T16:38:53.628Z] ---> 5ccea7a64df7 [2021-01-04T16:38:53.628Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T16:38:53.628Z] ---> 636c9b8beb39 [2021-01-04T16:38:53.628Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-04T16:38:53.894Z] ---> Running in f6972872764d [2021-01-04T16:38:53.894Z] ---> f70ebeb03841 [2021-01-04T16:38:53.894Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-04T16:38:54.470Z] ---> 01bdaf906290 [2021-01-04T16:38:54.470Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-04T16:38:55.047Z] ---> Running in 55c84758a53b [2021-01-04T16:38:55.319Z] ---> Running in c118cdd80f40 [2021-01-04T16:38:55.319Z] Removing intermediate container 3d09531750b6 [2021-01-04T16:38:55.319Z] ---> ec44737cd395 [2021-01-04T16:38:55.319Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-04T16:38:55.319Z] Removing intermediate container 5676b20aea70 [2021-01-04T16:38:55.319Z] ---> 5b5a1d161767 [2021-01-04T16:38:55.319Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-04T16:38:55.582Z] ---> Running in 8d082eae1187 [2021-01-04T16:38:55.582Z] ---> Running in 1c245a230fe2 [2021-01-04T16:38:55.582Z] Removing intermediate container 55c84758a53b [2021-01-04T16:38:55.582Z] ---> 2c4d4be8932d [2021-01-04T16:38:55.582Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T16:38:55.582Z] Removing intermediate container c118cdd80f40 [2021-01-04T16:38:55.582Z] ---> 48067caee054 [2021-01-04T16:38:55.582Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T16:38:55.844Z] ---> Running in e303709281f9 [2021-01-04T16:38:55.844Z] ---> Running in 44ed110c3b25 [2021-01-04T16:38:55.844Z] Removing intermediate container 8d082eae1187 [2021-01-04T16:38:55.844Z] ---> 51badf51fc93 [2021-01-04T16:38:55.844Z] Step 13/21 : WORKDIR /edgex [2021-01-04T16:38:56.106Z] Removing intermediate container 1c245a230fe2 [2021-01-04T16:38:56.106Z] ---> bb61a3c7f929 [2021-01-04T16:38:56.106Z] Step 13/24 : WORKDIR / [2021-01-04T16:38:56.106Z] ---> Running in 0af8c66d21b6 [2021-01-04T16:38:56.368Z] ---> Running in 66a2654274f8 [2021-01-04T16:38:56.368Z] Removing intermediate container e303709281f9 [2021-01-04T16:38:56.368Z] ---> b718d8efcd6e [2021-01-04T16:38:56.368Z] Step 19/21 : LABEL arch=x86_64 [2021-01-04T16:38:56.368Z] Removing intermediate container 44ed110c3b25 [2021-01-04T16:38:56.368Z] ---> 27621f7797d2 [2021-01-04T16:38:56.368Z] Step 20/22 : LABEL arch=x86_64 [2021-01-04T16:38:56.631Z] ---> Running in 942e3fdf6e84 [2021-01-04T16:38:56.632Z] ---> Running in 383203cb4fde [2021-01-04T16:38:56.632Z] Removing intermediate container 0af8c66d21b6 [2021-01-04T16:38:56.632Z] ---> 40e31fe7888d [2021-01-04T16:38:56.632Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-04T16:38:56.632Z] Removing intermediate container f6972872764d [2021-01-04T16:38:56.632Z] ---> 870e65a0f7d5 [2021-01-04T16:38:56.632Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-04T16:38:56.632Z] Removing intermediate container 66a2654274f8 [2021-01-04T16:38:56.632Z] ---> a123e1a02abc [2021-01-04T16:38:56.632Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-04T16:38:56.894Z] ---> Running in 6842d7569692 [2021-01-04T16:38:56.894Z] Removing intermediate container 942e3fdf6e84 [2021-01-04T16:38:56.894Z] ---> 3e0b20a0f923 [2021-01-04T16:38:56.894Z] Step 20/21 : LABEL git_sha=67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:38:57.199Z] Removing intermediate container 383203cb4fde [2021-01-04T16:38:57.199Z] ---> 3c2335135cb8 [2021-01-04T16:38:57.199Z] Step 21/22 : LABEL git_sha=67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:38:57.575Z] ---> Running in 5ca0f06bc8ef [2021-01-04T16:38:57.575Z] ---> a468cf741ddb [2021-01-04T16:38:57.575Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-04T16:38:57.575Z] ---> b12ab7fed861 [2021-01-04T16:38:57.575Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-04T16:38:57.575Z] ---> Running in aa4bdbe82ef5 [2021-01-04T16:38:57.858Z] Removing intermediate container 5ca0f06bc8ef [2021-01-04T16:38:57.858Z] ---> 7d303dd51bd8 [2021-01-04T16:38:57.858Z] Step 21/21 : LABEL version=2.0.0-dev.23 [2021-01-04T16:38:58.129Z] ---> Running in b51daa2ba9f5 [2021-01-04T16:38:58.129Z] Removing intermediate container aa4bdbe82ef5 [2021-01-04T16:38:58.129Z] ---> 9c34174ecf29 [2021-01-04T16:38:58.129Z] Step 22/22 : LABEL version=2.0.0-dev.23 [2021-01-04T16:38:58.129Z] ---> e0a6172426b7 [2021-01-04T16:38:58.129Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-04T16:38:58.129Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T16:38:58.129Z] ---> Running in 0aea1c6173a8 [2021-01-04T16:38:58.448Z] ---> a256733460d0 [2021-01-04T16:38:58.448Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-04T16:38:58.448Z] Removing intermediate container b51daa2ba9f5 [2021-01-04T16:38:58.448Z] ---> 9cbc6b0fac14 [2021-01-04T16:38:58.448Z] [2021-01-04T16:38:58.448Z] ---> be00feb0fa3a [2021-01-04T16:38:58.448Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-04T16:38:58.718Z] Removing intermediate container 0aea1c6173a8 [2021-01-04T16:38:58.718Z] ---> a85f8bbed979 [2021-01-04T16:38:58.718Z] [2021-01-04T16:38:58.718Z] Successfully built 9cbc6b0fac14 [2021-01-04T16:38:58.718Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-04T16:38:58.718Z] Building docker-sys-mgmt-agent-go [2021-01-04T16:38:58.718Z]  Building docker-support-scheduler-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T16:38:58.718Z] Successfully built a85f8bbed979 [2021-01-04T16:38:58.718Z] Successfully tagged docker-core-command-go:latest [2021-01-04T16:38:58.718Z] Building docker-core-metadata-go [2021-01-04T16:38:58.982Z]  Building docker-core-command-go ... done  ---> 65a95baead16 [2021-01-04T16:38:58.982Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-04T16:38:59.287Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-04T16:38:59.287Z] ---> Running in acf0ef040e18 [2021-01-04T16:38:59.287Z] ---> 868b40aea269 [2021-01-04T16:38:59.287Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-04T16:38:59.287Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-04T16:38:59.287Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-04T16:38:59.554Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-04T16:38:59.818Z] Removing intermediate container acf0ef040e18 [2021-01-04T16:38:59.818Z] ---> 6c21c724f5fe [2021-01-04T16:38:59.818Z] Step 18/21 : CMD ["--init=true"] [2021-01-04T16:38:59.818Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-04T16:39:00.085Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T16:39:00.085Z] OK: 8 MiB in 19 packages [2021-01-04T16:39:00.085Z] ---> Running in 88b8b17197d4 [2021-01-04T16:39:03.411Z] ---> e218598ce899 [2021-01-04T16:39:03.411Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-04T16:39:06.386Z] Removing intermediate container 88b8b17197d4 [2021-01-04T16:39:06.386Z] ---> 3eb7ad69ae57 [2021-01-04T16:39:06.386Z] Step 19/21 : LABEL arch=x86_64 [2021-01-04T16:39:06.386Z] ---> 281b21d30987 [2021-01-04T16:39:06.386Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-04T16:39:06.386Z] ---> Running in 7a3fc4359830 [2021-01-04T16:39:06.386Z] ---> Running in 7b54d9ca3639 [2021-01-04T16:39:06.386Z] Removing intermediate container 6842d7569692 [2021-01-04T16:39:06.386Z] ---> 34241f702190 [2021-01-04T16:39:06.386Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-04T16:39:06.962Z] Removing intermediate container 7a3fc4359830 [2021-01-04T16:39:06.962Z] ---> 1b4e323c0b5e [2021-01-04T16:39:06.962Z] Step 20/21 : LABEL git_sha=67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:39:08.379Z] ---> 5d10f4a91ff9 [2021-01-04T16:39:08.379Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-04T16:39:08.379Z] ---> Running in 1f157e8308ee [2021-01-04T16:39:12.624Z] Removing intermediate container 1f157e8308ee [2021-01-04T16:39:12.624Z] ---> 49432580c47f [2021-01-04T16:39:12.624Z] Step 21/21 : LABEL version=2.0.0-dev.23 [2021-01-04T16:39:13.570Z] ---> d1a3b677af29 [2021-01-04T16:39:13.570Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-04T16:39:13.833Z] ---> Running in 84984277198d [2021-01-04T16:39:14.790Z] Removing intermediate container 7b54d9ca3639 [2021-01-04T16:39:14.790Z] ---> 7704b2b9dbab [2021-01-04T16:39:14.790Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-04T16:39:15.760Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T16:39:15.760Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-04T16:39:15.760Z] ---> 32431371c674 [2021-01-04T16:39:15.760Z] Step 3/26 : WORKDIR /edgex-go [2021-01-04T16:39:15.760Z] ---> Using cache [2021-01-04T16:39:15.760Z] ---> 4ca483058ed6 [2021-01-04T16:39:15.760Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T16:39:15.760Z] ---> Using cache [2021-01-04T16:39:15.760Z] ---> 04bc64c388b1 [2021-01-04T16:39:15.760Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-04T16:39:16.022Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T16:39:16.022Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T16:39:16.022Z] ---> 32431371c674 [2021-01-04T16:39:16.022Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T16:39:16.022Z] ---> Using cache [2021-01-04T16:39:16.022Z] ---> 4ca483058ed6 [2021-01-04T16:39:16.022Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T16:39:16.022Z] ---> Using cache [2021-01-04T16:39:16.022Z] ---> 04bc64c388b1 [2021-01-04T16:39:16.022Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-04T16:39:16.022Z] ---> Using cache [2021-01-04T16:39:16.022Z] ---> eb29f1d84cdd [2021-01-04T16:39:16.022Z] Step 6/22 : COPY go.mod . [2021-01-04T16:39:16.022Z] ---> Using cache [2021-01-04T16:39:16.022Z] ---> d702c386120f [2021-01-04T16:39:16.022Z] Step 7/22 : RUN go mod download [2021-01-04T16:39:16.022Z] ---> Using cache [2021-01-04T16:39:16.022Z] ---> 0f3ac0754b96 [2021-01-04T16:39:16.022Z] Step 8/22 : COPY . . [2021-01-04T16:39:16.285Z] ---> Using cache [2021-01-04T16:39:16.285Z] ---> 92147279a14d [2021-01-04T16:39:16.285Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-04T16:39:16.858Z] ---> Running in 6c72dca48d5a [2021-01-04T16:39:16.858Z] Removing intermediate container 84984277198d [2021-01-04T16:39:16.858Z] ---> 49cd117a49f0 [2021-01-04T16:39:16.858Z] [2021-01-04T16:39:16.858Z] ---> 2469d76eb5bf [2021-01-04T16:39:16.858Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-04T16:39:16.858Z] Successfully built 49cd117a49f0 [2021-01-04T16:39:16.858Z] ---> Running in 83e6f3fd3979 [2021-01-04T16:39:16.858Z] ---> Running in 0cf238cd6724 [2021-01-04T16:39:17.129Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-04T16:39:17.129Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrap-redis-go [2021-01-04T16:39:17.129Z] ---> Running in 90edd686bf04 [2021-01-04T16:39:17.129Z] Removing intermediate container 6c72dca48d5a [2021-01-04T16:39:17.129Z] ---> a140fed7b07b [2021-01-04T16:39:17.129Z] Step 22/24 : LABEL arch=x86_64 [2021-01-04T16:39:17.392Z] ---> Running in 788beef3ec00 [2021-01-04T16:39:17.971Z] Removing intermediate container 90edd686bf04 [2021-01-04T16:39:17.971Z] ---> d187c07de036 [2021-01-04T16:39:17.971Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T16:39:18.240Z] Removing intermediate container 788beef3ec00 [2021-01-04T16:39:18.240Z] ---> 9db4dba94dde [2021-01-04T16:39:18.240Z] Step 23/24 : LABEL git_sha=67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:39:18.240Z] ---> Running in 7e61b72f2b4b [2021-01-04T16:39:18.240Z] ---> Running in 66dcb91e52ce [2021-01-04T16:39:20.174Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-04T16:39:20.174Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T16:39:20.439Z] Removing intermediate container 66dcb91e52ce [2021-01-04T16:39:20.439Z] ---> 44c7724c29a9 [2021-01-04T16:39:20.439Z] Step 24/24 : LABEL version=2.0.0-dev.23 [2021-01-04T16:39:20.709Z] Removing intermediate container 7e61b72f2b4b [2021-01-04T16:39:20.709Z] ---> 982f36634efb [2021-01-04T16:39:20.709Z] Step 21/23 : LABEL arch=x86_64 [2021-01-04T16:39:20.709Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T16:39:20.976Z] ---> Running in f2ea81066fc2 [2021-01-04T16:39:20.976Z] ---> Running in d04438a63d29 [2021-01-04T16:39:21.242Z] OK: 233 MiB in 51 packages [2021-01-04T16:39:21.508Z] Removing intermediate container d04438a63d29 [2021-01-04T16:39:21.508Z] ---> 0445c049a100 [2021-01-04T16:39:21.508Z] Step 22/23 : LABEL git_sha=67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:39:21.508Z] Removing intermediate container f2ea81066fc2 [2021-01-04T16:39:21.508Z] ---> b91440efe2f7 [2021-01-04T16:39:21.508Z] [2021-01-04T16:39:21.773Z] Successfully built b91440efe2f7 [2021-01-04T16:39:22.365Z] ---> Running in 138b1fce2511 [2021-01-04T16:39:22.365Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-04T16:39:22.365Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go [2021-01-04T16:39:24.980Z] Removing intermediate container 138b1fce2511 [2021-01-04T16:39:24.980Z] ---> 1ec5a453c8bc [2021-01-04T16:39:24.980Z] Step 23/23 : LABEL version=2.0.0-dev.23 [2021-01-04T16:39:25.250Z] Removing intermediate container 0cf238cd6724 [2021-01-04T16:39:25.250Z] ---> 84cf618a7b80 [2021-01-04T16:39:25.250Z] Step 6/26 : COPY go.mod . [2021-01-04T16:39:27.860Z] ---> Running in bc709268069e [2021-01-04T16:39:28.444Z] ---> ac791990bbfe [2021-01-04T16:39:28.444Z] Step 7/26 : RUN go mod download [2021-01-04T16:39:29.228Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T16:39:29.228Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-04T16:39:29.228Z] ---> bd4d61c422ab [2021-01-04T16:39:29.228Z] Step 3/23 : WORKDIR /edgex-go [2021-01-04T16:39:29.228Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T16:39:29.228Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T16:39:29.228Z] ---> bd4d61c422ab [2021-01-04T16:39:29.228Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T16:39:29.228Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T16:39:29.228Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T16:39:29.228Z] ---> bd4d61c422ab [2021-01-04T16:39:29.228Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T16:39:29.228Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T16:39:29.228Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-04T16:39:29.228Z] ---> bd4d61c422ab [2021-01-04T16:39:29.228Z] Step 3/21 : WORKDIR /edgex-go [2021-01-04T16:39:29.228Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T16:39:29.228Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-04T16:39:29.228Z] ---> bd4d61c422ab [2021-01-04T16:39:29.228Z] Step 3/26 : WORKDIR /edgex-go [2021-01-04T16:39:30.413Z] ---> Running in a675bfd9e6e6 [2021-01-04T16:39:30.413Z] Removing intermediate container bc709268069e [2021-01-04T16:39:30.413Z] ---> 659db8c59dd1 [2021-01-04T16:39:30.413Z] [2021-01-04T16:39:30.413Z] Successfully built 659db8c59dd1 [2021-01-04T16:39:30.413Z] Successfully tagged docker-core-data-go:latest [2021-01-04T16:39:31.200Z] ---> Running in 5323d013f4da [2021-01-04T16:39:31.200Z] ---> Running in 6220ce4ba273 [2021-01-04T16:39:31.200Z] ---> Running in fe79b42b5f8f [2021-01-04T16:39:31.200Z] ---> Running in 438e6f9a1d0a [2021-01-04T16:39:31.200Z] ---> Running in 627a2292f649 [2021-01-04T16:39:32.188Z] Removing intermediate container fe79b42b5f8f [2021-01-04T16:39:32.188Z] ---> 7ce269bee83a [2021-01-04T16:39:32.188Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T16:39:32.188Z] Removing intermediate container 438e6f9a1d0a [2021-01-04T16:39:32.188Z] ---> 98260cbf0c13 [2021-01-04T16:39:32.188Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T16:39:32.188Z] Removing intermediate container 627a2292f649 [2021-01-04T16:39:32.188Z] Removing intermediate container 5323d013f4da [2021-01-04T16:39:32.188Z] ---> 0059987d82ac [2021-01-04T16:39:32.188Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T16:39:32.188Z] ---> b5ca18bcf0ee [2021-01-04T16:39:32.188Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T16:39:32.188Z] Removing intermediate container 6220ce4ba273 [2021-01-04T16:39:32.188Z] ---> a16afe85733c [2021-01-04T16:39:32.188Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T16:39:32.462Z] ---> Running in 2a0e86c3c6ab [2021-01-04T16:39:32.462Z] ---> Running in 255cbd0924dc [2021-01-04T16:39:32.462Z] ---> Running in 713a3d638ac3 [2021-01-04T16:39:32.462Z] ---> Running in a2adbcfeef6b [2021-01-04T16:39:32.462Z] ---> Running in 998a19663d12 [2021-01-04T16:39:35.786Z]  Building docker-core-data-go ... done Removing intermediate container a675bfd9e6e6 [2021-01-04T16:39:35.786Z] ---> 6ff4fa5f5ab6 [2021-01-04T16:39:35.786Z] Step 8/26 : COPY . . [2021-01-04T16:39:35.786Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T16:39:35.786Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T16:39:35.786Z] ---> 32431371c674 [2021-01-04T16:39:35.786Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T16:39:35.786Z] ---> Using cache [2021-01-04T16:39:35.786Z] ---> 4ca483058ed6 [2021-01-04T16:39:35.786Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T16:39:35.786Z] ---> Using cache [2021-01-04T16:39:35.786Z] ---> 04bc64c388b1 [2021-01-04T16:39:35.786Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-04T16:39:35.786Z] ---> Using cache [2021-01-04T16:39:35.786Z] ---> eb29f1d84cdd [2021-01-04T16:39:35.786Z] Step 6/22 : COPY go.mod . [2021-01-04T16:39:35.786Z] ---> Using cache [2021-01-04T16:39:35.786Z] ---> d702c386120f [2021-01-04T16:39:35.786Z] Step 7/22 : RUN go mod download [2021-01-04T16:39:35.786Z] ---> Using cache [2021-01-04T16:39:35.786Z] ---> 0f3ac0754b96 [2021-01-04T16:39:35.786Z] Step 8/22 : COPY . . [2021-01-04T16:39:35.786Z] ---> Using cache [2021-01-04T16:39:35.786Z] ---> 92147279a14d [2021-01-04T16:39:35.786Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-04T16:39:36.768Z] ---> Running in 7911e9208006 [2021-01-04T16:39:36.813Z] Removing intermediate container 2a0e86c3c6ab [2021-01-04T16:39:36.813Z] ---> 3409e2c37e75 [2021-01-04T16:39:36.813Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-04T16:39:36.813Z] Removing intermediate container 255cbd0924dc [2021-01-04T16:39:36.813Z] ---> ba1db45e4af2 [2021-01-04T16:39:36.813Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-04T16:39:36.813Z] ---> Running in fedd3959c67f [2021-01-04T16:39:36.813Z] ---> Running in b9fd7c14b575 [2021-01-04T16:39:36.813Z] Removing intermediate container 713a3d638ac3 [2021-01-04T16:39:36.813Z] Removing intermediate container 998a19663d12 [2021-01-04T16:39:36.813Z] ---> c0c7f4216a99 [2021-01-04T16:39:36.813Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-04T16:39:36.813Z] ---> c71216a23832 [2021-01-04T16:39:36.813Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-04T16:39:36.813Z] Removing intermediate container a2adbcfeef6b [2021-01-04T16:39:36.813Z] ---> 210385a7c202 [2021-01-04T16:39:36.813Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-04T16:39:36.813Z] ---> Running in e8c405ca17b3 [2021-01-04T16:39:36.813Z] ---> Running in 530b836a9d3a [2021-01-04T16:39:37.097Z] ---> Running in 53a894b17d4f [2021-01-04T16:39:38.558Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T16:39:38.720Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-04T16:39:38.837Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T16:39:38.837Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T16:39:39.112Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T16:39:39.389Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T16:39:39.389Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T16:39:39.389Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T16:39:39.664Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T16:39:39.943Z] OK: 217 MiB in 51 packages [2021-01-04T16:39:40.219Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T16:39:40.219Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T16:39:40.219Z] OK: 217 MiB in 51 packages [2021-01-04T16:39:40.492Z] OK: 217 MiB in 51 packages [2021-01-04T16:39:41.097Z] OK: 217 MiB in 51 packages [2021-01-04T16:39:41.097Z] OK: 217 MiB in 51 packages [2021-01-04T16:39:41.375Z] Removing intermediate container fedd3959c67f [2021-01-04T16:39:41.375Z] ---> 1c412e193a44 [2021-01-04T16:39:41.375Z] Step 6/26 : COPY go.mod . [2021-01-04T16:39:41.978Z] Removing intermediate container b9fd7c14b575 [2021-01-04T16:39:41.978Z] ---> 7a01f00759fc [2021-01-04T16:39:41.978Z] Step 6/22 : COPY go.mod . [2021-01-04T16:39:42.255Z] Removing intermediate container 530b836a9d3a [2021-01-04T16:39:42.255Z] ---> d542daa53b81 [2021-01-04T16:39:42.255Z] Step 6/22 : COPY go.mod . [2021-01-04T16:39:42.534Z] ---> afbf99b000f1 [2021-01-04T16:39:42.534Z] Step 7/26 : RUN go mod download [2021-01-04T16:39:42.534Z] Removing intermediate container 53a894b17d4f [2021-01-04T16:39:42.534Z] ---> dd379fb311d8 [2021-01-04T16:39:42.534Z] Step 6/21 : COPY go.mod . [2021-01-04T16:39:42.843Z] ---> Running in 67c1626c6c49 [2021-01-04T16:39:42.843Z] ---> 6aaa44d7bbc2 [2021-01-04T16:39:42.843Z] Step 7/22 : RUN go mod download [2021-01-04T16:39:43.121Z] Removing intermediate container e8c405ca17b3 [2021-01-04T16:39:43.121Z] ---> f4bdc446af56 [2021-01-04T16:39:43.121Z] Step 6/23 : COPY go.mod . [2021-01-04T16:39:43.121Z] ---> Running in f7ae160a1fa0 [2021-01-04T16:39:43.725Z] ---> 205ae5d9018c [2021-01-04T16:39:43.725Z] Step 7/22 : RUN go mod download [2021-01-04T16:39:44.003Z] ---> a490b890518c [2021-01-04T16:39:44.003Z] Step 7/21 : RUN go mod download [2021-01-04T16:39:44.003Z] ---> Running in a31abfaa09cf [2021-01-04T16:39:44.003Z] ---> Running in 101608f5c8f6 [2021-01-04T16:39:44.083Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T16:39:44.083Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-04T16:39:44.083Z] ---> 32431371c674 [2021-01-04T16:39:44.083Z] Step 3/24 : WORKDIR /edgex-go [2021-01-04T16:39:44.083Z] ---> Using cache [2021-01-04T16:39:44.083Z] ---> 4ca483058ed6 [2021-01-04T16:39:44.083Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T16:39:44.083Z] ---> Using cache [2021-01-04T16:39:44.083Z] ---> 04bc64c388b1 [2021-01-04T16:39:44.083Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-04T16:39:44.612Z] ---> 9785ac4710ce [2021-01-04T16:39:44.612Z] Step 7/23 : RUN go mod download [2021-01-04T16:39:44.680Z] ---> Running in 30b7a1822489 [2021-01-04T16:39:44.890Z] ---> Running in 9bdb60b0c0ec [2021-01-04T16:39:46.949Z] Removing intermediate container 67c1626c6c49 [2021-01-04T16:39:46.949Z] ---> 742aa0c16ddf [2021-01-04T16:39:46.949Z] Step 8/26 : COPY . . [2021-01-04T16:39:47.305Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T16:39:47.573Z] Removing intermediate container f7ae160a1fa0 [2021-01-04T16:39:47.573Z] ---> 69076cfa161f [2021-01-04T16:39:47.573Z] Step 8/22 : COPY . . [2021-01-04T16:39:47.935Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T16:39:48.926Z] OK: 233 MiB in 51 packages [2021-01-04T16:39:49.011Z] Removing intermediate container a31abfaa09cf [2021-01-04T16:39:49.012Z] ---> e6ab501df464 [2021-01-04T16:39:49.012Z] Step 8/22 : COPY . . [2021-01-04T16:39:49.286Z] Removing intermediate container 101608f5c8f6 [2021-01-04T16:39:49.286Z] ---> 3c71fc8c8d5d [2021-01-04T16:39:49.286Z] Step 8/21 : COPY . . [2021-01-04T16:39:49.896Z] Removing intermediate container 9bdb60b0c0ec [2021-01-04T16:39:49.896Z] ---> 2b5e1160dcbe [2021-01-04T16:39:49.896Z] Step 8/23 : COPY . . [2021-01-04T16:39:54.381Z] Removing intermediate container 30b7a1822489 [2021-01-04T16:39:54.381Z] ---> 63fe1213cb62 [2021-01-04T16:39:54.381Z] Step 6/24 : COPY go.mod . [2021-01-04T16:39:54.381Z] Removing intermediate container 83e6f3fd3979 [2021-01-04T16:39:54.381Z] ---> 95efe4b7add2 [2021-01-04T16:39:54.381Z] [2021-01-04T16:39:54.381Z] Step 10/22 : FROM scratch [2021-01-04T16:39:54.381Z] ---> [2021-01-04T16:39:54.381Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T16:39:54.381Z] ---> Using cache [2021-01-04T16:39:54.381Z] ---> b04fee58708c [2021-01-04T16:39:54.381Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-04T16:39:54.960Z] ---> 2bbca39a6ee9 [2021-01-04T16:39:54.960Z] Step 7/24 : RUN go mod download [2021-01-04T16:39:55.536Z] ---> Running in 85dc5a5721eb [2021-01-04T16:39:55.809Z] ---> Running in 2e17402e8270 [2021-01-04T16:39:56.080Z] ---> 441e15ef7c89 [2021-01-04T16:39:56.080Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-04T16:39:56.080Z] ---> Running in a626ed6cdcd1 [2021-01-04T16:39:56.080Z] Removing intermediate container 85dc5a5721eb [2021-01-04T16:39:56.080Z] ---> 1e4d6bc497a1 [2021-01-04T16:39:56.080Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-04T16:39:56.080Z] ---> Running in bd39fc85712f [2021-01-04T16:39:56.664Z] Removing intermediate container bd39fc85712f [2021-01-04T16:39:56.664Z] ---> 8d0318ed4e44 [2021-01-04T16:39:56.664Z] Step 14/22 : WORKDIR / [2021-01-04T16:39:56.664Z] ---> Running in 7633e262c67e [2021-01-04T16:39:56.664Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-04T16:39:56.931Z] Removing intermediate container 7633e262c67e [2021-01-04T16:39:56.931Z] ---> ad5a2e1c1dba [2021-01-04T16:39:56.931Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-04T16:39:57.201Z] ---> 9ea011c17b8e [2021-01-04T16:39:57.201Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-04T16:39:58.189Z] Removing intermediate container 2e17402e8270 [2021-01-04T16:39:58.189Z] ---> 7e2e2ea4f123 [2021-01-04T16:39:58.189Z] Step 8/24 : COPY . . [2021-01-04T16:39:59.610Z] ---> f3cc858dc953 [2021-01-04T16:39:59.610Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-04T16:40:00.228Z] Removing intermediate container 7911e9208006 [2021-01-04T16:40:00.228Z] ---> 5a3355eccd8d [2021-01-04T16:40:00.228Z] [2021-01-04T16:40:00.228Z] Step 10/22 : FROM alpine:3.12 [2021-01-04T16:40:00.228Z] ---> 389fef711851 [2021-01-04T16:40:00.228Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-04T16:40:00.228Z] ---> Using cache [2021-01-04T16:40:00.228Z] ---> 5b5a1d161767 [2021-01-04T16:40:00.228Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-04T16:40:00.512Z] ---> 821b72e72529 [2021-01-04T16:40:00.513Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-04T16:40:00.513Z] ---> Running in 2ccb9b00a332 [2021-01-04T16:40:02.490Z] ---> Running in 584d0377c703 [2021-01-04T16:40:03.920Z] Removing intermediate container 2ccb9b00a332 [2021-01-04T16:40:03.920Z] ---> 211fb662bc2d [2021-01-04T16:40:03.920Z] Step 13/22 : WORKDIR / [2021-01-04T16:40:04.212Z] Removing intermediate container 584d0377c703 [2021-01-04T16:40:04.212Z] ---> d8f0bd981303 [2021-01-04T16:40:04.212Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T16:40:04.489Z] ---> Running in d9d345758c1e [2021-01-04T16:40:04.489Z] ---> Running in de6f0f4d2083 [2021-01-04T16:40:06.438Z] Removing intermediate container d9d345758c1e [2021-01-04T16:40:06.438Z] ---> 29cae98b64b6 [2021-01-04T16:40:06.438Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-04T16:40:06.704Z] Removing intermediate container de6f0f4d2083 [2021-01-04T16:40:06.704Z] ---> 4676e97964ea [2021-01-04T16:40:06.704Z] Step 20/22 : LABEL arch=x86_64 [2021-01-04T16:40:08.264Z] ---> 6113fe1549f8 [2021-01-04T16:40:08.264Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-04T16:40:08.264Z] ---> 64dec1f1ced7 [2021-01-04T16:40:08.264Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-04T16:40:08.264Z] ---> 18eee21b31c2 [2021-01-04T16:40:08.264Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-04T16:40:08.264Z] ---> Running in 59afa562d0d4 [2021-01-04T16:40:08.264Z] ---> e615c016097d [2021-01-04T16:40:08.264Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-04T16:40:08.264Z] ---> Running in 39b53b459191 [2021-01-04T16:40:08.264Z] ---> Running in 0eeef6265e39 [2021-01-04T16:40:08.264Z] ---> Running in 70a2405164d2 [2021-01-04T16:40:08.264Z] ---> 9124487df908 [2021-01-04T16:40:08.264Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-04T16:40:08.264Z] ---> Running in 31c0025c1534 [2021-01-04T16:40:08.264Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-04T16:40:08.264Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-04T16:40:08.541Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o cmd/core-data/core-data ./cmd/core-data [2021-01-04T16:40:08.817Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-04T16:40:08.817Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-04T16:40:10.053Z] ---> 79b2dca050a9 [2021-01-04T16:40:10.053Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-04T16:40:10.053Z] ---> Running in 99b7759dc570 [2021-01-04T16:40:10.630Z] Removing intermediate container 99b7759dc570 [2021-01-04T16:40:10.630Z] ---> 8904221aa072 [2021-01-04T16:40:10.630Z] Step 21/22 : LABEL git_sha=67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:40:10.914Z] ---> Running in 406b9cf39502 [2021-01-04T16:40:10.914Z] ---> 52cf0fbaf336 [2021-01-04T16:40:10.914Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-04T16:40:11.876Z] Removing intermediate container 406b9cf39502 [2021-01-04T16:40:11.876Z] ---> f1a23fb53b71 [2021-01-04T16:40:11.876Z] Step 22/22 : LABEL version=2.0.0-dev.23 [2021-01-04T16:40:12.139Z] ---> ea13cbc183d1 [2021-01-04T16:40:12.139Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-04T16:40:13.556Z] ---> Running in 6e8b15fa03e5 [2021-01-04T16:40:13.556Z] ---> caa04ec96f38 [2021-01-04T16:40:13.556Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-04T16:40:13.556Z] ---> Running in c10e06f77955 [2021-01-04T16:40:13.556Z] Removing intermediate container 6e8b15fa03e5 [2021-01-04T16:40:13.556Z] ---> ce93597db729 [2021-01-04T16:40:13.556Z] [2021-01-04T16:40:14.139Z] Successfully built ce93597db729 [2021-01-04T16:40:14.139Z] Successfully tagged docker-core-metadata-go:latest [2021-01-04T16:40:19.460Z]  Building docker-core-metadata-go ... done Removing intermediate container a626ed6cdcd1 [2021-01-04T16:40:19.460Z] ---> 24a651175095 [2021-01-04T16:40:19.460Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-04T16:40:19.933Z] ---> Running in 1fa94bfe9735 [2021-01-04T16:40:19.934Z] ---> 83ad66ab897c [2021-01-04T16:40:19.934Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-04T16:40:20.936Z] ---> Running in da1737f88ffb [2021-01-04T16:40:20.936Z] Removing intermediate container c10e06f77955 [2021-01-04T16:40:20.936Z] ---> 9a38fae8d63d [2021-01-04T16:40:20.936Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-04T16:40:21.259Z] ---> Running in b4eb9005993a [2021-01-04T16:40:21.562Z] Removing intermediate container b4eb9005993a [2021-01-04T16:40:21.562Z] ---> 5a417366d5ab [2021-01-04T16:40:21.562Z] Step 20/22 : LABEL arch=x86_64 [2021-01-04T16:40:21.562Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-04T16:40:21.562Z] ---> Running in cc8c4f068bad [2021-01-04T16:40:21.562Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-04T16:40:21.846Z] Removing intermediate container cc8c4f068bad [2021-01-04T16:40:21.846Z] ---> 4ad0a0888966 [2021-01-04T16:40:21.846Z] Step 21/22 : LABEL git_sha=67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:40:21.846Z] ---> Running in a1927070f03b [2021-01-04T16:40:22.122Z] Removing intermediate container a1927070f03b [2021-01-04T16:40:22.122Z] ---> 5d3f58bc993f [2021-01-04T16:40:22.122Z] Step 22/22 : LABEL version=2.0.0-dev.23 [2021-01-04T16:40:22.122Z] ---> Running in 01625d3d44bb [2021-01-04T16:40:22.393Z] Removing intermediate container 01625d3d44bb [2021-01-04T16:40:22.393Z] ---> b3f5103b3f5b [2021-01-04T16:40:22.393Z] [2021-01-04T16:40:22.668Z] Successfully built b3f5103b3f5b [2021-01-04T16:40:22.668Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-04T16:40:24.110Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 1fa94bfe9735 [2021-01-04T16:40:24.111Z] ---> b654d428fcee [2021-01-04T16:40:24.111Z] [2021-01-04T16:40:24.111Z] Step 11/26 : FROM docker:20.10.0 [2021-01-04T16:40:24.111Z] 20.10.0: Pulling from library/docker [2021-01-04T16:40:32.355Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-04T16:40:32.355Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-04T16:40:32.355Z] ---> aefe523efa57 [2021-01-04T16:40:32.355Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-04T16:40:32.355Z] ---> Running in 6f456783d5d1 [2021-01-04T16:40:32.355Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T16:40:32.617Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T16:40:32.617Z] (1/2) Installing readline (8.0.4-r0) [2021-01-04T16:40:32.617Z] (2/2) Installing bash (5.0.17-r0) [2021-01-04T16:40:32.617Z] Executing bash-5.0.17-r0.post-install [2021-01-04T16:40:32.617Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T16:40:32.617Z] OK: 12 MiB in 22 packages [2021-01-04T16:40:33.572Z] Removing intermediate container da1737f88ffb [2021-01-04T16:40:33.572Z] ---> 6933b22e7444 [2021-01-04T16:40:33.572Z] [2021-01-04T16:40:33.572Z] Step 10/24 : FROM scratch [2021-01-04T16:40:33.572Z] ---> [2021-01-04T16:40:33.572Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-04T16:40:33.842Z] ---> Running in 5b7cb8c8d710 [2021-01-04T16:40:33.842Z] Removing intermediate container 6f456783d5d1 [2021-01-04T16:40:33.842Z] ---> e9157831692f [2021-01-04T16:40:33.842Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-04T16:40:33.842Z] ---> Running in 861907b6b63a [2021-01-04T16:40:34.106Z] Removing intermediate container 5b7cb8c8d710 [2021-01-04T16:40:34.106Z] ---> f1174fcf1a0d [2021-01-04T16:40:34.106Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-04T16:40:34.106Z] ---> Running in d4f8d42e4120 [2021-01-04T16:40:34.106Z] Removing intermediate container 861907b6b63a [2021-01-04T16:40:34.106Z] ---> 5c8f38418f3f [2021-01-04T16:40:34.106Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-04T16:40:34.106Z] ---> Running in c80f7d86a0be [2021-01-04T16:40:34.368Z] Removing intermediate container d4f8d42e4120 [2021-01-04T16:40:34.368Z] ---> 81585fd514d4 [2021-01-04T16:40:34.368Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-04T16:40:34.368Z] ---> Running in a4bd195c0eb3 [2021-01-04T16:40:34.368Z] Removing intermediate container c80f7d86a0be [2021-01-04T16:40:34.368Z] ---> 4a6974f87278 [2021-01-04T16:40:34.368Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-04T16:40:34.635Z] ---> Running in 9a8e10215bad [2021-01-04T16:40:34.635Z] Removing intermediate container a4bd195c0eb3 [2021-01-04T16:40:34.635Z] ---> 23f149e10056 [2021-01-04T16:40:34.635Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-04T16:40:34.635Z] Removing intermediate container 9a8e10215bad [2021-01-04T16:40:34.635Z] ---> e3ed0f46fa68 [2021-01-04T16:40:34.635Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-04T16:40:34.899Z] ---> fb684507b62c [2021-01-04T16:40:34.899Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-04T16:40:35.849Z] ---> 922efd8f5334 [2021-01-04T16:40:35.849Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-04T16:40:35.849Z] ---> 83a8eed71748 [2021-01-04T16:40:35.849Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-04T16:40:36.114Z] ---> 60afd99c42b9 [2021-01-04T16:40:36.114Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-04T16:40:36.687Z] ---> c9a75e512d0b [2021-01-04T16:40:36.687Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-04T16:40:36.687Z] ---> 83b264d366b1 [2021-01-04T16:40:36.687Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-04T16:40:36.687Z] ---> Running in 6c541e22e3d3 [2021-01-04T16:40:36.958Z] ---> 75036ac0545a [2021-01-04T16:40:36.958Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-04T16:40:37.223Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T16:40:37.484Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T16:40:37.484Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-04T16:40:37.484Z] (2/33) Installing expat (2.2.9-r1) [2021-01-04T16:40:37.484Z] (3/33) Installing libffi (3.3-r2) [2021-01-04T16:40:37.484Z] ---> a4133ef95389 [2021-01-04T16:40:37.484Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-04T16:40:37.484Z] (4/33) Installing gdbm (1.13-r1) [2021-01-04T16:40:37.484Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-04T16:40:37.745Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-04T16:40:37.745Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-04T16:40:41.051Z] ---> 1e50113d7360 [2021-01-04T16:40:41.051Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-04T16:40:41.312Z] ---> Running in c1d474008b66 [2021-01-04T16:40:41.312Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-04T16:40:41.312Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-04T16:40:41.312Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-04T16:40:41.312Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-04T16:40:41.312Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-04T16:40:41.312Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-04T16:40:41.312Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-04T16:40:41.312Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-04T16:40:41.312Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-04T16:40:41.574Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-04T16:40:42.147Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-04T16:40:42.147Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-04T16:40:42.147Z] Removing intermediate container c1d474008b66 [2021-01-04T16:40:42.147Z] ---> 395a764f7167 [2021-01-04T16:40:42.147Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T16:40:42.147Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-04T16:40:42.409Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-04T16:40:42.671Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-04T16:40:42.671Z] ---> Running in 92e81d238aa5 [2021-01-04T16:40:42.671Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-04T16:40:42.671Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-04T16:40:42.671Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-04T16:40:42.671Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-04T16:40:42.936Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-04T16:40:43.199Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-04T16:40:43.199Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-04T16:40:43.199Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-04T16:40:43.199Z] Removing intermediate container 92e81d238aa5 [2021-01-04T16:40:43.199Z] ---> 33201e0bda56 [2021-01-04T16:40:43.199Z] Step 22/24 : LABEL arch=x86_64 [2021-01-04T16:40:43.199Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-04T16:40:43.460Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-04T16:40:43.460Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-04T16:40:43.460Z] ---> Running in fae5e08693eb [2021-01-04T16:40:43.460Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T16:40:43.460Z] OK: 71 MiB in 55 packages [2021-01-04T16:40:44.034Z] Removing intermediate container fae5e08693eb [2021-01-04T16:40:44.034Z] ---> 93fbcfc67e1f [2021-01-04T16:40:44.034Z] Step 23/24 : LABEL git_sha=67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:40:44.295Z] ---> Running in 0c2e650cd6d7 [2021-01-04T16:40:44.557Z] Removing intermediate container 0c2e650cd6d7 [2021-01-04T16:40:44.557Z] ---> b1aad0250dcc [2021-01-04T16:40:44.557Z] Step 24/24 : LABEL version=2.0.0-dev.23 [2021-01-04T16:40:44.818Z] ---> Running in 2f78e1c602cd [2021-01-04T16:40:47.368Z] Removing intermediate container 2f78e1c602cd [2021-01-04T16:40:47.368Z] ---> a3225d1106d8 [2021-01-04T16:40:47.368Z] [2021-01-04T16:40:47.368Z] Successfully built a3225d1106d8 [2021-01-04T16:40:47.368Z] Successfully tagged docker-support-notifications-go:latest [2021-01-04T16:40:49.285Z]  Building docker-support-notifications-go ... done Removing intermediate container 6c541e22e3d3 [2021-01-04T16:40:49.285Z] ---> e8fc46d3d1da [2021-01-04T16:40:49.285Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-04T16:40:49.285Z] ---> Running in 3a21de6de20c [2021-01-04T16:40:51.837Z] Collecting docker-compose==1.23.2 [2021-01-04T16:40:51.837Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-04T16:40:51.837Z] Collecting cached-property<2,>=1.2.0 [2021-01-04T16:40:51.837Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-04T16:40:51.837Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-04T16:40:51.837Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-04T16:40:52.099Z] Collecting docopt<0.7,>=0.6.1 [2021-01-04T16:40:52.099Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-04T16:40:52.673Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-04T16:40:52.673Z] Collecting texttable<0.10,>=0.9.0 [2021-01-04T16:40:52.673Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-04T16:40:53.244Z] Collecting docker<4.0,>=3.6.0 [2021-01-04T16:40:53.244Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-04T16:40:53.505Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-04T16:40:53.505Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-04T16:40:53.766Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-04T16:40:53.766Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-04T16:40:54.026Z] Collecting PyYAML<4,>=3.10 [2021-01-04T16:40:54.026Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-04T16:40:54.968Z] Collecting jsonschema<3,>=2.5.1 [2021-01-04T16:40:54.968Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-04T16:40:54.968Z] Collecting docker-pycreds>=0.4.0 [2021-01-04T16:40:54.968Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-04T16:40:54.968Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-04T16:40:54.968Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-04T16:40:54.968Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-04T16:40:54.968Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-04T16:40:55.229Z] Collecting idna<2.8,>=2.5 [2021-01-04T16:40:55.229Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-04T16:40:55.229Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-04T16:40:55.229Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-04T16:40:55.229Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-04T16:40:55.229Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-04T16:40:55.229Z] Installing collected packages: cached-property, dockerpty, docopt, texttable, urllib3, idna, requests, websocket-client, docker-pycreds, docker, PyYAML, jsonschema, docker-compose [2021-01-04T16:40:55.490Z] Running setup.py install for dockerpty: started [2021-01-04T16:40:55.752Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-04T16:40:55.752Z] Running setup.py install for docopt: started [2021-01-04T16:40:56.333Z] Running setup.py install for docopt: finished with status 'done' [2021-01-04T16:40:56.333Z] Running setup.py install for texttable: started [2021-01-04T16:40:56.595Z] Running setup.py install for texttable: finished with status 'done' [2021-01-04T16:40:56.595Z] Attempting uninstall: urllib3 [2021-01-04T16:40:56.595Z] Found existing installation: urllib3 1.25.9 [2021-01-04T16:40:56.595Z] Uninstalling urllib3-1.25.9: [2021-01-04T16:40:56.857Z] Successfully uninstalled urllib3-1.25.9 [2021-01-04T16:40:56.857Z] Attempting uninstall: idna [2021-01-04T16:40:56.857Z] Found existing installation: idna 2.9 [2021-01-04T16:40:56.857Z] Uninstalling idna-2.9: [2021-01-04T16:40:56.857Z] Successfully uninstalled idna-2.9 [2021-01-04T16:40:57.118Z] Attempting uninstall: requests [2021-01-04T16:40:57.118Z] Found existing installation: requests 2.23.0 [2021-01-04T16:40:57.118Z] Uninstalling requests-2.23.0: [2021-01-04T16:40:57.118Z] Successfully uninstalled requests-2.23.0 [2021-01-04T16:40:57.690Z] Running setup.py install for PyYAML: started [2021-01-04T16:40:58.265Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-04T16:40:58.527Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-04T16:41:01.834Z] Removing intermediate container 3a21de6de20c [2021-01-04T16:41:01.834Z] ---> c1ab44df85b9 [2021-01-04T16:41:01.834Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-04T16:41:01.834Z] ---> Running in 3dbbce087ec1 [2021-01-04T16:41:02.105Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T16:41:02.105Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T16:41:02.366Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T16:41:02.366Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-04T16:41:02.366Z] (3/3) Installing curl (7.69.1-r3) [2021-01-04T16:41:02.366Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T16:41:02.366Z] OK: 72 MiB in 58 packages [2021-01-04T16:41:02.938Z] Removing intermediate container 3dbbce087ec1 [2021-01-04T16:41:02.938Z] ---> 66a5375c6aae [2021-01-04T16:41:02.938Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-04T16:41:02.938Z] ---> Running in 1c59a81bc130 [2021-01-04T16:41:03.199Z] Removing intermediate container 1c59a81bc130 [2021-01-04T16:41:03.199Z] ---> d9f8d117f431 [2021-01-04T16:41:03.199Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T16:41:03.199Z] ---> Running in a4c224684790 [2021-01-04T16:41:03.461Z] Removing intermediate container a4c224684790 [2021-01-04T16:41:03.462Z] ---> c2efb52544b9 [2021-01-04T16:41:03.462Z] Step 24/26 : LABEL arch=x86_64 [2021-01-04T16:41:03.462Z] ---> Running in 6aa05a354a1e [2021-01-04T16:41:03.722Z] Removing intermediate container 6aa05a354a1e [2021-01-04T16:41:03.722Z] ---> 6940d760d8fc [2021-01-04T16:41:03.722Z] Step 25/26 : LABEL git_sha=67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:41:03.722Z] ---> Running in a443b8768941 [2021-01-04T16:41:03.992Z] Removing intermediate container a443b8768941 [2021-01-04T16:41:03.992Z] ---> f5d5202ce23e [2021-01-04T16:41:03.992Z] Step 26/26 : LABEL version=2.0.0-dev.23 [2021-01-04T16:41:03.992Z] ---> Running in 3283b3f86a14 [2021-01-04T16:41:04.254Z] Removing intermediate container 3283b3f86a14 [2021-01-04T16:41:04.254Z] ---> 0a869d3b269e [2021-01-04T16:41:04.254Z] [2021-01-04T16:41:04.254Z] Successfully built 0a869d3b269e [2021-01-04T16:41:04.254Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-04T16:41:04.836Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-04T16:41:04.844Z] $ docker stop --time=1 e6cc18aa6f089548d4a0303ad07c6cb8f1ab9707346a18ce99440c8a0154855e [2021-01-04T16:41:06.402Z] $ docker rm -f e6cc18aa6f089548d4a0303ad07c6cb8f1ab9707346a18ce99440c8a0154855e [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-04T16:41:06.945Z] + docker images [2021-01-04T16:41:06.945Z] + grep docker [2021-01-04T16:41:06.945Z] docker-sys-mgmt-agent-go latest 0a869d3b269e 3 seconds ago 313MB [2021-01-04T16:41:06.945Z] docker-support-notifications-go latest a3225d1106d8 21 seconds ago 12MB [2021-01-04T16:41:06.945Z] docker-security-bootstrap-redis-go latest b3f5103b3f5b 44 seconds ago 15.8MB [2021-01-04T16:41:06.945Z] docker-core-metadata-go latest ce93597db729 53 seconds ago 13MB [2021-01-04T16:41:06.945Z] docker-core-data-go latest 659db8c59dd1 About a minute ago 22.2MB [2021-01-04T16:41:06.945Z] docker-security-secretstore-setup-go latest b91440efe2f7 About a minute ago 24.6MB [2021-01-04T16:41:06.945Z] docker-security-proxy-setup-go latest 49cd117a49f0 About a minute ago 24.5MB [2021-01-04T16:41:06.945Z] docker-core-command-go latest a85f8bbed979 2 minutes ago 10.6MB [2021-01-04T16:41:06.945Z] docker-support-scheduler-go latest 9cbc6b0fac14 2 minutes ago 10.7MB [2021-01-04T16:41:06.945Z] docker 20.10.0 aefe523efa57 3 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-04T16:41:07.582Z] provisioning config files... [2021-01-04T16:41:07.615Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/268@tmp/config538401097810496037tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-04T16:41:07.972Z] ---> docker-login.sh [2021-01-04T16:41:07.972Z] nexus3.edgexfoundry.org:10001 [2021-01-04T16:41:07.972Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T16:41:08.235Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T16:41:08.235Z] Configure a credential helper to remove this warning. See [2021-01-04T16:41:08.235Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T16:41:08.235Z] [2021-01-04T16:41:08.235Z] Login Succeeded [2021-01-04T16:41:08.235Z] nexus3.edgexfoundry.org:10002 [2021-01-04T16:41:08.235Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T16:41:08.235Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T16:41:08.235Z] Configure a credential helper to remove this warning. See [2021-01-04T16:41:08.235Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T16:41:08.235Z] [2021-01-04T16:41:08.235Z] Login Succeeded [2021-01-04T16:41:08.235Z] nexus3.edgexfoundry.org:10003 [2021-01-04T16:41:08.496Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T16:41:08.496Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T16:41:08.496Z] Configure a credential helper to remove this warning. See [2021-01-04T16:41:08.496Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T16:41:08.496Z] [2021-01-04T16:41:08.496Z] Login Succeeded [2021-01-04T16:41:08.496Z] nexus3.edgexfoundry.org:10004 [2021-01-04T16:41:08.759Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T16:41:08.759Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T16:41:08.759Z] Configure a credential helper to remove this warning. See [2021-01-04T16:41:08.759Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T16:41:08.759Z] [2021-01-04T16:41:08.759Z] Login Succeeded [2021-01-04T16:41:08.759Z] docker.io [2021-01-04T16:41:08.759Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T16:41:09.022Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T16:41:09.022Z] Configure a credential helper to remove this warning. See [2021-01-04T16:41:09.022Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T16:41:09.022Z] [2021-01-04T16:41:09.022Z] Login Succeeded [2021-01-04T16:41:09.022Z] ---> docker-login.sh ends [Pipeline] } [2021-01-04T16:41:09.032Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-04T16:41:09.240Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-01-04T16:41:09.240Z] 67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:41:09.240Z] 2.0.0-dev.23 [2021-01-04T16:41:09.240Z] 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [2021-01-04T16:41:09.240Z] master [2021-01-04T16:41:09.240Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:09.729Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:67d1a34251aa6315d67009af9685794612423525 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:10.031Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:41:10.031Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-04T16:41:10.031Z] b905f26d1e24: Preparing [2021-01-04T16:41:10.031Z] 694e76666773: Preparing [2021-01-04T16:41:10.031Z] 94970eb93484: Preparing [2021-01-04T16:41:10.311Z] 94970eb93484: Pushed [2021-01-04T16:41:10.311Z] b905f26d1e24: Pushed [2021-01-04T16:41:11.259Z] 694e76666773: Pushed [2021-01-04T16:41:11.259Z] 67d1a34251aa6315d67009af9685794612423525: digest: sha256:0f86743bd56020efd72696b46161971f2f2466a6a2664b292ebd4bc0679ef1b6 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:11.565Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:11.872Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.23 [2021-01-04T16:41:11.872Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-04T16:41:11.872Z] b905f26d1e24: Preparing [2021-01-04T16:41:11.872Z] 694e76666773: Preparing [2021-01-04T16:41:11.872Z] 94970eb93484: Preparing [2021-01-04T16:41:11.872Z] 694e76666773: Layer already exists [2021-01-04T16:41:11.872Z] b905f26d1e24: Layer already exists [2021-01-04T16:41:11.872Z] 94970eb93484: Layer already exists [2021-01-04T16:41:11.872Z] 2.0.0-dev.23: digest: sha256:0f86743bd56020efd72696b46161971f2f2466a6a2664b292ebd4bc0679ef1b6 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:12.269Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:12.637Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [2021-01-04T16:41:12.637Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-04T16:41:12.637Z] b905f26d1e24: Preparing [2021-01-04T16:41:12.637Z] 694e76666773: Preparing [2021-01-04T16:41:12.637Z] 94970eb93484: Preparing [2021-01-04T16:41:12.637Z] 94970eb93484: Layer already exists [2021-01-04T16:41:12.637Z] b905f26d1e24: Layer already exists [2021-01-04T16:41:12.637Z] 694e76666773: Layer already exists [2021-01-04T16:41:12.637Z] 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23: digest: sha256:0f86743bd56020efd72696b46161971f2f2466a6a2664b292ebd4bc0679ef1b6 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:13.019Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:13.321Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-01-04T16:41:13.321Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-04T16:41:13.321Z] b905f26d1e24: Preparing [2021-01-04T16:41:13.321Z] 694e76666773: Preparing [2021-01-04T16:41:13.321Z] 94970eb93484: Preparing [2021-01-04T16:41:13.321Z] b905f26d1e24: Layer already exists [2021-01-04T16:41:13.321Z] 694e76666773: Layer already exists [2021-01-04T16:41:13.321Z] 94970eb93484: Layer already exists [2021-01-04T16:41:13.321Z] master: digest: sha256:0f86743bd56020efd72696b46161971f2f2466a6a2664b292ebd4bc0679ef1b6 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-04T16:41:13.508Z] ===================================================== [Pipeline] echo [2021-01-04T16:41:13.554Z] taggedImages: [2021-01-04T16:41:13.554Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:41:13.554Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.23 [2021-01-04T16:41:13.554Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [2021-01-04T16:41:13.554Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-01-04T16:41:13.616Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-01-04T16:41:13.616Z] 67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:41:13.616Z] 2.0.0-dev.23 [2021-01-04T16:41:13.617Z] 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [2021-01-04T16:41:13.617Z] master [2021-01-04T16:41:13.617Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:14.126Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:67d1a34251aa6315d67009af9685794612423525 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:14.425Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:41:14.426Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-04T16:41:14.426Z] e4dd21899d4a: Preparing [2021-01-04T16:41:14.426Z] 69daad6259e2: Preparing [2021-01-04T16:41:14.426Z] dc07c0c0daf7: Preparing [2021-01-04T16:41:14.426Z] 27404ae5df21: Preparing [2021-01-04T16:41:14.426Z] 68bece3962bf: Preparing [2021-01-04T16:41:14.426Z] 777b2c648970: Preparing [2021-01-04T16:41:14.426Z] 777b2c648970: Waiting [2021-01-04T16:41:14.426Z] 68bece3962bf: Pushed [2021-01-04T16:41:14.687Z] e4dd21899d4a: Pushed [2021-01-04T16:41:14.687Z] dc07c0c0daf7: Pushed [2021-01-04T16:41:14.687Z] 777b2c648970: Layer already exists [2021-01-04T16:41:14.687Z] 27404ae5df21: Pushed [2021-01-04T16:41:15.630Z] 69daad6259e2: Pushed [2021-01-04T16:41:15.893Z] 67d1a34251aa6315d67009af9685794612423525: digest: sha256:5d468df99b28aa395f5fd2c1bb48ed9822f09385df9f31d5ec546eff1d0b361b size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:16.199Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:16.510Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.23 [2021-01-04T16:41:16.510Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-04T16:41:16.511Z] e4dd21899d4a: Preparing [2021-01-04T16:41:16.511Z] 69daad6259e2: Preparing [2021-01-04T16:41:16.511Z] dc07c0c0daf7: Preparing [2021-01-04T16:41:16.511Z] 27404ae5df21: Preparing [2021-01-04T16:41:16.511Z] 68bece3962bf: Preparing [2021-01-04T16:41:16.511Z] 777b2c648970: Preparing [2021-01-04T16:41:16.511Z] 777b2c648970: Waiting [2021-01-04T16:41:16.511Z] 68bece3962bf: Layer already exists [2021-01-04T16:41:16.511Z] e4dd21899d4a: Layer already exists [2021-01-04T16:41:16.511Z] 27404ae5df21: Layer already exists [2021-01-04T16:41:16.511Z] dc07c0c0daf7: Layer already exists [2021-01-04T16:41:16.511Z] 69daad6259e2: Layer already exists [2021-01-04T16:41:16.511Z] 777b2c648970: Layer already exists [2021-01-04T16:41:16.511Z] 2.0.0-dev.23: digest: sha256:5d468df99b28aa395f5fd2c1bb48ed9822f09385df9f31d5ec546eff1d0b361b size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:16.824Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:17.122Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [2021-01-04T16:41:17.122Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-04T16:41:17.122Z] e4dd21899d4a: Preparing [2021-01-04T16:41:17.122Z] 69daad6259e2: Preparing [2021-01-04T16:41:17.122Z] dc07c0c0daf7: Preparing [2021-01-04T16:41:17.122Z] 27404ae5df21: Preparing [2021-01-04T16:41:17.122Z] 68bece3962bf: Preparing [2021-01-04T16:41:17.122Z] 777b2c648970: Preparing [2021-01-04T16:41:17.122Z] 777b2c648970: Waiting [2021-01-04T16:41:17.122Z] 27404ae5df21: Layer already exists [2021-01-04T16:41:17.122Z] e4dd21899d4a: Layer already exists [2021-01-04T16:41:17.122Z] 69daad6259e2: Layer already exists [2021-01-04T16:41:17.122Z] 68bece3962bf: Layer already exists [2021-01-04T16:41:17.122Z] dc07c0c0daf7: Layer already exists [2021-01-04T16:41:17.122Z] 777b2c648970: Layer already exists [2021-01-04T16:41:17.122Z] 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23: digest: sha256:5d468df99b28aa395f5fd2c1bb48ed9822f09385df9f31d5ec546eff1d0b361b size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:17.425Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:17.728Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-01-04T16:41:17.728Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-04T16:41:17.728Z] e4dd21899d4a: Preparing [2021-01-04T16:41:17.728Z] 69daad6259e2: Preparing [2021-01-04T16:41:17.728Z] dc07c0c0daf7: Preparing [2021-01-04T16:41:17.728Z] 27404ae5df21: Preparing [2021-01-04T16:41:17.728Z] 68bece3962bf: Preparing [2021-01-04T16:41:17.728Z] 777b2c648970: Preparing [2021-01-04T16:41:17.728Z] 777b2c648970: Waiting [2021-01-04T16:41:17.728Z] 69daad6259e2: Layer already exists [2021-01-04T16:41:17.728Z] e4dd21899d4a: Layer already exists [2021-01-04T16:41:17.728Z] dc07c0c0daf7: Layer already exists [2021-01-04T16:41:17.728Z] 27404ae5df21: Layer already exists [2021-01-04T16:41:17.728Z] 68bece3962bf: Layer already exists [2021-01-04T16:41:17.728Z] 777b2c648970: Layer already exists [2021-01-04T16:41:17.728Z] master: digest: sha256:5d468df99b28aa395f5fd2c1bb48ed9822f09385df9f31d5ec546eff1d0b361b size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-04T16:41:17.911Z] ===================================================== [Pipeline] echo [2021-01-04T16:41:17.957Z] taggedImages: [2021-01-04T16:41:17.957Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:41:17.957Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.23 [2021-01-04T16:41:17.957Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [2021-01-04T16:41:17.957Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-01-04T16:41:18.022Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-01-04T16:41:18.022Z] 67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:41:18.022Z] 2.0.0-dev.23 [2021-01-04T16:41:18.022Z] 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [2021-01-04T16:41:18.022Z] master [2021-01-04T16:41:18.022Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:18.491Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:67d1a34251aa6315d67009af9685794612423525 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:18.793Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:41:18.793Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-04T16:41:18.793Z] 51bfb20b5464: Preparing [2021-01-04T16:41:18.793Z] a5252d6b0f33: Preparing [2021-01-04T16:41:18.793Z] 615f8cfeb93b: Preparing [2021-01-04T16:41:18.793Z] 615f8cfeb93b: Pushed [2021-01-04T16:41:18.793Z] 51bfb20b5464: Pushed [2021-01-04T16:41:20.180Z] a5252d6b0f33: Pushed [2021-01-04T16:41:21.123Z] 67d1a34251aa6315d67009af9685794612423525: digest: sha256:967ec3e7dea060b953652544120641291063d9a484b018df3cbecfe3542d2f98 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:21.432Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:21.729Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.23 [2021-01-04T16:41:21.729Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-04T16:41:21.729Z] 51bfb20b5464: Preparing [2021-01-04T16:41:21.729Z] a5252d6b0f33: Preparing [2021-01-04T16:41:21.729Z] 615f8cfeb93b: Preparing [2021-01-04T16:41:21.729Z] 615f8cfeb93b: Layer already exists [2021-01-04T16:41:21.729Z] a5252d6b0f33: Layer already exists [2021-01-04T16:41:21.729Z] 51bfb20b5464: Layer already exists [2021-01-04T16:41:21.729Z] 2.0.0-dev.23: digest: sha256:967ec3e7dea060b953652544120641291063d9a484b018df3cbecfe3542d2f98 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:22.033Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:22.328Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [2021-01-04T16:41:22.329Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-04T16:41:22.329Z] 51bfb20b5464: Preparing [2021-01-04T16:41:22.329Z] a5252d6b0f33: Preparing [2021-01-04T16:41:22.329Z] 615f8cfeb93b: Preparing [2021-01-04T16:41:22.329Z] a5252d6b0f33: Layer already exists [2021-01-04T16:41:22.329Z] 51bfb20b5464: Layer already exists [2021-01-04T16:41:22.329Z] 615f8cfeb93b: Layer already exists [2021-01-04T16:41:22.329Z] 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23: digest: sha256:967ec3e7dea060b953652544120641291063d9a484b018df3cbecfe3542d2f98 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:22.629Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:22.925Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-01-04T16:41:22.925Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-04T16:41:22.925Z] 51bfb20b5464: Preparing [2021-01-04T16:41:22.925Z] a5252d6b0f33: Preparing [2021-01-04T16:41:22.925Z] 615f8cfeb93b: Preparing [2021-01-04T16:41:22.925Z] 51bfb20b5464: Layer already exists [2021-01-04T16:41:22.925Z] a5252d6b0f33: Layer already exists [2021-01-04T16:41:22.925Z] 615f8cfeb93b: Layer already exists [2021-01-04T16:41:22.925Z] master: digest: sha256:967ec3e7dea060b953652544120641291063d9a484b018df3cbecfe3542d2f98 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-04T16:41:23.120Z] ===================================================== [Pipeline] echo [2021-01-04T16:41:23.168Z] taggedImages: [2021-01-04T16:41:23.168Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:41:23.168Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.23 [2021-01-04T16:41:23.168Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [2021-01-04T16:41:23.168Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-01-04T16:41:23.245Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2021-01-04T16:41:23.245Z] 67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:41:23.245Z] 2.0.0-dev.23 [2021-01-04T16:41:23.245Z] 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [2021-01-04T16:41:23.245Z] master [2021-01-04T16:41:23.245Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:23.768Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:67d1a34251aa6315d67009af9685794612423525 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:24.069Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:41:24.069Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-04T16:41:24.069Z] a69d191eca52: Preparing [2021-01-04T16:41:24.069Z] 366b2ce32c57: Preparing [2021-01-04T16:41:24.069Z] ff5e096b8b38: Preparing [2021-01-04T16:41:24.069Z] bd3ffe2fa632: Preparing [2021-01-04T16:41:24.069Z] 41e11568e3dc: Preparing [2021-01-04T16:41:24.069Z] 7d0e00734b8a: Preparing [2021-01-04T16:41:24.069Z] 777b2c648970: Preparing [2021-01-04T16:41:24.069Z] 7d0e00734b8a: Waiting [2021-01-04T16:41:24.069Z] 777b2c648970: Waiting [2021-01-04T16:41:24.335Z] a69d191eca52: Pushed [2021-01-04T16:41:24.335Z] 41e11568e3dc: Pushed [2021-01-04T16:41:24.335Z] ff5e096b8b38: Pushed [2021-01-04T16:41:24.335Z] 366b2ce32c57: Pushed [2021-01-04T16:41:24.335Z] 777b2c648970: Layer already exists [2021-01-04T16:41:24.907Z] 7d0e00734b8a: Pushed [2021-01-04T16:41:24.907Z] bd3ffe2fa632: Pushed [2021-01-04T16:41:25.168Z] 67d1a34251aa6315d67009af9685794612423525: digest: sha256:afa5f17239b3c60a1070ac5d892cc7c3d5ed6af585e59c578fb96d5555f4b55c size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:25.484Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:25.784Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.23 [2021-01-04T16:41:25.784Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-04T16:41:25.784Z] a69d191eca52: Preparing [2021-01-04T16:41:25.784Z] 366b2ce32c57: Preparing [2021-01-04T16:41:25.784Z] ff5e096b8b38: Preparing [2021-01-04T16:41:25.784Z] bd3ffe2fa632: Preparing [2021-01-04T16:41:25.784Z] 41e11568e3dc: Preparing [2021-01-04T16:41:25.784Z] 7d0e00734b8a: Preparing [2021-01-04T16:41:25.784Z] 777b2c648970: Preparing [2021-01-04T16:41:25.784Z] 7d0e00734b8a: Waiting [2021-01-04T16:41:25.784Z] 777b2c648970: Waiting [2021-01-04T16:41:25.784Z] ff5e096b8b38: Layer already exists [2021-01-04T16:41:25.784Z] a69d191eca52: Layer already exists [2021-01-04T16:41:25.784Z] 366b2ce32c57: Layer already exists [2021-01-04T16:41:25.784Z] 41e11568e3dc: Layer already exists [2021-01-04T16:41:25.784Z] bd3ffe2fa632: Layer already exists [2021-01-04T16:41:25.784Z] 777b2c648970: Layer already exists [2021-01-04T16:41:25.784Z] 7d0e00734b8a: Layer already exists [2021-01-04T16:41:25.784Z] 2.0.0-dev.23: digest: sha256:afa5f17239b3c60a1070ac5d892cc7c3d5ed6af585e59c578fb96d5555f4b55c size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:26.118Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:26.417Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [2021-01-04T16:41:26.417Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-04T16:41:26.417Z] a69d191eca52: Preparing [2021-01-04T16:41:26.417Z] 366b2ce32c57: Preparing [2021-01-04T16:41:26.417Z] ff5e096b8b38: Preparing [2021-01-04T16:41:26.417Z] bd3ffe2fa632: Preparing [2021-01-04T16:41:26.417Z] 41e11568e3dc: Preparing [2021-01-04T16:41:26.417Z] 7d0e00734b8a: Preparing [2021-01-04T16:41:26.417Z] 777b2c648970: Preparing [2021-01-04T16:41:26.417Z] 7d0e00734b8a: Waiting [2021-01-04T16:41:26.417Z] 777b2c648970: Waiting [2021-01-04T16:41:26.417Z] ff5e096b8b38: Layer already exists [2021-01-04T16:41:26.417Z] bd3ffe2fa632: Layer already exists [2021-01-04T16:41:26.417Z] a69d191eca52: Layer already exists [2021-01-04T16:41:26.417Z] 41e11568e3dc: Layer already exists [2021-01-04T16:41:26.417Z] 366b2ce32c57: Layer already exists [2021-01-04T16:41:26.417Z] 777b2c648970: Layer already exists [2021-01-04T16:41:26.417Z] 7d0e00734b8a: Layer already exists [2021-01-04T16:41:26.417Z] 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23: digest: sha256:afa5f17239b3c60a1070ac5d892cc7c3d5ed6af585e59c578fb96d5555f4b55c size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:26.729Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:27.037Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2021-01-04T16:41:27.037Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-04T16:41:27.037Z] a69d191eca52: Preparing [2021-01-04T16:41:27.037Z] 366b2ce32c57: Preparing [2021-01-04T16:41:27.037Z] ff5e096b8b38: Preparing [2021-01-04T16:41:27.037Z] bd3ffe2fa632: Preparing [2021-01-04T16:41:27.037Z] 41e11568e3dc: Preparing [2021-01-04T16:41:27.037Z] 7d0e00734b8a: Preparing [2021-01-04T16:41:27.037Z] 777b2c648970: Preparing [2021-01-04T16:41:27.037Z] 7d0e00734b8a: Waiting [2021-01-04T16:41:27.037Z] 777b2c648970: Waiting [2021-01-04T16:41:27.037Z] a69d191eca52: Layer already exists [2021-01-04T16:41:27.037Z] ff5e096b8b38: Layer already exists [2021-01-04T16:41:27.037Z] 41e11568e3dc: Layer already exists [2021-01-04T16:41:27.037Z] 366b2ce32c57: Layer already exists [2021-01-04T16:41:27.037Z] bd3ffe2fa632: Layer already exists [2021-01-04T16:41:27.037Z] 7d0e00734b8a: Layer already exists [2021-01-04T16:41:27.037Z] 777b2c648970: Layer already exists [2021-01-04T16:41:27.037Z] master: digest: sha256:afa5f17239b3c60a1070ac5d892cc7c3d5ed6af585e59c578fb96d5555f4b55c size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-04T16:41:27.240Z] ===================================================== [Pipeline] echo [2021-01-04T16:41:27.293Z] taggedImages: [2021-01-04T16:41:27.293Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:41:27.293Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.23 [2021-01-04T16:41:27.293Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [2021-01-04T16:41:27.293Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] echo [2021-01-04T16:41:27.362Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-01-04T16:41:27.362Z] 67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:41:27.362Z] 2.0.0-dev.23 [2021-01-04T16:41:27.362Z] 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [2021-01-04T16:41:27.362Z] master [2021-01-04T16:41:27.362Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:27.857Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:67d1a34251aa6315d67009af9685794612423525 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:28.155Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:41:28.155Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-04T16:41:28.155Z] 9c8201476118: Preparing [2021-01-04T16:41:28.155Z] 0e6f839f4e7a: Preparing [2021-01-04T16:41:28.155Z] 649d293a12c8: Preparing [2021-01-04T16:41:28.155Z] 7c4da50b04e4: Preparing [2021-01-04T16:41:28.155Z] 8c7a77b0c8ee: Preparing [2021-01-04T16:41:28.155Z] 777b2c648970: Preparing [2021-01-04T16:41:28.155Z] 777b2c648970: Waiting [2021-01-04T16:41:28.419Z] 7c4da50b04e4: Pushed [2021-01-04T16:41:28.420Z] 649d293a12c8: Pushed [2021-01-04T16:41:28.420Z] 777b2c648970: Layer already exists [2021-01-04T16:41:28.680Z] 8c7a77b0c8ee: Pushed [2021-01-04T16:41:29.252Z] 9c8201476118: Pushed [2021-01-04T16:41:29.252Z] 0e6f839f4e7a: Pushed [2021-01-04T16:41:29.252Z] 67d1a34251aa6315d67009af9685794612423525: digest: sha256:5b24ef28552189a2110abf93bd435e914df64bcff88552cb489b2a3c5733a284 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:29.772Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:30.081Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.23 [2021-01-04T16:41:30.081Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-04T16:41:30.081Z] 9c8201476118: Preparing [2021-01-04T16:41:30.081Z] 0e6f839f4e7a: Preparing [2021-01-04T16:41:30.081Z] 649d293a12c8: Preparing [2021-01-04T16:41:30.081Z] 7c4da50b04e4: Preparing [2021-01-04T16:41:30.081Z] 8c7a77b0c8ee: Preparing [2021-01-04T16:41:30.081Z] 777b2c648970: Preparing [2021-01-04T16:41:30.081Z] 777b2c648970: Waiting [2021-01-04T16:41:30.081Z] 0e6f839f4e7a: Layer already exists [2021-01-04T16:41:30.081Z] 7c4da50b04e4: Layer already exists [2021-01-04T16:41:30.081Z] 8c7a77b0c8ee: Layer already exists [2021-01-04T16:41:30.081Z] 9c8201476118: Layer already exists [2021-01-04T16:41:30.081Z] 649d293a12c8: Layer already exists [2021-01-04T16:41:30.081Z] 777b2c648970: Layer already exists [2021-01-04T16:41:30.081Z] 2.0.0-dev.23: digest: sha256:5b24ef28552189a2110abf93bd435e914df64bcff88552cb489b2a3c5733a284 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:30.390Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:30.683Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [2021-01-04T16:41:30.683Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-04T16:41:30.683Z] 9c8201476118: Preparing [2021-01-04T16:41:30.683Z] 0e6f839f4e7a: Preparing [2021-01-04T16:41:30.683Z] 649d293a12c8: Preparing [2021-01-04T16:41:30.683Z] 7c4da50b04e4: Preparing [2021-01-04T16:41:30.683Z] 8c7a77b0c8ee: Preparing [2021-01-04T16:41:30.683Z] 777b2c648970: Preparing [2021-01-04T16:41:30.684Z] 777b2c648970: Waiting [2021-01-04T16:41:30.684Z] 9c8201476118: Layer already exists [2021-01-04T16:41:30.684Z] 7c4da50b04e4: Layer already exists [2021-01-04T16:41:30.684Z] 649d293a12c8: Layer already exists [2021-01-04T16:41:30.684Z] 0e6f839f4e7a: Layer already exists [2021-01-04T16:41:30.684Z] 8c7a77b0c8ee: Layer already exists [2021-01-04T16:41:30.684Z] 777b2c648970: Layer already exists [2021-01-04T16:41:30.684Z] 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23: digest: sha256:5b24ef28552189a2110abf93bd435e914df64bcff88552cb489b2a3c5733a284 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:30.986Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:31.283Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-01-04T16:41:31.283Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-04T16:41:31.283Z] 9c8201476118: Preparing [2021-01-04T16:41:31.283Z] 0e6f839f4e7a: Preparing [2021-01-04T16:41:31.283Z] 649d293a12c8: Preparing [2021-01-04T16:41:31.283Z] 7c4da50b04e4: Preparing [2021-01-04T16:41:31.283Z] 8c7a77b0c8ee: Preparing [2021-01-04T16:41:31.283Z] 777b2c648970: Preparing [2021-01-04T16:41:31.283Z] 777b2c648970: Waiting [2021-01-04T16:41:31.283Z] 649d293a12c8: Layer already exists [2021-01-04T16:41:31.283Z] 8c7a77b0c8ee: Layer already exists [2021-01-04T16:41:31.283Z] 9c8201476118: Layer already exists [2021-01-04T16:41:31.283Z] 0e6f839f4e7a: Layer already exists [2021-01-04T16:41:31.283Z] 7c4da50b04e4: Layer already exists [2021-01-04T16:41:31.283Z] 777b2c648970: Layer already exists [2021-01-04T16:41:31.283Z] master: digest: sha256:5b24ef28552189a2110abf93bd435e914df64bcff88552cb489b2a3c5733a284 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-04T16:41:31.530Z] ===================================================== [Pipeline] echo [2021-01-04T16:41:31.594Z] taggedImages: [2021-01-04T16:41:31.595Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:41:31.595Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.23 [2021-01-04T16:41:31.595Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [2021-01-04T16:41:31.595Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-01-04T16:41:31.668Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-01-04T16:41:31.668Z] 67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:41:31.668Z] 2.0.0-dev.23 [2021-01-04T16:41:31.668Z] 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [2021-01-04T16:41:31.668Z] master [2021-01-04T16:41:31.668Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:32.176Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:67d1a34251aa6315d67009af9685794612423525 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:32.474Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:41:32.474Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-04T16:41:32.474Z] e160abfffcf8: Preparing [2021-01-04T16:41:32.474Z] 7822c41dd8f9: Preparing [2021-01-04T16:41:32.474Z] 5c4ca6c10410: Preparing [2021-01-04T16:41:32.474Z] 826305af9a18: Preparing [2021-01-04T16:41:32.474Z] 7cd1a4346a0f: Preparing [2021-01-04T16:41:32.474Z] 1d102990f47c: Preparing [2021-01-04T16:41:32.474Z] 64b91bc303e0: Preparing [2021-01-04T16:41:32.474Z] 7d0e00734b8a: Preparing [2021-01-04T16:41:32.474Z] 777b2c648970: Preparing [2021-01-04T16:41:32.474Z] 64b91bc303e0: Waiting [2021-01-04T16:41:32.474Z] 7d0e00734b8a: Waiting [2021-01-04T16:41:32.474Z] 1d102990f47c: Waiting [2021-01-04T16:41:32.474Z] 777b2c648970: Waiting [2021-01-04T16:41:32.744Z] e160abfffcf8: Pushed [2021-01-04T16:41:32.744Z] 7cd1a4346a0f: Pushed [2021-01-04T16:41:32.744Z] 7822c41dd8f9: Pushed [2021-01-04T16:41:33.010Z] 7d0e00734b8a: Layer already exists [2021-01-04T16:41:33.010Z] 777b2c648970: Layer already exists [2021-01-04T16:41:33.010Z] 1d102990f47c: Pushed [2021-01-04T16:41:33.010Z] 64b91bc303e0: Pushed [2021-01-04T16:41:33.582Z] 826305af9a18: Pushed [2021-01-04T16:41:33.582Z] 5c4ca6c10410: Pushed [2021-01-04T16:41:33.582Z] 67d1a34251aa6315d67009af9685794612423525: digest: sha256:c9894755d6da7a7b88e3ef39511e8f61ebc69445395b608904a4c05bfed75329 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:33.892Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:34.198Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.23 [2021-01-04T16:41:34.198Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-04T16:41:34.198Z] e160abfffcf8: Preparing [2021-01-04T16:41:34.198Z] 7822c41dd8f9: Preparing [2021-01-04T16:41:34.198Z] 5c4ca6c10410: Preparing [2021-01-04T16:41:34.198Z] 826305af9a18: Preparing [2021-01-04T16:41:34.198Z] 7cd1a4346a0f: Preparing [2021-01-04T16:41:34.198Z] 1d102990f47c: Preparing [2021-01-04T16:41:34.198Z] 64b91bc303e0: Preparing [2021-01-04T16:41:34.198Z] 7d0e00734b8a: Preparing [2021-01-04T16:41:34.198Z] 777b2c648970: Preparing [2021-01-04T16:41:34.198Z] 1d102990f47c: Waiting [2021-01-04T16:41:34.198Z] 777b2c648970: Waiting [2021-01-04T16:41:34.198Z] 7d0e00734b8a: Waiting [2021-01-04T16:41:34.198Z] 64b91bc303e0: Waiting [2021-01-04T16:41:34.198Z] e160abfffcf8: Layer already exists [2021-01-04T16:41:34.198Z] 826305af9a18: Layer already exists [2021-01-04T16:41:34.198Z] 5c4ca6c10410: Layer already exists [2021-01-04T16:41:34.198Z] 7cd1a4346a0f: Layer already exists [2021-01-04T16:41:34.198Z] 7822c41dd8f9: Layer already exists [2021-01-04T16:41:34.198Z] 1d102990f47c: Layer already exists [2021-01-04T16:41:34.198Z] 64b91bc303e0: Layer already exists [2021-01-04T16:41:34.198Z] 7d0e00734b8a: Layer already exists [2021-01-04T16:41:34.198Z] 777b2c648970: Layer already exists [2021-01-04T16:41:34.198Z] 2.0.0-dev.23: digest: sha256:c9894755d6da7a7b88e3ef39511e8f61ebc69445395b608904a4c05bfed75329 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:34.530Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:34.828Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [2021-01-04T16:41:34.828Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-04T16:41:34.828Z] e160abfffcf8: Preparing [2021-01-04T16:41:34.828Z] 7822c41dd8f9: Preparing [2021-01-04T16:41:34.828Z] 5c4ca6c10410: Preparing [2021-01-04T16:41:34.828Z] 826305af9a18: Preparing [2021-01-04T16:41:34.828Z] 7cd1a4346a0f: Preparing [2021-01-04T16:41:34.828Z] 1d102990f47c: Preparing [2021-01-04T16:41:34.828Z] 64b91bc303e0: Preparing [2021-01-04T16:41:34.828Z] 7d0e00734b8a: Preparing [2021-01-04T16:41:34.828Z] 777b2c648970: Preparing [2021-01-04T16:41:34.828Z] 1d102990f47c: Waiting [2021-01-04T16:41:34.828Z] 64b91bc303e0: Waiting [2021-01-04T16:41:34.828Z] 7d0e00734b8a: Waiting [2021-01-04T16:41:34.828Z] 777b2c648970: Waiting [2021-01-04T16:41:34.828Z] e160abfffcf8: Layer already exists [2021-01-04T16:41:34.828Z] 7cd1a4346a0f: Layer already exists [2021-01-04T16:41:34.828Z] 5c4ca6c10410: Layer already exists [2021-01-04T16:41:34.828Z] 826305af9a18: Layer already exists [2021-01-04T16:41:34.828Z] 7822c41dd8f9: Layer already exists [2021-01-04T16:41:34.828Z] 1d102990f47c: Layer already exists [2021-01-04T16:41:34.828Z] 64b91bc303e0: Layer already exists [2021-01-04T16:41:34.828Z] 7d0e00734b8a: Layer already exists [2021-01-04T16:41:34.828Z] 777b2c648970: Layer already exists [2021-01-04T16:41:34.828Z] 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23: digest: sha256:c9894755d6da7a7b88e3ef39511e8f61ebc69445395b608904a4c05bfed75329 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:35.129Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:35.425Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-01-04T16:41:35.425Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-04T16:41:35.425Z] e160abfffcf8: Preparing [2021-01-04T16:41:35.425Z] 7822c41dd8f9: Preparing [2021-01-04T16:41:35.425Z] 5c4ca6c10410: Preparing [2021-01-04T16:41:35.425Z] 826305af9a18: Preparing [2021-01-04T16:41:35.425Z] 7cd1a4346a0f: Preparing [2021-01-04T16:41:35.425Z] 1d102990f47c: Preparing [2021-01-04T16:41:35.425Z] 64b91bc303e0: Preparing [2021-01-04T16:41:35.425Z] 7d0e00734b8a: Preparing [2021-01-04T16:41:35.425Z] 777b2c648970: Preparing [2021-01-04T16:41:35.425Z] 64b91bc303e0: Waiting [2021-01-04T16:41:35.425Z] 7d0e00734b8a: Waiting [2021-01-04T16:41:35.425Z] 777b2c648970: Waiting [2021-01-04T16:41:35.425Z] 1d102990f47c: Waiting [2021-01-04T16:41:35.425Z] 826305af9a18: Layer already exists [2021-01-04T16:41:35.425Z] 5c4ca6c10410: Layer already exists [2021-01-04T16:41:35.425Z] e160abfffcf8: Layer already exists [2021-01-04T16:41:35.425Z] 7822c41dd8f9: Layer already exists [2021-01-04T16:41:35.425Z] 7cd1a4346a0f: Layer already exists [2021-01-04T16:41:35.425Z] 64b91bc303e0: Layer already exists [2021-01-04T16:41:35.425Z] 1d102990f47c: Layer already exists [2021-01-04T16:41:35.425Z] 777b2c648970: Layer already exists [2021-01-04T16:41:35.425Z] 7d0e00734b8a: Layer already exists [2021-01-04T16:41:35.425Z] master: digest: sha256:c9894755d6da7a7b88e3ef39511e8f61ebc69445395b608904a4c05bfed75329 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-04T16:41:35.620Z] ===================================================== [Pipeline] echo [2021-01-04T16:41:35.667Z] taggedImages: [2021-01-04T16:41:35.667Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:41:35.667Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.23 [2021-01-04T16:41:35.667Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [2021-01-04T16:41:35.667Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-01-04T16:41:35.731Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-01-04T16:41:35.731Z] 67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:41:35.731Z] 2.0.0-dev.23 [2021-01-04T16:41:35.731Z] 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [2021-01-04T16:41:35.731Z] master [2021-01-04T16:41:35.731Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:36.209Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:67d1a34251aa6315d67009af9685794612423525 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:36.514Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:41:36.514Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-04T16:41:36.514Z] 29bd33a3c060: Preparing [2021-01-04T16:41:36.514Z] 7a8032a93784: Preparing [2021-01-04T16:41:36.514Z] 14f974dde8f7: Preparing [2021-01-04T16:41:36.514Z] a79a5a4aef00: Preparing [2021-01-04T16:41:36.514Z] c1122e9eb70d: Preparing [2021-01-04T16:41:36.514Z] 37bb7d38b8e8: Preparing [2021-01-04T16:41:36.514Z] 37bb7d38b8e8: Waiting [2021-01-04T16:41:36.775Z] 14f974dde8f7: Pushed [2021-01-04T16:41:36.775Z] a79a5a4aef00: Pushed [2021-01-04T16:41:36.775Z] 29bd33a3c060: Pushed [2021-01-04T16:41:36.775Z] c1122e9eb70d: Pushed [2021-01-04T16:41:36.775Z] 37bb7d38b8e8: Pushed [2021-01-04T16:41:37.720Z] 7a8032a93784: Pushed [2021-01-04T16:41:37.720Z] 67d1a34251aa6315d67009af9685794612423525: digest: sha256:492463109821bb680db0260ecdd4f82c082c947d12cc6956b00e40626a9590a2 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:38.053Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:38.359Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.23 [2021-01-04T16:41:38.360Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-04T16:41:38.360Z] 29bd33a3c060: Preparing [2021-01-04T16:41:38.360Z] 7a8032a93784: Preparing [2021-01-04T16:41:38.360Z] 14f974dde8f7: Preparing [2021-01-04T16:41:38.360Z] a79a5a4aef00: Preparing [2021-01-04T16:41:38.360Z] c1122e9eb70d: Preparing [2021-01-04T16:41:38.360Z] 37bb7d38b8e8: Preparing [2021-01-04T16:41:38.360Z] 37bb7d38b8e8: Waiting [2021-01-04T16:41:38.360Z] 29bd33a3c060: Layer already exists [2021-01-04T16:41:38.360Z] a79a5a4aef00: Layer already exists [2021-01-04T16:41:38.360Z] 7a8032a93784: Layer already exists [2021-01-04T16:41:38.360Z] c1122e9eb70d: Layer already exists [2021-01-04T16:41:38.360Z] 14f974dde8f7: Layer already exists [2021-01-04T16:41:38.360Z] 37bb7d38b8e8: Layer already exists [2021-01-04T16:41:38.360Z] 2.0.0-dev.23: digest: sha256:492463109821bb680db0260ecdd4f82c082c947d12cc6956b00e40626a9590a2 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:38.664Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:38.963Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [2021-01-04T16:41:38.963Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-04T16:41:38.963Z] 29bd33a3c060: Preparing [2021-01-04T16:41:38.963Z] 7a8032a93784: Preparing [2021-01-04T16:41:38.963Z] 14f974dde8f7: Preparing [2021-01-04T16:41:38.963Z] a79a5a4aef00: Preparing [2021-01-04T16:41:38.963Z] c1122e9eb70d: Preparing [2021-01-04T16:41:38.963Z] 37bb7d38b8e8: Preparing [2021-01-04T16:41:38.963Z] 37bb7d38b8e8: Waiting [2021-01-04T16:41:38.963Z] c1122e9eb70d: Layer already exists [2021-01-04T16:41:38.963Z] 29bd33a3c060: Layer already exists [2021-01-04T16:41:38.963Z] 14f974dde8f7: Layer already exists [2021-01-04T16:41:38.963Z] a79a5a4aef00: Layer already exists [2021-01-04T16:41:38.963Z] 7a8032a93784: Layer already exists [2021-01-04T16:41:38.963Z] 37bb7d38b8e8: Layer already exists [2021-01-04T16:41:38.963Z] 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23: digest: sha256:492463109821bb680db0260ecdd4f82c082c947d12cc6956b00e40626a9590a2 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:39.272Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:39.570Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-01-04T16:41:39.570Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-04T16:41:39.570Z] 29bd33a3c060: Preparing [2021-01-04T16:41:39.570Z] 7a8032a93784: Preparing [2021-01-04T16:41:39.570Z] 14f974dde8f7: Preparing [2021-01-04T16:41:39.570Z] a79a5a4aef00: Preparing [2021-01-04T16:41:39.570Z] c1122e9eb70d: Preparing [2021-01-04T16:41:39.570Z] 37bb7d38b8e8: Preparing [2021-01-04T16:41:39.570Z] 37bb7d38b8e8: Waiting [2021-01-04T16:41:39.570Z] 29bd33a3c060: Layer already exists [2021-01-04T16:41:39.570Z] a79a5a4aef00: Layer already exists [2021-01-04T16:41:39.570Z] c1122e9eb70d: Layer already exists [2021-01-04T16:41:39.570Z] 14f974dde8f7: Layer already exists [2021-01-04T16:41:39.570Z] 7a8032a93784: Layer already exists [2021-01-04T16:41:39.570Z] 37bb7d38b8e8: Layer already exists [2021-01-04T16:41:39.570Z] master: digest: sha256:492463109821bb680db0260ecdd4f82c082c947d12cc6956b00e40626a9590a2 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-04T16:41:39.752Z] ===================================================== [Pipeline] echo [2021-01-04T16:41:39.796Z] taggedImages: [2021-01-04T16:41:39.796Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:41:39.796Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.23 [2021-01-04T16:41:39.796Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [2021-01-04T16:41:39.796Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-01-04T16:41:39.859Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-01-04T16:41:39.859Z] 67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:41:39.859Z] 2.0.0-dev.23 [2021-01-04T16:41:39.859Z] 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [2021-01-04T16:41:39.859Z] master [2021-01-04T16:41:39.859Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:40.334Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:67d1a34251aa6315d67009af9685794612423525 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:40.641Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:41:40.641Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-04T16:41:40.641Z] 5104ab167620: Preparing [2021-01-04T16:41:40.641Z] 9d4fa6a2f4af: Preparing [2021-01-04T16:41:40.641Z] 966a1ce2b489: Preparing [2021-01-04T16:41:40.641Z] 5104ab167620: Pushed [2021-01-04T16:41:40.903Z] 966a1ce2b489: Pushed [2021-01-04T16:41:41.847Z] 9d4fa6a2f4af: Pushed [2021-01-04T16:41:42.107Z] 67d1a34251aa6315d67009af9685794612423525: digest: sha256:f2addb8f7390ac804d31a68e709d2f28f1588afeacca4bba28a4714c0e9da114 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:42.420Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:42.716Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.23 [2021-01-04T16:41:42.716Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-04T16:41:42.716Z] 5104ab167620: Preparing [2021-01-04T16:41:42.716Z] 9d4fa6a2f4af: Preparing [2021-01-04T16:41:42.716Z] 966a1ce2b489: Preparing [2021-01-04T16:41:42.716Z] 5104ab167620: Layer already exists [2021-01-04T16:41:42.716Z] 966a1ce2b489: Layer already exists [2021-01-04T16:41:42.716Z] 9d4fa6a2f4af: Layer already exists [2021-01-04T16:41:42.716Z] 2.0.0-dev.23: digest: sha256:f2addb8f7390ac804d31a68e709d2f28f1588afeacca4bba28a4714c0e9da114 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:43.057Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:43.363Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [2021-01-04T16:41:43.363Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-04T16:41:43.363Z] 5104ab167620: Preparing [2021-01-04T16:41:43.363Z] 9d4fa6a2f4af: Preparing [2021-01-04T16:41:43.363Z] 966a1ce2b489: Preparing [2021-01-04T16:41:43.363Z] 5104ab167620: Layer already exists [2021-01-04T16:41:43.363Z] 966a1ce2b489: Layer already exists [2021-01-04T16:41:43.363Z] 9d4fa6a2f4af: Layer already exists [2021-01-04T16:41:43.363Z] 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23: digest: sha256:f2addb8f7390ac804d31a68e709d2f28f1588afeacca4bba28a4714c0e9da114 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:43.700Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:44.011Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-01-04T16:41:44.011Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-04T16:41:44.011Z] 5104ab167620: Preparing [2021-01-04T16:41:44.011Z] 9d4fa6a2f4af: Preparing [2021-01-04T16:41:44.011Z] 966a1ce2b489: Preparing [2021-01-04T16:41:44.011Z] 5104ab167620: Layer already exists [2021-01-04T16:41:44.011Z] 966a1ce2b489: Layer already exists [2021-01-04T16:41:44.011Z] 9d4fa6a2f4af: Layer already exists [2021-01-04T16:41:44.011Z] master: digest: sha256:f2addb8f7390ac804d31a68e709d2f28f1588afeacca4bba28a4714c0e9da114 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-04T16:41:44.203Z] ===================================================== [Pipeline] echo [2021-01-04T16:41:44.249Z] taggedImages: [2021-01-04T16:41:44.249Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:41:44.249Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.23 [2021-01-04T16:41:44.249Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [2021-01-04T16:41:44.249Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-01-04T16:41:44.310Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-01-04T16:41:44.310Z] 67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:41:44.310Z] 2.0.0-dev.23 [2021-01-04T16:41:44.310Z] 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [2021-01-04T16:41:44.310Z] master [2021-01-04T16:41:44.310Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:44.817Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:67d1a34251aa6315d67009af9685794612423525 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:45.116Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:41:45.116Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-04T16:41:45.116Z] 64c89167b600: Preparing [2021-01-04T16:41:45.116Z] 55d8a25d76ab: Preparing [2021-01-04T16:41:45.116Z] b5f2b741ab75: Preparing [2021-01-04T16:41:45.116Z] b964e9c34f33: Preparing [2021-01-04T16:41:45.116Z] fd2d91e9a500: Preparing [2021-01-04T16:41:45.117Z] 293f12842169: Preparing [2021-01-04T16:41:45.117Z] 1dcd779b3bf6: Preparing [2021-01-04T16:41:45.117Z] 0754057c0ad3: Preparing [2021-01-04T16:41:45.117Z] 998cdf262ab1: Preparing [2021-01-04T16:41:45.117Z] 02e56110abd2: Preparing [2021-01-04T16:41:45.117Z] abc36efb885a: Preparing [2021-01-04T16:41:45.117Z] b0b09059f4e1: Preparing [2021-01-04T16:41:45.117Z] bb961f40224b: Preparing [2021-01-04T16:41:45.117Z] f4666769fca7: Preparing [2021-01-04T16:41:45.117Z] 998cdf262ab1: Waiting [2021-01-04T16:41:45.117Z] 02e56110abd2: Waiting [2021-01-04T16:41:45.117Z] abc36efb885a: Waiting [2021-01-04T16:41:45.117Z] b0b09059f4e1: Waiting [2021-01-04T16:41:45.117Z] 293f12842169: Waiting [2021-01-04T16:41:45.117Z] bb961f40224b: Waiting [2021-01-04T16:41:45.117Z] f4666769fca7: Waiting [2021-01-04T16:41:45.117Z] 0754057c0ad3: Waiting [2021-01-04T16:41:45.117Z] 1dcd779b3bf6: Waiting [2021-01-04T16:41:45.384Z] fd2d91e9a500: Pushed [2021-01-04T16:41:45.384Z] 64c89167b600: Pushed [2021-01-04T16:41:45.652Z] b964e9c34f33: Pushed [2021-01-04T16:41:45.652Z] 0754057c0ad3: Layer already exists [2021-01-04T16:41:45.652Z] 998cdf262ab1: Layer already exists [2021-01-04T16:41:45.724Z] Removing intermediate container 39b53b459191 [2021-01-04T16:41:45.724Z] ---> f91cf26f776a [2021-01-04T16:41:45.724Z] [2021-01-04T16:41:45.724Z] Step 10/22 : FROM alpine:3.12 [2021-01-04T16:41:45.724Z] 3.12: Pulling from library/alpine [2021-01-04T16:41:45.724Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-04T16:41:45.724Z] Status: Downloaded newer image for alpine:3.12 [2021-01-04T16:41:45.724Z] ---> afeebe901d6b [2021-01-04T16:41:45.724Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-04T16:41:45.724Z] ---> Running in c842d6d3189e [2021-01-04T16:41:45.724Z] Removing intermediate container 59afa562d0d4 [2021-01-04T16:41:45.724Z] ---> 56c1dc8c4182 [2021-01-04T16:41:45.724Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-04T16:41:45.724Z] ---> Running in db0f66de2651 [2021-01-04T16:41:45.724Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T16:41:45.724Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T16:41:45.724Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-04T16:41:45.724Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T16:41:45.724Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-04T16:41:45.724Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-04T16:41:45.724Z] (4/5) Installing curl (7.69.1-r3) [2021-01-04T16:41:45.724Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-04T16:41:45.724Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T16:41:45.724Z] Executing ca-certificates-20191127-r4.trigger [2021-01-04T16:41:45.724Z] OK: 7 MiB in 19 packages [2021-01-04T16:41:45.929Z] 02e56110abd2: Layer already exists [2021-01-04T16:41:45.929Z] 1dcd779b3bf6: Pushed [2021-01-04T16:41:45.929Z] abc36efb885a: Layer already exists [2021-01-04T16:41:45.929Z] b0b09059f4e1: Layer already exists [2021-01-04T16:41:45.929Z] bb961f40224b: Layer already exists [2021-01-04T16:41:45.929Z] f4666769fca7: Layer already exists [2021-01-04T16:41:45.929Z] 55d8a25d76ab: Pushed [2021-01-04T16:41:46.327Z] Removing intermediate container 31c0025c1534 [2021-01-04T16:41:46.327Z] ---> e5b389e3488c [2021-01-04T16:41:46.327Z] [2021-01-04T16:41:46.327Z] Step 10/21 : FROM scratch [2021-01-04T16:41:46.327Z] ---> [2021-01-04T16:41:46.327Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T16:41:46.563Z] 293f12842169: Pushed [2021-01-04T16:41:46.940Z] ---> Running in 604d85735cc1 [2021-01-04T16:41:47.938Z] Removing intermediate container 604d85735cc1 [2021-01-04T16:41:47.938Z] ---> 18fc6480beaf [2021-01-04T16:41:47.938Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-04T16:41:47.938Z] Removing intermediate container c842d6d3189e [2021-01-04T16:41:47.938Z] ---> a7e6067af038 [2021-01-04T16:41:47.938Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-04T16:41:47.938Z] ---> Running in 3e1357e297ea [2021-01-04T16:41:48.221Z] ---> Running in bbd58b632acb [2021-01-04T16:41:48.841Z] Removing intermediate container 3e1357e297ea [2021-01-04T16:41:48.841Z] ---> f4fba41f97b9 [2021-01-04T16:41:48.841Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-04T16:41:49.131Z] ---> Running in b04b920b1309 [2021-01-04T16:41:49.131Z] Removing intermediate container bbd58b632acb [2021-01-04T16:41:49.131Z] ---> 3223599e2e31 [2021-01-04T16:41:49.131Z] Step 13/22 : WORKDIR / [2021-01-04T16:41:49.415Z] ---> Running in ccb5a920bd3a [2021-01-04T16:41:49.881Z] b5f2b741ab75: Pushed [2021-01-04T16:41:50.025Z] Removing intermediate container b04b920b1309 [2021-01-04T16:41:50.025Z] ---> 03c553e8ec27 [2021-01-04T16:41:50.025Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-04T16:41:50.142Z] 67d1a34251aa6315d67009af9685794612423525: digest: sha256:7b1b82fd077f1c5fd015b9b74935d0cb33aa46fe4a26090cc251d157daf6095e size: 3252 [2021-01-04T16:41:50.313Z] Removing intermediate container ccb5a920bd3a [2021-01-04T16:41:50.314Z] ---> 4a44d956e2b5 [2021-01-04T16:41:50.314Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:50.713Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:50.936Z] Removing intermediate container db0f66de2651 [2021-01-04T16:41:50.936Z] ---> a69d6b801a84 [2021-01-04T16:41:50.936Z] [2021-01-04T16:41:50.936Z] Step 11/26 : FROM docker:20.10.0 [2021-01-04T16:41:50.936Z] 20.10.0: Pulling from library/docker [2021-01-04T16:41:51.009Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.23 [2021-01-04T16:41:51.009Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-04T16:41:51.009Z] 64c89167b600: Preparing [2021-01-04T16:41:51.009Z] 55d8a25d76ab: Preparing [2021-01-04T16:41:51.009Z] b5f2b741ab75: Preparing [2021-01-04T16:41:51.009Z] b964e9c34f33: Preparing [2021-01-04T16:41:51.009Z] fd2d91e9a500: Preparing [2021-01-04T16:41:51.009Z] 293f12842169: Preparing [2021-01-04T16:41:51.009Z] 1dcd779b3bf6: Preparing [2021-01-04T16:41:51.009Z] 0754057c0ad3: Preparing [2021-01-04T16:41:51.009Z] 998cdf262ab1: Preparing [2021-01-04T16:41:51.009Z] 02e56110abd2: Preparing [2021-01-04T16:41:51.009Z] abc36efb885a: Preparing [2021-01-04T16:41:51.009Z] b0b09059f4e1: Preparing [2021-01-04T16:41:51.009Z] bb961f40224b: Preparing [2021-01-04T16:41:51.009Z] f4666769fca7: Preparing [2021-01-04T16:41:51.009Z] 293f12842169: Waiting [2021-01-04T16:41:51.009Z] 1dcd779b3bf6: Waiting [2021-01-04T16:41:51.009Z] 0754057c0ad3: Waiting [2021-01-04T16:41:51.009Z] 998cdf262ab1: Waiting [2021-01-04T16:41:51.009Z] 02e56110abd2: Waiting [2021-01-04T16:41:51.009Z] abc36efb885a: Waiting [2021-01-04T16:41:51.009Z] b0b09059f4e1: Waiting [2021-01-04T16:41:51.009Z] bb961f40224b: Waiting [2021-01-04T16:41:51.009Z] f4666769fca7: Waiting [2021-01-04T16:41:51.009Z] b964e9c34f33: Layer already exists [2021-01-04T16:41:51.009Z] 64c89167b600: Layer already exists [2021-01-04T16:41:51.009Z] b5f2b741ab75: Layer already exists [2021-01-04T16:41:51.009Z] fd2d91e9a500: Layer already exists [2021-01-04T16:41:51.009Z] 55d8a25d76ab: Layer already exists [2021-01-04T16:41:51.009Z] 0754057c0ad3: Layer already exists [2021-01-04T16:41:51.009Z] 998cdf262ab1: Layer already exists [2021-01-04T16:41:51.009Z] 293f12842169: Layer already exists [2021-01-04T16:41:51.009Z] 02e56110abd2: Layer already exists [2021-01-04T16:41:51.009Z] bb961f40224b: Layer already exists [2021-01-04T16:41:51.009Z] abc36efb885a: Layer already exists [2021-01-04T16:41:51.009Z] b0b09059f4e1: Layer already exists [2021-01-04T16:41:51.009Z] f4666769fca7: Layer already exists [2021-01-04T16:41:51.219Z] ---> 012a67a92745 [2021-01-04T16:41:51.219Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-04T16:41:51.270Z] 1dcd779b3bf6: Layer already exists [2021-01-04T16:41:51.532Z] 2.0.0-dev.23: digest: sha256:7b1b82fd077f1c5fd015b9b74935d0cb33aa46fe4a26090cc251d157daf6095e size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:51.836Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:52.139Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [2021-01-04T16:41:52.139Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-04T16:41:52.139Z] 64c89167b600: Preparing [2021-01-04T16:41:52.139Z] 55d8a25d76ab: Preparing [2021-01-04T16:41:52.139Z] b5f2b741ab75: Preparing [2021-01-04T16:41:52.139Z] b964e9c34f33: Preparing [2021-01-04T16:41:52.139Z] fd2d91e9a500: Preparing [2021-01-04T16:41:52.139Z] 293f12842169: Preparing [2021-01-04T16:41:52.139Z] 1dcd779b3bf6: Preparing [2021-01-04T16:41:52.139Z] 0754057c0ad3: Preparing [2021-01-04T16:41:52.139Z] 998cdf262ab1: Preparing [2021-01-04T16:41:52.139Z] 02e56110abd2: Preparing [2021-01-04T16:41:52.139Z] abc36efb885a: Preparing [2021-01-04T16:41:52.139Z] b0b09059f4e1: Preparing [2021-01-04T16:41:52.139Z] bb961f40224b: Preparing [2021-01-04T16:41:52.139Z] f4666769fca7: Preparing [2021-01-04T16:41:52.139Z] 293f12842169: Waiting [2021-01-04T16:41:52.139Z] 1dcd779b3bf6: Waiting [2021-01-04T16:41:52.139Z] 0754057c0ad3: Waiting [2021-01-04T16:41:52.139Z] 998cdf262ab1: Waiting [2021-01-04T16:41:52.139Z] 02e56110abd2: Waiting [2021-01-04T16:41:52.139Z] abc36efb885a: Waiting [2021-01-04T16:41:52.139Z] b0b09059f4e1: Waiting [2021-01-04T16:41:52.139Z] bb961f40224b: Waiting [2021-01-04T16:41:52.139Z] f4666769fca7: Waiting [2021-01-04T16:41:52.139Z] 55d8a25d76ab: Layer already exists [2021-01-04T16:41:52.139Z] b964e9c34f33: Layer already exists [2021-01-04T16:41:52.139Z] 64c89167b600: Layer already exists [2021-01-04T16:41:52.139Z] fd2d91e9a500: Layer already exists [2021-01-04T16:41:52.139Z] b5f2b741ab75: Layer already exists [2021-01-04T16:41:52.139Z] 293f12842169: Layer already exists [2021-01-04T16:41:52.140Z] 1dcd779b3bf6: Layer already exists [2021-01-04T16:41:52.140Z] 0754057c0ad3: Layer already exists [2021-01-04T16:41:52.140Z] 998cdf262ab1: Layer already exists [2021-01-04T16:41:52.140Z] 02e56110abd2: Layer already exists [2021-01-04T16:41:52.140Z] abc36efb885a: Layer already exists [2021-01-04T16:41:52.140Z] b0b09059f4e1: Layer already exists [2021-01-04T16:41:52.140Z] bb961f40224b: Layer already exists [2021-01-04T16:41:52.140Z] f4666769fca7: Layer already exists [2021-01-04T16:41:52.140Z] 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23: digest: sha256:7b1b82fd077f1c5fd015b9b74935d0cb33aa46fe4a26090cc251d157daf6095e size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:52.449Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:41:52.745Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-01-04T16:41:52.745Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-04T16:41:52.745Z] 64c89167b600: Preparing [2021-01-04T16:41:52.745Z] 55d8a25d76ab: Preparing [2021-01-04T16:41:52.745Z] b5f2b741ab75: Preparing [2021-01-04T16:41:52.745Z] b964e9c34f33: Preparing [2021-01-04T16:41:52.745Z] fd2d91e9a500: Preparing [2021-01-04T16:41:52.745Z] 293f12842169: Preparing [2021-01-04T16:41:52.745Z] 1dcd779b3bf6: Preparing [2021-01-04T16:41:52.745Z] 0754057c0ad3: Preparing [2021-01-04T16:41:52.745Z] 998cdf262ab1: Preparing [2021-01-04T16:41:52.745Z] 02e56110abd2: Preparing [2021-01-04T16:41:52.745Z] abc36efb885a: Preparing [2021-01-04T16:41:52.745Z] b0b09059f4e1: Preparing [2021-01-04T16:41:52.745Z] bb961f40224b: Preparing [2021-01-04T16:41:52.745Z] f4666769fca7: Preparing [2021-01-04T16:41:52.745Z] 02e56110abd2: Waiting [2021-01-04T16:41:52.745Z] bb961f40224b: Waiting [2021-01-04T16:41:52.745Z] f4666769fca7: Waiting [2021-01-04T16:41:52.745Z] abc36efb885a: Waiting [2021-01-04T16:41:52.745Z] 293f12842169: Waiting [2021-01-04T16:41:52.745Z] b0b09059f4e1: Waiting [2021-01-04T16:41:52.745Z] 1dcd779b3bf6: Waiting [2021-01-04T16:41:52.745Z] 0754057c0ad3: Waiting [2021-01-04T16:41:52.745Z] 998cdf262ab1: Waiting [2021-01-04T16:41:52.745Z] 64c89167b600: Layer already exists [2021-01-04T16:41:52.745Z] b5f2b741ab75: Layer already exists [2021-01-04T16:41:52.745Z] 55d8a25d76ab: Layer already exists [2021-01-04T16:41:52.745Z] fd2d91e9a500: Layer already exists [2021-01-04T16:41:52.745Z] b964e9c34f33: Layer already exists [2021-01-04T16:41:52.745Z] 0754057c0ad3: Layer already exists [2021-01-04T16:41:52.745Z] 293f12842169: Layer already exists [2021-01-04T16:41:52.745Z] 1dcd779b3bf6: Layer already exists [2021-01-04T16:41:52.745Z] 998cdf262ab1: Layer already exists [2021-01-04T16:41:52.745Z] 02e56110abd2: Layer already exists [2021-01-04T16:41:52.745Z] abc36efb885a: Layer already exists [2021-01-04T16:41:52.745Z] bb961f40224b: Layer already exists [2021-01-04T16:41:52.745Z] b0b09059f4e1: Layer already exists [2021-01-04T16:41:52.745Z] f4666769fca7: Layer already exists [2021-01-04T16:41:52.745Z] master: digest: sha256:7b1b82fd077f1c5fd015b9b74935d0cb33aa46fe4a26090cc251d157daf6095e size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-04T16:41:52.942Z] ===================================================== [Pipeline] echo [2021-01-04T16:41:52.991Z] taggedImages: [2021-01-04T16:41:52.991Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:41:52.991Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.23 [2021-01-04T16:41:52.991Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [2021-01-04T16:41:52.991Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [2021-01-04T16:41:53.228Z] ---> e0a1fa80ee4e [2021-01-04T16:41:53.228Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-04T16:41:55.219Z] ---> 20e1f1fd53c2 [2021-01-04T16:41:55.219Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-04T16:41:56.921Z] ---> 201065938235 [2021-01-04T16:41:56.921Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-04T16:41:56.921Z] ---> 595248797b94 [2021-01-04T16:41:56.921Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-04T16:41:57.210Z] ---> Running in e82518fdf969 [2021-01-04T16:41:58.739Z] Removing intermediate container e82518fdf969 [2021-01-04T16:41:58.739Z] ---> 7fdddb7796e5 [2021-01-04T16:41:58.739Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T16:41:59.337Z] ---> fcac839c5df3 [2021-01-04T16:41:59.337Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-04T16:41:59.337Z] ---> Running in 25380adc530e [2021-01-04T16:42:00.331Z] Removing intermediate container 25380adc530e [2021-01-04T16:42:00.331Z] ---> c35dd4a9465d [2021-01-04T16:42:00.331Z] Step 19/21 : LABEL arch=arm64 [2021-01-04T16:42:00.607Z] ---> a74469eec1e7 [2021-01-04T16:42:00.607Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-04T16:42:00.607Z] ---> Running in e713a29fc963 [2021-01-04T16:42:00.881Z] ---> Running in 1cbf3880548e [2021-01-04T16:42:01.482Z] Removing intermediate container e713a29fc963 [2021-01-04T16:42:01.482Z] ---> 8a6e89911a0c [2021-01-04T16:42:01.482Z] Step 20/21 : LABEL git_sha=67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:42:01.759Z] ---> Running in 7687018f531b [2021-01-04T16:42:03.210Z] Removing intermediate container 7687018f531b [2021-01-04T16:42:03.210Z] ---> 0c402fe7361a [2021-01-04T16:42:03.210Z] Step 21/21 : LABEL version=2.0.0-dev.23 [2021-01-04T16:42:03.812Z] ---> Running in 6b79c9b3b940 [2021-01-04T16:42:04.801Z] Removing intermediate container 6b79c9b3b940 [2021-01-04T16:42:04.801Z] ---> f60710d7c8ac [2021-01-04T16:42:04.801Z] [2021-01-04T16:42:04.801Z] Removing intermediate container 1cbf3880548e [2021-01-04T16:42:04.801Z] ---> 93a10316a5f0 [2021-01-04T16:42:04.801Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-04T16:42:05.418Z] Successfully built f60710d7c8ac [2021-01-04T16:42:05.418Z] Removing intermediate container 70a2405164d2 [2021-01-04T16:42:05.418Z] ---> ec85c6fc6f43 [2021-01-04T16:42:05.418Z] [2021-01-04T16:42:05.418Z] Step 10/22 : FROM scratch [2021-01-04T16:42:05.418Z] ---> [2021-01-04T16:42:05.418Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T16:42:05.418Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-04T16:42:05.418Z]  Building docker-support-scheduler-go ... done Building docker-support-notifications-go [2021-01-04T16:42:05.418Z] ---> Running in d76aeb30abf3 [2021-01-04T16:42:05.695Z] ---> Using cache [2021-01-04T16:42:05.695Z] ---> 18fc6480beaf [2021-01-04T16:42:05.695Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-04T16:42:05.695Z] ---> Running in 63d42cd751d4 [2021-01-04T16:42:06.298Z] Removing intermediate container d76aeb30abf3 [2021-01-04T16:42:06.298Z] ---> 11f0346e8c07 [2021-01-04T16:42:06.298Z] Step 20/22 : LABEL arch=arm64 [2021-01-04T16:42:06.606Z] ---> Running in dd70687c923b [2021-01-04T16:42:06.899Z] Removing intermediate container 63d42cd751d4 [2021-01-04T16:42:06.899Z] ---> dd69f929fed8 [2021-01-04T16:42:06.899Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-04T16:42:07.173Z] ---> Running in 771cc821104c [2021-01-04T16:42:07.773Z] Removing intermediate container dd70687c923b [2021-01-04T16:42:07.773Z] ---> 2e8f08ca9b05 [2021-01-04T16:42:07.773Z] Step 21/22 : LABEL git_sha=67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:42:08.376Z] ---> Running in 52900141cae9 [2021-01-04T16:42:08.376Z] Removing intermediate container 771cc821104c [2021-01-04T16:42:08.376Z] ---> 276a1c99032e [2021-01-04T16:42:08.376Z] Step 14/22 : WORKDIR / [2021-01-04T16:42:08.660Z] ---> Running in b423101169e5 [2021-01-04T16:42:09.266Z] Removing intermediate container 52900141cae9 [2021-01-04T16:42:09.266Z] ---> d27275550620 [2021-01-04T16:42:09.266Z] Step 22/22 : LABEL version=2.0.0-dev.23 [2021-01-04T16:42:09.553Z] ---> Running in bd843b99602f [2021-01-04T16:42:09.553Z] Removing intermediate container b423101169e5 [2021-01-04T16:42:09.553Z] ---> 4cb40aa4106d [2021-01-04T16:42:09.553Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-04T16:42:10.562Z] Removing intermediate container bd843b99602f [2021-01-04T16:42:10.562Z] ---> 94bcfd3f47df [2021-01-04T16:42:10.562Z] [2021-01-04T16:42:10.837Z] Successfully built 94bcfd3f47df [2021-01-04T16:42:10.837Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-04T16:42:10.837Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-04T16:42:10.837Z]  Building docker-security-bootstrap-redis-go ... done Building docker-core-command-go [2021-01-04T16:42:10.837Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-04T16:42:10.837Z] ---> eeaf43b92773 [2021-01-04T16:42:10.837Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-04T16:42:11.125Z] ---> ec5186b8a142 [2021-01-04T16:42:11.125Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-04T16:42:11.399Z] ---> Running in 79bfcc061133 [2021-01-04T16:42:12.875Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T16:42:13.163Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T16:42:13.769Z] (1/2) Installing readline (8.0.4-r0) [2021-01-04T16:42:13.769Z] (2/2) Installing bash (5.0.17-r0) [2021-01-04T16:42:13.769Z] Executing bash-5.0.17-r0.post-install [2021-01-04T16:42:13.769Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T16:42:13.769Z] OK: 12 MiB in 22 packages [2021-01-04T16:42:14.370Z] ---> 07e4b34aa6bc [2021-01-04T16:42:14.371Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-04T16:42:14.974Z] Removing intermediate container 0eeef6265e39 [2021-01-04T16:42:14.974Z] ---> e9fbd7e8685d [2021-01-04T16:42:14.974Z] [2021-01-04T16:42:14.974Z] Step 10/23 : FROM alpine:3.12 [2021-01-04T16:42:14.974Z] ---> afeebe901d6b [2021-01-04T16:42:14.974Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T16:42:15.575Z] ---> Running in ceeba7f8e689 [2021-01-04T16:42:15.575Z] ---> 9a4d91e410d3 [2021-01-04T16:42:15.575Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-04T16:42:15.847Z] ---> Running in b34c61a6200f [2021-01-04T16:42:16.125Z] Removing intermediate container 79bfcc061133 [2021-01-04T16:42:16.125Z] ---> 8f2fce3d0d0e [2021-01-04T16:42:16.125Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-04T16:42:16.125Z] Removing intermediate container ceeba7f8e689 [2021-01-04T16:42:16.125Z] ---> dc397cf27142 [2021-01-04T16:42:16.125Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-04T16:42:16.125Z] ---> Running in 6df4802e6ff8 [2021-01-04T16:42:16.399Z] ---> Running in 1d3168560178 [2021-01-04T16:42:16.674Z] Removing intermediate container b34c61a6200f [2021-01-04T16:42:16.674Z] ---> 790e4ebaa6f0 [2021-01-04T16:42:16.674Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T16:42:16.955Z] ---> Running in 96f13f9ca27f [2021-01-04T16:42:16.955Z] Removing intermediate container 6df4802e6ff8 [2021-01-04T16:42:16.955Z] ---> 9aafe4a87f25 [2021-01-04T16:42:16.955Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-04T16:42:16.955Z] Removing intermediate container 1d3168560178 [2021-01-04T16:42:16.955Z] ---> 319d64c9c7b4 [2021-01-04T16:42:16.955Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-04T16:42:17.234Z] ---> Running in bf68cf912aba [2021-01-04T16:42:17.234Z] ---> Running in bfad9ce98f87 [2021-01-04T16:42:17.504Z] Removing intermediate container 96f13f9ca27f [2021-01-04T16:42:17.504Z] ---> 7046118f6796 [2021-01-04T16:42:17.504Z] Step 20/22 : LABEL arch=arm64 [2021-01-04T16:42:17.780Z] ---> Running in bb171d89f645 [2021-01-04T16:42:17.780Z] Removing intermediate container bf68cf912aba [2021-01-04T16:42:17.780Z] ---> 7b22465651f8 [2021-01-04T16:42:17.780Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-04T16:42:18.052Z] Removing intermediate container bfad9ce98f87 [2021-01-04T16:42:18.052Z] ---> 68ff5016015c [2021-01-04T16:42:18.052Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T16:42:18.052Z] ---> Running in a41f850f4dcb [2021-01-04T16:42:18.326Z] ---> Running in bb14460afa1b [2021-01-04T16:42:18.326Z] Removing intermediate container bb171d89f645 [2021-01-04T16:42:18.326Z] ---> 5ef6e161e944 [2021-01-04T16:42:18.326Z] Step 21/22 : LABEL git_sha=67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:42:18.608Z] ---> Running in 542baeb83bb4 [2021-01-04T16:42:18.886Z] Removing intermediate container a41f850f4dcb [2021-01-04T16:42:18.886Z] ---> 526346edf35e [2021-01-04T16:42:18.886Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-04T16:42:19.482Z] Removing intermediate container 542baeb83bb4 [2021-01-04T16:42:19.482Z] ---> 78d8ad187720 [2021-01-04T16:42:19.482Z] Step 22/22 : LABEL version=2.0.0-dev.23 [2021-01-04T16:42:19.756Z] ---> Running in dfd9d6576f8f [2021-01-04T16:42:20.748Z] Removing intermediate container dfd9d6576f8f [2021-01-04T16:42:20.748Z] ---> f28539066763 [2021-01-04T16:42:20.748Z] [2021-01-04T16:42:21.352Z] ---> 56591c47365d [2021-01-04T16:42:21.352Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-04T16:42:21.352Z] Successfully built f28539066763 [2021-01-04T16:42:21.352Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-04T16:42:21.352Z] Building docker-security-secretstore-setup-go [2021-01-04T16:42:22.352Z]  Building docker-core-metadata-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T16:42:22.352Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-04T16:42:22.352Z] ---> bd4d61c422ab [2021-01-04T16:42:22.352Z] Step 3/24 : WORKDIR /edgex-go [2021-01-04T16:42:22.352Z] ---> Using cache [2021-01-04T16:42:22.352Z] ---> a16afe85733c [2021-01-04T16:42:22.352Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T16:42:22.352Z] ---> Using cache [2021-01-04T16:42:22.352Z] ---> c0c7f4216a99 [2021-01-04T16:42:22.352Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-04T16:42:22.352Z] Removing intermediate container bb14460afa1b [2021-01-04T16:42:22.352Z] ---> ae3756faebb7 [2021-01-04T16:42:22.352Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-04T16:42:22.352Z] ---> Running in 706b9922469c [2021-01-04T16:42:22.352Z] ---> 33db4b4e6469 [2021-01-04T16:42:22.352Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-04T16:42:22.627Z] ---> Running in 223b624f5840 [2021-01-04T16:42:25.268Z] ---> 70069ef1e401 [2021-01-04T16:42:25.268Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-04T16:42:25.268Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T16:42:25.268Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T16:42:25.268Z] ---> Running in 93924e3288af [2021-01-04T16:42:25.541Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T16:42:25.828Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T16:42:26.821Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T16:42:26.821Z] OK: 217 MiB in 51 packages [2021-01-04T16:42:26.821Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T16:42:27.432Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-04T16:42:27.432Z] (2/33) Installing expat (2.2.9-r1) [2021-01-04T16:42:27.432Z] (3/33) Installing libffi (3.3-r2) [2021-01-04T16:42:27.432Z] (4/33) Installing gdbm (1.13-r1) [2021-01-04T16:42:27.432Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-04T16:42:27.432Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-04T16:42:27.432Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-04T16:42:27.432Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-04T16:42:27.719Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-04T16:42:27.719Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-04T16:42:27.994Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T16:42:27.994Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T16:42:27.994Z] ---> bd4d61c422ab [2021-01-04T16:42:27.994Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T16:42:27.994Z] ---> Using cache [2021-01-04T16:42:27.994Z] ---> a16afe85733c [2021-01-04T16:42:27.994Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T16:42:27.994Z] ---> Using cache [2021-01-04T16:42:27.994Z] ---> c0c7f4216a99 [2021-01-04T16:42:27.994Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-04T16:42:28.289Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-04T16:42:28.568Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-04T16:42:28.568Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T16:42:28.568Z] OK: 8 MiB in 19 packages [2021-01-04T16:42:29.569Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-04T16:42:29.569Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-04T16:42:29.569Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-04T16:42:29.569Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-04T16:42:29.569Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-04T16:42:29.569Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-04T16:42:29.569Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-04T16:42:29.846Z] ---> Running in b69ca20aa893 [2021-01-04T16:42:29.846Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-04T16:42:29.846Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-04T16:42:29.846Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-04T16:42:29.846Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-04T16:42:29.846Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-04T16:42:29.846Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-04T16:42:29.846Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-04T16:42:30.120Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-04T16:42:30.120Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-04T16:42:30.120Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-04T16:42:30.120Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-04T16:42:30.120Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-04T16:42:30.120Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-04T16:42:30.120Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-04T16:42:30.395Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-04T16:42:30.395Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-04T16:42:30.395Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-04T16:42:30.395Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-04T16:42:30.395Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-04T16:42:30.395Z] Removing intermediate container 706b9922469c [2021-01-04T16:42:30.395Z] ---> ed2d5dfa380f [2021-01-04T16:42:30.395Z] Step 6/24 : COPY go.mod . [2021-01-04T16:42:30.673Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T16:42:30.673Z] OK: 71 MiB in 55 packages [2021-01-04T16:42:31.282Z] Removing intermediate container 223b624f5840 [2021-01-04T16:42:31.282Z] ---> a4487376af3c [2021-01-04T16:42:31.282Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-04T16:42:31.555Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T16:42:31.894Z] ---> e63c660e5229 [2021-01-04T16:42:31.894Z] Step 7/24 : RUN go mod download [2021-01-04T16:42:33.184Z] ---> Running in b9c486716826 [2021-01-04T16:42:33.184Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T16:42:33.184Z] ---> 90cb8241b513 [2021-01-04T16:42:33.184Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-04T16:42:33.781Z] OK: 217 MiB in 51 packages [2021-01-04T16:42:35.782Z] ---> a45611885e07 [2021-01-04T16:42:35.782Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-04T16:42:36.394Z] Removing intermediate container b69ca20aa893 [2021-01-04T16:42:36.394Z] ---> 00e44a9e100a [2021-01-04T16:42:36.394Z] Step 6/22 : COPY go.mod . [2021-01-04T16:42:36.715Z] Removing intermediate container b9c486716826 [2021-01-04T16:42:36.715Z] ---> e5e5d361f052 [2021-01-04T16:42:36.715Z] Step 8/24 : COPY . . [2021-01-04T16:42:36.715Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T16:42:36.715Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-04T16:42:36.715Z] ---> bd4d61c422ab [2021-01-04T16:42:36.715Z] Step 3/24 : WORKDIR /edgex-go [2021-01-04T16:42:36.715Z] ---> Using cache [2021-01-04T16:42:36.715Z] ---> a16afe85733c [2021-01-04T16:42:36.715Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T16:42:36.715Z] ---> Using cache [2021-01-04T16:42:36.715Z] ---> c0c7f4216a99 [2021-01-04T16:42:36.715Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-04T16:42:36.715Z] ---> Using cache [2021-01-04T16:42:36.715Z] ---> 00e44a9e100a [2021-01-04T16:42:36.715Z] Step 6/24 : COPY go.mod . [2021-01-04T16:42:37.336Z] ---> b96e234a6dd5 [2021-01-04T16:42:37.336Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-04T16:42:37.336Z] ---> Running in 383db074d3fd [2021-01-04T16:42:37.620Z] ---> 2abff0c79224 [2021-01-04T16:42:37.620Z] Step 7/22 : RUN go mod download [2021-01-04T16:42:37.920Z] ---> Running in c8bb3da7251f [2021-01-04T16:42:38.195Z] ---> f6b47dbf1f53 [2021-01-04T16:42:38.195Z] Step 7/24 : RUN go mod download [2021-01-04T16:42:38.471Z] Removing intermediate container 383db074d3fd [2021-01-04T16:42:38.471Z] ---> e61c949b1b73 [2021-01-04T16:42:38.471Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T16:42:38.750Z] ---> Running in cc853788542e [2021-01-04T16:42:39.028Z] ---> Running in b519ce74e44a [2021-01-04T16:42:40.040Z] Removing intermediate container b519ce74e44a [2021-01-04T16:42:40.040Z] ---> d71c3477f254 [2021-01-04T16:42:40.040Z] Step 21/23 : LABEL arch=arm64 [2021-01-04T16:42:40.315Z] ---> Running in d044427e6017 [2021-01-04T16:42:41.772Z] Removing intermediate container 93924e3288af [2021-01-04T16:42:41.772Z] ---> d14191ac81b9 [2021-01-04T16:42:41.772Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-04T16:42:42.044Z] Removing intermediate container d044427e6017 [2021-01-04T16:42:42.044Z] ---> c96e9645281c [2021-01-04T16:42:42.044Z] Step 22/23 : LABEL git_sha=67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:42:42.320Z] ---> Running in e2b5ec0d57fb [2021-01-04T16:42:42.320Z] ---> Running in 642db760f70d [2021-01-04T16:42:42.320Z] Removing intermediate container c8bb3da7251f [2021-01-04T16:42:42.320Z] ---> 8ce214834eb2 [2021-01-04T16:42:42.320Z] Step 8/22 : COPY . . [2021-01-04T16:42:43.332Z] Removing intermediate container cc853788542e [2021-01-04T16:42:43.332Z] ---> ef07a1a2b814 [2021-01-04T16:42:43.332Z] Step 8/24 : COPY . . [2021-01-04T16:42:43.332Z] Removing intermediate container 642db760f70d [2021-01-04T16:42:43.332Z] ---> 6e7a0cfa928d [2021-01-04T16:42:43.332Z] Step 23/23 : LABEL version=2.0.0-dev.23 [2021-01-04T16:42:43.610Z] ---> Running in e851b8f56342 [2021-01-04T16:42:45.054Z] Removing intermediate container e851b8f56342 [2021-01-04T16:42:45.054Z] ---> 71b0f823f724 [2021-01-04T16:42:45.054Z] [2021-01-04T16:42:45.331Z] Successfully built 71b0f823f724 [2021-01-04T16:42:45.331Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-04T16:42:45.331Z]  Building docker-core-data-go ... done Building docker-security-proxy-setup-go [2021-01-04T16:42:48.717Z] Collecting docker-compose==1.23.2 [2021-01-04T16:42:48.717Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-04T16:42:49.717Z] Collecting jsonschema<3,>=2.5.1 [2021-01-04T16:42:49.717Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-04T16:42:51.716Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-04T16:42:51.716Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-04T16:42:52.708Z] Collecting docopt<0.7,>=0.6.1 [2021-01-04T16:42:52.708Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-04T16:42:53.325Z] ---> 24d9c60e3bd0 [2021-01-04T16:42:53.325Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-04T16:42:54.775Z] ---> Running in 2658981b8983 [2021-01-04T16:42:55.765Z] Collecting cached-property<2,>=1.2.0 [2021-01-04T16:42:55.765Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-04T16:42:56.042Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-04T16:42:56.315Z] Collecting texttable<0.10,>=0.9.0 [2021-01-04T16:42:56.315Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-04T16:42:56.315Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-04T16:42:58.946Z] ---> 844baa1298fa [2021-01-04T16:42:58.946Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-04T16:42:58.946Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T16:42:58.946Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-04T16:42:58.946Z] ---> bd4d61c422ab [2021-01-04T16:42:58.946Z] Step 3/21 : WORKDIR /edgex-go [2021-01-04T16:42:58.946Z] ---> Using cache [2021-01-04T16:42:58.946Z] ---> a16afe85733c [2021-01-04T16:42:58.946Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T16:42:58.946Z] ---> Using cache [2021-01-04T16:42:58.946Z] ---> c0c7f4216a99 [2021-01-04T16:42:58.946Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-04T16:42:58.946Z] ---> Using cache [2021-01-04T16:42:58.946Z] ---> 00e44a9e100a [2021-01-04T16:42:58.946Z] Step 6/21 : COPY go.mod . [2021-01-04T16:42:58.946Z] ---> Using cache [2021-01-04T16:42:58.946Z] ---> f6b47dbf1f53 [2021-01-04T16:42:58.946Z] Step 7/21 : RUN go mod download [2021-01-04T16:42:58.946Z] ---> Using cache [2021-01-04T16:42:58.946Z] ---> ef07a1a2b814 [2021-01-04T16:42:58.946Z] Step 8/21 : COPY . . [2021-01-04T16:42:59.951Z] ---> Running in 210d4ee38aeb [2021-01-04T16:43:00.297Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-04T16:43:00.297Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-04T16:43:00.573Z] ---> 23b327da4aa8 [2021-01-04T16:43:00.574Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-04T16:43:01.398Z] ---> Running in 28d91c9789b5 [2021-01-04T16:43:01.721Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o cmd/core-command/core-command ./cmd/core-command [2021-01-04T16:43:01.721Z] Collecting docker<4.0,>=3.6.0 [2021-01-04T16:43:01.721Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-04T16:43:03.916Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-04T16:43:03.916Z] Collecting PyYAML<4,>=3.10 [2021-01-04T16:43:03.916Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-04T16:43:09.337Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-04T16:43:09.337Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-04T16:43:12.773Z] Collecting idna<2.8,>=2.5 [2021-01-04T16:43:12.773Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-04T16:43:12.773Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-04T16:43:13.781Z] ---> f2f882e7bca4 [2021-01-04T16:43:13.781Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-04T16:43:14.058Z] ---> Running in a7db3a610753 [2021-01-04T16:43:14.058Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-04T16:43:14.332Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-04T16:43:14.622Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-04T16:43:14.910Z] Collecting docker-pycreds>=0.4.0 [2021-01-04T16:43:14.910Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-04T16:43:15.190Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-04T16:43:15.190Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-04T16:43:15.190Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-04T16:43:15.190Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-04T16:43:16.199Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-04T16:43:16.477Z] Installing collected packages: jsonschema, websocket-client, docopt, cached-property, texttable, idna, urllib3, requests, docker-pycreds, docker, PyYAML, dockerpty, docker-compose [2021-01-04T16:43:17.480Z] Running setup.py install for docopt: started [2021-01-04T16:43:20.163Z] Running setup.py install for docopt: finished with status 'done' [2021-01-04T16:43:20.164Z] Running setup.py install for texttable: started [2021-01-04T16:43:23.575Z] Running setup.py install for texttable: finished with status 'done' [2021-01-04T16:43:23.575Z] Attempting uninstall: idna [2021-01-04T16:43:23.575Z] Found existing installation: idna 2.9 [2021-01-04T16:43:23.575Z] Uninstalling idna-2.9: [2021-01-04T16:43:23.575Z] Successfully uninstalled idna-2.9 [2021-01-04T16:43:24.200Z] Attempting uninstall: urllib3 [2021-01-04T16:43:24.200Z] Found existing installation: urllib3 1.25.9 [2021-01-04T16:43:24.200Z] Uninstalling urllib3-1.25.9: [2021-01-04T16:43:24.476Z] Successfully uninstalled urllib3-1.25.9 [2021-01-04T16:43:25.466Z] Attempting uninstall: requests [2021-01-04T16:43:25.466Z] Found existing installation: requests 2.23.0 [2021-01-04T16:43:25.466Z] Uninstalling requests-2.23.0: [2021-01-04T16:43:25.466Z] Successfully uninstalled requests-2.23.0 [2021-01-04T16:43:26.927Z] Running setup.py install for PyYAML: started [2021-01-04T16:43:30.356Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-04T16:43:30.356Z] Running setup.py install for dockerpty: started [2021-01-04T16:43:33.011Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-04T16:43:33.610Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-04T16:43:39.070Z] Removing intermediate container e2b5ec0d57fb [2021-01-04T16:43:39.070Z] ---> fa1b1e318494 [2021-01-04T16:43:39.362Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-04T16:43:39.362Z] ---> Running in 9c3caa8b8822 [2021-01-04T16:43:41.356Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T16:43:41.631Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T16:43:42.618Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T16:43:42.618Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-04T16:43:42.618Z] (3/3) Installing curl (7.69.1-r3) [2021-01-04T16:43:42.618Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T16:43:42.618Z] OK: 71 MiB in 58 packages [2021-01-04T16:43:44.630Z] Removing intermediate container 9c3caa8b8822 [2021-01-04T16:43:44.630Z] ---> 2cec309b54b8 [2021-01-04T16:43:44.630Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-04T16:43:44.904Z] ---> Running in e705bfc11329 [2021-01-04T16:43:45.542Z] Removing intermediate container e705bfc11329 [2021-01-04T16:43:45.542Z] ---> 3543dbebc7ba [2021-01-04T16:43:45.542Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T16:43:45.542Z] ---> Running in de3514095a32 [2021-01-04T16:43:46.142Z] Removing intermediate container de3514095a32 [2021-01-04T16:43:46.142Z] ---> 75a826202b47 [2021-01-04T16:43:46.142Z] Step 24/26 : LABEL arch=arm64 [2021-01-04T16:43:46.419Z] ---> Running in 6a842f989b5f [2021-01-04T16:43:47.035Z] Removing intermediate container 6a842f989b5f [2021-01-04T16:43:47.035Z] ---> fb5e9a483684 [2021-01-04T16:43:47.035Z] Step 25/26 : LABEL git_sha=67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:43:47.314Z] ---> Running in 7b21d95a44e6 [2021-01-04T16:43:47.919Z] Removing intermediate container 7b21d95a44e6 [2021-01-04T16:43:47.919Z] ---> 7a03cc469f5f [2021-01-04T16:43:47.919Z] Step 26/26 : LABEL version=2.0.0-dev.23 [2021-01-04T16:43:47.919Z] ---> Running in c9ca81530f87 [2021-01-04T16:43:48.909Z] Removing intermediate container c9ca81530f87 [2021-01-04T16:43:48.909Z] ---> 4401f8b7bd2e [2021-01-04T16:43:48.909Z] [2021-01-04T16:43:49.184Z] Successfully built 4401f8b7bd2e [2021-01-04T16:43:49.184Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-04T16:44:16.028Z]  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.23" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-04T16:44:21.461Z] Removing intermediate container 2658981b8983 [2021-01-04T16:44:21.461Z] ---> 1f32cee4d24f [2021-01-04T16:44:21.461Z] [2021-01-04T16:44:21.461Z] Step 10/24 : FROM scratch [2021-01-04T16:44:21.461Z] ---> [2021-01-04T16:44:21.461Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-04T16:44:21.461Z] ---> Running in 987f7b95016e [2021-01-04T16:44:22.060Z] Removing intermediate container 987f7b95016e [2021-01-04T16:44:22.060Z] ---> 515c0e988cb0 [2021-01-04T16:44:22.060Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-04T16:44:22.338Z] ---> Running in 373440d37e93 [2021-01-04T16:44:22.940Z] Removing intermediate container 373440d37e93 [2021-01-04T16:44:22.940Z] ---> 3fb7ceaaf215 [2021-01-04T16:44:22.940Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-04T16:44:23.225Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-04T16:44:23.502Z] ---> Running in d5b49d95ed60 [2021-01-04T16:44:24.105Z] Removing intermediate container d5b49d95ed60 [2021-01-04T16:44:24.105Z] ---> 3c49ea7027f6 [2021-01-04T16:44:24.105Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-04T16:44:26.094Z] ---> 8c060df60936 [2021-01-04T16:44:26.094Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-04T16:44:28.097Z] Removing intermediate container 28d91c9789b5 [2021-01-04T16:44:28.097Z] ---> 78f04f582e8d [2021-01-04T16:44:28.097Z] [2021-01-04T16:44:28.097Z] Step 10/24 : FROM alpine:3.12 [2021-01-04T16:44:28.097Z] ---> afeebe901d6b [2021-01-04T16:44:28.097Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-04T16:44:28.097Z] ---> Using cache [2021-01-04T16:44:28.097Z] ---> a7e6067af038 [2021-01-04T16:44:28.097Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-04T16:44:28.097Z] ---> 522af14ad47e [2021-01-04T16:44:28.097Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-04T16:44:28.097Z] ---> Running in d2a1e84a86fd [2021-01-04T16:44:28.097Z] Removing intermediate container 210d4ee38aeb [2021-01-04T16:44:28.097Z] ---> 2b61b8b61dab [2021-01-04T16:44:28.097Z] [2021-01-04T16:44:28.097Z] Step 10/22 : FROM scratch [2021-01-04T16:44:28.097Z] ---> [2021-01-04T16:44:28.097Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T16:44:28.368Z] ---> Using cache [2021-01-04T16:44:28.368Z] ---> 18fc6480beaf [2021-01-04T16:44:28.368Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-04T16:44:28.368Z] ---> Running in 9ad9cf6d3326 [2021-01-04T16:44:28.968Z] Removing intermediate container d2a1e84a86fd [2021-01-04T16:44:28.968Z] ---> 445d9bbd51ed [2021-01-04T16:44:28.968Z] Step 13/24 : WORKDIR / [2021-01-04T16:44:28.968Z] ---> Running in 7fcf45f7dfbe [2021-01-04T16:44:29.270Z] Removing intermediate container 9ad9cf6d3326 [2021-01-04T16:44:29.270Z] ---> baa86cb61811 [2021-01-04T16:44:29.270Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-04T16:44:29.270Z] ---> Running in 56a60bfd160a [2021-01-04T16:44:29.545Z] ---> 8cf348fbd794 [2021-01-04T16:44:29.545Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-04T16:44:29.828Z] Removing intermediate container 7fcf45f7dfbe [2021-01-04T16:44:29.828Z] ---> e890921deb59 [2021-01-04T16:44:29.828Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-04T16:44:29.828Z] Removing intermediate container 56a60bfd160a [2021-01-04T16:44:29.828Z] ---> 2c7874952d47 [2021-01-04T16:44:29.828Z] Step 14/22 : WORKDIR / [2021-01-04T16:44:30.103Z] ---> Running in 21b2b796e384 [2021-01-04T16:44:30.378Z] ---> c2a50aa59c2f [2021-01-04T16:44:30.378Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-04T16:44:30.651Z] ---> a13c7852d165 [2021-01-04T16:44:30.651Z] Removing intermediate container 21b2b796e384 [2021-01-04T16:44:30.651Z] ---> 3ba84acfb97b [2021-01-04T16:44:30.651Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-04T16:44:30.651Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-04T16:44:32.110Z] ---> 9b11d8d684ec [2021-01-04T16:44:32.110Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-04T16:44:32.110Z] ---> 82ad03986ccc [2021-01-04T16:44:32.110Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-04T16:44:32.388Z] ---> c9adf1c6296e [2021-01-04T16:44:32.388Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-04T16:44:32.660Z] Removing intermediate container a7db3a610753 [2021-01-04T16:44:32.660Z] ---> cbb7374b1091 [2021-01-04T16:44:32.660Z] [2021-01-04T16:44:32.660Z] Step 10/21 : FROM alpine:3.12 [2021-01-04T16:44:32.660Z] ---> afeebe901d6b [2021-01-04T16:44:32.660Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-04T16:44:32.931Z] ---> Running in 3a10ed2a6c6a [2021-01-04T16:44:33.667Z] ---> e987368514aa [2021-01-04T16:44:33.667Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-04T16:44:33.667Z] ---> f9312c21fa6a [2021-01-04T16:44:33.667Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-04T16:44:33.667Z] ---> 934a317c7d50 [2021-01-04T16:44:33.667Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-04T16:44:33.962Z] ---> Running in 204036ec595f [2021-01-04T16:44:35.061Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T16:44:35.061Z] Removing intermediate container 204036ec595f [2021-01-04T16:44:35.061Z] ---> 9af960b36229 [2021-01-04T16:44:35.061Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T16:44:35.061Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T16:44:35.061Z] ---> 603f1ddabf72 [2021-01-04T16:44:35.061Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-04T16:44:35.357Z] ---> Running in 28b33318019c [2021-01-04T16:44:35.357Z] ---> Running in 286af50c4e26 [2021-01-04T16:44:35.357Z] ---> a4559ab4ccfe [2021-01-04T16:44:35.357Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-04T16:44:35.678Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-04T16:44:35.678Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T16:44:35.678Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-04T16:44:35.962Z] (4/4) Installing curl (7.69.1-r3) [2021-01-04T16:44:35.962Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T16:44:35.962Z] Executing ca-certificates-20191127-r4.trigger [2021-01-04T16:44:35.962Z] Removing intermediate container 28b33318019c [2021-01-04T16:44:35.962Z] ---> 7d2280612dc9 [2021-01-04T16:44:35.962Z] Step 22/24 : LABEL arch=arm64 [2021-01-04T16:44:35.962Z] OK: 7 MiB in 18 packages [2021-01-04T16:44:36.250Z] ---> Running in cb2c21011d5d [2021-01-04T16:44:36.250Z] Removing intermediate container 286af50c4e26 [2021-01-04T16:44:36.250Z] ---> 470b2f0cae08 [2021-01-04T16:44:36.250Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T16:44:36.528Z] ---> Running in 55c2df0bb408 [2021-01-04T16:44:37.126Z] Removing intermediate container cb2c21011d5d [2021-01-04T16:44:37.126Z] ---> de65c79f528a [2021-01-04T16:44:37.126Z] Step 23/24 : LABEL git_sha=67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:44:37.126Z] ---> c4f2e8adc9a8 [2021-01-04T16:44:37.126Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-04T16:44:37.126Z] ---> Running in d1fa6bb71686 [2021-01-04T16:44:37.399Z] Removing intermediate container 55c2df0bb408 [2021-01-04T16:44:37.399Z] ---> ba42a0a9e065 [2021-01-04T16:44:37.399Z] Step 20/22 : LABEL arch=arm64 [2021-01-04T16:44:37.679Z] ---> Running in 529a10e5623d [2021-01-04T16:44:37.679Z] Removing intermediate container d1fa6bb71686 [2021-01-04T16:44:37.679Z] ---> 6b87bcf067a0 [2021-01-04T16:44:37.962Z] Step 24/24 : LABEL version=2.0.0-dev.23 [2021-01-04T16:44:37.962Z] ---> Running in c1e3226d4c17 [2021-01-04T16:44:37.962Z] ---> 965fbbc3b42b [2021-01-04T16:44:37.962Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-04T16:44:38.255Z] Removing intermediate container 3a10ed2a6c6a [2021-01-04T16:44:38.255Z] ---> fda28a97c888 [2021-01-04T16:44:38.255Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-04T16:44:38.255Z] ---> Running in 53cbf2ef79ef [2021-01-04T16:44:38.255Z] Removing intermediate container 529a10e5623d [2021-01-04T16:44:38.255Z] ---> 2937f9b160de [2021-01-04T16:44:38.255Z] Step 21/22 : LABEL git_sha=67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:44:38.535Z] ---> Running in 58b0cf20989b [2021-01-04T16:44:38.535Z] ---> Running in 27324e94a6c2 [2021-01-04T16:44:38.535Z] Removing intermediate container c1e3226d4c17 [2021-01-04T16:44:38.535Z] ---> 29be73cf061c [2021-01-04T16:44:38.535Z] [2021-01-04T16:44:39.134Z] Successfully built 29be73cf061c [2021-01-04T16:44:39.134Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-04T16:44:39.134Z]  Building docker-support-notifications-go ... done Removing intermediate container 58b0cf20989b [2021-01-04T16:44:39.134Z] ---> 75a521d418a5 [2021-01-04T16:44:39.134Z] Step 13/21 : WORKDIR /edgex [2021-01-04T16:44:39.407Z] Removing intermediate container 27324e94a6c2 [2021-01-04T16:44:39.407Z] ---> 91b17030e13a [2021-01-04T16:44:39.407Z] Step 22/22 : LABEL version=2.0.0-dev.23 [2021-01-04T16:44:39.407Z] ---> Running in 75433a034a27 [2021-01-04T16:44:39.407Z] ---> Running in 2f407a2c11e5 [2021-01-04T16:44:39.997Z] Removing intermediate container 75433a034a27 [2021-01-04T16:44:39.997Z] ---> 989979710d71 [2021-01-04T16:44:39.997Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-04T16:44:39.997Z] Removing intermediate container 2f407a2c11e5 [2021-01-04T16:44:39.997Z] ---> 6ded5300c544 [2021-01-04T16:44:39.997Z] [2021-01-04T16:44:40.589Z] Successfully built 6ded5300c544 [2021-01-04T16:44:40.589Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-04T16:44:40.862Z]  Building docker-core-command-go ... done  ---> d04d4870a692 [2021-01-04T16:44:40.862Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-04T16:44:40.862Z] Removing intermediate container 53cbf2ef79ef [2021-01-04T16:44:40.862Z] ---> c69235dcafb9 [2021-01-04T16:44:40.862Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-04T16:44:41.136Z] ---> Running in 2596803af9df [2021-01-04T16:44:41.727Z] Removing intermediate container 2596803af9df [2021-01-04T16:44:41.727Z] ---> 88e5bfe7c8c8 [2021-01-04T16:44:41.727Z] Step 22/24 : LABEL arch=arm64 [2021-01-04T16:44:41.727Z] ---> 0e788ed1a3d2 [2021-01-04T16:44:41.727Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-04T16:44:42.015Z] ---> Running in 726dc49909ef [2021-01-04T16:44:42.289Z] Removing intermediate container 726dc49909ef [2021-01-04T16:44:42.289Z] ---> 3c8ff88da8c6 [2021-01-04T16:44:42.289Z] Step 23/24 : LABEL git_sha=67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:44:42.565Z] ---> Running in 864d6b4f2b27 [2021-01-04T16:44:42.842Z] ---> 43d32eae0a7d [2021-01-04T16:44:42.842Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-04T16:44:43.111Z] ---> Running in 9f1283df7c62 [2021-01-04T16:44:43.111Z] Removing intermediate container 864d6b4f2b27 [2021-01-04T16:44:43.111Z] ---> ae99936e5b5d [2021-01-04T16:44:43.111Z] Step 24/24 : LABEL version=2.0.0-dev.23 [2021-01-04T16:44:43.392Z] ---> Running in a0551dc8d710 [2021-01-04T16:44:43.392Z] Removing intermediate container 9f1283df7c62 [2021-01-04T16:44:43.392Z] ---> 2a8940a1fbf3 [2021-01-04T16:44:43.392Z] Step 18/21 : CMD ["--init=true"] [2021-01-04T16:44:43.667Z] ---> Running in 515a5ca57fe9 [2021-01-04T16:44:43.667Z] Removing intermediate container a0551dc8d710 [2021-01-04T16:44:43.667Z] ---> 7b49e4197f68 [2021-01-04T16:44:43.667Z] [2021-01-04T16:44:43.944Z] Successfully built 7b49e4197f68 [2021-01-04T16:44:44.219Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-04T16:44:44.219Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 515a5ca57fe9 [2021-01-04T16:44:44.219Z] ---> 7849e61e6b38 [2021-01-04T16:44:44.219Z] Step 19/21 : LABEL arch=arm64 [2021-01-04T16:44:44.219Z] ---> Running in 7d519bbee07e [2021-01-04T16:44:44.811Z] Removing intermediate container 7d519bbee07e [2021-01-04T16:44:44.811Z] ---> 4afdf8cb154f [2021-01-04T16:44:44.811Z] Step 20/21 : LABEL git_sha=67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:44:44.811Z] ---> Running in 3e275ae699d7 [2021-01-04T16:44:45.405Z] Removing intermediate container 3e275ae699d7 [2021-01-04T16:44:45.405Z] ---> d172f41d63cf [2021-01-04T16:44:45.405Z] Step 21/21 : LABEL version=2.0.0-dev.23 [2021-01-04T16:44:45.405Z] ---> Running in ebb063898d84 [2021-01-04T16:44:46.000Z] Removing intermediate container ebb063898d84 [2021-01-04T16:44:46.000Z] ---> 66f78858f8d9 [2021-01-04T16:44:46.000Z] [2021-01-04T16:44:46.272Z] Successfully built 66f78858f8d9 [2021-01-04T16:44:46.272Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-04T16:44:46.560Z]  Building docker-security-proxy-setup-go ... done  [Pipeline] } [2021-01-04T16:44:46.555Z] $ docker stop --time=1 b3434e36dab0b6f076bab2a097ce9dd59f89445c237a4289c3ea2c6f0259a191 [2021-01-04T16:44:48.430Z] $ docker rm -f b3434e36dab0b6f076bab2a097ce9dd59f89445c237a4289c3ea2c6f0259a191 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-04T16:44:49.092Z] + docker images [2021-01-04T16:44:49.092Z] + grep docker [2021-01-04T16:44:49.362Z] docker-security-proxy-setup-go-arm64 latest 66f78858f8d9 4 seconds ago 23.3MB [2021-01-04T16:44:49.362Z] docker-security-secretstore-setup-go-arm64 latest 7b49e4197f68 6 seconds ago 23.4MB [2021-01-04T16:44:49.362Z] docker-core-command-go-arm64 latest 6ded5300c544 10 seconds ago 9.98MB [2021-01-04T16:44:49.362Z] docker-support-notifications-go-arm64 latest 29be73cf061c 11 seconds ago 11.4MB [2021-01-04T16:44:49.362Z] docker-sys-mgmt-agent-go-arm64 latest 4401f8b7bd2e About a minute ago 300MB [2021-01-04T16:44:49.362Z] docker-core-data-go-arm64 latest 71b0f823f724 2 minutes ago 21MB [2021-01-04T16:44:49.362Z] docker-core-metadata-go-arm64 latest f28539066763 2 minutes ago 12.2MB [2021-01-04T16:44:49.362Z] docker-security-bootstrap-redis-go-arm64 latest 94bcfd3f47df 2 minutes ago 15.1MB [2021-01-04T16:44:49.362Z] docker-support-scheduler-go-arm64 latest f60710d7c8ac 2 minutes ago 10MB [2021-01-04T16:44:49.362Z] docker 20.10.0 eeaf43b92773 3 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-04T16:44:49.818Z] provisioning config files... [2021-01-04T16:44:49.855Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/268@tmp/config4657410680998438484tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-04T16:44:50.241Z] ---> docker-login.sh [2021-01-04T16:44:50.241Z] nexus3.edgexfoundry.org:10001 [2021-01-04T16:44:50.512Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T16:44:50.512Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T16:44:50.512Z] Configure a credential helper to remove this warning. See [2021-01-04T16:44:50.512Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T16:44:50.512Z] [2021-01-04T16:44:50.512Z] Login Succeeded [2021-01-04T16:44:50.512Z] nexus3.edgexfoundry.org:10002 [2021-01-04T16:44:51.106Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T16:44:51.106Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T16:44:51.106Z] Configure a credential helper to remove this warning. See [2021-01-04T16:44:51.106Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T16:44:51.106Z] [2021-01-04T16:44:51.106Z] Login Succeeded [2021-01-04T16:44:51.106Z] nexus3.edgexfoundry.org:10003 [2021-01-04T16:44:51.378Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T16:44:51.647Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T16:44:51.647Z] Configure a credential helper to remove this warning. See [2021-01-04T16:44:51.647Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T16:44:51.647Z] [2021-01-04T16:44:51.647Z] Login Succeeded [2021-01-04T16:44:51.647Z] nexus3.edgexfoundry.org:10004 [2021-01-04T16:44:52.242Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T16:44:52.242Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T16:44:52.242Z] Configure a credential helper to remove this warning. See [2021-01-04T16:44:52.242Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T16:44:52.242Z] [2021-01-04T16:44:52.242Z] Login Succeeded [2021-01-04T16:44:52.242Z] docker.io [2021-01-04T16:44:52.513Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T16:44:53.103Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T16:44:53.103Z] Configure a credential helper to remove this warning. See [2021-01-04T16:44:53.103Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T16:44:53.103Z] [2021-01-04T16:44:53.103Z] Login Succeeded [2021-01-04T16:44:53.103Z] ---> docker-login.sh ends [Pipeline] } [2021-01-04T16:44:53.120Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-04T16:44:53.316Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-01-04T16:44:53.316Z] 67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:44:53.316Z] 2.0.0-dev.23 [2021-01-04T16:44:53.316Z] 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [2021-01-04T16:44:53.316Z] master [2021-01-04T16:44:53.316Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:44:53.817Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:67d1a34251aa6315d67009af9685794612423525 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:44:54.150Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:44:54.150Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-04T16:44:54.150Z] d3b9c6c41a1f: Preparing [2021-01-04T16:44:54.150Z] e38a825ec88b: Preparing [2021-01-04T16:44:54.150Z] b72fd818859a: Preparing [2021-01-04T16:44:54.428Z] b72fd818859a: Pushed [2021-01-04T16:44:54.428Z] d3b9c6c41a1f: Pushed [2021-01-04T16:44:57.054Z] e38a825ec88b: Pushed [2021-01-04T16:44:57.054Z] 67d1a34251aa6315d67009af9685794612423525: digest: sha256:a75071f2ac2465a083d50d3c91cdf92a00ead9fff6128ea4aed64942e3e8d664 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:44:57.398Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:44:57.732Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.23 [2021-01-04T16:44:57.732Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-04T16:44:57.732Z] d3b9c6c41a1f: Preparing [2021-01-04T16:44:57.732Z] e38a825ec88b: Preparing [2021-01-04T16:44:57.732Z] b72fd818859a: Preparing [2021-01-04T16:44:57.732Z] e38a825ec88b: Layer already exists [2021-01-04T16:44:58.002Z] b72fd818859a: Layer already exists [2021-01-04T16:44:58.002Z] d3b9c6c41a1f: Layer already exists [2021-01-04T16:44:58.002Z] 2.0.0-dev.23: digest: sha256:a75071f2ac2465a083d50d3c91cdf92a00ead9fff6128ea4aed64942e3e8d664 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:44:58.339Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:44:58.671Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [2021-01-04T16:44:58.671Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-04T16:44:58.671Z] d3b9c6c41a1f: Preparing [2021-01-04T16:44:58.671Z] e38a825ec88b: Preparing [2021-01-04T16:44:58.671Z] b72fd818859a: Preparing [2021-01-04T16:44:58.671Z] d3b9c6c41a1f: Layer already exists [2021-01-04T16:44:58.671Z] b72fd818859a: Layer already exists [2021-01-04T16:44:58.671Z] e38a825ec88b: Layer already exists [2021-01-04T16:44:58.941Z] 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23: digest: sha256:a75071f2ac2465a083d50d3c91cdf92a00ead9fff6128ea4aed64942e3e8d664 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:44:59.282Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:44:59.628Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-01-04T16:44:59.629Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-04T16:44:59.629Z] d3b9c6c41a1f: Preparing [2021-01-04T16:44:59.629Z] e38a825ec88b: Preparing [2021-01-04T16:44:59.629Z] b72fd818859a: Preparing [2021-01-04T16:44:59.629Z] b72fd818859a: Layer already exists [2021-01-04T16:44:59.629Z] e38a825ec88b: Layer already exists [2021-01-04T16:44:59.629Z] d3b9c6c41a1f: Layer already exists [2021-01-04T16:44:59.898Z] master: digest: sha256:a75071f2ac2465a083d50d3c91cdf92a00ead9fff6128ea4aed64942e3e8d664 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-04T16:45:00.119Z] ===================================================== [Pipeline] echo [2021-01-04T16:45:00.172Z] taggedImages: [2021-01-04T16:45:00.172Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:45:00.172Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.23 [2021-01-04T16:45:00.172Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [2021-01-04T16:45:00.172Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-01-04T16:45:00.246Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-01-04T16:45:00.246Z] 67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:45:00.246Z] 2.0.0-dev.23 [2021-01-04T16:45:00.246Z] 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [2021-01-04T16:45:00.246Z] master [2021-01-04T16:45:00.246Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:45:00.792Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:67d1a34251aa6315d67009af9685794612423525 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:45:01.143Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:45:01.143Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-04T16:45:01.143Z] 3c585703bc3d: Preparing [2021-01-04T16:45:01.143Z] 7a7541004413: Preparing [2021-01-04T16:45:01.143Z] 33198f63950e: Preparing [2021-01-04T16:45:01.143Z] b745d4465d1c: Preparing [2021-01-04T16:45:01.143Z] c98ccfcc68aa: Preparing [2021-01-04T16:45:01.143Z] 379067d0cb53: Preparing [2021-01-04T16:45:01.143Z] 379067d0cb53: Waiting [2021-01-04T16:45:01.429Z] 33198f63950e: Pushed [2021-01-04T16:45:01.429Z] 3c585703bc3d: Pushed [2021-01-04T16:45:01.429Z] c98ccfcc68aa: Pushed [2021-01-04T16:45:01.712Z] 379067d0cb53: Layer already exists [2021-01-04T16:45:02.004Z] b745d4465d1c: Pushed [2021-01-04T16:45:04.675Z] 7a7541004413: Pushed [2021-01-04T16:45:04.675Z] 67d1a34251aa6315d67009af9685794612423525: digest: sha256:75ed0c20b8b7172ad27192239b22dae93aa955b908773dffefe23494df711398 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:45:05.288Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:45:05.656Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.23 [2021-01-04T16:45:05.656Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-04T16:45:05.656Z] 3c585703bc3d: Preparing [2021-01-04T16:45:05.656Z] 7a7541004413: Preparing [2021-01-04T16:45:05.656Z] 33198f63950e: Preparing [2021-01-04T16:45:05.656Z] b745d4465d1c: Preparing [2021-01-04T16:45:05.656Z] c98ccfcc68aa: Preparing [2021-01-04T16:45:05.656Z] 379067d0cb53: Preparing [2021-01-04T16:45:05.656Z] 379067d0cb53: Waiting [2021-01-04T16:45:05.656Z] 7a7541004413: Layer already exists [2021-01-04T16:45:05.656Z] 3c585703bc3d: Layer already exists [2021-01-04T16:45:05.656Z] b745d4465d1c: Layer already exists [2021-01-04T16:45:05.656Z] c98ccfcc68aa: Layer already exists [2021-01-04T16:45:05.656Z] 33198f63950e: Layer already exists [2021-01-04T16:45:05.656Z] 379067d0cb53: Layer already exists [2021-01-04T16:45:05.930Z] 2.0.0-dev.23: digest: sha256:75ed0c20b8b7172ad27192239b22dae93aa955b908773dffefe23494df711398 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:45:06.278Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:45:06.656Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [2021-01-04T16:45:06.657Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-04T16:45:06.657Z] 3c585703bc3d: Preparing [2021-01-04T16:45:06.657Z] 7a7541004413: Preparing [2021-01-04T16:45:06.657Z] 33198f63950e: Preparing [2021-01-04T16:45:06.657Z] b745d4465d1c: Preparing [2021-01-04T16:45:06.657Z] c98ccfcc68aa: Preparing [2021-01-04T16:45:06.657Z] 379067d0cb53: Preparing [2021-01-04T16:45:06.657Z] 379067d0cb53: Waiting [2021-01-04T16:45:06.936Z] 3c585703bc3d: Layer already exists [2021-01-04T16:45:06.936Z] b745d4465d1c: Layer already exists [2021-01-04T16:45:06.936Z] c98ccfcc68aa: Layer already exists [2021-01-04T16:45:06.936Z] 33198f63950e: Layer already exists [2021-01-04T16:45:06.936Z] 7a7541004413: Layer already exists [2021-01-04T16:45:06.936Z] 379067d0cb53: Layer already exists [2021-01-04T16:45:06.936Z] 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23: digest: sha256:75ed0c20b8b7172ad27192239b22dae93aa955b908773dffefe23494df711398 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:45:07.351Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:45:07.760Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-01-04T16:45:07.760Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-04T16:45:07.760Z] 3c585703bc3d: Preparing [2021-01-04T16:45:07.760Z] 7a7541004413: Preparing [2021-01-04T16:45:07.760Z] 33198f63950e: Preparing [2021-01-04T16:45:07.760Z] b745d4465d1c: Preparing [2021-01-04T16:45:07.760Z] c98ccfcc68aa: Preparing [2021-01-04T16:45:07.760Z] 379067d0cb53: Preparing [2021-01-04T16:45:07.760Z] 379067d0cb53: Waiting [2021-01-04T16:45:08.036Z] 7a7541004413: Layer already exists [2021-01-04T16:45:08.036Z] c98ccfcc68aa: Layer already exists [2021-01-04T16:45:08.036Z] 33198f63950e: Layer already exists [2021-01-04T16:45:08.036Z] 3c585703bc3d: Layer already exists [2021-01-04T16:45:08.036Z] b745d4465d1c: Layer already exists [2021-01-04T16:45:08.036Z] 379067d0cb53: Layer already exists [2021-01-04T16:45:08.036Z] master: digest: sha256:75ed0c20b8b7172ad27192239b22dae93aa955b908773dffefe23494df711398 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-04T16:45:08.274Z] ===================================================== [Pipeline] echo [2021-01-04T16:45:08.321Z] taggedImages: [2021-01-04T16:45:08.321Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:45:08.321Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.23 [2021-01-04T16:45:08.321Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [2021-01-04T16:45:08.321Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-01-04T16:45:08.406Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-01-04T16:45:08.406Z] 67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:45:08.406Z] 2.0.0-dev.23 [2021-01-04T16:45:08.406Z] 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [2021-01-04T16:45:08.406Z] master [2021-01-04T16:45:08.406Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:45:08.934Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:67d1a34251aa6315d67009af9685794612423525 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:45:09.276Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:45:09.276Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-04T16:45:09.545Z] fafc2cbf6be0: Preparing [2021-01-04T16:45:09.545Z] fe312d5ad87d: Preparing [2021-01-04T16:45:09.545Z] 2f896a1716f6: Preparing [2021-01-04T16:45:09.819Z] 2f896a1716f6: Pushed [2021-01-04T16:45:09.819Z] fafc2cbf6be0: Pushed [2021-01-04T16:45:13.207Z] fe312d5ad87d: Pushed [2021-01-04T16:45:13.207Z] 67d1a34251aa6315d67009af9685794612423525: digest: sha256:f35c79f3e05d5b029ec0c8c624816ad43d76e4931f607b8ae82b34f3a012a29d size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:45:13.552Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:45:13.920Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.23 [2021-01-04T16:45:13.920Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-04T16:45:13.920Z] fafc2cbf6be0: Preparing [2021-01-04T16:45:13.920Z] fe312d5ad87d: Preparing [2021-01-04T16:45:13.920Z] 2f896a1716f6: Preparing [2021-01-04T16:45:13.920Z] 2f896a1716f6: Layer already exists [2021-01-04T16:45:13.920Z] fe312d5ad87d: Layer already exists [2021-01-04T16:45:13.920Z] fafc2cbf6be0: Layer already exists [2021-01-04T16:45:14.208Z] 2.0.0-dev.23: digest: sha256:f35c79f3e05d5b029ec0c8c624816ad43d76e4931f607b8ae82b34f3a012a29d size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:45:14.618Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:45:14.975Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [2021-01-04T16:45:14.975Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-04T16:45:14.975Z] fafc2cbf6be0: Preparing [2021-01-04T16:45:14.975Z] fe312d5ad87d: Preparing [2021-01-04T16:45:14.975Z] 2f896a1716f6: Preparing [2021-01-04T16:45:15.250Z] 2f896a1716f6: Layer already exists [2021-01-04T16:45:15.250Z] fe312d5ad87d: Layer already exists [2021-01-04T16:45:15.250Z] fafc2cbf6be0: Layer already exists [2021-01-04T16:45:15.250Z] 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23: digest: sha256:f35c79f3e05d5b029ec0c8c624816ad43d76e4931f607b8ae82b34f3a012a29d size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:45:15.879Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:45:16.220Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-01-04T16:45:16.220Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-04T16:45:16.220Z] fafc2cbf6be0: Preparing [2021-01-04T16:45:16.220Z] fe312d5ad87d: Preparing [2021-01-04T16:45:16.220Z] 2f896a1716f6: Preparing [2021-01-04T16:45:16.220Z] 2f896a1716f6: Layer already exists [2021-01-04T16:45:16.220Z] fe312d5ad87d: Layer already exists [2021-01-04T16:45:16.220Z] fafc2cbf6be0: Layer already exists [2021-01-04T16:45:16.491Z] master: digest: sha256:f35c79f3e05d5b029ec0c8c624816ad43d76e4931f607b8ae82b34f3a012a29d size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-04T16:45:16.689Z] ===================================================== [Pipeline] echo [2021-01-04T16:45:16.737Z] taggedImages: [2021-01-04T16:45:16.737Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:45:16.737Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.23 [2021-01-04T16:45:16.737Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [2021-01-04T16:45:16.737Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-01-04T16:45:16.802Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2021-01-04T16:45:16.802Z] 67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:45:16.802Z] 2.0.0-dev.23 [2021-01-04T16:45:16.802Z] 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [2021-01-04T16:45:16.802Z] master [2021-01-04T16:45:16.802Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:45:17.309Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:67d1a34251aa6315d67009af9685794612423525 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:45:17.662Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:45:17.662Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-04T16:45:17.662Z] c5098fdccd32: Preparing [2021-01-04T16:45:17.662Z] 10b364ca15ed: Preparing [2021-01-04T16:45:17.662Z] 112f10b824cb: Preparing [2021-01-04T16:45:17.662Z] a1c5b3c33b05: Preparing [2021-01-04T16:45:17.662Z] 9fa9e9e2d937: Preparing [2021-01-04T16:45:17.662Z] d65860494c99: Preparing [2021-01-04T16:45:17.662Z] 379067d0cb53: Preparing [2021-01-04T16:45:17.662Z] 379067d0cb53: Waiting [2021-01-04T16:45:17.662Z] d65860494c99: Waiting [2021-01-04T16:45:17.938Z] c5098fdccd32: Pushed [2021-01-04T16:45:17.938Z] 112f10b824cb: Pushed [2021-01-04T16:45:17.938Z] 9fa9e9e2d937: Pushed [2021-01-04T16:45:17.938Z] 10b364ca15ed: Pushed [2021-01-04T16:45:19.250Z] 379067d0cb53: Layer already exists [2021-01-04T16:45:19.250Z] d65860494c99: Pushed [2021-01-04T16:45:20.256Z] a1c5b3c33b05: Pushed [2021-01-04T16:45:20.256Z] 67d1a34251aa6315d67009af9685794612423525: digest: sha256:32dcf0db5e3c628c8f6892d241fe242099c8a912620688cf481591145b034bb4 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:45:20.595Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:45:20.937Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.23 [2021-01-04T16:45:20.937Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-04T16:45:20.937Z] c5098fdccd32: Preparing [2021-01-04T16:45:20.937Z] 10b364ca15ed: Preparing [2021-01-04T16:45:20.937Z] 112f10b824cb: Preparing [2021-01-04T16:45:20.937Z] a1c5b3c33b05: Preparing [2021-01-04T16:45:20.937Z] 9fa9e9e2d937: Preparing [2021-01-04T16:45:20.937Z] d65860494c99: Preparing [2021-01-04T16:45:20.937Z] 379067d0cb53: Preparing [2021-01-04T16:45:20.937Z] d65860494c99: Waiting [2021-01-04T16:45:20.937Z] 379067d0cb53: Waiting [2021-01-04T16:45:20.937Z] 10b364ca15ed: Layer already exists [2021-01-04T16:45:20.937Z] 9fa9e9e2d937: Layer already exists [2021-01-04T16:45:20.937Z] a1c5b3c33b05: Layer already exists [2021-01-04T16:45:20.937Z] 112f10b824cb: Layer already exists [2021-01-04T16:45:20.937Z] c5098fdccd32: Layer already exists [2021-01-04T16:45:20.937Z] d65860494c99: Layer already exists [2021-01-04T16:45:20.937Z] 379067d0cb53: Layer already exists [2021-01-04T16:45:21.212Z] 2.0.0-dev.23: digest: sha256:32dcf0db5e3c628c8f6892d241fe242099c8a912620688cf481591145b034bb4 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:45:21.558Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:45:21.889Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [2021-01-04T16:45:21.889Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-04T16:45:21.889Z] c5098fdccd32: Preparing [2021-01-04T16:45:21.889Z] 10b364ca15ed: Preparing [2021-01-04T16:45:21.889Z] 112f10b824cb: Preparing [2021-01-04T16:45:21.889Z] a1c5b3c33b05: Preparing [2021-01-04T16:45:21.889Z] 9fa9e9e2d937: Preparing [2021-01-04T16:45:21.889Z] d65860494c99: Preparing [2021-01-04T16:45:21.889Z] 379067d0cb53: Preparing [2021-01-04T16:45:21.889Z] 379067d0cb53: Waiting [2021-01-04T16:45:21.889Z] d65860494c99: Waiting [2021-01-04T16:45:22.164Z] 9fa9e9e2d937: Layer already exists [2021-01-04T16:45:22.164Z] 10b364ca15ed: Layer already exists [2021-01-04T16:45:22.164Z] 112f10b824cb: Layer already exists [2021-01-04T16:45:22.164Z] c5098fdccd32: Layer already exists [2021-01-04T16:45:22.164Z] a1c5b3c33b05: Layer already exists [2021-01-04T16:45:22.164Z] 379067d0cb53: Layer already exists [2021-01-04T16:45:22.164Z] d65860494c99: Layer already exists [2021-01-04T16:45:22.164Z] 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23: digest: sha256:32dcf0db5e3c628c8f6892d241fe242099c8a912620688cf481591145b034bb4 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:45:22.510Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:45:22.870Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [2021-01-04T16:45:22.870Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-04T16:45:22.870Z] c5098fdccd32: Preparing [2021-01-04T16:45:22.870Z] 10b364ca15ed: Preparing [2021-01-04T16:45:22.870Z] 112f10b824cb: Preparing [2021-01-04T16:45:22.870Z] a1c5b3c33b05: Preparing [2021-01-04T16:45:22.870Z] 9fa9e9e2d937: Preparing [2021-01-04T16:45:22.870Z] d65860494c99: Preparing [2021-01-04T16:45:22.870Z] 379067d0cb53: Preparing [2021-01-04T16:45:22.870Z] d65860494c99: Waiting [2021-01-04T16:45:22.870Z] 379067d0cb53: Waiting [2021-01-04T16:45:22.870Z] 9fa9e9e2d937: Layer already exists [2021-01-04T16:45:22.870Z] c5098fdccd32: Layer already exists [2021-01-04T16:45:22.870Z] a1c5b3c33b05: Layer already exists [2021-01-04T16:45:22.870Z] 112f10b824cb: Layer already exists [2021-01-04T16:45:22.870Z] 10b364ca15ed: Layer already exists [2021-01-04T16:45:23.141Z] d65860494c99: Layer already exists [2021-01-04T16:45:23.141Z] 379067d0cb53: Layer already exists [2021-01-04T16:45:23.141Z] master: digest: sha256:32dcf0db5e3c628c8f6892d241fe242099c8a912620688cf481591145b034bb4 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-04T16:45:23.341Z] ===================================================== [Pipeline] echo [2021-01-04T16:45:23.385Z] taggedImages: [2021-01-04T16:45:23.385Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:45:23.385Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.23 [2021-01-04T16:45:23.385Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [2021-01-04T16:45:23.385Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo [2021-01-04T16:45:23.453Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-01-04T16:45:23.453Z] 67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:45:23.453Z] 2.0.0-dev.23 [2021-01-04T16:45:23.453Z] 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [2021-01-04T16:45:23.453Z] master [2021-01-04T16:45:23.453Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:45:23.981Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:67d1a34251aa6315d67009af9685794612423525 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:45:24.346Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:45:24.346Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-04T16:45:24.346Z] 82f3f638762f: Preparing [2021-01-04T16:45:24.346Z] d64c8131a56a: Preparing [2021-01-04T16:45:24.346Z] f93ba0066e5f: Preparing [2021-01-04T16:45:24.346Z] 74b3b026e3ac: Preparing [2021-01-04T16:45:24.346Z] a9bdca16aeec: Preparing [2021-01-04T16:45:24.346Z] 379067d0cb53: Preparing [2021-01-04T16:45:24.346Z] 379067d0cb53: Waiting [2021-01-04T16:45:24.617Z] 74b3b026e3ac: Pushed [2021-01-04T16:45:24.617Z] f93ba0066e5f: Pushed [2021-01-04T16:45:24.617Z] 379067d0cb53: Layer already exists [2021-01-04T16:45:25.225Z] a9bdca16aeec: Pushed [2021-01-04T16:45:27.213Z] d64c8131a56a: Pushed [2021-01-04T16:45:27.213Z] 82f3f638762f: Pushed [2021-01-04T16:45:27.213Z] 67d1a34251aa6315d67009af9685794612423525: digest: sha256:10e051a2512801926138c45eb9c68b18d6cf9d41d9f40f95b036d6dd705969af size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:45:27.554Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:45:27.901Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.23 [2021-01-04T16:45:27.901Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-04T16:45:27.901Z] 82f3f638762f: Preparing [2021-01-04T16:45:27.901Z] d64c8131a56a: Preparing [2021-01-04T16:45:27.901Z] f93ba0066e5f: Preparing [2021-01-04T16:45:27.901Z] 74b3b026e3ac: Preparing [2021-01-04T16:45:27.901Z] a9bdca16aeec: Preparing [2021-01-04T16:45:27.901Z] 379067d0cb53: Preparing [2021-01-04T16:45:27.901Z] 379067d0cb53: Waiting [2021-01-04T16:45:27.901Z] 74b3b026e3ac: Layer already exists [2021-01-04T16:45:27.901Z] f93ba0066e5f: Layer already exists [2021-01-04T16:45:27.901Z] d64c8131a56a: Layer already exists [2021-01-04T16:45:27.901Z] 82f3f638762f: Layer already exists [2021-01-04T16:45:27.901Z] a9bdca16aeec: Layer already exists [2021-01-04T16:45:27.901Z] 379067d0cb53: Layer already exists [2021-01-04T16:45:28.169Z] 2.0.0-dev.23: digest: sha256:10e051a2512801926138c45eb9c68b18d6cf9d41d9f40f95b036d6dd705969af size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:45:28.521Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:45:28.858Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [2021-01-04T16:45:28.858Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-04T16:45:28.858Z] 82f3f638762f: Preparing [2021-01-04T16:45:28.858Z] d64c8131a56a: Preparing [2021-01-04T16:45:28.858Z] f93ba0066e5f: Preparing [2021-01-04T16:45:28.858Z] 74b3b026e3ac: Preparing [2021-01-04T16:45:28.858Z] a9bdca16aeec: Preparing [2021-01-04T16:45:28.858Z] 379067d0cb53: Preparing [2021-01-04T16:45:28.858Z] 379067d0cb53: Waiting [2021-01-04T16:45:28.858Z] 74b3b026e3ac: Layer already exists [2021-01-04T16:45:28.858Z] 82f3f638762f: Layer already exists [2021-01-04T16:45:28.858Z] d64c8131a56a: Layer already exists [2021-01-04T16:45:29.130Z] f93ba0066e5f: Layer already exists [2021-01-04T16:45:29.130Z] a9bdca16aeec: Layer already exists [2021-01-04T16:45:29.130Z] 379067d0cb53: Layer already exists [2021-01-04T16:45:29.130Z] 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23: digest: sha256:10e051a2512801926138c45eb9c68b18d6cf9d41d9f40f95b036d6dd705969af size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:45:29.488Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:45:29.821Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-01-04T16:45:29.821Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-04T16:45:29.821Z] 82f3f638762f: Preparing [2021-01-04T16:45:29.821Z] d64c8131a56a: Preparing [2021-01-04T16:45:29.821Z] f93ba0066e5f: Preparing [2021-01-04T16:45:29.821Z] 74b3b026e3ac: Preparing [2021-01-04T16:45:29.821Z] a9bdca16aeec: Preparing [2021-01-04T16:45:29.821Z] 379067d0cb53: Preparing [2021-01-04T16:45:29.821Z] 379067d0cb53: Waiting [2021-01-04T16:45:29.821Z] 82f3f638762f: Layer already exists [2021-01-04T16:45:29.821Z] f93ba0066e5f: Layer already exists [2021-01-04T16:45:30.089Z] d64c8131a56a: Layer already exists [2021-01-04T16:45:30.089Z] 74b3b026e3ac: Layer already exists [2021-01-04T16:45:30.089Z] a9bdca16aeec: Layer already exists [2021-01-04T16:45:30.089Z] 379067d0cb53: Layer already exists [2021-01-04T16:45:30.089Z] master: digest: sha256:10e051a2512801926138c45eb9c68b18d6cf9d41d9f40f95b036d6dd705969af size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-04T16:45:30.333Z] ===================================================== [Pipeline] echo [2021-01-04T16:45:30.413Z] taggedImages: [2021-01-04T16:45:30.413Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:45:30.413Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.23 [2021-01-04T16:45:30.413Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [2021-01-04T16:45:30.413Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-01-04T16:45:30.512Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-01-04T16:45:30.512Z] 67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:45:30.512Z] 2.0.0-dev.23 [2021-01-04T16:45:30.512Z] 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [2021-01-04T16:45:30.512Z] master [2021-01-04T16:45:30.512Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:45:31.072Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:67d1a34251aa6315d67009af9685794612423525 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:45:31.456Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:45:31.456Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-04T16:45:31.456Z] a54322d3645c: Preparing [2021-01-04T16:45:31.456Z] 2327d935fe89: Preparing [2021-01-04T16:45:31.456Z] be92343d1e13: Preparing [2021-01-04T16:45:31.456Z] d1d2f4955ebf: Preparing [2021-01-04T16:45:31.456Z] 1ec0e6cb20b5: Preparing [2021-01-04T16:45:31.456Z] 69edfb81118e: Preparing [2021-01-04T16:45:31.456Z] e0b29ed1f0ba: Preparing [2021-01-04T16:45:31.456Z] d65860494c99: Preparing [2021-01-04T16:45:31.456Z] 379067d0cb53: Preparing [2021-01-04T16:45:31.456Z] 69edfb81118e: Waiting [2021-01-04T16:45:31.456Z] e0b29ed1f0ba: Waiting [2021-01-04T16:45:31.456Z] d65860494c99: Waiting [2021-01-04T16:45:31.456Z] 379067d0cb53: Waiting [2021-01-04T16:45:31.741Z] a54322d3645c: Pushed [2021-01-04T16:45:31.741Z] 2327d935fe89: Pushed [2021-01-04T16:45:32.052Z] 1ec0e6cb20b5: Pushed [2021-01-04T16:45:32.052Z] d65860494c99: Layer already exists [2021-01-04T16:45:32.052Z] e0b29ed1f0ba: Pushed [2021-01-04T16:45:32.052Z] 69edfb81118e: Pushed [2021-01-04T16:45:32.052Z] 379067d0cb53: Layer already exists [2021-01-04T16:45:34.020Z] d1d2f4955ebf: Pushed [2021-01-04T16:45:34.020Z] be92343d1e13: Pushed [2021-01-04T16:45:34.290Z] 67d1a34251aa6315d67009af9685794612423525: digest: sha256:43a94de9b4c4dfcdf01fd60733b17967d1c4bb78096074fa4220b9daba58cf34 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:45:34.629Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:45:34.963Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.23 [2021-01-04T16:45:34.963Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-04T16:45:34.963Z] a54322d3645c: Preparing [2021-01-04T16:45:34.963Z] 2327d935fe89: Preparing [2021-01-04T16:45:34.963Z] be92343d1e13: Preparing [2021-01-04T16:45:34.963Z] d1d2f4955ebf: Preparing [2021-01-04T16:45:34.963Z] 1ec0e6cb20b5: Preparing [2021-01-04T16:45:34.963Z] 69edfb81118e: Preparing [2021-01-04T16:45:34.963Z] e0b29ed1f0ba: Preparing [2021-01-04T16:45:34.963Z] d65860494c99: Preparing [2021-01-04T16:45:34.963Z] 379067d0cb53: Preparing [2021-01-04T16:45:34.963Z] 69edfb81118e: Waiting [2021-01-04T16:45:34.963Z] e0b29ed1f0ba: Waiting [2021-01-04T16:45:34.963Z] 379067d0cb53: Waiting [2021-01-04T16:45:34.963Z] d65860494c99: Waiting [2021-01-04T16:45:34.963Z] d1d2f4955ebf: Layer already exists [2021-01-04T16:45:34.963Z] be92343d1e13: Layer already exists [2021-01-04T16:45:34.963Z] 1ec0e6cb20b5: Layer already exists [2021-01-04T16:45:34.963Z] a54322d3645c: Layer already exists [2021-01-04T16:45:34.963Z] 2327d935fe89: Layer already exists [2021-01-04T16:45:34.963Z] 69edfb81118e: Layer already exists [2021-01-04T16:45:34.963Z] e0b29ed1f0ba: Layer already exists [2021-01-04T16:45:34.963Z] d65860494c99: Layer already exists [2021-01-04T16:45:34.963Z] 379067d0cb53: Layer already exists [2021-01-04T16:45:35.237Z] 2.0.0-dev.23: digest: sha256:43a94de9b4c4dfcdf01fd60733b17967d1c4bb78096074fa4220b9daba58cf34 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:45:35.596Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:45:35.930Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [2021-01-04T16:45:35.930Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-04T16:45:35.930Z] a54322d3645c: Preparing [2021-01-04T16:45:35.930Z] 2327d935fe89: Preparing [2021-01-04T16:45:35.930Z] be92343d1e13: Preparing [2021-01-04T16:45:35.930Z] d1d2f4955ebf: Preparing [2021-01-04T16:45:35.930Z] 1ec0e6cb20b5: Preparing [2021-01-04T16:45:35.930Z] 69edfb81118e: Preparing [2021-01-04T16:45:35.930Z] e0b29ed1f0ba: Preparing [2021-01-04T16:45:35.930Z] d65860494c99: Preparing [2021-01-04T16:45:35.930Z] 379067d0cb53: Preparing [2021-01-04T16:45:35.930Z] 69edfb81118e: Waiting [2021-01-04T16:45:35.930Z] d65860494c99: Waiting [2021-01-04T16:45:35.930Z] e0b29ed1f0ba: Waiting [2021-01-04T16:45:35.930Z] 1ec0e6cb20b5: Layer already exists [2021-01-04T16:45:35.930Z] 2327d935fe89: Layer already exists [2021-01-04T16:45:35.930Z] a54322d3645c: Layer already exists [2021-01-04T16:45:35.930Z] d1d2f4955ebf: Layer already exists [2021-01-04T16:45:36.202Z] be92343d1e13: Layer already exists [2021-01-04T16:45:36.202Z] d65860494c99: Layer already exists [2021-01-04T16:45:36.202Z] 69edfb81118e: Layer already exists [2021-01-04T16:45:36.202Z] e0b29ed1f0ba: Layer already exists [2021-01-04T16:45:36.202Z] 379067d0cb53: Layer already exists [2021-01-04T16:45:36.473Z] 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23: digest: sha256:43a94de9b4c4dfcdf01fd60733b17967d1c4bb78096074fa4220b9daba58cf34 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:45:36.818Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:45:37.151Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-01-04T16:45:37.151Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-04T16:45:37.151Z] a54322d3645c: Preparing [2021-01-04T16:45:37.151Z] 2327d935fe89: Preparing [2021-01-04T16:45:37.151Z] be92343d1e13: Preparing [2021-01-04T16:45:37.151Z] d1d2f4955ebf: Preparing [2021-01-04T16:45:37.151Z] 1ec0e6cb20b5: Preparing [2021-01-04T16:45:37.151Z] 69edfb81118e: Preparing [2021-01-04T16:45:37.151Z] e0b29ed1f0ba: Preparing [2021-01-04T16:45:37.152Z] d65860494c99: Preparing [2021-01-04T16:45:37.152Z] 379067d0cb53: Preparing [2021-01-04T16:45:37.152Z] e0b29ed1f0ba: Waiting [2021-01-04T16:45:37.152Z] d65860494c99: Waiting [2021-01-04T16:45:37.152Z] 379067d0cb53: Waiting [2021-01-04T16:45:37.152Z] 69edfb81118e: Waiting [2021-01-04T16:45:37.152Z] d1d2f4955ebf: Layer already exists [2021-01-04T16:45:37.152Z] 1ec0e6cb20b5: Layer already exists [2021-01-04T16:45:37.152Z] 2327d935fe89: Layer already exists [2021-01-04T16:45:37.152Z] be92343d1e13: Layer already exists [2021-01-04T16:45:37.152Z] a54322d3645c: Layer already exists [2021-01-04T16:45:37.421Z] 69edfb81118e: Layer already exists [2021-01-04T16:45:37.421Z] d65860494c99: Layer already exists [2021-01-04T16:45:37.421Z] e0b29ed1f0ba: Layer already exists [2021-01-04T16:45:37.421Z] 379067d0cb53: Layer already exists [2021-01-04T16:45:37.421Z] master: digest: sha256:43a94de9b4c4dfcdf01fd60733b17967d1c4bb78096074fa4220b9daba58cf34 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-04T16:45:37.613Z] ===================================================== [Pipeline] echo [2021-01-04T16:45:37.667Z] taggedImages: [2021-01-04T16:45:37.667Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:45:37.667Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.23 [2021-01-04T16:45:37.667Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [2021-01-04T16:45:37.667Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-01-04T16:45:37.730Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-01-04T16:45:37.730Z] 67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:45:37.730Z] 2.0.0-dev.23 [2021-01-04T16:45:37.730Z] 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [2021-01-04T16:45:37.730Z] master [2021-01-04T16:45:37.730Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:45:38.238Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:67d1a34251aa6315d67009af9685794612423525 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:45:38.568Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:45:38.568Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-04T16:45:38.568Z] fddd543f58f7: Preparing [2021-01-04T16:45:38.568Z] 539db3b3927d: Preparing [2021-01-04T16:45:38.568Z] 730f2f9086f8: Preparing [2021-01-04T16:45:38.568Z] 6c51b137d20e: Preparing [2021-01-04T16:45:38.568Z] f36bd5b0267a: Preparing [2021-01-04T16:45:38.568Z] 444c8a0d2764: Preparing [2021-01-04T16:45:38.568Z] 444c8a0d2764: Waiting [2021-01-04T16:45:38.852Z] 730f2f9086f8: Pushed [2021-01-04T16:45:38.852Z] fddd543f58f7: Pushed [2021-01-04T16:45:38.852Z] f36bd5b0267a: Pushed [2021-01-04T16:45:39.138Z] 6c51b137d20e: Pushed [2021-01-04T16:45:39.138Z] 444c8a0d2764: Pushed [2021-01-04T16:45:41.738Z] 539db3b3927d: Pushed [2021-01-04T16:45:41.738Z] 67d1a34251aa6315d67009af9685794612423525: digest: sha256:b2144b0d897af7e1545fe64ffb99c4a62035a3e2aa3a7f9e4f227bbe5c68d5ca size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:45:42.082Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:45:42.413Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.23 [2021-01-04T16:45:42.414Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-04T16:45:42.414Z] fddd543f58f7: Preparing [2021-01-04T16:45:42.414Z] 539db3b3927d: Preparing [2021-01-04T16:45:42.414Z] 730f2f9086f8: Preparing [2021-01-04T16:45:42.414Z] 6c51b137d20e: Preparing [2021-01-04T16:45:42.414Z] f36bd5b0267a: Preparing [2021-01-04T16:45:42.414Z] 444c8a0d2764: Preparing [2021-01-04T16:45:42.414Z] f36bd5b0267a: Layer already exists [2021-01-04T16:45:42.414Z] 539db3b3927d: Layer already exists [2021-01-04T16:45:42.414Z] fddd543f58f7: Layer already exists [2021-01-04T16:45:42.414Z] 730f2f9086f8: Layer already exists [2021-01-04T16:45:42.414Z] 6c51b137d20e: Layer already exists [2021-01-04T16:45:42.684Z] 444c8a0d2764: Layer already exists [2021-01-04T16:45:42.684Z] 2.0.0-dev.23: digest: sha256:b2144b0d897af7e1545fe64ffb99c4a62035a3e2aa3a7f9e4f227bbe5c68d5ca size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:45:43.022Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:45:43.354Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [2021-01-04T16:45:43.354Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-04T16:45:43.354Z] fddd543f58f7: Preparing [2021-01-04T16:45:43.354Z] 539db3b3927d: Preparing [2021-01-04T16:45:43.354Z] 730f2f9086f8: Preparing [2021-01-04T16:45:43.354Z] 6c51b137d20e: Preparing [2021-01-04T16:45:43.354Z] f36bd5b0267a: Preparing [2021-01-04T16:45:43.354Z] 444c8a0d2764: Preparing [2021-01-04T16:45:43.354Z] 444c8a0d2764: Waiting [2021-01-04T16:45:43.354Z] 730f2f9086f8: Layer already exists [2021-01-04T16:45:43.354Z] 539db3b3927d: Layer already exists [2021-01-04T16:45:43.623Z] 6c51b137d20e: Layer already exists [2021-01-04T16:45:43.623Z] fddd543f58f7: Layer already exists [2021-01-04T16:45:43.623Z] f36bd5b0267a: Layer already exists [2021-01-04T16:45:43.623Z] 444c8a0d2764: Layer already exists [2021-01-04T16:45:43.623Z] 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23: digest: sha256:b2144b0d897af7e1545fe64ffb99c4a62035a3e2aa3a7f9e4f227bbe5c68d5ca size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:45:43.960Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:45:44.292Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-01-04T16:45:44.293Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-04T16:45:44.293Z] fddd543f58f7: Preparing [2021-01-04T16:45:44.293Z] 539db3b3927d: Preparing [2021-01-04T16:45:44.293Z] 730f2f9086f8: Preparing [2021-01-04T16:45:44.293Z] 6c51b137d20e: Preparing [2021-01-04T16:45:44.293Z] f36bd5b0267a: Preparing [2021-01-04T16:45:44.293Z] 444c8a0d2764: Preparing [2021-01-04T16:45:44.293Z] 444c8a0d2764: Waiting [2021-01-04T16:45:44.293Z] fddd543f58f7: Layer already exists [2021-01-04T16:45:44.293Z] f36bd5b0267a: Layer already exists [2021-01-04T16:45:44.293Z] 730f2f9086f8: Layer already exists [2021-01-04T16:45:44.293Z] 6c51b137d20e: Layer already exists [2021-01-04T16:45:44.293Z] 539db3b3927d: Layer already exists [2021-01-04T16:45:44.561Z] 444c8a0d2764: Layer already exists [2021-01-04T16:45:44.561Z] master: digest: sha256:b2144b0d897af7e1545fe64ffb99c4a62035a3e2aa3a7f9e4f227bbe5c68d5ca size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-04T16:45:44.780Z] ===================================================== [Pipeline] echo [2021-01-04T16:45:44.825Z] taggedImages: [2021-01-04T16:45:44.825Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:45:44.825Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.23 [2021-01-04T16:45:44.825Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [2021-01-04T16:45:44.825Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-01-04T16:45:44.891Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-01-04T16:45:44.891Z] 67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:45:44.891Z] 2.0.0-dev.23 [2021-01-04T16:45:44.891Z] 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [2021-01-04T16:45:44.891Z] master [2021-01-04T16:45:44.891Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:45:45.393Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:67d1a34251aa6315d67009af9685794612423525 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:45:45.732Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:45:45.733Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-04T16:45:45.733Z] 670c71a354e1: Preparing [2021-01-04T16:45:45.733Z] 65824b7a6106: Preparing [2021-01-04T16:45:45.733Z] 5521b2f65b4c: Preparing [2021-01-04T16:45:46.006Z] 5521b2f65b4c: Pushed [2021-01-04T16:45:46.006Z] 670c71a354e1: Pushed [2021-01-04T16:45:48.611Z] 65824b7a6106: Pushed [2021-01-04T16:45:48.611Z] 67d1a34251aa6315d67009af9685794612423525: digest: sha256:da6c79e7aa029379be55aca9f1700e2884e20aa5d5a28e235ffc199ccc3dba1e size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:45:48.952Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:45:49.285Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.23 [2021-01-04T16:45:49.285Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-04T16:45:49.285Z] 670c71a354e1: Preparing [2021-01-04T16:45:49.285Z] 65824b7a6106: Preparing [2021-01-04T16:45:49.285Z] 5521b2f65b4c: Preparing [2021-01-04T16:45:49.285Z] 5521b2f65b4c: Layer already exists [2021-01-04T16:45:49.556Z] 65824b7a6106: Layer already exists [2021-01-04T16:45:49.556Z] 670c71a354e1: Layer already exists [2021-01-04T16:45:49.556Z] 2.0.0-dev.23: digest: sha256:da6c79e7aa029379be55aca9f1700e2884e20aa5d5a28e235ffc199ccc3dba1e size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:45:49.894Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:45:50.227Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [2021-01-04T16:45:50.228Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-04T16:45:50.228Z] 670c71a354e1: Preparing [2021-01-04T16:45:50.228Z] 65824b7a6106: Preparing [2021-01-04T16:45:50.228Z] 5521b2f65b4c: Preparing [2021-01-04T16:45:50.228Z] 670c71a354e1: Layer already exists [2021-01-04T16:45:50.228Z] 65824b7a6106: Layer already exists [2021-01-04T16:45:50.228Z] 5521b2f65b4c: Layer already exists [2021-01-04T16:45:50.497Z] 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23: digest: sha256:da6c79e7aa029379be55aca9f1700e2884e20aa5d5a28e235ffc199ccc3dba1e size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:45:50.842Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:45:51.176Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-01-04T16:45:51.176Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-04T16:45:51.176Z] 670c71a354e1: Preparing [2021-01-04T16:45:51.176Z] 65824b7a6106: Preparing [2021-01-04T16:45:51.176Z] 5521b2f65b4c: Preparing [2021-01-04T16:45:51.176Z] 670c71a354e1: Layer already exists [2021-01-04T16:45:51.176Z] 5521b2f65b4c: Layer already exists [2021-01-04T16:45:51.176Z] 65824b7a6106: Layer already exists [2021-01-04T16:45:51.444Z] master: digest: sha256:da6c79e7aa029379be55aca9f1700e2884e20aa5d5a28e235ffc199ccc3dba1e size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-04T16:45:51.680Z] ===================================================== [Pipeline] echo [2021-01-04T16:45:51.725Z] taggedImages: [2021-01-04T16:45:51.726Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:45:51.726Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.23 [2021-01-04T16:45:51.726Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [2021-01-04T16:45:51.726Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-01-04T16:45:51.794Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-01-04T16:45:51.794Z] 67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:45:51.794Z] 2.0.0-dev.23 [2021-01-04T16:45:51.794Z] 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [2021-01-04T16:45:51.794Z] master [2021-01-04T16:45:51.794Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:45:52.397Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:67d1a34251aa6315d67009af9685794612423525 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:45:52.736Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:45:52.736Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-04T16:45:52.736Z] 415b723fb504: Preparing [2021-01-04T16:45:52.736Z] 7bccb9995e34: Preparing [2021-01-04T16:45:52.736Z] 57f9ac6c87a8: Preparing [2021-01-04T16:45:52.736Z] 09b27ca1474c: Preparing [2021-01-04T16:45:52.736Z] 6e409a29ed8c: Preparing [2021-01-04T16:45:52.736Z] 9c774fd1e3a3: Preparing [2021-01-04T16:45:52.736Z] abc6dface0ab: Preparing [2021-01-04T16:45:52.736Z] 9ded3b6bb9b5: Preparing [2021-01-04T16:45:52.736Z] fa1afe8e6ed9: Preparing [2021-01-04T16:45:52.736Z] 87a09b4c083e: Preparing [2021-01-04T16:45:52.736Z] 0f74e9ff2a61: Preparing [2021-01-04T16:45:52.736Z] b122376c33c6: Preparing [2021-01-04T16:45:52.736Z] f8381ed47b22: Preparing [2021-01-04T16:45:52.736Z] e934a737d657: Preparing [2021-01-04T16:45:52.736Z] 87a09b4c083e: Waiting [2021-01-04T16:45:52.736Z] 9c774fd1e3a3: Waiting [2021-01-04T16:45:52.736Z] abc6dface0ab: Waiting [2021-01-04T16:45:52.736Z] f8381ed47b22: Waiting [2021-01-04T16:45:52.736Z] 0f74e9ff2a61: Waiting [2021-01-04T16:45:52.736Z] e934a737d657: Waiting [2021-01-04T16:45:52.736Z] b122376c33c6: Waiting [2021-01-04T16:45:52.736Z] 9ded3b6bb9b5: Waiting [2021-01-04T16:45:52.736Z] fa1afe8e6ed9: Waiting [2021-01-04T16:45:53.331Z] 6e409a29ed8c: Pushed [2021-01-04T16:45:53.331Z] 415b723fb504: Pushed [2021-01-04T16:45:53.932Z] 09b27ca1474c: Pushed [2021-01-04T16:45:53.932Z] 9ded3b6bb9b5: Layer already exists [2021-01-04T16:45:53.932Z] fa1afe8e6ed9: Layer already exists [2021-01-04T16:45:53.932Z] abc6dface0ab: Pushed [2021-01-04T16:45:54.209Z] 87a09b4c083e: Layer already exists [2021-01-04T16:45:54.209Z] 0f74e9ff2a61: Layer already exists [2021-01-04T16:45:54.209Z] b122376c33c6: Layer already exists [2021-01-04T16:45:54.209Z] f8381ed47b22: Layer already exists [2021-01-04T16:45:54.209Z] e934a737d657: Layer already exists [2021-01-04T16:45:54.802Z] 7bccb9995e34: Pushed [2021-01-04T16:45:55.787Z] 9c774fd1e3a3: Pushed [2021-01-04T16:46:08.199Z] 57f9ac6c87a8: Pushed [2021-01-04T16:46:08.199Z] 67d1a34251aa6315d67009af9685794612423525: digest: sha256:e9a1c70825b07036fdf364fa001d8643076726503c51143ec5c2ee48b756545e size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:46:08.533Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:46:08.863Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.23 [2021-01-04T16:46:08.863Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-04T16:46:08.863Z] 415b723fb504: Preparing [2021-01-04T16:46:08.863Z] 7bccb9995e34: Preparing [2021-01-04T16:46:08.863Z] 57f9ac6c87a8: Preparing [2021-01-04T16:46:08.863Z] 09b27ca1474c: Preparing [2021-01-04T16:46:08.863Z] 6e409a29ed8c: Preparing [2021-01-04T16:46:08.863Z] 9c774fd1e3a3: Preparing [2021-01-04T16:46:08.863Z] abc6dface0ab: Preparing [2021-01-04T16:46:08.863Z] 9ded3b6bb9b5: Preparing [2021-01-04T16:46:08.863Z] fa1afe8e6ed9: Preparing [2021-01-04T16:46:08.863Z] 87a09b4c083e: Preparing [2021-01-04T16:46:08.863Z] 0f74e9ff2a61: Preparing [2021-01-04T16:46:08.863Z] b122376c33c6: Preparing [2021-01-04T16:46:08.863Z] f8381ed47b22: Preparing [2021-01-04T16:46:08.863Z] e934a737d657: Preparing [2021-01-04T16:46:08.863Z] abc6dface0ab: Waiting [2021-01-04T16:46:08.863Z] 0f74e9ff2a61: Waiting [2021-01-04T16:46:08.863Z] 9ded3b6bb9b5: Waiting [2021-01-04T16:46:08.863Z] b122376c33c6: Waiting [2021-01-04T16:46:08.863Z] f8381ed47b22: Waiting [2021-01-04T16:46:08.863Z] 9c774fd1e3a3: Waiting [2021-01-04T16:46:08.863Z] e934a737d657: Waiting [2021-01-04T16:46:08.863Z] fa1afe8e6ed9: Waiting [2021-01-04T16:46:08.863Z] 87a09b4c083e: Waiting [2021-01-04T16:46:09.133Z] 7bccb9995e34: Layer already exists [2021-01-04T16:46:09.133Z] 415b723fb504: Layer already exists [2021-01-04T16:46:09.133Z] 6e409a29ed8c: Layer already exists [2021-01-04T16:46:09.133Z] 57f9ac6c87a8: Layer already exists [2021-01-04T16:46:09.133Z] 09b27ca1474c: Layer already exists [2021-01-04T16:46:09.133Z] 9c774fd1e3a3: Layer already exists [2021-01-04T16:46:09.133Z] 87a09b4c083e: Layer already exists [2021-01-04T16:46:09.133Z] 9ded3b6bb9b5: Layer already exists [2021-01-04T16:46:09.133Z] fa1afe8e6ed9: Layer already exists [2021-01-04T16:46:09.133Z] abc6dface0ab: Layer already exists [2021-01-04T16:46:09.133Z] b122376c33c6: Layer already exists [2021-01-04T16:46:09.133Z] 0f74e9ff2a61: Layer already exists [2021-01-04T16:46:09.133Z] f8381ed47b22: Layer already exists [2021-01-04T16:46:09.133Z] e934a737d657: Layer already exists [2021-01-04T16:46:09.133Z] 2.0.0-dev.23: digest: sha256:e9a1c70825b07036fdf364fa001d8643076726503c51143ec5c2ee48b756545e size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:46:09.467Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:46:09.800Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [2021-01-04T16:46:09.800Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-04T16:46:09.800Z] 415b723fb504: Preparing [2021-01-04T16:46:09.800Z] 7bccb9995e34: Preparing [2021-01-04T16:46:09.800Z] 57f9ac6c87a8: Preparing [2021-01-04T16:46:09.800Z] 09b27ca1474c: Preparing [2021-01-04T16:46:09.800Z] 6e409a29ed8c: Preparing [2021-01-04T16:46:09.800Z] 9c774fd1e3a3: Preparing [2021-01-04T16:46:09.800Z] abc6dface0ab: Preparing [2021-01-04T16:46:09.800Z] 9ded3b6bb9b5: Preparing [2021-01-04T16:46:09.800Z] fa1afe8e6ed9: Preparing [2021-01-04T16:46:09.800Z] 87a09b4c083e: Preparing [2021-01-04T16:46:09.800Z] 0f74e9ff2a61: Preparing [2021-01-04T16:46:09.800Z] b122376c33c6: Preparing [2021-01-04T16:46:09.800Z] f8381ed47b22: Preparing [2021-01-04T16:46:09.800Z] e934a737d657: Preparing [2021-01-04T16:46:09.800Z] 9c774fd1e3a3: Waiting [2021-01-04T16:46:09.800Z] abc6dface0ab: Waiting [2021-01-04T16:46:09.800Z] 9ded3b6bb9b5: Waiting [2021-01-04T16:46:09.800Z] b122376c33c6: Waiting [2021-01-04T16:46:09.800Z] fa1afe8e6ed9: Waiting [2021-01-04T16:46:09.800Z] 87a09b4c083e: Waiting [2021-01-04T16:46:09.800Z] 0f74e9ff2a61: Waiting [2021-01-04T16:46:09.800Z] f8381ed47b22: Waiting [2021-01-04T16:46:09.800Z] e934a737d657: Waiting [2021-01-04T16:46:09.800Z] 415b723fb504: Layer already exists [2021-01-04T16:46:09.800Z] 09b27ca1474c: Layer already exists [2021-01-04T16:46:09.800Z] 6e409a29ed8c: Layer already exists [2021-01-04T16:46:10.071Z] 7bccb9995e34: Layer already exists [2021-01-04T16:46:10.071Z] 57f9ac6c87a8: Layer already exists [2021-01-04T16:46:10.071Z] 9ded3b6bb9b5: Layer already exists [2021-01-04T16:46:10.071Z] abc6dface0ab: Layer already exists [2021-01-04T16:46:10.071Z] 9c774fd1e3a3: Layer already exists [2021-01-04T16:46:10.071Z] 87a09b4c083e: Layer already exists [2021-01-04T16:46:10.071Z] fa1afe8e6ed9: Layer already exists [2021-01-04T16:46:10.071Z] 0f74e9ff2a61: Layer already exists [2021-01-04T16:46:10.071Z] f8381ed47b22: Layer already exists [2021-01-04T16:46:10.071Z] b122376c33c6: Layer already exists [2021-01-04T16:46:10.071Z] e934a737d657: Layer already exists [2021-01-04T16:46:10.071Z] 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23: digest: sha256:e9a1c70825b07036fdf364fa001d8643076726503c51143ec5c2ee48b756545e size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:46:10.404Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:46:10.733Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-01-04T16:46:10.733Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-04T16:46:10.733Z] 415b723fb504: Preparing [2021-01-04T16:46:10.733Z] 7bccb9995e34: Preparing [2021-01-04T16:46:10.733Z] 57f9ac6c87a8: Preparing [2021-01-04T16:46:10.733Z] 09b27ca1474c: Preparing [2021-01-04T16:46:10.733Z] 6e409a29ed8c: Preparing [2021-01-04T16:46:10.733Z] 9c774fd1e3a3: Preparing [2021-01-04T16:46:10.733Z] abc6dface0ab: Preparing [2021-01-04T16:46:10.733Z] 9ded3b6bb9b5: Preparing [2021-01-04T16:46:10.733Z] fa1afe8e6ed9: Preparing [2021-01-04T16:46:10.733Z] 87a09b4c083e: Preparing [2021-01-04T16:46:10.733Z] 0f74e9ff2a61: Preparing [2021-01-04T16:46:10.733Z] b122376c33c6: Preparing [2021-01-04T16:46:10.733Z] f8381ed47b22: Preparing [2021-01-04T16:46:10.733Z] e934a737d657: Preparing [2021-01-04T16:46:10.733Z] 0f74e9ff2a61: Waiting [2021-01-04T16:46:10.733Z] 9c774fd1e3a3: Waiting [2021-01-04T16:46:10.733Z] abc6dface0ab: Waiting [2021-01-04T16:46:10.733Z] 9ded3b6bb9b5: Waiting [2021-01-04T16:46:10.733Z] fa1afe8e6ed9: Waiting [2021-01-04T16:46:10.733Z] 87a09b4c083e: Waiting [2021-01-04T16:46:10.733Z] b122376c33c6: Waiting [2021-01-04T16:46:10.733Z] f8381ed47b22: Waiting [2021-01-04T16:46:10.733Z] e934a737d657: Waiting [2021-01-04T16:46:10.733Z] 415b723fb504: Layer already exists [2021-01-04T16:46:10.733Z] 57f9ac6c87a8: Layer already exists [2021-01-04T16:46:10.733Z] 7bccb9995e34: Layer already exists [2021-01-04T16:46:10.733Z] 09b27ca1474c: Layer already exists [2021-01-04T16:46:10.733Z] 6e409a29ed8c: Layer already exists [2021-01-04T16:46:11.004Z] 9c774fd1e3a3: Layer already exists [2021-01-04T16:46:11.004Z] fa1afe8e6ed9: Layer already exists [2021-01-04T16:46:11.004Z] 9ded3b6bb9b5: Layer already exists [2021-01-04T16:46:11.004Z] 87a09b4c083e: Layer already exists [2021-01-04T16:46:11.004Z] abc6dface0ab: Layer already exists [2021-01-04T16:46:11.004Z] b122376c33c6: Layer already exists [2021-01-04T16:46:11.004Z] 0f74e9ff2a61: Layer already exists [2021-01-04T16:46:11.004Z] e934a737d657: Layer already exists [2021-01-04T16:46:11.004Z] f8381ed47b22: Layer already exists [2021-01-04T16:46:11.004Z] master: digest: sha256:e9a1c70825b07036fdf364fa001d8643076726503c51143ec5c2ee48b756545e size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-04T16:46:11.206Z] ===================================================== [Pipeline] echo [2021-01-04T16:46:11.253Z] taggedImages: [2021-01-04T16:46:11.253Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:67d1a34251aa6315d67009af9685794612423525 [2021-01-04T16:46:11.253Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.23 [2021-01-04T16:46:11.253Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [2021-01-04T16:46:11.253Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-04T16:46:12.659Z] provisioning config files... [2021-01-04T16:46:12.669Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/268@tmp/config9085168764596381936tmp [Pipeline] { [Pipeline] sh [2021-01-04T16:46:13.055Z] + set +x [2021-01-04T16:46:13.055Z] + curl -s https://codecov.io/bash [2021-01-04T16:46:13.055Z] + bash -s -- [2021-01-04T16:46:13.633Z] [2021-01-04T16:46:13.633Z] _____ _ [2021-01-04T16:46:13.633Z] / ____| | | [2021-01-04T16:46:13.633Z] | | ___ __| | ___ ___ _____ __ [2021-01-04T16:46:13.633Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-04T16:46:13.633Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-04T16:46:13.633Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-04T16:46:13.633Z] Bash-20201231-23d4836 [2021-01-04T16:46:13.633Z] [2021-01-04T16:46:13.633Z] [2021-01-04T16:46:13.633Z] ==> git version 2.24.3 found [2021-01-04T16:46:13.633Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-04T16:46:13.633Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-04T16:46:13.633Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-04T16:46:13.633Z] ==> Jenkins CI detected. [2021-01-04T16:46:13.633Z] project root: . [2021-01-04T16:46:13.633Z] --> token set from env [2021-01-04T16:46:13.633Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-04T16:46:13.633Z] ==> Running gcov in . (disable via -X gcov) [2021-01-04T16:46:13.633Z] ==> Python coveragepy not found [2021-01-04T16:46:13.633Z] ==> Searching for coverage reports in: [2021-01-04T16:46:13.633Z] + . [2021-01-04T16:46:13.633Z] -> Found 1 reports [2021-01-04T16:46:13.633Z] ==> Detecting git/mercurial file structure [2021-01-04T16:46:13.633Z] ==> Reading reports [2021-01-04T16:46:13.633Z] + ./coverage.out bytes=538204 [2021-01-04T16:46:13.633Z] ==> Appending adjustments [2021-01-04T16:46:13.633Z] https://docs.codecov.io/docs/fixing-reports [2021-01-04T16:46:16.972Z] + Found adjustments [2021-01-04T16:46:16.972Z] ==> Gzipping contents [2021-01-04T16:46:16.972Z] 84K /tmp/codecov.rrO8hC.gz [2021-01-04T16:46:16.972Z] ==> Uploading reports [2021-01-04T16:46:16.972Z] url: https://codecov.io [2021-01-04T16:46:16.972Z] query: branch=master&commit=67d1a34251aa6315d67009af9685794612423525&build=268&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F268%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-04T16:46:16.972Z] -> Pinging Codecov [2021-01-04T16:46:16.972Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=master&commit=67d1a34251aa6315d67009af9685794612423525&build=268&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F268%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-04T16:46:17.239Z] -> Uploading to [2021-01-04T16:46:17.239Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-04/00271124DB129430A58F1EEE437C3FCB/67d1a34251aa6315d67009af9685794612423525/a75bf14a-6694-4d30-b4bb-f9b288fc9678.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210104%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210104T164617Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=74adf57e0d69b57ba58b3bc07cba7e5ead812c99b7adb357187f4bc1eceeb7c6 [2021-01-04T16:46:17.239Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-04T16:46:17.239Z] Dload Upload Total Spent Left Speed [2021-01-04T16:46:17.844Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 81978 0 0 100 81978 0 162k --:--:-- --:--:-- --:--:-- 162k [2021-01-04T16:46:17.844Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/67d1a34251aa6315d67009af9685794612423525 [Pipeline] } [2021-01-04T16:46:17.856Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-01-04T16:46:18.326Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-04T16:46:18.379Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:46:18.719Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-04T16:46:18.982Z] [2021-01-04T16:46:18.982Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:46:19.343Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-04T16:46:19.343Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-04T16:46:19.343Z] 188c0c94c7c5: Already exists [2021-01-04T16:46:19.343Z] 0ef7d3d256c8: Already exists [2021-01-04T16:46:19.343Z] de9db76c5a1d: Already exists [2021-01-04T16:46:19.605Z] 0eba1c9be4d2: Pulling fs layer [2021-01-04T16:46:19.605Z] 0d57e429df01: Pulling fs layer [2021-01-04T16:46:19.605Z] 4e4be7b47b0d: Pulling fs layer [2021-01-04T16:46:19.605Z] e1f770b5df2f: Pulling fs layer [2021-01-04T16:46:19.605Z] 85a0685a4137: Pulling fs layer [2021-01-04T16:46:19.605Z] e1f770b5df2f: Waiting [2021-01-04T16:46:19.605Z] 85a0685a4137: Waiting [2021-01-04T16:46:19.605Z] 0d57e429df01: Verifying Checksum [2021-01-04T16:46:19.605Z] 0d57e429df01: Download complete [2021-01-04T16:46:19.605Z] 4e4be7b47b0d: Verifying Checksum [2021-01-04T16:46:19.605Z] 4e4be7b47b0d: Download complete [2021-01-04T16:46:22.159Z] e1f770b5df2f: Verifying Checksum [2021-01-04T16:46:22.159Z] e1f770b5df2f: Download complete [2021-01-04T16:46:24.730Z] 0eba1c9be4d2: Verifying Checksum [2021-01-04T16:46:24.730Z] 0eba1c9be4d2: Download complete [2021-01-04T16:46:24.998Z] 85a0685a4137: Verifying Checksum [2021-01-04T16:46:24.998Z] 85a0685a4137: Download complete [2021-01-04T16:46:31.643Z] 0eba1c9be4d2: Pull complete [2021-01-04T16:46:31.643Z] 0d57e429df01: Pull complete [2021-01-04T16:46:31.643Z] 4e4be7b47b0d: Pull complete [2021-01-04T16:46:36.972Z] e1f770b5df2f: Pull complete [2021-01-04T16:46:43.587Z] 85a0685a4137: Pull complete [2021-01-04T16:46:43.587Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-04T16:46:43.587Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-04T16:46:43.587Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-04T16:46:43.818Z] prd-centos7-docker-4c-2g-18187 does not seem to be running inside a container [2021-01-04T16:46:43.871Z] $ 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/268 -v /w/workspace/edgex-go/268:/w/workspace/edgex-go/268:rw,z -v /w/workspace/edgex-go/268@tmp:/w/workspace/edgex-go/268@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-01-04T16:46:45.210Z] $ docker top 4e0bf8344ea4394f9bc4942447df1a215e201cffb764f0ea5d15ad4c0320a18f -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-04T16:46:45.451Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-04T16:46:45.754Z] + set -o pipefail [2021-01-04T16:46:45.754Z] + snyk monitor '--org=edgex-jenkins' [2021-01-04T16:46:55.794Z] [2021-01-04T16:46:55.794Z] Monitoring /w/workspace/edgex-go/268 (github.com/edgexfoundry/edgex-go)... [2021-01-04T16:46:55.794Z] [2021-01-04T16:46:55.794Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/9dc33dc7-8107-422d-aff2-e2cbe7bc30a7 [2021-01-04T16:46:55.794Z] [2021-01-04T16:46:55.794Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-04T16:46:55.794Z] [2021-01-04T16:46:55.794Z] [Pipeline] } [2021-01-04T16:46:55.812Z] $ docker stop --time=1 4e0bf8344ea4394f9bc4942447df1a215e201cffb764f0ea5d15ad4c0320a18f [2021-01-04T16:46:58.928Z] $ docker rm -f 4e0bf8344ea4394f9bc4942447df1a215e201cffb764f0ea5d15ad4c0320a18f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-01-04T16:47:00.323Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-04T16:47:00.426Z] provisioning config files... [2021-01-04T16:47:00.451Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/268@tmp/config5042970033214308341tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-04T16:47:00.841Z] --> edgex-publish-swagger.sh [2021-01-04T16:47:00.841Z] === Publish openapi/v1 API === [2021-01-04T16:47:00.841Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-01-04T16:47:00.841Z] [publishToSwagger] Publishing API Name [core-command] [2021-01-04T16:47:00.841Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-04T16:47:00.841Z] Dload Upload Total Spent Left Speed [2021-01-04T16:47:02.242Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 8135 0:00:01 0:00:01 --:--:-- 8143 100 10521 0 0 100 10521 0 7880 0:00:01 0:00:01 --:--:-- 7886 [2021-01-04T16:47:02.242Z] [2021-01-04T16:47:02.242Z] [2021-01-04T16:47:02.242Z] [publishToSwagger] Publishing API Name [core-data] [2021-01-04T16:47:02.242Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-04T16:47:02.242Z] Dload Upload Total Spent Left Speed [2021-01-04T16:47:03.193Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 27926 0:00:01 0:00:01 --:--:-- 27969 100 32556 0 0 100 32556 0 27919 0:00:01 0:00:01 --:--:-- 27945 [2021-01-04T16:47:03.193Z] [2021-01-04T16:47:03.193Z] [2021-01-04T16:47:03.463Z] [publishToSwagger] Publishing API Name [core-metadata] [2021-01-04T16:47:03.463Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-04T16:47:03.463Z] Dload Upload Total Spent Left Speed [2021-01-04T16:47:04.423Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 65804 0:00:01 0:00:01 --:--:-- 65821 100 73720 0 0 100 73720 0 65789 0:00:01 0:00:01 --:--:-- 65821 [2021-01-04T16:47:04.423Z] [2021-01-04T16:47:04.423Z] [2021-01-04T16:47:04.423Z] [publishToSwagger] Publishing API Name [support-logging] [2021-01-04T16:47:04.423Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-04T16:47:04.423Z] Dload Upload Total Spent Left Speed [2021-01-04T16:47:05.821Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 11907 0:00:01 0:00:01 --:--:-- 11912 100 13580 0 0 100 13580 0 11905 0:00:01 0:00:01 --:--:-- 11912 [2021-01-04T16:47:05.821Z] [2021-01-04T16:47:05.821Z] [2021-01-04T16:47:05.821Z] [publishToSwagger] Publishing API Name [support-notifications] [2021-01-04T16:47:05.821Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-04T16:47:05.821Z] Dload Upload Total Spent Left Speed [2021-01-04T16:47:06.773Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 34944 0:00:01 0:00:01 --:--:-- 34972 [2021-01-04T16:47:06.773Z] [2021-01-04T16:47:06.773Z] [2021-01-04T16:47:06.773Z] [publishToSwagger] Publishing API Name [support-scheduler] [2021-01-04T16:47:06.773Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-04T16:47:06.773Z] Dload Upload Total Spent Left Speed [2021-01-04T16:47:08.192Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 12426 0:00:01 0:00:01 --:--:-- 12432 100 14248 0 0 100 14248 0 12424 0:00:01 0:00:01 --:--:-- 12432 [2021-01-04T16:47:08.192Z] [2021-01-04T16:47:08.192Z] [2021-01-04T16:47:08.192Z] [publishToSwagger] Publishing API Name [system-agent] [2021-01-04T16:47:08.192Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-04T16:47:08.192Z] Dload Upload Total Spent Left Speed [2021-01-04T16:47:09.147Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3914 0:00:01 0:00:01 --:--:-- 3917 100 4109 0 0 100 4109 0 3913 0:00:01 0:00:01 --:--:-- 3917 [2021-01-04T16:47:09.147Z] [2021-01-04T16:47:09.147Z] [2021-01-04T16:47:09.147Z] === Publish openapi/v2 API === [2021-01-04T16:47:09.147Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-01-04T16:47:09.147Z] [publishToSwagger] Publishing API Name [core-command] [2021-01-04T16:47:09.147Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-04T16:47:09.147Z] Dload Upload Total Spent Left Speed [2021-01-04T16:47:10.099Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 27728 0:00:01 0:00:01 --:--:-- 27758 100 29535 0 0 100 29535 0 27723 0:00:01 0:00:01 --:--:-- 27732 [2021-01-04T16:47:10.099Z] [2021-01-04T16:47:10.099Z] [2021-01-04T16:47:10.099Z] [publishToSwagger] Publishing API Name [core-data] [2021-01-04T16:47:10.099Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-04T16:47:10.099Z] Dload Upload Total Spent Left Speed [2021-01-04T16:47:11.532Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59999 0 0 100 59999 0 49488 0:00:01 0:00:01 --:--:-- 49504 100 59999 0 0 100 59999 0 48734 0:00:01 0:00:01 --:--:-- 48779 [2021-01-04T16:47:11.532Z] [2021-01-04T16:47:11.532Z] [2021-01-04T16:47:11.532Z] [publishToSwagger] Publishing API Name [core-metadata] [2021-01-04T16:47:11.532Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-04T16:47:11.532Z] Dload Upload Total Spent Left Speed [2021-01-04T16:47:12.741Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 99733 0:00:01 0:00:01 --:--:-- 99813 100 119k 0 0 100 119k 0 93825 0:00:01 0:00:01 --:--:-- 93892 [2021-01-04T16:47:12.741Z] [2021-01-04T16:47:12.741Z] [2021-01-04T16:47:12.741Z] [publishToSwagger] Publishing API Name [support-logging] [2021-01-04T16:47:12.741Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-04T16:47:12.741Z] Dload Upload Total Spent Left Speed [2021-01-04T16:47:13.686Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23691 0 0 100 23691 0 21762 0:00:01 0:00:01 --:--:-- 21774 [2021-01-04T16:47:13.686Z] [2021-01-04T16:47:13.686Z] [2021-01-04T16:47:13.686Z] [publishToSwagger] Publishing API Name [support-notifications] [2021-01-04T16:47:13.686Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-04T16:47:13.686Z] Dload Upload Total Spent Left Speed [2021-01-04T16:47:15.078Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 59823 0:00:01 0:00:01 --:--:-- 59876 100 62691 0 0 100 62691 0 59810 0:00:01 0:00:01 --:--:-- 59876 [2021-01-04T16:47:15.078Z] [2021-01-04T16:47:15.078Z] [2021-01-04T16:47:15.078Z] [publishToSwagger] Publishing API Name [support-scheduler] [2021-01-04T16:47:15.078Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-04T16:47:15.078Z] Dload Upload Total Spent Left Speed [2021-01-04T16:47:16.051Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 43045 0:00:01 0:00:01 --:--:-- 43095 100 46198 0 0 100 46198 0 43038 0:00:01 0:00:01 --:--:-- 43054 [2021-01-04T16:47:16.051Z] [2021-01-04T16:47:16.051Z] [2021-01-04T16:47:16.051Z] [publishToSwagger] Publishing API Name [system-agent] [2021-01-04T16:47:16.051Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-04T16:47:16.051Z] Dload Upload Total Spent Left Speed [2021-01-04T16:47:17.010Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 22602 0:00:01 0:00:01 --:--:-- 22616 100 23725 0 0 100 23725 0 22598 0:00:01 0:00:01 --:--:-- 22616 [2021-01-04T16:47:17.011Z] [2021-01-04T16:47:17.011Z] [Pipeline] } [2021-01-04T16:47:17.021Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:47:17.818Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-04T16:47:17.818Z] . [Pipeline] withDockerContainer [2021-01-04T16:47:17.926Z] prd-centos7-docker-4c-2g-18187 does not seem to be running inside a container [2021-01-04T16:47:17.971Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/268 -v /w/workspace/edgex-go/268:/w/workspace/edgex-go/268:rw,z -v /w/workspace/edgex-go/268@tmp:/w/workspace/edgex-go/268@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-04T16:47:18.850Z] $ docker top e702808b38d12722d3aed6c80a3db268a20b4fc5b6cb509ac8897c1eef3361ae -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-04T16:47:19.158Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-04T16:47:19.158Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-04T16:47:19.462Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-04T16:47:19.466Z] $ docker exec e702808b38d12722d3aed6c80a3db268a20b4fc5b6cb509ac8897c1eef3361ae ssh-agent [2021-01-04T16:47:19.680Z] SSH_AUTH_SOCK=/tmp/ssh-jrj1Vq6K3V2J/agent.11 [2021-01-04T16:47:19.680Z] SSH_AGENT_PID=17 [2021-01-04T16:47:19.687Z] Running ssh-add (command line suppressed) [2021-01-04T16:47:19.833Z] Identity added: /w/workspace/edgex-go/268@tmp/private_key_3571514062412562895.key (/w/workspace/edgex-go/268@tmp/private_key_3571514062412562895.key) [2021-01-04T16:47:19.902Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-04T16:47:20.233Z] + git semver tag [2021-01-04T16:47:20.495Z] # -> Open(): unable to determine branch for HEAD [2021-01-04T16:47:20.495Z] # $GIT_DIR = /w/workspace/edgex-go/268/.git [2021-01-04T16:47:20.495Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/268 [2021-01-04T16:47:20.495Z] # $SEMVER_REMOTE_NAME = origin [2021-01-04T16:47:20.495Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-04T16:47:20.495Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-04T16:47:20.495Z] # $SEMVER_BRANCH = master [2021-01-04T16:47:20.495Z] # $SEMVER_DIR = /w/workspace/edgex-go/268/.semver [2021-01-04T16:47:20.495Z] # 67d1a34251aa6315d67009af9685794612423525 HEAD [2021-01-04T16:47:21.068Z] # -> Force: false [2021-01-04T16:47:21.337Z] # cafbe7bfd53bd8d33fd143d5b0dd559204581cbf refs/tags/v2.0.0-dev.23 [Pipeline] } [2021-01-04T16:47:21.356Z] $ docker exec --env ******** --env ******** e702808b38d12722d3aed6c80a3db268a20b4fc5b6cb509ac8897c1eef3361ae ssh-agent -k [2021-01-04T16:47:21.560Z] unset SSH_AUTH_SOCK; [2021-01-04T16:47:21.560Z] unset SSH_AGENT_PID; [2021-01-04T16:47:21.560Z] echo Agent pid 17 killed; [2021-01-04T16:47:21.640Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-04T16:47:22.215Z] + git semver [Pipeline] } [2021-01-04T16:47:22.243Z] $ docker stop --time=1 e702808b38d12722d3aed6c80a3db268a20b4fc5b6cb509ac8897c1eef3361ae [2021-01-04T16:47:23.646Z] $ docker rm -f e702808b38d12722d3aed6c80a3db268a20b4fc5b6cb509ac8897c1eef3361ae [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:47:24.320Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-04T16:47:24.320Z] [2021-01-04T16:47:24.320Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:47:24.663Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-04T16:47:24.663Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-04T16:47:24.663Z] ab5ef0e58194: Pulling fs layer [2021-01-04T16:47:24.663Z] 9712f1f96733: Pulling fs layer [2021-01-04T16:47:24.663Z] 63f879dbbcfc: Pulling fs layer [2021-01-04T16:47:24.663Z] 0d9ebad4ef96: Pulling fs layer [2021-01-04T16:47:24.663Z] e9a5061849ea: Pulling fs layer [2021-01-04T16:47:24.663Z] d747dcd14b5f: Pulling fs layer [2021-01-04T16:47:24.663Z] 2de7ff778b66: Pulling fs layer [2021-01-04T16:47:24.663Z] 0d9ebad4ef96: Waiting [2021-01-04T16:47:24.663Z] d747dcd14b5f: Waiting [2021-01-04T16:47:24.663Z] e9a5061849ea: Waiting [2021-01-04T16:47:24.663Z] 2de7ff778b66: Waiting [2021-01-04T16:47:24.663Z] 9712f1f96733: Verifying Checksum [2021-01-04T16:47:24.663Z] 9712f1f96733: Download complete [2021-01-04T16:47:26.594Z] 63f879dbbcfc: Verifying Checksum [2021-01-04T16:47:26.594Z] 63f879dbbcfc: Download complete [2021-01-04T16:47:26.594Z] e9a5061849ea: Verifying Checksum [2021-01-04T16:47:26.594Z] e9a5061849ea: Download complete [2021-01-04T16:47:26.594Z] d747dcd14b5f: Verifying Checksum [2021-01-04T16:47:26.594Z] d747dcd14b5f: Download complete [2021-01-04T16:47:27.984Z] 2de7ff778b66: Verifying Checksum [2021-01-04T16:47:27.984Z] 2de7ff778b66: Download complete [2021-01-04T16:47:27.984Z] 0d9ebad4ef96: Verifying Checksum [2021-01-04T16:47:27.984Z] 0d9ebad4ef96: Download complete [2021-01-04T16:47:28.560Z] ab5ef0e58194: Verifying Checksum [2021-01-04T16:47:28.560Z] ab5ef0e58194: Download complete [2021-01-04T16:47:33.900Z] ab5ef0e58194: Pull complete [2021-01-04T16:47:33.900Z] 9712f1f96733: Pull complete [2021-01-04T16:47:37.283Z] 63f879dbbcfc: Pull complete [2021-01-04T16:47:45.524Z] 0d9ebad4ef96: Pull complete [2021-01-04T16:47:46.483Z] e9a5061849ea: Pull complete [2021-01-04T16:47:46.483Z] d747dcd14b5f: Pull complete [2021-01-04T16:47:50.730Z] 2de7ff778b66: Pull complete [2021-01-04T16:47:50.730Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-04T16:47:50.730Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-04T16:47:50.730Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-04T16:47:50.956Z] prd-centos7-docker-4c-2g-18187 does not seem to be running inside a container [2021-01-04T16:47:51.012Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/268 -v /w/workspace/edgex-go/268:/w/workspace/edgex-go/268:rw,z -v /w/workspace/edgex-go/268@tmp:/w/workspace/edgex-go/268@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-01-04T16:47:53.219Z] $ docker top c24a6fc87f5ae2d643d1abff1a71d3de12cf10089aa8907a4a7683d804a52733 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-04T16:47:53.457Z] provisioning config files... [2021-01-04T16:47:53.468Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/268@tmp/config7561535171584816937tmp [2021-01-04T16:47:53.484Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/268@tmp/config2779266905576762997tmp [2021-01-04T16:47:53.499Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/268@tmp/config4278196113857987576tmp [Pipeline] { [Pipeline] echo [2021-01-04T16:47:53.550Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T16:47:53.849Z] ---> sigul-configuration.sh [2021-01-04T16:47:53.849Z] gpg: directory `/root/.gnupg' created [2021-01-04T16:47:53.849Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-04T16:47:53.849Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-04T16:47:53.849Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-04T16:47:53.849Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-04T16:47:53.849Z] gpg: CAST5 encrypted data [2021-01-04T16:47:54.110Z] gpg: encrypted with 1 passphrase [2021-01-04T16:47:54.110Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-04T16:47:54.411Z] + mkdir /home/jenkins [2021-01-04T16:47:54.411Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-04T16:47:54.716Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-01-04T16:47:54.726Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T16:47:55.027Z] ---> sigul-install.sh [2021-01-04T16:47:59.250Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-04T16:47:59.551Z] + git tag --list [2021-01-04T16:47:59.551Z] 0.6.0 [2021-01-04T16:47:59.551Z] 0.6.1 [2021-01-04T16:47:59.551Z] 0.7.0 [2021-01-04T16:47:59.551Z] 0.7.1 [2021-01-04T16:47:59.551Z] v1.0.0 [2021-01-04T16:47:59.551Z] v1.0.1 [2021-01-04T16:47:59.551Z] v1.1.0 [2021-01-04T16:47:59.551Z] v1.2.0 [2021-01-04T16:47:59.551Z] v1.2.1 [2021-01-04T16:47:59.551Z] v1.2.2-dev.1 [2021-01-04T16:47:59.551Z] v1.2.2-dev.10 [2021-01-04T16:47:59.551Z] v1.2.2-dev.100 [2021-01-04T16:47:59.551Z] v1.2.2-dev.101 [2021-01-04T16:47:59.551Z] v1.2.2-dev.102 [2021-01-04T16:47:59.551Z] v1.2.2-dev.103 [2021-01-04T16:47:59.551Z] v1.2.2-dev.104 [2021-01-04T16:47:59.551Z] v1.2.2-dev.105 [2021-01-04T16:47:59.551Z] v1.2.2-dev.106 [2021-01-04T16:47:59.551Z] v1.2.2-dev.107 [2021-01-04T16:47:59.551Z] v1.2.2-dev.11 [2021-01-04T16:47:59.551Z] v1.2.2-dev.12 [2021-01-04T16:47:59.551Z] v1.2.2-dev.13 [2021-01-04T16:47:59.551Z] v1.2.2-dev.14 [2021-01-04T16:47:59.551Z] v1.2.2-dev.15 [2021-01-04T16:47:59.551Z] v1.2.2-dev.16 [2021-01-04T16:47:59.551Z] v1.2.2-dev.17 [2021-01-04T16:47:59.551Z] v1.2.2-dev.18 [2021-01-04T16:47:59.551Z] v1.2.2-dev.19 [2021-01-04T16:47:59.551Z] v1.2.2-dev.2 [2021-01-04T16:47:59.551Z] v1.2.2-dev.20 [2021-01-04T16:47:59.551Z] v1.2.2-dev.21 [2021-01-04T16:47:59.551Z] v1.2.2-dev.22 [2021-01-04T16:47:59.551Z] v1.2.2-dev.23 [2021-01-04T16:47:59.551Z] v1.2.2-dev.24 [2021-01-04T16:47:59.551Z] v1.2.2-dev.25 [2021-01-04T16:47:59.551Z] v1.2.2-dev.26 [2021-01-04T16:47:59.551Z] v1.2.2-dev.27 [2021-01-04T16:47:59.551Z] v1.2.2-dev.28 [2021-01-04T16:47:59.551Z] v1.2.2-dev.29 [2021-01-04T16:47:59.551Z] v1.2.2-dev.3 [2021-01-04T16:47:59.551Z] v1.2.2-dev.30 [2021-01-04T16:47:59.551Z] v1.2.2-dev.31 [2021-01-04T16:47:59.551Z] v1.2.2-dev.32 [2021-01-04T16:47:59.551Z] v1.2.2-dev.33 [2021-01-04T16:47:59.551Z] v1.2.2-dev.34 [2021-01-04T16:47:59.551Z] v1.2.2-dev.35 [2021-01-04T16:47:59.551Z] v1.2.2-dev.36 [2021-01-04T16:47:59.551Z] v1.2.2-dev.37 [2021-01-04T16:47:59.551Z] v1.2.2-dev.38 [2021-01-04T16:47:59.551Z] v1.2.2-dev.39 [2021-01-04T16:47:59.551Z] v1.2.2-dev.4 [2021-01-04T16:47:59.551Z] v1.2.2-dev.40 [2021-01-04T16:47:59.551Z] v1.2.2-dev.41 [2021-01-04T16:47:59.551Z] v1.2.2-dev.42 [2021-01-04T16:47:59.551Z] v1.2.2-dev.43 [2021-01-04T16:47:59.551Z] v1.2.2-dev.44 [2021-01-04T16:47:59.551Z] v1.2.2-dev.45 [2021-01-04T16:47:59.551Z] v1.2.2-dev.46 [2021-01-04T16:47:59.551Z] v1.2.2-dev.47 [2021-01-04T16:47:59.551Z] v1.2.2-dev.48 [2021-01-04T16:47:59.551Z] v1.2.2-dev.49 [2021-01-04T16:47:59.551Z] v1.2.2-dev.5 [2021-01-04T16:47:59.551Z] v1.2.2-dev.50 [2021-01-04T16:47:59.551Z] v1.2.2-dev.51 [2021-01-04T16:47:59.551Z] v1.2.2-dev.52 [2021-01-04T16:47:59.551Z] v1.2.2-dev.53 [2021-01-04T16:47:59.551Z] v1.2.2-dev.54 [2021-01-04T16:47:59.551Z] v1.2.2-dev.55 [2021-01-04T16:47:59.551Z] v1.2.2-dev.56 [2021-01-04T16:47:59.551Z] v1.2.2-dev.57 [2021-01-04T16:47:59.551Z] v1.2.2-dev.58 [2021-01-04T16:47:59.551Z] v1.2.2-dev.59 [2021-01-04T16:47:59.551Z] v1.2.2-dev.6 [2021-01-04T16:47:59.551Z] v1.2.2-dev.60 [2021-01-04T16:47:59.551Z] v1.2.2-dev.61 [2021-01-04T16:47:59.551Z] v1.2.2-dev.62 [2021-01-04T16:47:59.551Z] v1.2.2-dev.63 [2021-01-04T16:47:59.551Z] v1.2.2-dev.64 [2021-01-04T16:47:59.551Z] v1.2.2-dev.65 [2021-01-04T16:47:59.551Z] v1.2.2-dev.66 [2021-01-04T16:47:59.551Z] v1.2.2-dev.67 [2021-01-04T16:47:59.551Z] v1.2.2-dev.68 [2021-01-04T16:47:59.551Z] v1.2.2-dev.69 [2021-01-04T16:47:59.551Z] v1.2.2-dev.7 [2021-01-04T16:47:59.551Z] v1.2.2-dev.70 [2021-01-04T16:47:59.551Z] v1.2.2-dev.71 [2021-01-04T16:47:59.551Z] v1.2.2-dev.72 [2021-01-04T16:47:59.551Z] v1.2.2-dev.73 [2021-01-04T16:47:59.551Z] v1.2.2-dev.74 [2021-01-04T16:47:59.551Z] v1.2.2-dev.75 [2021-01-04T16:47:59.551Z] v1.2.2-dev.76 [2021-01-04T16:47:59.551Z] v1.2.2-dev.77 [2021-01-04T16:47:59.551Z] v1.2.2-dev.78 [2021-01-04T16:47:59.551Z] v1.2.2-dev.79 [2021-01-04T16:47:59.551Z] v1.2.2-dev.8 [2021-01-04T16:47:59.551Z] v1.2.2-dev.80 [2021-01-04T16:47:59.551Z] v1.2.2-dev.81 [2021-01-04T16:47:59.551Z] v1.2.2-dev.82 [2021-01-04T16:47:59.551Z] v1.2.2-dev.83 [2021-01-04T16:47:59.551Z] v1.2.2-dev.84 [2021-01-04T16:47:59.551Z] v1.2.2-dev.85 [2021-01-04T16:47:59.551Z] v1.2.2-dev.86 [2021-01-04T16:47:59.551Z] v1.2.2-dev.87 [2021-01-04T16:47:59.551Z] v1.2.2-dev.88 [2021-01-04T16:47:59.551Z] v1.2.2-dev.89 [2021-01-04T16:47:59.551Z] v1.2.2-dev.9 [2021-01-04T16:47:59.551Z] v1.2.2-dev.90 [2021-01-04T16:47:59.551Z] v1.2.2-dev.91 [2021-01-04T16:47:59.551Z] v1.2.2-dev.92 [2021-01-04T16:47:59.551Z] v1.2.2-dev.93 [2021-01-04T16:47:59.551Z] v1.2.2-dev.94 [2021-01-04T16:47:59.551Z] v1.2.2-dev.95 [2021-01-04T16:47:59.551Z] v1.2.2-dev.96 [2021-01-04T16:47:59.551Z] v1.2.2-dev.97 [2021-01-04T16:47:59.551Z] v1.2.2-dev.98 [2021-01-04T16:47:59.551Z] v1.2.2-dev.99 [2021-01-04T16:47:59.551Z] v1.3.0 [2021-01-04T16:47:59.551Z] v1.3.1-dev.1 [2021-01-04T16:47:59.551Z] v1.3.1-dev.10 [2021-01-04T16:47:59.551Z] v1.3.1-dev.11 [2021-01-04T16:47:59.551Z] v1.3.1-dev.12 [2021-01-04T16:47:59.551Z] v1.3.1-dev.13 [2021-01-04T16:47:59.551Z] v1.3.1-dev.14 [2021-01-04T16:47:59.551Z] v1.3.1-dev.15 [2021-01-04T16:47:59.551Z] v1.3.1-dev.16 [2021-01-04T16:47:59.551Z] v1.3.1-dev.17 [2021-01-04T16:47:59.551Z] v1.3.1-dev.18 [2021-01-04T16:47:59.551Z] v1.3.1-dev.2 [2021-01-04T16:47:59.551Z] v1.3.1-dev.3 [2021-01-04T16:47:59.551Z] v1.3.1-dev.4 [2021-01-04T16:47:59.551Z] v1.3.1-dev.5 [2021-01-04T16:47:59.551Z] v1.3.1-dev.6 [2021-01-04T16:47:59.551Z] v1.3.1-dev.7 [2021-01-04T16:47:59.551Z] v1.3.1-dev.8 [2021-01-04T16:47:59.551Z] v1.3.1-dev.9 [2021-01-04T16:47:59.551Z] v2.0.0-dev.1 [2021-01-04T16:47:59.551Z] v2.0.0-dev.10 [2021-01-04T16:47:59.551Z] v2.0.0-dev.11 [2021-01-04T16:47:59.551Z] v2.0.0-dev.12 [2021-01-04T16:47:59.551Z] v2.0.0-dev.13 [2021-01-04T16:47:59.551Z] v2.0.0-dev.14 [2021-01-04T16:47:59.551Z] v2.0.0-dev.15 [2021-01-04T16:47:59.551Z] v2.0.0-dev.16 [2021-01-04T16:47:59.551Z] v2.0.0-dev.17 [2021-01-04T16:47:59.551Z] v2.0.0-dev.18 [2021-01-04T16:47:59.551Z] v2.0.0-dev.19 [2021-01-04T16:47:59.551Z] v2.0.0-dev.2 [2021-01-04T16:47:59.551Z] v2.0.0-dev.20 [2021-01-04T16:47:59.551Z] v2.0.0-dev.21 [2021-01-04T16:47:59.551Z] v2.0.0-dev.22 [2021-01-04T16:47:59.551Z] v2.0.0-dev.23 [2021-01-04T16:47:59.551Z] v2.0.0-dev.3 [2021-01-04T16:47:59.551Z] v2.0.0-dev.4 [2021-01-04T16:47:59.551Z] v2.0.0-dev.5 [2021-01-04T16:47:59.551Z] v2.0.0-dev.6 [2021-01-04T16:47:59.551Z] v2.0.0-dev.7 [2021-01-04T16:47:59.551Z] v2.0.0-dev.8 [2021-01-04T16:47:59.551Z] v2.0.0-dev.9 [Pipeline] sh [2021-01-04T16:47:59.850Z] + lftools sign git-tag v2.0.0-dev.23 [2021-01-04T16:48:00.794Z] Signing Git tag with Sigul... [2021-01-04T16:48:00.794Z] Signing v2.0.0-dev.23 [Pipeline] echo [2021-01-04T16:48:02.729Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T16:48:03.035Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-04T16:48:03.051Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-04T16:48:03.138Z] $ docker stop --time=1 c24a6fc87f5ae2d643d1abff1a71d3de12cf10089aa8907a4a7683d804a52733 [2021-01-04T16:48:05.149Z] $ docker rm -f c24a6fc87f5ae2d643d1abff1a71d3de12cf10089aa8907a4a7683d804a52733 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:48:05.997Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-04T16:48:05.997Z] . [Pipeline] withDockerContainer [2021-01-04T16:48:06.112Z] prd-centos7-docker-4c-2g-18187 does not seem to be running inside a container [2021-01-04T16:48:06.158Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/268 -v /w/workspace/edgex-go/268:/w/workspace/edgex-go/268:rw,z -v /w/workspace/edgex-go/268@tmp:/w/workspace/edgex-go/268@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-04T16:48:07.048Z] $ docker top 609ff2e36ed24eec6033eb1ef3a6381b534c62b423171db40f872354e6bd7315 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-04T16:48:07.465Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-04T16:48:07.465Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-04T16:48:07.692Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-04T16:48:07.696Z] $ docker exec 609ff2e36ed24eec6033eb1ef3a6381b534c62b423171db40f872354e6bd7315 ssh-agent [2021-01-04T16:48:07.887Z] SSH_AUTH_SOCK=/tmp/ssh-4WekytZv98ZZ/agent.12 [2021-01-04T16:48:07.887Z] SSH_AGENT_PID=18 [2021-01-04T16:48:07.894Z] Running ssh-add (command line suppressed) [2021-01-04T16:48:08.039Z] Identity added: /w/workspace/edgex-go/268@tmp/private_key_422697363640575135.key (/w/workspace/edgex-go/268@tmp/private_key_422697363640575135.key) [2021-01-04T16:48:08.108Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-04T16:48:08.439Z] + git semver bump pre [2021-01-04T16:48:08.439Z] # -> Open(): unable to determine branch for HEAD [2021-01-04T16:48:08.439Z] # $GIT_DIR = /w/workspace/edgex-go/268/.git [2021-01-04T16:48:08.439Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/268 [2021-01-04T16:48:08.439Z] # $SEMVER_REMOTE_NAME = origin [2021-01-04T16:48:08.439Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-04T16:48:08.439Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-04T16:48:08.439Z] # $SEMVER_BRANCH = master [2021-01-04T16:48:08.439Z] # $SEMVER_DIR = /w/workspace/edgex-go/268/.semver [2021-01-04T16:48:08.439Z] 2.0.0-dev.24 [Pipeline] } [2021-01-04T16:48:08.451Z] $ docker exec --env ******** --env ******** 609ff2e36ed24eec6033eb1ef3a6381b534c62b423171db40f872354e6bd7315 ssh-agent -k [2021-01-04T16:48:08.578Z] unset SSH_AUTH_SOCK; [2021-01-04T16:48:08.578Z] unset SSH_AGENT_PID; [2021-01-04T16:48:08.578Z] echo Agent pid 18 killed; [2021-01-04T16:48:08.635Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-04T16:48:09.111Z] + git semver [Pipeline] } [2021-01-04T16:48:09.204Z] $ docker stop --time=1 609ff2e36ed24eec6033eb1ef3a6381b534c62b423171db40f872354e6bd7315 [2021-01-04T16:48:10.614Z] $ docker rm -f 609ff2e36ed24eec6033eb1ef3a6381b534c62b423171db40f872354e6bd7315 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:48:11.175Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-04T16:48:11.175Z] . [Pipeline] withDockerContainer [2021-01-04T16:48:11.289Z] prd-centos7-docker-4c-2g-18187 does not seem to be running inside a container [2021-01-04T16:48:11.342Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/268 -v /w/workspace/edgex-go/268:/w/workspace/edgex-go/268:rw,z -v /w/workspace/edgex-go/268@tmp:/w/workspace/edgex-go/268@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-04T16:48:12.162Z] $ docker top d083c070ca9cad641cd95e2ec968c2eb33bac5e4147df5229accd4b1c794653e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-04T16:48:12.519Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-04T16:48:12.519Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-04T16:48:12.738Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-04T16:48:12.742Z] $ docker exec d083c070ca9cad641cd95e2ec968c2eb33bac5e4147df5229accd4b1c794653e ssh-agent [2021-01-04T16:48:12.949Z] SSH_AUTH_SOCK=/tmp/ssh-0IhIi65FrsT3/agent.12 [2021-01-04T16:48:12.949Z] SSH_AGENT_PID=17 [2021-01-04T16:48:12.957Z] Running ssh-add (command line suppressed) [2021-01-04T16:48:13.090Z] Identity added: /w/workspace/edgex-go/268@tmp/private_key_854841446080148559.key (/w/workspace/edgex-go/268@tmp/private_key_854841446080148559.key) [2021-01-04T16:48:13.152Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-04T16:48:13.497Z] + git semver push [2021-01-04T16:48:13.497Z] # -> Open(): unable to determine branch for HEAD [2021-01-04T16:48:13.497Z] # $GIT_DIR = /w/workspace/edgex-go/268/.git [2021-01-04T16:48:13.497Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/268 [2021-01-04T16:48:13.497Z] # $SEMVER_REMOTE_NAME = origin [2021-01-04T16:48:13.497Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-04T16:48:13.497Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-04T16:48:13.497Z] # $SEMVER_BRANCH = master [2021-01-04T16:48:13.497Z] # $SEMVER_DIR = /w/workspace/edgex-go/268/.semver [Pipeline] } [2021-01-04T16:48:25.776Z] $ docker exec --env ******** --env ******** d083c070ca9cad641cd95e2ec968c2eb33bac5e4147df5229accd4b1c794653e ssh-agent -k [2021-01-04T16:48:25.928Z] unset SSH_AUTH_SOCK; [2021-01-04T16:48:25.928Z] unset SSH_AGENT_PID; [2021-01-04T16:48:25.928Z] echo Agent pid 17 killed; [2021-01-04T16:48:25.993Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-04T16:48:26.485Z] + git semver [Pipeline] } [2021-01-04T16:48:26.502Z] $ docker stop --time=1 d083c070ca9cad641cd95e2ec968c2eb33bac5e4147df5229accd4b1c794653e [2021-01-04T16:48:27.923Z] $ docker rm -f d083c070ca9cad641cd95e2ec968c2eb33bac5e4147df5229accd4b1c794653e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-04T16:48:28.899Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T16:48:29.792Z] ---> package-listing.sh [2021-01-04T16:48:29.792Z] ++ facter osfamily [2021-01-04T16:48:29.792Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-04T16:48:29.792Z] + OS_FAMILY=redhat [2021-01-04T16:48:29.792Z] + workspace=/w/workspace/edgex-go/268 [2021-01-04T16:48:29.792Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-04T16:48:29.792Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-04T16:48:29.792Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-04T16:48:29.792Z] + PACKAGES=/tmp/packages_start.txt [2021-01-04T16:48:29.792Z] + '[' /w/workspace/edgex-go/268 ']' [2021-01-04T16:48:29.792Z] + PACKAGES=/tmp/packages_end.txt [2021-01-04T16:48:29.792Z] + case "${OS_FAMILY}" in [2021-01-04T16:48:29.792Z] + rpm -qa [2021-01-04T16:48:29.792Z] + sort [2021-01-04T16:48:35.120Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-04T16:48:35.120Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-04T16:48:35.120Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-04T16:48:35.120Z] + '[' /w/workspace/edgex-go/268 ']' [2021-01-04T16:48:35.120Z] + mkdir -p /w/workspace/edgex-go/268/archives/ [2021-01-04T16:48:35.120Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/268/archives/ [Pipeline] echo [2021-01-04T16:48:35.142Z] 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/268/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-04T16:48:35.448Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:48:35.751Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-04T16:48:35.751Z] [2021-01-04T16:48:35.751Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:48:36.159Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-04T16:48:36.159Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-04T16:48:36.160Z] df20fa9351a1: Pulling fs layer [2021-01-04T16:48:36.160Z] 36b3adc4ff6f: Pulling fs layer [2021-01-04T16:48:36.160Z] 8ad3a11d3b57: Pulling fs layer [2021-01-04T16:48:36.160Z] 46f8f816bc3b: Pulling fs layer [2021-01-04T16:48:36.160Z] 93b61091891f: Pulling fs layer [2021-01-04T16:48:36.160Z] 93b9cdb0e59b: Pulling fs layer [2021-01-04T16:48:36.160Z] 5e14af77c1be: Pulling fs layer [2021-01-04T16:48:36.160Z] 01666e4c0597: Pulling fs layer [2021-01-04T16:48:36.160Z] aa168da1d23b: Pulling fs layer [2021-01-04T16:48:36.160Z] 93b61091891f: Waiting [2021-01-04T16:48:36.160Z] 93b9cdb0e59b: Waiting [2021-01-04T16:48:36.160Z] 5e14af77c1be: Waiting [2021-01-04T16:48:36.160Z] 01666e4c0597: Waiting [2021-01-04T16:48:36.160Z] aa168da1d23b: Waiting [2021-01-04T16:48:36.160Z] 46f8f816bc3b: Waiting [2021-01-04T16:48:36.160Z] 36b3adc4ff6f: Verifying Checksum [2021-01-04T16:48:36.160Z] 36b3adc4ff6f: Download complete [2021-01-04T16:48:36.160Z] 46f8f816bc3b: Verifying Checksum [2021-01-04T16:48:36.160Z] 46f8f816bc3b: Download complete [2021-01-04T16:48:36.160Z] df20fa9351a1: Verifying Checksum [2021-01-04T16:48:36.160Z] df20fa9351a1: Download complete [2021-01-04T16:48:36.160Z] 93b9cdb0e59b: Download complete [2021-01-04T16:48:36.424Z] 5e14af77c1be: Verifying Checksum [2021-01-04T16:48:36.424Z] 5e14af77c1be: Download complete [2021-01-04T16:48:36.424Z] 93b61091891f: Verifying Checksum [2021-01-04T16:48:36.424Z] 93b61091891f: Download complete [2021-01-04T16:48:36.424Z] 01666e4c0597: Verifying Checksum [2021-01-04T16:48:36.424Z] 01666e4c0597: Download complete [2021-01-04T16:48:36.694Z] df20fa9351a1: Pull complete [2021-01-04T16:48:36.694Z] 8ad3a11d3b57: Verifying Checksum [2021-01-04T16:48:36.694Z] 8ad3a11d3b57: Download complete [2021-01-04T16:48:36.960Z] 36b3adc4ff6f: Pull complete [2021-01-04T16:48:38.363Z] aa168da1d23b: Download complete [2021-01-04T16:48:38.946Z] 8ad3a11d3b57: Pull complete [2021-01-04T16:48:39.210Z] 46f8f816bc3b: Pull complete [2021-01-04T16:48:39.471Z] 93b61091891f: Pull complete [2021-01-04T16:48:39.733Z] 93b9cdb0e59b: Pull complete [2021-01-04T16:48:39.733Z] 5e14af77c1be: Pull complete [2021-01-04T16:48:39.996Z] 01666e4c0597: Pull complete [2021-01-04T16:48:46.606Z] aa168da1d23b: Pull complete [2021-01-04T16:48:46.868Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-04T16:48:46.868Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-04T16:48:46.868Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-04T16:48:47.052Z] prd-centos7-docker-4c-2g-18187 does not seem to be running inside a container [2021-01-04T16:48:47.097Z] $ 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/268/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/268 -v /w/workspace/edgex-go/268:/w/workspace/edgex-go/268:rw,z -v /w/workspace/edgex-go/268@tmp:/w/workspace/edgex-go/268@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-04T16:48:52.014Z] $ docker top 667792fc104fca4638c1be47d161beaa4ea132bcf8ad7edb07120b5356e0fcb0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T16:48:52.579Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-04T16:48:52.888Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-04T16:48:53.185Z] + ls /var/log/sa-host [2021-01-04T16:48:53.186Z] + sadf -c /var/log/sa-host/sa04 [2021-01-04T16:48:53.186Z] file_magic: OK [2021-01-04T16:48:53.186Z] HZ: Using current value: 100 [2021-01-04T16:48:53.186Z] file_header: OK [2021-01-04T16:48:53.186Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-04T16:48:53.186Z] Statistics: [2021-01-04T16:48:53.186Z] 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... [2021-01-04T16:48:53.186Z] File successfully converted to sysstat format version 12.2.1 [2021-01-04T16:48:53.186Z] + sadf -c /var/log/sa-host/sa23 [2021-01-04T16:48:53.186Z] file_magic: OK [2021-01-04T16:48:53.186Z] HZ: Using current value: 100 [2021-01-04T16:48:53.186Z] file_header: OK [2021-01-04T16:48:53.186Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-04T16:48:53.186Z] Statistics: [2021-01-04T16:48:53.186Z] Hnuu...uuuununununu... [2021-01-04T16:48:53.186Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-04T16:48:53.374Z] provisioning config files... [2021-01-04T16:48:53.390Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/268@tmp/config9025645333275652153tmp [Pipeline] { [Pipeline] echo [2021-01-04T16:48:53.465Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T16:48:53.771Z] ---> create-netrc.sh [Pipeline] } [2021-01-04T16:48:53.782Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-04T16:48:53.876Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T16:48:54.182Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-04T16:48:54.193Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T16:48:54.489Z] ---> sudo-logs.sh [2021-01-04T16:48:54.489Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-04T16:48:54.501Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T16:48:54.800Z] ---> job-cost.sh [2021-01-04T16:48:54.800Z] lf-activate-venv: SKIPPING [2021-01-04T16:48:54.800Z] INFO: No Stack... [2021-01-04T16:48:55.747Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-04T16:48:56.321Z] INFO: Archiving Costs [Pipeline] echo [2021-01-04T16:48:56.334Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T16:48:56.635Z] ---> logs-deploy.sh [2021-01-04T16:48:56.635Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/268 [2021-01-04T16:48:56.635Z] INFO: archiving workspace using pattern(s): [2021-01-04T16:48:58.022Z] Archives upload complete. [2021-01-04T16:48:58.285Z] INFO: archiving logs to Nexus [2021-01-04T16:48:59.229Z] ---> uname -a: [2021-01-04T16:48:59.229Z] Linux prd-centos7-docker-4c-2g-18187.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-01-04T16:48:59.229Z] [2021-01-04T16:48:59.229Z] [2021-01-04T16:48:59.229Z] ---> lscpu: [2021-01-04T16:48:59.229Z] Architecture: x86_64 [2021-01-04T16:48:59.229Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-04T16:48:59.229Z] Byte Order: Little Endian [2021-01-04T16:48:59.229Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-04T16:48:59.229Z] CPU(s): 4 [2021-01-04T16:48:59.229Z] On-line CPU(s) list: 0-3 [2021-01-04T16:48:59.229Z] Thread(s) per core: 1 [2021-01-04T16:48:59.229Z] Core(s) per socket: 1 [2021-01-04T16:48:59.229Z] Socket(s): 4 [2021-01-04T16:48:59.229Z] NUMA node(s): 1 [2021-01-04T16:48:59.229Z] Vendor ID: GenuineIntel [2021-01-04T16:48:59.229Z] CPU family: 6 [2021-01-04T16:48:59.229Z] Model: 44 [2021-01-04T16:48:59.229Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-04T16:48:59.229Z] Stepping: 1 [2021-01-04T16:48:59.229Z] CPU MHz: 2933.438 [2021-01-04T16:48:59.229Z] BogoMIPS: 5866.87 [2021-01-04T16:48:59.229Z] Virtualization: VT-x [2021-01-04T16:48:59.229Z] Hypervisor vendor: KVM [2021-01-04T16:48:59.229Z] Virtualization type: full [2021-01-04T16:48:59.229Z] L1d cache: 128 KiB [2021-01-04T16:48:59.229Z] L1i cache: 128 KiB [2021-01-04T16:48:59.229Z] L2 cache: 16 MiB [2021-01-04T16:48:59.229Z] L3 cache: 64 MiB [2021-01-04T16:48:59.229Z] NUMA node0 CPU(s): 0-3 [2021-01-04T16:48:59.229Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-04T16:48:59.229Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-04T16:48:59.229Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-04T16:48:59.229Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-04T16:48:59.229Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-04T16:48:59.229Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-04T16:48:59.229Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-04T16:48:59.229Z] Vulnerability Srbds: Not affected [2021-01-04T16:48:59.229Z] Vulnerability Tsx async abort: Not affected [2021-01-04T16:48:59.229Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-01-04T16:48:59.229Z] [2021-01-04T16:48:59.229Z] [2021-01-04T16:48:59.229Z] ---> nproc: [2021-01-04T16:48:59.229Z] 4 [2021-01-04T16:48:59.229Z] [2021-01-04T16:48:59.229Z] [2021-01-04T16:48:59.229Z] ---> df -h: [2021-01-04T16:48:59.229Z] Filesystem Size Used Available Use% Mounted on [2021-01-04T16:48:59.229Z] overlay 50.0G 12.9G 37.1G 26% / [2021-01-04T16:48:59.229Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-04T16:48:59.229Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-04T16:48:59.229Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-04T16:48:59.229Z] /dev/vda1 50.0G 12.9G 37.1G 26% /facter-os [2021-01-04T16:48:59.229Z] /dev/vda1 50.0G 12.9G 37.1G 26% /etc/resolv.conf [2021-01-04T16:48:59.229Z] /dev/vda1 50.0G 12.9G 37.1G 26% /etc/hostname [2021-01-04T16:48:59.229Z] /dev/vda1 50.0G 12.9G 37.1G 26% /etc/hosts [2021-01-04T16:48:59.229Z] /dev/vda1 50.0G 12.9G 37.1G 26% /var/log/sa-host [2021-01-04T16:48:59.229Z] /dev/vda1 50.0G 12.9G 37.1G 26% /var/log/secure [2021-01-04T16:48:59.229Z] /dev/vda1 50.0G 12.9G 37.1G 26% /var/log/auth.log [2021-01-04T16:48:59.229Z] /dev/vda1 50.0G 12.9G 37.1G 26% /run/cloud-init/result.json [2021-01-04T16:48:59.229Z] /dev/vda1 50.0G 12.9G 37.1G 26% /w/workspace/edgex-go/268 [2021-01-04T16:48:59.229Z] /dev/vda1 50.0G 12.9G 37.1G 26% /w/workspace/edgex-go/268@tmp [2021-01-04T16:48:59.229Z] [2021-01-04T16:48:59.229Z] [2021-01-04T16:48:59.229Z] ---> free -m: [2021-01-04T16:48:59.229Z] total used free shared buff/cache available [2021-01-04T16:48:59.229Z] Mem: 1837 765 151 0 920 1007 [2021-01-04T16:48:59.229Z] Swap: 1023 57 966 [2021-01-04T16:48:59.229Z] [2021-01-04T16:48:59.229Z] [2021-01-04T16:48:59.229Z] ---> ip addr: [2021-01-04T16:48:59.229Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-04T16:48:59.229Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-04T16:48:59.229Z] inet 127.0.0.1/8 scope host lo [2021-01-04T16:48:59.229Z] valid_lft forever preferred_lft forever [2021-01-04T16:48:59.229Z] inet6 ::1/128 scope host [2021-01-04T16:48:59.229Z] valid_lft forever preferred_lft forever [2021-01-04T16:48:59.229Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-04T16:48:59.229Z] link/ether fa:16:3e:2f:1b:89 brd ff:ff:ff:ff:ff:ff [2021-01-04T16:48:59.229Z] inet 10.30.123.126/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-04T16:48:59.229Z] valid_lft 85382sec preferred_lft 85382sec [2021-01-04T16:48:59.229Z] inet6 fe80::f816:3eff:fe2f:1b89/64 scope link [2021-01-04T16:48:59.229Z] valid_lft forever preferred_lft forever [2021-01-04T16:48:59.229Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-04T16:48:59.229Z] link/ether 02:42:c1:b1:4f:ce brd ff:ff:ff:ff:ff:ff [2021-01-04T16:48:59.229Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-04T16:48:59.229Z] valid_lft forever preferred_lft forever [2021-01-04T16:48:59.229Z] inet6 fe80::42:c1ff:feb1:4fce/64 scope link [2021-01-04T16:48:59.229Z] valid_lft forever preferred_lft forever [2021-01-04T16:48:59.229Z] [2021-01-04T16:48:59.229Z]