Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc 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-554 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/442 [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/442 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc # timeout=10 Commit message: "feat(meta): Implement API to get Resource by profile and resource name (#3374)" > git rev-list --no-walk c419618f783e51adc3e0be9d68d8defacfb69d2d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-17T13:49:19.093Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-17T13:49:19.192Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-17T13:49:19.217Z] ========================================================= [2021-04-17T13:49:19.217Z] EdgeX Global Pipelines Version Info [2021-04-17T13:49:19.217Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-17T13:49:20.651Z] ------------------- [2021-04-17T13:49:20.651Z] stable info: [2021-04-17T13:49:20.651Z] ------------------- [2021-04-17T13:49:20.651Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-17T13:49:20.651Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-17T13:49:20.651Z] Message: update stable to v1.0.186 [2021-04-17T13:49:21.597Z] ------------------- [2021-04-17T13:49:21.597Z] experimental info: [2021-04-17T13:49:21.597Z] ------------------- [2021-04-17T13:49:21.597Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-17T13:49:21.597Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-17T13:49:21.597Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-17T13:49:21.713Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-17T13:49:21.734Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-17T13:49:21.755Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-17T13:49:21.775Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-17T13:49:21.796Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-17T13:49:21.834Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-17T13:49:21.855Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-17T13:49:21.878Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-17T13:49:21.898Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-17T13:49:21.919Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-17T13:49:21.939Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-17T13:49:21.960Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-17T13:49:21.980Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-17T13:49:22.024Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-17T13:49:22.044Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-17T13:49:22.064Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-17T13:49:22.084Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-17T13:49:22.106Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-17T13:49:22.127Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-17T13:49:22.148Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-17T13:49:22.168Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-17T13:49:22.211Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-17T13:49:22.244Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-17T13:49:22.263Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-17T13:49:22.282Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-17T13:49:22.302Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [Pipeline] echo [2021-04-17T13:49:22.323Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1db696b [Pipeline] echo [2021-04-17T13:49:22.344Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-17T13:49:22.418Z] provisioning config files... [2021-04-17T13:49:22.457Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/442@tmp/config6966403204514456809tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-17T13:49:22.774Z] ---> docker-login.sh [2021-04-17T13:49:22.774Z] nexus3.edgexfoundry.org:10001 [2021-04-17T13:49:23.038Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-17T13:49:23.304Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-17T13:49:23.304Z] Configure a credential helper to remove this warning. See [2021-04-17T13:49:23.304Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-17T13:49:23.304Z] [2021-04-17T13:49:23.304Z] Login Succeeded [2021-04-17T13:49:23.304Z] nexus3.edgexfoundry.org:10002 [2021-04-17T13:49:23.304Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-17T13:49:23.570Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-17T13:49:23.570Z] Configure a credential helper to remove this warning. See [2021-04-17T13:49:23.570Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-17T13:49:23.570Z] [2021-04-17T13:49:23.570Z] Login Succeeded [2021-04-17T13:49:23.570Z] nexus3.edgexfoundry.org:10003 [2021-04-17T13:49:23.570Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-17T13:49:23.570Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-17T13:49:23.570Z] Configure a credential helper to remove this warning. See [2021-04-17T13:49:23.570Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-17T13:49:23.570Z] [2021-04-17T13:49:23.570Z] Login Succeeded [2021-04-17T13:49:23.570Z] nexus3.edgexfoundry.org:10004 [2021-04-17T13:49:23.832Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-17T13:49:23.832Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-17T13:49:23.832Z] Configure a credential helper to remove this warning. See [2021-04-17T13:49:23.832Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-17T13:49:23.832Z] [2021-04-17T13:49:23.832Z] Login Succeeded [2021-04-17T13:49:23.832Z] docker.io [2021-04-17T13:49:24.094Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-17T13:49:24.356Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-17T13:49:24.356Z] Configure a credential helper to remove this warning. See [2021-04-17T13:49:24.356Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-17T13:49:24.356Z] [2021-04-17T13:49:24.356Z] Login Succeeded [2021-04-17T13:49:24.356Z] ---> docker-login.sh ends [Pipeline] } [2021-04-17T13:49:24.366Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-17T13:49:24.702Z] ++ 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-04-17T13:49:24.702Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-17T13:49:24.702Z] ++ dirname cmd/core-command/Dockerfile [2021-04-17T13:49:24.702Z] ++ cut -d/ -f2 [2021-04-17T13:49:24.702Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-17T13:49:24.702Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-17T13:49:24.702Z] ++ dirname cmd/core-data/Dockerfile [2021-04-17T13:49:24.702Z] ++ cut -d/ -f2 [2021-04-17T13:49:24.702Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-17T13:49:24.702Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-17T13:49:24.702Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-17T13:49:24.702Z] ++ cut -d/ -f2 [2021-04-17T13:49:24.702Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-17T13:49:24.702Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-17T13:49:24.702Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-17T13:49:24.702Z] ++ cut -d/ -f2 [2021-04-17T13:49:24.702Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-17T13:49:24.702Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-17T13:49:24.702Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-17T13:49:24.702Z] ++ cut -d/ -f2 [2021-04-17T13:49:24.702Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-17T13:49:24.702Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-17T13:49:24.702Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-17T13:49:24.702Z] ++ cut -d/ -f2 [2021-04-17T13:49:24.702Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-17T13:49:24.702Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-17T13:49:24.702Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-17T13:49:24.702Z] ++ cut -d/ -f2 [2021-04-17T13:49:24.702Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-17T13:49:24.702Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-17T13:49:24.702Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-17T13:49:24.702Z] ++ cut -d/ -f2 [2021-04-17T13:49:24.702Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-17T13:49:24.702Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-17T13:49:24.702Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-17T13:49:24.702Z] ++ cut -d/ -f2 [2021-04-17T13:49:24.702Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-17T13:49:24.787Z] 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-04-17T13:49:25.802Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-17T13:49:25.802Z] [2021-04-17T13:49:25.802Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:49:26.118Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-17T13:49:26.118Z] latest: Pulling from edgex-devops/git-semver [2021-04-17T13:49:26.118Z] 31603596830f: Pulling fs layer [2021-04-17T13:49:26.118Z] 2a8b12db71e7: Pulling fs layer [2021-04-17T13:49:26.118Z] 6ca5941a6612: Pulling fs layer [2021-04-17T13:49:26.118Z] ecc8261a40a4: Pulling fs layer [2021-04-17T13:49:26.118Z] ecc8261a40a4: Waiting [2021-04-17T13:49:26.118Z] 2a8b12db71e7: Verifying Checksum [2021-04-17T13:49:26.118Z] 2a8b12db71e7: Download complete [2021-04-17T13:49:26.118Z] 31603596830f: Verifying Checksum [2021-04-17T13:49:26.118Z] 31603596830f: Download complete [2021-04-17T13:49:26.386Z] ecc8261a40a4: Verifying Checksum [2021-04-17T13:49:26.386Z] ecc8261a40a4: Download complete [2021-04-17T13:49:26.386Z] 6ca5941a6612: Verifying Checksum [2021-04-17T13:49:26.386Z] 6ca5941a6612: Download complete [2021-04-17T13:49:26.650Z] 31603596830f: Pull complete [2021-04-17T13:49:26.912Z] 2a8b12db71e7: Pull complete [2021-04-17T13:49:27.866Z] 6ca5941a6612: Pull complete [2021-04-17T13:49:27.866Z] ecc8261a40a4: Pull complete [2021-04-17T13:49:28.129Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-17T13:49:28.129Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-17T13:49:28.129Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-17T13:49:28.237Z] prd-centos7-docker-4c-2g-554 does not seem to be running inside a container [2021-04-17T13:49:28.287Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/442 -v /w/workspace/edgex-go/442:/w/workspace/edgex-go/442:rw,z -v /w/workspace/edgex-go/442@tmp:/w/workspace/edgex-go/442@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-17T13:49:30.815Z] $ docker top 6be6322e52d8f5f55f718faff47e9aa71013982f4d68c613dae1f8cd8f5246e9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-17T13:49:31.070Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-17T13:49:31.070Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-17T13:49:31.295Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-17T13:49:31.300Z] $ docker exec 6be6322e52d8f5f55f718faff47e9aa71013982f4d68c613dae1f8cd8f5246e9 ssh-agent [2021-04-17T13:49:31.466Z] SSH_AUTH_SOCK=/tmp/ssh-0vnu86ZXloKD/agent.12 [2021-04-17T13:49:31.466Z] SSH_AGENT_PID=17 [2021-04-17T13:49:31.485Z] Running ssh-add (command line suppressed) [2021-04-17T13:49:31.609Z] Identity added: /w/workspace/edgex-go/442@tmp/private_key_7115150758182536360.key (/w/workspace/edgex-go/442@tmp/private_key_7115150758182536360.key) [2021-04-17T13:49:31.658Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-17T13:49:31.967Z] + git tag --points-at HEAD [Pipeline] } [2021-04-17T13:49:31.990Z] $ docker exec --env ******** --env ******** 6be6322e52d8f5f55f718faff47e9aa71013982f4d68c613dae1f8cd8f5246e9 ssh-agent -k [2021-04-17T13:49:32.101Z] unset SSH_AUTH_SOCK; [2021-04-17T13:49:32.102Z] unset SSH_AGENT_PID; [2021-04-17T13:49:32.102Z] echo Agent pid 17 killed; [2021-04-17T13:49:32.154Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-17T13:49:32.209Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-17T13:49:32.209Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-17T13:49:32.377Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-17T13:49:32.382Z] $ docker exec 6be6322e52d8f5f55f718faff47e9aa71013982f4d68c613dae1f8cd8f5246e9 ssh-agent [2021-04-17T13:49:32.540Z] SSH_AUTH_SOCK=/tmp/ssh-HbqkKl4kvNJ6/agent.45 [2021-04-17T13:49:32.540Z] SSH_AGENT_PID=50 [2021-04-17T13:49:32.551Z] Running ssh-add (command line suppressed) [2021-04-17T13:49:32.679Z] Identity added: /w/workspace/edgex-go/442@tmp/private_key_2955775001814121458.key (/w/workspace/edgex-go/442@tmp/private_key_2955775001814121458.key) [2021-04-17T13:49:32.731Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-17T13:49:33.057Z] + git semver init [2021-04-17T13:49:33.057Z] # -> Open(): unable to determine branch for HEAD [2021-04-17T13:49:33.057Z] # $GIT_DIR = /w/workspace/edgex-go/442/.git [2021-04-17T13:49:33.057Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/442 [2021-04-17T13:49:33.057Z] # $SEMVER_REMOTE_NAME = origin [2021-04-17T13:49:33.057Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-17T13:49:33.057Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-17T13:49:33.057Z] # $SEMVER_BRANCH = master [2021-04-17T13:49:33.057Z] # $SEMVER_TEMP = /tmp/semver-541927624 [2021-04-17T13:49:33.057Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-17T13:49:51.242Z] # '/tmp/semver-541927624' -> '/w/workspace/edgex-go/442/.semver' [2021-04-17T13:49:51.506Z] # -> Force: false [2021-04-17T13:49:51.506Z] # $SEMVER_DIR = /w/workspace/edgex-go/442/.semver [Pipeline] } [2021-04-17T13:49:51.788Z] $ docker exec --env ******** --env ******** 6be6322e52d8f5f55f718faff47e9aa71013982f4d68c613dae1f8cd8f5246e9 ssh-agent -k [2021-04-17T13:49:51.973Z] unset SSH_AUTH_SOCK; [2021-04-17T13:49:51.974Z] unset SSH_AGENT_PID; [2021-04-17T13:49:51.974Z] echo Agent pid 50 killed; [2021-04-17T13:49:52.046Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-17T13:49:52.373Z] + git semver [Pipeline] } [2021-04-17T13:49:52.390Z] $ docker stop --time=1 6be6322e52d8f5f55f718faff47e9aa71013982f4d68c613dae1f8cd8f5246e9 [2021-04-17T13:49:54.103Z] $ docker rm -f 6be6322e52d8f5f55f718faff47e9aa71013982f4d68c613dae1f8cd8f5246e9 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-17T13:49:54.549Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-17T13:49:54.986Z] Stashed 1 file(s) [Pipeline] echo [2021-04-17T13:49:54.990Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.174 [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-04-17T13:49:55.481Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-17T13:49:55.780Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-17T13:49:56.078Z] + sudo service docker restart [2021-04-17T13:49:56.078Z] + true [2021-04-17T13:49:56.078Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-17T13:49:56.663Z] ========================================================= [2021-04-17T13:49:56.663Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-17T13:49:56.663Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:49:57.074Z] + 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-04-17T13:50:01.313Z] Sending build context to Docker daemon 329.4MB [2021-04-17T13:50:01.313Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-17T13:50:01.313Z] Step 2/6 : FROM ${BASE} [2021-04-17T13:50:01.600Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-17T13:50:01.600Z] 188c0c94c7c5: Pulling fs layer [2021-04-17T13:50:01.600Z] 0ef7d3d256c8: Pulling fs layer [2021-04-17T13:50:01.600Z] de9db76c5a1d: Pulling fs layer [2021-04-17T13:50:01.600Z] bca2f99d35d6: Pulling fs layer [2021-04-17T13:50:01.600Z] 93359f2a8cfa: Pulling fs layer [2021-04-17T13:50:01.600Z] 7c6f9722023f: Pulling fs layer [2021-04-17T13:50:01.600Z] a35cf1a2eb13: Pulling fs layer [2021-04-17T13:50:01.600Z] 93359f2a8cfa: Waiting [2021-04-17T13:50:01.600Z] 7c6f9722023f: Waiting [2021-04-17T13:50:01.600Z] bca2f99d35d6: Waiting [2021-04-17T13:50:01.600Z] a35cf1a2eb13: Waiting [2021-04-17T13:50:01.600Z] de9db76c5a1d: Verifying Checksum [2021-04-17T13:50:01.600Z] de9db76c5a1d: Download complete [2021-04-17T13:50:01.600Z] 0ef7d3d256c8: Download complete [2021-04-17T13:50:01.600Z] 93359f2a8cfa: Verifying Checksum [2021-04-17T13:50:01.600Z] 93359f2a8cfa: Download complete [2021-04-17T13:50:01.600Z] 188c0c94c7c5: Verifying Checksum [2021-04-17T13:50:01.600Z] 188c0c94c7c5: Download complete [2021-04-17T13:50:01.600Z] 7c6f9722023f: Verifying Checksum [2021-04-17T13:50:01.600Z] 7c6f9722023f: Download complete [2021-04-17T13:50:02.190Z] 188c0c94c7c5: Pull complete [2021-04-17T13:50:02.190Z] 0ef7d3d256c8: Pull complete [2021-04-17T13:50:02.455Z] de9db76c5a1d: Pull complete [2021-04-17T13:50:03.861Z] a35cf1a2eb13: Verifying Checksum [2021-04-17T13:50:03.861Z] a35cf1a2eb13: Download complete [2021-04-17T13:50:04.983Z] bca2f99d35d6: Verifying Checksum [2021-04-17T13:50:04.983Z] bca2f99d35d6: Download complete [2021-04-17T13:50:10.116Z] Still waiting to schedule task [2021-04-17T13:50:10.116Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-17T13:50:11.784Z] bca2f99d35d6: Pull complete [2021-04-17T13:50:11.784Z] 93359f2a8cfa: Pull complete [2021-04-17T13:50:11.784Z] 7c6f9722023f: Pull complete [2021-04-17T13:50:16.059Z] a35cf1a2eb13: Pull complete [2021-04-17T13:50:16.328Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-17T13:50:16.328Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-17T13:50:16.328Z] ---> a62c8e92a672 [2021-04-17T13:50:16.328Z] 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-04-17T13:50:16.328Z] ---> Running in 0b7d2db71f0c [2021-04-17T13:50:17.287Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-17T13:50:17.870Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-17T13:50:18.446Z] (1/12) Installing libmagic (5.38-r0) [2021-04-17T13:50:19.021Z] (2/12) Installing file (5.38-r0) [2021-04-17T13:50:19.021Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-17T13:50:19.021Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-17T13:50:33.993Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-17T13:50:33.993Z] (6/12) Installing patch (2.7.6-r6) [2021-04-17T13:50:33.993Z] (7/12) Installing build-base (0.5-r2) [2021-04-17T13:50:33.993Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-17T13:50:33.993Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-17T13:50:33.993Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-17T13:50:33.993Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-17T13:50:33.993Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-17T13:50:33.993Z] Executing busybox-1.31.1-r19.trigger [2021-04-17T13:50:33.993Z] OK: 233 MiB in 51 packages [2021-04-17T13:50:36.577Z] Removing intermediate container 0b7d2db71f0c [2021-04-17T13:50:36.577Z] ---> 669d00cece98 [2021-04-17T13:50:36.577Z] Step 4/6 : WORKDIR /edgex-go [2021-04-17T13:50:36.840Z] ---> Running in 392343ab5233 [2021-04-17T13:50:36.840Z] Removing intermediate container 392343ab5233 [2021-04-17T13:50:36.840Z] ---> 73981cf10cfb [2021-04-17T13:50:36.840Z] Step 5/6 : COPY go.mod . [2021-04-17T13:50:37.106Z] ---> 9fae169f6e11 [2021-04-17T13:50:37.106Z] Step 6/6 : RUN go mod download [2021-04-17T13:50:37.370Z] ---> Running in 923be2023cd8 [2021-04-17T13:51:04.093Z] Removing intermediate container 923be2023cd8 [2021-04-17T13:51:04.093Z] ---> a3b62f46a62c [2021-04-17T13:51:04.093Z] Successfully built a3b62f46a62c [2021-04-17T13:51:04.093Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:51:04.408Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-17T13:51:04.408Z] . [Pipeline] withDockerContainer [2021-04-17T13:51:04.514Z] prd-centos7-docker-4c-2g-554 does not seem to be running inside a container [2021-04-17T13:51:04.566Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/442 -v /w/workspace/edgex-go/442:/w/workspace/edgex-go/442:rw,z -v /w/workspace/edgex-go/442@tmp:/w/workspace/edgex-go/442@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-17T13:51:05.544Z] $ docker top bb009fa62f32a16175c416c3fbdf1dff2dafbeca85614174cfd9126836d3f7a3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-17T13:51:05.976Z] + go version [2021-04-17T13:51:05.976Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-17T13:51:06.001Z] $ docker stop --time=1 bb009fa62f32a16175c416c3fbdf1dff2dafbeca85614174cfd9126836d3f7a3 [2021-04-17T13:51:07.353Z] $ docker rm -f bb009fa62f32a16175c416c3fbdf1dff2dafbeca85614174cfd9126836d3f7a3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:51:07.836Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-17T13:51:07.836Z] . [Pipeline] withDockerContainer [2021-04-17T13:51:07.944Z] prd-centos7-docker-4c-2g-554 does not seem to be running inside a container [2021-04-17T13:51:08.000Z] $ 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/442 -v /w/workspace/edgex-go/442:/w/workspace/edgex-go/442:rw,z -v /w/workspace/edgex-go/442@tmp:/w/workspace/edgex-go/442@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-17T13:51:08.700Z] $ docker top fb3fcf81c8e185a1c71c5121505eefbb714798f411df819437a8cebbe9a2965b -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-17T13:51:08.859Z] ========================================================= [2021-04-17T13:51:08.859Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-17T13:51:08.859Z] ========================================================= [Pipeline] sh [2021-04-17T13:51:09.156Z] + make test [2021-04-17T13:51:09.157Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-17T13:51:19.239Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-17T13:51:41.431Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-17T13:51:42.028Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-17T13:51:44.645Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-17T13:51:44.645Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-17T13:51:45.626Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-17T13:51:45.626Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-17T13:51:45.626Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-17T13:51:46.218Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-17T13:51:47.185Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-17T13:51:47.185Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-17T13:51:50.566Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-17T13:51:50.566Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-17T13:51:50.566Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-17T13:51:52.525Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.105s coverage: 45.9% of statements [2021-04-17T13:51:52.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-17T13:51:52.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-17T13:51:52.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-17T13:51:52.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-17T13:51:52.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-17T13:51:52.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-17T13:51:52.525Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.048s coverage: 19.8% of statements [2021-04-17T13:51:52.525Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.107s coverage: 100.0% of statements [2021-04-17T13:51:57.905Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.251s coverage: 27.1% of statements [2021-04-17T13:51:57.905Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-17T13:51:57.905Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-17T13:51:57.905Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-17T13:51:57.905Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-17T13:51:57.905Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-17T13:51:57.905Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-17T13:51:57.905Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.095s coverage: 100.0% of statements [2021-04-17T13:51:57.905Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-17T13:51:57.905Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.081s coverage: 100.0% of statements [2021-04-17T13:51:57.905Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-17T13:51:57.905Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-17T13:51:57.905Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.137s coverage: 71.3% of statements [2021-04-17T13:51:57.905Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-17T13:51:57.905Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-17T13:51:57.905Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.190s coverage: 82.9% of statements [2021-04-17T13:51:57.905Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-17T13:51:57.905Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-17T13:51:57.905Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.363s coverage: 78.9% of statements [2021-04-17T13:51:57.905Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-17T13:52:01.127Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-559 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-04-17T13:52:01.157Z] Running in /w/workspace/edgex-go/442 [Pipeline] { [Pipeline] checkout [2021-04-17T13:52:01.300Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.348s coverage: 28.6% of statements [2021-04-17T13:52:01.301Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-17T13:52:01.301Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-17T13:52:01.301Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-17T13:52:01.301Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-17T13:52:01.301Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-17T13:52:01.301Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.110s coverage: 100.0% of statements [2021-04-17T13:52:01.301Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-17T13:52:01.301Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.062s coverage: 100.0% of statements [2021-04-17T13:52:01.301Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-17T13:52:01.301Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.178s coverage: 86.7% of statements [2021-04-17T13:52:01.301Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-17T13:52:01.301Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.169s coverage: 97.5% of statements [2021-04-17T13:52:01.301Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-17T13:52:01.301Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.076s coverage: 78.3% of statements [2021-04-17T13:52:01.301Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-17T13:52:01.301Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-17T13:52:01.301Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-17T13:52:01.301Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-17T13:52:03.961Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.412s coverage: 93.0% of statements [2021-04-17T13:52:03.961Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-17T13:52:03.961Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-17T13:52:03.961Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-17T13:52:03.961Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-17T13:52:03.961Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-17T13:52:03.961Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-17T13:52:03.961Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-17T13:52:03.961Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-17T13:52:03.961Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-17T13:52:03.961Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-17T13:52:03.961Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-17T13:52:03.961Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-17T13:52:03.961Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-17T13:52:03.961Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-17T13:52:03.961Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-17T13:52:03.961Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-17T13:52:03.961Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-17T13:52:03.961Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-17T13:52:03.961Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.051s coverage: 58.8% of statements [2021-04-17T13:52:03.961Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-17T13:52:03.961Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-17T13:52:03.961Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.104s coverage: 0.9% of statements [2021-04-17T13:52:03.961Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-17T13:52:03.961Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-17T13:52:03.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-17T13:52:03.961Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.070s coverage: 47.1% of statements [2021-04-17T13:52:03.961Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.082s coverage: 79.5% of statements [2021-04-17T13:52:03.961Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.077s coverage: 94.1% of statements [2021-04-17T13:52:03.961Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.121s coverage: 96.3% of statements [2021-04-17T13:52:04.233Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.075s coverage: 87.5% of statements [2021-04-17T13:52:06.661Z] using credential edgex-jenkins-ssh [2021-04-17T13:52:06.679Z] Cloning the remote Git repository [2021-04-17T13:52:06.811Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-17T13:52:07.022Z] > git init /w/workspace/edgex-go/442 # timeout=10 [2021-04-17T13:52:07.091Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-17T13:52:07.092Z] > git --version # timeout=10 [2021-04-17T13:52:07.109Z] > git --version # 'git version 2.17.1' [2021-04-17T13:52:07.110Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-17T13:52:07.188Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-17T13:52:16.506Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.078s coverage: 94.4% of statements [2021-04-17T13:52:16.506Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements [2021-04-17T13:52:19.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.276s coverage: 81.9% of statements [2021-04-17T13:52:19.834Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-17T13:52:29.917Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.099s coverage: 92.9% of statements [2021-04-17T13:52:29.917Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-17T13:52:29.917Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-17T13:52:29.917Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-17T13:52:29.917Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements [2021-04-17T13:52:29.917Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-17T13:52:29.917Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-17T13:52:29.917Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-17T13:52:29.917Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-17T13:52:29.917Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-17T13:52:29.917Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.044s coverage: 87.2% of statements [2021-04-17T13:52:29.917Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-17T13:52:29.917Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-17T13:52:29.917Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements [2021-04-17T13:52:29.917Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-17T13:52:29.917Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.075s coverage: 75.5% of statements [2021-04-17T13:52:29.917Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-17T13:52:29.917Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.068s coverage: 80.8% of statements [2021-04-17T13:52:29.917Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.092s coverage: 87.2% of statements [2021-04-17T13:52:29.917Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.065s coverage: 84.6% of statements [2021-04-17T13:52:29.917Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.097s coverage: 91.6% of statements [2021-04-17T13:52:29.917Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-17T13:52:29.917Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.198s coverage: 64.4% of statements [2021-04-17T13:52:29.917Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-17T13:52:29.917Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-17T13:52:29.917Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements [2021-04-17T13:52:29.917Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.041s coverage: 91.3% of statements [2021-04-17T13:52:29.917Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.026s coverage: 100.0% of statements [2021-04-17T13:52:29.917Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.036s coverage: 73.7% of statements [2021-04-17T13:52:29.917Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.026s coverage: 100.0% of statements [2021-04-17T13:52:29.917Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.381s coverage: 69.0% of statements [2021-04-17T13:52:29.917Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-17T13:52:29.917Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-17T13:52:29.917Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-17T13:52:29.917Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.115s coverage: 38.4% of statements [2021-04-17T13:52:29.917Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-17T13:52:29.917Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-17T13:52:29.917Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.051s coverage: 89.5% of statements [2021-04-17T13:52:29.917Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-17T13:52:29.917Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.040s coverage: 84.8% of statements [2021-04-17T13:52:29.917Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.140s coverage: 47.0% of statements [2021-04-17T13:52:29.917Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-17T13:52:29.917Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-17T13:52:29.917Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-17T13:52:29.917Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-17T13:52:29.917Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-17T13:52:29.917Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.047s coverage: 100.0% of statements [2021-04-17T13:52:29.917Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-17T13:52:29.917Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.047s coverage: 100.0% of statements [2021-04-17T13:52:29.917Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-17T13:52:29.917Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-17T13:52:29.917Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.066s coverage: 10.5% of statements [2021-04-17T13:52:29.917Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-17T13:52:29.918Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.137s coverage: 87.7% of statements [2021-04-17T13:52:29.918Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-17T13:52:29.918Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-17T13:52:29.918Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-17T13:52:29.918Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.744s coverage: 29.1% of statements [2021-04-17T13:52:29.918Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-17T13:52:29.918Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-17T13:52:29.918Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-17T13:52:29.918Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-17T13:52:29.918Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-17T13:52:29.918Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.078s coverage: 99.0% of statements [2021-04-17T13:52:29.918Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-17T13:52:29.918Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.063s coverage: 100.0% of statements [2021-04-17T13:52:29.918Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-17T13:52:29.918Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-17T13:52:29.918Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-17T13:52:29.918Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-17T13:52:29.918Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.140s coverage: 95.6% of statements [2021-04-17T13:52:29.918Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-17T13:52:29.918Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-17T13:52:29.918Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-17T13:52:29.918Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.029s coverage: 0.0% of statements [2021-04-17T13:52:29.918Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-17T13:52:29.918Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements [2021-04-17T13:52:29.918Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-17T13:52:29.918Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-17T13:52:29.918Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-17T13:52:29.918Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-17T13:52:29.918Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.048s coverage: 87.9% of statements [2021-04-17T13:52:29.918Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-17T13:52:29.918Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-17T13:52:29.918Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements [2021-04-17T13:52:30.493Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 28.1% of statements [2021-04-17T13:52:30.759Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-04-17T13:52:31.021Z] GO111MODULE=on go vet ./... [2021-04-17T13:52:32.180Z] Checking out Revision 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc (master) [2021-04-17T13:52:31.465Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-17T13:52:31.488Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-17T13:52:31.510Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-17T13:52:31.546Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-17T13:52:31.546Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-17T13:52:31.559Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-17T13:52:32.206Z] > git config core.sparsecheckout # timeout=10 [2021-04-17T13:52:32.229Z] > git checkout -f 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc # timeout=10 [2021-04-17T13:52:36.710Z] Commit message: "feat(meta): Implement API to get Resource by profile and resource name (#3374)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-17T13:52:38.020Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-17T13:52:38.450Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-17T13:52:38.805Z] + sudo service docker restart [2021-04-17T13:52:38.805Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-17T13:52:40.829Z] provisioning config files... [2021-04-17T13:52:40.882Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/442@tmp/config2254324834892716041tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-17T13:52:41.256Z] ---> docker-login.sh [2021-04-17T13:52:41.256Z] nexus3.edgexfoundry.org:10001 [2021-04-17T13:52:42.258Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-17T13:52:42.859Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-17T13:52:42.859Z] Configure a credential helper to remove this warning. See [2021-04-17T13:52:42.859Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-17T13:52:42.859Z] [2021-04-17T13:52:42.859Z] Login Succeeded [2021-04-17T13:52:42.859Z] nexus3.edgexfoundry.org:10002 [2021-04-17T13:52:43.132Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-17T13:52:43.407Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-17T13:52:43.407Z] Configure a credential helper to remove this warning. See [2021-04-17T13:52:43.407Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-17T13:52:43.407Z] [2021-04-17T13:52:43.407Z] Login Succeeded [2021-04-17T13:52:43.407Z] nexus3.edgexfoundry.org:10003 [2021-04-17T13:52:43.681Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-17T13:52:43.954Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-17T13:52:43.954Z] Configure a credential helper to remove this warning. See [2021-04-17T13:52:43.954Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-17T13:52:43.954Z] [2021-04-17T13:52:43.954Z] Login Succeeded [2021-04-17T13:52:43.954Z] nexus3.edgexfoundry.org:10004 [2021-04-17T13:52:44.226Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-17T13:52:44.498Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-17T13:52:44.498Z] Configure a credential helper to remove this warning. See [2021-04-17T13:52:44.498Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-17T13:52:44.498Z] [2021-04-17T13:52:44.498Z] Login Succeeded [2021-04-17T13:52:44.498Z] docker.io [2021-04-17T13:52:44.770Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-17T13:52:45.041Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-17T13:52:45.041Z] Configure a credential helper to remove this warning. See [2021-04-17T13:52:45.041Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-17T13:52:45.041Z] [2021-04-17T13:52:45.041Z] Login Succeeded [2021-04-17T13:52:45.041Z] ---> docker-login.sh ends [Pipeline] } [2021-04-17T13:52:45.058Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-17T13:52:45.358Z] ========================================================= [2021-04-17T13:52:45.358Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-17T13:52:45.358Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:52:45.706Z] + 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-04-17T13:52:48.365Z] Sending build context to Docker daemon 167.2MB [2021-04-17T13:52:48.365Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-17T13:52:48.365Z] Step 2/6 : FROM ${BASE} [2021-04-17T13:52:48.365Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-17T13:52:48.365Z] 5f621e34cdf4: Pulling fs layer [2021-04-17T13:52:48.365Z] a4357932f1b6: Pulling fs layer [2021-04-17T13:52:48.365Z] 18c013af1878: Pulling fs layer [2021-04-17T13:52:48.365Z] 00ac8860ef70: Pulling fs layer [2021-04-17T13:52:48.365Z] 63d7cb157983: Pulling fs layer [2021-04-17T13:52:48.365Z] b116817d02f9: Pulling fs layer [2021-04-17T13:52:48.365Z] 745a02a5169b: Pulling fs layer [2021-04-17T13:52:48.365Z] 63d7cb157983: Waiting [2021-04-17T13:52:48.365Z] b116817d02f9: Waiting [2021-04-17T13:52:48.365Z] 745a02a5169b: Waiting [2021-04-17T13:52:48.365Z] 18c013af1878: Verifying Checksum [2021-04-17T13:52:48.365Z] 18c013af1878: Download complete [2021-04-17T13:52:48.365Z] a4357932f1b6: Verifying Checksum [2021-04-17T13:52:48.365Z] a4357932f1b6: Download complete [2021-04-17T13:52:48.365Z] 63d7cb157983: Verifying Checksum [2021-04-17T13:52:48.365Z] 63d7cb157983: Download complete [2021-04-17T13:52:48.365Z] b116817d02f9: Download complete [2021-04-17T13:52:48.365Z] 5f621e34cdf4: Verifying Checksum [2021-04-17T13:52:48.365Z] 5f621e34cdf4: Download complete [2021-04-17T13:52:48.971Z] 5f621e34cdf4: Pull complete [2021-04-17T13:52:49.577Z] a4357932f1b6: Pull complete [2021-04-17T13:52:50.177Z] 18c013af1878: Pull complete [2021-04-17T13:52:50.177Z] 745a02a5169b: Verifying Checksum [2021-04-17T13:52:50.177Z] 745a02a5169b: Download complete [2021-04-17T13:52:51.610Z] 00ac8860ef70: Verifying Checksum [2021-04-17T13:52:51.610Z] 00ac8860ef70: Download complete [2021-04-17T13:53:01.758Z] 00ac8860ef70: Pull complete [2021-04-17T13:53:01.758Z] 63d7cb157983: Pull complete [2021-04-17T13:53:02.031Z] b116817d02f9: Pull complete [2021-04-17T13:53:03.289Z] gofmt -l . [2021-04-17T13:53:03.289Z] [ "`gofmt -l .`" = "" ] [2021-04-17T13:53:03.289Z] ./bin/test-go-mod-tidy.sh [2021-04-17T13:53:03.289Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-17T13:53:03.604Z] + ls -al . [2021-04-17T13:53:03.604Z] total 796 [2021-04-17T13:53:03.604Z] drwxrwxr-x 10 1001 1001 4096 Apr 17 13:53 . [2021-04-17T13:53:03.604Z] drwxr-xr-x 4 root root 32 Apr 17 13:51 .. [2021-04-17T13:53:03.604Z] -rw-rw-r-- 1 1001 1001 11 Apr 17 13:49 .dockerignore [2021-04-17T13:53:03.604Z] drwxrwxr-x 8 1001 1001 162 Apr 17 13:49 .git [2021-04-17T13:53:03.604Z] drwxrwxr-x 3 1001 1001 125 Apr 17 13:49 .github [2021-04-17T13:53:03.604Z] -rw-rw-r-- 1 1001 1001 818 Apr 17 13:49 .gitignore [2021-04-17T13:53:03.605Z] drwx------ 3 1001 1001 45 Apr 17 13:49 .semver [2021-04-17T13:53:03.605Z] -rw-rw-r-- 1 1001 1001 166 Apr 17 13:49 .sonarcloud.properties [2021-04-17T13:53:03.605Z] -rw-rw-r-- 1 1001 1001 8609 Apr 17 13:49 Attribution.txt [2021-04-17T13:53:03.605Z] -rw-rw-r-- 1 1001 1001 3804 Apr 17 13:49 CONTRIBUTING.md [2021-04-17T13:53:03.605Z] -rw-rw-r-- 1 1001 1001 931 Apr 17 13:49 Dockerfile.build [2021-04-17T13:53:03.605Z] -rw-rw-r-- 1 1001 1001 863 Apr 17 13:49 Jenkinsfile [2021-04-17T13:53:03.605Z] -rw-rw-r-- 1 1001 1001 10775 Apr 17 13:49 LICENSE [2021-04-17T13:53:03.605Z] -rw-rw-r-- 1 1001 1001 5774 Apr 17 13:49 Makefile [2021-04-17T13:53:03.605Z] -rw-rw-r-- 1 1001 1001 6548 Apr 17 13:49 README.md [2021-04-17T13:53:03.605Z] -rw-rw-r-- 1 1001 1001 6755 Apr 17 13:49 SECURITY.md [2021-04-17T13:53:03.605Z] -rw-rw-r-- 1 1001 1001 13 Apr 17 13:49 VERSION [2021-04-17T13:53:03.605Z] -rw-rw-r-- 1 1001 1001 4131 Apr 17 13:49 ZMQWindows.md [2021-04-17T13:53:03.605Z] drwxrwxr-x 2 1001 1001 117 Apr 17 13:49 bin [2021-04-17T13:53:03.605Z] drwxrwxr-x 14 1001 1001 4096 Apr 17 13:49 cmd [2021-04-17T13:53:03.605Z] -rw-r--r-- 1 root root 687366 Apr 17 13:52 coverage.out [2021-04-17T13:53:03.605Z] -rw-r--r-- 1 root root 1058 Apr 17 13:53 go.mod [2021-04-17T13:53:03.605Z] -rw-r--r-- 1 root root 22256 Apr 17 13:53 go.sum [2021-04-17T13:53:03.605Z] drwxrwxr-x 8 1001 1001 127 Apr 17 13:49 internal [2021-04-17T13:53:03.605Z] drwxrwxr-x 4 1001 1001 26 Apr 17 13:49 openapi [2021-04-17T13:53:03.605Z] drwxrwxr-x 4 1001 1001 71 Apr 17 13:49 snap [2021-04-17T13:53:03.605Z] -rw-rw-r-- 1 1001 1001 168 Apr 17 13:49 version.go [Pipeline] sh [2021-04-17T13:53:04.044Z] + '[' -e coverage.out ] [2021-04-17T13:53:04.044Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-17T13:53:04.278Z] Stashed 1 file(s) [Pipeline] sh [2021-04-17T13:53:04.619Z] + make build [2021-04-17T13:53:04.619Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.174" -o cmd/core-data/core-data ./cmd/core-data [2021-04-17T13:53:06.355Z] 745a02a5169b: Pull complete [2021-04-17T13:53:06.355Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-17T13:53:06.355Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-17T13:53:06.355Z] ---> b7e6874047d6 [2021-04-17T13:53:06.355Z] 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-04-17T13:53:08.982Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.174" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-17T13:53:09.743Z] ---> Running in 85f72b0e7c7d [2021-04-17T13:53:10.721Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-17T13:53:11.313Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-17T13:53:12.286Z] (1/12) Installing libmagic (5.38-r0) [2021-04-17T13:53:12.286Z] (2/12) Installing file (5.38-r0) [2021-04-17T13:53:12.559Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-17T13:53:12.559Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-17T13:53:19.096Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.174" -o cmd/core-command/core-command ./cmd/core-command [2021-04-17T13:53:19.096Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.174" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-17T13:53:20.809Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-17T13:53:20.809Z] (6/12) Installing patch (2.7.6-r6) [2021-04-17T13:53:20.809Z] (7/12) Installing build-base (0.5-r2) [2021-04-17T13:53:20.809Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-17T13:53:20.809Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-17T13:53:20.809Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-17T13:53:20.809Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-17T13:53:20.809Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-17T13:53:20.809Z] Executing busybox-1.31.1-r19.trigger [2021-04-17T13:53:20.809Z] OK: 217 MiB in 51 packages [2021-04-17T13:53:21.019Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.174" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-17T13:53:21.284Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.174" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-17T13:53:23.219Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.174" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-17T13:53:25.142Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.174" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-17T13:53:25.142Z] Removing intermediate container 85f72b0e7c7d [2021-04-17T13:53:25.142Z] ---> 584b251d1c20 [2021-04-17T13:53:25.142Z] Step 4/6 : WORKDIR /edgex-go [2021-04-17T13:53:25.142Z] ---> Running in 4dac27f503dc [2021-04-17T13:53:25.142Z] Removing intermediate container 4dac27f503dc [2021-04-17T13:53:25.142Z] ---> e01847b3df16 [2021-04-17T13:53:25.142Z] Step 5/6 : COPY go.mod . [2021-04-17T13:53:25.748Z] ---> 2a75a4bcb47e [2021-04-17T13:53:25.748Z] Step 6/6 : RUN go mod download [2021-04-17T13:53:26.021Z] ---> Running in 1a954422b755 [2021-04-17T13:53:26.089Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.174" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-17T13:53:27.485Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.174" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-17T13:53:28.436Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.174" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-17T13:53:29.841Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.174" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-04-17T13:53:32.433Z] $ docker stop --time=1 fb3fcf81c8e185a1c71c5121505eefbb714798f411df819437a8cebbe9a2965b [2021-04-17T13:53:34.150Z] $ docker rm -f fb3fcf81c8e185a1c71c5121505eefbb714798f411df819437a8cebbe9a2965b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:53:37.321Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-17T13:53:37.321Z] [2021-04-17T13:53:37.321Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:53:37.640Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-17T13:53:37.640Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-17T13:53:37.640Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-17T13:53:37.640Z] ca9280d653b3: Pulling fs layer [2021-04-17T13:53:37.640Z] 7e9c9ca2126c: Pulling fs layer [2021-04-17T13:53:37.908Z] cbdbe7a5bc2a: Verifying Checksum [2021-04-17T13:53:37.908Z] cbdbe7a5bc2a: Download complete [2021-04-17T13:53:38.174Z] ca9280d653b3: Verifying Checksum [2021-04-17T13:53:38.174Z] ca9280d653b3: Download complete [2021-04-17T13:53:38.174Z] cbdbe7a5bc2a: Pull complete [2021-04-17T13:53:39.123Z] 7e9c9ca2126c: Verifying Checksum [2021-04-17T13:53:39.123Z] 7e9c9ca2126c: Download complete [2021-04-17T13:53:39.386Z] ca9280d653b3: Pull complete [2021-04-17T13:53:47.570Z] 7e9c9ca2126c: Pull complete [2021-04-17T13:53:47.570Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-17T13:53:47.570Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-17T13:53:47.570Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-17T13:53:47.730Z] prd-centos7-docker-4c-2g-554 does not seem to be running inside a container [2021-04-17T13:53:47.797Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/442 -v /w/workspace/edgex-go/442:/w/workspace/edgex-go/442:rw,z -v /w/workspace/edgex-go/442@tmp:/w/workspace/edgex-go/442@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-17T13:53:49.747Z] $ docker top 59ab613785c0b13424bfd144c0712e3ff60794e440fa6be4e5214e96b4162ba1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-17T13:53:50.230Z] + docker-compose build --help [2021-04-17T13:53:50.230Z] + grep parallel [2021-04-17T13:53:51.629Z] --parallel Build images in parallel. [Pipeline] } [2021-04-17T13:53:51.645Z] $ docker stop --time=1 59ab613785c0b13424bfd144c0712e3ff60794e440fa6be4e5214e96b4162ba1 [2021-04-17T13:53:53.063Z] $ docker rm -f 59ab613785c0b13424bfd144c0712e3ff60794e440fa6be4e5214e96b4162ba1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:53:53.558Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-17T13:53:53.558Z] . [Pipeline] withDockerContainer [2021-04-17T13:53:53.676Z] prd-centos7-docker-4c-2g-554 does not seem to be running inside a container [2021-04-17T13:53:53.727Z] $ 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/442 -v /w/workspace/edgex-go/442:/w/workspace/edgex-go/442:rw,z -v /w/workspace/edgex-go/442@tmp:/w/workspace/edgex-go/442@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-04-17T13:53:54.593Z] $ docker top ed130c5ec52af25e9933c4e6465c0b4b8e4483705b30b5fc799978d668030a89 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-17T13:53:55.001Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-17T13:53:55.967Z] Building docker-core-command-go ... [2021-04-17T13:53:55.967Z] Building docker-core-data-go ... [2021-04-17T13:53:55.967Z] Building docker-core-metadata-go ... [2021-04-17T13:53:55.967Z] Building docker-security-bootstrapper-go ... [2021-04-17T13:53:55.967Z] Building docker-security-proxy-setup-go ... [2021-04-17T13:53:55.967Z] Building docker-security-secretstore-setup-go ... [2021-04-17T13:53:55.967Z] Building docker-support-notifications-go ... [2021-04-17T13:53:55.967Z] Building docker-support-scheduler-go ... [2021-04-17T13:53:55.967Z] Building docker-sys-mgmt-agent-go ... [2021-04-17T13:53:55.967Z] Building docker-core-command-go [2021-04-17T13:53:55.968Z] Building docker-support-scheduler-go [2021-04-17T13:53:55.968Z] Building docker-security-bootstrapper-go [2021-04-17T13:53:55.968Z] Building docker-core-data-go [2021-04-17T13:53:55.968Z] Building docker-sys-mgmt-agent-go [2021-04-17T13:53:58.366Z] Removing intermediate container 1a954422b755 [2021-04-17T13:53:58.367Z] ---> 80abdc9bbeea [2021-04-17T13:53:58.367Z] Successfully built 80abdc9bbeea [2021-04-17T13:53:58.367Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:53:58.717Z] + docker inspect -f . ci-base-image-arm64 [2021-04-17T13:53:58.717Z] . [Pipeline] withDockerContainer [2021-04-17T13:53:58.992Z] prd-ubuntu18.04-docker-arm64-4c-16g-559 does not seem to be running inside a container [2021-04-17T13:53:59.080Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/442 -v /w/workspace/edgex-go/442:/w/workspace/edgex-go/442:rw,z -v /w/workspace/edgex-go/442@tmp:/w/workspace/edgex-go/442@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-04-17T13:54:00.587Z] $ docker top f518fe3653b188530750d50b7db7a69fdad7ff01704027e67ddae3bed4ba63b7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-17T13:54:01.545Z] + go version [2021-04-17T13:54:01.546Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-17T13:54:01.572Z] $ docker stop --time=1 f518fe3653b188530750d50b7db7a69fdad7ff01704027e67ddae3bed4ba63b7 [2021-04-17T13:54:03.545Z] $ docker rm -f f518fe3653b188530750d50b7db7a69fdad7ff01704027e67ddae3bed4ba63b7 [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-04-17T13:54:04.316Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-17T13:54:04.316Z] [2021-04-17T13:54:04.316Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:54:04.668Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-17T13:54:04.668Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-17T13:54:04.668Z] 29e5d40040c1: Pulling fs layer [2021-04-17T13:54:04.668Z] 1ce36da41761: Pulling fs layer [2021-04-17T13:54:04.668Z] 25b303627fd3: Pulling fs layer [2021-04-17T13:54:04.946Z] 29e5d40040c1: Verifying Checksum [2021-04-17T13:54:04.946Z] 29e5d40040c1: Download complete [2021-04-17T13:54:05.546Z] 1ce36da41761: Verifying Checksum [2021-04-17T13:54:05.546Z] 1ce36da41761: Download complete [2021-04-17T13:54:05.546Z] 29e5d40040c1: Pull complete [2021-04-17T13:54:06.989Z] 1ce36da41761: Pull complete [2021-04-17T13:54:06.989Z] 25b303627fd3: Verifying Checksum [2021-04-17T13:54:06.989Z] 25b303627fd3: Download complete [2021-04-17T13:54:19.489Z] 25b303627fd3: Pull complete [2021-04-17T13:54:19.489Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-17T13:54:19.489Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-17T13:54:19.489Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-17T13:54:19.748Z] prd-ubuntu18.04-docker-arm64-4c-16g-559 does not seem to be running inside a container [2021-04-17T13:54:19.836Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/442 -v /w/workspace/edgex-go/442:/w/workspace/edgex-go/442:rw,z -v /w/workspace/edgex-go/442@tmp:/w/workspace/edgex-go/442@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-04-17T13:54:23.114Z] $ docker top 1c88bc7bc461e1123b27546dc9724f18ec0d67f7d4c6979b5d79ef16a71ddea1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-17T13:54:24.065Z] + docker-compose build --help [2021-04-17T13:54:24.066Z] + grep parallel [2021-04-17T13:54:27.436Z] --parallel Build images in parallel. [Pipeline] } [2021-04-17T13:54:27.736Z] $ docker stop --time=1 1c88bc7bc461e1123b27546dc9724f18ec0d67f7d4c6979b5d79ef16a71ddea1 [2021-04-17T13:54:29.825Z] $ docker rm -f 1c88bc7bc461e1123b27546dc9724f18ec0d67f7d4c6979b5d79ef16a71ddea1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:54:30.503Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-17T13:54:30.503Z] . [Pipeline] withDockerContainer [2021-04-17T13:54:30.777Z] prd-ubuntu18.04-docker-arm64-4c-16g-559 does not seem to be running inside a container [2021-04-17T13:54:30.860Z] $ 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/442 -v /w/workspace/edgex-go/442:/w/workspace/edgex-go/442:rw,z -v /w/workspace/edgex-go/442@tmp:/w/workspace/edgex-go/442@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-04-17T13:54:32.528Z] $ docker top 8342f59ec9490d2d04bafc7c46469be838bf983aa41040fed0cbb8fa330fffbe -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-17T13:54:33.475Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-17T13:54:35.038Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-17T13:54:35.038Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-17T13:54:35.038Z] ---> a3b62f46a62c [2021-04-17T13:54:35.038Z] Step 3/23 : WORKDIR /edgex-go [2021-04-17T13:54:35.038Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-17T13:54:35.038Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-17T13:54:35.038Z] ---> a3b62f46a62c [2021-04-17T13:54:35.038Z] Step 3/23 : WORKDIR /edgex-go [2021-04-17T13:54:35.038Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-17T13:54:35.038Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-17T13:54:35.038Z] ---> a3b62f46a62c [2021-04-17T13:54:35.038Z] Step 3/23 : WORKDIR /edgex-go [2021-04-17T13:54:35.038Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-17T13:54:35.038Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-17T13:54:35.038Z] ---> a3b62f46a62c [2021-04-17T13:54:35.038Z] Step 3/31 : WORKDIR /edgex-go [2021-04-17T13:54:35.038Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-17T13:54:35.038Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-17T13:54:35.038Z] ---> a3b62f46a62c [2021-04-17T13:54:35.038Z] Step 3/22 : WORKDIR /edgex-go [2021-04-17T13:54:35.038Z] ---> Running in 0b78134d8bcd [2021-04-17T13:54:35.038Z] ---> Running in 108cff1837ad [2021-04-17T13:54:35.038Z] ---> Running in 5df44dc41281 [2021-04-17T13:54:35.038Z] ---> Running in 058043f835c6 [2021-04-17T13:54:35.038Z] ---> Running in af6170d4cf14 [2021-04-17T13:54:35.038Z] Removing intermediate container 0b78134d8bcd [2021-04-17T13:54:35.038Z] ---> 5ebf212b6de4 [2021-04-17T13:54:35.038Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-17T13:54:35.038Z] Removing intermediate container af6170d4cf14 [2021-04-17T13:54:35.038Z] ---> 1be675b2c7ce [2021-04-17T13:54:35.038Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-17T13:54:35.038Z] Removing intermediate container 5df44dc41281 [2021-04-17T13:54:35.038Z] ---> 6efedfe09773 [2021-04-17T13:54:35.038Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-17T13:54:35.038Z] Removing intermediate container 108cff1837ad [2021-04-17T13:54:35.038Z] ---> 99896bb680bb [2021-04-17T13:54:35.038Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-17T13:54:35.038Z] Removing intermediate container 058043f835c6 [2021-04-17T13:54:35.038Z] ---> 86b353ddafb7 [2021-04-17T13:54:35.038Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-17T13:54:35.038Z] ---> Running in 82185d113d9c [2021-04-17T13:54:35.038Z] ---> Running in 3aabf9719671 [2021-04-17T13:54:35.038Z] ---> Running in cb864651762c [2021-04-17T13:54:35.038Z] ---> Running in f6d14b630bd5 [2021-04-17T13:54:35.038Z] ---> Running in c23481833c10 [2021-04-17T13:54:36.838Z] Building docker-core-command-go ... [2021-04-17T13:54:36.838Z] Building docker-core-data-go ... [2021-04-17T13:54:36.838Z] Building docker-core-metadata-go ... [2021-04-17T13:54:36.838Z] Building docker-security-bootstrapper-go ... [2021-04-17T13:54:36.838Z] Building docker-security-proxy-setup-go ... [2021-04-17T13:54:36.838Z] Building docker-security-secretstore-setup-go ... [2021-04-17T13:54:36.838Z] Building docker-support-notifications-go ... [2021-04-17T13:54:36.838Z] Building docker-support-scheduler-go ... [2021-04-17T13:54:36.838Z] Building docker-sys-mgmt-agent-go ... [2021-04-17T13:54:36.838Z] Building docker-core-command-go [2021-04-17T13:54:36.838Z] Building docker-sys-mgmt-agent-go [2021-04-17T13:54:36.838Z] Building docker-security-secretstore-setup-go [2021-04-17T13:54:36.838Z] Building docker-security-bootstrapper-go [2021-04-17T13:54:36.838Z] Building docker-security-proxy-setup-go [2021-04-17T13:54:36.972Z] Removing intermediate container 3aabf9719671 [2021-04-17T13:54:36.972Z] ---> 3f52d701c752 [2021-04-17T13:54:36.972Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-17T13:54:37.234Z] ---> Running in 427bef37cc8e [2021-04-17T13:54:37.234Z] Removing intermediate container 82185d113d9c [2021-04-17T13:54:37.234Z] ---> 11362f1d5fc9 [2021-04-17T13:54:37.234Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-17T13:54:37.506Z] Removing intermediate container cb864651762c [2021-04-17T13:54:37.506Z] ---> b439b542b96c [2021-04-17T13:54:37.506Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-17T13:54:37.506Z] Removing intermediate container f6d14b630bd5 [2021-04-17T13:54:37.506Z] ---> bc2175f077f2 [2021-04-17T13:54:37.506Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-17T13:54:37.506Z] ---> Running in 6acb9cdf94ff [2021-04-17T13:54:37.770Z] ---> Running in df9d6f3c7914 [2021-04-17T13:54:37.770Z] Removing intermediate container c23481833c10 [2021-04-17T13:54:37.770Z] ---> a5631775eb7d [2021-04-17T13:54:37.770Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-17T13:54:37.770Z] ---> Running in 6910e9e28004 [2021-04-17T13:54:38.044Z] ---> Running in c2299083776b [2021-04-17T13:54:38.044Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-17T13:54:38.306Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-17T13:54:38.572Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-17T13:54:38.833Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-17T13:54:38.833Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-17T13:54:39.095Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-17T13:54:39.095Z] OK: 233 MiB in 51 packages [2021-04-17T13:54:39.356Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-17T13:54:39.356Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-17T13:54:39.618Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-17T13:54:39.618Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-17T13:54:39.618Z] Removing intermediate container 427bef37cc8e [2021-04-17T13:54:39.618Z] ---> 5bcc9bf6f358 [2021-04-17T13:54:39.618Z] Step 6/23 : COPY go.mod . [2021-04-17T13:54:39.882Z] OK: 233 MiB in 51 packages [2021-04-17T13:54:39.882Z] ---> 01b794aaaf57 [2021-04-17T13:54:39.882Z] Step 7/23 : RUN go mod download [2021-04-17T13:54:40.151Z] ---> Running in 61456d4ee082 [2021-04-17T13:54:40.151Z] OK: 233 MiB in 51 packages [2021-04-17T13:54:40.151Z] OK: 233 MiB in 51 packages [2021-04-17T13:54:40.419Z] Removing intermediate container df9d6f3c7914 [2021-04-17T13:54:40.419Z] ---> c7b61990867f [2021-04-17T13:54:40.419Z] Step 6/31 : COPY go.mod . [2021-04-17T13:54:40.419Z] OK: 233 MiB in 51 packages [2021-04-17T13:54:41.005Z] Removing intermediate container c2299083776b [2021-04-17T13:54:41.005Z] ---> 169c44528ff1 [2021-04-17T13:54:41.005Z] Step 6/22 : COPY go.mod . [2021-04-17T13:54:41.005Z] ---> 4b09b668d545 [2021-04-17T13:54:41.005Z] Step 7/31 : RUN go mod download [2021-04-17T13:54:41.005Z] Removing intermediate container 6910e9e28004 [2021-04-17T13:54:41.005Z] ---> 7382ecc64f1f [2021-04-17T13:54:41.005Z] Step 6/23 : COPY go.mod . [2021-04-17T13:54:41.005Z] ---> Running in 19e87d5e5b20 [2021-04-17T13:54:41.291Z] Removing intermediate container 6acb9cdf94ff [2021-04-17T13:54:41.291Z] ---> 310c3485ab19 [2021-04-17T13:54:41.291Z] Step 6/23 : COPY go.mod . [2021-04-17T13:54:41.563Z] ---> 7f8ea484089c [2021-04-17T13:54:41.563Z] Step 7/22 : RUN go mod download [2021-04-17T13:54:41.563Z] ---> b4acb16f489c [2021-04-17T13:54:41.563Z] Step 7/23 : RUN go mod download [2021-04-17T13:54:41.563Z] ---> Running in f093be708369 [2021-04-17T13:54:41.563Z] ---> Running in 285827d26d09 [2021-04-17T13:54:41.826Z] ---> 1a67a57b2d36 [2021-04-17T13:54:41.826Z] Step 7/23 : RUN go mod download [2021-04-17T13:54:42.092Z] ---> Running in f06c570ea677 [2021-04-17T13:54:42.681Z] Removing intermediate container 61456d4ee082 [2021-04-17T13:54:42.681Z] ---> baf1f005c580 [2021-04-17T13:54:42.681Z] Step 8/23 : COPY . . [2021-04-17T13:54:46.050Z] Removing intermediate container 19e87d5e5b20 [2021-04-17T13:54:46.050Z] ---> 9e24dc12f4e6 [2021-04-17T13:54:46.050Z] Step 8/31 : COPY . . [2021-04-17T13:54:52.692Z] Removing intermediate container f093be708369 [2021-04-17T13:54:52.692Z] ---> ca0628e0ff25 [2021-04-17T13:54:52.692Z] Step 8/22 : COPY . . [2021-04-17T13:54:52.692Z] Removing intermediate container f06c570ea677 [2021-04-17T13:54:52.692Z] ---> 861b0d7a2e27 [2021-04-17T13:54:52.692Z] Step 8/23 : COPY . . [2021-04-17T13:54:56.065Z] Removing intermediate container 285827d26d09 [2021-04-17T13:54:56.065Z] ---> ece27999943c [2021-04-17T13:54:56.065Z] Step 8/23 : COPY . . [2021-04-17T13:55:22.755Z] ---> 6e243efd4d10 [2021-04-17T13:55:22.755Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-17T13:55:23.716Z] ---> Running in 04edb6a77ab8 [2021-04-17T13:55:23.806Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-17T13:55:23.806Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-17T13:55:23.806Z] ---> 80abdc9bbeea [2021-04-17T13:55:23.806Z] Step 3/24 : WORKDIR /edgex-go [2021-04-17T13:55:23.806Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-17T13:55:23.806Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-17T13:55:23.806Z] ---> 80abdc9bbeea [2021-04-17T13:55:23.806Z] Step 3/23 : WORKDIR /edgex-go [2021-04-17T13:55:23.806Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-17T13:55:23.806Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-17T13:55:23.806Z] ---> 80abdc9bbeea [2021-04-17T13:55:23.806Z] Step 3/23 : WORKDIR /edgex-go [2021-04-17T13:55:23.806Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-17T13:55:23.806Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-17T13:55:23.806Z] ---> 80abdc9bbeea [2021-04-17T13:55:23.806Z] Step 3/21 : WORKDIR /edgex-go [2021-04-17T13:55:23.806Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-17T13:55:23.806Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-17T13:55:23.806Z] ---> 80abdc9bbeea [2021-04-17T13:55:23.806Z] Step 3/31 : WORKDIR /edgex-go [2021-04-17T13:55:25.121Z] ---> 06657bce2477 [2021-04-17T13:55:25.121Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-17T13:55:25.773Z] ---> Running in 9c2122f5696d [2021-04-17T13:55:25.773Z] ---> Running in d5ccab00bfc8 [2021-04-17T13:55:25.773Z] ---> Running in ffcb82378a8a [2021-04-17T13:55:25.773Z] ---> Running in 46a96d07cdac [2021-04-17T13:55:25.773Z] ---> Running in ab44dc1d1a8d [2021-04-17T13:55:26.047Z] Removing intermediate container ab44dc1d1a8d [2021-04-17T13:55:26.048Z] ---> d87eec110a7a [2021-04-17T13:55:26.048Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-17T13:55:26.048Z] Removing intermediate container ffcb82378a8a [2021-04-17T13:55:26.048Z] ---> 9699774bdf7c [2021-04-17T13:55:26.048Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-17T13:55:26.048Z] Removing intermediate container d5ccab00bfc8 [2021-04-17T13:55:26.048Z] ---> 5b7bee62d1f4 [2021-04-17T13:55:26.048Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-17T13:55:26.317Z] Removing intermediate container 9c2122f5696d [2021-04-17T13:55:26.317Z] ---> 8e9d09775282 [2021-04-17T13:55:26.317Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-17T13:55:26.317Z] Removing intermediate container 46a96d07cdac [2021-04-17T13:55:26.317Z] ---> 6ecc2aa39d79 [2021-04-17T13:55:26.317Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-17T13:55:26.317Z] ---> Running in 9018cf076e28 [2021-04-17T13:55:26.317Z] ---> Running in 3b2862805c97 [2021-04-17T13:55:26.317Z] ---> Running in 222beb24fbfa [2021-04-17T13:55:26.595Z] ---> Running in 0e5336254dd9 [2021-04-17T13:55:26.595Z] ---> Running in 04357c13d181 [2021-04-17T13:55:27.059Z] ---> Running in d0d327be0506 [2021-04-17T13:55:30.031Z] Removing intermediate container 3b2862805c97 [2021-04-17T13:55:30.031Z] ---> 4b2749c9b124 [2021-04-17T13:55:30.031Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-17T13:55:30.304Z] ---> Running in 0bfa23835467 [2021-04-17T13:55:30.304Z] Removing intermediate container 9018cf076e28 [2021-04-17T13:55:30.304Z] ---> 42d507015e66 [2021-04-17T13:55:30.304Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-17T13:55:30.304Z] Removing intermediate container 222beb24fbfa [2021-04-17T13:55:30.304Z] ---> 74d2944b1b2a [2021-04-17T13:55:30.382Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.174" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-17T13:55:30.604Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-17T13:55:30.604Z] ---> Running in c5d2d53a24b4 [2021-04-17T13:55:30.604Z] Removing intermediate container 0e5336254dd9 [2021-04-17T13:55:30.604Z] ---> eb3bf17dd9ae [2021-04-17T13:55:30.604Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-17T13:55:30.883Z] ---> Running in 9a3785368207 [2021-04-17T13:55:30.883Z] Removing intermediate container 04357c13d181 [2021-04-17T13:55:30.883Z] ---> ff6d86ac9b11 [2021-04-17T13:55:30.883Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-17T13:55:30.883Z] ---> Running in ce600492b575 [2021-04-17T13:55:30.966Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.174" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-17T13:55:31.155Z] ---> Running in 0cfc63f0fbf3 [2021-04-17T13:55:32.142Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-17T13:55:32.417Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-17T13:55:32.691Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-17T13:55:32.691Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-17T13:55:32.917Z] ---> 5027656b52f9 [2021-04-17T13:55:32.917Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-17T13:55:32.917Z] ---> 3cb0f4386299 [2021-04-17T13:55:32.917Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-17T13:55:32.917Z] ---> 6f4248323952 [2021-04-17T13:55:32.917Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-17T13:55:32.917Z] ---> Running in 0234601ede60 [2021-04-17T13:55:32.963Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-17T13:55:32.963Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-17T13:55:32.963Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-17T13:55:33.184Z] ---> Running in a48b9c93e67f [2021-04-17T13:55:33.184Z] ---> Running in 4ebf027e3ac3 [2021-04-17T13:55:33.576Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-17T13:55:33.576Z] OK: 217 MiB in 51 packages [2021-04-17T13:55:33.576Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-17T13:55:33.859Z] OK: 217 MiB in 51 packages [2021-04-17T13:55:33.859Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-17T13:55:34.135Z] OK: 217 MiB in 51 packages [2021-04-17T13:55:34.138Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.174" -o cmd/core-command/core-command ./cmd/core-command [2021-04-17T13:55:34.410Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.174" -o cmd/core-data/core-data ./cmd/core-data [2021-04-17T13:55:34.440Z] OK: 217 MiB in 51 packages [2021-04-17T13:55:34.684Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.174" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-17T13:55:35.041Z] OK: 217 MiB in 51 packages [2021-04-17T13:55:35.041Z] Removing intermediate container 0bfa23835467 [2021-04-17T13:55:35.041Z] ---> 487725b3bb17 [2021-04-17T13:55:35.041Z] Step 6/31 : COPY go.mod . [2021-04-17T13:55:35.645Z] Removing intermediate container c5d2d53a24b4 [2021-04-17T13:55:35.645Z] ---> 0bd2c3d87026 [2021-04-17T13:55:35.645Z] Step 6/21 : COPY go.mod . [2021-04-17T13:55:36.245Z] Removing intermediate container 9a3785368207 [2021-04-17T13:55:36.245Z] ---> 70441c07c90c [2021-04-17T13:55:36.245Z] Step 6/23 : COPY go.mod . [2021-04-17T13:55:36.245Z] ---> 093805af74b7 [2021-04-17T13:55:36.245Z] Step 7/31 : RUN go mod download [2021-04-17T13:55:36.245Z] Removing intermediate container ce600492b575 [2021-04-17T13:55:36.245Z] ---> 3d5fb6c01ec1 [2021-04-17T13:55:36.245Z] Step 6/24 : COPY go.mod . [2021-04-17T13:55:36.525Z] ---> Running in 7801b0255abb [2021-04-17T13:55:36.800Z] Removing intermediate container 0cfc63f0fbf3 [2021-04-17T13:55:36.800Z] ---> c73b7f87904c [2021-04-17T13:55:36.800Z] Step 6/23 : COPY go.mod . [2021-04-17T13:55:36.800Z] ---> 9c7b515459d3 [2021-04-17T13:55:36.800Z] Step 7/21 : RUN go mod download [2021-04-17T13:55:37.079Z] ---> Running in 1ae2bff9b996 [2021-04-17T13:55:37.079Z] ---> 38f936e8293a [2021-04-17T13:55:37.079Z] Step 7/23 : RUN go mod download [2021-04-17T13:55:37.354Z] ---> 9dd18e12a91e [2021-04-17T13:55:37.354Z] Step 7/24 : RUN go mod download [2021-04-17T13:55:37.354Z] ---> Running in 2003de2c40e1 [2021-04-17T13:55:37.630Z] ---> Running in 1d5ca86ad1f6 [2021-04-17T13:55:37.909Z] ---> 8c380654aebd [2021-04-17T13:55:37.909Z] Step 7/23 : RUN go mod download [2021-04-17T13:55:38.183Z] ---> Running in 49f0d4de7976 [2021-04-17T13:55:40.826Z] Removing intermediate container 7801b0255abb [2021-04-17T13:55:40.826Z] ---> ebbf1ea464fa [2021-04-17T13:55:40.826Z] Step 8/31 : COPY . . [2021-04-17T13:55:41.430Z] Removing intermediate container 1ae2bff9b996 [2021-04-17T13:55:41.430Z] ---> ac7c9dd4cd68 [2021-04-17T13:55:41.430Z] Step 8/21 : COPY . . [2021-04-17T13:55:42.416Z] Removing intermediate container 2003de2c40e1 [2021-04-17T13:55:42.416Z] ---> 2ec5826c76f4 [2021-04-17T13:55:42.416Z] Step 8/23 : COPY . . [2021-04-17T13:55:43.400Z] Removing intermediate container 1d5ca86ad1f6 [2021-04-17T13:55:43.400Z] Removing intermediate container 49f0d4de7976 [2021-04-17T13:55:43.400Z] ---> 688bde55b2b6 [2021-04-17T13:55:43.400Z] ---> daea32ca77d1 [2021-04-17T13:55:43.400Z] Step 8/23 : COPY . .Step 8/24 : COPY . . [2021-04-17T13:55:43.400Z] [2021-04-17T13:56:05.588Z] ---> 23bd098b78c7 [2021-04-17T13:56:05.588Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-17T13:56:05.588Z] ---> 66e072219703 [2021-04-17T13:56:05.588Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-17T13:56:05.588Z] ---> aae75d4ea929 [2021-04-17T13:56:05.588Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-17T13:56:05.588Z] ---> 0c916188f5f7 [2021-04-17T13:56:05.588Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-17T13:56:05.588Z] ---> c7461a47d0e9 [2021-04-17T13:56:05.588Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-17T13:56:05.588Z] ---> Running in 9862e5c48063 [2021-04-17T13:56:05.588Z] ---> Running in 2ece5e5823b5 [2021-04-17T13:56:05.588Z] ---> Running in 7f61e08690f5 [2021-04-17T13:56:05.588Z] ---> Running in 48ed55a914c3 [2021-04-17T13:56:05.588Z] ---> Running in a1a4d9276d7d [2021-04-17T13:56:05.866Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.174" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-17T13:56:06.140Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.174" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-17T13:56:06.416Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.174" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-17T13:56:06.698Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.174" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-17T13:56:06.698Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.174" -o cmd/core-command/core-command ./cmd/core-command [2021-04-17T13:56:13.574Z] Removing intermediate container 04edb6a77ab8 [2021-04-17T13:56:13.574Z] ---> 3fa891278e3c [2021-04-17T13:56:13.574Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-17T13:56:13.574Z] Removing intermediate container d0d327be0506 [2021-04-17T13:56:13.574Z] ---> faeaa9b4852f [2021-04-17T13:56:13.574Z] [2021-04-17T13:56:13.574Z] Step 10/31 : FROM alpine:3.12 [2021-04-17T13:56:13.574Z] ---> Running in d52342067943 [2021-04-17T13:56:13.574Z] 3.12: Pulling from library/alpine [2021-04-17T13:56:13.574Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.174" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-17T13:56:13.574Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-17T13:56:13.574Z] Status: Downloaded newer image for alpine:3.12 [2021-04-17T13:56:13.574Z] ---> 13621d1b12d4 [2021-04-17T13:56:13.574Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-17T13:56:14.739Z] ---> Running in 202de7c11ab2 [2021-04-17T13:56:15.349Z] Removing intermediate container 0234601ede60 [2021-04-17T13:56:15.349Z] ---> a1ef96771431 [2021-04-17T13:56:15.349Z] [2021-04-17T13:56:15.349Z] Step 10/23 : FROM alpine:3.12 [2021-04-17T13:56:15.349Z] ---> 13621d1b12d4 [2021-04-17T13:56:15.349Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-17T13:56:15.626Z] Removing intermediate container 202de7c11ab2 [2021-04-17T13:56:15.626Z] ---> c271eff3e286 [2021-04-17T13:56:15.626Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-17T13:56:15.626Z] ---> Running in 7d3de62a4afc [2021-04-17T13:56:15.916Z] ---> Running in 0a315fb3fb7c [2021-04-17T13:56:19.238Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-17T13:56:19.238Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-17T13:56:19.238Z] Removing intermediate container d52342067943 [2021-04-17T13:56:19.238Z] ---> bd1e559adbe2 [2021-04-17T13:56:19.238Z] [2021-04-17T13:56:19.238Z] Step 11/23 : FROM docker:20.10.0 [2021-04-17T13:56:19.238Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-17T13:56:19.238Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-17T13:56:19.238Z] Executing busybox-1.31.1-r20.trigger [2021-04-17T13:56:19.238Z] OK: 6 MiB in 15 packages [2021-04-17T13:56:19.238Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-17T13:56:19.238Z] 20.10.0: Pulling from library/docker [2021-04-17T13:56:19.501Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-17T13:56:19.501Z] (2/2) Installing su-exec (0.2-r1) [2021-04-17T13:56:19.501Z] Executing busybox-1.31.1-r20.trigger [2021-04-17T13:56:19.501Z] OK: 6 MiB in 16 packages [2021-04-17T13:56:19.763Z] Removing intermediate container 4ebf027e3ac3 [2021-04-17T13:56:19.763Z] ---> 64afe1e71ea3 [2021-04-17T13:56:19.763Z] [2021-04-17T13:56:19.763Z] Step 10/22 : FROM alpine:3.12 [2021-04-17T13:56:19.763Z] ---> 13621d1b12d4 [2021-04-17T13:56:19.763Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-17T13:56:20.715Z] Removing intermediate container a48b9c93e67f [2021-04-17T13:56:20.715Z] ---> c9387af38bae [2021-04-17T13:56:20.715Z] [2021-04-17T13:56:20.715Z] Step 10/23 : FROM alpine:3.12 [2021-04-17T13:56:20.715Z] ---> 13621d1b12d4 [2021-04-17T13:56:20.715Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-17T13:56:20.978Z] ---> Running in 668926ace7a6 [2021-04-17T13:56:20.978Z] ---> Running in 8475c0439856 [2021-04-17T13:56:22.373Z] Removing intermediate container 7d3de62a4afc [2021-04-17T13:56:22.373Z] ---> b23b9103a6dc [2021-04-17T13:56:22.373Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-17T13:56:22.638Z] Removing intermediate container 0a315fb3fb7c [2021-04-17T13:56:22.638Z] ---> ba1f63c4ed38 [2021-04-17T13:56:22.638Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-17T13:56:22.638Z] Removing intermediate container 8475c0439856 [2021-04-17T13:56:22.638Z] ---> 76a7528cb8b8 [2021-04-17T13:56:22.638Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-17T13:56:22.638Z] ---> Running in 251ea7e4afac [2021-04-17T13:56:22.900Z] ---> Running in b77d80816d80 [2021-04-17T13:56:22.900Z] ---> Running in d8a717ed9467 [2021-04-17T13:56:22.900Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-17T13:56:22.900Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-17T13:56:22.900Z] Removing intermediate container 251ea7e4afac [2021-04-17T13:56:22.900Z] ---> bfc26fe4df20 [2021-04-17T13:56:22.900Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-17T13:56:22.900Z] ---> Running in 0d77320514ad [2021-04-17T13:56:23.162Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-17T13:56:23.162Z] Executing busybox-1.31.1-r20.trigger [2021-04-17T13:56:23.162Z] Removing intermediate container b77d80816d80 [2021-04-17T13:56:23.162Z] ---> 2549757c9494 [2021-04-17T13:56:23.162Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-17T13:56:23.162Z] OK: 6 MiB in 15 packages [2021-04-17T13:56:23.162Z] Removing intermediate container d8a717ed9467 [2021-04-17T13:56:23.162Z] ---> 23181d3dca97 [2021-04-17T13:56:23.162Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-17T13:56:23.162Z] ---> Running in f1107d8367ca [2021-04-17T13:56:23.424Z] ---> Running in a2b45d965e94 [2021-04-17T13:56:23.425Z] Removing intermediate container 0d77320514ad [2021-04-17T13:56:23.425Z] ---> cd8babbc1d7b [2021-04-17T13:56:23.425Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-17T13:56:23.691Z] Removing intermediate container f1107d8367ca [2021-04-17T13:56:23.691Z] ---> 02b3292a18b6 [2021-04-17T13:56:23.691Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-17T13:56:23.691Z] ---> Running in 02f18a3b2af8 [2021-04-17T13:56:23.691Z] Removing intermediate container a2b45d965e94 [2021-04-17T13:56:23.691Z] ---> 1a51a74d41e5 [2021-04-17T13:56:23.691Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-17T13:56:23.691Z] ---> Running in 5ef413bf46b1 [2021-04-17T13:56:23.958Z] ---> Running in ac33db981b6b [2021-04-17T13:56:23.958Z] Removing intermediate container 668926ace7a6 [2021-04-17T13:56:23.958Z] ---> 42d3eaa79569 [2021-04-17T13:56:23.958Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-17T13:56:23.958Z] Removing intermediate container 02f18a3b2af8 [2021-04-17T13:56:23.958Z] ---> 9e6e757a26da [2021-04-17T13:56:23.958Z] Step 15/23 : WORKDIR / [2021-04-17T13:56:24.542Z] ---> Running in a1349d6b86d1 [2021-04-17T13:56:24.542Z] ---> Running in 5c0503cb160f [2021-04-17T13:56:24.811Z] Removing intermediate container a1349d6b86d1 [2021-04-17T13:56:24.811Z] ---> e382e228ddd9 [2021-04-17T13:56:24.811Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-17T13:56:25.075Z] Removing intermediate container 5c0503cb160f [2021-04-17T13:56:25.075Z] ---> 84361a4d0bae [2021-04-17T13:56:25.075Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-17T13:56:25.075Z] ---> Running in adf7e3ddf102 [2021-04-17T13:56:25.338Z] Removing intermediate container adf7e3ddf102 [2021-04-17T13:56:25.338Z] ---> a7fb601b8168 [2021-04-17T13:56:25.338Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-17T13:56:26.300Z] ---> Running in 9cb2d60d47c1 [2021-04-17T13:56:26.300Z] ---> 512b5bec02d9 [2021-04-17T13:56:26.300Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-17T13:56:26.579Z] Removing intermediate container 9cb2d60d47c1 [2021-04-17T13:56:26.579Z] ---> 1cf1c711ad5e [2021-04-17T13:56:26.579Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-17T13:56:26.845Z] Removing intermediate container 5ef413bf46b1 [2021-04-17T13:56:26.845Z] ---> 7bc1f062e5ed [2021-04-17T13:56:26.845Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-17T13:56:26.845Z] Removing intermediate container ac33db981b6b [2021-04-17T13:56:26.845Z] ---> c1afc0bf56f7 [2021-04-17T13:56:26.845Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-17T13:56:26.845Z] ---> Running in 7fbd83563d03 [2021-04-17T13:56:26.845Z] ---> Running in ff53bf53b8aa [2021-04-17T13:56:27.112Z] ---> a161d26f5dae [2021-04-17T13:56:27.112Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-17T13:56:27.384Z] ---> 7004073da751 [2021-04-17T13:56:27.384Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-17T13:56:27.384Z] Removing intermediate container 7fbd83563d03 [2021-04-17T13:56:27.384Z] ---> c0655cfbc3ec [2021-04-17T13:56:27.384Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-17T13:56:28.791Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-17T13:56:28.791Z] ---> 2fc39a458668 [2021-04-17T13:56:28.791Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-17T13:56:29.055Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-17T13:56:29.055Z] ---> Running in 8cfba405f9a0 [2021-04-17T13:56:29.325Z] ---> 0bd619417138 [2021-04-17T13:56:29.325Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-17T13:56:29.325Z] ---> 87e41700c4d9 [2021-04-17T13:56:29.325Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-17T13:56:29.593Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-17T13:56:29.593Z] ---> Running in 7d855a320a08 [2021-04-17T13:56:29.593Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-17T13:56:29.593Z] Removing intermediate container 8cfba405f9a0 [2021-04-17T13:56:29.593Z] ---> a4e8e7b6dc5f [2021-04-17T13:56:29.593Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-17T13:56:29.593Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-17T13:56:29.593Z] ---> 27c842abfdb2 [2021-04-17T13:56:29.593Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-17T13:56:29.862Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-17T13:56:29.862Z] ---> Running in dbde21402ec3 [2021-04-17T13:56:29.862Z] ---> Running in 2a42539019c2 [2021-04-17T13:56:30.136Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-17T13:56:30.136Z] Removing intermediate container dbde21402ec3 [2021-04-17T13:56:30.136Z] ---> cd9d8c629332 [2021-04-17T13:56:30.136Z] Step 21/23 : LABEL arch=x86_64 [2021-04-17T13:56:30.136Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-17T13:56:30.136Z] ---> aefe523efa57 [2021-04-17T13:56:30.136Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-17T13:56:30.397Z] ---> Running in 04a8fd7c0be7 [2021-04-17T13:56:30.397Z] Removing intermediate container 2a42539019c2 [2021-04-17T13:56:30.397Z] ---> 2863b17181df [2021-04-17T13:56:30.397Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-17T13:56:30.397Z] ---> Running in 3ee2146387f5 [2021-04-17T13:56:30.397Z] ---> Running in 87ec6c56b874 [2021-04-17T13:56:30.659Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-17T13:56:30.659Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-17T13:56:30.659Z] Removing intermediate container 04a8fd7c0be7 [2021-04-17T13:56:30.659Z] ---> 1973e1ac065c [2021-04-17T13:56:30.659Z] Step 22/23 : LABEL git_sha=1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T13:56:30.659Z] Removing intermediate container 3ee2146387f5 [2021-04-17T13:56:30.659Z] ---> fce76429cce4 [2021-04-17T13:56:30.659Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-17T13:56:30.659Z] Executing busybox-1.31.1-r20.trigger [2021-04-17T13:56:30.659Z] OK: 8 MiB in 20 packages [2021-04-17T13:56:30.659Z] Removing intermediate container 87ec6c56b874 [2021-04-17T13:56:30.659Z] ---> 24ade489bbeb [2021-04-17T13:56:30.659Z] Step 20/22 : LABEL arch=x86_64 [2021-04-17T13:56:30.921Z] ---> Running in 5c1dd28d0a66 [2021-04-17T13:56:30.921Z] ---> Running in c5f1b5bb8fdb [2021-04-17T13:56:30.921Z] ---> Running in d05c500df61b [2021-04-17T13:56:31.497Z] Removing intermediate container 5c1dd28d0a66 [2021-04-17T13:56:31.497Z] ---> 71e781b7b1f1 [2021-04-17T13:56:31.497Z] Step 23/23 : LABEL version=2.0.0-dev.174 [2021-04-17T13:56:31.497Z] Removing intermediate container d05c500df61b [2021-04-17T13:56:31.497Z] ---> 48ce962d5072 [2021-04-17T13:56:31.497Z] Step 21/22 : LABEL git_sha=1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T13:56:31.767Z] Removing intermediate container 7d855a320a08 [2021-04-17T13:56:31.767Z] ---> 0edac6f9d237 [2021-04-17T13:56:31.767Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-17T13:56:31.767Z] ---> Running in 531ca91400f9 [2021-04-17T13:56:31.767Z] ---> Running in 25583521853e [2021-04-17T13:56:31.767Z] Removing intermediate container ff53bf53b8aa [2021-04-17T13:56:31.767Z] ---> cbb4391e0b87 [2021-04-17T13:56:31.767Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-17T13:56:32.035Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-17T13:56:32.035Z] Removing intermediate container 531ca91400f9 [2021-04-17T13:56:32.035Z] ---> 95efd4cb9e2a [2021-04-17T13:56:32.035Z] [2021-04-17T13:56:32.035Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-17T13:56:32.035Z] Removing intermediate container 25583521853e [2021-04-17T13:56:32.035Z] ---> 7e56f4d18aec [2021-04-17T13:56:32.035Z] Step 22/22 : LABEL version=2.0.0-dev.174 [2021-04-17T13:56:32.307Z] ---> Running in db28c311638e [2021-04-17T13:56:32.307Z] ---> 0f7b4c916d2c [2021-04-17T13:56:32.307Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-17T13:56:32.307Z] ---> ffc2f59a5e24 [2021-04-17T13:56:32.307Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-17T13:56:32.307Z] (1/39) Installing readline (8.0.4-r0) [2021-04-17T13:56:32.307Z] (2/39) Installing bash (5.0.17-r0) [2021-04-17T13:56:32.307Z] Executing bash-5.0.17-r0.post-install [2021-04-17T13:56:32.307Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-17T13:56:32.307Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-17T13:56:32.307Z] (5/39) Installing curl (7.76.1-r0) [2021-04-17T13:56:32.307Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-17T13:56:32.307Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-17T13:56:32.307Z] (8/39) Installing expat (2.2.9-r1) [2021-04-17T13:56:32.307Z] (9/39) Installing libffi (3.3-r2) [2021-04-17T13:56:32.307Z] (10/39) Installing gdbm (1.13-r1) [2021-04-17T13:56:32.307Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-17T13:56:32.307Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-17T13:56:32.307Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-17T13:56:32.598Z] Successfully built 95efd4cb9e2a [2021-04-17T13:56:32.598Z] Successfully tagged docker-core-command-go:latest [2021-04-17T13:56:32.598Z] Removing intermediate container db28c311638e [2021-04-17T13:56:32.598Z] ---> b829ea73045b [2021-04-17T13:56:32.598Z] [2021-04-17T13:56:32.598Z] Building docker-support-notifications-go [2021-04-17T13:56:32.879Z]  Building docker-core-command-go ... done Successfully built b829ea73045b [2021-04-17T13:56:32.879Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-17T13:56:32.879Z] Building docker-core-metadata-go [2021-04-17T13:56:42.957Z]  Building docker-support-scheduler-go ... done  ---> 9d99415ca97a [2021-04-17T13:56:42.957Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-17T13:56:42.957Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-17T13:56:42.957Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-17T13:56:42.957Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-17T13:56:42.957Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-17T13:56:42.957Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-17T13:56:42.957Z] ---> c520a824a942 [2021-04-17T13:56:42.957Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-17T13:56:42.957Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-17T13:56:42.957Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-17T13:56:42.957Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-17T13:56:42.957Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-17T13:56:42.957Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-17T13:56:42.957Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-17T13:56:42.957Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-17T13:56:42.957Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-17T13:56:42.957Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-17T13:56:42.957Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-17T13:56:42.957Z] ---> b2d72fef9a3e [2021-04-17T13:56:42.957Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-17T13:56:42.957Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-17T13:56:42.957Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-17T13:56:43.535Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-17T13:56:43.808Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-17T13:56:44.085Z] ---> 7094998e2c11 [2021-04-17T13:56:44.085Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-17T13:56:44.365Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-17T13:56:44.365Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-17T13:56:44.365Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-17T13:56:44.635Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-17T13:56:46.101Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-17T13:56:46.691Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-17T13:56:46.691Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-17T13:56:46.691Z] ---> Running in c9de9b7c0f59 [2021-04-17T13:56:46.691Z] Executing busybox-1.31.1-r19.trigger [2021-04-17T13:56:46.691Z] OK: 72 MiB in 59 packages [2021-04-17T13:56:48.655Z] ---> 5b74ef68f49c [2021-04-17T13:56:48.655Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-17T13:56:50.624Z] Removing intermediate container c9de9b7c0f59 [2021-04-17T13:56:50.625Z] ---> 797d59c52e91 [2021-04-17T13:56:50.625Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-17T13:56:52.581Z] ---> d3a12e9753c7 [2021-04-17T13:56:52.581Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-17T13:56:52.581Z] ---> Running in ca5968ed3241 [2021-04-17T13:56:55.156Z] ---> Running in 6e5986306b7d [2021-04-17T13:56:55.156Z] Removing intermediate container ca5968ed3241 [2021-04-17T13:56:55.156Z] ---> f9abe6dfe926 [2021-04-17T13:56:55.156Z] Step 21/23 : LABEL arch=x86_64 [2021-04-17T13:56:55.420Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-17T13:56:55.420Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-17T13:56:55.420Z] ---> a3b62f46a62c [2021-04-17T13:56:55.420Z] Step 3/22 : WORKDIR /edgex-go [2021-04-17T13:56:55.420Z] ---> Using cache [2021-04-17T13:56:55.420Z] ---> 86b353ddafb7 [2021-04-17T13:56:55.421Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-17T13:56:55.421Z] ---> Using cache [2021-04-17T13:56:55.421Z] ---> a5631775eb7d [2021-04-17T13:56:55.421Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-17T13:56:55.682Z] Collecting docker-compose==1.23.2 [2021-04-17T13:56:55.682Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-17T13:56:55.682Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-17T13:56:55.682Z] ---> a3b62f46a62c [2021-04-17T13:56:55.682Z] Step 3/23 : WORKDIR /edgex-go [2021-04-17T13:56:55.682Z] ---> Using cache [2021-04-17T13:56:55.682Z] ---> 86b353ddafb7 [2021-04-17T13:56:55.682Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-17T13:56:55.682Z] ---> Using cache [2021-04-17T13:56:55.682Z] ---> a5631775eb7d [2021-04-17T13:56:55.682Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-17T13:56:55.682Z] ---> Using cache [2021-04-17T13:56:55.682Z] ---> 169c44528ff1 [2021-04-17T13:56:55.682Z] Step 6/23 : COPY go.mod . [2021-04-17T13:56:55.682Z] ---> Using cache [2021-04-17T13:56:55.682Z] ---> 7f8ea484089c [2021-04-17T13:56:55.682Z] Step 7/23 : RUN go mod download [2021-04-17T13:56:55.682Z] ---> Using cache [2021-04-17T13:56:55.682Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-17T13:56:55.682Z] ---> ca0628e0ff25 [2021-04-17T13:56:55.682Z] Step 8/23 : COPY . . [2021-04-17T13:56:55.943Z] ---> Using cache [2021-04-17T13:56:55.943Z] ---> 6f4248323952 [2021-04-17T13:56:55.943Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-17T13:56:56.902Z] ---> Running in 141e213a6b13 [2021-04-17T13:56:56.902Z] ---> Running in 3bc64f4fba1e [2021-04-17T13:56:56.902Z] ---> Running in 9c45f5ff0f14 [2021-04-17T13:56:56.902Z] Collecting docopt<0.7,>=0.6.1 [2021-04-17T13:56:56.902Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-17T13:56:56.903Z] Removing intermediate container 6e5986306b7d [2021-04-17T13:56:56.903Z] ---> 3fe59e38cd8c [2021-04-17T13:56:56.903Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-17T13:56:57.166Z] Removing intermediate container 141e213a6b13 [2021-04-17T13:56:57.166Z] ---> 37cebd8fef74 [2021-04-17T13:56:57.166Z] Step 22/23 : LABEL git_sha=1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T13:56:57.429Z] ---> Running in f4c098570edb [2021-04-17T13:56:57.429Z] ---> 76211e18ef24 [2021-04-17T13:56:57.429Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-17T13:56:57.697Z] Removing intermediate container f4c098570edb [2021-04-17T13:56:57.697Z] ---> 9d04d605a1d9 [2021-04-17T13:56:57.697Z] Step 23/23 : LABEL version=2.0.0-dev.174 [2021-04-17T13:56:57.697Z] ---> Running in ccaa47846232 [2021-04-17T13:56:57.697Z] ---> Running in 07237b84e5bf [2021-04-17T13:56:57.966Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.174" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-17T13:56:57.966Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-17T13:56:57.966Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-17T13:56:57.966Z] Removing intermediate container 07237b84e5bf [2021-04-17T13:56:57.966Z] ---> 73f5f0398d42 [2021-04-17T13:56:57.966Z] [2021-04-17T13:56:57.966Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-17T13:56:58.236Z] Successfully built 73f5f0398d42 [2021-04-17T13:56:58.498Z] Successfully tagged docker-core-data-go:latest [2021-04-17T13:56:58.498Z]  Building docker-core-data-go ... done Building docker-security-proxy-setup-go [2021-04-17T13:56:58.772Z] Collecting texttable<0.10,>=0.9.0 [2021-04-17T13:56:58.772Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-17T13:56:58.772Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-17T13:56:59.383Z] OK: 233 MiB in 51 packages [2021-04-17T13:57:00.804Z] Collecting cached-property<2,>=1.2.0 [2021-04-17T13:57:00.804Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-17T13:57:01.071Z] Removing intermediate container ccaa47846232 [2021-04-17T13:57:01.071Z] ---> 86ae0f0f5b0e [2021-04-17T13:57:01.071Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-17T13:57:01.071Z] Collecting PyYAML<4,>=3.10 [2021-04-17T13:57:01.071Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-17T13:57:02.086Z] ---> Running in 3e77d2164004 [2021-04-17T13:57:03.111Z] Removing intermediate container 3e77d2164004 [2021-04-17T13:57:03.111Z] ---> 72de83a62214 [2021-04-17T13:57:03.111Z] Step 28/31 : CMD ["gate"] [2021-04-17T13:57:03.111Z] Removing intermediate container 9c45f5ff0f14 [2021-04-17T13:57:03.111Z] ---> 9e5dc4952696 [2021-04-17T13:57:03.111Z] Step 6/22 : COPY go.mod . [2021-04-17T13:57:03.401Z] Collecting jsonschema<3,>=2.5.1 [2021-04-17T13:57:03.401Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-17T13:57:03.401Z] ---> Running in 3355987ec509 [2021-04-17T13:57:03.672Z] ---> 2e7c96683d8f [2021-04-17T13:57:03.672Z] Step 7/22 : RUN go mod download [2021-04-17T13:57:03.672Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-17T13:57:03.672Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-17T13:57:04.257Z] 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-04-17T13:57:04.257Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-17T13:57:04.257Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-17T13:57:04.257Z] Removing intermediate container 3355987ec509 [2021-04-17T13:57:04.257Z] ---> 89090be1b013 [2021-04-17T13:57:04.257Z] Step 29/31 : LABEL arch=x86_64 [2021-04-17T13:57:04.530Z] ---> Running in 6520c9c4f56b [2021-04-17T13:57:04.800Z] Collecting docker<4.0,>=3.6.0 [2021-04-17T13:57:04.800Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-17T13:57:05.421Z] ---> Running in 48c22c2b52bd [2021-04-17T13:57:05.691Z] 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-04-17T13:57:05.691Z] Collecting idna<2.8,>=2.5 [2021-04-17T13:57:05.691Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-17T13:57:05.691Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-17T13:57:05.691Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-17T13:57:05.966Z] 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-04-17T13:57:06.949Z] Collecting docker-pycreds>=0.4.0 [2021-04-17T13:57:06.949Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-17T13:57:06.949Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-17T13:57:06.949Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-17T13:57:06.949Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-17T13:57:06.949Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-17T13:57:06.949Z] Removing intermediate container 48c22c2b52bd [2021-04-17T13:57:06.949Z] ---> 201d2458cc46 [2021-04-17T13:57:06.949Z] Step 30/31 : LABEL git_sha=1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T13:57:07.218Z] Installing collected packages: docopt, dockerpty, texttable, cached-property, PyYAML, jsonschema, idna, urllib3, requests, websocket-client, docker-pycreds, docker, docker-compose [2021-04-17T13:57:07.218Z] Running setup.py install for docopt: started [2021-04-17T13:57:07.218Z] ---> Running in aa18177902b8 [2021-04-17T13:57:08.210Z] Removing intermediate container aa18177902b8 [2021-04-17T13:57:08.210Z] ---> bca15e50e8e5 [2021-04-17T13:57:08.210Z] Step 31/31 : LABEL version=2.0.0-dev.174 [2021-04-17T13:57:08.497Z] Running setup.py install for docopt: finished with status 'done' [2021-04-17T13:57:08.497Z] Running setup.py install for dockerpty: started [2021-04-17T13:57:09.106Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-17T13:57:09.106Z] Running setup.py install for texttable: started [2021-04-17T13:57:09.404Z] ---> Running in 71d78915d726 [2021-04-17T13:57:10.055Z] Running setup.py install for texttable: finished with status 'done' [2021-04-17T13:57:10.336Z] Running setup.py install for PyYAML: started [2021-04-17T13:57:10.622Z] Removing intermediate container 6520c9c4f56b [2021-04-17T13:57:10.622Z] ---> 5b5cb0f9df3d [2021-04-17T13:57:10.622Z] Step 8/22 : COPY . . [2021-04-17T13:57:10.622Z] Removing intermediate container 71d78915d726 [2021-04-17T13:57:10.622Z] ---> 77b571b8b8fa [2021-04-17T13:57:10.622Z] [2021-04-17T13:57:11.212Z] Successfully built 77b571b8b8fa [2021-04-17T13:57:11.486Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-17T13:57:11.486Z] Building docker-security-secretstore-setup-go [2021-04-17T13:57:11.486Z]  Building docker-security-bootstrapper-go ... done  Running setup.py install for PyYAML: finished with status 'done' [2021-04-17T13:57:14.869Z] Attempting uninstall: idna [2021-04-17T13:57:14.869Z] Found existing installation: idna 2.9 [2021-04-17T13:57:14.869Z] Uninstalling idna-2.9: [2021-04-17T13:57:15.133Z] Successfully uninstalled idna-2.9 [2021-04-17T13:57:19.382Z] Attempting uninstall: urllib3 [2021-04-17T13:57:19.382Z] Found existing installation: urllib3 1.25.9 [2021-04-17T13:57:19.382Z] Uninstalling urllib3-1.25.9: [2021-04-17T13:57:19.382Z] Successfully uninstalled urllib3-1.25.9 [2021-04-17T13:57:22.021Z] Attempting uninstall: requests [2021-04-17T13:57:22.021Z] Found existing installation: requests 2.23.0 [2021-04-17T13:57:22.021Z] Uninstalling requests-2.23.0: [2021-04-17T13:57:22.021Z] Successfully uninstalled requests-2.23.0 [2021-04-17T13:57:23.787Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-17T13:57:23.787Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-17T13:57:23.787Z] ---> a3b62f46a62c [2021-04-17T13:57:23.787Z] Step 3/21 : WORKDIR /edgex-go [2021-04-17T13:57:23.787Z] ---> Using cache [2021-04-17T13:57:23.787Z] ---> 86b353ddafb7 [2021-04-17T13:57:23.787Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-17T13:57:23.787Z] ---> Using cache [2021-04-17T13:57:23.787Z] ---> a5631775eb7d [2021-04-17T13:57:23.787Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-17T13:57:23.787Z] ---> Using cache [2021-04-17T13:57:23.787Z] ---> 169c44528ff1 [2021-04-17T13:57:23.787Z] Step 6/21 : COPY go.mod . [2021-04-17T13:57:23.787Z] ---> Using cache [2021-04-17T13:57:23.787Z] ---> 7f8ea484089c [2021-04-17T13:57:23.787Z] Step 7/21 : RUN go mod download [2021-04-17T13:57:23.787Z] ---> Using cache [2021-04-17T13:57:23.787Z] ---> ca0628e0ff25 [2021-04-17T13:57:23.787Z] Step 8/21 : COPY . . [2021-04-17T13:57:24.064Z] ---> Using cache [2021-04-17T13:57:24.064Z] ---> 6f4248323952 [2021-04-17T13:57:24.064Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-17T13:57:26.012Z] ---> Running in 0ccc7fb7001d [2021-04-17T13:57:27.446Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.174" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-17T13:57:29.429Z] 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-04-17T13:57:44.493Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-17T13:57:44.493Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-17T13:57:44.493Z] ---> a3b62f46a62c [2021-04-17T13:57:44.493Z] Step 3/24 : WORKDIR /edgex-go [2021-04-17T13:57:44.493Z] ---> Using cache [2021-04-17T13:57:44.493Z] ---> 86b353ddafb7 [2021-04-17T13:57:44.493Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-17T13:57:44.493Z] ---> Using cache [2021-04-17T13:57:44.493Z] ---> a5631775eb7d [2021-04-17T13:57:44.493Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-17T13:57:44.493Z] ---> Using cache [2021-04-17T13:57:44.493Z] ---> 169c44528ff1 [2021-04-17T13:57:44.493Z] Step 6/24 : COPY go.mod . [2021-04-17T13:57:44.493Z] ---> Using cache [2021-04-17T13:57:44.493Z] ---> 7f8ea484089c [2021-04-17T13:57:44.493Z] Step 7/24 : RUN go mod download [2021-04-17T13:57:44.493Z] ---> Using cache [2021-04-17T13:57:44.493Z] ---> ca0628e0ff25 [2021-04-17T13:57:44.493Z] Step 8/24 : COPY . . [2021-04-17T13:57:44.493Z] ---> Using cache [2021-04-17T13:57:44.493Z] ---> 6f4248323952 [2021-04-17T13:57:44.493Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-17T13:57:46.433Z] ---> Running in a8fb64a0d3ab [2021-04-17T13:57:47.410Z] Removing intermediate container 3bc64f4fba1e [2021-04-17T13:57:47.410Z] ---> 6b7fbaab8325 [2021-04-17T13:57:47.410Z] [2021-04-17T13:57:47.410Z] Step 10/23 : FROM alpine:3.12 [2021-04-17T13:57:47.410Z] ---> 13621d1b12d4 [2021-04-17T13:57:47.410Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-17T13:57:47.670Z] ---> Using cache [2021-04-17T13:57:47.671Z] ---> 42d3eaa79569 [2021-04-17T13:57:47.671Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-17T13:57:47.671Z] ---> Using cache [2021-04-17T13:57:47.671Z] ---> e382e228ddd9 [2021-04-17T13:57:47.671Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-17T13:57:49.076Z] ---> 95a2d8697432 [2021-04-17T13:57:49.076Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-17T13:57:50.020Z] ---> Running in 4756fedc602c [2021-04-17T13:57:50.593Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.174" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-17T13:57:50.858Z] ---> Running in 8774c24accf0 [2021-04-17T13:57:51.434Z] Removing intermediate container 4756fedc602c [2021-04-17T13:57:51.434Z] ---> 72ba8b8c306d [2021-04-17T13:57:51.434Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-17T13:57:53.384Z] ---> Running in d1ee0187b6c5 [2021-04-17T13:57:53.963Z] Removing intermediate container d1ee0187b6c5 [2021-04-17T13:57:53.963Z] ---> fb1ec203f546 [2021-04-17T13:57:53.963Z] Step 15/23 : WORKDIR / [2021-04-17T13:57:53.963Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.174" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-17T13:57:55.366Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.174" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-17T13:57:55.955Z] ---> Running in aba913501a11 [2021-04-17T13:57:56.549Z] Removing intermediate container aba913501a11 [2021-04-17T13:57:56.549Z] ---> 813db11d699b [2021-04-17T13:57:56.549Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-17T13:57:56.819Z] Removing intermediate container c5f1b5bb8fdb [2021-04-17T13:57:56.819Z] ---> 11d5d3771a40 [2021-04-17T13:57:56.819Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-17T13:57:57.404Z] ---> Running in ceed10797e47 [2021-04-17T13:57:57.404Z] ---> 1bb50581d56d [2021-04-17T13:57:57.404Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-17T13:57:58.592Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.174" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-17T13:57:58.592Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.174" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-17T13:58:00.738Z] Removing intermediate container ceed10797e47 [2021-04-17T13:58:00.738Z] ---> fa9222f39bc4 [2021-04-17T13:58:00.738Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-17T13:58:01.015Z] ---> Running in bdd78f983004 [2021-04-17T13:58:01.015Z] ---> a7620202e3b9 [2021-04-17T13:58:01.015Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-17T13:58:01.285Z] Removing intermediate container bdd78f983004 [2021-04-17T13:58:01.285Z] ---> 3d231f56c618 [2021-04-17T13:58:01.285Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-17T13:58:01.572Z] ---> 05b7775a30f5 [2021-04-17T13:58:01.572Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-17T13:58:01.572Z] ---> Running in d8a801a0cf99 [2021-04-17T13:58:03.020Z] Removing intermediate container d8a801a0cf99 [2021-04-17T13:58:03.020Z] ---> b3a48cd061f4 [2021-04-17T13:58:03.020Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-17T13:58:03.020Z] ---> 944809ae6d5b [2021-04-17T13:58:03.020Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-17T13:58:03.020Z] ---> Running in 869d572ac487 [2021-04-17T13:58:04.015Z] Removing intermediate container 869d572ac487 [2021-04-17T13:58:04.015Z] ---> 2a5d4fb80365 [2021-04-17T13:58:04.015Z] Step 21/23 : LABEL arch=x86_64 [2021-04-17T13:58:04.015Z] ---> 21e43d8c7744 [2021-04-17T13:58:04.015Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-17T13:58:04.015Z] ---> Running in e234d5ccec9a [2021-04-17T13:58:05.332Z] Removing intermediate container 2ece5e5823b5 [2021-04-17T13:58:05.332Z] ---> 922d0ac4c604 [2021-04-17T13:58:05.332Z] [2021-04-17T13:58:05.332Z] Step 10/31 : FROM alpine:3.12 [2021-04-17T13:58:05.332Z] 3.12: Pulling from library/alpine [2021-04-17T13:58:05.332Z] Removing intermediate container 9862e5c48063 [2021-04-17T13:58:05.332Z] ---> fd33e3e3bd2f [2021-04-17T13:58:05.332Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-17T13:58:05.332Z] ---> Running in ff0d45afc269 [2021-04-17T13:58:05.332Z] Removing intermediate container a1a4d9276d7d [2021-04-17T13:58:05.332Z] ---> 601f12afa3cd [2021-04-17T13:58:05.332Z] [2021-04-17T13:58:05.332Z] Step 10/24 : FROM alpine:3.12 [2021-04-17T13:58:05.472Z] Removing intermediate container e234d5ccec9a [2021-04-17T13:58:05.472Z] ---> ebd329d3c8f7 [2021-04-17T13:58:05.472Z] Step 22/23 : LABEL git_sha=1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T13:58:05.606Z] 3.12: Pulling from library/alpine [2021-04-17T13:58:05.880Z] Removing intermediate container 7f61e08690f5 [2021-04-17T13:58:05.880Z] ---> 4aeecdcc0df6 [2021-04-17T13:58:05.880Z] [2021-04-17T13:58:06.153Z] Step 10/21 : FROM alpine:3.12 [2021-04-17T13:58:06.153Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-17T13:58:06.153Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-17T13:58:06.153Z] Status: Downloaded newer image for alpine:3.12 [2021-04-17T13:58:06.153Z] ---> 9852663dfa18 [2021-04-17T13:58:06.153Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-17T13:58:06.153Z] Status: Image is up to date for alpine:3.12 [2021-04-17T13:58:06.153Z] ---> 9852663dfa18 [2021-04-17T13:58:06.153Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-17T13:58:06.153Z] 3.12: Pulling from library/alpine [2021-04-17T13:58:06.153Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-17T13:58:06.153Z] Status: Image is up to date for alpine:3.12 [2021-04-17T13:58:06.153Z] ---> 9852663dfa18 [2021-04-17T13:58:06.153Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-17T13:58:06.426Z] ---> Running in 94919173609d [2021-04-17T13:58:06.426Z] ---> Running in adc774a6060b [2021-04-17T13:58:06.426Z] ---> Running in c437ae282d7b [2021-04-17T13:58:06.917Z] ---> 6125e2f69ae4 [2021-04-17T13:58:06.917Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-17T13:58:06.917Z] ---> Running in db1e03476e10 [2021-04-17T13:58:07.197Z] Removing intermediate container 0ccc7fb7001d [2021-04-17T13:58:07.197Z] ---> c98716e65d2f [2021-04-17T13:58:07.197Z] [2021-04-17T13:58:07.197Z] Step 10/21 : FROM alpine:3.12 [2021-04-17T13:58:07.197Z] ---> 13621d1b12d4 [2021-04-17T13:58:07.197Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-17T13:58:07.197Z] ---> Running in 3ad11a128405 [2021-04-17T13:58:07.479Z] ---> Running in 7793531bfd99 [2021-04-17T13:58:07.479Z] Removing intermediate container db1e03476e10 [2021-04-17T13:58:07.479Z] ---> ba5b69cd1a44 [2021-04-17T13:58:07.479Z] Step 23/23 : LABEL version=2.0.0-dev.174 [2021-04-17T13:58:07.857Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.174" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-17T13:58:07.858Z] Removing intermediate container c437ae282d7b [2021-04-17T13:58:07.858Z] ---> 394cd079fa3b [2021-04-17T13:58:07.858Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-17T13:58:08.079Z] ---> Running in 77dcfc4acc14 [2021-04-17T13:58:08.079Z] Removing intermediate container 3ad11a128405 [2021-04-17T13:58:08.079Z] ---> 9b807d855724 [2021-04-17T13:58:08.079Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-17T13:58:08.361Z] ---> Running in 53204d772a07 [2021-04-17T13:58:08.361Z] Removing intermediate container 77dcfc4acc14 [2021-04-17T13:58:08.361Z] ---> 361bddd9457b [2021-04-17T13:58:08.361Z] [2021-04-17T13:58:08.458Z] ---> Running in d84752f9b3d5 [2021-04-17T13:58:08.458Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-17T13:58:08.458Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-17T13:58:08.458Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-17T13:58:08.639Z] Removing intermediate container 53204d772a07 [2021-04-17T13:58:08.639Z] ---> 958264b29e5e [2021-04-17T13:58:08.639Z] Step 21/23 : LABEL arch=x86_64 [2021-04-17T13:58:08.639Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-17T13:58:08.639Z] ---> Running in be21b2fcf740 [2021-04-17T13:58:08.639Z] Successfully built 361bddd9457b [2021-04-17T13:58:08.639Z] Successfully tagged docker-core-metadata-go:latest [2021-04-17T13:58:08.639Z]  Building docker-core-metadata-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-17T13:58:08.748Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-17T13:58:08.903Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-17T13:58:08.903Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-17T13:58:08.903Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-17T13:58:08.903Z] (4/4) Installing curl (7.76.1-r0) [2021-04-17T13:58:08.903Z] Executing busybox-1.31.1-r20.trigger [2021-04-17T13:58:09.349Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-17T13:58:09.349Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-17T13:58:09.349Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-17T13:58:09.349Z] (4/6) Installing curl (7.76.1-r0) [2021-04-17T13:58:09.349Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-17T13:58:09.349Z] (6/6) Installing su-exec (0.2-r1) [2021-04-17T13:58:09.349Z] Executing busybox-1.31.1-r20.trigger [2021-04-17T13:58:09.349Z] Executing ca-certificates-20191127-r4.trigger [2021-04-17T13:58:09.478Z] Executing ca-certificates-20191127-r4.trigger [2021-04-17T13:58:09.478Z] OK: 7 MiB in 18 packages [2021-04-17T13:58:09.478Z] Removing intermediate container be21b2fcf740 [2021-04-17T13:58:09.478Z] ---> 09bd9c51886a [2021-04-17T13:58:09.478Z] Step 22/23 : LABEL git_sha=1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T13:58:09.478Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.174" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-17T13:58:09.627Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-17T13:58:09.627Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-17T13:58:09.627Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-17T13:58:09.627Z] (4/4) Installing curl (7.76.1-r0) [2021-04-17T13:58:09.627Z] Executing busybox-1.31.1-r20.trigger [2021-04-17T13:58:09.627Z] Executing ca-certificates-20191127-r4.trigger [2021-04-17T13:58:09.752Z] ---> Running in 575913199c38 [2021-04-17T13:58:09.912Z] OK: 7 MiB in 20 packages [2021-04-17T13:58:09.912Z] OK: 7 MiB in 18 packages [2021-04-17T13:58:10.339Z] Removing intermediate container 575913199c38 [2021-04-17T13:58:10.339Z] ---> 73270330502f [2021-04-17T13:58:10.339Z] Step 23/23 : LABEL version=2.0.0-dev.174 [2021-04-17T13:58:10.520Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-17T13:58:10.805Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-17T13:58:10.924Z] ---> Running in d786b91f7d88 [2021-04-17T13:58:11.084Z] Removing intermediate container 48ed55a914c3 [2021-04-17T13:58:11.085Z] ---> 2b7df406f053 [2021-04-17T13:58:11.085Z] [2021-04-17T13:58:11.085Z] Step 10/23 : FROM alpine:3.12 [2021-04-17T13:58:11.085Z] ---> 9852663dfa18 [2021-04-17T13:58:11.085Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-17T13:58:11.361Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-17T13:58:11.361Z] (2/2) Installing su-exec (0.2-r1) [2021-04-17T13:58:11.361Z] Executing busybox-1.31.1-r20.trigger [2021-04-17T13:58:11.361Z] OK: 5 MiB in 16 packages [2021-04-17T13:58:11.638Z] ---> Running in d4900df03680 [2021-04-17T13:58:11.873Z] Removing intermediate container 7793531bfd99 [2021-04-17T13:58:11.873Z] ---> 40b2ca34b5a1 [2021-04-17T13:58:11.873Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-17T13:58:12.140Z] Removing intermediate container d786b91f7d88 [2021-04-17T13:58:12.140Z] ---> d1afe1739328 [2021-04-17T13:58:12.140Z] [2021-04-17T13:58:12.405Z] ---> Running in 6f98a050cbca [2021-04-17T13:58:12.405Z] Successfully built d1afe1739328 [2021-04-17T13:58:12.405Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-17T13:58:12.686Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 6f98a050cbca [2021-04-17T13:58:12.686Z] ---> 5e8663b0e3cf [2021-04-17T13:58:12.686Z] Step 13/21 : WORKDIR /edgex [2021-04-17T13:58:12.686Z] ---> Running in 8781abd83a4b [2021-04-17T13:58:12.952Z] Removing intermediate container 8781abd83a4b [2021-04-17T13:58:12.952Z] ---> 2aae11a27f23 [2021-04-17T13:58:12.952Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-17T13:58:13.100Z] Removing intermediate container adc774a6060b [2021-04-17T13:58:13.100Z] ---> e30b8b51f08d [2021-04-17T13:58:13.100Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-17T13:58:13.100Z] Removing intermediate container 94919173609d [2021-04-17T13:58:13.100Z] ---> ff3986c8e2a7 [2021-04-17T13:58:13.100Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-17T13:58:13.100Z] ---> Running in 7d761d3d4139 [2021-04-17T13:58:13.219Z] ---> 575f5eb170c3 [2021-04-17T13:58:13.219Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-17T13:58:13.371Z] ---> Running in 65310f1b8ff9 [2021-04-17T13:58:13.371Z] Removing intermediate container ff0d45afc269 [2021-04-17T13:58:13.371Z] ---> ffb72291e3b5 [2021-04-17T13:58:13.371Z] [2021-04-17T13:58:13.371Z] Step 11/23 : FROM docker:20.10.0 [2021-04-17T13:58:13.371Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-17T13:58:13.371Z] Removing intermediate container d84752f9b3d5 [2021-04-17T13:58:13.371Z] ---> 3f2e5e4650cf [2021-04-17T13:58:13.371Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-17T13:58:13.654Z] 20.10.0: Pulling from library/docker [2021-04-17T13:58:13.654Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-17T13:58:13.654Z] ---> Running in 2a1a2af0af07 [2021-04-17T13:58:13.929Z] Removing intermediate container 7d761d3d4139 [2021-04-17T13:58:13.929Z] ---> 225b17135657 [2021-04-17T13:58:13.929Z] Step 13/24 : WORKDIR / [2021-04-17T13:58:13.929Z] Removing intermediate container 65310f1b8ff9 [2021-04-17T13:58:13.929Z] ---> bd47132497ab [2021-04-17T13:58:13.929Z] Step 13/21 : WORKDIR /edgex [2021-04-17T13:58:13.929Z] ---> Running in c06ea7cd19b3 [2021-04-17T13:58:14.204Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-17T13:58:14.204Z] Executing busybox-1.31.1-r20.trigger [2021-04-17T13:58:14.204Z] ---> Running in 60b9f34f610c [2021-04-17T13:58:14.204Z] OK: 5 MiB in 15 packages [2021-04-17T13:58:14.204Z] Removing intermediate container 2a1a2af0af07 [2021-04-17T13:58:14.204Z] ---> 70047d1df6c5 [2021-04-17T13:58:14.204Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-17T13:58:14.800Z] ---> Running in 3aa1ee1e73de [2021-04-17T13:58:14.800Z] Removing intermediate container c06ea7cd19b3 [2021-04-17T13:58:14.800Z] ---> 3099f1e94cd4 [2021-04-17T13:58:14.800Z] 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-04-17T13:58:15.072Z] Removing intermediate container 60b9f34f610c [2021-04-17T13:58:15.072Z] ---> e4924d3458e2 [2021-04-17T13:58:15.072Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-17T13:58:15.345Z] Removing intermediate container 3aa1ee1e73de [2021-04-17T13:58:15.345Z] ---> 9a87cb33d56e [2021-04-17T13:58:15.624Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-17T13:58:15.624Z] ---> Running in 5051fadf8b10 [2021-04-17T13:58:15.784Z] ---> 90084b36198c [2021-04-17T13:58:15.784Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-17T13:58:15.784Z] Removing intermediate container a8fb64a0d3ab [2021-04-17T13:58:15.784Z] ---> 7f1995fd8fee [2021-04-17T13:58:15.784Z] [2021-04-17T13:58:15.784Z] Step 10/24 : FROM alpine:3.12 [2021-04-17T13:58:15.784Z] ---> 13621d1b12d4 [2021-04-17T13:58:15.784Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-17T13:58:15.899Z] Removing intermediate container d4900df03680 [2021-04-17T13:58:15.899Z] ---> bb92b2c4b9df [2021-04-17T13:58:15.899Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-17T13:58:15.899Z] ---> 85198a243e77 [2021-04-17T13:58:15.899Z] 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-04-17T13:58:16.047Z] ---> Running in 12c4959d588a [2021-04-17T13:58:16.185Z] ---> f7d0603cf712 [2021-04-17T13:58:16.185Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-17T13:58:16.185Z] ---> Running in 930ae5e298ac [2021-04-17T13:58:16.317Z] ---> 6d2f2061d116 [2021-04-17T13:58:16.317Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-17T13:58:17.171Z] Removing intermediate container 930ae5e298ac [2021-04-17T13:58:17.171Z] ---> 2358863e1727 [2021-04-17T13:58:17.171Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-17T13:58:17.264Z] ---> Running in 9248872a9ffb [2021-04-17T13:58:17.264Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-17T13:58:17.264Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-17T13:58:17.264Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-17T13:58:17.452Z] ---> Running in b0318671d9eb [2021-04-17T13:58:17.452Z] ---> 8ee5df0525b8 [2021-04-17T13:58:17.452Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-17T13:58:17.527Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-17T13:58:17.527Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-17T13:58:17.527Z] (4/6) Installing curl (7.76.1-r0) [2021-04-17T13:58:17.527Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-17T13:58:17.527Z] (6/6) Installing su-exec (0.2-r1) [2021-04-17T13:58:17.527Z] Executing busybox-1.31.1-r20.trigger [2021-04-17T13:58:17.527Z] Executing ca-certificates-20191127-r4.trigger [2021-04-17T13:58:17.527Z] OK: 7 MiB in 20 packages [2021-04-17T13:58:18.055Z] ---> dddee6ea69b9 [2021-04-17T13:58:18.055Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-17T13:58:18.102Z] Removing intermediate container 8774c24accf0 [2021-04-17T13:58:18.102Z] ---> e90f6cd7645c [2021-04-17T13:58:18.102Z] [2021-04-17T13:58:18.102Z] Step 10/22 : FROM alpine:3.12 [2021-04-17T13:58:18.102Z] ---> 13621d1b12d4 [2021-04-17T13:58:18.102Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-17T13:58:18.329Z] Removing intermediate container b0318671d9eb [2021-04-17T13:58:18.330Z] ---> c5c3e5d33f93 [2021-04-17T13:58:18.330Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-17T13:58:18.610Z] ---> 01c2e9606c50 [2021-04-17T13:58:18.610Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-17T13:58:18.610Z] ---> Running in 8f6b40912c7a [2021-04-17T13:58:18.675Z] Removing intermediate container 9248872a9ffb [2021-04-17T13:58:18.675Z] ---> c5c6ebaaf7c7 [2021-04-17T13:58:18.675Z] Step 18/21 : CMD ["--init=true"] [2021-04-17T13:58:18.675Z] ---> Running in b89f81f99bab [2021-04-17T13:58:18.936Z] ---> Running in 3bf9465b414a [2021-04-17T13:58:19.589Z] Removing intermediate container 5051fadf8b10 [2021-04-17T13:58:19.589Z] ---> ad9d9879d86d [2021-04-17T13:58:19.589Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-17T13:58:19.879Z] Removing intermediate container 3bf9465b414a [2021-04-17T13:58:19.879Z] ---> db9abc19989e [2021-04-17T13:58:19.879Z] Step 19/21 : LABEL arch=x86_64 [2021-04-17T13:58:19.879Z] Removing intermediate container 12c4959d588a [2021-04-17T13:58:19.879Z] ---> 9e9a00823712 [2021-04-17T13:58:19.879Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-17T13:58:19.879Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-17T13:58:19.879Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-17T13:58:19.879Z] ---> Running in 7b32007cd5c8 [2021-04-17T13:58:19.879Z] ---> Running in 530ec972ff3e [2021-04-17T13:58:19.879Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-17T13:58:20.141Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-17T13:58:20.141Z] Executing busybox-1.31.1-r20.trigger [2021-04-17T13:58:20.195Z] Removing intermediate container 8f6b40912c7a [2021-04-17T13:58:20.195Z] ---> 07be0552db6e [2021-04-17T13:58:20.195Z] Step 15/23 : WORKDIR / [2021-04-17T13:58:20.195Z] ---> Running in 59e6e02babeb [2021-04-17T13:58:20.195Z] ---> 749bcca058c9 [2021-04-17T13:58:20.195Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-17T13:58:20.402Z] Executing ca-certificates-20191127-r4.trigger [2021-04-17T13:58:20.402Z] Removing intermediate container 530ec972ff3e [2021-04-17T13:58:20.402Z] ---> 3eaeb91566bb [2021-04-17T13:58:20.402Z] Step 13/24 : WORKDIR / [2021-04-17T13:58:20.402Z] Removing intermediate container 7b32007cd5c8 [2021-04-17T13:58:20.402Z] ---> 3242b77f7b71 [2021-04-17T13:58:20.402Z] Step 20/21 : LABEL git_sha=1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T13:58:20.402Z] OK: 6 MiB in 16 packages [2021-04-17T13:58:20.402Z] ---> Running in bd46cc3eccd0 [2021-04-17T13:58:20.402Z] ---> Running in 16381638546e [2021-04-17T13:58:20.465Z] ---> Running in 1fd4552c9fc6 [2021-04-17T13:58:20.465Z] ---> d428388cf70f [2021-04-17T13:58:20.465Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-17T13:58:20.465Z] ---> Running in 15f231936a0a [2021-04-17T13:58:20.669Z] Removing intermediate container bd46cc3eccd0 [2021-04-17T13:58:20.669Z] ---> b9b5743d44ad [2021-04-17T13:58:20.669Z] Step 21/21 : LABEL version=2.0.0-dev.174 [2021-04-17T13:58:20.931Z] Removing intermediate container 16381638546e [2021-04-17T13:58:20.931Z] ---> 9624eb9623b9 [2021-04-17T13:58:20.931Z] 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-04-17T13:58:20.931Z] ---> Running in 5fe80a34c34a [2021-04-17T13:58:21.088Z] Removing intermediate container 59e6e02babeb [2021-04-17T13:58:21.088Z] ---> a3c1cc22b80a [2021-04-17T13:58:21.088Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-17T13:58:21.366Z] Removing intermediate container 15f231936a0a [2021-04-17T13:58:21.366Z] ---> 7ffb9d0e760a [2021-04-17T13:58:21.366Z] Step 18/21 : CMD ["--init=true"] [2021-04-17T13:58:21.366Z] Removing intermediate container 1fd4552c9fc6 [2021-04-17T13:58:21.366Z] ---> ff3ce92cd971 [2021-04-17T13:58:21.366Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-17T13:58:21.502Z] Removing intermediate container b89f81f99bab [2021-04-17T13:58:21.503Z] ---> 2c6fff93d1fa [2021-04-17T13:58:21.503Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-17T13:58:21.960Z] ---> Running in 2486d38833f4 [2021-04-17T13:58:22.234Z] ---> dfe4e32a6ecd [2021-04-17T13:58:22.234Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-17T13:58:22.450Z] ---> Running in bb33e9221380 [2021-04-17T13:58:22.450Z] Removing intermediate container 5fe80a34c34a [2021-04-17T13:58:22.450Z] ---> 1a8213d9f4b0 [2021-04-17T13:58:22.450Z] [2021-04-17T13:58:22.450Z] ---> 3843bba75d9e [2021-04-17T13:58:22.450Z] 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-04-17T13:58:22.713Z] Successfully built 1a8213d9f4b0 [2021-04-17T13:58:22.713Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-17T13:58:22.713Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container bb33e9221380 [2021-04-17T13:58:22.713Z] ---> a22fc8e07eb0 [2021-04-17T13:58:22.713Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-17T13:58:22.713Z] ---> Running in eb3c9e4cffc7 [2021-04-17T13:58:22.713Z] ---> f4bbb467913c [2021-04-17T13:58:22.713Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-17T13:58:22.831Z] ---> 33db108d7def [2021-04-17T13:58:22.831Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-17T13:58:22.831Z] Removing intermediate container 2486d38833f4 [2021-04-17T13:58:22.831Z] ---> 8a45b5e5af4f [2021-04-17T13:58:22.831Z] Step 19/21 : LABEL arch=arm64 [2021-04-17T13:58:22.975Z] Removing intermediate container eb3c9e4cffc7 [2021-04-17T13:58:22.975Z] ---> a145de322b92 [2021-04-17T13:58:22.975Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-17T13:58:22.975Z] ---> Running in dea5950e80fe [2021-04-17T13:58:22.975Z] ---> 200c04bd60fa [2021-04-17T13:58:22.975Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-17T13:58:23.105Z] ---> 872892b228a3 [2021-04-17T13:58:23.105Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-17T13:58:23.105Z] ---> Running in 3ab2d10c3190 [2021-04-17T13:58:23.263Z] Removing intermediate container dea5950e80fe [2021-04-17T13:58:23.263Z] ---> a5fc0fc7357e [2021-04-17T13:58:23.263Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-17T13:58:23.378Z] ---> Running in 64ef70e93b63 [2021-04-17T13:58:23.524Z] ---> 6bf5e1e96f50 [2021-04-17T13:58:23.524Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-17T13:58:23.524Z] ---> 797183b37f51 [2021-04-17T13:58:23.524Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-17T13:58:23.980Z] ---> 54597058e6de [2021-04-17T13:58:23.980Z] 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-04-17T13:58:24.098Z] ---> a2a0d93a5883 [2021-04-17T13:58:24.098Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-17T13:58:24.098Z] ---> 32321457a5bf [2021-04-17T13:58:24.098Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-17T13:58:24.258Z] ---> Running in e57e5dd03cd3 [2021-04-17T13:58:24.258Z] Removing intermediate container 64ef70e93b63 [2021-04-17T13:58:24.258Z] ---> 26a38cd35b66 [2021-04-17T13:58:24.258Z] Step 20/21 : LABEL git_sha=1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T13:58:24.359Z] ---> afd615fafe39 [2021-04-17T13:58:24.359Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-17T13:58:24.359Z] ---> 79db84028ae3 [2021-04-17T13:58:24.359Z] 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-04-17T13:58:24.857Z] ---> Running in b8d30a4ad25d [2021-04-17T13:58:24.932Z] ---> Running in f5c12fff47d5 [2021-04-17T13:58:24.932Z] ---> Running in 6f06b6a8e271 [2021-04-17T13:58:24.932Z] Removing intermediate container 6f06b6a8e271 [2021-04-17T13:58:24.932Z] ---> 98d3416b6147 [2021-04-17T13:58:24.932Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-17T13:58:25.193Z] ---> Running in 8d70d2aebdcc [2021-04-17T13:58:25.193Z] Removing intermediate container 8d70d2aebdcc [2021-04-17T13:58:25.193Z] ---> 1f18cf4f581a [2021-04-17T13:58:25.193Z] Step 20/22 : LABEL arch=x86_64 [2021-04-17T13:58:25.455Z] ---> Running in a79cc0f38ea8 [2021-04-17T13:58:25.456Z] ---> 63823c9b3ab0 [2021-04-17T13:58:25.456Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-17T13:58:25.725Z] Removing intermediate container a79cc0f38ea8 [2021-04-17T13:58:25.725Z] ---> 9e4ce84c493c [2021-04-17T13:58:25.725Z] Step 21/22 : LABEL git_sha=1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T13:58:25.725Z] ---> Running in 5e9ddbae9ea7 [2021-04-17T13:58:25.725Z] Removing intermediate container f5c12fff47d5 [2021-04-17T13:58:25.725Z] ---> b9bddd7d355b [2021-04-17T13:58:25.725Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-17T13:58:25.725Z] ---> Running in b35dc28a3133 [2021-04-17T13:58:25.738Z] Removing intermediate container b8d30a4ad25d [2021-04-17T13:58:25.738Z] ---> c4efffd647cd [2021-04-17T13:58:25.738Z] Step 21/21 : LABEL version=2.0.0-dev.174 [2021-04-17T13:58:25.989Z] Removing intermediate container 5e9ddbae9ea7 [2021-04-17T13:58:25.989Z] ---> 1d98a5c621b6 [2021-04-17T13:58:25.989Z] Step 22/22 : LABEL version=2.0.0-dev.174 [2021-04-17T13:58:25.989Z] ---> Running in 0b2684dd27ad [2021-04-17T13:58:25.989Z] Removing intermediate container b35dc28a3133 [2021-04-17T13:58:25.989Z] ---> 544271eb1953 [2021-04-17T13:58:25.989Z] Step 22/24 : LABEL arch=x86_64 [2021-04-17T13:58:25.989Z] ---> Running in 682a730802a7 [2021-04-17T13:58:25.989Z] Removing intermediate container 0b2684dd27ad [2021-04-17T13:58:25.989Z] ---> cc6a59bcecb3 [2021-04-17T13:58:25.989Z] [2021-04-17T13:58:26.288Z] Removing intermediate container 682a730802a7 [2021-04-17T13:58:26.288Z] ---> 48f9a23445bb [2021-04-17T13:58:26.288Z] Step 23/24 : LABEL git_sha=1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T13:58:26.288Z] Successfully built cc6a59bcecb3 [2021-04-17T13:58:26.288Z] Successfully tagged docker-support-notifications-go:latest [2021-04-17T13:58:26.288Z]  Building docker-support-notifications-go ... done  ---> Running in ec98e1e6d696 [2021-04-17T13:58:26.331Z] ---> Running in eaedc01a2671 [2021-04-17T13:58:26.615Z] Removing intermediate container ec98e1e6d696 [2021-04-17T13:58:26.615Z] ---> 2f5588519662 [2021-04-17T13:58:26.615Z] Step 24/24 : LABEL version=2.0.0-dev.174 [2021-04-17T13:58:26.615Z] ---> Running in fb4050411d70 [2021-04-17T13:58:26.615Z] Removing intermediate container fb4050411d70 [2021-04-17T13:58:26.615Z] ---> 07a84e526edc [2021-04-17T13:58:26.615Z] [2021-04-17T13:58:26.927Z] ---> 23bd216d3527 [2021-04-17T13:58:26.927Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-17T13:58:27.201Z] ---> Running in 762ec6a8c801 [2021-04-17T13:58:27.219Z] Successfully built 07a84e526edc [2021-04-17T13:58:27.219Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-17T13:58:27.471Z] Removing intermediate container 3ab2d10c3190 [2021-04-17T13:58:27.471Z] Removing intermediate container eaedc01a2671 [2021-04-17T13:58:27.471Z] ---> a530450a3df0 [2021-04-17T13:58:27.471Z] [2021-04-17T13:58:27.471Z] ---> 3dc36d5a2d6d [2021-04-17T13:58:27.471Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-17T13:58:27.513Z]  Building docker-security-secretstore-setup-go ... done  [Pipeline] } [2021-04-17T13:58:27.569Z] $ docker stop --time=1 ed130c5ec52af25e9933c4e6465c0b4b8e4483705b30b5fc799978d668030a89 [2021-04-17T13:58:28.095Z] Successfully built a530450a3df0 [2021-04-17T13:58:28.095Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-17T13:58:28.095Z]  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go [2021-04-17T13:58:28.095Z] Removing intermediate container 762ec6a8c801 [2021-04-17T13:58:28.095Z] ---> 9f230051591a [2021-04-17T13:58:28.095Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-17T13:58:28.683Z] Removing intermediate container e57e5dd03cd3 [2021-04-17T13:58:28.683Z] ---> 3eac5d6df1fa [2021-04-17T13:58:28.683Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-17T13:58:28.958Z] ---> Running in 6636feed4172 [2021-04-17T13:58:28.958Z] ---> Running in 6a6858100175 [2021-04-17T13:58:28.958Z] ---> bce40eeb4e67 [2021-04-17T13:58:28.958Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-17T13:58:29.558Z] Removing intermediate container 6636feed4172 [2021-04-17T13:58:29.558Z] ---> 72cd439c373f [2021-04-17T13:58:29.558Z] Step 21/23 : LABEL arch=arm64 [2021-04-17T13:58:30.151Z] Removing intermediate container 6a6858100175 [2021-04-17T13:58:30.151Z] ---> a8e1cd122740 [2021-04-17T13:58:30.151Z] Step 22/24 : LABEL arch=arm64 [2021-04-17T13:58:30.270Z] $ docker rm -f ed130c5ec52af25e9933c4e6465c0b4b8e4483705b30b5fc799978d668030a89 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-17T13:58:30.713Z] + docker images [2021-04-17T13:58:30.713Z] + grep docker [2021-04-17T13:58:30.752Z] ---> Running in 7388dc7cee14 [2021-04-17T13:58:30.977Z] docker-security-secretstore-setup-go latest 07a84e526edc 4 seconds ago 26.3MB [2021-04-17T13:58:30.977Z] docker-support-notifications-go latest cc6a59bcecb3 5 seconds ago 18.2MB [2021-04-17T13:58:30.977Z] docker-security-proxy-setup-go latest 1a8213d9f4b0 9 seconds ago 26MB [2021-04-17T13:58:30.977Z] docker-sys-mgmt-agent-go latest d1afe1739328 19 seconds ago 312MB [2021-04-17T13:58:30.977Z] docker-core-metadata-go latest 361bddd9457b 22 seconds ago 19.2MB [2021-04-17T13:58:30.977Z] docker-security-bootstrapper-go latest 77b571b8b8fa About a minute ago 19.3MB [2021-04-17T13:58:30.977Z] docker-core-data-go latest 73f5f0398d42 About a minute ago 22.9MB [2021-04-17T13:58:30.977Z] docker-support-scheduler-go latest b829ea73045b About a minute ago 17.6MB [2021-04-17T13:58:30.977Z] docker-core-command-go latest 95efd4cb9e2a About a minute ago 17.5MB [2021-04-17T13:58:30.977Z] docker 20.10.0 aefe523efa57 4 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-04-17T13:58:31.177Z] provisioning config files... [2021-04-17T13:58:31.220Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/442@tmp/config2745431167010296496tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-17T13:58:31.560Z] ---> docker-login.sh [2021-04-17T13:58:31.560Z] nexus3.edgexfoundry.org:10001 [2021-04-17T13:58:31.560Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-17T13:58:31.560Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-17T13:58:31.560Z] Configure a credential helper to remove this warning. See [2021-04-17T13:58:31.560Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-17T13:58:31.560Z] [2021-04-17T13:58:31.560Z] Login Succeeded [2021-04-17T13:58:31.733Z] ---> Running in 9a959f033bfb [2021-04-17T13:58:31.733Z] ---> 6a9ea5e75550 [2021-04-17T13:58:31.733Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-17T13:58:31.733Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-17T13:58:31.733Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-17T13:58:31.733Z] ---> eeaf43b92773 [2021-04-17T13:58:31.733Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-17T13:58:31.733Z] Removing intermediate container 7388dc7cee14 [2021-04-17T13:58:31.832Z] nexus3.edgexfoundry.org:10002 [2021-04-17T13:58:31.832Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-17T13:58:31.832Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-17T13:58:31.832Z] Configure a credential helper to remove this warning. See [2021-04-17T13:58:31.832Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-17T13:58:31.832Z] [2021-04-17T13:58:31.832Z] Login Succeeded [2021-04-17T13:58:31.832Z] nexus3.edgexfoundry.org:10003 [2021-04-17T13:58:32.009Z] ---> c8c846a19f97 [2021-04-17T13:58:32.010Z] Step 22/23 : LABEL git_sha=1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T13:58:32.010Z] ---> Running in 8cbad03b587d [2021-04-17T13:58:32.010Z] ---> Running in a279bd2fcc42 [2021-04-17T13:58:32.093Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-17T13:58:32.094Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-17T13:58:32.094Z] Configure a credential helper to remove this warning. See [2021-04-17T13:58:32.094Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-17T13:58:32.094Z] [2021-04-17T13:58:32.094Z] Login Succeeded [2021-04-17T13:58:32.094Z] nexus3.edgexfoundry.org:10004 [2021-04-17T13:58:32.094Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-17T13:58:32.289Z] Removing intermediate container 9a959f033bfb [2021-04-17T13:58:32.289Z] ---> 164724fd6577 [2021-04-17T13:58:32.289Z] Step 23/24 : LABEL git_sha=1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T13:58:32.289Z] ---> Running in 89e07751232b [2021-04-17T13:58:32.355Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-17T13:58:32.355Z] Configure a credential helper to remove this warning. See [2021-04-17T13:58:32.355Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-17T13:58:32.355Z] [2021-04-17T13:58:32.355Z] Login Succeeded [2021-04-17T13:58:32.355Z] docker.io [2021-04-17T13:58:32.355Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-17T13:58:32.561Z] ---> 09c73fb9726f [2021-04-17T13:58:32.561Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-17T13:58:32.616Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-17T13:58:32.616Z] Configure a credential helper to remove this warning. See [2021-04-17T13:58:32.616Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-17T13:58:32.616Z] [2021-04-17T13:58:32.616Z] Login Succeeded [2021-04-17T13:58:32.616Z] ---> docker-login.sh ends [Pipeline] } [2021-04-17T13:58:32.625Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-17T13:58:32.697Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-04-17T13:58:32.697Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T13:58:32.697Z] 2.0.0-dev.174 [2021-04-17T13:58:32.697Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [2021-04-17T13:58:32.697Z] master [2021-04-17T13:58:32.697Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:58:32.833Z] Removing intermediate container a279bd2fcc42 [2021-04-17T13:58:32.833Z] ---> 57191fd35421 [2021-04-17T13:58:32.833Z] Step 23/23 : LABEL version=2.0.0-dev.174 [2021-04-17T13:58:32.833Z] Removing intermediate container 8cbad03b587d [2021-04-17T13:58:32.833Z] ---> 0e857af5fcac [2021-04-17T13:58:32.833Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-17T13:58:33.040Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:58:33.105Z] ---> Running in 0b44639b987f [2021-04-17T13:58:33.105Z] Removing intermediate container 89e07751232b [2021-04-17T13:58:33.105Z] ---> 9d3dba4118ec [2021-04-17T13:58:33.105Z] Step 24/24 : LABEL version=2.0.0-dev.174 [2021-04-17T13:58:33.105Z] ---> Running in b27951f14515 [2021-04-17T13:58:33.339Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T13:58:33.339Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-04-17T13:58:33.339Z] 42bd20c10484: Preparing [2021-04-17T13:58:33.339Z] 7a347d9d1d0a: Preparing [2021-04-17T13:58:33.339Z] f53da31e0b48: Preparing [2021-04-17T13:58:33.339Z] c4db7cb9691e: Preparing [2021-04-17T13:58:33.339Z] 32f366d666a5: Preparing [2021-04-17T13:58:33.339Z] 32f366d666a5: Layer already exists [2021-04-17T13:58:33.385Z] ---> Running in 3907f9e730a8 [2021-04-17T13:58:33.385Z] ---> da0eb9b87c38 [2021-04-17T13:58:33.385Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-17T13:58:33.601Z] 42bd20c10484: Pushed [2021-04-17T13:58:33.602Z] f53da31e0b48: Pushed [2021-04-17T13:58:33.602Z] c4db7cb9691e: Pushed [2021-04-17T13:58:33.660Z] Removing intermediate container 0b44639b987f [2021-04-17T13:58:33.660Z] ---> aa6d796d821c [2021-04-17T13:58:33.660Z] [2021-04-17T13:58:33.937Z] Removing intermediate container 3907f9e730a8 [2021-04-17T13:58:33.937Z] ---> 16e07b584924 [2021-04-17T13:58:33.937Z] [2021-04-17T13:58:34.539Z] Successfully built aa6d796d821c [2021-04-17T13:58:34.539Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-17T13:58:34.539Z]  Building docker-core-command-go ... done Building docker-support-scheduler-go [2021-04-17T13:58:34.539Z] Successfully built 16e07b584924 [2021-04-17T13:58:34.539Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-17T13:58:34.545Z] 7a347d9d1d0a: Pushed [2021-04-17T13:58:34.806Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc: digest: sha256:58c2f5c2a2ab04c9448820423d7a7f80276eee8e904c8dffdb514a153a2eeb1f size: 1363 [2021-04-17T13:58:34.811Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go [2021-04-17T13:58:34.811Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-17T13:58:34.811Z] ---> efc9dd15766a [2021-04-17T13:58:34.811Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:58:35.084Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-17T13:58:35.110Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.174 [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:58:35.357Z] ---> Running in c6b482ad7fb3 [2021-04-17T13:58:35.415Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.174 [2021-04-17T13:58:35.416Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-04-17T13:58:35.416Z] 42bd20c10484: Preparing [2021-04-17T13:58:35.416Z] 7a347d9d1d0a: Preparing [2021-04-17T13:58:35.416Z] f53da31e0b48: Preparing [2021-04-17T13:58:35.416Z] c4db7cb9691e: Preparing [2021-04-17T13:58:35.416Z] 32f366d666a5: Preparing [2021-04-17T13:58:35.416Z] 32f366d666a5: Layer already exists [2021-04-17T13:58:35.416Z] f53da31e0b48: Layer already exists [2021-04-17T13:58:35.416Z] c4db7cb9691e: Layer already exists [2021-04-17T13:58:35.416Z] 7a347d9d1d0a: Layer already exists [2021-04-17T13:58:35.416Z] 42bd20c10484: Layer already exists [2021-04-17T13:58:35.416Z] 2.0.0-dev.174: digest: sha256:58c2f5c2a2ab04c9448820423d7a7f80276eee8e904c8dffdb514a153a2eeb1f size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:58:35.628Z] (1/39) Installing readline (8.0.4-r0) [2021-04-17T13:58:35.628Z] (2/39) Installing bash (5.0.17-r0) [2021-04-17T13:58:35.735Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:58:35.899Z] Executing bash-5.0.17-r0.post-install [2021-04-17T13:58:35.900Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-17T13:58:35.900Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-17T13:58:35.900Z] (5/39) Installing curl (7.76.1-r0) [2021-04-17T13:58:35.900Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-17T13:58:35.900Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-17T13:58:35.900Z] (8/39) Installing expat (2.2.9-r1) [2021-04-17T13:58:35.900Z] (9/39) Installing libffi (3.3-r2) [2021-04-17T13:58:35.900Z] (10/39) Installing gdbm (1.13-r1) [2021-04-17T13:58:35.900Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-17T13:58:35.900Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-17T13:58:35.900Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-17T13:58:36.034Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [2021-04-17T13:58:36.035Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-04-17T13:58:36.035Z] 42bd20c10484: Preparing [2021-04-17T13:58:36.035Z] 7a347d9d1d0a: Preparing [2021-04-17T13:58:36.035Z] f53da31e0b48: Preparing [2021-04-17T13:58:36.035Z] c4db7cb9691e: Preparing [2021-04-17T13:58:36.035Z] 32f366d666a5: Preparing [2021-04-17T13:58:36.035Z] 7a347d9d1d0a: Layer already exists [2021-04-17T13:58:36.035Z] c4db7cb9691e: Layer already exists [2021-04-17T13:58:36.035Z] f53da31e0b48: Layer already exists [2021-04-17T13:58:36.035Z] 32f366d666a5: Layer already exists [2021-04-17T13:58:36.035Z] 42bd20c10484: Layer already exists [2021-04-17T13:58:36.035Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174: digest: sha256:58c2f5c2a2ab04c9448820423d7a7f80276eee8e904c8dffdb514a153a2eeb1f size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:58:36.174Z] Removing intermediate container c6b482ad7fb3 [2021-04-17T13:58:36.174Z] ---> b8a67a4bc9be [2021-04-17T13:58:36.174Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-17T13:58:36.342Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:58:36.640Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-04-17T13:58:36.640Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-04-17T13:58:36.640Z] 42bd20c10484: Preparing [2021-04-17T13:58:36.640Z] 7a347d9d1d0a: Preparing [2021-04-17T13:58:36.640Z] f53da31e0b48: Preparing [2021-04-17T13:58:36.640Z] c4db7cb9691e: Preparing [2021-04-17T13:58:36.640Z] 32f366d666a5: Preparing [2021-04-17T13:58:36.640Z] c4db7cb9691e: Layer already exists [2021-04-17T13:58:36.640Z] 42bd20c10484: Layer already exists [2021-04-17T13:58:36.640Z] 32f366d666a5: Layer already exists [2021-04-17T13:58:36.640Z] f53da31e0b48: Layer already exists [2021-04-17T13:58:36.640Z] 7a347d9d1d0a: Layer already exists [2021-04-17T13:58:36.640Z] master: digest: sha256:58c2f5c2a2ab04c9448820423d7a7f80276eee8e904c8dffdb514a153a2eeb1f size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-17T13:58:36.694Z] ===================================================== [Pipeline] echo [2021-04-17T13:58:36.707Z] taggedImages: [2021-04-17T13:58:36.707Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T13:58:36.707Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.174 [2021-04-17T13:58:36.707Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [2021-04-17T13:58:36.707Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-04-17T13:58:36.739Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-04-17T13:58:36.739Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T13:58:36.739Z] 2.0.0-dev.174 [2021-04-17T13:58:36.739Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [2021-04-17T13:58:36.739Z] master [2021-04-17T13:58:36.739Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:58:37.093Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:58:37.191Z] ---> 4217b34d6b4e [2021-04-17T13:58:37.191Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-17T13:58:37.397Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T13:58:37.397Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-04-17T13:58:37.397Z] 1e3996384814: Preparing [2021-04-17T13:58:37.397Z] e31b8e7cfc89: Preparing [2021-04-17T13:58:37.397Z] f53da31e0b48: Preparing [2021-04-17T13:58:37.397Z] 9ebd08504aa8: Preparing [2021-04-17T13:58:37.397Z] 40413f50b8b4: Preparing [2021-04-17T13:58:37.397Z] 32f366d666a5: Preparing [2021-04-17T13:58:37.397Z] 32f366d666a5: Waiting [2021-04-17T13:58:37.397Z] f53da31e0b48: Layer already exists [2021-04-17T13:58:37.397Z] 32f366d666a5: Layer already exists [2021-04-17T13:58:37.661Z] 1e3996384814: Pushed [2021-04-17T13:58:37.661Z] 40413f50b8b4: Pushed [2021-04-17T13:58:37.661Z] 9ebd08504aa8: Pushed [2021-04-17T13:58:37.785Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-17T13:58:37.785Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-17T13:58:37.785Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-17T13:58:37.785Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-17T13:58:37.785Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-17T13:58:37.785Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-17T13:58:38.062Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-17T13:58:38.062Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-17T13:58:38.062Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-17T13:58:38.062Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-17T13:58:38.062Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-17T13:58:38.332Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-17T13:58:38.332Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-17T13:58:38.332Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-17T13:58:38.332Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-17T13:58:38.332Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-17T13:58:38.332Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-17T13:58:38.332Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-17T13:58:38.332Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-17T13:58:38.332Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-17T13:58:38.332Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-17T13:58:38.332Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-17T13:58:38.332Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-17T13:58:38.610Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-17T13:58:38.610Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-17T13:58:38.610Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-17T13:58:38.610Z] ---> Running in 36029ed4f5bf [2021-04-17T13:58:38.610Z] Executing busybox-1.31.1-r19.trigger [2021-04-17T13:58:38.610Z] OK: 72 MiB in 59 packages [2021-04-17T13:58:39.051Z] e31b8e7cfc89: Pushed [2021-04-17T13:58:39.051Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc: digest: sha256:4297c3b9cb832fa4fbc0ecd4331273bfc6256b4573dc94a0af3566d49ad06d6f size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:58:39.356Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.174 [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:58:39.662Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.174 [2021-04-17T13:58:39.662Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-04-17T13:58:39.662Z] 1e3996384814: Preparing [2021-04-17T13:58:39.662Z] e31b8e7cfc89: Preparing [2021-04-17T13:58:39.662Z] f53da31e0b48: Preparing [2021-04-17T13:58:39.662Z] 9ebd08504aa8: Preparing [2021-04-17T13:58:39.662Z] 40413f50b8b4: Preparing [2021-04-17T13:58:39.662Z] 32f366d666a5: Preparing [2021-04-17T13:58:39.662Z] 32f366d666a5: Waiting [2021-04-17T13:58:39.662Z] 1e3996384814: Layer already exists [2021-04-17T13:58:39.662Z] e31b8e7cfc89: Layer already exists [2021-04-17T13:58:39.662Z] 40413f50b8b4: Layer already exists [2021-04-17T13:58:39.662Z] 9ebd08504aa8: Layer already exists [2021-04-17T13:58:39.662Z] f53da31e0b48: Layer already exists [2021-04-17T13:58:39.662Z] 32f366d666a5: Layer already exists [2021-04-17T13:58:39.662Z] 2.0.0-dev.174: digest: sha256:4297c3b9cb832fa4fbc0ecd4331273bfc6256b4573dc94a0af3566d49ad06d6f size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:58:39.966Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:58:40.267Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [2021-04-17T13:58:40.267Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-04-17T13:58:40.267Z] 1e3996384814: Preparing [2021-04-17T13:58:40.267Z] e31b8e7cfc89: Preparing [2021-04-17T13:58:40.267Z] f53da31e0b48: Preparing [2021-04-17T13:58:40.267Z] 9ebd08504aa8: Preparing [2021-04-17T13:58:40.267Z] 40413f50b8b4: Preparing [2021-04-17T13:58:40.267Z] 32f366d666a5: Preparing [2021-04-17T13:58:40.267Z] 32f366d666a5: Waiting [2021-04-17T13:58:40.267Z] 1e3996384814: Layer already exists [2021-04-17T13:58:40.267Z] 9ebd08504aa8: Layer already exists [2021-04-17T13:58:40.267Z] f53da31e0b48: Layer already exists [2021-04-17T13:58:40.267Z] e31b8e7cfc89: Layer already exists [2021-04-17T13:58:40.267Z] 40413f50b8b4: Layer already exists [2021-04-17T13:58:40.267Z] 32f366d666a5: Layer already exists [2021-04-17T13:58:40.267Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174: digest: sha256:4297c3b9cb832fa4fbc0ecd4331273bfc6256b4573dc94a0af3566d49ad06d6f size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:58:40.576Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:58:40.889Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-04-17T13:58:40.889Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-04-17T13:58:40.889Z] 1e3996384814: Preparing [2021-04-17T13:58:40.889Z] e31b8e7cfc89: Preparing [2021-04-17T13:58:40.889Z] f53da31e0b48: Preparing [2021-04-17T13:58:40.889Z] 9ebd08504aa8: Preparing [2021-04-17T13:58:40.889Z] 40413f50b8b4: Preparing [2021-04-17T13:58:40.889Z] 32f366d666a5: Preparing [2021-04-17T13:58:40.889Z] 32f366d666a5: Waiting [2021-04-17T13:58:40.889Z] f53da31e0b48: Layer already exists [2021-04-17T13:58:40.889Z] 40413f50b8b4: Layer already exists [2021-04-17T13:58:40.889Z] 9ebd08504aa8: Layer already exists [2021-04-17T13:58:40.889Z] e31b8e7cfc89: Layer already exists [2021-04-17T13:58:40.889Z] 1e3996384814: Layer already exists [2021-04-17T13:58:40.889Z] 32f366d666a5: Layer already exists [2021-04-17T13:58:40.889Z] master: digest: sha256:4297c3b9cb832fa4fbc0ecd4331273bfc6256b4573dc94a0af3566d49ad06d6f size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-17T13:58:40.939Z] ===================================================== [Pipeline] echo [2021-04-17T13:58:40.953Z] taggedImages: [2021-04-17T13:58:40.953Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T13:58:40.953Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.174 [2021-04-17T13:58:40.953Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [2021-04-17T13:58:40.953Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-04-17T13:58:40.984Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-04-17T13:58:40.984Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T13:58:40.984Z] 2.0.0-dev.174 [2021-04-17T13:58:40.984Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [2021-04-17T13:58:40.984Z] master [2021-04-17T13:58:40.984Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:58:41.329Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:58:41.626Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T13:58:41.626Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-04-17T13:58:41.626Z] c0c8b8771fe2: Preparing [2021-04-17T13:58:41.626Z] 9532589a6f91: Preparing [2021-04-17T13:58:41.626Z] f53da31e0b48: Preparing [2021-04-17T13:58:41.626Z] 3b193956349c: Preparing [2021-04-17T13:58:41.626Z] 32f366d666a5: Preparing [2021-04-17T13:58:41.626Z] f53da31e0b48: Layer already exists [2021-04-17T13:58:41.626Z] 32f366d666a5: Layer already exists [2021-04-17T13:58:41.889Z] c0c8b8771fe2: Pushed [2021-04-17T13:58:41.889Z] 3b193956349c: Pushed [2021-04-17T13:58:42.836Z] 9532589a6f91: Pushed [2021-04-17T13:58:43.098Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc: digest: sha256:bb168d1e84e1ed4a9d93d38d2aec929175acbb91ea64ec92cb91b2f5aa1a51cc size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:58:43.404Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.174 [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:58:43.702Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.174 [2021-04-17T13:58:43.702Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-04-17T13:58:43.702Z] c0c8b8771fe2: Preparing [2021-04-17T13:58:43.702Z] 9532589a6f91: Preparing [2021-04-17T13:58:43.702Z] f53da31e0b48: Preparing [2021-04-17T13:58:43.702Z] 3b193956349c: Preparing [2021-04-17T13:58:43.702Z] 32f366d666a5: Preparing [2021-04-17T13:58:43.702Z] c0c8b8771fe2: Layer already exists [2021-04-17T13:58:43.702Z] f53da31e0b48: Layer already exists [2021-04-17T13:58:43.702Z] 9532589a6f91: Layer already exists [2021-04-17T13:58:43.702Z] 32f366d666a5: Layer already exists [2021-04-17T13:58:43.702Z] 3b193956349c: Layer already exists [2021-04-17T13:58:43.702Z] 2.0.0-dev.174: digest: sha256:bb168d1e84e1ed4a9d93d38d2aec929175acbb91ea64ec92cb91b2f5aa1a51cc size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:58:44.006Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [2021-04-17T13:58:44.010Z] Removing intermediate container 36029ed4f5bf [2021-04-17T13:58:44.010Z] ---> 4c94b4ad3c25 [2021-04-17T13:58:44.010Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-17T13:58:44.010Z] ---> Running in 044cfd29286f [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:58:44.283Z] Collecting docker-compose==1.23.2 [2021-04-17T13:58:44.283Z] Removing intermediate container 044cfd29286f [2021-04-17T13:58:44.283Z] ---> e57d285560c7 [2021-04-17T13:58:44.283Z] Step 28/31 : CMD ["gate"] [2021-04-17T13:58:44.283Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-17T13:58:44.304Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [2021-04-17T13:58:44.304Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-04-17T13:58:44.304Z] c0c8b8771fe2: Preparing [2021-04-17T13:58:44.304Z] 9532589a6f91: Preparing [2021-04-17T13:58:44.304Z] f53da31e0b48: Preparing [2021-04-17T13:58:44.304Z] 3b193956349c: Preparing [2021-04-17T13:58:44.304Z] 32f366d666a5: Preparing [2021-04-17T13:58:44.304Z] 32f366d666a5: Layer already exists [2021-04-17T13:58:44.304Z] 3b193956349c: Layer already exists [2021-04-17T13:58:44.304Z] f53da31e0b48: Layer already exists [2021-04-17T13:58:44.304Z] c0c8b8771fe2: Layer already exists [2021-04-17T13:58:44.304Z] 9532589a6f91: Layer already exists [2021-04-17T13:58:44.304Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174: digest: sha256:bb168d1e84e1ed4a9d93d38d2aec929175acbb91ea64ec92cb91b2f5aa1a51cc size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:58:44.607Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:58:44.888Z] ---> Running in da328901be71 [2021-04-17T13:58:44.904Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-04-17T13:58:44.904Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-04-17T13:58:44.904Z] c0c8b8771fe2: Preparing [2021-04-17T13:58:44.904Z] 9532589a6f91: Preparing [2021-04-17T13:58:44.904Z] f53da31e0b48: Preparing [2021-04-17T13:58:44.904Z] 3b193956349c: Preparing [2021-04-17T13:58:44.904Z] 32f366d666a5: Preparing [2021-04-17T13:58:44.904Z] 9532589a6f91: Layer already exists [2021-04-17T13:58:44.904Z] 32f366d666a5: Layer already exists [2021-04-17T13:58:44.904Z] f53da31e0b48: Layer already exists [2021-04-17T13:58:44.904Z] 3b193956349c: Layer already exists [2021-04-17T13:58:44.904Z] c0c8b8771fe2: Layer already exists [2021-04-17T13:58:44.904Z] master: digest: sha256:bb168d1e84e1ed4a9d93d38d2aec929175acbb91ea64ec92cb91b2f5aa1a51cc size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-17T13:58:44.963Z] ===================================================== [Pipeline] echo [2021-04-17T13:58:44.977Z] taggedImages: [2021-04-17T13:58:44.977Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T13:58:44.977Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.174 [2021-04-17T13:58:44.977Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [2021-04-17T13:58:44.977Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-04-17T13:58:45.007Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-04-17T13:58:45.007Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T13:58:45.007Z] 2.0.0-dev.174 [2021-04-17T13:58:45.007Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [2021-04-17T13:58:45.007Z] master [2021-04-17T13:58:45.007Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:58:45.163Z] Collecting texttable<0.10,>=0.9.0 [2021-04-17T13:58:45.164Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-17T13:58:45.351Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:58:45.446Z] Removing intermediate container da328901be71 [2021-04-17T13:58:45.446Z] ---> 9be9da113a7c [2021-04-17T13:58:45.446Z] Step 29/31 : LABEL arch=arm64 [2021-04-17T13:58:45.672Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T13:58:45.672Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-04-17T13:58:45.672Z] 1c4a1e016cbd: Preparing [2021-04-17T13:58:45.672Z] 1c4a1e016cbd: Preparing [2021-04-17T13:58:45.672Z] 5bdfe1fec767: Preparing [2021-04-17T13:58:45.672Z] 665ab5a874bb: Preparing [2021-04-17T13:58:45.672Z] 6c0c80e5816d: Preparing [2021-04-17T13:58:45.672Z] 6c3a4dc56380: Preparing [2021-04-17T13:58:45.672Z] f53da31e0b48: Preparing [2021-04-17T13:58:45.672Z] 33038e916d1f: Preparing [2021-04-17T13:58:45.672Z] 33038e916d1f: Preparing [2021-04-17T13:58:45.672Z] 1bd48a90dfa5: Preparing [2021-04-17T13:58:45.672Z] 492b453a908c: Preparing [2021-04-17T13:58:45.672Z] 32f366d666a5: Preparing [2021-04-17T13:58:45.672Z] f53da31e0b48: Waiting [2021-04-17T13:58:45.672Z] 1bd48a90dfa5: Waiting [2021-04-17T13:58:45.672Z] 492b453a908c: Waiting [2021-04-17T13:58:45.672Z] 32f366d666a5: Waiting [2021-04-17T13:58:45.672Z] 33038e916d1f: Waiting [2021-04-17T13:58:45.719Z] ---> Running in 373f3ad129df [2021-04-17T13:58:46.010Z] 665ab5a874bb: Pushed [2021-04-17T13:58:46.010Z] 5bdfe1fec767: Pushed [2021-04-17T13:58:46.010Z] 6c0c80e5816d: Pushed [2021-04-17T13:58:46.010Z] f53da31e0b48: Layer already exists [2021-04-17T13:58:46.010Z] 1c4a1e016cbd: Pushed [2021-04-17T13:58:46.010Z] 32f366d666a5: Layer already exists [2021-04-17T13:58:46.010Z] 33038e916d1f: Pushed [2021-04-17T13:58:46.010Z] 492b453a908c: Pushed [2021-04-17T13:58:46.010Z] 1bd48a90dfa5: Pushed [2021-04-17T13:58:46.322Z] Removing intermediate container 373f3ad129df [2021-04-17T13:58:46.322Z] ---> 28af0eeb3492 [2021-04-17T13:58:46.322Z] Step 30/31 : LABEL git_sha=1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T13:58:46.924Z] ---> Running in 0b37e2f79873 [2021-04-17T13:58:47.001Z] 6c3a4dc56380: Pushed [2021-04-17T13:58:47.261Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc: digest: sha256:53f409464cea34c78924ba0f887d1f9948d4bda52e8741908c47a88d07929619 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:58:47.518Z] Removing intermediate container 0b37e2f79873 [2021-04-17T13:58:47.518Z] ---> 62dad980dd7f [2021-04-17T13:58:47.518Z] Step 31/31 : LABEL version=2.0.0-dev.174 [2021-04-17T13:58:47.561Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.174 [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:58:47.794Z] ---> Running in 5cd72b196f02 [2021-04-17T13:58:47.858Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.174 [2021-04-17T13:58:47.858Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-04-17T13:58:47.858Z] 1c4a1e016cbd: Preparing [2021-04-17T13:58:47.858Z] 1c4a1e016cbd: Preparing [2021-04-17T13:58:47.858Z] 5bdfe1fec767: Preparing [2021-04-17T13:58:47.858Z] 665ab5a874bb: Preparing [2021-04-17T13:58:47.858Z] 6c0c80e5816d: Preparing [2021-04-17T13:58:47.858Z] 6c3a4dc56380: Preparing [2021-04-17T13:58:47.858Z] f53da31e0b48: Preparing [2021-04-17T13:58:47.858Z] 33038e916d1f: Preparing [2021-04-17T13:58:47.858Z] 33038e916d1f: Preparing [2021-04-17T13:58:47.858Z] 1bd48a90dfa5: Preparing [2021-04-17T13:58:47.858Z] 492b453a908c: Preparing [2021-04-17T13:58:47.858Z] 32f366d666a5: Preparing [2021-04-17T13:58:47.858Z] f53da31e0b48: Waiting [2021-04-17T13:58:47.858Z] 33038e916d1f: Waiting [2021-04-17T13:58:47.858Z] 1bd48a90dfa5: Waiting [2021-04-17T13:58:47.858Z] 492b453a908c: Waiting [2021-04-17T13:58:47.858Z] 32f366d666a5: Waiting [2021-04-17T13:58:47.858Z] 1c4a1e016cbd: Layer already exists [2021-04-17T13:58:47.858Z] 5bdfe1fec767: Layer already exists [2021-04-17T13:58:47.858Z] 665ab5a874bb: Layer already exists [2021-04-17T13:58:47.858Z] 6c0c80e5816d: Layer already exists [2021-04-17T13:58:47.858Z] 6c3a4dc56380: Layer already exists [2021-04-17T13:58:47.858Z] 33038e916d1f: Layer already exists [2021-04-17T13:58:47.858Z] 492b453a908c: Layer already exists [2021-04-17T13:58:47.858Z] 1bd48a90dfa5: Layer already exists [2021-04-17T13:58:47.858Z] 32f366d666a5: Layer already exists [2021-04-17T13:58:47.858Z] f53da31e0b48: Layer already exists [2021-04-17T13:58:47.858Z] 2.0.0-dev.174: digest: sha256:53f409464cea34c78924ba0f887d1f9948d4bda52e8741908c47a88d07929619 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:58:48.165Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:58:48.461Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [2021-04-17T13:58:48.461Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-04-17T13:58:48.461Z] 1c4a1e016cbd: Preparing [2021-04-17T13:58:48.461Z] 1c4a1e016cbd: Preparing [2021-04-17T13:58:48.461Z] 5bdfe1fec767: Preparing [2021-04-17T13:58:48.461Z] 665ab5a874bb: Preparing [2021-04-17T13:58:48.461Z] 6c0c80e5816d: Preparing [2021-04-17T13:58:48.461Z] 6c3a4dc56380: Preparing [2021-04-17T13:58:48.461Z] f53da31e0b48: Preparing [2021-04-17T13:58:48.461Z] 33038e916d1f: Preparing [2021-04-17T13:58:48.461Z] 33038e916d1f: Preparing [2021-04-17T13:58:48.461Z] 1bd48a90dfa5: Preparing [2021-04-17T13:58:48.461Z] 492b453a908c: Preparing [2021-04-17T13:58:48.461Z] 32f366d666a5: Preparing [2021-04-17T13:58:48.461Z] f53da31e0b48: Waiting [2021-04-17T13:58:48.461Z] 33038e916d1f: Waiting [2021-04-17T13:58:48.461Z] 1bd48a90dfa5: Waiting [2021-04-17T13:58:48.461Z] 32f366d666a5: Waiting [2021-04-17T13:58:48.461Z] 492b453a908c: Waiting [2021-04-17T13:58:48.461Z] 1c4a1e016cbd: Layer already exists [2021-04-17T13:58:48.461Z] 6c3a4dc56380: Layer already exists [2021-04-17T13:58:48.461Z] 6c0c80e5816d: Layer already exists [2021-04-17T13:58:48.461Z] 665ab5a874bb: Layer already exists [2021-04-17T13:58:48.461Z] 5bdfe1fec767: Layer already exists [2021-04-17T13:58:48.461Z] 33038e916d1f: Layer already exists [2021-04-17T13:58:48.461Z] 32f366d666a5: Layer already exists [2021-04-17T13:58:48.461Z] f53da31e0b48: Layer already exists [2021-04-17T13:58:48.461Z] 1bd48a90dfa5: Layer already exists [2021-04-17T13:58:48.461Z] 492b453a908c: Layer already exists [2021-04-17T13:58:48.492Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-17T13:58:48.492Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-17T13:58:48.723Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174: digest: sha256:53f409464cea34c78924ba0f887d1f9948d4bda52e8741908c47a88d07929619 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:58:48.818Z] Removing intermediate container 5cd72b196f02 [2021-04-17T13:58:48.818Z] ---> c4cebc0185c0 [2021-04-17T13:58:48.818Z] [2021-04-17T13:58:49.029Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:58:49.122Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-17T13:58:49.122Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-17T13:58:49.122Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-17T13:58:49.122Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-17T13:58:49.122Z] ---> 80abdc9bbeea [2021-04-17T13:58:49.122Z] Step 3/22 : WORKDIR /edgex-go [2021-04-17T13:58:49.122Z] ---> Using cache [2021-04-17T13:58:49.122Z] ---> 6ecc2aa39d79 [2021-04-17T13:58:49.122Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-17T13:58:49.122Z] ---> Using cache [2021-04-17T13:58:49.122Z] ---> ff6d86ac9b11 [2021-04-17T13:58:49.122Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-17T13:58:49.330Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-04-17T13:58:49.330Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-04-17T13:58:49.330Z] 1c4a1e016cbd: Preparing [2021-04-17T13:58:49.330Z] 1c4a1e016cbd: Preparing [2021-04-17T13:58:49.330Z] 5bdfe1fec767: Preparing [2021-04-17T13:58:49.330Z] 665ab5a874bb: Preparing [2021-04-17T13:58:49.330Z] 6c0c80e5816d: Preparing [2021-04-17T13:58:49.330Z] 6c3a4dc56380: Preparing [2021-04-17T13:58:49.330Z] f53da31e0b48: Preparing [2021-04-17T13:58:49.330Z] 33038e916d1f: Preparing [2021-04-17T13:58:49.330Z] 33038e916d1f: Preparing [2021-04-17T13:58:49.330Z] 1bd48a90dfa5: Preparing [2021-04-17T13:58:49.330Z] 492b453a908c: Preparing [2021-04-17T13:58:49.330Z] 32f366d666a5: Preparing [2021-04-17T13:58:49.330Z] f53da31e0b48: Waiting [2021-04-17T13:58:49.330Z] 33038e916d1f: Waiting [2021-04-17T13:58:49.330Z] 1bd48a90dfa5: Waiting [2021-04-17T13:58:49.330Z] 492b453a908c: Waiting [2021-04-17T13:58:49.330Z] 32f366d666a5: Waiting [2021-04-17T13:58:49.330Z] 6c0c80e5816d: Layer already exists [2021-04-17T13:58:49.330Z] 5bdfe1fec767: Layer already exists [2021-04-17T13:58:49.330Z] 665ab5a874bb: Layer already exists [2021-04-17T13:58:49.330Z] 1c4a1e016cbd: Layer already exists [2021-04-17T13:58:49.330Z] 6c3a4dc56380: Layer already exists [2021-04-17T13:58:49.330Z] f53da31e0b48: Layer already exists [2021-04-17T13:58:49.330Z] 32f366d666a5: Layer already exists [2021-04-17T13:58:49.330Z] 1bd48a90dfa5: Layer already exists [2021-04-17T13:58:49.330Z] 492b453a908c: Layer already exists [2021-04-17T13:58:49.330Z] 33038e916d1f: Layer already exists [2021-04-17T13:58:49.330Z] master: digest: sha256:53f409464cea34c78924ba0f887d1f9948d4bda52e8741908c47a88d07929619 size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-17T13:58:49.384Z] ===================================================== [Pipeline] echo [2021-04-17T13:58:49.399Z] taggedImages: [2021-04-17T13:58:49.399Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T13:58:49.399Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.174 [2021-04-17T13:58:49.399Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [2021-04-17T13:58:49.399Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo [2021-04-17T13:58:49.428Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-04-17T13:58:49.428Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T13:58:49.428Z] 2.0.0-dev.174 [2021-04-17T13:58:49.428Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [2021-04-17T13:58:49.428Z] master [2021-04-17T13:58:49.428Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2021-04-17T13:58:49.468Z] Successfully built c4cebc0185c0 [2021-04-17T13:58:49.468Z] ---> Running in af119c85efe9 [2021-04-17T13:58:49.468Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-17T13:58:49.468Z]  Building docker-security-bootstrapper-go ... done Building docker-core-data-go [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:58:49.773Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:58:50.075Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T13:58:50.075Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-04-17T13:58:50.075Z] 52cf7355cc6d: Preparing [2021-04-17T13:58:50.075Z] d2fd2babb3eb: Preparing [2021-04-17T13:58:50.075Z] 6e7c21822e03: Preparing [2021-04-17T13:58:50.075Z] 2c29a3f5d8ef: Preparing [2021-04-17T13:58:50.075Z] fcf30382b0fa: Preparing [2021-04-17T13:58:50.075Z] 32f366d666a5: Preparing [2021-04-17T13:58:50.075Z] 32f366d666a5: Waiting [2021-04-17T13:58:50.340Z] 2c29a3f5d8ef: Pushed [2021-04-17T13:58:50.341Z] 6e7c21822e03: Pushed [2021-04-17T13:58:50.341Z] 32f366d666a5: Layer already exists [2021-04-17T13:58:50.341Z] fcf30382b0fa: Pushed [2021-04-17T13:58:51.064Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-17T13:58:51.288Z] 52cf7355cc6d: Pushed [2021-04-17T13:58:51.288Z] d2fd2babb3eb: Pushed [2021-04-17T13:58:51.552Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc: digest: sha256:0a83f4ca14c80a1d0b533d312aedc81faebb5d02690e4c3522330f0b2199dd2f size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:58:51.689Z] 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-04-17T13:58:51.896Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.174 [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:58:51.966Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-17T13:58:52.198Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.174 [2021-04-17T13:58:52.198Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-04-17T13:58:52.198Z] 52cf7355cc6d: Preparing [2021-04-17T13:58:52.198Z] d2fd2babb3eb: Preparing [2021-04-17T13:58:52.198Z] 6e7c21822e03: Preparing [2021-04-17T13:58:52.198Z] 2c29a3f5d8ef: Preparing [2021-04-17T13:58:52.198Z] fcf30382b0fa: Preparing [2021-04-17T13:58:52.198Z] 32f366d666a5: Preparing [2021-04-17T13:58:52.198Z] 32f366d666a5: Waiting [2021-04-17T13:58:52.198Z] fcf30382b0fa: Layer already exists [2021-04-17T13:58:52.198Z] d2fd2babb3eb: Layer already exists [2021-04-17T13:58:52.198Z] 52cf7355cc6d: Layer already exists [2021-04-17T13:58:52.198Z] 2c29a3f5d8ef: Layer already exists [2021-04-17T13:58:52.198Z] 6e7c21822e03: Layer already exists [2021-04-17T13:58:52.198Z] 32f366d666a5: Layer already exists [2021-04-17T13:58:52.198Z] 2.0.0-dev.174: digest: sha256:0a83f4ca14c80a1d0b533d312aedc81faebb5d02690e4c3522330f0b2199dd2f size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:58:52.239Z] Collecting docopt<0.7,>=0.6.1 [2021-04-17T13:58:52.240Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-17T13:58:52.503Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:58:52.804Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [2021-04-17T13:58:52.804Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-04-17T13:58:52.804Z] 52cf7355cc6d: Preparing [2021-04-17T13:58:52.804Z] d2fd2babb3eb: Preparing [2021-04-17T13:58:52.804Z] 6e7c21822e03: Preparing [2021-04-17T13:58:52.804Z] 2c29a3f5d8ef: Preparing [2021-04-17T13:58:52.804Z] fcf30382b0fa: Preparing [2021-04-17T13:58:52.804Z] 32f366d666a5: Preparing [2021-04-17T13:58:52.804Z] 32f366d666a5: Waiting [2021-04-17T13:58:52.804Z] 52cf7355cc6d: Layer already exists [2021-04-17T13:58:52.804Z] 2c29a3f5d8ef: Layer already exists [2021-04-17T13:58:52.804Z] 6e7c21822e03: Layer already exists [2021-04-17T13:58:52.804Z] d2fd2babb3eb: Layer already exists [2021-04-17T13:58:52.804Z] fcf30382b0fa: Layer already exists [2021-04-17T13:58:52.804Z] 32f366d666a5: Layer already exists [2021-04-17T13:58:52.804Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174: digest: sha256:0a83f4ca14c80a1d0b533d312aedc81faebb5d02690e4c3522330f0b2199dd2f size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:58:52.854Z] OK: 217 MiB in 51 packages [2021-04-17T13:58:53.114Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:58:53.426Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-04-17T13:58:53.426Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-04-17T13:58:53.426Z] 52cf7355cc6d: Preparing [2021-04-17T13:58:53.426Z] d2fd2babb3eb: Preparing [2021-04-17T13:58:53.426Z] 6e7c21822e03: Preparing [2021-04-17T13:58:53.426Z] 2c29a3f5d8ef: Preparing [2021-04-17T13:58:53.426Z] fcf30382b0fa: Preparing [2021-04-17T13:58:53.426Z] 32f366d666a5: Preparing [2021-04-17T13:58:53.426Z] 32f366d666a5: Waiting [2021-04-17T13:58:53.426Z] 2c29a3f5d8ef: Layer already exists [2021-04-17T13:58:53.426Z] 6e7c21822e03: Layer already exists [2021-04-17T13:58:53.426Z] d2fd2babb3eb: Layer already exists [2021-04-17T13:58:53.426Z] fcf30382b0fa: Layer already exists [2021-04-17T13:58:53.426Z] 52cf7355cc6d: Layer already exists [2021-04-17T13:58:53.426Z] 32f366d666a5: Layer already exists [2021-04-17T13:58:53.426Z] master: digest: sha256:0a83f4ca14c80a1d0b533d312aedc81faebb5d02690e4c3522330f0b2199dd2f size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-17T13:58:53.489Z] ===================================================== [Pipeline] echo [2021-04-17T13:58:53.503Z] taggedImages: [2021-04-17T13:58:53.503Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T13:58:53.503Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.174 [2021-04-17T13:58:53.503Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [2021-04-17T13:58:53.503Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-04-17T13:58:53.541Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-04-17T13:58:53.541Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T13:58:53.541Z] 2.0.0-dev.174 [2021-04-17T13:58:53.541Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [2021-04-17T13:58:53.541Z] master [2021-04-17T13:58:53.541Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:58:53.885Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:58:54.184Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T13:58:54.184Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-04-17T13:58:54.184Z] 573eadcfa769: Preparing [2021-04-17T13:58:54.184Z] 6e6b86aabdee: Preparing [2021-04-17T13:58:54.184Z] 9bdd98cc05eb: Preparing [2021-04-17T13:58:54.184Z] 22755d7b50bc: Preparing [2021-04-17T13:58:54.184Z] 10882f78c3a4: Preparing [2021-04-17T13:58:54.184Z] e6ffe9a2693e: Preparing [2021-04-17T13:58:54.184Z] 27764dc1ca68: Preparing [2021-04-17T13:58:54.184Z] ca1734c072e6: Preparing [2021-04-17T13:58:54.184Z] 32f366d666a5: Preparing [2021-04-17T13:58:54.184Z] e6ffe9a2693e: Waiting [2021-04-17T13:58:54.184Z] 27764dc1ca68: Waiting [2021-04-17T13:58:54.184Z] ca1734c072e6: Waiting [2021-04-17T13:58:54.184Z] 32f366d666a5: Waiting [2021-04-17T13:58:54.184Z] 573eadcfa769: Pushed [2021-04-17T13:58:54.451Z] 6e6b86aabdee: Pushed [2021-04-17T13:58:54.451Z] 10882f78c3a4: Pushed [2021-04-17T13:58:54.451Z] e6ffe9a2693e: Pushed [2021-04-17T13:58:54.451Z] 27764dc1ca68: Pushed [2021-04-17T13:58:54.451Z] 32f366d666a5: Layer already exists [2021-04-17T13:58:54.712Z] ca1734c072e6: Pushed [2021-04-17T13:58:55.282Z] 22755d7b50bc: Pushed [2021-04-17T13:58:55.282Z] 9bdd98cc05eb: Pushed [2021-04-17T13:58:55.543Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc: digest: sha256:fe584a8f5c728aea2eae408043d63738c50d783c9a09e5a983a49fc387f58491 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:58:55.850Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.174 [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:58:56.148Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.174 [2021-04-17T13:58:56.148Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-04-17T13:58:56.148Z] 573eadcfa769: Preparing [2021-04-17T13:58:56.148Z] 6e6b86aabdee: Preparing [2021-04-17T13:58:56.148Z] 9bdd98cc05eb: Preparing [2021-04-17T13:58:56.148Z] 22755d7b50bc: Preparing [2021-04-17T13:58:56.148Z] 10882f78c3a4: Preparing [2021-04-17T13:58:56.148Z] e6ffe9a2693e: Preparing [2021-04-17T13:58:56.148Z] 27764dc1ca68: Preparing [2021-04-17T13:58:56.148Z] ca1734c072e6: Preparing [2021-04-17T13:58:56.148Z] 32f366d666a5: Preparing [2021-04-17T13:58:56.148Z] 27764dc1ca68: Waiting [2021-04-17T13:58:56.148Z] ca1734c072e6: Waiting [2021-04-17T13:58:56.148Z] 32f366d666a5: Waiting [2021-04-17T13:58:56.148Z] e6ffe9a2693e: Waiting [2021-04-17T13:58:56.148Z] 573eadcfa769: Layer already exists [2021-04-17T13:58:56.148Z] 10882f78c3a4: Layer already exists [2021-04-17T13:58:56.148Z] 22755d7b50bc: Layer already exists [2021-04-17T13:58:56.148Z] 6e6b86aabdee: Layer already exists [2021-04-17T13:58:56.148Z] 9bdd98cc05eb: Layer already exists [2021-04-17T13:58:56.148Z] e6ffe9a2693e: Layer already exists [2021-04-17T13:58:56.148Z] 32f366d666a5: Layer already exists [2021-04-17T13:58:56.148Z] 27764dc1ca68: Layer already exists [2021-04-17T13:58:56.148Z] ca1734c072e6: Layer already exists [2021-04-17T13:58:56.148Z] 2.0.0-dev.174: digest: sha256:fe584a8f5c728aea2eae408043d63738c50d783c9a09e5a983a49fc387f58491 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:58:56.268Z] Removing intermediate container af119c85efe9 [2021-04-17T13:58:56.268Z] ---> ffb82a9586d2 [2021-04-17T13:58:56.268Z] Step 6/22 : COPY go.mod . [2021-04-17T13:58:56.449Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:58:56.545Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-17T13:58:56.545Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-17T13:58:56.746Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [2021-04-17T13:58:56.746Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-04-17T13:58:56.746Z] 573eadcfa769: Preparing [2021-04-17T13:58:56.746Z] 6e6b86aabdee: Preparing [2021-04-17T13:58:56.746Z] 9bdd98cc05eb: Preparing [2021-04-17T13:58:56.746Z] 22755d7b50bc: Preparing [2021-04-17T13:58:56.746Z] 10882f78c3a4: Preparing [2021-04-17T13:58:56.746Z] e6ffe9a2693e: Preparing [2021-04-17T13:58:56.746Z] 27764dc1ca68: Preparing [2021-04-17T13:58:56.746Z] ca1734c072e6: Preparing [2021-04-17T13:58:56.746Z] 32f366d666a5: Preparing [2021-04-17T13:58:56.746Z] e6ffe9a2693e: Waiting [2021-04-17T13:58:56.746Z] ca1734c072e6: Waiting [2021-04-17T13:58:56.746Z] 27764dc1ca68: Waiting [2021-04-17T13:58:56.746Z] 32f366d666a5: Waiting [2021-04-17T13:58:56.746Z] 9bdd98cc05eb: Layer already exists [2021-04-17T13:58:56.746Z] 10882f78c3a4: Layer already exists [2021-04-17T13:58:56.746Z] 22755d7b50bc: Layer already exists [2021-04-17T13:58:56.746Z] 573eadcfa769: Layer already exists [2021-04-17T13:58:56.746Z] 6e6b86aabdee: Layer already exists [2021-04-17T13:58:56.746Z] 27764dc1ca68: Layer already exists [2021-04-17T13:58:56.746Z] ca1734c072e6: Layer already exists [2021-04-17T13:58:56.746Z] e6ffe9a2693e: Layer already exists [2021-04-17T13:58:56.746Z] 32f366d666a5: Layer already exists [2021-04-17T13:58:56.746Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174: digest: sha256:fe584a8f5c728aea2eae408043d63738c50d783c9a09e5a983a49fc387f58491 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:58:57.075Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:58:57.378Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-04-17T13:58:57.378Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-04-17T13:58:57.378Z] 573eadcfa769: Preparing [2021-04-17T13:58:57.378Z] 6e6b86aabdee: Preparing [2021-04-17T13:58:57.378Z] 9bdd98cc05eb: Preparing [2021-04-17T13:58:57.378Z] 22755d7b50bc: Preparing [2021-04-17T13:58:57.378Z] 10882f78c3a4: Preparing [2021-04-17T13:58:57.378Z] e6ffe9a2693e: Preparing [2021-04-17T13:58:57.378Z] 27764dc1ca68: Preparing [2021-04-17T13:58:57.378Z] ca1734c072e6: Preparing [2021-04-17T13:58:57.378Z] 32f366d666a5: Preparing [2021-04-17T13:58:57.378Z] ca1734c072e6: Waiting [2021-04-17T13:58:57.378Z] e6ffe9a2693e: Waiting [2021-04-17T13:58:57.378Z] 27764dc1ca68: Waiting [2021-04-17T13:58:57.378Z] 32f366d666a5: Waiting [2021-04-17T13:58:57.378Z] 10882f78c3a4: Layer already exists [2021-04-17T13:58:57.378Z] 573eadcfa769: Layer already exists [2021-04-17T13:58:57.378Z] 6e6b86aabdee: Layer already exists [2021-04-17T13:58:57.378Z] 9bdd98cc05eb: Layer already exists [2021-04-17T13:58:57.378Z] 22755d7b50bc: Layer already exists [2021-04-17T13:58:57.378Z] 27764dc1ca68: Layer already exists [2021-04-17T13:58:57.378Z] 32f366d666a5: Layer already exists [2021-04-17T13:58:57.378Z] e6ffe9a2693e: Layer already exists [2021-04-17T13:58:57.378Z] ca1734c072e6: Layer already exists [2021-04-17T13:58:57.378Z] master: digest: sha256:fe584a8f5c728aea2eae408043d63738c50d783c9a09e5a983a49fc387f58491 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-17T13:58:57.429Z] ===================================================== [Pipeline] echo [2021-04-17T13:58:57.442Z] taggedImages: [2021-04-17T13:58:57.442Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T13:58:57.442Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.174 [2021-04-17T13:58:57.442Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [2021-04-17T13:58:57.442Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-04-17T13:58:57.472Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-04-17T13:58:57.472Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T13:58:57.472Z] 2.0.0-dev.174 [2021-04-17T13:58:57.472Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [2021-04-17T13:58:57.472Z] master [2021-04-17T13:58:57.472Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2021-04-17T13:58:57.528Z] Collecting jsonschema<3,>=2.5.1 [2021-04-17T13:58:57.528Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:58:57.805Z] ---> 5ace0fd8981a [2021-04-17T13:58:57.805Z] Step 7/22 : RUN go mod download [2021-04-17T13:58:57.821Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:58:58.124Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T13:58:58.124Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-04-17T13:58:58.124Z] efc22a910793: Preparing [2021-04-17T13:58:58.124Z] 59116d0fa1eb: Preparing [2021-04-17T13:58:58.124Z] f53da31e0b48: Preparing [2021-04-17T13:58:58.124Z] e586de393da9: Preparing [2021-04-17T13:58:58.124Z] 32f366d666a5: Preparing [2021-04-17T13:58:58.124Z] f53da31e0b48: Layer already exists [2021-04-17T13:58:58.124Z] 32f366d666a5: Layer already exists [2021-04-17T13:58:58.387Z] efc22a910793: Pushed [2021-04-17T13:58:58.387Z] e586de393da9: Pushed [2021-04-17T13:58:58.403Z] ---> Running in 7fa51043a9b7 [2021-04-17T13:58:59.000Z] Collecting docker<4.0,>=3.6.0 [2021-04-17T13:58:59.294Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-17T13:58:59.330Z] 59116d0fa1eb: Pushed [2021-04-17T13:58:59.330Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc: digest: sha256:48fe14d80a0c1b0e016afb40e2402bc8b29fb48842bcf638e2a642db241f4397 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:59:00.206Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.174 [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:59:00.500Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.174 [2021-04-17T13:59:00.500Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-04-17T13:59:00.500Z] efc22a910793: Preparing [2021-04-17T13:59:00.500Z] 59116d0fa1eb: Preparing [2021-04-17T13:59:00.500Z] f53da31e0b48: Preparing [2021-04-17T13:59:00.500Z] e586de393da9: Preparing [2021-04-17T13:59:00.500Z] 32f366d666a5: Preparing [2021-04-17T13:59:00.500Z] f53da31e0b48: Layer already exists [2021-04-17T13:59:00.500Z] efc22a910793: Layer already exists [2021-04-17T13:59:00.500Z] 59116d0fa1eb: Layer already exists [2021-04-17T13:59:00.500Z] e586de393da9: Layer already exists [2021-04-17T13:59:00.500Z] 32f366d666a5: Layer already exists [2021-04-17T13:59:00.500Z] 2.0.0-dev.174: digest: sha256:48fe14d80a0c1b0e016afb40e2402bc8b29fb48842bcf638e2a642db241f4397 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:59:00.804Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:59:01.102Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [2021-04-17T13:59:01.103Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-04-17T13:59:01.103Z] efc22a910793: Preparing [2021-04-17T13:59:01.103Z] 59116d0fa1eb: Preparing [2021-04-17T13:59:01.103Z] f53da31e0b48: Preparing [2021-04-17T13:59:01.103Z] e586de393da9: Preparing [2021-04-17T13:59:01.103Z] 32f366d666a5: Preparing [2021-04-17T13:59:01.103Z] f53da31e0b48: Layer already exists [2021-04-17T13:59:01.103Z] 32f366d666a5: Layer already exists [2021-04-17T13:59:01.103Z] efc22a910793: Layer already exists [2021-04-17T13:59:01.103Z] 59116d0fa1eb: Layer already exists [2021-04-17T13:59:01.103Z] e586de393da9: Layer already exists [2021-04-17T13:59:01.103Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174: digest: sha256:48fe14d80a0c1b0e016afb40e2402bc8b29fb48842bcf638e2a642db241f4397 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:59:01.284Z] Collecting PyYAML<4,>=3.10 [2021-04-17T13:59:01.284Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-17T13:59:01.405Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:59:01.704Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-04-17T13:59:01.705Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-04-17T13:59:01.705Z] efc22a910793: Preparing [2021-04-17T13:59:01.705Z] 59116d0fa1eb: Preparing [2021-04-17T13:59:01.705Z] f53da31e0b48: Preparing [2021-04-17T13:59:01.705Z] e586de393da9: Preparing [2021-04-17T13:59:01.705Z] 32f366d666a5: Preparing [2021-04-17T13:59:01.705Z] 59116d0fa1eb: Layer already exists [2021-04-17T13:59:01.705Z] e586de393da9: Layer already exists [2021-04-17T13:59:01.705Z] 32f366d666a5: Layer already exists [2021-04-17T13:59:01.705Z] efc22a910793: Layer already exists [2021-04-17T13:59:01.705Z] f53da31e0b48: Layer already exists [2021-04-17T13:59:01.968Z] master: digest: sha256:48fe14d80a0c1b0e016afb40e2402bc8b29fb48842bcf638e2a642db241f4397 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-17T13:59:02.021Z] ===================================================== [Pipeline] echo [2021-04-17T13:59:02.034Z] taggedImages: [2021-04-17T13:59:02.034Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T13:59:02.034Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.174 [2021-04-17T13:59:02.034Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [2021-04-17T13:59:02.034Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-04-17T13:59:02.094Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-04-17T13:59:02.094Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T13:59:02.094Z] 2.0.0-dev.174 [2021-04-17T13:59:02.094Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [2021-04-17T13:59:02.094Z] master [2021-04-17T13:59:02.094Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:59:02.440Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:59:02.737Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T13:59:02.737Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-04-17T13:59:02.738Z] f70c757b0071: Preparing [2021-04-17T13:59:02.738Z] 333fe6fac349: Preparing [2021-04-17T13:59:02.738Z] f53da31e0b48: Preparing [2021-04-17T13:59:02.738Z] 3b193956349c: Preparing [2021-04-17T13:59:02.738Z] 32f366d666a5: Preparing [2021-04-17T13:59:02.738Z] f53da31e0b48: Layer already exists [2021-04-17T13:59:02.738Z] 3b193956349c: Layer already exists [2021-04-17T13:59:02.738Z] 32f366d666a5: Layer already exists [2021-04-17T13:59:02.738Z] f70c757b0071: Pushed [2021-04-17T13:59:02.746Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-17T13:59:02.746Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-17T13:59:02.746Z] ---> 80abdc9bbeea [2021-04-17T13:59:02.746Z] Step 3/23 : WORKDIR /edgex-go [2021-04-17T13:59:02.746Z] ---> Using cache [2021-04-17T13:59:02.746Z] ---> 6ecc2aa39d79 [2021-04-17T13:59:02.746Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-17T13:59:02.746Z] ---> Using cache [2021-04-17T13:59:02.746Z] ---> ff6d86ac9b11 [2021-04-17T13:59:02.746Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-17T13:59:02.746Z] ---> Using cache [2021-04-17T13:59:02.746Z] ---> c73b7f87904c [2021-04-17T13:59:02.746Z] Step 6/23 : COPY go.mod . [2021-04-17T13:59:02.746Z] ---> Using cache [2021-04-17T13:59:02.746Z] ---> 8c380654aebd [2021-04-17T13:59:02.746Z] Step 7/23 : RUN go mod download [2021-04-17T13:59:02.746Z] ---> Using cache [2021-04-17T13:59:02.746Z] ---> 688bde55b2b6 [2021-04-17T13:59:02.746Z] Step 8/23 : COPY . . [2021-04-17T13:59:02.746Z] ---> Using cache [2021-04-17T13:59:02.746Z] ---> 0c916188f5f7 [2021-04-17T13:59:02.746Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-17T13:59:03.730Z] ---> Running in 78dd939e8703 [2021-04-17T13:59:03.730Z] Removing intermediate container 7fa51043a9b7 [2021-04-17T13:59:03.730Z] ---> 13ee3c9257f4 [2021-04-17T13:59:03.730Z] Step 8/22 : COPY . . [2021-04-17T13:59:03.730Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-17T13:59:03.730Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-17T13:59:03.730Z] ---> 80abdc9bbeea [2021-04-17T13:59:03.730Z] Step 3/22 : WORKDIR /edgex-go [2021-04-17T13:59:03.730Z] ---> Using cache [2021-04-17T13:59:03.730Z] ---> 6ecc2aa39d79 [2021-04-17T13:59:03.730Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-17T13:59:03.730Z] ---> Using cache [2021-04-17T13:59:03.730Z] ---> ff6d86ac9b11 [2021-04-17T13:59:03.730Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-17T13:59:03.730Z] ---> Using cache [2021-04-17T13:59:03.730Z] ---> c73b7f87904c [2021-04-17T13:59:03.730Z] Step 6/22 : COPY go.mod . [2021-04-17T13:59:03.730Z] ---> Using cache [2021-04-17T13:59:03.730Z] ---> 8c380654aebd [2021-04-17T13:59:03.730Z] Step 7/22 : RUN go mod download [2021-04-17T13:59:03.730Z] ---> Using cache [2021-04-17T13:59:03.730Z] ---> 688bde55b2b6 [2021-04-17T13:59:03.730Z] Step 8/22 : COPY . . [2021-04-17T13:59:04.029Z] ---> Using cache [2021-04-17T13:59:04.029Z] ---> 0c916188f5f7 [2021-04-17T13:59:04.029Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-17T13:59:04.220Z] 333fe6fac349: Pushed [2021-04-17T13:59:04.220Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc: digest: sha256:3640b2440970341ee442b85b88648a9c2a7687390c5784df7bb74a7cb0268729 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:59:04.525Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.174 [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:59:04.640Z] ---> Running in 4c7fff786129 [2021-04-17T13:59:04.823Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.174 [2021-04-17T13:59:04.823Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-04-17T13:59:04.823Z] f70c757b0071: Preparing [2021-04-17T13:59:04.823Z] 333fe6fac349: Preparing [2021-04-17T13:59:04.823Z] f53da31e0b48: Preparing [2021-04-17T13:59:04.823Z] 3b193956349c: Preparing [2021-04-17T13:59:04.823Z] 32f366d666a5: Preparing [2021-04-17T13:59:04.823Z] 3b193956349c: Layer already exists [2021-04-17T13:59:04.823Z] 333fe6fac349: Layer already exists [2021-04-17T13:59:04.823Z] f70c757b0071: Layer already exists [2021-04-17T13:59:04.823Z] f53da31e0b48: Layer already exists [2021-04-17T13:59:04.823Z] 32f366d666a5: Layer already exists [2021-04-17T13:59:04.823Z] 2.0.0-dev.174: digest: sha256:3640b2440970341ee442b85b88648a9c2a7687390c5784df7bb74a7cb0268729 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:59:05.126Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:59:05.425Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [2021-04-17T13:59:05.425Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-04-17T13:59:05.425Z] f70c757b0071: Preparing [2021-04-17T13:59:05.425Z] 333fe6fac349: Preparing [2021-04-17T13:59:05.425Z] f53da31e0b48: Preparing [2021-04-17T13:59:05.425Z] 3b193956349c: Preparing [2021-04-17T13:59:05.425Z] 32f366d666a5: Preparing [2021-04-17T13:59:05.425Z] 32f366d666a5: Layer already exists [2021-04-17T13:59:05.425Z] 333fe6fac349: Layer already exists [2021-04-17T13:59:05.425Z] f53da31e0b48: Layer already exists [2021-04-17T13:59:05.425Z] f70c757b0071: Layer already exists [2021-04-17T13:59:05.425Z] 3b193956349c: Layer already exists [2021-04-17T13:59:05.425Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174: digest: sha256:3640b2440970341ee442b85b88648a9c2a7687390c5784df7bb74a7cb0268729 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:59:05.629Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.174" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-17T13:59:05.629Z] Collecting cached-property<2,>=1.2.0 [2021-04-17T13:59:05.727Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:59:05.902Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-17T13:59:05.902Z] 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-04-17T13:59:06.022Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-04-17T13:59:06.022Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-04-17T13:59:06.022Z] f70c757b0071: Preparing [2021-04-17T13:59:06.022Z] 333fe6fac349: Preparing [2021-04-17T13:59:06.022Z] f53da31e0b48: Preparing [2021-04-17T13:59:06.022Z] 3b193956349c: Preparing [2021-04-17T13:59:06.022Z] 32f366d666a5: Preparing [2021-04-17T13:59:06.022Z] 32f366d666a5: Layer already exists [2021-04-17T13:59:06.022Z] 3b193956349c: Layer already exists [2021-04-17T13:59:06.022Z] 333fe6fac349: Layer already exists [2021-04-17T13:59:06.022Z] f53da31e0b48: Layer already exists [2021-04-17T13:59:06.022Z] f70c757b0071: Layer already exists [2021-04-17T13:59:06.022Z] master: digest: sha256:3640b2440970341ee442b85b88648a9c2a7687390c5784df7bb74a7cb0268729 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-17T13:59:06.073Z] ===================================================== [Pipeline] echo [2021-04-17T13:59:06.087Z] taggedImages: [2021-04-17T13:59:06.087Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T13:59:06.087Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.174 [2021-04-17T13:59:06.087Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [2021-04-17T13:59:06.087Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-04-17T13:59:06.119Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-04-17T13:59:06.119Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T13:59:06.119Z] 2.0.0-dev.174 [2021-04-17T13:59:06.119Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [2021-04-17T13:59:06.119Z] master [2021-04-17T13:59:06.119Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:59:06.181Z] Collecting idna<2.8,>=2.5 [2021-04-17T13:59:06.458Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T13:59:06.459Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-17T13:59:06.459Z] 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-04-17T13:59:06.459Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.174" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:59:06.770Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T13:59:06.770Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-04-17T13:59:06.770Z] cf8d55aad8df: Preparing [2021-04-17T13:59:06.770Z] 48dcba495c5a: Preparing [2021-04-17T13:59:06.770Z] 0d7b2649b138: Preparing [2021-04-17T13:59:06.770Z] ee615a6f8fe0: Preparing [2021-04-17T13:59:06.770Z] 0754057c0ad3: Preparing [2021-04-17T13:59:06.770Z] 998cdf262ab1: Preparing [2021-04-17T13:59:06.770Z] 02e56110abd2: Preparing [2021-04-17T13:59:06.770Z] abc36efb885a: Preparing [2021-04-17T13:59:06.770Z] b0b09059f4e1: Preparing [2021-04-17T13:59:06.770Z] bb961f40224b: Preparing [2021-04-17T13:59:06.770Z] f4666769fca7: Preparing [2021-04-17T13:59:06.770Z] abc36efb885a: Waiting [2021-04-17T13:59:06.770Z] b0b09059f4e1: Waiting [2021-04-17T13:59:06.770Z] bb961f40224b: Waiting [2021-04-17T13:59:06.770Z] f4666769fca7: Waiting [2021-04-17T13:59:06.770Z] 998cdf262ab1: Waiting [2021-04-17T13:59:06.770Z] 02e56110abd2: Waiting [2021-04-17T13:59:06.770Z] 0754057c0ad3: Layer already exists [2021-04-17T13:59:06.770Z] 998cdf262ab1: Layer already exists [2021-04-17T13:59:07.039Z] 02e56110abd2: Layer already exists [2021-04-17T13:59:07.039Z] abc36efb885a: Layer already exists [2021-04-17T13:59:07.039Z] 48dcba495c5a: Pushed [2021-04-17T13:59:07.039Z] b0b09059f4e1: Layer already exists [2021-04-17T13:59:07.039Z] bb961f40224b: Layer already exists [2021-04-17T13:59:07.039Z] f4666769fca7: Layer already exists [2021-04-17T13:59:07.309Z] cf8d55aad8df: Pushed [2021-04-17T13:59:07.438Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-17T13:59:07.438Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-17T13:59:07.883Z] 0d7b2649b138: Pushed [2021-04-17T13:59:08.039Z] Collecting docker-pycreds>=0.4.0 [2021-04-17T13:59:08.312Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-17T13:59:08.312Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-17T13:59:08.312Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-17T13:59:08.312Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-17T13:59:08.585Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-17T13:59:10.025Z] Installing collected packages: texttable, websocket-client, dockerpty, docopt, idna, urllib3, requests, jsonschema, docker-pycreds, docker, PyYAML, cached-property, docker-compose [2021-04-17T13:59:10.025Z] Running setup.py install for texttable: started [2021-04-17T13:59:13.174Z] ee615a6f8fe0: Pushed [2021-04-17T13:59:13.174Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc: digest: sha256:faf7ad676e4e444c05219bf062c756b8b403bb057f999116a77e5d44a26f9618 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:59:13.420Z] Running setup.py install for texttable: finished with status 'done' [2021-04-17T13:59:13.420Z] Running setup.py install for dockerpty: started [2021-04-17T13:59:13.474Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.174 [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:59:13.772Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.174 [2021-04-17T13:59:13.772Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-04-17T13:59:13.772Z] cf8d55aad8df: Preparing [2021-04-17T13:59:13.772Z] 48dcba495c5a: Preparing [2021-04-17T13:59:13.772Z] 0d7b2649b138: Preparing [2021-04-17T13:59:13.772Z] ee615a6f8fe0: Preparing [2021-04-17T13:59:13.772Z] 0754057c0ad3: Preparing [2021-04-17T13:59:13.772Z] 998cdf262ab1: Preparing [2021-04-17T13:59:13.772Z] 02e56110abd2: Preparing [2021-04-17T13:59:13.772Z] abc36efb885a: Preparing [2021-04-17T13:59:13.772Z] b0b09059f4e1: Preparing [2021-04-17T13:59:13.772Z] bb961f40224b: Preparing [2021-04-17T13:59:13.772Z] f4666769fca7: Preparing [2021-04-17T13:59:13.772Z] 998cdf262ab1: Waiting [2021-04-17T13:59:13.772Z] 02e56110abd2: Waiting [2021-04-17T13:59:13.772Z] abc36efb885a: Waiting [2021-04-17T13:59:13.772Z] f4666769fca7: Waiting [2021-04-17T13:59:13.772Z] b0b09059f4e1: Waiting [2021-04-17T13:59:13.772Z] bb961f40224b: Waiting [2021-04-17T13:59:13.772Z] ee615a6f8fe0: Layer already exists [2021-04-17T13:59:13.772Z] cf8d55aad8df: Layer already exists [2021-04-17T13:59:13.772Z] 48dcba495c5a: Layer already exists [2021-04-17T13:59:13.772Z] 0754057c0ad3: Layer already exists [2021-04-17T13:59:13.772Z] 0d7b2649b138: Layer already exists [2021-04-17T13:59:13.772Z] 998cdf262ab1: Layer already exists [2021-04-17T13:59:13.772Z] abc36efb885a: Layer already exists [2021-04-17T13:59:13.772Z] 02e56110abd2: Layer already exists [2021-04-17T13:59:13.772Z] b0b09059f4e1: Layer already exists [2021-04-17T13:59:13.772Z] bb961f40224b: Layer already exists [2021-04-17T13:59:13.772Z] f4666769fca7: Layer already exists [2021-04-17T13:59:13.772Z] 2.0.0-dev.174: digest: sha256:faf7ad676e4e444c05219bf062c756b8b403bb057f999116a77e5d44a26f9618 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:59:14.083Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:59:14.379Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [2021-04-17T13:59:14.379Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-04-17T13:59:14.379Z] cf8d55aad8df: Preparing [2021-04-17T13:59:14.379Z] 48dcba495c5a: Preparing [2021-04-17T13:59:14.379Z] 0d7b2649b138: Preparing [2021-04-17T13:59:14.379Z] ee615a6f8fe0: Preparing [2021-04-17T13:59:14.379Z] 0754057c0ad3: Preparing [2021-04-17T13:59:14.379Z] 998cdf262ab1: Preparing [2021-04-17T13:59:14.379Z] 02e56110abd2: Preparing [2021-04-17T13:59:14.379Z] abc36efb885a: Preparing [2021-04-17T13:59:14.379Z] b0b09059f4e1: Preparing [2021-04-17T13:59:14.379Z] bb961f40224b: Preparing [2021-04-17T13:59:14.379Z] f4666769fca7: Preparing [2021-04-17T13:59:14.379Z] 02e56110abd2: Waiting [2021-04-17T13:59:14.379Z] abc36efb885a: Waiting [2021-04-17T13:59:14.379Z] b0b09059f4e1: Waiting [2021-04-17T13:59:14.379Z] bb961f40224b: Waiting [2021-04-17T13:59:14.379Z] f4666769fca7: Waiting [2021-04-17T13:59:14.379Z] 998cdf262ab1: Waiting [2021-04-17T13:59:14.379Z] 0754057c0ad3: Layer already exists [2021-04-17T13:59:14.379Z] 48dcba495c5a: Layer already exists [2021-04-17T13:59:14.379Z] 0d7b2649b138: Layer already exists [2021-04-17T13:59:14.379Z] cf8d55aad8df: Layer already exists [2021-04-17T13:59:14.379Z] ee615a6f8fe0: Layer already exists [2021-04-17T13:59:14.379Z] 998cdf262ab1: Layer already exists [2021-04-17T13:59:14.379Z] 02e56110abd2: Layer already exists [2021-04-17T13:59:14.379Z] b0b09059f4e1: Layer already exists [2021-04-17T13:59:14.379Z] abc36efb885a: Layer already exists [2021-04-17T13:59:14.379Z] bb961f40224b: Layer already exists [2021-04-17T13:59:14.379Z] f4666769fca7: Layer already exists [2021-04-17T13:59:14.379Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174: digest: sha256:faf7ad676e4e444c05219bf062c756b8b403bb057f999116a77e5d44a26f9618 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:59:14.425Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-17T13:59:14.426Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-17T13:59:14.426Z] ---> 80abdc9bbeea [2021-04-17T13:59:14.426Z] Step 3/23 : WORKDIR /edgex-go [2021-04-17T13:59:14.426Z] ---> Using cache [2021-04-17T13:59:14.426Z] ---> 6ecc2aa39d79 [2021-04-17T13:59:14.426Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-17T13:59:14.426Z] ---> Using cache [2021-04-17T13:59:14.426Z] ---> ff6d86ac9b11 [2021-04-17T13:59:14.426Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-17T13:59:14.679Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:59:14.976Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-04-17T13:59:14.976Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-04-17T13:59:14.976Z] cf8d55aad8df: Preparing [2021-04-17T13:59:14.976Z] 48dcba495c5a: Preparing [2021-04-17T13:59:14.976Z] 0d7b2649b138: Preparing [2021-04-17T13:59:14.976Z] ee615a6f8fe0: Preparing [2021-04-17T13:59:14.976Z] 0754057c0ad3: Preparing [2021-04-17T13:59:14.976Z] 998cdf262ab1: Preparing [2021-04-17T13:59:14.976Z] 02e56110abd2: Preparing [2021-04-17T13:59:14.976Z] abc36efb885a: Preparing [2021-04-17T13:59:14.976Z] b0b09059f4e1: Preparing [2021-04-17T13:59:14.976Z] bb961f40224b: Preparing [2021-04-17T13:59:14.976Z] f4666769fca7: Preparing [2021-04-17T13:59:14.976Z] 02e56110abd2: Waiting [2021-04-17T13:59:14.976Z] abc36efb885a: Waiting [2021-04-17T13:59:14.976Z] b0b09059f4e1: Waiting [2021-04-17T13:59:14.976Z] bb961f40224b: Waiting [2021-04-17T13:59:14.976Z] f4666769fca7: Waiting [2021-04-17T13:59:14.976Z] 998cdf262ab1: Waiting [2021-04-17T13:59:14.976Z] cf8d55aad8df: Layer already exists [2021-04-17T13:59:14.976Z] 0754057c0ad3: Layer already exists [2021-04-17T13:59:14.976Z] 48dcba495c5a: Layer already exists [2021-04-17T13:59:14.976Z] ee615a6f8fe0: Layer already exists [2021-04-17T13:59:14.976Z] 0d7b2649b138: Layer already exists [2021-04-17T13:59:14.976Z] abc36efb885a: Layer already exists [2021-04-17T13:59:14.976Z] 998cdf262ab1: Layer already exists [2021-04-17T13:59:14.976Z] b0b09059f4e1: Layer already exists [2021-04-17T13:59:14.976Z] 02e56110abd2: Layer already exists [2021-04-17T13:59:14.976Z] bb961f40224b: Layer already exists [2021-04-17T13:59:14.976Z] f4666769fca7: Layer already exists [2021-04-17T13:59:15.239Z] master: digest: sha256:faf7ad676e4e444c05219bf062c756b8b403bb057f999116a77e5d44a26f9618 size: 2622 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-17T13:59:15.293Z] ===================================================== [Pipeline] echo [2021-04-17T13:59:15.306Z] taggedImages: [2021-04-17T13:59:15.306Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T13:59:15.306Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.174 [2021-04-17T13:59:15.306Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [2021-04-17T13:59:15.306Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-17T13:59:17.092Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-17T13:59:17.092Z] Running setup.py install for docopt: started [2021-04-17T13:59:17.092Z] ---> Running in acbeacff374e [2021-04-17T13:59:19.084Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-17T13:59:19.692Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-17T13:59:19.974Z] Running setup.py install for docopt: finished with status 'done' [2021-04-17T13:59:19.974Z] Attempting uninstall: idna [2021-04-17T13:59:19.974Z] Found existing installation: idna 2.9 [2021-04-17T13:59:19.974Z] Uninstalling idna-2.9: [2021-04-17T13:59:20.248Z] Successfully uninstalled idna-2.9 [2021-04-17T13:59:20.521Z] ---> 24fc460ce196 [2021-04-17T13:59:20.521Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-17T13:59:20.797Z] OK: 217 MiB in 51 packages [2021-04-17T13:59:20.797Z] ---> Running in 3b5c13d2c665 [2021-04-17T13:59:21.781Z] Attempting uninstall: urllib3 [2021-04-17T13:59:21.781Z] Found existing installation: urllib3 1.25.9 [2021-04-17T13:59:21.781Z] Uninstalling urllib3-1.25.9: [2021-04-17T13:59:21.781Z] Successfully uninstalled urllib3-1.25.9 [2021-04-17T13:59:22.779Z] Removing intermediate container acbeacff374e [2021-04-17T13:59:22.779Z] ---> 964eb09c754e [2021-04-17T13:59:22.779Z] Step 6/23 : COPY go.mod . [2021-04-17T13:59:22.779Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.174" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-17T13:59:22.779Z] Attempting uninstall: requests [2021-04-17T13:59:22.779Z] Found existing installation: requests 2.23.0 [2021-04-17T13:59:22.779Z] Uninstalling requests-2.23.0: [2021-04-17T13:59:22.779Z] Successfully uninstalled requests-2.23.0 [2021-04-17T13:59:23.778Z] ---> dd96aef54b6d [2021-04-17T13:59:23.778Z] Step 7/23 : RUN go mod download [2021-04-17T13:59:24.057Z] ---> Running in 80abe3b0caed [2021-04-17T13:59:25.520Z] Running setup.py install for PyYAML: started [2021-04-17T13:59:28.951Z] Removing intermediate container 80abe3b0caed [2021-04-17T13:59:28.951Z] ---> b828f150c581 [2021-04-17T13:59:28.951Z] Step 8/23 : COPY . . [2021-04-17T13:59:29.575Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-17T13:59:31.033Z] 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-04-17T13:59:49.450Z] ---> 592604447902 [2021-04-17T13:59:49.450Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-17T13:59:49.450Z] ---> Running in 23e578b78cc0 [2021-04-17T13:59:49.450Z] Removing intermediate container b27951f14515 [2021-04-17T13:59:49.450Z] ---> 46d1b85a3a14 [2021-04-17T13:59:49.450Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-17T13:59:49.450Z] ---> Running in fa7ab82c51cf [2021-04-17T13:59:49.450Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.174" -o cmd/core-data/core-data ./cmd/core-data [2021-04-17T13:59:49.450Z] Removing intermediate container fa7ab82c51cf [2021-04-17T13:59:49.450Z] ---> f3e1585b9177 [2021-04-17T13:59:49.450Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-17T13:59:49.450Z] ---> Running in 28948fa6fb77 [2021-04-17T13:59:50.462Z] Removing intermediate container 28948fa6fb77 [2021-04-17T13:59:50.462Z] ---> fc6b82d849c3 [2021-04-17T13:59:50.462Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-17T13:59:52.456Z] ---> 5e77f7a82912 [2021-04-17T13:59:52.456Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-17T13:59:53.439Z] ---> 1ba4558f2913 [2021-04-17T13:59:53.439Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-17T13:59:54.419Z] ---> f6750b78a884 [2021-04-17T13:59:54.419Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-17T13:59:54.698Z] ---> Running in 5f49b9d116e4 [2021-04-17T13:59:55.689Z] Removing intermediate container 5f49b9d116e4 [2021-04-17T13:59:55.689Z] ---> c7a74cdcedcb [2021-04-17T13:59:55.689Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-17T13:59:55.689Z] ---> Running in 9be117b12403 [2021-04-17T13:59:56.301Z] Removing intermediate container 9be117b12403 [2021-04-17T13:59:56.301Z] ---> b6a63b46053b [2021-04-17T13:59:56.301Z] Step 21/23 : LABEL arch=arm64 [2021-04-17T13:59:56.586Z] ---> Running in f9124aefbaf9 [2021-04-17T13:59:57.211Z] Removing intermediate container f9124aefbaf9 [2021-04-17T13:59:57.211Z] ---> b16c3f1684bd [2021-04-17T13:59:57.211Z] Step 22/23 : LABEL git_sha=1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T13:59:57.484Z] ---> Running in eec67152c75c [2021-04-17T13:59:58.227Z] Removing intermediate container eec67152c75c [2021-04-17T13:59:58.227Z] ---> 9cae781a000f [2021-04-17T13:59:58.227Z] Step 23/23 : LABEL version=2.0.0-dev.174 [2021-04-17T13:59:58.227Z] ---> Running in b554ebd83b1b [2021-04-17T13:59:58.850Z] Removing intermediate container b554ebd83b1b [2021-04-17T13:59:58.850Z] ---> a0315dfa2e74 [2021-04-17T13:59:58.850Z] [2021-04-17T13:59:59.461Z] Successfully built a0315dfa2e74 [2021-04-17T13:59:59.461Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-17T14:01:07.630Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 4c7fff786129 [2021-04-17T14:01:07.630Z] ---> 537f5f3a72e2 [2021-04-17T14:01:07.630Z] [2021-04-17T14:01:07.630Z] Step 10/22 : FROM alpine:3.12 [2021-04-17T14:01:07.630Z] ---> 9852663dfa18 [2021-04-17T14:01:07.630Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-17T14:01:07.630Z] ---> Using cache [2021-04-17T14:01:07.630Z] ---> bb92b2c4b9df [2021-04-17T14:01:07.630Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-17T14:01:07.630Z] ---> Using cache [2021-04-17T14:01:07.630Z] ---> 2358863e1727 [2021-04-17T14:01:07.630Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-17T14:01:07.630Z] ---> Running in f42267b1b44a [2021-04-17T14:01:07.630Z] Removing intermediate container f42267b1b44a [2021-04-17T14:01:07.630Z] ---> 57972f0270a0 [2021-04-17T14:01:07.630Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-17T14:01:07.630Z] ---> Running in 3133d389ac58 [2021-04-17T14:01:07.630Z] Removing intermediate container 3133d389ac58 [2021-04-17T14:01:07.630Z] ---> 0823ecc12b97 [2021-04-17T14:01:07.630Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-17T14:01:07.630Z] ---> a743c207f7a3 [2021-04-17T14:01:07.630Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-17T14:01:09.649Z] ---> 8d6fadfd885a [2021-04-17T14:01:09.649Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-17T14:01:11.149Z] ---> 6f81c6d6133f [2021-04-17T14:01:11.149Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-17T14:01:11.429Z] ---> Running in feb74bcfb8d2 [2021-04-17T14:01:12.034Z] Removing intermediate container feb74bcfb8d2 [2021-04-17T14:01:12.034Z] ---> 6c1f5b792459 [2021-04-17T14:01:12.034Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-17T14:01:12.684Z] ---> Running in dbcf1f923cd8 [2021-04-17T14:01:13.717Z] Removing intermediate container dbcf1f923cd8 [2021-04-17T14:01:13.717Z] ---> 43f087aebd8b [2021-04-17T14:01:13.717Z] Step 20/22 : LABEL arch=arm64 [2021-04-17T14:01:13.996Z] ---> Running in 0aec6c4ca849 [2021-04-17T14:01:15.456Z] Removing intermediate container 0aec6c4ca849 [2021-04-17T14:01:15.456Z] ---> e2a3bcd3ac58 [2021-04-17T14:01:15.456Z] Step 21/22 : LABEL git_sha=1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T14:01:15.736Z] ---> Running in ebca2eb870b2 [2021-04-17T14:01:16.732Z] Removing intermediate container ebca2eb870b2 [2021-04-17T14:01:16.732Z] ---> 6f5eb968e285 [2021-04-17T14:01:16.732Z] Step 22/22 : LABEL version=2.0.0-dev.174 [2021-04-17T14:01:17.339Z] ---> Running in e0a0a179adf4 [2021-04-17T14:01:18.328Z] Removing intermediate container e0a0a179adf4 [2021-04-17T14:01:18.328Z] ---> 861b5921ae48 [2021-04-17T14:01:18.328Z] [2021-04-17T14:01:18.605Z] Removing intermediate container 78dd939e8703 [2021-04-17T14:01:18.605Z] ---> 95e19a6887f9 [2021-04-17T14:01:18.605Z] [2021-04-17T14:01:18.605Z] Step 10/23 : FROM alpine:3.12 [2021-04-17T14:01:18.605Z] ---> 9852663dfa18 [2021-04-17T14:01:18.605Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-17T14:01:18.605Z] ---> Using cache [2021-04-17T14:01:18.605Z] ---> bb92b2c4b9df [2021-04-17T14:01:18.605Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-17T14:01:18.605Z] ---> Using cache [2021-04-17T14:01:18.605Z] ---> 2358863e1727 [2021-04-17T14:01:18.605Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-17T14:01:18.881Z] Removing intermediate container 3b5c13d2c665 [2021-04-17T14:01:18.881Z] ---> 271390109083 [2021-04-17T14:01:18.881Z] [2021-04-17T14:01:18.881Z] Step 10/22 : FROM alpine:3.12 [2021-04-17T14:01:18.881Z] ---> 9852663dfa18 [2021-04-17T14:01:18.881Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-17T14:01:19.159Z] ---> Running in e6b5966351aa [2021-04-17T14:01:19.159Z] Successfully built 861b5921ae48 [2021-04-17T14:01:19.159Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-17T14:01:19.159Z]  Building docker-support-scheduler-go ... done  ---> Running in 8d7dc907e84b [2021-04-17T14:01:19.754Z] Removing intermediate container e6b5966351aa [2021-04-17T14:01:19.754Z] ---> 37d86b723fc7 [2021-04-17T14:01:19.754Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-17T14:01:20.027Z] ---> Running in 05c8ef1eeb0b [2021-04-17T14:01:20.625Z] Removing intermediate container 05c8ef1eeb0b [2021-04-17T14:01:20.625Z] ---> 90c2fd18857a [2021-04-17T14:01:20.625Z] Step 15/23 : WORKDIR / [2021-04-17T14:01:20.895Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-17T14:01:20.895Z] ---> Running in a374882da61c [2021-04-17T14:01:20.895Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-17T14:01:21.493Z] Removing intermediate container a374882da61c [2021-04-17T14:01:21.493Z] ---> 8ed2ad411f9e [2021-04-17T14:01:21.493Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-17T14:01:21.493Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-17T14:01:21.493Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-17T14:01:21.493Z] Executing busybox-1.31.1-r20.trigger [2021-04-17T14:01:21.493Z] Executing ca-certificates-20191127-r4.trigger [2021-04-17T14:01:21.767Z] OK: 6 MiB in 16 packages [2021-04-17T14:01:22.744Z] ---> 76bf340eeec7 [2021-04-17T14:01:22.744Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-17T14:01:23.733Z] Removing intermediate container 8d7dc907e84b [2021-04-17T14:01:23.733Z] ---> 666b48509a3a [2021-04-17T14:01:23.733Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-17T14:01:24.006Z] ---> Running in f291fc973646 [2021-04-17T14:01:24.279Z] ---> 07a457f6acdf [2021-04-17T14:01:24.279Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-17T14:01:24.558Z] Removing intermediate container f291fc973646 [2021-04-17T14:01:24.558Z] ---> 192a0deee0c9 [2021-04-17T14:01:24.558Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-17T14:01:24.558Z] ---> Running in 4c1fb8a97952 [2021-04-17T14:01:25.158Z] ---> 15f03e915c06 [2021-04-17T14:01:25.158Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-17T14:01:25.158Z] ---> Running in 3e9de431e61f [2021-04-17T14:01:25.430Z] Removing intermediate container 4c1fb8a97952 [2021-04-17T14:01:25.430Z] ---> ea8d18cd4bb5 [2021-04-17T14:01:25.430Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-17T14:01:25.430Z] ---> Running in 03e271016ae4 [2021-04-17T14:01:25.708Z] Removing intermediate container 3e9de431e61f [2021-04-17T14:01:25.708Z] ---> c48bf815715a [2021-04-17T14:01:25.708Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-17T14:01:25.708Z] ---> Running in d9f373922624 [2021-04-17T14:01:26.304Z] Removing intermediate container 03e271016ae4 [2021-04-17T14:01:26.304Z] ---> 3ed6466999a7 [2021-04-17T14:01:26.304Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-17T14:01:26.304Z] Removing intermediate container d9f373922624 [2021-04-17T14:01:26.304Z] ---> 2b12cb14c8e2 [2021-04-17T14:01:26.304Z] Step 21/23 : LABEL arch=arm64 [2021-04-17T14:01:26.574Z] ---> Running in fe762e21daa6 [2021-04-17T14:01:27.546Z] Removing intermediate container fe762e21daa6 [2021-04-17T14:01:27.546Z] ---> 606a8cbd79a7 [2021-04-17T14:01:27.546Z] Step 22/23 : LABEL git_sha=1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T14:01:27.546Z] ---> e5370c7466c0 [2021-04-17T14:01:27.546Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-17T14:01:27.819Z] ---> Running in 77f8ce470de0 [2021-04-17T14:01:28.809Z] Removing intermediate container 77f8ce470de0 [2021-04-17T14:01:28.809Z] ---> 4e3cd6a998d3 [2021-04-17T14:01:28.809Z] Step 23/23 : LABEL version=2.0.0-dev.174 [2021-04-17T14:01:28.809Z] ---> 8859a5074159 [2021-04-17T14:01:28.809Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-17T14:01:29.094Z] ---> Running in cc8d73cd2aa4 [2021-04-17T14:01:29.689Z] Removing intermediate container cc8d73cd2aa4 [2021-04-17T14:01:29.689Z] ---> c1452186adc1 [2021-04-17T14:01:29.689Z] [2021-04-17T14:01:29.960Z] Successfully built c1452186adc1 [2021-04-17T14:01:29.960Z] ---> a56cf444d041 [2021-04-17T14:01:29.960Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-17T14:01:29.960Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-17T14:01:30.234Z]  Building docker-core-metadata-go ... done  ---> Running in 1a7f958d36d0 [2021-04-17T14:01:30.509Z] Removing intermediate container 1a7f958d36d0 [2021-04-17T14:01:30.509Z] ---> a09fa23f8a20 [2021-04-17T14:01:30.509Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-17T14:01:30.783Z] ---> Running in fb2969c46c3b [2021-04-17T14:01:31.059Z] Removing intermediate container fb2969c46c3b [2021-04-17T14:01:31.059Z] ---> 067663952121 [2021-04-17T14:01:31.059Z] Step 20/22 : LABEL arch=arm64 [2021-04-17T14:01:31.334Z] ---> Running in 4306059364ec [2021-04-17T14:01:31.930Z] Removing intermediate container 4306059364ec [2021-04-17T14:01:31.930Z] ---> eb2bd6680c68 [2021-04-17T14:01:31.930Z] Step 21/22 : LABEL git_sha=1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T14:01:32.201Z] ---> Running in 92c68ca31daa [2021-04-17T14:01:32.799Z] Removing intermediate container 92c68ca31daa [2021-04-17T14:01:32.799Z] ---> 67327e403db7 [2021-04-17T14:01:32.799Z] Step 22/22 : LABEL version=2.0.0-dev.174 [2021-04-17T14:01:32.799Z] ---> Running in b5ecf719b876 [2021-04-17T14:01:33.777Z] Removing intermediate container b5ecf719b876 [2021-04-17T14:01:33.777Z] ---> 5c404489ef88 [2021-04-17T14:01:33.777Z] [2021-04-17T14:01:34.050Z] Successfully built 5c404489ef88 [2021-04-17T14:01:34.050Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-17T14:01:35.483Z]  Building docker-support-notifications-go ... done Removing intermediate container 23e578b78cc0 [2021-04-17T14:01:35.483Z] ---> 57839bd0fbf8 [2021-04-17T14:01:35.483Z] [2021-04-17T14:01:35.483Z] Step 10/23 : FROM alpine:3.12 [2021-04-17T14:01:35.483Z] ---> 9852663dfa18 [2021-04-17T14:01:35.483Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-17T14:01:35.756Z] ---> Running in b5cceda19eac [2021-04-17T14:01:36.348Z] Removing intermediate container b5cceda19eac [2021-04-17T14:01:36.348Z] ---> 58cf31bbf3b5 [2021-04-17T14:01:36.348Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-17T14:01:36.348Z] ---> Running in 53cac0ae341b [2021-04-17T14:01:36.940Z] Removing intermediate container 53cac0ae341b [2021-04-17T14:01:36.940Z] ---> 289c05198a35 [2021-04-17T14:01:36.940Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-17T14:01:36.940Z] ---> Running in be6308bed148 [2021-04-17T14:01:37.215Z] Removing intermediate container be6308bed148 [2021-04-17T14:01:37.215Z] ---> 756cc7d24759 [2021-04-17T14:01:37.215Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-17T14:01:37.486Z] ---> Running in f2bef9fe02c4 [2021-04-17T14:01:39.459Z] Removing intermediate container f2bef9fe02c4 [2021-04-17T14:01:39.459Z] ---> b16a113e9402 [2021-04-17T14:01:39.459Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-17T14:01:39.731Z] ---> Running in a15cc63d44b0 [2021-04-17T14:01:40.711Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-17T14:01:41.679Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-17T14:01:42.268Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-17T14:01:42.268Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-17T14:01:42.537Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-17T14:01:42.537Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-17T14:01:42.810Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-17T14:01:42.811Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-17T14:01:42.811Z] Executing busybox-1.31.1-r20.trigger [2021-04-17T14:01:42.811Z] OK: 8 MiB in 20 packages [2021-04-17T14:01:44.242Z] Removing intermediate container a15cc63d44b0 [2021-04-17T14:01:44.242Z] ---> 1693471aa18e [2021-04-17T14:01:44.242Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-17T14:01:44.837Z] ---> e63b6dcc9ce0 [2021-04-17T14:01:44.837Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-17T14:01:46.263Z] ---> 35d4c8906f50 [2021-04-17T14:01:46.263Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-17T14:01:47.239Z] ---> 7168172b7062 [2021-04-17T14:01:47.239Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-17T14:01:47.239Z] ---> Running in 91f0132b298a [2021-04-17T14:01:47.512Z] Removing intermediate container 91f0132b298a [2021-04-17T14:01:47.512Z] ---> c17f2232b18c [2021-04-17T14:01:47.512Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-17T14:01:47.785Z] ---> Running in 94b5bc4bfb99 [2021-04-17T14:01:48.379Z] Removing intermediate container 94b5bc4bfb99 [2021-04-17T14:01:48.379Z] ---> c84e3549d852 [2021-04-17T14:01:48.379Z] Step 21/23 : LABEL arch=arm64 [2021-04-17T14:01:48.379Z] ---> Running in 4ac39c2e1db0 [2021-04-17T14:01:48.975Z] Removing intermediate container 4ac39c2e1db0 [2021-04-17T14:01:48.975Z] ---> af1345624727 [2021-04-17T14:01:48.975Z] Step 22/23 : LABEL git_sha=1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T14:01:48.975Z] ---> Running in 2481b923b86e [2021-04-17T14:01:49.568Z] Removing intermediate container 2481b923b86e [2021-04-17T14:01:49.568Z] ---> b195b8cf72cd [2021-04-17T14:01:49.568Z] Step 23/23 : LABEL version=2.0.0-dev.174 [2021-04-17T14:01:49.568Z] ---> Running in 1a24c32b78f1 [2021-04-17T14:01:50.158Z] Removing intermediate container 1a24c32b78f1 [2021-04-17T14:01:50.158Z] ---> 668fecc533e5 [2021-04-17T14:01:50.158Z] [2021-04-17T14:01:50.429Z] Successfully built 668fecc533e5 [2021-04-17T14:01:50.429Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-17T14:01:50.713Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-04-17T14:01:50.725Z] $ docker stop --time=1 8342f59ec9490d2d04bafc7c46469be838bf983aa41040fed0cbb8fa330fffbe [2021-04-17T14:01:52.687Z] $ docker rm -f 8342f59ec9490d2d04bafc7c46469be838bf983aa41040fed0cbb8fa330fffbe [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-17T14:01:53.303Z] + grep docker [2021-04-17T14:01:53.303Z] + docker images [2021-04-17T14:01:53.579Z] docker-core-data-go-arm64 latest 668fecc533e5 4 seconds ago 21.6MB [2021-04-17T14:01:53.579Z] docker-support-notifications-go-arm64 latest 5c404489ef88 20 seconds ago 17.1MB [2021-04-17T14:01:53.579Z] docker-core-metadata-go-arm64 latest c1452186adc1 24 seconds ago 18.1MB [2021-04-17T14:01:53.579Z] docker-support-scheduler-go-arm64 latest 861b5921ae48 36 seconds ago 16.6MB [2021-04-17T14:01:53.580Z] docker-sys-mgmt-agent-go-arm64 latest a0315dfa2e74 About a minute ago 299MB [2021-04-17T14:01:53.580Z] docker-security-bootstrapper-go-arm64 latest c4cebc0185c0 3 minutes ago 18.1MB [2021-04-17T14:01:53.580Z] docker-core-command-go-arm64 latest aa6d796d821c 3 minutes ago 16.5MB [2021-04-17T14:01:53.580Z] docker-security-secretstore-setup-go-arm64 latest 16e07b584924 3 minutes ago 24.9MB [2021-04-17T14:01:53.580Z] docker-security-proxy-setup-go-arm64 latest a530450a3df0 3 minutes ago 24.6MB [2021-04-17T14:01:53.580Z] docker 20.10.0 eeaf43b92773 4 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-04-17T14:01:53.766Z] provisioning config files... [2021-04-17T14:01:53.808Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/442@tmp/config6313484921572248012tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-17T14:01:54.200Z] ---> docker-login.sh [2021-04-17T14:01:54.200Z] nexus3.edgexfoundry.org:10001 [2021-04-17T14:01:54.479Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-17T14:01:54.756Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-17T14:01:54.756Z] Configure a credential helper to remove this warning. See [2021-04-17T14:01:54.756Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-17T14:01:54.756Z] [2021-04-17T14:01:54.756Z] Login Succeeded [2021-04-17T14:01:54.756Z] nexus3.edgexfoundry.org:10002 [2021-04-17T14:01:55.040Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-17T14:01:55.323Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-17T14:01:55.324Z] Configure a credential helper to remove this warning. See [2021-04-17T14:01:55.324Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-17T14:01:55.324Z] [2021-04-17T14:01:55.324Z] Login Succeeded [2021-04-17T14:01:55.324Z] nexus3.edgexfoundry.org:10003 [2021-04-17T14:01:55.916Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-17T14:01:55.916Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-17T14:01:55.916Z] Configure a credential helper to remove this warning. See [2021-04-17T14:01:55.916Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-17T14:01:55.916Z] [2021-04-17T14:01:55.916Z] Login Succeeded [2021-04-17T14:01:55.916Z] nexus3.edgexfoundry.org:10004 [2021-04-17T14:01:56.507Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-17T14:01:56.507Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-17T14:01:56.507Z] Configure a credential helper to remove this warning. See [2021-04-17T14:01:56.507Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-17T14:01:56.507Z] [2021-04-17T14:01:56.507Z] Login Succeeded [2021-04-17T14:01:56.507Z] docker.io [2021-04-17T14:01:57.097Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-17T14:01:57.367Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-17T14:01:57.367Z] Configure a credential helper to remove this warning. See [2021-04-17T14:01:57.367Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-17T14:01:57.367Z] [2021-04-17T14:01:57.367Z] Login Succeeded [2021-04-17T14:01:57.367Z] ---> docker-login.sh ends [Pipeline] } [2021-04-17T14:01:57.382Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-17T14:01:57.450Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-04-17T14:01:57.450Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T14:01:57.450Z] 2.0.0-dev.174 [2021-04-17T14:01:57.450Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [2021-04-17T14:01:57.450Z] master [2021-04-17T14:01:57.450Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:01:57.821Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:01:58.373Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T14:01:58.373Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-04-17T14:01:58.373Z] 7a2a96a624f6: Preparing [2021-04-17T14:01:58.373Z] 2b468f8b2472: Preparing [2021-04-17T14:01:58.373Z] b15e5a63df20: Preparing [2021-04-17T14:01:58.373Z] f7f25f4e1daa: Preparing [2021-04-17T14:01:58.373Z] 3fbe34a1663b: Preparing [2021-04-17T14:01:58.373Z] 3fbe34a1663b: Layer already exists [2021-04-17T14:01:58.652Z] b15e5a63df20: Pushed [2021-04-17T14:01:58.652Z] 7a2a96a624f6: Pushed [2021-04-17T14:01:58.652Z] f7f25f4e1daa: Pushed [2021-04-17T14:02:01.257Z] 2b468f8b2472: Pushed [2021-04-17T14:02:01.527Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc: digest: sha256:ef2d56d7bdc659131d73994d5f47735f39b2a7fac4fd572f91da0837340b8c3e size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:01.868Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.174 [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:02.203Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.174 [2021-04-17T14:02:02.203Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-04-17T14:02:02.203Z] 7a2a96a624f6: Preparing [2021-04-17T14:02:02.203Z] 2b468f8b2472: Preparing [2021-04-17T14:02:02.203Z] b15e5a63df20: Preparing [2021-04-17T14:02:02.203Z] f7f25f4e1daa: Preparing [2021-04-17T14:02:02.203Z] 3fbe34a1663b: Preparing [2021-04-17T14:02:02.474Z] 7a2a96a624f6: Layer already exists [2021-04-17T14:02:02.474Z] 3fbe34a1663b: Layer already exists [2021-04-17T14:02:02.474Z] b15e5a63df20: Layer already exists [2021-04-17T14:02:02.474Z] 2b468f8b2472: Layer already exists [2021-04-17T14:02:02.474Z] f7f25f4e1daa: Layer already exists [2021-04-17T14:02:02.474Z] 2.0.0-dev.174: digest: sha256:ef2d56d7bdc659131d73994d5f47735f39b2a7fac4fd572f91da0837340b8c3e size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:02.811Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:03.144Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [2021-04-17T14:02:03.144Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-04-17T14:02:03.144Z] 7a2a96a624f6: Preparing [2021-04-17T14:02:03.144Z] 2b468f8b2472: Preparing [2021-04-17T14:02:03.144Z] b15e5a63df20: Preparing [2021-04-17T14:02:03.144Z] f7f25f4e1daa: Preparing [2021-04-17T14:02:03.144Z] 3fbe34a1663b: Preparing [2021-04-17T14:02:03.416Z] 3fbe34a1663b: Layer already exists [2021-04-17T14:02:03.416Z] f7f25f4e1daa: Layer already exists [2021-04-17T14:02:03.416Z] b15e5a63df20: Layer already exists [2021-04-17T14:02:03.416Z] 7a2a96a624f6: Layer already exists [2021-04-17T14:02:03.416Z] 2b468f8b2472: Layer already exists [2021-04-17T14:02:03.416Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174: digest: sha256:ef2d56d7bdc659131d73994d5f47735f39b2a7fac4fd572f91da0837340b8c3e size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:03.756Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:04.090Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-04-17T14:02:04.090Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-04-17T14:02:04.090Z] 7a2a96a624f6: Preparing [2021-04-17T14:02:04.090Z] 2b468f8b2472: Preparing [2021-04-17T14:02:04.090Z] b15e5a63df20: Preparing [2021-04-17T14:02:04.090Z] f7f25f4e1daa: Preparing [2021-04-17T14:02:04.090Z] 3fbe34a1663b: Preparing [2021-04-17T14:02:04.361Z] 2b468f8b2472: Layer already exists [2021-04-17T14:02:04.361Z] 7a2a96a624f6: Layer already exists [2021-04-17T14:02:04.361Z] b15e5a63df20: Layer already exists [2021-04-17T14:02:04.361Z] f7f25f4e1daa: Layer already exists [2021-04-17T14:02:04.361Z] 3fbe34a1663b: Layer already exists [2021-04-17T14:02:04.361Z] master: digest: sha256:ef2d56d7bdc659131d73994d5f47735f39b2a7fac4fd572f91da0837340b8c3e size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-17T14:02:04.417Z] ===================================================== [Pipeline] echo [2021-04-17T14:02:04.432Z] taggedImages: [2021-04-17T14:02:04.432Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T14:02:04.432Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.174 [2021-04-17T14:02:04.432Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [2021-04-17T14:02:04.432Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-04-17T14:02:04.461Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-04-17T14:02:04.461Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T14:02:04.461Z] 2.0.0-dev.174 [2021-04-17T14:02:04.461Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [2021-04-17T14:02:04.461Z] master [2021-04-17T14:02:04.461Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:04.829Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:05.159Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T14:02:05.159Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-04-17T14:02:05.159Z] 886a4dde3777: Preparing [2021-04-17T14:02:05.159Z] 2fe362d7450d: Preparing [2021-04-17T14:02:05.159Z] b15e5a63df20: Preparing [2021-04-17T14:02:05.159Z] f5b79cd5b969: Preparing [2021-04-17T14:02:05.159Z] 5f83ad326ead: Preparing [2021-04-17T14:02:05.159Z] 3fbe34a1663b: Preparing [2021-04-17T14:02:05.159Z] 3fbe34a1663b: Waiting [2021-04-17T14:02:05.431Z] b15e5a63df20: Layer already exists [2021-04-17T14:02:05.431Z] 3fbe34a1663b: Layer already exists [2021-04-17T14:02:05.431Z] 886a4dde3777: Pushed [2021-04-17T14:02:05.431Z] 5f83ad326ead: Pushed [2021-04-17T14:02:06.022Z] f5b79cd5b969: Pushed [2021-04-17T14:02:08.621Z] 2fe362d7450d: Pushed [2021-04-17T14:02:08.621Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc: digest: sha256:58417acf36d629d5a734a761cc070fc8fe8ab4627e795f2acccf3db92a51f935 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:08.958Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.174 [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:09.291Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.174 [2021-04-17T14:02:09.291Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-04-17T14:02:09.291Z] 886a4dde3777: Preparing [2021-04-17T14:02:09.291Z] 2fe362d7450d: Preparing [2021-04-17T14:02:09.291Z] b15e5a63df20: Preparing [2021-04-17T14:02:09.291Z] f5b79cd5b969: Preparing [2021-04-17T14:02:09.291Z] 5f83ad326ead: Preparing [2021-04-17T14:02:09.291Z] 3fbe34a1663b: Preparing [2021-04-17T14:02:09.291Z] 3fbe34a1663b: Waiting [2021-04-17T14:02:09.561Z] f5b79cd5b969: Layer already exists [2021-04-17T14:02:09.561Z] b15e5a63df20: Layer already exists [2021-04-17T14:02:09.561Z] 886a4dde3777: Layer already exists [2021-04-17T14:02:09.561Z] 2fe362d7450d: Layer already exists [2021-04-17T14:02:09.561Z] 3fbe34a1663b: Layer already exists [2021-04-17T14:02:10.526Z] 5f83ad326ead: Layer already exists [2021-04-17T14:02:10.526Z] 2.0.0-dev.174: digest: sha256:58417acf36d629d5a734a761cc070fc8fe8ab4627e795f2acccf3db92a51f935 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:10.861Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:11.197Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [2021-04-17T14:02:11.197Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-04-17T14:02:11.197Z] 886a4dde3777: Preparing [2021-04-17T14:02:11.197Z] 2fe362d7450d: Preparing [2021-04-17T14:02:11.197Z] b15e5a63df20: Preparing [2021-04-17T14:02:11.197Z] f5b79cd5b969: Preparing [2021-04-17T14:02:11.197Z] 5f83ad326ead: Preparing [2021-04-17T14:02:11.197Z] 3fbe34a1663b: Preparing [2021-04-17T14:02:11.197Z] 3fbe34a1663b: Waiting [2021-04-17T14:02:11.470Z] f5b79cd5b969: Layer already exists [2021-04-17T14:02:11.471Z] 5f83ad326ead: Layer already exists [2021-04-17T14:02:11.471Z] 2fe362d7450d: Layer already exists [2021-04-17T14:02:11.471Z] b15e5a63df20: Layer already exists [2021-04-17T14:02:11.471Z] 3fbe34a1663b: Layer already exists [2021-04-17T14:02:11.471Z] 886a4dde3777: Layer already exists [2021-04-17T14:02:11.471Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174: digest: sha256:58417acf36d629d5a734a761cc070fc8fe8ab4627e795f2acccf3db92a51f935 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:11.809Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:12.146Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-04-17T14:02:12.146Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-04-17T14:02:12.146Z] 886a4dde3777: Preparing [2021-04-17T14:02:12.146Z] 2fe362d7450d: Preparing [2021-04-17T14:02:12.146Z] b15e5a63df20: Preparing [2021-04-17T14:02:12.146Z] f5b79cd5b969: Preparing [2021-04-17T14:02:12.146Z] 5f83ad326ead: Preparing [2021-04-17T14:02:12.146Z] 3fbe34a1663b: Preparing [2021-04-17T14:02:12.146Z] 3fbe34a1663b: Waiting [2021-04-17T14:02:12.420Z] 2fe362d7450d: Layer already exists [2021-04-17T14:02:12.420Z] 5f83ad326ead: Layer already exists [2021-04-17T14:02:12.420Z] b15e5a63df20: Layer already exists [2021-04-17T14:02:12.420Z] 886a4dde3777: Layer already exists [2021-04-17T14:02:12.420Z] f5b79cd5b969: Layer already exists [2021-04-17T14:02:12.420Z] 3fbe34a1663b: Layer already exists [2021-04-17T14:02:12.420Z] master: digest: sha256:58417acf36d629d5a734a761cc070fc8fe8ab4627e795f2acccf3db92a51f935 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-17T14:02:12.478Z] ===================================================== [Pipeline] echo [2021-04-17T14:02:12.492Z] taggedImages: [2021-04-17T14:02:12.492Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T14:02:12.492Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.174 [2021-04-17T14:02:12.492Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [2021-04-17T14:02:12.492Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-04-17T14:02:12.522Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-04-17T14:02:12.522Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T14:02:12.522Z] 2.0.0-dev.174 [2021-04-17T14:02:12.522Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [2021-04-17T14:02:12.522Z] master [2021-04-17T14:02:12.522Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:12.889Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:13.224Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T14:02:13.225Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-04-17T14:02:13.225Z] 1cdbafdc6987: Preparing [2021-04-17T14:02:13.225Z] 2e2d6080a9c1: Preparing [2021-04-17T14:02:13.225Z] b15e5a63df20: Preparing [2021-04-17T14:02:13.225Z] f7f25f4e1daa: Preparing [2021-04-17T14:02:13.225Z] 3fbe34a1663b: Preparing [2021-04-17T14:02:13.500Z] 3fbe34a1663b: Layer already exists [2021-04-17T14:02:13.500Z] f7f25f4e1daa: Layer already exists [2021-04-17T14:02:13.500Z] b15e5a63df20: Layer already exists [2021-04-17T14:02:13.500Z] 1cdbafdc6987: Pushed [2021-04-17T14:02:16.866Z] 2e2d6080a9c1: Pushed [2021-04-17T14:02:16.866Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc: digest: sha256:f9b5ab4a0f099ee82a4fbe1f0da20ac91ada02969f7862abc03bce6848fd36ff size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:17.207Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.174 [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:17.537Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.174 [2021-04-17T14:02:17.537Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-04-17T14:02:17.537Z] 1cdbafdc6987: Preparing [2021-04-17T14:02:17.537Z] 2e2d6080a9c1: Preparing [2021-04-17T14:02:17.537Z] b15e5a63df20: Preparing [2021-04-17T14:02:17.537Z] f7f25f4e1daa: Preparing [2021-04-17T14:02:17.537Z] 3fbe34a1663b: Preparing [2021-04-17T14:02:17.807Z] 2e2d6080a9c1: Layer already exists [2021-04-17T14:02:17.807Z] 3fbe34a1663b: Layer already exists [2021-04-17T14:02:17.807Z] b15e5a63df20: Layer already exists [2021-04-17T14:02:17.807Z] 1cdbafdc6987: Layer already exists [2021-04-17T14:02:17.807Z] f7f25f4e1daa: Layer already exists [2021-04-17T14:02:17.807Z] 2.0.0-dev.174: digest: sha256:f9b5ab4a0f099ee82a4fbe1f0da20ac91ada02969f7862abc03bce6848fd36ff size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:18.146Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:18.483Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [2021-04-17T14:02:18.483Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-04-17T14:02:18.483Z] 1cdbafdc6987: Preparing [2021-04-17T14:02:18.483Z] 2e2d6080a9c1: Preparing [2021-04-17T14:02:18.483Z] b15e5a63df20: Preparing [2021-04-17T14:02:18.483Z] f7f25f4e1daa: Preparing [2021-04-17T14:02:18.483Z] 3fbe34a1663b: Preparing [2021-04-17T14:02:18.483Z] 2e2d6080a9c1: Layer already exists [2021-04-17T14:02:18.483Z] 3fbe34a1663b: Layer already exists [2021-04-17T14:02:18.483Z] f7f25f4e1daa: Layer already exists [2021-04-17T14:02:18.483Z] 1cdbafdc6987: Layer already exists [2021-04-17T14:02:18.483Z] b15e5a63df20: Layer already exists [2021-04-17T14:02:18.756Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174: digest: sha256:f9b5ab4a0f099ee82a4fbe1f0da20ac91ada02969f7862abc03bce6848fd36ff size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:19.102Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:19.457Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-04-17T14:02:19.457Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-04-17T14:02:19.457Z] 1cdbafdc6987: Preparing [2021-04-17T14:02:19.457Z] 2e2d6080a9c1: Preparing [2021-04-17T14:02:19.457Z] b15e5a63df20: Preparing [2021-04-17T14:02:19.457Z] f7f25f4e1daa: Preparing [2021-04-17T14:02:19.457Z] 3fbe34a1663b: Preparing [2021-04-17T14:02:19.730Z] b15e5a63df20: Layer already exists [2021-04-17T14:02:19.730Z] 1cdbafdc6987: Layer already exists [2021-04-17T14:02:19.730Z] 2e2d6080a9c1: Layer already exists [2021-04-17T14:02:19.730Z] 3fbe34a1663b: Layer already exists [2021-04-17T14:02:19.730Z] f7f25f4e1daa: Layer already exists [2021-04-17T14:02:19.730Z] master: digest: sha256:f9b5ab4a0f099ee82a4fbe1f0da20ac91ada02969f7862abc03bce6848fd36ff size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-17T14:02:19.786Z] ===================================================== [Pipeline] echo [2021-04-17T14:02:19.799Z] taggedImages: [2021-04-17T14:02:19.799Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T14:02:19.799Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.174 [2021-04-17T14:02:19.799Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [2021-04-17T14:02:19.799Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-04-17T14:02:19.829Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-04-17T14:02:19.829Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T14:02:19.829Z] 2.0.0-dev.174 [2021-04-17T14:02:19.829Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [2021-04-17T14:02:19.829Z] master [2021-04-17T14:02:19.829Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:20.199Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:20.536Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T14:02:20.536Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-04-17T14:02:20.536Z] 6cf5beac277a: Preparing [2021-04-17T14:02:20.536Z] 6cf5beac277a: Preparing [2021-04-17T14:02:20.536Z] c9979c9b5a69: Preparing [2021-04-17T14:02:20.536Z] ef4795461cef: Preparing [2021-04-17T14:02:20.536Z] b79500901f30: Preparing [2021-04-17T14:02:20.536Z] b524ec35568d: Preparing [2021-04-17T14:02:20.536Z] b15e5a63df20: Preparing [2021-04-17T14:02:20.536Z] 9aa58a5712c7: Preparing [2021-04-17T14:02:20.536Z] 9aa58a5712c7: Preparing [2021-04-17T14:02:20.536Z] c296a21350cb: Preparing [2021-04-17T14:02:20.536Z] 0565e1f80899: Preparing [2021-04-17T14:02:20.536Z] 3fbe34a1663b: Preparing [2021-04-17T14:02:20.536Z] 9aa58a5712c7: Waiting [2021-04-17T14:02:20.536Z] c296a21350cb: Waiting [2021-04-17T14:02:20.536Z] 0565e1f80899: Waiting [2021-04-17T14:02:20.536Z] 3fbe34a1663b: Waiting [2021-04-17T14:02:20.536Z] b15e5a63df20: Waiting [2021-04-17T14:02:20.810Z] c9979c9b5a69: Pushed [2021-04-17T14:02:20.810Z] b79500901f30: Pushed [2021-04-17T14:02:20.810Z] 6cf5beac277a: Pushed [2021-04-17T14:02:20.810Z] ef4795461cef: Pushed [2021-04-17T14:02:21.079Z] b15e5a63df20: Layer already exists [2021-04-17T14:02:21.079Z] 3fbe34a1663b: Layer already exists [2021-04-17T14:02:21.079Z] 9aa58a5712c7: Pushed [2021-04-17T14:02:21.079Z] c296a21350cb: Pushed [2021-04-17T14:02:21.079Z] 0565e1f80899: Pushed [2021-04-17T14:02:24.448Z] b524ec35568d: Pushed [2021-04-17T14:02:24.448Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc: digest: sha256:887d39f872bf5b052aec3f6df47be16cadd5ff98835f4c6feb370a4fc4310cc6 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:24.794Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.174 [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:25.126Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.174 [2021-04-17T14:02:25.126Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-04-17T14:02:25.126Z] 6cf5beac277a: Preparing [2021-04-17T14:02:25.126Z] 6cf5beac277a: Preparing [2021-04-17T14:02:25.126Z] c9979c9b5a69: Preparing [2021-04-17T14:02:25.126Z] ef4795461cef: Preparing [2021-04-17T14:02:25.126Z] b79500901f30: Preparing [2021-04-17T14:02:25.126Z] b524ec35568d: Preparing [2021-04-17T14:02:25.126Z] b15e5a63df20: Preparing [2021-04-17T14:02:25.126Z] 9aa58a5712c7: Preparing [2021-04-17T14:02:25.126Z] 9aa58a5712c7: Preparing [2021-04-17T14:02:25.126Z] c296a21350cb: Preparing [2021-04-17T14:02:25.126Z] 0565e1f80899: Preparing [2021-04-17T14:02:25.126Z] 3fbe34a1663b: Preparing [2021-04-17T14:02:25.126Z] c296a21350cb: Waiting [2021-04-17T14:02:25.126Z] b15e5a63df20: Waiting [2021-04-17T14:02:25.126Z] 0565e1f80899: Waiting [2021-04-17T14:02:25.126Z] 3fbe34a1663b: Waiting [2021-04-17T14:02:25.126Z] 9aa58a5712c7: Waiting [2021-04-17T14:02:25.395Z] c9979c9b5a69: Layer already exists [2021-04-17T14:02:25.395Z] b79500901f30: Layer already exists [2021-04-17T14:02:25.395Z] ef4795461cef: Layer already exists [2021-04-17T14:02:25.395Z] 6cf5beac277a: Layer already exists [2021-04-17T14:02:25.395Z] b524ec35568d: Layer already exists [2021-04-17T14:02:25.395Z] c296a21350cb: Layer already exists [2021-04-17T14:02:25.395Z] 3fbe34a1663b: Layer already exists [2021-04-17T14:02:25.395Z] 9aa58a5712c7: Layer already exists [2021-04-17T14:02:25.395Z] b15e5a63df20: Layer already exists [2021-04-17T14:02:25.395Z] 0565e1f80899: Layer already exists [2021-04-17T14:02:25.395Z] 2.0.0-dev.174: digest: sha256:887d39f872bf5b052aec3f6df47be16cadd5ff98835f4c6feb370a4fc4310cc6 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:25.728Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:26.058Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [2021-04-17T14:02:26.058Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-04-17T14:02:26.058Z] 6cf5beac277a: Preparing [2021-04-17T14:02:26.058Z] 6cf5beac277a: Preparing [2021-04-17T14:02:26.058Z] c9979c9b5a69: Preparing [2021-04-17T14:02:26.058Z] ef4795461cef: Preparing [2021-04-17T14:02:26.058Z] b79500901f30: Preparing [2021-04-17T14:02:26.058Z] b524ec35568d: Preparing [2021-04-17T14:02:26.058Z] b15e5a63df20: Preparing [2021-04-17T14:02:26.058Z] 9aa58a5712c7: Preparing [2021-04-17T14:02:26.058Z] 9aa58a5712c7: Preparing [2021-04-17T14:02:26.058Z] c296a21350cb: Preparing [2021-04-17T14:02:26.058Z] 0565e1f80899: Preparing [2021-04-17T14:02:26.058Z] 3fbe34a1663b: Preparing [2021-04-17T14:02:26.058Z] c296a21350cb: Waiting [2021-04-17T14:02:26.058Z] 0565e1f80899: Waiting [2021-04-17T14:02:26.058Z] 3fbe34a1663b: Waiting [2021-04-17T14:02:26.058Z] b15e5a63df20: Waiting [2021-04-17T14:02:26.058Z] 9aa58a5712c7: Waiting [2021-04-17T14:02:26.058Z] c9979c9b5a69: Layer already exists [2021-04-17T14:02:26.058Z] b524ec35568d: Layer already exists [2021-04-17T14:02:26.058Z] b79500901f30: Layer already exists [2021-04-17T14:02:26.058Z] 6cf5beac277a: Layer already exists [2021-04-17T14:02:26.058Z] ef4795461cef: Layer already exists [2021-04-17T14:02:26.058Z] b15e5a63df20: Layer already exists [2021-04-17T14:02:26.058Z] 9aa58a5712c7: Layer already exists [2021-04-17T14:02:26.058Z] c296a21350cb: Layer already exists [2021-04-17T14:02:26.329Z] 0565e1f80899: Layer already exists [2021-04-17T14:02:26.329Z] 3fbe34a1663b: Layer already exists [2021-04-17T14:02:26.329Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174: digest: sha256:887d39f872bf5b052aec3f6df47be16cadd5ff98835f4c6feb370a4fc4310cc6 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:26.663Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:26.992Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-04-17T14:02:26.992Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-04-17T14:02:26.992Z] 6cf5beac277a: Preparing [2021-04-17T14:02:26.992Z] 6cf5beac277a: Preparing [2021-04-17T14:02:26.992Z] c9979c9b5a69: Preparing [2021-04-17T14:02:26.992Z] ef4795461cef: Preparing [2021-04-17T14:02:26.992Z] b79500901f30: Preparing [2021-04-17T14:02:26.992Z] b524ec35568d: Preparing [2021-04-17T14:02:26.992Z] b15e5a63df20: Preparing [2021-04-17T14:02:26.992Z] 9aa58a5712c7: Preparing [2021-04-17T14:02:26.992Z] 9aa58a5712c7: Preparing [2021-04-17T14:02:26.992Z] c296a21350cb: Preparing [2021-04-17T14:02:26.992Z] 0565e1f80899: Preparing [2021-04-17T14:02:26.992Z] 3fbe34a1663b: Preparing [2021-04-17T14:02:26.992Z] b15e5a63df20: Waiting [2021-04-17T14:02:26.992Z] 9aa58a5712c7: Waiting [2021-04-17T14:02:26.992Z] 3fbe34a1663b: Waiting [2021-04-17T14:02:26.992Z] 0565e1f80899: Waiting [2021-04-17T14:02:26.992Z] c296a21350cb: Waiting [2021-04-17T14:02:26.992Z] b524ec35568d: Layer already exists [2021-04-17T14:02:26.992Z] 6cf5beac277a: Layer already exists [2021-04-17T14:02:26.992Z] ef4795461cef: Layer already exists [2021-04-17T14:02:26.992Z] b79500901f30: Layer already exists [2021-04-17T14:02:26.992Z] c9979c9b5a69: Layer already exists [2021-04-17T14:02:26.992Z] 9aa58a5712c7: Layer already exists [2021-04-17T14:02:26.992Z] b15e5a63df20: Layer already exists [2021-04-17T14:02:26.992Z] c296a21350cb: Layer already exists [2021-04-17T14:02:27.266Z] 0565e1f80899: Layer already exists [2021-04-17T14:02:27.266Z] 3fbe34a1663b: Layer already exists [2021-04-17T14:02:27.266Z] master: digest: sha256:887d39f872bf5b052aec3f6df47be16cadd5ff98835f4c6feb370a4fc4310cc6 size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-17T14:02:27.324Z] ===================================================== [Pipeline] echo [2021-04-17T14:02:27.338Z] taggedImages: [2021-04-17T14:02:27.338Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T14:02:27.338Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.174 [2021-04-17T14:02:27.338Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [2021-04-17T14:02:27.338Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-04-17T14:02:27.367Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-04-17T14:02:27.367Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T14:02:27.367Z] 2.0.0-dev.174 [2021-04-17T14:02:27.367Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [2021-04-17T14:02:27.367Z] master [2021-04-17T14:02:27.367Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:27.733Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:28.069Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T14:02:28.070Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-04-17T14:02:28.070Z] 5ed15ad3f0b1: Preparing [2021-04-17T14:02:28.070Z] 221755719624: Preparing [2021-04-17T14:02:28.070Z] f6e6ea48380e: Preparing [2021-04-17T14:02:28.070Z] 9d94c4ffd193: Preparing [2021-04-17T14:02:28.070Z] c548add232f6: Preparing [2021-04-17T14:02:28.070Z] 3fbe34a1663b: Preparing [2021-04-17T14:02:28.070Z] 3fbe34a1663b: Waiting [2021-04-17T14:02:28.345Z] f6e6ea48380e: Pushed [2021-04-17T14:02:28.345Z] 9d94c4ffd193: Pushed [2021-04-17T14:02:28.345Z] 3fbe34a1663b: Layer already exists [2021-04-17T14:02:28.974Z] c548add232f6: Pushed [2021-04-17T14:02:31.011Z] 221755719624: Pushed [2021-04-17T14:02:31.011Z] 5ed15ad3f0b1: Pushed [2021-04-17T14:02:31.011Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc: digest: sha256:4f04fcb2d63bab02e5e58d9448241c2d3a61236cbd668be505722863e92b7e1a size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:31.352Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.174 [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:31.691Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.174 [2021-04-17T14:02:31.692Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-04-17T14:02:31.692Z] 5ed15ad3f0b1: Preparing [2021-04-17T14:02:31.692Z] 221755719624: Preparing [2021-04-17T14:02:31.692Z] f6e6ea48380e: Preparing [2021-04-17T14:02:31.692Z] 9d94c4ffd193: Preparing [2021-04-17T14:02:31.692Z] c548add232f6: Preparing [2021-04-17T14:02:31.692Z] 3fbe34a1663b: Preparing [2021-04-17T14:02:31.692Z] 9d94c4ffd193: Layer already exists [2021-04-17T14:02:31.692Z] f6e6ea48380e: Layer already exists [2021-04-17T14:02:31.692Z] 221755719624: Layer already exists [2021-04-17T14:02:31.692Z] 5ed15ad3f0b1: Layer already exists [2021-04-17T14:02:31.692Z] c548add232f6: Layer already exists [2021-04-17T14:02:31.964Z] 3fbe34a1663b: Layer already exists [2021-04-17T14:02:31.964Z] 2.0.0-dev.174: digest: sha256:4f04fcb2d63bab02e5e58d9448241c2d3a61236cbd668be505722863e92b7e1a size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:32.299Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:32.633Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [2021-04-17T14:02:32.633Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-04-17T14:02:32.633Z] 5ed15ad3f0b1: Preparing [2021-04-17T14:02:32.633Z] 221755719624: Preparing [2021-04-17T14:02:32.633Z] f6e6ea48380e: Preparing [2021-04-17T14:02:32.633Z] 9d94c4ffd193: Preparing [2021-04-17T14:02:32.633Z] c548add232f6: Preparing [2021-04-17T14:02:32.633Z] 3fbe34a1663b: Preparing [2021-04-17T14:02:32.633Z] 3fbe34a1663b: Waiting [2021-04-17T14:02:32.633Z] 5ed15ad3f0b1: Layer already exists [2021-04-17T14:02:32.633Z] 221755719624: Layer already exists [2021-04-17T14:02:32.904Z] f6e6ea48380e: Layer already exists [2021-04-17T14:02:32.904Z] 9d94c4ffd193: Layer already exists [2021-04-17T14:02:32.904Z] c548add232f6: Layer already exists [2021-04-17T14:02:32.904Z] 3fbe34a1663b: Layer already exists [2021-04-17T14:02:32.904Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174: digest: sha256:4f04fcb2d63bab02e5e58d9448241c2d3a61236cbd668be505722863e92b7e1a size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:33.244Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:33.576Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-04-17T14:02:33.576Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-04-17T14:02:33.576Z] 5ed15ad3f0b1: Preparing [2021-04-17T14:02:33.576Z] 221755719624: Preparing [2021-04-17T14:02:33.576Z] f6e6ea48380e: Preparing [2021-04-17T14:02:33.576Z] 9d94c4ffd193: Preparing [2021-04-17T14:02:33.576Z] c548add232f6: Preparing [2021-04-17T14:02:33.576Z] 3fbe34a1663b: Preparing [2021-04-17T14:02:33.576Z] 3fbe34a1663b: Waiting [2021-04-17T14:02:33.576Z] 221755719624: Layer already exists [2021-04-17T14:02:33.576Z] c548add232f6: Layer already exists [2021-04-17T14:02:33.576Z] 9d94c4ffd193: Layer already exists [2021-04-17T14:02:33.576Z] 5ed15ad3f0b1: Layer already exists [2021-04-17T14:02:33.576Z] f6e6ea48380e: Layer already exists [2021-04-17T14:02:33.576Z] 3fbe34a1663b: Layer already exists [2021-04-17T14:02:33.848Z] master: digest: sha256:4f04fcb2d63bab02e5e58d9448241c2d3a61236cbd668be505722863e92b7e1a size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-17T14:02:33.907Z] ===================================================== [Pipeline] echo [2021-04-17T14:02:33.920Z] taggedImages: [2021-04-17T14:02:33.920Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T14:02:33.920Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.174 [2021-04-17T14:02:33.920Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [2021-04-17T14:02:33.921Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-04-17T14:02:33.951Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-04-17T14:02:33.951Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T14:02:33.951Z] 2.0.0-dev.174 [2021-04-17T14:02:33.951Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [2021-04-17T14:02:33.951Z] master [2021-04-17T14:02:33.951Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:34.319Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:34.657Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T14:02:34.657Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-04-17T14:02:34.657Z] 127d4f43d9d7: Preparing [2021-04-17T14:02:34.657Z] 893efe249469: Preparing [2021-04-17T14:02:34.657Z] 5bd66d8dcd99: Preparing [2021-04-17T14:02:34.657Z] 4f020f32e3e6: Preparing [2021-04-17T14:02:34.657Z] 4e85c0730987: Preparing [2021-04-17T14:02:34.657Z] d4fb04617e84: Preparing [2021-04-17T14:02:34.657Z] e97f4f007579: Preparing [2021-04-17T14:02:34.657Z] ed325572368e: Preparing [2021-04-17T14:02:34.657Z] 3fbe34a1663b: Preparing [2021-04-17T14:02:34.657Z] e97f4f007579: Waiting [2021-04-17T14:02:34.657Z] ed325572368e: Waiting [2021-04-17T14:02:34.657Z] 3fbe34a1663b: Waiting [2021-04-17T14:02:34.657Z] d4fb04617e84: Waiting [2021-04-17T14:02:34.932Z] 4e85c0730987: Pushed [2021-04-17T14:02:34.932Z] 127d4f43d9d7: Pushed [2021-04-17T14:02:35.207Z] 893efe249469: Pushed [2021-04-17T14:02:35.207Z] e97f4f007579: Pushed [2021-04-17T14:02:35.207Z] d4fb04617e84: Pushed [2021-04-17T14:02:35.479Z] 3fbe34a1663b: Layer already exists [2021-04-17T14:02:35.748Z] ed325572368e: Pushed [2021-04-17T14:02:37.172Z] 4f020f32e3e6: Pushed [2021-04-17T14:02:37.172Z] 5bd66d8dcd99: Pushed [2021-04-17T14:02:37.443Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc: digest: sha256:5c2cdd85683fdb9b6134b590092a7fd6fc550eee381c0721f998d7cec46ea4ec size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:37.782Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.174 [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:38.123Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.174 [2021-04-17T14:02:38.123Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-04-17T14:02:38.123Z] 127d4f43d9d7: Preparing [2021-04-17T14:02:38.123Z] 893efe249469: Preparing [2021-04-17T14:02:38.123Z] 5bd66d8dcd99: Preparing [2021-04-17T14:02:38.123Z] 4f020f32e3e6: Preparing [2021-04-17T14:02:38.123Z] 4e85c0730987: Preparing [2021-04-17T14:02:38.123Z] d4fb04617e84: Preparing [2021-04-17T14:02:38.123Z] e97f4f007579: Preparing [2021-04-17T14:02:38.123Z] ed325572368e: Preparing [2021-04-17T14:02:38.123Z] 3fbe34a1663b: Preparing [2021-04-17T14:02:38.123Z] e97f4f007579: Waiting [2021-04-17T14:02:38.123Z] d4fb04617e84: Waiting [2021-04-17T14:02:38.123Z] 3fbe34a1663b: Waiting [2021-04-17T14:02:38.123Z] ed325572368e: Waiting [2021-04-17T14:02:38.395Z] 4e85c0730987: Layer already exists [2021-04-17T14:02:38.396Z] 4f020f32e3e6: Layer already exists [2021-04-17T14:02:38.396Z] 893efe249469: Layer already exists [2021-04-17T14:02:38.396Z] 5bd66d8dcd99: Layer already exists [2021-04-17T14:02:38.396Z] 127d4f43d9d7: Layer already exists [2021-04-17T14:02:38.396Z] ed325572368e: Layer already exists [2021-04-17T14:02:38.396Z] 3fbe34a1663b: Layer already exists [2021-04-17T14:02:38.396Z] d4fb04617e84: Layer already exists [2021-04-17T14:02:38.396Z] e97f4f007579: Layer already exists [2021-04-17T14:02:38.396Z] 2.0.0-dev.174: digest: sha256:5c2cdd85683fdb9b6134b590092a7fd6fc550eee381c0721f998d7cec46ea4ec size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:39.542Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:39.876Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [2021-04-17T14:02:39.876Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-04-17T14:02:39.876Z] 127d4f43d9d7: Preparing [2021-04-17T14:02:39.876Z] 893efe249469: Preparing [2021-04-17T14:02:39.876Z] 5bd66d8dcd99: Preparing [2021-04-17T14:02:39.876Z] 4f020f32e3e6: Preparing [2021-04-17T14:02:39.876Z] 4e85c0730987: Preparing [2021-04-17T14:02:39.876Z] d4fb04617e84: Preparing [2021-04-17T14:02:39.876Z] e97f4f007579: Preparing [2021-04-17T14:02:39.876Z] ed325572368e: Preparing [2021-04-17T14:02:39.876Z] 3fbe34a1663b: Preparing [2021-04-17T14:02:39.876Z] d4fb04617e84: Waiting [2021-04-17T14:02:39.876Z] e97f4f007579: Waiting [2021-04-17T14:02:39.876Z] 3fbe34a1663b: Waiting [2021-04-17T14:02:39.876Z] ed325572368e: Waiting [2021-04-17T14:02:39.876Z] 127d4f43d9d7: Layer already exists [2021-04-17T14:02:39.876Z] 4f020f32e3e6: Layer already exists [2021-04-17T14:02:39.876Z] 5bd66d8dcd99: Layer already exists [2021-04-17T14:02:39.876Z] 893efe249469: Layer already exists [2021-04-17T14:02:39.876Z] 4e85c0730987: Layer already exists [2021-04-17T14:02:39.876Z] d4fb04617e84: Layer already exists [2021-04-17T14:02:39.876Z] ed325572368e: Layer already exists [2021-04-17T14:02:39.876Z] 3fbe34a1663b: Layer already exists [2021-04-17T14:02:40.149Z] e97f4f007579: Layer already exists [2021-04-17T14:02:40.149Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174: digest: sha256:5c2cdd85683fdb9b6134b590092a7fd6fc550eee381c0721f998d7cec46ea4ec size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:40.485Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:40.825Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-04-17T14:02:40.825Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-04-17T14:02:40.825Z] 127d4f43d9d7: Preparing [2021-04-17T14:02:40.825Z] 893efe249469: Preparing [2021-04-17T14:02:40.825Z] 5bd66d8dcd99: Preparing [2021-04-17T14:02:40.825Z] 4f020f32e3e6: Preparing [2021-04-17T14:02:40.825Z] 4e85c0730987: Preparing [2021-04-17T14:02:40.825Z] d4fb04617e84: Preparing [2021-04-17T14:02:40.825Z] e97f4f007579: Preparing [2021-04-17T14:02:40.825Z] ed325572368e: Preparing [2021-04-17T14:02:40.825Z] 3fbe34a1663b: Preparing [2021-04-17T14:02:40.825Z] e97f4f007579: Waiting [2021-04-17T14:02:40.825Z] ed325572368e: Waiting [2021-04-17T14:02:40.825Z] 3fbe34a1663b: Waiting [2021-04-17T14:02:40.825Z] 4f020f32e3e6: Layer already exists [2021-04-17T14:02:40.825Z] 4e85c0730987: Layer already exists [2021-04-17T14:02:40.825Z] 893efe249469: Layer already exists [2021-04-17T14:02:40.825Z] 5bd66d8dcd99: Layer already exists [2021-04-17T14:02:40.825Z] 127d4f43d9d7: Layer already exists [2021-04-17T14:02:41.097Z] d4fb04617e84: Layer already exists [2021-04-17T14:02:41.097Z] 3fbe34a1663b: Layer already exists [2021-04-17T14:02:41.097Z] ed325572368e: Layer already exists [2021-04-17T14:02:41.097Z] e97f4f007579: Layer already exists [2021-04-17T14:02:41.097Z] master: digest: sha256:5c2cdd85683fdb9b6134b590092a7fd6fc550eee381c0721f998d7cec46ea4ec size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-17T14:02:41.153Z] ===================================================== [Pipeline] echo [2021-04-17T14:02:41.171Z] taggedImages: [2021-04-17T14:02:41.171Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T14:02:41.171Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.174 [2021-04-17T14:02:41.171Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [2021-04-17T14:02:41.171Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-04-17T14:02:41.202Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-04-17T14:02:41.202Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T14:02:41.202Z] 2.0.0-dev.174 [2021-04-17T14:02:41.202Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [2021-04-17T14:02:41.202Z] master [2021-04-17T14:02:41.202Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:41.572Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:41.903Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T14:02:41.903Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-04-17T14:02:41.903Z] 87d4bb03b726: Preparing [2021-04-17T14:02:41.903Z] b3df18c5504f: Preparing [2021-04-17T14:02:41.903Z] b15e5a63df20: Preparing [2021-04-17T14:02:41.903Z] da71c1576bfb: Preparing [2021-04-17T14:02:41.903Z] 3fbe34a1663b: Preparing [2021-04-17T14:02:42.174Z] b15e5a63df20: Layer already exists [2021-04-17T14:02:42.174Z] 3fbe34a1663b: Layer already exists [2021-04-17T14:02:42.174Z] 87d4bb03b726: Pushed [2021-04-17T14:02:42.443Z] da71c1576bfb: Pushed [2021-04-17T14:02:45.037Z] b3df18c5504f: Pushed [2021-04-17T14:02:45.037Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc: digest: sha256:284df28c7c5027d52a7b63e6285a4aa5a7838a025301d493f17a9dd955739ccd size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:45.396Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.174 [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:45.741Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.174 [2021-04-17T14:02:45.741Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-04-17T14:02:45.741Z] 87d4bb03b726: Preparing [2021-04-17T14:02:45.741Z] b3df18c5504f: Preparing [2021-04-17T14:02:45.741Z] b15e5a63df20: Preparing [2021-04-17T14:02:45.741Z] da71c1576bfb: Preparing [2021-04-17T14:02:45.741Z] 3fbe34a1663b: Preparing [2021-04-17T14:02:46.020Z] 3fbe34a1663b: Layer already exists [2021-04-17T14:02:46.020Z] b15e5a63df20: Layer already exists [2021-04-17T14:02:46.020Z] 87d4bb03b726: Layer already exists [2021-04-17T14:02:46.020Z] da71c1576bfb: Layer already exists [2021-04-17T14:02:46.020Z] b3df18c5504f: Layer already exists [2021-04-17T14:02:46.020Z] 2.0.0-dev.174: digest: sha256:284df28c7c5027d52a7b63e6285a4aa5a7838a025301d493f17a9dd955739ccd size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:46.370Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:46.719Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [2021-04-17T14:02:46.719Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-04-17T14:02:46.719Z] 87d4bb03b726: Preparing [2021-04-17T14:02:46.719Z] b3df18c5504f: Preparing [2021-04-17T14:02:46.719Z] b15e5a63df20: Preparing [2021-04-17T14:02:46.719Z] da71c1576bfb: Preparing [2021-04-17T14:02:46.719Z] 3fbe34a1663b: Preparing [2021-04-17T14:02:46.719Z] b15e5a63df20: Layer already exists [2021-04-17T14:02:46.719Z] 3fbe34a1663b: Layer already exists [2021-04-17T14:02:46.719Z] b3df18c5504f: Layer already exists [2021-04-17T14:02:46.719Z] da71c1576bfb: Layer already exists [2021-04-17T14:02:46.719Z] 87d4bb03b726: Layer already exists [2021-04-17T14:02:46.990Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174: digest: sha256:284df28c7c5027d52a7b63e6285a4aa5a7838a025301d493f17a9dd955739ccd size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:47.327Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:47.679Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-04-17T14:02:47.679Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-04-17T14:02:47.679Z] 87d4bb03b726: Preparing [2021-04-17T14:02:47.679Z] b3df18c5504f: Preparing [2021-04-17T14:02:47.679Z] b15e5a63df20: Preparing [2021-04-17T14:02:47.679Z] da71c1576bfb: Preparing [2021-04-17T14:02:47.679Z] 3fbe34a1663b: Preparing [2021-04-17T14:02:47.679Z] 87d4bb03b726: Layer already exists [2021-04-17T14:02:47.679Z] 3fbe34a1663b: Layer already exists [2021-04-17T14:02:47.679Z] da71c1576bfb: Layer already exists [2021-04-17T14:02:47.679Z] b3df18c5504f: Layer already exists [2021-04-17T14:02:47.679Z] b15e5a63df20: Layer already exists [2021-04-17T14:02:47.954Z] master: digest: sha256:284df28c7c5027d52a7b63e6285a4aa5a7838a025301d493f17a9dd955739ccd size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-17T14:02:48.046Z] ===================================================== [Pipeline] echo [2021-04-17T14:02:48.069Z] taggedImages: [2021-04-17T14:02:48.069Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T14:02:48.069Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.174 [2021-04-17T14:02:48.069Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [2021-04-17T14:02:48.069Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-04-17T14:02:48.126Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-04-17T14:02:48.126Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T14:02:48.126Z] 2.0.0-dev.174 [2021-04-17T14:02:48.126Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [2021-04-17T14:02:48.126Z] master [2021-04-17T14:02:48.126Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:48.554Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:48.969Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T14:02:48.969Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-04-17T14:02:48.969Z] 234182324c13: Preparing [2021-04-17T14:02:48.969Z] 73817a13c94a: Preparing [2021-04-17T14:02:48.969Z] b15e5a63df20: Preparing [2021-04-17T14:02:48.969Z] f7f25f4e1daa: Preparing [2021-04-17T14:02:48.970Z] 3fbe34a1663b: Preparing [2021-04-17T14:02:48.970Z] b15e5a63df20: Layer already exists [2021-04-17T14:02:49.284Z] 3fbe34a1663b: Layer already exists [2021-04-17T14:02:49.284Z] f7f25f4e1daa: Layer already exists [2021-04-17T14:02:49.284Z] 234182324c13: Pushed [2021-04-17T14:02:52.683Z] 73817a13c94a: Pushed [2021-04-17T14:02:52.683Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc: digest: sha256:2de54dd4384adfc6c648f194463b3378ca6e26d0c401b17924a14a6588190bfe size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:53.020Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.174 [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:53.355Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.174 [2021-04-17T14:02:53.355Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-04-17T14:02:53.355Z] 234182324c13: Preparing [2021-04-17T14:02:53.355Z] 73817a13c94a: Preparing [2021-04-17T14:02:53.355Z] b15e5a63df20: Preparing [2021-04-17T14:02:53.355Z] f7f25f4e1daa: Preparing [2021-04-17T14:02:53.355Z] 3fbe34a1663b: Preparing [2021-04-17T14:02:53.628Z] 73817a13c94a: Layer already exists [2021-04-17T14:02:53.628Z] 3fbe34a1663b: Layer already exists [2021-04-17T14:02:53.628Z] b15e5a63df20: Layer already exists [2021-04-17T14:02:53.628Z] 234182324c13: Layer already exists [2021-04-17T14:02:53.628Z] f7f25f4e1daa: Layer already exists [2021-04-17T14:02:53.628Z] 2.0.0-dev.174: digest: sha256:2de54dd4384adfc6c648f194463b3378ca6e26d0c401b17924a14a6588190bfe size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:53.961Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:54.293Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [2021-04-17T14:02:54.293Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-04-17T14:02:54.293Z] 234182324c13: Preparing [2021-04-17T14:02:54.293Z] 73817a13c94a: Preparing [2021-04-17T14:02:54.293Z] b15e5a63df20: Preparing [2021-04-17T14:02:54.293Z] f7f25f4e1daa: Preparing [2021-04-17T14:02:54.293Z] 3fbe34a1663b: Preparing [2021-04-17T14:02:54.564Z] 234182324c13: Layer already exists [2021-04-17T14:02:54.564Z] f7f25f4e1daa: Layer already exists [2021-04-17T14:02:54.564Z] 3fbe34a1663b: Layer already exists [2021-04-17T14:02:54.564Z] b15e5a63df20: Layer already exists [2021-04-17T14:02:54.564Z] 73817a13c94a: Layer already exists [2021-04-17T14:02:54.564Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174: digest: sha256:2de54dd4384adfc6c648f194463b3378ca6e26d0c401b17924a14a6588190bfe size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:54.898Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:55.228Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-04-17T14:02:55.229Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-04-17T14:02:55.229Z] 234182324c13: Preparing [2021-04-17T14:02:55.229Z] 73817a13c94a: Preparing [2021-04-17T14:02:55.229Z] b15e5a63df20: Preparing [2021-04-17T14:02:55.229Z] f7f25f4e1daa: Preparing [2021-04-17T14:02:55.229Z] 3fbe34a1663b: Preparing [2021-04-17T14:02:55.500Z] f7f25f4e1daa: Layer already exists [2021-04-17T14:02:55.500Z] b15e5a63df20: Layer already exists [2021-04-17T14:02:55.500Z] 73817a13c94a: Layer already exists [2021-04-17T14:02:55.500Z] 234182324c13: Layer already exists [2021-04-17T14:02:55.500Z] 3fbe34a1663b: Layer already exists [2021-04-17T14:02:55.500Z] master: digest: sha256:2de54dd4384adfc6c648f194463b3378ca6e26d0c401b17924a14a6588190bfe size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-17T14:02:55.560Z] ===================================================== [Pipeline] echo [2021-04-17T14:02:55.573Z] taggedImages: [2021-04-17T14:02:55.573Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T14:02:55.573Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.174 [2021-04-17T14:02:55.573Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [2021-04-17T14:02:55.573Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-04-17T14:02:55.603Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-04-17T14:02:55.603Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T14:02:55.603Z] 2.0.0-dev.174 [2021-04-17T14:02:55.603Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [2021-04-17T14:02:55.603Z] master [2021-04-17T14:02:55.603Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:55.969Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:56.315Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T14:02:56.315Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-04-17T14:02:56.315Z] a7772f64f1a2: Preparing [2021-04-17T14:02:56.315Z] 4c8cef4285ee: Preparing [2021-04-17T14:02:56.315Z] b0a67f757dad: Preparing [2021-04-17T14:02:56.315Z] 244e450dd623: Preparing [2021-04-17T14:02:56.315Z] 9ded3b6bb9b5: Preparing [2021-04-17T14:02:56.315Z] fa1afe8e6ed9: Preparing [2021-04-17T14:02:56.315Z] 87a09b4c083e: Preparing [2021-04-17T14:02:56.315Z] 0f74e9ff2a61: Preparing [2021-04-17T14:02:56.315Z] b122376c33c6: Preparing [2021-04-17T14:02:56.315Z] f8381ed47b22: Preparing [2021-04-17T14:02:56.315Z] e934a737d657: Preparing [2021-04-17T14:02:56.315Z] fa1afe8e6ed9: Waiting [2021-04-17T14:02:56.315Z] 87a09b4c083e: Waiting [2021-04-17T14:02:56.315Z] 0f74e9ff2a61: Waiting [2021-04-17T14:02:56.315Z] b122376c33c6: Waiting [2021-04-17T14:02:56.315Z] f8381ed47b22: Waiting [2021-04-17T14:02:56.315Z] e934a737d657: Waiting [2021-04-17T14:02:56.589Z] 9ded3b6bb9b5: Layer already exists [2021-04-17T14:02:56.589Z] fa1afe8e6ed9: Layer already exists [2021-04-17T14:02:56.589Z] 87a09b4c083e: Layer already exists [2021-04-17T14:02:56.589Z] 4c8cef4285ee: Pushed [2021-04-17T14:02:56.589Z] 0f74e9ff2a61: Layer already exists [2021-04-17T14:02:56.862Z] f8381ed47b22: Layer already exists [2021-04-17T14:02:56.862Z] b122376c33c6: Layer already exists [2021-04-17T14:02:56.862Z] e934a737d657: Layer already exists [2021-04-17T14:02:57.456Z] a7772f64f1a2: Pushed [2021-04-17T14:02:58.880Z] b0a67f757dad: Pushed [2021-04-17T14:03:11.231Z] 244e450dd623: Pushed [2021-04-17T14:03:11.231Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc: digest: sha256:cdccc7c202c9c5815ddbaab65a9b3cd290ff3c068164f29542beba23b1453b26 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:03:11.572Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.174 [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:03:11.901Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.174 [2021-04-17T14:03:11.901Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-04-17T14:03:11.901Z] a7772f64f1a2: Preparing [2021-04-17T14:03:11.901Z] 4c8cef4285ee: Preparing [2021-04-17T14:03:11.901Z] b0a67f757dad: Preparing [2021-04-17T14:03:11.901Z] 244e450dd623: Preparing [2021-04-17T14:03:11.901Z] 9ded3b6bb9b5: Preparing [2021-04-17T14:03:11.901Z] fa1afe8e6ed9: Preparing [2021-04-17T14:03:11.901Z] 87a09b4c083e: Preparing [2021-04-17T14:03:11.901Z] 0f74e9ff2a61: Preparing [2021-04-17T14:03:11.901Z] b122376c33c6: Preparing [2021-04-17T14:03:11.901Z] f8381ed47b22: Preparing [2021-04-17T14:03:11.901Z] e934a737d657: Preparing [2021-04-17T14:03:11.901Z] 0f74e9ff2a61: Waiting [2021-04-17T14:03:11.901Z] f8381ed47b22: Waiting [2021-04-17T14:03:11.901Z] e934a737d657: Waiting [2021-04-17T14:03:11.901Z] b122376c33c6: Waiting [2021-04-17T14:03:11.901Z] fa1afe8e6ed9: Waiting [2021-04-17T14:03:11.901Z] 87a09b4c083e: Waiting [2021-04-17T14:03:12.173Z] 9ded3b6bb9b5: Layer already exists [2021-04-17T14:03:12.173Z] a7772f64f1a2: Layer already exists [2021-04-17T14:03:12.173Z] 4c8cef4285ee: Layer already exists [2021-04-17T14:03:12.173Z] b0a67f757dad: Layer already exists [2021-04-17T14:03:12.173Z] 244e450dd623: Layer already exists [2021-04-17T14:03:12.173Z] fa1afe8e6ed9: Layer already exists [2021-04-17T14:03:12.173Z] 87a09b4c083e: Layer already exists [2021-04-17T14:03:12.173Z] 0f74e9ff2a61: Layer already exists [2021-04-17T14:03:12.173Z] b122376c33c6: Layer already exists [2021-04-17T14:03:12.173Z] f8381ed47b22: Layer already exists [2021-04-17T14:03:12.173Z] e934a737d657: Layer already exists [2021-04-17T14:03:12.443Z] 2.0.0-dev.174: digest: sha256:cdccc7c202c9c5815ddbaab65a9b3cd290ff3c068164f29542beba23b1453b26 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:03:12.778Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:03:13.106Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [2021-04-17T14:03:13.106Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-04-17T14:03:13.106Z] a7772f64f1a2: Preparing [2021-04-17T14:03:13.106Z] 4c8cef4285ee: Preparing [2021-04-17T14:03:13.106Z] b0a67f757dad: Preparing [2021-04-17T14:03:13.106Z] 244e450dd623: Preparing [2021-04-17T14:03:13.106Z] 9ded3b6bb9b5: Preparing [2021-04-17T14:03:13.106Z] fa1afe8e6ed9: Preparing [2021-04-17T14:03:13.106Z] 87a09b4c083e: Preparing [2021-04-17T14:03:13.106Z] 0f74e9ff2a61: Preparing [2021-04-17T14:03:13.106Z] b122376c33c6: Preparing [2021-04-17T14:03:13.106Z] f8381ed47b22: Preparing [2021-04-17T14:03:13.106Z] e934a737d657: Preparing [2021-04-17T14:03:13.106Z] 0f74e9ff2a61: Waiting [2021-04-17T14:03:13.106Z] b122376c33c6: Waiting [2021-04-17T14:03:13.106Z] f8381ed47b22: Waiting [2021-04-17T14:03:13.106Z] e934a737d657: Waiting [2021-04-17T14:03:13.106Z] 87a09b4c083e: Waiting [2021-04-17T14:03:13.106Z] fa1afe8e6ed9: Waiting [2021-04-17T14:03:13.380Z] 9ded3b6bb9b5: Layer already exists [2021-04-17T14:03:13.380Z] 244e450dd623: Layer already exists [2021-04-17T14:03:13.380Z] 4c8cef4285ee: Layer already exists [2021-04-17T14:03:13.380Z] b0a67f757dad: Layer already exists [2021-04-17T14:03:13.380Z] a7772f64f1a2: Layer already exists [2021-04-17T14:03:13.380Z] fa1afe8e6ed9: Layer already exists [2021-04-17T14:03:13.380Z] 87a09b4c083e: Layer already exists [2021-04-17T14:03:13.380Z] b122376c33c6: Layer already exists [2021-04-17T14:03:13.380Z] 0f74e9ff2a61: Layer already exists [2021-04-17T14:03:13.380Z] f8381ed47b22: Layer already exists [2021-04-17T14:03:13.380Z] e934a737d657: Layer already exists [2021-04-17T14:03:13.650Z] 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174: digest: sha256:cdccc7c202c9c5815ddbaab65a9b3cd290ff3c068164f29542beba23b1453b26 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:03:13.989Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:03:14.327Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-04-17T14:03:14.327Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-04-17T14:03:14.327Z] a7772f64f1a2: Preparing [2021-04-17T14:03:14.327Z] 4c8cef4285ee: Preparing [2021-04-17T14:03:14.327Z] b0a67f757dad: Preparing [2021-04-17T14:03:14.327Z] 244e450dd623: Preparing [2021-04-17T14:03:14.327Z] 9ded3b6bb9b5: Preparing [2021-04-17T14:03:14.327Z] fa1afe8e6ed9: Preparing [2021-04-17T14:03:14.327Z] 87a09b4c083e: Preparing [2021-04-17T14:03:14.327Z] 0f74e9ff2a61: Preparing [2021-04-17T14:03:14.327Z] b122376c33c6: Preparing [2021-04-17T14:03:14.327Z] f8381ed47b22: Preparing [2021-04-17T14:03:14.327Z] e934a737d657: Preparing [2021-04-17T14:03:14.327Z] 0f74e9ff2a61: Waiting [2021-04-17T14:03:14.327Z] fa1afe8e6ed9: Waiting [2021-04-17T14:03:14.327Z] b122376c33c6: Waiting [2021-04-17T14:03:14.327Z] f8381ed47b22: Waiting [2021-04-17T14:03:14.327Z] e934a737d657: Waiting [2021-04-17T14:03:14.327Z] 87a09b4c083e: Waiting [2021-04-17T14:03:14.599Z] 4c8cef4285ee: Layer already exists [2021-04-17T14:03:14.599Z] 9ded3b6bb9b5: Layer already exists [2021-04-17T14:03:14.599Z] b0a67f757dad: Layer already exists [2021-04-17T14:03:14.599Z] a7772f64f1a2: Layer already exists [2021-04-17T14:03:14.599Z] 244e450dd623: Layer already exists [2021-04-17T14:03:14.599Z] b122376c33c6: Layer already exists [2021-04-17T14:03:14.599Z] fa1afe8e6ed9: Layer already exists [2021-04-17T14:03:14.599Z] 0f74e9ff2a61: Layer already exists [2021-04-17T14:03:14.599Z] 87a09b4c083e: Layer already exists [2021-04-17T14:03:14.599Z] f8381ed47b22: Layer already exists [2021-04-17T14:03:14.599Z] e934a737d657: Layer already exists [2021-04-17T14:03:14.599Z] master: digest: sha256:cdccc7c202c9c5815ddbaab65a9b3cd290ff3c068164f29542beba23b1453b26 size: 2622 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-17T14:03:14.664Z] ===================================================== [Pipeline] echo [2021-04-17T14:03:14.679Z] taggedImages: [2021-04-17T14:03:14.679Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [2021-04-17T14:03:14.679Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.174 [2021-04-17T14:03:14.679Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1db696b9dfb42d3dc07ad7353d4356e193fbdfbc-2.0.0-dev.174 [2021-04-17T14:03:14.679Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-17T14:03:15.114Z] ---> job-cost.sh [2021-04-17T14:03:15.114Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ZX0J [2021-04-17T14:03:54.043Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-17T14:05:30.792Z] lf-activate-venv(): INFO: Adding /tmp/venv-ZX0J/bin to PATH [2021-04-17T14:05:30.792Z] INFO: No Stack... [2021-04-17T14:05:30.792Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-17T14:05:30.792Z] INFO: Archiving Costs [Pipeline] sh [2021-04-17T14:05:31.127Z] + cut+ -d, -f6 [2021-04-17T14:05:31.127Z] cat /w/workspace/edgex-go/442/archives/cost.csv [Pipeline] lock [2021-04-17T14:05:31.294Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-master-442-stack-cost] [2021-04-17T14:05:31.303Z] Resource [jenkins-edgexfoundry-edgex-go-master-442-stack-cost] did not exist. Created. [2021-04-17T14:05:31.303Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-master-442-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-17T14:05:31.721Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-17T14:05:32.772Z] Stashed 1 file(s) [Pipeline] } [2021-04-17T14:05:32.784Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-master-442-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-04-17T14:05:33.289Z] provisioning config files... [2021-04-17T14:05:33.302Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/442@tmp/config1672118525389559133tmp [Pipeline] { [Pipeline] sh [2021-04-17T14:05:33.628Z] + set +x [2021-04-17T14:05:33.628Z] + curl -s https://codecov.io/bash [2021-04-17T14:05:33.628Z] + bash -s -- [2021-04-17T14:05:33.896Z] [2021-04-17T14:05:33.896Z] _____ _ [2021-04-17T14:05:33.896Z] / ____| | | [2021-04-17T14:05:33.896Z] | | ___ __| | ___ ___ _____ __ [2021-04-17T14:05:33.896Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-17T14:05:33.896Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-17T14:05:33.896Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-17T14:05:33.896Z] Bash-1.0.1 [2021-04-17T14:05:33.896Z] [2021-04-17T14:05:33.896Z] [2021-04-17T14:05:34.160Z] ==> git version 2.24.3 found [2021-04-17T14:05:34.160Z] ==> 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-04-17T14:05:34.160Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-17T14:05:34.160Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-17T14:05:34.160Z] ==> Jenkins CI detected. [2021-04-17T14:05:34.160Z] project root: . [2021-04-17T14:05:34.160Z] --> token set from env [2021-04-17T14:05:34.160Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-17T14:05:34.160Z] ==> Running gcov in . (disable via -X gcov) [2021-04-17T14:05:34.160Z] ==> Python coveragepy not found [2021-04-17T14:05:34.160Z] ==> Searching for coverage reports in: [2021-04-17T14:05:34.160Z] + . [2021-04-17T14:05:34.160Z] -> Found 1 reports [2021-04-17T14:05:34.160Z] ==> Detecting git/mercurial file structure [2021-04-17T14:05:34.160Z] ==> Reading reports [2021-04-17T14:05:34.160Z] + ./coverage.out bytes=687366 [2021-04-17T14:05:34.160Z] ==> Appending adjustments [2021-04-17T14:05:34.160Z] https://docs.codecov.io/docs/fixing-reports [2021-04-17T14:05:38.382Z] + Found adjustments [2021-04-17T14:05:38.382Z] ==> Gzipping contents [2021-04-17T14:05:38.382Z] 100K /tmp/codecov.iemPH8.gz [2021-04-17T14:05:38.382Z] ==> Uploading reports [2021-04-17T14:05:38.382Z] url: https://codecov.io [2021-04-17T14:05:38.382Z] query: branch=master&commit=1db696b9dfb42d3dc07ad7353d4356e193fbdfbc&build=442&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F442%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-17T14:05:38.382Z] -> Pinging Codecov [2021-04-17T14:05:38.382Z] https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=master&commit=1db696b9dfb42d3dc07ad7353d4356e193fbdfbc&build=442&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F442%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-17T14:05:38.382Z] -> Uploading to [2021-04-17T14:05:38.382Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-17/00271124DB129430A58F1EEE437C3FCB/1db696b9dfb42d3dc07ad7353d4356e193fbdfbc/45996b9d-8975-42b6-899f-caba7f3f202f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210417%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210417T140538Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a7d02757ae720dcfd18a09c61bd9ec6a6f6fe3aa01598b8a1b43b13a88c14e42 [2021-04-17T14:05:38.382Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-17T14:05:38.382Z] Dload Upload Total Spent Left Speed [2021-04-17T14:05:38.955Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98706 0 0 100 98706 0 226k --:--:-- --:--:-- --:--:-- 225k 100 98706 0 0 100 98706 0 225k --:--:-- --:--:-- --:--:-- 225k [2021-04-17T14:05:38.955Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/1db696b9dfb42d3dc07ad7353d4356e193fbdfbc [Pipeline] } [2021-04-17T14:05:38.965Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-04-17T14:05:39.215Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-17T14:05:39.249Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:05:39.571Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-17T14:05:39.571Z] [2021-04-17T14:05:39.571Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:05:39.898Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-17T14:05:39.898Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-17T14:05:39.898Z] 188c0c94c7c5: Already exists [2021-04-17T14:05:39.898Z] 0ef7d3d256c8: Already exists [2021-04-17T14:05:39.898Z] de9db76c5a1d: Already exists [2021-04-17T14:05:39.898Z] 0eba1c9be4d2: Pulling fs layer [2021-04-17T14:05:39.898Z] 0d57e429df01: Pulling fs layer [2021-04-17T14:05:39.898Z] 4e4be7b47b0d: Pulling fs layer [2021-04-17T14:05:39.899Z] e1f770b5df2f: Pulling fs layer [2021-04-17T14:05:39.899Z] 85a0685a4137: Pulling fs layer [2021-04-17T14:05:39.899Z] e1f770b5df2f: Waiting [2021-04-17T14:05:39.899Z] 85a0685a4137: Waiting [2021-04-17T14:05:39.899Z] 0d57e429df01: Verifying Checksum [2021-04-17T14:05:39.899Z] 0d57e429df01: Download complete [2021-04-17T14:05:39.899Z] 4e4be7b47b0d: Verifying Checksum [2021-04-17T14:05:39.899Z] 4e4be7b47b0d: Download complete [2021-04-17T14:05:40.847Z] e1f770b5df2f: Verifying Checksum [2021-04-17T14:05:40.847Z] e1f770b5df2f: Download complete [2021-04-17T14:05:43.404Z] 0eba1c9be4d2: Verifying Checksum [2021-04-17T14:05:43.404Z] 0eba1c9be4d2: Download complete [2021-04-17T14:05:43.404Z] 85a0685a4137: Verifying Checksum [2021-04-17T14:05:43.404Z] 85a0685a4137: Download complete [2021-04-17T14:05:50.044Z] 0eba1c9be4d2: Pull complete [2021-04-17T14:05:50.044Z] 0d57e429df01: Pull complete [2021-04-17T14:05:50.306Z] 4e4be7b47b0d: Pull complete [2021-04-17T14:05:55.619Z] e1f770b5df2f: Pull complete [2021-04-17T14:06:05.696Z] 85a0685a4137: Pull complete [2021-04-17T14:06:05.696Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-17T14:06:05.696Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-17T14:06:05.696Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-17T14:06:05.952Z] prd-centos7-docker-4c-2g-554 does not seem to be running inside a container [2021-04-17T14:06:06.059Z] $ 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/442 -v /w/workspace/edgex-go/442:/w/workspace/edgex-go/442:rw,z -v /w/workspace/edgex-go/442@tmp:/w/workspace/edgex-go/442@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-04-17T14:06:07.383Z] $ docker top 388efe579c15942fd1b741efc4da256284502f480ffef17a71e2dea38d2ebf8a -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-17T14:06:07.621Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-17T14:06:07.930Z] + set -o pipefail [2021-04-17T14:06:07.930Z] + snyk monitor '--org=edgex-jenkins' [2021-04-17T14:06:22.863Z] [2021-04-17T14:06:22.863Z] Monitoring /w/workspace/edgex-go/442 (github.com/edgexfoundry/edgex-go)... [2021-04-17T14:06:22.863Z] [2021-04-17T14:06:22.863Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/359f2eb6-3150-4077-8722-d90a817ff887 [2021-04-17T14:06:22.863Z] [2021-04-17T14:06:22.863Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-17T14:06:22.863Z] [2021-04-17T14:06:22.863Z] [2021-04-17T14:06:22.863Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2021-04-17T14:06:22.863Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-04-17T14:06:22.880Z] $ docker stop --time=1 388efe579c15942fd1b741efc4da256284502f480ffef17a71e2dea38d2ebf8a [2021-04-17T14:06:24.852Z] $ docker rm -f 388efe579c15942fd1b741efc4da256284502f480ffef17a71e2dea38d2ebf8a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-04-17T14:06:25.603Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-17T14:06:25.622Z] provisioning config files... [2021-04-17T14:06:25.632Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/442@tmp/config3907975549622611421tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-17T14:06:25.951Z] --> edgex-publish-swagger.sh [2021-04-17T14:06:25.951Z] === Publish openapi/v1 API === [2021-04-17T14:06:25.951Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-04-17T14:06:25.951Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/442/openapi/v1/core-command.yaml] [2021-04-17T14:06:25.951Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-17T14:06:25.951Z] Dload Upload Total Spent Left Speed [2021-04-17T14:06:26.903Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 11435 --:--:-- --:--:-- --:--:-- 11436 100 10522 0 0 100 10522 0 11432 --:--:-- --:--:-- --:--:-- 11436 [2021-04-17T14:06:26.903Z] [2021-04-17T14:06:26.903Z] [2021-04-17T14:06:26.903Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/442/openapi/v1/core-data.yaml] [2021-04-17T14:06:26.903Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-17T14:06:26.903Z] Dload Upload Total Spent Left Speed [2021-04-17T14:06:27.848Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 31840 0:00:01 0:00:01 --:--:-- 31856 100 32557 0 0 100 32557 0 31835 0:00:01 0:00:01 --:--:-- 31856 [2021-04-17T14:06:27.848Z] [2021-04-17T14:06:27.848Z] [2021-04-17T14:06:27.848Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/442/openapi/v1/core-metadata.yaml] [2021-04-17T14:06:27.848Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-17T14:06:27.848Z] Dload Upload Total Spent Left Speed [2021-04-17T14:06:29.241Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 67852 0:00:01 0:00:01 --:--:-- 67883 100 73721 0 0 100 73721 0 67829 0:00:01 0:00:01 --:--:-- 67883 [2021-04-17T14:06:29.241Z] [2021-04-17T14:06:29.241Z] [2021-04-17T14:06:29.241Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/442/openapi/v1/support-logging.yaml] [2021-04-17T14:06:29.241Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-17T14:06:29.241Z] Dload Upload Total Spent Left Speed [2021-04-17T14:06:29.824Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 14475 --:--:-- --:--:-- --:--:-- 14478 100 13581 0 0 100 13581 0 14472 --:--:-- --:--:-- --:--:-- 14463 [2021-04-17T14:06:29.824Z] [2021-04-17T14:06:29.824Z] [2021-04-17T14:06:29.824Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/442/openapi/v1/support-notifications.yaml] [2021-04-17T14:06:29.824Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-17T14:06:29.824Z] Dload Upload Total Spent Left Speed [2021-04-17T14:06:31.214Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 38772 0:00:01 0:00:01 --:--:-- 38812 100 38890 0 0 100 38890 0 38765 0:00:01 0:00:01 --:--:-- 38773 [2021-04-17T14:06:31.214Z] [2021-04-17T14:06:31.214Z] [2021-04-17T14:06:31.214Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/442/openapi/v1/support-scheduler.yaml] [2021-04-17T14:06:31.214Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-17T14:06:31.214Z] Dload Upload Total Spent Left Speed [2021-04-17T14:06:31.793Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 15806 --:--:-- --:--:-- --:--:-- 15797 100 14249 0 0 100 14249 0 15803 --:--:-- --:--:-- --:--:-- 15797 [2021-04-17T14:06:31.793Z] [2021-04-17T14:06:31.793Z] [2021-04-17T14:06:31.793Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/442/openapi/v1/system-agent.yaml] [2021-04-17T14:06:31.793Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-17T14:06:31.793Z] Dload Upload Total Spent Left Speed [2021-04-17T14:06:32.736Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 4782 --:--:-- --:--:-- --:--:-- 4779 100 4110 0 0 100 4110 0 4781 --:--:-- --:--:-- --:--:-- 4779 [2021-04-17T14:06:32.737Z] [2021-04-17T14:06:32.737Z] [2021-04-17T14:06:32.737Z] === Publish openapi/v2 API === [2021-04-17T14:06:32.737Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-04-17T14:06:32.737Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/442/openapi/v2/core-command.yaml] [2021-04-17T14:06:32.737Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-17T14:06:32.737Z] Dload Upload Total Spent Left Speed [2021-04-17T14:06:33.682Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29594 0 0 100 29594 0 31480 --:--:-- --:--:-- --:--:-- 31482 100 29594 0 0 100 29594 0 31474 --:--:-- --:--:-- --:--:-- 31449 [2021-04-17T14:06:33.682Z] [2021-04-17T14:06:33.682Z] [2021-04-17T14:06:33.682Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/442/openapi/v2/core-data.yaml] [2021-04-17T14:06:33.682Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-17T14:06:33.682Z] Dload Upload Total Spent Left Speed [2021-04-17T14:06:34.626Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 56190 0 0 100 56190 0 62934 --:--:-- --:--:-- --:--:-- 62993 [2021-04-17T14:06:34.626Z] [2021-04-17T14:06:34.626Z] [2021-04-17T14:06:34.626Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/442/openapi/v2/core-metadata.yaml] [2021-04-17T14:06:34.626Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-17T14:06:34.626Z] Dload Upload Total Spent Left Speed [2021-04-17T14:06:35.466Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 118k 0 0 100 118k 0 128k --:--:-- --:--:-- --:--:-- 128k [2021-04-17T14:06:35.466Z] [2021-04-17T14:06:35.466Z] [2021-04-17T14:06:35.466Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/442/openapi/v2/support-notifications.yaml] [2021-04-17T14:06:35.466Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-17T14:06:35.466Z] Dload Upload Total Spent Left Speed [2021-04-17T14:06:36.678Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 75621 0 0 100 75621 0 75769 --:--:-- --:--:-- --:--:-- 75772 [2021-04-17T14:06:36.678Z] [2021-04-17T14:06:36.678Z] [2021-04-17T14:06:36.678Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/442/openapi/v2/support-scheduler.yaml] [2021-04-17T14:06:36.678Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-17T14:06:36.678Z] Dload Upload Total Spent Left Speed [2021-04-17T14:06:37.623Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37428 0 0 100 37428 0 41790 --:--:-- --:--:-- --:--:-- 41772 [2021-04-17T14:06:37.623Z] [2021-04-17T14:06:37.623Z] [2021-04-17T14:06:37.623Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/442/openapi/v2/system-agent.yaml] [2021-04-17T14:06:37.623Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-17T14:06:37.623Z] Dload Upload Total Spent Left Speed [2021-04-17T14:06:38.567Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 24092 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24092 0 0 100 24092 0 25117 --:--:-- --:--:-- --:--:-- 25095 [2021-04-17T14:06:38.567Z] [2021-04-17T14:06:38.567Z] [Pipeline] } [2021-04-17T14:06:38.577Z] 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-04-17T14:06:39.012Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-17T14:06:39.012Z] . [Pipeline] withDockerContainer [2021-04-17T14:06:39.119Z] prd-centos7-docker-4c-2g-554 does not seem to be running inside a container [2021-04-17T14:06:39.187Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/442 -v /w/workspace/edgex-go/442:/w/workspace/edgex-go/442:rw,z -v /w/workspace/edgex-go/442@tmp:/w/workspace/edgex-go/442@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-17T14:06:40.116Z] $ docker top ec9ba68b33e9c58dd7356a18908623175c6a024b4b04d812ed7f28b1b0d44e53 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-17T14:06:40.279Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-17T14:06:40.279Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-17T14:06:40.521Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-17T14:06:40.524Z] $ docker exec ec9ba68b33e9c58dd7356a18908623175c6a024b4b04d812ed7f28b1b0d44e53 ssh-agent [2021-04-17T14:06:40.714Z] SSH_AUTH_SOCK=/tmp/ssh-KbosjOTKVonl/agent.11 [2021-04-17T14:06:40.714Z] SSH_AGENT_PID=16 [2021-04-17T14:06:40.727Z] Running ssh-add (command line suppressed) [2021-04-17T14:06:40.872Z] Identity added: /w/workspace/edgex-go/442@tmp/private_key_8663940364691701393.key (/w/workspace/edgex-go/442@tmp/private_key_8663940364691701393.key) [2021-04-17T14:06:40.933Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-17T14:06:41.237Z] + git semver tag [2021-04-17T14:06:41.816Z] # -> Open(): unable to determine branch for HEAD [2021-04-17T14:06:41.816Z] # $GIT_DIR = /w/workspace/edgex-go/442/.git [2021-04-17T14:06:41.816Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/442 [2021-04-17T14:06:41.816Z] # $SEMVER_REMOTE_NAME = origin [2021-04-17T14:06:41.816Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-17T14:06:41.816Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-17T14:06:41.816Z] # $SEMVER_BRANCH = master [2021-04-17T14:06:41.816Z] # $SEMVER_DIR = /w/workspace/edgex-go/442/.semver [2021-04-17T14:06:41.816Z] # 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc HEAD [2021-04-17T14:06:42.081Z] # -> Force: false [2021-04-17T14:06:42.081Z] # af684eddf5070b4d1938d1632841c60896082d3e refs/tags/v2.0.0-dev.174 [Pipeline] } [2021-04-17T14:06:42.093Z] $ docker exec --env ******** --env ******** ec9ba68b33e9c58dd7356a18908623175c6a024b4b04d812ed7f28b1b0d44e53 ssh-agent -k [2021-04-17T14:06:42.216Z] unset SSH_AUTH_SOCK; [2021-04-17T14:06:42.216Z] unset SSH_AGENT_PID; [2021-04-17T14:06:42.216Z] echo Agent pid 16 killed; [2021-04-17T14:06:42.283Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-17T14:06:42.615Z] + git semver [Pipeline] } [2021-04-17T14:06:42.638Z] $ docker stop --time=1 ec9ba68b33e9c58dd7356a18908623175c6a024b4b04d812ed7f28b1b0d44e53 [2021-04-17T14:06:44.031Z] $ docker rm -f ec9ba68b33e9c58dd7356a18908623175c6a024b4b04d812ed7f28b1b0d44e53 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:06:44.496Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-17T14:06:44.496Z] [2021-04-17T14:06:44.496Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:06:44.812Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-17T14:06:44.812Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-17T14:06:44.812Z] ab5ef0e58194: Pulling fs layer [2021-04-17T14:06:44.812Z] 9712f1f96733: Pulling fs layer [2021-04-17T14:06:44.812Z] 63f879dbbcfc: Pulling fs layer [2021-04-17T14:06:44.812Z] 0d9ebad4ef96: Pulling fs layer [2021-04-17T14:06:44.812Z] e9a5061849ea: Pulling fs layer [2021-04-17T14:06:44.812Z] d747dcd14b5f: Pulling fs layer [2021-04-17T14:06:44.812Z] 2de7ff778b66: Pulling fs layer [2021-04-17T14:06:44.812Z] 0d9ebad4ef96: Waiting [2021-04-17T14:06:44.812Z] e9a5061849ea: Waiting [2021-04-17T14:06:44.812Z] d747dcd14b5f: Waiting [2021-04-17T14:06:44.812Z] 2de7ff778b66: Waiting [2021-04-17T14:06:44.812Z] 9712f1f96733: Verifying Checksum [2021-04-17T14:06:44.812Z] 9712f1f96733: Download complete [2021-04-17T14:06:46.213Z] 63f879dbbcfc: Verifying Checksum [2021-04-17T14:06:46.213Z] 63f879dbbcfc: Download complete [2021-04-17T14:06:46.213Z] e9a5061849ea: Verifying Checksum [2021-04-17T14:06:46.213Z] e9a5061849ea: Download complete [2021-04-17T14:06:46.213Z] d747dcd14b5f: Verifying Checksum [2021-04-17T14:06:46.213Z] d747dcd14b5f: Download complete [2021-04-17T14:06:46.482Z] 2de7ff778b66: Verifying Checksum [2021-04-17T14:06:46.482Z] 2de7ff778b66: Download complete [2021-04-17T14:06:47.067Z] 0d9ebad4ef96: Verifying Checksum [2021-04-17T14:06:47.067Z] 0d9ebad4ef96: Download complete [2021-04-17T14:06:47.067Z] ab5ef0e58194: Verifying Checksum [2021-04-17T14:06:47.067Z] ab5ef0e58194: Download complete [2021-04-17T14:06:53.691Z] ab5ef0e58194: Pull complete [2021-04-17T14:06:53.691Z] 9712f1f96733: Pull complete [2021-04-17T14:06:55.620Z] 63f879dbbcfc: Pull complete [2021-04-17T14:07:02.442Z] 0d9ebad4ef96: Pull complete [2021-04-17T14:07:05.802Z] e9a5061849ea: Pull complete [2021-04-17T14:07:05.802Z] d747dcd14b5f: Pull complete [2021-04-17T14:07:07.198Z] 2de7ff778b66: Pull complete [2021-04-17T14:07:07.198Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-17T14:07:07.198Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-17T14:07:07.198Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-17T14:07:07.397Z] prd-centos7-docker-4c-2g-554 does not seem to be running inside a container [2021-04-17T14:07:07.443Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/442 -v /w/workspace/edgex-go/442:/w/workspace/edgex-go/442:rw,z -v /w/workspace/edgex-go/442@tmp:/w/workspace/edgex-go/442@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-04-17T14:07:11.598Z] $ docker top 75ce1a81289ac1005ef2d90fa4ec8f6a00a9795e96380cb3952dcb6628f09000 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-17T14:07:11.811Z] provisioning config files... [2021-04-17T14:07:11.825Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/442@tmp/config2038319569243459692tmp [2021-04-17T14:07:11.845Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/442@tmp/config8783490297499350396tmp [2021-04-17T14:07:11.861Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/442@tmp/config4963386125017792461tmp [Pipeline] { [Pipeline] echo [2021-04-17T14:07:11.884Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-17T14:07:12.178Z] ---> sigul-configuration.sh [2021-04-17T14:07:12.179Z] gpg: directory `/root/.gnupg' created [2021-04-17T14:07:12.179Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-17T14:07:12.179Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-17T14:07:12.179Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-17T14:07:12.179Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-17T14:07:12.179Z] gpg: CAST5 encrypted data [2021-04-17T14:07:12.441Z] gpg: encrypted with 1 passphrase [2021-04-17T14:07:12.441Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-17T14:07:12.737Z] + mkdir /home/jenkins [2021-04-17T14:07:12.737Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-17T14:07:13.035Z] + 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-04-17T14:07:13.047Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-17T14:07:13.355Z] ---> sigul-install.sh [2021-04-17T14:07:19.964Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-17T14:07:20.279Z] + git tag --list [2021-04-17T14:07:20.279Z] 0.6.0 [2021-04-17T14:07:20.279Z] 0.6.1 [2021-04-17T14:07:20.279Z] 0.7.0 [2021-04-17T14:07:20.279Z] 0.7.1 [2021-04-17T14:07:20.279Z] v0.0.0 [2021-04-17T14:07:20.279Z] v0.0.1-dev.1 [2021-04-17T14:07:20.279Z] v1.0.0 [2021-04-17T14:07:20.279Z] v1.0.1 [2021-04-17T14:07:20.279Z] v1.1.0 [2021-04-17T14:07:20.279Z] v1.2.0 [2021-04-17T14:07:20.279Z] v1.2.1 [2021-04-17T14:07:20.279Z] v1.2.2-dev.1 [2021-04-17T14:07:20.279Z] v1.2.2-dev.10 [2021-04-17T14:07:20.279Z] v1.2.2-dev.100 [2021-04-17T14:07:20.279Z] v1.2.2-dev.101 [2021-04-17T14:07:20.279Z] v1.2.2-dev.102 [2021-04-17T14:07:20.279Z] v1.2.2-dev.103 [2021-04-17T14:07:20.279Z] v1.2.2-dev.104 [2021-04-17T14:07:20.279Z] v1.2.2-dev.105 [2021-04-17T14:07:20.279Z] v1.2.2-dev.106 [2021-04-17T14:07:20.279Z] v1.2.2-dev.107 [2021-04-17T14:07:20.279Z] v1.2.2-dev.11 [2021-04-17T14:07:20.279Z] v1.2.2-dev.12 [2021-04-17T14:07:20.279Z] v1.2.2-dev.13 [2021-04-17T14:07:20.279Z] v1.2.2-dev.14 [2021-04-17T14:07:20.279Z] v1.2.2-dev.15 [2021-04-17T14:07:20.279Z] v1.2.2-dev.16 [2021-04-17T14:07:20.279Z] v1.2.2-dev.17 [2021-04-17T14:07:20.279Z] v1.2.2-dev.18 [2021-04-17T14:07:20.279Z] v1.2.2-dev.19 [2021-04-17T14:07:20.279Z] v1.2.2-dev.2 [2021-04-17T14:07:20.279Z] v1.2.2-dev.20 [2021-04-17T14:07:20.279Z] v1.2.2-dev.21 [2021-04-17T14:07:20.279Z] v1.2.2-dev.22 [2021-04-17T14:07:20.279Z] v1.2.2-dev.23 [2021-04-17T14:07:20.279Z] v1.2.2-dev.24 [2021-04-17T14:07:20.279Z] v1.2.2-dev.25 [2021-04-17T14:07:20.279Z] v1.2.2-dev.26 [2021-04-17T14:07:20.279Z] v1.2.2-dev.27 [2021-04-17T14:07:20.279Z] v1.2.2-dev.28 [2021-04-17T14:07:20.279Z] v1.2.2-dev.29 [2021-04-17T14:07:20.279Z] v1.2.2-dev.3 [2021-04-17T14:07:20.279Z] v1.2.2-dev.30 [2021-04-17T14:07:20.279Z] v1.2.2-dev.31 [2021-04-17T14:07:20.279Z] v1.2.2-dev.32 [2021-04-17T14:07:20.279Z] v1.2.2-dev.33 [2021-04-17T14:07:20.279Z] v1.2.2-dev.34 [2021-04-17T14:07:20.279Z] v1.2.2-dev.35 [2021-04-17T14:07:20.279Z] v1.2.2-dev.36 [2021-04-17T14:07:20.279Z] v1.2.2-dev.37 [2021-04-17T14:07:20.279Z] v1.2.2-dev.38 [2021-04-17T14:07:20.279Z] v1.2.2-dev.39 [2021-04-17T14:07:20.279Z] v1.2.2-dev.4 [2021-04-17T14:07:20.279Z] v1.2.2-dev.40 [2021-04-17T14:07:20.279Z] v1.2.2-dev.41 [2021-04-17T14:07:20.279Z] v1.2.2-dev.42 [2021-04-17T14:07:20.279Z] v1.2.2-dev.43 [2021-04-17T14:07:20.279Z] v1.2.2-dev.44 [2021-04-17T14:07:20.279Z] v1.2.2-dev.45 [2021-04-17T14:07:20.279Z] v1.2.2-dev.46 [2021-04-17T14:07:20.279Z] v1.2.2-dev.47 [2021-04-17T14:07:20.279Z] v1.2.2-dev.48 [2021-04-17T14:07:20.279Z] v1.2.2-dev.49 [2021-04-17T14:07:20.279Z] v1.2.2-dev.5 [2021-04-17T14:07:20.279Z] v1.2.2-dev.50 [2021-04-17T14:07:20.279Z] v1.2.2-dev.51 [2021-04-17T14:07:20.279Z] v1.2.2-dev.52 [2021-04-17T14:07:20.279Z] v1.2.2-dev.53 [2021-04-17T14:07:20.279Z] v1.2.2-dev.54 [2021-04-17T14:07:20.279Z] v1.2.2-dev.55 [2021-04-17T14:07:20.279Z] v1.2.2-dev.56 [2021-04-17T14:07:20.279Z] v1.2.2-dev.57 [2021-04-17T14:07:20.279Z] v1.2.2-dev.58 [2021-04-17T14:07:20.279Z] v1.2.2-dev.59 [2021-04-17T14:07:20.279Z] v1.2.2-dev.6 [2021-04-17T14:07:20.279Z] v1.2.2-dev.60 [2021-04-17T14:07:20.279Z] v1.2.2-dev.61 [2021-04-17T14:07:20.279Z] v1.2.2-dev.62 [2021-04-17T14:07:20.279Z] v1.2.2-dev.63 [2021-04-17T14:07:20.279Z] v1.2.2-dev.64 [2021-04-17T14:07:20.279Z] v1.2.2-dev.65 [2021-04-17T14:07:20.279Z] v1.2.2-dev.66 [2021-04-17T14:07:20.279Z] v1.2.2-dev.67 [2021-04-17T14:07:20.279Z] v1.2.2-dev.68 [2021-04-17T14:07:20.279Z] v1.2.2-dev.69 [2021-04-17T14:07:20.279Z] v1.2.2-dev.7 [2021-04-17T14:07:20.279Z] v1.2.2-dev.70 [2021-04-17T14:07:20.279Z] v1.2.2-dev.71 [2021-04-17T14:07:20.279Z] v1.2.2-dev.72 [2021-04-17T14:07:20.279Z] v1.2.2-dev.73 [2021-04-17T14:07:20.279Z] v1.2.2-dev.74 [2021-04-17T14:07:20.279Z] v1.2.2-dev.75 [2021-04-17T14:07:20.279Z] v1.2.2-dev.76 [2021-04-17T14:07:20.279Z] v1.2.2-dev.77 [2021-04-17T14:07:20.279Z] v1.2.2-dev.78 [2021-04-17T14:07:20.279Z] v1.2.2-dev.79 [2021-04-17T14:07:20.279Z] v1.2.2-dev.8 [2021-04-17T14:07:20.279Z] v1.2.2-dev.80 [2021-04-17T14:07:20.279Z] v1.2.2-dev.81 [2021-04-17T14:07:20.279Z] v1.2.2-dev.82 [2021-04-17T14:07:20.279Z] v1.2.2-dev.83 [2021-04-17T14:07:20.279Z] v1.2.2-dev.84 [2021-04-17T14:07:20.279Z] v1.2.2-dev.85 [2021-04-17T14:07:20.279Z] v1.2.2-dev.86 [2021-04-17T14:07:20.279Z] v1.2.2-dev.87 [2021-04-17T14:07:20.279Z] v1.2.2-dev.88 [2021-04-17T14:07:20.279Z] v1.2.2-dev.89 [2021-04-17T14:07:20.279Z] v1.2.2-dev.9 [2021-04-17T14:07:20.279Z] v1.2.2-dev.90 [2021-04-17T14:07:20.279Z] v1.2.2-dev.91 [2021-04-17T14:07:20.279Z] v1.2.2-dev.92 [2021-04-17T14:07:20.279Z] v1.2.2-dev.93 [2021-04-17T14:07:20.279Z] v1.2.2-dev.94 [2021-04-17T14:07:20.279Z] v1.2.2-dev.95 [2021-04-17T14:07:20.279Z] v1.2.2-dev.96 [2021-04-17T14:07:20.279Z] v1.2.2-dev.97 [2021-04-17T14:07:20.279Z] v1.2.2-dev.98 [2021-04-17T14:07:20.279Z] v1.2.2-dev.99 [2021-04-17T14:07:20.279Z] v1.3.0 [2021-04-17T14:07:20.279Z] v1.3.1 [2021-04-17T14:07:20.279Z] v1.3.1-dev.1 [2021-04-17T14:07:20.279Z] v1.3.1-dev.10 [2021-04-17T14:07:20.279Z] v1.3.1-dev.11 [2021-04-17T14:07:20.279Z] v1.3.1-dev.12 [2021-04-17T14:07:20.279Z] v1.3.1-dev.13 [2021-04-17T14:07:20.279Z] v1.3.1-dev.14 [2021-04-17T14:07:20.279Z] v1.3.1-dev.15 [2021-04-17T14:07:20.279Z] v1.3.1-dev.16 [2021-04-17T14:07:20.279Z] v1.3.1-dev.17 [2021-04-17T14:07:20.279Z] v1.3.1-dev.18 [2021-04-17T14:07:20.279Z] v1.3.1-dev.2 [2021-04-17T14:07:20.279Z] v1.3.1-dev.3 [2021-04-17T14:07:20.279Z] v1.3.1-dev.4 [2021-04-17T14:07:20.279Z] v1.3.1-dev.5 [2021-04-17T14:07:20.279Z] v1.3.1-dev.6 [2021-04-17T14:07:20.279Z] v1.3.1-dev.7 [2021-04-17T14:07:20.279Z] v1.3.1-dev.8 [2021-04-17T14:07:20.279Z] v1.3.1-dev.9 [2021-04-17T14:07:20.279Z] v2.0.0-dev.1 [2021-04-17T14:07:20.279Z] v2.0.0-dev.10 [2021-04-17T14:07:20.279Z] v2.0.0-dev.100 [2021-04-17T14:07:20.279Z] v2.0.0-dev.101 [2021-04-17T14:07:20.279Z] v2.0.0-dev.102 [2021-04-17T14:07:20.279Z] v2.0.0-dev.103 [2021-04-17T14:07:20.279Z] v2.0.0-dev.104 [2021-04-17T14:07:20.279Z] v2.0.0-dev.105 [2021-04-17T14:07:20.279Z] v2.0.0-dev.106 [2021-04-17T14:07:20.279Z] v2.0.0-dev.107 [2021-04-17T14:07:20.279Z] v2.0.0-dev.108 [2021-04-17T14:07:20.279Z] v2.0.0-dev.109 [2021-04-17T14:07:20.279Z] v2.0.0-dev.11 [2021-04-17T14:07:20.280Z] v2.0.0-dev.110 [2021-04-17T14:07:20.280Z] v2.0.0-dev.111 [2021-04-17T14:07:20.280Z] v2.0.0-dev.112 [2021-04-17T14:07:20.280Z] v2.0.0-dev.113 [2021-04-17T14:07:20.280Z] v2.0.0-dev.114 [2021-04-17T14:07:20.280Z] v2.0.0-dev.115 [2021-04-17T14:07:20.280Z] v2.0.0-dev.116 [2021-04-17T14:07:20.280Z] v2.0.0-dev.117 [2021-04-17T14:07:20.280Z] v2.0.0-dev.118 [2021-04-17T14:07:20.280Z] v2.0.0-dev.119 [2021-04-17T14:07:20.280Z] v2.0.0-dev.12 [2021-04-17T14:07:20.280Z] v2.0.0-dev.120 [2021-04-17T14:07:20.280Z] v2.0.0-dev.121 [2021-04-17T14:07:20.280Z] v2.0.0-dev.122 [2021-04-17T14:07:20.280Z] v2.0.0-dev.123 [2021-04-17T14:07:20.280Z] v2.0.0-dev.124 [2021-04-17T14:07:20.280Z] v2.0.0-dev.125 [2021-04-17T14:07:20.280Z] v2.0.0-dev.126 [2021-04-17T14:07:20.280Z] v2.0.0-dev.127 [2021-04-17T14:07:20.280Z] v2.0.0-dev.128 [2021-04-17T14:07:20.280Z] v2.0.0-dev.129 [2021-04-17T14:07:20.280Z] v2.0.0-dev.13 [2021-04-17T14:07:20.280Z] v2.0.0-dev.130 [2021-04-17T14:07:20.280Z] v2.0.0-dev.131 [2021-04-17T14:07:20.280Z] v2.0.0-dev.132 [2021-04-17T14:07:20.280Z] v2.0.0-dev.133 [2021-04-17T14:07:20.280Z] v2.0.0-dev.134 [2021-04-17T14:07:20.280Z] v2.0.0-dev.135 [2021-04-17T14:07:20.280Z] v2.0.0-dev.136 [2021-04-17T14:07:20.280Z] v2.0.0-dev.137 [2021-04-17T14:07:20.280Z] v2.0.0-dev.138 [2021-04-17T14:07:20.280Z] v2.0.0-dev.139 [2021-04-17T14:07:20.280Z] v2.0.0-dev.14 [2021-04-17T14:07:20.280Z] v2.0.0-dev.140 [2021-04-17T14:07:20.280Z] v2.0.0-dev.141 [2021-04-17T14:07:20.280Z] v2.0.0-dev.142 [2021-04-17T14:07:20.280Z] v2.0.0-dev.143 [2021-04-17T14:07:20.280Z] v2.0.0-dev.144 [2021-04-17T14:07:20.280Z] v2.0.0-dev.145 [2021-04-17T14:07:20.280Z] v2.0.0-dev.146 [2021-04-17T14:07:20.280Z] v2.0.0-dev.147 [2021-04-17T14:07:20.280Z] v2.0.0-dev.148 [2021-04-17T14:07:20.280Z] v2.0.0-dev.149 [2021-04-17T14:07:20.280Z] v2.0.0-dev.15 [2021-04-17T14:07:20.280Z] v2.0.0-dev.150 [2021-04-17T14:07:20.280Z] v2.0.0-dev.151 [2021-04-17T14:07:20.280Z] v2.0.0-dev.152 [2021-04-17T14:07:20.280Z] v2.0.0-dev.153 [2021-04-17T14:07:20.280Z] v2.0.0-dev.154 [2021-04-17T14:07:20.280Z] v2.0.0-dev.155 [2021-04-17T14:07:20.280Z] v2.0.0-dev.156 [2021-04-17T14:07:20.280Z] v2.0.0-dev.157 [2021-04-17T14:07:20.280Z] v2.0.0-dev.158 [2021-04-17T14:07:20.280Z] v2.0.0-dev.159 [2021-04-17T14:07:20.280Z] v2.0.0-dev.16 [2021-04-17T14:07:20.280Z] v2.0.0-dev.160 [2021-04-17T14:07:20.280Z] v2.0.0-dev.161 [2021-04-17T14:07:20.280Z] v2.0.0-dev.162 [2021-04-17T14:07:20.280Z] v2.0.0-dev.163 [2021-04-17T14:07:20.280Z] v2.0.0-dev.164 [2021-04-17T14:07:20.280Z] v2.0.0-dev.165 [2021-04-17T14:07:20.280Z] v2.0.0-dev.166 [2021-04-17T14:07:20.280Z] v2.0.0-dev.167 [2021-04-17T14:07:20.280Z] v2.0.0-dev.168 [2021-04-17T14:07:20.280Z] v2.0.0-dev.169 [2021-04-17T14:07:20.280Z] v2.0.0-dev.17 [2021-04-17T14:07:20.280Z] v2.0.0-dev.170 [2021-04-17T14:07:20.280Z] v2.0.0-dev.171 [2021-04-17T14:07:20.280Z] v2.0.0-dev.172 [2021-04-17T14:07:20.280Z] v2.0.0-dev.173 [2021-04-17T14:07:20.280Z] v2.0.0-dev.174 [2021-04-17T14:07:20.280Z] v2.0.0-dev.18 [2021-04-17T14:07:20.280Z] v2.0.0-dev.19 [2021-04-17T14:07:20.280Z] v2.0.0-dev.2 [2021-04-17T14:07:20.280Z] v2.0.0-dev.20 [2021-04-17T14:07:20.280Z] v2.0.0-dev.21 [2021-04-17T14:07:20.280Z] v2.0.0-dev.22 [2021-04-17T14:07:20.280Z] v2.0.0-dev.23 [2021-04-17T14:07:20.280Z] v2.0.0-dev.24 [2021-04-17T14:07:20.280Z] v2.0.0-dev.25 [2021-04-17T14:07:20.280Z] v2.0.0-dev.26 [2021-04-17T14:07:20.280Z] v2.0.0-dev.27 [2021-04-17T14:07:20.280Z] v2.0.0-dev.28 [2021-04-17T14:07:20.280Z] v2.0.0-dev.29 [2021-04-17T14:07:20.280Z] v2.0.0-dev.3 [2021-04-17T14:07:20.280Z] v2.0.0-dev.30 [2021-04-17T14:07:20.280Z] v2.0.0-dev.31 [2021-04-17T14:07:20.280Z] v2.0.0-dev.32 [2021-04-17T14:07:20.280Z] v2.0.0-dev.33 [2021-04-17T14:07:20.280Z] v2.0.0-dev.34 [2021-04-17T14:07:20.280Z] v2.0.0-dev.35 [2021-04-17T14:07:20.280Z] v2.0.0-dev.36 [2021-04-17T14:07:20.280Z] v2.0.0-dev.37 [2021-04-17T14:07:20.280Z] v2.0.0-dev.38 [2021-04-17T14:07:20.280Z] v2.0.0-dev.39 [2021-04-17T14:07:20.280Z] v2.0.0-dev.4 [2021-04-17T14:07:20.280Z] v2.0.0-dev.40 [2021-04-17T14:07:20.280Z] v2.0.0-dev.41 [2021-04-17T14:07:20.280Z] v2.0.0-dev.42 [2021-04-17T14:07:20.280Z] v2.0.0-dev.43 [2021-04-17T14:07:20.280Z] v2.0.0-dev.44 [2021-04-17T14:07:20.280Z] v2.0.0-dev.45 [2021-04-17T14:07:20.280Z] v2.0.0-dev.46 [2021-04-17T14:07:20.280Z] v2.0.0-dev.47 [2021-04-17T14:07:20.280Z] v2.0.0-dev.48 [2021-04-17T14:07:20.280Z] v2.0.0-dev.49 [2021-04-17T14:07:20.280Z] v2.0.0-dev.5 [2021-04-17T14:07:20.280Z] v2.0.0-dev.50 [2021-04-17T14:07:20.280Z] v2.0.0-dev.51 [2021-04-17T14:07:20.280Z] v2.0.0-dev.52 [2021-04-17T14:07:20.280Z] v2.0.0-dev.53 [2021-04-17T14:07:20.280Z] v2.0.0-dev.54 [2021-04-17T14:07:20.280Z] v2.0.0-dev.55 [2021-04-17T14:07:20.280Z] v2.0.0-dev.56 [2021-04-17T14:07:20.280Z] v2.0.0-dev.57 [2021-04-17T14:07:20.280Z] v2.0.0-dev.58 [2021-04-17T14:07:20.280Z] v2.0.0-dev.59 [2021-04-17T14:07:20.280Z] v2.0.0-dev.6 [2021-04-17T14:07:20.280Z] v2.0.0-dev.60 [2021-04-17T14:07:20.280Z] v2.0.0-dev.61 [2021-04-17T14:07:20.280Z] v2.0.0-dev.62 [2021-04-17T14:07:20.280Z] v2.0.0-dev.63 [2021-04-17T14:07:20.280Z] v2.0.0-dev.64 [2021-04-17T14:07:20.280Z] v2.0.0-dev.65 [2021-04-17T14:07:20.280Z] v2.0.0-dev.66 [2021-04-17T14:07:20.280Z] v2.0.0-dev.67 [2021-04-17T14:07:20.280Z] v2.0.0-dev.68 [2021-04-17T14:07:20.280Z] v2.0.0-dev.69 [2021-04-17T14:07:20.280Z] v2.0.0-dev.7 [2021-04-17T14:07:20.280Z] v2.0.0-dev.70 [2021-04-17T14:07:20.280Z] v2.0.0-dev.71 [2021-04-17T14:07:20.280Z] v2.0.0-dev.72 [2021-04-17T14:07:20.280Z] v2.0.0-dev.73 [2021-04-17T14:07:20.280Z] v2.0.0-dev.74 [2021-04-17T14:07:20.280Z] v2.0.0-dev.75 [2021-04-17T14:07:20.280Z] v2.0.0-dev.76 [2021-04-17T14:07:20.280Z] v2.0.0-dev.77 [2021-04-17T14:07:20.280Z] v2.0.0-dev.78 [2021-04-17T14:07:20.280Z] v2.0.0-dev.79 [2021-04-17T14:07:20.280Z] v2.0.0-dev.8 [2021-04-17T14:07:20.280Z] v2.0.0-dev.80 [2021-04-17T14:07:20.280Z] v2.0.0-dev.81 [2021-04-17T14:07:20.280Z] v2.0.0-dev.82 [2021-04-17T14:07:20.280Z] v2.0.0-dev.83 [2021-04-17T14:07:20.280Z] v2.0.0-dev.84 [2021-04-17T14:07:20.280Z] v2.0.0-dev.85 [2021-04-17T14:07:20.280Z] v2.0.0-dev.86 [2021-04-17T14:07:20.280Z] v2.0.0-dev.87 [2021-04-17T14:07:20.280Z] v2.0.0-dev.88 [2021-04-17T14:07:20.280Z] v2.0.0-dev.89 [2021-04-17T14:07:20.280Z] v2.0.0-dev.9 [2021-04-17T14:07:20.280Z] v2.0.0-dev.90 [2021-04-17T14:07:20.280Z] v2.0.0-dev.91 [2021-04-17T14:07:20.280Z] v2.0.0-dev.92 [2021-04-17T14:07:20.280Z] v2.0.0-dev.93 [2021-04-17T14:07:20.280Z] v2.0.0-dev.94 [2021-04-17T14:07:20.280Z] v2.0.0-dev.95 [2021-04-17T14:07:20.280Z] v2.0.0-dev.96 [2021-04-17T14:07:20.280Z] v2.0.0-dev.97 [2021-04-17T14:07:20.280Z] v2.0.0-dev.98 [2021-04-17T14:07:20.280Z] v2.0.0-dev.99 [Pipeline] sh [2021-04-17T14:07:20.584Z] + lftools sign git-tag v2.0.0-dev.174 [2021-04-17T14:07:21.976Z] Signing Git tag with Sigul... [2021-04-17T14:07:21.976Z] Signing v2.0.0-dev.174 [Pipeline] echo [2021-04-17T14:07:23.376Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-17T14:07:23.680Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-17T14:07:23.688Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-17T14:07:23.716Z] $ docker stop --time=1 75ce1a81289ac1005ef2d90fa4ec8f6a00a9795e96380cb3952dcb6628f09000 [2021-04-17T14:07:25.842Z] $ docker rm -f 75ce1a81289ac1005ef2d90fa4ec8f6a00a9795e96380cb3952dcb6628f09000 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:07:26.408Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-17T14:07:26.408Z] . [Pipeline] withDockerContainer [2021-04-17T14:07:26.517Z] prd-centos7-docker-4c-2g-554 does not seem to be running inside a container [2021-04-17T14:07:26.564Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/442 -v /w/workspace/edgex-go/442:/w/workspace/edgex-go/442:rw,z -v /w/workspace/edgex-go/442@tmp:/w/workspace/edgex-go/442@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-17T14:07:27.446Z] $ docker top 22b2ec9aa25bcb92d1481a7b520a12c5f61ef33a39b637c3a6d7b424ff7cd72e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-17T14:07:27.641Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-17T14:07:27.641Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-17T14:07:27.902Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-17T14:07:27.906Z] $ docker exec 22b2ec9aa25bcb92d1481a7b520a12c5f61ef33a39b637c3a6d7b424ff7cd72e ssh-agent [2021-04-17T14:07:28.108Z] SSH_AUTH_SOCK=/tmp/ssh-cLidrDIeJ7nM/agent.11 [2021-04-17T14:07:28.108Z] SSH_AGENT_PID=17 [2021-04-17T14:07:28.116Z] Running ssh-add (command line suppressed) [2021-04-17T14:07:28.247Z] Identity added: /w/workspace/edgex-go/442@tmp/private_key_4260557989836002719.key (/w/workspace/edgex-go/442@tmp/private_key_4260557989836002719.key) [2021-04-17T14:07:28.306Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-17T14:07:28.608Z] + git semver bump pre [2021-04-17T14:07:28.608Z] # -> Open(): unable to determine branch for HEAD [2021-04-17T14:07:28.608Z] # $GIT_DIR = /w/workspace/edgex-go/442/.git [2021-04-17T14:07:28.608Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/442 [2021-04-17T14:07:28.608Z] # $SEMVER_REMOTE_NAME = origin [2021-04-17T14:07:28.608Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-17T14:07:28.608Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-17T14:07:28.608Z] # $SEMVER_BRANCH = master [2021-04-17T14:07:28.608Z] # $SEMVER_DIR = /w/workspace/edgex-go/442/.semver [2021-04-17T14:07:28.608Z] 2.0.0-dev.175 [Pipeline] } [2021-04-17T14:07:28.621Z] $ docker exec --env ******** --env ******** 22b2ec9aa25bcb92d1481a7b520a12c5f61ef33a39b637c3a6d7b424ff7cd72e ssh-agent -k [2021-04-17T14:07:28.745Z] unset SSH_AUTH_SOCK; [2021-04-17T14:07:28.746Z] unset SSH_AGENT_PID; [2021-04-17T14:07:28.746Z] echo Agent pid 17 killed; [2021-04-17T14:07:28.802Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-17T14:07:29.129Z] + git semver [Pipeline] } [2021-04-17T14:07:29.145Z] $ docker stop --time=1 22b2ec9aa25bcb92d1481a7b520a12c5f61ef33a39b637c3a6d7b424ff7cd72e [2021-04-17T14:07:30.576Z] $ docker rm -f 22b2ec9aa25bcb92d1481a7b520a12c5f61ef33a39b637c3a6d7b424ff7cd72e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:07:31.010Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-17T14:07:31.010Z] . [Pipeline] withDockerContainer [2021-04-17T14:07:31.110Z] prd-centos7-docker-4c-2g-554 does not seem to be running inside a container [2021-04-17T14:07:31.156Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/442 -v /w/workspace/edgex-go/442:/w/workspace/edgex-go/442:rw,z -v /w/workspace/edgex-go/442@tmp:/w/workspace/edgex-go/442@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-17T14:07:32.078Z] $ docker top 2eaaa7fbd34a2918539be55b9552b5412ed87eab1a442d790eae203b71d401b5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-17T14:07:32.284Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-17T14:07:32.284Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-17T14:07:32.494Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-17T14:07:32.498Z] $ docker exec 2eaaa7fbd34a2918539be55b9552b5412ed87eab1a442d790eae203b71d401b5 ssh-agent [2021-04-17T14:07:32.690Z] SSH_AUTH_SOCK=/tmp/ssh-AAJqrnYqAjGR/agent.12 [2021-04-17T14:07:32.690Z] SSH_AGENT_PID=18 [2021-04-17T14:07:32.697Z] Running ssh-add (command line suppressed) [2021-04-17T14:07:32.829Z] Identity added: /w/workspace/edgex-go/442@tmp/private_key_4021910172811411758.key (/w/workspace/edgex-go/442@tmp/private_key_4021910172811411758.key) [2021-04-17T14:07:32.890Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-17T14:07:33.189Z] + git semver push [2021-04-17T14:07:33.189Z] # -> Open(): unable to determine branch for HEAD [2021-04-17T14:07:33.189Z] # $GIT_DIR = /w/workspace/edgex-go/442/.git [2021-04-17T14:07:33.189Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/442 [2021-04-17T14:07:33.189Z] # $SEMVER_REMOTE_NAME = origin [2021-04-17T14:07:33.189Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-17T14:07:33.189Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-17T14:07:33.189Z] # $SEMVER_BRANCH = master [2021-04-17T14:07:33.189Z] # $SEMVER_DIR = /w/workspace/edgex-go/442/.semver [Pipeline] } [2021-04-17T14:07:43.220Z] $ docker exec --env ******** --env ******** 2eaaa7fbd34a2918539be55b9552b5412ed87eab1a442d790eae203b71d401b5 ssh-agent -k [2021-04-17T14:07:43.360Z] unset SSH_AUTH_SOCK; [2021-04-17T14:07:43.360Z] unset SSH_AGENT_PID; [2021-04-17T14:07:43.360Z] echo Agent pid 18 killed; [2021-04-17T14:07:43.422Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-17T14:07:43.757Z] + git semver [Pipeline] } [2021-04-17T14:07:43.775Z] $ docker stop --time=1 2eaaa7fbd34a2918539be55b9552b5412ed87eab1a442d790eae203b71d401b5 [2021-04-17T14:07:45.141Z] $ docker rm -f 2eaaa7fbd34a2918539be55b9552b5412ed87eab1a442d790eae203b71d401b5 [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-04-17T14:07:45.790Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-17T14:07:46.665Z] ---> package-listing.sh [2021-04-17T14:07:46.665Z] ++ facter osfamily [2021-04-17T14:07:46.665Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-17T14:07:46.665Z] + OS_FAMILY=redhat [2021-04-17T14:07:46.665Z] + workspace=/w/workspace/edgex-go/442 [2021-04-17T14:07:46.665Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-17T14:07:46.665Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-17T14:07:46.665Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-17T14:07:46.665Z] + PACKAGES=/tmp/packages_start.txt [2021-04-17T14:07:46.665Z] + '[' /w/workspace/edgex-go/442 ']' [2021-04-17T14:07:46.665Z] + PACKAGES=/tmp/packages_end.txt [2021-04-17T14:07:46.665Z] + case "${OS_FAMILY}" in [2021-04-17T14:07:46.665Z] + rpm -qa [2021-04-17T14:07:46.665Z] + sort [2021-04-17T14:07:51.969Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-17T14:07:51.969Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-17T14:07:51.969Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-17T14:07:51.969Z] + '[' /w/workspace/edgex-go/442 ']' [2021-04-17T14:07:51.969Z] + mkdir -p /w/workspace/edgex-go/442/archives/ [2021-04-17T14:07:51.969Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/442/archives/ [Pipeline] echo [2021-04-17T14:07:51.982Z] 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/442/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-17T14:07:52.274Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:07:52.577Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-17T14:07:52.577Z] [2021-04-17T14:07:52.577Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:07:52.886Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-17T14:07:52.887Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-17T14:07:52.887Z] df20fa9351a1: Pulling fs layer [2021-04-17T14:07:52.887Z] 36b3adc4ff6f: Pulling fs layer [2021-04-17T14:07:52.887Z] 8ad3a11d3b57: Pulling fs layer [2021-04-17T14:07:52.887Z] 46f8f816bc3b: Pulling fs layer [2021-04-17T14:07:52.887Z] 93b61091891f: Pulling fs layer [2021-04-17T14:07:52.887Z] 93b9cdb0e59b: Pulling fs layer [2021-04-17T14:07:52.887Z] 5e14af77c1be: Pulling fs layer [2021-04-17T14:07:52.887Z] 01666e4c0597: Pulling fs layer [2021-04-17T14:07:52.887Z] aa168da1d23b: Pulling fs layer [2021-04-17T14:07:52.887Z] 01666e4c0597: Waiting [2021-04-17T14:07:52.887Z] 93b9cdb0e59b: Waiting [2021-04-17T14:07:52.887Z] aa168da1d23b: Waiting [2021-04-17T14:07:52.887Z] 5e14af77c1be: Waiting [2021-04-17T14:07:52.887Z] 46f8f816bc3b: Waiting [2021-04-17T14:07:52.887Z] 93b61091891f: Waiting [2021-04-17T14:07:53.151Z] 36b3adc4ff6f: Verifying Checksum [2021-04-17T14:07:53.151Z] 36b3adc4ff6f: Download complete [2021-04-17T14:07:53.151Z] 46f8f816bc3b: Download complete [2021-04-17T14:07:53.151Z] df20fa9351a1: Download complete [2021-04-17T14:07:53.151Z] 93b9cdb0e59b: Verifying Checksum [2021-04-17T14:07:53.151Z] 93b9cdb0e59b: Download complete [2021-04-17T14:07:53.151Z] 93b61091891f: Verifying Checksum [2021-04-17T14:07:53.151Z] 93b61091891f: Download complete [2021-04-17T14:07:53.151Z] 5e14af77c1be: Download complete [2021-04-17T14:07:53.413Z] 01666e4c0597: Download complete [2021-04-17T14:07:53.413Z] 8ad3a11d3b57: Verifying Checksum [2021-04-17T14:07:53.413Z] 8ad3a11d3b57: Download complete [2021-04-17T14:07:53.679Z] df20fa9351a1: Pull complete [2021-04-17T14:07:53.941Z] 36b3adc4ff6f: Pull complete [2021-04-17T14:07:55.341Z] 8ad3a11d3b57: Pull complete [2021-04-17T14:07:55.341Z] 46f8f816bc3b: Pull complete [2021-04-17T14:07:55.341Z] aa168da1d23b: Verifying Checksum [2021-04-17T14:07:55.341Z] aa168da1d23b: Download complete [2021-04-17T14:07:55.604Z] 93b61091891f: Pull complete [2021-04-17T14:07:55.866Z] 93b9cdb0e59b: Pull complete [2021-04-17T14:07:55.866Z] 5e14af77c1be: Pull complete [2021-04-17T14:07:56.128Z] 01666e4c0597: Pull complete [2021-04-17T14:08:02.752Z] aa168da1d23b: Pull complete [2021-04-17T14:08:02.752Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-17T14:08:02.752Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-17T14:08:02.752Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-17T14:08:02.974Z] prd-centos7-docker-4c-2g-554 does not seem to be running inside a container [2021-04-17T14:08:03.026Z] $ 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/442/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/442 -v /w/workspace/edgex-go/442:/w/workspace/edgex-go/442:rw,z -v /w/workspace/edgex-go/442@tmp:/w/workspace/edgex-go/442@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-17T14:08:06.390Z] $ docker top a6620d7a568bdccaf8e93990fbd6560c70d881dfb730354e916dbf54a9e7cf6c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-17T14:08:06.824Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-17T14:08:07.119Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-17T14:08:07.418Z] + ls /var/log/sa-host [2021-04-17T14:08:07.418Z] + sadf -c /var/log/sa-host/sa17 [2021-04-17T14:08:07.418Z] file_magic: OK [2021-04-17T14:08:07.418Z] HZ: Using current value: 100 [2021-04-17T14:08:07.418Z] file_header: OK [2021-04-17T14:08:07.418Z] 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-04-17T14:08:07.418Z] Statistics: [2021-04-17T14:08:07.418Z] 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... [2021-04-17T14:08:07.418Z] File successfully converted to sysstat format version 12.2.1 [2021-04-17T14:08:07.418Z] + sadf -c /var/log/sa-host/sa23 [2021-04-17T14:08:07.418Z] file_magic: OK [2021-04-17T14:08:07.418Z] HZ: Using current value: 100 [2021-04-17T14:08:07.418Z] file_header: OK [2021-04-17T14:08:07.418Z] 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-04-17T14:08:07.418Z] Statistics: [2021-04-17T14:08:07.418Z] Hnuu...uuuununununu... [2021-04-17T14:08:07.418Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-17T14:08:07.612Z] provisioning config files... [2021-04-17T14:08:07.630Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/442@tmp/config7827975071577777874tmp [Pipeline] { [Pipeline] echo [2021-04-17T14:08:07.650Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-17T14:08:07.949Z] ---> create-netrc.sh [Pipeline] } [2021-04-17T14:08:07.960Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-17T14:08:07.985Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-17T14:08:08.283Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-17T14:08:08.294Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-17T14:08:08.592Z] ---> sudo-logs.sh [2021-04-17T14:08:08.592Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-17T14:08:08.622Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-17T14:08:08.917Z] ---> job-cost.sh [2021-04-17T14:08:08.917Z] lf-activate-venv: SKIPPING [2021-04-17T14:08:08.917Z] DEBUG: total: 0.20999999344348907 [2021-04-17T14:08:08.917Z] INFO: Retrieving Stack Cost... [2021-04-17T14:08:09.879Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-17T14:08:10.498Z] INFO: Archiving Costs [Pipeline] echo [2021-04-17T14:08:10.518Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-17T14:08:10.838Z] ---> logs-deploy.sh [2021-04-17T14:08:10.838Z] lf-activate-venv: SKIPPING [2021-04-17T14:08:10.838Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/442 [2021-04-17T14:08:10.838Z] INFO: archiving workspace using pattern(s): [2021-04-17T14:08:12.759Z] Archives upload complete. [2021-04-17T14:08:12.759Z] INFO: archiving logs to Nexus [2021-04-17T14:08:13.703Z] ---> uname -a: [2021-04-17T14:08:13.703Z] Linux prd-centos7-docker-4c-2g-554.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-04-17T14:08:13.703Z] [2021-04-17T14:08:13.703Z]