Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ffa292a08661baeb026f188275a19c5914c89a0e 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-32236 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/422 [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/422 # 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 ffa292a08661baeb026f188275a19c5914c89a0e (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 ffa292a08661baeb026f188275a19c5914c89a0e # timeout=10 Commit message: "Merge pull request #3318 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets/v2-2.0.0-dev.11" > git rev-list --no-walk 455f88eb7f104c981a27c2f244562def9f736fdb # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-31T12:43:22.857Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-31T12:43:23.102Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-31T12:43:23.199Z] ========================================================= [2021-03-31T12:43:23.200Z] EdgeX Global Pipelines Version Info [2021-03-31T12:43:23.200Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-31T12:43:27.006Z] ------------------- [2021-03-31T12:43:27.006Z] stable info: [2021-03-31T12:43:27.006Z] ------------------- [2021-03-31T12:43:27.006Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-31T12:43:27.006Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-31T12:43:27.006Z] Message: update stable to v1.0.186 [2021-03-31T12:43:28.612Z] ------------------- [2021-03-31T12:43:28.612Z] experimental info: [2021-03-31T12:43:28.612Z] ------------------- [2021-03-31T12:43:28.612Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-31T12:43:28.612Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-03-31T12:43:28.612Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-31T12:43:28.946Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-31T12:43:29.038Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-31T12:43:29.122Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-31T12:43:29.232Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-31T12:43:29.379Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-31T12:43:29.471Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-31T12:43:29.558Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-31T12:43:29.638Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-31T12:43:29.720Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-31T12:43:29.833Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-31T12:43:29.924Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-31T12:43:30.012Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-31T12:43:30.148Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-31T12:43:30.258Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-31T12:43:30.375Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-31T12:43:30.481Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-31T12:43:30.670Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-31T12:43:30.995Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-31T12:43:31.098Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-31T12:43:31.192Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-31T12:43:31.271Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-31T12:43:31.351Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-31T12:43:31.430Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-03-31T12:43:31.508Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-03-31T12:43:31.608Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-03-31T12:43:31.736Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ffa292a08661baeb026f188275a19c5914c89a0e [Pipeline] echo [2021-03-31T12:43:31.830Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ffa292a [Pipeline] echo [2021-03-31T12:43:31.916Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-31T12:43:32.087Z] provisioning config files... [2021-03-31T12:43:32.123Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/422@tmp/config5250630262434818807tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-31T12:43:32.744Z] ---> docker-login.sh [2021-03-31T12:43:32.744Z] nexus3.edgexfoundry.org:10001 [2021-03-31T12:43:33.399Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T12:43:33.735Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T12:43:33.735Z] Configure a credential helper to remove this warning. See [2021-03-31T12:43:33.735Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T12:43:33.735Z] [2021-03-31T12:43:33.735Z] Login Succeeded [2021-03-31T12:43:33.735Z] nexus3.edgexfoundry.org:10002 [2021-03-31T12:43:34.047Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T12:43:34.406Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T12:43:34.406Z] Configure a credential helper to remove this warning. See [2021-03-31T12:43:34.406Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T12:43:34.406Z] [2021-03-31T12:43:34.406Z] Login Succeeded [2021-03-31T12:43:34.406Z] nexus3.edgexfoundry.org:10003 [2021-03-31T12:43:35.816Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T12:43:35.816Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T12:43:35.816Z] Configure a credential helper to remove this warning. See [2021-03-31T12:43:35.816Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T12:43:35.816Z] [2021-03-31T12:43:35.816Z] Login Succeeded [2021-03-31T12:43:35.816Z] nexus3.edgexfoundry.org:10004 [2021-03-31T12:43:36.592Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T12:43:36.592Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T12:43:36.592Z] Configure a credential helper to remove this warning. See [2021-03-31T12:43:36.592Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T12:43:36.592Z] [2021-03-31T12:43:36.592Z] Login Succeeded [2021-03-31T12:43:36.592Z] docker.io [2021-03-31T12:43:37.410Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T12:43:37.734Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T12:43:37.734Z] Configure a credential helper to remove this warning. See [2021-03-31T12:43:37.734Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T12:43:37.734Z] [2021-03-31T12:43:37.734Z] Login Succeeded [2021-03-31T12:43:37.734Z] ---> docker-login.sh ends [Pipeline] } [2021-03-31T12:43:37.766Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-31T12:43:38.646Z] ++ 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-03-31T12:43:38.646Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T12:43:38.646Z] ++ dirname cmd/core-command/Dockerfile [2021-03-31T12:43:38.646Z] ++ cut -d/ -f2 [2021-03-31T12:43:38.646Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-31T12:43:38.646Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T12:43:38.646Z] ++ dirname cmd/core-data/Dockerfile [2021-03-31T12:43:38.646Z] ++ cut -d/ -f2 [2021-03-31T12:43:38.646Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-31T12:43:38.646Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T12:43:38.646Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-31T12:43:38.646Z] ++ cut -d/ -f2 [2021-03-31T12:43:38.646Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-31T12:43:38.646Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T12:43:38.646Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-31T12:43:38.646Z] ++ cut -d/ -f2 [2021-03-31T12:43:38.646Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-31T12:43:38.646Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T12:43:38.646Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-31T12:43:38.646Z] ++ cut -d/ -f2 [2021-03-31T12:43:38.646Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-31T12:43:38.646Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T12:43:38.646Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-31T12:43:38.646Z] ++ cut -d/ -f2 [2021-03-31T12:43:38.646Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-31T12:43:38.646Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T12:43:38.646Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-31T12:43:38.646Z] ++ cut -d/ -f2 [2021-03-31T12:43:38.646Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-31T12:43:38.646Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T12:43:38.646Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-31T12:43:38.646Z] ++ cut -d/ -f2 [2021-03-31T12:43:38.646Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-31T12:43:38.646Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T12:43:38.646Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-31T12:43:38.646Z] ++ cut -d/ -f2 [2021-03-31T12:43:38.646Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-31T12:43:40.189Z] 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-03-31T12:43:41.348Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T12:43:41.348Z] [2021-03-31T12:43:41.348Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:43:42.137Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T12:43:42.469Z] latest: Pulling from edgex-devops/git-semver [2021-03-31T12:43:42.469Z] 31603596830f: Pulling fs layer [2021-03-31T12:43:42.469Z] 2a8b12db71e7: Pulling fs layer [2021-03-31T12:43:42.469Z] 6ca5941a6612: Pulling fs layer [2021-03-31T12:43:42.469Z] ecc8261a40a4: Pulling fs layer [2021-03-31T12:43:42.469Z] ecc8261a40a4: Waiting [2021-03-31T12:43:42.469Z] 2a8b12db71e7: Verifying Checksum [2021-03-31T12:43:42.469Z] 2a8b12db71e7: Download complete [2021-03-31T12:43:42.795Z] 31603596830f: Verifying Checksum [2021-03-31T12:43:42.795Z] 31603596830f: Download complete [2021-03-31T12:43:43.524Z] ecc8261a40a4: Verifying Checksum [2021-03-31T12:43:43.524Z] ecc8261a40a4: Download complete [2021-03-31T12:43:43.939Z] 6ca5941a6612: Verifying Checksum [2021-03-31T12:43:43.939Z] 6ca5941a6612: Download complete [2021-03-31T12:43:44.549Z] 31603596830f: Pull complete [2021-03-31T12:43:44.549Z] 2a8b12db71e7: Pull complete [2021-03-31T12:43:46.240Z] 6ca5941a6612: Pull complete [2021-03-31T12:43:46.980Z] ecc8261a40a4: Pull complete [2021-03-31T12:43:46.980Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-31T12:43:46.980Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T12:43:46.980Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-31T12:43:47.632Z] prd-centos7-docker-4c-2g-32236 does not seem to be running inside a container [2021-03-31T12:43:47.884Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/422 -v /w/workspace/edgex-go/422:/w/workspace/edgex-go/422:rw,z -v /w/workspace/edgex-go/422@tmp:/w/workspace/edgex-go/422@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-31T12:43:51.705Z] $ docker top 23574a40da7b80795950e367b76ed0b98354b67af949c5dcca616682b7a464de -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-31T12:43:52.367Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-31T12:43:52.367Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-31T12:43:52.779Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-31T12:43:52.801Z] $ docker exec 23574a40da7b80795950e367b76ed0b98354b67af949c5dcca616682b7a464de ssh-agent [2021-03-31T12:43:53.098Z] SSH_AUTH_SOCK=/tmp/ssh-sC3wH714ycmN/agent.12 [2021-03-31T12:43:53.098Z] SSH_AGENT_PID=17 [2021-03-31T12:43:53.135Z] Running ssh-add (command line suppressed) [2021-03-31T12:43:53.346Z] Identity added: /w/workspace/edgex-go/422@tmp/private_key_410726980517604681.key (/w/workspace/edgex-go/422@tmp/private_key_410726980517604681.key) [2021-03-31T12:43:53.436Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-31T12:43:53.863Z] + git tag --points-at HEAD [Pipeline] } [2021-03-31T12:43:53.951Z] $ docker exec --env ******** --env ******** 23574a40da7b80795950e367b76ed0b98354b67af949c5dcca616682b7a464de ssh-agent -k [2021-03-31T12:43:54.139Z] unset SSH_AUTH_SOCK; [2021-03-31T12:43:54.140Z] unset SSH_AGENT_PID; [2021-03-31T12:43:54.140Z] echo Agent pid 17 killed; [2021-03-31T12:43:54.230Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-31T12:43:54.362Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-31T12:43:54.362Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-31T12:43:54.723Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-31T12:43:54.730Z] $ docker exec 23574a40da7b80795950e367b76ed0b98354b67af949c5dcca616682b7a464de ssh-agent [2021-03-31T12:43:54.961Z] SSH_AUTH_SOCK=/tmp/ssh-fyPtipXsSVMU/agent.46 [2021-03-31T12:43:54.961Z] SSH_AGENT_PID=51 [2021-03-31T12:43:54.986Z] Running ssh-add (command line suppressed) [2021-03-31T12:43:55.286Z] Identity added: /w/workspace/edgex-go/422@tmp/private_key_5454321570584339219.key (/w/workspace/edgex-go/422@tmp/private_key_5454321570584339219.key) [2021-03-31T12:43:55.499Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-31T12:43:56.335Z] + git semver init [2021-03-31T12:43:56.336Z] # -> Open(): unable to determine branch for HEAD [2021-03-31T12:43:56.336Z] # $GIT_DIR = /w/workspace/edgex-go/422/.git [2021-03-31T12:43:56.336Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/422 [2021-03-31T12:43:56.336Z] # $SEMVER_REMOTE_NAME = origin [2021-03-31T12:43:56.336Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-31T12:43:56.336Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-31T12:43:56.336Z] # $SEMVER_BRANCH = master [2021-03-31T12:43:56.336Z] # $SEMVER_TEMP = /tmp/semver-041139946 [2021-03-31T12:43:56.336Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-31T12:44:54.365Z] # '/tmp/semver-041139946' -> '/w/workspace/edgex-go/422/.semver' [2021-03-31T12:44:54.365Z] # -> Force: false [2021-03-31T12:44:54.365Z] # $SEMVER_DIR = /w/workspace/edgex-go/422/.semver [Pipeline] } [2021-03-31T12:44:54.391Z] $ docker exec --env ******** --env ******** 23574a40da7b80795950e367b76ed0b98354b67af949c5dcca616682b7a464de ssh-agent -k [2021-03-31T12:44:55.504Z] unset SSH_AUTH_SOCK; [2021-03-31T12:44:55.505Z] unset SSH_AGENT_PID; [2021-03-31T12:44:55.505Z] echo Agent pid 51 killed; [2021-03-31T12:44:55.751Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-31T12:44:56.554Z] + git semver [Pipeline] } [2021-03-31T12:44:56.607Z] $ docker stop --time=1 23574a40da7b80795950e367b76ed0b98354b67af949c5dcca616682b7a464de [2021-03-31T12:44:58.746Z] $ docker rm -f 23574a40da7b80795950e367b76ed0b98354b67af949c5dcca616682b7a464de [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-31T12:44:59.588Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-31T12:45:02.142Z] Stashed 1 file(s) [Pipeline] echo [2021-03-31T12:45:02.146Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.154 [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-03-31T12:45:03.258Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-31T12:45:04.064Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-31T12:45:04.477Z] + true [2021-03-31T12:45:04.477Z] + sudo service docker restart [2021-03-31T12:45:04.477Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-31T12:45:06.299Z] ========================================================= [2021-03-31T12:45:06.299Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-31T12:45:06.299Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:45:06.982Z] + 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-03-31T12:45:17.638Z] Still waiting to schedule task [2021-03-31T12:45:17.638Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-31T12:45:19.608Z] Sending build context to Docker daemon 328.9MB [2021-03-31T12:45:19.608Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-31T12:45:19.608Z] Step 2/6 : FROM ${BASE} [2021-03-31T12:45:19.608Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-31T12:45:19.608Z] 188c0c94c7c5: Pulling fs layer [2021-03-31T12:45:19.608Z] 0ef7d3d256c8: Pulling fs layer [2021-03-31T12:45:19.608Z] de9db76c5a1d: Pulling fs layer [2021-03-31T12:45:19.608Z] bca2f99d35d6: Pulling fs layer [2021-03-31T12:45:19.608Z] 93359f2a8cfa: Pulling fs layer [2021-03-31T12:45:19.608Z] 7c6f9722023f: Pulling fs layer [2021-03-31T12:45:19.608Z] a35cf1a2eb13: Pulling fs layer [2021-03-31T12:45:19.608Z] bca2f99d35d6: Waiting [2021-03-31T12:45:19.608Z] 93359f2a8cfa: Waiting [2021-03-31T12:45:19.608Z] 7c6f9722023f: Waiting [2021-03-31T12:45:19.608Z] a35cf1a2eb13: Waiting [2021-03-31T12:45:19.608Z] de9db76c5a1d: Verifying Checksum [2021-03-31T12:45:19.608Z] de9db76c5a1d: Download complete [2021-03-31T12:45:19.608Z] 0ef7d3d256c8: Download complete [2021-03-31T12:45:19.608Z] 93359f2a8cfa: Download complete [2021-03-31T12:45:19.608Z] 7c6f9722023f: Verifying Checksum [2021-03-31T12:45:19.608Z] 7c6f9722023f: Download complete [2021-03-31T12:45:19.608Z] 188c0c94c7c5: Verifying Checksum [2021-03-31T12:45:19.608Z] 188c0c94c7c5: Download complete [2021-03-31T12:45:20.450Z] 188c0c94c7c5: Pull complete [2021-03-31T12:45:21.521Z] 0ef7d3d256c8: Pull complete [2021-03-31T12:45:21.841Z] de9db76c5a1d: Pull complete [2021-03-31T12:45:25.553Z] a35cf1a2eb13: Verifying Checksum [2021-03-31T12:45:25.553Z] a35cf1a2eb13: Download complete [2021-03-31T12:45:29.214Z] bca2f99d35d6: Verifying Checksum [2021-03-31T12:45:29.214Z] bca2f99d35d6: Download complete [2021-03-31T12:45:48.279Z] bca2f99d35d6: Pull complete [2021-03-31T12:45:48.279Z] 93359f2a8cfa: Pull complete [2021-03-31T12:45:48.279Z] 7c6f9722023f: Pull complete [2021-03-31T12:45:55.762Z] a35cf1a2eb13: Pull complete [2021-03-31T12:45:55.762Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-31T12:45:55.762Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-31T12:45:55.762Z] ---> a62c8e92a672 [2021-03-31T12:45:55.762Z] 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-03-31T12:45:56.055Z] ---> Running in 7c57fc75eab7 [2021-03-31T12:45:57.386Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:45:59.462Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:46:01.427Z] (1/12) Installing libmagic (5.38-r0) [2021-03-31T12:46:01.427Z] (2/12) Installing file (5.38-r0) [2021-03-31T12:46:01.697Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-31T12:46:01.697Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-31T12:46:12.551Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-31T12:46:12.551Z] (6/12) Installing patch (2.7.6-r6) [2021-03-31T12:46:12.551Z] (7/12) Installing build-base (0.5-r2) [2021-03-31T12:46:12.551Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-31T12:46:12.902Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-31T12:46:12.902Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-31T12:46:12.902Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-31T12:46:13.448Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-31T12:46:13.448Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:46:13.448Z] OK: 233 MiB in 51 packages [2021-03-31T12:46:21.645Z] Removing intermediate container 7c57fc75eab7 [2021-03-31T12:46:21.645Z] ---> 2b7e12e5620b [2021-03-31T12:46:21.645Z] Step 4/6 : WORKDIR /edgex-go [2021-03-31T12:46:21.645Z] ---> Running in d0a68b281170 [2021-03-31T12:46:21.645Z] Removing intermediate container d0a68b281170 [2021-03-31T12:46:21.645Z] ---> 17046d3b074e [2021-03-31T12:46:21.645Z] Step 5/6 : COPY go.mod . [2021-03-31T12:46:21.645Z] ---> 736f219e2668 [2021-03-31T12:46:21.645Z] Step 6/6 : RUN go mod download [2021-03-31T12:46:21.645Z] ---> Running in a35b6c95f151 [2021-03-31T12:47:03.062Z] Removing intermediate container a35b6c95f151 [2021-03-31T12:47:03.062Z] ---> 547dcee29098 [2021-03-31T12:47:03.062Z] Successfully built 547dcee29098 [2021-03-31T12:47:03.062Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:47:03.568Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-31T12:47:04.300Z] . [Pipeline] withDockerContainer [2021-03-31T12:47:05.446Z] prd-centos7-docker-4c-2g-32236 does not seem to be running inside a container [2021-03-31T12:47:06.837Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/422 -v /w/workspace/edgex-go/422:/w/workspace/edgex-go/422:rw,z -v /w/workspace/edgex-go/422@tmp:/w/workspace/edgex-go/422@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-31T12:47:09.479Z] $ docker top bca2b2d7080f6deb95554a5cd8f0a9da19c312d9bba0dc84b42242f0dbd495e5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T12:47:10.715Z] + go version [2021-03-31T12:47:10.715Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-31T12:47:10.849Z] $ docker stop --time=1 bca2b2d7080f6deb95554a5cd8f0a9da19c312d9bba0dc84b42242f0dbd495e5 [2021-03-31T12:47:13.509Z] $ docker rm -f bca2b2d7080f6deb95554a5cd8f0a9da19c312d9bba0dc84b42242f0dbd495e5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:47:15.934Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-31T12:47:16.205Z] . [Pipeline] withDockerContainer [2021-03-31T12:47:16.751Z] prd-centos7-docker-4c-2g-32236 does not seem to be running inside a container [2021-03-31T12:47:16.964Z] $ 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/422 -v /w/workspace/edgex-go/422:/w/workspace/edgex-go/422:rw,z -v /w/workspace/edgex-go/422@tmp:/w/workspace/edgex-go/422@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-31T12:47:18.863Z] $ docker top 395ba46e58c5de9d14f196a8418145e79bc04facc9f9d4d2a585d7dab0c83075 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-31T12:47:19.648Z] ========================================================= [2021-03-31T12:47:19.648Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-31T12:47:19.648Z] ========================================================= [Pipeline] sh [2021-03-31T12:47:20.264Z] + make test [2021-03-31T12:47:20.264Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-31T12:47:48.259Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-31T12:48:23.278Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-32243 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-03-31T12:48:23.360Z] Running in /w/workspace/edgex-go/422 [Pipeline] { [Pipeline] checkout [2021-03-31T12:48:28.222Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-31T12:48:28.509Z] using credential edgex-jenkins-ssh [2021-03-31T12:48:28.579Z] Cloning the remote Git repository [2021-03-31T12:48:28.637Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-31T12:48:28.744Z] > git init /w/workspace/edgex-go/422 # timeout=10 [2021-03-31T12:48:28.825Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-31T12:48:28.826Z] > git --version # timeout=10 [2021-03-31T12:48:28.843Z] > git --version # 'git version 2.17.1' [2021-03-31T12:48:28.844Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T12:48:28.924Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T12:48:39.207Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-31T12:48:39.207Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-31T12:48:39.207Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-31T12:48:42.645Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-31T12:48:42.645Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-31T12:48:42.645Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-31T12:48:42.645Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-31T12:48:44.845Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-31T12:48:45.236Z] Checking out Revision ffa292a08661baeb026f188275a19c5914c89a0e (master) [2021-03-31T12:48:44.405Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-31T12:48:44.429Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T12:48:44.462Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-31T12:48:44.496Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-31T12:48:44.497Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T12:48:44.510Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-31T12:48:45.257Z] > git config core.sparsecheckout # timeout=10 [2021-03-31T12:48:45.271Z] > git checkout -f ffa292a08661baeb026f188275a19c5914c89a0e # timeout=10 [2021-03-31T12:48:46.157Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-31T12:48:49.710Z] Commit message: "Merge pull request #3318 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets/v2-2.0.0-dev.11" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-31T12:48:51.445Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-31T12:48:51.860Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-31T12:48:52.218Z] + sudo service docker restart [2021-03-31T12:48:52.218Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-31T12:48:54.276Z] provisioning config files... [2021-03-31T12:48:54.327Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/422@tmp/config3062713753147817550tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-31T12:48:54.755Z] ---> docker-login.sh [2021-03-31T12:48:54.755Z] nexus3.edgexfoundry.org:10001 [2021-03-31T12:48:55.428Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-31T12:48:55.428Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-31T12:48:55.428Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-31T12:48:55.743Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T12:48:56.340Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T12:48:56.340Z] Configure a credential helper to remove this warning. See [2021-03-31T12:48:56.340Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T12:48:56.340Z] [2021-03-31T12:48:56.340Z] Login Succeeded [2021-03-31T12:48:56.340Z] nexus3.edgexfoundry.org:10002 [2021-03-31T12:48:56.617Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T12:48:56.892Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T12:48:56.892Z] Configure a credential helper to remove this warning. See [2021-03-31T12:48:56.892Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T12:48:56.892Z] [2021-03-31T12:48:56.892Z] Login Succeeded [2021-03-31T12:48:56.892Z] nexus3.edgexfoundry.org:10003 [2021-03-31T12:48:57.167Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T12:48:57.445Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T12:48:57.445Z] Configure a credential helper to remove this warning. See [2021-03-31T12:48:57.445Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T12:48:57.445Z] [2021-03-31T12:48:57.445Z] Login Succeeded [2021-03-31T12:48:57.445Z] nexus3.edgexfoundry.org:10004 [2021-03-31T12:48:58.042Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T12:48:58.042Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T12:48:58.042Z] Configure a credential helper to remove this warning. See [2021-03-31T12:48:58.042Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T12:48:58.042Z] [2021-03-31T12:48:58.042Z] Login Succeeded [2021-03-31T12:48:58.042Z] docker.io [2021-03-31T12:48:58.642Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T12:48:58.917Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T12:48:58.917Z] Configure a credential helper to remove this warning. See [2021-03-31T12:48:58.917Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T12:48:58.917Z] [2021-03-31T12:48:58.917Z] Login Succeeded [2021-03-31T12:48:58.917Z] ---> docker-login.sh ends [Pipeline] } [2021-03-31T12:48:58.934Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-31T12:48:59.445Z] ========================================================= [2021-03-31T12:48:59.445Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-31T12:48:59.445Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:48:59.831Z] + 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-03-31T12:49:00.381Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.288s coverage: 45.9% of statements [2021-03-31T12:49:00.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-31T12:49:00.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-31T12:49:00.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-31T12:49:00.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-31T12:49:00.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-31T12:49:00.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-31T12:49:00.381Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.066s coverage: 19.8% of statements [2021-03-31T12:49:00.381Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.140s coverage: 100.0% of statements [2021-03-31T12:49:02.487Z] Sending build context to Docker daemon 167MB [2021-03-31T12:49:02.488Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-31T12:49:02.488Z] Step 2/6 : FROM ${BASE} [2021-03-31T12:49:02.488Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-31T12:49:02.488Z] 5f621e34cdf4: Pulling fs layer [2021-03-31T12:49:02.488Z] a4357932f1b6: Pulling fs layer [2021-03-31T12:49:02.488Z] 18c013af1878: Pulling fs layer [2021-03-31T12:49:02.488Z] 00ac8860ef70: Pulling fs layer [2021-03-31T12:49:02.488Z] 63d7cb157983: Pulling fs layer [2021-03-31T12:49:02.488Z] b116817d02f9: Pulling fs layer [2021-03-31T12:49:02.488Z] 745a02a5169b: Pulling fs layer [2021-03-31T12:49:02.488Z] 00ac8860ef70: Waiting [2021-03-31T12:49:02.488Z] 63d7cb157983: Waiting [2021-03-31T12:49:02.488Z] b116817d02f9: Waiting [2021-03-31T12:49:02.488Z] 745a02a5169b: Waiting [2021-03-31T12:49:02.488Z] 18c013af1878: Verifying Checksum [2021-03-31T12:49:02.488Z] 18c013af1878: Download complete [2021-03-31T12:49:02.488Z] a4357932f1b6: Download complete [2021-03-31T12:49:02.488Z] 63d7cb157983: Verifying Checksum [2021-03-31T12:49:02.488Z] 63d7cb157983: Download complete [2021-03-31T12:49:02.488Z] b116817d02f9: Verifying Checksum [2021-03-31T12:49:02.488Z] b116817d02f9: Download complete [2021-03-31T12:49:02.488Z] 5f621e34cdf4: Verifying Checksum [2021-03-31T12:49:02.488Z] 5f621e34cdf4: Download complete [2021-03-31T12:49:03.093Z] 5f621e34cdf4: Pull complete [2021-03-31T12:49:03.698Z] a4357932f1b6: Pull complete [2021-03-31T12:49:03.974Z] 18c013af1878: Pull complete [2021-03-31T12:49:04.961Z] 745a02a5169b: Verifying Checksum [2021-03-31T12:49:04.961Z] 745a02a5169b: Download complete [2021-03-31T12:49:05.700Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 2.389s coverage: 27.1% of statements [2021-03-31T12:49:05.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-31T12:49:05.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-31T12:49:05.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-31T12:49:05.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-31T12:49:05.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-31T12:49:05.701Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-31T12:49:05.701Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.144s coverage: 100.0% of statements [2021-03-31T12:49:05.701Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-31T12:49:05.701Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.085s coverage: 100.0% of statements [2021-03-31T12:49:05.701Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-31T12:49:05.701Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-31T12:49:05.948Z] 00ac8860ef70: Download complete [2021-03-31T12:49:06.879Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.189s coverage: 71.3% of statements [2021-03-31T12:49:06.879Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-31T12:49:06.879Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-31T12:49:08.067Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.426s coverage: 82.9% of statements [2021-03-31T12:49:08.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-31T12:49:08.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T12:49:08.067Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.450s coverage: 78.9% of statements [2021-03-31T12:49:08.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-31T12:49:16.111Z] 00ac8860ef70: Pull complete [2021-03-31T12:49:16.111Z] 63d7cb157983: Pull complete [2021-03-31T12:49:16.111Z] b116817d02f9: Pull complete [2021-03-31T12:49:18.171Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.072s coverage: 28.6% of statements [2021-03-31T12:49:18.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-31T12:49:18.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-31T12:49:18.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-31T12:49:18.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-31T12:49:18.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-31T12:49:18.171Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.223s coverage: 100.0% of statements [2021-03-31T12:49:18.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-31T12:49:18.171Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.169s coverage: 100.0% of statements [2021-03-31T12:49:18.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-31T12:49:18.171Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.348s coverage: 86.7% of statements [2021-03-31T12:49:18.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-31T12:49:18.483Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.183s coverage: 97.5% of statements [2021-03-31T12:49:18.483Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-31T12:49:18.851Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.149s coverage: 78.3% of statements [2021-03-31T12:49:18.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-31T12:49:18.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-31T12:49:18.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-31T12:49:18.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-31T12:49:20.433Z] 745a02a5169b: Pull complete [2021-03-31T12:49:20.433Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-31T12:49:20.433Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-31T12:49:20.433Z] ---> b7e6874047d6 [2021-03-31T12:49:20.433Z] 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-03-31T12:49:23.590Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.852s coverage: 92.8% of statements [2021-03-31T12:49:23.590Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-31T12:49:23.590Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T12:49:23.590Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-31T12:49:23.590Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-31T12:49:23.590Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-31T12:49:23.590Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-31T12:49:23.590Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-31T12:49:23.590Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-31T12:49:23.590Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-31T12:49:23.590Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-31T12:49:23.590Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-31T12:49:23.590Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-31T12:49:23.590Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-31T12:49:23.590Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-31T12:49:23.590Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-31T12:49:23.590Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-31T12:49:23.590Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-31T12:49:23.590Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-31T12:49:23.590Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.138s coverage: 58.8% of statements [2021-03-31T12:49:23.590Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-31T12:49:23.590Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-31T12:49:23.590Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.147s coverage: 1.0% of statements [2021-03-31T12:49:23.590Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-31T12:49:23.590Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-31T12:49:23.590Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-31T12:49:23.590Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.110s coverage: 47.1% of statements [2021-03-31T12:49:23.590Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.189s coverage: 79.5% of statements [2021-03-31T12:49:23.590Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.112s coverage: 94.1% of statements [2021-03-31T12:49:23.856Z] ---> Running in abcc453162d4 [2021-03-31T12:49:24.342Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.190s coverage: 96.3% of statements [2021-03-31T12:49:24.833Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T12:49:25.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.242s coverage: 87.5% of statements [2021-03-31T12:49:25.814Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T12:49:26.409Z] (1/12) Installing libmagic (5.38-r0) [2021-03-31T12:49:26.682Z] (2/12) Installing file (5.38-r0) [2021-03-31T12:49:26.957Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-31T12:49:26.957Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-31T12:49:35.230Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-31T12:49:35.230Z] (6/12) Installing patch (2.7.6-r6) [2021-03-31T12:49:35.230Z] (7/12) Installing build-base (0.5-r2) [2021-03-31T12:49:35.230Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-31T12:49:35.230Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-31T12:49:35.230Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-31T12:49:35.230Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-31T12:49:35.230Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-31T12:49:35.230Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:49:35.230Z] OK: 217 MiB in 51 packages [2021-03-31T12:49:36.125Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 10.323s coverage: 94.4% of statements [2021-03-31T12:49:36.125Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.199s coverage: 44.8% of statements [2021-03-31T12:49:39.559Z] Removing intermediate container abcc453162d4 [2021-03-31T12:49:39.559Z] ---> 0dcc0a993193 [2021-03-31T12:49:39.559Z] Step 4/6 : WORKDIR /edgex-go [2021-03-31T12:49:39.559Z] ---> Running in d1285cd06c7d [2021-03-31T12:49:39.832Z] Removing intermediate container d1285cd06c7d [2021-03-31T12:49:39.832Z] ---> 8440bd704e8f [2021-03-31T12:49:39.832Z] Step 5/6 : COPY go.mod . [2021-03-31T12:49:40.432Z] ---> 17b753d55833 [2021-03-31T12:49:40.432Z] Step 6/6 : RUN go mod download [2021-03-31T12:49:40.703Z] ---> Running in 3aa2435fc77f [2021-03-31T12:49:43.627Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 15.395s coverage: 82.6% of statements [2021-03-31T12:49:50.916Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.451s coverage: 92.9% of statements [2021-03-31T12:49:50.916Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-31T12:49:50.916Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-31T12:49:50.916Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-31T12:49:50.916Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.045s coverage: 77.8% of statements [2021-03-31T12:49:50.916Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-31T12:49:50.916Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-31T12:49:50.916Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-31T12:49:50.916Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-31T12:49:50.916Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-31T12:49:50.916Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.142s coverage: 87.2% of statements [2021-03-31T12:49:50.916Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-31T12:49:50.916Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-31T12:49:50.916Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.163s coverage: 100.0% of statements [2021-03-31T12:49:50.916Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-31T12:49:50.916Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.325s coverage: 75.5% of statements [2021-03-31T12:49:50.916Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-31T12:49:50.916Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.104s coverage: 80.8% of statements [2021-03-31T12:49:50.916Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.453s coverage: 87.2% of statements [2021-03-31T12:49:50.916Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.125s coverage: 84.6% of statements [2021-03-31T12:49:50.916Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.308s coverage: 91.6% of statements [2021-03-31T12:49:50.916Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-31T12:49:50.916Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.407s coverage: 64.4% of statements [2021-03-31T12:49:50.916Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-31T12:49:50.916Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-31T12:49:50.916Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.087s coverage: 100.0% of statements [2021-03-31T12:49:50.916Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.063s coverage: 91.3% of statements [2021-03-31T12:49:50.916Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.046s coverage: 100.0% of statements [2021-03-31T12:49:50.916Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.123s coverage: 73.7% of statements [2021-03-31T12:49:50.916Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.093s coverage: 100.0% of statements [2021-03-31T12:49:54.068Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.922s coverage: 69.0% of statements [2021-03-31T12:49:54.068Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-31T12:49:54.068Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-31T12:49:54.068Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-31T12:49:58.144Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.422s coverage: 38.4% of statements [2021-03-31T12:49:58.144Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-31T12:49:58.144Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-31T12:49:58.144Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.130s coverage: 89.5% of statements [2021-03-31T12:49:58.144Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-31T12:49:58.144Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.134s coverage: 84.8% of statements [2021-03-31T12:50:02.379Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.222s coverage: 47.0% of statements [2021-03-31T12:50:02.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-31T12:50:02.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-31T12:50:02.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-31T12:50:02.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-31T12:50:02.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-31T12:50:02.379Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.080s coverage: 100.0% of statements [2021-03-31T12:50:02.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-31T12:50:02.379Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.141s coverage: 100.0% of statements [2021-03-31T12:50:02.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-31T12:50:02.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-31T12:50:02.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-31T12:50:02.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-31T12:50:02.379Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.393s coverage: 87.1% of statements [2021-03-31T12:50:02.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-31T12:50:02.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T12:50:02.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-31T12:50:09.696Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.842s coverage: 29.1% of statements [2021-03-31T12:50:09.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-31T12:50:09.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-31T12:50:09.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-31T12:50:09.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-31T12:50:09.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-31T12:50:09.696Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.321s coverage: 99.0% of statements [2021-03-31T12:50:09.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-31T12:50:09.696Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.310s coverage: 100.0% of statements [2021-03-31T12:50:09.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-31T12:50:09.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-31T12:50:09.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-31T12:50:09.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-31T12:50:09.696Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.129s coverage: 95.0% of statements [2021-03-31T12:50:09.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-31T12:50:09.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T12:50:09.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-31T12:50:09.696Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.090s coverage: 0.0% of statements [2021-03-31T12:50:09.696Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-31T12:50:09.696Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.063s coverage: 100.0% of statements [2021-03-31T12:50:09.696Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-31T12:50:09.696Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-31T12:50:09.696Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-31T12:50:09.696Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-31T12:50:11.014Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.153s coverage: 87.9% of statements [2021-03-31T12:50:11.014Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-31T12:50:11.014Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-31T12:50:11.014Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.163s coverage: 100.0% of statements [2021-03-31T12:50:12.269Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.598s coverage: 32.1% of statements [2021-03-31T12:50:13.038Z] Removing intermediate container 3aa2435fc77f [2021-03-31T12:50:13.038Z] ---> 279f8859b400 [2021-03-31T12:50:13.038Z] Successfully built 279f8859b400 [2021-03-31T12:50:13.038Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:50:13.396Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.191s coverage: 100.0% of statements [2021-03-31T12:50:13.396Z] + docker inspect -f . ci-base-image-arm64 [2021-03-31T12:50:13.396Z] . [Pipeline] withDockerContainer [2021-03-31T12:50:13.685Z] prd-ubuntu18.04-docker-arm64-4c-16g-32243 does not seem to be running inside a container [2021-03-31T12:50:13.784Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/422 -v /w/workspace/edgex-go/422:/w/workspace/edgex-go/422:rw,z -v /w/workspace/edgex-go/422@tmp:/w/workspace/edgex-go/422@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-31T12:50:14.130Z] GO111MODULE=on go vet ./... [2021-03-31T12:50:15.364Z] $ docker top 9df80b822371a29fbd9576b4dba36352cee8881f62b089f8f6131a139c40fbc5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T12:50:17.027Z] + go version [2021-03-31T12:50:17.027Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-31T12:50:17.058Z] $ docker stop --time=1 9df80b822371a29fbd9576b4dba36352cee8881f62b089f8f6131a139c40fbc5 [2021-03-31T12:50:19.025Z] $ docker rm -f 9df80b822371a29fbd9576b4dba36352cee8881f62b089f8f6131a139c40fbc5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:50:20.755Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-31T12:50:20.755Z] [2021-03-31T12:50:20.755Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:50:21.146Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-31T12:50:21.146Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-31T12:50:21.146Z] 29e5d40040c1: Pulling fs layer [2021-03-31T12:50:21.146Z] 1ce36da41761: Pulling fs layer [2021-03-31T12:50:21.146Z] 25b303627fd3: Pulling fs layer [2021-03-31T12:50:21.424Z] 29e5d40040c1: Verifying Checksum [2021-03-31T12:50:21.424Z] 29e5d40040c1: Download complete [2021-03-31T12:50:22.021Z] 1ce36da41761: Verifying Checksum [2021-03-31T12:50:22.021Z] 1ce36da41761: Download complete [2021-03-31T12:50:22.021Z] 29e5d40040c1: Pull complete [2021-03-31T12:50:23.452Z] 1ce36da41761: Pull complete [2021-03-31T12:50:23.452Z] 25b303627fd3: Verifying Checksum [2021-03-31T12:50:23.452Z] 25b303627fd3: Download complete [2021-03-31T12:50:33.572Z] 25b303627fd3: Pull complete [2021-03-31T12:50:33.572Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-31T12:50:33.572Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-31T12:50:33.572Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-31T12:50:33.830Z] prd-ubuntu18.04-docker-arm64-4c-16g-32243 does not seem to be running inside a container [2021-03-31T12:50:33.921Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/422 -v /w/workspace/edgex-go/422:/w/workspace/edgex-go/422:rw,z -v /w/workspace/edgex-go/422@tmp:/w/workspace/edgex-go/422@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-31T12:50:37.130Z] $ docker top b38ad63f7f0d026b2171fccc2f6abaede2d3a8828bbaf6732d116db54be4a0f0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T12:50:38.135Z] + docker-compose build --help [2021-03-31T12:50:38.135Z] + grep parallel [2021-03-31T12:50:42.418Z] --parallel Build images in parallel. [Pipeline] } [2021-03-31T12:50:42.448Z] $ docker stop --time=1 b38ad63f7f0d026b2171fccc2f6abaede2d3a8828bbaf6732d116db54be4a0f0 [2021-03-31T12:50:44.278Z] $ docker rm -f b38ad63f7f0d026b2171fccc2f6abaede2d3a8828bbaf6732d116db54be4a0f0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:50:45.234Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-31T12:50:45.234Z] . [Pipeline] withDockerContainer [2021-03-31T12:50:45.524Z] prd-ubuntu18.04-docker-arm64-4c-16g-32243 does not seem to be running inside a container [2021-03-31T12:50:45.641Z] $ 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/422 -v /w/workspace/edgex-go/422:/w/workspace/edgex-go/422:rw,z -v /w/workspace/edgex-go/422@tmp:/w/workspace/edgex-go/422@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-03-31T12:50:46.970Z] $ docker top 33c8adce0cf0ccba3e51b553422fb0853413d4a4d137599a06f7eb8fca6b1b86 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T12:50:47.957Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-31T12:50:51.244Z] Building docker-core-command-go ... [2021-03-31T12:50:51.244Z] Building docker-core-data-go ... [2021-03-31T12:50:51.244Z] Building docker-core-metadata-go ... [2021-03-31T12:50:51.244Z] Building docker-security-bootstrapper-go ... [2021-03-31T12:50:51.244Z] Building docker-security-proxy-setup-go ... [2021-03-31T12:50:51.244Z] Building docker-security-secretstore-setup-go ... [2021-03-31T12:50:51.244Z] Building docker-support-notifications-go ... [2021-03-31T12:50:51.244Z] Building docker-support-scheduler-go ... [2021-03-31T12:50:51.244Z] Building docker-sys-mgmt-agent-go ... [2021-03-31T12:50:51.244Z] Building docker-support-notifications-go [2021-03-31T12:50:51.244Z] Building docker-support-scheduler-go [2021-03-31T12:50:51.244Z] Building docker-sys-mgmt-agent-go [2021-03-31T12:50:51.533Z] Building docker-security-secretstore-setup-go [2021-03-31T12:50:51.533Z] Building docker-security-bootstrapper-go [2021-03-31T12:51:23.474Z] gofmt -l . [2021-03-31T12:51:23.474Z] [ "`gofmt -l .`" = "" ] [2021-03-31T12:51:23.474Z] ./bin/test-go-mod-tidy.sh [2021-03-31T12:51:24.653Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-31T12:51:30.512Z] + ls -al . [2021-03-31T12:51:30.512Z] total 780 [2021-03-31T12:51:30.512Z] drwxrwxr-x 10 1001 1001 4096 Mar 31 12:51 . [2021-03-31T12:51:30.512Z] drwxr-xr-x 4 root root 32 Mar 31 12:47 .. [2021-03-31T12:51:30.512Z] -rw-rw-r-- 1 1001 1001 11 Mar 31 12:43 .dockerignore [2021-03-31T12:51:30.512Z] drwxrwxr-x 8 1001 1001 162 Mar 31 12:43 .git [2021-03-31T12:51:30.512Z] drwxrwxr-x 3 1001 1001 125 Mar 31 12:43 .github [2021-03-31T12:51:30.512Z] -rw-rw-r-- 1 1001 1001 818 Mar 31 12:43 .gitignore [2021-03-31T12:51:30.512Z] drwx------ 3 1001 1001 45 Mar 31 12:44 .semver [2021-03-31T12:51:30.512Z] -rw-rw-r-- 1 1001 1001 166 Mar 31 12:43 .sonarcloud.properties [2021-03-31T12:51:30.512Z] -rw-rw-r-- 1 1001 1001 8607 Mar 31 12:43 Attribution.txt [2021-03-31T12:51:30.512Z] -rw-rw-r-- 1 1001 1001 3804 Mar 31 12:43 CONTRIBUTING.md [2021-03-31T12:51:30.512Z] -rw-rw-r-- 1 1001 1001 931 Mar 31 12:43 Dockerfile.build [2021-03-31T12:51:30.512Z] -rw-rw-r-- 1 1001 1001 863 Mar 31 12:43 Jenkinsfile [2021-03-31T12:51:30.512Z] -rw-rw-r-- 1 1001 1001 10775 Mar 31 12:43 LICENSE [2021-03-31T12:51:30.512Z] -rw-rw-r-- 1 1001 1001 5774 Mar 31 12:43 Makefile [2021-03-31T12:51:30.512Z] -rw-rw-r-- 1 1001 1001 6548 Mar 31 12:43 README.md [2021-03-31T12:51:30.512Z] -rw-rw-r-- 1 1001 1001 6755 Mar 31 12:43 SECURITY.md [2021-03-31T12:51:30.512Z] -rw-rw-r-- 1 1001 1001 13 Mar 31 12:45 VERSION [2021-03-31T12:51:30.512Z] -rw-rw-r-- 1 1001 1001 4131 Mar 31 12:43 ZMQWindows.md [2021-03-31T12:51:30.512Z] drwxrwxr-x 2 1001 1001 117 Mar 31 12:43 bin [2021-03-31T12:51:30.512Z] drwxrwxr-x 14 1001 1001 4096 Mar 31 12:43 cmd [2021-03-31T12:51:30.512Z] -rw-r--r-- 1 root root 669470 Mar 31 12:50 coverage.out [2021-03-31T12:51:30.512Z] -rw-r--r-- 1 root root 1056 Mar 31 12:51 go.mod [2021-03-31T12:51:30.512Z] -rw-r--r-- 1 root root 22531 Mar 31 12:51 go.sum [2021-03-31T12:51:30.512Z] drwxrwxr-x 8 1001 1001 127 Mar 31 12:43 internal [2021-03-31T12:51:30.512Z] drwxrwxr-x 4 1001 1001 26 Mar 31 12:43 openapi [2021-03-31T12:51:30.512Z] drwxrwxr-x 4 1001 1001 71 Mar 31 12:43 snap [2021-03-31T12:51:30.512Z] -rw-rw-r-- 1 1001 1001 168 Mar 31 12:43 version.go [Pipeline] sh [2021-03-31T12:51:32.052Z] + '[' -e coverage.out ] [2021-03-31T12:51:32.052Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-31T12:51:32.551Z] Stashed 1 file(s) [Pipeline] sh [2021-03-31T12:51:33.426Z] + make build [2021-03-31T12:51:33.426Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.154" -o cmd/core-data/core-data ./cmd/core-data [2021-03-31T12:51:42.381Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.154" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-31T12:51:48.063Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:51:48.063Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:51:48.063Z] ---> 279f8859b400 [2021-03-31T12:51:48.063Z] Step 3/22 : WORKDIR /edgex-go [2021-03-31T12:51:48.063Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:51:48.063Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:51:48.063Z] ---> 279f8859b400 [2021-03-31T12:51:48.063Z] Step 3/31 : WORKDIR /edgex-go [2021-03-31T12:51:48.063Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:51:48.063Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:51:48.063Z] ---> 279f8859b400 [2021-03-31T12:51:48.063Z] Step 3/22 : WORKDIR /edgex-go [2021-03-31T12:51:48.063Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:51:48.063Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:51:48.063Z] ---> 279f8859b400 [2021-03-31T12:51:48.063Z] Step 3/24 : WORKDIR /edgex-go [2021-03-31T12:51:48.063Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:51:48.063Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:51:48.063Z] ---> 279f8859b400 [2021-03-31T12:51:48.063Z] Step 3/26 : WORKDIR /edgex-go [2021-03-31T12:51:48.063Z] ---> Running in 884ed8d051d1 [2021-03-31T12:51:48.063Z] ---> Running in cf62c78634b6 [2021-03-31T12:51:48.063Z] ---> Running in 194ebcb31150 [2021-03-31T12:51:48.063Z] ---> Running in 195d8ec65d28 [2021-03-31T12:51:48.063Z] ---> Running in d21b9d499a33 [2021-03-31T12:51:48.063Z] Removing intermediate container d21b9d499a33 [2021-03-31T12:51:48.063Z] ---> 06d7e7a49d24 [2021-03-31T12:51:48.063Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:51:48.063Z] Removing intermediate container 884ed8d051d1 [2021-03-31T12:51:48.063Z] Removing intermediate container 194ebcb31150 [2021-03-31T12:51:48.063Z] ---> 152bfde56d15 [2021-03-31T12:51:48.063Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:51:48.063Z] ---> 70730ddd13ce [2021-03-31T12:51:48.063Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:51:48.063Z] Removing intermediate container cf62c78634b6 [2021-03-31T12:51:48.063Z] ---> a0faa26913df [2021-03-31T12:51:48.063Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:51:48.063Z] Removing intermediate container 195d8ec65d28 [2021-03-31T12:51:48.063Z] ---> 9879e3c51c34 [2021-03-31T12:51:48.063Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:51:48.063Z] ---> Running in a1ed7dd4c4dc [2021-03-31T12:51:48.063Z] ---> Running in 13796b50000b [2021-03-31T12:51:48.063Z] ---> Running in 9dc9179eb5ab [2021-03-31T12:51:48.063Z] ---> Running in 0a8842d3c317 [2021-03-31T12:51:48.063Z] ---> Running in 073ec869e293 [2021-03-31T12:51:50.043Z] Removing intermediate container a1ed7dd4c4dc [2021-03-31T12:51:50.043Z] ---> 8a40a19dcaf2 [2021-03-31T12:51:50.043Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-31T12:51:50.319Z] ---> Running in 4ace659421d5 [2021-03-31T12:51:50.319Z] Removing intermediate container 9dc9179eb5ab [2021-03-31T12:51:50.319Z] ---> d9c9f3df7d19 [2021-03-31T12:51:50.319Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-31T12:51:50.919Z] ---> Running in a1a8d27ca02f [2021-03-31T12:51:50.919Z] Removing intermediate container 13796b50000b [2021-03-31T12:51:50.919Z] ---> 334d42d98064 [2021-03-31T12:51:50.919Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-31T12:51:51.198Z] Removing intermediate container 073ec869e293 [2021-03-31T12:51:51.198Z] ---> 545b9af7684c [2021-03-31T12:51:51.198Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-31T12:51:51.198Z] Removing intermediate container 0a8842d3c317 [2021-03-31T12:51:51.198Z] ---> 491436ac0271 [2021-03-31T12:51:51.198Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-31T12:51:51.481Z] ---> Running in dcd730d9c408 [2021-03-31T12:51:51.761Z] ---> Running in 32046b85ff8e [2021-03-31T12:51:51.761Z] ---> Running in 469cec7b206d [2021-03-31T12:51:52.766Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T12:51:53.392Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T12:51:53.392Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T12:51:53.670Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T12:51:53.670Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T12:51:53.670Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T12:51:54.273Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T12:51:54.273Z] OK: 217 MiB in 51 packages [2021-03-31T12:51:54.273Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T12:51:54.580Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T12:51:54.580Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T12:51:55.581Z] OK: 217 MiB in 51 packages [2021-03-31T12:51:55.581Z] OK: 217 MiB in 51 packages [2021-03-31T12:51:55.581Z] OK: 217 MiB in 51 packages [2021-03-31T12:51:55.581Z] OK: 217 MiB in 51 packages [2021-03-31T12:51:57.564Z] Removing intermediate container 4ace659421d5 [2021-03-31T12:51:57.564Z] ---> 7906983cb2f8 [2021-03-31T12:51:57.564Z] Step 6/31 : COPY go.mod . [2021-03-31T12:51:57.846Z] Removing intermediate container dcd730d9c408 [2021-03-31T12:51:57.846Z] ---> 7c03443fd4c6 [2021-03-31T12:51:57.846Z] Step 6/22 : COPY go.mod . [2021-03-31T12:51:58.123Z] Removing intermediate container 32046b85ff8e [2021-03-31T12:51:58.123Z] ---> ecb4fe2ec74a [2021-03-31T12:51:58.123Z] Step 6/26 : COPY go.mod . [2021-03-31T12:51:58.123Z] Removing intermediate container 469cec7b206d [2021-03-31T12:51:58.123Z] ---> dbcd5b4e3e6a [2021-03-31T12:51:58.401Z] Step 6/24 : COPY go.mod .Removing intermediate container a1a8d27ca02f [2021-03-31T12:51:58.401Z] [2021-03-31T12:51:58.401Z] ---> 940b29a42fae [2021-03-31T12:51:58.401Z] Step 6/22 : COPY go.mod . [2021-03-31T12:51:58.401Z] ---> 22965e24eb36 [2021-03-31T12:51:58.401Z] Step 7/31 : RUN go mod download [2021-03-31T12:51:58.679Z] ---> Running in 6b12dcd92764 [2021-03-31T12:51:59.285Z] ---> abddfcae8be6 [2021-03-31T12:51:59.285Z] Step 7/22 : RUN go mod download [2021-03-31T12:51:59.285Z] ---> 6682970f9b3d [2021-03-31T12:51:59.285Z] ---> c91ac4ded453 [2021-03-31T12:51:59.285Z] Step 7/26 : RUN go mod downloadStep 7/24 : RUN go mod download [2021-03-31T12:51:59.285Z] [2021-03-31T12:51:59.285Z] ---> Running in b63b9deaffc6 [2021-03-31T12:51:59.560Z] ---> 94aaea270023 [2021-03-31T12:51:59.561Z] Step 7/22 : RUN go mod download [2021-03-31T12:51:59.837Z] ---> Running in f97aa77bbedc [2021-03-31T12:51:59.837Z] ---> Running in 377ebd22ae52 [2021-03-31T12:51:59.837Z] ---> Running in 7f989e998475 [2021-03-31T12:52:04.177Z] Removing intermediate container 6b12dcd92764 [2021-03-31T12:52:04.177Z] ---> b5a1ad321949 [2021-03-31T12:52:04.177Z] Step 8/31 : COPY . . [2021-03-31T12:52:04.779Z] Removing intermediate container b63b9deaffc6 [2021-03-31T12:52:04.779Z] ---> 14e0071f470b [2021-03-31T12:52:04.779Z] Step 8/22 : COPY . . [2021-03-31T12:52:06.772Z] Removing intermediate container 7f989e998475 [2021-03-31T12:52:06.772Z] ---> cd9163c9223f [2021-03-31T12:52:06.772Z] Step 8/24 : COPY . . [2021-03-31T12:52:07.048Z] Removing intermediate container f97aa77bbedc [2021-03-31T12:52:07.048Z] ---> 7baf76063a9f [2021-03-31T12:52:07.048Z] Step 8/26 : COPY . . [2021-03-31T12:52:07.322Z] Removing intermediate container 377ebd22ae52 [2021-03-31T12:52:07.322Z] ---> 42f071e71929 [2021-03-31T12:52:07.322Z] Step 8/22 : COPY . . [2021-03-31T12:52:18.111Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.154" -o cmd/core-command/core-command ./cmd/core-command [2021-03-31T12:52:22.437Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.154" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-31T12:52:25.648Z] ---> f0d68296aed9 [2021-03-31T12:52:25.648Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-31T12:52:25.648Z] ---> 39eac8fd7118 [2021-03-31T12:52:25.648Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-31T12:52:25.648Z] ---> 9a611006bb1d [2021-03-31T12:52:25.648Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-31T12:52:25.648Z] ---> Running in a4b492d8ca27 [2021-03-31T12:52:25.648Z] ---> Running in 6ce83663f996 [2021-03-31T12:52:25.648Z] ---> de361940aeeb [2021-03-31T12:52:25.648Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-31T12:52:25.648Z] ---> d734bfab5bd6 [2021-03-31T12:52:25.648Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-31T12:52:25.923Z] ---> Running in 25fb012e12e9 [2021-03-31T12:52:25.923Z] ---> Running in 74be112c04da [2021-03-31T12:52:25.923Z] ---> Running in 127fb3ef09c9 [2021-03-31T12:52:27.908Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.154" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-31T12:52:28.182Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.154" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-31T12:52:28.182Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.154" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-31T12:52:28.182Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.154" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-31T12:52:28.182Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.154" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-31T12:52:31.447Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.154" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-31T12:52:33.762Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.154" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-31T12:52:41.593Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.154" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-31T12:52:47.459Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.154" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-31T12:52:49.126Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.154" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-31T12:52:55.075Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.154" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-31T12:53:02.195Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.154" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-31T12:53:07.911Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.154" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-31T12:53:17.491Z] $ docker stop --time=1 395ba46e58c5de9d14f196a8418145e79bc04facc9f9d4d2a585d7dab0c83075 [2021-03-31T12:53:19.743Z] $ docker rm -f 395ba46e58c5de9d14f196a8418145e79bc04facc9f9d4d2a585d7dab0c83075 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:53:22.000Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T12:53:22.092Z] [2021-03-31T12:53:22.092Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:53:23.392Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T12:53:23.774Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-31T12:53:23.774Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-31T12:53:23.774Z] ca9280d653b3: Pulling fs layer [2021-03-31T12:53:23.774Z] 7e9c9ca2126c: Pulling fs layer [2021-03-31T12:53:24.389Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-31T12:53:24.389Z] cbdbe7a5bc2a: Download complete [2021-03-31T12:53:26.032Z] cbdbe7a5bc2a: Pull complete [2021-03-31T12:53:26.341Z] ca9280d653b3: Verifying Checksum [2021-03-31T12:53:26.341Z] ca9280d653b3: Download complete [2021-03-31T12:53:32.619Z] 7e9c9ca2126c: Verifying Checksum [2021-03-31T12:53:32.619Z] 7e9c9ca2126c: Download complete [2021-03-31T12:53:32.619Z] ca9280d653b3: Pull complete [2021-03-31T12:53:43.403Z] 7e9c9ca2126c: Pull complete [2021-03-31T12:53:43.403Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-31T12:53:43.403Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T12:53:43.403Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-31T12:53:44.273Z] prd-centos7-docker-4c-2g-32236 does not seem to be running inside a container [2021-03-31T12:53:44.604Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/422 -v /w/workspace/edgex-go/422:/w/workspace/edgex-go/422:rw,z -v /w/workspace/edgex-go/422@tmp:/w/workspace/edgex-go/422@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-31T12:53:48.718Z] $ docker top e2fdc303ed5434e6b6454203266252e93c49d67db7b9a75cf215842f4c269f0f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T12:53:50.539Z] + docker-compose build --help [2021-03-31T12:53:50.539Z] + grep parallel [2021-03-31T12:53:52.283Z] --parallel Build images in parallel. [Pipeline] } [2021-03-31T12:53:52.668Z] $ docker stop --time=1 e2fdc303ed5434e6b6454203266252e93c49d67db7b9a75cf215842f4c269f0f [2021-03-31T12:53:54.698Z] $ docker rm -f e2fdc303ed5434e6b6454203266252e93c49d67db7b9a75cf215842f4c269f0f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:53:56.385Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T12:53:56.385Z] . [Pipeline] withDockerContainer [2021-03-31T12:53:56.719Z] prd-centos7-docker-4c-2g-32236 does not seem to be running inside a container [2021-03-31T12:53:56.837Z] $ 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/422 -v /w/workspace/edgex-go/422:/w/workspace/edgex-go/422:rw,z -v /w/workspace/edgex-go/422@tmp:/w/workspace/edgex-go/422@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-03-31T12:53:59.029Z] $ docker top e5101685524409a5bfdc5191a2a4fe93f96faa2ddc9dbd67c9e0a66d19dfaa7a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T12:54:01.237Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-31T12:54:03.353Z] Building docker-core-command-go ... [2021-03-31T12:54:03.353Z] Building docker-core-data-go ... [2021-03-31T12:54:03.353Z] Building docker-core-metadata-go ... [2021-03-31T12:54:03.353Z] Building docker-security-bootstrapper-go ... [2021-03-31T12:54:03.353Z] Building docker-security-proxy-setup-go ... [2021-03-31T12:54:03.353Z] Building docker-security-secretstore-setup-go ... [2021-03-31T12:54:03.353Z] Building docker-support-notifications-go ... [2021-03-31T12:54:03.353Z] Building docker-support-scheduler-go ... [2021-03-31T12:54:03.353Z] Building docker-sys-mgmt-agent-go ... [2021-03-31T12:54:03.353Z] Building docker-security-secretstore-setup-go [2021-03-31T12:54:03.353Z] Building docker-support-scheduler-go [2021-03-31T12:54:03.353Z] Building docker-security-proxy-setup-go [2021-03-31T12:54:03.353Z] Building docker-security-bootstrapper-go [2021-03-31T12:54:03.353Z] Building docker-core-command-go [2021-03-31T12:54:20.277Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.154" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-31T12:54:27.047Z] Removing intermediate container 6ce83663f996 [2021-03-31T12:54:27.047Z] ---> dde07e4d1514 [2021-03-31T12:54:27.047Z] [2021-03-31T12:54:27.047Z] Step 10/31 : FROM alpine:3.12 [2021-03-31T12:54:27.047Z] 3.12: Pulling from library/alpine [2021-03-31T12:54:27.047Z] Removing intermediate container 74be112c04da [2021-03-31T12:54:27.047Z] ---> f7e825830167 [2021-03-31T12:54:27.047Z] [2021-03-31T12:54:27.047Z] Step 10/24 : FROM alpine:3.12 [2021-03-31T12:54:27.047Z] 3.12: Pulling from library/alpine [2021-03-31T12:54:27.645Z] Removing intermediate container 25fb012e12e9 [2021-03-31T12:54:27.645Z] ---> d02e0ebbce0d [2021-03-31T12:54:27.645Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-31T12:54:27.645Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-31T12:54:27.919Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-31T12:54:27.919Z] Status: Downloaded newer image for alpine:3.12 [2021-03-31T12:54:27.919Z] ---> e47305ac9786 [2021-03-31T12:54:27.919Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-31T12:54:27.919Z] Status: Image is up to date for alpine:3.12 [2021-03-31T12:54:27.919Z] ---> e47305ac9786 [2021-03-31T12:54:27.919Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-31T12:54:28.521Z] ---> Running in 7746e0c70fa2 [2021-03-31T12:54:28.521Z] ---> Running in b03ad3d68af0 [2021-03-31T12:54:28.521Z] ---> Running in bf16ff9aa523 [2021-03-31T12:54:29.122Z] Removing intermediate container bf16ff9aa523 [2021-03-31T12:54:29.122Z] ---> 5ddb529337e9 [2021-03-31T12:54:29.122Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-31T12:54:29.393Z] ---> Running in 031f322e642f [2021-03-31T12:54:30.836Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T12:54:30.836Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.154" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-31T12:54:30.836Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T12:54:31.113Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T12:54:31.390Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T12:54:31.390Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-31T12:54:31.661Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T12:54:31.661Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-31T12:54:31.661Z] (4/6) Installing curl (7.69.1-r3) [2021-03-31T12:54:31.661Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-31T12:54:31.661Z] (6/6) Installing su-exec (0.2-r1) [2021-03-31T12:54:31.661Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:54:31.661Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T12:54:31.954Z] OK: 7 MiB in 20 packages [2021-03-31T12:54:31.954Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-31T12:54:31.954Z] (2/2) Installing su-exec (0.2-r1) [2021-03-31T12:54:31.954Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:54:31.954Z] OK: 5 MiB in 16 packages [2021-03-31T12:54:35.491Z] Removing intermediate container 127fb3ef09c9 [2021-03-31T12:54:35.491Z] ---> 776610e0d046 [2021-03-31T12:54:35.491Z] [2021-03-31T12:54:35.491Z] Step 10/22 : FROM alpine:3.12 [2021-03-31T12:54:35.491Z] ---> e47305ac9786 [2021-03-31T12:54:35.491Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-31T12:54:35.491Z] Removing intermediate container a4b492d8ca27 [2021-03-31T12:54:35.491Z] ---> 8686ca2a74ba [2021-03-31T12:54:35.491Z] [2021-03-31T12:54:35.491Z] Step 10/22 : FROM alpine:3.12 [2021-03-31T12:54:35.491Z] ---> e47305ac9786 [2021-03-31T12:54:35.491Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-31T12:54:35.764Z] ---> Running in e617fd5b6fc1 [2021-03-31T12:54:35.764Z] Removing intermediate container 031f322e642f [2021-03-31T12:54:35.764Z] ---> df296f917f86 [2021-03-31T12:54:35.764Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-31T12:54:35.764Z] ---> Running in 0a808fa35d19 [2021-03-31T12:54:36.040Z] Removing intermediate container 7746e0c70fa2 [2021-03-31T12:54:36.040Z] ---> e26d1f82ed8d [2021-03-31T12:54:36.040Z] [2021-03-31T12:54:36.040Z] Step 11/26 : FROM docker:20.10.0 [2021-03-31T12:54:36.040Z] Removing intermediate container b03ad3d68af0 [2021-03-31T12:54:36.040Z] ---> d109b48380b1 [2021-03-31T12:54:36.040Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-31T12:54:36.314Z] 20.10.0: Pulling from library/docker [2021-03-31T12:54:36.314Z] ---> Running in f86659e866bb [2021-03-31T12:54:36.314Z] ---> Running in acf97f78c265 [2021-03-31T12:54:37.302Z] Removing intermediate container f86659e866bb [2021-03-31T12:54:37.302Z] ---> 676f418cbecc [2021-03-31T12:54:37.302Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-31T12:54:37.590Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T12:54:37.590Z] Removing intermediate container acf97f78c265 [2021-03-31T12:54:37.590Z] ---> a982b807b268 [2021-03-31T12:54:37.590Z] Step 13/24 : WORKDIR / [2021-03-31T12:54:37.863Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T12:54:37.863Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T12:54:37.863Z] ---> Running in b01d774a9c75 [2021-03-31T12:54:38.137Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T12:54:38.137Z] ---> Running in a9ee9dce524e [2021-03-31T12:54:38.409Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-31T12:54:38.409Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:54:38.409Z] OK: 5 MiB in 15 packages [2021-03-31T12:54:39.010Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-31T12:54:39.010Z] Removing intermediate container b01d774a9c75 [2021-03-31T12:54:39.010Z] ---> 861adccd06c8 [2021-03-31T12:54:39.010Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-31T12:54:39.010Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-31T12:54:39.010Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:54:39.010Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T12:54:39.297Z] OK: 6 MiB in 16 packages [2021-03-31T12:54:39.896Z] ---> Running in e2e7e8f86326 [2021-03-31T12:54:39.896Z] Removing intermediate container a9ee9dce524e [2021-03-31T12:54:39.896Z] ---> 7f0730ebe620 [2021-03-31T12:54:39.896Z] 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-03-31T12:54:40.885Z] Removing intermediate container e617fd5b6fc1 [2021-03-31T12:54:40.886Z] ---> d56b1ab4d291 [2021-03-31T12:54:40.886Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T12:54:40.886Z] ---> Running in 121dfe97acf8 [2021-03-31T12:54:40.886Z] ---> 602e45cf390b [2021-03-31T12:54:40.886Z] 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-03-31T12:54:41.875Z] Removing intermediate container 0a808fa35d19 [2021-03-31T12:54:41.875Z] ---> 7311b2413d30 [2021-03-31T12:54:41.875Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T12:54:42.151Z] Removing intermediate container 121dfe97acf8 [2021-03-31T12:54:42.151Z] ---> 7cd7da97e59e [2021-03-31T12:54:42.151Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-31T12:54:42.443Z] ---> Running in 577cc84e2562 [2021-03-31T12:54:42.443Z] ---> Running in c76b225df7e4 [2021-03-31T12:54:42.723Z] ---> 0efe3c4a84e1 [2021-03-31T12:54:42.723Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-31T12:54:43.720Z] Removing intermediate container 577cc84e2562 [2021-03-31T12:54:43.720Z] ---> a79a79a8b886 [2021-03-31T12:54:43.720Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-31T12:54:43.720Z] Removing intermediate container c76b225df7e4 [2021-03-31T12:54:43.720Z] ---> ae937db9b765 [2021-03-31T12:54:43.720Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-31T12:54:44.000Z] ---> Running in 7f83db3271c3 [2021-03-31T12:54:44.000Z] ---> Running in 8a0e97e7c755 [2021-03-31T12:54:44.606Z] Removing intermediate container e2e7e8f86326 [2021-03-31T12:54:44.606Z] ---> e7859adc3f65 [2021-03-31T12:54:44.606Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-31T12:54:44.880Z] ---> c562e1f42327 [2021-03-31T12:54:44.880Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-31T12:54:45.169Z] ---> Running in 57d94c8be9c1 [2021-03-31T12:54:45.449Z] Removing intermediate container 7f83db3271c3 [2021-03-31T12:54:45.449Z] ---> 17a978afcda4 [2021-03-31T12:54:45.449Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-31T12:54:45.449Z] Removing intermediate container 8a0e97e7c755 [2021-03-31T12:54:45.449Z] ---> cea4b2f65630 [2021-03-31T12:54:45.449Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T12:54:46.443Z] ---> Running in 9ff13853ddea [2021-03-31T12:54:46.443Z] Removing intermediate container 57d94c8be9c1 [2021-03-31T12:54:46.443Z] ---> 8c1397fe0a70 [2021-03-31T12:54:46.443Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-31T12:54:47.053Z] ---> f47ad926132a [2021-03-31T12:54:47.053Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-31T12:54:47.659Z] ---> ef669a6e9125 [2021-03-31T12:54:47.659Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-31T12:54:47.659Z] Removing intermediate container 9ff13853ddea [2021-03-31T12:54:47.659Z] ---> acfc9674c0b9 [2021-03-31T12:54:47.659Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T12:54:48.266Z] ---> 02dcaeb4101c [2021-03-31T12:54:48.266Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-31T12:54:48.863Z] ---> Running in dd565e10de58 [2021-03-31T12:54:48.863Z] ---> 3364feffe6ac [2021-03-31T12:54:48.863Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-31T12:54:48.863Z] ---> 14f627de7d16 [2021-03-31T12:54:48.863Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-31T12:54:49.462Z] ---> 1bbec5731406 [2021-03-31T12:54:49.462Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-31T12:54:50.900Z] ---> 4e2ad66f32ff [2021-03-31T12:54:50.900Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-31T12:54:50.900Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-31T12:54:50.900Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-31T12:54:50.900Z] ---> eeaf43b92773 [2021-03-31T12:54:50.900Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-31T12:54:50.900Z] ---> 32552f586261 [2021-03-31T12:54:50.900Z] 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-03-31T12:54:50.900Z] ---> 2886375099a6 [2021-03-31T12:54:50.900Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-31T12:54:50.900Z] ---> Running in 0a00847479eb [2021-03-31T12:54:51.181Z] ---> Running in 63974abe28aa [2021-03-31T12:54:51.181Z] ---> Running in f29f89336797 [2021-03-31T12:54:51.821Z] ---> e21e0fe1ecf2 [2021-03-31T12:54:51.821Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-31T12:54:51.821Z] Removing intermediate container dd565e10de58 [2021-03-31T12:54:51.821Z] ---> bb464e49f246 [2021-03-31T12:54:51.821Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T12:54:52.105Z] ---> Running in f3cb90a0bc6d [2021-03-31T12:54:52.105Z] Removing intermediate container f29f89336797 [2021-03-31T12:54:52.105Z] ---> dd2af6994f77 [2021-03-31T12:54:52.105Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T12:54:52.393Z] ---> Running in cdc422909b04 [2021-03-31T12:54:52.667Z] Removing intermediate container f3cb90a0bc6d [2021-03-31T12:54:52.667Z] ---> 265235d17dbc [2021-03-31T12:54:52.667Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T12:54:52.948Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T12:54:52.948Z] ---> Running in b59c078e3c27 [2021-03-31T12:54:52.948Z] Removing intermediate container cdc422909b04 [2021-03-31T12:54:52.948Z] ---> e969bb39ce5a [2021-03-31T12:54:52.948Z] Step 20/22 : LABEL arch=arm64 [2021-03-31T12:54:52.948Z] ---> 3bda137e3570 [2021-03-31T12:54:52.948Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-31T12:54:52.948Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T12:54:53.227Z] ---> Running in 961a2e4fd000 [2021-03-31T12:54:53.836Z] Removing intermediate container b59c078e3c27 [2021-03-31T12:54:53.836Z] ---> 1a0962f4cbe0 [2021-03-31T12:54:53.836Z] Step 20/22 : LABEL arch=arm64 [2021-03-31T12:54:53.836Z] (1/2) Installing readline (8.0.4-r0) [2021-03-31T12:54:53.836Z] (2/2) Installing bash (5.0.17-r0) [2021-03-31T12:54:53.836Z] Executing bash-5.0.17-r0.post-install [2021-03-31T12:54:53.836Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:54:53.836Z] OK: 12 MiB in 22 packages [2021-03-31T12:54:54.115Z] Removing intermediate container 961a2e4fd000 [2021-03-31T12:54:54.115Z] ---> 03eb8d072700 [2021-03-31T12:54:54.115Z] Step 21/22 : LABEL git_sha=ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T12:54:54.412Z] ---> Running in 25e350c95951 [2021-03-31T12:54:54.691Z] ---> Running in 7a6917b0fe55 [2021-03-31T12:54:54.691Z] Removing intermediate container 63974abe28aa [2021-03-31T12:54:54.691Z] ---> ab3d89229a29 [2021-03-31T12:54:54.691Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-31T12:54:54.691Z] ---> ceaa37c58b86 [2021-03-31T12:54:54.691Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-31T12:54:54.967Z] ---> Running in e8d32eb1eda2 [2021-03-31T12:54:54.967Z] Removing intermediate container 25e350c95951 [2021-03-31T12:54:54.967Z] ---> 7da629b97eac [2021-03-31T12:54:54.967Z] Step 21/22 : LABEL git_sha=ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T12:54:55.251Z] ---> Running in c8b868a44d4c [2021-03-31T12:54:55.528Z] Removing intermediate container 7a6917b0fe55 [2021-03-31T12:54:55.528Z] ---> d093d859e9d0 [2021-03-31T12:54:55.528Z] Step 22/22 : LABEL version=2.0.0-dev.154 [2021-03-31T12:54:55.528Z] Removing intermediate container 0a00847479eb [2021-03-31T12:54:55.528Z] ---> 61da23278f5b [2021-03-31T12:54:55.528Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-31T12:54:55.806Z] Removing intermediate container e8d32eb1eda2 [2021-03-31T12:54:55.806Z] ---> 72acc9c9009f [2021-03-31T12:54:55.806Z] Step 22/24 : LABEL arch=arm64 [2021-03-31T12:54:55.806Z] ---> Running in 6ed80177b265 [2021-03-31T12:54:55.806Z] ---> Running in cbabf5005536 [2021-03-31T12:54:55.806Z] ---> 41d2a5d636f0 [2021-03-31T12:54:55.806Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-31T12:54:56.083Z] ---> Running in 33f40acd9d53 [2021-03-31T12:54:56.083Z] Removing intermediate container c8b868a44d4c [2021-03-31T12:54:56.083Z] ---> b7eefebb215a [2021-03-31T12:54:56.083Z] Step 22/22 : LABEL version=2.0.0-dev.154 [2021-03-31T12:54:56.083Z] ---> Running in 297a4799ba29 [2021-03-31T12:54:56.361Z] Removing intermediate container cbabf5005536 [2021-03-31T12:54:56.361Z] ---> 39b64aa7d9a5 [2021-03-31T12:54:56.361Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-31T12:54:56.361Z] Removing intermediate container 6ed80177b265 [2021-03-31T12:54:56.361Z] ---> 26bcccb2f2ef [2021-03-31T12:54:56.361Z] [2021-03-31T12:54:56.637Z] ---> Running in 23208bc48814 [2021-03-31T12:54:56.915Z] Removing intermediate container 33f40acd9d53 [2021-03-31T12:54:56.915Z] ---> 6cbf6f22e317 [2021-03-31T12:54:56.915Z] Step 23/24 : LABEL git_sha=ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T12:54:56.915Z] Successfully built 26bcccb2f2ef [2021-03-31T12:54:56.915Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-31T12:54:56.915Z] ---> c2928b75d500 [2021-03-31T12:54:57.203Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-31T12:54:57.203Z] Building docker-core-data-go [2021-03-31T12:54:57.203Z]  Building docker-support-scheduler-go ... done Removing intermediate container 297a4799ba29 [2021-03-31T12:54:57.203Z] ---> a89c61206ad3 [2021-03-31T12:54:57.203Z] [2021-03-31T12:54:57.203Z] ---> Running in 87d75b1b9a84 [2021-03-31T12:54:57.203Z] Removing intermediate container 23208bc48814 [2021-03-31T12:54:57.479Z] ---> 0f9ec0225656 [2021-03-31T12:54:57.479Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-31T12:54:57.765Z] Successfully built a89c61206ad3 [2021-03-31T12:54:57.765Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-31T12:54:57.765Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2021-03-31T12:54:57.765Z] ---> Running in dc882f5e1ae4 [2021-03-31T12:54:57.765Z] Removing intermediate container 87d75b1b9a84 [2021-03-31T12:54:57.765Z] ---> f2a112d0e658 [2021-03-31T12:54:57.765Z] Step 24/24 : LABEL version=2.0.0-dev.154 [2021-03-31T12:54:58.046Z] ---> 4dca293f498a [2021-03-31T12:54:58.046Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-31T12:54:58.046Z] ---> Running in 2fc816e01514 [2021-03-31T12:54:58.330Z] ---> Running in 387d2ff2ce65 [2021-03-31T12:54:58.618Z] Removing intermediate container dc882f5e1ae4 [2021-03-31T12:54:58.618Z] ---> b599857cb229 [2021-03-31T12:54:58.618Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-31T12:54:58.618Z] Removing intermediate container 2fc816e01514 [2021-03-31T12:54:58.618Z] ---> 0529ffd7025e [2021-03-31T12:54:58.618Z] [2021-03-31T12:54:59.213Z] Successfully built 0529ffd7025e [2021-03-31T12:54:59.485Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-31T12:54:59.485Z] Building docker-core-metadata-go [2021-03-31T12:54:59.485Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 387d2ff2ce65 [2021-03-31T12:54:59.485Z] ---> 3d7c5abcc0c1 [2021-03-31T12:54:59.485Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-31T12:55:00.086Z] ---> ebe504448086 [2021-03-31T12:55:00.086Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-31T12:55:00.700Z] ---> 65bca52df373 [2021-03-31T12:55:00.700Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-31T12:55:00.978Z] ---> Running in 55a1f70b60ba [2021-03-31T12:55:01.253Z] ---> eb9f987d9efa [2021-03-31T12:55:01.253Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-31T12:55:04.668Z] ---> 770876c6a870 [2021-03-31T12:55:04.668Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-31T12:55:05.655Z] ---> Running in b98e2a2df252 [2021-03-31T12:55:06.646Z] Removing intermediate container 55a1f70b60ba [2021-03-31T12:55:06.646Z] ---> 78f61c7e143e [2021-03-31T12:55:06.646Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-31T12:55:07.246Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T12:55:07.246Z] ---> Running in c390c2eee6d4 [2021-03-31T12:55:07.246Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T12:55:07.856Z] Removing intermediate container c390c2eee6d4 [2021-03-31T12:55:07.856Z] ---> 1122a0889f69 [2021-03-31T12:55:07.856Z] Step 28/31 : CMD ["gate"] [2021-03-31T12:55:07.856Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-31T12:55:07.856Z] (2/33) Installing expat (2.2.9-r1) [2021-03-31T12:55:07.856Z] (3/33) Installing libffi (3.3-r2) [2021-03-31T12:55:07.856Z] (4/33) Installing gdbm (1.13-r1) [2021-03-31T12:55:07.856Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-31T12:55:07.856Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-31T12:55:07.856Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-31T12:55:08.454Z] ---> Running in 45421387c5a0 [2021-03-31T12:55:09.488Z] Removing intermediate container 45421387c5a0 [2021-03-31T12:55:09.488Z] ---> 58d096c66882 [2021-03-31T12:55:09.488Z] Step 29/31 : LABEL arch=arm64 [2021-03-31T12:55:09.762Z] ---> Running in 1d8f792c94f9 [2021-03-31T12:55:10.039Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-31T12:55:10.039Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-31T12:55:10.039Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-31T12:55:10.039Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-31T12:55:10.039Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-31T12:55:10.039Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-31T12:55:10.039Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-31T12:55:10.315Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-31T12:55:10.315Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-31T12:55:10.315Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-31T12:55:10.315Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-31T12:55:10.315Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-31T12:55:10.315Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-31T12:55:10.315Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-31T12:55:10.315Z] Removing intermediate container 1d8f792c94f9 [2021-03-31T12:55:10.315Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-31T12:55:10.315Z] ---> 01ae152b8fb9 [2021-03-31T12:55:10.315Z] Step 30/31 : LABEL git_sha=ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T12:55:10.315Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-31T12:55:10.315Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-31T12:55:10.588Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-31T12:55:10.588Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-31T12:55:10.588Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-31T12:55:10.588Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-31T12:55:10.588Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-31T12:55:10.862Z] ---> Running in b4b7f43153a0 [2021-03-31T12:55:10.862Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-31T12:55:10.862Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-31T12:55:10.862Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-31T12:55:10.862Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-31T12:55:11.141Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:55:11.141Z] OK: 71 MiB in 55 packages [2021-03-31T12:55:11.444Z] Removing intermediate container b4b7f43153a0 [2021-03-31T12:55:11.444Z] ---> 7db681e21f5c [2021-03-31T12:55:11.444Z] Step 31/31 : LABEL version=2.0.0-dev.154 [2021-03-31T12:55:11.718Z] ---> Running in 9e9188d3b403 [2021-03-31T12:55:12.316Z] Removing intermediate container 9e9188d3b403 [2021-03-31T12:55:12.317Z] ---> 57fd6be2cbf9 [2021-03-31T12:55:12.317Z] [2021-03-31T12:55:12.923Z] Successfully built 57fd6be2cbf9 [2021-03-31T12:55:12.923Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-31T12:55:12.923Z]  Building docker-security-bootstrapper-go ... done Building docker-security-proxy-setup-go [2021-03-31T12:55:18.337Z] Removing intermediate container b98e2a2df252 [2021-03-31T12:55:18.337Z] ---> 236b43c8b62e [2021-03-31T12:55:18.337Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-31T12:55:19.331Z] ---> Running in 8d7a85e2ad73 [2021-03-31T12:55:26.073Z] Collecting docker-compose==1.23.2 [2021-03-31T12:55:26.073Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-31T12:55:27.066Z] Collecting cached-property<2,>=1.2.0 [2021-03-31T12:55:27.066Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-31T12:55:27.946Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:55:27.946Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:55:27.946Z] ---> 547dcee29098 [2021-03-31T12:55:27.946Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T12:55:27.946Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:55:27.946Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:55:27.946Z] ---> 547dcee29098 [2021-03-31T12:55:27.946Z] Step 3/31 : WORKDIR /edgex-go [2021-03-31T12:55:27.946Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:55:27.946Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:55:27.946Z] ---> 547dcee29098 [2021-03-31T12:55:27.946Z] Step 3/21 : WORKDIR /edgex-go [2021-03-31T12:55:27.946Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:55:27.946Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:55:27.946Z] ---> 547dcee29098 [2021-03-31T12:55:27.946Z] Step 3/22 : WORKDIR /edgex-go [2021-03-31T12:55:27.946Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:55:27.946Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:55:27.946Z] ---> 547dcee29098 [2021-03-31T12:55:27.946Z] Step 3/24 : WORKDIR /edgex-go [2021-03-31T12:55:27.946Z] ---> Running in c676bae5ac14 [2021-03-31T12:55:27.946Z] ---> Running in de9cadff64de [2021-03-31T12:55:27.946Z] ---> Running in fb4ab6f7d4c5 [2021-03-31T12:55:27.946Z] ---> Running in 4833f08fbc8d [2021-03-31T12:55:27.946Z] ---> Running in 7f7d027e0428 [2021-03-31T12:55:27.946Z] Removing intermediate container de9cadff64de [2021-03-31T12:55:27.946Z] ---> f013dae62b7e [2021-03-31T12:55:27.946Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:55:27.946Z] Removing intermediate container c676bae5ac14 [2021-03-31T12:55:27.946Z] ---> de80b1998362 [2021-03-31T12:55:27.946Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:55:27.946Z] Removing intermediate container fb4ab6f7d4c5 [2021-03-31T12:55:27.946Z] ---> 467aad7ec374 [2021-03-31T12:55:27.946Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:55:27.946Z] Removing intermediate container 7f7d027e0428 [2021-03-31T12:55:27.946Z] ---> 67a26ba4196a [2021-03-31T12:55:27.946Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:55:27.946Z] Removing intermediate container 4833f08fbc8d [2021-03-31T12:55:27.946Z] ---> 69ba6bc52c8a [2021-03-31T12:55:27.946Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:55:27.946Z] ---> Running in d3543761026f [2021-03-31T12:55:27.946Z] ---> Running in f3ce0acf4a76 [2021-03-31T12:55:27.946Z] ---> Running in 7bf9d126108d [2021-03-31T12:55:27.947Z] ---> Running in e876fa41915a [2021-03-31T12:55:27.947Z] ---> Running in 3e4bec426520 [2021-03-31T12:55:28.503Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-31T12:55:28.503Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-31T12:55:29.487Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-31T12:55:29.487Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-31T12:55:30.087Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:55:30.087Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:55:30.087Z] ---> 279f8859b400 [2021-03-31T12:55:30.087Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T12:55:30.087Z] ---> Using cache [2021-03-31T12:55:30.087Z] ---> 9879e3c51c34 [2021-03-31T12:55:30.087Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:55:30.087Z] ---> Using cache [2021-03-31T12:55:30.087Z] ---> 545b9af7684c [2021-03-31T12:55:30.087Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-31T12:55:31.602Z] Collecting PyYAML<4,>=3.10 [2021-03-31T12:55:31.602Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-31T12:55:32.488Z] Removing intermediate container 7bf9d126108d [2021-03-31T12:55:32.488Z] ---> 215dd9c0ecda [2021-03-31T12:55:32.488Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-31T12:55:32.488Z] Removing intermediate container f3ce0acf4a76 [2021-03-31T12:55:32.488Z] ---> dd4c427cc0c0 [2021-03-31T12:55:32.488Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-31T12:55:32.488Z] ---> Running in b2fe0e8d3b25 [2021-03-31T12:55:32.488Z] Removing intermediate container d3543761026f [2021-03-31T12:55:32.488Z] ---> 288d43917810 [2021-03-31T12:55:32.488Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-31T12:55:32.488Z] ---> Running in 6baf167657c3 [2021-03-31T12:55:32.606Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:55:32.606Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:55:32.606Z] ---> 279f8859b400 [2021-03-31T12:55:32.606Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T12:55:32.606Z] ---> Using cache [2021-03-31T12:55:32.606Z] ---> 9879e3c51c34 [2021-03-31T12:55:32.606Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:55:32.606Z] ---> Using cache [2021-03-31T12:55:32.606Z] ---> 545b9af7684c [2021-03-31T12:55:32.606Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-31T12:55:32.766Z] ---> Running in 0c03a8a70db4 [2021-03-31T12:55:32.766Z] Removing intermediate container 3e4bec426520 [2021-03-31T12:55:32.766Z] ---> 9c4931a42ba1 [2021-03-31T12:55:32.766Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-31T12:55:33.120Z] Removing intermediate container e876fa41915a [2021-03-31T12:55:33.120Z] ---> 7586e3b5f6ea [2021-03-31T12:55:33.120Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-31T12:55:33.209Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:55:33.209Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:55:33.209Z] ---> 279f8859b400 [2021-03-31T12:55:33.209Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T12:55:33.209Z] ---> Using cache [2021-03-31T12:55:33.209Z] ---> 9879e3c51c34 [2021-03-31T12:55:33.209Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:55:33.209Z] ---> Using cache [2021-03-31T12:55:33.209Z] ---> 545b9af7684c [2021-03-31T12:55:33.209Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-31T12:55:33.829Z] ---> Running in 2133c36d1361 [2021-03-31T12:55:33.829Z] ---> Running in d2116c18a439 [2021-03-31T12:55:33.829Z] ---> Running in 89defdbfb644 [2021-03-31T12:55:33.845Z] ---> Running in 809ab45fcee4 [2021-03-31T12:55:33.845Z] ---> Running in 4f5bdeb0823c [2021-03-31T12:55:34.183Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:55:35.157Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:55:35.157Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:55:35.527Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:55:35.527Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:55:35.527Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:55:36.475Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T12:55:36.475Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T12:55:36.544Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:55:36.544Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:55:36.753Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T12:55:37.145Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:55:37.145Z] OK: 233 MiB in 51 packages [2021-03-31T12:55:37.145Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:55:37.359Z] Collecting docker<4.0,>=3.6.0 [2021-03-31T12:55:37.359Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-31T12:55:37.359Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T12:55:37.637Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T12:55:37.637Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T12:55:38.149Z] OK: 233 MiB in 51 packages [2021-03-31T12:55:38.444Z] OK: 233 MiB in 51 packages [2021-03-31T12:55:38.444Z] OK: 233 MiB in 51 packages [2021-03-31T12:55:38.444Z] Removing intermediate container b2fe0e8d3b25 [2021-03-31T12:55:38.444Z] ---> 7e59370d8e0b [2021-03-31T12:55:38.444Z] Step 6/21 : COPY go.mod . [2021-03-31T12:55:38.444Z] OK: 233 MiB in 51 packages [2021-03-31T12:55:38.625Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:55:38.625Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:55:38.625Z] ---> 279f8859b400 [2021-03-31T12:55:38.625Z] Step 3/21 : WORKDIR /edgex-go [2021-03-31T12:55:38.625Z] ---> Using cache [2021-03-31T12:55:38.625Z] ---> 9879e3c51c34 [2021-03-31T12:55:38.625Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:55:38.625Z] ---> Using cache [2021-03-31T12:55:38.625Z] ---> 545b9af7684c [2021-03-31T12:55:38.625Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-31T12:55:38.625Z] Collecting jsonschema<3,>=2.5.1 [2021-03-31T12:55:38.625Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-31T12:55:38.625Z] OK: 217 MiB in 51 packages [2021-03-31T12:55:38.791Z] ---> 075ac4911383 [2021-03-31T12:55:38.791Z] Step 7/21 : RUN go mod download [2021-03-31T12:55:38.900Z] OK: 217 MiB in 51 packages [2021-03-31T12:55:38.900Z] OK: 217 MiB in 51 packages [2021-03-31T12:55:39.777Z] ---> Running in 29ffdddc37d8 [2021-03-31T12:55:39.903Z] Collecting texttable<0.10,>=0.9.0 [2021-03-31T12:55:39.903Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-31T12:55:39.903Z] ---> Running in d0409b96566a [2021-03-31T12:55:40.118Z] Removing intermediate container 6baf167657c3 [2021-03-31T12:55:40.119Z] ---> 129f10d62a60 [2021-03-31T12:55:40.119Z] Step 6/31 : COPY go.mod . [2021-03-31T12:55:40.119Z] Removing intermediate container 0c03a8a70db4 [2021-03-31T12:55:40.119Z] ---> e7ba20276093 [2021-03-31T12:55:40.119Z] Step 6/23 : COPY go.mod . [2021-03-31T12:55:40.899Z] Removing intermediate container 2133c36d1361 [2021-03-31T12:55:40.899Z] ---> 52c904114d7b [2021-03-31T12:55:40.899Z] Step 6/23 : COPY go.mod . [2021-03-31T12:55:40.900Z] Removing intermediate container 809ab45fcee4 [2021-03-31T12:55:40.900Z] ---> feb78ebd34e2 [2021-03-31T12:55:40.900Z] Step 6/24 : COPY go.mod . [2021-03-31T12:55:40.900Z] Removing intermediate container 4f5bdeb0823c [2021-03-31T12:55:40.900Z] ---> 087ae3510a05 [2021-03-31T12:55:40.900Z] Step 6/22 : COPY go.mod . [2021-03-31T12:55:41.180Z] Removing intermediate container d2116c18a439 [2021-03-31T12:55:41.180Z] ---> 61c018d734dc [2021-03-31T12:55:41.180Z] Step 6/23 : COPY go.mod . [2021-03-31T12:55:41.180Z] Removing intermediate container 89defdbfb644 [2021-03-31T12:55:41.180Z] ---> a420a51c88a5 [2021-03-31T12:55:41.180Z] Step 6/23 : COPY go.mod . [2021-03-31T12:55:41.353Z] ---> ad8aaabb3aad [2021-03-31T12:55:41.353Z] Step 7/23 : RUN go mod download [2021-03-31T12:55:41.708Z] ---> ebb5a84c06ef [2021-03-31T12:55:41.708Z] Step 7/31 : RUN go mod download [2021-03-31T12:55:41.708Z] ---> Running in 44f7f9cfa242 [2021-03-31T12:55:41.791Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T12:55:42.078Z] ---> Running in bf297e82a178 [2021-03-31T12:55:42.078Z] ---> 14ea32b7ef2f [2021-03-31T12:55:42.078Z] Step 7/22 : RUN go mod download [2021-03-31T12:55:42.130Z] ---> e6d9420de74d [2021-03-31T12:55:42.484Z] Step 7/23 : RUN go mod download [2021-03-31T12:55:42.484Z] ---> f3ff4913a1d2 [2021-03-31T12:55:42.484Z] Step 7/23 : RUN go mod download [2021-03-31T12:55:42.484Z] ---> Running in 08d40de203cd [2021-03-31T12:55:42.555Z] ---> 5023968b7d2c [2021-03-31T12:55:42.555Z] Step 7/24 : RUN go mod download [2021-03-31T12:55:42.555Z] ---> Running in bc7a588fd064 [2021-03-31T12:55:42.555Z] ---> Running in d149ec57966b [2021-03-31T12:55:42.782Z] ---> Running in d10ccebe4245 [2021-03-31T12:55:42.782Z] ---> 3096edf431d2 [2021-03-31T12:55:42.782Z] Step 7/23 : RUN go mod download [2021-03-31T12:55:42.782Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T12:55:43.064Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-31T12:55:43.064Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-31T12:55:43.064Z] ---> Running in 959227f04ad8 [2021-03-31T12:55:44.250Z] OK: 217 MiB in 51 packages [2021-03-31T12:55:46.239Z] Removing intermediate container d0409b96566a [2021-03-31T12:55:46.239Z] ---> 730540616d7d [2021-03-31T12:55:46.239Z] Step 6/21 : COPY go.mod . [2021-03-31T12:55:46.516Z] 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-03-31T12:55:46.800Z] Collecting docopt<0.7,>=0.6.1 [2021-03-31T12:55:46.800Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-31T12:55:47.400Z] ---> f8145dc94346 [2021-03-31T12:55:47.400Z] Step 7/21 : RUN go mod download [2021-03-31T12:55:47.589Z] Removing intermediate container 29ffdddc37d8 [2021-03-31T12:55:47.589Z] ---> b9514140e067 [2021-03-31T12:55:47.589Z] Step 8/21 : COPY . . [2021-03-31T12:55:47.589Z] Removing intermediate container 44f7f9cfa242 [2021-03-31T12:55:47.589Z] ---> 7bf6aeb62d20 [2021-03-31T12:55:47.589Z] Step 8/23 : COPY . . [2021-03-31T12:55:47.686Z] ---> Running in f4e202d5ddd1 [2021-03-31T12:55:47.868Z] Removing intermediate container bf297e82a178 [2021-03-31T12:55:47.868Z] ---> 25242f29a5ef [2021-03-31T12:55:47.868Z] Step 8/31 : COPY . . [2021-03-31T12:55:47.991Z] Removing intermediate container 08d40de203cd [2021-03-31T12:55:47.992Z] ---> 56688d8d4196 [2021-03-31T12:55:47.992Z] Step 8/23 : COPY . . [2021-03-31T12:55:48.271Z] Removing intermediate container d10ccebe4245 [2021-03-31T12:55:48.271Z] ---> e4879934767a [2021-03-31T12:55:48.271Z] Step 8/23 : COPY . . [2021-03-31T12:55:48.549Z] Removing intermediate container 959227f04ad8 [2021-03-31T12:55:48.549Z] ---> f6ec8a91c25c [2021-03-31T12:55:48.549Z] Step 8/23 : COPY . . [2021-03-31T12:55:50.559Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-31T12:55:50.559Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-31T12:55:50.863Z] 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-03-31T12:55:51.471Z] Collecting idna<2.8,>=2.5 [2021-03-31T12:55:51.471Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-31T12:55:52.474Z] 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-03-31T12:55:52.474Z] Collecting docker-pycreds>=0.4.0 [2021-03-31T12:55:52.474Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-31T12:55:52.752Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-31T12:55:52.752Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-31T12:55:52.752Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-31T12:55:52.752Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-31T12:55:53.787Z] Removing intermediate container f4e202d5ddd1 [2021-03-31T12:55:53.787Z] ---> eb7c04d786ff [2021-03-31T12:55:53.787Z] Step 8/21 : COPY . . [2021-03-31T12:55:54.064Z] Installing collected packages: cached-property, urllib3, idna, requests, websocket-client, PyYAML, docker-pycreds, docker, jsonschema, texttable, dockerpty, docopt, docker-compose [2021-03-31T12:55:54.064Z] Attempting uninstall: urllib3 [2021-03-31T12:55:54.064Z] Found existing installation: urllib3 1.25.9 [2021-03-31T12:55:54.064Z] Uninstalling urllib3-1.25.9: [2021-03-31T12:55:54.340Z] Successfully uninstalled urllib3-1.25.9 [2021-03-31T12:55:55.086Z] Removing intermediate container bc7a588fd064 [2021-03-31T12:55:55.086Z] ---> a390b37db4ec [2021-03-31T12:55:55.086Z] Step 8/22 : COPY . . [2021-03-31T12:55:55.326Z] Attempting uninstall: idna [2021-03-31T12:55:55.326Z] Found existing installation: idna 2.9 [2021-03-31T12:55:55.326Z] Uninstalling idna-2.9: [2021-03-31T12:55:55.326Z] Successfully uninstalled idna-2.9 [2021-03-31T12:55:56.323Z] Attempting uninstall: requests [2021-03-31T12:55:56.323Z] Found existing installation: requests 2.23.0 [2021-03-31T12:55:56.323Z] Uninstalling requests-2.23.0: [2021-03-31T12:55:56.601Z] Successfully uninstalled requests-2.23.0 [2021-03-31T12:55:57.199Z] Running setup.py install for PyYAML: started [2021-03-31T12:55:57.301Z] Removing intermediate container d149ec57966b [2021-03-31T12:55:57.302Z] ---> a7f6863cd5fa [2021-03-31T12:55:57.302Z] Step 8/24 : COPY . . [2021-03-31T12:56:00.610Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-31T12:56:01.630Z] Running setup.py install for texttable: started [2021-03-31T12:56:04.289Z] Running setup.py install for texttable: finished with status 'done' [2021-03-31T12:56:04.289Z] Running setup.py install for dockerpty: started [2021-03-31T12:56:07.792Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-31T12:56:07.792Z] Running setup.py install for docopt: started [2021-03-31T12:56:09.279Z] ---> 663b3ed3b0ee [2021-03-31T12:56:09.279Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-31T12:56:09.279Z] ---> e3ac3f855094 [2021-03-31T12:56:09.279Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-31T12:56:09.279Z] ---> 8a05fe069af9 [2021-03-31T12:56:09.279Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-31T12:56:09.279Z] ---> Running in efbdde729d98 [2021-03-31T12:56:09.560Z] ---> 5184bbf678eb [2021-03-31T12:56:09.560Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-31T12:56:09.560Z] ---> Running in aac25ebb2dad [2021-03-31T12:56:09.560Z] ---> Running in 8b05397fdeb6 [2021-03-31T12:56:09.847Z] ---> Running in 06a71e0c1873 [2021-03-31T12:56:10.124Z] Running setup.py install for docopt: finished with status 'done' [2021-03-31T12:56:11.117Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.154" -o cmd/core-data/core-data ./cmd/core-data [2021-03-31T12:56:11.397Z] 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.58.0 [2021-03-31T12:56:12.008Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.154" -o cmd/core-command/core-command ./cmd/core-command [2021-03-31T12:56:12.008Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.154" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-31T12:56:12.008Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.154" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-31T12:56:17.486Z] Removing intermediate container 8d7a85e2ad73 [2021-03-31T12:56:17.486Z] ---> 1817e6cddbd7 [2021-03-31T12:56:17.486Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-31T12:56:17.486Z] ---> Running in d157821f538a [2021-03-31T12:56:18.958Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T12:56:19.562Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T12:56:20.549Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T12:56:20.549Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-31T12:56:20.549Z] (3/3) Installing curl (7.69.1-r3) [2021-03-31T12:56:20.549Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:56:20.549Z] OK: 72 MiB in 58 packages [2021-03-31T12:56:22.557Z] Removing intermediate container d157821f538a [2021-03-31T12:56:22.557Z] ---> 2e075a83dfe7 [2021-03-31T12:56:22.557Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-31T12:56:22.557Z] ---> Running in c45b94d49a22 [2021-03-31T12:56:23.551Z] Removing intermediate container c45b94d49a22 [2021-03-31T12:56:23.551Z] ---> 3ea66b5adab6 [2021-03-31T12:56:23.551Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T12:56:23.551Z] ---> Running in b83a15df05ae [2021-03-31T12:56:24.541Z] Removing intermediate container b83a15df05ae [2021-03-31T12:56:24.541Z] ---> bdf979aa9c5b [2021-03-31T12:56:24.541Z] Step 24/26 : LABEL arch=arm64 [2021-03-31T12:56:24.541Z] ---> Running in cd9558d4055b [2021-03-31T12:56:25.143Z] Removing intermediate container cd9558d4055b [2021-03-31T12:56:25.143Z] ---> bb8cb5bc3947 [2021-03-31T12:56:25.143Z] Step 25/26 : LABEL git_sha=ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T12:56:25.417Z] ---> Running in 99800c1712a1 [2021-03-31T12:56:26.028Z] Removing intermediate container 99800c1712a1 [2021-03-31T12:56:26.028Z] ---> b02afc7e1bd1 [2021-03-31T12:56:26.028Z] Step 26/26 : LABEL version=2.0.0-dev.154 [2021-03-31T12:56:26.305Z] ---> Running in 50df1d99103a [2021-03-31T12:56:26.911Z] Removing intermediate container 50df1d99103a [2021-03-31T12:56:26.911Z] ---> 667210960233 [2021-03-31T12:56:26.911Z] [2021-03-31T12:56:27.201Z] Successfully built 667210960233 [2021-03-31T12:56:27.476Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-31T12:57:49.275Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.154" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-31T12:57:54.075Z] ---> 35acd8cb0a61 [2021-03-31T12:57:54.075Z] ---> 9a74016293c1 [2021-03-31T12:57:54.075Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-31T12:57:54.075Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-31T12:57:54.075Z] ---> Running in 3031bbc3fbd9 [2021-03-31T12:57:54.075Z] ---> Running in 1ddd0819131e [2021-03-31T12:57:54.075Z] ---> 328009dc6518 [2021-03-31T12:57:54.075Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-31T12:57:54.075Z] ---> 1cb583fd0bad [2021-03-31T12:57:54.075Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-31T12:57:54.076Z] ---> aba3ffe32b7d [2021-03-31T12:57:54.076Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-31T12:57:54.076Z] ---> Running in d29061f71ca2 [2021-03-31T12:57:54.076Z] ---> Running in 93ca0fdf2101 [2021-03-31T12:57:54.076Z] ---> Running in 7906541c26e0 [2021-03-31T12:57:54.076Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.154" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-31T12:57:54.076Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.154" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-31T12:57:54.427Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.154" -o cmd/core-command/core-command ./cmd/core-command [2021-03-31T12:57:54.836Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.154" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-31T12:57:54.836Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.154" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-31T12:57:56.071Z] Removing intermediate container 06a71e0c1873 [2021-03-31T12:57:56.071Z] ---> 1d7c415e21e3 [2021-03-31T12:57:56.071Z] [2021-03-31T12:57:56.071Z] Step 10/21 : FROM alpine:3.12 [2021-03-31T12:57:56.071Z] ---> e47305ac9786 [2021-03-31T12:57:56.071Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-31T12:57:56.071Z] ---> Running in 5a307b2176d1 [2021-03-31T12:57:57.529Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T12:57:57.529Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T12:57:58.518Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-31T12:57:58.518Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T12:57:58.518Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-31T12:57:58.518Z] (4/4) Installing curl (7.69.1-r3) [2021-03-31T12:57:58.518Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:57:58.518Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T12:57:58.793Z] OK: 7 MiB in 18 packages [2021-03-31T12:58:00.263Z] Removing intermediate container aac25ebb2dad [2021-03-31T12:58:00.263Z] ---> a9e12ee06c00 [2021-03-31T12:58:00.263Z] [2021-03-31T12:58:00.263Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T12:58:00.263Z] ---> e47305ac9786 [2021-03-31T12:58:00.263Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-31T12:58:00.263Z] ---> Using cache [2021-03-31T12:58:00.263Z] ---> d56b1ab4d291 [2021-03-31T12:58:00.263Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T12:58:00.263Z] ---> Using cache [2021-03-31T12:58:00.263Z] ---> 7cd7da97e59e [2021-03-31T12:58:00.263Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-31T12:58:00.263Z] ---> Running in c07c24059a6d [2021-03-31T12:58:01.267Z] Removing intermediate container c07c24059a6d [2021-03-31T12:58:01.267Z] ---> 6412687d3a24 [2021-03-31T12:58:01.267Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-31T12:58:01.267Z] ---> Running in 16da3cd8c4e2 [2021-03-31T12:58:01.544Z] Removing intermediate container 5a307b2176d1 [2021-03-31T12:58:01.544Z] ---> 71cf67b30f91 [2021-03-31T12:58:01.544Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-31T12:58:01.836Z] ---> Running in 309ab16a9440 [2021-03-31T12:58:01.836Z] Removing intermediate container 16da3cd8c4e2 [2021-03-31T12:58:01.836Z] ---> d3d007f0fd70 [2021-03-31T12:58:01.836Z] Step 15/23 : WORKDIR / [2021-03-31T12:58:02.121Z] ---> Running in 9f29cd34833a [2021-03-31T12:58:02.398Z] Removing intermediate container 309ab16a9440 [2021-03-31T12:58:02.398Z] ---> d0262c698dac [2021-03-31T12:58:02.398Z] Step 13/21 : WORKDIR /edgex [2021-03-31T12:58:02.671Z] ---> Running in deb8e1b31942 [2021-03-31T12:58:02.945Z] Removing intermediate container 9f29cd34833a [2021-03-31T12:58:02.945Z] ---> bca3a8f0901c [2021-03-31T12:58:02.945Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T12:58:03.591Z] Removing intermediate container deb8e1b31942 [2021-03-31T12:58:03.591Z] ---> 3f22429fd273 [2021-03-31T12:58:03.591Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-31T12:58:03.954Z] ---> 450e1ae4fa39 [2021-03-31T12:58:03.954Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-31T12:58:04.993Z] ---> 3600da40e449 [2021-03-31T12:58:04.993Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-31T12:58:07.071Z] ---> 358de895f368 [2021-03-31T12:58:07.071Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-31T12:58:07.352Z] ---> fb28fca6d0f5 [2021-03-31T12:58:07.352Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-31T12:58:08.369Z] ---> a0912b406c82 [2021-03-31T12:58:08.369Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-31T12:58:08.975Z] ---> Running in 6c7cb9edcef0 [2021-03-31T12:58:09.247Z] ---> 5caa4738a6ad [2021-03-31T12:58:09.247Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-31T12:58:09.524Z] Removing intermediate container 6c7cb9edcef0 [2021-03-31T12:58:09.524Z] ---> e3d10a5d9911 [2021-03-31T12:58:09.524Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T12:58:09.524Z] ---> Running in 70fe0340d997 [2021-03-31T12:58:09.801Z] ---> Running in 85e2b00cee84 [2021-03-31T12:58:10.401Z] Removing intermediate container 70fe0340d997 [2021-03-31T12:58:10.401Z] ---> f98478ef8622 [2021-03-31T12:58:10.401Z] Step 18/21 : CMD ["--init=true"] [2021-03-31T12:58:10.694Z] Removing intermediate container 85e2b00cee84 [2021-03-31T12:58:10.694Z] ---> 28a9f34dd266 [2021-03-31T12:58:10.694Z] Step 21/23 : LABEL arch=arm64 [2021-03-31T12:58:10.970Z] ---> Running in f8ade758ce1b [2021-03-31T12:58:11.241Z] ---> Running in 90dc13ba7b6f [2021-03-31T12:58:11.514Z] Removing intermediate container 8b05397fdeb6 [2021-03-31T12:58:11.514Z] ---> ad158c038178 [2021-03-31T12:58:11.514Z] [2021-03-31T12:58:11.514Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T12:58:11.514Z] ---> e47305ac9786 [2021-03-31T12:58:11.514Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-31T12:58:11.514Z] ---> Using cache [2021-03-31T12:58:11.514Z] ---> d56b1ab4d291 [2021-03-31T12:58:11.514Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T12:58:11.514Z] ---> Using cache [2021-03-31T12:58:11.514Z] ---> 7cd7da97e59e [2021-03-31T12:58:11.514Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-31T12:58:11.792Z] Removing intermediate container f8ade758ce1b [2021-03-31T12:58:11.792Z] ---> b4a5e5056271 [2021-03-31T12:58:11.792Z] Step 19/21 : LABEL arch=arm64 [2021-03-31T12:58:11.792Z] ---> Running in d7a2a734abf8 [2021-03-31T12:58:11.792Z] Removing intermediate container 90dc13ba7b6f [2021-03-31T12:58:11.792Z] ---> 2bfe8d0f6950 [2021-03-31T12:58:11.792Z] Step 22/23 : LABEL git_sha=ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T12:58:12.064Z] ---> Running in 945cea13c744 [2021-03-31T12:58:12.064Z] ---> Running in 834f3b4bdcae [2021-03-31T12:58:12.333Z] Removing intermediate container d7a2a734abf8 [2021-03-31T12:58:12.333Z] ---> cda37052cc1b [2021-03-31T12:58:12.333Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-31T12:58:12.604Z] ---> Running in 5b28cfd73a7f [2021-03-31T12:58:12.604Z] Removing intermediate container 945cea13c744 [2021-03-31T12:58:12.604Z] ---> fc4c29187217 [2021-03-31T12:58:12.604Z] Step 20/21 : LABEL git_sha=ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T12:58:12.879Z] Removing intermediate container 834f3b4bdcae [2021-03-31T12:58:12.879Z] ---> 9b85d6f6ec74 [2021-03-31T12:58:12.879Z] Step 23/23 : LABEL version=2.0.0-dev.154 [2021-03-31T12:58:12.879Z] ---> Running in 4d22308ffc5e [2021-03-31T12:58:13.154Z] ---> Running in ee1eb54f2edc [2021-03-31T12:58:13.154Z] Removing intermediate container 5b28cfd73a7f [2021-03-31T12:58:13.154Z] ---> 1c342aa0a869 [2021-03-31T12:58:13.154Z] Step 15/23 : WORKDIR / [2021-03-31T12:58:13.425Z] ---> Running in 8a2273a70899 [2021-03-31T12:58:13.699Z] Removing intermediate container 4d22308ffc5e [2021-03-31T12:58:13.699Z] ---> c00975b0c04c [2021-03-31T12:58:13.699Z] Step 21/21 : LABEL version=2.0.0-dev.154 [2021-03-31T12:58:13.699Z] Removing intermediate container ee1eb54f2edc [2021-03-31T12:58:13.699Z] ---> 3e0a368479f2 [2021-03-31T12:58:13.699Z] [2021-03-31T12:58:13.699Z] ---> Running in c22a7d381ec3 [2021-03-31T12:58:14.297Z] Successfully built 3e0a368479f2 [2021-03-31T12:58:14.297Z] Removing intermediate container 8a2273a70899 [2021-03-31T12:58:14.297Z] ---> ac64c5e86a22 [2021-03-31T12:58:14.298Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T12:58:14.298Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-31T12:58:14.574Z]  Building docker-core-command-go ... done Removing intermediate container c22a7d381ec3 [2021-03-31T12:58:14.574Z] ---> 8a815f0676e0 [2021-03-31T12:58:14.574Z] [2021-03-31T12:58:14.845Z] Successfully built 8a815f0676e0 [2021-03-31T12:58:15.117Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-31T12:58:15.391Z]  Building docker-security-proxy-setup-go ... done  ---> 02d31ced5060 [2021-03-31T12:58:15.391Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-31T12:58:16.829Z] Removing intermediate container efbdde729d98 [2021-03-31T12:58:16.829Z] ---> a2133e1688e3 [2021-03-31T12:58:16.829Z] [2021-03-31T12:58:16.829Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T12:58:16.829Z] ---> e47305ac9786 [2021-03-31T12:58:16.829Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-31T12:58:16.829Z] ---> 20fcfad18238 [2021-03-31T12:58:16.829Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-31T12:58:16.829Z] ---> Running in 7c930d204bb5 [2021-03-31T12:58:17.423Z] Removing intermediate container 7c930d204bb5 [2021-03-31T12:58:17.423Z] ---> 68a7acbb65fd [2021-03-31T12:58:17.423Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-31T12:58:17.693Z] ---> 932ae06b300c [2021-03-31T12:58:17.693Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-31T12:58:17.693Z] ---> Running in 975ef54863b2 [2021-03-31T12:58:17.693Z] ---> Running in f2e1055e073b [2021-03-31T12:58:17.962Z] Removing intermediate container 975ef54863b2 [2021-03-31T12:58:17.962Z] ---> 5fc2b392771f [2021-03-31T12:58:17.962Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-31T12:58:18.232Z] ---> Running in b5fe5aa6e7bb [2021-03-31T12:58:18.232Z] Removing intermediate container f2e1055e073b [2021-03-31T12:58:18.232Z] ---> 78dec8bee841 [2021-03-31T12:58:18.232Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T12:58:18.504Z] ---> Running in 6820944b9e8b [2021-03-31T12:58:18.776Z] Removing intermediate container b5fe5aa6e7bb [2021-03-31T12:58:18.776Z] ---> c5c134c8a0fa [2021-03-31T12:58:18.776Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:58:18.776Z] ---> Running in e59a265dcc3f [2021-03-31T12:58:19.053Z] Removing intermediate container 6820944b9e8b [2021-03-31T12:58:19.053Z] ---> d97eddfd2571 [2021-03-31T12:58:19.053Z] Step 21/23 : LABEL arch=arm64 [2021-03-31T12:58:19.328Z] ---> Running in aff2a1a7ef25 [2021-03-31T12:58:19.602Z] Removing intermediate container aff2a1a7ef25 [2021-03-31T12:58:19.602Z] ---> f12e96dcf649 [2021-03-31T12:58:19.602Z] Step 22/23 : LABEL git_sha=ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T12:58:19.895Z] ---> Running in c6ffd52fc586 [2021-03-31T12:58:20.494Z] Removing intermediate container c6ffd52fc586 [2021-03-31T12:58:20.494Z] ---> 437cfa69355b [2021-03-31T12:58:20.494Z] Step 23/23 : LABEL version=2.0.0-dev.154 [2021-03-31T12:58:20.770Z] ---> Running in 16ec2cda1284 [2021-03-31T12:58:21.368Z] Removing intermediate container 16ec2cda1284 [2021-03-31T12:58:21.368Z] ---> aef954031253 [2021-03-31T12:58:21.368Z] [2021-03-31T12:58:21.645Z] Removing intermediate container e59a265dcc3f [2021-03-31T12:58:21.645Z] ---> 4352759db949 [2021-03-31T12:58:21.645Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-31T12:58:21.645Z] Successfully built aef954031253 [2021-03-31T12:58:21.645Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-31T12:58:21.920Z]  Building docker-core-metadata-go ... done  ---> Running in cea0f72907eb [2021-03-31T12:58:22.900Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T12:58:24.334Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T12:58:25.761Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-31T12:58:25.761Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-31T12:58:25.761Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-31T12:58:26.032Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-31T12:58:26.306Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-31T12:58:26.577Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-31T12:58:26.577Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:58:26.851Z] OK: 8 MiB in 20 packages [2021-03-31T12:58:29.467Z] Removing intermediate container cea0f72907eb [2021-03-31T12:58:29.467Z] ---> 70ac65eca1f5 [2021-03-31T12:58:29.467Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T12:58:30.446Z] ---> 4de3c31de6db [2021-03-31T12:58:30.446Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-31T12:58:31.438Z] ---> b6cbd27d4a3f [2021-03-31T12:58:31.438Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-31T12:58:32.417Z] ---> 14eb8a7597dc [2021-03-31T12:58:32.417Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-31T12:58:32.417Z] ---> Running in 7ce7cea3188b [2021-03-31T12:58:33.011Z] Removing intermediate container 7ce7cea3188b [2021-03-31T12:58:33.011Z] ---> 778917e3338d [2021-03-31T12:58:33.011Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T12:58:33.281Z] ---> Running in 90176cd2d4cf [2021-03-31T12:58:33.555Z] Removing intermediate container 90176cd2d4cf [2021-03-31T12:58:33.555Z] ---> a4f783b5b0db [2021-03-31T12:58:33.555Z] Step 21/23 : LABEL arch=arm64 [2021-03-31T12:58:33.827Z] ---> Running in 6792446746f9 [2021-03-31T12:58:34.418Z] Removing intermediate container 6792446746f9 [2021-03-31T12:58:34.418Z] ---> 72a829a8f781 [2021-03-31T12:58:34.418Z] Step 22/23 : LABEL git_sha=ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T12:58:34.418Z] ---> Running in c80543b13414 [2021-03-31T12:58:35.019Z] Removing intermediate container c80543b13414 [2021-03-31T12:58:35.019Z] ---> de5038195ace [2021-03-31T12:58:35.019Z] Step 23/23 : LABEL version=2.0.0-dev.154 [2021-03-31T12:58:35.019Z] ---> Running in f21ded757142 [2021-03-31T12:58:35.624Z] Removing intermediate container f21ded757142 [2021-03-31T12:58:35.624Z] ---> c1576b664c40 [2021-03-31T12:58:35.624Z] [2021-03-31T12:58:35.907Z] Successfully built c1576b664c40 [2021-03-31T12:58:35.907Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-31T12:58:36.228Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-31T12:58:36.258Z] $ docker stop --time=1 33c8adce0cf0ccba3e51b553422fb0853413d4a4d137599a06f7eb8fca6b1b86 [2021-03-31T12:58:38.251Z] $ docker rm -f 33c8adce0cf0ccba3e51b553422fb0853413d4a4d137599a06f7eb8fca6b1b86 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-31T12:58:38.902Z] + + docker images [2021-03-31T12:58:38.902Z] grep docker [2021-03-31T12:58:39.172Z] docker-core-data-go-arm64 latest c1576b664c40 4 seconds ago 21.4MB [2021-03-31T12:58:39.172Z] docker-core-metadata-go-arm64 latest aef954031253 19 seconds ago 17.9MB [2021-03-31T12:58:39.172Z] docker-security-proxy-setup-go-arm64 latest 8a815f0676e0 25 seconds ago 24.1MB [2021-03-31T12:58:39.172Z] docker-core-command-go-arm64 latest 3e0a368479f2 26 seconds ago 16.3MB [2021-03-31T12:58:39.172Z] docker-sys-mgmt-agent-go-arm64 latest 667210960233 2 minutes ago 301MB [2021-03-31T12:58:39.172Z] docker-security-bootstrapper-go-arm64 latest 57fd6be2cbf9 3 minutes ago 17.9MB [2021-03-31T12:58:39.172Z] docker-security-secretstore-setup-go-arm64 latest 0529ffd7025e 3 minutes ago 24.4MB [2021-03-31T12:58:39.172Z] docker-support-scheduler-go-arm64 latest 26bcccb2f2ef 3 minutes ago 16.4MB [2021-03-31T12:58:39.172Z] docker-support-notifications-go-arm64 latest a89c61206ad3 3 minutes ago 16.9MB [2021-03-31T12:58:39.172Z] docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-31T12:58:39.810Z] provisioning config files... [2021-03-31T12:58:39.851Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/422@tmp/config1897273964851963514tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-31T12:58:40.244Z] ---> docker-login.sh [2021-03-31T12:58:40.244Z] nexus3.edgexfoundry.org:10001 [2021-03-31T12:58:40.518Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T12:58:40.518Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T12:58:40.518Z] Configure a credential helper to remove this warning. See [2021-03-31T12:58:40.518Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T12:58:40.518Z] [2021-03-31T12:58:40.518Z] Login Succeeded [2021-03-31T12:58:40.518Z] nexus3.edgexfoundry.org:10002 [2021-03-31T12:58:41.113Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T12:58:41.113Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T12:58:41.113Z] Configure a credential helper to remove this warning. See [2021-03-31T12:58:41.113Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T12:58:41.113Z] [2021-03-31T12:58:41.113Z] Login Succeeded [2021-03-31T12:58:41.113Z] nexus3.edgexfoundry.org:10003 [2021-03-31T12:58:41.705Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T12:58:41.705Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T12:58:41.705Z] Configure a credential helper to remove this warning. See [2021-03-31T12:58:41.705Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T12:58:41.705Z] [2021-03-31T12:58:41.705Z] Login Succeeded [2021-03-31T12:58:41.705Z] nexus3.edgexfoundry.org:10004 [2021-03-31T12:58:41.973Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T12:58:42.262Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T12:58:42.262Z] Configure a credential helper to remove this warning. See [2021-03-31T12:58:42.262Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T12:58:42.262Z] [2021-03-31T12:58:42.262Z] Login Succeeded [2021-03-31T12:58:42.262Z] docker.io [2021-03-31T12:58:42.532Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T12:58:42.818Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T12:58:42.818Z] Configure a credential helper to remove this warning. See [2021-03-31T12:58:42.818Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T12:58:42.818Z] [2021-03-31T12:58:42.818Z] Login Succeeded [2021-03-31T12:58:42.818Z] ---> docker-login.sh ends [Pipeline] } [2021-03-31T12:58:42.833Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-31T12:58:43.144Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-03-31T12:58:43.144Z] ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T12:58:43.144Z] 2.0.0-dev.154 [2021-03-31T12:58:43.144Z] ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [2021-03-31T12:58:43.144Z] master [2021-03-31T12:58:43.144Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:58:43.656Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ffa292a08661baeb026f188275a19c5914c89a0e [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:58:43.987Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T12:58:43.987Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-31T12:58:43.987Z] 47f53a7dd737: Preparing [2021-03-31T12:58:43.987Z] 00e861624038: Preparing [2021-03-31T12:58:43.987Z] 671f9829cd90: Preparing [2021-03-31T12:58:43.987Z] e668dda970f8: Preparing [2021-03-31T12:58:43.987Z] b0d13f50be31: Preparing [2021-03-31T12:58:43.987Z] b0d13f50be31: Layer already exists [2021-03-31T12:58:44.260Z] e668dda970f8: Pushed [2021-03-31T12:58:44.260Z] 47f53a7dd737: Pushed [2021-03-31T12:58:44.260Z] 671f9829cd90: Pushed [2021-03-31T12:58:46.869Z] 00e861624038: Pushed [2021-03-31T12:58:46.869Z] ffa292a08661baeb026f188275a19c5914c89a0e: digest: sha256:89874d38319efc0bdc01d1f8163fca9801509a6b8bdd258bf52414380fe4c641 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:58:47.482Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.154 [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:58:47.814Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.154 [2021-03-31T12:58:47.814Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-31T12:58:47.814Z] 47f53a7dd737: Preparing [2021-03-31T12:58:47.814Z] 00e861624038: Preparing [2021-03-31T12:58:47.814Z] 671f9829cd90: Preparing [2021-03-31T12:58:47.814Z] e668dda970f8: Preparing [2021-03-31T12:58:47.814Z] b0d13f50be31: Preparing [2021-03-31T12:58:47.814Z] e668dda970f8: Layer already exists [2021-03-31T12:58:47.814Z] 671f9829cd90: Layer already exists [2021-03-31T12:58:47.814Z] 47f53a7dd737: Layer already exists [2021-03-31T12:58:47.815Z] b0d13f50be31: Layer already exists [2021-03-31T12:58:47.815Z] 00e861624038: Layer already exists [2021-03-31T12:58:48.088Z] 2.0.0-dev.154: digest: sha256:89874d38319efc0bdc01d1f8163fca9801509a6b8bdd258bf52414380fe4c641 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:58:48.437Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:58:48.782Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [2021-03-31T12:58:48.782Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-31T12:58:48.782Z] 47f53a7dd737: Preparing [2021-03-31T12:58:48.782Z] 00e861624038: Preparing [2021-03-31T12:58:48.782Z] 671f9829cd90: Preparing [2021-03-31T12:58:48.782Z] e668dda970f8: Preparing [2021-03-31T12:58:48.782Z] b0d13f50be31: Preparing [2021-03-31T12:58:48.782Z] b0d13f50be31: Layer already exists [2021-03-31T12:58:48.782Z] e668dda970f8: Layer already exists [2021-03-31T12:58:48.782Z] 47f53a7dd737: Layer already exists [2021-03-31T12:58:48.782Z] 671f9829cd90: Layer already exists [2021-03-31T12:58:48.782Z] 00e861624038: Layer already exists [2021-03-31T12:58:49.077Z] ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154: digest: sha256:89874d38319efc0bdc01d1f8163fca9801509a6b8bdd258bf52414380fe4c641 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:58:49.481Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:58:49.852Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-03-31T12:58:49.852Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-31T12:58:49.852Z] 47f53a7dd737: Preparing [2021-03-31T12:58:49.852Z] 00e861624038: Preparing [2021-03-31T12:58:49.852Z] 671f9829cd90: Preparing [2021-03-31T12:58:49.852Z] e668dda970f8: Preparing [2021-03-31T12:58:49.852Z] b0d13f50be31: Preparing [2021-03-31T12:58:49.852Z] e668dda970f8: Layer already exists [2021-03-31T12:58:49.852Z] 00e861624038: Layer already exists [2021-03-31T12:58:49.852Z] 47f53a7dd737: Layer already exists [2021-03-31T12:58:49.852Z] b0d13f50be31: Layer already exists [2021-03-31T12:58:49.852Z] 671f9829cd90: Layer already exists [2021-03-31T12:58:50.126Z] master: digest: sha256:89874d38319efc0bdc01d1f8163fca9801509a6b8bdd258bf52414380fe4c641 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-31T12:58:50.354Z] ===================================================== [Pipeline] echo [2021-03-31T12:58:50.406Z] taggedImages: [2021-03-31T12:58:50.406Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T12:58:50.406Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.154 [2021-03-31T12:58:50.406Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [2021-03-31T12:58:50.406Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-03-31T12:58:50.486Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-03-31T12:58:50.486Z] ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T12:58:50.486Z] 2.0.0-dev.154 [2021-03-31T12:58:50.486Z] ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [2021-03-31T12:58:50.486Z] master [2021-03-31T12:58:50.486Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:58:51.008Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ffa292a08661baeb026f188275a19c5914c89a0e [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:58:51.358Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T12:58:51.358Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-31T12:58:51.359Z] 3566f14609a0: Preparing [2021-03-31T12:58:51.359Z] 5eacbdd9268f: Preparing [2021-03-31T12:58:51.359Z] 671f9829cd90: Preparing [2021-03-31T12:58:51.359Z] b6bf9852bff3: Preparing [2021-03-31T12:58:51.359Z] 6217c37eb880: Preparing [2021-03-31T12:58:51.359Z] b0d13f50be31: Preparing [2021-03-31T12:58:51.359Z] b0d13f50be31: Waiting [2021-03-31T12:58:51.632Z] 671f9829cd90: Layer already exists [2021-03-31T12:58:51.632Z] b0d13f50be31: Layer already exists [2021-03-31T12:58:51.632Z] 6217c37eb880: Pushed [2021-03-31T12:58:51.632Z] 3566f14609a0: Pushed [2021-03-31T12:58:52.223Z] b6bf9852bff3: Pushed [2021-03-31T12:58:54.829Z] 5eacbdd9268f: Pushed [2021-03-31T12:58:54.829Z] ffa292a08661baeb026f188275a19c5914c89a0e: digest: sha256:a29e7013685be42173cd5a2a2e1def06d1f28b339b55c91eb11fd6405aa2b92d size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:58:55.174Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.154 [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:58:55.515Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.154 [2021-03-31T12:58:55.515Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-31T12:58:55.515Z] 3566f14609a0: Preparing [2021-03-31T12:58:55.515Z] 5eacbdd9268f: Preparing [2021-03-31T12:58:55.515Z] 671f9829cd90: Preparing [2021-03-31T12:58:55.515Z] b6bf9852bff3: Preparing [2021-03-31T12:58:55.515Z] 6217c37eb880: Preparing [2021-03-31T12:58:55.515Z] b0d13f50be31: Preparing [2021-03-31T12:58:55.515Z] b0d13f50be31: Waiting [2021-03-31T12:58:55.515Z] b6bf9852bff3: Layer already exists [2021-03-31T12:58:55.515Z] 671f9829cd90: Layer already exists [2021-03-31T12:58:55.515Z] 5eacbdd9268f: Layer already exists [2021-03-31T12:58:55.515Z] 6217c37eb880: Layer already exists [2021-03-31T12:58:55.515Z] 3566f14609a0: Layer already exists [2021-03-31T12:58:55.786Z] b0d13f50be31: Layer already exists [2021-03-31T12:58:55.786Z] 2.0.0-dev.154: digest: sha256:a29e7013685be42173cd5a2a2e1def06d1f28b339b55c91eb11fd6405aa2b92d size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:58:56.136Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:58:56.479Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [2021-03-31T12:58:56.480Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-31T12:58:56.480Z] 3566f14609a0: Preparing [2021-03-31T12:58:56.480Z] 5eacbdd9268f: Preparing [2021-03-31T12:58:56.480Z] 671f9829cd90: Preparing [2021-03-31T12:58:56.480Z] b6bf9852bff3: Preparing [2021-03-31T12:58:56.480Z] 6217c37eb880: Preparing [2021-03-31T12:58:56.480Z] b0d13f50be31: Preparing [2021-03-31T12:58:56.480Z] b0d13f50be31: Waiting [2021-03-31T12:58:56.750Z] 5eacbdd9268f: Layer already exists [2021-03-31T12:58:56.750Z] 671f9829cd90: Layer already exists [2021-03-31T12:58:56.750Z] 6217c37eb880: Layer already exists [2021-03-31T12:58:56.750Z] 3566f14609a0: Layer already exists [2021-03-31T12:58:56.750Z] b6bf9852bff3: Layer already exists [2021-03-31T12:58:56.750Z] b0d13f50be31: Layer already exists [2021-03-31T12:58:56.750Z] ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154: digest: sha256:a29e7013685be42173cd5a2a2e1def06d1f28b339b55c91eb11fd6405aa2b92d size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:58:57.102Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:58:57.441Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-03-31T12:58:57.441Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-31T12:58:57.441Z] 3566f14609a0: Preparing [2021-03-31T12:58:57.441Z] 5eacbdd9268f: Preparing [2021-03-31T12:58:57.441Z] 671f9829cd90: Preparing [2021-03-31T12:58:57.441Z] b6bf9852bff3: Preparing [2021-03-31T12:58:57.441Z] 6217c37eb880: Preparing [2021-03-31T12:58:57.441Z] b0d13f50be31: Preparing [2021-03-31T12:58:57.441Z] b0d13f50be31: Waiting [2021-03-31T12:58:57.441Z] b6bf9852bff3: Layer already exists [2021-03-31T12:58:57.441Z] 5eacbdd9268f: Layer already exists [2021-03-31T12:58:57.712Z] 671f9829cd90: Layer already exists [2021-03-31T12:58:57.712Z] 6217c37eb880: Layer already exists [2021-03-31T12:58:57.712Z] 3566f14609a0: Layer already exists [2021-03-31T12:58:57.712Z] b0d13f50be31: Layer already exists [2021-03-31T12:58:57.712Z] master: digest: sha256:a29e7013685be42173cd5a2a2e1def06d1f28b339b55c91eb11fd6405aa2b92d size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-31T12:58:57.911Z] ===================================================== [Pipeline] echo [2021-03-31T12:58:57.959Z] taggedImages: [2021-03-31T12:58:57.959Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T12:58:57.959Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.154 [2021-03-31T12:58:57.959Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [2021-03-31T12:58:57.959Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-03-31T12:58:58.025Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-03-31T12:58:58.025Z] ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T12:58:58.025Z] 2.0.0-dev.154 [2021-03-31T12:58:58.025Z] ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [2021-03-31T12:58:58.025Z] master [2021-03-31T12:58:58.025Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:58:58.544Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ffa292a08661baeb026f188275a19c5914c89a0e [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:58:58.894Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T12:58:58.895Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-31T12:58:58.895Z] 222641425d0b: Preparing [2021-03-31T12:58:58.895Z] fde2c377b9ac: Preparing [2021-03-31T12:58:58.895Z] 671f9829cd90: Preparing [2021-03-31T12:58:58.895Z] e668dda970f8: Preparing [2021-03-31T12:58:58.895Z] b0d13f50be31: Preparing [2021-03-31T12:58:59.165Z] e668dda970f8: Layer already exists [2021-03-31T12:58:59.165Z] b0d13f50be31: Layer already exists [2021-03-31T12:58:59.165Z] 671f9829cd90: Layer already exists [2021-03-31T12:58:59.165Z] 222641425d0b: Pushed [2021-03-31T12:59:02.539Z] fde2c377b9ac: Pushed [2021-03-31T12:59:02.539Z] ffa292a08661baeb026f188275a19c5914c89a0e: digest: sha256:f77764e2195b5fa8ea785ab15d7ec065f585229c4681eab18afffb7839826110 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:59:02.882Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.154 [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:59:03.227Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.154 [2021-03-31T12:59:03.227Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-31T12:59:03.227Z] 222641425d0b: Preparing [2021-03-31T12:59:03.227Z] fde2c377b9ac: Preparing [2021-03-31T12:59:03.227Z] 671f9829cd90: Preparing [2021-03-31T12:59:03.227Z] e668dda970f8: Preparing [2021-03-31T12:59:03.227Z] b0d13f50be31: Preparing [2021-03-31T12:59:03.501Z] b0d13f50be31: Layer already exists [2021-03-31T12:59:03.501Z] e668dda970f8: Layer already exists [2021-03-31T12:59:03.501Z] 222641425d0b: Layer already exists [2021-03-31T12:59:03.501Z] fde2c377b9ac: Layer already exists [2021-03-31T12:59:03.501Z] 671f9829cd90: Layer already exists [2021-03-31T12:59:03.501Z] 2.0.0-dev.154: digest: sha256:f77764e2195b5fa8ea785ab15d7ec065f585229c4681eab18afffb7839826110 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:59:03.863Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:59:04.214Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [2021-03-31T12:59:04.214Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-31T12:59:04.214Z] 222641425d0b: Preparing [2021-03-31T12:59:04.214Z] fde2c377b9ac: Preparing [2021-03-31T12:59:04.214Z] 671f9829cd90: Preparing [2021-03-31T12:59:04.214Z] e668dda970f8: Preparing [2021-03-31T12:59:04.214Z] b0d13f50be31: Preparing [2021-03-31T12:59:04.496Z] b0d13f50be31: Layer already exists [2021-03-31T12:59:04.496Z] 671f9829cd90: Layer already exists [2021-03-31T12:59:04.496Z] 222641425d0b: Layer already exists [2021-03-31T12:59:04.496Z] e668dda970f8: Layer already exists [2021-03-31T12:59:04.496Z] fde2c377b9ac: Layer already exists [2021-03-31T12:59:04.496Z] ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154: digest: sha256:f77764e2195b5fa8ea785ab15d7ec065f585229c4681eab18afffb7839826110 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:59:04.866Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:59:05.205Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-03-31T12:59:05.205Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-31T12:59:05.205Z] 222641425d0b: Preparing [2021-03-31T12:59:05.205Z] fde2c377b9ac: Preparing [2021-03-31T12:59:05.205Z] 671f9829cd90: Preparing [2021-03-31T12:59:05.205Z] e668dda970f8: Preparing [2021-03-31T12:59:05.205Z] b0d13f50be31: Preparing [2021-03-31T12:59:05.473Z] b0d13f50be31: Layer already exists [2021-03-31T12:59:05.473Z] 671f9829cd90: Layer already exists [2021-03-31T12:59:05.473Z] 222641425d0b: Layer already exists [2021-03-31T12:59:05.473Z] e668dda970f8: Layer already exists [2021-03-31T12:59:05.473Z] fde2c377b9ac: Layer already exists [2021-03-31T12:59:05.473Z] master: digest: sha256:f77764e2195b5fa8ea785ab15d7ec065f585229c4681eab18afffb7839826110 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-31T12:59:05.670Z] ===================================================== [Pipeline] echo [2021-03-31T12:59:05.716Z] taggedImages: [2021-03-31T12:59:05.716Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T12:59:05.716Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.154 [2021-03-31T12:59:05.716Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [2021-03-31T12:59:05.716Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-03-31T12:59:05.821Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-03-31T12:59:05.821Z] ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T12:59:05.821Z] 2.0.0-dev.154 [2021-03-31T12:59:05.821Z] ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [2021-03-31T12:59:05.821Z] master [2021-03-31T12:59:05.821Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2021-03-31T12:59:05.986Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.154" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-31T12:59:05.986Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.154" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:59:06.338Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:ffa292a08661baeb026f188275a19c5914c89a0e [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:59:06.680Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T12:59:06.680Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-31T12:59:06.680Z] 63abba0d4981: Preparing [2021-03-31T12:59:06.680Z] 63abba0d4981: Preparing [2021-03-31T12:59:06.680Z] 47a417a70fc8: Preparing [2021-03-31T12:59:06.680Z] 5dd22b70e439: Preparing [2021-03-31T12:59:06.680Z] 028e7ea7bfb6: Preparing [2021-03-31T12:59:06.680Z] 4c703391d5eb: Preparing [2021-03-31T12:59:06.680Z] 671f9829cd90: Preparing [2021-03-31T12:59:06.680Z] 108200589157: Preparing [2021-03-31T12:59:06.680Z] 108200589157: Preparing [2021-03-31T12:59:06.680Z] e56f111d630c: Preparing [2021-03-31T12:59:06.680Z] 53e36896ff62: Preparing [2021-03-31T12:59:06.680Z] b0d13f50be31: Preparing [2021-03-31T12:59:06.680Z] 671f9829cd90: Waiting [2021-03-31T12:59:06.680Z] 108200589157: Waiting [2021-03-31T12:59:06.680Z] e56f111d630c: Waiting [2021-03-31T12:59:06.680Z] b0d13f50be31: Waiting [2021-03-31T12:59:06.680Z] 53e36896ff62: Waiting [2021-03-31T12:59:07.281Z] 47a417a70fc8: Pushed [2021-03-31T12:59:07.281Z] 5dd22b70e439: Pushed [2021-03-31T12:59:07.281Z] 63abba0d4981: Pushed [2021-03-31T12:59:07.281Z] 028e7ea7bfb6: Pushed [2021-03-31T12:59:07.281Z] 671f9829cd90: Layer already exists [2021-03-31T12:59:07.281Z] b0d13f50be31: Layer already exists [2021-03-31T12:59:07.561Z] e56f111d630c: Pushed [2021-03-31T12:59:07.561Z] 108200589157: Pushed [2021-03-31T12:59:07.561Z] 53e36896ff62: Pushed [2021-03-31T12:59:08.796Z] Removing intermediate container 7906541c26e0 [2021-03-31T12:59:08.796Z] ---> 8ac04c9b1017 [2021-03-31T12:59:08.796Z] [2021-03-31T12:59:08.796Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T12:59:09.240Z] 3.12: Pulling from library/alpine [2021-03-31T12:59:10.091Z] Removing intermediate container 1ddd0819131e [2021-03-31T12:59:10.091Z] ---> 019f02bab927 [2021-03-31T12:59:10.091Z] [2021-03-31T12:59:10.091Z] Step 10/31 : FROM alpine:3.12 [2021-03-31T12:59:10.178Z] 4c703391d5eb: Pushed [2021-03-31T12:59:10.178Z] ffa292a08661baeb026f188275a19c5914c89a0e: digest: sha256:f209fad7b16d454f654400641268bd596b77a86fc707cc3b641aa5691d5fbe53 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:59:10.522Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.154 [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:59:10.577Z] 3.12: Pulling from library/alpine [2021-03-31T12:59:10.857Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.154 [2021-03-31T12:59:10.857Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-31T12:59:10.857Z] 63abba0d4981: Preparing [2021-03-31T12:59:10.857Z] 63abba0d4981: Preparing [2021-03-31T12:59:10.857Z] 47a417a70fc8: Preparing [2021-03-31T12:59:10.857Z] 5dd22b70e439: Preparing [2021-03-31T12:59:10.857Z] 028e7ea7bfb6: Preparing [2021-03-31T12:59:10.857Z] 4c703391d5eb: Preparing [2021-03-31T12:59:10.857Z] 671f9829cd90: Preparing [2021-03-31T12:59:10.857Z] 108200589157: Preparing [2021-03-31T12:59:10.857Z] 108200589157: Preparing [2021-03-31T12:59:10.857Z] e56f111d630c: Preparing [2021-03-31T12:59:10.857Z] 53e36896ff62: Preparing [2021-03-31T12:59:10.857Z] b0d13f50be31: Preparing [2021-03-31T12:59:10.857Z] 671f9829cd90: Waiting [2021-03-31T12:59:10.857Z] 108200589157: Waiting [2021-03-31T12:59:10.857Z] e56f111d630c: Waiting [2021-03-31T12:59:10.857Z] 53e36896ff62: Waiting [2021-03-31T12:59:10.857Z] b0d13f50be31: Waiting [2021-03-31T12:59:11.128Z] 47a417a70fc8: Layer already exists [2021-03-31T12:59:11.128Z] 5dd22b70e439: Layer already exists [2021-03-31T12:59:11.128Z] 63abba0d4981: Layer already exists [2021-03-31T12:59:11.128Z] 028e7ea7bfb6: Layer already exists [2021-03-31T12:59:11.128Z] 4c703391d5eb: Layer already exists [2021-03-31T12:59:11.128Z] 108200589157: Layer already exists [2021-03-31T12:59:11.128Z] 671f9829cd90: Layer already exists [2021-03-31T12:59:11.128Z] e56f111d630c: Layer already exists [2021-03-31T12:59:11.128Z] 53e36896ff62: Layer already exists [2021-03-31T12:59:11.128Z] b0d13f50be31: Layer already exists [2021-03-31T12:59:11.128Z] 2.0.0-dev.154: digest: sha256:f209fad7b16d454f654400641268bd596b77a86fc707cc3b641aa5691d5fbe53 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:59:11.473Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:59:11.808Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [2021-03-31T12:59:11.808Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-31T12:59:11.808Z] 63abba0d4981: Preparing [2021-03-31T12:59:11.808Z] 63abba0d4981: Preparing [2021-03-31T12:59:11.808Z] 47a417a70fc8: Preparing [2021-03-31T12:59:11.808Z] 5dd22b70e439: Preparing [2021-03-31T12:59:11.808Z] 028e7ea7bfb6: Preparing [2021-03-31T12:59:11.808Z] 4c703391d5eb: Preparing [2021-03-31T12:59:11.808Z] 671f9829cd90: Preparing [2021-03-31T12:59:11.808Z] 108200589157: Preparing [2021-03-31T12:59:11.808Z] 108200589157: Preparing [2021-03-31T12:59:11.808Z] e56f111d630c: Preparing [2021-03-31T12:59:11.808Z] 53e36896ff62: Preparing [2021-03-31T12:59:11.808Z] b0d13f50be31: Preparing [2021-03-31T12:59:11.808Z] 671f9829cd90: Waiting [2021-03-31T12:59:11.808Z] e56f111d630c: Waiting [2021-03-31T12:59:11.808Z] 53e36896ff62: Waiting [2021-03-31T12:59:11.808Z] 108200589157: Waiting [2021-03-31T12:59:11.808Z] b0d13f50be31: Waiting [2021-03-31T12:59:12.076Z] 47a417a70fc8: Layer already exists [2021-03-31T12:59:12.077Z] 028e7ea7bfb6: Layer already exists [2021-03-31T12:59:12.077Z] 4c703391d5eb: Layer already exists [2021-03-31T12:59:12.077Z] 5dd22b70e439: Layer already exists [2021-03-31T12:59:12.077Z] 63abba0d4981: Layer already exists [2021-03-31T12:59:12.077Z] 53e36896ff62: Layer already exists [2021-03-31T12:59:12.077Z] 108200589157: Layer already exists [2021-03-31T12:59:12.077Z] 671f9829cd90: Layer already exists [2021-03-31T12:59:12.077Z] e56f111d630c: Layer already exists [2021-03-31T12:59:12.077Z] b0d13f50be31: Layer already exists [2021-03-31T12:59:12.077Z] ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154: digest: sha256:f209fad7b16d454f654400641268bd596b77a86fc707cc3b641aa5691d5fbe53 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:59:12.418Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:59:12.754Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-03-31T12:59:12.754Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-31T12:59:12.754Z] 63abba0d4981: Preparing [2021-03-31T12:59:12.754Z] 63abba0d4981: Preparing [2021-03-31T12:59:12.754Z] 47a417a70fc8: Preparing [2021-03-31T12:59:12.754Z] 5dd22b70e439: Preparing [2021-03-31T12:59:12.754Z] 028e7ea7bfb6: Preparing [2021-03-31T12:59:12.754Z] 4c703391d5eb: Preparing [2021-03-31T12:59:12.754Z] 671f9829cd90: Preparing [2021-03-31T12:59:12.754Z] 108200589157: Preparing [2021-03-31T12:59:12.754Z] 108200589157: Preparing [2021-03-31T12:59:12.754Z] e56f111d630c: Preparing [2021-03-31T12:59:12.754Z] 53e36896ff62: Preparing [2021-03-31T12:59:12.754Z] b0d13f50be31: Preparing [2021-03-31T12:59:12.754Z] 671f9829cd90: Waiting [2021-03-31T12:59:12.754Z] 108200589157: Waiting [2021-03-31T12:59:12.754Z] e56f111d630c: Waiting [2021-03-31T12:59:12.754Z] 53e36896ff62: Waiting [2021-03-31T12:59:12.754Z] b0d13f50be31: Waiting [2021-03-31T12:59:12.803Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-31T12:59:12.803Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-31T12:59:12.803Z] Status: Downloaded newer image for alpine:3.12 [2021-03-31T12:59:12.803Z] Status: Downloaded newer image for alpine:3.12 [2021-03-31T12:59:12.803Z] ---> 42cb162f0360 [2021-03-31T12:59:12.803Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-31T12:59:12.803Z] ---> 42cb162f0360 [2021-03-31T12:59:12.803Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-31T12:59:13.024Z] 5dd22b70e439: Layer already exists [2021-03-31T12:59:13.024Z] 028e7ea7bfb6: Layer already exists [2021-03-31T12:59:13.024Z] 63abba0d4981: Layer already exists [2021-03-31T12:59:13.024Z] 47a417a70fc8: Layer already exists [2021-03-31T12:59:13.024Z] 4c703391d5eb: Layer already exists [2021-03-31T12:59:13.024Z] 108200589157: Layer already exists [2021-03-31T12:59:13.024Z] 671f9829cd90: Layer already exists [2021-03-31T12:59:13.024Z] b0d13f50be31: Layer already exists [2021-03-31T12:59:13.024Z] 53e36896ff62: Layer already exists [2021-03-31T12:59:13.024Z] e56f111d630c: Layer already exists [2021-03-31T12:59:13.024Z] master: digest: sha256:f209fad7b16d454f654400641268bd596b77a86fc707cc3b641aa5691d5fbe53 size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [2021-03-31T12:59:13.127Z] Removing intermediate container 3031bbc3fbd9 [2021-03-31T12:59:13.128Z] ---> f52a7a54db11 [2021-03-31T12:59:13.128Z] [2021-03-31T12:59:13.128Z] Step 10/22 : FROM alpine:3.12 [2021-03-31T12:59:13.128Z] ---> 42cb162f0360 [2021-03-31T12:59:13.128Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-31T12:59:13.128Z] ---> Running in 80954d3e77aa [2021-03-31T12:59:13.128Z] ---> Running in 0473d8f77329 [2021-03-31T12:59:13.128Z] ---> Running in 4d8971dac884 [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-31T12:59:13.230Z] ===================================================== [Pipeline] echo [2021-03-31T12:59:13.278Z] taggedImages: [2021-03-31T12:59:13.278Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T12:59:13.278Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.154 [2021-03-31T12:59:13.278Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [2021-03-31T12:59:13.278Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-03-31T12:59:13.346Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-03-31T12:59:13.346Z] ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T12:59:13.346Z] 2.0.0-dev.154 [2021-03-31T12:59:13.346Z] ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [2021-03-31T12:59:13.346Z] master [2021-03-31T12:59:13.346Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:59:14.107Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ffa292a08661baeb026f188275a19c5914c89a0e [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:59:14.467Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T12:59:14.467Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-31T12:59:14.467Z] 794f5765d005: Preparing [2021-03-31T12:59:14.467Z] 99bf7e6f0395: Preparing [2021-03-31T12:59:14.467Z] 765f754babec: Preparing [2021-03-31T12:59:14.467Z] bdd43e97fc2f: Preparing [2021-03-31T12:59:14.467Z] 917e106b14c1: Preparing [2021-03-31T12:59:14.467Z] b0d13f50be31: Preparing [2021-03-31T12:59:14.467Z] b0d13f50be31: Waiting [2021-03-31T12:59:14.775Z] 765f754babec: Pushed [2021-03-31T12:59:14.775Z] bdd43e97fc2f: Pushed [2021-03-31T12:59:15.060Z] b0d13f50be31: Layer already exists [2021-03-31T12:59:15.330Z] 917e106b14c1: Pushed [2021-03-31T12:59:15.393Z] Removing intermediate container 80954d3e77aa [2021-03-31T12:59:15.393Z] ---> 78e972f35d95 [2021-03-31T12:59:15.393Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-31T12:59:17.296Z] 794f5765d005: Pushed [2021-03-31T12:59:17.296Z] 99bf7e6f0395: Pushed [2021-03-31T12:59:17.296Z] ffa292a08661baeb026f188275a19c5914c89a0e: digest: sha256:51c653837a12a1bddf08ff21754b1294524b53e7dab4ef97db1897c629ca2b8f size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:59:17.639Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.154 [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:59:17.682Z] ---> Running in 1eade9dc1158 [2021-03-31T12:59:17.980Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.154 [2021-03-31T12:59:17.980Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-31T12:59:17.980Z] 794f5765d005: Preparing [2021-03-31T12:59:17.980Z] 99bf7e6f0395: Preparing [2021-03-31T12:59:17.980Z] 765f754babec: Preparing [2021-03-31T12:59:17.980Z] bdd43e97fc2f: Preparing [2021-03-31T12:59:17.980Z] 917e106b14c1: Preparing [2021-03-31T12:59:17.980Z] b0d13f50be31: Preparing [2021-03-31T12:59:17.980Z] b0d13f50be31: Waiting [2021-03-31T12:59:18.001Z] Removing intermediate container 93ca0fdf2101 [2021-03-31T12:59:18.002Z] ---> 5167a860c7b1 [2021-03-31T12:59:18.002Z] [2021-03-31T12:59:18.002Z] Step 10/24 : FROM alpine:3.12 [2021-03-31T12:59:18.002Z] ---> 42cb162f0360 [2021-03-31T12:59:18.002Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-31T12:59:18.002Z] Removing intermediate container d29061f71ca2 [2021-03-31T12:59:18.002Z] ---> 81d19846a98c [2021-03-31T12:59:18.002Z] [2021-03-31T12:59:18.002Z] Step 10/21 : FROM alpine:3.12 [2021-03-31T12:59:18.002Z] ---> 42cb162f0360 [2021-03-31T12:59:18.002Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-31T12:59:18.002Z] ---> Running in 090d4bbda22a [2021-03-31T12:59:18.252Z] 917e106b14c1: Layer already exists [2021-03-31T12:59:18.252Z] 99bf7e6f0395: Layer already exists [2021-03-31T12:59:18.252Z] 765f754babec: Layer already exists [2021-03-31T12:59:18.252Z] 794f5765d005: Layer already exists [2021-03-31T12:59:18.252Z] bdd43e97fc2f: Layer already exists [2021-03-31T12:59:18.252Z] b0d13f50be31: Layer already exists [2021-03-31T12:59:18.252Z] 2.0.0-dev.154: digest: sha256:51c653837a12a1bddf08ff21754b1294524b53e7dab4ef97db1897c629ca2b8f size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:59:18.332Z] ---> Running in f86d5a4f2ccc [2021-03-31T12:59:18.333Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:59:18.595Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:59:18.867Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:59:18.867Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:59:18.936Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [2021-03-31T12:59:18.937Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-31T12:59:18.937Z] 794f5765d005: Preparing [2021-03-31T12:59:18.937Z] 99bf7e6f0395: Preparing [2021-03-31T12:59:18.937Z] 765f754babec: Preparing [2021-03-31T12:59:18.937Z] bdd43e97fc2f: Preparing [2021-03-31T12:59:18.937Z] 917e106b14c1: Preparing [2021-03-31T12:59:18.937Z] b0d13f50be31: Preparing [2021-03-31T12:59:18.937Z] b0d13f50be31: Waiting [2021-03-31T12:59:19.211Z] 99bf7e6f0395: Layer already exists [2021-03-31T12:59:19.211Z] bdd43e97fc2f: Layer already exists [2021-03-31T12:59:19.211Z] 794f5765d005: Layer already exists [2021-03-31T12:59:19.211Z] 765f754babec: Layer already exists [2021-03-31T12:59:19.211Z] 917e106b14c1: Layer already exists [2021-03-31T12:59:19.211Z] b0d13f50be31: Layer already exists [2021-03-31T12:59:19.211Z] ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154: digest: sha256:51c653837a12a1bddf08ff21754b1294524b53e7dab4ef97db1897c629ca2b8f size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:59:19.559Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:59:19.923Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-03-31T12:59:19.923Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-31T12:59:19.923Z] 794f5765d005: Preparing [2021-03-31T12:59:19.923Z] 99bf7e6f0395: Preparing [2021-03-31T12:59:19.923Z] 765f754babec: Preparing [2021-03-31T12:59:19.923Z] bdd43e97fc2f: Preparing [2021-03-31T12:59:19.923Z] 917e106b14c1: Preparing [2021-03-31T12:59:19.923Z] b0d13f50be31: Preparing [2021-03-31T12:59:19.923Z] b0d13f50be31: Waiting [2021-03-31T12:59:20.195Z] 99bf7e6f0395: Layer already exists [2021-03-31T12:59:20.195Z] 765f754babec: Layer already exists [2021-03-31T12:59:20.195Z] 917e106b14c1: Layer already exists [2021-03-31T12:59:20.195Z] bdd43e97fc2f: Layer already exists [2021-03-31T12:59:20.195Z] 794f5765d005: Layer already exists [2021-03-31T12:59:20.195Z] b0d13f50be31: Layer already exists [2021-03-31T12:59:20.195Z] master: digest: sha256:51c653837a12a1bddf08ff21754b1294524b53e7dab4ef97db1897c629ca2b8f size: 1575 [Pipeline] } [2021-03-31T12:59:20.259Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-31T12:59:20.425Z] ===================================================== [Pipeline] echo [2021-03-31T12:59:20.481Z] taggedImages: [2021-03-31T12:59:20.481Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T12:59:20.481Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.154 [2021-03-31T12:59:20.481Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [2021-03-31T12:59:20.481Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-03-31T12:59:20.600Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-03-31T12:59:20.600Z] ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T12:59:20.600Z] 2.0.0-dev.154 [2021-03-31T12:59:20.600Z] ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [2021-03-31T12:59:20.600Z] master [2021-03-31T12:59:20.600Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:59:20.819Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:59:20.819Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-31T12:59:20.819Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:59:20.819Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-31T12:59:20.819Z] OK: 6 MiB in 15 packages [2021-03-31T12:59:20.819Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:59:20.819Z] OK: 6 MiB in 15 packages [2021-03-31T12:59:20.819Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:59:20.819Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:59:20.819Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:59:21.127Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ffa292a08661baeb026f188275a19c5914c89a0e [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:59:21.462Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T12:59:21.462Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-31T12:59:21.462Z] bef12373cb25: Preparing [2021-03-31T12:59:21.462Z] b1d47a030f9d: Preparing [2021-03-31T12:59:21.462Z] c2dc18ff8bfc: Preparing [2021-03-31T12:59:21.462Z] 5c30b6818d28: Preparing [2021-03-31T12:59:21.462Z] 24fa22fe96dd: Preparing [2021-03-31T12:59:21.462Z] 28f34d6b830a: Preparing [2021-03-31T12:59:21.462Z] 97ce779a82d5: Preparing [2021-03-31T12:59:21.462Z] 9b14c7fda4f4: Preparing [2021-03-31T12:59:21.462Z] b0d13f50be31: Preparing [2021-03-31T12:59:21.462Z] 28f34d6b830a: Waiting [2021-03-31T12:59:21.462Z] 97ce779a82d5: Waiting [2021-03-31T12:59:21.462Z] 9b14c7fda4f4: Waiting [2021-03-31T12:59:21.893Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:59:21.893Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-31T12:59:21.893Z] (2/2) Installing su-exec (0.2-r1) [2021-03-31T12:59:21.894Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:59:21.894Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:59:21.894Z] OK: 6 MiB in 16 packages [2021-03-31T12:59:22.062Z] b1d47a030f9d: Pushed [2021-03-31T12:59:22.062Z] 24fa22fe96dd: Pushed [2021-03-31T12:59:22.062Z] bef12373cb25: Pushed [2021-03-31T12:59:22.062Z] 97ce779a82d5: Pushed [2021-03-31T12:59:22.062Z] 28f34d6b830a: Pushed [2021-03-31T12:59:22.062Z] b0d13f50be31: Layer already exists [2021-03-31T12:59:22.234Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-31T12:59:22.234Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T12:59:22.234Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-31T12:59:22.234Z] (4/6) Installing curl (7.69.1-r3) [2021-03-31T12:59:22.234Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-31T12:59:22.234Z] (6/6) Installing su-exec (0.2-r1) [2021-03-31T12:59:22.234Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:59:22.589Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T12:59:22.589Z] Removing intermediate container 4d8971dac884 [2021-03-31T12:59:22.589Z] ---> bf917dee40a4 [2021-03-31T12:59:22.589Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T12:59:22.589Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-31T12:59:22.589Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T12:59:22.589Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-31T12:59:22.589Z] (4/4) Installing curl (7.69.1-r3) [2021-03-31T12:59:22.589Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:59:22.589Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T12:59:22.589Z] OK: 7 MiB in 20 packages [2021-03-31T12:59:22.655Z] 9b14c7fda4f4: Pushed [2021-03-31T12:59:22.870Z] OK: 7 MiB in 18 packages [2021-03-31T12:59:23.511Z] Removing intermediate container 0473d8f77329 [2021-03-31T12:59:23.511Z] ---> 7ca910864bb4 [2021-03-31T12:59:23.511Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T12:59:23.511Z] ---> Running in 3cdd77fb933f [2021-03-31T12:59:24.096Z] c2dc18ff8bfc: Pushed [2021-03-31T12:59:24.371Z] 5c30b6818d28: Pushed [2021-03-31T12:59:24.660Z] ffa292a08661baeb026f188275a19c5914c89a0e: digest: sha256:6b4e26f68aa8f2755212318d931a6891ab6eed551eabb1bf09b1eba3bdc66677 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:59:25.034Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.154 [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:59:25.099Z] ---> Running in 54bd4419972b [2021-03-31T12:59:25.393Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.154 [2021-03-31T12:59:25.393Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-31T12:59:25.393Z] bef12373cb25: Preparing [2021-03-31T12:59:25.393Z] b1d47a030f9d: Preparing [2021-03-31T12:59:25.393Z] c2dc18ff8bfc: Preparing [2021-03-31T12:59:25.393Z] 5c30b6818d28: Preparing [2021-03-31T12:59:25.393Z] 24fa22fe96dd: Preparing [2021-03-31T12:59:25.393Z] 28f34d6b830a: Preparing [2021-03-31T12:59:25.393Z] 97ce779a82d5: Preparing [2021-03-31T12:59:25.393Z] 9b14c7fda4f4: Preparing [2021-03-31T12:59:25.393Z] b0d13f50be31: Preparing [2021-03-31T12:59:25.393Z] 28f34d6b830a: Waiting [2021-03-31T12:59:25.393Z] 97ce779a82d5: Waiting [2021-03-31T12:59:25.393Z] 9b14c7fda4f4: Waiting [2021-03-31T12:59:25.393Z] b0d13f50be31: Waiting [2021-03-31T12:59:25.669Z] c2dc18ff8bfc: Layer already exists [2021-03-31T12:59:25.669Z] 24fa22fe96dd: Layer already exists [2021-03-31T12:59:25.669Z] b1d47a030f9d: Layer already exists [2021-03-31T12:59:25.669Z] 5c30b6818d28: Layer already exists [2021-03-31T12:59:25.669Z] bef12373cb25: Layer already exists [2021-03-31T12:59:25.669Z] 9b14c7fda4f4: Layer already exists [2021-03-31T12:59:25.669Z] 97ce779a82d5: Layer already exists [2021-03-31T12:59:25.669Z] 28f34d6b830a: Layer already exists [2021-03-31T12:59:25.669Z] b0d13f50be31: Layer already exists [2021-03-31T12:59:25.669Z] 2.0.0-dev.154: digest: sha256:6b4e26f68aa8f2755212318d931a6891ab6eed551eabb1bf09b1eba3bdc66677 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:59:25.991Z] Removing intermediate container 3cdd77fb933f [2021-03-31T12:59:25.991Z] ---> a2b6adfdabd7 [2021-03-31T12:59:25.991Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-31T12:59:26.044Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:59:26.384Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [2021-03-31T12:59:26.384Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-31T12:59:26.384Z] bef12373cb25: Preparing [2021-03-31T12:59:26.384Z] b1d47a030f9d: Preparing [2021-03-31T12:59:26.384Z] c2dc18ff8bfc: Preparing [2021-03-31T12:59:26.384Z] 5c30b6818d28: Preparing [2021-03-31T12:59:26.384Z] 24fa22fe96dd: Preparing [2021-03-31T12:59:26.384Z] 28f34d6b830a: Preparing [2021-03-31T12:59:26.385Z] 97ce779a82d5: Preparing [2021-03-31T12:59:26.385Z] 9b14c7fda4f4: Preparing [2021-03-31T12:59:26.385Z] b0d13f50be31: Preparing [2021-03-31T12:59:26.385Z] 28f34d6b830a: Waiting [2021-03-31T12:59:26.385Z] 97ce779a82d5: Waiting [2021-03-31T12:59:26.385Z] 9b14c7fda4f4: Waiting [2021-03-31T12:59:26.385Z] b0d13f50be31: Waiting [2021-03-31T12:59:26.492Z] Removing intermediate container 1eade9dc1158 [2021-03-31T12:59:26.492Z] ---> 95516b83e505 [2021-03-31T12:59:26.492Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-31T12:59:26.492Z] ---> Running in 13324600a0c9 [2021-03-31T12:59:26.656Z] b1d47a030f9d: Layer already exists [2021-03-31T12:59:26.656Z] c2dc18ff8bfc: Layer already exists [2021-03-31T12:59:26.656Z] 5c30b6818d28: Layer already exists [2021-03-31T12:59:26.656Z] bef12373cb25: Layer already exists [2021-03-31T12:59:26.656Z] 24fa22fe96dd: Layer already exists [2021-03-31T12:59:26.656Z] 28f34d6b830a: Layer already exists [2021-03-31T12:59:26.656Z] 97ce779a82d5: Layer already exists [2021-03-31T12:59:26.656Z] 9b14c7fda4f4: Layer already exists [2021-03-31T12:59:26.656Z] b0d13f50be31: Layer already exists [2021-03-31T12:59:26.656Z] ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154: digest: sha256:6b4e26f68aa8f2755212318d931a6891ab6eed551eabb1bf09b1eba3bdc66677 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:59:26.976Z] Removing intermediate container 54bd4419972b [2021-03-31T12:59:26.977Z] ---> c2475d618d55 [2021-03-31T12:59:26.977Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-31T12:59:26.977Z] ---> Running in afc582caa6af [2021-03-31T12:59:27.002Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:59:27.360Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-03-31T12:59:27.360Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-31T12:59:27.360Z] bef12373cb25: Preparing [2021-03-31T12:59:27.360Z] b1d47a030f9d: Preparing [2021-03-31T12:59:27.360Z] c2dc18ff8bfc: Preparing [2021-03-31T12:59:27.360Z] 5c30b6818d28: Preparing [2021-03-31T12:59:27.360Z] 24fa22fe96dd: Preparing [2021-03-31T12:59:27.360Z] 28f34d6b830a: Preparing [2021-03-31T12:59:27.360Z] 97ce779a82d5: Preparing [2021-03-31T12:59:27.360Z] 9b14c7fda4f4: Preparing [2021-03-31T12:59:27.360Z] b0d13f50be31: Preparing [2021-03-31T12:59:27.360Z] 97ce779a82d5: Waiting [2021-03-31T12:59:27.360Z] 9b14c7fda4f4: Waiting [2021-03-31T12:59:27.360Z] b0d13f50be31: Waiting [2021-03-31T12:59:27.360Z] 28f34d6b830a: Waiting [2021-03-31T12:59:27.635Z] 5c30b6818d28: Layer already exists [2021-03-31T12:59:27.635Z] bef12373cb25: Layer already exists [2021-03-31T12:59:27.635Z] c2dc18ff8bfc: Layer already exists [2021-03-31T12:59:27.635Z] 24fa22fe96dd: Layer already exists [2021-03-31T12:59:27.635Z] b1d47a030f9d: Layer already exists [2021-03-31T12:59:27.635Z] 97ce779a82d5: Layer already exists [2021-03-31T12:59:27.635Z] 28f34d6b830a: Layer already exists [2021-03-31T12:59:27.635Z] b0d13f50be31: Layer already exists [2021-03-31T12:59:27.635Z] 9b14c7fda4f4: Layer already exists [2021-03-31T12:59:27.635Z] master: digest: sha256:6b4e26f68aa8f2755212318d931a6891ab6eed551eabb1bf09b1eba3bdc66677 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-31T12:59:27.844Z] ===================================================== [Pipeline] echo [2021-03-31T12:59:27.893Z] taggedImages: [2021-03-31T12:59:27.893Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T12:59:27.893Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.154 [2021-03-31T12:59:27.893Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [2021-03-31T12:59:27.893Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-03-31T12:59:27.989Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-03-31T12:59:27.989Z] ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T12:59:27.989Z] 2.0.0-dev.154 [2021-03-31T12:59:27.989Z] ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [2021-03-31T12:59:27.989Z] master [2021-03-31T12:59:27.989Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2021-03-31T12:59:28.053Z] ---> Running in 7abd768fcf41 [2021-03-31T12:59:28.053Z] Removing intermediate container f86d5a4f2ccc [2021-03-31T12:59:28.053Z] ---> 0d4b403f60cc [2021-03-31T12:59:28.053Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:59:28.449Z] Removing intermediate container 13324600a0c9 [2021-03-31T12:59:28.449Z] ---> 4433705597e3 [2021-03-31T12:59:28.449Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-31T12:59:28.449Z] Removing intermediate container 090d4bbda22a [2021-03-31T12:59:28.449Z] ---> e71a0b0d1a20 [2021-03-31T12:59:28.449Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-31T12:59:28.529Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ffa292a08661baeb026f188275a19c5914c89a0e [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:59:28.877Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T12:59:28.877Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-31T12:59:28.877Z] 998b6e3940ef: Preparing [2021-03-31T12:59:28.877Z] 70e2a51c8052: Preparing [2021-03-31T12:59:28.877Z] 671f9829cd90: Preparing [2021-03-31T12:59:28.877Z] eb9853a11692: Preparing [2021-03-31T12:59:28.877Z] b0d13f50be31: Preparing [2021-03-31T12:59:29.113Z] ---> Running in db89857ee8dc [2021-03-31T12:59:29.113Z] ---> Running in d7341697da43 [2021-03-31T12:59:29.113Z] Removing intermediate container afc582caa6af [2021-03-31T12:59:29.113Z] ---> b9d17c2595ba [2021-03-31T12:59:29.113Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-31T12:59:29.113Z] ---> Running in 1777b8858c62 [2021-03-31T12:59:29.152Z] 671f9829cd90: Layer already exists [2021-03-31T12:59:29.152Z] b0d13f50be31: Layer already exists [2021-03-31T12:59:29.152Z] 998b6e3940ef: Pushed [2021-03-31T12:59:29.423Z] eb9853a11692: Pushed [2021-03-31T12:59:29.863Z] Removing intermediate container 7abd768fcf41 [2021-03-31T12:59:29.863Z] ---> a523eb0a784b [2021-03-31T12:59:29.863Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-31T12:59:29.863Z] ---> Running in 4e7cf23fc691 [2021-03-31T12:59:29.863Z] Removing intermediate container d7341697da43 [2021-03-31T12:59:29.863Z] ---> a159b0f3637e [2021-03-31T12:59:29.863Z] Step 13/24 : WORKDIR / [2021-03-31T12:59:29.863Z] ---> Running in cb5440fa6c3a [2021-03-31T12:59:29.863Z] Removing intermediate container db89857ee8dc [2021-03-31T12:59:29.863Z] ---> 08fe84fa7907 [2021-03-31T12:59:29.863Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T12:59:30.445Z] ---> Running in 0821d74b23f3 [2021-03-31T12:59:30.445Z] Removing intermediate container 1777b8858c62 [2021-03-31T12:59:30.445Z] ---> a4ae21901158 [2021-03-31T12:59:30.445Z] Step 13/21 : WORKDIR /edgex [2021-03-31T12:59:31.161Z] Removing intermediate container 4e7cf23fc691 [2021-03-31T12:59:31.161Z] ---> e2a6c27cf765 [2021-03-31T12:59:31.161Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-31T12:59:31.161Z] Removing intermediate container cb5440fa6c3a [2021-03-31T12:59:31.161Z] ---> cae2325d4b66 [2021-03-31T12:59:31.161Z] Step 15/23 : WORKDIR / [2021-03-31T12:59:31.161Z] ---> Running in 20bbca56bc84 [2021-03-31T12:59:31.161Z] ---> Running in 22b2cebe624c [2021-03-31T12:59:31.161Z] ---> f7d799506fa0 [2021-03-31T12:59:31.161Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-31T12:59:31.853Z] Removing intermediate container 0821d74b23f3 [2021-03-31T12:59:31.853Z] ---> 760d63afe08b [2021-03-31T12:59:31.853Z] 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-03-31T12:59:32.025Z] 70e2a51c8052: Pushed [2021-03-31T12:59:32.025Z] ffa292a08661baeb026f188275a19c5914c89a0e: digest: sha256:6f23d24e15d85d543d9a6c70c057e3f0961330690ec7fc24348dc3e05911316e size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:59:32.369Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.154 [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:59:32.395Z] ---> Running in 570f2900dc49 [2021-03-31T12:59:32.707Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.154 [2021-03-31T12:59:32.707Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-31T12:59:32.707Z] 998b6e3940ef: Preparing [2021-03-31T12:59:32.707Z] 70e2a51c8052: Preparing [2021-03-31T12:59:32.707Z] 671f9829cd90: Preparing [2021-03-31T12:59:32.707Z] eb9853a11692: Preparing [2021-03-31T12:59:32.707Z] b0d13f50be31: Preparing [2021-03-31T12:59:32.980Z] 671f9829cd90: Layer already exists [2021-03-31T12:59:32.980Z] eb9853a11692: Layer already exists [2021-03-31T12:59:32.980Z] 70e2a51c8052: Layer already exists [2021-03-31T12:59:32.980Z] 998b6e3940ef: Layer already exists [2021-03-31T12:59:32.980Z] b0d13f50be31: Layer already exists [2021-03-31T12:59:32.980Z] 2.0.0-dev.154: digest: sha256:6f23d24e15d85d543d9a6c70c057e3f0961330690ec7fc24348dc3e05911316e size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:59:33.322Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:59:33.410Z] Removing intermediate container 20bbca56bc84 [2021-03-31T12:59:33.411Z] ---> 38675cb2e883 [2021-03-31T12:59:33.411Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-31T12:59:33.659Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [2021-03-31T12:59:33.659Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-31T12:59:33.659Z] 998b6e3940ef: Preparing [2021-03-31T12:59:33.659Z] 70e2a51c8052: Preparing [2021-03-31T12:59:33.659Z] 671f9829cd90: Preparing [2021-03-31T12:59:33.659Z] eb9853a11692: Preparing [2021-03-31T12:59:33.659Z] b0d13f50be31: Preparing [2021-03-31T12:59:33.931Z] 671f9829cd90: Layer already exists [2021-03-31T12:59:33.931Z] b0d13f50be31: Layer already exists [2021-03-31T12:59:33.931Z] eb9853a11692: Layer already exists [2021-03-31T12:59:33.931Z] 70e2a51c8052: Layer already exists [2021-03-31T12:59:33.931Z] 998b6e3940ef: Layer already exists [2021-03-31T12:59:33.931Z] ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154: digest: sha256:6f23d24e15d85d543d9a6c70c057e3f0961330690ec7fc24348dc3e05911316e size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:59:34.272Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:59:34.354Z] ---> 5d2347fe2b33 [2021-03-31T12:59:34.354Z] 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-03-31T12:59:34.354Z] ---> 96beb1af7ba6 [2021-03-31T12:59:34.354Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-31T12:59:34.610Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-03-31T12:59:34.610Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-31T12:59:34.610Z] 998b6e3940ef: Preparing [2021-03-31T12:59:34.610Z] 70e2a51c8052: Preparing [2021-03-31T12:59:34.610Z] 671f9829cd90: Preparing [2021-03-31T12:59:34.610Z] eb9853a11692: Preparing [2021-03-31T12:59:34.610Z] b0d13f50be31: Preparing [2021-03-31T12:59:34.885Z] 70e2a51c8052: Layer already exists [2021-03-31T12:59:34.885Z] 998b6e3940ef: Layer already exists [2021-03-31T12:59:34.885Z] eb9853a11692: Layer already exists [2021-03-31T12:59:34.885Z] b0d13f50be31: Layer already exists [2021-03-31T12:59:34.885Z] 671f9829cd90: Layer already exists [2021-03-31T12:59:34.885Z] master: digest: sha256:6f23d24e15d85d543d9a6c70c057e3f0961330690ec7fc24348dc3e05911316e size: 1364 [Pipeline] } [2021-03-31T12:59:34.940Z] Removing intermediate container 570f2900dc49 [2021-03-31T12:59:34.940Z] ---> 82cfbc6cbc5d [2021-03-31T12:59:34.940Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-31T12:59:35.086Z] ===================================================== [Pipeline] echo [2021-03-31T12:59:35.135Z] taggedImages: [2021-03-31T12:59:35.135Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T12:59:35.135Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.154 [2021-03-31T12:59:35.135Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [2021-03-31T12:59:35.135Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-03-31T12:59:35.229Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-03-31T12:59:35.229Z] ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T12:59:35.229Z] 2.0.0-dev.154 [2021-03-31T12:59:35.229Z] ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [2021-03-31T12:59:35.229Z] master [2021-03-31T12:59:35.229Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:59:35.729Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ffa292a08661baeb026f188275a19c5914c89a0e [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:59:36.069Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T12:59:36.069Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-31T12:59:36.069Z] 8fc58a6b4290: Preparing [2021-03-31T12:59:36.069Z] 004f167339f3: Preparing [2021-03-31T12:59:36.069Z] 671f9829cd90: Preparing [2021-03-31T12:59:36.069Z] e668dda970f8: Preparing [2021-03-31T12:59:36.069Z] b0d13f50be31: Preparing [2021-03-31T12:59:36.098Z] ---> a20184b8af5f [2021-03-31T12:59:36.098Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-31T12:59:36.098Z] ---> de1ef1b530f7 [2021-03-31T12:59:36.098Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-31T12:59:36.098Z] ---> 402ba21f1bda [2021-03-31T12:59:36.098Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-31T12:59:36.341Z] 671f9829cd90: Layer already exists [2021-03-31T12:59:36.341Z] e668dda970f8: Layer already exists [2021-03-31T12:59:36.341Z] b0d13f50be31: Layer already exists [2021-03-31T12:59:36.341Z] 8fc58a6b4290: Pushed [2021-03-31T12:59:36.670Z] ---> Running in 15c3d2f63c6a [2021-03-31T12:59:37.052Z] ---> c8fd186c00d7 [2021-03-31T12:59:37.052Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-31T12:59:37.703Z] Removing intermediate container 15c3d2f63c6a [2021-03-31T12:59:37.703Z] ---> bcb0bc13f1e5 [2021-03-31T12:59:37.703Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T12:59:37.703Z] ---> 532575dcc041 [2021-03-31T12:59:37.703Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-31T12:59:38.019Z] ---> Running in 307927565b6a [2021-03-31T12:59:38.019Z] Removing intermediate container 22b2cebe624c [2021-03-31T12:59:38.019Z] ---> 03f317dff3a4 [2021-03-31T12:59:38.019Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-31T12:59:38.019Z] ---> 2d0acb447ebe [2021-03-31T12:59:38.019Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-31T12:59:38.312Z] ---> Running in e52603750da9 [2021-03-31T12:59:38.986Z] 004f167339f3: Pushed [2021-03-31T12:59:39.074Z] ---> abb70ee87d0c [2021-03-31T12:59:39.074Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-31T12:59:39.074Z] Removing intermediate container 307927565b6a [2021-03-31T12:59:39.074Z] ---> 0fcce0e9e592 [2021-03-31T12:59:39.074Z] Step 20/22 : LABEL arch=x86_64 [2021-03-31T12:59:39.074Z] ---> Running in ce2eb86c5890 [2021-03-31T12:59:39.268Z] ffa292a08661baeb026f188275a19c5914c89a0e: digest: sha256:e4d96ec0e9d9194dc21f353947f874f9aaa9ce1603ad422959d7c2c40a5a81ab size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:59:39.407Z] ---> 5ccb7b89b480 [2021-03-31T12:59:39.407Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-31T12:59:39.407Z] ---> f58fbf0d94d3 [2021-03-31T12:59:39.407Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-31T12:59:39.407Z] Removing intermediate container e52603750da9 [2021-03-31T12:59:39.407Z] ---> 83d2a3c7beea [2021-03-31T12:59:39.407Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-31T12:59:39.630Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.154 [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:59:39.703Z] ---> Running in 6db351d12727 [2021-03-31T12:59:39.993Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.154 [2021-03-31T12:59:39.993Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-31T12:59:39.993Z] 8fc58a6b4290: Preparing [2021-03-31T12:59:39.993Z] 004f167339f3: Preparing [2021-03-31T12:59:39.993Z] 671f9829cd90: Preparing [2021-03-31T12:59:39.993Z] e668dda970f8: Preparing [2021-03-31T12:59:39.993Z] b0d13f50be31: Preparing [2021-03-31T12:59:40.025Z] Removing intermediate container ce2eb86c5890 [2021-03-31T12:59:40.025Z] ---> 23b651ca6b36 [2021-03-31T12:59:40.025Z] Step 21/22 : LABEL git_sha=ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T12:59:40.025Z] ---> 406b75d1e9fe [2021-03-31T12:59:40.025Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-31T12:59:40.266Z] 004f167339f3: Layer already exists [2021-03-31T12:59:40.266Z] b0d13f50be31: Layer already exists [2021-03-31T12:59:40.266Z] e668dda970f8: Layer already exists [2021-03-31T12:59:40.266Z] 671f9829cd90: Layer already exists [2021-03-31T12:59:40.266Z] 8fc58a6b4290: Layer already exists [2021-03-31T12:59:40.266Z] 2.0.0-dev.154: digest: sha256:e4d96ec0e9d9194dc21f353947f874f9aaa9ce1603ad422959d7c2c40a5a81ab size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:59:40.608Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:59:40.725Z] ---> Running in 4c1eb3bb9195 [2021-03-31T12:59:40.725Z] ---> Running in b88f6a660180 [2021-03-31T12:59:40.947Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [2021-03-31T12:59:40.947Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-31T12:59:40.947Z] 8fc58a6b4290: Preparing [2021-03-31T12:59:40.947Z] 004f167339f3: Preparing [2021-03-31T12:59:40.947Z] 671f9829cd90: Preparing [2021-03-31T12:59:40.947Z] e668dda970f8: Preparing [2021-03-31T12:59:40.947Z] b0d13f50be31: Preparing [2021-03-31T12:59:41.065Z] Removing intermediate container 6db351d12727 [2021-03-31T12:59:41.065Z] ---> 12aa1e5c46ba [2021-03-31T12:59:41.065Z] Step 18/21 : CMD ["--init=true"] [2021-03-31T12:59:41.219Z] b0d13f50be31: Layer already exists [2021-03-31T12:59:41.220Z] e668dda970f8: Layer already exists [2021-03-31T12:59:41.220Z] 004f167339f3: Layer already exists [2021-03-31T12:59:41.220Z] 8fc58a6b4290: Layer already exists [2021-03-31T12:59:41.220Z] 671f9829cd90: Layer already exists [2021-03-31T12:59:41.220Z] ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154: digest: sha256:e4d96ec0e9d9194dc21f353947f874f9aaa9ce1603ad422959d7c2c40a5a81ab size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:59:41.407Z] ---> 98072d7c6408 [2021-03-31T12:59:41.407Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-31T12:59:41.407Z] ---> be13630690c3 [2021-03-31T12:59:41.407Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-31T12:59:41.565Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:59:41.757Z] ---> Running in 855a2415c945 [2021-03-31T12:59:41.758Z] ---> Running in d6477f4b86c7 [2021-03-31T12:59:41.903Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-03-31T12:59:41.903Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-31T12:59:41.903Z] 8fc58a6b4290: Preparing [2021-03-31T12:59:41.903Z] 004f167339f3: Preparing [2021-03-31T12:59:41.903Z] 671f9829cd90: Preparing [2021-03-31T12:59:41.903Z] e668dda970f8: Preparing [2021-03-31T12:59:41.903Z] b0d13f50be31: Preparing [2021-03-31T12:59:42.175Z] 8fc58a6b4290: Layer already exists [2021-03-31T12:59:42.175Z] e668dda970f8: Layer already exists [2021-03-31T12:59:42.175Z] b0d13f50be31: Layer already exists [2021-03-31T12:59:42.175Z] 671f9829cd90: Layer already exists [2021-03-31T12:59:42.175Z] 004f167339f3: Layer already exists [2021-03-31T12:59:42.175Z] master: digest: sha256:e4d96ec0e9d9194dc21f353947f874f9aaa9ce1603ad422959d7c2c40a5a81ab size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-31T12:59:42.388Z] ===================================================== [Pipeline] echo [2021-03-31T12:59:42.440Z] taggedImages: [2021-03-31T12:59:42.440Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T12:59:42.440Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.154 [2021-03-31T12:59:42.440Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [2021-03-31T12:59:42.440Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-03-31T12:59:42.506Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-03-31T12:59:42.506Z] ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T12:59:42.506Z] 2.0.0-dev.154 [2021-03-31T12:59:42.506Z] ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [2021-03-31T12:59:42.506Z] master [2021-03-31T12:59:42.506Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:59:42.824Z] Removing intermediate container b88f6a660180 [2021-03-31T12:59:42.825Z] ---> 7f576a5e9276 [2021-03-31T12:59:42.825Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T12:59:42.825Z] Removing intermediate container 4c1eb3bb9195 [2021-03-31T12:59:42.825Z] ---> d1b3f0185989 [2021-03-31T12:59:42.825Z] Step 22/22 : LABEL version=2.0.0-dev.154 [2021-03-31T12:59:42.825Z] ---> Running in 227ff34fe84a [2021-03-31T12:59:42.825Z] Removing intermediate container 855a2415c945 [2021-03-31T12:59:42.825Z] ---> d3f6e0c63bea [2021-03-31T12:59:42.825Z] Step 19/21 : LABEL arch=x86_64 [2021-03-31T12:59:42.825Z] ---> Running in fc82c201f15f [2021-03-31T12:59:42.825Z] ---> 89585927beb5 [2021-03-31T12:59:42.825Z] 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-03-31T12:59:43.087Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ffa292a08661baeb026f188275a19c5914c89a0e [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:59:43.274Z] ---> Running in d43ebcaba41e [2021-03-31T12:59:43.274Z] ---> Running in 90a599905f0d [2021-03-31T12:59:43.428Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T12:59:43.429Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-31T12:59:43.429Z] 5527de5c57f9: Preparing [2021-03-31T12:59:43.429Z] 33ce9098223c: Preparing [2021-03-31T12:59:43.429Z] e2cc256a75c8: Preparing [2021-03-31T12:59:43.429Z] ccba69ad5f8a: Preparing [2021-03-31T12:59:43.429Z] 87afb1f43527: Preparing [2021-03-31T12:59:43.429Z] 7cdc97bd5f50: Preparing [2021-03-31T12:59:43.429Z] 74c0e12da736: Preparing [2021-03-31T12:59:43.429Z] 9ded3b6bb9b5: Preparing [2021-03-31T12:59:43.429Z] fa1afe8e6ed9: Preparing [2021-03-31T12:59:43.429Z] 87a09b4c083e: Preparing [2021-03-31T12:59:43.429Z] 0f74e9ff2a61: Preparing [2021-03-31T12:59:43.429Z] b122376c33c6: Preparing [2021-03-31T12:59:43.429Z] f8381ed47b22: Preparing [2021-03-31T12:59:43.429Z] e934a737d657: Preparing [2021-03-31T12:59:43.429Z] fa1afe8e6ed9: Waiting [2021-03-31T12:59:43.429Z] 87a09b4c083e: Waiting [2021-03-31T12:59:43.429Z] 0f74e9ff2a61: Waiting [2021-03-31T12:59:43.429Z] b122376c33c6: Waiting [2021-03-31T12:59:43.429Z] f8381ed47b22: Waiting [2021-03-31T12:59:43.429Z] e934a737d657: Waiting [2021-03-31T12:59:43.429Z] 7cdc97bd5f50: Waiting [2021-03-31T12:59:43.429Z] 74c0e12da736: Waiting [2021-03-31T12:59:43.429Z] 9ded3b6bb9b5: Waiting [2021-03-31T12:59:44.029Z] 87afb1f43527: Pushed [2021-03-31T12:59:44.029Z] 5527de5c57f9: Pushed [2021-03-31T12:59:44.238Z] Removing intermediate container fc82c201f15f [2021-03-31T12:59:44.238Z] ---> c156999bb232 [2021-03-31T12:59:44.238Z] [2021-03-31T12:59:44.238Z] Removing intermediate container 227ff34fe84a [2021-03-31T12:59:44.238Z] ---> 3964051749bc [2021-03-31T12:59:44.238Z] Step 21/23 : LABEL arch=x86_64 [2021-03-31T12:59:44.238Z] Removing intermediate container d43ebcaba41e [2021-03-31T12:59:44.238Z] ---> 7dd8f9e6b33d [2021-03-31T12:59:44.238Z] Step 20/21 : LABEL git_sha=ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T12:59:44.632Z] ccba69ad5f8a: Pushed [2021-03-31T12:59:44.752Z] ---> Running in 0d9a349a5d26 [2021-03-31T12:59:44.752Z] ---> Running in b9c2d9a46712 [2021-03-31T12:59:44.906Z] 9ded3b6bb9b5: Layer already exists [2021-03-31T12:59:44.906Z] fa1afe8e6ed9: Layer already exists [2021-03-31T12:59:44.906Z] 74c0e12da736: Pushed [2021-03-31T12:59:44.906Z] 87a09b4c083e: Layer already exists [2021-03-31T12:59:44.906Z] 0f74e9ff2a61: Layer already exists [2021-03-31T12:59:44.906Z] b122376c33c6: Layer already exists [2021-03-31T12:59:44.906Z] f8381ed47b22: Layer already exists [2021-03-31T12:59:45.178Z] e934a737d657: Layer already exists [2021-03-31T12:59:45.451Z] 33ce9098223c: Pushed [2021-03-31T12:59:46.430Z] 7cdc97bd5f50: Pushed [2021-03-31T12:59:47.809Z] Removing intermediate container 0d9a349a5d26 [2021-03-31T12:59:47.810Z] ---> 982bd8f47c7a [2021-03-31T12:59:47.810Z] Step 22/23 : LABEL git_sha=ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T12:59:47.810Z] Successfully built c156999bb232 [2021-03-31T12:59:47.810Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-31T12:59:47.810Z] Removing intermediate container b9c2d9a46712 [2021-03-31T12:59:47.810Z] ---> b8b720675333 [2021-03-31T12:59:47.810Z] Step 21/21 : LABEL version=2.0.0-dev.154 [2021-03-31T12:59:47.810Z] Building docker-support-notifications-go [2021-03-31T12:59:48.079Z]  Building docker-support-scheduler-go ... done  ---> Running in e76bbf4df980 [2021-03-31T12:59:48.079Z] Removing intermediate container d6477f4b86c7 [2021-03-31T12:59:48.079Z] ---> 7a943e3a3158 [2021-03-31T12:59:48.079Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T12:59:48.355Z] ---> Running in 0f29d449900a [2021-03-31T12:59:48.667Z] Removing intermediate container 90a599905f0d [2021-03-31T12:59:48.667Z] ---> f2e2bdcbc7a5 [2021-03-31T12:59:48.667Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-31T12:59:48.992Z] Removing intermediate container e76bbf4df980 [2021-03-31T12:59:48.992Z] ---> 05320f0b27d6 [2021-03-31T12:59:48.992Z] Step 23/23 : LABEL version=2.0.0-dev.154 [2021-03-31T12:59:49.449Z] ---> Running in c4cb73b0b021 [2021-03-31T12:59:49.449Z] ---> Running in a3033b6c2ae9 [2021-03-31T12:59:49.449Z] ---> f4fcf73c3f94 [2021-03-31T12:59:49.449Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-31T12:59:49.825Z] Removing intermediate container 0f29d449900a [2021-03-31T12:59:49.825Z] ---> 596f02fa8891 [2021-03-31T12:59:49.825Z] [2021-03-31T12:59:51.560Z] Successfully built 596f02fa8891 [2021-03-31T12:59:51.560Z] Removing intermediate container a3033b6c2ae9 [2021-03-31T12:59:51.560Z] ---> f20f95a23672 [2021-03-31T12:59:51.560Z] [2021-03-31T12:59:51.560Z] Removing intermediate container c4cb73b0b021 [2021-03-31T12:59:51.560Z] ---> 31897ed44a5a [2021-03-31T12:59:51.560Z] Step 22/24 : LABEL arch=x86_64 [2021-03-31T12:59:51.842Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-31T12:59:51.842Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2021-03-31T12:59:53.104Z] Successfully built f20f95a23672 [2021-03-31T12:59:53.104Z] ---> 440c1f4bb125 [2021-03-31T12:59:53.104Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-31T12:59:53.104Z] Successfully tagged docker-core-command-go:latest [2021-03-31T12:59:53.104Z]  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go [2021-03-31T12:59:53.104Z] ---> Running in ba6af1ab47d4 [2021-03-31T12:59:55.586Z] Removing intermediate container ba6af1ab47d4 [2021-03-31T12:59:55.586Z] ---> 4d758e28cfc5 [2021-03-31T12:59:55.586Z] Step 23/24 : LABEL git_sha=ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T12:59:56.557Z] e2cc256a75c8: Pushed [2021-03-31T12:59:56.557Z] ffa292a08661baeb026f188275a19c5914c89a0e: digest: sha256:da31cb4f2304ec3b891346e81ae46e1ac2800405c16499dfb5844ea491347788 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:59:56.902Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.154 [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:59:57.250Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.154 [2021-03-31T12:59:57.251Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-31T12:59:57.251Z] 5527de5c57f9: Preparing [2021-03-31T12:59:57.251Z] 33ce9098223c: Preparing [2021-03-31T12:59:57.251Z] e2cc256a75c8: Preparing [2021-03-31T12:59:57.251Z] ccba69ad5f8a: Preparing [2021-03-31T12:59:57.251Z] 87afb1f43527: Preparing [2021-03-31T12:59:57.251Z] 7cdc97bd5f50: Preparing [2021-03-31T12:59:57.251Z] 74c0e12da736: Preparing [2021-03-31T12:59:57.251Z] 9ded3b6bb9b5: Preparing [2021-03-31T12:59:57.251Z] fa1afe8e6ed9: Preparing [2021-03-31T12:59:57.251Z] 87a09b4c083e: Preparing [2021-03-31T12:59:57.251Z] 0f74e9ff2a61: Preparing [2021-03-31T12:59:57.251Z] b122376c33c6: Preparing [2021-03-31T12:59:57.251Z] f8381ed47b22: Preparing [2021-03-31T12:59:57.251Z] e934a737d657: Preparing [2021-03-31T12:59:57.251Z] 7cdc97bd5f50: Waiting [2021-03-31T12:59:57.251Z] 74c0e12da736: Waiting [2021-03-31T12:59:57.251Z] 9ded3b6bb9b5: Waiting [2021-03-31T12:59:57.251Z] fa1afe8e6ed9: Waiting [2021-03-31T12:59:57.251Z] 87a09b4c083e: Waiting [2021-03-31T12:59:57.251Z] 0f74e9ff2a61: Waiting [2021-03-31T12:59:57.251Z] b122376c33c6: Waiting [2021-03-31T12:59:57.251Z] f8381ed47b22: Waiting [2021-03-31T12:59:57.251Z] e934a737d657: Waiting [2021-03-31T12:59:57.267Z] ---> 4707749e7f58 [2021-03-31T12:59:57.267Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-31T12:59:57.267Z] ---> Running in c9167651720f [2021-03-31T12:59:57.522Z] ccba69ad5f8a: Layer already exists [2021-03-31T12:59:57.522Z] 33ce9098223c: Layer already exists [2021-03-31T12:59:57.522Z] e2cc256a75c8: Layer already exists [2021-03-31T12:59:57.522Z] 5527de5c57f9: Layer already exists [2021-03-31T12:59:57.522Z] 87afb1f43527: Layer already exists [2021-03-31T12:59:57.522Z] 87a09b4c083e: Layer already exists [2021-03-31T12:59:57.522Z] 9ded3b6bb9b5: Layer already exists [2021-03-31T12:59:57.522Z] fa1afe8e6ed9: Layer already exists [2021-03-31T12:59:57.522Z] 74c0e12da736: Layer already exists [2021-03-31T12:59:57.522Z] 7cdc97bd5f50: Layer already exists [2021-03-31T12:59:57.522Z] e934a737d657: Layer already exists [2021-03-31T12:59:57.522Z] 0f74e9ff2a61: Layer already exists [2021-03-31T12:59:57.522Z] f8381ed47b22: Layer already exists [2021-03-31T12:59:57.522Z] b122376c33c6: Layer already exists [2021-03-31T12:59:57.522Z] 2.0.0-dev.154: digest: sha256:da31cb4f2304ec3b891346e81ae46e1ac2800405c16499dfb5844ea491347788 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:59:57.864Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:59:58.199Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [2021-03-31T12:59:58.199Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-31T12:59:58.199Z] 5527de5c57f9: Preparing [2021-03-31T12:59:58.199Z] 33ce9098223c: Preparing [2021-03-31T12:59:58.199Z] e2cc256a75c8: Preparing [2021-03-31T12:59:58.199Z] ccba69ad5f8a: Preparing [2021-03-31T12:59:58.199Z] 87afb1f43527: Preparing [2021-03-31T12:59:58.199Z] 7cdc97bd5f50: Preparing [2021-03-31T12:59:58.199Z] 74c0e12da736: Preparing [2021-03-31T12:59:58.199Z] 9ded3b6bb9b5: Preparing [2021-03-31T12:59:58.199Z] 7cdc97bd5f50: Waiting [2021-03-31T12:59:58.199Z] fa1afe8e6ed9: Preparing [2021-03-31T12:59:58.199Z] 87a09b4c083e: Preparing [2021-03-31T12:59:58.199Z] 74c0e12da736: Waiting [2021-03-31T12:59:58.199Z] 0f74e9ff2a61: Preparing [2021-03-31T12:59:58.199Z] 9ded3b6bb9b5: Waiting [2021-03-31T12:59:58.199Z] fa1afe8e6ed9: Waiting [2021-03-31T12:59:58.199Z] 87a09b4c083e: Waiting [2021-03-31T12:59:58.199Z] b122376c33c6: Preparing [2021-03-31T12:59:58.199Z] f8381ed47b22: Preparing [2021-03-31T12:59:58.199Z] e934a737d657: Preparing [2021-03-31T12:59:58.199Z] 0f74e9ff2a61: Waiting [2021-03-31T12:59:58.199Z] b122376c33c6: Waiting [2021-03-31T12:59:58.199Z] f8381ed47b22: Waiting [2021-03-31T12:59:58.199Z] e934a737d657: Waiting [2021-03-31T12:59:58.378Z] Removing intermediate container c9167651720f [2021-03-31T12:59:58.378Z] ---> 3571e284f217 [2021-03-31T12:59:58.378Z] Step 24/24 : LABEL version=2.0.0-dev.154 [2021-03-31T12:59:58.472Z] 5527de5c57f9: Layer already exists [2021-03-31T12:59:58.472Z] 33ce9098223c: Layer already exists [2021-03-31T12:59:58.472Z] ccba69ad5f8a: Layer already exists [2021-03-31T12:59:58.472Z] 87afb1f43527: Layer already exists [2021-03-31T12:59:58.472Z] e2cc256a75c8: Layer already exists [2021-03-31T12:59:58.472Z] fa1afe8e6ed9: Layer already exists [2021-03-31T12:59:58.472Z] 9ded3b6bb9b5: Layer already exists [2021-03-31T12:59:58.472Z] 87a09b4c083e: Layer already exists [2021-03-31T12:59:58.472Z] 74c0e12da736: Layer already exists [2021-03-31T12:59:58.472Z] 7cdc97bd5f50: Layer already exists [2021-03-31T12:59:58.472Z] 0f74e9ff2a61: Layer already exists [2021-03-31T12:59:58.472Z] f8381ed47b22: Layer already exists [2021-03-31T12:59:58.472Z] e934a737d657: Layer already exists [2021-03-31T12:59:58.472Z] b122376c33c6: Layer already exists [2021-03-31T12:59:58.472Z] ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154: digest: sha256:da31cb4f2304ec3b891346e81ae46e1ac2800405c16499dfb5844ea491347788 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:59:58.732Z] ---> ed7e8629785f [2021-03-31T12:59:58.732Z] ---> Running in c623bccde060 [2021-03-31T12:59:58.732Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-31T12:59:58.818Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:59:59.153Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-03-31T12:59:59.153Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-31T12:59:59.153Z] 5527de5c57f9: Preparing [2021-03-31T12:59:59.153Z] 33ce9098223c: Preparing [2021-03-31T12:59:59.153Z] e2cc256a75c8: Preparing [2021-03-31T12:59:59.153Z] ccba69ad5f8a: Preparing [2021-03-31T12:59:59.153Z] 87afb1f43527: Preparing [2021-03-31T12:59:59.153Z] 7cdc97bd5f50: Preparing [2021-03-31T12:59:59.153Z] 74c0e12da736: Preparing [2021-03-31T12:59:59.153Z] 9ded3b6bb9b5: Preparing [2021-03-31T12:59:59.153Z] fa1afe8e6ed9: Preparing [2021-03-31T12:59:59.153Z] 87a09b4c083e: Preparing [2021-03-31T12:59:59.153Z] 0f74e9ff2a61: Preparing [2021-03-31T12:59:59.153Z] b122376c33c6: Preparing [2021-03-31T12:59:59.153Z] f8381ed47b22: Preparing [2021-03-31T12:59:59.153Z] e934a737d657: Preparing [2021-03-31T12:59:59.153Z] fa1afe8e6ed9: Waiting [2021-03-31T12:59:59.153Z] 74c0e12da736: Waiting [2021-03-31T12:59:59.153Z] 87a09b4c083e: Waiting [2021-03-31T12:59:59.153Z] 0f74e9ff2a61: Waiting [2021-03-31T12:59:59.153Z] b122376c33c6: Waiting [2021-03-31T12:59:59.153Z] f8381ed47b22: Waiting [2021-03-31T12:59:59.153Z] 9ded3b6bb9b5: Waiting [2021-03-31T12:59:59.153Z] e934a737d657: Waiting [2021-03-31T12:59:59.153Z] 7cdc97bd5f50: Waiting [2021-03-31T12:59:59.363Z] Removing intermediate container c623bccde060 [2021-03-31T12:59:59.363Z] ---> 08a5ad7bf43a [2021-03-31T12:59:59.363Z] [2021-03-31T12:59:59.363Z] ---> 4e936aae95d4 [2021-03-31T12:59:59.363Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-31T12:59:59.424Z] 33ce9098223c: Layer already exists [2021-03-31T12:59:59.424Z] ccba69ad5f8a: Layer already exists [2021-03-31T12:59:59.424Z] 87afb1f43527: Layer already exists [2021-03-31T12:59:59.424Z] 5527de5c57f9: Layer already exists [2021-03-31T12:59:59.424Z] e2cc256a75c8: Layer already exists [2021-03-31T12:59:59.424Z] 7cdc97bd5f50: Layer already exists [2021-03-31T12:59:59.424Z] 74c0e12da736: Layer already exists [2021-03-31T12:59:59.424Z] fa1afe8e6ed9: Layer already exists [2021-03-31T12:59:59.424Z] 9ded3b6bb9b5: Layer already exists [2021-03-31T12:59:59.424Z] 87a09b4c083e: Layer already exists [2021-03-31T12:59:59.424Z] b122376c33c6: Layer already exists [2021-03-31T12:59:59.424Z] 0f74e9ff2a61: Layer already exists [2021-03-31T12:59:59.424Z] f8381ed47b22: Layer already exists [2021-03-31T12:59:59.424Z] e934a737d657: Layer already exists [2021-03-31T12:59:59.424Z] master: digest: sha256:da31cb4f2304ec3b891346e81ae46e1ac2800405c16499dfb5844ea491347788 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-31T12:59:59.613Z] ===================================================== [Pipeline] echo [2021-03-31T12:59:59.657Z] taggedImages: [2021-03-31T12:59:59.657Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T12:59:59.657Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.154 [2021-03-31T12:59:59.657Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [2021-03-31T12:59:59.657Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-31T13:00:00.397Z] ---> job-cost.sh [2021-03-31T13:00:00.397Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-eWYI [2021-03-31T13:00:00.729Z] ---> Running in b7619500a930 [2021-03-31T13:00:01.598Z] Successfully built 08a5ad7bf43a [2021-03-31T13:00:03.370Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-31T13:00:03.370Z] Building docker-core-metadata-go [2021-03-31T13:00:06.997Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container b7619500a930 [2021-03-31T13:00:06.997Z] ---> f02428634a0e [2021-03-31T13:00:06.997Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-31T13:00:09.173Z] ---> cbfb5e349315 [2021-03-31T13:00:09.173Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-31T13:00:09.550Z] ---> Running in aa654e24692e [2021-03-31T13:00:18.912Z] Removing intermediate container aa654e24692e [2021-03-31T13:00:18.912Z] ---> c374347c15f6 [2021-03-31T13:00:18.912Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-31T13:00:19.259Z] ---> Running in b4f2185b04a4 [2021-03-31T13:00:20.355Z] Removing intermediate container b4f2185b04a4 [2021-03-31T13:00:20.355Z] ---> d859955b9e6d [2021-03-31T13:00:20.355Z] Step 28/31 : CMD ["gate"] [2021-03-31T13:00:20.738Z] ---> Running in 879548a96c76 [2021-03-31T13:00:21.835Z] Removing intermediate container 879548a96c76 [2021-03-31T13:00:21.835Z] ---> 42ba4d194268 [2021-03-31T13:00:21.835Z] Step 29/31 : LABEL arch=x86_64 [2021-03-31T13:00:22.145Z] ---> Running in 00f7c727ff09 [2021-03-31T13:00:22.432Z] Removing intermediate container 00f7c727ff09 [2021-03-31T13:00:22.432Z] ---> 1e445d249cec [2021-03-31T13:00:22.432Z] Step 30/31 : LABEL git_sha=ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T13:00:22.903Z] ---> Running in 5b0a7c6be39b [2021-03-31T13:00:24.623Z] Removing intermediate container 5b0a7c6be39b [2021-03-31T13:00:24.623Z] ---> d19c6edc2d9f [2021-03-31T13:00:24.623Z] Step 31/31 : LABEL version=2.0.0-dev.154 [2021-03-31T13:00:24.623Z] ---> Running in e646f414ba70 [2021-03-31T13:00:27.156Z] Removing intermediate container e646f414ba70 [2021-03-31T13:00:27.156Z] ---> 8262b3195832 [2021-03-31T13:00:27.156Z] [2021-03-31T13:00:27.804Z] Successfully built 8262b3195832 [2021-03-31T13:00:27.804Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-31T13:00:56.947Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-31T13:01:17.013Z]  Building docker-security-bootstrapper-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T13:01:17.013Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-31T13:01:17.013Z] ---> 547dcee29098 [2021-03-31T13:01:17.013Z] Step 3/26 : WORKDIR /edgex-go [2021-03-31T13:01:17.013Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T13:01:17.013Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T13:01:17.013Z] ---> 547dcee29098 [2021-03-31T13:01:17.013Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T13:01:17.013Z] ---> Using cache [2021-03-31T13:01:17.013Z] ---> 69ba6bc52c8a [2021-03-31T13:01:17.013Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T13:01:17.013Z] ---> Using cache [2021-03-31T13:01:17.013Z] ---> 9c4931a42ba1 [2021-03-31T13:01:17.013Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-31T13:01:17.013Z] ---> Using cache [2021-03-31T13:01:17.013Z] ---> 69ba6bc52c8a [2021-03-31T13:01:17.013Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T13:01:17.013Z] ---> Using cache [2021-03-31T13:01:17.013Z] ---> 9c4931a42ba1 [2021-03-31T13:01:17.013Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-31T13:01:17.013Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T13:01:17.013Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-31T13:01:17.013Z] ---> 547dcee29098 [2021-03-31T13:01:17.013Z] Step 3/22 : WORKDIR /edgex-go [2021-03-31T13:01:17.013Z] ---> Using cache [2021-03-31T13:01:17.013Z] ---> 69ba6bc52c8a [2021-03-31T13:01:17.013Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T13:01:17.013Z] ---> Using cache [2021-03-31T13:01:17.013Z] ---> 9c4931a42ba1 [2021-03-31T13:01:17.013Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-31T13:01:17.013Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T13:01:17.013Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T13:01:17.013Z] ---> 547dcee29098 [2021-03-31T13:01:17.013Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T13:01:17.013Z] ---> Using cache [2021-03-31T13:01:17.013Z] ---> 69ba6bc52c8a [2021-03-31T13:01:17.013Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T13:01:17.013Z] ---> Using cache [2021-03-31T13:01:17.013Z] ---> 9c4931a42ba1 [2021-03-31T13:01:17.013Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-31T13:01:17.013Z] ---> Using cache [2021-03-31T13:01:17.013Z] ---> feb78ebd34e2 [2021-03-31T13:01:17.013Z] Step 6/23 : COPY go.mod . [2021-03-31T13:01:17.013Z] ---> Using cache [2021-03-31T13:01:17.013Z] ---> 5023968b7d2c [2021-03-31T13:01:17.013Z] Step 7/23 : RUN go mod download [2021-03-31T13:01:17.013Z] ---> Using cache [2021-03-31T13:01:17.013Z] ---> a7f6863cd5fa [2021-03-31T13:01:17.013Z] Step 8/23 : COPY . . [2021-03-31T13:01:17.013Z] ---> Using cache [2021-03-31T13:01:17.013Z] ---> aba3ffe32b7d [2021-03-31T13:01:17.013Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-31T13:01:17.671Z] ---> Running in bca751d09b21 [2021-03-31T13:01:17.671Z] ---> Running in 2fc8b167dca9 [2021-03-31T13:01:17.671Z] ---> Running in 12192c73e6dc [2021-03-31T13:01:17.671Z] ---> Running in 52bce7356dc5 [2021-03-31T13:01:21.364Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.154" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-31T13:01:21.364Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T13:01:21.364Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T13:01:21.364Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T13:01:22.320Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T13:01:22.320Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T13:01:22.320Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T13:01:23.283Z] OK: 233 MiB in 51 packages [2021-03-31T13:01:23.283Z] OK: 233 MiB in 51 packages [2021-03-31T13:01:23.893Z] OK: 233 MiB in 51 packages [2021-03-31T13:01:26.231Z] Removing intermediate container bca751d09b21 [2021-03-31T13:01:26.231Z] ---> 34b87a518cd3 [2021-03-31T13:01:26.231Z] Step 6/26 : COPY go.mod . [2021-03-31T13:01:26.917Z] Removing intermediate container 12192c73e6dc [2021-03-31T13:01:26.917Z] ---> f8b0fcf196df [2021-03-31T13:01:26.917Z] Step 6/23 : COPY go.mod . [2021-03-31T13:01:27.229Z] Removing intermediate container 2fc8b167dca9 [2021-03-31T13:01:27.229Z] ---> ec4212d751c8 [2021-03-31T13:01:27.229Z] Step 6/22 : COPY go.mod . [2021-03-31T13:01:27.632Z] ---> 9a0a746d9ec4 [2021-03-31T13:01:27.632Z] Step 7/26 : RUN go mod download [2021-03-31T13:01:27.632Z] ---> Running in caba502d95dc [2021-03-31T13:01:27.632Z] ---> a6d59f3ecab6 [2021-03-31T13:01:27.632Z] Step 7/23 : RUN go mod download [2021-03-31T13:01:27.948Z] ---> Running in 0e5c8bd92ccf [2021-03-31T13:01:28.243Z] ---> 000c9a64a9c4 [2021-03-31T13:01:28.243Z] Step 7/22 : RUN go mod download [2021-03-31T13:01:28.536Z] ---> Running in c3f817091593 [2021-03-31T13:01:33.801Z] Removing intermediate container caba502d95dc [2021-03-31T13:01:33.801Z] ---> 12695ce1250f [2021-03-31T13:01:33.801Z] Step 8/26 : COPY . . [2021-03-31T13:01:34.122Z] Removing intermediate container 0e5c8bd92ccf [2021-03-31T13:01:34.122Z] ---> 579b7eeee8c3 [2021-03-31T13:01:34.122Z] Step 8/23 : COPY . . [2021-03-31T13:01:34.807Z] Removing intermediate container c3f817091593 [2021-03-31T13:01:34.807Z] ---> 4cae89ef2bfa [2021-03-31T13:01:34.807Z] Step 8/22 : COPY . . [2021-03-31T13:03:00.728Z] Removing intermediate container 52bce7356dc5 [2021-03-31T13:03:00.728Z] ---> 078a4fdd3833 [2021-03-31T13:03:00.728Z] [2021-03-31T13:03:00.728Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T13:03:01.146Z] ---> 42cb162f0360 [2021-03-31T13:03:01.146Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-31T13:03:01.590Z] ---> Using cache [2021-03-31T13:03:01.591Z] ---> 7ca910864bb4 [2021-03-31T13:03:01.591Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T13:03:01.591Z] ---> Using cache [2021-03-31T13:03:01.591Z] ---> c2475d618d55 [2021-03-31T13:03:01.591Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-31T13:03:03.732Z] lf-activate-venv(): INFO: Adding /tmp/venv-eWYI/bin to PATH [2021-03-31T13:03:03.732Z] INFO: No Stack... [2021-03-31T13:03:03.732Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-31T13:03:03.732Z] INFO: Archiving Costs [Pipeline] sh [2021-03-31T13:03:04.075Z] + cat /w/workspace/edgex-go/422/archives/cost.csv [2021-03-31T13:03:04.075Z] + cut -d, -f6 [Pipeline] lock [2021-03-31T13:03:04.191Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-master-422-stack-cost] [2021-03-31T13:03:04.203Z] Resource [jenkins-edgexfoundry-edgex-go-master-422-stack-cost] did not exist. Created. [2021-03-31T13:03:04.203Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-master-422-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-31T13:03:04.680Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-31T13:03:05.160Z] ---> Running in a19cc438ccc2 [2021-03-31T13:03:05.967Z] Stashed 1 file(s) [Pipeline] } [2021-03-31T13:03:05.974Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-master-422-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-31T13:03:09.154Z] Removing intermediate container a19cc438ccc2 [2021-03-31T13:03:09.154Z] ---> ed6b2d27081f [2021-03-31T13:03:09.154Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-31T13:03:09.638Z] ---> Running in 8e88d7decb57 [2021-03-31T13:03:12.670Z] Removing intermediate container 8e88d7decb57 [2021-03-31T13:03:12.670Z] ---> a3c456fb128c [2021-03-31T13:03:12.670Z] Step 15/23 : WORKDIR / [2021-03-31T13:03:12.981Z] ---> Running in 7a7d2bb6cbc0 [2021-03-31T13:03:14.781Z] Removing intermediate container 7a7d2bb6cbc0 [2021-03-31T13:03:14.781Z] ---> 778f4860b3fc [2021-03-31T13:03:14.781Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T13:03:17.273Z] ---> c10cc8495391 [2021-03-31T13:03:17.273Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-31T13:03:20.684Z] ---> a41f73a1ea27 [2021-03-31T13:03:20.684Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-31T13:03:21.075Z] ---> 5e5ff21bdaf2 [2021-03-31T13:03:21.075Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-31T13:03:21.408Z] ---> 5662774e14e2 [2021-03-31T13:03:21.408Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-31T13:03:21.408Z] ---> 9191c053c43a [2021-03-31T13:03:21.408Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-31T13:03:21.778Z] ---> Running in 74d140b68664 [2021-03-31T13:03:21.778Z] ---> Running in 1a1921a61c70 [2021-03-31T13:03:21.778Z] ---> Running in ab5e2e6eae9d [2021-03-31T13:03:21.778Z] ---> 026a2f5272b6 [2021-03-31T13:03:21.778Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-31T13:03:22.251Z] ---> Running in 251c579ece4d [2021-03-31T13:03:22.924Z] Removing intermediate container 251c579ece4d [2021-03-31T13:03:22.924Z] ---> 509beddb7902 [2021-03-31T13:03:22.924Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T13:03:23.240Z] ---> Running in 6ef28a24cf88 [2021-03-31T13:03:24.452Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.154" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-31T13:03:24.452Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.154" -o cmd/core-data/core-data ./cmd/core-data [2021-03-31T13:03:24.452Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.154" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-31T13:03:24.452Z] Removing intermediate container 6ef28a24cf88 [2021-03-31T13:03:24.452Z] ---> 543e46dc0ba0 [2021-03-31T13:03:24.452Z] Step 21/23 : LABEL arch=x86_64 [2021-03-31T13:03:25.544Z] ---> Running in 501dd0ad9b44 [2021-03-31T13:03:28.975Z] Removing intermediate container 501dd0ad9b44 [2021-03-31T13:03:28.975Z] ---> 4bfc1ab219e9 [2021-03-31T13:03:28.975Z] Step 22/23 : LABEL git_sha=ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T13:03:29.294Z] ---> Running in 9d9dce510382 [2021-03-31T13:03:30.008Z] Removing intermediate container 9d9dce510382 [2021-03-31T13:03:30.008Z] ---> 750b50809d6b [2021-03-31T13:03:30.008Z] Step 23/23 : LABEL version=2.0.0-dev.154 [2021-03-31T13:03:30.357Z] ---> Running in 02a25b5fc675 [2021-03-31T13:03:31.288Z] Removing intermediate container 02a25b5fc675 [2021-03-31T13:03:31.288Z] ---> caabb911488e [2021-03-31T13:03:31.288Z] [2021-03-31T13:03:32.559Z] Successfully built caabb911488e [2021-03-31T13:03:32.559Z] Successfully tagged docker-core-metadata-go:latest [2021-03-31T13:04:46.510Z]  Building docker-core-metadata-go ... done Removing intermediate container 74d140b68664 [2021-03-31T13:04:46.510Z] ---> 8acb06f9b58e [2021-03-31T13:04:46.510Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-31T13:04:46.510Z] ---> Running in 7a9803c42cd9 [2021-03-31T13:04:46.510Z] Removing intermediate container ab5e2e6eae9d [2021-03-31T13:04:46.510Z] ---> 1b5c10bf533f [2021-03-31T13:04:46.510Z] [2021-03-31T13:04:46.510Z] Step 10/22 : FROM alpine:3.12 [2021-03-31T13:04:46.510Z] ---> 42cb162f0360 [2021-03-31T13:04:46.510Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-31T13:04:46.510Z] ---> Running in ed9be6c9565c [2021-03-31T13:04:46.510Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.154" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-31T13:04:46.510Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T13:04:46.510Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T13:04:46.510Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-31T13:04:46.510Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-31T13:04:46.510Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T13:04:46.510Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T13:04:46.510Z] OK: 6 MiB in 16 packages [2021-03-31T13:04:46.510Z] Removing intermediate container 1a1921a61c70 [2021-03-31T13:04:46.510Z] ---> a1644a978587 [2021-03-31T13:04:46.510Z] [2021-03-31T13:04:46.510Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T13:04:46.510Z] ---> 42cb162f0360 [2021-03-31T13:04:46.510Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-31T13:04:46.510Z] ---> Running in 6b01c50dd5ed [2021-03-31T13:04:46.510Z] Removing intermediate container 6b01c50dd5ed [2021-03-31T13:04:46.510Z] ---> 69743af11669 [2021-03-31T13:04:46.510Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-31T13:04:46.510Z] Removing intermediate container ed9be6c9565c [2021-03-31T13:04:46.510Z] ---> 2745cb803a5a [2021-03-31T13:04:46.510Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T13:04:46.510Z] ---> Running in 785352372f0a [2021-03-31T13:04:46.510Z] ---> Running in d0e6c105f0ab [2021-03-31T13:04:46.510Z] Removing intermediate container 7a9803c42cd9 [2021-03-31T13:04:46.510Z] ---> c6db0f90af7f [2021-03-31T13:04:46.510Z] [2021-03-31T13:04:46.510Z] Step 11/26 : FROM docker:20.10.0 [2021-03-31T13:04:46.510Z] 20.10.0: Pulling from library/docker [2021-03-31T13:04:46.510Z] Removing intermediate container 785352372f0a [2021-03-31T13:04:46.510Z] ---> b1d89b7e3cee [2021-03-31T13:04:46.510Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-31T13:04:46.510Z] ---> Running in 206e7bf4c90f [2021-03-31T13:04:46.906Z] Removing intermediate container d0e6c105f0ab [2021-03-31T13:04:46.906Z] ---> 5c305ab52a49 [2021-03-31T13:04:46.906Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-31T13:04:46.906Z] ---> Running in be8eb9097119 [2021-03-31T13:04:46.906Z] Removing intermediate container 206e7bf4c90f [2021-03-31T13:04:46.906Z] ---> 1a27bc88c24e [2021-03-31T13:04:46.906Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T13:04:47.273Z] Removing intermediate container be8eb9097119 [2021-03-31T13:04:47.273Z] ---> b5a69df9bf89 [2021-03-31T13:04:47.273Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-31T13:04:47.273Z] ---> Running in 13b0f9008a81 [2021-03-31T13:04:47.273Z] ---> Running in 54d363aee8f7 [2021-03-31T13:04:49.246Z] Removing intermediate container 54d363aee8f7 [2021-03-31T13:04:49.246Z] ---> ed02face50fe [2021-03-31T13:04:49.246Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T13:04:51.661Z] ---> fd87d52dfe73 [2021-03-31T13:04:51.661Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-31T13:04:52.474Z] Removing intermediate container 13b0f9008a81 [2021-03-31T13:04:52.474Z] ---> 66029acd0ef4 [2021-03-31T13:04:52.474Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-31T13:04:52.474Z] ---> Running in 0b2c62fccc65 [2021-03-31T13:04:53.760Z] ---> 3f366b556ea2 [2021-03-31T13:04:53.760Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-31T13:04:54.075Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T13:04:54.781Z] ---> 4153f2eac763 [2021-03-31T13:04:54.781Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-31T13:04:55.067Z] ---> Running in df3e62dd3068 [2021-03-31T13:04:55.364Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T13:04:55.636Z] Removing intermediate container df3e62dd3068 [2021-03-31T13:04:55.636Z] ---> 276547061926 [2021-03-31T13:04:55.636Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T13:04:55.906Z] ---> Running in 5925ece4707b [2021-03-31T13:04:56.650Z] Removing intermediate container 5925ece4707b [2021-03-31T13:04:56.650Z] ---> 353940442e72 [2021-03-31T13:04:56.650Z] Step 20/22 : LABEL arch=x86_64 [2021-03-31T13:04:57.297Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-31T13:04:57.297Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-31T13:04:57.297Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-31T13:04:57.600Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-31T13:04:57.919Z] ---> Running in 267d12bb6b1e [2021-03-31T13:04:58.791Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-31T13:04:59.335Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-31T13:04:59.335Z] Removing intermediate container 267d12bb6b1e [2021-03-31T13:04:59.335Z] ---> e0a3a98e7175 [2021-03-31T13:04:59.335Z] Step 21/22 : LABEL git_sha=ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T13:04:59.335Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T13:04:59.335Z] OK: 8 MiB in 20 packages [2021-03-31T13:04:59.734Z] ---> Running in ba0320c6cf6c [2021-03-31T13:05:01.083Z] Removing intermediate container ba0320c6cf6c [2021-03-31T13:05:01.083Z] ---> 3145261e6ed4 [2021-03-31T13:05:01.083Z] Step 22/22 : LABEL version=2.0.0-dev.154 [2021-03-31T13:05:01.440Z] ---> Running in fc0aec006b39 [2021-03-31T13:05:02.771Z] Removing intermediate container fc0aec006b39 [2021-03-31T13:05:02.771Z] ---> 06512fac0601 [2021-03-31T13:05:02.771Z] [2021-03-31T13:05:02.771Z] Removing intermediate container 0b2c62fccc65 [2021-03-31T13:05:02.771Z] ---> 9ba80e860061 [2021-03-31T13:05:02.771Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T13:05:03.897Z] Successfully built 06512fac0601 [2021-03-31T13:05:03.897Z] Successfully tagged docker-support-notifications-go:latest [2021-03-31T13:05:04.206Z]  Building docker-support-notifications-go ... done  ---> 7496bf1a881b [2021-03-31T13:05:04.206Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-31T13:05:05.304Z] ---> 6985853ab12a [2021-03-31T13:05:05.304Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-31T13:05:06.094Z] ---> 02766f4ca004 [2021-03-31T13:05:06.094Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-31T13:05:06.094Z] ---> Running in 62994cee4327 [2021-03-31T13:05:06.899Z] Removing intermediate container 62994cee4327 [2021-03-31T13:05:06.899Z] ---> b5cdade0d459 [2021-03-31T13:05:06.899Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T13:05:06.899Z] ---> Running in 1f2cd74d86da [2021-03-31T13:05:07.274Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-31T13:05:07.274Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-31T13:05:07.274Z] ---> aefe523efa57 [2021-03-31T13:05:07.274Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-31T13:05:07.274Z] ---> Running in 0b3eca378bcb [2021-03-31T13:05:07.274Z] Removing intermediate container 1f2cd74d86da [2021-03-31T13:05:07.274Z] ---> 526d5cec84d8 [2021-03-31T13:05:07.274Z] Step 21/23 : LABEL arch=x86_64 [2021-03-31T13:05:07.575Z] ---> Running in 309f306c39d5 [2021-03-31T13:05:07.852Z] Removing intermediate container 309f306c39d5 [2021-03-31T13:05:07.852Z] ---> 737691cfa588 [2021-03-31T13:05:07.852Z] Step 22/23 : LABEL git_sha=ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T13:05:07.852Z] ---> Running in eb0fd59543e6 [2021-03-31T13:05:08.226Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T13:05:08.226Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T13:05:08.226Z] Removing intermediate container eb0fd59543e6 [2021-03-31T13:05:08.226Z] ---> 98a8b21f30db [2021-03-31T13:05:08.226Z] Step 23/23 : LABEL version=2.0.0-dev.154 [2021-03-31T13:05:08.644Z] ---> Running in 4e0554eb5de6 [2021-03-31T13:05:08.952Z] (1/2) Installing readline (8.0.4-r0) [2021-03-31T13:05:08.952Z] (2/2) Installing bash (5.0.17-r0) [2021-03-31T13:05:08.952Z] Executing bash-5.0.17-r0.post-install [2021-03-31T13:05:08.952Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T13:05:08.952Z] Removing intermediate container 4e0554eb5de6 [2021-03-31T13:05:08.952Z] ---> 20aa7f46ed78 [2021-03-31T13:05:08.952Z] [2021-03-31T13:05:08.952Z] OK: 12 MiB in 22 packages [2021-03-31T13:05:09.696Z] Successfully built 20aa7f46ed78 [2021-03-31T13:05:09.696Z] Successfully tagged docker-core-data-go:latest [2021-03-31T13:05:09.993Z]  Building docker-core-data-go ... done Removing intermediate container 0b3eca378bcb [2021-03-31T13:05:09.993Z] ---> 77b4b75e5f2f [2021-03-31T13:05:09.993Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-31T13:05:09.993Z] ---> Running in 317710888b56 [2021-03-31T13:05:10.340Z] Removing intermediate container 317710888b56 [2021-03-31T13:05:10.340Z] ---> f97eac5232ff [2021-03-31T13:05:10.340Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-31T13:05:10.770Z] ---> Running in fd6298806c28 [2021-03-31T13:05:12.188Z] Removing intermediate container fd6298806c28 [2021-03-31T13:05:12.188Z] ---> 9a1bea99d673 [2021-03-31T13:05:12.188Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-31T13:05:12.188Z] ---> Running in 79ed8e255420 [2021-03-31T13:05:12.477Z] Removing intermediate container 79ed8e255420 [2021-03-31T13:05:12.478Z] ---> abb2ee286f1b [2021-03-31T13:05:12.478Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-31T13:05:14.804Z] ---> 6bf7de35c9eb [2021-03-31T13:05:14.804Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-31T13:05:15.587Z] ---> 7b29d8ceedf7 [2021-03-31T13:05:15.587Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-31T13:05:16.646Z] ---> c6cea2cf8c86 [2021-03-31T13:05:16.646Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-31T13:05:16.964Z] ---> Running in e43fb4693aa4 [2021-03-31T13:05:20.842Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T13:05:20.842Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T13:05:21.192Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-31T13:05:21.192Z] (2/33) Installing expat (2.2.9-r1) [2021-03-31T13:05:21.192Z] (3/33) Installing libffi (3.3-r2) [2021-03-31T13:05:21.192Z] (4/33) Installing gdbm (1.13-r1) [2021-03-31T13:05:21.537Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-31T13:05:21.537Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-31T13:05:21.537Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-31T13:05:23.739Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-31T13:05:23.739Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-31T13:05:23.739Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-31T13:05:23.739Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-31T13:05:23.739Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-31T13:05:23.739Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-31T13:05:23.739Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-31T13:05:23.739Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-31T13:05:24.038Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-31T13:05:24.038Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-31T13:05:24.038Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-31T13:05:24.341Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-31T13:05:24.341Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-31T13:05:24.341Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-31T13:05:24.341Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-31T13:05:24.341Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-31T13:05:24.341Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-31T13:05:24.341Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-31T13:05:24.341Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-31T13:05:24.640Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-31T13:05:24.640Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-31T13:05:24.640Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-31T13:05:24.640Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-31T13:05:24.640Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-31T13:05:24.640Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-31T13:05:24.640Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-31T13:05:24.977Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T13:05:24.977Z] OK: 71 MiB in 55 packages [2021-03-31T13:05:37.949Z] Removing intermediate container e43fb4693aa4 [2021-03-31T13:05:37.949Z] ---> 2b8417eef9fd [2021-03-31T13:05:37.949Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-31T13:05:37.949Z] ---> Running in cee14cbb6906 [2021-03-31T13:05:38.961Z] Collecting docker-compose==1.23.2 [2021-03-31T13:05:38.961Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-31T13:05:39.809Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-31T13:05:39.809Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-31T13:05:40.236Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-31T13:05:40.236Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-31T13:05:40.236Z] 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-03-31T13:05:40.589Z] Collecting jsonschema<3,>=2.5.1 [2021-03-31T13:05:40.589Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-31T13:05:40.970Z] Collecting PyYAML<4,>=3.10 [2021-03-31T13:05:40.970Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-31T13:05:42.102Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-31T13:05:42.102Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-31T13:05:43.195Z] Collecting texttable<0.10,>=0.9.0 [2021-03-31T13:05:43.195Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-31T13:05:43.820Z] Collecting docker<4.0,>=3.6.0 [2021-03-31T13:05:43.820Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-31T13:05:44.122Z] Collecting docopt<0.7,>=0.6.1 [2021-03-31T13:05:44.122Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-31T13:05:45.004Z] Collecting cached-property<2,>=1.2.0 [2021-03-31T13:05:45.004Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-31T13:05:45.004Z] 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-03-31T13:05:45.004Z] 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-03-31T13:05:45.004Z] Collecting idna<2.8,>=2.5 [2021-03-31T13:05:45.004Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-31T13:05:45.396Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-31T13:05:45.396Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-31T13:05:45.747Z] Collecting docker-pycreds>=0.4.0 [2021-03-31T13:05:45.747Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-31T13:05:45.747Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-31T13:05:45.747Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-31T13:05:45.747Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-31T13:05:45.747Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-31T13:05:46.400Z] Installing collected packages: idna, urllib3, requests, websocket-client, jsonschema, PyYAML, dockerpty, texttable, docker-pycreds, docker, docopt, cached-property, docker-compose [2021-03-31T13:05:46.400Z] Attempting uninstall: idna [2021-03-31T13:05:46.400Z] Found existing installation: idna 2.9 [2021-03-31T13:05:46.400Z] Uninstalling idna-2.9: [2021-03-31T13:05:46.400Z] Successfully uninstalled idna-2.9 [2021-03-31T13:05:46.898Z] Attempting uninstall: urllib3 [2021-03-31T13:05:46.898Z] Found existing installation: urllib3 1.25.9 [2021-03-31T13:05:47.242Z] Uninstalling urllib3-1.25.9: [2021-03-31T13:05:47.242Z] Successfully uninstalled urllib3-1.25.9 [2021-03-31T13:05:47.856Z] Attempting uninstall: requests [2021-03-31T13:05:47.856Z] Found existing installation: requests 2.23.0 [2021-03-31T13:05:47.856Z] Uninstalling requests-2.23.0: [2021-03-31T13:05:48.133Z] Successfully uninstalled requests-2.23.0 [2021-03-31T13:05:48.783Z] Running setup.py install for PyYAML: started [2021-03-31T13:05:49.966Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-31T13:05:49.966Z] Running setup.py install for dockerpty: started [2021-03-31T13:05:51.011Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-31T13:05:51.011Z] Running setup.py install for texttable: started [2021-03-31T13:05:52.063Z] Running setup.py install for texttable: finished with status 'done' [2021-03-31T13:05:52.368Z] Running setup.py install for docopt: started [2021-03-31T13:05:53.003Z] Running setup.py install for docopt: finished with status 'done' [2021-03-31T13:05:53.752Z] 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.58.0 [2021-03-31T13:06:00.943Z] Removing intermediate container cee14cbb6906 [2021-03-31T13:06:00.943Z] ---> b700d49f3043 [2021-03-31T13:06:00.943Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-31T13:06:00.943Z] ---> Running in a6a18f92a2c3 [2021-03-31T13:06:03.879Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T13:06:03.879Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T13:06:04.230Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T13:06:04.230Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-31T13:06:04.521Z] (3/3) Installing curl (7.69.1-r3) [2021-03-31T13:06:04.521Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T13:06:04.521Z] OK: 72 MiB in 58 packages [2021-03-31T13:06:05.854Z] Removing intermediate container a6a18f92a2c3 [2021-03-31T13:06:05.854Z] ---> fc710bdf3b1b [2021-03-31T13:06:05.854Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-31T13:06:06.261Z] ---> Running in 917dab598f85 [2021-03-31T13:06:07.020Z] Removing intermediate container 917dab598f85 [2021-03-31T13:06:07.020Z] ---> 4e8a16373998 [2021-03-31T13:06:07.020Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T13:06:07.020Z] ---> Running in d1488dc738ce [2021-03-31T13:06:07.313Z] Removing intermediate container d1488dc738ce [2021-03-31T13:06:07.313Z] ---> 0ee5790a2056 [2021-03-31T13:06:07.313Z] Step 24/26 : LABEL arch=x86_64 [2021-03-31T13:06:07.313Z] ---> Running in 057d09a38057 [2021-03-31T13:06:07.585Z] Removing intermediate container 057d09a38057 [2021-03-31T13:06:07.585Z] ---> b46336197b3e [2021-03-31T13:06:07.585Z] Step 25/26 : LABEL git_sha=ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T13:06:08.575Z] ---> Running in 07445de024da [2021-03-31T13:06:09.142Z] Removing intermediate container 07445de024da [2021-03-31T13:06:09.142Z] ---> 2adc4d654446 [2021-03-31T13:06:09.142Z] Step 26/26 : LABEL version=2.0.0-dev.154 [2021-03-31T13:06:09.142Z] ---> Running in 4db0fbda3102 [2021-03-31T13:06:10.605Z] Removing intermediate container 4db0fbda3102 [2021-03-31T13:06:10.605Z] ---> 8913b606adaf [2021-03-31T13:06:10.605Z] [2021-03-31T13:06:10.605Z] Successfully built 8913b606adaf [2021-03-31T13:06:11.520Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-31T13:06:12.027Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-31T13:06:12.201Z] $ docker stop --time=1 e5101685524409a5bfdc5191a2a4fe93f96faa2ddc9dbd67c9e0a66d19dfaa7a [2021-03-31T13:06:15.261Z] $ docker rm -f e5101685524409a5bfdc5191a2a4fe93f96faa2ddc9dbd67c9e0a66d19dfaa7a [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-31T13:06:16.386Z] + docker images [2021-03-31T13:06:16.386Z] + grep docker [2021-03-31T13:06:17.414Z] docker-sys-mgmt-agent-go latest 8913b606adaf 8 seconds ago 314MB [2021-03-31T13:06:17.414Z] docker-core-data-go latest 20aa7f46ed78 About a minute ago 22.7MB [2021-03-31T13:06:17.414Z] docker-support-notifications-go latest 06512fac0601 About a minute ago 17.9MB [2021-03-31T13:06:17.414Z] docker-core-metadata-go latest caabb911488e 2 minutes ago 19MB [2021-03-31T13:06:17.414Z] docker-security-bootstrapper-go latest 8262b3195832 5 minutes ago 18.9MB [2021-03-31T13:06:17.414Z] docker-security-secretstore-setup-go latest 08a5ad7bf43a 6 minutes ago 25.7MB [2021-03-31T13:06:17.414Z] docker-core-command-go latest f20f95a23672 6 minutes ago 17.3MB [2021-03-31T13:06:17.414Z] docker-security-proxy-setup-go latest 596f02fa8891 6 minutes ago 25.4MB [2021-03-31T13:06:17.414Z] docker-support-scheduler-go latest c156999bb232 6 minutes ago 17.4MB [2021-03-31T13:06:17.414Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-31T13:06:18.009Z] provisioning config files... [2021-03-31T13:06:18.162Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/422@tmp/config4984681735349185259tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-31T13:06:18.694Z] ---> docker-login.sh [2021-03-31T13:06:18.695Z] nexus3.edgexfoundry.org:10001 [2021-03-31T13:06:19.330Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T13:06:19.673Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T13:06:19.673Z] Configure a credential helper to remove this warning. See [2021-03-31T13:06:19.673Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T13:06:19.673Z] [2021-03-31T13:06:19.673Z] Login Succeeded [2021-03-31T13:06:19.673Z] nexus3.edgexfoundry.org:10002 [2021-03-31T13:06:20.662Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T13:06:20.662Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T13:06:20.662Z] Configure a credential helper to remove this warning. See [2021-03-31T13:06:20.662Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T13:06:20.662Z] [2021-03-31T13:06:20.662Z] Login Succeeded [2021-03-31T13:06:20.662Z] nexus3.edgexfoundry.org:10003 [2021-03-31T13:06:21.492Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T13:06:21.492Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T13:06:21.492Z] Configure a credential helper to remove this warning. See [2021-03-31T13:06:21.492Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T13:06:21.492Z] [2021-03-31T13:06:21.492Z] Login Succeeded [2021-03-31T13:06:21.492Z] nexus3.edgexfoundry.org:10004 [2021-03-31T13:06:22.358Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T13:06:22.740Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T13:06:22.740Z] Configure a credential helper to remove this warning. See [2021-03-31T13:06:22.740Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T13:06:22.740Z] [2021-03-31T13:06:22.740Z] Login Succeeded [2021-03-31T13:06:22.740Z] docker.io [2021-03-31T13:06:23.930Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T13:06:24.586Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T13:06:24.586Z] Configure a credential helper to remove this warning. See [2021-03-31T13:06:24.586Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T13:06:24.586Z] [2021-03-31T13:06:24.586Z] Login Succeeded [2021-03-31T13:06:24.586Z] ---> docker-login.sh ends [Pipeline] } [2021-03-31T13:06:24.676Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-31T13:06:24.926Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-03-31T13:06:24.927Z] ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T13:06:24.927Z] 2.0.0-dev.154 [2021-03-31T13:06:24.927Z] ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [2021-03-31T13:06:24.927Z] master [2021-03-31T13:06:24.927Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:06:25.698Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:ffa292a08661baeb026f188275a19c5914c89a0e [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:06:26.490Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T13:06:27.200Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-31T13:06:27.200Z] 875d563ab298: Preparing [2021-03-31T13:06:27.200Z] dcfc7e24127a: Preparing [2021-03-31T13:06:27.200Z] ad2b3c833e19: Preparing [2021-03-31T13:06:27.200Z] a866d3f4b370: Preparing [2021-03-31T13:06:27.200Z] fa29914ad24c: Preparing [2021-03-31T13:06:27.200Z] fa29914ad24c: Layer already exists [2021-03-31T13:06:28.152Z] a866d3f4b370: Pushed [2021-03-31T13:06:28.473Z] ad2b3c833e19: Pushed [2021-03-31T13:06:28.473Z] 875d563ab298: Pushed [2021-03-31T13:06:30.367Z] dcfc7e24127a: Pushed [2021-03-31T13:06:30.701Z] ffa292a08661baeb026f188275a19c5914c89a0e: digest: sha256:f76198a861a890488abeb5ef5b5d64cce58fc437ccf6421ed66eab5b9e5f38c8 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:06:31.157Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.154 [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:06:31.787Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.154 [2021-03-31T13:06:32.054Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-31T13:06:32.054Z] 875d563ab298: Preparing [2021-03-31T13:06:32.054Z] dcfc7e24127a: Preparing [2021-03-31T13:06:32.054Z] ad2b3c833e19: Preparing [2021-03-31T13:06:32.054Z] a866d3f4b370: Preparing [2021-03-31T13:06:32.054Z] fa29914ad24c: Preparing [2021-03-31T13:06:32.054Z] 875d563ab298: Layer already exists [2021-03-31T13:06:32.054Z] dcfc7e24127a: Layer already exists [2021-03-31T13:06:32.054Z] a866d3f4b370: Layer already exists [2021-03-31T13:06:32.054Z] ad2b3c833e19: Layer already exists [2021-03-31T13:06:32.054Z] fa29914ad24c: Layer already exists [2021-03-31T13:06:32.332Z] 2.0.0-dev.154: digest: sha256:f76198a861a890488abeb5ef5b5d64cce58fc437ccf6421ed66eab5b9e5f38c8 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:06:32.723Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:06:33.169Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [2021-03-31T13:06:33.438Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-31T13:06:33.438Z] 875d563ab298: Preparing [2021-03-31T13:06:33.438Z] dcfc7e24127a: Preparing [2021-03-31T13:06:33.438Z] ad2b3c833e19: Preparing [2021-03-31T13:06:33.438Z] a866d3f4b370: Preparing [2021-03-31T13:06:33.438Z] fa29914ad24c: Preparing [2021-03-31T13:06:33.438Z] 875d563ab298: Layer already exists [2021-03-31T13:06:33.438Z] ad2b3c833e19: Layer already exists [2021-03-31T13:06:33.438Z] dcfc7e24127a: Layer already exists [2021-03-31T13:06:33.438Z] fa29914ad24c: Layer already exists [2021-03-31T13:06:33.438Z] a866d3f4b370: Layer already exists [2021-03-31T13:06:33.438Z] ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154: digest: sha256:f76198a861a890488abeb5ef5b5d64cce58fc437ccf6421ed66eab5b9e5f38c8 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:06:33.960Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:06:34.420Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-03-31T13:06:34.753Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-31T13:06:34.753Z] 875d563ab298: Preparing [2021-03-31T13:06:34.753Z] dcfc7e24127a: Preparing [2021-03-31T13:06:34.753Z] ad2b3c833e19: Preparing [2021-03-31T13:06:34.753Z] a866d3f4b370: Preparing [2021-03-31T13:06:34.753Z] fa29914ad24c: Preparing [2021-03-31T13:06:34.753Z] a866d3f4b370: Layer already exists [2021-03-31T13:06:34.753Z] ad2b3c833e19: Layer already exists [2021-03-31T13:06:34.753Z] fa29914ad24c: Layer already exists [2021-03-31T13:06:34.753Z] dcfc7e24127a: Layer already exists [2021-03-31T13:06:34.753Z] 875d563ab298: Layer already exists [2021-03-31T13:06:35.087Z] master: digest: sha256:f76198a861a890488abeb5ef5b5d64cce58fc437ccf6421ed66eab5b9e5f38c8 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-31T13:06:35.284Z] ===================================================== [Pipeline] echo [2021-03-31T13:06:35.347Z] taggedImages: [2021-03-31T13:06:35.347Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T13:06:35.347Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.154 [2021-03-31T13:06:35.347Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [2021-03-31T13:06:35.347Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-03-31T13:06:35.419Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-03-31T13:06:35.419Z] ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T13:06:35.419Z] 2.0.0-dev.154 [2021-03-31T13:06:35.419Z] ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [2021-03-31T13:06:35.419Z] master [2021-03-31T13:06:35.419Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:06:36.389Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:ffa292a08661baeb026f188275a19c5914c89a0e [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:06:37.051Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T13:06:37.051Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-31T13:06:37.051Z] 923714964e92: Preparing [2021-03-31T13:06:37.051Z] 9ceac8462a20: Preparing [2021-03-31T13:06:37.051Z] ad2b3c833e19: Preparing [2021-03-31T13:06:37.051Z] 87516945e92a: Preparing [2021-03-31T13:06:37.051Z] 989bca83eb33: Preparing [2021-03-31T13:06:37.051Z] fa29914ad24c: Preparing [2021-03-31T13:06:37.051Z] fa29914ad24c: Waiting [2021-03-31T13:06:37.404Z] ad2b3c833e19: Layer already exists [2021-03-31T13:06:37.404Z] fa29914ad24c: Layer already exists [2021-03-31T13:06:37.687Z] 923714964e92: Pushed [2021-03-31T13:06:37.687Z] 989bca83eb33: Pushed [2021-03-31T13:06:37.993Z] 87516945e92a: Pushed [2021-03-31T13:06:40.409Z] 9ceac8462a20: Pushed [2021-03-31T13:06:40.699Z] ffa292a08661baeb026f188275a19c5914c89a0e: digest: sha256:eb2d0c8e04a9cfe322030bee5782554ed1d52d3854c2ca1a7bc316bb750df7b1 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:06:41.059Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.154 [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:06:41.458Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.154 [2021-03-31T13:06:41.772Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-31T13:06:41.772Z] 923714964e92: Preparing [2021-03-31T13:06:41.772Z] 9ceac8462a20: Preparing [2021-03-31T13:06:41.772Z] ad2b3c833e19: Preparing [2021-03-31T13:06:41.772Z] 87516945e92a: Preparing [2021-03-31T13:06:41.772Z] 989bca83eb33: Preparing [2021-03-31T13:06:41.772Z] fa29914ad24c: Preparing [2021-03-31T13:06:41.772Z] fa29914ad24c: Waiting [2021-03-31T13:06:42.038Z] 9ceac8462a20: Layer already exists [2021-03-31T13:06:42.038Z] 87516945e92a: Layer already exists [2021-03-31T13:06:42.038Z] 989bca83eb33: Layer already exists [2021-03-31T13:06:42.038Z] ad2b3c833e19: Layer already exists [2021-03-31T13:06:42.038Z] 923714964e92: Layer already exists [2021-03-31T13:06:42.038Z] fa29914ad24c: Layer already exists [2021-03-31T13:06:42.038Z] 2.0.0-dev.154: digest: sha256:eb2d0c8e04a9cfe322030bee5782554ed1d52d3854c2ca1a7bc316bb750df7b1 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:06:42.389Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:06:42.820Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [2021-03-31T13:06:42.820Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-31T13:06:42.820Z] 923714964e92: Preparing [2021-03-31T13:06:42.820Z] 9ceac8462a20: Preparing [2021-03-31T13:06:42.820Z] ad2b3c833e19: Preparing [2021-03-31T13:06:42.820Z] 87516945e92a: Preparing [2021-03-31T13:06:42.820Z] 989bca83eb33: Preparing [2021-03-31T13:06:42.820Z] fa29914ad24c: Preparing [2021-03-31T13:06:42.820Z] fa29914ad24c: Waiting [2021-03-31T13:06:42.820Z] 9ceac8462a20: Layer already exists [2021-03-31T13:06:42.820Z] 923714964e92: Layer already exists [2021-03-31T13:06:42.820Z] ad2b3c833e19: Layer already exists [2021-03-31T13:06:42.820Z] 989bca83eb33: Layer already exists [2021-03-31T13:06:42.820Z] 87516945e92a: Layer already exists [2021-03-31T13:06:43.099Z] fa29914ad24c: Layer already exists [2021-03-31T13:06:43.099Z] ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154: digest: sha256:eb2d0c8e04a9cfe322030bee5782554ed1d52d3854c2ca1a7bc316bb750df7b1 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:06:43.472Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:06:43.889Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-03-31T13:06:43.889Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-31T13:06:43.889Z] 923714964e92: Preparing [2021-03-31T13:06:43.889Z] 9ceac8462a20: Preparing [2021-03-31T13:06:43.889Z] ad2b3c833e19: Preparing [2021-03-31T13:06:43.889Z] 87516945e92a: Preparing [2021-03-31T13:06:43.889Z] 989bca83eb33: Preparing [2021-03-31T13:06:43.889Z] fa29914ad24c: Preparing [2021-03-31T13:06:43.889Z] fa29914ad24c: Waiting [2021-03-31T13:06:44.356Z] 87516945e92a: Layer already exists [2021-03-31T13:06:44.356Z] ad2b3c833e19: Layer already exists [2021-03-31T13:06:44.356Z] 923714964e92: Layer already exists [2021-03-31T13:06:44.356Z] 9ceac8462a20: Layer already exists [2021-03-31T13:06:44.356Z] 989bca83eb33: Layer already exists [2021-03-31T13:06:44.356Z] fa29914ad24c: Layer already exists [2021-03-31T13:06:44.356Z] master: digest: sha256:eb2d0c8e04a9cfe322030bee5782554ed1d52d3854c2ca1a7bc316bb750df7b1 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-31T13:06:44.616Z] ===================================================== [Pipeline] echo [2021-03-31T13:06:44.663Z] taggedImages: [2021-03-31T13:06:44.663Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T13:06:44.663Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.154 [2021-03-31T13:06:44.663Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [2021-03-31T13:06:44.663Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-03-31T13:06:44.731Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-03-31T13:06:44.731Z] ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T13:06:44.731Z] 2.0.0-dev.154 [2021-03-31T13:06:44.731Z] ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [2021-03-31T13:06:44.731Z] master [2021-03-31T13:06:44.731Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:06:45.359Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ffa292a08661baeb026f188275a19c5914c89a0e [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:06:45.964Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T13:06:45.964Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-31T13:06:45.964Z] c948e2e749d4: Preparing [2021-03-31T13:06:45.964Z] 079a2db868a8: Preparing [2021-03-31T13:06:45.964Z] ad2b3c833e19: Preparing [2021-03-31T13:06:45.964Z] a866d3f4b370: Preparing [2021-03-31T13:06:45.964Z] fa29914ad24c: Preparing [2021-03-31T13:06:45.964Z] fa29914ad24c: Layer already exists [2021-03-31T13:06:45.964Z] ad2b3c833e19: Layer already exists [2021-03-31T13:06:45.964Z] a866d3f4b370: Layer already exists [2021-03-31T13:06:46.231Z] c948e2e749d4: Pushed [2021-03-31T13:06:48.899Z] 079a2db868a8: Pushed [2021-03-31T13:06:48.899Z] ffa292a08661baeb026f188275a19c5914c89a0e: digest: sha256:ee3fe0761230579e3d93b9786a6f7d17d544d7612a1d324876dd56140d8d5fef size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:06:49.314Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.154 [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:06:49.909Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.154 [2021-03-31T13:06:50.229Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-31T13:06:50.530Z] c948e2e749d4: Preparing [2021-03-31T13:06:50.530Z] 079a2db868a8: Preparing [2021-03-31T13:06:50.530Z] ad2b3c833e19: Preparing [2021-03-31T13:06:50.530Z] a866d3f4b370: Preparing [2021-03-31T13:06:50.530Z] fa29914ad24c: Preparing [2021-03-31T13:06:50.530Z] fa29914ad24c: Layer already exists [2021-03-31T13:06:50.530Z] a866d3f4b370: Layer already exists [2021-03-31T13:06:50.530Z] c948e2e749d4: Layer already exists [2021-03-31T13:06:50.530Z] ad2b3c833e19: Layer already exists [2021-03-31T13:06:50.530Z] 079a2db868a8: Layer already exists [2021-03-31T13:06:50.530Z] 2.0.0-dev.154: digest: sha256:ee3fe0761230579e3d93b9786a6f7d17d544d7612a1d324876dd56140d8d5fef size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:06:51.015Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:06:51.655Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [2021-03-31T13:06:52.087Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-31T13:06:52.087Z] c948e2e749d4: Preparing [2021-03-31T13:06:52.087Z] 079a2db868a8: Preparing [2021-03-31T13:06:52.087Z] ad2b3c833e19: Preparing [2021-03-31T13:06:52.088Z] a866d3f4b370: Preparing [2021-03-31T13:06:52.088Z] fa29914ad24c: Preparing [2021-03-31T13:06:52.088Z] 079a2db868a8: Layer already exists [2021-03-31T13:06:52.401Z] ad2b3c833e19: Layer already exists [2021-03-31T13:06:52.401Z] a866d3f4b370: Layer already exists [2021-03-31T13:06:52.401Z] fa29914ad24c: Layer already exists [2021-03-31T13:06:52.401Z] c948e2e749d4: Layer already exists [2021-03-31T13:06:52.401Z] ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154: digest: sha256:ee3fe0761230579e3d93b9786a6f7d17d544d7612a1d324876dd56140d8d5fef size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:06:52.751Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:06:53.650Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-03-31T13:06:53.963Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-31T13:06:54.238Z] c948e2e749d4: Preparing [2021-03-31T13:06:54.238Z] 079a2db868a8: Preparing [2021-03-31T13:06:54.238Z] ad2b3c833e19: Preparing [2021-03-31T13:06:54.238Z] a866d3f4b370: Preparing [2021-03-31T13:06:54.238Z] fa29914ad24c: Preparing [2021-03-31T13:06:54.238Z] ad2b3c833e19: Layer already exists [2021-03-31T13:06:54.238Z] a866d3f4b370: Layer already exists [2021-03-31T13:06:54.238Z] fa29914ad24c: Layer already exists [2021-03-31T13:06:54.238Z] 079a2db868a8: Layer already exists [2021-03-31T13:06:54.238Z] c948e2e749d4: Layer already exists [2021-03-31T13:06:54.238Z] master: digest: sha256:ee3fe0761230579e3d93b9786a6f7d17d544d7612a1d324876dd56140d8d5fef size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-31T13:06:54.431Z] ===================================================== [Pipeline] echo [2021-03-31T13:06:54.477Z] taggedImages: [2021-03-31T13:06:54.477Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T13:06:54.477Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.154 [2021-03-31T13:06:54.477Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [2021-03-31T13:06:54.477Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-03-31T13:06:54.539Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-03-31T13:06:54.539Z] ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T13:06:54.539Z] 2.0.0-dev.154 [2021-03-31T13:06:54.539Z] ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [2021-03-31T13:06:54.539Z] master [2021-03-31T13:06:54.539Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:06:55.140Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:ffa292a08661baeb026f188275a19c5914c89a0e [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:06:56.011Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T13:06:56.011Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-31T13:06:56.350Z] b54004ad3371: Preparing [2021-03-31T13:06:56.350Z] b54004ad3371: Preparing [2021-03-31T13:06:56.350Z] 55922cef2d15: Preparing [2021-03-31T13:06:56.350Z] 692697df201d: Preparing [2021-03-31T13:06:56.350Z] d4f887b5b35c: Preparing [2021-03-31T13:06:56.350Z] 52d470f3182b: Preparing [2021-03-31T13:06:56.350Z] ad2b3c833e19: Preparing [2021-03-31T13:06:56.350Z] 35e4d7b3ec2d: Preparing [2021-03-31T13:06:56.350Z] 35e4d7b3ec2d: Preparing [2021-03-31T13:06:56.350Z] a3b112a93498: Preparing [2021-03-31T13:06:56.350Z] 0740403072f9: Preparing [2021-03-31T13:06:56.350Z] fa29914ad24c: Preparing [2021-03-31T13:06:56.350Z] ad2b3c833e19: Waiting [2021-03-31T13:06:56.350Z] 35e4d7b3ec2d: Waiting [2021-03-31T13:06:56.350Z] a3b112a93498: Waiting [2021-03-31T13:06:56.350Z] 0740403072f9: Waiting [2021-03-31T13:06:56.350Z] fa29914ad24c: Waiting [2021-03-31T13:06:57.047Z] b54004ad3371: Pushed [2021-03-31T13:06:57.047Z] d4f887b5b35c: Pushed [2021-03-31T13:06:57.047Z] 55922cef2d15: Pushed [2021-03-31T13:06:57.047Z] 692697df201d: Pushed [2021-03-31T13:06:57.352Z] ad2b3c833e19: Layer already exists [2021-03-31T13:06:57.352Z] a3b112a93498: Pushed [2021-03-31T13:06:57.352Z] 35e4d7b3ec2d: Pushed [2021-03-31T13:06:57.704Z] 0740403072f9: Pushed [2021-03-31T13:06:57.704Z] fa29914ad24c: Layer already exists [2021-03-31T13:06:59.198Z] 52d470f3182b: Pushed [2021-03-31T13:06:59.467Z] ffa292a08661baeb026f188275a19c5914c89a0e: digest: sha256:a9516cc6dcf75f101ba10a5f836baeae58a2c617d2de3acbd38d9137ed3503fc size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:06:59.871Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.154 [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:07:00.684Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.154 [2021-03-31T13:07:00.971Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-31T13:07:00.971Z] b54004ad3371: Preparing [2021-03-31T13:07:00.971Z] b54004ad3371: Preparing [2021-03-31T13:07:00.971Z] 55922cef2d15: Preparing [2021-03-31T13:07:00.971Z] 692697df201d: Preparing [2021-03-31T13:07:00.971Z] d4f887b5b35c: Preparing [2021-03-31T13:07:00.971Z] 52d470f3182b: Preparing [2021-03-31T13:07:00.971Z] ad2b3c833e19: Preparing [2021-03-31T13:07:00.971Z] 35e4d7b3ec2d: Preparing [2021-03-31T13:07:00.971Z] 35e4d7b3ec2d: Preparing [2021-03-31T13:07:00.971Z] a3b112a93498: Preparing [2021-03-31T13:07:00.971Z] 0740403072f9: Preparing [2021-03-31T13:07:00.971Z] fa29914ad24c: Preparing [2021-03-31T13:07:00.971Z] ad2b3c833e19: Waiting [2021-03-31T13:07:00.971Z] 35e4d7b3ec2d: Waiting [2021-03-31T13:07:00.971Z] a3b112a93498: Waiting [2021-03-31T13:07:00.971Z] 0740403072f9: Waiting [2021-03-31T13:07:00.971Z] fa29914ad24c: Waiting [2021-03-31T13:07:00.971Z] b54004ad3371: Layer already exists [2021-03-31T13:07:00.971Z] 55922cef2d15: Layer already exists [2021-03-31T13:07:00.971Z] 52d470f3182b: Layer already exists [2021-03-31T13:07:00.971Z] 692697df201d: Layer already exists [2021-03-31T13:07:00.972Z] d4f887b5b35c: Layer already exists [2021-03-31T13:07:00.972Z] ad2b3c833e19: Layer already exists [2021-03-31T13:07:00.972Z] 35e4d7b3ec2d: Layer already exists [2021-03-31T13:07:00.972Z] 0740403072f9: Layer already exists [2021-03-31T13:07:00.972Z] a3b112a93498: Layer already exists [2021-03-31T13:07:00.972Z] fa29914ad24c: Layer already exists [2021-03-31T13:07:01.249Z] 2.0.0-dev.154: digest: sha256:a9516cc6dcf75f101ba10a5f836baeae58a2c617d2de3acbd38d9137ed3503fc size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:07:01.681Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:07:02.776Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [2021-03-31T13:07:03.468Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-31T13:07:03.468Z] b54004ad3371: Preparing [2021-03-31T13:07:03.468Z] b54004ad3371: Preparing [2021-03-31T13:07:03.468Z] 55922cef2d15: Preparing [2021-03-31T13:07:03.468Z] 692697df201d: Preparing [2021-03-31T13:07:03.468Z] d4f887b5b35c: Preparing [2021-03-31T13:07:03.468Z] 52d470f3182b: Preparing [2021-03-31T13:07:03.468Z] ad2b3c833e19: Preparing [2021-03-31T13:07:03.468Z] 35e4d7b3ec2d: Preparing [2021-03-31T13:07:03.468Z] 35e4d7b3ec2d: Preparing [2021-03-31T13:07:03.468Z] a3b112a93498: Preparing [2021-03-31T13:07:03.468Z] 0740403072f9: Preparing [2021-03-31T13:07:03.468Z] fa29914ad24c: Preparing [2021-03-31T13:07:03.468Z] ad2b3c833e19: Waiting [2021-03-31T13:07:03.468Z] 35e4d7b3ec2d: Waiting [2021-03-31T13:07:03.468Z] a3b112a93498: Waiting [2021-03-31T13:07:03.468Z] 0740403072f9: Waiting [2021-03-31T13:07:03.468Z] fa29914ad24c: Waiting [2021-03-31T13:07:03.468Z] d4f887b5b35c: Layer already exists [2021-03-31T13:07:03.468Z] 52d470f3182b: Layer already exists [2021-03-31T13:07:03.468Z] b54004ad3371: Layer already exists [2021-03-31T13:07:03.468Z] 55922cef2d15: Layer already exists [2021-03-31T13:07:03.468Z] 692697df201d: Layer already exists [2021-03-31T13:07:03.468Z] ad2b3c833e19: Layer already exists [2021-03-31T13:07:03.468Z] 35e4d7b3ec2d: Layer already exists [2021-03-31T13:07:03.759Z] a3b112a93498: Layer already exists [2021-03-31T13:07:03.759Z] 0740403072f9: Layer already exists [2021-03-31T13:07:03.760Z] fa29914ad24c: Layer already exists [2021-03-31T13:07:03.760Z] ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154: digest: sha256:a9516cc6dcf75f101ba10a5f836baeae58a2c617d2de3acbd38d9137ed3503fc size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:07:04.378Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:07:04.793Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-03-31T13:07:05.076Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-31T13:07:05.076Z] b54004ad3371: Preparing [2021-03-31T13:07:05.076Z] b54004ad3371: Preparing [2021-03-31T13:07:05.076Z] 55922cef2d15: Preparing [2021-03-31T13:07:05.076Z] 692697df201d: Preparing [2021-03-31T13:07:05.076Z] d4f887b5b35c: Preparing [2021-03-31T13:07:05.076Z] 52d470f3182b: Preparing [2021-03-31T13:07:05.076Z] ad2b3c833e19: Preparing [2021-03-31T13:07:05.076Z] 35e4d7b3ec2d: Preparing [2021-03-31T13:07:05.076Z] 35e4d7b3ec2d: Preparing [2021-03-31T13:07:05.076Z] a3b112a93498: Preparing [2021-03-31T13:07:05.076Z] 0740403072f9: Preparing [2021-03-31T13:07:05.076Z] fa29914ad24c: Preparing [2021-03-31T13:07:05.076Z] ad2b3c833e19: Waiting [2021-03-31T13:07:05.076Z] 35e4d7b3ec2d: Waiting [2021-03-31T13:07:05.076Z] a3b112a93498: Waiting [2021-03-31T13:07:05.076Z] 0740403072f9: Waiting [2021-03-31T13:07:05.076Z] fa29914ad24c: Waiting [2021-03-31T13:07:05.076Z] 52d470f3182b: Layer already exists [2021-03-31T13:07:05.076Z] d4f887b5b35c: Layer already exists [2021-03-31T13:07:05.076Z] 692697df201d: Layer already exists [2021-03-31T13:07:05.076Z] 55922cef2d15: Layer already exists [2021-03-31T13:07:05.076Z] b54004ad3371: Layer already exists [2021-03-31T13:07:05.076Z] ad2b3c833e19: Layer already exists [2021-03-31T13:07:05.076Z] fa29914ad24c: Layer already exists [2021-03-31T13:07:05.414Z] 0740403072f9: Layer already exists [2021-03-31T13:07:05.414Z] 35e4d7b3ec2d: Layer already exists [2021-03-31T13:07:05.414Z] a3b112a93498: Layer already exists [2021-03-31T13:07:05.414Z] master: digest: sha256:a9516cc6dcf75f101ba10a5f836baeae58a2c617d2de3acbd38d9137ed3503fc size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-31T13:07:05.607Z] ===================================================== [Pipeline] echo [2021-03-31T13:07:05.655Z] taggedImages: [2021-03-31T13:07:05.655Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T13:07:05.655Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.154 [2021-03-31T13:07:05.655Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [2021-03-31T13:07:05.655Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo [2021-03-31T13:07:05.733Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-03-31T13:07:05.733Z] ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T13:07:05.733Z] 2.0.0-dev.154 [2021-03-31T13:07:05.733Z] ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [2021-03-31T13:07:05.733Z] master [2021-03-31T13:07:05.733Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:07:06.287Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ffa292a08661baeb026f188275a19c5914c89a0e [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:07:06.664Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T13:07:07.034Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-31T13:07:07.034Z] f4bfa509f52f: Preparing [2021-03-31T13:07:07.034Z] 047205f7e820: Preparing [2021-03-31T13:07:07.034Z] d88d02f0ea4e: Preparing [2021-03-31T13:07:07.034Z] c02bbe72e9be: Preparing [2021-03-31T13:07:07.034Z] 21744306a0c3: Preparing [2021-03-31T13:07:07.034Z] fa29914ad24c: Preparing [2021-03-31T13:07:07.383Z] d88d02f0ea4e: Pushed [2021-03-31T13:07:07.383Z] c02bbe72e9be: Pushed [2021-03-31T13:07:08.108Z] fa29914ad24c: Layer already exists [2021-03-31T13:07:09.514Z] 21744306a0c3: Pushed [2021-03-31T13:07:09.899Z] 047205f7e820: Pushed [2021-03-31T13:07:09.899Z] f4bfa509f52f: Pushed [2021-03-31T13:07:10.537Z] ffa292a08661baeb026f188275a19c5914c89a0e: digest: sha256:5a06457c0d10fba93ef32877a705c2b8fe0ab21446c01979e7fa8f113594be4d size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:07:11.065Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.154 [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:07:11.802Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.154 [2021-03-31T13:07:11.802Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-31T13:07:11.802Z] f4bfa509f52f: Preparing [2021-03-31T13:07:11.802Z] 047205f7e820: Preparing [2021-03-31T13:07:11.802Z] d88d02f0ea4e: Preparing [2021-03-31T13:07:11.802Z] c02bbe72e9be: Preparing [2021-03-31T13:07:11.802Z] 21744306a0c3: Preparing [2021-03-31T13:07:11.802Z] fa29914ad24c: Preparing [2021-03-31T13:07:11.802Z] fa29914ad24c: Waiting [2021-03-31T13:07:12.102Z] 21744306a0c3: Layer already exists [2021-03-31T13:07:12.102Z] d88d02f0ea4e: Layer already exists [2021-03-31T13:07:12.102Z] f4bfa509f52f: Layer already exists [2021-03-31T13:07:12.102Z] c02bbe72e9be: Layer already exists [2021-03-31T13:07:12.102Z] 047205f7e820: Layer already exists [2021-03-31T13:07:12.102Z] fa29914ad24c: Layer already exists [2021-03-31T13:07:12.102Z] 2.0.0-dev.154: digest: sha256:5a06457c0d10fba93ef32877a705c2b8fe0ab21446c01979e7fa8f113594be4d size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:07:12.726Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:07:13.873Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [2021-03-31T13:07:15.171Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-31T13:07:15.171Z] f4bfa509f52f: Preparing [2021-03-31T13:07:15.171Z] 047205f7e820: Preparing [2021-03-31T13:07:15.171Z] d88d02f0ea4e: Preparing [2021-03-31T13:07:15.171Z] c02bbe72e9be: Preparing [2021-03-31T13:07:15.171Z] 21744306a0c3: Preparing [2021-03-31T13:07:15.171Z] fa29914ad24c: Preparing [2021-03-31T13:07:15.171Z] fa29914ad24c: Waiting [2021-03-31T13:07:15.171Z] c02bbe72e9be: Layer already exists [2021-03-31T13:07:15.171Z] 047205f7e820: Layer already exists [2021-03-31T13:07:15.171Z] 21744306a0c3: Layer already exists [2021-03-31T13:07:15.171Z] d88d02f0ea4e: Layer already exists [2021-03-31T13:07:15.171Z] f4bfa509f52f: Layer already exists [2021-03-31T13:07:15.171Z] fa29914ad24c: Layer already exists [2021-03-31T13:07:15.227Z] ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154: digest: sha256:5a06457c0d10fba93ef32877a705c2b8fe0ab21446c01979e7fa8f113594be4d size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:07:16.908Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:07:17.491Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-03-31T13:07:18.124Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-31T13:07:18.124Z] f4bfa509f52f: Preparing [2021-03-31T13:07:18.124Z] 047205f7e820: Preparing [2021-03-31T13:07:18.124Z] d88d02f0ea4e: Preparing [2021-03-31T13:07:18.124Z] c02bbe72e9be: Preparing [2021-03-31T13:07:18.124Z] 21744306a0c3: Preparing [2021-03-31T13:07:18.124Z] fa29914ad24c: Preparing [2021-03-31T13:07:18.124Z] fa29914ad24c: Waiting [2021-03-31T13:07:18.124Z] d88d02f0ea4e: Layer already exists [2021-03-31T13:07:18.124Z] 21744306a0c3: Layer already exists [2021-03-31T13:07:18.124Z] 047205f7e820: Layer already exists [2021-03-31T13:07:18.124Z] f4bfa509f52f: Layer already exists [2021-03-31T13:07:18.124Z] c02bbe72e9be: Layer already exists [2021-03-31T13:07:18.124Z] fa29914ad24c: Layer already exists [2021-03-31T13:07:18.396Z] master: digest: sha256:5a06457c0d10fba93ef32877a705c2b8fe0ab21446c01979e7fa8f113594be4d size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-31T13:07:18.630Z] ===================================================== [Pipeline] echo [2021-03-31T13:07:18.678Z] taggedImages: [2021-03-31T13:07:18.678Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T13:07:18.678Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.154 [2021-03-31T13:07:18.678Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [2021-03-31T13:07:18.678Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-03-31T13:07:18.750Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-03-31T13:07:18.750Z] ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T13:07:18.750Z] 2.0.0-dev.154 [2021-03-31T13:07:18.750Z] ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [2021-03-31T13:07:18.750Z] master [2021-03-31T13:07:18.750Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:07:19.733Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ffa292a08661baeb026f188275a19c5914c89a0e [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:07:20.420Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T13:07:20.807Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-31T13:07:21.271Z] 9b33b371465e: Preparing [2021-03-31T13:07:21.271Z] 613e3170f3d9: Preparing [2021-03-31T13:07:21.271Z] 1528ad01c195: Preparing [2021-03-31T13:07:21.271Z] 3458686033ca: Preparing [2021-03-31T13:07:21.271Z] 983821e4a9b8: Preparing [2021-03-31T13:07:21.271Z] 51730450d7b2: Preparing [2021-03-31T13:07:21.271Z] 62e1bee37954: Preparing [2021-03-31T13:07:21.271Z] 0feccc0144af: Preparing [2021-03-31T13:07:21.271Z] fa29914ad24c: Preparing [2021-03-31T13:07:21.271Z] 62e1bee37954: Waiting [2021-03-31T13:07:21.271Z] 0feccc0144af: Waiting [2021-03-31T13:07:21.271Z] fa29914ad24c: Waiting [2021-03-31T13:07:21.271Z] 51730450d7b2: Waiting [2021-03-31T13:07:21.816Z] 613e3170f3d9: Pushed [2021-03-31T13:07:21.816Z] 9b33b371465e: Pushed [2021-03-31T13:07:21.816Z] 983821e4a9b8: Pushed [2021-03-31T13:07:22.518Z] 51730450d7b2: Pushed [2021-03-31T13:07:22.518Z] 62e1bee37954: Pushed [2021-03-31T13:07:22.807Z] fa29914ad24c: Layer already exists [2021-03-31T13:07:23.087Z] 3458686033ca: Pushed [2021-03-31T13:07:23.087Z] 1528ad01c195: Pushed [2021-03-31T13:07:23.369Z] 0feccc0144af: Pushed [2021-03-31T13:07:23.642Z] ffa292a08661baeb026f188275a19c5914c89a0e: digest: sha256:63e2284c95404cfc4a7a1ad1612599a53a503e7d2589cf6fff1b75c4b5f2b229 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:07:24.101Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.154 [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:07:24.798Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.154 [2021-03-31T13:07:25.095Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-31T13:07:25.095Z] 9b33b371465e: Preparing [2021-03-31T13:07:25.095Z] 613e3170f3d9: Preparing [2021-03-31T13:07:25.095Z] 1528ad01c195: Preparing [2021-03-31T13:07:25.095Z] 3458686033ca: Preparing [2021-03-31T13:07:25.095Z] 983821e4a9b8: Preparing [2021-03-31T13:07:25.095Z] 51730450d7b2: Preparing [2021-03-31T13:07:25.095Z] 62e1bee37954: Preparing [2021-03-31T13:07:25.095Z] 0feccc0144af: Preparing [2021-03-31T13:07:25.095Z] fa29914ad24c: Preparing [2021-03-31T13:07:25.095Z] 62e1bee37954: Waiting [2021-03-31T13:07:25.095Z] 51730450d7b2: Waiting [2021-03-31T13:07:25.095Z] 0feccc0144af: Waiting [2021-03-31T13:07:25.095Z] fa29914ad24c: Waiting [2021-03-31T13:07:25.095Z] 613e3170f3d9: Layer already exists [2021-03-31T13:07:25.095Z] 1528ad01c195: Layer already exists [2021-03-31T13:07:25.095Z] 9b33b371465e: Layer already exists [2021-03-31T13:07:25.095Z] 3458686033ca: Layer already exists [2021-03-31T13:07:25.095Z] 983821e4a9b8: Layer already exists [2021-03-31T13:07:25.095Z] fa29914ad24c: Layer already exists [2021-03-31T13:07:25.095Z] 0feccc0144af: Layer already exists [2021-03-31T13:07:25.095Z] 51730450d7b2: Layer already exists [2021-03-31T13:07:25.095Z] 62e1bee37954: Layer already exists [2021-03-31T13:07:25.095Z] 2.0.0-dev.154: digest: sha256:63e2284c95404cfc4a7a1ad1612599a53a503e7d2589cf6fff1b75c4b5f2b229 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:07:26.076Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:07:26.709Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [2021-03-31T13:07:26.986Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-31T13:07:26.986Z] 9b33b371465e: Preparing [2021-03-31T13:07:26.986Z] 613e3170f3d9: Preparing [2021-03-31T13:07:26.986Z] 1528ad01c195: Preparing [2021-03-31T13:07:26.986Z] 3458686033ca: Preparing [2021-03-31T13:07:26.986Z] 983821e4a9b8: Preparing [2021-03-31T13:07:26.986Z] 51730450d7b2: Preparing [2021-03-31T13:07:26.986Z] 62e1bee37954: Preparing [2021-03-31T13:07:26.986Z] 0feccc0144af: Preparing [2021-03-31T13:07:26.986Z] fa29914ad24c: Preparing [2021-03-31T13:07:26.986Z] 51730450d7b2: Waiting [2021-03-31T13:07:26.986Z] 62e1bee37954: Waiting [2021-03-31T13:07:26.986Z] 0feccc0144af: Waiting [2021-03-31T13:07:26.986Z] fa29914ad24c: Waiting [2021-03-31T13:07:26.986Z] 983821e4a9b8: Layer already exists [2021-03-31T13:07:26.986Z] 613e3170f3d9: Layer already exists [2021-03-31T13:07:26.986Z] 1528ad01c195: Layer already exists [2021-03-31T13:07:26.986Z] 3458686033ca: Layer already exists [2021-03-31T13:07:26.986Z] 9b33b371465e: Layer already exists [2021-03-31T13:07:26.986Z] fa29914ad24c: Layer already exists [2021-03-31T13:07:26.986Z] 62e1bee37954: Layer already exists [2021-03-31T13:07:26.986Z] 51730450d7b2: Layer already exists [2021-03-31T13:07:26.986Z] 0feccc0144af: Layer already exists [2021-03-31T13:07:27.303Z] ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154: digest: sha256:63e2284c95404cfc4a7a1ad1612599a53a503e7d2589cf6fff1b75c4b5f2b229 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:07:27.795Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:07:28.746Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-03-31T13:07:29.060Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-31T13:07:29.060Z] 9b33b371465e: Preparing [2021-03-31T13:07:29.060Z] 613e3170f3d9: Preparing [2021-03-31T13:07:29.060Z] 1528ad01c195: Preparing [2021-03-31T13:07:29.060Z] 3458686033ca: Preparing [2021-03-31T13:07:29.060Z] 983821e4a9b8: Preparing [2021-03-31T13:07:29.060Z] 51730450d7b2: Preparing [2021-03-31T13:07:29.060Z] 62e1bee37954: Preparing [2021-03-31T13:07:29.060Z] 0feccc0144af: Preparing [2021-03-31T13:07:29.060Z] fa29914ad24c: Preparing [2021-03-31T13:07:29.060Z] 51730450d7b2: Waiting [2021-03-31T13:07:29.060Z] 62e1bee37954: Waiting [2021-03-31T13:07:29.060Z] 0feccc0144af: Waiting [2021-03-31T13:07:29.060Z] fa29914ad24c: Waiting [2021-03-31T13:07:29.060Z] 3458686033ca: Layer already exists [2021-03-31T13:07:29.060Z] 1528ad01c195: Layer already exists [2021-03-31T13:07:29.060Z] 9b33b371465e: Layer already exists [2021-03-31T13:07:29.060Z] 613e3170f3d9: Layer already exists [2021-03-31T13:07:29.060Z] 983821e4a9b8: Layer already exists [2021-03-31T13:07:29.060Z] 62e1bee37954: Layer already exists [2021-03-31T13:07:29.060Z] 51730450d7b2: Layer already exists [2021-03-31T13:07:29.060Z] 0feccc0144af: Layer already exists [2021-03-31T13:07:29.384Z] fa29914ad24c: Layer already exists [2021-03-31T13:07:29.384Z] master: digest: sha256:63e2284c95404cfc4a7a1ad1612599a53a503e7d2589cf6fff1b75c4b5f2b229 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-31T13:07:29.666Z] ===================================================== [Pipeline] echo [2021-03-31T13:07:29.713Z] taggedImages: [2021-03-31T13:07:29.713Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T13:07:29.713Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.154 [2021-03-31T13:07:29.713Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [2021-03-31T13:07:29.713Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-03-31T13:07:29.803Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-03-31T13:07:29.803Z] ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T13:07:29.803Z] 2.0.0-dev.154 [2021-03-31T13:07:29.803Z] ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [2021-03-31T13:07:29.803Z] master [2021-03-31T13:07:29.803Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:07:30.405Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ffa292a08661baeb026f188275a19c5914c89a0e [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:07:30.859Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T13:07:30.860Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-31T13:07:30.860Z] 2850a9786def: Preparing [2021-03-31T13:07:30.860Z] c4abe878ebc4: Preparing [2021-03-31T13:07:30.860Z] ad2b3c833e19: Preparing [2021-03-31T13:07:30.860Z] f85e67b5999a: Preparing [2021-03-31T13:07:30.860Z] fa29914ad24c: Preparing [2021-03-31T13:07:30.860Z] fa29914ad24c: Layer already exists [2021-03-31T13:07:30.860Z] ad2b3c833e19: Layer already exists [2021-03-31T13:07:31.645Z] f85e67b5999a: Pushed [2021-03-31T13:07:31.645Z] 2850a9786def: Pushed [2021-03-31T13:07:33.173Z] c4abe878ebc4: Pushed [2021-03-31T13:07:33.173Z] ffa292a08661baeb026f188275a19c5914c89a0e: digest: sha256:5fcad9694c30d4859a6be0b18b98dab0284b53e6e0975e26f40e112d616160ff size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:07:33.675Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.154 [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:07:34.455Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.154 [2021-03-31T13:07:34.762Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-31T13:07:34.762Z] 2850a9786def: Preparing [2021-03-31T13:07:34.762Z] c4abe878ebc4: Preparing [2021-03-31T13:07:34.762Z] ad2b3c833e19: Preparing [2021-03-31T13:07:34.762Z] f85e67b5999a: Preparing [2021-03-31T13:07:34.762Z] fa29914ad24c: Preparing [2021-03-31T13:07:34.762Z] f85e67b5999a: Layer already exists [2021-03-31T13:07:34.762Z] ad2b3c833e19: Layer already exists [2021-03-31T13:07:34.762Z] c4abe878ebc4: Layer already exists [2021-03-31T13:07:34.762Z] 2850a9786def: Layer already exists [2021-03-31T13:07:34.762Z] fa29914ad24c: Layer already exists [2021-03-31T13:07:34.762Z] 2.0.0-dev.154: digest: sha256:5fcad9694c30d4859a6be0b18b98dab0284b53e6e0975e26f40e112d616160ff size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:07:35.197Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:07:36.291Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [2021-03-31T13:07:36.616Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-31T13:07:36.616Z] 2850a9786def: Preparing [2021-03-31T13:07:36.616Z] c4abe878ebc4: Preparing [2021-03-31T13:07:36.616Z] ad2b3c833e19: Preparing [2021-03-31T13:07:36.616Z] f85e67b5999a: Preparing [2021-03-31T13:07:36.616Z] fa29914ad24c: Preparing [2021-03-31T13:07:36.950Z] fa29914ad24c: Layer already exists [2021-03-31T13:07:36.950Z] ad2b3c833e19: Layer already exists [2021-03-31T13:07:36.950Z] f85e67b5999a: Layer already exists [2021-03-31T13:07:36.950Z] c4abe878ebc4: Layer already exists [2021-03-31T13:07:36.950Z] 2850a9786def: Layer already exists [2021-03-31T13:07:36.950Z] ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154: digest: sha256:5fcad9694c30d4859a6be0b18b98dab0284b53e6e0975e26f40e112d616160ff size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:07:37.608Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:07:38.215Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-03-31T13:07:38.887Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-31T13:07:38.887Z] 2850a9786def: Preparing [2021-03-31T13:07:38.887Z] c4abe878ebc4: Preparing [2021-03-31T13:07:38.887Z] ad2b3c833e19: Preparing [2021-03-31T13:07:38.887Z] f85e67b5999a: Preparing [2021-03-31T13:07:38.887Z] fa29914ad24c: Preparing [2021-03-31T13:07:38.887Z] c4abe878ebc4: Layer already exists [2021-03-31T13:07:38.887Z] 2850a9786def: Layer already exists [2021-03-31T13:07:38.887Z] f85e67b5999a: Layer already exists [2021-03-31T13:07:38.887Z] fa29914ad24c: Layer already exists [2021-03-31T13:07:38.887Z] ad2b3c833e19: Layer already exists [2021-03-31T13:07:39.164Z] master: digest: sha256:5fcad9694c30d4859a6be0b18b98dab0284b53e6e0975e26f40e112d616160ff size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-31T13:07:39.375Z] ===================================================== [Pipeline] echo [2021-03-31T13:07:39.419Z] taggedImages: [2021-03-31T13:07:39.419Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T13:07:39.419Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.154 [2021-03-31T13:07:39.419Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [2021-03-31T13:07:39.419Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-03-31T13:07:39.482Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-03-31T13:07:39.482Z] ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T13:07:39.482Z] 2.0.0-dev.154 [2021-03-31T13:07:39.482Z] ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [2021-03-31T13:07:39.482Z] master [2021-03-31T13:07:39.482Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:07:40.039Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ffa292a08661baeb026f188275a19c5914c89a0e [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:07:40.613Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T13:07:41.610Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-31T13:07:41.610Z] 06609359230d: Preparing [2021-03-31T13:07:41.610Z] 92526288d661: Preparing [2021-03-31T13:07:41.610Z] ad2b3c833e19: Preparing [2021-03-31T13:07:41.610Z] a866d3f4b370: Preparing [2021-03-31T13:07:41.610Z] fa29914ad24c: Preparing [2021-03-31T13:07:41.610Z] ad2b3c833e19: Layer already exists [2021-03-31T13:07:41.610Z] fa29914ad24c: Layer already exists [2021-03-31T13:07:41.610Z] a866d3f4b370: Layer already exists [2021-03-31T13:07:41.919Z] 06609359230d: Pushed [2021-03-31T13:07:44.212Z] 92526288d661: Pushed [2021-03-31T13:07:44.212Z] ffa292a08661baeb026f188275a19c5914c89a0e: digest: sha256:e64f28f8864ad453348a8c976efb434524b8944a8b49c17bb4ad308fe877ad6f size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:07:44.703Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.154 [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:07:47.057Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.154 [2021-03-31T13:07:47.057Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-31T13:07:47.057Z] 06609359230d: Preparing [2021-03-31T13:07:47.057Z] 92526288d661: Preparing [2021-03-31T13:07:47.057Z] ad2b3c833e19: Preparing [2021-03-31T13:07:47.057Z] a866d3f4b370: Preparing [2021-03-31T13:07:47.057Z] fa29914ad24c: Preparing [2021-03-31T13:07:47.057Z] 06609359230d: Layer already exists [2021-03-31T13:07:47.057Z] fa29914ad24c: Layer already exists [2021-03-31T13:07:47.057Z] a866d3f4b370: Layer already exists [2021-03-31T13:07:47.057Z] ad2b3c833e19: Layer already exists [2021-03-31T13:07:47.057Z] 92526288d661: Layer already exists [2021-03-31T13:07:47.473Z] 2.0.0-dev.154: digest: sha256:e64f28f8864ad453348a8c976efb434524b8944a8b49c17bb4ad308fe877ad6f size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:07:48.274Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:07:48.946Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [2021-03-31T13:07:49.230Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-31T13:07:49.230Z] 06609359230d: Preparing [2021-03-31T13:07:49.230Z] 92526288d661: Preparing [2021-03-31T13:07:49.230Z] ad2b3c833e19: Preparing [2021-03-31T13:07:49.230Z] a866d3f4b370: Preparing [2021-03-31T13:07:49.230Z] fa29914ad24c: Preparing [2021-03-31T13:07:49.230Z] ad2b3c833e19: Layer already exists [2021-03-31T13:07:49.230Z] 06609359230d: Layer already exists [2021-03-31T13:07:49.230Z] fa29914ad24c: Layer already exists [2021-03-31T13:07:49.230Z] a866d3f4b370: Layer already exists [2021-03-31T13:07:49.230Z] 92526288d661: Layer already exists [2021-03-31T13:07:49.493Z] ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154: digest: sha256:e64f28f8864ad453348a8c976efb434524b8944a8b49c17bb4ad308fe877ad6f size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:07:49.915Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:07:50.582Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-03-31T13:07:50.582Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-31T13:07:50.847Z] 06609359230d: Preparing [2021-03-31T13:07:50.847Z] 92526288d661: Preparing [2021-03-31T13:07:50.847Z] ad2b3c833e19: Preparing [2021-03-31T13:07:50.847Z] a866d3f4b370: Preparing [2021-03-31T13:07:50.847Z] fa29914ad24c: Preparing [2021-03-31T13:07:50.847Z] fa29914ad24c: Layer already exists [2021-03-31T13:07:50.847Z] 92526288d661: Layer already exists [2021-03-31T13:07:50.847Z] 06609359230d: Layer already exists [2021-03-31T13:07:50.847Z] ad2b3c833e19: Layer already exists [2021-03-31T13:07:50.847Z] a866d3f4b370: Layer already exists [2021-03-31T13:07:50.847Z] master: digest: sha256:e64f28f8864ad453348a8c976efb434524b8944a8b49c17bb4ad308fe877ad6f size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-31T13:07:51.065Z] ===================================================== [Pipeline] echo [2021-03-31T13:07:51.114Z] taggedImages: [2021-03-31T13:07:51.114Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T13:07:51.114Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.154 [2021-03-31T13:07:51.114Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [2021-03-31T13:07:51.114Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-03-31T13:07:51.175Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-03-31T13:07:51.176Z] ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T13:07:51.176Z] 2.0.0-dev.154 [2021-03-31T13:07:51.176Z] ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [2021-03-31T13:07:51.176Z] master [2021-03-31T13:07:51.176Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:07:51.687Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ffa292a08661baeb026f188275a19c5914c89a0e [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:07:52.056Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T13:07:52.056Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-31T13:07:52.056Z] f0a8d93dc663: Preparing [2021-03-31T13:07:52.056Z] c7607c046732: Preparing [2021-03-31T13:07:52.056Z] 2d762e22f66e: Preparing [2021-03-31T13:07:52.056Z] 51b3dd080545: Preparing [2021-03-31T13:07:52.056Z] 42b6b4e9a77a: Preparing [2021-03-31T13:07:52.056Z] fe727ebd2fb9: Preparing [2021-03-31T13:07:52.056Z] 7e3efb6c627e: Preparing [2021-03-31T13:07:52.056Z] 0754057c0ad3: Preparing [2021-03-31T13:07:52.056Z] 998cdf262ab1: Preparing [2021-03-31T13:07:52.056Z] 02e56110abd2: Preparing [2021-03-31T13:07:52.056Z] abc36efb885a: Preparing [2021-03-31T13:07:52.056Z] b0b09059f4e1: Preparing [2021-03-31T13:07:52.056Z] bb961f40224b: Preparing [2021-03-31T13:07:52.056Z] f4666769fca7: Preparing [2021-03-31T13:07:52.056Z] 998cdf262ab1: Waiting [2021-03-31T13:07:52.056Z] fe727ebd2fb9: Waiting [2021-03-31T13:07:52.056Z] 7e3efb6c627e: Waiting [2021-03-31T13:07:52.056Z] 0754057c0ad3: Waiting [2021-03-31T13:07:52.056Z] 02e56110abd2: Waiting [2021-03-31T13:07:52.056Z] bb961f40224b: Waiting [2021-03-31T13:07:52.056Z] f4666769fca7: Waiting [2021-03-31T13:07:52.056Z] abc36efb885a: Waiting [2021-03-31T13:07:52.057Z] b0b09059f4e1: Waiting [2021-03-31T13:07:53.344Z] 42b6b4e9a77a: Pushed [2021-03-31T13:07:53.344Z] f0a8d93dc663: Pushed [2021-03-31T13:07:54.301Z] 51b3dd080545: Pushed [2021-03-31T13:07:54.301Z] 0754057c0ad3: Layer already exists [2021-03-31T13:07:54.301Z] 998cdf262ab1: Layer already exists [2021-03-31T13:07:54.647Z] 7e3efb6c627e: Pushed [2021-03-31T13:07:54.647Z] c7607c046732: Pushed [2021-03-31T13:07:54.647Z] 02e56110abd2: Layer already exists [2021-03-31T13:07:54.647Z] abc36efb885a: Layer already exists [2021-03-31T13:07:54.979Z] b0b09059f4e1: Layer already exists [2021-03-31T13:07:54.979Z] bb961f40224b: Layer already exists [2021-03-31T13:07:54.979Z] f4666769fca7: Layer already exists [2021-03-31T13:07:56.233Z] fe727ebd2fb9: Pushed [2021-03-31T13:08:02.222Z] 2d762e22f66e: Pushed [2021-03-31T13:08:02.492Z] ffa292a08661baeb026f188275a19c5914c89a0e: digest: sha256:fe3613cfdbb7154fc8220c867e264f9b03252c621cbd647b98aae4ad2dfde73e size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:08:02.934Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.154 [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:08:04.043Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.154 [2021-03-31T13:08:04.043Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-31T13:08:04.043Z] f0a8d93dc663: Preparing [2021-03-31T13:08:04.043Z] c7607c046732: Preparing [2021-03-31T13:08:04.043Z] 2d762e22f66e: Preparing [2021-03-31T13:08:04.043Z] 51b3dd080545: Preparing [2021-03-31T13:08:04.043Z] 42b6b4e9a77a: Preparing [2021-03-31T13:08:04.043Z] fe727ebd2fb9: Preparing [2021-03-31T13:08:04.043Z] 7e3efb6c627e: Preparing [2021-03-31T13:08:04.043Z] 0754057c0ad3: Preparing [2021-03-31T13:08:04.043Z] 998cdf262ab1: Preparing [2021-03-31T13:08:04.043Z] 02e56110abd2: Preparing [2021-03-31T13:08:04.043Z] abc36efb885a: Preparing [2021-03-31T13:08:04.043Z] b0b09059f4e1: Preparing [2021-03-31T13:08:04.043Z] bb961f40224b: Preparing [2021-03-31T13:08:04.043Z] f4666769fca7: Preparing [2021-03-31T13:08:04.043Z] fe727ebd2fb9: Waiting [2021-03-31T13:08:04.043Z] 998cdf262ab1: Waiting [2021-03-31T13:08:04.043Z] 7e3efb6c627e: Waiting [2021-03-31T13:08:04.043Z] abc36efb885a: Waiting [2021-03-31T13:08:04.043Z] b0b09059f4e1: Waiting [2021-03-31T13:08:04.043Z] 02e56110abd2: Waiting [2021-03-31T13:08:04.043Z] 51b3dd080545: Layer already exists [2021-03-31T13:08:04.043Z] 42b6b4e9a77a: Layer already exists [2021-03-31T13:08:04.043Z] f0a8d93dc663: Layer already exists [2021-03-31T13:08:04.043Z] 2d762e22f66e: Layer already exists [2021-03-31T13:08:04.321Z] c7607c046732: Layer already exists [2021-03-31T13:08:04.321Z] 7e3efb6c627e: Layer already exists [2021-03-31T13:08:04.321Z] fe727ebd2fb9: Layer already exists [2021-03-31T13:08:04.321Z] 998cdf262ab1: Layer already exists [2021-03-31T13:08:04.321Z] 02e56110abd2: Layer already exists [2021-03-31T13:08:04.321Z] 0754057c0ad3: Layer already exists [2021-03-31T13:08:04.321Z] abc36efb885a: Layer already exists [2021-03-31T13:08:04.321Z] b0b09059f4e1: Layer already exists [2021-03-31T13:08:04.321Z] bb961f40224b: Layer already exists [2021-03-31T13:08:04.321Z] f4666769fca7: Layer already exists [2021-03-31T13:08:04.604Z] 2.0.0-dev.154: digest: sha256:fe3613cfdbb7154fc8220c867e264f9b03252c621cbd647b98aae4ad2dfde73e size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:08:05.211Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:08:05.588Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [2021-03-31T13:08:05.588Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-31T13:08:05.588Z] f0a8d93dc663: Preparing [2021-03-31T13:08:05.588Z] c7607c046732: Preparing [2021-03-31T13:08:05.588Z] 2d762e22f66e: Preparing [2021-03-31T13:08:05.588Z] 51b3dd080545: Preparing [2021-03-31T13:08:05.588Z] 42b6b4e9a77a: Preparing [2021-03-31T13:08:05.588Z] fe727ebd2fb9: Preparing [2021-03-31T13:08:05.588Z] 7e3efb6c627e: Preparing [2021-03-31T13:08:05.588Z] 0754057c0ad3: Preparing [2021-03-31T13:08:05.588Z] 998cdf262ab1: Preparing [2021-03-31T13:08:05.588Z] 02e56110abd2: Preparing [2021-03-31T13:08:05.588Z] abc36efb885a: Preparing [2021-03-31T13:08:05.588Z] b0b09059f4e1: Preparing [2021-03-31T13:08:05.588Z] bb961f40224b: Preparing [2021-03-31T13:08:05.588Z] f4666769fca7: Preparing [2021-03-31T13:08:05.588Z] fe727ebd2fb9: Waiting [2021-03-31T13:08:05.588Z] 7e3efb6c627e: Waiting [2021-03-31T13:08:05.588Z] 0754057c0ad3: Waiting [2021-03-31T13:08:05.588Z] 998cdf262ab1: Waiting [2021-03-31T13:08:05.588Z] 02e56110abd2: Waiting [2021-03-31T13:08:05.588Z] abc36efb885a: Waiting [2021-03-31T13:08:05.588Z] b0b09059f4e1: Waiting [2021-03-31T13:08:05.588Z] bb961f40224b: Waiting [2021-03-31T13:08:05.588Z] f4666769fca7: Waiting [2021-03-31T13:08:06.018Z] 42b6b4e9a77a: Layer already exists [2021-03-31T13:08:06.018Z] 2d762e22f66e: Layer already exists [2021-03-31T13:08:06.018Z] 51b3dd080545: Layer already exists [2021-03-31T13:08:06.018Z] c7607c046732: Layer already exists [2021-03-31T13:08:06.018Z] f0a8d93dc663: Layer already exists [2021-03-31T13:08:06.018Z] 7e3efb6c627e: Layer already exists [2021-03-31T13:08:06.018Z] fe727ebd2fb9: Layer already exists [2021-03-31T13:08:06.018Z] 0754057c0ad3: Layer already exists [2021-03-31T13:08:06.018Z] 998cdf262ab1: Layer already exists [2021-03-31T13:08:06.018Z] 02e56110abd2: Layer already exists [2021-03-31T13:08:06.018Z] b0b09059f4e1: Layer already exists [2021-03-31T13:08:06.018Z] abc36efb885a: Layer already exists [2021-03-31T13:08:06.018Z] f4666769fca7: Layer already exists [2021-03-31T13:08:06.018Z] bb961f40224b: Layer already exists [2021-03-31T13:08:06.018Z] ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154: digest: sha256:fe3613cfdbb7154fc8220c867e264f9b03252c621cbd647b98aae4ad2dfde73e size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:08:06.551Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:08:07.164Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-03-31T13:08:07.164Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-31T13:08:07.164Z] f0a8d93dc663: Preparing [2021-03-31T13:08:07.164Z] c7607c046732: Preparing [2021-03-31T13:08:07.164Z] 2d762e22f66e: Preparing [2021-03-31T13:08:07.164Z] 51b3dd080545: Preparing [2021-03-31T13:08:07.164Z] 42b6b4e9a77a: Preparing [2021-03-31T13:08:07.164Z] fe727ebd2fb9: Preparing [2021-03-31T13:08:07.164Z] 7e3efb6c627e: Preparing [2021-03-31T13:08:07.164Z] 0754057c0ad3: Preparing [2021-03-31T13:08:07.164Z] 998cdf262ab1: Preparing [2021-03-31T13:08:07.164Z] 02e56110abd2: Preparing [2021-03-31T13:08:07.164Z] abc36efb885a: Preparing [2021-03-31T13:08:07.164Z] b0b09059f4e1: Preparing [2021-03-31T13:08:07.164Z] bb961f40224b: Preparing [2021-03-31T13:08:07.164Z] f4666769fca7: Preparing [2021-03-31T13:08:07.164Z] fe727ebd2fb9: Waiting [2021-03-31T13:08:07.164Z] 7e3efb6c627e: Waiting [2021-03-31T13:08:07.164Z] 0754057c0ad3: Waiting [2021-03-31T13:08:07.164Z] 998cdf262ab1: Waiting [2021-03-31T13:08:07.164Z] 02e56110abd2: Waiting [2021-03-31T13:08:07.164Z] abc36efb885a: Waiting [2021-03-31T13:08:07.164Z] b0b09059f4e1: Waiting [2021-03-31T13:08:07.164Z] bb961f40224b: Waiting [2021-03-31T13:08:07.164Z] f4666769fca7: Waiting [2021-03-31T13:08:07.164Z] f0a8d93dc663: Layer already exists [2021-03-31T13:08:07.164Z] 2d762e22f66e: Layer already exists [2021-03-31T13:08:07.164Z] c7607c046732: Layer already exists [2021-03-31T13:08:07.164Z] 51b3dd080545: Layer already exists [2021-03-31T13:08:07.164Z] 42b6b4e9a77a: Layer already exists [2021-03-31T13:08:07.164Z] fe727ebd2fb9: Layer already exists [2021-03-31T13:08:07.164Z] 0754057c0ad3: Layer already exists [2021-03-31T13:08:07.164Z] 7e3efb6c627e: Layer already exists [2021-03-31T13:08:07.164Z] 02e56110abd2: Layer already exists [2021-03-31T13:08:07.164Z] 998cdf262ab1: Layer already exists [2021-03-31T13:08:07.164Z] abc36efb885a: Layer already exists [2021-03-31T13:08:07.164Z] bb961f40224b: Layer already exists [2021-03-31T13:08:07.164Z] f4666769fca7: Layer already exists [2021-03-31T13:08:07.429Z] b0b09059f4e1: Layer already exists [2021-03-31T13:08:07.429Z] master: digest: sha256:fe3613cfdbb7154fc8220c867e264f9b03252c621cbd647b98aae4ad2dfde73e size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-31T13:08:07.641Z] ===================================================== [Pipeline] echo [2021-03-31T13:08:07.689Z] taggedImages: [2021-03-31T13:08:07.689Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ffa292a08661baeb026f188275a19c5914c89a0e [2021-03-31T13:08:07.689Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.154 [2021-03-31T13:08:07.689Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ffa292a08661baeb026f188275a19c5914c89a0e-2.0.0-dev.154 [2021-03-31T13:08:07.689Z] - 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-03-31T13:08:10.078Z] provisioning config files... [2021-03-31T13:08:10.115Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/422@tmp/config2244612436242510733tmp [Pipeline] { [Pipeline] sh [2021-03-31T13:08:10.551Z] + set +x [2021-03-31T13:08:10.551Z] + curl -s https://codecov.io/bash [2021-03-31T13:08:10.551Z] + bash -s -- [2021-03-31T13:08:11.204Z] [2021-03-31T13:08:11.204Z] _____ _ [2021-03-31T13:08:11.204Z] / ____| | | [2021-03-31T13:08:11.204Z] | | ___ __| | ___ ___ _____ __ [2021-03-31T13:08:11.204Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-31T13:08:11.204Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-31T13:08:11.204Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-31T13:08:11.204Z] Bash-20210309-2b87ace [2021-03-31T13:08:11.204Z] [2021-03-31T13:08:11.204Z] [2021-03-31T13:08:11.204Z] ==> git version 2.24.3 found [2021-03-31T13:08:11.204Z] ==> 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-03-31T13:08:11.204Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-31T13:08:11.204Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-31T13:08:11.204Z] ==> Jenkins CI detected. [2021-03-31T13:08:11.502Z] project root: . [2021-03-31T13:08:11.502Z] --> token set from env [2021-03-31T13:08:11.502Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-31T13:08:11.502Z] ==> Running gcov in . (disable via -X gcov) [2021-03-31T13:08:11.833Z] ==> Python coveragepy not found [2021-03-31T13:08:11.833Z] ==> Searching for coverage reports in: [2021-03-31T13:08:11.833Z] + . [2021-03-31T13:08:11.833Z] -> Found 1 reports [2021-03-31T13:08:11.833Z] ==> Detecting git/mercurial file structure [2021-03-31T13:08:11.833Z] ==> Reading reports [2021-03-31T13:08:11.833Z] + ./coverage.out bytes=669470 [2021-03-31T13:08:11.833Z] ==> Appending adjustments [2021-03-31T13:08:11.833Z] https://docs.codecov.io/docs/fixing-reports [2021-03-31T13:08:22.551Z] + Found adjustments [2021-03-31T13:08:22.551Z] ==> Gzipping contents [2021-03-31T13:08:22.551Z] 96K /tmp/codecov.RmgUyl.gz [2021-03-31T13:08:22.551Z] ==> Uploading reports [2021-03-31T13:08:22.551Z] url: https://codecov.io [2021-03-31T13:08:22.552Z] query: branch=master&commit=ffa292a08661baeb026f188275a19c5914c89a0e&build=422&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F422%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-31T13:08:22.552Z] -> Pinging Codecov [2021-03-31T13:08:22.552Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=ffa292a08661baeb026f188275a19c5914c89a0e&build=422&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F422%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-31T13:08:22.552Z] -> Uploading to [2021-03-31T13:08:22.552Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-31/00271124DB129430A58F1EEE437C3FCB/ffa292a08661baeb026f188275a19c5914c89a0e/9b74a01c-cd7c-4c8c-9069-8f3a342d5a6b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210331%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210331T130822Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d951ce531202840fe25b01a16070ea6bcb612ac6a21e2bed70ff2728b6845d8c [2021-03-31T13:08:22.552Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-31T13:08:22.552Z] Dload Upload Total Spent Left Speed [2021-03-31T13:08:23.167Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 96964 0 0 100 96964 0 123k --:--:-- --:--:-- --:--:-- 123k 100 96964 0 0 100 96964 0 123k --:--:-- --:--:-- --:--:-- 123k [2021-03-31T13:08:23.167Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/ffa292a08661baeb026f188275a19c5914c89a0e [Pipeline] } [2021-03-31T13:08:23.199Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-03-31T13:08:24.144Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-03-31T13:08:24.227Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:08:24.708Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-31T13:08:24.977Z] [2021-03-31T13:08:24.977Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:08:25.476Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-31T13:08:25.758Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-03-31T13:08:25.758Z] 188c0c94c7c5: Already exists [2021-03-31T13:08:25.758Z] 0ef7d3d256c8: Already exists [2021-03-31T13:08:25.758Z] de9db76c5a1d: Already exists [2021-03-31T13:08:25.758Z] 0eba1c9be4d2: Pulling fs layer [2021-03-31T13:08:25.758Z] 0d57e429df01: Pulling fs layer [2021-03-31T13:08:25.758Z] 4e4be7b47b0d: Pulling fs layer [2021-03-31T13:08:25.758Z] e1f770b5df2f: Pulling fs layer [2021-03-31T13:08:25.758Z] 85a0685a4137: Pulling fs layer [2021-03-31T13:08:25.758Z] e1f770b5df2f: Waiting [2021-03-31T13:08:25.758Z] 85a0685a4137: Waiting [2021-03-31T13:08:25.758Z] 4e4be7b47b0d: Verifying Checksum [2021-03-31T13:08:25.758Z] 4e4be7b47b0d: Download complete [2021-03-31T13:08:25.758Z] 0d57e429df01: Verifying Checksum [2021-03-31T13:08:25.758Z] 0d57e429df01: Download complete [2021-03-31T13:08:30.724Z] e1f770b5df2f: Verifying Checksum [2021-03-31T13:08:30.724Z] e1f770b5df2f: Download complete [2021-03-31T13:08:39.507Z] 0eba1c9be4d2: Verifying Checksum [2021-03-31T13:08:39.507Z] 0eba1c9be4d2: Download complete [2021-03-31T13:08:41.454Z] 85a0685a4137: Verifying Checksum [2021-03-31T13:08:41.454Z] 85a0685a4137: Download complete [2021-03-31T13:08:57.207Z] 0eba1c9be4d2: Pull complete [2021-03-31T13:08:57.207Z] 0d57e429df01: Pull complete [2021-03-31T13:08:57.207Z] 4e4be7b47b0d: Pull complete [2021-03-31T13:09:01.691Z] e1f770b5df2f: Pull complete [2021-03-31T13:09:21.061Z] 85a0685a4137: Pull complete [2021-03-31T13:09:21.061Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-03-31T13:09:21.061Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-31T13:09:21.061Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-03-31T13:09:21.593Z] prd-centos7-docker-4c-2g-32236 does not seem to be running inside a container [2021-03-31T13:09:21.732Z] $ 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/422 -v /w/workspace/edgex-go/422:/w/workspace/edgex-go/422:rw,z -v /w/workspace/edgex-go/422@tmp:/w/workspace/edgex-go/422@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-03-31T13:09:23.854Z] $ docker top 1da98cf74abf253ac7f2302cdc269e11e673857e76ad6531169f5e0121ccff4a -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-31T13:09:24.414Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-03-31T13:09:25.154Z] + set -o pipefail [2021-03-31T13:09:25.154Z] + snyk monitor '--org=edgex-jenkins' [2021-03-31T13:09:40.984Z] [2021-03-31T13:09:40.984Z] Monitoring /w/workspace/edgex-go/422 (github.com/edgexfoundry/edgex-go)... [2021-03-31T13:09:40.984Z] [2021-03-31T13:09:40.984Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/4fae0c85-093f-4f5f-9807-1b07fd1cfc8f [2021-03-31T13:09:40.984Z] [2021-03-31T13:09:40.984Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-03-31T13:09:40.984Z] [2021-03-31T13:09:40.984Z] [2021-03-31T13:09:40.984Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2021-03-31T13:09:40.984Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-03-31T13:09:41.004Z] $ docker stop --time=1 1da98cf74abf253ac7f2302cdc269e11e673857e76ad6531169f5e0121ccff4a [2021-03-31T13:09:44.265Z] $ docker rm -f 1da98cf74abf253ac7f2302cdc269e11e673857e76ad6531169f5e0121ccff4a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-03-31T13:09:46.218Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-31T13:09:46.271Z] provisioning config files... [2021-03-31T13:09:46.283Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/422@tmp/config6755691149849489912tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-31T13:09:46.723Z] --> edgex-publish-swagger.sh [2021-03-31T13:09:46.723Z] === Publish openapi/v1 API === [2021-03-31T13:09:46.723Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-03-31T13:09:46.723Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/422/openapi/v1/core-command.yaml] [2021-03-31T13:09:46.723Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-31T13:09:46.723Z] Dload Upload Total Spent Left Speed [2021-03-31T13:09:48.136Z] 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 8202 0:00:01 0:00:01 --:--:-- 8201 100 10522 0 0 100 10522 0 8200 0:00:01 0:00:01 --:--:-- 8201 [2021-03-31T13:09:48.137Z] [2021-03-31T13:09:48.137Z] [2021-03-31T13:09:48.137Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/422/openapi/v1/core-data.yaml] [2021-03-31T13:09:48.137Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-31T13:09:48.137Z] Dload Upload Total Spent Left Speed [2021-03-31T13:09:49.184Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 31012 0:00:01 0:00:01 --:--:-- 31036 100 32557 0 0 100 32557 0 31005 0:00:01 0:00:01 --:--:-- 31036 [2021-03-31T13:09:49.184Z] [2021-03-31T13:09:49.184Z] [2021-03-31T13:09:49.184Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/422/openapi/v1/core-metadata.yaml] [2021-03-31T13:09:49.184Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-31T13:09:49.184Z] Dload Upload Total Spent Left Speed [2021-03-31T13:09:50.185Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 70004 0:00:01 0:00:01 --:--:-- 70076 100 73721 0 0 100 73721 0 69979 0:00:01 0:00:01 --:--:-- 70010 [2021-03-31T13:09:50.185Z] [2021-03-31T13:09:50.185Z] [2021-03-31T13:09:50.185Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/422/openapi/v1/support-logging.yaml] [2021-03-31T13:09:50.466Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-31T13:09:50.466Z] Dload Upload Total Spent Left Speed [2021-03-31T13:09:51.364Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 15346 --:--:-- --:--:-- --:--:-- 15345 100 13581 0 0 100 13581 0 15340 --:--:-- --:--:-- --:--:-- 15345 [2021-03-31T13:09:51.364Z] [2021-03-31T13:09:51.364Z] [2021-03-31T13:09:51.364Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/422/openapi/v1/support-notifications.yaml] [2021-03-31T13:09:51.364Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-31T13:09:51.364Z] Dload Upload Total Spent Left Speed [2021-03-31T13:09:52.414Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 33289 0:00:01 0:00:01 --:--:-- 33324 100 38890 0 0 100 38890 0 33278 0:00:01 0:00:01 --:--:-- 33296 [2021-03-31T13:09:52.414Z] [2021-03-31T13:09:52.414Z] [2021-03-31T13:09:52.414Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/422/openapi/v1/support-scheduler.yaml] [2021-03-31T13:09:52.414Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-31T13:09:52.414Z] Dload Upload Total Spent Left Speed [2021-03-31T13:09:53.456Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 13453 0:00:01 0:00:01 --:--:-- 13467 100 14249 0 0 100 14249 0 13448 0:00:01 0:00:01 --:--:-- 13455 [2021-03-31T13:09:53.456Z] [2021-03-31T13:09:53.456Z] [2021-03-31T13:09:53.456Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/422/openapi/v1/system-agent.yaml] [2021-03-31T13:09:53.456Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-31T13:09:53.456Z] Dload Upload Total Spent Left Speed [2021-03-31T13:09:54.444Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 4935 --:--:-- --:--:-- --:--:-- 4933 100 4110 0 0 100 4110 0 4933 --:--:-- --:--:-- --:--:-- 4933 [2021-03-31T13:09:54.444Z] [2021-03-31T13:09:54.444Z] [2021-03-31T13:09:54.444Z] === Publish openapi/v2 API === [2021-03-31T13:09:54.444Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-03-31T13:09:54.444Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/422/openapi/v2/core-command.yaml] [2021-03-31T13:09:54.444Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-31T13:09:54.444Z] Dload Upload Total Spent Left Speed [2021-03-31T13:09:55.952Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29744 0 0 100 29744 0 26307 0:00:01 0:00:01 --:--:-- 26322 100 29744 0 0 100 29744 0 26303 0:00:01 0:00:01 --:--:-- 26322 [2021-03-31T13:09:55.952Z] [2021-03-31T13:09:55.952Z] [2021-03-31T13:09:55.952Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/422/openapi/v2/core-data.yaml] [2021-03-31T13:09:55.952Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-31T13:09:55.952Z] Dload Upload Total Spent Left Speed [2021-03-31T13:09:56.603Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 56610 0 0 100 56610 0 206k --:--:-- --:--:-- --:--:-- 206k 100 56610 0 0 100 56610 0 61918 --:--:-- --:--:-- --:--:-- 61936 [2021-03-31T13:09:56.603Z] [2021-03-31T13:09:56.603Z] [2021-03-31T13:09:56.603Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/422/openapi/v2/core-metadata.yaml] [2021-03-31T13:09:56.603Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-31T13:09:56.603Z] Dload Upload Total Spent Left Speed [2021-03-31T13:09:58.009Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 116k 0 0 100 116k 0 93531 0:00:01 0:00:01 --:--:-- 93621 [2021-03-31T13:09:58.009Z] [2021-03-31T13:09:58.009Z] [2021-03-31T13:09:58.009Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/422/openapi/v2/support-notifications.yaml] [2021-03-31T13:09:58.009Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-31T13:09:58.009Z] Dload Upload Total Spent Left Speed [2021-03-31T13:09:59.277Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 76131 0 0 100 76131 0 72570 0:00:01 0:00:01 --:--:-- 72574 100 76131 0 0 100 76131 0 72538 0:00:01 0:00:01 --:--:-- 72505 [2021-03-31T13:09:59.277Z] [2021-03-31T13:09:59.277Z] [2021-03-31T13:09:59.278Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/422/openapi/v2/support-scheduler.yaml] [2021-03-31T13:09:59.278Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-31T13:09:59.278Z] Dload Upload Total Spent Left Speed [2021-03-31T13:10:00.316Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37472 0 0 100 37472 0 31101 0:00:01 0:00:01 --:--:-- 31122 100 37472 0 0 100 37472 0 31092 0:00:01 0:00:01 --:--:-- 31122 [2021-03-31T13:10:00.316Z] [2021-03-31T13:10:00.316Z] [2021-03-31T13:10:00.316Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/422/openapi/v2/system-agent.yaml] [2021-03-31T13:10:00.316Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-31T13:10:00.316Z] Dload Upload Total Spent Left Speed [2021-03-31T13:10:02.115Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24182 0 0 100 24182 0 18704 0:00:01 0:00:01 --:--:-- 18716 100 24182 0 0 100 24182 0 14942 0:00:01 0:00:01 --:--:-- 14945 100 24182 0 0 100 24182 0 14939 0:00:01 0:00:01 --:--:-- 14936 [2021-03-31T13:10:02.115Z] [2021-03-31T13:10:02.115Z] [Pipeline] } [2021-03-31T13:10:02.128Z] 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-03-31T13:10:03.494Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T13:10:03.785Z] . [Pipeline] withDockerContainer [2021-03-31T13:10:04.838Z] prd-centos7-docker-4c-2g-32236 does not seem to be running inside a container [2021-03-31T13:10:06.030Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/422 -v /w/workspace/edgex-go/422:/w/workspace/edgex-go/422:rw,z -v /w/workspace/edgex-go/422@tmp:/w/workspace/edgex-go/422@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-31T13:10:08.987Z] $ docker top 483a385bcad8934acf1c16384d6ecd856fcf666ee2772828a14343049099fe61 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-31T13:10:09.681Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-31T13:10:09.681Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-31T13:10:10.294Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-31T13:10:10.297Z] $ docker exec 483a385bcad8934acf1c16384d6ecd856fcf666ee2772828a14343049099fe61 ssh-agent [2021-03-31T13:10:11.000Z] SSH_AUTH_SOCK=/tmp/ssh-1yZKa4d0jemX/agent.12 [2021-03-31T13:10:11.000Z] SSH_AGENT_PID=18 [2021-03-31T13:10:11.011Z] Running ssh-add (command line suppressed) [2021-03-31T13:10:11.557Z] Identity added: /w/workspace/edgex-go/422@tmp/private_key_654187024077919978.key (/w/workspace/edgex-go/422@tmp/private_key_654187024077919978.key) [2021-03-31T13:10:11.716Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-31T13:10:12.178Z] + git semver tag [2021-03-31T13:10:12.881Z] # -> Open(): unable to determine branch for HEAD [2021-03-31T13:10:12.881Z] # $GIT_DIR = /w/workspace/edgex-go/422/.git [2021-03-31T13:10:12.881Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/422 [2021-03-31T13:10:12.881Z] # $SEMVER_REMOTE_NAME = origin [2021-03-31T13:10:12.881Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-31T13:10:12.881Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-31T13:10:12.881Z] # $SEMVER_BRANCH = master [2021-03-31T13:10:12.881Z] # $SEMVER_DIR = /w/workspace/edgex-go/422/.semver [2021-03-31T13:10:12.881Z] # ffa292a08661baeb026f188275a19c5914c89a0e HEAD [2021-03-31T13:10:13.901Z] # -> Force: false [2021-03-31T13:10:13.901Z] # f04bc9636c6cfe1d063f95aaf55a86273c638178 refs/tags/v2.0.0-dev.154 [Pipeline] } [2021-03-31T13:10:13.931Z] $ docker exec --env ******** --env ******** 483a385bcad8934acf1c16384d6ecd856fcf666ee2772828a14343049099fe61 ssh-agent -k [2021-03-31T13:10:14.295Z] unset SSH_AUTH_SOCK; [2021-03-31T13:10:14.310Z] unset SSH_AGENT_PID; [2021-03-31T13:10:14.310Z] echo Agent pid 18 killed; [2021-03-31T13:10:14.508Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-31T13:10:16.021Z] + git semver [Pipeline] } [2021-03-31T13:10:16.074Z] $ docker stop --time=1 483a385bcad8934acf1c16384d6ecd856fcf666ee2772828a14343049099fe61 [2021-03-31T13:10:18.293Z] $ docker rm -f 483a385bcad8934acf1c16384d6ecd856fcf666ee2772828a14343049099fe61 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:10:19.774Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-31T13:10:20.040Z] [2021-03-31T13:10:20.040Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:10:20.417Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-31T13:10:20.417Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-03-31T13:10:20.417Z] ab5ef0e58194: Pulling fs layer [2021-03-31T13:10:20.417Z] 9712f1f96733: Pulling fs layer [2021-03-31T13:10:20.417Z] 63f879dbbcfc: Pulling fs layer [2021-03-31T13:10:20.417Z] 0d9ebad4ef96: Pulling fs layer [2021-03-31T13:10:20.417Z] e9a5061849ea: Pulling fs layer [2021-03-31T13:10:20.417Z] d747dcd14b5f: Pulling fs layer [2021-03-31T13:10:20.417Z] 2de7ff778b66: Pulling fs layer [2021-03-31T13:10:20.417Z] 0d9ebad4ef96: Waiting [2021-03-31T13:10:20.417Z] e9a5061849ea: Waiting [2021-03-31T13:10:20.417Z] d747dcd14b5f: Waiting [2021-03-31T13:10:20.417Z] 2de7ff778b66: Waiting [2021-03-31T13:10:20.702Z] 9712f1f96733: Verifying Checksum [2021-03-31T13:10:20.702Z] 9712f1f96733: Download complete [2021-03-31T13:10:26.629Z] 63f879dbbcfc: Verifying Checksum [2021-03-31T13:10:26.629Z] 63f879dbbcfc: Download complete [2021-03-31T13:10:27.993Z] e9a5061849ea: Verifying Checksum [2021-03-31T13:10:27.993Z] e9a5061849ea: Download complete [2021-03-31T13:10:27.993Z] d747dcd14b5f: Verifying Checksum [2021-03-31T13:10:27.993Z] d747dcd14b5f: Download complete [2021-03-31T13:10:29.509Z] 2de7ff778b66: Verifying Checksum [2021-03-31T13:10:29.509Z] 2de7ff778b66: Download complete [2021-03-31T13:10:30.263Z] 0d9ebad4ef96: Verifying Checksum [2021-03-31T13:10:30.263Z] 0d9ebad4ef96: Download complete [2021-03-31T13:10:30.533Z] ab5ef0e58194: Verifying Checksum [2021-03-31T13:10:30.533Z] ab5ef0e58194: Download complete [2021-03-31T13:10:46.839Z] ab5ef0e58194: Pull complete [2021-03-31T13:10:47.250Z] 9712f1f96733: Pull complete [2021-03-31T13:10:53.085Z] 63f879dbbcfc: Pull complete [2021-03-31T13:11:12.861Z] 0d9ebad4ef96: Pull complete [2021-03-31T13:11:13.935Z] e9a5061849ea: Pull complete [2021-03-31T13:11:14.537Z] d747dcd14b5f: Pull complete [2021-03-31T13:11:20.500Z] 2de7ff778b66: Pull complete [2021-03-31T13:11:20.500Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-03-31T13:11:20.500Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-31T13:11:20.500Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-03-31T13:11:21.596Z] prd-centos7-docker-4c-2g-32236 does not seem to be running inside a container [2021-03-31T13:11:22.345Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/422 -v /w/workspace/edgex-go/422:/w/workspace/edgex-go/422:rw,z -v /w/workspace/edgex-go/422@tmp:/w/workspace/edgex-go/422@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-03-31T13:11:27.893Z] $ docker top e5dc4cd9c9cdf15c049294705112da5f0245546304d051c21c581f17845e4d45 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-03-31T13:11:28.993Z] provisioning config files... [2021-03-31T13:11:29.012Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/422@tmp/config3644226941936286784tmp [2021-03-31T13:11:29.065Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/422@tmp/config7557680103483831982tmp [2021-03-31T13:11:29.149Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/422@tmp/config5439448803893631866tmp [Pipeline] { [Pipeline] echo [2021-03-31T13:11:29.235Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T13:11:30.561Z] ---> sigul-configuration.sh [2021-03-31T13:11:30.561Z] gpg: directory `/root/.gnupg' created [2021-03-31T13:11:30.561Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-03-31T13:11:30.561Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-03-31T13:11:30.561Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-03-31T13:11:30.561Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-03-31T13:11:30.561Z] gpg: CAST5 encrypted data [2021-03-31T13:11:30.561Z] gpg: encrypted with 1 passphrase [2021-03-31T13:11:30.561Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-03-31T13:11:31.850Z] + mkdir /home/jenkins [2021-03-31T13:11:31.850Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-03-31T13:11:33.015Z] + 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-03-31T13:11:33.035Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T13:11:33.419Z] ---> sigul-install.sh [2021-03-31T13:11:43.760Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-03-31T13:11:44.474Z] + git tag --list [2021-03-31T13:11:44.474Z] 0.6.0 [2021-03-31T13:11:44.474Z] 0.6.1 [2021-03-31T13:11:44.474Z] 0.7.0 [2021-03-31T13:11:44.474Z] 0.7.1 [2021-03-31T13:11:44.474Z] v0.0.0 [2021-03-31T13:11:44.474Z] v0.0.1-dev.1 [2021-03-31T13:11:44.474Z] v1.0.0 [2021-03-31T13:11:44.474Z] v1.0.1 [2021-03-31T13:11:44.474Z] v1.1.0 [2021-03-31T13:11:44.474Z] v1.2.0 [2021-03-31T13:11:44.474Z] v1.2.1 [2021-03-31T13:11:44.474Z] v1.2.2-dev.1 [2021-03-31T13:11:44.474Z] v1.2.2-dev.10 [2021-03-31T13:11:44.474Z] v1.2.2-dev.100 [2021-03-31T13:11:44.474Z] v1.2.2-dev.101 [2021-03-31T13:11:44.474Z] v1.2.2-dev.102 [2021-03-31T13:11:44.474Z] v1.2.2-dev.103 [2021-03-31T13:11:44.474Z] v1.2.2-dev.104 [2021-03-31T13:11:44.474Z] v1.2.2-dev.105 [2021-03-31T13:11:44.474Z] v1.2.2-dev.106 [2021-03-31T13:11:44.474Z] v1.2.2-dev.107 [2021-03-31T13:11:44.474Z] v1.2.2-dev.11 [2021-03-31T13:11:44.474Z] v1.2.2-dev.12 [2021-03-31T13:11:44.474Z] v1.2.2-dev.13 [2021-03-31T13:11:44.474Z] v1.2.2-dev.14 [2021-03-31T13:11:44.474Z] v1.2.2-dev.15 [2021-03-31T13:11:44.474Z] v1.2.2-dev.16 [2021-03-31T13:11:44.474Z] v1.2.2-dev.17 [2021-03-31T13:11:44.474Z] v1.2.2-dev.18 [2021-03-31T13:11:44.474Z] v1.2.2-dev.19 [2021-03-31T13:11:44.474Z] v1.2.2-dev.2 [2021-03-31T13:11:44.474Z] v1.2.2-dev.20 [2021-03-31T13:11:44.474Z] v1.2.2-dev.21 [2021-03-31T13:11:44.474Z] v1.2.2-dev.22 [2021-03-31T13:11:44.474Z] v1.2.2-dev.23 [2021-03-31T13:11:44.474Z] v1.2.2-dev.24 [2021-03-31T13:11:44.474Z] v1.2.2-dev.25 [2021-03-31T13:11:44.474Z] v1.2.2-dev.26 [2021-03-31T13:11:44.474Z] v1.2.2-dev.27 [2021-03-31T13:11:44.474Z] v1.2.2-dev.28 [2021-03-31T13:11:44.474Z] v1.2.2-dev.29 [2021-03-31T13:11:44.474Z] v1.2.2-dev.3 [2021-03-31T13:11:44.474Z] v1.2.2-dev.30 [2021-03-31T13:11:44.474Z] v1.2.2-dev.31 [2021-03-31T13:11:44.474Z] v1.2.2-dev.32 [2021-03-31T13:11:44.474Z] v1.2.2-dev.33 [2021-03-31T13:11:44.474Z] v1.2.2-dev.34 [2021-03-31T13:11:44.474Z] v1.2.2-dev.35 [2021-03-31T13:11:44.474Z] v1.2.2-dev.36 [2021-03-31T13:11:44.474Z] v1.2.2-dev.37 [2021-03-31T13:11:44.474Z] v1.2.2-dev.38 [2021-03-31T13:11:44.474Z] v1.2.2-dev.39 [2021-03-31T13:11:44.474Z] v1.2.2-dev.4 [2021-03-31T13:11:44.474Z] v1.2.2-dev.40 [2021-03-31T13:11:44.474Z] v1.2.2-dev.41 [2021-03-31T13:11:44.474Z] v1.2.2-dev.42 [2021-03-31T13:11:44.474Z] v1.2.2-dev.43 [2021-03-31T13:11:44.474Z] v1.2.2-dev.44 [2021-03-31T13:11:44.474Z] v1.2.2-dev.45 [2021-03-31T13:11:44.474Z] v1.2.2-dev.46 [2021-03-31T13:11:44.474Z] v1.2.2-dev.47 [2021-03-31T13:11:44.474Z] v1.2.2-dev.48 [2021-03-31T13:11:44.474Z] v1.2.2-dev.49 [2021-03-31T13:11:44.474Z] v1.2.2-dev.5 [2021-03-31T13:11:44.474Z] v1.2.2-dev.50 [2021-03-31T13:11:44.475Z] v1.2.2-dev.51 [2021-03-31T13:11:44.475Z] v1.2.2-dev.52 [2021-03-31T13:11:44.475Z] v1.2.2-dev.53 [2021-03-31T13:11:44.475Z] v1.2.2-dev.54 [2021-03-31T13:11:44.475Z] v1.2.2-dev.55 [2021-03-31T13:11:44.475Z] v1.2.2-dev.56 [2021-03-31T13:11:44.475Z] v1.2.2-dev.57 [2021-03-31T13:11:44.475Z] v1.2.2-dev.58 [2021-03-31T13:11:44.475Z] v1.2.2-dev.59 [2021-03-31T13:11:44.475Z] v1.2.2-dev.6 [2021-03-31T13:11:44.475Z] v1.2.2-dev.60 [2021-03-31T13:11:44.475Z] v1.2.2-dev.61 [2021-03-31T13:11:44.475Z] v1.2.2-dev.62 [2021-03-31T13:11:44.475Z] v1.2.2-dev.63 [2021-03-31T13:11:44.475Z] v1.2.2-dev.64 [2021-03-31T13:11:44.475Z] v1.2.2-dev.65 [2021-03-31T13:11:44.475Z] v1.2.2-dev.66 [2021-03-31T13:11:44.475Z] v1.2.2-dev.67 [2021-03-31T13:11:44.475Z] v1.2.2-dev.68 [2021-03-31T13:11:44.475Z] v1.2.2-dev.69 [2021-03-31T13:11:44.475Z] v1.2.2-dev.7 [2021-03-31T13:11:44.475Z] v1.2.2-dev.70 [2021-03-31T13:11:44.475Z] v1.2.2-dev.71 [2021-03-31T13:11:44.475Z] v1.2.2-dev.72 [2021-03-31T13:11:44.475Z] v1.2.2-dev.73 [2021-03-31T13:11:44.475Z] v1.2.2-dev.74 [2021-03-31T13:11:44.475Z] v1.2.2-dev.75 [2021-03-31T13:11:44.475Z] v1.2.2-dev.76 [2021-03-31T13:11:44.475Z] v1.2.2-dev.77 [2021-03-31T13:11:44.475Z] v1.2.2-dev.78 [2021-03-31T13:11:44.475Z] v1.2.2-dev.79 [2021-03-31T13:11:44.475Z] v1.2.2-dev.8 [2021-03-31T13:11:44.475Z] v1.2.2-dev.80 [2021-03-31T13:11:44.475Z] v1.2.2-dev.81 [2021-03-31T13:11:44.475Z] v1.2.2-dev.82 [2021-03-31T13:11:44.475Z] v1.2.2-dev.83 [2021-03-31T13:11:44.475Z] v1.2.2-dev.84 [2021-03-31T13:11:44.475Z] v1.2.2-dev.85 [2021-03-31T13:11:44.475Z] v1.2.2-dev.86 [2021-03-31T13:11:44.475Z] v1.2.2-dev.87 [2021-03-31T13:11:44.475Z] v1.2.2-dev.88 [2021-03-31T13:11:44.475Z] v1.2.2-dev.89 [2021-03-31T13:11:44.475Z] v1.2.2-dev.9 [2021-03-31T13:11:44.475Z] v1.2.2-dev.90 [2021-03-31T13:11:44.475Z] v1.2.2-dev.91 [2021-03-31T13:11:44.475Z] v1.2.2-dev.92 [2021-03-31T13:11:44.475Z] v1.2.2-dev.93 [2021-03-31T13:11:44.475Z] v1.2.2-dev.94 [2021-03-31T13:11:44.475Z] v1.2.2-dev.95 [2021-03-31T13:11:44.475Z] v1.2.2-dev.96 [2021-03-31T13:11:44.475Z] v1.2.2-dev.97 [2021-03-31T13:11:44.475Z] v1.2.2-dev.98 [2021-03-31T13:11:44.475Z] v1.2.2-dev.99 [2021-03-31T13:11:44.475Z] v1.3.0 [2021-03-31T13:11:44.475Z] v1.3.1 [2021-03-31T13:11:44.475Z] v1.3.1-dev.1 [2021-03-31T13:11:44.475Z] v1.3.1-dev.10 [2021-03-31T13:11:44.475Z] v1.3.1-dev.11 [2021-03-31T13:11:44.475Z] v1.3.1-dev.12 [2021-03-31T13:11:44.475Z] v1.3.1-dev.13 [2021-03-31T13:11:44.475Z] v1.3.1-dev.14 [2021-03-31T13:11:44.475Z] v1.3.1-dev.15 [2021-03-31T13:11:44.475Z] v1.3.1-dev.16 [2021-03-31T13:11:44.475Z] v1.3.1-dev.17 [2021-03-31T13:11:44.475Z] v1.3.1-dev.18 [2021-03-31T13:11:44.475Z] v1.3.1-dev.2 [2021-03-31T13:11:44.475Z] v1.3.1-dev.3 [2021-03-31T13:11:44.475Z] v1.3.1-dev.4 [2021-03-31T13:11:44.475Z] v1.3.1-dev.5 [2021-03-31T13:11:44.475Z] v1.3.1-dev.6 [2021-03-31T13:11:44.475Z] v1.3.1-dev.7 [2021-03-31T13:11:44.475Z] v1.3.1-dev.8 [2021-03-31T13:11:44.475Z] v1.3.1-dev.9 [2021-03-31T13:11:44.475Z] v2.0.0-dev.1 [2021-03-31T13:11:44.475Z] v2.0.0-dev.10 [2021-03-31T13:11:44.475Z] v2.0.0-dev.100 [2021-03-31T13:11:44.475Z] v2.0.0-dev.101 [2021-03-31T13:11:44.475Z] v2.0.0-dev.102 [2021-03-31T13:11:44.475Z] v2.0.0-dev.103 [2021-03-31T13:11:44.475Z] v2.0.0-dev.104 [2021-03-31T13:11:44.475Z] v2.0.0-dev.105 [2021-03-31T13:11:44.475Z] v2.0.0-dev.106 [2021-03-31T13:11:44.475Z] v2.0.0-dev.107 [2021-03-31T13:11:44.475Z] v2.0.0-dev.108 [2021-03-31T13:11:44.475Z] v2.0.0-dev.109 [2021-03-31T13:11:44.475Z] v2.0.0-dev.11 [2021-03-31T13:11:44.475Z] v2.0.0-dev.110 [2021-03-31T13:11:44.475Z] v2.0.0-dev.111 [2021-03-31T13:11:44.475Z] v2.0.0-dev.112 [2021-03-31T13:11:44.475Z] v2.0.0-dev.113 [2021-03-31T13:11:44.475Z] v2.0.0-dev.114 [2021-03-31T13:11:44.475Z] v2.0.0-dev.115 [2021-03-31T13:11:44.475Z] v2.0.0-dev.116 [2021-03-31T13:11:44.475Z] v2.0.0-dev.117 [2021-03-31T13:11:44.475Z] v2.0.0-dev.118 [2021-03-31T13:11:44.475Z] v2.0.0-dev.119 [2021-03-31T13:11:44.475Z] v2.0.0-dev.12 [2021-03-31T13:11:44.475Z] v2.0.0-dev.120 [2021-03-31T13:11:44.475Z] v2.0.0-dev.121 [2021-03-31T13:11:44.475Z] v2.0.0-dev.122 [2021-03-31T13:11:44.475Z] v2.0.0-dev.123 [2021-03-31T13:11:44.475Z] v2.0.0-dev.124 [2021-03-31T13:11:44.475Z] v2.0.0-dev.125 [2021-03-31T13:11:44.475Z] v2.0.0-dev.126 [2021-03-31T13:11:44.475Z] v2.0.0-dev.127 [2021-03-31T13:11:44.475Z] v2.0.0-dev.128 [2021-03-31T13:11:44.475Z] v2.0.0-dev.129 [2021-03-31T13:11:44.475Z] v2.0.0-dev.13 [2021-03-31T13:11:44.475Z] v2.0.0-dev.130 [2021-03-31T13:11:44.475Z] v2.0.0-dev.131 [2021-03-31T13:11:44.475Z] v2.0.0-dev.132 [2021-03-31T13:11:44.475Z] v2.0.0-dev.133 [2021-03-31T13:11:44.475Z] v2.0.0-dev.134 [2021-03-31T13:11:44.475Z] v2.0.0-dev.135 [2021-03-31T13:11:44.475Z] v2.0.0-dev.136 [2021-03-31T13:11:44.475Z] v2.0.0-dev.137 [2021-03-31T13:11:44.475Z] v2.0.0-dev.138 [2021-03-31T13:11:44.475Z] v2.0.0-dev.139 [2021-03-31T13:11:44.475Z] v2.0.0-dev.14 [2021-03-31T13:11:44.475Z] v2.0.0-dev.140 [2021-03-31T13:11:44.475Z] v2.0.0-dev.141 [2021-03-31T13:11:44.475Z] v2.0.0-dev.142 [2021-03-31T13:11:44.475Z] v2.0.0-dev.143 [2021-03-31T13:11:44.475Z] v2.0.0-dev.144 [2021-03-31T13:11:44.475Z] v2.0.0-dev.145 [2021-03-31T13:11:44.475Z] v2.0.0-dev.146 [2021-03-31T13:11:44.475Z] v2.0.0-dev.147 [2021-03-31T13:11:44.475Z] v2.0.0-dev.148 [2021-03-31T13:11:44.475Z] v2.0.0-dev.149 [2021-03-31T13:11:44.475Z] v2.0.0-dev.15 [2021-03-31T13:11:44.475Z] v2.0.0-dev.150 [2021-03-31T13:11:44.475Z] v2.0.0-dev.151 [2021-03-31T13:11:44.475Z] v2.0.0-dev.152 [2021-03-31T13:11:44.475Z] v2.0.0-dev.153 [2021-03-31T13:11:44.475Z] v2.0.0-dev.154 [2021-03-31T13:11:44.475Z] v2.0.0-dev.16 [2021-03-31T13:11:44.475Z] v2.0.0-dev.17 [2021-03-31T13:11:44.475Z] v2.0.0-dev.18 [2021-03-31T13:11:44.475Z] v2.0.0-dev.19 [2021-03-31T13:11:44.475Z] v2.0.0-dev.2 [2021-03-31T13:11:44.475Z] v2.0.0-dev.20 [2021-03-31T13:11:44.475Z] v2.0.0-dev.21 [2021-03-31T13:11:44.475Z] v2.0.0-dev.22 [2021-03-31T13:11:44.475Z] v2.0.0-dev.23 [2021-03-31T13:11:44.475Z] v2.0.0-dev.24 [2021-03-31T13:11:44.475Z] v2.0.0-dev.25 [2021-03-31T13:11:44.475Z] v2.0.0-dev.26 [2021-03-31T13:11:44.475Z] v2.0.0-dev.27 [2021-03-31T13:11:44.475Z] v2.0.0-dev.28 [2021-03-31T13:11:44.475Z] v2.0.0-dev.29 [2021-03-31T13:11:44.475Z] v2.0.0-dev.3 [2021-03-31T13:11:44.475Z] v2.0.0-dev.30 [2021-03-31T13:11:44.475Z] v2.0.0-dev.31 [2021-03-31T13:11:44.475Z] v2.0.0-dev.32 [2021-03-31T13:11:44.475Z] v2.0.0-dev.33 [2021-03-31T13:11:44.475Z] v2.0.0-dev.34 [2021-03-31T13:11:44.475Z] v2.0.0-dev.35 [2021-03-31T13:11:44.475Z] v2.0.0-dev.36 [2021-03-31T13:11:44.475Z] v2.0.0-dev.37 [2021-03-31T13:11:44.475Z] v2.0.0-dev.38 [2021-03-31T13:11:44.475Z] v2.0.0-dev.39 [2021-03-31T13:11:44.475Z] v2.0.0-dev.4 [2021-03-31T13:11:44.475Z] v2.0.0-dev.40 [2021-03-31T13:11:44.475Z] v2.0.0-dev.41 [2021-03-31T13:11:44.475Z] v2.0.0-dev.42 [2021-03-31T13:11:44.475Z] v2.0.0-dev.43 [2021-03-31T13:11:44.475Z] v2.0.0-dev.44 [2021-03-31T13:11:44.475Z] v2.0.0-dev.45 [2021-03-31T13:11:44.475Z] v2.0.0-dev.46 [2021-03-31T13:11:44.475Z] v2.0.0-dev.47 [2021-03-31T13:11:44.475Z] v2.0.0-dev.48 [2021-03-31T13:11:44.475Z] v2.0.0-dev.49 [2021-03-31T13:11:44.475Z] v2.0.0-dev.5 [2021-03-31T13:11:44.475Z] v2.0.0-dev.50 [2021-03-31T13:11:44.475Z] v2.0.0-dev.51 [2021-03-31T13:11:44.475Z] v2.0.0-dev.52 [2021-03-31T13:11:44.475Z] v2.0.0-dev.53 [2021-03-31T13:11:44.475Z] v2.0.0-dev.54 [2021-03-31T13:11:44.475Z] v2.0.0-dev.55 [2021-03-31T13:11:44.475Z] v2.0.0-dev.56 [2021-03-31T13:11:44.475Z] v2.0.0-dev.57 [2021-03-31T13:11:44.475Z] v2.0.0-dev.58 [2021-03-31T13:11:44.475Z] v2.0.0-dev.59 [2021-03-31T13:11:44.475Z] v2.0.0-dev.6 [2021-03-31T13:11:44.475Z] v2.0.0-dev.60 [2021-03-31T13:11:44.475Z] v2.0.0-dev.61 [2021-03-31T13:11:44.475Z] v2.0.0-dev.62 [2021-03-31T13:11:44.475Z] v2.0.0-dev.63 [2021-03-31T13:11:44.475Z] v2.0.0-dev.64 [2021-03-31T13:11:44.475Z] v2.0.0-dev.65 [2021-03-31T13:11:44.475Z] v2.0.0-dev.66 [2021-03-31T13:11:44.475Z] v2.0.0-dev.67 [2021-03-31T13:11:44.475Z] v2.0.0-dev.68 [2021-03-31T13:11:44.475Z] v2.0.0-dev.69 [2021-03-31T13:11:44.475Z] v2.0.0-dev.7 [2021-03-31T13:11:44.475Z] v2.0.0-dev.70 [2021-03-31T13:11:44.475Z] v2.0.0-dev.71 [2021-03-31T13:11:44.475Z] v2.0.0-dev.72 [2021-03-31T13:11:44.475Z] v2.0.0-dev.73 [2021-03-31T13:11:44.475Z] v2.0.0-dev.74 [2021-03-31T13:11:44.475Z] v2.0.0-dev.75 [2021-03-31T13:11:44.475Z] v2.0.0-dev.76 [2021-03-31T13:11:44.475Z] v2.0.0-dev.77 [2021-03-31T13:11:44.475Z] v2.0.0-dev.78 [2021-03-31T13:11:44.475Z] v2.0.0-dev.79 [2021-03-31T13:11:44.475Z] v2.0.0-dev.8 [2021-03-31T13:11:44.475Z] v2.0.0-dev.80 [2021-03-31T13:11:44.475Z] v2.0.0-dev.81 [2021-03-31T13:11:44.475Z] v2.0.0-dev.82 [2021-03-31T13:11:44.475Z] v2.0.0-dev.83 [2021-03-31T13:11:44.475Z] v2.0.0-dev.84 [2021-03-31T13:11:44.475Z] v2.0.0-dev.85 [2021-03-31T13:11:44.475Z] v2.0.0-dev.86 [2021-03-31T13:11:44.475Z] v2.0.0-dev.87 [2021-03-31T13:11:44.475Z] v2.0.0-dev.88 [2021-03-31T13:11:44.475Z] v2.0.0-dev.89 [2021-03-31T13:11:44.475Z] v2.0.0-dev.9 [2021-03-31T13:11:44.475Z] v2.0.0-dev.90 [2021-03-31T13:11:44.475Z] v2.0.0-dev.91 [2021-03-31T13:11:44.475Z] v2.0.0-dev.92 [2021-03-31T13:11:44.475Z] v2.0.0-dev.93 [2021-03-31T13:11:44.475Z] v2.0.0-dev.94 [2021-03-31T13:11:44.475Z] v2.0.0-dev.95 [2021-03-31T13:11:44.475Z] v2.0.0-dev.96 [2021-03-31T13:11:44.475Z] v2.0.0-dev.97 [2021-03-31T13:11:44.475Z] v2.0.0-dev.98 [2021-03-31T13:11:44.475Z] v2.0.0-dev.99 [Pipeline] sh [2021-03-31T13:11:45.254Z] + lftools sign git-tag v2.0.0-dev.154 [2021-03-31T13:11:47.263Z] Signing Git tag with Sigul... [2021-03-31T13:11:47.263Z] Signing v2.0.0-dev.154 [Pipeline] echo [2021-03-31T13:11:48.826Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T13:11:49.808Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-03-31T13:11:49.842Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-03-31T13:11:49.952Z] $ docker stop --time=1 e5dc4cd9c9cdf15c049294705112da5f0245546304d051c21c581f17845e4d45 [2021-03-31T13:11:52.844Z] $ docker rm -f e5dc4cd9c9cdf15c049294705112da5f0245546304d051c21c581f17845e4d45 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:11:53.984Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T13:11:53.984Z] . [Pipeline] withDockerContainer [2021-03-31T13:11:54.412Z] prd-centos7-docker-4c-2g-32236 does not seem to be running inside a container [2021-03-31T13:11:54.690Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/422 -v /w/workspace/edgex-go/422:/w/workspace/edgex-go/422:rw,z -v /w/workspace/edgex-go/422@tmp:/w/workspace/edgex-go/422@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-31T13:11:57.596Z] $ docker top f61b94ae020bf5b7c02a8af89908535dfb693fcf3cfd761c69aba693d67f03eb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-31T13:11:58.263Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-31T13:11:58.263Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-31T13:11:59.654Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-31T13:11:59.658Z] $ docker exec f61b94ae020bf5b7c02a8af89908535dfb693fcf3cfd761c69aba693d67f03eb ssh-agent [2021-03-31T13:12:00.129Z] SSH_AUTH_SOCK=/tmp/ssh-3eNrYqZphiZd/agent.12 [2021-03-31T13:12:00.129Z] SSH_AGENT_PID=17 [2021-03-31T13:12:00.185Z] Running ssh-add (command line suppressed) [2021-03-31T13:12:00.420Z] Identity added: /w/workspace/edgex-go/422@tmp/private_key_5979477432631542446.key (/w/workspace/edgex-go/422@tmp/private_key_5979477432631542446.key) [2021-03-31T13:12:00.520Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-31T13:12:02.032Z] + git semver bump pre [2021-03-31T13:12:02.769Z] # -> Open(): unable to determine branch for HEAD [2021-03-31T13:12:02.769Z] # $GIT_DIR = /w/workspace/edgex-go/422/.git [2021-03-31T13:12:02.769Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/422 [2021-03-31T13:12:02.769Z] # $SEMVER_REMOTE_NAME = origin [2021-03-31T13:12:02.769Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-31T13:12:02.769Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-31T13:12:02.769Z] # $SEMVER_BRANCH = master [2021-03-31T13:12:02.769Z] # $SEMVER_DIR = /w/workspace/edgex-go/422/.semver [2021-03-31T13:12:02.769Z] 2.0.0-dev.155 [Pipeline] } [2021-03-31T13:12:02.888Z] $ docker exec --env ******** --env ******** f61b94ae020bf5b7c02a8af89908535dfb693fcf3cfd761c69aba693d67f03eb ssh-agent -k [2021-03-31T13:12:03.305Z] unset SSH_AUTH_SOCK; [2021-03-31T13:12:03.305Z] unset SSH_AGENT_PID; [2021-03-31T13:12:03.305Z] echo Agent pid 17 killed; [2021-03-31T13:12:03.495Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-31T13:12:04.499Z] + git semver [Pipeline] } [2021-03-31T13:12:04.803Z] $ docker stop --time=1 f61b94ae020bf5b7c02a8af89908535dfb693fcf3cfd761c69aba693d67f03eb [2021-03-31T13:12:07.392Z] $ docker rm -f f61b94ae020bf5b7c02a8af89908535dfb693fcf3cfd761c69aba693d67f03eb [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:12:08.352Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T13:12:08.635Z] . [Pipeline] withDockerContainer [2021-03-31T13:12:09.367Z] prd-centos7-docker-4c-2g-32236 does not seem to be running inside a container [2021-03-31T13:12:09.557Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/422 -v /w/workspace/edgex-go/422:/w/workspace/edgex-go/422:rw,z -v /w/workspace/edgex-go/422@tmp:/w/workspace/edgex-go/422@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-31T13:12:11.716Z] $ docker top f78f1d2ecca8ae40758e90303105639ca8a87c49cb05f8c30e1f314365b5dc15 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-31T13:12:12.220Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-31T13:12:12.220Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-31T13:12:12.926Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-31T13:12:12.929Z] $ docker exec f78f1d2ecca8ae40758e90303105639ca8a87c49cb05f8c30e1f314365b5dc15 ssh-agent [2021-03-31T13:12:13.933Z] SSH_AUTH_SOCK=/tmp/ssh-1M6rFNXtZ3qE/agent.11 [2021-03-31T13:12:13.933Z] SSH_AGENT_PID=16 [2021-03-31T13:12:13.952Z] Running ssh-add (command line suppressed) [2021-03-31T13:12:14.895Z] Identity added: /w/workspace/edgex-go/422@tmp/private_key_7375238055307698553.key (/w/workspace/edgex-go/422@tmp/private_key_7375238055307698553.key) [2021-03-31T13:12:15.316Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-31T13:12:16.951Z] + git semver push [2021-03-31T13:12:16.951Z] # -> Open(): unable to determine branch for HEAD [2021-03-31T13:12:16.951Z] # $GIT_DIR = /w/workspace/edgex-go/422/.git [2021-03-31T13:12:16.951Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/422 [2021-03-31T13:12:16.951Z] # $SEMVER_REMOTE_NAME = origin [2021-03-31T13:12:16.951Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-31T13:12:16.951Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-31T13:12:16.951Z] # $SEMVER_BRANCH = master [2021-03-31T13:12:16.951Z] # $SEMVER_DIR = /w/workspace/edgex-go/422/.semver [Pipeline] } [2021-03-31T13:12:32.772Z] $ docker exec --env ******** --env ******** f78f1d2ecca8ae40758e90303105639ca8a87c49cb05f8c30e1f314365b5dc15 ssh-agent -k [2021-03-31T13:12:33.161Z] unset SSH_AUTH_SOCK; [2021-03-31T13:12:33.162Z] unset SSH_AGENT_PID; [2021-03-31T13:12:33.162Z] echo Agent pid 16 killed; [2021-03-31T13:12:33.300Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-31T13:12:35.039Z] + git semver [Pipeline] } [2021-03-31T13:12:35.356Z] $ docker stop --time=1 f78f1d2ecca8ae40758e90303105639ca8a87c49cb05f8c30e1f314365b5dc15 [2021-03-31T13:12:37.807Z] $ docker rm -f f78f1d2ecca8ae40758e90303105639ca8a87c49cb05f8c30e1f314365b5dc15 [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-03-31T13:12:39.125Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T13:12:41.336Z] ---> package-listing.sh [2021-03-31T13:12:41.336Z] ++ facter osfamily [2021-03-31T13:12:41.336Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-31T13:12:41.601Z] + OS_FAMILY=redhat [2021-03-31T13:12:41.601Z] + workspace=/w/workspace/edgex-go/422 [2021-03-31T13:12:41.601Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-31T13:12:41.601Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-31T13:12:41.601Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-31T13:12:41.601Z] + PACKAGES=/tmp/packages_start.txt [2021-03-31T13:12:41.601Z] + '[' /w/workspace/edgex-go/422 ']' [2021-03-31T13:12:41.601Z] + PACKAGES=/tmp/packages_end.txt [2021-03-31T13:12:41.601Z] + case "${OS_FAMILY}" in [2021-03-31T13:12:41.601Z] + sort [2021-03-31T13:12:41.601Z] + rpm -qa [2021-03-31T13:12:48.609Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-31T13:12:48.609Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-31T13:12:48.609Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-31T13:12:48.609Z] + '[' /w/workspace/edgex-go/422 ']' [2021-03-31T13:12:48.609Z] + mkdir -p /w/workspace/edgex-go/422/archives/ [2021-03-31T13:12:48.609Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/422/archives/ [Pipeline] echo [2021-03-31T13:12:48.627Z] 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/422/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-31T13:12:49.034Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:12:49.779Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-31T13:12:50.404Z] [2021-03-31T13:12:50.404Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:12:51.291Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-31T13:12:51.291Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-31T13:12:51.291Z] df20fa9351a1: Pulling fs layer [2021-03-31T13:12:51.291Z] 36b3adc4ff6f: Pulling fs layer [2021-03-31T13:12:51.291Z] 8ad3a11d3b57: Pulling fs layer [2021-03-31T13:12:51.291Z] 46f8f816bc3b: Pulling fs layer [2021-03-31T13:12:51.291Z] 93b61091891f: Pulling fs layer [2021-03-31T13:12:51.291Z] 93b9cdb0e59b: Pulling fs layer [2021-03-31T13:12:51.291Z] 5e14af77c1be: Pulling fs layer [2021-03-31T13:12:51.291Z] 01666e4c0597: Pulling fs layer [2021-03-31T13:12:51.291Z] aa168da1d23b: Pulling fs layer [2021-03-31T13:12:51.291Z] 93b9cdb0e59b: Waiting [2021-03-31T13:12:51.291Z] 5e14af77c1be: Waiting [2021-03-31T13:12:51.291Z] 01666e4c0597: Waiting [2021-03-31T13:12:51.291Z] aa168da1d23b: Waiting [2021-03-31T13:12:51.291Z] 46f8f816bc3b: Waiting [2021-03-31T13:12:51.291Z] 93b61091891f: Waiting [2021-03-31T13:12:51.291Z] 36b3adc4ff6f: Verifying Checksum [2021-03-31T13:12:51.291Z] 36b3adc4ff6f: Download complete [2021-03-31T13:12:51.755Z] 46f8f816bc3b: Download complete [2021-03-31T13:12:51.755Z] 93b61091891f: Verifying Checksum [2021-03-31T13:12:51.755Z] 93b61091891f: Download complete [2021-03-31T13:12:51.755Z] 93b9cdb0e59b: Verifying Checksum [2021-03-31T13:12:51.755Z] 93b9cdb0e59b: Download complete [2021-03-31T13:12:51.755Z] 5e14af77c1be: Verifying Checksum [2021-03-31T13:12:51.755Z] 5e14af77c1be: Download complete [2021-03-31T13:12:51.755Z] 01666e4c0597: Verifying Checksum [2021-03-31T13:12:51.755Z] 01666e4c0597: Download complete [2021-03-31T13:12:51.755Z] df20fa9351a1: Verifying Checksum [2021-03-31T13:12:51.755Z] df20fa9351a1: Download complete [2021-03-31T13:12:52.895Z] 8ad3a11d3b57: Verifying Checksum [2021-03-31T13:12:52.895Z] 8ad3a11d3b57: Download complete [2021-03-31T13:12:53.237Z] df20fa9351a1: Pull complete [2021-03-31T13:12:54.629Z] 36b3adc4ff6f: Pull complete [2021-03-31T13:12:57.026Z] 8ad3a11d3b57: Pull complete [2021-03-31T13:12:57.383Z] 46f8f816bc3b: Pull complete [2021-03-31T13:13:00.771Z] 93b61091891f: Pull complete [2021-03-31T13:13:01.571Z] 93b9cdb0e59b: Pull complete [2021-03-31T13:13:02.258Z] 5e14af77c1be: Pull complete [2021-03-31T13:13:02.559Z] 01666e4c0597: Pull complete [2021-03-31T13:13:04.575Z] aa168da1d23b: Verifying Checksum [2021-03-31T13:13:04.575Z] aa168da1d23b: Download complete [2021-03-31T13:13:27.675Z] aa168da1d23b: Pull complete [2021-03-31T13:13:27.675Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-31T13:13:27.675Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-31T13:13:27.675Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-31T13:13:28.084Z] prd-centos7-docker-4c-2g-32236 does not seem to be running inside a container [2021-03-31T13:13:28.577Z] $ 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/422/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/422 -v /w/workspace/edgex-go/422:/w/workspace/edgex-go/422:rw,z -v /w/workspace/edgex-go/422@tmp:/w/workspace/edgex-go/422@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-31T13:13:33.958Z] $ docker top 4775b90d2d9d637e77d19c2944d468e5b71f19c22a3b8c582acae6347fdffee9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T13:13:35.619Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-31T13:13:36.685Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-31T13:13:37.929Z] + ls /var/log/sa-host [2021-03-31T13:13:37.929Z] + sadf -c /var/log/sa-host/sa23 [2021-03-31T13:13:37.929Z] file_magic: OK [2021-03-31T13:13:37.929Z] HZ: Using current value: 100 [2021-03-31T13:13:37.929Z] file_header: OK [2021-03-31T13:13:37.929Z] 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-03-31T13:13:37.929Z] Statistics: [2021-03-31T13:13:37.929Z] Hnuu...uuuununununu... [2021-03-31T13:13:37.929Z] File successfully converted to sysstat format version 12.2.1 [2021-03-31T13:13:37.929Z] + sadf -c /var/log/sa-host/sa31 [2021-03-31T13:13:37.929Z] file_magic: OK [2021-03-31T13:13:37.929Z] HZ: Using current value: 100 [2021-03-31T13:13:37.929Z] file_header: OK [2021-03-31T13:13:37.929Z] 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-03-31T13:13:37.929Z] Statistics: [2021-03-31T13:13:37.929Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-31T13:13:37.929Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-31T13:13:38.185Z] provisioning config files... [2021-03-31T13:13:38.329Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/422@tmp/config8447458790305713739tmp [Pipeline] { [Pipeline] echo [2021-03-31T13:13:38.469Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T13:13:39.258Z] ---> create-netrc.sh [Pipeline] } [2021-03-31T13:13:39.561Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-31T13:13:39.662Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T13:13:40.977Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-31T13:13:41.020Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T13:13:41.757Z] ---> sudo-logs.sh [2021-03-31T13:13:41.757Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-31T13:13:41.819Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T13:13:42.960Z] ---> job-cost.sh [2021-03-31T13:13:42.960Z] lf-activate-venv: SKIPPING [2021-03-31T13:13:42.960Z] DEBUG: total: 0.20999999344348907 [2021-03-31T13:13:42.960Z] INFO: Retrieving Stack Cost... [2021-03-31T13:13:44.024Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-31T13:13:44.831Z] INFO: Archiving Costs [Pipeline] echo [2021-03-31T13:13:44.915Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T13:13:46.115Z] ---> logs-deploy.sh [2021-03-31T13:13:46.115Z] lf-activate-venv: SKIPPING [2021-03-31T13:13:46.115Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/422 [2021-03-31T13:13:46.115Z] INFO: archiving workspace using pattern(s): [2021-03-31T13:13:48.613Z] Archives upload complete. [2021-03-31T13:13:48.614Z] INFO: archiving logs to Nexus