Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 2372a215bf83b5aca75052ece39a841bb32f320e Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-24095 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/330 [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/330 # 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 2372a215bf83b5aca75052ece39a841bb32f320e (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 2372a215bf83b5aca75052ece39a841bb32f320e # timeout=10 Commit message: "Merge pull request #3095 from weichou1229/issue-3090" > git rev-list --no-walk f32f4191109bc075ff9359b3fa855becd8fb908f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-30T05:50:21.712Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-30T05:50:21.990Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-30T05:50:22.076Z] ========================================================= [2021-01-30T05:50:22.076Z] EdgeX Global Pipelines Version Info [2021-01-30T05:50:22.076Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-30T05:50:23.787Z] ------------------- [2021-01-30T05:50:23.787Z] stable info: [2021-01-30T05:50:23.787Z] ------------------- [2021-01-30T05:50:23.787Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-30T05:50:23.787Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-30T05:50:23.787Z] Message: update stable to v1.0.179 [2021-01-30T05:50:25.206Z] ------------------- [2021-01-30T05:50:25.206Z] experimental info: [2021-01-30T05:50:25.206Z] ------------------- [2021-01-30T05:50:25.206Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-30T05:50:25.206Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-30T05:50:25.206Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-30T05:50:25.463Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-30T05:50:25.563Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-30T05:50:25.650Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-30T05:50:25.736Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-30T05:50:25.819Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-30T05:50:25.903Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-30T05:50:25.985Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-30T05:50:26.066Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-30T05:50:26.163Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-30T05:50:26.258Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-30T05:50:26.340Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-30T05:50:26.423Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-30T05:50:26.505Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-30T05:50:26.585Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-30T05:50:26.666Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-30T05:50:26.747Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-30T05:50:26.853Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-30T05:50:26.936Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-30T05:50:27.016Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-30T05:50:27.100Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-30T05:50:27.183Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-30T05:50:27.262Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-30T05:50:27.341Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-30T05:50:27.428Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-30T05:50:27.517Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-30T05:50:27.623Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-30T05:50:27.738Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2372a215bf83b5aca75052ece39a841bb32f320e [Pipeline] echo [2021-01-30T05:50:27.820Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2372a21 [Pipeline] echo [2021-01-30T05:50:27.901Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-30T05:50:28.077Z] provisioning config files... [2021-01-30T05:50:28.129Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/330@tmp/config8062594893483569251tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-30T05:50:28.548Z] ---> docker-login.sh [2021-01-30T05:50:28.548Z] nexus3.edgexfoundry.org:10001 [2021-01-30T05:50:29.160Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-30T05:50:29.428Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-30T05:50:29.428Z] Configure a credential helper to remove this warning. See [2021-01-30T05:50:29.428Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-30T05:50:29.428Z] [2021-01-30T05:50:29.428Z] Login Succeeded [2021-01-30T05:50:29.428Z] nexus3.edgexfoundry.org:10002 [2021-01-30T05:50:29.428Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-30T05:50:29.705Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-30T05:50:29.705Z] Configure a credential helper to remove this warning. See [2021-01-30T05:50:29.705Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-30T05:50:29.705Z] [2021-01-30T05:50:29.705Z] Login Succeeded [2021-01-30T05:50:29.705Z] nexus3.edgexfoundry.org:10003 [2021-01-30T05:50:29.705Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-30T05:50:30.133Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-30T05:50:30.133Z] Configure a credential helper to remove this warning. See [2021-01-30T05:50:30.133Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-30T05:50:30.133Z] [2021-01-30T05:50:30.133Z] Login Succeeded [2021-01-30T05:50:30.133Z] nexus3.edgexfoundry.org:10004 [2021-01-30T05:50:30.133Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-30T05:50:30.133Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-30T05:50:30.133Z] Configure a credential helper to remove this warning. See [2021-01-30T05:50:30.133Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-30T05:50:30.133Z] [2021-01-30T05:50:30.133Z] Login Succeeded [2021-01-30T05:50:30.133Z] docker.io [2021-01-30T05:50:30.402Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-30T05:50:30.672Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-30T05:50:30.672Z] Configure a credential helper to remove this warning. See [2021-01-30T05:50:30.672Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-30T05:50:30.672Z] [2021-01-30T05:50:30.672Z] Login Succeeded [2021-01-30T05:50:30.672Z] ---> docker-login.sh ends [Pipeline] } [2021-01-30T05:50:30.689Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-30T05:50:31.280Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-30T05:50:31.281Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-30T05:50:31.281Z] ++ dirname cmd/core-command/Dockerfile [2021-01-30T05:50:31.281Z] ++ cut -d/ -f2 [2021-01-30T05:50:31.281Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-30T05:50:31.281Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-30T05:50:31.281Z] ++ dirname cmd/core-data/Dockerfile [2021-01-30T05:50:31.281Z] ++ cut -d/ -f2 [2021-01-30T05:50:31.281Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-30T05:50:31.281Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-30T05:50:31.281Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-30T05:50:31.281Z] ++ cut -d/ -f2 [2021-01-30T05:50:31.281Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-30T05:50:31.281Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-30T05:50:31.281Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-30T05:50:31.281Z] ++ cut -d/ -f2 [2021-01-30T05:50:31.281Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-30T05:50:31.281Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-30T05:50:31.281Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-30T05:50:31.281Z] ++ cut -d/ -f2 [2021-01-30T05:50:31.281Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-30T05:50:31.281Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-30T05:50:31.281Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-30T05:50:31.281Z] ++ cut -d/ -f2 [2021-01-30T05:50:31.281Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-30T05:50:31.281Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-30T05:50:31.281Z] ++ cut -d/ -f2 [2021-01-30T05:50:31.281Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-30T05:50:31.281Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-30T05:50:31.281Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-30T05:50:31.281Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-30T05:50:31.281Z] ++ cut -d/ -f2 [2021-01-30T05:50:31.281Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-30T05:50:31.281Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-30T05:50:31.281Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-30T05:50:31.281Z] ++ cut -d/ -f2 [2021-01-30T05:50:31.281Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-30T05:50:31.392Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-01-30T05:50:32.910Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-30T05:50:32.910Z] [2021-01-30T05:50:32.910Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-30T05:50:33.322Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-30T05:50:33.322Z] latest: Pulling from edgex-devops/git-semver [2021-01-30T05:50:33.322Z] 31603596830f: Pulling fs layer [2021-01-30T05:50:33.322Z] 2a8b12db71e7: Pulling fs layer [2021-01-30T05:50:33.322Z] 6ca5941a6612: Pulling fs layer [2021-01-30T05:50:33.322Z] ecc8261a40a4: Pulling fs layer [2021-01-30T05:50:33.322Z] ecc8261a40a4: Waiting [2021-01-30T05:50:33.589Z] 2a8b12db71e7: Verifying Checksum [2021-01-30T05:50:33.589Z] 2a8b12db71e7: Download complete [2021-01-30T05:50:33.910Z] 31603596830f: Verifying Checksum [2021-01-30T05:50:33.910Z] 31603596830f: Download complete [2021-01-30T05:50:34.181Z] ecc8261a40a4: Verifying Checksum [2021-01-30T05:50:34.181Z] ecc8261a40a4: Download complete [2021-01-30T05:50:34.181Z] 6ca5941a6612: Verifying Checksum [2021-01-30T05:50:34.181Z] 6ca5941a6612: Download complete [2021-01-30T05:50:34.181Z] 31603596830f: Pull complete [2021-01-30T05:50:34.457Z] 2a8b12db71e7: Pull complete [2021-01-30T05:50:35.957Z] 6ca5941a6612: Pull complete [2021-01-30T05:50:36.241Z] ecc8261a40a4: Pull complete [2021-01-30T05:50:36.531Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-30T05:50:36.531Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-30T05:50:36.531Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-30T05:50:36.752Z] prd-centos7-docker-4c-2g-24095 does not seem to be running inside a container [2021-01-30T05:50:36.898Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/330 -v /w/workspace/edgex-go/330:/w/workspace/edgex-go/330:rw,z -v /w/workspace/edgex-go/330@tmp:/w/workspace/edgex-go/330@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-30T05:50:40.345Z] $ docker top 9d8d45a0ad95750a8ef59ea8995461b08f124ac5bc4a7b3f6e9eec7828bc1b1d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-30T05:50:40.795Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-30T05:50:40.796Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-30T05:50:41.157Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-30T05:50:41.162Z] $ docker exec 9d8d45a0ad95750a8ef59ea8995461b08f124ac5bc4a7b3f6e9eec7828bc1b1d ssh-agent [2021-01-30T05:50:41.399Z] SSH_AUTH_SOCK=/tmp/ssh-kqPT334KkFeV/agent.12 [2021-01-30T05:50:41.399Z] SSH_AGENT_PID=18 [2021-01-30T05:50:41.427Z] Running ssh-add (command line suppressed) [2021-01-30T05:50:41.654Z] Identity added: /w/workspace/edgex-go/330@tmp/private_key_6012677564067875566.key (/w/workspace/edgex-go/330@tmp/private_key_6012677564067875566.key) [2021-01-30T05:50:41.740Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-30T05:50:42.119Z] + git tag --points-at HEAD [Pipeline] } [2021-01-30T05:50:42.170Z] $ docker exec --env ******** --env ******** 9d8d45a0ad95750a8ef59ea8995461b08f124ac5bc4a7b3f6e9eec7828bc1b1d ssh-agent -k [2021-01-30T05:50:42.370Z] unset SSH_AUTH_SOCK; [2021-01-30T05:50:42.371Z] unset SSH_AGENT_PID; [2021-01-30T05:50:42.371Z] echo Agent pid 18 killed; [2021-01-30T05:50:42.471Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-30T05:50:42.605Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-30T05:50:42.605Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-30T05:50:42.912Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-30T05:50:42.918Z] $ docker exec 9d8d45a0ad95750a8ef59ea8995461b08f124ac5bc4a7b3f6e9eec7828bc1b1d ssh-agent [2021-01-30T05:50:43.171Z] SSH_AUTH_SOCK=/tmp/ssh-Lk9NtUK39fNy/agent.47 [2021-01-30T05:50:43.171Z] SSH_AGENT_PID=52 [2021-01-30T05:50:43.181Z] Running ssh-add (command line suppressed) [2021-01-30T05:50:43.342Z] Identity added: /w/workspace/edgex-go/330@tmp/private_key_3615245649846812964.key (/w/workspace/edgex-go/330@tmp/private_key_3615245649846812964.key) [2021-01-30T05:50:43.436Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-30T05:50:43.787Z] + git semver init [2021-01-30T05:50:43.787Z] # -> Open(): unable to determine branch for HEAD [2021-01-30T05:50:43.787Z] # $GIT_DIR = /w/workspace/edgex-go/330/.git [2021-01-30T05:50:43.787Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/330 [2021-01-30T05:50:43.787Z] # $SEMVER_REMOTE_NAME = origin [2021-01-30T05:50:43.787Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-30T05:50:43.787Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-30T05:50:43.787Z] # $SEMVER_BRANCH = master [2021-01-30T05:50:43.787Z] # $SEMVER_TEMP = /tmp/semver-732023340 [2021-01-30T05:50:43.787Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-30T05:51:10.626Z] # '/tmp/semver-732023340' -> '/w/workspace/edgex-go/330/.semver' [2021-01-30T05:51:10.626Z] # -> Force: false [2021-01-30T05:51:10.626Z] # $SEMVER_DIR = /w/workspace/edgex-go/330/.semver [Pipeline] } [2021-01-30T05:51:10.649Z] $ docker exec --env ******** --env ******** 9d8d45a0ad95750a8ef59ea8995461b08f124ac5bc4a7b3f6e9eec7828bc1b1d ssh-agent -k [2021-01-30T05:51:11.079Z] unset SSH_AUTH_SOCK; [2021-01-30T05:51:11.080Z] unset SSH_AGENT_PID; [2021-01-30T05:51:11.080Z] echo Agent pid 52 killed; [2021-01-30T05:51:11.178Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-30T05:51:11.667Z] + git semver [Pipeline] } [2021-01-30T05:51:11.690Z] $ docker stop --time=1 9d8d45a0ad95750a8ef59ea8995461b08f124ac5bc4a7b3f6e9eec7828bc1b1d [2021-01-30T05:51:13.517Z] $ docker rm -f 9d8d45a0ad95750a8ef59ea8995461b08f124ac5bc4a7b3f6e9eec7828bc1b1d [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-30T05:51:14.238Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-30T05:51:15.035Z] Stashed 1 file(s) [Pipeline] echo [2021-01-30T05:51:15.038Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.66 [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-30T05:51:15.909Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-30T05:51:16.231Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-30T05:51:16.561Z] + sudo service docker restart [2021-01-30T05:51:16.561Z] + true [2021-01-30T05:51:16.561Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-30T05:51:17.544Z] ========================================================= [2021-01-30T05:51:17.544Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-30T05:51:17.544Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-30T05:51:17.912Z] + 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-30T05:51:24.636Z] Sending build context to Docker daemon 327.3MB [2021-01-30T05:51:24.636Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-30T05:51:24.636Z] Step 2/6 : FROM ${BASE} [2021-01-30T05:51:24.636Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-30T05:51:24.636Z] 188c0c94c7c5: Pulling fs layer [2021-01-30T05:51:24.636Z] 0ef7d3d256c8: Pulling fs layer [2021-01-30T05:51:24.636Z] de9db76c5a1d: Pulling fs layer [2021-01-30T05:51:24.636Z] bca2f99d35d6: Pulling fs layer [2021-01-30T05:51:24.636Z] 93359f2a8cfa: Pulling fs layer [2021-01-30T05:51:24.636Z] 7c6f9722023f: Pulling fs layer [2021-01-30T05:51:24.636Z] a35cf1a2eb13: Pulling fs layer [2021-01-30T05:51:24.636Z] bca2f99d35d6: Waiting [2021-01-30T05:51:24.636Z] 93359f2a8cfa: Waiting [2021-01-30T05:51:24.636Z] 7c6f9722023f: Waiting [2021-01-30T05:51:24.636Z] a35cf1a2eb13: Waiting [2021-01-30T05:51:24.636Z] de9db76c5a1d: Verifying Checksum [2021-01-30T05:51:24.636Z] de9db76c5a1d: Download complete [2021-01-30T05:51:24.636Z] 0ef7d3d256c8: Verifying Checksum [2021-01-30T05:51:24.636Z] 0ef7d3d256c8: Download complete [2021-01-30T05:51:24.636Z] 93359f2a8cfa: Verifying Checksum [2021-01-30T05:51:24.636Z] 93359f2a8cfa: Download complete [2021-01-30T05:51:24.636Z] 7c6f9722023f: Verifying Checksum [2021-01-30T05:51:24.636Z] 7c6f9722023f: Download complete [2021-01-30T05:51:24.636Z] 188c0c94c7c5: Verifying Checksum [2021-01-30T05:51:24.636Z] 188c0c94c7c5: Download complete [2021-01-30T05:51:25.244Z] 188c0c94c7c5: Pull complete [2021-01-30T05:51:25.918Z] 0ef7d3d256c8: Pull complete [2021-01-30T05:51:26.528Z] de9db76c5a1d: Pull complete [2021-01-30T05:51:27.968Z] a35cf1a2eb13: Verifying Checksum [2021-01-30T05:51:27.968Z] a35cf1a2eb13: Download complete [2021-01-30T05:51:28.565Z] bca2f99d35d6: Verifying Checksum [2021-01-30T05:51:28.565Z] bca2f99d35d6: Download complete [2021-01-30T05:51:30.399Z] Still waiting to schedule task [2021-01-30T05:51:30.399Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-01-30T05:51:38.783Z] bca2f99d35d6: Pull complete [2021-01-30T05:51:38.784Z] 93359f2a8cfa: Pull complete [2021-01-30T05:51:38.784Z] 7c6f9722023f: Pull complete [2021-01-30T05:51:44.245Z] a35cf1a2eb13: Pull complete [2021-01-30T05:51:44.245Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-30T05:51:44.245Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-30T05:51:44.245Z] ---> a62c8e92a672 [2021-01-30T05:51:44.245Z] 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-30T05:51:44.517Z] ---> Running in 719a35f5b9b7 [2021-01-30T05:51:45.479Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T05:51:46.441Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T05:51:47.041Z] (1/12) Installing libmagic (5.38-r0) [2021-01-30T05:51:47.642Z] (2/12) Installing file (5.38-r0) [2021-01-30T05:51:47.642Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-30T05:51:47.642Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-30T05:51:51.947Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-30T05:51:51.947Z] (6/12) Installing patch (2.7.6-r6) [2021-01-30T05:51:51.947Z] (7/12) Installing build-base (0.5-r2) [2021-01-30T05:51:51.947Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-30T05:51:52.540Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-30T05:51:52.540Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-30T05:51:52.540Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-30T05:51:53.132Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-30T05:51:53.132Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T05:51:53.132Z] OK: 233 MiB in 51 packages [2021-01-30T05:51:58.058Z] Removing intermediate container 719a35f5b9b7 [2021-01-30T05:51:58.058Z] ---> 50d1cf19ede6 [2021-01-30T05:51:58.058Z] Step 4/6 : WORKDIR /edgex-go [2021-01-30T05:51:58.058Z] ---> Running in 589085ad44a8 [2021-01-30T05:51:58.058Z] Removing intermediate container 589085ad44a8 [2021-01-30T05:51:58.058Z] ---> df98186ce139 [2021-01-30T05:51:58.058Z] Step 5/6 : COPY go.mod . [2021-01-30T05:51:58.661Z] ---> 4469ab4dc449 [2021-01-30T05:51:58.661Z] Step 6/6 : RUN go mod download [2021-01-30T05:51:58.661Z] ---> Running in ad3b47ccc4fe [2021-01-30T05:52:25.481Z] Removing intermediate container ad3b47ccc4fe [2021-01-30T05:52:25.481Z] ---> 72cbb8551bc5 [2021-01-30T05:52:25.481Z] Successfully built 72cbb8551bc5 [2021-01-30T05:52:25.481Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-30T05:52:25.862Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-30T05:52:26.132Z] . [Pipeline] withDockerContainer [2021-01-30T05:52:26.381Z] prd-centos7-docker-4c-2g-24095 does not seem to be running inside a container [2021-01-30T05:52:26.465Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/330 -v /w/workspace/edgex-go/330:/w/workspace/edgex-go/330:rw,z -v /w/workspace/edgex-go/330@tmp:/w/workspace/edgex-go/330@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-30T05:52:27.839Z] $ docker top 54fd39dd7a17b56f131cad5ca22bbcdace34abf44c48e999cebb4d4e640a8496 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-30T05:52:28.883Z] + go version [2021-01-30T05:52:28.883Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-30T05:52:28.949Z] $ docker stop --time=1 54fd39dd7a17b56f131cad5ca22bbcdace34abf44c48e999cebb4d4e640a8496 [2021-01-30T05:52:31.128Z] $ docker rm -f 54fd39dd7a17b56f131cad5ca22bbcdace34abf44c48e999cebb4d4e640a8496 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-30T05:52:32.082Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-30T05:52:32.083Z] . [Pipeline] withDockerContainer [2021-01-30T05:52:32.281Z] prd-centos7-docker-4c-2g-24095 does not seem to be running inside a container [2021-01-30T05:52:32.367Z] $ 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/330 -v /w/workspace/edgex-go/330:/w/workspace/edgex-go/330:rw,z -v /w/workspace/edgex-go/330@tmp:/w/workspace/edgex-go/330@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-30T05:52:33.513Z] $ docker top 8b5e03c94fcfa45e03379f779c00926a0464afd1c0966bf7aca4490245225254 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-30T05:52:34.052Z] ========================================================= [2021-01-30T05:52:34.052Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-30T05:52:34.052Z] ========================================================= [Pipeline] sh [2021-01-30T05:52:34.396Z] + make test [2021-01-30T05:52:34.396Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-30T05:52:53.191Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-30T05:53:20.546Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-30T05:53:21.405Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24096 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-01-30T05:53:21.460Z] Running in /w/workspace/edgex-go/330 [Pipeline] { [Pipeline] checkout [2021-01-30T05:53:26.430Z] using credential edgex-jenkins-ssh [2021-01-30T05:53:26.500Z] Cloning the remote Git repository [2021-01-30T05:53:26.531Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-30T05:53:26.638Z] > git init /w/workspace/edgex-go/330 # timeout=10 [2021-01-30T05:53:26.732Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-30T05:53:26.733Z] > git --version # timeout=10 [2021-01-30T05:53:26.750Z] > git --version # 'git version 2.17.1' [2021-01-30T05:53:26.752Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-30T05:53:26.801Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-30T05:53:30.848Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-30T05:53:30.848Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-30T05:53:30.848Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-30T05:53:30.848Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-30T05:53:34.399Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-30T05:53:34.399Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-30T05:53:34.399Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-30T05:53:34.399Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-30T05:53:34.399Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-30T05:53:35.439Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-30T05:53:39.374Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-30T05:53:39.374Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-30T05:53:39.374Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-30T05:53:41.350Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-30T05:53:41.366Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-30T05:53:41.392Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-30T05:53:41.428Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-30T05:53:41.429Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-30T05:53:41.440Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-30T05:53:42.050Z] Checking out Revision 2372a215bf83b5aca75052ece39a841bb32f320e (master) [2021-01-30T05:53:42.052Z] > git config core.sparsecheckout # timeout=10 [2021-01-30T05:53:42.068Z] > git checkout -f 2372a215bf83b5aca75052ece39a841bb32f320e # timeout=10 [2021-01-30T05:53:43.810Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.458s coverage: 46.0% of statements [2021-01-30T05:53:43.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-30T05:53:43.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-30T05:53:43.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-30T05:53:43.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-30T05:53:43.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-30T05:53:43.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-01-30T05:53:43.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-01-30T05:53:43.810Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.152s coverage: 100.0% of statements [2021-01-30T05:53:46.560Z] Commit message: "Merge pull request #3095 from weichou1229/issue-3090" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-30T05:53:48.105Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-30T05:53:48.231Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.411s coverage: 27.1% of statements [2021-01-30T05:53:48.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-30T05:53:48.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-30T05:53:48.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-30T05:53:48.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-30T05:53:48.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-30T05:53:48.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-30T05:53:48.231Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.050s coverage: 100.0% of statements [2021-01-30T05:53:48.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-30T05:53:48.231Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.052s coverage: 100.0% of statements [2021-01-30T05:53:48.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-30T05:53:48.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-30T05:53:48.231Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.146s coverage: 65.8% of statements [2021-01-30T05:53:48.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-30T05:53:48.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-30T05:53:48.520Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-30T05:53:48.555Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.667s coverage: 82.3% of statements [2021-01-30T05:53:48.555Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-30T05:53:48.555Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-30T05:53:48.555Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-30T05:53:48.555Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-30T05:53:48.921Z] + sudo service docker restart [2021-01-30T05:53:48.921Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-30T05:53:51.621Z] provisioning config files... [2021-01-30T05:53:51.668Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/330@tmp/config1495889690733943893tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-30T05:53:52.117Z] ---> docker-login.sh [2021-01-30T05:53:52.118Z] nexus3.edgexfoundry.org:10001 [2021-01-30T05:53:53.101Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-30T05:53:53.382Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-30T05:53:53.382Z] Configure a credential helper to remove this warning. See [2021-01-30T05:53:53.382Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-30T05:53:53.382Z] [2021-01-30T05:53:53.382Z] Login Succeeded [2021-01-30T05:53:53.382Z] nexus3.edgexfoundry.org:10002 [2021-01-30T05:53:53.982Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-30T05:53:53.982Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-30T05:53:53.982Z] Configure a credential helper to remove this warning. See [2021-01-30T05:53:53.982Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-30T05:53:53.982Z] [2021-01-30T05:53:53.982Z] Login Succeeded [2021-01-30T05:53:53.982Z] nexus3.edgexfoundry.org:10003 [2021-01-30T05:53:54.215Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.276s coverage: 28.6% of statements [2021-01-30T05:53:54.215Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-30T05:53:54.215Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-30T05:53:54.215Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-30T05:53:54.215Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-30T05:53:54.215Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-30T05:53:54.216Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.181s coverage: 100.0% of statements [2021-01-30T05:53:54.216Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-30T05:53:54.216Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.066s coverage: 100.0% of statements [2021-01-30T05:53:54.216Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-30T05:53:54.216Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.340s coverage: 86.7% of statements [2021-01-30T05:53:54.216Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-30T05:53:54.216Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.183s coverage: 97.5% of statements [2021-01-30T05:53:54.216Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-30T05:53:54.256Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-30T05:53:54.532Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-30T05:53:54.532Z] Configure a credential helper to remove this warning. See [2021-01-30T05:53:54.532Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-30T05:53:54.532Z] [2021-01-30T05:53:54.532Z] Login Succeeded [2021-01-30T05:53:54.532Z] nexus3.edgexfoundry.org:10004 [2021-01-30T05:53:54.805Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-30T05:53:54.805Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-30T05:53:54.805Z] Configure a credential helper to remove this warning. See [2021-01-30T05:53:54.805Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-30T05:53:54.805Z] [2021-01-30T05:53:54.805Z] Login Succeeded [2021-01-30T05:53:54.805Z] docker.io [2021-01-30T05:53:54.873Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.118s coverage: 78.3% of statements [2021-01-30T05:53:54.873Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-30T05:53:54.873Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-30T05:53:54.873Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-30T05:53:54.873Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-30T05:53:55.403Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-30T05:53:55.677Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-30T05:53:55.677Z] Configure a credential helper to remove this warning. See [2021-01-30T05:53:55.677Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-30T05:53:55.677Z] [2021-01-30T05:53:55.677Z] Login Succeeded [2021-01-30T05:53:55.677Z] ---> docker-login.sh ends [Pipeline] } [2021-01-30T05:53:55.696Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-30T05:53:56.171Z] ========================================================= [2021-01-30T05:53:56.171Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-30T05:53:56.171Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-30T05:53:56.554Z] + 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-30T05:53:59.185Z] Sending build context to Docker daemon 166MB [2021-01-30T05:53:59.185Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-30T05:53:59.185Z] Step 2/6 : FROM ${BASE} [2021-01-30T05:53:59.185Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-30T05:53:59.185Z] 5f621e34cdf4: Pulling fs layer [2021-01-30T05:53:59.185Z] a4357932f1b6: Pulling fs layer [2021-01-30T05:53:59.185Z] 18c013af1878: Pulling fs layer [2021-01-30T05:53:59.185Z] 00ac8860ef70: Pulling fs layer [2021-01-30T05:53:59.185Z] 63d7cb157983: Pulling fs layer [2021-01-30T05:53:59.185Z] b116817d02f9: Pulling fs layer [2021-01-30T05:53:59.185Z] 745a02a5169b: Pulling fs layer [2021-01-30T05:53:59.185Z] 00ac8860ef70: Waiting [2021-01-30T05:53:59.185Z] 63d7cb157983: Waiting [2021-01-30T05:53:59.185Z] b116817d02f9: Waiting [2021-01-30T05:53:59.185Z] 745a02a5169b: Waiting [2021-01-30T05:53:59.185Z] 18c013af1878: Download complete [2021-01-30T05:53:59.185Z] a4357932f1b6: Verifying Checksum [2021-01-30T05:53:59.185Z] a4357932f1b6: Download complete [2021-01-30T05:53:59.185Z] 63d7cb157983: Verifying Checksum [2021-01-30T05:53:59.185Z] 63d7cb157983: Download complete [2021-01-30T05:53:59.185Z] 5f621e34cdf4: Download complete [2021-01-30T05:53:59.185Z] b116817d02f9: Verifying Checksum [2021-01-30T05:53:59.185Z] b116817d02f9: Download complete [2021-01-30T05:53:59.790Z] 5f621e34cdf4: Pull complete [2021-01-30T05:54:00.067Z] a4357932f1b6: Pull complete [2021-01-30T05:54:00.676Z] 18c013af1878: Pull complete [2021-01-30T05:54:00.705Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.774s coverage: 92.8% of statements [2021-01-30T05:54:00.705Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-30T05:54:00.705Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-30T05:54:00.705Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-30T05:54:00.705Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-30T05:54:00.705Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-30T05:54:00.705Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-30T05:54:00.705Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-30T05:54:00.705Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-30T05:54:00.705Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-30T05:54:00.705Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-30T05:54:00.705Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-30T05:54:00.705Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-30T05:54:00.705Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-30T05:54:00.705Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-30T05:54:00.705Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-30T05:54:00.705Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-30T05:54:00.705Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-30T05:54:00.705Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-30T05:54:00.705Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.040s coverage: 58.8% of statements [2021-01-30T05:54:00.705Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-30T05:54:00.705Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-30T05:54:00.705Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.266s coverage: 0.1% of statements [2021-01-30T05:54:00.705Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-30T05:54:00.705Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-30T05:54:00.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-30T05:54:00.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.035s coverage: 45.5% of statements [2021-01-30T05:54:00.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.148s coverage: 79.5% of statements [2021-01-30T05:54:00.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.070s coverage: 94.1% of statements [2021-01-30T05:54:00.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.095s coverage: 96.3% of statements [2021-01-30T05:54:00.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.081s coverage: 87.5% of statements [2021-01-30T05:54:02.118Z] 745a02a5169b: Download complete [2021-01-30T05:54:03.098Z] 00ac8860ef70: Verifying Checksum [2021-01-30T05:54:03.098Z] 00ac8860ef70: Download complete [2021-01-30T05:54:13.250Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.058s coverage: 94.4% of statements [2021-01-30T05:54:13.250Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.049s coverage: 44.8% of statements [2021-01-30T05:54:13.267Z] 00ac8860ef70: Pull complete [2021-01-30T05:54:13.861Z] 63d7cb157983: Pull complete [2021-01-30T05:54:13.861Z] b116817d02f9: Pull complete [2021-01-30T05:54:18.196Z] 745a02a5169b: Pull complete [2021-01-30T05:54:18.196Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-30T05:54:18.196Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-30T05:54:18.196Z] ---> b7e6874047d6 [2021-01-30T05:54:18.196Z] 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-30T05:54:20.822Z] ---> Running in 68ffc99dc329 [2021-01-30T05:54:22.270Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T05:54:22.862Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T05:54:23.597Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.261s coverage: 92.9% of statements [2021-01-30T05:54:23.597Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-30T05:54:23.597Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-30T05:54:23.597Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-30T05:54:23.597Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-30T05:54:23.597Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.096s coverage: 87.2% of statements [2021-01-30T05:54:23.597Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-30T05:54:23.597Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-30T05:54:23.597Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.041s coverage: 100.0% of statements [2021-01-30T05:54:23.597Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-30T05:54:23.597Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.062s coverage: 75.5% of statements [2021-01-30T05:54:23.597Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-30T05:54:23.597Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.074s coverage: 80.8% of statements [2021-01-30T05:54:23.597Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.078s coverage: 87.2% of statements [2021-01-30T05:54:23.597Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.364s coverage: 84.2% of statements [2021-01-30T05:54:23.597Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.119s coverage: 91.4% of statements [2021-01-30T05:54:23.597Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-30T05:54:23.597Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.298s coverage: 63.5% of statements [2021-01-30T05:54:23.597Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-30T05:54:23.597Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-30T05:54:23.597Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.065s coverage: 100.0% of statements [2021-01-30T05:54:23.597Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.063s coverage: 91.3% of statements [2021-01-30T05:54:23.597Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.062s coverage: 100.0% of statements [2021-01-30T05:54:23.597Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.144s coverage: 73.7% of statements [2021-01-30T05:54:23.597Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.036s coverage: 100.0% of statements [2021-01-30T05:54:23.597Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.597s coverage: 68.9% of statements [2021-01-30T05:54:23.597Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-30T05:54:23.597Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-30T05:54:23.597Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-30T05:54:23.597Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-30T05:54:23.597Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-30T05:54:23.597Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.160s coverage: 37.0% of statements [2021-01-30T05:54:23.597Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-30T05:54:23.597Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-30T05:54:23.597Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.437s coverage: 84.0% of statements [2021-01-30T05:54:23.597Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.069s coverage: 100.0% of statements [2021-01-30T05:54:23.597Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.208s coverage: 47.1% of statements [2021-01-30T05:54:23.597Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-30T05:54:23.597Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-30T05:54:23.597Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-30T05:54:23.597Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-30T05:54:23.597Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-30T05:54:23.597Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.079s coverage: 100.0% of statements [2021-01-30T05:54:23.597Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-30T05:54:23.597Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.105s coverage: 100.0% of statements [2021-01-30T05:54:23.597Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-30T05:54:24.298Z] (1/12) Installing libmagic (5.38-r0) [2021-01-30T05:54:24.569Z] (2/12) Installing file (5.38-r0) [2021-01-30T05:54:24.569Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-30T05:54:24.569Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-30T05:54:27.283Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.480s coverage: 29.1% of statements [2021-01-30T05:54:27.284Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-30T05:54:27.284Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-30T05:54:27.284Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-30T05:54:27.284Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-30T05:54:27.284Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-30T05:54:27.284Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.177s coverage: 99.0% of statements [2021-01-30T05:54:27.284Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-30T05:54:27.284Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.075s coverage: 100.0% of statements [2021-01-30T05:54:27.284Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-30T05:54:27.284Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-01-30T05:54:27.284Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-01-30T05:54:27.284Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-01-30T05:54:27.284Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.118s coverage: 100.0% of statements [2021-01-30T05:54:27.284Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-01-30T05:54:27.284Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-01-30T05:54:27.284Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-01-30T05:54:27.284Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.029s coverage: 0.0% of statements [2021-01-30T05:54:27.284Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-30T05:54:27.284Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.040s coverage: 100.0% of statements [2021-01-30T05:54:27.284Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-30T05:54:27.284Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-30T05:54:27.284Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-30T05:54:27.284Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-30T05:54:27.284Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.135s coverage: 87.9% of statements [2021-01-30T05:54:27.284Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-30T05:54:27.284Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-30T05:54:27.284Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.090s coverage: 100.0% of statements [2021-01-30T05:54:27.284Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.045s coverage: 32.1% of statements [2021-01-30T05:54:28.733Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.074s coverage: 100.0% of statements [2021-01-30T05:54:29.710Z] GO111MODULE=on go vet ./... [2021-01-30T05:54:42.856Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-30T05:54:42.856Z] (6/12) Installing patch (2.7.6-r6) [2021-01-30T05:54:42.856Z] (7/12) Installing build-base (0.5-r2) [2021-01-30T05:54:42.856Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-30T05:54:42.856Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-30T05:54:42.856Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-30T05:54:42.856Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-30T05:54:42.856Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-30T05:54:42.856Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T05:54:42.856Z] OK: 217 MiB in 51 packages [2021-01-30T05:54:45.478Z] Removing intermediate container 68ffc99dc329 [2021-01-30T05:54:45.478Z] ---> c0fd9ac48eff [2021-01-30T05:54:45.478Z] Step 4/6 : WORKDIR /edgex-go [2021-01-30T05:54:45.753Z] ---> Running in 4bdbb9f0e3d6 [2021-01-30T05:54:46.029Z] Removing intermediate container 4bdbb9f0e3d6 [2021-01-30T05:54:46.029Z] ---> f2607589454d [2021-01-30T05:54:46.029Z] Step 5/6 : COPY go.mod . [2021-01-30T05:54:47.004Z] ---> 49e849be4265 [2021-01-30T05:54:47.004Z] Step 6/6 : RUN go mod download [2021-01-30T05:54:47.004Z] ---> Running in e3c83b75b181 [2021-01-30T05:55:13.823Z] Removing intermediate container e3c83b75b181 [2021-01-30T05:55:13.823Z] ---> 6e46bd71f069 [2021-01-30T05:55:13.823Z] Successfully built 6e46bd71f069 [2021-01-30T05:55:13.823Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-30T05:55:14.181Z] + docker inspect -f . ci-base-image-arm64 [2021-01-30T05:55:14.181Z] . [Pipeline] withDockerContainer [2021-01-30T05:55:14.411Z] prd-ubuntu18.04-docker-arm64-4c-16g-24096 does not seem to be running inside a container [2021-01-30T05:55:14.457Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/330 -v /w/workspace/edgex-go/330:/w/workspace/edgex-go/330:rw,z -v /w/workspace/edgex-go/330@tmp:/w/workspace/edgex-go/330@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-30T05:55:15.968Z] $ docker top b349868a8a0d910cee512c3904c765f883734855be96aeb9b4c941e1f2ab4307 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-30T05:55:16.995Z] + go version [2021-01-30T05:55:16.995Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-30T05:55:16.987Z] $ docker stop --time=1 b349868a8a0d910cee512c3904c765f883734855be96aeb9b4c941e1f2ab4307 [2021-01-30T05:55:17.037Z] gofmt -l . [2021-01-30T05:55:17.037Z] [ "`gofmt -l .`" = "" ] [2021-01-30T05:55:17.037Z] ./bin/test-go-mod-tidy.sh [2021-01-30T05:55:17.037Z] ./bin/test-attribution-txt.sh [2021-01-30T05:55:18.896Z] $ docker rm -f b349868a8a0d910cee512c3904c765f883734855be96aeb9b4c941e1f2ab4307 [Pipeline] // withDockerContainer [Pipeline] sh [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] { [2021-01-30T05:55:19.857Z] + ls -al . [2021-01-30T05:55:19.857Z] total 680 [2021-01-30T05:55:19.857Z] drwxrwxr-x 10 1001 1001 4096 Jan 30 05:55 . [2021-01-30T05:55:19.857Z] drwxr-xr-x 4 root root 32 Jan 30 05:52 .. [2021-01-30T05:55:19.857Z] -rw-rw-r-- 1 1001 1001 11 Jan 30 05:50 .dockerignore [2021-01-30T05:55:19.857Z] drwxrwxr-x 8 1001 1001 162 Jan 30 05:50 .git [2021-01-30T05:55:19.857Z] drwxrwxr-x 3 1001 1001 125 Jan 30 05:50 .github [2021-01-30T05:55:19.857Z] -rw-rw-r-- 1 1001 1001 872 Jan 30 05:50 .gitignore [2021-01-30T05:55:19.857Z] drwx------ 3 1001 1001 45 Jan 30 05:51 .semver [2021-01-30T05:55:19.857Z] -rw-rw-r-- 1 1001 1001 166 Jan 30 05:50 .sonarcloud.properties [2021-01-30T05:55:19.857Z] -rw-rw-r-- 1 1001 1001 7859 Jan 30 05:50 Attribution.txt [2021-01-30T05:55:19.857Z] -rw-rw-r-- 1 1001 1001 3804 Jan 30 05:50 CONTRIBUTING.md [2021-01-30T05:55:19.857Z] -rw-rw-r-- 1 1001 1001 931 Jan 30 05:50 Dockerfile.build [2021-01-30T05:55:19.857Z] -rw-rw-r-- 1 1001 1001 863 Jan 30 05:50 Jenkinsfile [2021-01-30T05:55:19.857Z] -rw-rw-r-- 1 1001 1001 10775 Jan 30 05:50 LICENSE [2021-01-30T05:55:19.857Z] -rw-rw-r-- 1 1001 1001 6001 Jan 30 05:50 Makefile [2021-01-30T05:55:19.857Z] -rw-rw-r-- 1 1001 1001 6524 Jan 30 05:50 README.md [2021-01-30T05:55:19.857Z] -rw-rw-r-- 1 1001 1001 6755 Jan 30 05:50 SECURITY.md [2021-01-30T05:55:19.857Z] -rw-rw-r-- 1 1001 1001 12 Jan 30 05:51 VERSION [2021-01-30T05:55:19.857Z] -rw-rw-r-- 1 1001 1001 4131 Jan 30 05:50 ZMQWindows.md [2021-01-30T05:55:19.857Z] drwxrwxr-x 2 1001 1001 117 Jan 30 05:50 bin [2021-01-30T05:55:19.857Z] drwxrwxr-x 15 1001 1001 4096 Jan 30 05:50 cmd [2021-01-30T05:55:19.857Z] -rw-r--r-- 1 root root 574984 Jan 30 05:54 coverage.out [2021-01-30T05:55:19.857Z] -rw-r--r-- 1 root root 1054 Jan 30 05:55 go.mod [2021-01-30T05:55:19.857Z] -rw-r--r-- 1 root root 19289 Jan 30 05:55 go.sum [2021-01-30T05:55:19.857Z] drwxrwxr-x 8 1001 1001 127 Jan 30 05:50 internal [2021-01-30T05:55:19.857Z] drwxrwxr-x 4 1001 1001 26 Jan 30 05:50 openapi [2021-01-30T05:55:19.857Z] drwxrwxr-x 4 1001 1001 71 Jan 30 05:50 snap [2021-01-30T05:55:19.857Z] -rw-rw-r-- 1 1001 1001 168 Jan 30 05:50 version.go [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-01-30T05:55:22.475Z] + '[' -e coverage.out ] [2021-01-30T05:55:22.475Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-30T05:55:22.582Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-30T05:55:22.582Z] [2021-01-30T05:55:22.582Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-30T05:55:22.790Z] Stashed 1 file(s) [Pipeline] sh [2021-01-30T05:55:22.957Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-30T05:55:22.957Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-30T05:55:22.957Z] 29e5d40040c1: Pulling fs layer [2021-01-30T05:55:22.957Z] 1ce36da41761: Pulling fs layer [2021-01-30T05:55:22.957Z] 25b303627fd3: Pulling fs layer [2021-01-30T05:55:23.109Z] + make build [2021-01-30T05:55:23.109Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.66" -o cmd/core-data/core-data ./cmd/core-data [2021-01-30T05:55:23.549Z] 29e5d40040c1: Verifying Checksum [2021-01-30T05:55:23.549Z] 29e5d40040c1: Download complete [2021-01-30T05:55:24.142Z] 1ce36da41761: Verifying Checksum [2021-01-30T05:55:24.142Z] 1ce36da41761: Download complete [2021-01-30T05:55:24.142Z] 29e5d40040c1: Pull complete [2021-01-30T05:55:25.575Z] 1ce36da41761: Pull complete [2021-01-30T05:55:25.575Z] 25b303627fd3: Verifying Checksum [2021-01-30T05:55:25.575Z] 25b303627fd3: Download complete [2021-01-30T05:55:28.567Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.66" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-30T05:55:35.726Z] 25b303627fd3: Pull complete [2021-01-30T05:55:35.726Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-30T05:55:35.726Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-30T05:55:35.726Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-30T05:55:35.941Z] prd-ubuntu18.04-docker-arm64-4c-16g-24096 does not seem to be running inside a container [2021-01-30T05:55:35.985Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/330 -v /w/workspace/edgex-go/330:/w/workspace/edgex-go/330:rw,z -v /w/workspace/edgex-go/330@tmp:/w/workspace/edgex-go/330@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-30T05:55:39.073Z] $ docker top 542240cfb1856403f2247c813375d151c52f25f4fb2242f8acf0eee0a00f6274 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-30T05:55:40.143Z] + docker-compose build --help [2021-01-30T05:55:40.143Z] + grep parallel [2021-01-30T05:55:43.519Z] --parallel Build images in parallel. [Pipeline] } [2021-01-30T05:55:43.528Z] $ docker stop --time=1 542240cfb1856403f2247c813375d151c52f25f4fb2242f8acf0eee0a00f6274 [2021-01-30T05:55:44.948Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.66" -o cmd/core-command/core-command ./cmd/core-command [2021-01-30T05:55:45.624Z] $ docker rm -f 542240cfb1856403f2247c813375d151c52f25f4fb2242f8acf0eee0a00f6274 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-30T05:55:46.441Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-30T05:55:46.441Z] . [Pipeline] withDockerContainer [2021-01-30T05:55:46.707Z] prd-ubuntu18.04-docker-arm64-4c-16g-24096 does not seem to be running inside a container [2021-01-30T05:55:46.808Z] $ 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/330 -v /w/workspace/edgex-go/330:/w/workspace/edgex-go/330:rw,z -v /w/workspace/edgex-go/330@tmp:/w/workspace/edgex-go/330@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-30T05:55:47.076Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.66" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-30T05:55:48.414Z] $ docker top 388181cc59889dc488a51f807c44c85443a0615eed4a0162e3adc6421df25815 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-30T05:55:49.550Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-30T05:55:51.506Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.66" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-30T05:55:52.124Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.66" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-30T05:55:52.937Z] Building docker-core-command-go ... [2021-01-30T05:55:52.937Z] Building docker-core-data-go ... [2021-01-30T05:55:52.937Z] Building docker-core-metadata-go ... [2021-01-30T05:55:52.937Z] Building docker-security-bootstrapper-go ... [2021-01-30T05:55:52.937Z] Building docker-security-proxy-setup-go ... [2021-01-30T05:55:52.937Z] Building docker-security-secretstore-setup-go ... [2021-01-30T05:55:52.937Z] Building docker-support-notifications-go ... [2021-01-30T05:55:52.937Z] Building docker-support-scheduler-go ... [2021-01-30T05:55:52.937Z] Building docker-sys-mgmt-agent-go ... [2021-01-30T05:55:52.937Z] Building docker-security-secretstore-setup-go [2021-01-30T05:55:52.937Z] Building docker-core-command-go [2021-01-30T05:55:52.937Z] Building docker-core-metadata-go [2021-01-30T05:55:52.937Z] Building docker-security-proxy-setup-go [2021-01-30T05:55:52.937Z] Building docker-security-bootstrapper-go [2021-01-30T05:55:54.863Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.66" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-30T05:55:59.344Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.66" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-30T05:56:01.417Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.66" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-30T05:56:04.082Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.66" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-30T05:56:05.512Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.66" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-30T05:56:08.361Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.66" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-30T05:56:11.827Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.66" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-01-30T05:56:16.409Z] $ docker stop --time=1 8b5e03c94fcfa45e03379f779c00926a0464afd1c0966bf7aca4490245225254 [2021-01-30T05:56:18.769Z] $ docker rm -f 8b5e03c94fcfa45e03379f779c00926a0464afd1c0966bf7aca4490245225254 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-30T05:56:20.543Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-30T05:56:20.544Z] [2021-01-30T05:56:20.544Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-30T05:56:20.926Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-30T05:56:20.926Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-30T05:56:20.926Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-30T05:56:20.926Z] ca9280d653b3: Pulling fs layer [2021-01-30T05:56:20.926Z] 7e9c9ca2126c: Pulling fs layer [2021-01-30T05:56:21.552Z] cbdbe7a5bc2a: Download complete [2021-01-30T05:56:22.583Z] cbdbe7a5bc2a: Pull complete [2021-01-30T05:56:22.864Z] ca9280d653b3: Verifying Checksum [2021-01-30T05:56:22.864Z] ca9280d653b3: Download complete [2021-01-30T05:56:24.882Z] ca9280d653b3: Pull complete [2021-01-30T05:56:35.171Z] 7e9c9ca2126c: Pull complete [2021-01-30T05:56:35.171Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-30T05:56:35.171Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-30T05:56:35.171Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-30T05:56:35.565Z] prd-centos7-docker-4c-2g-24095 does not seem to be running inside a container [2021-01-30T05:56:35.697Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/330 -v /w/workspace/edgex-go/330:/w/workspace/edgex-go/330:rw,z -v /w/workspace/edgex-go/330@tmp:/w/workspace/edgex-go/330@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-30T05:56:37.987Z] $ docker top 5ec08db309b4648be37a8624d692461aeb83d9b6cce50d50fb57a4f26178b77f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-30T05:56:38.797Z] + docker-compose build --help [2021-01-30T05:56:38.797Z] + grep parallel [2021-01-30T05:56:39.934Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T05:56:39.934Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-30T05:56:39.934Z] ---> 6e46bd71f069 [2021-01-30T05:56:39.934Z] Step 3/23 : WORKDIR /edgex-go [2021-01-30T05:56:39.934Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T05:56:39.934Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-30T05:56:39.934Z] ---> 6e46bd71f069 [2021-01-30T05:56:39.934Z] Step 3/23 : WORKDIR /edgex-go [2021-01-30T05:56:39.934Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T05:56:39.934Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-01-30T05:56:39.934Z] ---> 6e46bd71f069 [2021-01-30T05:56:39.934Z] Step 3/31 : WORKDIR /edgex-go [2021-01-30T05:56:39.934Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T05:56:39.934Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-30T05:56:39.934Z] ---> 6e46bd71f069 [2021-01-30T05:56:39.934Z] Step 3/21 : WORKDIR /edgex-go [2021-01-30T05:56:39.934Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T05:56:39.934Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-30T05:56:39.934Z] ---> 6e46bd71f069 [2021-01-30T05:56:39.934Z] Step 3/24 : WORKDIR /edgex-go [2021-01-30T05:56:40.232Z] --parallel Build images in parallel. [Pipeline] } [2021-01-30T05:56:40.612Z] $ docker stop --time=1 5ec08db309b4648be37a8624d692461aeb83d9b6cce50d50fb57a4f26178b77f [2021-01-30T05:56:42.505Z] $ docker rm -f 5ec08db309b4648be37a8624d692461aeb83d9b6cce50d50fb57a4f26178b77f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-30T05:56:43.252Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-30T05:56:43.252Z] . [Pipeline] withDockerContainer [2021-01-30T05:56:43.318Z] ---> Running in e0d91c490c89 [2021-01-30T05:56:43.318Z] ---> Running in bc19c8ccefd3 [2021-01-30T05:56:43.318Z] ---> Running in 70092f652989 [2021-01-30T05:56:43.318Z] ---> Running in a6bcd046acd3 [2021-01-30T05:56:43.318Z] ---> Running in 4bfce693f3d6 [2021-01-30T05:56:43.452Z] prd-centos7-docker-4c-2g-24095 does not seem to be running inside a container [2021-01-30T05:56:43.549Z] $ 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/330 -v /w/workspace/edgex-go/330:/w/workspace/edgex-go/330:rw,z -v /w/workspace/edgex-go/330@tmp:/w/workspace/edgex-go/330@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-30T05:56:43.595Z] Removing intermediate container bc19c8ccefd3 [2021-01-30T05:56:43.595Z] ---> 0c8f6279a4db [2021-01-30T05:56:43.595Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T05:56:43.595Z] Removing intermediate container 4bfce693f3d6 [2021-01-30T05:56:43.595Z] ---> eebdd71397c4 [2021-01-30T05:56:43.595Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T05:56:43.595Z] ---> Running in 21af230354ca [2021-01-30T05:56:43.595Z] Removing intermediate container a6bcd046acd3 [2021-01-30T05:56:43.871Z] ---> 15f73ca32afa [2021-01-30T05:56:43.871Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T05:56:43.871Z] Removing intermediate container 70092f652989 [2021-01-30T05:56:43.871Z] ---> fbb25f788fe3 [2021-01-30T05:56:43.871Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T05:56:43.871Z] ---> Running in da89b0340bf6 [2021-01-30T05:56:43.871Z] Removing intermediate container e0d91c490c89 [2021-01-30T05:56:43.871Z] ---> cfdc5234221a [2021-01-30T05:56:43.871Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T05:56:44.147Z] ---> Running in 35ccc4ea7a0c [2021-01-30T05:56:44.418Z] ---> Running in 66a1773aa4fb [2021-01-30T05:56:44.418Z] ---> Running in 23b05d17307e [2021-01-30T05:56:44.707Z] $ docker top 731320a8de8633ad2c338cbef32f859423d67d1afae34a13436506b7560a0d87 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-30T05:56:45.365Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-30T05:56:46.815Z] Building docker-core-command-go ... [2021-01-30T05:56:46.815Z] Building docker-core-data-go ... [2021-01-30T05:56:46.815Z] Building docker-core-metadata-go ... [2021-01-30T05:56:46.815Z] Building docker-security-bootstrapper-go ... [2021-01-30T05:56:46.815Z] Building docker-security-proxy-setup-go ... [2021-01-30T05:56:46.815Z] Building docker-security-secretstore-setup-go ... [2021-01-30T05:56:46.815Z] Building docker-support-notifications-go ... [2021-01-30T05:56:46.815Z] Building docker-support-scheduler-go ... [2021-01-30T05:56:46.815Z] Building docker-sys-mgmt-agent-go ... [2021-01-30T05:56:46.815Z] Building docker-support-notifications-go [2021-01-30T05:56:46.815Z] Building docker-core-metadata-go [2021-01-30T05:56:46.815Z] Building docker-security-proxy-setup-go [2021-01-30T05:56:46.815Z] Building docker-security-secretstore-setup-go [2021-01-30T05:56:46.815Z] Building docker-core-data-go [2021-01-30T05:56:47.817Z] Removing intermediate container 21af230354ca [2021-01-30T05:56:47.817Z] ---> 55fb7dc4a4f4 [2021-01-30T05:56:47.817Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-30T05:56:47.817Z] ---> Running in c5ed9b2b73ea [2021-01-30T05:56:48.091Z] Removing intermediate container da89b0340bf6 [2021-01-30T05:56:48.092Z] Removing intermediate container 35ccc4ea7a0c [2021-01-30T05:56:48.092Z] ---> 2a8b6bbcda29 [2021-01-30T05:56:48.092Z] ---> b0baba8a6851 [2021-01-30T05:56:48.092Z] Step 5/23 : RUN apk add --update --no-cache make gitStep 5/24 : RUN apk add --update --no-cache make git [2021-01-30T05:56:48.092Z] [2021-01-30T05:56:48.372Z] ---> Running in db536c5bb375 [2021-01-30T05:56:48.372Z] ---> Running in 614016c31b6d [2021-01-30T05:56:48.664Z] Removing intermediate container 23b05d17307e [2021-01-30T05:56:48.664Z] ---> 87cc3642cb96 [2021-01-30T05:56:48.664Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-01-30T05:56:48.664Z] Removing intermediate container 66a1773aa4fb [2021-01-30T05:56:48.664Z] ---> 46066fdfff15 [2021-01-30T05:56:48.664Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-30T05:56:49.285Z] ---> Running in dd00e399a270 [2021-01-30T05:56:49.285Z] ---> Running in 5c9613fc5aff [2021-01-30T05:56:50.285Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T05:56:50.908Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T05:56:50.908Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T05:56:50.908Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T05:56:51.180Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T05:56:51.180Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T05:56:51.774Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T05:56:52.045Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T05:56:52.045Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T05:56:52.045Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T05:56:52.320Z] OK: 217 MiB in 51 packages [2021-01-30T05:56:52.930Z] OK: 217 MiB in 51 packages [2021-01-30T05:56:53.218Z] OK: 217 MiB in 51 packages [2021-01-30T05:56:53.496Z] OK: 217 MiB in 51 packages [2021-01-30T05:56:53.496Z] OK: 217 MiB in 51 packages [2021-01-30T05:56:54.102Z] Removing intermediate container c5ed9b2b73ea [2021-01-30T05:56:54.102Z] ---> 55d7df80b735 [2021-01-30T05:56:54.102Z] Step 6/21 : COPY go.mod . [2021-01-30T05:56:54.377Z] Removing intermediate container db536c5bb375 [2021-01-30T05:56:54.377Z] ---> e0ce195fe20a [2021-01-30T05:56:54.377Z] Step 6/24 : COPY go.mod . [2021-01-30T05:56:54.979Z] Removing intermediate container 5c9613fc5aff [2021-01-30T05:56:54.979Z] ---> 2013baefe140 [2021-01-30T05:56:54.979Z] Step 6/23 : COPY go.mod . [2021-01-30T05:56:55.264Z] ---> 655f9de4dbf3 [2021-01-30T05:56:55.264Z] Step 7/21 : RUN go mod download [2021-01-30T05:56:55.264Z] Removing intermediate container 614016c31b6d [2021-01-30T05:56:55.264Z] ---> 8bb2e813422a [2021-01-30T05:56:55.264Z] Step 6/23 : COPY go.mod . [2021-01-30T05:56:55.264Z] ---> Running in ca16a521522a [2021-01-30T05:56:55.540Z] Removing intermediate container dd00e399a270 [2021-01-30T05:56:55.540Z] ---> 0e333a216b75 [2021-01-30T05:56:55.540Z] Step 6/31 : COPY go.mod . [2021-01-30T05:56:55.540Z] ---> 7ed7bb566ea8 [2021-01-30T05:56:55.540Z] Step 7/24 : RUN go mod download [2021-01-30T05:56:55.817Z] ---> Running in 290bcd8b5d38 [2021-01-30T05:56:56.091Z] ---> 8ec7ce144c1f [2021-01-30T05:56:56.091Z] Step 7/23 : RUN go mod download [2021-01-30T05:56:56.367Z] ---> f4ab92f09de3 [2021-01-30T05:56:56.367Z] Step 7/23 : RUN go mod download [2021-01-30T05:56:56.367Z] ---> Running in ce6547ba6cbd [2021-01-30T05:56:56.647Z] ---> Running in 1c7b34d7c02f [2021-01-30T05:56:56.936Z] ---> 0da780ade25f [2021-01-30T05:56:56.936Z] Step 7/31 : RUN go mod download [2021-01-30T05:56:57.217Z] ---> Running in 686deb12e06c [2021-01-30T05:56:59.875Z] Removing intermediate container ca16a521522a [2021-01-30T05:56:59.875Z] ---> bccd972e32d3 [2021-01-30T05:56:59.875Z] Step 8/21 : COPY . . [2021-01-30T05:57:00.159Z] Removing intermediate container 290bcd8b5d38 [2021-01-30T05:57:00.159Z] ---> 5c1aef5e9344 [2021-01-30T05:57:00.159Z] Step 8/24 : COPY . . [2021-01-30T05:57:00.768Z] Removing intermediate container ce6547ba6cbd [2021-01-30T05:57:00.768Z] ---> 9cc6cb7a17f1 [2021-01-30T05:57:00.768Z] Step 8/23 : COPY . . [2021-01-30T05:57:01.765Z] Removing intermediate container 1c7b34d7c02f [2021-01-30T05:57:01.765Z] ---> fa087ee6fa28 [2021-01-30T05:57:01.765Z] Step 8/23 : COPY . . [2021-01-30T05:57:02.040Z] Removing intermediate container 686deb12e06c [2021-01-30T05:57:02.040Z] ---> 95f5455a1522 [2021-01-30T05:57:02.040Z] Step 8/31 : COPY . . [2021-01-30T05:57:20.357Z] ---> 728b05923ca9 [2021-01-30T05:57:20.358Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-30T05:57:20.358Z] ---> f084dd59eb6e [2021-01-30T05:57:20.358Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-30T05:57:20.358Z] ---> Running in b4466ce6788a [2021-01-30T05:57:20.358Z] ---> f34b22cae8a4 [2021-01-30T05:57:20.358Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-30T05:57:20.358Z] ---> 992ba1b84577 [2021-01-30T05:57:20.358Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-30T05:57:20.358Z] ---> cf41d926e678 [2021-01-30T05:57:20.358Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-30T05:57:20.358Z] ---> Running in e3a305ee4b9b [2021-01-30T05:57:20.358Z] ---> Running in 474b547faa7a [2021-01-30T05:57:20.358Z] ---> Running in 5878fe8da6f3 [2021-01-30T05:57:20.358Z] ---> Running in 0a931b68ce16 [2021-01-30T05:57:21.806Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.66" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-30T05:57:21.806Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.66" -o cmd/core-command/core-command ./cmd/core-command [2021-01-30T05:57:22.402Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.66" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-30T05:57:22.402Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.66" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-30T05:57:22.402Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.66" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-30T05:57:43.840Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T05:57:43.841Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-30T05:57:43.841Z] ---> 72cbb8551bc5 [2021-01-30T05:57:43.841Z] Step 3/24 : WORKDIR /edgex-go [2021-01-30T05:57:43.841Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T05:57:43.841Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-30T05:57:43.841Z] ---> 72cbb8551bc5 [2021-01-30T05:57:43.841Z] Step 3/21 : WORKDIR /edgex-go [2021-01-30T05:57:43.841Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T05:57:43.841Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-30T05:57:43.841Z] ---> 72cbb8551bc5 [2021-01-30T05:57:43.841Z] Step 3/23 : WORKDIR /edgex-go [2021-01-30T05:57:43.841Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T05:57:43.841Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-30T05:57:43.841Z] ---> 72cbb8551bc5 [2021-01-30T05:57:43.841Z] Step 3/23 : WORKDIR /edgex-go [2021-01-30T05:57:43.841Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T05:57:43.841Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-30T05:57:43.841Z] ---> 72cbb8551bc5 [2021-01-30T05:57:43.841Z] Step 3/22 : WORKDIR /edgex-go [2021-01-30T05:57:43.841Z] ---> Running in b929b4894c85 [2021-01-30T05:57:43.841Z] ---> Running in 81d500453b1b [2021-01-30T05:57:43.841Z] ---> Running in 8041b30a0eb4 [2021-01-30T05:57:43.841Z] ---> Running in c53c91b35fac [2021-01-30T05:57:43.841Z] ---> Running in 8dbf8e0ba5a1 [2021-01-30T05:57:44.494Z] Removing intermediate container 81d500453b1b [2021-01-30T05:57:44.494Z] ---> 10ea3136d892 [2021-01-30T05:57:44.494Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T05:57:44.494Z] Removing intermediate container b929b4894c85 [2021-01-30T05:57:44.494Z] ---> f4ca1ca23424 [2021-01-30T05:57:44.494Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T05:57:44.494Z] Removing intermediate container 8041b30a0eb4 [2021-01-30T05:57:44.494Z] ---> f5d9978c1714 [2021-01-30T05:57:44.494Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T05:57:44.763Z] Removing intermediate container c53c91b35fac [2021-01-30T05:57:44.763Z] ---> d0bba3455fbd [2021-01-30T05:57:44.763Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T05:57:44.763Z] Removing intermediate container 8dbf8e0ba5a1 [2021-01-30T05:57:44.763Z] ---> f9f240617275 [2021-01-30T05:57:44.763Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T05:57:44.763Z] ---> Running in fd0657849856 [2021-01-30T05:57:44.763Z] ---> Running in 913a84b7fb5e [2021-01-30T05:57:44.763Z] ---> Running in 388804be25f0 [2021-01-30T05:57:44.763Z] ---> Running in b84ffed8ad88 [2021-01-30T05:57:44.763Z] ---> Running in 0deecf538356 [2021-01-30T05:57:49.220Z] Removing intermediate container 0deecf538356 [2021-01-30T05:57:49.220Z] ---> c79cce2aa62b [2021-01-30T05:57:49.220Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-30T05:57:49.220Z] Removing intermediate container b84ffed8ad88 [2021-01-30T05:57:49.220Z] ---> 0c223537b519 [2021-01-30T05:57:49.220Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-30T05:57:49.220Z] ---> Running in 2fdc1471b764 [2021-01-30T05:57:49.220Z] ---> Running in 94e51361d138 [2021-01-30T05:57:49.220Z] Removing intermediate container 388804be25f0 [2021-01-30T05:57:49.220Z] ---> d901b30d74da [2021-01-30T05:57:49.220Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-30T05:57:49.220Z] Removing intermediate container fd0657849856 [2021-01-30T05:57:49.220Z] ---> 3bb826592017 [2021-01-30T05:57:49.220Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-30T05:57:49.220Z] Removing intermediate container 913a84b7fb5e [2021-01-30T05:57:49.220Z] ---> 4a9570761d9c [2021-01-30T05:57:49.220Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-30T05:57:49.220Z] ---> Running in 922c3345282d [2021-01-30T05:57:49.220Z] ---> Running in 28a397debee1 [2021-01-30T05:57:49.220Z] ---> Running in 8dcf97ab0c34 [2021-01-30T05:57:51.073Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T05:57:51.073Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T05:57:51.432Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T05:57:51.432Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T05:57:51.700Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T05:57:51.700Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T05:57:51.976Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T05:57:51.976Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T05:57:52.672Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T05:57:52.672Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T05:57:52.672Z] OK: 233 MiB in 51 packages [2021-01-30T05:57:52.672Z] OK: 233 MiB in 51 packages [2021-01-30T05:57:52.990Z] OK: 233 MiB in 51 packages [2021-01-30T05:57:54.038Z] Removing intermediate container 2fdc1471b764 [2021-01-30T05:57:54.038Z] ---> 81061f65cf49 [2021-01-30T05:57:54.038Z] Step 6/23 : COPY go.mod . [2021-01-30T05:57:54.038Z] Removing intermediate container 94e51361d138 [2021-01-30T05:57:54.038Z] ---> 998fc5185cef [2021-01-30T05:57:54.038Z] Step 6/22 : COPY go.mod . [2021-01-30T05:57:54.038Z] Removing intermediate container 922c3345282d [2021-01-30T05:57:54.038Z] ---> 7d913ff60ada [2021-01-30T05:57:54.038Z] Step 6/21 : COPY go.mod . [2021-01-30T05:57:54.669Z] ---> 6b3188907e35 [2021-01-30T05:57:54.669Z] Step 7/23 : RUN go mod download [2021-01-30T05:57:54.669Z] ---> deb9996031a6 [2021-01-30T05:57:54.669Z] Step 7/22 : RUN go mod download [2021-01-30T05:57:54.954Z] ---> Running in e5389e29c1b7 [2021-01-30T05:57:54.954Z] ---> a898a06b739e [2021-01-30T05:57:54.954Z] Step 7/21 : RUN go mod download [2021-01-30T05:57:54.954Z] ---> Running in cbc33e5a61a8 [2021-01-30T05:57:54.954Z] ---> Running in daaf2001dd0a [2021-01-30T05:57:55.242Z] OK: 233 MiB in 51 packages [2021-01-30T05:57:56.111Z] OK: 233 MiB in 51 packages [2021-01-30T05:57:57.160Z] Removing intermediate container 28a397debee1 [2021-01-30T05:57:57.160Z] ---> f677ba75cea0 [2021-01-30T05:57:57.160Z] Step 6/24 : COPY go.mod . [2021-01-30T05:57:57.437Z] Removing intermediate container 8dcf97ab0c34 [2021-01-30T05:57:57.437Z] ---> e8b3f220a172 [2021-01-30T05:57:57.437Z] Step 6/23 : COPY go.mod . [2021-01-30T05:57:57.742Z] ---> 2f5739c67ca3 [2021-01-30T05:57:57.742Z] Step 7/24 : RUN go mod download [2021-01-30T05:57:57.742Z] ---> Running in 10f49ca72b7d [2021-01-30T05:57:58.367Z] ---> 712d03930566 [2021-01-30T05:57:58.367Z] Step 7/23 : RUN go mod download [2021-01-30T05:57:58.651Z] ---> Running in 1f48a442d8df [2021-01-30T05:57:59.693Z] Removing intermediate container daaf2001dd0a [2021-01-30T05:57:59.693Z] ---> fd5d6cbe8c77 [2021-01-30T05:57:59.693Z] Step 8/21 : COPY . . [2021-01-30T05:57:59.693Z] Removing intermediate container cbc33e5a61a8 [2021-01-30T05:57:59.693Z] ---> 038ecdc5b019 [2021-01-30T05:57:59.693Z] Step 8/22 : COPY . . [2021-01-30T05:58:00.684Z] Removing intermediate container e5389e29c1b7 [2021-01-30T05:58:00.684Z] ---> 2fd9ea72038d [2021-01-30T05:58:00.684Z] Step 8/23 : COPY . . [2021-01-30T05:58:02.800Z] Removing intermediate container 10f49ca72b7d [2021-01-30T05:58:02.800Z] ---> f1a1a1a78bc3 [2021-01-30T05:58:02.800Z] Step 8/24 : COPY . . [2021-01-30T05:58:11.359Z] Removing intermediate container 1f48a442d8df [2021-01-30T05:58:11.359Z] ---> acc6f5fef57a [2021-01-30T05:58:11.359Z] Step 8/23 : COPY . . [2021-01-30T05:58:44.232Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.66" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-30T05:58:44.232Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.66" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-30T05:58:44.232Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.66" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-30T05:58:54.444Z] Removing intermediate container b4466ce6788a [2021-01-30T05:58:54.444Z] ---> 2daae91659f2 [2021-01-30T05:58:54.444Z] [2021-01-30T05:58:54.444Z] Step 10/24 : FROM alpine:3.12 [2021-01-30T05:58:54.444Z] 3.12: Pulling from library/alpine [2021-01-30T05:58:56.450Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-30T05:58:56.450Z] Status: Downloaded newer image for alpine:3.12 [2021-01-30T05:58:56.450Z] ---> afeebe901d6b [2021-01-30T05:58:56.450Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-30T05:58:57.063Z] ---> Running in e5f5447b201e [2021-01-30T05:58:57.679Z] Removing intermediate container 0a931b68ce16 [2021-01-30T05:58:57.679Z] ---> 7195ce5fb850 [2021-01-30T05:58:57.679Z] [2021-01-30T05:58:57.679Z] Step 10/21 : FROM alpine:3.12 [2021-01-30T05:58:57.679Z] ---> afeebe901d6b [2021-01-30T05:58:57.679Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-30T05:58:57.957Z] ---> Running in 94b1cc1cb3b0 [2021-01-30T05:58:59.173Z] ---> f59f20bd0938 [2021-01-30T05:58:59.173Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-30T05:58:59.428Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T05:58:59.428Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T05:58:59.821Z] ---> Running in 9b2c86dc0524 [2021-01-30T05:59:00.043Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T05:59:00.043Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T05:59:00.321Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-30T05:59:00.601Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-30T05:59:00.601Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-30T05:59:00.601Z] (4/5) Installing curl (7.69.1-r3) [2021-01-30T05:59:00.601Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-30T05:59:00.601Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T05:59:00.601Z] Executing ca-certificates-20191127-r4.trigger [2021-01-30T05:59:00.836Z] ---> ac694e70c1bd [2021-01-30T05:59:00.836Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-30T05:59:00.836Z] ---> 5fc8e77f2987 [2021-01-30T05:59:00.836Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-30T05:59:00.836Z] ---> f1582439bf5f [2021-01-30T05:59:00.836Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-30T05:59:00.836Z] ---> 35a15b616800 [2021-01-30T05:59:00.836Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-30T05:59:00.876Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-30T05:59:00.876Z] OK: 7 MiB in 19 packages [2021-01-30T05:59:00.876Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-30T05:59:01.114Z] ---> Running in 0eed275130c3 [2021-01-30T05:59:01.114Z] ---> Running in b7d398e428cb [2021-01-30T05:59:01.114Z] ---> Running in 703ddc50c388 [2021-01-30T05:59:01.114Z] ---> Running in 6423ac0a5b09 [2021-01-30T05:59:01.154Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-30T05:59:01.155Z] (4/4) Installing curl (7.69.1-r3) [2021-01-30T05:59:01.155Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T05:59:01.155Z] Executing ca-certificates-20191127-r4.trigger [2021-01-30T05:59:01.437Z] OK: 7 MiB in 18 packages [2021-01-30T05:59:02.586Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.66" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-30T05:59:02.586Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.66" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-30T05:59:02.586Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.66" -o cmd/core-data/core-data ./cmd/core-data [2021-01-30T05:59:02.586Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.66" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-30T05:59:02.586Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.66" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-30T05:59:04.196Z] Removing intermediate container e5f5447b201e [2021-01-30T05:59:04.197Z] ---> 2ad1d913985f [2021-01-30T05:59:04.197Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-30T05:59:04.852Z] ---> Running in c61de2ce9d39 [2021-01-30T05:59:05.171Z] Removing intermediate container 94b1cc1cb3b0 [2021-01-30T05:59:05.171Z] ---> ba8e896437c7 [2021-01-30T05:59:05.171Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-30T05:59:05.462Z] ---> Running in a19c44dd4946 [2021-01-30T05:59:06.073Z] Removing intermediate container c61de2ce9d39 [2021-01-30T05:59:06.073Z] ---> fc6099b532a6 [2021-01-30T05:59:06.073Z] Step 13/24 : WORKDIR / [2021-01-30T05:59:06.350Z] ---> Running in 1f440a72d26b [2021-01-30T05:59:06.633Z] Removing intermediate container a19c44dd4946 [2021-01-30T05:59:06.633Z] ---> 43417781c577 [2021-01-30T05:59:06.633Z] Step 13/21 : WORKDIR /edgex [2021-01-30T05:59:06.920Z] ---> Running in ff0fa9513e54 [2021-01-30T05:59:07.928Z] Removing intermediate container 1f440a72d26b [2021-01-30T05:59:07.928Z] ---> e6a224f4b7c9 [2021-01-30T05:59:07.928Z] 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-30T05:59:08.550Z] Removing intermediate container ff0fa9513e54 [2021-01-30T05:59:08.550Z] ---> 050e2e347d46 [2021-01-30T05:59:08.550Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-30T05:59:09.545Z] Removing intermediate container 5878fe8da6f3 [2021-01-30T05:59:09.545Z] ---> fb5827b868c0 [2021-01-30T05:59:09.545Z] [2021-01-30T05:59:09.545Z] Step 10/31 : FROM alpine:3.12 [2021-01-30T05:59:09.545Z] ---> afeebe901d6b [2021-01-30T05:59:09.545Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-30T05:59:09.545Z] ---> 394a3d61f128 [2021-01-30T05:59:09.545Z] 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-30T05:59:09.824Z] ---> Running in 85faa08640f4 [2021-01-30T05:59:09.824Z] ---> 85ae99b89ae1 [2021-01-30T05:59:09.824Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-30T05:59:10.423Z] Removing intermediate container e3a305ee4b9b [2021-01-30T05:59:10.423Z] ---> bd24ccc2f8f7 [2021-01-30T05:59:10.423Z] [2021-01-30T05:59:10.423Z] Step 10/23 : FROM alpine:3.12 [2021-01-30T05:59:10.423Z] ---> afeebe901d6b [2021-01-30T05:59:10.423Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-30T05:59:11.022Z] ---> Running in 01215926e701 [2021-01-30T05:59:11.023Z] Removing intermediate container 85faa08640f4 [2021-01-30T05:59:11.023Z] ---> 13cb1961e324 [2021-01-30T05:59:11.023Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-01-30T05:59:11.023Z] ---> 6959ba96679b [2021-01-30T05:59:11.023Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-30T05:59:11.297Z] ---> Running in c342da8a1cbf [2021-01-30T05:59:11.893Z] ---> e9797748c0a3 [2021-01-30T05:59:11.893Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-30T05:59:12.495Z] ---> 7461b29db21c [2021-01-30T05:59:12.496Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-30T05:59:13.098Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T05:59:13.397Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T05:59:13.397Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T05:59:13.397Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T05:59:13.681Z] ---> 01f85e9bea08 [2021-01-30T05:59:13.681Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-30T05:59:13.969Z] ---> Running in 7b811ec908d4 [2021-01-30T05:59:13.969Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-30T05:59:13.969Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T05:59:13.969Z] OK: 5 MiB in 15 packages [2021-01-30T05:59:13.969Z] ---> 6dd8e69f0d34 [2021-01-30T05:59:13.969Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-30T05:59:14.253Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-01-30T05:59:14.253Z] (2/2) Installing su-exec (0.2-r1) [2021-01-30T05:59:14.253Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T05:59:14.253Z] OK: 5 MiB in 16 packages [2021-01-30T05:59:14.859Z] Removing intermediate container 7b811ec908d4 [2021-01-30T05:59:14.859Z] ---> eeba79ee2572 [2021-01-30T05:59:14.859Z] Step 18/21 : CMD ["--init=true"] [2021-01-30T05:59:15.454Z] ---> Running in 043fc7b7746f [2021-01-30T05:59:16.052Z] ---> 22a51cf41a18 [2021-01-30T05:59:16.052Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-30T05:59:16.646Z] Removing intermediate container 043fc7b7746f [2021-01-30T05:59:16.646Z] ---> fcf39e24dcfe [2021-01-30T05:59:16.646Z] Step 19/21 : LABEL arch=arm64 [2021-01-30T05:59:16.646Z] Removing intermediate container 01215926e701 [2021-01-30T05:59:16.646Z] ---> ca1f1e65da4e [2021-01-30T05:59:16.646Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-30T05:59:16.919Z] Removing intermediate container c342da8a1cbf [2021-01-30T05:59:16.919Z] ---> 81a2391b8429 [2021-01-30T05:59:16.919Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-30T05:59:16.919Z] ---> Running in 7d83da2119ad [2021-01-30T05:59:16.919Z] ---> Running in bd830d646fa8 [2021-01-30T05:59:17.194Z] ---> f754f0dcf6f0 [2021-01-30T05:59:17.194Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-30T05:59:17.194Z] ---> Running in 9ef6a88e85b0 [2021-01-30T05:59:17.194Z] Removing intermediate container 474b547faa7a [2021-01-30T05:59:17.194Z] ---> de48291f1fb9 [2021-01-30T05:59:17.194Z] [2021-01-30T05:59:17.194Z] Step 10/23 : FROM alpine:3.12 [2021-01-30T05:59:17.194Z] ---> afeebe901d6b [2021-01-30T05:59:17.194Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-30T05:59:17.194Z] ---> Using cache [2021-01-30T05:59:17.194Z] ---> ca1f1e65da4e [2021-01-30T05:59:17.194Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-30T05:59:17.468Z] ---> Running in c4ff18168b81 [2021-01-30T05:59:17.744Z] ---> Running in 5f78f81a0281 [2021-01-30T05:59:17.744Z] Removing intermediate container 7d83da2119ad [2021-01-30T05:59:17.744Z] ---> 0da392ef9242 [2021-01-30T05:59:17.744Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-30T05:59:17.744Z] Removing intermediate container bd830d646fa8 [2021-01-30T05:59:17.744Z] ---> 4ab5305233c2 [2021-01-30T05:59:17.744Z] Step 20/21 : LABEL git_sha=2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T05:59:18.027Z] ---> Running in 31b1ef5b8aa3 [2021-01-30T05:59:18.027Z] Removing intermediate container 9ef6a88e85b0 [2021-01-30T05:59:18.027Z] ---> 6d6a74f51bba [2021-01-30T05:59:18.027Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-30T05:59:18.027Z] ---> Running in cc6d3cdcc28f [2021-01-30T05:59:18.305Z] ---> Running in 2fd65055092f [2021-01-30T05:59:18.305Z] Removing intermediate container 5f78f81a0281 [2021-01-30T05:59:18.305Z] ---> e735f467d4c3 [2021-01-30T05:59:18.305Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-30T05:59:18.579Z] ---> Running in cb45c5ac2d6c [2021-01-30T05:59:18.852Z] Removing intermediate container cc6d3cdcc28f [2021-01-30T05:59:18.853Z] ---> 01aed91bd62f [2021-01-30T05:59:18.853Z] Step 21/21 : LABEL version=2.0.0-dev.66 [2021-01-30T05:59:18.853Z] Removing intermediate container 31b1ef5b8aa3 [2021-01-30T05:59:18.853Z] ---> 190a956a0878 [2021-01-30T05:59:18.853Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-30T05:59:19.128Z] ---> Running in 85882d45e375 [2021-01-30T05:59:19.129Z] ---> Running in e89e2dc96f8b [2021-01-30T05:59:19.129Z] Removing intermediate container 2fd65055092f [2021-01-30T05:59:19.129Z] ---> 97b27e37938e [2021-01-30T05:59:19.129Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-30T05:59:19.129Z] Removing intermediate container cb45c5ac2d6c [2021-01-30T05:59:19.129Z] ---> 16014ee923d7 [2021-01-30T05:59:19.129Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-30T05:59:19.403Z] ---> Running in e73c22a9b991 [2021-01-30T05:59:19.403Z] ---> Running in aa00243d4048 [2021-01-30T05:59:19.677Z] Removing intermediate container 85882d45e375 [2021-01-30T05:59:19.677Z] ---> 93d738e17314 [2021-01-30T05:59:19.677Z] Step 15/23 : WORKDIR / [2021-01-30T05:59:19.677Z] Removing intermediate container e89e2dc96f8b [2021-01-30T05:59:19.677Z] ---> 90c232e6ec89 [2021-01-30T05:59:19.677Z] [2021-01-30T05:59:19.948Z] ---> Running in 8c57bed2084d [2021-01-30T05:59:20.229Z] Successfully built 90c232e6ec89 [2021-01-30T05:59:20.229Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-30T05:59:20.229Z] Removing intermediate container aa00243d4048 [2021-01-30T05:59:20.229Z] ---> 22d42811f2b6 [2021-01-30T05:59:20.229Z] Step 15/23 : WORKDIR / [2021-01-30T05:59:20.229Z]  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go [2021-01-30T05:59:20.508Z] ---> Running in 53436c63467f [2021-01-30T05:59:20.508Z] Removing intermediate container c4ff18168b81 [2021-01-30T05:59:20.508Z] ---> 22b2d76ea7cc [2021-01-30T05:59:20.508Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-30T05:59:20.784Z] Removing intermediate container 8c57bed2084d [2021-01-30T05:59:20.784Z] ---> 61aaa4bb8a13 [2021-01-30T05:59:20.784Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-30T05:59:20.784Z] ---> Running in f63e6733418f [2021-01-30T05:59:21.056Z] Removing intermediate container 53436c63467f [2021-01-30T05:59:21.056Z] ---> 9118dd03971b [2021-01-30T05:59:21.056Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-30T05:59:21.655Z] Removing intermediate container f63e6733418f [2021-01-30T05:59:21.655Z] ---> 2755f174b343 [2021-01-30T05:59:21.655Z] Step 22/24 : LABEL arch=arm64 [2021-01-30T05:59:22.248Z] ---> Running in 11f3bd59abdd [2021-01-30T05:59:22.248Z] ---> 95f123cc6543 [2021-01-30T05:59:22.248Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-30T05:59:22.846Z] ---> 3260e4a9f386 [2021-01-30T05:59:22.846Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-30T05:59:23.119Z] Removing intermediate container 11f3bd59abdd [2021-01-30T05:59:23.119Z] ---> f4d2f433ab38 [2021-01-30T05:59:23.119Z] Step 23/24 : LABEL git_sha=2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T05:59:23.392Z] Removing intermediate container e73c22a9b991 [2021-01-30T05:59:23.392Z] ---> 58177d4f19cb [2021-01-30T05:59:23.392Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-30T05:59:23.666Z] ---> Running in a141a6fcbc97 [2021-01-30T05:59:23.666Z] ---> Running in fd0be1578a55 [2021-01-30T05:59:23.941Z] ---> 2134e2eecfc4 [2021-01-30T05:59:23.941Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-30T05:59:24.543Z] Removing intermediate container a141a6fcbc97 [2021-01-30T05:59:24.543Z] ---> 85c472999833 [2021-01-30T05:59:24.543Z] Step 24/24 : LABEL version=2.0.0-dev.66 [2021-01-30T05:59:24.820Z] ---> Running in 977d456f2cb5 [2021-01-30T05:59:24.820Z] Removing intermediate container fd0be1578a55 [2021-01-30T05:59:24.820Z] ---> f64a612f0a17 [2021-01-30T05:59:24.820Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-30T05:59:24.820Z] ---> d19a2c3a7966 [2021-01-30T05:59:24.820Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-30T05:59:25.106Z] ---> 2ab8e2b468c6 [2021-01-30T05:59:25.106Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-30T05:59:25.382Z] ---> Running in df48e5193580 [2021-01-30T05:59:25.382Z] Removing intermediate container 977d456f2cb5 [2021-01-30T05:59:25.382Z] ---> 7c62c49273fa [2021-01-30T05:59:25.382Z] [2021-01-30T05:59:25.988Z] Successfully built 7c62c49273fa [2021-01-30T05:59:25.988Z] ---> 882f6c56bf59 [2021-01-30T05:59:25.988Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-30T05:59:25.988Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-30T05:59:25.988Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2021-01-30T05:59:26.261Z] ---> d8710554b9a9 [2021-01-30T05:59:26.261Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-30T05:59:26.261Z] ---> Running in 1072a9e73c83 [2021-01-30T05:59:26.261Z] Removing intermediate container df48e5193580 [2021-01-30T05:59:26.261Z] ---> 7b6a2218528f [2021-01-30T05:59:26.261Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-30T05:59:26.532Z] ---> Running in 27ff963892d3 [2021-01-30T05:59:26.532Z] ---> Running in 2382a49cde95 [2021-01-30T05:59:27.130Z] Removing intermediate container 27ff963892d3 [2021-01-30T05:59:27.130Z] ---> 56a1b434b899 [2021-01-30T05:59:27.130Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-30T05:59:27.411Z] Removing intermediate container 2382a49cde95 [2021-01-30T05:59:27.411Z] ---> d68d071c95c4 [2021-01-30T05:59:27.411Z] Step 21/23 : LABEL arch=arm64 [2021-01-30T05:59:27.684Z] ---> Running in 2410cb177a9f [2021-01-30T05:59:27.961Z] ---> Running in 84d1e1b07d80 [2021-01-30T05:59:28.565Z] Removing intermediate container 2410cb177a9f [2021-01-30T05:59:28.565Z] ---> e5a912dab966 [2021-01-30T05:59:28.565Z] Step 21/23 : LABEL arch=arm64 [2021-01-30T05:59:28.839Z] Removing intermediate container 84d1e1b07d80 [2021-01-30T05:59:28.839Z] ---> d9ff621bc8ea [2021-01-30T05:59:28.839Z] Step 22/23 : LABEL git_sha=2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T05:59:29.115Z] ---> Running in 46f2c22d2c68 [2021-01-30T05:59:29.390Z] ---> Running in 1e0a0b1a453d [2021-01-30T05:59:29.992Z] Removing intermediate container 46f2c22d2c68 [2021-01-30T05:59:29.992Z] ---> ee0c7b3fcb99 [2021-01-30T05:59:29.992Z] Step 22/23 : LABEL git_sha=2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T05:59:29.992Z] Removing intermediate container 1072a9e73c83 [2021-01-30T05:59:29.992Z] ---> 9f88492a3079 [2021-01-30T05:59:29.992Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-30T05:59:29.992Z] Removing intermediate container 1e0a0b1a453d [2021-01-30T05:59:29.992Z] ---> 2f28783d6221 [2021-01-30T05:59:29.992Z] Step 23/23 : LABEL version=2.0.0-dev.66 [2021-01-30T05:59:30.265Z] ---> Running in 288293e730d0 [2021-01-30T05:59:30.265Z] ---> Running in abe23847f748 [2021-01-30T05:59:31.250Z] Removing intermediate container 288293e730d0 [2021-01-30T05:59:31.250Z] ---> 7777de6e2ae8 [2021-01-30T05:59:31.250Z] Step 23/23 : LABEL version=2.0.0-dev.66 [2021-01-30T05:59:31.250Z] ---> 4b197a9f19c5 [2021-01-30T05:59:31.250Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-30T05:59:31.524Z] Removing intermediate container abe23847f748 [2021-01-30T05:59:31.524Z] ---> 9a356d62562b [2021-01-30T05:59:31.524Z] [2021-01-30T05:59:31.807Z] ---> Running in a911e1e41a9a [2021-01-30T05:59:31.807Z] Successfully built 9a356d62562b [2021-01-30T05:59:32.084Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-30T05:59:32.084Z] Building docker-sys-mgmt-agent-go [2021-01-30T05:59:32.362Z]  Building docker-core-command-go ... done Removing intermediate container a911e1e41a9a [2021-01-30T05:59:32.362Z] ---> 263b672784d0 [2021-01-30T05:59:32.362Z] [2021-01-30T05:59:32.966Z] Successfully built 263b672784d0 [2021-01-30T05:59:32.966Z] ---> 78dd9ca08ae8 [2021-01-30T05:59:32.966Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-30T05:59:32.966Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-30T05:59:32.966Z]  Building docker-core-metadata-go ... done Building docker-support-scheduler-go [2021-01-30T05:59:33.568Z] ---> 605249d9e5ca [2021-01-30T05:59:33.847Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-30T05:59:34.829Z] ---> dc91520b9176 [2021-01-30T05:59:34.829Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-30T05:59:36.276Z] ---> c85f05da92c8 [2021-01-30T05:59:36.276Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-01-30T05:59:36.549Z] ---> Running in 4eeb656be3d6 [2021-01-30T05:59:37.152Z] Removing intermediate container 4eeb656be3d6 [2021-01-30T05:59:37.152Z] ---> 2599adf62dd3 [2021-01-30T05:59:37.152Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-30T05:59:38.589Z] ---> 30d0b00dd530 [2021-01-30T05:59:38.589Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-01-30T05:59:39.194Z] ---> Running in c2260ead22e4 [2021-01-30T05:59:40.640Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T05:59:40.640Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-30T05:59:40.640Z] ---> 6e46bd71f069 [2021-01-30T05:59:40.640Z] Step 3/22 : WORKDIR /edgex-go [2021-01-30T05:59:40.640Z] ---> Using cache [2021-01-30T05:59:40.640Z] ---> cfdc5234221a [2021-01-30T05:59:40.640Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T05:59:40.640Z] ---> Using cache [2021-01-30T05:59:40.640Z] ---> 87cc3642cb96 [2021-01-30T05:59:40.640Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-30T05:59:41.625Z] ---> Running in 89fe44f8720b [2021-01-30T05:59:43.076Z] Removing intermediate container c2260ead22e4 [2021-01-30T05:59:43.076Z] ---> e1692e5ac7c7 [2021-01-30T05:59:43.076Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-30T05:59:43.076Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T05:59:43.675Z] ---> Running in 62002f049da6 [2021-01-30T05:59:44.273Z] Removing intermediate container 62002f049da6 [2021-01-30T05:59:44.273Z] ---> 324a38203d47 [2021-01-30T05:59:44.273Z] Step 28/31 : CMD ["gate"] [2021-01-30T05:59:44.545Z] ---> Running in eb715a5ffc0b [2021-01-30T05:59:44.816Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T05:59:45.086Z] Removing intermediate container eb715a5ffc0b [2021-01-30T05:59:45.086Z] ---> f76cf2a95a31 [2021-01-30T05:59:45.086Z] Step 29/31 : LABEL arch=arm64 [2021-01-30T05:59:45.675Z] ---> Running in f94850824a4c [2021-01-30T05:59:45.945Z] Removing intermediate container f94850824a4c [2021-01-30T05:59:45.945Z] ---> 5a3b6f68776d [2021-01-30T05:59:45.945Z] Step 30/31 : LABEL git_sha=2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T05:59:46.540Z] OK: 217 MiB in 51 packages [2021-01-30T05:59:46.540Z] ---> Running in c21ace913679 [2021-01-30T05:59:47.141Z] Removing intermediate container c21ace913679 [2021-01-30T05:59:47.141Z] ---> 8905b23fb4b9 [2021-01-30T05:59:47.141Z] Step 31/31 : LABEL version=2.0.0-dev.66 [2021-01-30T05:59:47.736Z] ---> Running in 6378d95c8f6a [2021-01-30T05:59:48.008Z] Removing intermediate container 89fe44f8720b [2021-01-30T05:59:48.008Z] ---> c7668017f37a [2021-01-30T05:59:48.008Z] Step 6/22 : COPY go.mod . [2021-01-30T05:59:48.285Z] Removing intermediate container 6378d95c8f6a [2021-01-30T05:59:48.285Z] ---> 92c4e287abdf [2021-01-30T05:59:48.285Z] [2021-01-30T05:59:48.557Z] Successfully built 92c4e287abdf [2021-01-30T05:59:48.831Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-30T05:59:49.102Z]  Building docker-security-bootstrapper-go ... done  ---> 9182e16dbf7f [2021-01-30T05:59:49.102Z] Step 7/22 : RUN go mod download [2021-01-30T05:59:49.376Z] ---> Running in b3f094c9255c [2021-01-30T05:59:50.086Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.66" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-30T05:59:50.086Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.66" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-30T05:59:52.006Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T05:59:52.006Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-30T05:59:52.006Z] ---> 6e46bd71f069 [2021-01-30T05:59:52.006Z] Step 3/23 : WORKDIR /edgex-go [2021-01-30T05:59:52.006Z] ---> Using cache [2021-01-30T05:59:52.006Z] ---> cfdc5234221a [2021-01-30T05:59:52.006Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T05:59:52.006Z] ---> Using cache [2021-01-30T05:59:52.006Z] ---> 87cc3642cb96 [2021-01-30T05:59:52.006Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-30T05:59:53.452Z] ---> Running in ffac09f2418f [2021-01-30T05:59:53.730Z] Removing intermediate container b3f094c9255c [2021-01-30T05:59:53.730Z] ---> e5b21bc37c1a [2021-01-30T05:59:53.730Z] Step 8/22 : COPY . . [2021-01-30T05:59:54.714Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T05:59:55.695Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T05:59:55.732Z] Removing intermediate container 9b2c86dc0524 [2021-01-30T05:59:55.732Z] ---> 7f7da9dc40a1 [2021-01-30T05:59:55.732Z] [2021-01-30T05:59:55.732Z] Step 10/22 : FROM alpine:3.12 [2021-01-30T05:59:55.732Z] 3.12: Pulling from library/alpine [2021-01-30T05:59:56.678Z] OK: 217 MiB in 51 packages [2021-01-30T05:59:56.967Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T05:59:56.967Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-30T05:59:56.967Z] ---> 6e46bd71f069 [2021-01-30T05:59:56.967Z] Step 3/22 : WORKDIR /edgex-go [2021-01-30T05:59:56.967Z] ---> Using cache [2021-01-30T05:59:56.967Z] ---> cfdc5234221a [2021-01-30T05:59:56.967Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T05:59:56.967Z] ---> Using cache [2021-01-30T05:59:56.967Z] ---> 87cc3642cb96 [2021-01-30T05:59:56.967Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-30T05:59:56.967Z] ---> Using cache [2021-01-30T05:59:56.967Z] ---> 0e333a216b75 [2021-01-30T05:59:56.967Z] Step 6/22 : COPY go.mod . [2021-01-30T05:59:56.967Z] ---> Using cache [2021-01-30T05:59:56.967Z] ---> 0da780ade25f [2021-01-30T05:59:56.967Z] Step 7/22 : RUN go mod download [2021-01-30T05:59:56.967Z] ---> Using cache [2021-01-30T05:59:56.967Z] ---> 95f5455a1522 [2021-01-30T05:59:56.967Z] Step 8/22 : COPY . . [2021-01-30T05:59:57.253Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T05:59:57.253Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-30T05:59:57.253Z] ---> 6e46bd71f069 [2021-01-30T05:59:57.253Z] Step 3/26 : WORKDIR /edgex-go [2021-01-30T05:59:57.253Z] ---> Using cache [2021-01-30T05:59:57.253Z] ---> cfdc5234221a [2021-01-30T05:59:57.253Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T05:59:57.253Z] ---> Using cache [2021-01-30T05:59:57.253Z] ---> 87cc3642cb96 [2021-01-30T05:59:57.253Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-30T05:59:57.253Z] ---> Using cache [2021-01-30T05:59:57.253Z] ---> 992ba1b84577 [2021-01-30T05:59:57.253Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-30T05:59:59.877Z] ---> Running in af561df7e7e9 [2021-01-30T05:59:59.877Z] ---> Running in dbe229216b2f [2021-01-30T06:00:00.864Z] Removing intermediate container ffac09f2418f [2021-01-30T06:00:00.864Z] ---> f27ce5ecbab1 [2021-01-30T06:00:00.864Z] Step 6/23 : COPY go.mod . [2021-01-30T06:00:01.476Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T06:00:01.766Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.66" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-30T06:00:02.392Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T06:00:02.392Z] ---> 6f62fda0804d [2021-01-30T06:00:02.392Z] Step 7/23 : RUN go mod download [2021-01-30T06:00:02.686Z] ---> Running in 6fb9430801cc [2021-01-30T06:00:03.020Z] Removing intermediate container 0eed275130c3 [2021-01-30T06:00:03.021Z] ---> cd7d26e8f93b [2021-01-30T06:00:03.021Z] [2021-01-30T06:00:03.021Z] Step 10/24 : FROM alpine:3.12 [2021-01-30T06:00:03.021Z] 3.12: Pulling from library/alpine [2021-01-30T06:00:03.021Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-30T06:00:03.021Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-30T06:00:03.021Z] Status: Downloaded newer image for alpine:3.12 [2021-01-30T06:00:03.021Z] ---> 389fef711851 [2021-01-30T06:00:03.021Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-30T06:00:03.021Z] Status: Downloaded newer image for alpine:3.12 [2021-01-30T06:00:03.021Z] ---> 389fef711851 [2021-01-30T06:00:03.021Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-30T06:00:03.021Z] Removing intermediate container 6423ac0a5b09 [2021-01-30T06:00:03.021Z] ---> c896ed7ba984 [2021-01-30T06:00:03.021Z] [2021-01-30T06:00:03.021Z] Step 10/21 : FROM alpine:3.12 [2021-01-30T06:00:03.021Z] ---> 389fef711851 [2021-01-30T06:00:03.021Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-30T06:00:03.021Z] ---> Running in 6f96bcc0c509 [2021-01-30T06:00:03.021Z] ---> Running in 56fcb50baff0 [2021-01-30T06:00:03.313Z] OK: 217 MiB in 51 packages [2021-01-30T06:00:03.314Z] ---> Running in e19362a27ec2 [2021-01-30T06:00:03.956Z] ---> 37f5a0939904 [2021-01-30T06:00:03.956Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-30T06:00:04.385Z] ---> Running in e6bb2b17e85a [2021-01-30T06:00:04.916Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T06:00:04.916Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T06:00:04.916Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T06:00:04.916Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T06:00:04.916Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T06:00:05.290Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-30T06:00:05.290Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T06:00:05.290Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-30T06:00:05.290Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-30T06:00:05.290Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-30T06:00:05.290Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-30T06:00:05.290Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T06:00:05.290Z] (4/5) Installing curl (7.69.1-r3) [2021-01-30T06:00:05.290Z] Executing ca-certificates-20191127-r4.trigger [2021-01-30T06:00:05.290Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-30T06:00:05.632Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T06:00:05.632Z] Executing ca-certificates-20191127-r4.trigger [2021-01-30T06:00:05.632Z] OK: 6 MiB in 16 packages [2021-01-30T06:00:05.632Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-30T06:00:05.632Z] OK: 7 MiB in 19 packages [2021-01-30T06:00:05.632Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-30T06:00:05.632Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-30T06:00:05.632Z] (4/4) Installing curl (7.69.1-r3) [2021-01-30T06:00:05.930Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T06:00:05.930Z] Executing ca-certificates-20191127-r4.trigger [2021-01-30T06:00:05.930Z] OK: 7 MiB in 18 packages [2021-01-30T06:00:07.572Z] Removing intermediate container dbe229216b2f [2021-01-30T06:00:07.572Z] ---> caf9a2d546d9 [2021-01-30T06:00:07.573Z] Step 6/26 : COPY go.mod . [2021-01-30T06:00:07.573Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.66" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-30T06:00:07.573Z] ---> dd549e5db6e8 [2021-01-30T06:00:07.573Z] Step 7/26 : RUN go mod download [2021-01-30T06:00:07.573Z] ---> Running in 6351d21779f9 [2021-01-30T06:00:07.573Z] Removing intermediate container 6fb9430801cc [2021-01-30T06:00:07.573Z] ---> 4f78f3a5cca9 [2021-01-30T06:00:07.573Z] Step 8/23 : COPY . . [2021-01-30T06:00:10.138Z] Removing intermediate container b7d398e428cb [2021-01-30T06:00:10.138Z] ---> 226f28fc369f [2021-01-30T06:00:10.138Z] [2021-01-30T06:00:10.138Z] Step 10/23 : FROM alpine:3.12 [2021-01-30T06:00:10.138Z] ---> 389fef711851 [2021-01-30T06:00:10.138Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-30T06:00:10.138Z] Removing intermediate container 703ddc50c388 [2021-01-30T06:00:10.138Z] ---> f574d2249b54 [2021-01-30T06:00:10.138Z] [2021-01-30T06:00:10.138Z] Step 10/23 : FROM alpine:3.12 [2021-01-30T06:00:10.138Z] ---> 389fef711851 [2021-01-30T06:00:10.138Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-30T06:00:11.138Z] ---> Running in cd2b581ea609 [2021-01-30T06:00:11.138Z] ---> Running in 409a7a10f9de [2021-01-30T06:00:11.138Z] Removing intermediate container 6f96bcc0c509 [2021-01-30T06:00:11.138Z] ---> 0417d77c616b [2021-01-30T06:00:11.138Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-30T06:00:11.138Z] Removing intermediate container 56fcb50baff0 [2021-01-30T06:00:11.138Z] ---> 1cc9af45c934 [2021-01-30T06:00:11.138Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-30T06:00:11.417Z] Removing intermediate container e19362a27ec2 [2021-01-30T06:00:11.417Z] ---> 4f507affc321 [2021-01-30T06:00:11.417Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-30T06:00:11.692Z] ---> Running in 4a962b34b60e [2021-01-30T06:00:11.692Z] ---> Running in 3044bb26ff44 [2021-01-30T06:00:11.692Z] ---> Running in 338057367fb4 [2021-01-30T06:00:11.968Z] Removing intermediate container cd2b581ea609 [2021-01-30T06:00:11.968Z] ---> 0875d185ce33 [2021-01-30T06:00:11.968Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-30T06:00:12.249Z] ---> Running in 80cd9c416ef2 [2021-01-30T06:00:12.249Z] Removing intermediate container 4a962b34b60e [2021-01-30T06:00:12.249Z] ---> 702065a48fc7 [2021-01-30T06:00:12.249Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-30T06:00:12.249Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T06:00:12.249Z] Removing intermediate container 3044bb26ff44 [2021-01-30T06:00:12.249Z] ---> a0def1fc3290 [2021-01-30T06:00:12.249Z] Step 13/24 : WORKDIR / [2021-01-30T06:00:12.249Z] Removing intermediate container 338057367fb4 [2021-01-30T06:00:12.249Z] ---> ad91abf3f84a [2021-01-30T06:00:12.249Z] Step 13/21 : WORKDIR /edgex [2021-01-30T06:00:12.249Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T06:00:12.585Z] ---> Running in 0fd31187c849 [2021-01-30T06:00:12.585Z] ---> Running in 34a5f766e6ee [2021-01-30T06:00:12.585Z] ---> Running in cb03c3d92019 [2021-01-30T06:00:12.585Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-30T06:00:12.585Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T06:00:12.585Z] OK: 6 MiB in 15 packages [2021-01-30T06:00:12.913Z] Removing intermediate container 80cd9c416ef2 [2021-01-30T06:00:12.913Z] ---> 8a446e361a30 [2021-01-30T06:00:12.913Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-30T06:00:12.913Z] ---> Running in a2ecb552831d [2021-01-30T06:00:12.913Z] Removing intermediate container 0fd31187c849 [2021-01-30T06:00:12.913Z] ---> c875bad436f6 [2021-01-30T06:00:12.913Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-30T06:00:13.039Z] Removing intermediate container 6351d21779f9 [2021-01-30T06:00:13.039Z] ---> 3a85105dde99 [2021-01-30T06:00:13.039Z] Step 8/26 : COPY . . [2021-01-30T06:00:13.210Z] Removing intermediate container cb03c3d92019 [2021-01-30T06:00:13.210Z] ---> a4da9213f8a1 [2021-01-30T06:00:13.210Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-30T06:00:13.210Z] Removing intermediate container 34a5f766e6ee [2021-01-30T06:00:13.210Z] ---> 1454deda3950 [2021-01-30T06:00:13.210Z] 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-30T06:00:13.559Z] ---> Running in 7682c60be6db [2021-01-30T06:00:13.559Z] Removing intermediate container a2ecb552831d [2021-01-30T06:00:13.559Z] ---> c86787c764be [2021-01-30T06:00:13.559Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T06:00:13.999Z] ---> Running in 19ae1350c7ae [2021-01-30T06:00:14.322Z] Removing intermediate container 7682c60be6db [2021-01-30T06:00:14.322Z] ---> 7e64990f4628 [2021-01-30T06:00:14.322Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-30T06:00:14.322Z] ---> a4f1e6e858c4 [2021-01-30T06:00:14.322Z] 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-30T06:00:14.322Z] ---> aa10e70469ba [2021-01-30T06:00:14.322Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-30T06:00:14.658Z] Removing intermediate container 409a7a10f9de [2021-01-30T06:00:14.658Z] ---> 5ef79517a534 [2021-01-30T06:00:14.658Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-30T06:00:14.967Z] ---> Running in d859580cdc3d [2021-01-30T06:00:15.355Z] ---> f3ee0907aa96 [2021-01-30T06:00:15.355Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-30T06:00:15.655Z] ---> 68309f169f01 [2021-01-30T06:00:15.655Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-30T06:00:15.978Z] Removing intermediate container d859580cdc3d [2021-01-30T06:00:15.978Z] ---> 94365861a057 [2021-01-30T06:00:15.978Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-30T06:00:15.978Z] ---> 74ddaecf0b76 [2021-01-30T06:00:15.978Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-30T06:00:16.291Z] ---> Running in 41d78f56ce3c [2021-01-30T06:00:16.291Z] ---> 4e3d127d7034 [2021-01-30T06:00:16.291Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-30T06:00:16.616Z] Removing intermediate container 41d78f56ce3c [2021-01-30T06:00:16.616Z] ---> 8d8cf580d096 [2021-01-30T06:00:16.616Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-30T06:00:17.751Z] ---> Running in f2c8c4e8bc14 [2021-01-30T06:00:17.751Z] ---> 2ac58ad20497 [2021-01-30T06:00:17.751Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-30T06:00:17.751Z] Removing intermediate container 19ae1350c7ae [2021-01-30T06:00:17.751Z] ---> 9d471da45b10 [2021-01-30T06:00:17.751Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-30T06:00:17.751Z] ---> 3917f127325d [2021-01-30T06:00:17.751Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-30T06:00:18.047Z] ---> Running in 47c30c41e831 [2021-01-30T06:00:18.317Z] ---> Running in 23f4dc2722de [2021-01-30T06:00:18.317Z] Removing intermediate container f2c8c4e8bc14 [2021-01-30T06:00:18.317Z] ---> f23a68daaac6 [2021-01-30T06:00:18.317Z] Step 15/23 : WORKDIR / [2021-01-30T06:00:18.628Z] ---> 2f5d0b4d0910 [2021-01-30T06:00:18.628Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-30T06:00:18.628Z] ---> 5c7b4a8085a8 [2021-01-30T06:00:18.628Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-30T06:00:18.628Z] ---> Running in 3223b47735f5 [2021-01-30T06:00:18.955Z] Removing intermediate container 23f4dc2722de [2021-01-30T06:00:18.955Z] ---> 211470321db4 [2021-01-30T06:00:18.955Z] Step 18/21 : CMD ["--init=true"] [2021-01-30T06:00:18.955Z] ---> Running in 871a601f7e17 [2021-01-30T06:00:18.955Z] ---> Running in ef3efeff7e4b [2021-01-30T06:00:19.624Z] Removing intermediate container 3223b47735f5 [2021-01-30T06:00:19.624Z] ---> 8270915ff902 [2021-01-30T06:00:19.624Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-30T06:00:19.624Z] Removing intermediate container 871a601f7e17 [2021-01-30T06:00:19.624Z] ---> 76f1da513d0b [2021-01-30T06:00:19.624Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-30T06:00:19.935Z] Removing intermediate container ef3efeff7e4b [2021-01-30T06:00:19.935Z] ---> 3496324bf200 [2021-01-30T06:00:19.935Z] Step 19/21 : LABEL arch=x86_64 [2021-01-30T06:00:19.935Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T06:00:19.935Z] ---> Running in b21ae6be3a01 [2021-01-30T06:00:20.222Z] ---> Running in d450d7490680 [2021-01-30T06:00:20.510Z] ---> 600f81675fab [2021-01-30T06:00:20.510Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-30T06:00:20.510Z] Removing intermediate container b21ae6be3a01 [2021-01-30T06:00:20.510Z] ---> 95d21cc5e163 [2021-01-30T06:00:20.510Z] Step 20/21 : LABEL git_sha=2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:00:20.854Z] ---> e279b98cda78 [2021-01-30T06:00:20.854Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-30T06:00:20.854Z] Removing intermediate container d450d7490680 [2021-01-30T06:00:20.854Z] ---> d93e7a0c5069 [2021-01-30T06:00:20.854Z] Step 20/22 : LABEL arch=x86_64 [2021-01-30T06:00:20.854Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T06:00:21.186Z] ---> Running in c8a55c775e83 [2021-01-30T06:00:21.186Z] ---> Running in 352d67c012b4 [2021-01-30T06:00:21.520Z] ---> 17db7696a3b9 [2021-01-30T06:00:21.520Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-30T06:00:21.823Z] ---> Running in 18e90fd30300 [2021-01-30T06:00:22.125Z] Removing intermediate container 352d67c012b4 [2021-01-30T06:00:22.125Z] ---> d4a4b215a4c5 [2021-01-30T06:00:22.125Z] Step 21/21 : LABEL version=2.0.0-dev.66 [2021-01-30T06:00:22.125Z] Removing intermediate container c8a55c775e83 [2021-01-30T06:00:22.125Z] ---> 738aa2082d74 [2021-01-30T06:00:22.125Z] Step 21/22 : LABEL git_sha=2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:00:22.125Z] ---> Running in 7d7b8e9bc816 [2021-01-30T06:00:22.125Z] ---> Running in e0c915a78eda [2021-01-30T06:00:22.427Z] ---> 7f84a56a34e0 [2021-01-30T06:00:22.427Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-30T06:00:22.427Z] Removing intermediate container 7d7b8e9bc816 [2021-01-30T06:00:22.427Z] ---> 9104f6ec3fbd [2021-01-30T06:00:22.427Z] [2021-01-30T06:00:22.712Z] Removing intermediate container e0c915a78eda [2021-01-30T06:00:22.712Z] ---> 17abe315358b [2021-01-30T06:00:22.712Z] Step 22/22 : LABEL version=2.0.0-dev.66 [2021-01-30T06:00:22.712Z] ---> Running in a08fe78296cb [2021-01-30T06:00:23.031Z] ---> 3e853aeebe2d [2021-01-30T06:00:23.031Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-30T06:00:23.375Z] ---> Running in 2393b24d71b5 [2021-01-30T06:00:23.375Z] Removing intermediate container a08fe78296cb [2021-01-30T06:00:23.375Z] ---> da6a10fe4c5a [2021-01-30T06:00:23.375Z] [2021-01-30T06:00:23.682Z] Successfully built 9104f6ec3fbd [2021-01-30T06:00:23.682Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-30T06:00:23.682Z]  Building docker-security-proxy-setup-go ... done Building docker-core-command-go [2021-01-30T06:00:23.999Z] Successfully built da6a10fe4c5a [2021-01-30T06:00:23.999Z] Successfully tagged docker-support-notifications-go:latest [2021-01-30T06:00:23.999Z] Building docker-support-scheduler-go [2021-01-30T06:00:23.999Z]  Building docker-support-notifications-go ... done Removing intermediate container 2393b24d71b5 [2021-01-30T06:00:23.999Z] ---> 9dd4a264646d [2021-01-30T06:00:23.999Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-30T06:00:24.303Z] Removing intermediate container 18e90fd30300 [2021-01-30T06:00:24.303Z] ---> eab4b68cd436 [2021-01-30T06:00:24.303Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-30T06:00:24.303Z] ---> Running in 04fcbc0ec287 [2021-01-30T06:00:24.619Z] ---> Running in f3046d9c0162 [2021-01-30T06:00:24.905Z] Removing intermediate container 04fcbc0ec287 [2021-01-30T06:00:24.905Z] ---> 4b3248c851a8 [2021-01-30T06:00:24.905Z] Step 21/23 : LABEL arch=x86_64 [2021-01-30T06:00:24.905Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-30T06:00:25.186Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-30T06:00:25.186Z] Removing intermediate container f3046d9c0162 [2021-01-30T06:00:25.186Z] ---> 9f0f56177baf [2021-01-30T06:00:25.186Z] Step 22/24 : LABEL arch=x86_64 [2021-01-30T06:00:25.186Z] ---> Running in e68c00d32572 [2021-01-30T06:00:25.186Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-30T06:00:25.465Z] ---> Running in 2df56dd450f8 [2021-01-30T06:00:25.513Z] ---> b5a914fdcbf4 [2021-01-30T06:00:25.513Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-30T06:00:25.513Z] ---> Running in 34bd1853c363 [2021-01-30T06:00:25.811Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-30T06:00:25.811Z] Removing intermediate container e68c00d32572 [2021-01-30T06:00:25.811Z] ---> 7530cebf6d0b [2021-01-30T06:00:25.811Z] Step 22/23 : LABEL git_sha=2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:00:26.514Z] Removing intermediate container 2df56dd450f8 [2021-01-30T06:00:26.514Z] ---> 9077156bb3d2 [2021-01-30T06:00:26.514Z] Step 23/24 : LABEL git_sha=2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:00:26.514Z] ---> Running in b4300b944b83 [2021-01-30T06:00:26.798Z] ---> Running in 8db6a72edbf1 [2021-01-30T06:00:27.072Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-30T06:00:27.506Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.66" -o cmd/core-data/core-data ./cmd/core-data [2021-01-30T06:00:28.094Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-30T06:00:28.094Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T06:00:28.094Z] OK: 8 MiB in 20 packages [2021-01-30T06:00:28.094Z] Removing intermediate container b4300b944b83 [2021-01-30T06:00:28.094Z] ---> 196eb6e3e9f3 [2021-01-30T06:00:28.094Z] Step 23/23 : LABEL version=2.0.0-dev.66 [2021-01-30T06:00:28.384Z] Removing intermediate container 8db6a72edbf1 [2021-01-30T06:00:28.384Z] ---> d7f0d01d934b [2021-01-30T06:00:28.384Z] Step 24/24 : LABEL version=2.0.0-dev.66 [2021-01-30T06:00:28.384Z] ---> Running in 6e022a79941a [2021-01-30T06:00:28.668Z] ---> Running in 0125bec36380 [2021-01-30T06:00:29.512Z] ---> 6f5293d21c36 [2021-01-30T06:00:29.512Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-30T06:00:29.786Z] ---> Running in 0f934ff48121 [2021-01-30T06:00:30.977Z] Removing intermediate container 0125bec36380 [2021-01-30T06:00:30.977Z] ---> 673ee20c7097 [2021-01-30T06:00:30.977Z] [2021-01-30T06:00:30.977Z] Removing intermediate container 6e022a79941a [2021-01-30T06:00:30.977Z] ---> 1b48c1b6a439 [2021-01-30T06:00:30.977Z] [2021-01-30T06:00:31.774Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.66" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-30T06:00:32.075Z] Successfully built 1b48c1b6a439 [2021-01-30T06:00:32.075Z] Successfully tagged docker-core-metadata-go:latest [2021-01-30T06:00:32.075Z] Building docker-security-bootstrapper-go [2021-01-30T06:00:32.075Z]  Building docker-core-metadata-go ... done Successfully built 673ee20c7097 [2021-01-30T06:00:32.360Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-30T06:00:32.360Z]  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go [2021-01-30T06:00:32.360Z] Removing intermediate container 47c30c41e831 [2021-01-30T06:00:32.360Z] ---> b1b63a02c31f [2021-01-30T06:00:32.360Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-30T06:00:32.981Z] ---> ff9a71a93a2e [2021-01-30T06:00:32.981Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-30T06:00:35.783Z] ---> 0c7959a1c4f4 [2021-01-30T06:00:35.783Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-30T06:00:37.281Z] ---> 551cba186096 [2021-01-30T06:00:37.281Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-30T06:00:37.572Z] ---> Running in a4f05e70bef7 [2021-01-30T06:00:38.276Z] Removing intermediate container a4f05e70bef7 [2021-01-30T06:00:38.276Z] ---> 1f042f0819ef [2021-01-30T06:00:38.276Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-30T06:00:38.569Z] ---> Running in b480ce8d3bf7 [2021-01-30T06:00:39.857Z] Removing intermediate container b480ce8d3bf7 [2021-01-30T06:00:39.857Z] ---> 50ac1379af88 [2021-01-30T06:00:39.857Z] Step 21/23 : LABEL arch=x86_64 [2021-01-30T06:00:40.935Z] ---> Running in 35fcad332985 [2021-01-30T06:00:41.526Z] Removing intermediate container 35fcad332985 [2021-01-30T06:00:41.526Z] ---> d7e8160f1866 [2021-01-30T06:00:41.526Z] Step 22/23 : LABEL git_sha=2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:00:41.526Z] ---> Running in 739b6111ef33 [2021-01-30T06:00:41.798Z] Removing intermediate container 739b6111ef33 [2021-01-30T06:00:41.798Z] ---> 99b2971c7c22 [2021-01-30T06:00:41.798Z] Step 23/23 : LABEL version=2.0.0-dev.66 [2021-01-30T06:00:42.094Z] ---> Running in aac4d66ad4ec [2021-01-30T06:00:42.712Z] Removing intermediate container aac4d66ad4ec [2021-01-30T06:00:42.712Z] ---> 804eefdf5a6e [2021-01-30T06:00:42.712Z] [2021-01-30T06:00:42.992Z] Successfully built 804eefdf5a6e [2021-01-30T06:00:42.992Z] Successfully tagged docker-core-data-go:latest [2021-01-30T06:01:10.437Z]  Building docker-core-data-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T06:01:10.438Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-30T06:01:10.438Z] ---> 72cbb8551bc5 [2021-01-30T06:01:10.438Z] Step 3/23 : WORKDIR /edgex-go [2021-01-30T06:01:10.438Z] ---> Using cache [2021-01-30T06:01:10.438Z] ---> f9f240617275 [2021-01-30T06:01:10.438Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T06:01:10.438Z] ---> Using cache [2021-01-30T06:01:10.438Z] ---> c79cce2aa62b [2021-01-30T06:01:10.438Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-30T06:01:10.438Z] ---> Using cache [2021-01-30T06:01:10.438Z] ---> 81061f65cf49 [2021-01-30T06:01:10.438Z] Step 6/23 : COPY go.mod . [2021-01-30T06:01:10.438Z] ---> Using cache [2021-01-30T06:01:10.438Z] ---> 6b3188907e35 [2021-01-30T06:01:10.438Z] Step 7/23 : RUN go mod download [2021-01-30T06:01:10.728Z] ---> Using cache [2021-01-30T06:01:10.728Z] ---> 2fd9ea72038d [2021-01-30T06:01:10.728Z] Step 8/23 : COPY . . [2021-01-30T06:01:10.728Z] ---> Using cache [2021-01-30T06:01:10.728Z] ---> 35a15b616800 [2021-01-30T06:01:10.728Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-30T06:01:10.728Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T06:01:10.728Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-30T06:01:10.728Z] ---> 72cbb8551bc5 [2021-01-30T06:01:10.728Z] Step 3/22 : WORKDIR /edgex-go [2021-01-30T06:01:10.728Z] ---> Using cache [2021-01-30T06:01:10.728Z] ---> f9f240617275 [2021-01-30T06:01:10.728Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T06:01:10.728Z] ---> Using cache [2021-01-30T06:01:10.728Z] ---> c79cce2aa62b [2021-01-30T06:01:10.728Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-30T06:01:10.728Z] ---> Using cache [2021-01-30T06:01:10.728Z] ---> 81061f65cf49 [2021-01-30T06:01:10.728Z] Step 6/22 : COPY go.mod . [2021-01-30T06:01:10.728Z] ---> Using cache [2021-01-30T06:01:10.728Z] ---> 6b3188907e35 [2021-01-30T06:01:10.728Z] Step 7/22 : RUN go mod download [2021-01-30T06:01:10.728Z] ---> Using cache [2021-01-30T06:01:10.728Z] ---> 2fd9ea72038d [2021-01-30T06:01:10.728Z] Step 8/22 : COPY . . [2021-01-30T06:01:11.018Z] ---> Using cache [2021-01-30T06:01:11.018Z] ---> 35a15b616800 [2021-01-30T06:01:11.018Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-30T06:01:12.517Z] ---> Running in d99ead418b27 [2021-01-30T06:01:12.517Z] ---> Running in d0956d426263 [2021-01-30T06:01:14.063Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T06:01:14.063Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-30T06:01:14.063Z] ---> 72cbb8551bc5 [2021-01-30T06:01:14.063Z] Step 3/26 : WORKDIR /edgex-go [2021-01-30T06:01:14.063Z] ---> Using cache [2021-01-30T06:01:14.063Z] ---> f9f240617275 [2021-01-30T06:01:14.063Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T06:01:14.063Z] ---> Using cache [2021-01-30T06:01:14.063Z] ---> c79cce2aa62b [2021-01-30T06:01:14.063Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-30T06:01:14.063Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T06:01:14.063Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-01-30T06:01:14.063Z] ---> 72cbb8551bc5 [2021-01-30T06:01:14.063Z] Step 3/31 : WORKDIR /edgex-go [2021-01-30T06:01:14.063Z] ---> Using cache [2021-01-30T06:01:14.063Z] ---> f9f240617275 [2021-01-30T06:01:14.063Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T06:01:14.063Z] ---> Using cache [2021-01-30T06:01:14.063Z] ---> c79cce2aa62b [2021-01-30T06:01:14.063Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-01-30T06:01:14.063Z] ---> Using cache [2021-01-30T06:01:14.063Z] ---> 81061f65cf49 [2021-01-30T06:01:14.063Z] Step 6/31 : COPY go.mod . [2021-01-30T06:01:14.063Z] ---> Using cache [2021-01-30T06:01:14.063Z] ---> 6b3188907e35 [2021-01-30T06:01:14.063Z] Step 7/31 : RUN go mod download [2021-01-30T06:01:14.063Z] ---> Using cache [2021-01-30T06:01:14.063Z] ---> 2fd9ea72038d [2021-01-30T06:01:14.063Z] Step 8/31 : COPY . . [2021-01-30T06:01:14.063Z] ---> Using cache [2021-01-30T06:01:14.063Z] ---> 35a15b616800 [2021-01-30T06:01:14.063Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-30T06:01:14.719Z] ---> Running in 33b7241598b1 [2021-01-30T06:01:14.719Z] ---> Running in fe8ac9cbc0f3 [2021-01-30T06:01:15.044Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.66" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-30T06:01:15.044Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.66" -o cmd/core-command/core-command ./cmd/core-command [2021-01-30T06:01:16.125Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.66" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-30T06:01:16.407Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T06:01:18.408Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T06:01:19.865Z] OK: 233 MiB in 51 packages [2021-01-30T06:01:24.590Z] Removing intermediate container 33b7241598b1 [2021-01-30T06:01:24.590Z] ---> aa8ab6268c8b [2021-01-30T06:01:24.590Z] Step 6/26 : COPY go.mod . [2021-01-30T06:01:25.204Z] ---> a5dd2190f64e [2021-01-30T06:01:25.204Z] Step 7/26 : RUN go mod download [2021-01-30T06:01:25.899Z] ---> Running in b68cb0ee8f97 [2021-01-30T06:01:28.407Z] Removing intermediate container e6bb2b17e85a [2021-01-30T06:01:28.407Z] ---> f1e01474fcc0 [2021-01-30T06:01:28.407Z] [2021-01-30T06:01:28.407Z] Step 10/22 : FROM alpine:3.12 [2021-01-30T06:01:28.407Z] ---> afeebe901d6b [2021-01-30T06:01:28.407Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-30T06:01:28.407Z] ---> Running in 847852419be3 [2021-01-30T06:01:28.407Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T06:01:28.407Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T06:01:28.407Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-30T06:01:28.407Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-30T06:01:28.407Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T06:01:28.407Z] Executing ca-certificates-20191127-r4.trigger [2021-01-30T06:01:28.407Z] OK: 6 MiB in 16 packages [2021-01-30T06:01:28.407Z] Removing intermediate container 847852419be3 [2021-01-30T06:01:28.407Z] ---> 3e63bc832648 [2021-01-30T06:01:28.407Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-30T06:01:28.407Z] ---> Running in e00e09fb4509 [2021-01-30T06:01:28.407Z] Removing intermediate container af561df7e7e9 [2021-01-30T06:01:28.407Z] ---> e68813c70e22 [2021-01-30T06:01:28.407Z] [2021-01-30T06:01:28.407Z] Step 10/22 : FROM alpine:3.12 [2021-01-30T06:01:28.407Z] ---> afeebe901d6b [2021-01-30T06:01:28.407Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-30T06:01:28.407Z] ---> Using cache [2021-01-30T06:01:28.407Z] ---> ca1f1e65da4e [2021-01-30T06:01:28.407Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-30T06:01:28.407Z] ---> Using cache [2021-01-30T06:01:28.407Z] ---> e735f467d4c3 [2021-01-30T06:01:28.407Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-30T06:01:28.407Z] ---> Running in c0624c80cbef [2021-01-30T06:01:28.407Z] Removing intermediate container e00e09fb4509 [2021-01-30T06:01:28.407Z] ---> e17e905121b9 [2021-01-30T06:01:28.407Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-30T06:01:28.407Z] ---> Running in 364839a4872e [2021-01-30T06:01:28.684Z] Removing intermediate container c0624c80cbef [2021-01-30T06:01:28.684Z] ---> b8d3bd5e332b [2021-01-30T06:01:28.684Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-30T06:01:28.964Z] ---> Running in ec9fbc22b138 [2021-01-30T06:01:28.964Z] Removing intermediate container 364839a4872e [2021-01-30T06:01:28.964Z] ---> 3516c0108bf5 [2021-01-30T06:01:28.964Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-30T06:01:29.237Z] ---> Running in 9ea7b344b90d [2021-01-30T06:01:29.855Z] Removing intermediate container ec9fbc22b138 [2021-01-30T06:01:29.855Z] ---> 9c768435ed2f [2021-01-30T06:01:29.855Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-30T06:01:30.132Z] Removing intermediate container 9ea7b344b90d [2021-01-30T06:01:30.132Z] ---> a096466bfd43 [2021-01-30T06:01:30.132Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-30T06:01:31.130Z] ---> dc5cc8defa0e [2021-01-30T06:01:31.130Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-30T06:01:31.407Z] ---> e031803e4113 [2021-01-30T06:01:31.407Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-30T06:01:31.598Z] Removing intermediate container b68cb0ee8f97 [2021-01-30T06:01:31.598Z] ---> 09b1cdd67ff0 [2021-01-30T06:01:31.598Z] Step 8/26 : COPY . . [2021-01-30T06:01:34.058Z] ---> 97d685c3943d [2021-01-30T06:01:34.059Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-30T06:01:34.059Z] ---> d1af826257cc [2021-01-30T06:01:34.059Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-30T06:01:35.051Z] ---> a4e87b57f87c [2021-01-30T06:01:35.051Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-30T06:01:35.327Z] ---> Running in c998161b49fe [2021-01-30T06:01:35.327Z] ---> a62d3e5d6f82 [2021-01-30T06:01:35.327Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-30T06:01:35.603Z] ---> Running in 084b7496311c [2021-01-30T06:01:35.878Z] Removing intermediate container c998161b49fe [2021-01-30T06:01:35.878Z] ---> db0de73da02a [2021-01-30T06:01:35.878Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-30T06:01:36.157Z] ---> Running in bc43c984b577 [2021-01-30T06:01:36.157Z] Removing intermediate container 084b7496311c [2021-01-30T06:01:36.157Z] ---> 5114b9303e33 [2021-01-30T06:01:36.157Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-30T06:01:36.439Z] ---> Running in 4583bcde29d1 [2021-01-30T06:01:37.064Z] Removing intermediate container bc43c984b577 [2021-01-30T06:01:37.064Z] ---> 35e3957a66b4 [2021-01-30T06:01:37.064Z] Step 20/22 : LABEL arch=arm64 [2021-01-30T06:01:37.347Z] ---> Running in ceccdc48ae1a [2021-01-30T06:01:37.347Z] Removing intermediate container 4583bcde29d1 [2021-01-30T06:01:37.347Z] ---> 6e25f48d8bfc [2021-01-30T06:01:37.347Z] Step 20/22 : LABEL arch=arm64 [2021-01-30T06:01:37.347Z] ---> Running in d32f8a3f77cd [2021-01-30T06:01:38.362Z] Removing intermediate container ceccdc48ae1a [2021-01-30T06:01:38.362Z] ---> 8cd29704ba8b [2021-01-30T06:01:38.362Z] Step 21/22 : LABEL git_sha=2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:01:38.362Z] Removing intermediate container d32f8a3f77cd [2021-01-30T06:01:38.362Z] ---> 1bad165043e5 [2021-01-30T06:01:38.362Z] Step 21/22 : LABEL git_sha=2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:01:38.647Z] ---> Running in 0555e49cde0e [2021-01-30T06:01:38.937Z] ---> Running in e01cc9a80a0a [2021-01-30T06:01:39.553Z] Removing intermediate container 0555e49cde0e [2021-01-30T06:01:39.553Z] ---> 2f94e21944a9 [2021-01-30T06:01:39.553Z] Step 22/22 : LABEL version=2.0.0-dev.66 [2021-01-30T06:01:39.833Z] ---> Running in 1bf8255ef0c3 [2021-01-30T06:01:39.833Z] Removing intermediate container e01cc9a80a0a [2021-01-30T06:01:39.833Z] ---> 71384f5db293 [2021-01-30T06:01:39.833Z] Step 22/22 : LABEL version=2.0.0-dev.66 [2021-01-30T06:01:40.111Z] ---> Running in 68ffdd6e88d0 [2021-01-30T06:01:40.716Z] Removing intermediate container 1bf8255ef0c3 [2021-01-30T06:01:40.716Z] ---> bb0214e0120a [2021-01-30T06:01:40.716Z] [2021-01-30T06:01:41.319Z] Successfully built bb0214e0120a [2021-01-30T06:01:41.596Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-30T06:01:41.596Z]  Building docker-support-scheduler-go ... done Removing intermediate container 68ffdd6e88d0 [2021-01-30T06:01:41.596Z] ---> 572a7fd4ab71 [2021-01-30T06:01:41.596Z] [2021-01-30T06:01:42.199Z] Successfully built 572a7fd4ab71 [2021-01-30T06:01:42.199Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-30T06:01:43.181Z]  Building docker-support-notifications-go ... done Removing intermediate container 0f934ff48121 [2021-01-30T06:01:43.181Z] ---> 0a7c1a8cca2c [2021-01-30T06:01:43.181Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-30T06:01:43.181Z] ---> Running in af88d1a36ac3 [2021-01-30T06:01:44.627Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.66" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-30T06:01:47.259Z] Removing intermediate container af88d1a36ac3 [2021-01-30T06:01:47.259Z] ---> eb94e5129c16 [2021-01-30T06:01:47.259Z] [2021-01-30T06:01:47.259Z] Step 11/26 : FROM docker:20.10.0 [2021-01-30T06:01:47.532Z] 20.10.0: Pulling from library/docker [2021-01-30T06:01:57.697Z] Removing intermediate container 34bd1853c363 [2021-01-30T06:01:57.697Z] ---> f7c7f9be322e [2021-01-30T06:01:57.697Z] [2021-01-30T06:01:57.697Z] Step 10/23 : FROM alpine:3.12 [2021-01-30T06:01:57.697Z] ---> afeebe901d6b [2021-01-30T06:01:57.697Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-30T06:01:57.967Z] ---> Running in 27641e7e345d [2021-01-30T06:01:58.561Z] Removing intermediate container 27641e7e345d [2021-01-30T06:01:58.561Z] ---> f58dd4fce587 [2021-01-30T06:01:58.561Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-30T06:01:58.561Z] ---> Running in 39b5e598e798 [2021-01-30T06:01:58.833Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-30T06:01:58.833Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-30T06:01:58.833Z] ---> eeaf43b92773 [2021-01-30T06:01:58.833Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-30T06:01:59.109Z] ---> Running in c2bdea70ef86 [2021-01-30T06:01:59.109Z] Removing intermediate container 39b5e598e798 [2021-01-30T06:01:59.109Z] ---> adc7980132a4 [2021-01-30T06:01:59.109Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-30T06:01:59.382Z] ---> Running in 57fd8b4fea82 [2021-01-30T06:01:59.472Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.66" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-30T06:01:59.986Z] Removing intermediate container 57fd8b4fea82 [2021-01-30T06:01:59.987Z] ---> 90ddb54a393c [2021-01-30T06:01:59.987Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T06:01:59.987Z] ---> Running in ea48b1bd18f3 [2021-01-30T06:02:00.589Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T06:02:00.589Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T06:02:01.187Z] (1/2) Installing readline (8.0.4-r0) [2021-01-30T06:02:01.187Z] (2/2) Installing bash (5.0.17-r0) [2021-01-30T06:02:01.187Z] Executing bash-5.0.17-r0.post-install [2021-01-30T06:02:01.187Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T06:02:01.187Z] OK: 12 MiB in 22 packages [2021-01-30T06:02:02.620Z] Removing intermediate container ea48b1bd18f3 [2021-01-30T06:02:02.620Z] ---> 1cc0b7b79767 [2021-01-30T06:02:02.620Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-30T06:02:02.620Z] Removing intermediate container c2bdea70ef86 [2021-01-30T06:02:02.620Z] ---> 4cb736379cad [2021-01-30T06:02:02.620Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-30T06:02:02.620Z] ---> Running in 8b5a9b90c1d7 [2021-01-30T06:02:03.596Z] ---> Running in 59ec4096b31b [2021-01-30T06:02:03.869Z] Removing intermediate container 59ec4096b31b [2021-01-30T06:02:03.869Z] ---> 0751d5b842a7 [2021-01-30T06:02:03.869Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-30T06:02:04.144Z] ---> Running in 149d94559880 [2021-01-30T06:02:04.414Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T06:02:04.685Z] Removing intermediate container 149d94559880 [2021-01-30T06:02:04.685Z] ---> 02504bd75b5b [2021-01-30T06:02:04.685Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-30T06:02:04.685Z] ---> Running in 6602b9341b6d [2021-01-30T06:02:05.279Z] Removing intermediate container 6602b9341b6d [2021-01-30T06:02:05.279Z] ---> 8e89155d9318 [2021-01-30T06:02:05.279Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-30T06:02:05.550Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T06:02:06.518Z] ---> e40b0e50ca7f [2021-01-30T06:02:06.518Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-30T06:02:07.112Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-30T06:02:07.112Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-30T06:02:07.112Z] ---> 78510c048db2 [2021-01-30T06:02:07.112Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-30T06:02:07.112Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-30T06:02:07.382Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-30T06:02:07.976Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-30T06:02:08.247Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-30T06:02:08.247Z] ---> f2ed4fd1dcf9 [2021-01-30T06:02:08.247Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-30T06:02:08.247Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T06:02:08.247Z] OK: 8 MiB in 20 packages [2021-01-30T06:02:08.517Z] ---> Running in 738f87798e2f [2021-01-30T06:02:09.504Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T06:02:09.504Z] Removing intermediate container 8b5a9b90c1d7 [2021-01-30T06:02:09.504Z] ---> 687d618afa04 [2021-01-30T06:02:09.504Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-30T06:02:09.774Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T06:02:10.257Z] Removing intermediate container d99ead418b27 [2021-01-30T06:02:10.257Z] ---> 1c6672016f16 [2021-01-30T06:02:10.257Z] [2021-01-30T06:02:10.257Z] Step 10/22 : FROM alpine:3.12 [2021-01-30T06:02:10.257Z] Removing intermediate container d0956d426263 [2021-01-30T06:02:10.257Z] ---> 2cdd1a9895ba [2021-01-30T06:02:10.257Z] [2021-01-30T06:02:10.257Z] Step 10/23 : FROM alpine:3.12 [2021-01-30T06:02:10.257Z] ---> 389fef711851 [2021-01-30T06:02:10.257Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-30T06:02:10.257Z] ---> 389fef711851 [2021-01-30T06:02:10.257Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-30T06:02:10.367Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-30T06:02:10.367Z] (2/33) Installing expat (2.2.9-r1) [2021-01-30T06:02:10.367Z] (3/33) Installing libffi (3.3-r2) [2021-01-30T06:02:10.367Z] (4/33) Installing gdbm (1.13-r1) [2021-01-30T06:02:10.367Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-30T06:02:10.367Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-30T06:02:10.367Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-30T06:02:10.530Z] ---> Using cache [2021-01-30T06:02:10.530Z] ---> 5ef79517a534 [2021-01-30T06:02:10.530Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-30T06:02:10.530Z] ---> Using cache [2021-01-30T06:02:10.530Z] ---> 5ef79517a534 [2021-01-30T06:02:10.530Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-30T06:02:10.530Z] ---> Using cache [2021-01-30T06:02:10.530Z] ---> Using cache [2021-01-30T06:02:10.530Z] ---> 94365861a057 [2021-01-30T06:02:10.530Z] ---> 94365861a057 [2021-01-30T06:02:10.530Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-30T06:02:10.530Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-30T06:02:10.641Z] ---> 352ce0bb6877 [2021-01-30T06:02:10.641Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-30T06:02:12.071Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-30T06:02:12.071Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-30T06:02:12.071Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-30T06:02:12.071Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-30T06:02:12.071Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-30T06:02:12.071Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-30T06:02:12.415Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-30T06:02:12.415Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-30T06:02:12.415Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-30T06:02:12.415Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-30T06:02:12.415Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-30T06:02:12.415Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-30T06:02:12.415Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-30T06:02:12.415Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-30T06:02:12.496Z] ---> Running in 26027bbf448c [2021-01-30T06:02:12.496Z] ---> Running in 14dba3ed76c5 [2021-01-30T06:02:12.693Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-30T06:02:12.694Z] ---> eb74c07c5b1d [2021-01-30T06:02:12.694Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-30T06:02:12.694Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-30T06:02:12.694Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-30T06:02:12.694Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-30T06:02:12.694Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-30T06:02:12.694Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-30T06:02:12.694Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-30T06:02:12.694Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-30T06:02:12.694Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-30T06:02:12.992Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-30T06:02:12.992Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-30T06:02:12.992Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-30T06:02:12.992Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T06:02:12.992Z] OK: 71 MiB in 55 packages [2021-01-30T06:02:14.009Z] ---> 52f303e3423b [2021-01-30T06:02:14.009Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-30T06:02:14.055Z] ---> cd15baa77f32 [2021-01-30T06:02:14.055Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-30T06:02:14.055Z] ---> Running in a2a833b3324f [2021-01-30T06:02:14.619Z] Removing intermediate container 26027bbf448c [2021-01-30T06:02:14.619Z] ---> 5950e9c8de03 [2021-01-30T06:02:14.619Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-30T06:02:14.619Z] Removing intermediate container 14dba3ed76c5 [2021-01-30T06:02:14.619Z] ---> 406dd6a3ab07 [2021-01-30T06:02:14.619Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-30T06:02:14.669Z] Removing intermediate container a2a833b3324f [2021-01-30T06:02:14.669Z] ---> 03539273e96d [2021-01-30T06:02:14.669Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-30T06:02:14.945Z] ---> Running in 9252221d9f5d [2021-01-30T06:02:15.226Z] ---> Running in 0f80fa6d546d [2021-01-30T06:02:15.226Z] ---> Running in b16b6fa482a4 [2021-01-30T06:02:15.226Z] ---> Running in 4cdad1d30d15 [2021-01-30T06:02:15.521Z] Removing intermediate container fe8ac9cbc0f3 [2021-01-30T06:02:15.521Z] ---> bdf72d7dc065 [2021-01-30T06:02:15.521Z] [2021-01-30T06:02:15.521Z] Step 10/31 : FROM alpine:3.12 [2021-01-30T06:02:15.521Z] ---> 389fef711851 [2021-01-30T06:02:15.521Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-30T06:02:15.521Z] ---> Running in 2b1f8bbca9cb [2021-01-30T06:02:15.521Z] Removing intermediate container 4cdad1d30d15 [2021-01-30T06:02:15.521Z] ---> 4cace08042b0 [2021-01-30T06:02:15.521Z] Step 15/23 : WORKDIR / [2021-01-30T06:02:15.521Z] Removing intermediate container b16b6fa482a4 [2021-01-30T06:02:15.521Z] ---> 495cf8b1a637 [2021-01-30T06:02:15.521Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-30T06:02:15.809Z] ---> Running in 571a6d0245d1 [2021-01-30T06:02:15.921Z] Removing intermediate container 9252221d9f5d [2021-01-30T06:02:15.921Z] ---> 44808bfa9a6d [2021-01-30T06:02:15.921Z] Step 21/23 : LABEL arch=arm64 [2021-01-30T06:02:16.083Z] Removing intermediate container 2b1f8bbca9cb [2021-01-30T06:02:16.083Z] ---> c9d019da1fc7 [2021-01-30T06:02:16.083Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-01-30T06:02:16.083Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.66" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-30T06:02:16.192Z] ---> Running in f4bcebaef360 [2021-01-30T06:02:16.419Z] Removing intermediate container 571a6d0245d1 [2021-01-30T06:02:16.419Z] ---> 2e13a4f870f0 [2021-01-30T06:02:16.419Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-30T06:02:16.419Z] ---> f1b8523b672a [2021-01-30T06:02:16.419Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-30T06:02:16.419Z] ---> Running in 5f893e8e6dd9 [2021-01-30T06:02:16.790Z] Removing intermediate container f4bcebaef360 [2021-01-30T06:02:16.790Z] ---> 0f9a7f9a0652 [2021-01-30T06:02:16.790Z] Step 22/23 : LABEL git_sha=2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:02:17.064Z] ---> Running in 822610aa93b6 [2021-01-30T06:02:17.453Z] ---> dc70c9b621b7 [2021-01-30T06:02:17.453Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-30T06:02:17.662Z] Removing intermediate container 822610aa93b6 [2021-01-30T06:02:17.662Z] ---> 54ce0171b0f8 [2021-01-30T06:02:17.662Z] Step 23/23 : LABEL version=2.0.0-dev.66 [2021-01-30T06:02:18.261Z] ---> Running in dd5c94d99039 [2021-01-30T06:02:18.947Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T06:02:18.947Z] ---> 8925948afd3e [2021-01-30T06:02:18.947Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-30T06:02:18.947Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T06:02:19.229Z] ---> e6419e63d427 [2021-01-30T06:02:19.229Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-30T06:02:19.237Z] Removing intermediate container dd5c94d99039 [2021-01-30T06:02:19.237Z] ---> f46ce0b6f1b4 [2021-01-30T06:02:19.237Z] [2021-01-30T06:02:19.237Z] Removing intermediate container 738f87798e2f [2021-01-30T06:02:19.237Z] ---> 1e634bd61a19 [2021-01-30T06:02:19.237Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-30T06:02:19.511Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-01-30T06:02:19.511Z] (2/2) Installing su-exec (0.2-r1) [2021-01-30T06:02:19.511Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T06:02:19.511Z] OK: 6 MiB in 16 packages [2021-01-30T06:02:19.513Z] Successfully built f46ce0b6f1b4 [2021-01-30T06:02:19.513Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-30T06:02:19.513Z]  Building docker-core-data-go ... done  ---> Running in fa1efb1d1be6 [2021-01-30T06:02:20.202Z] ---> e676f0f856a0 [2021-01-30T06:02:20.202Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-30T06:02:20.530Z] ---> Running in f5dcb08383eb [2021-01-30T06:02:20.530Z] ---> dfc546fe24d7 [2021-01-30T06:02:20.530Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-30T06:02:21.755Z] ---> Running in 528dabeedfbe [2021-01-30T06:02:22.433Z] Removing intermediate container f5dcb08383eb [2021-01-30T06:02:22.433Z] ---> 7cb5689c4c0b [2021-01-30T06:02:22.433Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-30T06:02:22.433Z] ---> Running in 763c7c826632 [2021-01-30T06:02:23.092Z] Removing intermediate container 528dabeedfbe [2021-01-30T06:02:23.092Z] ---> 4b6996a821cc [2021-01-30T06:02:23.092Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-30T06:02:23.092Z] Removing intermediate container 5f893e8e6dd9 [2021-01-30T06:02:23.092Z] ---> a74f57a36826 [2021-01-30T06:02:23.092Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-30T06:02:23.092Z] Removing intermediate container 763c7c826632 [2021-01-30T06:02:23.092Z] ---> 010cb24295d3 [2021-01-30T06:02:23.092Z] Step 20/22 : LABEL arch=x86_64 [2021-01-30T06:02:23.394Z] ---> Running in e3afea87b14e [2021-01-30T06:02:23.394Z] ---> Running in e6761eafc0df [2021-01-30T06:02:23.394Z] ---> Running in e11eb02031bf [2021-01-30T06:02:23.681Z] Removing intermediate container e6761eafc0df [2021-01-30T06:02:23.681Z] ---> 07d00725baca [2021-01-30T06:02:23.681Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-30T06:02:23.991Z] Removing intermediate container e3afea87b14e [2021-01-30T06:02:23.991Z] ---> 4f400e7df858 [2021-01-30T06:02:23.991Z] Step 21/23 : LABEL arch=x86_64 [2021-01-30T06:02:23.991Z] ---> Running in 2827cdb2da20 [2021-01-30T06:02:23.991Z] Removing intermediate container e11eb02031bf [2021-01-30T06:02:23.991Z] ---> 16df2d59e85d [2021-01-30T06:02:23.991Z] Step 21/22 : LABEL git_sha=2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:02:24.303Z] ---> Running in ed4a7fb865e9 [2021-01-30T06:02:24.615Z] ---> Running in f6c3a65445d3 [2021-01-30T06:02:24.615Z] Removing intermediate container 2827cdb2da20 [2021-01-30T06:02:24.615Z] ---> 20a3ae9ab05b [2021-01-30T06:02:24.615Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-30T06:02:24.615Z] Removing intermediate container ed4a7fb865e9 [2021-01-30T06:02:24.615Z] ---> 48cafd59c4ca [2021-01-30T06:02:24.615Z] Step 22/23 : LABEL git_sha=2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:02:24.908Z] Collecting docker-compose==1.23.2 [2021-01-30T06:02:24.908Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-30T06:02:24.908Z] Collecting cached-property<2,>=1.2.0 [2021-01-30T06:02:24.908Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-30T06:02:25.177Z] 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-30T06:02:25.177Z] Collecting texttable<0.10,>=0.9.0 [2021-01-30T06:02:25.177Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-30T06:02:25.645Z] ---> Running in 22ffecadbfc5 [2021-01-30T06:02:25.645Z] Removing intermediate container f6c3a65445d3 [2021-01-30T06:02:25.645Z] ---> 8ab0cf442ac9 [2021-01-30T06:02:25.645Z] Step 22/22 : LABEL version=2.0.0-dev.66 [2021-01-30T06:02:25.645Z] ---> Running in 2c982bd4b128 [2021-01-30T06:02:25.939Z] ---> Running in a2848686ebf7 [2021-01-30T06:02:26.569Z] Removing intermediate container 2c982bd4b128 [2021-01-30T06:02:26.569Z] ---> c569967b76ad [2021-01-30T06:02:26.569Z] Step 23/23 : LABEL version=2.0.0-dev.66 [2021-01-30T06:02:26.569Z] Removing intermediate container a2848686ebf7 [2021-01-30T06:02:26.569Z] ---> 8524ffddb591 [2021-01-30T06:02:26.569Z] [2021-01-30T06:02:26.569Z] ---> Running in 412e12d26d0b [2021-01-30T06:02:27.212Z] Successfully built 8524ffddb591 [2021-01-30T06:02:27.212Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-30T06:02:27.212Z]  Building docker-support-scheduler-go ... done Removing intermediate container 412e12d26d0b [2021-01-30T06:02:27.212Z] ---> 8dcde435668f [2021-01-30T06:02:27.212Z] [2021-01-30T06:02:27.776Z] Collecting PyYAML<4,>=3.10 [2021-01-30T06:02:27.776Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-30T06:02:27.860Z] Successfully built 8dcde435668f [2021-01-30T06:02:27.860Z] Successfully tagged docker-core-command-go:latest [2021-01-30T06:02:28.190Z]  Building docker-core-command-go ... done Removing intermediate container 22ffecadbfc5 [2021-01-30T06:02:28.190Z] ---> b76fc35d33dc [2021-01-30T06:02:28.190Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-30T06:02:28.190Z] ---> Running in 02fae0c832a2 [2021-01-30T06:02:28.818Z] Removing intermediate container 02fae0c832a2 [2021-01-30T06:02:28.818Z] ---> 7b8bcea1908e [2021-01-30T06:02:28.818Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-30T06:02:29.866Z] ---> 3bb7ad6e033f [2021-01-30T06:02:29.866Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-30T06:02:29.866Z] ---> Running in c37042f35307 [2021-01-30T06:02:31.149Z] Collecting docker<4.0,>=3.6.0 [2021-01-30T06:02:31.150Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-30T06:02:32.119Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-30T06:02:32.119Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-30T06:02:32.389Z] Collecting docopt<0.7,>=0.6.1 [2021-01-30T06:02:32.389Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-30T06:02:33.370Z] Removing intermediate container c37042f35307 [2021-01-30T06:02:33.370Z] ---> e78d491481f9 [2021-01-30T06:02:33.370Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-30T06:02:33.653Z] ---> c6ee081ed66b [2021-01-30T06:02:33.653Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-30T06:02:34.355Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-30T06:02:34.355Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-30T06:02:34.658Z] ---> df1d1fd96ff2 [2021-01-30T06:02:34.658Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-30T06:02:34.946Z] ---> 6799d5bd622a [2021-01-30T06:02:34.946Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-30T06:02:35.942Z] ---> 4a87525ab3eb [2021-01-30T06:02:35.942Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-30T06:02:36.312Z] Collecting jsonschema<3,>=2.5.1 [2021-01-30T06:02:36.312Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-30T06:02:36.899Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-30T06:02:36.899Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-30T06:02:37.169Z] Collecting docker-pycreds>=0.4.0 [2021-01-30T06:02:37.430Z] ---> 07aeb83cb107 [2021-01-30T06:02:37.430Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-01-30T06:02:37.430Z] Removing intermediate container 0f80fa6d546d [2021-01-30T06:02:37.430Z] ---> a9211bf94afd [2021-01-30T06:02:37.430Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-30T06:02:37.430Z] ---> Running in aa4469ea29e7 [2021-01-30T06:02:37.439Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-30T06:02:37.704Z] ---> Running in cbe37bdd2923 [2021-01-30T06:02:37.982Z] Removing intermediate container aa4469ea29e7 [2021-01-30T06:02:37.982Z] ---> 9996e6e1200c [2021-01-30T06:02:37.982Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-30T06:02:38.029Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-30T06:02:38.029Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-30T06:02:38.029Z] 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-30T06:02:38.262Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.66" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-30T06:02:38.262Z] ---> a95fddb10075 [2021-01-30T06:02:38.262Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-01-30T06:02:38.300Z] Collecting idna<2.8,>=2.5 [2021-01-30T06:02:38.300Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-30T06:02:38.530Z] ---> Running in e7df73bb1242 [2021-01-30T06:02:38.571Z] 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-30T06:02:38.571Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-30T06:02:38.571Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-30T06:02:38.571Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-30T06:02:38.571Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-30T06:02:39.158Z] Installing collected packages: cached-property, texttable, PyYAML, urllib3, idna, requests, docker-pycreds, websocket-client, docker, docopt, dockerpty, jsonschema, docker-compose [2021-01-30T06:02:39.158Z] Running setup.py install for texttable: started [2021-01-30T06:02:40.543Z] Removing intermediate container cbe37bdd2923 [2021-01-30T06:02:40.543Z] ---> 963226d86029 [2021-01-30T06:02:40.543Z] [2021-01-30T06:02:40.543Z] Step 11/26 : FROM docker:20.10.0 [2021-01-30T06:02:40.543Z] Removing intermediate container e7df73bb1242 [2021-01-30T06:02:40.543Z] ---> 2050eec1b05c [2021-01-30T06:02:40.543Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-30T06:02:40.543Z] 20.10.0: Pulling from library/docker [2021-01-30T06:02:40.543Z] ---> Running in fde6670ad589 [2021-01-30T06:02:40.816Z] Removing intermediate container fde6670ad589 [2021-01-30T06:02:40.816Z] ---> 0757f87fb2f5 [2021-01-30T06:02:40.816Z] Step 28/31 : CMD ["gate"] [2021-01-30T06:02:41.121Z] Running setup.py install for texttable: finished with status 'done' [2021-01-30T06:02:41.121Z] Running setup.py install for PyYAML: started [2021-01-30T06:02:41.136Z] ---> Running in 0d7464a0ef24 [2021-01-30T06:02:41.733Z] Removing intermediate container 0d7464a0ef24 [2021-01-30T06:02:41.733Z] ---> 36f3c4cf75d2 [2021-01-30T06:02:41.733Z] Step 29/31 : LABEL arch=x86_64 [2021-01-30T06:02:42.026Z] ---> Running in 4738884bafc1 [2021-01-30T06:02:42.646Z] Removing intermediate container 4738884bafc1 [2021-01-30T06:02:42.646Z] ---> 057621af92da [2021-01-30T06:02:42.646Z] Step 30/31 : LABEL git_sha=2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:02:42.646Z] ---> Running in 926d8fc1cbc4 [2021-01-30T06:02:42.923Z] Removing intermediate container 926d8fc1cbc4 [2021-01-30T06:02:42.924Z] ---> 6b957ddc15fa [2021-01-30T06:02:42.924Z] Step 31/31 : LABEL version=2.0.0-dev.66 [2021-01-30T06:02:43.082Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-30T06:02:43.082Z] Attempting uninstall: urllib3 [2021-01-30T06:02:43.082Z] Found existing installation: urllib3 1.25.9 [2021-01-30T06:02:43.082Z] Uninstalling urllib3-1.25.9: [2021-01-30T06:02:43.202Z] ---> Running in 9a8cdc58675d [2021-01-30T06:02:43.352Z] Successfully uninstalled urllib3-1.25.9 [2021-01-30T06:02:43.495Z] Removing intermediate container 9a8cdc58675d [2021-01-30T06:02:43.495Z] ---> 8295adee9cc6 [2021-01-30T06:02:43.495Z] [2021-01-30T06:02:43.621Z] Attempting uninstall: idna [2021-01-30T06:02:43.621Z] Found existing installation: idna 2.9 [2021-01-30T06:02:43.621Z] Uninstalling idna-2.9: [2021-01-30T06:02:43.766Z] Successfully built 8295adee9cc6 [2021-01-30T06:02:43.892Z] Successfully uninstalled idna-2.9 [2021-01-30T06:02:44.046Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-30T06:02:44.483Z] Attempting uninstall: requests [2021-01-30T06:02:44.483Z] Found existing installation: requests 2.23.0 [2021-01-30T06:02:44.483Z] Uninstalling requests-2.23.0: [2021-01-30T06:02:44.483Z] Successfully uninstalled requests-2.23.0 [2021-01-30T06:02:45.902Z] Running setup.py install for docopt: started [2021-01-30T06:02:47.860Z] Running setup.py install for docopt: finished with status 'done' [2021-01-30T06:02:47.860Z] Running setup.py install for dockerpty: started [2021-01-30T06:02:49.820Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-30T06:02:50.789Z] 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-30T06:02:52.697Z]  Building docker-security-bootstrapper-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-30T06:02:52.697Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-30T06:02:52.697Z] ---> aefe523efa57 [2021-01-30T06:02:52.697Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-30T06:02:52.697Z] ---> Running in 1d26efe642bd [2021-01-30T06:02:52.697Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T06:02:52.697Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T06:02:52.976Z] (1/2) Installing readline (8.0.4-r0) [2021-01-30T06:02:52.976Z] (2/2) Installing bash (5.0.17-r0) [2021-01-30T06:02:52.976Z] Executing bash-5.0.17-r0.post-install [2021-01-30T06:02:52.976Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T06:02:52.976Z] OK: 12 MiB in 22 packages [2021-01-30T06:02:54.453Z] Removing intermediate container 1d26efe642bd [2021-01-30T06:02:54.453Z] ---> 7eefa6c1da64 [2021-01-30T06:02:54.453Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-30T06:02:54.453Z] ---> Running in 368933f53a18 [2021-01-30T06:02:54.759Z] Removing intermediate container 368933f53a18 [2021-01-30T06:02:54.759Z] ---> 994eb042ff42 [2021-01-30T06:02:54.759Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-30T06:02:54.759Z] ---> Running in d0cf69e8dd52 [2021-01-30T06:02:55.032Z] Removing intermediate container d0cf69e8dd52 [2021-01-30T06:02:55.032Z] ---> b5f3b3c41731 [2021-01-30T06:02:55.032Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-30T06:02:55.032Z] ---> Running in e4dbf1e83553 [2021-01-30T06:02:55.074Z] Removing intermediate container fa1efb1d1be6 [2021-01-30T06:02:55.074Z] ---> 371cd2238d38 [2021-01-30T06:02:55.074Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-30T06:02:55.074Z] ---> Running in 288ad69abad0 [2021-01-30T06:02:55.305Z] Removing intermediate container e4dbf1e83553 [2021-01-30T06:02:55.305Z] ---> ccb332c278ad [2021-01-30T06:02:55.305Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-30T06:02:55.663Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T06:02:55.931Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T06:02:56.279Z] ---> d19249404fe0 [2021-01-30T06:02:56.279Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-30T06:02:56.524Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-30T06:02:56.524Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-30T06:02:56.524Z] (3/3) Installing curl (7.69.1-r3) [2021-01-30T06:02:56.524Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T06:02:56.524Z] OK: 71 MiB in 58 packages [2021-01-30T06:02:56.900Z] ---> a9152447dbe9 [2021-01-30T06:02:56.900Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-30T06:02:57.522Z] ---> a740551ba7a3 [2021-01-30T06:02:57.522Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-30T06:02:57.522Z] ---> Running in 88ad26560d2d [2021-01-30T06:02:57.950Z] Removing intermediate container 288ad69abad0 [2021-01-30T06:02:57.950Z] ---> a935ae27f4d7 [2021-01-30T06:02:57.950Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-30T06:02:58.224Z] ---> Running in cdfde1dc987d [2021-01-30T06:02:58.567Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T06:02:58.822Z] Removing intermediate container cdfde1dc987d [2021-01-30T06:02:58.822Z] ---> fa43bb0edc23 [2021-01-30T06:02:58.822Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-30T06:02:58.822Z] ---> Running in e6a53d6bd454 [2021-01-30T06:02:58.866Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T06:02:59.137Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-30T06:02:59.137Z] (2/33) Installing expat (2.2.9-r1) [2021-01-30T06:02:59.137Z] (3/33) Installing libffi (3.3-r2) [2021-01-30T06:02:59.137Z] (4/33) Installing gdbm (1.13-r1) [2021-01-30T06:02:59.137Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-30T06:02:59.137Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-30T06:02:59.137Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-30T06:02:59.412Z] Removing intermediate container e6a53d6bd454 [2021-01-30T06:02:59.412Z] ---> 1ad679119a8d [2021-01-30T06:02:59.412Z] Step 24/26 : LABEL arch=arm64 [2021-01-30T06:02:59.684Z] ---> Running in b2757f082133 [2021-01-30T06:03:00.279Z] Removing intermediate container b2757f082133 [2021-01-30T06:03:00.279Z] ---> d4b6e6957e4e [2021-01-30T06:03:00.279Z] Step 25/26 : LABEL git_sha=2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:03:00.555Z] ---> Running in c4746d54a23c [2021-01-30T06:03:00.562Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-30T06:03:00.562Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-30T06:03:00.562Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-30T06:03:00.562Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-30T06:03:00.829Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-30T06:03:01.145Z] Removing intermediate container c4746d54a23c [2021-01-30T06:03:01.145Z] ---> 3349e2b1537c [2021-01-30T06:03:01.145Z] Step 26/26 : LABEL version=2.0.0-dev.66 [2021-01-30T06:03:01.145Z] ---> Running in 70188ee8234a [2021-01-30T06:03:01.426Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-30T06:03:01.426Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-30T06:03:01.426Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-30T06:03:01.711Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-30T06:03:01.711Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-30T06:03:01.711Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-30T06:03:01.711Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-30T06:03:01.711Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-30T06:03:01.711Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-30T06:03:01.711Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-30T06:03:01.711Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-30T06:03:01.739Z] Removing intermediate container 70188ee8234a [2021-01-30T06:03:01.739Z] ---> a7eb04bd973f [2021-01-30T06:03:01.739Z] [2021-01-30T06:03:01.978Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-30T06:03:01.978Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-30T06:03:01.978Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-30T06:03:01.978Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-30T06:03:01.978Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-30T06:03:01.978Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-30T06:03:01.978Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-30T06:03:01.978Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-30T06:03:01.978Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-30T06:03:01.978Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-30T06:03:02.011Z] Successfully built a7eb04bd973f [2021-01-30T06:03:02.011Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-30T06:03:02.247Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T06:03:02.247Z] OK: 71 MiB in 55 packages [2021-01-30T06:03:02.299Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-30T06:03:02.193Z] $ docker stop --time=1 388181cc59889dc488a51f807c44c85443a0615eed4a0162e3adc6421df25815 [2021-01-30T06:03:04.264Z] $ docker rm -f 388181cc59889dc488a51f807c44c85443a0615eed4a0162e3adc6421df25815 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-30T06:03:05.050Z] + docker images [2021-01-30T06:03:05.050Z] + grep docker [2021-01-30T06:03:05.319Z] docker-sys-mgmt-agent-go-arm64 latest a7eb04bd973f 4 seconds ago 300MB [2021-01-30T06:03:05.319Z] docker-core-data-go-arm64 latest f46ce0b6f1b4 47 seconds ago 21MB [2021-01-30T06:03:05.319Z] docker-support-scheduler-go-arm64 latest bb0214e0120a About a minute ago 16.1MB [2021-01-30T06:03:05.319Z] docker-support-notifications-go-arm64 latest 572a7fd4ab71 About a minute ago 16MB [2021-01-30T06:03:05.319Z] docker-security-bootstrapper-go-arm64 latest 92c4e287abdf 3 minutes ago 22.6MB [2021-01-30T06:03:05.319Z] docker-core-metadata-go-arm64 latest 263b672784d0 3 minutes ago 17.7MB [2021-01-30T06:03:05.319Z] docker-core-command-go-arm64 latest 9a356d62562b 3 minutes ago 16MB [2021-01-30T06:03:05.319Z] docker-security-secretstore-setup-go-arm64 latest 7c62c49273fa 3 minutes ago 23.4MB [2021-01-30T06:03:05.319Z] docker-security-proxy-setup-go-arm64 latest 90c232e6ec89 3 minutes ago 23.2MB [2021-01-30T06:03:05.319Z] docker 20.10.0 eeaf43b92773 7 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-30T06:03:05.849Z] provisioning config files... [2021-01-30T06:03:05.913Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/330@tmp/config3204118960967841218tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-30T06:03:06.298Z] ---> docker-login.sh [2021-01-30T06:03:06.298Z] nexus3.edgexfoundry.org:10001 [2021-01-30T06:03:06.569Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-30T06:03:06.842Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-30T06:03:06.842Z] Configure a credential helper to remove this warning. See [2021-01-30T06:03:06.842Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-30T06:03:06.842Z] [2021-01-30T06:03:06.842Z] Login Succeeded [2021-01-30T06:03:06.842Z] nexus3.edgexfoundry.org:10002 [2021-01-30T06:03:07.119Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-30T06:03:07.392Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-30T06:03:07.392Z] Configure a credential helper to remove this warning. See [2021-01-30T06:03:07.392Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-30T06:03:07.392Z] [2021-01-30T06:03:07.392Z] Login Succeeded [2021-01-30T06:03:07.392Z] nexus3.edgexfoundry.org:10003 [2021-01-30T06:03:07.664Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-30T06:03:07.936Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-30T06:03:07.936Z] Configure a credential helper to remove this warning. See [2021-01-30T06:03:07.936Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-30T06:03:07.936Z] [2021-01-30T06:03:07.936Z] Login Succeeded [2021-01-30T06:03:07.936Z] nexus3.edgexfoundry.org:10004 [2021-01-30T06:03:08.215Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-30T06:03:08.487Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-30T06:03:08.487Z] Configure a credential helper to remove this warning. See [2021-01-30T06:03:08.487Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-30T06:03:08.487Z] [2021-01-30T06:03:08.487Z] Login Succeeded [2021-01-30T06:03:08.487Z] docker.io [2021-01-30T06:03:08.761Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-30T06:03:09.355Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-30T06:03:09.355Z] Configure a credential helper to remove this warning. See [2021-01-30T06:03:09.355Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-30T06:03:09.355Z] [2021-01-30T06:03:09.355Z] Login Succeeded [2021-01-30T06:03:09.355Z] ---> docker-login.sh ends [Pipeline] } [2021-01-30T06:03:09.373Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-30T06:03:09.712Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-01-30T06:03:09.712Z] 2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:03:09.712Z] 2.0.0-dev.66 [2021-01-30T06:03:09.712Z] 2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [2021-01-30T06:03:09.712Z] master [2021-01-30T06:03:09.712Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:10.225Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2372a215bf83b5aca75052ece39a841bb32f320e [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:10.576Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:03:10.576Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-30T06:03:10.576Z] 74f7a2f52a7d: Preparing [2021-01-30T06:03:10.576Z] 0871cf69250c: Preparing [2021-01-30T06:03:10.576Z] 3737fdf4962b: Preparing [2021-01-30T06:03:10.576Z] 87b37dd15a57: Preparing [2021-01-30T06:03:10.576Z] 379067d0cb53: Preparing [2021-01-30T06:03:10.851Z] 379067d0cb53: Layer already exists [2021-01-30T06:03:10.851Z] 3737fdf4962b: Pushed [2021-01-30T06:03:10.851Z] 74f7a2f52a7d: Pushed [2021-01-30T06:03:10.851Z] 87b37dd15a57: Pushed [2021-01-30T06:03:12.431Z] Removing intermediate container 88ad26560d2d [2021-01-30T06:03:12.431Z] ---> b0afd84c25fc [2021-01-30T06:03:12.431Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-30T06:03:12.431Z] ---> Running in af51d1556085 [2021-01-30T06:03:13.501Z] 0871cf69250c: Pushed [2021-01-30T06:03:13.501Z] 2372a215bf83b5aca75052ece39a841bb32f320e: digest: sha256:eee7050852c28cb6881879450fcd29ea804b133c1383601e9fda6801dd3452fc size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:13.841Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.66 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:14.175Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.66 [2021-01-30T06:03:14.175Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-30T06:03:14.175Z] 74f7a2f52a7d: Preparing [2021-01-30T06:03:14.175Z] 0871cf69250c: Preparing [2021-01-30T06:03:14.175Z] 3737fdf4962b: Preparing [2021-01-30T06:03:14.175Z] 87b37dd15a57: Preparing [2021-01-30T06:03:14.175Z] 379067d0cb53: Preparing [2021-01-30T06:03:14.175Z] 0871cf69250c: Layer already exists [2021-01-30T06:03:14.175Z] 87b37dd15a57: Layer already exists [2021-01-30T06:03:14.446Z] 3737fdf4962b: Layer already exists [2021-01-30T06:03:14.446Z] 74f7a2f52a7d: Layer already exists [2021-01-30T06:03:14.446Z] 379067d0cb53: Layer already exists [2021-01-30T06:03:14.446Z] 2.0.0-dev.66: digest: sha256:eee7050852c28cb6881879450fcd29ea804b133c1383601e9fda6801dd3452fc size: 1363 [Pipeline] isUnix [2021-01-30T06:03:14.472Z] Collecting docker-compose==1.23.2 [Pipeline] sh [2021-01-30T06:03:14.746Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-30T06:03:14.784Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:15.025Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-30T06:03:15.025Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-30T06:03:15.120Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [2021-01-30T06:03:15.120Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-30T06:03:15.120Z] 74f7a2f52a7d: Preparing [2021-01-30T06:03:15.120Z] 0871cf69250c: Preparing [2021-01-30T06:03:15.120Z] 3737fdf4962b: Preparing [2021-01-30T06:03:15.120Z] 87b37dd15a57: Preparing [2021-01-30T06:03:15.120Z] 379067d0cb53: Preparing [2021-01-30T06:03:15.120Z] 87b37dd15a57: Layer already exists [2021-01-30T06:03:15.120Z] 3737fdf4962b: Layer already exists [2021-01-30T06:03:15.120Z] 74f7a2f52a7d: Layer already exists [2021-01-30T06:03:15.120Z] 379067d0cb53: Layer already exists [2021-01-30T06:03:15.294Z] Collecting jsonschema<3,>=2.5.1 [2021-01-30T06:03:15.294Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-30T06:03:15.391Z] 0871cf69250c: Layer already exists [2021-01-30T06:03:15.391Z] 2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66: digest: sha256:eee7050852c28cb6881879450fcd29ea804b133c1383601e9fda6801dd3452fc size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:15.569Z] Collecting texttable<0.10,>=0.9.0 [2021-01-30T06:03:15.569Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-30T06:03:15.732Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:16.095Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-01-30T06:03:16.095Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-30T06:03:16.095Z] 74f7a2f52a7d: Preparing [2021-01-30T06:03:16.095Z] 0871cf69250c: Preparing [2021-01-30T06:03:16.095Z] 3737fdf4962b: Preparing [2021-01-30T06:03:16.095Z] 87b37dd15a57: Preparing [2021-01-30T06:03:16.095Z] 379067d0cb53: Preparing [2021-01-30T06:03:16.095Z] 0871cf69250c: Layer already exists [2021-01-30T06:03:16.095Z] 87b37dd15a57: Layer already exists [2021-01-30T06:03:16.095Z] 379067d0cb53: Layer already exists [2021-01-30T06:03:16.095Z] 3737fdf4962b: Layer already exists [2021-01-30T06:03:16.095Z] 74f7a2f52a7d: Layer already exists [2021-01-30T06:03:16.244Z] 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-30T06:03:16.244Z] Collecting docopt<0.7,>=0.6.1 [2021-01-30T06:03:16.244Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-30T06:03:16.366Z] master: digest: sha256:eee7050852c28cb6881879450fcd29ea804b133c1383601e9fda6801dd3452fc size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-30T06:03:16.548Z] ===================================================== [Pipeline] echo [2021-01-30T06:03:16.593Z] taggedImages: [2021-01-30T06:03:16.593Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:03:16.593Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.66 [2021-01-30T06:03:16.593Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [2021-01-30T06:03:16.593Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-01-30T06:03:16.655Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-01-30T06:03:16.655Z] 2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:03:16.655Z] 2.0.0-dev.66 [2021-01-30T06:03:16.655Z] 2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [2021-01-30T06:03:16.655Z] master [2021-01-30T06:03:16.655Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:16.907Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-30T06:03:16.907Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-30T06:03:17.174Z] Collecting cached-property<2,>=1.2.0 [2021-01-30T06:03:17.174Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-30T06:03:17.174Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-30T06:03:17.176Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2372a215bf83b5aca75052ece39a841bb32f320e [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:17.471Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-30T06:03:17.513Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:03:17.513Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-30T06:03:17.513Z] 466a1d244dcf: Preparing [2021-01-30T06:03:17.513Z] ac9e4f9a0093: Preparing [2021-01-30T06:03:17.513Z] 3737fdf4962b: Preparing [2021-01-30T06:03:17.513Z] bedd36909b51: Preparing [2021-01-30T06:03:17.513Z] 3a5012650be2: Preparing [2021-01-30T06:03:17.513Z] 379067d0cb53: Preparing [2021-01-30T06:03:17.513Z] 379067d0cb53: Waiting [2021-01-30T06:03:17.782Z] 3737fdf4962b: Layer already exists [2021-01-30T06:03:17.782Z] 379067d0cb53: Layer already exists [2021-01-30T06:03:17.782Z] 3a5012650be2: Pushed [2021-01-30T06:03:17.782Z] 466a1d244dcf: Pushed [2021-01-30T06:03:18.374Z] bedd36909b51: Pushed [2021-01-30T06:03:18.584Z] Collecting PyYAML<4,>=3.10 [2021-01-30T06:03:18.584Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-30T06:03:19.666Z] Collecting docker<4.0,>=3.6.0 [2021-01-30T06:03:19.666Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-30T06:03:19.949Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-30T06:03:19.949Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-30T06:03:20.235Z] 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-30T06:03:20.236Z] Collecting idna<2.8,>=2.5 [2021-01-30T06:03:20.236Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-30T06:03:20.236Z] 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-30T06:03:20.236Z] Collecting docker-pycreds>=0.4.0 [2021-01-30T06:03:20.511Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-30T06:03:20.511Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-30T06:03:20.511Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-30T06:03:20.511Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-30T06:03:20.511Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-30T06:03:20.780Z] Installing collected packages: urllib3, idna, requests, jsonschema, texttable, docopt, websocket-client, cached-property, dockerpty, PyYAML, docker-pycreds, docker, docker-compose [2021-01-30T06:03:20.780Z] Attempting uninstall: urllib3 [2021-01-30T06:03:20.780Z] Found existing installation: urllib3 1.25.9 [2021-01-30T06:03:20.780Z] Uninstalling urllib3-1.25.9: [2021-01-30T06:03:20.780Z] Successfully uninstalled urllib3-1.25.9 [2021-01-30T06:03:20.978Z] ac9e4f9a0093: Pushed [2021-01-30T06:03:20.978Z] 2372a215bf83b5aca75052ece39a841bb32f320e: digest: sha256:f366aec62264f38bdbea758c924fdae8fd1bc0a2bdb0353c5bfa783a27f613ab size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:21.067Z] Attempting uninstall: idna [2021-01-30T06:03:21.068Z] Found existing installation: idna 2.9 [2021-01-30T06:03:21.068Z] Uninstalling idna-2.9: [2021-01-30T06:03:21.068Z] Successfully uninstalled idna-2.9 [2021-01-30T06:03:21.318Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.66 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:21.344Z] Attempting uninstall: requests [2021-01-30T06:03:21.344Z] Found existing installation: requests 2.23.0 [2021-01-30T06:03:21.344Z] Uninstalling requests-2.23.0: [2021-01-30T06:03:21.344Z] Successfully uninstalled requests-2.23.0 [2021-01-30T06:03:21.652Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.66 [2021-01-30T06:03:21.653Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-30T06:03:21.653Z] 466a1d244dcf: Preparing [2021-01-30T06:03:21.653Z] ac9e4f9a0093: Preparing [2021-01-30T06:03:21.653Z] 3737fdf4962b: Preparing [2021-01-30T06:03:21.653Z] bedd36909b51: Preparing [2021-01-30T06:03:21.653Z] 3a5012650be2: Preparing [2021-01-30T06:03:21.653Z] 379067d0cb53: Preparing [2021-01-30T06:03:21.653Z] 379067d0cb53: Waiting [2021-01-30T06:03:21.653Z] 3737fdf4962b: Layer already exists [2021-01-30T06:03:21.653Z] ac9e4f9a0093: Layer already exists [2021-01-30T06:03:21.653Z] bedd36909b51: Layer already exists [2021-01-30T06:03:21.653Z] 466a1d244dcf: Layer already exists [2021-01-30T06:03:21.653Z] 3a5012650be2: Layer already exists [2021-01-30T06:03:21.653Z] 379067d0cb53: Layer already exists [2021-01-30T06:03:21.921Z] 2.0.0-dev.66: digest: sha256:f366aec62264f38bdbea758c924fdae8fd1bc0a2bdb0353c5bfa783a27f613ab size: 1572 [2021-01-30T06:03:21.933Z] Running setup.py install for texttable: started [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:22.255Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:22.543Z] Running setup.py install for texttable: finished with status 'done' [2021-01-30T06:03:22.543Z] Running setup.py install for docopt: started [2021-01-30T06:03:22.588Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [2021-01-30T06:03:22.588Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-30T06:03:22.588Z] 466a1d244dcf: Preparing [2021-01-30T06:03:22.588Z] ac9e4f9a0093: Preparing [2021-01-30T06:03:22.588Z] 3737fdf4962b: Preparing [2021-01-30T06:03:22.588Z] bedd36909b51: Preparing [2021-01-30T06:03:22.588Z] 3a5012650be2: Preparing [2021-01-30T06:03:22.588Z] 379067d0cb53: Preparing [2021-01-30T06:03:22.588Z] 379067d0cb53: Waiting [2021-01-30T06:03:22.588Z] 3737fdf4962b: Layer already exists [2021-01-30T06:03:22.588Z] 466a1d244dcf: Layer already exists [2021-01-30T06:03:22.588Z] bedd36909b51: Layer already exists [2021-01-30T06:03:22.588Z] ac9e4f9a0093: Layer already exists [2021-01-30T06:03:22.588Z] 3a5012650be2: Layer already exists [2021-01-30T06:03:22.588Z] 379067d0cb53: Layer already exists [2021-01-30T06:03:22.858Z] 2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66: digest: sha256:f366aec62264f38bdbea758c924fdae8fd1bc0a2bdb0353c5bfa783a27f613ab size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:23.139Z] Running setup.py install for docopt: finished with status 'done' [2021-01-30T06:03:23.194Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:23.406Z] Running setup.py install for dockerpty: started [2021-01-30T06:03:23.534Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-01-30T06:03:23.534Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-30T06:03:23.534Z] 466a1d244dcf: Preparing [2021-01-30T06:03:23.534Z] ac9e4f9a0093: Preparing [2021-01-30T06:03:23.534Z] 3737fdf4962b: Preparing [2021-01-30T06:03:23.534Z] bedd36909b51: Preparing [2021-01-30T06:03:23.534Z] 3a5012650be2: Preparing [2021-01-30T06:03:23.534Z] 379067d0cb53: Preparing [2021-01-30T06:03:23.534Z] 379067d0cb53: Waiting [2021-01-30T06:03:23.534Z] 3737fdf4962b: Layer already exists [2021-01-30T06:03:23.534Z] bedd36909b51: Layer already exists [2021-01-30T06:03:23.534Z] 3a5012650be2: Layer already exists [2021-01-30T06:03:23.534Z] 466a1d244dcf: Layer already exists [2021-01-30T06:03:23.534Z] ac9e4f9a0093: Layer already exists [2021-01-30T06:03:23.534Z] 379067d0cb53: Layer already exists [2021-01-30T06:03:23.805Z] master: digest: sha256:f366aec62264f38bdbea758c924fdae8fd1bc0a2bdb0353c5bfa783a27f613ab size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-30T06:03:23.989Z] ===================================================== [2021-01-30T06:03:24.003Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-30T06:03:24.003Z] Running setup.py install for PyYAML: started [Pipeline] echo [2021-01-30T06:03:24.040Z] taggedImages: [2021-01-30T06:03:24.041Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:03:24.041Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.66 [2021-01-30T06:03:24.041Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [2021-01-30T06:03:24.041Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-01-30T06:03:24.209Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-01-30T06:03:24.209Z] 2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:03:24.209Z] 2.0.0-dev.66 [2021-01-30T06:03:24.209Z] 2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [2021-01-30T06:03:24.209Z] master [2021-01-30T06:03:24.209Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:24.759Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2372a215bf83b5aca75052ece39a841bb32f320e [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:24.973Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-30T06:03:25.110Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:03:25.110Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-30T06:03:25.110Z] 7ca9057b645e: Preparing [2021-01-30T06:03:25.110Z] dc07f6bc5938: Preparing [2021-01-30T06:03:25.110Z] 3737fdf4962b: Preparing [2021-01-30T06:03:25.110Z] 87b37dd15a57: Preparing [2021-01-30T06:03:25.110Z] 379067d0cb53: Preparing [2021-01-30T06:03:25.385Z] 3737fdf4962b: Layer already exists [2021-01-30T06:03:25.385Z] 87b37dd15a57: Layer already exists [2021-01-30T06:03:25.385Z] 379067d0cb53: Layer already exists [2021-01-30T06:03:25.385Z] 7ca9057b645e: Pushed [2021-01-30T06:03:25.564Z] 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-30T06:03:27.986Z] dc07f6bc5938: Pushed [2021-01-30T06:03:28.255Z] 2372a215bf83b5aca75052ece39a841bb32f320e: digest: sha256:0598cb704cd5c5133fec7753e77e7e23f5dc41b4f495463fca16fdfcad019137 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:28.592Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.66 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:28.928Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.66 [2021-01-30T06:03:28.928Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-30T06:03:28.928Z] 7ca9057b645e: Preparing [2021-01-30T06:03:28.928Z] dc07f6bc5938: Preparing [2021-01-30T06:03:28.928Z] 3737fdf4962b: Preparing [2021-01-30T06:03:28.928Z] 87b37dd15a57: Preparing [2021-01-30T06:03:28.928Z] 379067d0cb53: Preparing [2021-01-30T06:03:29.196Z] 379067d0cb53: Layer already exists [2021-01-30T06:03:29.196Z] 3737fdf4962b: Layer already exists [2021-01-30T06:03:29.196Z] dc07f6bc5938: Layer already exists [2021-01-30T06:03:29.196Z] 87b37dd15a57: Layer already exists [2021-01-30T06:03:29.196Z] 7ca9057b645e: Layer already exists [2021-01-30T06:03:29.196Z] 2.0.0-dev.66: digest: sha256:0598cb704cd5c5133fec7753e77e7e23f5dc41b4f495463fca16fdfcad019137 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:29.529Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:29.858Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [2021-01-30T06:03:29.858Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-30T06:03:29.858Z] 7ca9057b645e: Preparing [2021-01-30T06:03:29.858Z] dc07f6bc5938: Preparing [2021-01-30T06:03:29.858Z] 3737fdf4962b: Preparing [2021-01-30T06:03:29.858Z] 87b37dd15a57: Preparing [2021-01-30T06:03:29.858Z] 379067d0cb53: Preparing [2021-01-30T06:03:29.858Z] 87b37dd15a57: Layer already exists [2021-01-30T06:03:29.858Z] 3737fdf4962b: Layer already exists [2021-01-30T06:03:29.858Z] 379067d0cb53: Layer already exists [2021-01-30T06:03:29.858Z] 7ca9057b645e: Layer already exists [2021-01-30T06:03:29.858Z] dc07f6bc5938: Layer already exists [2021-01-30T06:03:29.864Z] Removing intermediate container af51d1556085 [2021-01-30T06:03:29.864Z] ---> b0eb6c915352 [2021-01-30T06:03:29.864Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-30T06:03:29.864Z] ---> Running in 88ed15ec3d8c [2021-01-30T06:03:30.128Z] 2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66: digest: sha256:0598cb704cd5c5133fec7753e77e7e23f5dc41b4f495463fca16fdfcad019137 size: 1363 [Pipeline] isUnix [2021-01-30T06:03:30.160Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] sh [2021-01-30T06:03:30.434Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T06:03:30.474Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:30.705Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-30T06:03:30.705Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-30T06:03:30.705Z] (3/3) Installing curl (7.69.1-r3) [2021-01-30T06:03:30.705Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T06:03:30.705Z] OK: 72 MiB in 58 packages [2021-01-30T06:03:30.820Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-01-30T06:03:30.820Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-30T06:03:30.820Z] 7ca9057b645e: Preparing [2021-01-30T06:03:30.820Z] dc07f6bc5938: Preparing [2021-01-30T06:03:30.820Z] 3737fdf4962b: Preparing [2021-01-30T06:03:30.820Z] 87b37dd15a57: Preparing [2021-01-30T06:03:30.820Z] 379067d0cb53: Preparing [2021-01-30T06:03:30.820Z] 87b37dd15a57: Layer already exists [2021-01-30T06:03:30.820Z] 379067d0cb53: Layer already exists [2021-01-30T06:03:30.820Z] dc07f6bc5938: Layer already exists [2021-01-30T06:03:30.820Z] 7ca9057b645e: Layer already exists [2021-01-30T06:03:30.820Z] 3737fdf4962b: Layer already exists [2021-01-30T06:03:31.089Z] master: digest: sha256:0598cb704cd5c5133fec7753e77e7e23f5dc41b4f495463fca16fdfcad019137 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-30T06:03:31.305Z] ===================================================== [Pipeline] echo [2021-01-30T06:03:31.351Z] taggedImages: [2021-01-30T06:03:31.351Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:03:31.351Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.66 [2021-01-30T06:03:31.351Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [2021-01-30T06:03:31.351Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-01-30T06:03:31.413Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-01-30T06:03:31.413Z] 2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:03:31.413Z] 2.0.0-dev.66 [2021-01-30T06:03:31.413Z] 2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [2021-01-30T06:03:31.413Z] master [2021-01-30T06:03:31.413Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:31.910Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2372a215bf83b5aca75052ece39a841bb32f320e [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:32.157Z] Removing intermediate container 88ed15ec3d8c [2021-01-30T06:03:32.157Z] ---> 849d376e4c76 [2021-01-30T06:03:32.157Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-30T06:03:32.157Z] ---> Running in 6c603327c2e2 [2021-01-30T06:03:32.247Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:03:32.247Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-01-30T06:03:32.247Z] 1d225402442b: Preparing [2021-01-30T06:03:32.247Z] 1d225402442b: Preparing [2021-01-30T06:03:32.247Z] 4eb6f3bf9102: Preparing [2021-01-30T06:03:32.247Z] c0a6614cc582: Preparing [2021-01-30T06:03:32.247Z] e665a365fd29: Preparing [2021-01-30T06:03:32.247Z] 40b59395ea5f: Preparing [2021-01-30T06:03:32.247Z] 3737fdf4962b: Preparing [2021-01-30T06:03:32.247Z] 837d498f7d2e: Preparing [2021-01-30T06:03:32.247Z] 837d498f7d2e: Preparing [2021-01-30T06:03:32.247Z] 099a9a601dd6: Preparing [2021-01-30T06:03:32.247Z] 4b1917146f41: Preparing [2021-01-30T06:03:32.247Z] 379067d0cb53: Preparing [2021-01-30T06:03:32.247Z] 099a9a601dd6: Waiting [2021-01-30T06:03:32.247Z] 4b1917146f41: Waiting [2021-01-30T06:03:32.247Z] 379067d0cb53: Waiting [2021-01-30T06:03:32.247Z] 3737fdf4962b: Waiting [2021-01-30T06:03:32.247Z] 837d498f7d2e: Waiting [2021-01-30T06:03:32.425Z] Removing intermediate container 6c603327c2e2 [2021-01-30T06:03:32.425Z] ---> 2c8a35da9dce [2021-01-30T06:03:32.425Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-30T06:03:32.425Z] ---> Running in b00ede7ca3b1 [2021-01-30T06:03:32.518Z] 1d225402442b: Pushed [2021-01-30T06:03:32.518Z] 4eb6f3bf9102: Pushed [2021-01-30T06:03:32.518Z] e665a365fd29: Pushed [2021-01-30T06:03:32.518Z] 3737fdf4962b: Layer already exists [2021-01-30T06:03:32.702Z] Removing intermediate container b00ede7ca3b1 [2021-01-30T06:03:32.703Z] ---> 18d2d934a9ee [2021-01-30T06:03:32.703Z] Step 24/26 : LABEL arch=x86_64 [2021-01-30T06:03:32.703Z] ---> Running in a3108afc6761 [2021-01-30T06:03:32.789Z] 099a9a601dd6: Pushed [2021-01-30T06:03:32.789Z] 837d498f7d2e: Pushed [2021-01-30T06:03:32.789Z] 4b1917146f41: Pushed [2021-01-30T06:03:32.789Z] 379067d0cb53: Layer already exists [2021-01-30T06:03:32.976Z] Removing intermediate container a3108afc6761 [2021-01-30T06:03:32.977Z] ---> d98156c48954 [2021-01-30T06:03:32.977Z] Step 25/26 : LABEL git_sha=2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:03:33.249Z] ---> Running in 14af474e6867 [2021-01-30T06:03:33.666Z] Removing intermediate container 14af474e6867 [2021-01-30T06:03:33.666Z] ---> 18a00041ff2c [2021-01-30T06:03:33.666Z] Step 26/26 : LABEL version=2.0.0-dev.66 [2021-01-30T06:03:33.666Z] ---> Running in 4d8069e131eb [2021-01-30T06:03:33.980Z] Removing intermediate container 4d8069e131eb [2021-01-30T06:03:33.980Z] ---> 051228ae254d [2021-01-30T06:03:33.980Z] [2021-01-30T06:03:34.345Z] Successfully built 051228ae254d [2021-01-30T06:03:34.345Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-30T06:03:34.689Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-30T06:03:34.727Z] $ docker stop --time=1 731320a8de8633ad2c338cbef32f859423d67d1afae34a13436506b7560a0d87 [2021-01-30T06:03:34.753Z] c0a6614cc582: Pushed [2021-01-30T06:03:34.753Z] 40b59395ea5f: Pushed [2021-01-30T06:03:35.022Z] 2372a215bf83b5aca75052ece39a841bb32f320e: digest: sha256:bba2bea26eea1fcba14c35f0f6a8d84ba6e0d997c45502d0c88f3d0ce2ee5bbf size: 2820 [2021-01-30T06:03:36.811Z] $ docker rm -f 731320a8de8633ad2c338cbef32f859423d67d1afae34a13436506b7560a0d87 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:37.469Z] + docker images [2021-01-30T06:03:37.469Z] + grep docker [2021-01-30T06:03:37.619Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.66 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:38.043Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.66 [2021-01-30T06:03:38.043Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-01-30T06:03:38.043Z] 1d225402442b: Preparing [2021-01-30T06:03:38.043Z] 1d225402442b: Preparing [2021-01-30T06:03:38.043Z] 4eb6f3bf9102: Preparing [2021-01-30T06:03:38.043Z] c0a6614cc582: Preparing [2021-01-30T06:03:38.043Z] e665a365fd29: Preparing [2021-01-30T06:03:38.043Z] 40b59395ea5f: Preparing [2021-01-30T06:03:38.043Z] 3737fdf4962b: Preparing [2021-01-30T06:03:38.043Z] 837d498f7d2e: Preparing [2021-01-30T06:03:38.043Z] 837d498f7d2e: Preparing [2021-01-30T06:03:38.043Z] 099a9a601dd6: Preparing [2021-01-30T06:03:38.043Z] 4b1917146f41: Preparing [2021-01-30T06:03:38.043Z] 379067d0cb53: Preparing [2021-01-30T06:03:38.043Z] 099a9a601dd6: Waiting [2021-01-30T06:03:38.043Z] 4b1917146f41: Waiting [2021-01-30T06:03:38.043Z] 379067d0cb53: Waiting [2021-01-30T06:03:38.043Z] 3737fdf4962b: Waiting [2021-01-30T06:03:38.043Z] 837d498f7d2e: Waiting [2021-01-30T06:03:38.043Z] c0a6614cc582: Layer already exists [2021-01-30T06:03:38.043Z] 40b59395ea5f: Layer already exists [2021-01-30T06:03:38.043Z] 4eb6f3bf9102: Layer already exists [2021-01-30T06:03:38.044Z] e665a365fd29: Layer already exists [2021-01-30T06:03:38.044Z] 1d225402442b: Layer already exists [2021-01-30T06:03:38.044Z] 837d498f7d2e: Layer already exists [2021-01-30T06:03:38.044Z] 4b1917146f41: Layer already exists [2021-01-30T06:03:38.044Z] 3737fdf4962b: Layer already exists [2021-01-30T06:03:38.044Z] 099a9a601dd6: Layer already exists [2021-01-30T06:03:38.139Z] docker-sys-mgmt-agent-go latest 051228ae254d 5 seconds ago 313MB [2021-01-30T06:03:38.139Z] docker-security-bootstrapper-go latest 8295adee9cc6 55 seconds ago 23.8MB [2021-01-30T06:03:38.139Z] docker-core-command-go latest 8dcde435668f About a minute ago 16.9MB [2021-01-30T06:03:38.139Z] docker-support-scheduler-go latest 8524ffddb591 About a minute ago 17MB [2021-01-30T06:03:38.139Z] docker-core-data-go latest 804eefdf5a6e 2 minutes ago 22.3MB [2021-01-30T06:03:38.139Z] docker-core-metadata-go latest 1b48c1b6a439 3 minutes ago 18.8MB [2021-01-30T06:03:38.139Z] docker-security-secretstore-setup-go latest 673ee20c7097 3 minutes ago 24.6MB [2021-01-30T06:03:38.139Z] docker-support-notifications-go latest da6a10fe4c5a 3 minutes ago 16.9MB [2021-01-30T06:03:38.139Z] docker-security-proxy-setup-go latest 9104f6ec3fbd 3 minutes ago 24.4MB [2021-01-30T06:03:38.139Z] docker 20.10.0 aefe523efa57 7 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-01-30T06:03:38.321Z] 379067d0cb53: Layer already exists [2021-01-30T06:03:38.321Z] 2.0.0-dev.66: digest: sha256:bba2bea26eea1fcba14c35f0f6a8d84ba6e0d997c45502d0c88f3d0ce2ee5bbf size: 2820 [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-30T06:03:38.733Z] provisioning config files... [2021-01-30T06:03:38.766Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/330@tmp/config610507756366442561tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-30T06:03:38.878Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:39.236Z] ---> docker-login.sh [2021-01-30T06:03:39.236Z] nexus3.edgexfoundry.org:10001 [2021-01-30T06:03:39.325Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [2021-01-30T06:03:39.325Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-01-30T06:03:39.325Z] 1d225402442b: Preparing [2021-01-30T06:03:39.325Z] 1d225402442b: Preparing [2021-01-30T06:03:39.325Z] 4eb6f3bf9102: Preparing [2021-01-30T06:03:39.325Z] c0a6614cc582: Preparing [2021-01-30T06:03:39.325Z] e665a365fd29: Preparing [2021-01-30T06:03:39.325Z] 40b59395ea5f: Preparing [2021-01-30T06:03:39.325Z] 3737fdf4962b: Preparing [2021-01-30T06:03:39.325Z] 837d498f7d2e: Preparing [2021-01-30T06:03:39.325Z] 837d498f7d2e: Preparing [2021-01-30T06:03:39.325Z] 099a9a601dd6: Preparing [2021-01-30T06:03:39.325Z] 4b1917146f41: Preparing [2021-01-30T06:03:39.325Z] 379067d0cb53: Preparing [2021-01-30T06:03:39.325Z] 837d498f7d2e: Waiting [2021-01-30T06:03:39.325Z] 099a9a601dd6: Waiting [2021-01-30T06:03:39.325Z] 4b1917146f41: Waiting [2021-01-30T06:03:39.325Z] 379067d0cb53: Waiting [2021-01-30T06:03:39.325Z] 3737fdf4962b: Waiting [2021-01-30T06:03:39.325Z] e665a365fd29: Layer already exists [2021-01-30T06:03:39.325Z] 4eb6f3bf9102: Layer already exists [2021-01-30T06:03:39.325Z] 1d225402442b: Layer already exists [2021-01-30T06:03:39.325Z] 40b59395ea5f: Layer already exists [2021-01-30T06:03:39.325Z] c0a6614cc582: Layer already exists [2021-01-30T06:03:39.540Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-30T06:03:39.596Z] 3737fdf4962b: Layer already exists [2021-01-30T06:03:39.596Z] 837d498f7d2e: Layer already exists [2021-01-30T06:03:39.596Z] 099a9a601dd6: Layer already exists [2021-01-30T06:03:39.596Z] 379067d0cb53: Layer already exists [2021-01-30T06:03:39.596Z] 4b1917146f41: Layer already exists [2021-01-30T06:03:39.596Z] 2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66: digest: sha256:bba2bea26eea1fcba14c35f0f6a8d84ba6e0d997c45502d0c88f3d0ce2ee5bbf size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:39.861Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-30T06:03:39.861Z] Configure a credential helper to remove this warning. See [2021-01-30T06:03:39.861Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-30T06:03:39.861Z] [2021-01-30T06:03:39.861Z] Login Succeeded [2021-01-30T06:03:39.861Z] nexus3.edgexfoundry.org:10002 [2021-01-30T06:03:39.932Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:40.184Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-30T06:03:40.263Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-01-30T06:03:40.263Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-01-30T06:03:40.263Z] 1d225402442b: Preparing [2021-01-30T06:03:40.263Z] 1d225402442b: Preparing [2021-01-30T06:03:40.263Z] 4eb6f3bf9102: Preparing [2021-01-30T06:03:40.263Z] c0a6614cc582: Preparing [2021-01-30T06:03:40.263Z] e665a365fd29: Preparing [2021-01-30T06:03:40.263Z] 40b59395ea5f: Preparing [2021-01-30T06:03:40.263Z] 3737fdf4962b: Preparing [2021-01-30T06:03:40.263Z] 837d498f7d2e: Preparing [2021-01-30T06:03:40.263Z] 837d498f7d2e: Preparing [2021-01-30T06:03:40.263Z] 099a9a601dd6: Preparing [2021-01-30T06:03:40.263Z] 4b1917146f41: Preparing [2021-01-30T06:03:40.263Z] 379067d0cb53: Preparing [2021-01-30T06:03:40.263Z] 099a9a601dd6: Waiting [2021-01-30T06:03:40.263Z] 4b1917146f41: Waiting [2021-01-30T06:03:40.263Z] 3737fdf4962b: Waiting [2021-01-30T06:03:40.263Z] 379067d0cb53: Waiting [2021-01-30T06:03:40.263Z] 837d498f7d2e: Waiting [2021-01-30T06:03:40.263Z] 40b59395ea5f: Layer already exists [2021-01-30T06:03:40.263Z] 1d225402442b: Layer already exists [2021-01-30T06:03:40.263Z] c0a6614cc582: Layer already exists [2021-01-30T06:03:40.463Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-30T06:03:40.463Z] Configure a credential helper to remove this warning. See [2021-01-30T06:03:40.463Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-30T06:03:40.463Z] [2021-01-30T06:03:40.463Z] Login Succeeded [2021-01-30T06:03:40.463Z] nexus3.edgexfoundry.org:10003 [2021-01-30T06:03:40.534Z] 4eb6f3bf9102: Layer already exists [2021-01-30T06:03:40.534Z] e665a365fd29: Layer already exists [2021-01-30T06:03:40.534Z] 3737fdf4962b: Layer already exists [2021-01-30T06:03:40.534Z] 099a9a601dd6: Layer already exists [2021-01-30T06:03:40.534Z] 837d498f7d2e: Layer already exists [2021-01-30T06:03:40.534Z] 379067d0cb53: Layer already exists [2021-01-30T06:03:40.534Z] 4b1917146f41: Layer already exists [2021-01-30T06:03:40.534Z] master: digest: sha256:bba2bea26eea1fcba14c35f0f6a8d84ba6e0d997c45502d0c88f3d0ce2ee5bbf size: 2820 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-30T06:03:40.754Z] ===================================================== [2021-01-30T06:03:40.761Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-30T06:03:40.761Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-30T06:03:40.761Z] Configure a credential helper to remove this warning. See [2021-01-30T06:03:40.761Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-30T06:03:40.761Z] [2021-01-30T06:03:40.761Z] Login Succeeded [2021-01-30T06:03:40.761Z] nexus3.edgexfoundry.org:10004 [Pipeline] echo [2021-01-30T06:03:40.799Z] taggedImages: [2021-01-30T06:03:40.799Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:03:40.799Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.66 [2021-01-30T06:03:40.799Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [2021-01-30T06:03:40.799Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-01-30T06:03:40.858Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-01-30T06:03:40.858Z] 2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:03:40.858Z] 2.0.0-dev.66 [2021-01-30T06:03:40.858Z] 2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [2021-01-30T06:03:40.858Z] master [2021-01-30T06:03:40.858Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:41.366Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-30T06:03:41.366Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-30T06:03:41.366Z] Configure a credential helper to remove this warning. See [2021-01-30T06:03:41.366Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-30T06:03:41.366Z] [2021-01-30T06:03:41.366Z] Login Succeeded [2021-01-30T06:03:41.366Z] docker.io [2021-01-30T06:03:41.374Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2372a215bf83b5aca75052ece39a841bb32f320e [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:41.632Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-30T06:03:41.712Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:03:41.712Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-30T06:03:41.712Z] a949dd872c92: Preparing [2021-01-30T06:03:41.712Z] ea8b5da638e0: Preparing [2021-01-30T06:03:41.712Z] 6da456347f2b: Preparing [2021-01-30T06:03:41.712Z] 44a23f7069e9: Preparing [2021-01-30T06:03:41.712Z] dcccd55d7bc6: Preparing [2021-01-30T06:03:41.712Z] 379067d0cb53: Preparing [2021-01-30T06:03:41.712Z] 379067d0cb53: Waiting [2021-01-30T06:03:41.903Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-30T06:03:41.903Z] Configure a credential helper to remove this warning. See [2021-01-30T06:03:41.903Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-30T06:03:41.903Z] [2021-01-30T06:03:41.903Z] Login Succeeded [2021-01-30T06:03:41.903Z] ---> docker-login.sh ends [Pipeline] } [2021-01-30T06:03:41.920Z] Deleting 1 temporary files [Pipeline] // wrap [2021-01-30T06:03:41.994Z] 44a23f7069e9: Pushed [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-30T06:03:42.111Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-01-30T06:03:42.111Z] 2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:03:42.111Z] 2.0.0-dev.66 [2021-01-30T06:03:42.111Z] 2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [2021-01-30T06:03:42.111Z] master [2021-01-30T06:03:42.111Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2021-01-30T06:03:42.268Z] 6da456347f2b: Pushed [2021-01-30T06:03:42.268Z] 379067d0cb53: Layer already exists [2021-01-30T06:03:42.268Z] dcccd55d7bc6: Pushed [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:42.604Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2372a215bf83b5aca75052ece39a841bb32f320e [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:42.995Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:03:42.995Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-30T06:03:42.995Z] 31b5c981b0f9: Preparing [2021-01-30T06:03:42.995Z] 25ecdc81e79b: Preparing [2021-01-30T06:03:42.995Z] e0feb369a797: Preparing [2021-01-30T06:03:42.995Z] d732e285ab59: Preparing [2021-01-30T06:03:42.995Z] 777b2c648970: Preparing [2021-01-30T06:03:42.995Z] 777b2c648970: Layer already exists [2021-01-30T06:03:43.268Z] 31b5c981b0f9: Pushed [2021-01-30T06:03:43.268Z] e0feb369a797: Pushed [2021-01-30T06:03:43.268Z] d732e285ab59: Pushed [2021-01-30T06:03:44.235Z] ea8b5da638e0: Pushed [2021-01-30T06:03:44.235Z] a949dd872c92: Pushed [2021-01-30T06:03:44.506Z] 2372a215bf83b5aca75052ece39a841bb32f320e: digest: sha256:2023b9d120f75604b338873c349192d70fc1ae042eaf1c84df679961daa77464 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:44.867Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.66 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:45.196Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.66 [2021-01-30T06:03:45.196Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-30T06:03:45.196Z] a949dd872c92: Preparing [2021-01-30T06:03:45.196Z] ea8b5da638e0: Preparing [2021-01-30T06:03:45.196Z] 6da456347f2b: Preparing [2021-01-30T06:03:45.196Z] 44a23f7069e9: Preparing [2021-01-30T06:03:45.196Z] dcccd55d7bc6: Preparing [2021-01-30T06:03:45.196Z] 379067d0cb53: Preparing [2021-01-30T06:03:45.196Z] 379067d0cb53: Waiting [2021-01-30T06:03:45.196Z] dcccd55d7bc6: Layer already exists [2021-01-30T06:03:45.196Z] 44a23f7069e9: Layer already exists [2021-01-30T06:03:45.196Z] ea8b5da638e0: Layer already exists [2021-01-30T06:03:45.196Z] 6da456347f2b: Layer already exists [2021-01-30T06:03:45.196Z] a949dd872c92: Layer already exists [2021-01-30T06:03:45.196Z] 379067d0cb53: Layer already exists [2021-01-30T06:03:45.296Z] 25ecdc81e79b: Pushed [2021-01-30T06:03:45.296Z] 2372a215bf83b5aca75052ece39a841bb32f320e: digest: sha256:23f5cf822a385c3d4d7059b0c805c5a7b1506df25ee26e90ed56d3fc0a51ae15 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:45.464Z] 2.0.0-dev.66: digest: sha256:2023b9d120f75604b338873c349192d70fc1ae042eaf1c84df679961daa77464 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:45.678Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.66 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:45.799Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:46.042Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.66 [2021-01-30T06:03:46.042Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-30T06:03:46.042Z] 31b5c981b0f9: Preparing [2021-01-30T06:03:46.042Z] 25ecdc81e79b: Preparing [2021-01-30T06:03:46.042Z] e0feb369a797: Preparing [2021-01-30T06:03:46.042Z] d732e285ab59: Preparing [2021-01-30T06:03:46.042Z] 777b2c648970: Preparing [2021-01-30T06:03:46.042Z] 777b2c648970: Layer already exists [2021-01-30T06:03:46.042Z] e0feb369a797: Layer already exists [2021-01-30T06:03:46.042Z] 31b5c981b0f9: Layer already exists [2021-01-30T06:03:46.042Z] d732e285ab59: Layer already exists [2021-01-30T06:03:46.042Z] 25ecdc81e79b: Layer already exists [2021-01-30T06:03:46.042Z] 2.0.0-dev.66: digest: sha256:23f5cf822a385c3d4d7059b0c805c5a7b1506df25ee26e90ed56d3fc0a51ae15 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:46.134Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [2021-01-30T06:03:46.134Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-30T06:03:46.134Z] a949dd872c92: Preparing [2021-01-30T06:03:46.134Z] ea8b5da638e0: Preparing [2021-01-30T06:03:46.134Z] 6da456347f2b: Preparing [2021-01-30T06:03:46.134Z] 44a23f7069e9: Preparing [2021-01-30T06:03:46.134Z] dcccd55d7bc6: Preparing [2021-01-30T06:03:46.134Z] 379067d0cb53: Preparing [2021-01-30T06:03:46.134Z] 379067d0cb53: Waiting [2021-01-30T06:03:46.134Z] ea8b5da638e0: Layer already exists [2021-01-30T06:03:46.134Z] dcccd55d7bc6: Layer already exists [2021-01-30T06:03:46.134Z] a949dd872c92: Layer already exists [2021-01-30T06:03:46.134Z] 6da456347f2b: Layer already exists [2021-01-30T06:03:46.134Z] 44a23f7069e9: Layer already exists [2021-01-30T06:03:46.134Z] 379067d0cb53: Layer already exists [2021-01-30T06:03:46.362Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:46.402Z] 2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66: digest: sha256:2023b9d120f75604b338873c349192d70fc1ae042eaf1c84df679961daa77464 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:46.716Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [2021-01-30T06:03:46.716Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-30T06:03:46.716Z] 31b5c981b0f9: Preparing [2021-01-30T06:03:46.716Z] 25ecdc81e79b: Preparing [2021-01-30T06:03:46.716Z] e0feb369a797: Preparing [2021-01-30T06:03:46.716Z] d732e285ab59: Preparing [2021-01-30T06:03:46.716Z] 777b2c648970: Preparing [2021-01-30T06:03:46.716Z] 25ecdc81e79b: Layer already exists [2021-01-30T06:03:46.716Z] e0feb369a797: Layer already exists [2021-01-30T06:03:46.716Z] 31b5c981b0f9: Layer already exists [2021-01-30T06:03:46.716Z] 777b2c648970: Layer already exists [2021-01-30T06:03:46.716Z] d732e285ab59: Layer already exists [2021-01-30T06:03:46.716Z] 2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66: digest: sha256:23f5cf822a385c3d4d7059b0c805c5a7b1506df25ee26e90ed56d3fc0a51ae15 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:46.820Z] + 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-30T06:03:47.048Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:47.148Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-01-30T06:03:47.148Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-30T06:03:47.148Z] a949dd872c92: Preparing [2021-01-30T06:03:47.148Z] ea8b5da638e0: Preparing [2021-01-30T06:03:47.148Z] 6da456347f2b: Preparing [2021-01-30T06:03:47.148Z] 44a23f7069e9: Preparing [2021-01-30T06:03:47.148Z] dcccd55d7bc6: Preparing [2021-01-30T06:03:47.148Z] 379067d0cb53: Preparing [2021-01-30T06:03:47.148Z] 379067d0cb53: Waiting [2021-01-30T06:03:47.148Z] 44a23f7069e9: Layer already exists [2021-01-30T06:03:47.148Z] 6da456347f2b: Layer already exists [2021-01-30T06:03:47.148Z] a949dd872c92: Layer already exists [2021-01-30T06:03:47.148Z] ea8b5da638e0: Layer already exists [2021-01-30T06:03:47.148Z] dcccd55d7bc6: Layer already exists [2021-01-30T06:03:47.148Z] 379067d0cb53: Layer already exists [2021-01-30T06:03:47.369Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-01-30T06:03:47.369Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-30T06:03:47.369Z] 31b5c981b0f9: Preparing [2021-01-30T06:03:47.369Z] 25ecdc81e79b: Preparing [2021-01-30T06:03:47.369Z] e0feb369a797: Preparing [2021-01-30T06:03:47.369Z] d732e285ab59: Preparing [2021-01-30T06:03:47.369Z] 777b2c648970: Preparing [2021-01-30T06:03:47.369Z] 25ecdc81e79b: Layer already exists [2021-01-30T06:03:47.369Z] d732e285ab59: Layer already exists [2021-01-30T06:03:47.369Z] 777b2c648970: Layer already exists [2021-01-30T06:03:47.369Z] 31b5c981b0f9: Layer already exists [2021-01-30T06:03:47.369Z] e0feb369a797: Layer already exists [2021-01-30T06:03:47.418Z] master: digest: sha256:2023b9d120f75604b338873c349192d70fc1ae042eaf1c84df679961daa77464 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-30T06:03:47.600Z] ===================================================== [2021-01-30T06:03:47.634Z] master: digest: sha256:23f5cf822a385c3d4d7059b0c805c5a7b1506df25ee26e90ed56d3fc0a51ae15 size: 1363 [Pipeline] echo [2021-01-30T06:03:47.641Z] taggedImages: [2021-01-30T06:03:47.641Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:03:47.641Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.66 [2021-01-30T06:03:47.641Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [2021-01-30T06:03:47.641Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-30T06:03:47.785Z] ===================================================== [Pipeline] echo [2021-01-30T06:03:47.789Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-01-30T06:03:47.789Z] 2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:03:47.789Z] 2.0.0-dev.66 [2021-01-30T06:03:47.789Z] 2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [2021-01-30T06:03:47.789Z] master [2021-01-30T06:03:47.789Z] ===================================================== [Pipeline] echo [2021-01-30T06:03:47.831Z] taggedImages: [2021-01-30T06:03:47.831Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:03:47.831Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.66 [2021-01-30T06:03:47.831Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [2021-01-30T06:03:47.831Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] echo [2021-01-30T06:03:48.004Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-01-30T06:03:48.004Z] 2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:03:48.004Z] 2.0.0-dev.66 [2021-01-30T06:03:48.004Z] 2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [2021-01-30T06:03:48.004Z] master [2021-01-30T06:03:48.004Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] isUnix [Pipeline] sh [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:48.453Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2372a215bf83b5aca75052ece39a841bb32f320e [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:48.570Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2372a215bf83b5aca75052ece39a841bb32f320e [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:48.784Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:03:48.784Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-30T06:03:48.784Z] 4825590078e7: Preparing [2021-01-30T06:03:48.784Z] 215af1ce7f06: Preparing [2021-01-30T06:03:48.784Z] ea17470f966f: Preparing [2021-01-30T06:03:48.784Z] e3a5913462a0: Preparing [2021-01-30T06:03:48.784Z] 465e01dd72ca: Preparing [2021-01-30T06:03:48.784Z] f34f882ec248: Preparing [2021-01-30T06:03:48.784Z] 502cc07a7fae: Preparing [2021-01-30T06:03:48.784Z] c2c9ea11a301: Preparing [2021-01-30T06:03:48.784Z] 379067d0cb53: Preparing [2021-01-30T06:03:48.784Z] 502cc07a7fae: Waiting [2021-01-30T06:03:48.784Z] c2c9ea11a301: Waiting [2021-01-30T06:03:48.784Z] f34f882ec248: Waiting [2021-01-30T06:03:48.784Z] 379067d0cb53: Waiting [2021-01-30T06:03:48.912Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:03:48.912Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-30T06:03:48.912Z] 5b533c494bd7: Preparing [2021-01-30T06:03:48.912Z] ba3269cc1a08: Preparing [2021-01-30T06:03:48.912Z] e0feb369a797: Preparing [2021-01-30T06:03:48.912Z] 5879536eff7f: Preparing [2021-01-30T06:03:48.912Z] ba9ad66d8609: Preparing [2021-01-30T06:03:48.912Z] 777b2c648970: Preparing [2021-01-30T06:03:48.912Z] 777b2c648970: Waiting [2021-01-30T06:03:48.912Z] e0feb369a797: Layer already exists [2021-01-30T06:03:49.203Z] 777b2c648970: Layer already exists [2021-01-30T06:03:49.203Z] 5b533c494bd7: Pushed [2021-01-30T06:03:49.375Z] 4825590078e7: Pushed [2021-01-30T06:03:49.375Z] 215af1ce7f06: Pushed [2021-01-30T06:03:49.375Z] 465e01dd72ca: Pushed [2021-01-30T06:03:49.470Z] ba9ad66d8609: Pushed [2021-01-30T06:03:49.470Z] 5879536eff7f: Pushed [2021-01-30T06:03:49.648Z] f34f882ec248: Pushed [2021-01-30T06:03:49.648Z] 502cc07a7fae: Pushed [2021-01-30T06:03:49.648Z] 379067d0cb53: Layer already exists [2021-01-30T06:03:49.923Z] c2c9ea11a301: Pushed [2021-01-30T06:03:50.924Z] ba3269cc1a08: Pushed [2021-01-30T06:03:51.219Z] 2372a215bf83b5aca75052ece39a841bb32f320e: digest: sha256:1694e46d9ffb045ab70fd6112dd1f455e177d65fcb491dda79c429c47724bb9b size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:51.347Z] e3a5913462a0: Pushed [2021-01-30T06:03:51.347Z] ea17470f966f: Pushed [2021-01-30T06:03:51.347Z] 2372a215bf83b5aca75052ece39a841bb32f320e: digest: sha256:97e75c8e3e5b3bb0b983cd81d5d71b9daa3c1fc9ad0c764f8c988d2abe6130ca size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:51.724Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.66 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:51.798Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.66 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:52.112Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.66 [2021-01-30T06:03:52.195Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.66 [2021-01-30T06:03:52.195Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-30T06:03:52.195Z] 4825590078e7: Preparing [2021-01-30T06:03:52.195Z] 215af1ce7f06: Preparing [2021-01-30T06:03:52.195Z] ea17470f966f: Preparing [2021-01-30T06:03:52.195Z] e3a5913462a0: Preparing [2021-01-30T06:03:52.195Z] 465e01dd72ca: Preparing [2021-01-30T06:03:52.195Z] f34f882ec248: Preparing [2021-01-30T06:03:52.195Z] 502cc07a7fae: Preparing [2021-01-30T06:03:52.195Z] c2c9ea11a301: Preparing [2021-01-30T06:03:52.195Z] 379067d0cb53: Preparing [2021-01-30T06:03:52.195Z] f34f882ec248: Waiting [2021-01-30T06:03:52.195Z] 502cc07a7fae: Waiting [2021-01-30T06:03:52.195Z] c2c9ea11a301: Waiting [2021-01-30T06:03:52.195Z] 379067d0cb53: Waiting [2021-01-30T06:03:52.195Z] ea17470f966f: Layer already exists [2021-01-30T06:03:52.385Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-30T06:03:52.385Z] 5b533c494bd7: Preparing [2021-01-30T06:03:52.385Z] ba3269cc1a08: Preparing [2021-01-30T06:03:52.385Z] e0feb369a797: Preparing [2021-01-30T06:03:52.385Z] 5879536eff7f: Preparing [2021-01-30T06:03:52.385Z] ba9ad66d8609: Preparing [2021-01-30T06:03:52.385Z] 777b2c648970: Preparing [2021-01-30T06:03:52.385Z] 777b2c648970: Waiting [2021-01-30T06:03:52.385Z] ba9ad66d8609: Layer already exists [2021-01-30T06:03:52.385Z] ba3269cc1a08: Layer already exists [2021-01-30T06:03:52.385Z] 5879536eff7f: Layer already exists [2021-01-30T06:03:52.385Z] 5b533c494bd7: Layer already exists [2021-01-30T06:03:52.385Z] e0feb369a797: Layer already exists [2021-01-30T06:03:52.385Z] 777b2c648970: Layer already exists [2021-01-30T06:03:52.385Z] 2.0.0-dev.66: digest: sha256:1694e46d9ffb045ab70fd6112dd1f455e177d65fcb491dda79c429c47724bb9b size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:52.467Z] e3a5913462a0: Layer already exists [2021-01-30T06:03:52.467Z] 215af1ce7f06: Layer already exists [2021-01-30T06:03:52.467Z] 4825590078e7: Layer already exists [2021-01-30T06:03:52.467Z] 465e01dd72ca: Layer already exists [2021-01-30T06:03:52.467Z] f34f882ec248: Layer already exists [2021-01-30T06:03:52.467Z] 379067d0cb53: Layer already exists [2021-01-30T06:03:52.467Z] 502cc07a7fae: Layer already exists [2021-01-30T06:03:52.467Z] c2c9ea11a301: Layer already exists [2021-01-30T06:03:52.467Z] 2.0.0-dev.66: digest: sha256:97e75c8e3e5b3bb0b983cd81d5d71b9daa3c1fc9ad0c764f8c988d2abe6130ca size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:52.732Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:52.828Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:53.132Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [2021-01-30T06:03:53.132Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-30T06:03:53.132Z] 5b533c494bd7: Preparing [2021-01-30T06:03:53.132Z] ba3269cc1a08: Preparing [2021-01-30T06:03:53.132Z] e0feb369a797: Preparing [2021-01-30T06:03:53.132Z] 5879536eff7f: Preparing [2021-01-30T06:03:53.132Z] ba9ad66d8609: Preparing [2021-01-30T06:03:53.132Z] 777b2c648970: Preparing [2021-01-30T06:03:53.132Z] 777b2c648970: Waiting [2021-01-30T06:03:53.205Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [2021-01-30T06:03:53.205Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-30T06:03:53.205Z] 4825590078e7: Preparing [2021-01-30T06:03:53.205Z] 215af1ce7f06: Preparing [2021-01-30T06:03:53.205Z] ea17470f966f: Preparing [2021-01-30T06:03:53.205Z] e3a5913462a0: Preparing [2021-01-30T06:03:53.205Z] 465e01dd72ca: Preparing [2021-01-30T06:03:53.205Z] f34f882ec248: Preparing [2021-01-30T06:03:53.205Z] 502cc07a7fae: Preparing [2021-01-30T06:03:53.205Z] c2c9ea11a301: Preparing [2021-01-30T06:03:53.205Z] 379067d0cb53: Preparing [2021-01-30T06:03:53.205Z] 502cc07a7fae: Waiting [2021-01-30T06:03:53.205Z] c2c9ea11a301: Waiting [2021-01-30T06:03:53.205Z] 379067d0cb53: Waiting [2021-01-30T06:03:53.205Z] f34f882ec248: Waiting [2021-01-30T06:03:53.205Z] e3a5913462a0: Layer already exists [2021-01-30T06:03:53.205Z] 4825590078e7: Layer already exists [2021-01-30T06:03:53.205Z] ea17470f966f: Layer already exists [2021-01-30T06:03:53.205Z] 465e01dd72ca: Layer already exists [2021-01-30T06:03:53.205Z] 215af1ce7f06: Layer already exists [2021-01-30T06:03:53.405Z] 5879536eff7f: Layer already exists [2021-01-30T06:03:53.406Z] e0feb369a797: Layer already exists [2021-01-30T06:03:53.406Z] 5b533c494bd7: Layer already exists [2021-01-30T06:03:53.406Z] ba9ad66d8609: Layer already exists [2021-01-30T06:03:53.406Z] ba3269cc1a08: Layer already exists [2021-01-30T06:03:53.406Z] 777b2c648970: Layer already exists [2021-01-30T06:03:53.406Z] 2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66: digest: sha256:1694e46d9ffb045ab70fd6112dd1f455e177d65fcb491dda79c429c47724bb9b size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:53.474Z] 502cc07a7fae: Layer already exists [2021-01-30T06:03:53.475Z] c2c9ea11a301: Layer already exists [2021-01-30T06:03:53.475Z] f34f882ec248: Layer already exists [2021-01-30T06:03:53.475Z] 379067d0cb53: Layer already exists [2021-01-30T06:03:53.475Z] 2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66: digest: sha256:97e75c8e3e5b3bb0b983cd81d5d71b9daa3c1fc9ad0c764f8c988d2abe6130ca size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:53.737Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:53.863Z] + 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-30T06:03:54.065Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-01-30T06:03:54.065Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-30T06:03:54.065Z] 5b533c494bd7: Preparing [2021-01-30T06:03:54.065Z] ba3269cc1a08: Preparing [2021-01-30T06:03:54.065Z] e0feb369a797: Preparing [2021-01-30T06:03:54.065Z] 5879536eff7f: Preparing [2021-01-30T06:03:54.065Z] ba9ad66d8609: Preparing [2021-01-30T06:03:54.065Z] 777b2c648970: Preparing [2021-01-30T06:03:54.065Z] 777b2c648970: Waiting [2021-01-30T06:03:54.065Z] ba3269cc1a08: Layer already exists [2021-01-30T06:03:54.065Z] e0feb369a797: Layer already exists [2021-01-30T06:03:54.065Z] ba9ad66d8609: Layer already exists [2021-01-30T06:03:54.065Z] 5879536eff7f: Layer already exists [2021-01-30T06:03:54.065Z] 5b533c494bd7: Layer already exists [2021-01-30T06:03:54.065Z] 777b2c648970: Layer already exists [2021-01-30T06:03:54.065Z] master: digest: sha256:1694e46d9ffb045ab70fd6112dd1f455e177d65fcb491dda79c429c47724bb9b size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [2021-01-30T06:03:54.197Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-01-30T06:03:54.197Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-30T06:03:54.197Z] 4825590078e7: Preparing [2021-01-30T06:03:54.197Z] 215af1ce7f06: Preparing [2021-01-30T06:03:54.197Z] ea17470f966f: Preparing [2021-01-30T06:03:54.197Z] e3a5913462a0: Preparing [2021-01-30T06:03:54.197Z] 465e01dd72ca: Preparing [2021-01-30T06:03:54.197Z] f34f882ec248: Preparing [2021-01-30T06:03:54.197Z] 502cc07a7fae: Preparing [2021-01-30T06:03:54.197Z] c2c9ea11a301: Preparing [2021-01-30T06:03:54.197Z] 379067d0cb53: Preparing [2021-01-30T06:03:54.197Z] 502cc07a7fae: Waiting [2021-01-30T06:03:54.197Z] 379067d0cb53: Waiting [2021-01-30T06:03:54.197Z] c2c9ea11a301: Waiting [2021-01-30T06:03:54.197Z] f34f882ec248: Waiting [2021-01-30T06:03:54.197Z] 4825590078e7: Layer already exists [2021-01-30T06:03:54.197Z] ea17470f966f: Layer already exists [2021-01-30T06:03:54.197Z] 215af1ce7f06: Layer already exists [2021-01-30T06:03:54.197Z] e3a5913462a0: Layer already exists [2021-01-30T06:03:54.197Z] 465e01dd72ca: Layer already exists [2021-01-30T06:03:54.197Z] 502cc07a7fae: Layer already exists [2021-01-30T06:03:54.197Z] c2c9ea11a301: Layer already exists [2021-01-30T06:03:54.197Z] f34f882ec248: Layer already exists [2021-01-30T06:03:54.197Z] 379067d0cb53: Layer already exists [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-30T06:03:54.313Z] ===================================================== [Pipeline] echo [2021-01-30T06:03:54.356Z] taggedImages: [2021-01-30T06:03:54.356Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:03:54.356Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.66 [2021-01-30T06:03:54.356Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [2021-01-30T06:03:54.356Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-01-30T06:03:54.420Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-01-30T06:03:54.420Z] 2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:03:54.420Z] 2.0.0-dev.66 [2021-01-30T06:03:54.420Z] 2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [2021-01-30T06:03:54.420Z] master [2021-01-30T06:03:54.420Z] ===================================================== [2021-01-30T06:03:54.468Z] master: digest: sha256:97e75c8e3e5b3bb0b983cd81d5d71b9daa3c1fc9ad0c764f8c988d2abe6130ca size: 2198 [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] } [Pipeline] { [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-30T06:03:54.742Z] ===================================================== [Pipeline] echo [2021-01-30T06:03:54.788Z] taggedImages: [2021-01-30T06:03:54.788Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:03:54.788Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.66 [2021-01-30T06:03:54.788Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [2021-01-30T06:03:54.788Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [Pipeline] echo [2021-01-30T06:03:54.956Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-01-30T06:03:54.956Z] 2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:03:54.956Z] 2.0.0-dev.66 [2021-01-30T06:03:54.956Z] 2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [2021-01-30T06:03:54.956Z] master [2021-01-30T06:03:54.956Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:55.181Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2372a215bf83b5aca75052ece39a841bb32f320e [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:55.416Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2372a215bf83b5aca75052ece39a841bb32f320e [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:55.519Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:03:55.519Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-30T06:03:55.519Z] 76af9012ada7: Preparing [2021-01-30T06:03:55.519Z] b4575ff871f3: Preparing [2021-01-30T06:03:55.519Z] e0feb369a797: Preparing [2021-01-30T06:03:55.519Z] d732e285ab59: Preparing [2021-01-30T06:03:55.519Z] 777b2c648970: Preparing [2021-01-30T06:03:55.519Z] 777b2c648970: Layer already exists [2021-01-30T06:03:55.763Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:03:55.763Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-30T06:03:55.763Z] ed47b7c4cddb: Preparing [2021-01-30T06:03:55.763Z] e863a0a66045: Preparing [2021-01-30T06:03:55.763Z] 3737fdf4962b: Preparing [2021-01-30T06:03:55.763Z] d2747eda3fe5: Preparing [2021-01-30T06:03:55.763Z] 379067d0cb53: Preparing [2021-01-30T06:03:55.781Z] d732e285ab59: Layer already exists [2021-01-30T06:03:55.781Z] e0feb369a797: Layer already exists [2021-01-30T06:03:55.781Z] 76af9012ada7: Pushed [2021-01-30T06:03:56.032Z] ed47b7c4cddb: Pushed [2021-01-30T06:03:56.033Z] 3737fdf4962b: Layer already exists [2021-01-30T06:03:56.033Z] 379067d0cb53: Layer already exists [2021-01-30T06:03:56.303Z] d2747eda3fe5: Pushed [2021-01-30T06:03:57.223Z] b4575ff871f3: Pushed [2021-01-30T06:03:57.488Z] 2372a215bf83b5aca75052ece39a841bb32f320e: digest: sha256:685980f27757bb5777b4d39ab8b874d9bcb488bd4bc4ccb9d28f74bb10867af3 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:57.828Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.66 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:58.149Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.66 [2021-01-30T06:03:58.149Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-30T06:03:58.149Z] 76af9012ada7: Preparing [2021-01-30T06:03:58.149Z] b4575ff871f3: Preparing [2021-01-30T06:03:58.149Z] e0feb369a797: Preparing [2021-01-30T06:03:58.149Z] d732e285ab59: Preparing [2021-01-30T06:03:58.149Z] 777b2c648970: Preparing [2021-01-30T06:03:58.149Z] e0feb369a797: Layer already exists [2021-01-30T06:03:58.149Z] 777b2c648970: Layer already exists [2021-01-30T06:03:58.149Z] b4575ff871f3: Layer already exists [2021-01-30T06:03:58.149Z] d732e285ab59: Layer already exists [2021-01-30T06:03:58.149Z] 76af9012ada7: Layer already exists [2021-01-30T06:03:58.149Z] 2.0.0-dev.66: digest: sha256:685980f27757bb5777b4d39ab8b874d9bcb488bd4bc4ccb9d28f74bb10867af3 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:58.266Z] e863a0a66045: Pushed [2021-01-30T06:03:58.490Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:58.535Z] 2372a215bf83b5aca75052ece39a841bb32f320e: digest: sha256:8ba5d972620d3f09b427569f87014ce99ea39825adcfc0a4ae9925dec11181f9 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:58.819Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [2021-01-30T06:03:58.820Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-30T06:03:58.820Z] 76af9012ada7: Preparing [2021-01-30T06:03:58.820Z] b4575ff871f3: Preparing [2021-01-30T06:03:58.820Z] e0feb369a797: Preparing [2021-01-30T06:03:58.820Z] d732e285ab59: Preparing [2021-01-30T06:03:58.820Z] 777b2c648970: Preparing [2021-01-30T06:03:58.820Z] e0feb369a797: Layer already exists [2021-01-30T06:03:58.820Z] b4575ff871f3: Layer already exists [2021-01-30T06:03:58.820Z] 76af9012ada7: Layer already exists [2021-01-30T06:03:58.820Z] d732e285ab59: Layer already exists [2021-01-30T06:03:58.820Z] 777b2c648970: Layer already exists [2021-01-30T06:03:58.820Z] 2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66: digest: sha256:685980f27757bb5777b4d39ab8b874d9bcb488bd4bc4ccb9d28f74bb10867af3 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:58.916Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.66 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:59.160Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:03:59.262Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.66 [2021-01-30T06:03:59.262Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-30T06:03:59.262Z] ed47b7c4cddb: Preparing [2021-01-30T06:03:59.262Z] e863a0a66045: Preparing [2021-01-30T06:03:59.262Z] 3737fdf4962b: Preparing [2021-01-30T06:03:59.262Z] d2747eda3fe5: Preparing [2021-01-30T06:03:59.262Z] 379067d0cb53: Preparing [2021-01-30T06:03:59.262Z] e863a0a66045: Layer already exists [2021-01-30T06:03:59.262Z] ed47b7c4cddb: Layer already exists [2021-01-30T06:03:59.262Z] 379067d0cb53: Layer already exists [2021-01-30T06:03:59.262Z] d2747eda3fe5: Layer already exists [2021-01-30T06:03:59.262Z] 3737fdf4962b: Layer already exists [2021-01-30T06:03:59.473Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-01-30T06:03:59.473Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-30T06:03:59.473Z] 76af9012ada7: Preparing [2021-01-30T06:03:59.473Z] b4575ff871f3: Preparing [2021-01-30T06:03:59.473Z] e0feb369a797: Preparing [2021-01-30T06:03:59.473Z] d732e285ab59: Preparing [2021-01-30T06:03:59.473Z] 777b2c648970: Preparing [2021-01-30T06:03:59.473Z] e0feb369a797: Layer already exists [2021-01-30T06:03:59.473Z] 76af9012ada7: Layer already exists [2021-01-30T06:03:59.473Z] b4575ff871f3: Layer already exists [2021-01-30T06:03:59.473Z] 777b2c648970: Layer already exists [2021-01-30T06:03:59.473Z] d732e285ab59: Layer already exists [2021-01-30T06:03:59.473Z] master: digest: sha256:685980f27757bb5777b4d39ab8b874d9bcb488bd4bc4ccb9d28f74bb10867af3 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [2021-01-30T06:03:59.533Z] 2.0.0-dev.66: digest: sha256:8ba5d972620d3f09b427569f87014ce99ea39825adcfc0a4ae9925dec11181f9 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-30T06:03:59.636Z] ===================================================== [Pipeline] echo [2021-01-30T06:03:59.685Z] taggedImages: [2021-01-30T06:03:59.685Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:03:59.685Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.66 [2021-01-30T06:03:59.685Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [2021-01-30T06:03:59.685Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [Pipeline] echo [2021-01-30T06:03:59.804Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-01-30T06:03:59.804Z] 2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:03:59.804Z] 2.0.0-dev.66 [2021-01-30T06:03:59.804Z] 2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [2021-01-30T06:03:59.804Z] master [2021-01-30T06:03:59.804Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:04:00.066Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:04:00.296Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2372a215bf83b5aca75052ece39a841bb32f320e [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:04:00.444Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [2021-01-30T06:04:00.444Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-30T06:04:00.444Z] ed47b7c4cddb: Preparing [2021-01-30T06:04:00.444Z] e863a0a66045: Preparing [2021-01-30T06:04:00.444Z] 3737fdf4962b: Preparing [2021-01-30T06:04:00.444Z] d2747eda3fe5: Preparing [2021-01-30T06:04:00.444Z] 379067d0cb53: Preparing [2021-01-30T06:04:00.623Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:04:00.623Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-01-30T06:04:00.623Z] 5edb6725672e: Preparing [2021-01-30T06:04:00.623Z] 5edb6725672e: Preparing [2021-01-30T06:04:00.623Z] 78b2ae0572e8: Preparing [2021-01-30T06:04:00.623Z] ee27dfc57494: Preparing [2021-01-30T06:04:00.623Z] 61de77b053b8: Preparing [2021-01-30T06:04:00.623Z] 07924e15dffc: Preparing [2021-01-30T06:04:00.623Z] e0feb369a797: Preparing [2021-01-30T06:04:00.623Z] 63b1713ec5ee: Preparing [2021-01-30T06:04:00.623Z] 63b1713ec5ee: Preparing [2021-01-30T06:04:00.623Z] 96b9b1aa4b23: Preparing [2021-01-30T06:04:00.623Z] 998ea3b1c2d0: Preparing [2021-01-30T06:04:00.623Z] 777b2c648970: Preparing [2021-01-30T06:04:00.623Z] 63b1713ec5ee: Waiting [2021-01-30T06:04:00.623Z] 96b9b1aa4b23: Waiting [2021-01-30T06:04:00.623Z] e0feb369a797: Waiting [2021-01-30T06:04:00.623Z] 998ea3b1c2d0: Waiting [2021-01-30T06:04:00.623Z] 777b2c648970: Waiting [2021-01-30T06:04:00.716Z] e863a0a66045: Layer already exists [2021-01-30T06:04:00.716Z] 379067d0cb53: Layer already exists [2021-01-30T06:04:00.716Z] 3737fdf4962b: Layer already exists [2021-01-30T06:04:00.716Z] d2747eda3fe5: Layer already exists [2021-01-30T06:04:00.716Z] ed47b7c4cddb: Layer already exists [2021-01-30T06:04:00.716Z] 2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66: digest: sha256:8ba5d972620d3f09b427569f87014ce99ea39825adcfc0a4ae9925dec11181f9 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:04:01.061Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:04:01.257Z] 61de77b053b8: Pushed [2021-01-30T06:04:01.421Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-01-30T06:04:01.421Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-30T06:04:01.421Z] ed47b7c4cddb: Preparing [2021-01-30T06:04:01.421Z] e863a0a66045: Preparing [2021-01-30T06:04:01.421Z] 3737fdf4962b: Preparing [2021-01-30T06:04:01.421Z] d2747eda3fe5: Preparing [2021-01-30T06:04:01.421Z] 379067d0cb53: Preparing [2021-01-30T06:04:01.573Z] 78b2ae0572e8: Pushed [2021-01-30T06:04:01.573Z] 5edb6725672e: Pushed [2021-01-30T06:04:01.573Z] e0feb369a797: Layer already exists [2021-01-30T06:04:01.693Z] 379067d0cb53: Layer already exists [2021-01-30T06:04:01.693Z] 3737fdf4962b: Layer already exists [2021-01-30T06:04:01.693Z] d2747eda3fe5: Layer already exists [2021-01-30T06:04:01.693Z] e863a0a66045: Layer already exists [2021-01-30T06:04:01.693Z] ed47b7c4cddb: Layer already exists [2021-01-30T06:04:01.693Z] master: digest: sha256:8ba5d972620d3f09b427569f87014ce99ea39825adcfc0a4ae9925dec11181f9 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-30T06:04:01.877Z] ===================================================== [Pipeline] echo [2021-01-30T06:04:01.927Z] taggedImages: [2021-01-30T06:04:01.927Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:04:01.927Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.66 [2021-01-30T06:04:01.927Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [2021-01-30T06:04:01.927Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-01-30T06:04:01.934Z] 63b1713ec5ee: Pushed [Pipeline] echo [2021-01-30T06:04:01.992Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-01-30T06:04:01.992Z] 2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:04:01.992Z] 2.0.0-dev.66 [2021-01-30T06:04:01.992Z] 2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [2021-01-30T06:04:01.992Z] master [2021-01-30T06:04:01.992Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:04:02.314Z] 998ea3b1c2d0: Pushed [2021-01-30T06:04:02.314Z] 96b9b1aa4b23: Pushed [2021-01-30T06:04:02.314Z] 777b2c648970: Layer already exists [2021-01-30T06:04:02.555Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2372a215bf83b5aca75052ece39a841bb32f320e [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:04:02.898Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:04:02.898Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-30T06:04:02.898Z] 5d9a050b8eb6: Preparing [2021-01-30T06:04:02.898Z] 461d1ac77358: Preparing [2021-01-30T06:04:02.898Z] 3737fdf4962b: Preparing [2021-01-30T06:04:02.898Z] 87b37dd15a57: Preparing [2021-01-30T06:04:02.898Z] 379067d0cb53: Preparing [2021-01-30T06:04:02.903Z] 07924e15dffc: Pushed [2021-01-30T06:04:02.903Z] ee27dfc57494: Pushed [2021-01-30T06:04:03.176Z] 2372a215bf83b5aca75052ece39a841bb32f320e: digest: sha256:e5cfe3b3ce0cf742a207316afb76477e952826afbcb187e749888ef95596996a size: 2820 [2021-01-30T06:04:03.182Z] 379067d0cb53: Layer already exists [2021-01-30T06:04:03.182Z] 87b37dd15a57: Layer already exists [2021-01-30T06:04:03.182Z] 3737fdf4962b: Layer already exists [2021-01-30T06:04:03.182Z] 5d9a050b8eb6: Pushed [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:04:03.522Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.66 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:04:04.230Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.66 [2021-01-30T06:04:04.230Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-01-30T06:04:04.230Z] 5edb6725672e: Preparing [2021-01-30T06:04:04.230Z] 5edb6725672e: Preparing [2021-01-30T06:04:04.230Z] 78b2ae0572e8: Preparing [2021-01-30T06:04:04.230Z] ee27dfc57494: Preparing [2021-01-30T06:04:04.230Z] 61de77b053b8: Preparing [2021-01-30T06:04:04.230Z] 07924e15dffc: Preparing [2021-01-30T06:04:04.230Z] e0feb369a797: Preparing [2021-01-30T06:04:04.230Z] 63b1713ec5ee: Preparing [2021-01-30T06:04:04.230Z] 63b1713ec5ee: Preparing [2021-01-30T06:04:04.230Z] 96b9b1aa4b23: Preparing [2021-01-30T06:04:04.230Z] 998ea3b1c2d0: Preparing [2021-01-30T06:04:04.230Z] 777b2c648970: Preparing [2021-01-30T06:04:04.230Z] e0feb369a797: Waiting [2021-01-30T06:04:04.230Z] 63b1713ec5ee: Waiting [2021-01-30T06:04:04.230Z] 96b9b1aa4b23: Waiting [2021-01-30T06:04:04.230Z] 998ea3b1c2d0: Waiting [2021-01-30T06:04:04.230Z] 777b2c648970: Waiting [2021-01-30T06:04:04.230Z] ee27dfc57494: Layer already exists [2021-01-30T06:04:04.230Z] 61de77b053b8: Layer already exists [2021-01-30T06:04:04.230Z] 07924e15dffc: Layer already exists [2021-01-30T06:04:04.230Z] 78b2ae0572e8: Layer already exists [2021-01-30T06:04:04.230Z] 5edb6725672e: Layer already exists [2021-01-30T06:04:04.230Z] 998ea3b1c2d0: Layer already exists [2021-01-30T06:04:04.230Z] 63b1713ec5ee: Layer already exists [2021-01-30T06:04:04.230Z] e0feb369a797: Layer already exists [2021-01-30T06:04:04.230Z] 96b9b1aa4b23: Layer already exists [2021-01-30T06:04:04.230Z] 777b2c648970: Layer already exists [2021-01-30T06:04:04.230Z] 2.0.0-dev.66: digest: sha256:e5cfe3b3ce0cf742a207316afb76477e952826afbcb187e749888ef95596996a size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:04:04.583Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:04:04.920Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [2021-01-30T06:04:04.920Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-01-30T06:04:04.920Z] 5edb6725672e: Preparing [2021-01-30T06:04:04.920Z] 5edb6725672e: Preparing [2021-01-30T06:04:04.920Z] 78b2ae0572e8: Preparing [2021-01-30T06:04:04.920Z] ee27dfc57494: Preparing [2021-01-30T06:04:04.920Z] 61de77b053b8: Preparing [2021-01-30T06:04:04.920Z] 07924e15dffc: Preparing [2021-01-30T06:04:04.920Z] e0feb369a797: Preparing [2021-01-30T06:04:04.920Z] 63b1713ec5ee: Preparing [2021-01-30T06:04:04.920Z] 63b1713ec5ee: Preparing [2021-01-30T06:04:04.920Z] 96b9b1aa4b23: Preparing [2021-01-30T06:04:04.920Z] 998ea3b1c2d0: Preparing [2021-01-30T06:04:04.920Z] 777b2c648970: Preparing [2021-01-30T06:04:04.920Z] e0feb369a797: Waiting [2021-01-30T06:04:04.920Z] 96b9b1aa4b23: Waiting [2021-01-30T06:04:04.920Z] 998ea3b1c2d0: Waiting [2021-01-30T06:04:04.920Z] 777b2c648970: Waiting [2021-01-30T06:04:04.920Z] 63b1713ec5ee: Waiting [2021-01-30T06:04:05.192Z] 5edb6725672e: Layer already exists [2021-01-30T06:04:05.192Z] 61de77b053b8: Layer already exists [2021-01-30T06:04:05.192Z] 07924e15dffc: Layer already exists [2021-01-30T06:04:05.192Z] ee27dfc57494: Layer already exists [2021-01-30T06:04:05.192Z] 78b2ae0572e8: Layer already exists [2021-01-30T06:04:05.192Z] 63b1713ec5ee: Layer already exists [2021-01-30T06:04:05.192Z] e0feb369a797: Layer already exists [2021-01-30T06:04:05.192Z] 777b2c648970: Layer already exists [2021-01-30T06:04:05.192Z] 96b9b1aa4b23: Layer already exists [2021-01-30T06:04:05.192Z] 998ea3b1c2d0: Layer already exists [2021-01-30T06:04:05.192Z] 2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66: digest: sha256:e5cfe3b3ce0cf742a207316afb76477e952826afbcb187e749888ef95596996a size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:04:05.537Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:04:05.785Z] 461d1ac77358: Pushed [2021-01-30T06:04:05.785Z] 2372a215bf83b5aca75052ece39a841bb32f320e: digest: sha256:79558fb75971975f8280c98cf21d0e7f8c3456bdf6d47c6cc9e608ac32e3554f size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:04:05.863Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-01-30T06:04:05.863Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-01-30T06:04:05.863Z] 5edb6725672e: Preparing [2021-01-30T06:04:05.863Z] 5edb6725672e: Preparing [2021-01-30T06:04:05.863Z] 78b2ae0572e8: Preparing [2021-01-30T06:04:05.863Z] ee27dfc57494: Preparing [2021-01-30T06:04:05.863Z] 61de77b053b8: Preparing [2021-01-30T06:04:05.863Z] 07924e15dffc: Preparing [2021-01-30T06:04:05.863Z] e0feb369a797: Preparing [2021-01-30T06:04:05.863Z] 63b1713ec5ee: Preparing [2021-01-30T06:04:05.863Z] 63b1713ec5ee: Preparing [2021-01-30T06:04:05.863Z] 96b9b1aa4b23: Preparing [2021-01-30T06:04:05.863Z] 998ea3b1c2d0: Preparing [2021-01-30T06:04:05.863Z] 777b2c648970: Preparing [2021-01-30T06:04:05.863Z] 63b1713ec5ee: Waiting [2021-01-30T06:04:05.863Z] 96b9b1aa4b23: Waiting [2021-01-30T06:04:05.863Z] 998ea3b1c2d0: Waiting [2021-01-30T06:04:05.863Z] 777b2c648970: Waiting [2021-01-30T06:04:05.863Z] e0feb369a797: Waiting [2021-01-30T06:04:05.863Z] 5edb6725672e: Layer already exists [2021-01-30T06:04:05.863Z] 61de77b053b8: Layer already exists [2021-01-30T06:04:05.863Z] 78b2ae0572e8: Layer already exists [2021-01-30T06:04:05.863Z] ee27dfc57494: Layer already exists [2021-01-30T06:04:05.863Z] 07924e15dffc: Layer already exists [2021-01-30T06:04:05.863Z] 998ea3b1c2d0: Layer already exists [2021-01-30T06:04:05.863Z] 96b9b1aa4b23: Layer already exists [2021-01-30T06:04:05.863Z] e0feb369a797: Layer already exists [2021-01-30T06:04:05.863Z] 63b1713ec5ee: Layer already exists [2021-01-30T06:04:06.120Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.66 [2021-01-30T06:04:06.134Z] 777b2c648970: Layer already exists [2021-01-30T06:04:06.134Z] master: digest: sha256:e5cfe3b3ce0cf742a207316afb76477e952826afbcb187e749888ef95596996a size: 2820 [Pipeline] isUnix [Pipeline] sh [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-30T06:04:06.377Z] ===================================================== [Pipeline] echo [2021-01-30T06:04:06.421Z] taggedImages: [2021-01-30T06:04:06.421Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:04:06.421Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.66 [2021-01-30T06:04:06.421Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [2021-01-30T06:04:06.421Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-01-30T06:04:06.448Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.66 [2021-01-30T06:04:06.448Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-30T06:04:06.448Z] 5d9a050b8eb6: Preparing [2021-01-30T06:04:06.448Z] 461d1ac77358: Preparing [2021-01-30T06:04:06.448Z] 3737fdf4962b: Preparing [2021-01-30T06:04:06.448Z] 87b37dd15a57: Preparing [2021-01-30T06:04:06.448Z] 379067d0cb53: Preparing [2021-01-30T06:04:06.448Z] 379067d0cb53: Layer already exists [2021-01-30T06:04:06.448Z] 461d1ac77358: Layer already exists [2021-01-30T06:04:06.448Z] 3737fdf4962b: Layer already exists [2021-01-30T06:04:06.448Z] 87b37dd15a57: Layer already exists [2021-01-30T06:04:06.448Z] 5d9a050b8eb6: Layer already exists [Pipeline] echo [2021-01-30T06:04:06.481Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-01-30T06:04:06.481Z] 2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:04:06.481Z] 2.0.0-dev.66 [2021-01-30T06:04:06.481Z] 2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [2021-01-30T06:04:06.481Z] master [2021-01-30T06:04:06.481Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:04:06.718Z] 2.0.0-dev.66: digest: sha256:79558fb75971975f8280c98cf21d0e7f8c3456bdf6d47c6cc9e608ac32e3554f size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:04:06.982Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2372a215bf83b5aca75052ece39a841bb32f320e [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:04:07.082Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:04:07.360Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:04:07.360Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-30T06:04:07.360Z] 2523ea301a3d: Preparing [2021-01-30T06:04:07.360Z] 1f5f997cb1d9: Preparing [2021-01-30T06:04:07.360Z] 96b6e31c0ea4: Preparing [2021-01-30T06:04:07.360Z] 5a8be6d71894: Preparing [2021-01-30T06:04:07.360Z] c07d0e853e1e: Preparing [2021-01-30T06:04:07.360Z] 777b2c648970: Preparing [2021-01-30T06:04:07.360Z] 777b2c648970: Waiting [2021-01-30T06:04:07.419Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [2021-01-30T06:04:07.419Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-30T06:04:07.419Z] 5d9a050b8eb6: Preparing [2021-01-30T06:04:07.419Z] 461d1ac77358: Preparing [2021-01-30T06:04:07.419Z] 3737fdf4962b: Preparing [2021-01-30T06:04:07.419Z] 87b37dd15a57: Preparing [2021-01-30T06:04:07.419Z] 379067d0cb53: Preparing [2021-01-30T06:04:07.419Z] 461d1ac77358: Layer already exists [2021-01-30T06:04:07.419Z] 379067d0cb53: Layer already exists [2021-01-30T06:04:07.419Z] 3737fdf4962b: Layer already exists [2021-01-30T06:04:07.419Z] 5d9a050b8eb6: Layer already exists [2021-01-30T06:04:07.689Z] 87b37dd15a57: Layer already exists [2021-01-30T06:04:07.689Z] 2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66: digest: sha256:79558fb75971975f8280c98cf21d0e7f8c3456bdf6d47c6cc9e608ac32e3554f size: 1363 [Pipeline] isUnix [2021-01-30T06:04:07.716Z] 96b6e31c0ea4: Pushed [2021-01-30T06:04:07.716Z] 5a8be6d71894: Pushed [Pipeline] sh [2021-01-30T06:04:07.988Z] 777b2c648970: Layer already exists [2021-01-30T06:04:08.027Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:04:08.359Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-01-30T06:04:08.359Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-30T06:04:08.359Z] 5d9a050b8eb6: Preparing [2021-01-30T06:04:08.359Z] 461d1ac77358: Preparing [2021-01-30T06:04:08.359Z] 3737fdf4962b: Preparing [2021-01-30T06:04:08.359Z] 87b37dd15a57: Preparing [2021-01-30T06:04:08.359Z] 379067d0cb53: Preparing [2021-01-30T06:04:08.359Z] 5d9a050b8eb6: Layer already exists [2021-01-30T06:04:08.359Z] 461d1ac77358: Layer already exists [2021-01-30T06:04:08.359Z] 3737fdf4962b: Layer already exists [2021-01-30T06:04:08.359Z] 379067d0cb53: Layer already exists [2021-01-30T06:04:08.360Z] 87b37dd15a57: Layer already exists [2021-01-30T06:04:08.629Z] master: digest: sha256:79558fb75971975f8280c98cf21d0e7f8c3456bdf6d47c6cc9e608ac32e3554f size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-30T06:04:08.805Z] ===================================================== [Pipeline] echo [2021-01-30T06:04:08.851Z] taggedImages: [2021-01-30T06:04:08.851Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:04:08.851Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.66 [2021-01-30T06:04:08.851Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [2021-01-30T06:04:08.851Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-01-30T06:04:08.914Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-01-30T06:04:08.914Z] 2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:04:08.914Z] 2.0.0-dev.66 [2021-01-30T06:04:08.914Z] 2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [2021-01-30T06:04:08.914Z] master [2021-01-30T06:04:08.914Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2021-01-30T06:04:08.968Z] c07d0e853e1e: Pushed [2021-01-30T06:04:08.968Z] 1f5f997cb1d9: Pushed [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:04:09.233Z] 2523ea301a3d: Pushed [2021-01-30T06:04:09.484Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:04:09.500Z] 2372a215bf83b5aca75052ece39a841bb32f320e: digest: sha256:7ef4a7a49cf893d8bec08bdb189f149e0b7d38aebacfa49d7be25d1c5c11b3e7 size: 1574 [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:04:09.815Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:04:09.815Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-30T06:04:09.815Z] 138fabf06b80: Preparing [2021-01-30T06:04:09.815Z] 42779551191e: Preparing [2021-01-30T06:04:09.815Z] 75b13e1baab5: Preparing [2021-01-30T06:04:09.815Z] 1c8be4dd5157: Preparing [2021-01-30T06:04:09.815Z] 30fe240dea58: Preparing [2021-01-30T06:04:09.815Z] eb3eee1f1742: Preparing [2021-01-30T06:04:09.815Z] f6f1c17f5e90: Preparing [2021-01-30T06:04:09.815Z] 9ded3b6bb9b5: Preparing [2021-01-30T06:04:09.815Z] fa1afe8e6ed9: Preparing [2021-01-30T06:04:09.815Z] 87a09b4c083e: Preparing [2021-01-30T06:04:09.815Z] 0f74e9ff2a61: Preparing [2021-01-30T06:04:09.815Z] b122376c33c6: Preparing [2021-01-30T06:04:09.815Z] f8381ed47b22: Preparing [2021-01-30T06:04:09.815Z] e934a737d657: Preparing [2021-01-30T06:04:09.815Z] eb3eee1f1742: Waiting [2021-01-30T06:04:09.815Z] f6f1c17f5e90: Waiting [2021-01-30T06:04:09.815Z] 9ded3b6bb9b5: Waiting [2021-01-30T06:04:09.815Z] 87a09b4c083e: Waiting [2021-01-30T06:04:09.815Z] fa1afe8e6ed9: Waiting [2021-01-30T06:04:09.815Z] 0f74e9ff2a61: Waiting [2021-01-30T06:04:09.815Z] b122376c33c6: Waiting [2021-01-30T06:04:09.815Z] f8381ed47b22: Waiting [2021-01-30T06:04:09.815Z] e934a737d657: Waiting [2021-01-30T06:04:09.923Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.66 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:04:10.349Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.66 [2021-01-30T06:04:10.349Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-30T06:04:10.349Z] 2523ea301a3d: Preparing [2021-01-30T06:04:10.349Z] 1f5f997cb1d9: Preparing [2021-01-30T06:04:10.349Z] 96b6e31c0ea4: Preparing [2021-01-30T06:04:10.349Z] 5a8be6d71894: Preparing [2021-01-30T06:04:10.349Z] c07d0e853e1e: Preparing [2021-01-30T06:04:10.349Z] 777b2c648970: Preparing [2021-01-30T06:04:10.349Z] 777b2c648970: Waiting [2021-01-30T06:04:10.349Z] 96b6e31c0ea4: Layer already exists [2021-01-30T06:04:10.349Z] 2523ea301a3d: Layer already exists [2021-01-30T06:04:10.349Z] 1f5f997cb1d9: Layer already exists [2021-01-30T06:04:10.349Z] 5a8be6d71894: Layer already exists [2021-01-30T06:04:10.349Z] c07d0e853e1e: Layer already exists [2021-01-30T06:04:10.410Z] 30fe240dea58: Pushed [2021-01-30T06:04:10.617Z] 777b2c648970: Layer already exists [2021-01-30T06:04:10.617Z] 2.0.0-dev.66: digest: sha256:7ef4a7a49cf893d8bec08bdb189f149e0b7d38aebacfa49d7be25d1c5c11b3e7 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:04:10.683Z] 138fabf06b80: Pushed [2021-01-30T06:04:10.979Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:04:11.280Z] 1c8be4dd5157: Pushed [2021-01-30T06:04:11.280Z] 9ded3b6bb9b5: Layer already exists [2021-01-30T06:04:11.280Z] fa1afe8e6ed9: Layer already exists [2021-01-30T06:04:11.280Z] f6f1c17f5e90: Pushed [2021-01-30T06:04:11.280Z] 87a09b4c083e: Layer already exists [2021-01-30T06:04:11.280Z] 0f74e9ff2a61: Layer already exists [2021-01-30T06:04:11.280Z] b122376c33c6: Layer already exists [2021-01-30T06:04:11.280Z] f8381ed47b22: Layer already exists [2021-01-30T06:04:11.280Z] e934a737d657: Layer already exists [2021-01-30T06:04:11.301Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [2021-01-30T06:04:11.302Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-30T06:04:11.302Z] 2523ea301a3d: Preparing [2021-01-30T06:04:11.302Z] 1f5f997cb1d9: Preparing [2021-01-30T06:04:11.302Z] 96b6e31c0ea4: Preparing [2021-01-30T06:04:11.302Z] 5a8be6d71894: Preparing [2021-01-30T06:04:11.302Z] c07d0e853e1e: Preparing [2021-01-30T06:04:11.302Z] 777b2c648970: Preparing [2021-01-30T06:04:11.302Z] 777b2c648970: Waiting [2021-01-30T06:04:11.302Z] 2523ea301a3d: Layer already exists [2021-01-30T06:04:11.302Z] 5a8be6d71894: Layer already exists [2021-01-30T06:04:11.302Z] 1f5f997cb1d9: Layer already exists [2021-01-30T06:04:11.302Z] 96b6e31c0ea4: Layer already exists [2021-01-30T06:04:11.302Z] c07d0e853e1e: Layer already exists [2021-01-30T06:04:11.302Z] 777b2c648970: Layer already exists [2021-01-30T06:04:11.566Z] 2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66: digest: sha256:7ef4a7a49cf893d8bec08bdb189f149e0b7d38aebacfa49d7be25d1c5c11b3e7 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:04:11.871Z] 42779551191e: Pushed [2021-01-30T06:04:11.888Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:04:12.234Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-01-30T06:04:12.234Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-30T06:04:12.234Z] 2523ea301a3d: Preparing [2021-01-30T06:04:12.234Z] 1f5f997cb1d9: Preparing [2021-01-30T06:04:12.234Z] 96b6e31c0ea4: Preparing [2021-01-30T06:04:12.234Z] 5a8be6d71894: Preparing [2021-01-30T06:04:12.234Z] c07d0e853e1e: Preparing [2021-01-30T06:04:12.234Z] 777b2c648970: Preparing [2021-01-30T06:04:12.234Z] 777b2c648970: Waiting [2021-01-30T06:04:12.234Z] 96b6e31c0ea4: Layer already exists [2021-01-30T06:04:12.234Z] 5a8be6d71894: Layer already exists [2021-01-30T06:04:12.234Z] c07d0e853e1e: Layer already exists [2021-01-30T06:04:12.234Z] 2523ea301a3d: Layer already exists [2021-01-30T06:04:12.234Z] 1f5f997cb1d9: Layer already exists [2021-01-30T06:04:12.499Z] 777b2c648970: Layer already exists [2021-01-30T06:04:12.499Z] master: digest: sha256:7ef4a7a49cf893d8bec08bdb189f149e0b7d38aebacfa49d7be25d1c5c11b3e7 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-30T06:04:12.676Z] ===================================================== [Pipeline] echo [2021-01-30T06:04:12.718Z] taggedImages: [2021-01-30T06:04:12.718Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:04:12.718Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.66 [2021-01-30T06:04:12.718Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [2021-01-30T06:04:12.718Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-01-30T06:04:12.777Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-01-30T06:04:12.777Z] 2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:04:12.777Z] 2.0.0-dev.66 [2021-01-30T06:04:12.777Z] 2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [2021-01-30T06:04:12.777Z] master [2021-01-30T06:04:12.777Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2021-01-30T06:04:12.860Z] eb3eee1f1742: Pushed [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:04:13.263Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2372a215bf83b5aca75052ece39a841bb32f320e [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:04:13.590Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:04:13.590Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-30T06:04:13.590Z] 0845d12cae34: Preparing [2021-01-30T06:04:13.590Z] 66ea56ef0a66: Preparing [2021-01-30T06:04:13.590Z] 0f304115bce5: Preparing [2021-01-30T06:04:13.590Z] 33f83e94f638: Preparing [2021-01-30T06:04:13.590Z] 47e0437c2130: Preparing [2021-01-30T06:04:13.590Z] d5dc0816ac44: Preparing [2021-01-30T06:04:13.590Z] 5469df8708e9: Preparing [2021-01-30T06:04:13.590Z] 1c1cab4364e8: Preparing [2021-01-30T06:04:13.590Z] 777b2c648970: Preparing [2021-01-30T06:04:13.590Z] d5dc0816ac44: Waiting [2021-01-30T06:04:13.590Z] 5469df8708e9: Waiting [2021-01-30T06:04:13.590Z] 777b2c648970: Waiting [2021-01-30T06:04:13.590Z] 1c1cab4364e8: Waiting [2021-01-30T06:04:14.255Z] 47e0437c2130: Pushed [2021-01-30T06:04:14.255Z] 66ea56ef0a66: Pushed [2021-01-30T06:04:14.255Z] 0845d12cae34: Pushed [2021-01-30T06:04:14.609Z] d5dc0816ac44: Pushed [2021-01-30T06:04:14.609Z] 5469df8708e9: Pushed [2021-01-30T06:04:14.609Z] 777b2c648970: Layer already exists [2021-01-30T06:04:15.190Z] 1c1cab4364e8: Pushed [2021-01-30T06:04:15.190Z] 33f83e94f638: Pushed [2021-01-30T06:04:15.190Z] 0f304115bce5: Pushed [2021-01-30T06:04:15.455Z] 2372a215bf83b5aca75052ece39a841bb32f320e: digest: sha256:f4c839721da8dbccd1634b22458b550d9e6680cb80bc173bbb7b4f61bb6dc6b7 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:04:15.783Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.66 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:04:16.207Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.66 [2021-01-30T06:04:16.207Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-30T06:04:16.207Z] 0845d12cae34: Preparing [2021-01-30T06:04:16.207Z] 66ea56ef0a66: Preparing [2021-01-30T06:04:16.207Z] 0f304115bce5: Preparing [2021-01-30T06:04:16.207Z] 33f83e94f638: Preparing [2021-01-30T06:04:16.207Z] 47e0437c2130: Preparing [2021-01-30T06:04:16.207Z] d5dc0816ac44: Preparing [2021-01-30T06:04:16.207Z] 5469df8708e9: Preparing [2021-01-30T06:04:16.207Z] 1c1cab4364e8: Preparing [2021-01-30T06:04:16.207Z] 777b2c648970: Preparing [2021-01-30T06:04:16.207Z] d5dc0816ac44: Waiting [2021-01-30T06:04:16.207Z] 5469df8708e9: Waiting [2021-01-30T06:04:16.207Z] 1c1cab4364e8: Waiting [2021-01-30T06:04:16.207Z] 777b2c648970: Waiting [2021-01-30T06:04:16.207Z] 47e0437c2130: Layer already exists [2021-01-30T06:04:16.207Z] 0845d12cae34: Layer already exists [2021-01-30T06:04:16.207Z] 0f304115bce5: Layer already exists [2021-01-30T06:04:16.207Z] 33f83e94f638: Layer already exists [2021-01-30T06:04:16.207Z] 66ea56ef0a66: Layer already exists [2021-01-30T06:04:16.207Z] 5469df8708e9: Layer already exists [2021-01-30T06:04:16.207Z] 777b2c648970: Layer already exists [2021-01-30T06:04:16.207Z] d5dc0816ac44: Layer already exists [2021-01-30T06:04:16.207Z] 1c1cab4364e8: Layer already exists [2021-01-30T06:04:16.207Z] 2.0.0-dev.66: digest: sha256:f4c839721da8dbccd1634b22458b550d9e6680cb80bc173bbb7b4f61bb6dc6b7 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:04:16.542Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:04:16.909Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [2021-01-30T06:04:16.909Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-30T06:04:16.909Z] 0845d12cae34: Preparing [2021-01-30T06:04:16.909Z] 66ea56ef0a66: Preparing [2021-01-30T06:04:16.909Z] 0f304115bce5: Preparing [2021-01-30T06:04:16.909Z] 33f83e94f638: Preparing [2021-01-30T06:04:16.909Z] 47e0437c2130: Preparing [2021-01-30T06:04:16.909Z] d5dc0816ac44: Preparing [2021-01-30T06:04:16.909Z] 5469df8708e9: Preparing [2021-01-30T06:04:16.909Z] 1c1cab4364e8: Preparing [2021-01-30T06:04:16.909Z] 777b2c648970: Preparing [2021-01-30T06:04:16.909Z] d5dc0816ac44: Waiting [2021-01-30T06:04:16.909Z] 5469df8708e9: Waiting [2021-01-30T06:04:16.909Z] 1c1cab4364e8: Waiting [2021-01-30T06:04:16.909Z] 777b2c648970: Waiting [2021-01-30T06:04:16.909Z] 0845d12cae34: Layer already exists [2021-01-30T06:04:16.909Z] 33f83e94f638: Layer already exists [2021-01-30T06:04:16.909Z] 66ea56ef0a66: Layer already exists [2021-01-30T06:04:16.909Z] 47e0437c2130: Layer already exists [2021-01-30T06:04:16.909Z] 0f304115bce5: Layer already exists [2021-01-30T06:04:16.909Z] d5dc0816ac44: Layer already exists [2021-01-30T06:04:16.909Z] 5469df8708e9: Layer already exists [2021-01-30T06:04:16.909Z] 1c1cab4364e8: Layer already exists [2021-01-30T06:04:17.172Z] 777b2c648970: Layer already exists [2021-01-30T06:04:17.172Z] 2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66: digest: sha256:f4c839721da8dbccd1634b22458b550d9e6680cb80bc173bbb7b4f61bb6dc6b7 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:04:17.488Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:04:17.802Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-01-30T06:04:17.802Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-30T06:04:17.802Z] 0845d12cae34: Preparing [2021-01-30T06:04:17.802Z] 66ea56ef0a66: Preparing [2021-01-30T06:04:17.803Z] 0f304115bce5: Preparing [2021-01-30T06:04:17.803Z] 33f83e94f638: Preparing [2021-01-30T06:04:17.803Z] 47e0437c2130: Preparing [2021-01-30T06:04:17.803Z] d5dc0816ac44: Preparing [2021-01-30T06:04:17.803Z] 5469df8708e9: Preparing [2021-01-30T06:04:17.803Z] 1c1cab4364e8: Preparing [2021-01-30T06:04:17.803Z] 777b2c648970: Preparing [2021-01-30T06:04:17.803Z] d5dc0816ac44: Waiting [2021-01-30T06:04:17.803Z] 5469df8708e9: Waiting [2021-01-30T06:04:17.803Z] 1c1cab4364e8: Waiting [2021-01-30T06:04:17.803Z] 777b2c648970: Waiting [2021-01-30T06:04:17.803Z] 47e0437c2130: Layer already exists [2021-01-30T06:04:17.803Z] 66ea56ef0a66: Layer already exists [2021-01-30T06:04:17.803Z] 0845d12cae34: Layer already exists [2021-01-30T06:04:17.803Z] 33f83e94f638: Layer already exists [2021-01-30T06:04:17.803Z] 0f304115bce5: Layer already exists [2021-01-30T06:04:17.803Z] 5469df8708e9: Layer already exists [2021-01-30T06:04:17.803Z] d5dc0816ac44: Layer already exists [2021-01-30T06:04:17.803Z] 1c1cab4364e8: Layer already exists [2021-01-30T06:04:17.803Z] 777b2c648970: Layer already exists [2021-01-30T06:04:17.803Z] master: digest: sha256:f4c839721da8dbccd1634b22458b550d9e6680cb80bc173bbb7b4f61bb6dc6b7 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-30T06:04:18.242Z] ===================================================== [Pipeline] echo [2021-01-30T06:04:18.286Z] taggedImages: [2021-01-30T06:04:18.286Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:04:18.286Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.66 [2021-01-30T06:04:18.286Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [2021-01-30T06:04:18.286Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-01-30T06:04:18.346Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-01-30T06:04:18.346Z] 2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:04:18.346Z] 2.0.0-dev.66 [2021-01-30T06:04:18.346Z] 2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [2021-01-30T06:04:18.346Z] master [2021-01-30T06:04:18.346Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:04:18.812Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2372a215bf83b5aca75052ece39a841bb32f320e [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:04:19.148Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:04:19.148Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-30T06:04:19.148Z] df6a9a0406a9: Preparing [2021-01-30T06:04:19.148Z] 1f2bdb94882a: Preparing [2021-01-30T06:04:19.148Z] e0feb369a797: Preparing [2021-01-30T06:04:19.148Z] 4f12e07bb452: Preparing [2021-01-30T06:04:19.148Z] 777b2c648970: Preparing [2021-01-30T06:04:19.148Z] e0feb369a797: Layer already exists [2021-01-30T06:04:19.148Z] 777b2c648970: Layer already exists [2021-01-30T06:04:19.440Z] df6a9a0406a9: Pushed [2021-01-30T06:04:19.714Z] 4f12e07bb452: Pushed [2021-01-30T06:04:20.673Z] 1f2bdb94882a: Pushed [2021-01-30T06:04:20.673Z] 2372a215bf83b5aca75052ece39a841bb32f320e: digest: sha256:b63df082385bcb2917aee82297714b59f1b3ef679b1f47a241a919d847353ec0 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:04:20.992Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.66 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:04:21.321Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.66 [2021-01-30T06:04:21.321Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-30T06:04:21.321Z] df6a9a0406a9: Preparing [2021-01-30T06:04:21.321Z] 1f2bdb94882a: Preparing [2021-01-30T06:04:21.321Z] e0feb369a797: Preparing [2021-01-30T06:04:21.321Z] 4f12e07bb452: Preparing [2021-01-30T06:04:21.321Z] 777b2c648970: Preparing [2021-01-30T06:04:21.586Z] 1f2bdb94882a: Layer already exists [2021-01-30T06:04:21.586Z] 4f12e07bb452: Layer already exists [2021-01-30T06:04:21.586Z] 777b2c648970: Layer already exists [2021-01-30T06:04:21.586Z] e0feb369a797: Layer already exists [2021-01-30T06:04:21.586Z] df6a9a0406a9: Layer already exists [2021-01-30T06:04:21.586Z] 2.0.0-dev.66: digest: sha256:b63df082385bcb2917aee82297714b59f1b3ef679b1f47a241a919d847353ec0 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:04:21.899Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:04:22.209Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [2021-01-30T06:04:22.209Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-30T06:04:22.209Z] df6a9a0406a9: Preparing [2021-01-30T06:04:22.209Z] 1f2bdb94882a: Preparing [2021-01-30T06:04:22.209Z] e0feb369a797: Preparing [2021-01-30T06:04:22.209Z] 4f12e07bb452: Preparing [2021-01-30T06:04:22.209Z] 777b2c648970: Preparing [2021-01-30T06:04:22.209Z] 4f12e07bb452: Layer already exists [2021-01-30T06:04:22.209Z] df6a9a0406a9: Layer already exists [2021-01-30T06:04:22.209Z] 1f2bdb94882a: Layer already exists [2021-01-30T06:04:22.209Z] e0feb369a797: Layer already exists [2021-01-30T06:04:22.209Z] 777b2c648970: Layer already exists [2021-01-30T06:04:22.209Z] 2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66: digest: sha256:b63df082385bcb2917aee82297714b59f1b3ef679b1f47a241a919d847353ec0 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:04:22.528Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:04:22.859Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-01-30T06:04:22.859Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-30T06:04:22.859Z] df6a9a0406a9: Preparing [2021-01-30T06:04:22.859Z] 1f2bdb94882a: Preparing [2021-01-30T06:04:22.859Z] e0feb369a797: Preparing [2021-01-30T06:04:22.859Z] 4f12e07bb452: Preparing [2021-01-30T06:04:22.859Z] 777b2c648970: Preparing [2021-01-30T06:04:22.859Z] 4f12e07bb452: Layer already exists [2021-01-30T06:04:22.859Z] 777b2c648970: Layer already exists [2021-01-30T06:04:22.859Z] df6a9a0406a9: Layer already exists [2021-01-30T06:04:22.859Z] 1f2bdb94882a: Layer already exists [2021-01-30T06:04:22.859Z] e0feb369a797: Layer already exists [2021-01-30T06:04:22.859Z] master: digest: sha256:b63df082385bcb2917aee82297714b59f1b3ef679b1f47a241a919d847353ec0 size: 1364 [2021-01-30T06:04:22.999Z] 75b13e1baab5: Pushed [2021-01-30T06:04:22.999Z] 2372a215bf83b5aca75052ece39a841bb32f320e: digest: sha256:060c149852beebf8727ac230e3ed41e915be0edb0ab98a140631d769277c5ad4 size: 3252 [Pipeline] isUnix [Pipeline] sh [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-30T06:04:23.332Z] ===================================================== [2021-01-30T06:04:23.337Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.66 [Pipeline] echo [2021-01-30T06:04:23.379Z] taggedImages: [2021-01-30T06:04:23.379Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:04:23.379Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.66 [2021-01-30T06:04:23.379Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [2021-01-30T06:04:23.379Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [Pipeline] echo [2021-01-30T06:04:23.490Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-01-30T06:04:23.491Z] 2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:04:23.491Z] 2.0.0-dev.66 [2021-01-30T06:04:23.491Z] 2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [2021-01-30T06:04:23.491Z] master [2021-01-30T06:04:23.491Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:04:23.694Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.66 [2021-01-30T06:04:23.694Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-30T06:04:23.694Z] 138fabf06b80: Preparing [2021-01-30T06:04:23.694Z] 42779551191e: Preparing [2021-01-30T06:04:23.694Z] 75b13e1baab5: Preparing [2021-01-30T06:04:23.694Z] 1c8be4dd5157: Preparing [2021-01-30T06:04:23.694Z] 30fe240dea58: Preparing [2021-01-30T06:04:23.694Z] eb3eee1f1742: Preparing [2021-01-30T06:04:23.694Z] f6f1c17f5e90: Preparing [2021-01-30T06:04:23.694Z] 9ded3b6bb9b5: Preparing [2021-01-30T06:04:23.694Z] fa1afe8e6ed9: Preparing [2021-01-30T06:04:23.694Z] 87a09b4c083e: Preparing [2021-01-30T06:04:23.694Z] 0f74e9ff2a61: Preparing [2021-01-30T06:04:23.694Z] b122376c33c6: Preparing [2021-01-30T06:04:23.694Z] f8381ed47b22: Preparing [2021-01-30T06:04:23.694Z] e934a737d657: Preparing [2021-01-30T06:04:23.694Z] eb3eee1f1742: Waiting [2021-01-30T06:04:23.694Z] 87a09b4c083e: Waiting [2021-01-30T06:04:23.694Z] 0f74e9ff2a61: Waiting [2021-01-30T06:04:23.694Z] b122376c33c6: Waiting [2021-01-30T06:04:23.695Z] f8381ed47b22: Waiting [2021-01-30T06:04:23.695Z] e934a737d657: Waiting [2021-01-30T06:04:23.695Z] 9ded3b6bb9b5: Waiting [2021-01-30T06:04:23.695Z] f6f1c17f5e90: Waiting [2021-01-30T06:04:23.695Z] fa1afe8e6ed9: Waiting [2021-01-30T06:04:23.695Z] 138fabf06b80: Layer already exists [2021-01-30T06:04:23.695Z] 42779551191e: Layer already exists [2021-01-30T06:04:23.965Z] 75b13e1baab5: Layer already exists [2021-01-30T06:04:23.965Z] 30fe240dea58: Layer already exists [2021-01-30T06:04:23.965Z] 1c8be4dd5157: Layer already exists [2021-01-30T06:04:23.965Z] fa1afe8e6ed9: Layer already exists [2021-01-30T06:04:23.965Z] 9ded3b6bb9b5: Layer already exists [2021-01-30T06:04:23.965Z] eb3eee1f1742: Layer already exists [2021-01-30T06:04:23.965Z] f6f1c17f5e90: Layer already exists [2021-01-30T06:04:23.965Z] 87a09b4c083e: Layer already exists [2021-01-30T06:04:23.965Z] 0f74e9ff2a61: Layer already exists [2021-01-30T06:04:23.965Z] b122376c33c6: Layer already exists [2021-01-30T06:04:23.965Z] f8381ed47b22: Layer already exists [2021-01-30T06:04:23.965Z] e934a737d657: Layer already exists [2021-01-30T06:04:23.965Z] 2.0.0-dev.66: digest: sha256:060c149852beebf8727ac230e3ed41e915be0edb0ab98a140631d769277c5ad4 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:04:24.000Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:04:24.303Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:04:24.639Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [2021-01-30T06:04:24.639Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-30T06:04:24.639Z] 138fabf06b80: Preparing [2021-01-30T06:04:24.639Z] 42779551191e: Preparing [2021-01-30T06:04:24.639Z] 75b13e1baab5: Preparing [2021-01-30T06:04:24.639Z] 1c8be4dd5157: Preparing [2021-01-30T06:04:24.639Z] 30fe240dea58: Preparing [2021-01-30T06:04:24.639Z] eb3eee1f1742: Preparing [2021-01-30T06:04:24.639Z] f6f1c17f5e90: Preparing [2021-01-30T06:04:24.639Z] 9ded3b6bb9b5: Preparing [2021-01-30T06:04:24.639Z] fa1afe8e6ed9: Preparing [2021-01-30T06:04:24.639Z] 87a09b4c083e: Preparing [2021-01-30T06:04:24.639Z] 0f74e9ff2a61: Preparing [2021-01-30T06:04:24.639Z] b122376c33c6: Preparing [2021-01-30T06:04:24.639Z] f8381ed47b22: Preparing [2021-01-30T06:04:24.639Z] e934a737d657: Preparing [2021-01-30T06:04:24.639Z] f6f1c17f5e90: Waiting [2021-01-30T06:04:24.639Z] 9ded3b6bb9b5: Waiting [2021-01-30T06:04:24.639Z] fa1afe8e6ed9: Waiting [2021-01-30T06:04:24.639Z] 87a09b4c083e: Waiting [2021-01-30T06:04:24.639Z] 0f74e9ff2a61: Waiting [2021-01-30T06:04:24.639Z] b122376c33c6: Waiting [2021-01-30T06:04:24.639Z] f8381ed47b22: Waiting [2021-01-30T06:04:24.639Z] e934a737d657: Waiting [2021-01-30T06:04:24.639Z] eb3eee1f1742: Waiting [2021-01-30T06:04:24.639Z] 75b13e1baab5: Layer already exists [2021-01-30T06:04:24.639Z] 30fe240dea58: Layer already exists [2021-01-30T06:04:24.639Z] 138fabf06b80: Layer already exists [2021-01-30T06:04:24.639Z] 1c8be4dd5157: Layer already exists [2021-01-30T06:04:24.639Z] 42779551191e: Layer already exists [2021-01-30T06:04:24.639Z] eb3eee1f1742: Layer already exists [2021-01-30T06:04:24.639Z] 9ded3b6bb9b5: Layer already exists [2021-01-30T06:04:24.639Z] f6f1c17f5e90: Layer already exists [2021-01-30T06:04:24.639Z] 87a09b4c083e: Layer already exists [2021-01-30T06:04:24.639Z] fa1afe8e6ed9: Layer already exists [2021-01-30T06:04:24.766Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:04:24.766Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-30T06:04:24.912Z] 0f74e9ff2a61: Layer already exists [2021-01-30T06:04:24.912Z] b122376c33c6: Layer already exists [2021-01-30T06:04:24.912Z] e934a737d657: Layer already exists [2021-01-30T06:04:24.912Z] f8381ed47b22: Layer already exists [2021-01-30T06:04:24.912Z] 2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66: digest: sha256:060c149852beebf8727ac230e3ed41e915be0edb0ab98a140631d769277c5ad4 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:04:25.037Z] c9cfe4615660: Preparing [2021-01-30T06:04:25.037Z] c74c3743dc9c: Preparing [2021-01-30T06:04:25.037Z] e0feb369a797: Preparing [2021-01-30T06:04:25.037Z] d732e285ab59: Preparing [2021-01-30T06:04:25.037Z] 777b2c648970: Preparing [2021-01-30T06:04:25.037Z] d732e285ab59: Layer already exists [2021-01-30T06:04:25.037Z] 777b2c648970: Layer already exists [2021-01-30T06:04:25.037Z] e0feb369a797: Layer already exists [2021-01-30T06:04:25.037Z] c9cfe4615660: Pushed [2021-01-30T06:04:25.274Z] + 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-30T06:04:25.610Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-01-30T06:04:25.610Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-30T06:04:25.610Z] 138fabf06b80: Preparing [2021-01-30T06:04:25.610Z] 42779551191e: Preparing [2021-01-30T06:04:25.610Z] 75b13e1baab5: Preparing [2021-01-30T06:04:25.610Z] 1c8be4dd5157: Preparing [2021-01-30T06:04:25.610Z] 30fe240dea58: Preparing [2021-01-30T06:04:25.610Z] eb3eee1f1742: Preparing [2021-01-30T06:04:25.610Z] f6f1c17f5e90: Preparing [2021-01-30T06:04:25.610Z] 9ded3b6bb9b5: Preparing [2021-01-30T06:04:25.610Z] fa1afe8e6ed9: Preparing [2021-01-30T06:04:25.610Z] 87a09b4c083e: Preparing [2021-01-30T06:04:25.610Z] 0f74e9ff2a61: Preparing [2021-01-30T06:04:25.610Z] b122376c33c6: Preparing [2021-01-30T06:04:25.610Z] f8381ed47b22: Preparing [2021-01-30T06:04:25.610Z] e934a737d657: Preparing [2021-01-30T06:04:25.610Z] 9ded3b6bb9b5: Waiting [2021-01-30T06:04:25.610Z] fa1afe8e6ed9: Waiting [2021-01-30T06:04:25.610Z] 87a09b4c083e: Waiting [2021-01-30T06:04:25.610Z] 0f74e9ff2a61: Waiting [2021-01-30T06:04:25.610Z] b122376c33c6: Waiting [2021-01-30T06:04:25.610Z] f8381ed47b22: Waiting [2021-01-30T06:04:25.610Z] e934a737d657: Waiting [2021-01-30T06:04:25.610Z] f6f1c17f5e90: Waiting [2021-01-30T06:04:25.610Z] eb3eee1f1742: Waiting [2021-01-30T06:04:25.610Z] 75b13e1baab5: Layer already exists [2021-01-30T06:04:25.610Z] 30fe240dea58: Layer already exists [2021-01-30T06:04:25.610Z] 1c8be4dd5157: Layer already exists [2021-01-30T06:04:25.610Z] 42779551191e: Layer already exists [2021-01-30T06:04:25.610Z] 138fabf06b80: Layer already exists [2021-01-30T06:04:25.884Z] f6f1c17f5e90: Layer already exists [2021-01-30T06:04:25.884Z] eb3eee1f1742: Layer already exists [2021-01-30T06:04:25.884Z] fa1afe8e6ed9: Layer already exists [2021-01-30T06:04:25.884Z] 9ded3b6bb9b5: Layer already exists [2021-01-30T06:04:25.884Z] 87a09b4c083e: Layer already exists [2021-01-30T06:04:25.884Z] 0f74e9ff2a61: Layer already exists [2021-01-30T06:04:25.884Z] f8381ed47b22: Layer already exists [2021-01-30T06:04:25.884Z] b122376c33c6: Layer already exists [2021-01-30T06:04:25.884Z] e934a737d657: Layer already exists [2021-01-30T06:04:25.884Z] master: digest: sha256:060c149852beebf8727ac230e3ed41e915be0edb0ab98a140631d769277c5ad4 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-30T06:04:26.066Z] ===================================================== [Pipeline] echo [2021-01-30T06:04:26.109Z] taggedImages: [2021-01-30T06:04:26.109Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:04:26.109Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.66 [2021-01-30T06:04:26.109Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [2021-01-30T06:04:26.109Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-01-30T06:04:26.491Z] c74c3743dc9c: Pushed [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [2021-01-30T06:04:26.775Z] 2372a215bf83b5aca75052ece39a841bb32f320e: digest: sha256:9ba17c73b08bb10d2a9ba0bac37fb57a7ebc9f86f17b252519f9f2c2f8255a85 size: 1363 [Pipeline] // stage [Pipeline] } [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:04:27.809Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.66 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:04:28.125Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.66 [2021-01-30T06:04:28.125Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-30T06:04:28.125Z] c9cfe4615660: Preparing [2021-01-30T06:04:28.125Z] c74c3743dc9c: Preparing [2021-01-30T06:04:28.125Z] e0feb369a797: Preparing [2021-01-30T06:04:28.125Z] d732e285ab59: Preparing [2021-01-30T06:04:28.125Z] 777b2c648970: Preparing [2021-01-30T06:04:28.125Z] 777b2c648970: Layer already exists [2021-01-30T06:04:28.125Z] e0feb369a797: Layer already exists [2021-01-30T06:04:28.125Z] c74c3743dc9c: Layer already exists [2021-01-30T06:04:28.125Z] d732e285ab59: Layer already exists [2021-01-30T06:04:28.125Z] c9cfe4615660: Layer already exists [2021-01-30T06:04:28.125Z] 2.0.0-dev.66: digest: sha256:9ba17c73b08bb10d2a9ba0bac37fb57a7ebc9f86f17b252519f9f2c2f8255a85 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:04:28.450Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:04:28.769Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [2021-01-30T06:04:28.769Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-30T06:04:28.769Z] c9cfe4615660: Preparing [2021-01-30T06:04:28.769Z] c74c3743dc9c: Preparing [2021-01-30T06:04:28.769Z] e0feb369a797: Preparing [2021-01-30T06:04:28.769Z] d732e285ab59: Preparing [2021-01-30T06:04:28.769Z] 777b2c648970: Preparing [2021-01-30T06:04:28.769Z] c74c3743dc9c: Layer already exists [2021-01-30T06:04:28.769Z] d732e285ab59: Layer already exists [2021-01-30T06:04:28.769Z] 777b2c648970: Layer already exists [2021-01-30T06:04:28.769Z] c9cfe4615660: Layer already exists [2021-01-30T06:04:28.769Z] e0feb369a797: Layer already exists [2021-01-30T06:04:28.769Z] 2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66: digest: sha256:9ba17c73b08bb10d2a9ba0bac37fb57a7ebc9f86f17b252519f9f2c2f8255a85 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:04:29.099Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:04:29.414Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-01-30T06:04:29.414Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-30T06:04:29.414Z] c9cfe4615660: Preparing [2021-01-30T06:04:29.414Z] c74c3743dc9c: Preparing [2021-01-30T06:04:29.414Z] e0feb369a797: Preparing [2021-01-30T06:04:29.414Z] d732e285ab59: Preparing [2021-01-30T06:04:29.414Z] 777b2c648970: Preparing [2021-01-30T06:04:29.414Z] d732e285ab59: Layer already exists [2021-01-30T06:04:29.414Z] e0feb369a797: Layer already exists [2021-01-30T06:04:29.414Z] c9cfe4615660: Layer already exists [2021-01-30T06:04:29.414Z] c74c3743dc9c: Layer already exists [2021-01-30T06:04:29.414Z] 777b2c648970: Layer already exists [2021-01-30T06:04:29.682Z] master: digest: sha256:9ba17c73b08bb10d2a9ba0bac37fb57a7ebc9f86f17b252519f9f2c2f8255a85 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-30T06:04:29.878Z] ===================================================== [Pipeline] echo [2021-01-30T06:04:29.923Z] taggedImages: [2021-01-30T06:04:29.923Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:04:29.923Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.66 [2021-01-30T06:04:29.923Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [2021-01-30T06:04:29.923Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-01-30T06:04:29.986Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-01-30T06:04:29.986Z] 2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:04:29.986Z] 2.0.0-dev.66 [2021-01-30T06:04:29.986Z] 2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [2021-01-30T06:04:29.986Z] master [2021-01-30T06:04:29.986Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:04:30.537Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2372a215bf83b5aca75052ece39a841bb32f320e [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:04:30.885Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:04:30.885Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-30T06:04:30.885Z] 20e9626dadb3: Preparing [2021-01-30T06:04:30.885Z] 01361a5c923a: Preparing [2021-01-30T06:04:30.885Z] 69cd43e83d60: Preparing [2021-01-30T06:04:30.885Z] 96675d07d3b8: Preparing [2021-01-30T06:04:30.885Z] b4c73fb711bb: Preparing [2021-01-30T06:04:30.885Z] 57db70e88691: Preparing [2021-01-30T06:04:30.885Z] bf35e91ad543: Preparing [2021-01-30T06:04:30.885Z] 0754057c0ad3: Preparing [2021-01-30T06:04:30.885Z] 998cdf262ab1: Preparing [2021-01-30T06:04:30.885Z] 02e56110abd2: Preparing [2021-01-30T06:04:30.885Z] abc36efb885a: Preparing [2021-01-30T06:04:30.885Z] b0b09059f4e1: Preparing [2021-01-30T06:04:30.885Z] bb961f40224b: Preparing [2021-01-30T06:04:30.885Z] f4666769fca7: Preparing [2021-01-30T06:04:30.885Z] 57db70e88691: Waiting [2021-01-30T06:04:30.885Z] bf35e91ad543: Waiting [2021-01-30T06:04:30.885Z] 0754057c0ad3: Waiting [2021-01-30T06:04:30.885Z] 998cdf262ab1: Waiting [2021-01-30T06:04:30.885Z] 02e56110abd2: Waiting [2021-01-30T06:04:30.885Z] abc36efb885a: Waiting [2021-01-30T06:04:30.885Z] b0b09059f4e1: Waiting [2021-01-30T06:04:30.885Z] bb961f40224b: Waiting [2021-01-30T06:04:30.885Z] f4666769fca7: Waiting [2021-01-30T06:04:31.200Z] b4c73fb711bb: Pushed [2021-01-30T06:04:31.200Z] 20e9626dadb3: Pushed [2021-01-30T06:04:31.921Z] 96675d07d3b8: Pushed [2021-01-30T06:04:31.921Z] 0754057c0ad3: Layer already exists [2021-01-30T06:04:31.921Z] bf35e91ad543: Pushed [2021-01-30T06:04:32.227Z] 998cdf262ab1: Layer already exists [2021-01-30T06:04:32.227Z] 01361a5c923a: Pushed [2021-01-30T06:04:32.227Z] 02e56110abd2: Layer already exists [2021-01-30T06:04:32.227Z] abc36efb885a: Layer already exists [2021-01-30T06:04:32.227Z] b0b09059f4e1: Layer already exists [2021-01-30T06:04:32.227Z] bb961f40224b: Layer already exists [2021-01-30T06:04:32.227Z] f4666769fca7: Layer already exists [2021-01-30T06:04:32.812Z] 57db70e88691: Pushed [2021-01-30T06:04:38.180Z] 69cd43e83d60: Pushed [2021-01-30T06:04:38.180Z] 2372a215bf83b5aca75052ece39a841bb32f320e: digest: sha256:a74371a59ca9eb973f5ca350e99f0c550fcf1466d1383f6c5a9931cdfd09671f size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:04:38.522Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.66 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:04:38.832Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.66 [2021-01-30T06:04:38.832Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-30T06:04:38.832Z] 20e9626dadb3: Preparing [2021-01-30T06:04:38.832Z] 01361a5c923a: Preparing [2021-01-30T06:04:38.832Z] 69cd43e83d60: Preparing [2021-01-30T06:04:38.832Z] 96675d07d3b8: Preparing [2021-01-30T06:04:38.832Z] b4c73fb711bb: Preparing [2021-01-30T06:04:38.832Z] 57db70e88691: Preparing [2021-01-30T06:04:38.832Z] bf35e91ad543: Preparing [2021-01-30T06:04:38.832Z] 0754057c0ad3: Preparing [2021-01-30T06:04:38.832Z] 998cdf262ab1: Preparing [2021-01-30T06:04:38.832Z] 02e56110abd2: Preparing [2021-01-30T06:04:38.832Z] abc36efb885a: Preparing [2021-01-30T06:04:38.832Z] b0b09059f4e1: Preparing [2021-01-30T06:04:38.832Z] bb961f40224b: Preparing [2021-01-30T06:04:38.832Z] f4666769fca7: Preparing [2021-01-30T06:04:38.832Z] 998cdf262ab1: Waiting [2021-01-30T06:04:38.832Z] 02e56110abd2: Waiting [2021-01-30T06:04:38.832Z] abc36efb885a: Waiting [2021-01-30T06:04:38.832Z] b0b09059f4e1: Waiting [2021-01-30T06:04:38.832Z] bb961f40224b: Waiting [2021-01-30T06:04:38.832Z] 57db70e88691: Waiting [2021-01-30T06:04:38.832Z] bf35e91ad543: Waiting [2021-01-30T06:04:38.832Z] 0754057c0ad3: Waiting [2021-01-30T06:04:38.832Z] f4666769fca7: Waiting [2021-01-30T06:04:38.832Z] b4c73fb711bb: Layer already exists [2021-01-30T06:04:38.832Z] 96675d07d3b8: Layer already exists [2021-01-30T06:04:38.832Z] 20e9626dadb3: Layer already exists [2021-01-30T06:04:38.832Z] 01361a5c923a: Layer already exists [2021-01-30T06:04:38.832Z] 69cd43e83d60: Layer already exists [2021-01-30T06:04:38.832Z] 998cdf262ab1: Layer already exists [2021-01-30T06:04:38.832Z] 0754057c0ad3: Layer already exists [2021-01-30T06:04:38.832Z] 57db70e88691: Layer already exists [2021-01-30T06:04:38.832Z] bf35e91ad543: Layer already exists [2021-01-30T06:04:38.832Z] 02e56110abd2: Layer already exists [2021-01-30T06:04:38.832Z] abc36efb885a: Layer already exists [2021-01-30T06:04:38.832Z] b0b09059f4e1: Layer already exists [2021-01-30T06:04:38.832Z] bb961f40224b: Layer already exists [2021-01-30T06:04:38.832Z] f4666769fca7: Layer already exists [2021-01-30T06:04:39.104Z] 2.0.0-dev.66: digest: sha256:a74371a59ca9eb973f5ca350e99f0c550fcf1466d1383f6c5a9931cdfd09671f size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:04:39.455Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:04:40.050Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [2021-01-30T06:04:40.050Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-30T06:04:40.050Z] 20e9626dadb3: Preparing [2021-01-30T06:04:40.050Z] 01361a5c923a: Preparing [2021-01-30T06:04:40.050Z] 69cd43e83d60: Preparing [2021-01-30T06:04:40.050Z] 96675d07d3b8: Preparing [2021-01-30T06:04:40.050Z] b4c73fb711bb: Preparing [2021-01-30T06:04:40.050Z] 57db70e88691: Preparing [2021-01-30T06:04:40.050Z] bf35e91ad543: Preparing [2021-01-30T06:04:40.050Z] 0754057c0ad3: Preparing [2021-01-30T06:04:40.050Z] 998cdf262ab1: Preparing [2021-01-30T06:04:40.050Z] 02e56110abd2: Preparing [2021-01-30T06:04:40.050Z] abc36efb885a: Preparing [2021-01-30T06:04:40.050Z] b0b09059f4e1: Preparing [2021-01-30T06:04:40.050Z] bb961f40224b: Preparing [2021-01-30T06:04:40.050Z] f4666769fca7: Preparing [2021-01-30T06:04:40.050Z] 57db70e88691: Waiting [2021-01-30T06:04:40.050Z] bf35e91ad543: Waiting [2021-01-30T06:04:40.050Z] 0754057c0ad3: Waiting [2021-01-30T06:04:40.050Z] 998cdf262ab1: Waiting [2021-01-30T06:04:40.050Z] 02e56110abd2: Waiting [2021-01-30T06:04:40.050Z] abc36efb885a: Waiting [2021-01-30T06:04:40.050Z] b0b09059f4e1: Waiting [2021-01-30T06:04:40.050Z] bb961f40224b: Waiting [2021-01-30T06:04:40.050Z] f4666769fca7: Waiting [2021-01-30T06:04:40.050Z] b4c73fb711bb: Layer already exists [2021-01-30T06:04:40.050Z] 69cd43e83d60: Layer already exists [2021-01-30T06:04:40.050Z] 96675d07d3b8: Layer already exists [2021-01-30T06:04:40.050Z] 20e9626dadb3: Layer already exists [2021-01-30T06:04:40.050Z] 01361a5c923a: Layer already exists [2021-01-30T06:04:40.050Z] 0754057c0ad3: Layer already exists [2021-01-30T06:04:40.050Z] 998cdf262ab1: Layer already exists [2021-01-30T06:04:40.050Z] bf35e91ad543: Layer already exists [2021-01-30T06:04:40.050Z] 57db70e88691: Layer already exists [2021-01-30T06:04:40.050Z] 02e56110abd2: Layer already exists [2021-01-30T06:04:40.050Z] b0b09059f4e1: Layer already exists [2021-01-30T06:04:40.050Z] f4666769fca7: Layer already exists [2021-01-30T06:04:40.050Z] bb961f40224b: Layer already exists [2021-01-30T06:04:40.050Z] abc36efb885a: Layer already exists [2021-01-30T06:04:40.317Z] 2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66: digest: sha256:a74371a59ca9eb973f5ca350e99f0c550fcf1466d1383f6c5a9931cdfd09671f size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:04:40.644Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:04:40.990Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-01-30T06:04:40.990Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-30T06:04:40.990Z] 20e9626dadb3: Preparing [2021-01-30T06:04:40.990Z] 01361a5c923a: Preparing [2021-01-30T06:04:40.990Z] 69cd43e83d60: Preparing [2021-01-30T06:04:40.990Z] 96675d07d3b8: Preparing [2021-01-30T06:04:40.990Z] b4c73fb711bb: Preparing [2021-01-30T06:04:40.990Z] 57db70e88691: Preparing [2021-01-30T06:04:40.990Z] bf35e91ad543: Preparing [2021-01-30T06:04:40.990Z] 0754057c0ad3: Preparing [2021-01-30T06:04:40.990Z] 998cdf262ab1: Preparing [2021-01-30T06:04:40.990Z] 02e56110abd2: Preparing [2021-01-30T06:04:40.990Z] abc36efb885a: Preparing [2021-01-30T06:04:40.990Z] b0b09059f4e1: Preparing [2021-01-30T06:04:40.990Z] bb961f40224b: Preparing [2021-01-30T06:04:40.990Z] f4666769fca7: Preparing [2021-01-30T06:04:40.990Z] 57db70e88691: Waiting [2021-01-30T06:04:40.990Z] bf35e91ad543: Waiting [2021-01-30T06:04:40.990Z] 0754057c0ad3: Waiting [2021-01-30T06:04:40.990Z] 02e56110abd2: Waiting [2021-01-30T06:04:40.990Z] abc36efb885a: Waiting [2021-01-30T06:04:40.990Z] b0b09059f4e1: Waiting [2021-01-30T06:04:40.990Z] 998cdf262ab1: Waiting [2021-01-30T06:04:40.990Z] f4666769fca7: Waiting [2021-01-30T06:04:40.990Z] bb961f40224b: Waiting [2021-01-30T06:04:40.990Z] b4c73fb711bb: Layer already exists [2021-01-30T06:04:40.990Z] 20e9626dadb3: Layer already exists [2021-01-30T06:04:40.990Z] 96675d07d3b8: Layer already exists [2021-01-30T06:04:40.990Z] 01361a5c923a: Layer already exists [2021-01-30T06:04:40.990Z] 69cd43e83d60: Layer already exists [2021-01-30T06:04:40.990Z] 0754057c0ad3: Layer already exists [2021-01-30T06:04:40.990Z] 998cdf262ab1: Layer already exists [2021-01-30T06:04:40.990Z] 57db70e88691: Layer already exists [2021-01-30T06:04:40.990Z] 02e56110abd2: Layer already exists [2021-01-30T06:04:40.990Z] bf35e91ad543: Layer already exists [2021-01-30T06:04:40.990Z] f4666769fca7: Layer already exists [2021-01-30T06:04:40.990Z] bb961f40224b: Layer already exists [2021-01-30T06:04:40.990Z] b0b09059f4e1: Layer already exists [2021-01-30T06:04:40.990Z] abc36efb885a: Layer already exists [2021-01-30T06:04:41.258Z] master: digest: sha256:a74371a59ca9eb973f5ca350e99f0c550fcf1466d1383f6c5a9931cdfd09671f size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-30T06:04:41.475Z] ===================================================== [Pipeline] echo [2021-01-30T06:04:41.517Z] taggedImages: [2021-01-30T06:04:41.517Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2372a215bf83b5aca75052ece39a841bb32f320e [2021-01-30T06:04:41.517Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.66 [2021-01-30T06:04:41.517Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2372a215bf83b5aca75052ece39a841bb32f320e-2.0.0-dev.66 [2021-01-30T06:04:41.517Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-30T06:04:43.015Z] provisioning config files... [2021-01-30T06:04:43.030Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/330@tmp/config5043716406901349606tmp [Pipeline] { [Pipeline] sh [2021-01-30T06:04:43.509Z] + set +x [2021-01-30T06:04:43.509Z] + curl -s https://codecov.io/bash [2021-01-30T06:04:43.509Z] + bash -s -- [2021-01-30T06:04:44.098Z] [2021-01-30T06:04:44.098Z] _____ _ [2021-01-30T06:04:44.098Z] / ____| | | [2021-01-30T06:04:44.098Z] | | ___ __| | ___ ___ _____ __ [2021-01-30T06:04:44.098Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-30T06:04:44.098Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-30T06:04:44.098Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-30T06:04:44.098Z] Bash-20210129-7c25fce [2021-01-30T06:04:44.098Z] [2021-01-30T06:04:44.098Z] [2021-01-30T06:04:44.098Z] ==> git version 2.24.3 found [2021-01-30T06:04:44.098Z] ==> 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-30T06:04:44.098Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-30T06:04:44.098Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-30T06:04:44.098Z] ==> Jenkins CI detected. [2021-01-30T06:04:44.098Z] project root: . [2021-01-30T06:04:44.098Z] --> token set from env [2021-01-30T06:04:44.098Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-30T06:04:44.098Z] ==> Running gcov in . (disable via -X gcov) [2021-01-30T06:04:44.362Z] ==> Python coveragepy not found [2021-01-30T06:04:44.362Z] ==> Searching for coverage reports in: [2021-01-30T06:04:44.362Z] + . [2021-01-30T06:04:44.362Z] -> Found 1 reports [2021-01-30T06:04:44.362Z] ==> Detecting git/mercurial file structure [2021-01-30T06:04:44.362Z] ==> Reading reports [2021-01-30T06:04:44.362Z] + ./coverage.out bytes=574984 [2021-01-30T06:04:44.362Z] ==> Appending adjustments [2021-01-30T06:04:44.362Z] https://docs.codecov.io/docs/fixing-reports [2021-01-30T06:04:49.712Z] + Found adjustments [2021-01-30T06:04:49.712Z] ==> Gzipping contents [2021-01-30T06:04:49.712Z] 88K /tmp/codecov.5ooU1y.gz [2021-01-30T06:04:49.712Z] ==> Uploading reports [2021-01-30T06:04:49.712Z] url: https://codecov.io [2021-01-30T06:04:49.712Z] query: branch=master&commit=2372a215bf83b5aca75052ece39a841bb32f320e&build=330&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F330%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-30T06:04:49.712Z] -> Pinging Codecov [2021-01-30T06:04:49.712Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=2372a215bf83b5aca75052ece39a841bb32f320e&build=330&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F330%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-30T06:04:49.988Z] -> Uploading to [2021-01-30T06:04:49.988Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-30/00271124DB129430A58F1EEE437C3FCB/2372a215bf83b5aca75052ece39a841bb32f320e/b58c5167-437c-4683-906a-8d6a35e0ff16.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210130%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210130T060449Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5c36ec9296bf732aa66cb261c79647e6fcc3f5e8e52a40223981fe3647264426 [2021-01-30T06:04:49.988Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-30T06:04:49.988Z] Dload Upload Total Spent Left Speed [2021-01-30T06:04:50.519Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86967 0 0 100 86967 0 137k --:--:-- --:--:-- --:--:-- 137k [2021-01-30T06:04:50.519Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/2372a215bf83b5aca75052ece39a841bb32f320e [Pipeline] } [2021-01-30T06:04:50.532Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-01-30T06:04:51.450Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-30T06:04:51.524Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:04:51.903Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-30T06:04:52.166Z] [2021-01-30T06:04:52.166Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:04:52.543Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-30T06:04:52.543Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-30T06:04:52.543Z] 188c0c94c7c5: Already exists [2021-01-30T06:04:52.543Z] 0ef7d3d256c8: Already exists [2021-01-30T06:04:52.543Z] de9db76c5a1d: Already exists [2021-01-30T06:04:52.808Z] 0eba1c9be4d2: Pulling fs layer [2021-01-30T06:04:52.808Z] 0d57e429df01: Pulling fs layer [2021-01-30T06:04:52.808Z] 4e4be7b47b0d: Pulling fs layer [2021-01-30T06:04:52.808Z] e1f770b5df2f: Pulling fs layer [2021-01-30T06:04:52.808Z] 85a0685a4137: Pulling fs layer [2021-01-30T06:04:52.808Z] e1f770b5df2f: Waiting [2021-01-30T06:04:52.808Z] 85a0685a4137: Waiting [2021-01-30T06:04:52.808Z] 4e4be7b47b0d: Verifying Checksum [2021-01-30T06:04:52.808Z] 4e4be7b47b0d: Download complete [2021-01-30T06:04:52.808Z] 0d57e429df01: Download complete [2021-01-30T06:04:55.421Z] e1f770b5df2f: Verifying Checksum [2021-01-30T06:04:55.421Z] e1f770b5df2f: Download complete [2021-01-30T06:04:59.789Z] 0eba1c9be4d2: Verifying Checksum [2021-01-30T06:04:59.789Z] 0eba1c9be4d2: Download complete [2021-01-30T06:05:00.401Z] 85a0685a4137: Verifying Checksum [2021-01-30T06:05:00.401Z] 85a0685a4137: Download complete [2021-01-30T06:05:10.560Z] 0eba1c9be4d2: Pull complete [2021-01-30T06:05:10.560Z] 0d57e429df01: Pull complete [2021-01-30T06:05:10.560Z] 4e4be7b47b0d: Pull complete [2021-01-30T06:05:13.949Z] e1f770b5df2f: Pull complete [2021-01-30T06:05:24.196Z] 85a0685a4137: Pull complete [2021-01-30T06:05:24.196Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-30T06:05:24.196Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-30T06:05:24.196Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-30T06:05:24.611Z] prd-centos7-docker-4c-2g-24095 does not seem to be running inside a container [2021-01-30T06:05:24.692Z] $ 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/330 -v /w/workspace/edgex-go/330:/w/workspace/edgex-go/330:rw,z -v /w/workspace/edgex-go/330@tmp:/w/workspace/edgex-go/330@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-01-30T06:05:26.727Z] $ docker top 70100732e37183c563d31984c542624e252992ea8e04d575edd9ceaaa0999458 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-30T06:05:27.130Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-30T06:05:27.695Z] + set -o pipefail [2021-01-30T06:05:27.696Z] + snyk monitor '--org=edgex-jenkins' [2021-01-30T06:05:49.831Z] [2021-01-30T06:05:49.831Z] Monitoring /w/workspace/edgex-go/330 (github.com/edgexfoundry/edgex-go)... [2021-01-30T06:05:49.831Z] [2021-01-30T06:05:49.831Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/9466acaa-3d88-4731-b012-14534d7b6108 [2021-01-30T06:05:49.831Z] [2021-01-30T06:05:49.831Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-30T06:05:49.831Z] [2021-01-30T06:05:49.831Z] [Pipeline] } [2021-01-30T06:05:49.853Z] $ docker stop --time=1 70100732e37183c563d31984c542624e252992ea8e04d575edd9ceaaa0999458 [2021-01-30T06:05:53.090Z] $ docker rm -f 70100732e37183c563d31984c542624e252992ea8e04d575edd9ceaaa0999458 [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-30T06:05:54.694Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-30T06:05:54.745Z] provisioning config files... [2021-01-30T06:05:54.769Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/330@tmp/config8516945555486857628tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-30T06:05:55.162Z] --> edgex-publish-swagger.sh [2021-01-30T06:05:55.162Z] === Publish openapi/v1 API === [2021-01-30T06:05:55.162Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-01-30T06:05:55.162Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/330/openapi/v1/core-command.yaml] [2021-01-30T06:05:55.162Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-30T06:05:55.162Z] Dload Upload Total Spent Left Speed [2021-01-30T06:05:56.585Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 8176 0:00:01 0:00:01 --:--:-- 8181 100 10522 0 0 100 10522 0 8174 0:00:01 0:00:01 --:--:-- 8181 [2021-01-30T06:05:56.585Z] [2021-01-30T06:05:56.585Z] [2021-01-30T06:05:56.585Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/330/openapi/v1/core-data.yaml] [2021-01-30T06:05:56.585Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-30T06:05:56.585Z] Dload Upload Total Spent Left Speed [2021-01-30T06:05:57.822Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 26106 0:00:01 0:00:01 --:--:-- 26129 100 32557 0 0 100 32557 0 25783 0:00:01 0:00:01 --:--:-- 25797 [2021-01-30T06:05:57.822Z] [2021-01-30T06:05:57.822Z] [2021-01-30T06:05:57.822Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/330/openapi/v1/core-metadata.yaml] [2021-01-30T06:05:57.822Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-30T06:05:57.822Z] Dload Upload Total Spent Left Speed [2021-01-30T06:05:59.252Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 59561 0:00:01 0:00:01 --:--:-- 59596 100 73721 0 0 100 73721 0 59135 0:00:01 0:00:01 --:--:-- 59166 [2021-01-30T06:05:59.252Z] [2021-01-30T06:05:59.252Z] [2021-01-30T06:05:59.252Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/330/openapi/v1/support-logging.yaml] [2021-01-30T06:05:59.252Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-30T06:05:59.252Z] Dload Upload Total Spent Left Speed [2021-01-30T06:06:00.235Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 10861 0:00:01 0:00:01 --:--:-- 10864 100 13581 0 0 100 13581 0 10860 0:00:01 0:00:01 --:--:-- 10864 [2021-01-30T06:06:00.235Z] [2021-01-30T06:06:00.235Z] [2021-01-30T06:06:00.235Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/330/openapi/v1/support-notifications.yaml] [2021-01-30T06:06:00.235Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-30T06:06:00.235Z] Dload Upload Total Spent Left Speed [2021-01-30T06:06:01.649Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 31312 0:00:01 0:00:01 --:--:-- 31337 100 38890 0 0 100 38890 0 31174 0:00:01 0:00:01 --:--:-- 31186 [2021-01-30T06:06:01.649Z] [2021-01-30T06:06:01.649Z] [2021-01-30T06:06:01.649Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/330/openapi/v1/support-scheduler.yaml] [2021-01-30T06:06:01.649Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-30T06:06:01.649Z] Dload Upload Total Spent Left Speed [2021-01-30T06:06:03.090Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 11528 0:00:01 0:00:01 --:--:-- 11537 100 14249 0 0 100 14249 0 11526 0:00:01 0:00:01 --:--:-- 11537 [2021-01-30T06:06:03.090Z] [2021-01-30T06:06:03.090Z] [2021-01-30T06:06:03.090Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/330/openapi/v1/system-agent.yaml] [2021-01-30T06:06:03.090Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-30T06:06:03.090Z] Dload Upload Total Spent Left Speed [2021-01-30T06:06:04.058Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3387 0:00:01 0:00:01 --:--:-- 3391 100 4110 0 0 100 4110 0 3386 0:00:01 0:00:01 --:--:-- 3388 [2021-01-30T06:06:04.058Z] [2021-01-30T06:06:04.058Z] [2021-01-30T06:06:04.058Z] === Publish openapi/v2 API === [2021-01-30T06:06:04.058Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-01-30T06:06:04.058Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/330/openapi/v2/core-command.yaml] [2021-01-30T06:06:04.059Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-30T06:06:04.059Z] Dload Upload Total Spent Left Speed [2021-01-30T06:06:05.292Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21367 0 0 100 21367 0 17888 0:00:01 0:00:01 --:--:-- 17880 100 21367 0 0 100 21367 0 17881 0:00:01 0:00:01 --:--:-- 17880 [2021-01-30T06:06:05.292Z] [2021-01-30T06:06:05.292Z] [2021-01-30T06:06:05.292Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/330/openapi/v2/core-data.yaml] [2021-01-30T06:06:05.292Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-30T06:06:05.292Z] Dload Upload Total Spent Left Speed [2021-01-30T06:06:06.702Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57055 0 0 100 57055 0 45933 0:00:01 0:00:01 --:--:-- 45975 100 57055 0 0 100 57055 0 45924 0:00:01 0:00:01 --:--:-- 45938 [2021-01-30T06:06:06.702Z] [2021-01-30T06:06:06.702Z] [2021-01-30T06:06:06.702Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/330/openapi/v2/core-metadata.yaml] [2021-01-30T06:06:06.702Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-30T06:06:06.702Z] Dload Upload Total Spent Left Speed [2021-01-30T06:06:07.658Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 98k 0:00:01 0:00:01 --:--:-- 98k 100 119k 0 0 100 119k 0 98k 0:00:01 0:00:01 --:--:-- 98k [2021-01-30T06:06:07.658Z] [2021-01-30T06:06:07.658Z] [2021-01-30T06:06:07.658Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/330/openapi/v2/support-logging.yaml] [2021-01-30T06:06:07.658Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-30T06:06:07.658Z] Dload Upload Total Spent Left Speed [2021-01-30T06:06:09.078Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23692 0 0 100 23692 0 19026 0:00:01 0:00:01 --:--:-- 19045 100 23692 0 0 100 23692 0 18825 0:00:01 0:00:01 --:--:-- 18833 [2021-01-30T06:06:09.078Z] [2021-01-30T06:06:09.078Z] [2021-01-30T06:06:09.078Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/330/openapi/v2/support-notifications.yaml] [2021-01-30T06:06:09.078Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-30T06:06:09.078Z] Dload Upload Total Spent Left Speed [2021-01-30T06:06:10.304Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58900 0 0 100 58900 0 48060 0:00:01 0:00:01 --:--:-- 48042 100 58900 0 0 100 58900 0 48053 0:00:01 0:00:01 --:--:-- 48042 [2021-01-30T06:06:10.304Z] [2021-01-30T06:06:10.304Z] [2021-01-30T06:06:10.304Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/330/openapi/v2/support-scheduler.yaml] [2021-01-30T06:06:10.304Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-30T06:06:10.304Z] Dload Upload Total Spent Left Speed [2021-01-30T06:06:11.777Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39529 0 0 100 39529 0 34172 0:00:01 0:00:01 --:--:-- 34194 100 39529 0 0 100 39529 0 34164 0:00:01 0:00:01 --:--:-- 34194 [2021-01-30T06:06:11.777Z] [2021-01-30T06:06:11.777Z] [2021-01-30T06:06:11.777Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/330/openapi/v2/system-agent.yaml] [2021-01-30T06:06:11.777Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-30T06:06:11.777Z] Dload Upload Total Spent Left Speed [2021-01-30T06:06:12.818Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23726 0 0 100 23726 0 19418 0:00:01 0:00:01 --:--:-- 19431 100 23726 0 0 100 23726 0 19142 0:00:01 0:00:01 --:--:-- 19149 [2021-01-30T06:06:12.818Z] [2021-01-30T06:06:12.818Z] [Pipeline] } [2021-01-30T06:06:12.837Z] 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-30T06:06:13.697Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-30T06:06:13.697Z] . [Pipeline] withDockerContainer [2021-01-30T06:06:13.975Z] prd-centos7-docker-4c-2g-24095 does not seem to be running inside a container [2021-01-30T06:06:14.084Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/330 -v /w/workspace/edgex-go/330:/w/workspace/edgex-go/330:rw,z -v /w/workspace/edgex-go/330@tmp:/w/workspace/edgex-go/330@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-30T06:06:15.431Z] $ docker top 09af873c4158891382ef64b4da478d66a2fe47d8d02977a905fa4bbe18ad76fb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-30T06:06:15.862Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-30T06:06:15.862Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-30T06:06:16.262Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-30T06:06:16.266Z] $ docker exec 09af873c4158891382ef64b4da478d66a2fe47d8d02977a905fa4bbe18ad76fb ssh-agent [2021-01-30T06:06:16.687Z] SSH_AUTH_SOCK=/tmp/ssh-mstmj9MEOvvH/agent.11 [2021-01-30T06:06:16.687Z] SSH_AGENT_PID=16 [2021-01-30T06:06:16.696Z] Running ssh-add (command line suppressed) [2021-01-30T06:06:16.976Z] Identity added: /w/workspace/edgex-go/330@tmp/private_key_4243538920635098082.key (/w/workspace/edgex-go/330@tmp/private_key_4243538920635098082.key) [2021-01-30T06:06:17.119Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-30T06:06:17.486Z] + git semver tag [2021-01-30T06:06:18.073Z] # -> Open(): unable to determine branch for HEAD [2021-01-30T06:06:18.073Z] # $GIT_DIR = /w/workspace/edgex-go/330/.git [2021-01-30T06:06:18.073Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/330 [2021-01-30T06:06:18.073Z] # $SEMVER_REMOTE_NAME = origin [2021-01-30T06:06:18.073Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-30T06:06:18.073Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-30T06:06:18.073Z] # $SEMVER_BRANCH = master [2021-01-30T06:06:18.073Z] # $SEMVER_DIR = /w/workspace/edgex-go/330/.semver [2021-01-30T06:06:18.073Z] # 2372a215bf83b5aca75052ece39a841bb32f320e HEAD [2021-01-30T06:06:19.061Z] # -> Force: false [2021-01-30T06:06:19.061Z] # a4d9ac0186e06e727e95f7c4ddd67e49f5009433 refs/tags/v2.0.0-dev.66 [Pipeline] } [2021-01-30T06:06:19.085Z] $ docker exec --env ******** --env ******** 09af873c4158891382ef64b4da478d66a2fe47d8d02977a905fa4bbe18ad76fb ssh-agent -k [2021-01-30T06:06:19.403Z] unset SSH_AUTH_SOCK; [2021-01-30T06:06:19.404Z] unset SSH_AGENT_PID; [2021-01-30T06:06:19.404Z] echo Agent pid 16 killed; [2021-01-30T06:06:19.551Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-30T06:06:20.043Z] + git semver [Pipeline] } [2021-01-30T06:06:20.083Z] $ docker stop --time=1 09af873c4158891382ef64b4da478d66a2fe47d8d02977a905fa4bbe18ad76fb [2021-01-30T06:06:21.882Z] $ docker rm -f 09af873c4158891382ef64b4da478d66a2fe47d8d02977a905fa4bbe18ad76fb [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:06:22.675Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-30T06:06:22.676Z] [2021-01-30T06:06:22.676Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:06:23.059Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-30T06:06:23.323Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-30T06:06:23.323Z] ab5ef0e58194: Pulling fs layer [2021-01-30T06:06:23.323Z] 9712f1f96733: Pulling fs layer [2021-01-30T06:06:23.323Z] 63f879dbbcfc: Pulling fs layer [2021-01-30T06:06:23.323Z] 0d9ebad4ef96: Pulling fs layer [2021-01-30T06:06:23.323Z] e9a5061849ea: Pulling fs layer [2021-01-30T06:06:23.323Z] d747dcd14b5f: Pulling fs layer [2021-01-30T06:06:23.323Z] 2de7ff778b66: Pulling fs layer [2021-01-30T06:06:23.323Z] e9a5061849ea: Waiting [2021-01-30T06:06:23.323Z] d747dcd14b5f: Waiting [2021-01-30T06:06:23.323Z] 2de7ff778b66: Waiting [2021-01-30T06:06:23.323Z] 0d9ebad4ef96: Waiting [2021-01-30T06:06:23.323Z] 9712f1f96733: Verifying Checksum [2021-01-30T06:06:23.323Z] 9712f1f96733: Download complete [2021-01-30T06:06:26.860Z] 63f879dbbcfc: Verifying Checksum [2021-01-30T06:06:26.860Z] 63f879dbbcfc: Download complete [2021-01-30T06:06:27.477Z] e9a5061849ea: Verifying Checksum [2021-01-30T06:06:27.477Z] e9a5061849ea: Download complete [2021-01-30T06:06:27.477Z] d747dcd14b5f: Verifying Checksum [2021-01-30T06:06:27.477Z] d747dcd14b5f: Download complete [2021-01-30T06:06:27.749Z] 0d9ebad4ef96: Verifying Checksum [2021-01-30T06:06:27.749Z] 0d9ebad4ef96: Download complete [2021-01-30T06:06:28.019Z] ab5ef0e58194: Verifying Checksum [2021-01-30T06:06:28.019Z] ab5ef0e58194: Download complete [2021-01-30T06:06:28.019Z] 2de7ff778b66: Verifying Checksum [2021-01-30T06:06:28.019Z] 2de7ff778b66: Download complete [2021-01-30T06:06:36.321Z] ab5ef0e58194: Pull complete [2021-01-30T06:06:36.321Z] 9712f1f96733: Pull complete [2021-01-30T06:06:38.280Z] 63f879dbbcfc: Pull complete [2021-01-30T06:06:50.763Z] 0d9ebad4ef96: Pull complete [2021-01-30T06:06:50.763Z] e9a5061849ea: Pull complete [2021-01-30T06:06:51.059Z] d747dcd14b5f: Pull complete [2021-01-30T06:06:56.473Z] 2de7ff778b66: Pull complete [2021-01-30T06:06:56.473Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-30T06:06:56.473Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-30T06:06:56.473Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-30T06:06:56.771Z] prd-centos7-docker-4c-2g-24095 does not seem to be running inside a container [2021-01-30T06:06:56.836Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/330 -v /w/workspace/edgex-go/330:/w/workspace/edgex-go/330:rw,z -v /w/workspace/edgex-go/330@tmp:/w/workspace/edgex-go/330@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-01-30T06:07:00.661Z] $ docker top f0e4174f5e2d679bbd58e3237d9182663866deea000207e71b8bf362d15d1eff -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-30T06:07:01.009Z] provisioning config files... [2021-01-30T06:07:01.026Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/330@tmp/config5686561646357112989tmp [2021-01-30T06:07:01.054Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/330@tmp/config4013598746050413501tmp [2021-01-30T06:07:01.091Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/330@tmp/config4400455591884490944tmp [Pipeline] { [Pipeline] echo [2021-01-30T06:07:01.172Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-30T06:07:01.835Z] ---> sigul-configuration.sh [2021-01-30T06:07:01.835Z] gpg: directory `/root/.gnupg' created [2021-01-30T06:07:01.835Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-30T06:07:01.835Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-30T06:07:01.835Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-30T06:07:01.835Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-30T06:07:01.835Z] gpg: CAST5 encrypted data [2021-01-30T06:07:01.835Z] gpg: encrypted with 1 passphrase [2021-01-30T06:07:01.835Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-30T06:07:02.808Z] + mkdir /home/jenkins [2021-01-30T06:07:02.808Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-30T06:07:03.145Z] + 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-30T06:07:03.159Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-30T06:07:03.513Z] ---> sigul-install.sh [2021-01-30T06:07:11.759Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-30T06:07:12.427Z] + git tag --list [2021-01-30T06:07:12.427Z] 0.6.0 [2021-01-30T06:07:12.427Z] 0.6.1 [2021-01-30T06:07:12.427Z] 0.7.0 [2021-01-30T06:07:12.427Z] 0.7.1 [2021-01-30T06:07:12.427Z] v1.0.0 [2021-01-30T06:07:12.427Z] v1.0.1 [2021-01-30T06:07:12.427Z] v1.1.0 [2021-01-30T06:07:12.427Z] v1.2.0 [2021-01-30T06:07:12.427Z] v1.2.1 [2021-01-30T06:07:12.427Z] v1.2.2-dev.1 [2021-01-30T06:07:12.427Z] v1.2.2-dev.10 [2021-01-30T06:07:12.427Z] v1.2.2-dev.100 [2021-01-30T06:07:12.427Z] v1.2.2-dev.101 [2021-01-30T06:07:12.427Z] v1.2.2-dev.102 [2021-01-30T06:07:12.427Z] v1.2.2-dev.103 [2021-01-30T06:07:12.427Z] v1.2.2-dev.104 [2021-01-30T06:07:12.427Z] v1.2.2-dev.105 [2021-01-30T06:07:12.427Z] v1.2.2-dev.106 [2021-01-30T06:07:12.427Z] v1.2.2-dev.107 [2021-01-30T06:07:12.427Z] v1.2.2-dev.11 [2021-01-30T06:07:12.427Z] v1.2.2-dev.12 [2021-01-30T06:07:12.427Z] v1.2.2-dev.13 [2021-01-30T06:07:12.427Z] v1.2.2-dev.14 [2021-01-30T06:07:12.427Z] v1.2.2-dev.15 [2021-01-30T06:07:12.427Z] v1.2.2-dev.16 [2021-01-30T06:07:12.427Z] v1.2.2-dev.17 [2021-01-30T06:07:12.427Z] v1.2.2-dev.18 [2021-01-30T06:07:12.427Z] v1.2.2-dev.19 [2021-01-30T06:07:12.427Z] v1.2.2-dev.2 [2021-01-30T06:07:12.427Z] v1.2.2-dev.20 [2021-01-30T06:07:12.427Z] v1.2.2-dev.21 [2021-01-30T06:07:12.427Z] v1.2.2-dev.22 [2021-01-30T06:07:12.427Z] v1.2.2-dev.23 [2021-01-30T06:07:12.427Z] v1.2.2-dev.24 [2021-01-30T06:07:12.427Z] v1.2.2-dev.25 [2021-01-30T06:07:12.427Z] v1.2.2-dev.26 [2021-01-30T06:07:12.427Z] v1.2.2-dev.27 [2021-01-30T06:07:12.427Z] v1.2.2-dev.28 [2021-01-30T06:07:12.427Z] v1.2.2-dev.29 [2021-01-30T06:07:12.427Z] v1.2.2-dev.3 [2021-01-30T06:07:12.427Z] v1.2.2-dev.30 [2021-01-30T06:07:12.427Z] v1.2.2-dev.31 [2021-01-30T06:07:12.427Z] v1.2.2-dev.32 [2021-01-30T06:07:12.427Z] v1.2.2-dev.33 [2021-01-30T06:07:12.427Z] v1.2.2-dev.34 [2021-01-30T06:07:12.427Z] v1.2.2-dev.35 [2021-01-30T06:07:12.427Z] v1.2.2-dev.36 [2021-01-30T06:07:12.427Z] v1.2.2-dev.37 [2021-01-30T06:07:12.427Z] v1.2.2-dev.38 [2021-01-30T06:07:12.427Z] v1.2.2-dev.39 [2021-01-30T06:07:12.427Z] v1.2.2-dev.4 [2021-01-30T06:07:12.427Z] v1.2.2-dev.40 [2021-01-30T06:07:12.427Z] v1.2.2-dev.41 [2021-01-30T06:07:12.427Z] v1.2.2-dev.42 [2021-01-30T06:07:12.427Z] v1.2.2-dev.43 [2021-01-30T06:07:12.427Z] v1.2.2-dev.44 [2021-01-30T06:07:12.427Z] v1.2.2-dev.45 [2021-01-30T06:07:12.427Z] v1.2.2-dev.46 [2021-01-30T06:07:12.427Z] v1.2.2-dev.47 [2021-01-30T06:07:12.427Z] v1.2.2-dev.48 [2021-01-30T06:07:12.427Z] v1.2.2-dev.49 [2021-01-30T06:07:12.427Z] v1.2.2-dev.5 [2021-01-30T06:07:12.427Z] v1.2.2-dev.50 [2021-01-30T06:07:12.427Z] v1.2.2-dev.51 [2021-01-30T06:07:12.427Z] v1.2.2-dev.52 [2021-01-30T06:07:12.427Z] v1.2.2-dev.53 [2021-01-30T06:07:12.427Z] v1.2.2-dev.54 [2021-01-30T06:07:12.427Z] v1.2.2-dev.55 [2021-01-30T06:07:12.427Z] v1.2.2-dev.56 [2021-01-30T06:07:12.427Z] v1.2.2-dev.57 [2021-01-30T06:07:12.427Z] v1.2.2-dev.58 [2021-01-30T06:07:12.427Z] v1.2.2-dev.59 [2021-01-30T06:07:12.427Z] v1.2.2-dev.6 [2021-01-30T06:07:12.427Z] v1.2.2-dev.60 [2021-01-30T06:07:12.427Z] v1.2.2-dev.61 [2021-01-30T06:07:12.427Z] v1.2.2-dev.62 [2021-01-30T06:07:12.427Z] v1.2.2-dev.63 [2021-01-30T06:07:12.427Z] v1.2.2-dev.64 [2021-01-30T06:07:12.427Z] v1.2.2-dev.65 [2021-01-30T06:07:12.427Z] v1.2.2-dev.66 [2021-01-30T06:07:12.427Z] v1.2.2-dev.67 [2021-01-30T06:07:12.427Z] v1.2.2-dev.68 [2021-01-30T06:07:12.427Z] v1.2.2-dev.69 [2021-01-30T06:07:12.427Z] v1.2.2-dev.7 [2021-01-30T06:07:12.427Z] v1.2.2-dev.70 [2021-01-30T06:07:12.427Z] v1.2.2-dev.71 [2021-01-30T06:07:12.427Z] v1.2.2-dev.72 [2021-01-30T06:07:12.427Z] v1.2.2-dev.73 [2021-01-30T06:07:12.427Z] v1.2.2-dev.74 [2021-01-30T06:07:12.427Z] v1.2.2-dev.75 [2021-01-30T06:07:12.427Z] v1.2.2-dev.76 [2021-01-30T06:07:12.427Z] v1.2.2-dev.77 [2021-01-30T06:07:12.427Z] v1.2.2-dev.78 [2021-01-30T06:07:12.427Z] v1.2.2-dev.79 [2021-01-30T06:07:12.427Z] v1.2.2-dev.8 [2021-01-30T06:07:12.427Z] v1.2.2-dev.80 [2021-01-30T06:07:12.427Z] v1.2.2-dev.81 [2021-01-30T06:07:12.427Z] v1.2.2-dev.82 [2021-01-30T06:07:12.427Z] v1.2.2-dev.83 [2021-01-30T06:07:12.427Z] v1.2.2-dev.84 [2021-01-30T06:07:12.427Z] v1.2.2-dev.85 [2021-01-30T06:07:12.427Z] v1.2.2-dev.86 [2021-01-30T06:07:12.427Z] v1.2.2-dev.87 [2021-01-30T06:07:12.427Z] v1.2.2-dev.88 [2021-01-30T06:07:12.427Z] v1.2.2-dev.89 [2021-01-30T06:07:12.427Z] v1.2.2-dev.9 [2021-01-30T06:07:12.427Z] v1.2.2-dev.90 [2021-01-30T06:07:12.427Z] v1.2.2-dev.91 [2021-01-30T06:07:12.427Z] v1.2.2-dev.92 [2021-01-30T06:07:12.427Z] v1.2.2-dev.93 [2021-01-30T06:07:12.427Z] v1.2.2-dev.94 [2021-01-30T06:07:12.427Z] v1.2.2-dev.95 [2021-01-30T06:07:12.427Z] v1.2.2-dev.96 [2021-01-30T06:07:12.427Z] v1.2.2-dev.97 [2021-01-30T06:07:12.427Z] v1.2.2-dev.98 [2021-01-30T06:07:12.427Z] v1.2.2-dev.99 [2021-01-30T06:07:12.427Z] v1.3.0 [2021-01-30T06:07:12.427Z] v1.3.1-dev.1 [2021-01-30T06:07:12.427Z] v1.3.1-dev.10 [2021-01-30T06:07:12.427Z] v1.3.1-dev.11 [2021-01-30T06:07:12.427Z] v1.3.1-dev.12 [2021-01-30T06:07:12.427Z] v1.3.1-dev.13 [2021-01-30T06:07:12.427Z] v1.3.1-dev.14 [2021-01-30T06:07:12.427Z] v1.3.1-dev.15 [2021-01-30T06:07:12.427Z] v1.3.1-dev.16 [2021-01-30T06:07:12.427Z] v1.3.1-dev.17 [2021-01-30T06:07:12.427Z] v1.3.1-dev.18 [2021-01-30T06:07:12.427Z] v1.3.1-dev.2 [2021-01-30T06:07:12.427Z] v1.3.1-dev.3 [2021-01-30T06:07:12.427Z] v1.3.1-dev.4 [2021-01-30T06:07:12.427Z] v1.3.1-dev.5 [2021-01-30T06:07:12.427Z] v1.3.1-dev.6 [2021-01-30T06:07:12.427Z] v1.3.1-dev.7 [2021-01-30T06:07:12.427Z] v1.3.1-dev.8 [2021-01-30T06:07:12.427Z] v1.3.1-dev.9 [2021-01-30T06:07:12.427Z] v2.0.0-dev.1 [2021-01-30T06:07:12.427Z] v2.0.0-dev.10 [2021-01-30T06:07:12.427Z] v2.0.0-dev.11 [2021-01-30T06:07:12.427Z] v2.0.0-dev.12 [2021-01-30T06:07:12.427Z] v2.0.0-dev.13 [2021-01-30T06:07:12.427Z] v2.0.0-dev.14 [2021-01-30T06:07:12.427Z] v2.0.0-dev.15 [2021-01-30T06:07:12.427Z] v2.0.0-dev.16 [2021-01-30T06:07:12.427Z] v2.0.0-dev.17 [2021-01-30T06:07:12.427Z] v2.0.0-dev.18 [2021-01-30T06:07:12.427Z] v2.0.0-dev.19 [2021-01-30T06:07:12.427Z] v2.0.0-dev.2 [2021-01-30T06:07:12.427Z] v2.0.0-dev.20 [2021-01-30T06:07:12.427Z] v2.0.0-dev.21 [2021-01-30T06:07:12.427Z] v2.0.0-dev.22 [2021-01-30T06:07:12.427Z] v2.0.0-dev.23 [2021-01-30T06:07:12.427Z] v2.0.0-dev.24 [2021-01-30T06:07:12.427Z] v2.0.0-dev.25 [2021-01-30T06:07:12.427Z] v2.0.0-dev.26 [2021-01-30T06:07:12.427Z] v2.0.0-dev.27 [2021-01-30T06:07:12.427Z] v2.0.0-dev.28 [2021-01-30T06:07:12.427Z] v2.0.0-dev.29 [2021-01-30T06:07:12.427Z] v2.0.0-dev.3 [2021-01-30T06:07:12.427Z] v2.0.0-dev.30 [2021-01-30T06:07:12.427Z] v2.0.0-dev.31 [2021-01-30T06:07:12.427Z] v2.0.0-dev.32 [2021-01-30T06:07:12.427Z] v2.0.0-dev.33 [2021-01-30T06:07:12.427Z] v2.0.0-dev.34 [2021-01-30T06:07:12.427Z] v2.0.0-dev.35 [2021-01-30T06:07:12.427Z] v2.0.0-dev.36 [2021-01-30T06:07:12.427Z] v2.0.0-dev.37 [2021-01-30T06:07:12.427Z] v2.0.0-dev.38 [2021-01-30T06:07:12.427Z] v2.0.0-dev.39 [2021-01-30T06:07:12.427Z] v2.0.0-dev.4 [2021-01-30T06:07:12.427Z] v2.0.0-dev.40 [2021-01-30T06:07:12.427Z] v2.0.0-dev.41 [2021-01-30T06:07:12.427Z] v2.0.0-dev.42 [2021-01-30T06:07:12.427Z] v2.0.0-dev.43 [2021-01-30T06:07:12.427Z] v2.0.0-dev.44 [2021-01-30T06:07:12.427Z] v2.0.0-dev.45 [2021-01-30T06:07:12.427Z] v2.0.0-dev.46 [2021-01-30T06:07:12.427Z] v2.0.0-dev.47 [2021-01-30T06:07:12.427Z] v2.0.0-dev.48 [2021-01-30T06:07:12.428Z] v2.0.0-dev.49 [2021-01-30T06:07:12.428Z] v2.0.0-dev.5 [2021-01-30T06:07:12.428Z] v2.0.0-dev.50 [2021-01-30T06:07:12.428Z] v2.0.0-dev.51 [2021-01-30T06:07:12.428Z] v2.0.0-dev.52 [2021-01-30T06:07:12.428Z] v2.0.0-dev.53 [2021-01-30T06:07:12.428Z] v2.0.0-dev.54 [2021-01-30T06:07:12.428Z] v2.0.0-dev.55 [2021-01-30T06:07:12.428Z] v2.0.0-dev.56 [2021-01-30T06:07:12.428Z] v2.0.0-dev.57 [2021-01-30T06:07:12.428Z] v2.0.0-dev.58 [2021-01-30T06:07:12.428Z] v2.0.0-dev.59 [2021-01-30T06:07:12.428Z] v2.0.0-dev.6 [2021-01-30T06:07:12.428Z] v2.0.0-dev.60 [2021-01-30T06:07:12.428Z] v2.0.0-dev.61 [2021-01-30T06:07:12.428Z] v2.0.0-dev.62 [2021-01-30T06:07:12.428Z] v2.0.0-dev.63 [2021-01-30T06:07:12.428Z] v2.0.0-dev.64 [2021-01-30T06:07:12.428Z] v2.0.0-dev.65 [2021-01-30T06:07:12.428Z] v2.0.0-dev.66 [2021-01-30T06:07:12.428Z] v2.0.0-dev.7 [2021-01-30T06:07:12.428Z] v2.0.0-dev.8 [2021-01-30T06:07:12.428Z] v2.0.0-dev.9 [Pipeline] sh [2021-01-30T06:07:13.074Z] + lftools sign git-tag v2.0.0-dev.66 [2021-01-30T06:07:14.495Z] Signing Git tag with Sigul... [2021-01-30T06:07:14.495Z] Signing v2.0.0-dev.66 [Pipeline] echo [2021-01-30T06:07:16.460Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-30T06:07:17.125Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-30T06:07:17.141Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-30T06:07:17.241Z] $ docker stop --time=1 f0e4174f5e2d679bbd58e3237d9182663866deea000207e71b8bf362d15d1eff [2021-01-30T06:07:19.442Z] $ docker rm -f f0e4174f5e2d679bbd58e3237d9182663866deea000207e71b8bf362d15d1eff [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:07:20.746Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-30T06:07:20.746Z] . [Pipeline] withDockerContainer [2021-01-30T06:07:20.928Z] prd-centos7-docker-4c-2g-24095 does not seem to be running inside a container [2021-01-30T06:07:20.996Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/330 -v /w/workspace/edgex-go/330:/w/workspace/edgex-go/330:rw,z -v /w/workspace/edgex-go/330@tmp:/w/workspace/edgex-go/330@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-30T06:07:22.291Z] $ docker top 56cc446957d78169cc49272974a86ddc4d6e34ff193a5bb487c10697703d8524 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-30T06:07:22.639Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-30T06:07:22.639Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-30T06:07:23.128Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-30T06:07:23.170Z] $ docker exec 56cc446957d78169cc49272974a86ddc4d6e34ff193a5bb487c10697703d8524 ssh-agent [2021-01-30T06:07:23.591Z] SSH_AUTH_SOCK=/tmp/ssh-CR8SlEx1MOQu/agent.11 [2021-01-30T06:07:23.591Z] SSH_AGENT_PID=16 [2021-01-30T06:07:23.608Z] Running ssh-add (command line suppressed) [2021-01-30T06:07:23.880Z] Identity added: /w/workspace/edgex-go/330@tmp/private_key_2692829718302260415.key (/w/workspace/edgex-go/330@tmp/private_key_2692829718302260415.key) [2021-01-30T06:07:24.045Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-30T06:07:24.804Z] + git semver bump pre [2021-01-30T06:07:24.804Z] # -> Open(): unable to determine branch for HEAD [2021-01-30T06:07:24.804Z] # $GIT_DIR = /w/workspace/edgex-go/330/.git [2021-01-30T06:07:24.804Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/330 [2021-01-30T06:07:24.804Z] # $SEMVER_REMOTE_NAME = origin [2021-01-30T06:07:24.804Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-30T06:07:24.804Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-30T06:07:24.804Z] # $SEMVER_BRANCH = master [2021-01-30T06:07:24.804Z] # $SEMVER_DIR = /w/workspace/edgex-go/330/.semver [2021-01-30T06:07:24.804Z] 2.0.0-dev.67 [Pipeline] } [2021-01-30T06:07:24.826Z] $ docker exec --env ******** --env ******** 56cc446957d78169cc49272974a86ddc4d6e34ff193a5bb487c10697703d8524 ssh-agent -k [2021-01-30T06:07:25.099Z] unset SSH_AUTH_SOCK; [2021-01-30T06:07:25.100Z] unset SSH_AGENT_PID; [2021-01-30T06:07:25.100Z] echo Agent pid 16 killed; [2021-01-30T06:07:25.194Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-30T06:07:26.089Z] + git semver [Pipeline] } [2021-01-30T06:07:26.116Z] $ docker stop --time=1 56cc446957d78169cc49272974a86ddc4d6e34ff193a5bb487c10697703d8524 [2021-01-30T06:07:27.840Z] $ docker rm -f 56cc446957d78169cc49272974a86ddc4d6e34ff193a5bb487c10697703d8524 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:07:28.436Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-30T06:07:28.436Z] . [Pipeline] withDockerContainer [2021-01-30T06:07:28.642Z] prd-centos7-docker-4c-2g-24095 does not seem to be running inside a container [2021-01-30T06:07:28.714Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/330 -v /w/workspace/edgex-go/330:/w/workspace/edgex-go/330:rw,z -v /w/workspace/edgex-go/330@tmp:/w/workspace/edgex-go/330@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-30T06:07:30.109Z] $ docker top 47ce620132620ed45e7bc935fe2ddbf0c542e9b716eb8133dfbb73dc9fda6a7c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-30T06:07:30.593Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-30T06:07:30.593Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-30T06:07:30.970Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-30T06:07:30.974Z] $ docker exec 47ce620132620ed45e7bc935fe2ddbf0c542e9b716eb8133dfbb73dc9fda6a7c ssh-agent [2021-01-30T06:07:31.584Z] SSH_AUTH_SOCK=/tmp/ssh-TrNhqFKdej6E/agent.11 [2021-01-30T06:07:31.584Z] SSH_AGENT_PID=16 [2021-01-30T06:07:31.597Z] Running ssh-add (command line suppressed) [2021-01-30T06:07:31.844Z] Identity added: /w/workspace/edgex-go/330@tmp/private_key_8103554663625674060.key (/w/workspace/edgex-go/330@tmp/private_key_8103554663625674060.key) [2021-01-30T06:07:31.957Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-30T06:07:32.639Z] + git semver push [2021-01-30T06:07:32.639Z] # -> Open(): unable to determine branch for HEAD [2021-01-30T06:07:32.639Z] # $GIT_DIR = /w/workspace/edgex-go/330/.git [2021-01-30T06:07:32.639Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/330 [2021-01-30T06:07:32.639Z] # $SEMVER_REMOTE_NAME = origin [2021-01-30T06:07:32.639Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-30T06:07:32.639Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-30T06:07:32.639Z] # $SEMVER_BRANCH = master [2021-01-30T06:07:32.639Z] # $SEMVER_DIR = /w/workspace/edgex-go/330/.semver [Pipeline] } [2021-01-30T06:07:47.811Z] $ docker exec --env ******** --env ******** 47ce620132620ed45e7bc935fe2ddbf0c542e9b716eb8133dfbb73dc9fda6a7c ssh-agent -k [2021-01-30T06:07:48.150Z] unset SSH_AUTH_SOCK; [2021-01-30T06:07:48.150Z] unset SSH_AGENT_PID; [2021-01-30T06:07:48.150Z] echo Agent pid 16 killed; [2021-01-30T06:07:48.359Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-30T06:07:48.885Z] + git semver [Pipeline] } [2021-01-30T06:07:49.182Z] $ docker stop --time=1 47ce620132620ed45e7bc935fe2ddbf0c542e9b716eb8133dfbb73dc9fda6a7c [2021-01-30T06:07:50.913Z] $ docker rm -f 47ce620132620ed45e7bc935fe2ddbf0c542e9b716eb8133dfbb73dc9fda6a7c [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-30T06:07:52.388Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-30T06:07:53.709Z] ---> package-listing.sh [2021-01-30T06:07:53.709Z] ++ facter osfamily [2021-01-30T06:07:53.709Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-30T06:07:53.979Z] + OS_FAMILY=redhat [2021-01-30T06:07:53.979Z] + workspace=/w/workspace/edgex-go/330 [2021-01-30T06:07:53.979Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-30T06:07:53.979Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-30T06:07:53.979Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-30T06:07:53.979Z] + PACKAGES=/tmp/packages_start.txt [2021-01-30T06:07:53.979Z] + '[' /w/workspace/edgex-go/330 ']' [2021-01-30T06:07:53.979Z] + PACKAGES=/tmp/packages_end.txt [2021-01-30T06:07:53.979Z] + case "${OS_FAMILY}" in [2021-01-30T06:07:53.979Z] + rpm -qa [2021-01-30T06:07:53.979Z] + sort [2021-01-30T06:08:00.657Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-30T06:08:00.657Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-30T06:08:00.657Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-30T06:08:00.657Z] + '[' /w/workspace/edgex-go/330 ']' [2021-01-30T06:08:00.658Z] + mkdir -p /w/workspace/edgex-go/330/archives/ [2021-01-30T06:08:00.658Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/330/archives/ [Pipeline] echo [2021-01-30T06:08:00.672Z] 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/330/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-30T06:08:00.981Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:08:01.594Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-30T06:08:01.867Z] [2021-01-30T06:08:01.867Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-30T06:08:02.263Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-30T06:08:02.544Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-30T06:08:02.544Z] df20fa9351a1: Pulling fs layer [2021-01-30T06:08:02.544Z] 36b3adc4ff6f: Pulling fs layer [2021-01-30T06:08:02.544Z] 8ad3a11d3b57: Pulling fs layer [2021-01-30T06:08:02.544Z] 46f8f816bc3b: Pulling fs layer [2021-01-30T06:08:02.544Z] 93b61091891f: Pulling fs layer [2021-01-30T06:08:02.544Z] 93b9cdb0e59b: Pulling fs layer [2021-01-30T06:08:02.544Z] 5e14af77c1be: Pulling fs layer [2021-01-30T06:08:02.544Z] 01666e4c0597: Pulling fs layer [2021-01-30T06:08:02.544Z] aa168da1d23b: Pulling fs layer [2021-01-30T06:08:02.544Z] 93b9cdb0e59b: Waiting [2021-01-30T06:08:02.544Z] 5e14af77c1be: Waiting [2021-01-30T06:08:02.544Z] 01666e4c0597: Waiting [2021-01-30T06:08:02.544Z] aa168da1d23b: Waiting [2021-01-30T06:08:02.544Z] 46f8f816bc3b: Waiting [2021-01-30T06:08:02.544Z] 93b61091891f: Waiting [2021-01-30T06:08:02.544Z] 36b3adc4ff6f: Download complete [2021-01-30T06:08:02.544Z] 46f8f816bc3b: Verifying Checksum [2021-01-30T06:08:02.544Z] 46f8f816bc3b: Download complete [2021-01-30T06:08:02.838Z] df20fa9351a1: Verifying Checksum [2021-01-30T06:08:02.838Z] df20fa9351a1: Download complete [2021-01-30T06:08:02.838Z] 93b9cdb0e59b: Verifying Checksum [2021-01-30T06:08:02.838Z] 93b9cdb0e59b: Download complete [2021-01-30T06:08:02.838Z] 93b61091891f: Verifying Checksum [2021-01-30T06:08:02.838Z] 93b61091891f: Download complete [2021-01-30T06:08:02.838Z] 5e14af77c1be: Verifying Checksum [2021-01-30T06:08:02.838Z] 5e14af77c1be: Download complete [2021-01-30T06:08:02.838Z] 01666e4c0597: Verifying Checksum [2021-01-30T06:08:02.838Z] 01666e4c0597: Download complete [2021-01-30T06:08:03.933Z] df20fa9351a1: Pull complete [2021-01-30T06:08:03.933Z] 8ad3a11d3b57: Verifying Checksum [2021-01-30T06:08:03.933Z] 8ad3a11d3b57: Download complete [2021-01-30T06:08:04.208Z] 36b3adc4ff6f: Pull complete [2021-01-30T06:08:06.946Z] 8ad3a11d3b57: Pull complete [2021-01-30T06:08:06.947Z] 46f8f816bc3b: Pull complete [2021-01-30T06:08:09.081Z] 93b61091891f: Pull complete [2021-01-30T06:08:09.389Z] 93b9cdb0e59b: Pull complete [2021-01-30T06:08:10.010Z] 5e14af77c1be: Pull complete [2021-01-30T06:08:10.608Z] 01666e4c0597: Pull complete [2021-01-30T06:08:10.608Z] aa168da1d23b: Verifying Checksum [2021-01-30T06:08:10.608Z] aa168da1d23b: Download complete [2021-01-30T06:08:25.729Z] aa168da1d23b: Pull complete [2021-01-30T06:08:25.729Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-30T06:08:25.729Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-30T06:08:25.729Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-30T06:08:26.201Z] prd-centos7-docker-4c-2g-24095 does not seem to be running inside a container [2021-01-30T06:08:26.297Z] $ 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/330/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/330 -v /w/workspace/edgex-go/330:/w/workspace/edgex-go/330:rw,z -v /w/workspace/edgex-go/330@tmp:/w/workspace/edgex-go/330@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-30T06:08:29.730Z] $ docker top e90664e14c5d2748a2ce423beb7f5a8b4664172bd86b9208df25580737129162 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-30T06:08:30.422Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-30T06:08:30.803Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-30T06:08:31.159Z] + ls /var/log/sa-host [2021-01-30T06:08:31.159Z] + sadf -c /var/log/sa-host/sa23 [2021-01-30T06:08:31.159Z] file_magic: OK [2021-01-30T06:08:31.159Z] HZ: Using current value: 100 [2021-01-30T06:08:31.159Z] file_header: OK [2021-01-30T06:08:31.159Z] 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-30T06:08:31.159Z] Statistics: [2021-01-30T06:08:31.159Z] Hnuu...uuuununununu... [2021-01-30T06:08:31.159Z] File successfully converted to sysstat format version 12.2.1 [2021-01-30T06:08:31.159Z] + sadf -c /var/log/sa-host/sa30 [2021-01-30T06:08:31.159Z] file_magic: OK [2021-01-30T06:08:31.159Z] HZ: Using current value: 100 [2021-01-30T06:08:31.159Z] file_header: OK [2021-01-30T06:08:31.159Z] 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-30T06:08:31.159Z] Statistics: [2021-01-30T06:08:31.159Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-30T06:08:31.159Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-30T06:08:31.753Z] provisioning config files... [2021-01-30T06:08:31.783Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/330@tmp/config7921825450080474195tmp [Pipeline] { [Pipeline] echo [2021-01-30T06:08:31.855Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-30T06:08:32.493Z] ---> create-netrc.sh [Pipeline] } [2021-01-30T06:08:32.506Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-30T06:08:32.591Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-30T06:08:32.951Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-30T06:08:33.016Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-30T06:08:33.714Z] ---> sudo-logs.sh [2021-01-30T06:08:33.714Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-30T06:08:33.728Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-30T06:08:34.038Z] ---> job-cost.sh [2021-01-30T06:08:34.038Z] lf-activate-venv: SKIPPING [2021-01-30T06:08:34.038Z] INFO: No Stack... [2021-01-30T06:08:35.463Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-30T06:08:35.729Z] INFO: Archiving Costs [Pipeline] echo [2021-01-30T06:08:35.746Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-30T06:08:36.091Z] ---> logs-deploy.sh [2021-01-30T06:08:36.091Z] lf-activate-venv: SKIPPING [2021-01-30T06:08:36.091Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/330 [2021-01-30T06:08:36.091Z] INFO: archiving workspace using pattern(s): [2021-01-30T06:08:38.060Z] Archives upload complete. [2021-01-30T06:08:38.327Z] INFO: archiving logs to Nexus