Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 73dc428bea26e7bc953b08348183f35641f26ad3 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 e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 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 e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 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 e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 # timeout=10 Commit message: "Merge pull request #316 from ernestojeda/email-notifications" > 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-27809 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/372 [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/372 # 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 73dc428bea26e7bc953b08348183f35641f26ad3 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 73dc428bea26e7bc953b08348183f35641f26ad3 # timeout=10 Commit message: "Merge pull request #3196 from weichou1229/issue-3195" > git rev-list --no-walk dd4b8fe188861d65d0d5afbafd149fd221a40ee4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-26T05:59:32.192Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-26T05:59:32.421Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-26T05:59:32.507Z] ========================================================= [2021-02-26T05:59:32.507Z] EdgeX Global Pipelines Version Info [2021-02-26T05:59:32.507Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-26T05:59:34.037Z] ------------------- [2021-02-26T05:59:34.037Z] stable info: [2021-02-26T05:59:34.038Z] ------------------- [2021-02-26T05:59:34.038Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-26T05:59:34.038Z] Commit SHA: e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 [2021-02-26T05:59:34.038Z] Message: update stable to v1.0.182 [2021-02-26T05:59:34.985Z] ------------------- [2021-02-26T05:59:34.986Z] experimental info: [2021-02-26T05:59:34.986Z] ------------------- [2021-02-26T05:59:34.986Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-02-26T05:59:34.986Z] Commit SHA: e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 [2021-02-26T05:59:34.986Z] Message: update experimental to v1.0.182 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-26T05:59:35.259Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-26T05:59:35.336Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-26T05:59:35.414Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-26T05:59:35.496Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-26T05:59:35.575Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-26T05:59:35.654Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-26T05:59:35.731Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-26T05:59:35.813Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-26T05:59:35.893Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-26T05:59:35.969Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-26T05:59:36.049Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-26T05:59:36.194Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-26T05:59:36.280Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-26T05:59:36.358Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-26T05:59:36.438Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-26T05:59:36.519Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-26T05:59:36.595Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-26T05:59:36.670Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-26T05:59:36.757Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-26T05:59:36.838Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-26T05:59:36.915Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-26T05:59:37.001Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-02-26T05:59:37.080Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-02-26T05:59:37.153Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-02-26T05:59:37.275Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-02-26T05:59:37.357Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 73dc428bea26e7bc953b08348183f35641f26ad3 [Pipeline] echo [2021-02-26T05:59:37.437Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 73dc428 [Pipeline] echo [2021-02-26T05:59:37.516Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-26T05:59:37.674Z] provisioning config files... [2021-02-26T05:59:37.702Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/372@tmp/config3429913011151911521tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-26T05:59:38.054Z] ---> docker-login.sh [2021-02-26T05:59:38.054Z] nexus3.edgexfoundry.org:10001 [2021-02-26T05:59:38.317Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T05:59:38.580Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T05:59:38.581Z] Configure a credential helper to remove this warning. See [2021-02-26T05:59:38.581Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T05:59:38.581Z] [2021-02-26T05:59:38.581Z] Login Succeeded [2021-02-26T05:59:38.581Z] nexus3.edgexfoundry.org:10002 [2021-02-26T05:59:38.581Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T05:59:38.581Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T05:59:38.581Z] Configure a credential helper to remove this warning. See [2021-02-26T05:59:38.581Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T05:59:38.581Z] [2021-02-26T05:59:38.581Z] Login Succeeded [2021-02-26T05:59:38.581Z] nexus3.edgexfoundry.org:10003 [2021-02-26T05:59:38.852Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T05:59:38.852Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T05:59:38.852Z] Configure a credential helper to remove this warning. See [2021-02-26T05:59:38.852Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T05:59:38.852Z] [2021-02-26T05:59:38.852Z] Login Succeeded [2021-02-26T05:59:38.852Z] nexus3.edgexfoundry.org:10004 [2021-02-26T05:59:39.118Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T05:59:39.118Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T05:59:39.118Z] Configure a credential helper to remove this warning. See [2021-02-26T05:59:39.118Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T05:59:39.118Z] [2021-02-26T05:59:39.118Z] Login Succeeded [2021-02-26T05:59:39.118Z] docker.io [2021-02-26T05:59:39.383Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T05:59:39.647Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T05:59:39.647Z] Configure a credential helper to remove this warning. See [2021-02-26T05:59:39.647Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T05:59:39.647Z] [2021-02-26T05:59:39.647Z] Login Succeeded [2021-02-26T05:59:39.647Z] ---> docker-login.sh ends [Pipeline] } [2021-02-26T05:59:39.658Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-26T05:59:40.117Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-02-26T05:59:40.118Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-26T05:59:40.118Z] ++ dirname cmd/core-command/Dockerfile [2021-02-26T05:59:40.118Z] ++ cut -d/ -f2 [2021-02-26T05:59:40.118Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-26T05:59:40.118Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-26T05:59:40.118Z] ++ dirname cmd/core-data/Dockerfile [2021-02-26T05:59:40.118Z] ++ cut -d/ -f2 [2021-02-26T05:59:40.118Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-26T05:59:40.118Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-26T05:59:40.118Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-26T05:59:40.118Z] ++ cut -d/ -f2 [2021-02-26T05:59:40.118Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-26T05:59:40.118Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-26T05:59:40.118Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-26T05:59:40.118Z] ++ cut -d/ -f2 [2021-02-26T05:59:40.118Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-26T05:59:40.118Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-26T05:59:40.118Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-26T05:59:40.118Z] ++ cut -d/ -f2 [2021-02-26T05:59:40.118Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-26T05:59:40.118Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-26T05:59:40.118Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-26T05:59:40.118Z] ++ cut -d/ -f2 [2021-02-26T05:59:40.118Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-26T05:59:40.118Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-26T05:59:40.118Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-26T05:59:40.118Z] ++ cut -d/ -f2 [2021-02-26T05:59:40.118Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-26T05:59:40.118Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-26T05:59:40.118Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-26T05:59:40.118Z] ++ cut -d/ -f2 [2021-02-26T05:59:40.118Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-26T05:59:40.118Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-26T05:59:40.118Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-26T05:59:40.118Z] ++ cut -d/ -f2 [2021-02-26T05:59:40.118Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-26T05:59:40.207Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-02-26T05:59:41.078Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-26T05:59:41.078Z] [2021-02-26T05:59:41.078Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-26T05:59:41.476Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-26T05:59:41.476Z] latest: Pulling from edgex-devops/git-semver [2021-02-26T05:59:41.476Z] 31603596830f: Pulling fs layer [2021-02-26T05:59:41.476Z] 2a8b12db71e7: Pulling fs layer [2021-02-26T05:59:41.476Z] 6ca5941a6612: Pulling fs layer [2021-02-26T05:59:41.476Z] ecc8261a40a4: Pulling fs layer [2021-02-26T05:59:41.476Z] ecc8261a40a4: Waiting [2021-02-26T05:59:41.476Z] 2a8b12db71e7: Verifying Checksum [2021-02-26T05:59:41.476Z] 2a8b12db71e7: Download complete [2021-02-26T05:59:41.476Z] 31603596830f: Verifying Checksum [2021-02-26T05:59:41.476Z] 31603596830f: Download complete [2021-02-26T05:59:41.748Z] ecc8261a40a4: Verifying Checksum [2021-02-26T05:59:41.748Z] ecc8261a40a4: Download complete [2021-02-26T05:59:41.748Z] 6ca5941a6612: Verifying Checksum [2021-02-26T05:59:41.748Z] 6ca5941a6612: Download complete [2021-02-26T05:59:42.032Z] 31603596830f: Pull complete [2021-02-26T05:59:42.306Z] 2a8b12db71e7: Pull complete [2021-02-26T05:59:43.262Z] 6ca5941a6612: Pull complete [2021-02-26T05:59:43.262Z] ecc8261a40a4: Pull complete [2021-02-26T05:59:43.262Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-26T05:59:43.262Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-26T05:59:43.262Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-26T05:59:43.393Z] prd-centos7-docker-4c-2g-27809 does not seem to be running inside a container [2021-02-26T05:59:43.463Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/372 -v /w/workspace/edgex-go/372:/w/workspace/edgex-go/372:rw,z -v /w/workspace/edgex-go/372@tmp:/w/workspace/edgex-go/372@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-02-26T05:59:46.023Z] $ docker top a73d73b2b2b076c96247151c570351ddd7e531601aba3923c88efec970b0c3cd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-26T05:59:46.448Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-26T05:59:46.449Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-26T05:59:46.740Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-26T05:59:46.747Z] $ docker exec a73d73b2b2b076c96247151c570351ddd7e531601aba3923c88efec970b0c3cd ssh-agent [2021-02-26T05:59:46.927Z] SSH_AUTH_SOCK=/tmp/ssh-h3F5UGKqeZdQ/agent.11 [2021-02-26T05:59:46.927Z] SSH_AGENT_PID=17 [2021-02-26T05:59:46.939Z] Running ssh-add (command line suppressed) [2021-02-26T05:59:47.071Z] Identity added: /w/workspace/edgex-go/372@tmp/private_key_7822868168101901278.key (/w/workspace/edgex-go/372@tmp/private_key_7822868168101901278.key) [2021-02-26T05:59:47.130Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-26T05:59:47.466Z] + git tag --points-at HEAD [Pipeline] } [2021-02-26T05:59:47.495Z] $ docker exec --env ******** --env ******** a73d73b2b2b076c96247151c570351ddd7e531601aba3923c88efec970b0c3cd ssh-agent -k [2021-02-26T05:59:47.621Z] unset SSH_AUTH_SOCK; [2021-02-26T05:59:47.621Z] unset SSH_AGENT_PID; [2021-02-26T05:59:47.621Z] echo Agent pid 17 killed; [2021-02-26T05:59:47.670Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-26T05:59:47.802Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-26T05:59:47.802Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-26T05:59:47.979Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-26T05:59:47.985Z] $ docker exec a73d73b2b2b076c96247151c570351ddd7e531601aba3923c88efec970b0c3cd ssh-agent [2021-02-26T05:59:48.150Z] SSH_AUTH_SOCK=/tmp/ssh-TtlFGdT7LPoO/agent.46 [2021-02-26T05:59:48.150Z] SSH_AGENT_PID=51 [2021-02-26T05:59:48.157Z] Running ssh-add (command line suppressed) [2021-02-26T05:59:48.301Z] Identity added: /w/workspace/edgex-go/372@tmp/private_key_1513799078951010055.key (/w/workspace/edgex-go/372@tmp/private_key_1513799078951010055.key) [2021-02-26T05:59:48.349Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-26T05:59:48.681Z] + git semver init [2021-02-26T05:59:48.681Z] # -> Open(): unable to determine branch for HEAD [2021-02-26T05:59:48.681Z] # $GIT_DIR = /w/workspace/edgex-go/372/.git [2021-02-26T05:59:48.681Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/372 [2021-02-26T05:59:48.681Z] # $SEMVER_REMOTE_NAME = origin [2021-02-26T05:59:48.681Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-26T05:59:48.681Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-26T05:59:48.681Z] # $SEMVER_BRANCH = master [2021-02-26T05:59:48.681Z] # $SEMVER_TEMP = /tmp/semver-356002258 [2021-02-26T05:59:48.681Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-26T06:00:06.890Z] # '/tmp/semver-356002258' -> '/w/workspace/edgex-go/372/.semver' [2021-02-26T06:00:06.890Z] # -> Force: false [2021-02-26T06:00:06.890Z] # $SEMVER_DIR = /w/workspace/edgex-go/372/.semver [Pipeline] } [2021-02-26T06:00:06.909Z] $ docker exec --env ******** --env ******** a73d73b2b2b076c96247151c570351ddd7e531601aba3923c88efec970b0c3cd ssh-agent -k [2021-02-26T06:00:07.131Z] unset SSH_AUTH_SOCK; [2021-02-26T06:00:07.131Z] unset SSH_AGENT_PID; [2021-02-26T06:00:07.131Z] echo Agent pid 51 killed; [2021-02-26T06:00:07.235Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-26T06:00:07.694Z] + git semver [Pipeline] } [2021-02-26T06:00:07.716Z] $ docker stop --time=1 a73d73b2b2b076c96247151c570351ddd7e531601aba3923c88efec970b0c3cd [2021-02-26T06:00:09.427Z] $ docker rm -f a73d73b2b2b076c96247151c570351ddd7e531601aba3923c88efec970b0c3cd [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-26T06:00:09.935Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-26T06:00:10.527Z] Stashed 1 file(s) [Pipeline] echo [2021-02-26T06:00:10.530Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.106 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-26T06:00:11.442Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-26T06:00:11.756Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-26T06:00:12.069Z] + sudo service docker restart [2021-02-26T06:00:12.069Z] + true [2021-02-26T06:00:12.069Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-26T06:00:12.661Z] ========================================================= [2021-02-26T06:00:12.661Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-26T06:00:12.661Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:00:13.003Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-02-26T06:00:18.352Z] Sending build context to Docker daemon 328MB [2021-02-26T06:00:18.352Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-26T06:00:18.352Z] Step 2/6 : FROM ${BASE} [2021-02-26T06:00:18.352Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-26T06:00:18.352Z] 188c0c94c7c5: Pulling fs layer [2021-02-26T06:00:18.352Z] 0ef7d3d256c8: Pulling fs layer [2021-02-26T06:00:18.352Z] de9db76c5a1d: Pulling fs layer [2021-02-26T06:00:18.352Z] bca2f99d35d6: Pulling fs layer [2021-02-26T06:00:18.352Z] 93359f2a8cfa: Pulling fs layer [2021-02-26T06:00:18.352Z] 7c6f9722023f: Pulling fs layer [2021-02-26T06:00:18.352Z] a35cf1a2eb13: Pulling fs layer [2021-02-26T06:00:18.352Z] bca2f99d35d6: Waiting [2021-02-26T06:00:18.352Z] 93359f2a8cfa: Waiting [2021-02-26T06:00:18.352Z] 7c6f9722023f: Waiting [2021-02-26T06:00:18.352Z] a35cf1a2eb13: Waiting [2021-02-26T06:00:18.352Z] de9db76c5a1d: Verifying Checksum [2021-02-26T06:00:18.352Z] de9db76c5a1d: Download complete [2021-02-26T06:00:18.352Z] 0ef7d3d256c8: Verifying Checksum [2021-02-26T06:00:18.352Z] 0ef7d3d256c8: Download complete [2021-02-26T06:00:18.352Z] 93359f2a8cfa: Verifying Checksum [2021-02-26T06:00:18.352Z] 93359f2a8cfa: Download complete [2021-02-26T06:00:18.352Z] 7c6f9722023f: Download complete [2021-02-26T06:00:18.352Z] 188c0c94c7c5: Verifying Checksum [2021-02-26T06:00:18.352Z] 188c0c94c7c5: Download complete [2021-02-26T06:00:18.352Z] 188c0c94c7c5: Pull complete [2021-02-26T06:00:18.621Z] 0ef7d3d256c8: Pull complete [2021-02-26T06:00:18.891Z] de9db76c5a1d: Pull complete [2021-02-26T06:00:19.865Z] a35cf1a2eb13: Verifying Checksum [2021-02-26T06:00:19.865Z] a35cf1a2eb13: Download complete [2021-02-26T06:00:20.450Z] bca2f99d35d6: Verifying Checksum [2021-02-26T06:00:20.450Z] bca2f99d35d6: Download complete [2021-02-26T06:00:25.958Z] Still waiting to schedule task [2021-02-26T06:00:25.958Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-02-26T06:00:27.074Z] bca2f99d35d6: Pull complete [2021-02-26T06:00:27.074Z] 93359f2a8cfa: Pull complete [2021-02-26T06:00:27.074Z] 7c6f9722023f: Pull complete [2021-02-26T06:00:31.307Z] a35cf1a2eb13: Pull complete [2021-02-26T06:00:31.307Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-26T06:00:31.307Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-26T06:00:31.307Z] ---> a62c8e92a672 [2021-02-26T06:00:31.307Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-26T06:00:31.307Z] ---> Running in 6c76ec6ff4ab [2021-02-26T06:00:32.261Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T06:00:32.837Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T06:00:33.782Z] (1/12) Installing libmagic (5.38-r0) [2021-02-26T06:00:33.782Z] (2/12) Installing file (5.38-r0) [2021-02-26T06:00:33.782Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-26T06:00:34.045Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-26T06:00:37.368Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-26T06:00:37.368Z] (6/12) Installing patch (2.7.6-r6) [2021-02-26T06:00:37.632Z] (7/12) Installing build-base (0.5-r2) [2021-02-26T06:00:37.632Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-26T06:00:37.894Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-26T06:00:37.894Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-26T06:00:37.894Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-26T06:00:38.169Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-26T06:00:38.169Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T06:00:38.169Z] OK: 233 MiB in 51 packages [2021-02-26T06:00:42.397Z] Removing intermediate container 6c76ec6ff4ab [2021-02-26T06:00:42.397Z] ---> ffb0a10b304b [2021-02-26T06:00:42.397Z] Step 4/6 : WORKDIR /edgex-go [2021-02-26T06:00:42.397Z] ---> Running in 8d8c50866330 [2021-02-26T06:00:42.660Z] Removing intermediate container 8d8c50866330 [2021-02-26T06:00:42.660Z] ---> 4dfcfee6a9df [2021-02-26T06:00:42.660Z] Step 5/6 : COPY go.mod . [2021-02-26T06:00:42.924Z] ---> db3085f2e497 [2021-02-26T06:00:42.924Z] Step 6/6 : RUN go mod download [2021-02-26T06:00:42.924Z] ---> Running in 4141c0baf9ff [2021-02-26T06:01:09.576Z] Removing intermediate container 4141c0baf9ff [2021-02-26T06:01:09.576Z] ---> 5cb73209598c [2021-02-26T06:01:09.576Z] Successfully built 5cb73209598c [2021-02-26T06:01:09.576Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:01:09.893Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-26T06:01:09.893Z] . [Pipeline] withDockerContainer [2021-02-26T06:01:10.006Z] prd-centos7-docker-4c-2g-27809 does not seem to be running inside a container [2021-02-26T06:01:10.056Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/372 -v /w/workspace/edgex-go/372:/w/workspace/edgex-go/372:rw,z -v /w/workspace/edgex-go/372@tmp:/w/workspace/edgex-go/372@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-02-26T06:01:10.990Z] $ docker top 1d596ed9dd52844c5e9f555d01c85af07dd6ddc354ac8fd2bb95d1fb911287b0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-26T06:01:11.524Z] + go version [2021-02-26T06:01:11.524Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-26T06:01:11.540Z] $ docker stop --time=1 1d596ed9dd52844c5e9f555d01c85af07dd6ddc354ac8fd2bb95d1fb911287b0 [2021-02-26T06:01:12.920Z] $ docker rm -f 1d596ed9dd52844c5e9f555d01c85af07dd6ddc354ac8fd2bb95d1fb911287b0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:01:13.743Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-26T06:01:13.743Z] . [Pipeline] withDockerContainer [2021-02-26T06:01:13.851Z] prd-centos7-docker-4c-2g-27809 does not seem to be running inside a container [2021-02-26T06:01:13.902Z] $ 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/372 -v /w/workspace/edgex-go/372:/w/workspace/edgex-go/372:rw,z -v /w/workspace/edgex-go/372@tmp:/w/workspace/edgex-go/372@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-02-26T06:01:14.717Z] $ docker top dbb35864a8a15c5a3acfb1b18194c267fd21743550fddf141ca8e0f475a62b0e -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-26T06:01:14.915Z] ========================================================= [2021-02-26T06:01:14.915Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-26T06:01:14.915Z] ========================================================= [Pipeline] sh [2021-02-26T06:01:15.209Z] + make test [2021-02-26T06:01:15.209Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-26T06:01:25.251Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-26T06:01:43.550Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-26T06:01:44.539Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-26T06:01:47.568Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-26T06:01:47.568Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-26T06:01:48.540Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-26T06:01:48.540Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-26T06:01:48.540Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-26T06:01:48.540Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-26T06:01:49.497Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-26T06:01:49.772Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-26T06:01:52.365Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-26T06:01:52.365Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-26T06:01:52.365Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-26T06:01:54.960Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.431s coverage: 45.9% of statements [2021-02-26T06:01:54.960Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-26T06:01:54.960Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-26T06:01:54.960Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-26T06:01:54.960Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-26T06:01:54.960Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-26T06:01:54.960Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-26T06:01:54.960Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-26T06:01:54.960Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.480s coverage: 100.0% of statements [2021-02-26T06:02:00.316Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.209s coverage: 27.1% of statements [2021-02-26T06:02:00.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-26T06:02:00.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-26T06:02:00.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-26T06:02:00.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-26T06:02:00.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-26T06:02:00.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-26T06:02:00.316Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.035s coverage: 100.0% of statements [2021-02-26T06:02:00.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-26T06:02:00.316Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.044s coverage: 100.0% of statements [2021-02-26T06:02:00.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-26T06:02:00.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-26T06:02:00.316Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.101s coverage: 65.8% of statements [2021-02-26T06:02:00.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-26T06:02:00.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-26T06:02:00.316Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.445s coverage: 82.3% of statements [2021-02-26T06:02:00.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-26T06:02:00.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-26T06:02:00.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-26T06:02:00.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-26T06:02:01.738Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.371s coverage: 28.6% of statements [2021-02-26T06:02:01.738Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-26T06:02:01.738Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-26T06:02:01.738Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-26T06:02:01.738Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-26T06:02:01.738Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-26T06:02:01.738Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.072s coverage: 100.0% of statements [2021-02-26T06:02:01.738Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-26T06:02:01.738Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.072s coverage: 100.0% of statements [2021-02-26T06:02:01.738Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-26T06:02:02.015Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.153s coverage: 86.7% of statements [2021-02-26T06:02:02.015Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-26T06:02:02.286Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.151s coverage: 97.5% of statements [2021-02-26T06:02:02.286Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-26T06:02:02.555Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.062s coverage: 78.3% of statements [2021-02-26T06:02:02.555Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-26T06:02:02.555Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-26T06:02:02.555Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-26T06:02:02.555Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-26T06:02:05.158Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.479s coverage: 92.8% of statements [2021-02-26T06:02:05.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-26T06:02:05.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-26T06:02:05.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-26T06:02:05.158Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-26T06:02:05.158Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-26T06:02:05.158Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-26T06:02:05.158Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-26T06:02:05.158Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-26T06:02:05.158Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-26T06:02:05.158Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-26T06:02:05.158Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-26T06:02:05.158Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-26T06:02:05.158Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-26T06:02:05.158Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-26T06:02:05.158Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-26T06:02:05.158Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-26T06:02:05.158Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-26T06:02:05.158Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-26T06:02:05.158Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.030s coverage: 58.8% of statements [2021-02-26T06:02:05.158Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-26T06:02:05.158Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-26T06:02:05.158Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.072s coverage: 0.1% of statements [2021-02-26T06:02:05.158Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-26T06:02:05.158Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-26T06:02:05.158Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-26T06:02:05.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.049s coverage: 45.5% of statements [2021-02-26T06:02:05.159Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.045s coverage: 79.5% of statements [2021-02-26T06:02:05.159Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.025s coverage: 94.1% of statements [2021-02-26T06:02:05.159Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.053s coverage: 96.3% of statements [2021-02-26T06:02:05.159Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.035s coverage: 87.5% of statements [2021-02-26T06:02:17.438Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.054s coverage: 94.4% of statements [2021-02-26T06:02:17.438Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.029s coverage: 44.8% of statements [2021-02-26T06:02:29.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.065s coverage: 92.9% of statements [2021-02-26T06:02:29.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-26T06:02:29.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-26T06:02:29.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-26T06:02:29.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-02-26T06:02:29.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-26T06:02:29.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-26T06:02:29.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-26T06:02:29.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-26T06:02:29.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-26T06:02:29.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.049s coverage: 87.2% of statements [2021-02-26T06:02:29.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-26T06:02:29.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-26T06:02:29.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-02-26T06:02:29.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-26T06:02:29.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.053s coverage: 75.5% of statements [2021-02-26T06:02:29.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-26T06:02:29.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-02-26T06:02:29.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-02-26T06:02:29.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.6% of statements [2021-02-26T06:02:29.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.076s coverage: 91.6% of statements [2021-02-26T06:02:29.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-26T06:02:29.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.155s coverage: 62.4% of statements [2021-02-26T06:02:29.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-26T06:02:29.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-26T06:02:29.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements [2021-02-26T06:02:29.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements [2021-02-26T06:02:29.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-02-26T06:02:29.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements [2021-02-26T06:02:29.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-02-26T06:02:29.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.309s coverage: 68.9% of statements [2021-02-26T06:02:29.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-26T06:02:29.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-26T06:02:29.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.092s coverage: 36.6% of statements [2021-02-26T06:02:29.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-26T06:02:29.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-26T06:02:29.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.046s coverage: 89.5% of statements [2021-02-26T06:02:29.733Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.124s coverage: 47.0% of statements [2021-02-26T06:02:29.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-26T06:02:29.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-26T06:02:29.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-26T06:02:29.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-26T06:02:29.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-26T06:02:29.733Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.059s coverage: 100.0% of statements [2021-02-26T06:02:29.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-26T06:02:29.733Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.052s coverage: 100.0% of statements [2021-02-26T06:02:29.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-26T06:02:29.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-26T06:02:29.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-26T06:02:29.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-26T06:02:29.733Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.108s coverage: 89.4% of statements [2021-02-26T06:02:29.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-26T06:02:29.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-26T06:02:29.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-26T06:02:29.733Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.752s coverage: 29.1% of statements [2021-02-26T06:02:29.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-26T06:02:29.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-26T06:02:29.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-26T06:02:29.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-26T06:02:29.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-26T06:02:29.733Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.077s coverage: 99.0% of statements [2021-02-26T06:02:29.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-26T06:02:29.733Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.039s coverage: 100.0% of statements [2021-02-26T06:02:29.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-26T06:02:29.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-26T06:02:29.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-26T06:02:29.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-26T06:02:29.733Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.061s coverage: 92.9% of statements [2021-02-26T06:02:29.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-26T06:02:29.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-26T06:02:29.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-26T06:02:29.733Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements [2021-02-26T06:02:29.733Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-26T06:02:29.733Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.029s coverage: 100.0% of statements [2021-02-26T06:02:29.733Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-26T06:02:29.733Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-26T06:02:29.733Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-26T06:02:29.733Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-26T06:02:29.733Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.038s coverage: 87.9% of statements [2021-02-26T06:02:29.733Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-26T06:02:29.733Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-26T06:02:29.733Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements [2021-02-26T06:02:29.733Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-02-26T06:02:29.733Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-02-26T06:02:29.733Z] GO111MODULE=on go vet ./... [2021-02-26T06:02:56.525Z] gofmt -l . [2021-02-26T06:02:56.525Z] [ "`gofmt -l .`" = "" ] [2021-02-26T06:02:56.525Z] ./bin/test-go-mod-tidy.sh [2021-02-26T06:02:56.525Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-26T06:02:56.837Z] + ls -al . [2021-02-26T06:02:56.837Z] total 708 [2021-02-26T06:02:56.837Z] drwxrwxr-x 10 1001 1001 4096 Feb 26 06:02 . [2021-02-26T06:02:56.837Z] drwxr-xr-x 4 root root 32 Feb 26 06:01 .. [2021-02-26T06:02:56.837Z] -rw-rw-r-- 1 1001 1001 11 Feb 26 05:59 .dockerignore [2021-02-26T06:02:56.837Z] drwxrwxr-x 8 1001 1001 162 Feb 26 05:59 .git [2021-02-26T06:02:56.837Z] drwxrwxr-x 3 1001 1001 125 Feb 26 05:59 .github [2021-02-26T06:02:56.837Z] -rw-rw-r-- 1 1001 1001 818 Feb 26 05:59 .gitignore [2021-02-26T06:02:56.837Z] drwx------ 3 1001 1001 45 Feb 26 06:00 .semver [2021-02-26T06:02:56.837Z] -rw-rw-r-- 1 1001 1001 166 Feb 26 05:59 .sonarcloud.properties [2021-02-26T06:02:56.837Z] -rw-rw-r-- 1 1001 1001 8475 Feb 26 05:59 Attribution.txt [2021-02-26T06:02:56.837Z] -rw-rw-r-- 1 1001 1001 3804 Feb 26 05:59 CONTRIBUTING.md [2021-02-26T06:02:56.837Z] -rw-rw-r-- 1 1001 1001 931 Feb 26 05:59 Dockerfile.build [2021-02-26T06:02:56.837Z] -rw-rw-r-- 1 1001 1001 863 Feb 26 05:59 Jenkinsfile [2021-02-26T06:02:56.837Z] -rw-rw-r-- 1 1001 1001 10775 Feb 26 05:59 LICENSE [2021-02-26T06:02:56.837Z] -rw-rw-r-- 1 1001 1001 5774 Feb 26 05:59 Makefile [2021-02-26T06:02:56.837Z] -rw-rw-r-- 1 1001 1001 6524 Feb 26 05:59 README.md [2021-02-26T06:02:56.837Z] -rw-rw-r-- 1 1001 1001 6755 Feb 26 05:59 SECURITY.md [2021-02-26T06:02:56.837Z] -rw-rw-r-- 1 1001 1001 13 Feb 26 06:00 VERSION [2021-02-26T06:02:56.837Z] -rw-rw-r-- 1 1001 1001 4131 Feb 26 05:59 ZMQWindows.md [2021-02-26T06:02:56.837Z] drwxrwxr-x 2 1001 1001 117 Feb 26 05:59 bin [2021-02-26T06:02:56.837Z] drwxrwxr-x 14 1001 1001 4096 Feb 26 05:59 cmd [2021-02-26T06:02:56.837Z] -rw-r--r-- 1 root root 597902 Feb 26 06:02 coverage.out [2021-02-26T06:02:56.837Z] -rw-r--r-- 1 root root 1055 Feb 26 06:02 go.mod [2021-02-26T06:02:56.837Z] -rw-r--r-- 1 root root 21699 Feb 26 06:02 go.sum [2021-02-26T06:02:56.837Z] drwxrwxr-x 8 1001 1001 127 Feb 26 05:59 internal [2021-02-26T06:02:56.837Z] drwxrwxr-x 4 1001 1001 26 Feb 26 05:59 openapi [2021-02-26T06:02:56.837Z] drwxrwxr-x 4 1001 1001 71 Feb 26 05:59 snap [2021-02-26T06:02:56.837Z] -rw-rw-r-- 1 1001 1001 168 Feb 26 05:59 version.go [Pipeline] sh [2021-02-26T06:02:57.144Z] + '[' -e coverage.out ] [2021-02-26T06:02:57.144Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-26T06:02:57.340Z] Stashed 1 file(s) [Pipeline] sh [2021-02-26T06:02:57.632Z] + make build [2021-02-26T06:02:57.632Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.106" -o cmd/core-data/core-data ./cmd/core-data [2021-02-26T06:03:02.946Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.106" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-26T06:03:11.213Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.106" -o cmd/core-command/core-command ./cmd/core-command [2021-02-26T06:03:11.797Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.106" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-26T06:03:13.737Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.106" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-26T06:03:13.738Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.106" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-26T06:03:15.694Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.106" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-26T06:03:17.623Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.106" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-26T06:03:18.573Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.106" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-26T06:03:19.999Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.106" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-26T06:03:20.962Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.106" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-26T06:03:22.372Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.106" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-02-26T06:03:24.986Z] $ docker stop --time=1 dbb35864a8a15c5a3acfb1b18194c267fd21743550fddf141ca8e0f475a62b0e [2021-02-26T06:03:26.888Z] $ docker rm -f dbb35864a8a15c5a3acfb1b18194c267fd21743550fddf141ca8e0f475a62b0e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:03:30.579Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-26T06:03:30.579Z] [2021-02-26T06:03:30.579Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:03:30.931Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-26T06:03:30.931Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-26T06:03:30.931Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-26T06:03:30.931Z] ca9280d653b3: Pulling fs layer [2021-02-26T06:03:30.931Z] 7e9c9ca2126c: Pulling fs layer [2021-02-26T06:03:31.203Z] cbdbe7a5bc2a: Download complete [2021-02-26T06:03:31.798Z] cbdbe7a5bc2a: Pull complete [2021-02-26T06:03:31.798Z] ca9280d653b3: Verifying Checksum [2021-02-26T06:03:31.798Z] ca9280d653b3: Download complete [2021-02-26T06:03:33.216Z] ca9280d653b3: Pull complete [2021-02-26T06:03:33.216Z] 7e9c9ca2126c: Verifying Checksum [2021-02-26T06:03:33.216Z] 7e9c9ca2126c: Download complete [2021-02-26T06:03:39.847Z] 7e9c9ca2126c: Pull complete [2021-02-26T06:03:39.847Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-26T06:03:39.847Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-26T06:03:39.847Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-26T06:03:40.040Z] prd-centos7-docker-4c-2g-27809 does not seem to be running inside a container [2021-02-26T06:03:40.091Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/372 -v /w/workspace/edgex-go/372:/w/workspace/edgex-go/372:rw,z -v /w/workspace/edgex-go/372@tmp:/w/workspace/edgex-go/372@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-02-26T06:03:42.644Z] $ docker top 830efb01c0654d2a6161a35fad1fa158435a33d8f23c5e18bfc1c7d24978503f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-26T06:03:43.186Z] + docker-compose build --help [2021-02-26T06:03:43.186Z] + grep parallel [2021-02-26T06:03:44.584Z] --parallel Build images in parallel. [Pipeline] } [2021-02-26T06:03:44.606Z] $ docker stop --time=1 830efb01c0654d2a6161a35fad1fa158435a33d8f23c5e18bfc1c7d24978503f [2021-02-26T06:03:46.004Z] $ docker rm -f 830efb01c0654d2a6161a35fad1fa158435a33d8f23c5e18bfc1c7d24978503f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:03:46.633Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-26T06:03:46.633Z] . [Pipeline] withDockerContainer [2021-02-26T06:03:46.747Z] prd-centos7-docker-4c-2g-27809 does not seem to be running inside a container [2021-02-26T06:03:46.914Z] $ 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/372 -v /w/workspace/edgex-go/372:/w/workspace/edgex-go/372:rw,z -v /w/workspace/edgex-go/372@tmp:/w/workspace/edgex-go/372@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-02-26T06:03:47.568Z] $ docker top 2c70076bf09bc9d0f329ebb235e54e913ccd1ad09742d523957fe68a59d34189 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-26T06:03:48.239Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-26T06:03:49.188Z] Building docker-core-command-go ... [2021-02-26T06:03:49.188Z] Building docker-core-data-go ... [2021-02-26T06:03:49.188Z] Building docker-core-metadata-go ... [2021-02-26T06:03:49.188Z] Building docker-security-bootstrapper-go ... [2021-02-26T06:03:49.188Z] Building docker-security-proxy-setup-go ... [2021-02-26T06:03:49.188Z] Building docker-security-secretstore-setup-go ... [2021-02-26T06:03:49.188Z] Building docker-support-notifications-go ... [2021-02-26T06:03:49.188Z] Building docker-support-scheduler-go ... [2021-02-26T06:03:49.188Z] Building docker-sys-mgmt-agent-go ... [2021-02-26T06:03:49.188Z] Building docker-sys-mgmt-agent-go [2021-02-26T06:03:49.188Z] Building docker-core-command-go [2021-02-26T06:03:49.188Z] Building docker-security-proxy-setup-go [2021-02-26T06:03:49.188Z] Building docker-core-metadata-go [2021-02-26T06:03:49.188Z] Building docker-security-secretstore-setup-go [2021-02-26T06:03:52.084Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-27812 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-02-26T06:03:52.134Z] Running in /w/workspace/edgex-go/372 [Pipeline] { [Pipeline] checkout [2021-02-26T06:03:57.088Z] using credential edgex-jenkins-ssh [2021-02-26T06:03:57.141Z] Cloning the remote Git repository [2021-02-26T06:03:57.231Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-26T06:03:57.344Z] > git init /w/workspace/edgex-go/372 # timeout=10 [2021-02-26T06:03:57.415Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-26T06:03:57.416Z] > git --version # timeout=10 [2021-02-26T06:03:57.438Z] > git --version # 'git version 2.17.1' [2021-02-26T06:03:57.439Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-26T06:03:57.544Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-26T06:04:18.435Z] Checking out Revision 73dc428bea26e7bc953b08348183f35641f26ad3 (master) [2021-02-26T06:04:17.727Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-26T06:04:17.750Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-26T06:04:17.774Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-26T06:04:17.806Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-26T06:04:17.807Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-26T06:04:17.823Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-26T06:04:18.446Z] > git config core.sparsecheckout # timeout=10 [2021-02-26T06:04:18.469Z] > git checkout -f 73dc428bea26e7bc953b08348183f35641f26ad3 # timeout=10 [2021-02-26T06:04:22.921Z] Commit message: "Merge pull request #3196 from weichou1229/issue-3195" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-26T06:04:24.404Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-26T06:04:24.824Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-26T06:04:25.166Z] + sudo service docker restart [2021-02-26T06:04:25.166Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-26T06:04:27.211Z] provisioning config files... [2021-02-26T06:04:27.253Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/372@tmp/config7635564195469403319tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-26T06:04:27.663Z] ---> docker-login.sh [2021-02-26T06:04:27.664Z] nexus3.edgexfoundry.org:10001 [2021-02-26T06:04:28.123Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T06:04:28.123Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-26T06:04:28.123Z] ---> 5cb73209598c [2021-02-26T06:04:28.123Z] Step 3/26 : WORKDIR /edgex-go [2021-02-26T06:04:28.123Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T06:04:28.123Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-26T06:04:28.123Z] ---> 5cb73209598c [2021-02-26T06:04:28.123Z] Step 3/23 : WORKDIR /edgex-go [2021-02-26T06:04:28.123Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T06:04:28.123Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-26T06:04:28.123Z] [2021-02-26T06:04:28.123Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder ---> 5cb73209598c [2021-02-26T06:04:28.123Z] [2021-02-26T06:04:28.123Z] Step 3/24 : WORKDIR /edgex-go ---> 5cb73209598c [2021-02-26T06:04:28.123Z] [2021-02-26T06:04:28.123Z] Step 3/23 : WORKDIR /edgex-go [2021-02-26T06:04:28.123Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T06:04:28.123Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-26T06:04:28.123Z] ---> 5cb73209598c [2021-02-26T06:04:28.123Z] Step 3/21 : WORKDIR /edgex-go [2021-02-26T06:04:28.123Z] ---> Running in 59c84ef2e088 [2021-02-26T06:04:28.123Z] ---> Running in 74a10b7a884a [2021-02-26T06:04:28.123Z] ---> Running in 4ab7a52e5c46 [2021-02-26T06:04:28.123Z] ---> Running in 550d05490278 [2021-02-26T06:04:28.123Z] ---> Running in c876c5736673 [2021-02-26T06:04:28.123Z] Removing intermediate container 4ab7a52e5c46 [2021-02-26T06:04:28.123Z] ---> 8f8a9067d643 [2021-02-26T06:04:28.123Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T06:04:28.123Z] Removing intermediate container 550d05490278 [2021-02-26T06:04:28.123Z] ---> c98a0a97117b [2021-02-26T06:04:28.123Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T06:04:28.123Z] Removing intermediate container c876c5736673 [2021-02-26T06:04:28.123Z] ---> 5f6b9d48eb7e [2021-02-26T06:04:28.123Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T06:04:28.123Z] Removing intermediate container 74a10b7a884a [2021-02-26T06:04:28.123Z] ---> b16fcb9a6bd6 [2021-02-26T06:04:28.123Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T06:04:28.123Z] Removing intermediate container 59c84ef2e088 [2021-02-26T06:04:28.123Z] ---> 55a814a04495 [2021-02-26T06:04:28.123Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T06:04:28.123Z] ---> Running in 5a6ee265c59a [2021-02-26T06:04:28.123Z] ---> Running in 8a83b6652258 [2021-02-26T06:04:28.123Z] ---> Running in 7218c03b1fe3 [2021-02-26T06:04:28.123Z] ---> Running in 9f29664439f5 [2021-02-26T06:04:28.123Z] ---> Running in 1544eed851c9 [2021-02-26T06:04:28.389Z] Removing intermediate container 5a6ee265c59a [2021-02-26T06:04:28.389Z] ---> c69ed6c7d905 [2021-02-26T06:04:28.389Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-26T06:04:28.648Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T06:04:28.652Z] ---> Running in fa25bcf59d47 [2021-02-26T06:04:28.652Z] Removing intermediate container 9f29664439f5 [2021-02-26T06:04:28.652Z] ---> dcf28a53809e [2021-02-26T06:04:28.652Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-26T06:04:28.652Z] Removing intermediate container 7218c03b1fe3 [2021-02-26T06:04:28.652Z] ---> 33ce944fc910 [2021-02-26T06:04:28.652Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-26T06:04:28.917Z] ---> Running in a228c31da6f4 [2021-02-26T06:04:28.917Z] ---> Running in 11ac8b59a839 [2021-02-26T06:04:28.921Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T06:04:28.921Z] Configure a credential helper to remove this warning. See [2021-02-26T06:04:28.921Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T06:04:28.921Z] [2021-02-26T06:04:28.921Z] Login Succeeded [2021-02-26T06:04:28.921Z] nexus3.edgexfoundry.org:10002 [2021-02-26T06:04:29.180Z] Removing intermediate container 8a83b6652258 [2021-02-26T06:04:29.180Z] ---> cdf1eefa3adf [2021-02-26T06:04:29.180Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-26T06:04:29.180Z] Removing intermediate container 1544eed851c9 [2021-02-26T06:04:29.180Z] ---> f4833844d456 [2021-02-26T06:04:29.180Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-26T06:04:29.180Z] ---> Running in e689193c7ba2 [2021-02-26T06:04:29.194Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T06:04:29.444Z] ---> Running in ddb6bdd00c28 [2021-02-26T06:04:29.472Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T06:04:29.472Z] Configure a credential helper to remove this warning. See [2021-02-26T06:04:29.472Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T06:04:29.472Z] [2021-02-26T06:04:29.472Z] Login Succeeded [2021-02-26T06:04:29.472Z] nexus3.edgexfoundry.org:10003 [2021-02-26T06:04:29.725Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T06:04:29.750Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T06:04:29.997Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T06:04:30.023Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T06:04:30.023Z] Configure a credential helper to remove this warning. See [2021-02-26T06:04:30.024Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T06:04:30.024Z] [2021-02-26T06:04:30.024Z] Login Succeeded [2021-02-26T06:04:30.024Z] nexus3.edgexfoundry.org:10004 [2021-02-26T06:04:30.265Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T06:04:30.265Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T06:04:30.265Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T06:04:30.265Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T06:04:30.304Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T06:04:30.585Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T06:04:30.585Z] Configure a credential helper to remove this warning. See [2021-02-26T06:04:30.585Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T06:04:30.585Z] [2021-02-26T06:04:30.585Z] Login Succeeded [2021-02-26T06:04:30.585Z] docker.io [2021-02-26T06:04:30.844Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T06:04:30.844Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T06:04:30.844Z] OK: 233 MiB in 51 packages [2021-02-26T06:04:30.863Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T06:04:31.135Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T06:04:31.135Z] Configure a credential helper to remove this warning. See [2021-02-26T06:04:31.135Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T06:04:31.135Z] [2021-02-26T06:04:31.135Z] Login Succeeded [2021-02-26T06:04:31.408Z] ---> docker-login.sh ends [Pipeline] } [2021-02-26T06:04:31.426Z] Deleting 1 temporary files [2021-02-26T06:04:31.434Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T06:04:31.434Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T06:04:31.434Z] OK: 233 MiB in 51 packages [2021-02-26T06:04:31.434Z] Removing intermediate container fa25bcf59d47 [2021-02-26T06:04:31.434Z] ---> d1385401cdf4 [2021-02-26T06:04:31.434Z] Step 6/24 : COPY go.mod . [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-02-26T06:04:31.713Z] OK: 233 MiB in 51 packages [Pipeline] echo [2021-02-26T06:04:31.864Z] ========================================================= [2021-02-26T06:04:31.864Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-26T06:04:31.864Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:04:31.987Z] ---> 6fb45b41caea [2021-02-26T06:04:31.987Z] Step 7/24 : RUN go mod download [2021-02-26T06:04:31.987Z] OK: 233 MiB in 51 packages [2021-02-26T06:04:31.987Z] OK: 233 MiB in 51 packages [2021-02-26T06:04:31.987Z] ---> Running in f7b9c9877092 [2021-02-26T06:04:31.987Z] Removing intermediate container 11ac8b59a839 [2021-02-26T06:04:31.987Z] ---> a4c40feee399 [2021-02-26T06:04:31.987Z] Step 6/23 : COPY go.mod . [2021-02-26T06:04:32.247Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-02-26T06:04:32.563Z] ---> bafe457825b6 [2021-02-26T06:04:32.563Z] Step 7/23 : RUN go mod download [2021-02-26T06:04:32.828Z] Removing intermediate container a228c31da6f4 [2021-02-26T06:04:32.828Z] ---> 0b1fa4bca360 [2021-02-26T06:04:32.828Z] Step 6/26 : COPY go.mod . [2021-02-26T06:04:32.828Z] ---> Running in f70fa787a93b [2021-02-26T06:04:33.103Z] Removing intermediate container e689193c7ba2 [2021-02-26T06:04:33.103Z] ---> bfbb1b2ffc9f [2021-02-26T06:04:33.103Z] Step 6/21 : COPY go.mod . [2021-02-26T06:04:33.103Z] Removing intermediate container ddb6bdd00c28 [2021-02-26T06:04:33.103Z] ---> 6a27d82018c7 [2021-02-26T06:04:33.103Z] Step 6/23 : COPY go.mod . [2021-02-26T06:04:33.365Z] ---> 3da012afeff8 [2021-02-26T06:04:33.365Z] Step 7/26 : RUN go mod download [2021-02-26T06:04:33.365Z] ---> f873a13201ca [2021-02-26T06:04:33.365Z] Step 7/21 : RUN go mod download [2021-02-26T06:04:33.365Z] ---> Running in cfad9b478385 [2021-02-26T06:04:33.633Z] ---> Running in bf196111cbe3 [2021-02-26T06:04:33.633Z] ---> 8347cfa10f56 [2021-02-26T06:04:33.633Z] Step 7/23 : RUN go mod download [2021-02-26T06:04:33.901Z] ---> Running in c8689da6ed7c [2021-02-26T06:04:34.876Z] Sending build context to Docker daemon 166.4MB [2021-02-26T06:04:34.877Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-26T06:04:34.877Z] Step 2/6 : FROM ${BASE} [2021-02-26T06:04:34.877Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-26T06:04:34.877Z] 5f621e34cdf4: Pulling fs layer [2021-02-26T06:04:34.877Z] a4357932f1b6: Pulling fs layer [2021-02-26T06:04:34.877Z] 18c013af1878: Pulling fs layer [2021-02-26T06:04:34.877Z] 00ac8860ef70: Pulling fs layer [2021-02-26T06:04:34.877Z] 63d7cb157983: Pulling fs layer [2021-02-26T06:04:34.877Z] b116817d02f9: Pulling fs layer [2021-02-26T06:04:34.877Z] 745a02a5169b: Pulling fs layer [2021-02-26T06:04:34.877Z] 00ac8860ef70: Waiting [2021-02-26T06:04:34.877Z] 63d7cb157983: Waiting [2021-02-26T06:04:34.877Z] b116817d02f9: Waiting [2021-02-26T06:04:34.877Z] 745a02a5169b: Waiting [2021-02-26T06:04:34.877Z] 18c013af1878: Verifying Checksum [2021-02-26T06:04:34.877Z] 18c013af1878: Download complete [2021-02-26T06:04:34.877Z] a4357932f1b6: Verifying Checksum [2021-02-26T06:04:34.877Z] a4357932f1b6: Download complete [2021-02-26T06:04:34.877Z] 63d7cb157983: Verifying Checksum [2021-02-26T06:04:34.877Z] 63d7cb157983: Download complete [2021-02-26T06:04:34.896Z] Removing intermediate container f70fa787a93b [2021-02-26T06:04:34.896Z] ---> 2919bc9c7c06 [2021-02-26T06:04:34.896Z] Step 8/23 : COPY . . [2021-02-26T06:04:34.896Z] Removing intermediate container f7b9c9877092 [2021-02-26T06:04:34.896Z] ---> a9533d04179b [2021-02-26T06:04:34.896Z] Step 8/24 : COPY . . [2021-02-26T06:04:35.152Z] b116817d02f9: Verifying Checksum [2021-02-26T06:04:35.152Z] b116817d02f9: Download complete [2021-02-26T06:04:35.152Z] 5f621e34cdf4: Verifying Checksum [2021-02-26T06:04:35.152Z] 5f621e34cdf4: Download complete [2021-02-26T06:04:35.755Z] 5f621e34cdf4: Pull complete [2021-02-26T06:04:36.359Z] a4357932f1b6: Pull complete [2021-02-26T06:04:36.959Z] 18c013af1878: Pull complete [2021-02-26T06:04:37.234Z] 745a02a5169b: Verifying Checksum [2021-02-26T06:04:37.234Z] 745a02a5169b: Download complete [2021-02-26T06:04:38.679Z] 00ac8860ef70: Verifying Checksum [2021-02-26T06:04:38.679Z] 00ac8860ef70: Download complete [2021-02-26T06:04:40.292Z] Removing intermediate container cfad9b478385 [2021-02-26T06:04:40.292Z] ---> aeb3590419e5 [2021-02-26T06:04:40.292Z] Step 8/26 : COPY . . [2021-02-26T06:04:45.673Z] Removing intermediate container bf196111cbe3 [2021-02-26T06:04:45.673Z] ---> 3087cf461415 [2021-02-26T06:04:45.673Z] Step 8/21 : COPY . . [2021-02-26T06:04:46.639Z] Removing intermediate container c8689da6ed7c [2021-02-26T06:04:46.639Z] ---> 0196749252d6 [2021-02-26T06:04:46.639Z] Step 8/23 : COPY . . [2021-02-26T06:04:48.833Z] 00ac8860ef70: Pull complete [2021-02-26T06:04:49.110Z] 63d7cb157983: Pull complete [2021-02-26T06:04:49.384Z] b116817d02f9: Pull complete [2021-02-26T06:04:53.701Z] 745a02a5169b: Pull complete [2021-02-26T06:04:53.701Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-26T06:04:53.701Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-26T06:04:53.701Z] ---> b7e6874047d6 [2021-02-26T06:04:53.701Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-26T06:04:57.096Z] ---> Running in eae3a05dc46b [2021-02-26T06:04:58.084Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T06:04:58.678Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T06:04:59.277Z] (1/12) Installing libmagic (5.38-r0) [2021-02-26T06:04:59.548Z] (2/12) Installing file (5.38-r0) [2021-02-26T06:04:59.819Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-26T06:04:59.819Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-26T06:05:03.236Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-26T06:05:03.236Z] (6/12) Installing patch (2.7.6-r6) [2021-02-26T06:05:03.236Z] (7/12) Installing build-base (0.5-r2) [2021-02-26T06:05:03.236Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-26T06:05:03.236Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-26T06:05:03.506Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-26T06:05:03.506Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-26T06:05:03.506Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-26T06:05:03.777Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T06:05:03.777Z] OK: 217 MiB in 51 packages [2021-02-26T06:05:08.083Z] Removing intermediate container eae3a05dc46b [2021-02-26T06:05:08.083Z] ---> de257dc959fd [2021-02-26T06:05:08.083Z] Step 4/6 : WORKDIR /edgex-go [2021-02-26T06:05:08.083Z] ---> Running in 9ed80a292950 [2021-02-26T06:05:08.362Z] Removing intermediate container 9ed80a292950 [2021-02-26T06:05:08.362Z] ---> 2126ac7cc6e1 [2021-02-26T06:05:08.362Z] Step 5/6 : COPY go.mod . [2021-02-26T06:05:09.344Z] ---> 0d65695be932 [2021-02-26T06:05:09.344Z] Step 6/6 : RUN go mod download [2021-02-26T06:05:09.344Z] ---> Running in 2c38eaa827d5 [2021-02-26T06:05:13.627Z] ---> 0022f9912069 [2021-02-26T06:05:13.627Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-26T06:05:13.627Z] ---> 5c06a867b86b [2021-02-26T06:05:13.627Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-26T06:05:16.217Z] ---> Running in a794369db54d [2021-02-26T06:05:16.217Z] ---> Running in ed21a1d0a7d8 [2021-02-26T06:05:16.483Z] ---> 9258566f8eb8 [2021-02-26T06:05:16.483Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-26T06:05:17.884Z] ---> Running in 5c24cd9a99c3 [2021-02-26T06:05:19.833Z] ---> 8b575528db11 [2021-02-26T06:05:19.833Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-26T06:05:19.833Z] ---> 8af04b73532c [2021-02-26T06:05:19.833Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-26T06:05:19.833Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.106" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-26T06:05:19.833Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.106" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-26T06:05:19.833Z] ---> Running in 44b1facf8a14 [2021-02-26T06:05:19.833Z] ---> Running in 92d6ffe151d0 [2021-02-26T06:05:20.448Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.106" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-26T06:05:21.036Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.106" -o cmd/core-command/core-command ./cmd/core-command [2021-02-26T06:05:21.036Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.106" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-26T06:05:41.695Z] Removing intermediate container 2c38eaa827d5 [2021-02-26T06:05:41.695Z] ---> 32513dffef7f [2021-02-26T06:05:41.695Z] Successfully built 32513dffef7f [2021-02-26T06:05:41.695Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:05:42.039Z] + docker inspect -f . ci-base-image-arm64 [2021-02-26T06:05:42.039Z] . [Pipeline] withDockerContainer [2021-02-26T06:05:42.307Z] prd-ubuntu18.04-docker-arm64-4c-16g-27812 does not seem to be running inside a container [2021-02-26T06:05:42.366Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/372 -v /w/workspace/edgex-go/372:/w/workspace/edgex-go/372:rw,z -v /w/workspace/edgex-go/372@tmp:/w/workspace/edgex-go/372@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-02-26T06:05:44.016Z] $ docker top 9b037e182a5bbd2a2a99d98c376cf8de3e92f9b44b264d61285cba15ca2a8780 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-26T06:05:45.091Z] + go version [2021-02-26T06:05:45.091Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-26T06:05:45.090Z] $ docker stop --time=1 9b037e182a5bbd2a2a99d98c376cf8de3e92f9b44b264d61285cba15ca2a8780 [2021-02-26T06:05:47.176Z] $ docker rm -f 9b037e182a5bbd2a2a99d98c376cf8de3e92f9b44b264d61285cba15ca2a8780 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:05:48.339Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-26T06:05:48.339Z] [2021-02-26T06:05:48.339Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:05:48.729Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-26T06:05:49.004Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-26T06:05:49.004Z] 29e5d40040c1: Pulling fs layer [2021-02-26T06:05:49.004Z] 1ce36da41761: Pulling fs layer [2021-02-26T06:05:49.004Z] 25b303627fd3: Pulling fs layer [2021-02-26T06:05:49.283Z] 29e5d40040c1: Verifying Checksum [2021-02-26T06:05:49.283Z] 29e5d40040c1: Download complete [2021-02-26T06:05:49.890Z] 1ce36da41761: Verifying Checksum [2021-02-26T06:05:49.890Z] 1ce36da41761: Download complete [2021-02-26T06:05:49.890Z] 29e5d40040c1: Pull complete [2021-02-26T06:05:51.327Z] 1ce36da41761: Pull complete [2021-02-26T06:05:51.923Z] 25b303627fd3: Verifying Checksum [2021-02-26T06:05:51.923Z] 25b303627fd3: Download complete [2021-02-26T06:05:53.278Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.106" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-26T06:05:53.278Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.106" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-26T06:05:59.967Z] Removing intermediate container 5c24cd9a99c3 [2021-02-26T06:05:59.967Z] ---> 729085664a44 [2021-02-26T06:05:59.967Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-26T06:05:59.967Z] ---> Running in 903ba246b0d0 [2021-02-26T06:06:02.100Z] 25b303627fd3: Pull complete [2021-02-26T06:06:02.101Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-26T06:06:02.101Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-26T06:06:02.101Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-26T06:06:02.325Z] prd-ubuntu18.04-docker-arm64-4c-16g-27812 does not seem to be running inside a container [2021-02-26T06:06:02.375Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/372 -v /w/workspace/edgex-go/372:/w/workspace/edgex-go/372:rw,z -v /w/workspace/edgex-go/372@tmp:/w/workspace/edgex-go/372@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-02-26T06:06:03.300Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.106" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-26T06:06:05.445Z] $ docker top 52815701f09d9535a8a80f355b7fb16f7e9d31effe104826ae218077c9b4d9ac -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-26T06:06:06.496Z] + + grepdocker-compose parallel build [2021-02-26T06:06:06.496Z] --help [2021-02-26T06:06:06.643Z] Removing intermediate container a794369db54d [2021-02-26T06:06:06.643Z] ---> 7bb37f5fd555 [2021-02-26T06:06:06.643Z] [2021-02-26T06:06:06.643Z] Step 10/24 : FROM alpine:3.12 [2021-02-26T06:06:06.643Z] Removing intermediate container 44b1facf8a14 [2021-02-26T06:06:06.643Z] ---> b13502219b10 [2021-02-26T06:06:06.643Z] [2021-02-26T06:06:06.643Z] Step 10/21 : FROM alpine:3.12 [2021-02-26T06:06:06.643Z] 3.12: Pulling from library/alpine [2021-02-26T06:06:06.643Z] 3.12: Pulling from library/alpine [2021-02-26T06:06:06.908Z] Removing intermediate container 92d6ffe151d0 [2021-02-26T06:06:06.908Z] ---> 247404f541f7 [2021-02-26T06:06:06.908Z] [2021-02-26T06:06:06.908Z] Step 10/23 : FROM alpine:3.12 [2021-02-26T06:06:06.908Z] Removing intermediate container ed21a1d0a7d8 [2021-02-26T06:06:06.908Z] ---> 531e8544ac53 [2021-02-26T06:06:06.908Z] [2021-02-26T06:06:06.908Z] Step 10/23 : FROM alpine:3.12 [2021-02-26T06:06:06.908Z] 3.12: Pulling from library/alpine [2021-02-26T06:06:06.908Z] 3.12: Pulling from library/alpine [2021-02-26T06:06:07.488Z] Removing intermediate container 903ba246b0d0 [2021-02-26T06:06:07.488Z] ---> e1ee0122d1b1 [2021-02-26T06:06:07.488Z] [2021-02-26T06:06:07.488Z] Step 11/26 : FROM docker:20.10.0 [2021-02-26T06:06:07.488Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-02-26T06:06:07.488Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-02-26T06:06:07.488Z] Status: Image is up to date for alpine:3.12 [2021-02-26T06:06:07.488Z] 20.10.0: Pulling from library/docker [2021-02-26T06:06:07.488Z] Status: Downloaded newer image for alpine:3.12 [2021-02-26T06:06:07.488Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-02-26T06:06:07.488Z] Status: Image is up to date for alpine:3.12 [2021-02-26T06:06:07.488Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-02-26T06:06:07.488Z] Status: Image is up to date for alpine:3.12 [2021-02-26T06:06:07.488Z] ---> 88dd2752d2ea [2021-02-26T06:06:07.488Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-26T06:06:07.488Z] ---> 88dd2752d2ea [2021-02-26T06:06:07.488Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-26T06:06:07.488Z] ---> 88dd2752d2ea [2021-02-26T06:06:07.488Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-26T06:06:07.488Z] ---> 88dd2752d2ea [2021-02-26T06:06:07.488Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-26T06:06:07.766Z] ---> Running in cc24b6ef341e [2021-02-26T06:06:07.766Z] ---> Running in c955d868adaa [2021-02-26T06:06:07.766Z] ---> Running in 8c766a1c447a [2021-02-26T06:06:07.766Z] ---> Running in b248dce3acef [2021-02-26T06:06:08.746Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T06:06:08.746Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T06:06:08.746Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T06:06:08.746Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T06:06:09.024Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T06:06:09.024Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T06:06:09.024Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-26T06:06:09.024Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T06:06:09.024Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T06:06:09.024Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T06:06:09.024Z] OK: 6 MiB in 15 packages [2021-02-26T06:06:09.291Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-26T06:06:09.291Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-26T06:06:09.291Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-26T06:06:09.291Z] (4/5) Installing curl (7.69.1-r3) [2021-02-26T06:06:09.291Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-26T06:06:09.291Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-26T06:06:09.291Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T06:06:09.291Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-26T06:06:09.291Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T06:06:09.291Z] Executing ca-certificates-20191127-r4.trigger [2021-02-26T06:06:09.291Z] OK: 6 MiB in 15 packages [2021-02-26T06:06:09.291Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-26T06:06:09.291Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-26T06:06:09.291Z] (4/4) Installing curl (7.69.1-r3) [2021-02-26T06:06:09.291Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T06:06:09.291Z] Executing ca-certificates-20191127-r4.trigger [2021-02-26T06:06:09.291Z] OK: 7 MiB in 19 packages [2021-02-26T06:06:09.291Z] OK: 7 MiB in 18 packages [2021-02-26T06:06:09.876Z] --parallel Build images in parallel. [Pipeline] } [2021-02-26T06:06:10.145Z] $ docker stop --time=1 52815701f09d9535a8a80f355b7fb16f7e9d31effe104826ae218077c9b4d9ac [2021-02-26T06:06:12.072Z] $ docker rm -f 52815701f09d9535a8a80f355b7fb16f7e9d31effe104826ae218077c9b4d9ac [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:06:13.002Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-26T06:06:13.002Z] . [Pipeline] withDockerContainer [2021-02-26T06:06:13.427Z] prd-ubuntu18.04-docker-arm64-4c-16g-27812 does not seem to be running inside a container [2021-02-26T06:06:13.531Z] Removing intermediate container b248dce3acef [2021-02-26T06:06:13.531Z] ---> 409a4b5b76aa [2021-02-26T06:06:13.531Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-26T06:06:13.510Z] $ 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/372 -v /w/workspace/edgex-go/372:/w/workspace/edgex-go/372:rw,z -v /w/workspace/edgex-go/372@tmp:/w/workspace/edgex-go/372@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-26T06:06:14.108Z] ---> Running in 71526c625b8e [2021-02-26T06:06:14.108Z] Removing intermediate container 8c766a1c447a [2021-02-26T06:06:14.108Z] ---> 828cd78399b0 [2021-02-26T06:06:14.108Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-26T06:06:14.686Z] Removing intermediate container c955d868adaa [2021-02-26T06:06:14.686Z] ---> 7bdf139aef45 [2021-02-26T06:06:14.686Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-26T06:06:14.686Z] ---> Running in 4d6c2ecf1a3e [2021-02-26T06:06:14.686Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-26T06:06:14.686Z] Removing intermediate container cc24b6ef341e [2021-02-26T06:06:14.686Z] ---> 445fa860d3a5 [2021-02-26T06:06:14.686Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-26T06:06:14.686Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-26T06:06:14.686Z] ---> aefe523efa57 [2021-02-26T06:06:14.686Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-26T06:06:14.686Z] Removing intermediate container 71526c625b8e [2021-02-26T06:06:14.686Z] ---> bd8f89f1f4d7 [2021-02-26T06:06:14.686Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-26T06:06:14.952Z] ---> Running in 118d0dc5b281 [2021-02-26T06:06:14.952Z] ---> Running in f169515bae1a [2021-02-26T06:06:14.952Z] ---> Running in bd84f193c059 [2021-02-26T06:06:14.952Z] ---> Running in 6a78e318c15b [2021-02-26T06:06:14.952Z] Removing intermediate container 4d6c2ecf1a3e [2021-02-26T06:06:14.952Z] ---> 7e74a3c79bd6 [2021-02-26T06:06:14.952Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-26T06:06:14.929Z] $ docker top 1b6a711680713a52dd337eb20ed71e019a34314a1c962b263f7ad78fceb850dc -eo pid,comm [2021-02-26T06:06:15.215Z] ---> Running in d68a8cde9f8e [Pipeline] { [Pipeline] sh [2021-02-26T06:06:15.482Z] Removing intermediate container 118d0dc5b281 [2021-02-26T06:06:15.483Z] ---> aa3ce270ed46 [2021-02-26T06:06:15.483Z] Step 13/21 : WORKDIR /edgex [2021-02-26T06:06:15.483Z] Removing intermediate container f169515bae1a [2021-02-26T06:06:15.483Z] ---> a1a20f206995 [2021-02-26T06:06:15.483Z] Step 13/24 : WORKDIR / [2021-02-26T06:06:15.483Z] Removing intermediate container 6a78e318c15b [2021-02-26T06:06:15.483Z] ---> 399643b54d30 [2021-02-26T06:06:15.483Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-26T06:06:15.754Z] ---> Running in 3deae975461a [2021-02-26T06:06:15.754Z] ---> Running in 7cfbf4ab4f7a [2021-02-26T06:06:15.754Z] ---> Running in 44ab2a2c76fc [2021-02-26T06:06:15.754Z] Removing intermediate container d68a8cde9f8e [2021-02-26T06:06:15.754Z] ---> 85a611962cc3 [2021-02-26T06:06:15.754Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-26T06:06:15.754Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T06:06:15.754Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T06:06:16.009Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-26T06:06:16.018Z] ---> Running in 2514cfddcac8 [2021-02-26T06:06:16.018Z] Removing intermediate container 7cfbf4ab4f7a [2021-02-26T06:06:16.018Z] ---> 0978906a2fcd [2021-02-26T06:06:16.018Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-26T06:06:16.018Z] Removing intermediate container 44ab2a2c76fc [2021-02-26T06:06:16.018Z] ---> 123110d346a6 [2021-02-26T06:06:16.018Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-26T06:06:16.018Z] Removing intermediate container 3deae975461a [2021-02-26T06:06:16.018Z] ---> 784979ed4d68 [2021-02-26T06:06:16.018Z] Step 15/23 : WORKDIR / [2021-02-26T06:06:16.018Z] (1/2) Installing readline (8.0.4-r0) [2021-02-26T06:06:16.018Z] (2/2) Installing bash (5.0.17-r0) [2021-02-26T06:06:16.018Z] Executing bash-5.0.17-r0.post-install [2021-02-26T06:06:16.018Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T06:06:16.018Z] OK: 12 MiB in 22 packages [2021-02-26T06:06:16.281Z] ---> Running in faf70adbc14a [2021-02-26T06:06:16.281Z] Removing intermediate container 2514cfddcac8 [2021-02-26T06:06:16.281Z] ---> 5cea02444c17 [2021-02-26T06:06:16.281Z] Step 15/23 : WORKDIR / [2021-02-26T06:06:16.547Z] ---> f1cb2c94345d [2021-02-26T06:06:16.547Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-26T06:06:16.547Z] ---> a1cbaac28fa4 [2021-02-26T06:06:16.547Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-26T06:06:16.547Z] ---> Running in 1ca38db2d3aa [2021-02-26T06:06:16.815Z] Removing intermediate container faf70adbc14a [2021-02-26T06:06:16.815Z] ---> 91a171cd53f3 [2021-02-26T06:06:16.815Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-26T06:06:17.080Z] ---> b63b619957d9 [2021-02-26T06:06:17.080Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-26T06:06:17.080Z] Removing intermediate container 1ca38db2d3aa [2021-02-26T06:06:17.080Z] ---> a7a620288086 [2021-02-26T06:06:17.080Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-26T06:06:17.080Z] Removing intermediate container bd84f193c059 [2021-02-26T06:06:17.080Z] ---> 1b393f339385 [2021-02-26T06:06:17.080Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-26T06:06:17.348Z] ---> 12c1c573c248 [2021-02-26T06:06:17.348Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-26T06:06:17.348Z] ---> db5fc11159b1 [2021-02-26T06:06:17.348Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-26T06:06:17.348Z] ---> Running in fe1e21f56409 [2021-02-26T06:06:17.613Z] ---> 94311cc6b561 [2021-02-26T06:06:17.613Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-26T06:06:17.613Z] ---> ae6205036bbc [2021-02-26T06:06:17.613Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-26T06:06:17.881Z] Removing intermediate container fe1e21f56409 [2021-02-26T06:06:17.881Z] ---> 278e9ceab16a [2021-02-26T06:06:17.881Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-26T06:06:18.838Z] ---> 4c8576ce4665 [2021-02-26T06:06:18.838Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-26T06:06:18.838Z] ---> Running in 6e22ef2921f9 [2021-02-26T06:06:18.838Z] ---> c69157ca80bc [2021-02-26T06:06:18.838Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-26T06:06:18.838Z] ---> d587d16c8839 [2021-02-26T06:06:18.838Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-26T06:06:18.838Z] ---> 10c5f5b6d987 [2021-02-26T06:06:18.838Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-26T06:06:19.102Z] ---> Running in c4c7426bd71b [2021-02-26T06:06:19.102Z] Removing intermediate container 6e22ef2921f9 [2021-02-26T06:06:19.102Z] ---> 76dd3554304d [2021-02-26T06:06:19.102Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-26T06:06:19.387Z] Building docker-core-command-go ... [2021-02-26T06:06:19.387Z] Building docker-core-data-go ... [2021-02-26T06:06:19.387Z] Building docker-core-metadata-go ... [2021-02-26T06:06:19.387Z] Building docker-security-bootstrapper-go ... [2021-02-26T06:06:19.387Z] Building docker-security-proxy-setup-go ... [2021-02-26T06:06:19.387Z] Building docker-security-secretstore-setup-go ... [2021-02-26T06:06:19.387Z] Building docker-support-notifications-go ... [2021-02-26T06:06:19.387Z] Building docker-support-scheduler-go ... [2021-02-26T06:06:19.387Z] Building docker-sys-mgmt-agent-go ... [2021-02-26T06:06:19.387Z] Building docker-core-data-go [2021-02-26T06:06:19.387Z] Building docker-core-metadata-go [2021-02-26T06:06:19.387Z] Building docker-security-secretstore-setup-go [2021-02-26T06:06:19.387Z] Building docker-core-command-go [2021-02-26T06:06:19.387Z] Building docker-support-notifications-go [2021-02-26T06:06:19.680Z] ---> Running in 70f294edafd4 [2021-02-26T06:06:19.947Z] ---> 97a5cc03509b [2021-02-26T06:06:19.947Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-26T06:06:19.947Z] ---> a6950697ee15 [2021-02-26T06:06:19.947Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-26T06:06:19.947Z] ---> 26b6cefde41f [2021-02-26T06:06:19.947Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-26T06:06:19.947Z] Removing intermediate container c4c7426bd71b [2021-02-26T06:06:19.947Z] ---> e0d56f77e050 [2021-02-26T06:06:19.947Z] Step 18/21 : CMD ["--init=true"] [2021-02-26T06:06:19.947Z] Removing intermediate container 70f294edafd4 [2021-02-26T06:06:19.947Z] ---> 9beea494bb0d [2021-02-26T06:06:19.947Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-26T06:06:19.947Z] ---> Running in 4bebc443e40a [2021-02-26T06:06:20.212Z] ---> Running in 070ae8a94778 [2021-02-26T06:06:20.212Z] ---> Running in edecbfcc3d70 [2021-02-26T06:06:20.480Z] ---> 374aaf2bebc1 [2021-02-26T06:06:20.480Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-26T06:06:20.480Z] Removing intermediate container 4bebc443e40a [2021-02-26T06:06:20.480Z] ---> 046ee9a98db3 [2021-02-26T06:06:20.480Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-26T06:06:20.480Z] ---> Running in b4a4bb65307d [2021-02-26T06:06:20.742Z] ---> Running in a735bfecf7fc [2021-02-26T06:06:20.742Z] Removing intermediate container 070ae8a94778 [2021-02-26T06:06:20.742Z] ---> 1bb9549eab3b [2021-02-26T06:06:20.742Z] Step 19/21 : LABEL arch=x86_64 [2021-02-26T06:06:20.742Z] Removing intermediate container edecbfcc3d70 [2021-02-26T06:06:20.742Z] ---> 1e84bec883f8 [2021-02-26T06:06:20.742Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-26T06:06:21.017Z] ---> ff9c4a27f495 [2021-02-26T06:06:21.017Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-26T06:06:21.017Z] ---> Running in 7510a0006357 [2021-02-26T06:06:21.017Z] ---> Running in 6ba1d3c9f56f [2021-02-26T06:06:21.017Z] Removing intermediate container a735bfecf7fc [2021-02-26T06:06:21.017Z] ---> 61482bd16712 [2021-02-26T06:06:21.017Z] Step 21/23 : LABEL arch=x86_64 [2021-02-26T06:06:21.289Z] ---> Running in 6dac306eb358 [2021-02-26T06:06:21.289Z] ---> 899d6f8358b5 [2021-02-26T06:06:21.289Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-26T06:06:21.289Z] Removing intermediate container 6ba1d3c9f56f [2021-02-26T06:06:21.289Z] ---> 05385d5084ce [2021-02-26T06:06:21.289Z] Step 21/23 : LABEL arch=x86_64 [2021-02-26T06:06:21.289Z] Removing intermediate container 7510a0006357 [2021-02-26T06:06:21.289Z] ---> 74d8c473a899 [2021-02-26T06:06:21.289Z] Step 20/21 : LABEL git_sha=73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:06:21.552Z] ---> Running in 34fc78668aa7 [2021-02-26T06:06:21.552Z] ---> Running in b31ea44fe22f [2021-02-26T06:06:21.552Z] Removing intermediate container 6dac306eb358 [2021-02-26T06:06:21.552Z] ---> 1cfb7bc26e0a [2021-02-26T06:06:21.552Z] Step 22/23 : LABEL git_sha=73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:06:21.816Z] ---> Running in cbbfdce46ab0 [2021-02-26T06:06:21.816Z] ---> 3c96e05b7150 [2021-02-26T06:06:21.816Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-26T06:06:22.078Z] Removing intermediate container 34fc78668aa7 [2021-02-26T06:06:22.078Z] ---> 16886cdcbf43 [2021-02-26T06:06:22.078Z] Step 22/23 : LABEL git_sha=73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:06:22.078Z] Removing intermediate container b31ea44fe22f [2021-02-26T06:06:22.078Z] ---> 236cfb70094a [2021-02-26T06:06:22.078Z] Step 21/21 : LABEL version=2.0.0-dev.106 [2021-02-26T06:06:22.078Z] ---> Running in 6e036d0fc8da [2021-02-26T06:06:22.342Z] ---> Running in 41d074ed4f0c [2021-02-26T06:06:22.342Z] Removing intermediate container cbbfdce46ab0 [2021-02-26T06:06:22.342Z] ---> 2bf8bed68e55 [2021-02-26T06:06:22.342Z] Step 23/23 : LABEL version=2.0.0-dev.106 [2021-02-26T06:06:22.342Z] ---> Running in 1c77704b2897 [2021-02-26T06:06:22.605Z] ---> Running in 8896870d89a2 [2021-02-26T06:06:22.605Z] Removing intermediate container b4a4bb65307d [2021-02-26T06:06:22.605Z] ---> da34d734dc07 [2021-02-26T06:06:22.605Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-26T06:06:22.605Z] Removing intermediate container 41d074ed4f0c [2021-02-26T06:06:22.605Z] ---> c3d1671f8a68 [2021-02-26T06:06:22.605Z] Step 23/23 : LABEL version=2.0.0-dev.106 [2021-02-26T06:06:22.873Z] ---> Running in 17dc18eedb47 [2021-02-26T06:06:22.873Z] ---> Running in 73c50e938439 [2021-02-26T06:06:22.873Z] Removing intermediate container 1c77704b2897 [2021-02-26T06:06:22.873Z] ---> 35307ea3ca1c [2021-02-26T06:06:22.873Z] [2021-02-26T06:06:22.873Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T06:06:22.873Z] Removing intermediate container 8896870d89a2 [2021-02-26T06:06:22.873Z] ---> cbb16a74e6bf [2021-02-26T06:06:22.873Z] [2021-02-26T06:06:23.147Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T06:06:23.147Z] Removing intermediate container 17dc18eedb47 [2021-02-26T06:06:23.147Z] ---> 0e30b001e2b0 [2021-02-26T06:06:23.147Z] Step 22/24 : LABEL arch=x86_64 [2021-02-26T06:06:23.147Z] Removing intermediate container 73c50e938439 [2021-02-26T06:06:23.147Z] ---> 55b8a5fc97b2 [2021-02-26T06:06:23.147Z] [2021-02-26T06:06:23.147Z] ---> Running in 2876b8afe6a6 [2021-02-26T06:06:23.147Z] Successfully built 35307ea3ca1c [2021-02-26T06:06:23.147Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-26T06:06:23.147Z] Building docker-support-notifications-go [2021-02-26T06:06:23.147Z]  Building docker-security-proxy-setup-go ... done (1/33) Installing libbz2 (1.0.8-r1) [2021-02-26T06:06:23.147Z] (2/33) Installing expat (2.2.9-r1) [2021-02-26T06:06:23.147Z] (3/33) Installing libffi (3.3-r2) [2021-02-26T06:06:23.147Z] (4/33) Installing gdbm (1.13-r1) [2021-02-26T06:06:23.147Z] Successfully built cbb16a74e6bf [2021-02-26T06:06:23.147Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-26T06:06:23.413Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-26T06:06:23.413Z] Successfully tagged docker-core-metadata-go:latest [2021-02-26T06:06:23.413Z]  Building docker-core-metadata-go ... done Building docker-support-scheduler-go [2021-02-26T06:06:23.413Z] (7/33) Installing python3 (3.8.5-r1) [2021-02-26T06:06:23.413Z] Successfully built 55b8a5fc97b2 [2021-02-26T06:06:23.679Z] Successfully tagged docker-core-command-go:latest [2021-02-26T06:06:23.679Z]  Building docker-core-command-go ... done Building docker-security-bootstrapper-go [2021-02-26T06:06:23.679Z] Removing intermediate container 2876b8afe6a6 [2021-02-26T06:06:23.679Z] ---> 49b4004934fd [2021-02-26T06:06:23.679Z] Step 23/24 : LABEL git_sha=73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:06:33.719Z] ---> Running in 43b7a87f8838 [2021-02-26T06:06:33.719Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-26T06:06:33.719Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-26T06:06:33.719Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-26T06:06:33.719Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-26T06:06:33.719Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-26T06:06:33.719Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-26T06:06:33.719Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-26T06:06:34.297Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-26T06:06:34.877Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-26T06:06:35.456Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-26T06:06:36.429Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-26T06:06:36.429Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-26T06:06:37.006Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-26T06:06:37.584Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-26T06:06:37.584Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-26T06:06:37.584Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-26T06:06:38.162Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-26T06:06:38.162Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-26T06:06:38.162Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-26T06:06:38.162Z] Removing intermediate container 43b7a87f8838 [2021-02-26T06:06:38.162Z] ---> b0a71ef40ad9 [2021-02-26T06:06:38.162Z] Step 24/24 : LABEL version=2.0.0-dev.106 [2021-02-26T06:06:38.426Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-26T06:06:39.012Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-26T06:06:39.012Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-26T06:06:39.012Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-26T06:06:39.012Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-26T06:06:39.012Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-26T06:06:39.012Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-26T06:06:40.425Z] ---> Running in a5b6795727a6 [2021-02-26T06:06:41.488Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T06:06:41.488Z] OK: 71 MiB in 55 packages [2021-02-26T06:06:43.108Z] Removing intermediate container a5b6795727a6 [2021-02-26T06:06:43.108Z] ---> e74b36f9ac81 [2021-02-26T06:06:43.108Z] [2021-02-26T06:06:44.142Z] Successfully built e74b36f9ac81 [2021-02-26T06:06:45.098Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-26T06:06:45.098Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2021-02-26T06:06:55.222Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T06:06:55.222Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-26T06:06:55.222Z] ---> 5cb73209598c [2021-02-26T06:06:55.222Z] Step 3/30 : WORKDIR /edgex-go [2021-02-26T06:06:55.222Z] ---> Using cache [2021-02-26T06:06:55.222Z] ---> 55a814a04495 [2021-02-26T06:06:55.222Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T06:06:55.222Z] ---> Using cache [2021-02-26T06:06:55.222Z] ---> f4833844d456 [2021-02-26T06:06:55.222Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-26T06:06:55.222Z] ---> Using cache [2021-02-26T06:06:55.222Z] ---> 6a27d82018c7 [2021-02-26T06:06:55.222Z] Step 6/30 : COPY go.mod . [2021-02-26T06:06:55.222Z] ---> Using cache [2021-02-26T06:06:55.222Z] ---> 8347cfa10f56 [2021-02-26T06:06:55.222Z] Step 7/30 : RUN go mod download [2021-02-26T06:06:55.222Z] ---> Using cache [2021-02-26T06:06:55.222Z] ---> 0196749252d6 [2021-02-26T06:06:55.222Z] Step 8/30 : COPY . . [2021-02-26T06:06:55.222Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T06:06:55.222Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-26T06:06:55.222Z] ---> 5cb73209598c [2021-02-26T06:06:55.222Z] Step 3/22 : WORKDIR /edgex-go [2021-02-26T06:06:55.222Z] ---> Using cache [2021-02-26T06:06:55.222Z] ---> 55a814a04495 [2021-02-26T06:06:55.222Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T06:06:55.222Z] ---> Using cache [2021-02-26T06:06:55.222Z] ---> f4833844d456 [2021-02-26T06:06:55.222Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-26T06:06:55.222Z] ---> Using cache [2021-02-26T06:06:55.222Z] ---> 8b575528db11 [2021-02-26T06:06:55.222Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-26T06:06:57.165Z] ---> Running in 32c52d153a56 [2021-02-26T06:06:57.165Z] ---> Running in b9f2c8c4ef3a [2021-02-26T06:06:57.165Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T06:06:57.165Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-26T06:06:57.165Z] ---> 5cb73209598c [2021-02-26T06:06:57.165Z] Step 3/22 : WORKDIR /edgex-go [2021-02-26T06:06:57.165Z] ---> Using cache [2021-02-26T06:06:57.165Z] ---> 55a814a04495 [2021-02-26T06:06:57.165Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T06:06:57.165Z] ---> Using cache [2021-02-26T06:06:57.165Z] ---> f4833844d456 [2021-02-26T06:06:57.165Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-26T06:06:57.165Z] ---> Using cache [2021-02-26T06:06:57.165Z] ---> 6a27d82018c7 [2021-02-26T06:06:57.165Z] Step 6/22 : COPY go.mod . [2021-02-26T06:06:57.165Z] ---> Using cache [2021-02-26T06:06:57.165Z] ---> 8347cfa10f56 [2021-02-26T06:06:57.165Z] Step 7/22 : RUN go mod download [2021-02-26T06:06:57.165Z] ---> Using cache [2021-02-26T06:06:57.165Z] ---> 0196749252d6 [2021-02-26T06:06:57.165Z] Step 8/22 : COPY . . [2021-02-26T06:06:57.165Z] ---> Using cache [2021-02-26T06:06:57.165Z] ---> 8b575528db11 [2021-02-26T06:06:57.165Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-26T06:06:58.132Z] ---> Running in 9f24de1c8798 [2021-02-26T06:07:00.108Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.106" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-26T06:07:00.800Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T06:07:01.072Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.106" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-26T06:07:01.342Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T06:07:01.948Z] OK: 233 MiB in 51 packages [2021-02-26T06:07:06.382Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T06:07:06.382Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-26T06:07:06.382Z] ---> 32513dffef7f [2021-02-26T06:07:06.382Z] Step 3/23 : WORKDIR /edgex-go [2021-02-26T06:07:06.671Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T06:07:06.671Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-26T06:07:06.671Z] ---> 32513dffef7f [2021-02-26T06:07:06.671Z] Step 3/23 : WORKDIR /edgex-go [2021-02-26T06:07:07.268Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T06:07:07.268Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-26T06:07:07.268Z] [2021-02-26T06:07:07.268Z] ---> 32513dffef7f [2021-02-26T06:07:07.268Z] Step 3/23 : WORKDIR /edgex-go [2021-02-26T06:07:07.268Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-26T06:07:07.268Z] ---> 32513dffef7f [2021-02-26T06:07:07.268Z] Step 3/22 : WORKDIR /edgex-go [2021-02-26T06:07:07.268Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T06:07:07.268Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-26T06:07:07.268Z] ---> 32513dffef7f [2021-02-26T06:07:07.268Z] Step 3/24 : WORKDIR /edgex-go [2021-02-26T06:07:07.326Z] Removing intermediate container 32c52d153a56 [2021-02-26T06:07:07.326Z] ---> 028e2ffe9d90 [2021-02-26T06:07:07.326Z] Step 6/22 : COPY go.mod . [2021-02-26T06:07:09.419Z] ---> 9db9094c2f23 [2021-02-26T06:07:09.419Z] Step 7/22 : RUN go mod download [2021-02-26T06:07:09.419Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T06:07:09.419Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-26T06:07:09.419Z] ---> 5cb73209598c [2021-02-26T06:07:09.419Z] Step 3/23 : WORKDIR /edgex-go [2021-02-26T06:07:09.419Z] ---> Using cache [2021-02-26T06:07:09.419Z] ---> 55a814a04495 [2021-02-26T06:07:09.419Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T06:07:09.419Z] ---> Using cache [2021-02-26T06:07:09.419Z] ---> f4833844d456 [2021-02-26T06:07:09.419Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-26T06:07:10.013Z] ---> Running in 9b157251f9c9 [2021-02-26T06:07:10.282Z] ---> Running in 6f115bfaff5d [2021-02-26T06:07:10.654Z] ---> Running in a8484c964567 [2021-02-26T06:07:10.654Z] ---> Running in 34f7d5ccf375 [2021-02-26T06:07:10.654Z] ---> Running in fbe780d335ca [2021-02-26T06:07:10.654Z] ---> Running in 23a2cc315d1f [2021-02-26T06:07:10.654Z] ---> Running in af60cc127f28 [2021-02-26T06:07:11.255Z] Removing intermediate container 23a2cc315d1f [2021-02-26T06:07:11.255Z] ---> 2ef76f1757e5 [2021-02-26T06:07:11.255Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T06:07:11.255Z] Removing intermediate container af60cc127f28 [2021-02-26T06:07:11.255Z] ---> 7d900f7dacbc [2021-02-26T06:07:11.255Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T06:07:11.255Z] Removing intermediate container 34f7d5ccf375 [2021-02-26T06:07:11.255Z] ---> 87a3817ca79a [2021-02-26T06:07:11.255Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T06:07:11.255Z] Removing intermediate container fbe780d335ca [2021-02-26T06:07:11.255Z] ---> 274f5f1c8e8b [2021-02-26T06:07:11.255Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T06:07:11.255Z] Removing intermediate container a8484c964567 [2021-02-26T06:07:11.255Z] ---> 4d1acb8ea9b6 [2021-02-26T06:07:11.256Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T06:07:11.256Z] ---> Running in 4344c08e1c9f [2021-02-26T06:07:11.256Z] ---> Running in 6bc02ca81f72 [2021-02-26T06:07:11.256Z] ---> Running in 3ef5e2d2dc3b [2021-02-26T06:07:11.256Z] ---> Running in 0919845227fb [2021-02-26T06:07:11.533Z] ---> Running in 0263147a746f [2021-02-26T06:07:11.722Z] Removing intermediate container 6e036d0fc8da [2021-02-26T06:07:11.722Z] ---> 112e46efed6a [2021-02-26T06:07:11.722Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-26T06:07:12.007Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T06:07:12.007Z] ---> Running in 963ce426c1e8 [2021-02-26T06:07:12.619Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T06:07:13.222Z] OK: 233 MiB in 51 packages [2021-02-26T06:07:14.219Z] Removing intermediate container 9b157251f9c9 [2021-02-26T06:07:14.219Z] ---> 781e144f0901 [2021-02-26T06:07:14.219Z] Step 8/22 : COPY . . [2021-02-26T06:07:14.219Z] Removing intermediate container 6f115bfaff5d [2021-02-26T06:07:14.219Z] ---> 8ced5140512b [2021-02-26T06:07:14.219Z] Step 6/23 : COPY go.mod . [2021-02-26T06:07:14.954Z] Removing intermediate container 4344c08e1c9f [2021-02-26T06:07:14.954Z] ---> 9d42c0ccc74f [2021-02-26T06:07:14.954Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-26T06:07:14.954Z] ---> Running in 2106b575c5bf [2021-02-26T06:07:14.954Z] Removing intermediate container 6bc02ca81f72 [2021-02-26T06:07:14.954Z] ---> 26ad88c63453 [2021-02-26T06:07:14.954Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-26T06:07:15.553Z] ---> Running in e5555fcdf88a [2021-02-26T06:07:15.553Z] Removing intermediate container 3ef5e2d2dc3b [2021-02-26T06:07:15.553Z] ---> c1047dea40a8 [2021-02-26T06:07:15.553Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-26T06:07:15.553Z] Removing intermediate container 0919845227fb [2021-02-26T06:07:15.553Z] ---> f03d8880f892 [2021-02-26T06:07:15.553Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-26T06:07:15.836Z] Removing intermediate container 0263147a746f [2021-02-26T06:07:15.836Z] ---> 9f0e4e6f6031 [2021-02-26T06:07:15.836Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-26T06:07:15.836Z] ---> Running in f63b8eb66467 [2021-02-26T06:07:15.836Z] ---> Running in fcf91ccf879f [2021-02-26T06:07:16.113Z] ---> Running in 646bbbf5d86b [2021-02-26T06:07:16.907Z] ---> e4d5245ed539 [2021-02-26T06:07:16.907Z] Step 7/23 : RUN go mod download [2021-02-26T06:07:17.112Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T06:07:17.385Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T06:07:17.995Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T06:07:17.995Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T06:07:18.266Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T06:07:18.266Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T06:07:18.266Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T06:07:18.542Z] OK: 217 MiB in 51 packages [2021-02-26T06:07:18.821Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T06:07:18.821Z] OK: 217 MiB in 51 packages [2021-02-26T06:07:18.821Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T06:07:18.858Z] ---> Running in 8ab425e20a47 [2021-02-26T06:07:19.106Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T06:07:19.716Z] OK: 217 MiB in 51 packages [2021-02-26T06:07:19.716Z] OK: 217 MiB in 51 packages [2021-02-26T06:07:19.716Z] OK: 217 MiB in 51 packages [2021-02-26T06:07:20.289Z] Collecting docker-compose==1.23.2 [2021-02-26T06:07:20.289Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-26T06:07:20.316Z] Removing intermediate container 2106b575c5bf [2021-02-26T06:07:20.316Z] ---> 74b78ea47f05 [2021-02-26T06:07:20.316Z] Step 6/23 : COPY go.mod . [2021-02-26T06:07:20.589Z] Removing intermediate container e5555fcdf88a [2021-02-26T06:07:20.590Z] ---> 490f764e66c3 [2021-02-26T06:07:20.590Z] Step 6/22 : COPY go.mod . [2021-02-26T06:07:21.272Z] Collecting cached-property<2,>=1.2.0 [2021-02-26T06:07:21.272Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-26T06:07:21.571Z] ---> 8ab2b24a33e2 [2021-02-26T06:07:21.571Z] Step 7/23 : RUN go mod download [2021-02-26T06:07:21.571Z] ---> Running in 4ccebcd89a43 [2021-02-26T06:07:21.571Z] Removing intermediate container 646bbbf5d86b [2021-02-26T06:07:21.571Z] ---> 85e96288cbdb [2021-02-26T06:07:21.571Z] Step 6/23 : COPY go.mod . [2021-02-26T06:07:21.571Z] Removing intermediate container fcf91ccf879f [2021-02-26T06:07:21.571Z] ---> 65c5afed46ea [2021-02-26T06:07:21.571Z] Step 6/24 : COPY go.mod . [2021-02-26T06:07:21.844Z] ---> 20134f58df6d [2021-02-26T06:07:21.844Z] Step 7/22 : RUN go mod download [2021-02-26T06:07:21.844Z] Removing intermediate container f63b8eb66467 [2021-02-26T06:07:21.844Z] ---> 516195acfad3 [2021-02-26T06:07:21.844Z] Step 6/23 : COPY go.mod . [2021-02-26T06:07:21.844Z] ---> Running in 8fd496798791 [2021-02-26T06:07:21.861Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-26T06:07:21.861Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-26T06:07:21.861Z] Collecting docopt<0.7,>=0.6.1 [2021-02-26T06:07:22.137Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-26T06:07:22.837Z] ---> d7e3a6c8bcc5 [2021-02-26T06:07:22.837Z] Step 7/23 : RUN go mod download [2021-02-26T06:07:22.837Z] ---> Running in 94b33067b1d6 [2021-02-26T06:07:22.837Z] ---> 9b110e8bd38b [2021-02-26T06:07:22.837Z] Step 7/23 : RUN go mod download [2021-02-26T06:07:23.118Z] ---> d14107cdc4b9 [2021-02-26T06:07:23.118Z] Step 7/24 : RUN go mod download [2021-02-26T06:07:23.410Z] ---> Running in 632d5e3b2ec5 [2021-02-26T06:07:23.410Z] ---> Running in 484210434eda [2021-02-26T06:07:24.743Z] Removing intermediate container 8ab425e20a47 [2021-02-26T06:07:24.743Z] ---> 5b0af651526c [2021-02-26T06:07:24.743Z] Step 8/23 : COPY . . [2021-02-26T06:07:25.026Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-26T06:07:25.026Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-26T06:07:25.309Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-26T06:07:25.309Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-26T06:07:25.416Z] Removing intermediate container 4ccebcd89a43 [2021-02-26T06:07:25.416Z] ---> 2a8836ce6074 [2021-02-26T06:07:25.416Z] Step 8/23 : COPY . . [2021-02-26T06:07:25.906Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-26T06:07:26.018Z] Removing intermediate container 8fd496798791 [2021-02-26T06:07:26.018Z] ---> cd75e85433ea [2021-02-26T06:07:26.018Z] Step 8/22 : COPY . . [2021-02-26T06:07:27.846Z] Collecting jsonschema<3,>=2.5.1 [2021-02-26T06:07:27.846Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-26T06:07:28.007Z] Removing intermediate container 94b33067b1d6 [2021-02-26T06:07:28.007Z] ---> fc0ba3127953 [2021-02-26T06:07:28.007Z] Step 8/23 : COPY . . [2021-02-26T06:07:28.007Z] Removing intermediate container 484210434eda [2021-02-26T06:07:28.007Z] ---> 8d01727dc23c [2021-02-26T06:07:28.007Z] Step 8/24 : COPY . . [2021-02-26T06:07:28.292Z] Removing intermediate container 632d5e3b2ec5 [2021-02-26T06:07:28.292Z] ---> f61946f40be3 [2021-02-26T06:07:28.292Z] Step 8/23 : COPY . . [2021-02-26T06:07:31.184Z] Collecting texttable<0.10,>=0.9.0 [2021-02-26T06:07:31.184Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-26T06:07:33.807Z] Collecting docker<4.0,>=3.6.0 [2021-02-26T06:07:33.807Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-26T06:07:34.781Z] Collecting PyYAML<4,>=3.10 [2021-02-26T06:07:34.781Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-26T06:07:38.156Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-02-26T06:07:38.156Z] Collecting idna<2.8,>=2.5 [2021-02-26T06:07:38.156Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-26T06:07:38.156Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-02-26T06:07:38.156Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-26T06:07:38.156Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-26T06:07:40.217Z] Collecting docker-pycreds>=0.4.0 [2021-02-26T06:07:40.481Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-26T06:07:40.747Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-26T06:07:40.747Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-26T06:07:40.747Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-26T06:07:40.747Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-26T06:07:41.325Z] Installing collected packages: cached-property, websocket-client, docopt, idna, urllib3, requests, dockerpty, jsonschema, texttable, docker-pycreds, docker, PyYAML, docker-compose [2021-02-26T06:07:44.672Z] Running setup.py install for docopt: started [2021-02-26T06:07:46.632Z] ---> 71f742fbda4c [2021-02-26T06:07:46.633Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-26T06:07:46.633Z] ---> c35345a400be [2021-02-26T06:07:46.633Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-26T06:07:46.633Z] ---> c41458576e16 [2021-02-26T06:07:46.633Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-26T06:07:46.633Z] ---> dfb78bfff9b4 [2021-02-26T06:07:46.633Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-26T06:07:46.633Z] ---> f441988064fc [2021-02-26T06:07:46.633Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-26T06:07:46.633Z] ---> Running in 7e51b211cc54 [2021-02-26T06:07:46.633Z] ---> Running in 4fa66ee09a5f [2021-02-26T06:07:46.633Z] ---> Running in f376750d15f2 [2021-02-26T06:07:46.633Z] ---> Running in d49fad290c01 [2021-02-26T06:07:46.633Z] ---> Running in 388a9980c91e [2021-02-26T06:07:47.252Z] Running setup.py install for docopt: finished with status 'done' [2021-02-26T06:07:47.252Z] Attempting uninstall: idna [2021-02-26T06:07:47.252Z] Found existing installation: idna 2.9 [2021-02-26T06:07:47.252Z] Uninstalling idna-2.9: [2021-02-26T06:07:47.526Z] Successfully uninstalled idna-2.9 [2021-02-26T06:07:47.627Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.106" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-26T06:07:47.904Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.106" -o cmd/core-data/core-data ./cmd/core-data [2021-02-26T06:07:48.180Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.106" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-26T06:07:48.455Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.106" -o cmd/core-command/core-command ./cmd/core-command [2021-02-26T06:07:48.455Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.106" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-26T06:07:50.093Z] Attempting uninstall: urllib3 [2021-02-26T06:07:50.093Z] Found existing installation: urllib3 1.25.9 [2021-02-26T06:07:50.093Z] Uninstalling urllib3-1.25.9: [2021-02-26T06:07:50.362Z] Successfully uninstalled urllib3-1.25.9 [2021-02-26T06:07:50.947Z] ---> 0b7346426b71 [2021-02-26T06:07:50.947Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-26T06:07:51.210Z] Removing intermediate container b9f2c8c4ef3a [2021-02-26T06:07:51.210Z] ---> 4249be077c5c [2021-02-26T06:07:51.210Z] [2021-02-26T06:07:51.210Z] Step 10/30 : FROM alpine:3.12 [2021-02-26T06:07:51.210Z] ---> 88dd2752d2ea [2021-02-26T06:07:51.210Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-26T06:07:52.156Z] Attempting uninstall: requests [2021-02-26T06:07:52.156Z] Found existing installation: requests 2.23.0 [2021-02-26T06:07:52.156Z] Uninstalling requests-2.23.0: [2021-02-26T06:07:52.421Z] Successfully uninstalled requests-2.23.0 [2021-02-26T06:07:52.421Z] Removing intermediate container 9f24de1c8798 [2021-02-26T06:07:52.421Z] ---> 96ad15f0d831 [2021-02-26T06:07:52.421Z] [2021-02-26T06:07:52.421Z] Step 10/22 : FROM alpine:3.12 [2021-02-26T06:07:52.421Z] ---> 88dd2752d2ea [2021-02-26T06:07:52.421Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-26T06:07:52.421Z] ---> Using cache [2021-02-26T06:07:52.421Z] ---> 828cd78399b0 [2021-02-26T06:07:52.421Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-26T06:07:52.421Z] ---> Using cache [2021-02-26T06:07:52.421Z] ---> 7e74a3c79bd6 [2021-02-26T06:07:52.421Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-26T06:07:53.011Z] ---> Running in 8cb5a369d2ec [2021-02-26T06:07:53.011Z] ---> Running in 0506eaddb271 [2021-02-26T06:07:53.011Z] ---> Running in 4cc3c2e66be5 [2021-02-26T06:07:53.011Z] Running setup.py install for dockerpty: started [2021-02-26T06:07:53.282Z] ---> 2bc1f87732b9 [2021-02-26T06:07:53.282Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-26T06:07:53.282Z] ---> Running in 50ac90fb35e8 [2021-02-26T06:07:53.282Z] Removing intermediate container 0506eaddb271 [2021-02-26T06:07:53.282Z] ---> 536b63edeae8 [2021-02-26T06:07:53.282Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-26T06:07:53.547Z] Removing intermediate container 4cc3c2e66be5 [2021-02-26T06:07:53.547Z] ---> 6d989768acd1 [2021-02-26T06:07:53.547Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-26T06:07:53.547Z] ---> Running in 6ee5194d167b [2021-02-26T06:07:53.818Z] ---> Running in 615dfc288ee0 [2021-02-26T06:07:53.818Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-26T06:07:54.098Z] Running setup.py install for texttable: started [2021-02-26T06:07:54.098Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.106" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-26T06:07:54.098Z] Removing intermediate container 615dfc288ee0 [2021-02-26T06:07:54.098Z] ---> ecb2a3830620 [2021-02-26T06:07:54.098Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-26T06:07:54.378Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.106" -o cmd/core-data/core-data ./cmd/core-data [2021-02-26T06:07:54.662Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T06:07:54.662Z] Running setup.py install for texttable: finished with status 'done' [2021-02-26T06:07:54.662Z] ---> ba65b0d30ab8 [2021-02-26T06:07:54.662Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-26T06:07:54.662Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T06:07:54.931Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-26T06:07:54.931Z] (2/2) Installing su-exec (0.2-r1) [2021-02-26T06:07:54.931Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T06:07:54.931Z] Running setup.py install for PyYAML: started [2021-02-26T06:07:54.931Z] OK: 6 MiB in 16 packages [2021-02-26T06:07:55.521Z] ---> 04fa7fbf6e28 [2021-02-26T06:07:55.521Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-26T06:07:55.798Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-26T06:07:58.383Z] ---> 14b86f5ca2e6 [2021-02-26T06:07:58.383Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-26T06:07:58.383Z] Removing intermediate container 6ee5194d167b [2021-02-26T06:07:58.383Z] ---> be4f18dd3105 [2021-02-26T06:07:58.383Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-26T06:07:58.383Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-26T06:07:58.383Z] ---> Running in 502fc4d3d4bd [2021-02-26T06:07:58.383Z] ---> Running in cd0acfa2ff95 [2021-02-26T06:07:58.653Z] Removing intermediate container 502fc4d3d4bd [2021-02-26T06:07:58.653Z] ---> ddbaf06f77d6 [2021-02-26T06:07:58.653Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-26T06:07:58.653Z] Removing intermediate container cd0acfa2ff95 [2021-02-26T06:07:58.653Z] ---> 786f5e34f586 [2021-02-26T06:07:58.653Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-26T06:07:58.933Z] ---> Running in 468b26c2c2ab [2021-02-26T06:07:58.933Z] ---> Running in c6c99af42c54 [2021-02-26T06:07:59.209Z] Removing intermediate container 468b26c2c2ab [2021-02-26T06:07:59.209Z] ---> 72b4c472e028 [2021-02-26T06:07:59.209Z] Step 20/22 : LABEL arch=x86_64 [2021-02-26T06:07:59.486Z] Removing intermediate container c6c99af42c54 [2021-02-26T06:07:59.486Z] ---> 01e977a4fb01 [2021-02-26T06:07:59.486Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-26T06:07:59.486Z] ---> Running in c34c09d41e3c [2021-02-26T06:08:00.083Z] ---> Running in 3db828b7317a [2021-02-26T06:08:01.521Z] Removing intermediate container c34c09d41e3c [2021-02-26T06:08:01.521Z] ---> c51e428377e5 [2021-02-26T06:08:01.521Z] Step 21/22 : LABEL git_sha=73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:08:01.795Z] ---> Running in 401e2f9f4f71 [2021-02-26T06:08:02.072Z] Removing intermediate container 963ce426c1e8 [2021-02-26T06:08:02.072Z] ---> 7516b72fdb1e [2021-02-26T06:08:02.072Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-26T06:08:04.027Z] ---> Running in 5e4a3ee4bef1 [2021-02-26T06:08:04.027Z] Removing intermediate container 401e2f9f4f71 [2021-02-26T06:08:04.027Z] ---> 95e4d4eda295 [2021-02-26T06:08:04.027Z] Step 22/22 : LABEL version=2.0.0-dev.106 [2021-02-26T06:08:05.443Z] ---> Running in cb63fd67dd02 [2021-02-26T06:08:06.416Z] Removing intermediate container cb63fd67dd02 [2021-02-26T06:08:06.416Z] ---> 181e4be97d7f [2021-02-26T06:08:06.416Z] [2021-02-26T06:08:06.690Z] Removing intermediate container 3db828b7317a [2021-02-26T06:08:06.690Z] ---> 3afc2541aa60 [2021-02-26T06:08:06.690Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-26T06:08:07.282Z] Successfully built 181e4be97d7f [2021-02-26T06:08:07.283Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-26T06:08:07.872Z]  Building docker-support-scheduler-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T06:08:07.872Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T06:08:07.872Z] ---> Running in e3fad2b8daf3 [2021-02-26T06:08:08.145Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-26T06:08:08.145Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-26T06:08:08.145Z] (3/3) Installing curl (7.69.1-r3) [2021-02-26T06:08:08.145Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T06:08:08.145Z] OK: 72 MiB in 58 packages [2021-02-26T06:08:08.754Z] Removing intermediate container e3fad2b8daf3 [2021-02-26T06:08:08.754Z] ---> 17f0524b49fb [2021-02-26T06:08:08.754Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-26T06:08:09.359Z] ---> 3d596d5c40d4 [2021-02-26T06:08:09.359Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-26T06:08:09.359Z] Removing intermediate container 5e4a3ee4bef1 [2021-02-26T06:08:09.359Z] ---> 33a61f251532 [2021-02-26T06:08:09.359Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-26T06:08:09.635Z] ---> Running in d606a299a850 [2021-02-26T06:08:09.635Z] ---> Running in e83a0e81ce9f [2021-02-26T06:08:10.245Z] Removing intermediate container e83a0e81ce9f [2021-02-26T06:08:10.245Z] ---> cd3b7a144710 [2021-02-26T06:08:10.245Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-26T06:08:10.245Z] ---> Running in 38780d65a1a8 [2021-02-26T06:08:10.521Z] Removing intermediate container 38780d65a1a8 [2021-02-26T06:08:10.522Z] ---> 83332ddbd026 [2021-02-26T06:08:10.522Z] Step 24/26 : LABEL arch=x86_64 [2021-02-26T06:08:10.522Z] ---> Running in 414031f421b3 [2021-02-26T06:08:11.128Z] Removing intermediate container 414031f421b3 [2021-02-26T06:08:11.128Z] ---> 12554e1724c4 [2021-02-26T06:08:11.128Z] Step 25/26 : LABEL git_sha=73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:08:11.128Z] ---> Running in feb6d426e470 [2021-02-26T06:08:12.896Z] Removing intermediate container feb6d426e470 [2021-02-26T06:08:12.896Z] ---> 1b9f06b89fdc [2021-02-26T06:08:12.896Z] Step 26/26 : LABEL version=2.0.0-dev.106 [2021-02-26T06:08:13.199Z] Removing intermediate container d606a299a850 [2021-02-26T06:08:13.199Z] ---> e771bea68726 [2021-02-26T06:08:13.199Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-26T06:08:13.199Z] ---> Running in 4a4a7413b2fe [2021-02-26T06:08:14.001Z] ---> 29845b231d21 [2021-02-26T06:08:14.001Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-26T06:08:14.001Z] Removing intermediate container 4a4a7413b2fe [2021-02-26T06:08:14.001Z] ---> ec155840fa94 [2021-02-26T06:08:14.001Z] [2021-02-26T06:08:14.001Z] Successfully built ec155840fa94 [2021-02-26T06:08:14.001Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-26T06:08:15.095Z]  Building docker-sys-mgmt-agent-go ... done  ---> 9c51192ce89b [2021-02-26T06:08:15.095Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-26T06:08:15.368Z] ---> 7a6343d47d13 [2021-02-26T06:08:15.368Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-26T06:08:15.964Z] ---> ccf6d9815cb4 [2021-02-26T06:08:15.964Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-26T06:08:16.233Z] ---> Running in 1c91f70a7a25 [2021-02-26T06:08:16.512Z] Removing intermediate container 1c91f70a7a25 [2021-02-26T06:08:16.512Z] ---> 4cf683eaeff2 [2021-02-26T06:08:16.512Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-26T06:08:16.802Z] ---> 5aea70c8049d [2021-02-26T06:08:16.802Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-26T06:08:17.077Z] ---> Running in 5ccf9f9c01fb [2021-02-26T06:08:21.358Z] Removing intermediate container 8cb5a369d2ec [2021-02-26T06:08:21.358Z] ---> 098bcab694f3 [2021-02-26T06:08:21.358Z] [2021-02-26T06:08:21.358Z] Step 10/22 : FROM alpine:3.12 [2021-02-26T06:08:21.358Z] ---> 88dd2752d2ea [2021-02-26T06:08:21.358Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-26T06:08:21.358Z] Removing intermediate container 5ccf9f9c01fb [2021-02-26T06:08:21.358Z] ---> 27c257cc423b [2021-02-26T06:08:21.358Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-26T06:08:21.630Z] ---> Running in f803b4764fa3 [2021-02-26T06:08:21.899Z] ---> Running in 62bad9c667ee [2021-02-26T06:08:22.163Z] Removing intermediate container 62bad9c667ee [2021-02-26T06:08:22.163Z] ---> cb0b9739e567 [2021-02-26T06:08:22.163Z] Step 27/30 : CMD ["gate"] [2021-02-26T06:08:22.429Z] ---> Running in ea277c2c9d6b [2021-02-26T06:08:22.429Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T06:08:22.692Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T06:08:22.959Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-26T06:08:22.959Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-26T06:08:22.959Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T06:08:22.959Z] Executing ca-certificates-20191127-r4.trigger [2021-02-26T06:08:22.959Z] OK: 6 MiB in 16 packages [2021-02-26T06:08:22.959Z] Removing intermediate container ea277c2c9d6b [2021-02-26T06:08:22.959Z] ---> 633df8335c92 [2021-02-26T06:08:22.959Z] Step 28/30 : LABEL arch=x86_64 [2021-02-26T06:08:24.899Z] ---> Running in b43ca694b1a0 [2021-02-26T06:08:24.899Z] Removing intermediate container 50ac90fb35e8 [2021-02-26T06:08:24.899Z] ---> 931b32535b79 [2021-02-26T06:08:24.899Z] [2021-02-26T06:08:24.899Z] Step 10/23 : FROM alpine:3.12 [2021-02-26T06:08:24.899Z] ---> 88dd2752d2ea [2021-02-26T06:08:24.899Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-26T06:08:24.899Z] ---> Running in 03053dd1b2b2 [2021-02-26T06:08:25.162Z] Removing intermediate container b43ca694b1a0 [2021-02-26T06:08:25.162Z] ---> 1ea13b07f54b [2021-02-26T06:08:25.162Z] Step 29/30 : LABEL git_sha=73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:08:25.737Z] Removing intermediate container 03053dd1b2b2 [2021-02-26T06:08:25.737Z] ---> 4c1472c5c795 [2021-02-26T06:08:25.737Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-26T06:08:25.737Z] ---> Running in 0f0c137d8f7a [2021-02-26T06:08:25.737Z] Removing intermediate container f803b4764fa3 [2021-02-26T06:08:25.737Z] ---> ecc5fb4253b7 [2021-02-26T06:08:25.737Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-26T06:08:25.737Z] ---> Running in 819cb2c2597a [2021-02-26T06:08:25.999Z] ---> Running in 6b98a4cc62a1 [2021-02-26T06:08:25.999Z] Removing intermediate container 0f0c137d8f7a [2021-02-26T06:08:25.999Z] ---> fde518f79dec [2021-02-26T06:08:25.999Z] Step 30/30 : LABEL version=2.0.0-dev.106 [2021-02-26T06:08:26.262Z] Removing intermediate container 819cb2c2597a [2021-02-26T06:08:26.262Z] ---> 169bde7cb435 [2021-02-26T06:08:26.262Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-26T06:08:26.262Z] ---> Running in f31a99ccd7ce [2021-02-26T06:08:26.262Z] Removing intermediate container 6b98a4cc62a1 [2021-02-26T06:08:26.262Z] ---> 448677ce9cd8 [2021-02-26T06:08:26.262Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-26T06:08:26.262Z] ---> Running in b3cf5c3a8ed0 [2021-02-26T06:08:26.531Z] ---> Running in ac4d1db22483 [2021-02-26T06:08:26.531Z] Removing intermediate container f31a99ccd7ce [2021-02-26T06:08:26.531Z] ---> de4a7e2374c0 [2021-02-26T06:08:26.531Z] [2021-02-26T06:08:26.531Z] Removing intermediate container b3cf5c3a8ed0 [2021-02-26T06:08:26.531Z] ---> c30ce80284ec [2021-02-26T06:08:26.531Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T06:08:27.482Z] Removing intermediate container ac4d1db22483 [2021-02-26T06:08:27.482Z] ---> 5db5dfadb194 [2021-02-26T06:08:27.482Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-26T06:08:27.482Z] Successfully built de4a7e2374c0 [2021-02-26T06:08:27.482Z] ---> Running in 835808c8210a [2021-02-26T06:08:27.482Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-26T06:08:27.747Z]  Building docker-security-bootstrapper-go ... done  ---> Running in 988048a1aae7 [2021-02-26T06:08:27.747Z] Removing intermediate container 988048a1aae7 [2021-02-26T06:08:27.747Z] ---> 39366ce85f57 [2021-02-26T06:08:27.747Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-26T06:08:28.331Z] ---> 4e0e53d4c0a4 [2021-02-26T06:08:28.331Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-26T06:08:28.919Z] ---> 87a5a848e2e3 [2021-02-26T06:08:28.919Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-26T06:08:28.919Z] Removing intermediate container 835808c8210a [2021-02-26T06:08:28.919Z] ---> 8eca87ea907b [2021-02-26T06:08:28.919Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-26T06:08:29.182Z] ---> Running in 1bd6d847d264 [2021-02-26T06:08:29.182Z] ---> 1e7909a86707 [2021-02-26T06:08:29.182Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-26T06:08:29.182Z] ---> Running in c3e67783ec85 [2021-02-26T06:08:29.445Z] Removing intermediate container c3e67783ec85 [2021-02-26T06:08:29.445Z] ---> 22b7aaa7b96b [2021-02-26T06:08:29.445Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-26T06:08:29.445Z] ---> Running in 7ec52bfc20fb [2021-02-26T06:08:29.709Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T06:08:29.709Z] Removing intermediate container 7ec52bfc20fb [2021-02-26T06:08:29.709Z] ---> ff0bc436b741 [2021-02-26T06:08:29.709Z] Step 20/22 : LABEL arch=x86_64 [2021-02-26T06:08:29.709Z] ---> Running in dd7d8d863d4d [2021-02-26T06:08:29.973Z] Removing intermediate container dd7d8d863d4d [2021-02-26T06:08:29.973Z] ---> 444e5a0fad95 [2021-02-26T06:08:29.973Z] Step 21/22 : LABEL git_sha=73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:08:29.973Z] ---> Running in 2e2d1362ad82 [2021-02-26T06:08:30.235Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T06:08:30.235Z] Removing intermediate container 2e2d1362ad82 [2021-02-26T06:08:30.235Z] ---> e02b99f41c7e [2021-02-26T06:08:30.235Z] Step 22/22 : LABEL version=2.0.0-dev.106 [2021-02-26T06:08:30.235Z] ---> Running in c359c9a213e8 [2021-02-26T06:08:30.499Z] Removing intermediate container c359c9a213e8 [2021-02-26T06:08:30.499Z] ---> 11e69838c865 [2021-02-26T06:08:30.499Z] [2021-02-26T06:08:30.762Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-26T06:08:30.762Z] Successfully built 11e69838c865 [2021-02-26T06:08:30.762Z] Successfully tagged docker-support-notifications-go:latest [2021-02-26T06:08:30.762Z]  Building docker-support-notifications-go ... done (2/6) Installing libgcc (9.3.0-r2) [2021-02-26T06:08:30.762Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-26T06:08:31.026Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-26T06:08:31.026Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-26T06:08:31.289Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-26T06:08:31.289Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T06:08:31.289Z] OK: 8 MiB in 20 packages [2021-02-26T06:08:32.240Z] Removing intermediate container 1bd6d847d264 [2021-02-26T06:08:32.241Z] ---> e2576168a58e [2021-02-26T06:08:32.241Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-26T06:08:32.505Z] ---> 292c4f602313 [2021-02-26T06:08:32.505Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-26T06:08:33.079Z] ---> 79b8f820f76e [2021-02-26T06:08:33.079Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-26T06:08:33.341Z] ---> 8f8ed9127df8 [2021-02-26T06:08:33.341Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-26T06:08:33.341Z] ---> Running in 2dd98af3e3a1 [2021-02-26T06:08:33.605Z] Removing intermediate container 2dd98af3e3a1 [2021-02-26T06:08:33.605Z] ---> 07581dc94175 [2021-02-26T06:08:33.605Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-26T06:08:33.605Z] ---> Running in d12d535f5739 [2021-02-26T06:08:33.869Z] Removing intermediate container d12d535f5739 [2021-02-26T06:08:33.869Z] ---> 0600575b7c9f [2021-02-26T06:08:33.869Z] Step 21/23 : LABEL arch=x86_64 [2021-02-26T06:08:33.869Z] ---> Running in 6af5670f898c [2021-02-26T06:08:34.132Z] Removing intermediate container 6af5670f898c [2021-02-26T06:08:34.132Z] ---> f364ea86574e [2021-02-26T06:08:34.132Z] Step 22/23 : LABEL git_sha=73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:08:34.132Z] ---> Running in 582e0efc7ae2 [2021-02-26T06:08:34.395Z] Removing intermediate container 582e0efc7ae2 [2021-02-26T06:08:34.395Z] ---> 1d4302b4d313 [2021-02-26T06:08:34.395Z] Step 23/23 : LABEL version=2.0.0-dev.106 [2021-02-26T06:08:34.395Z] ---> Running in baee9e2285c9 [2021-02-26T06:08:34.662Z] Removing intermediate container baee9e2285c9 [2021-02-26T06:08:34.662Z] ---> 4fed22a388a6 [2021-02-26T06:08:34.662Z] [2021-02-26T06:08:34.662Z] Successfully built 4fed22a388a6 [2021-02-26T06:08:34.662Z] Successfully tagged docker-core-data-go:latest [2021-02-26T06:08:35.252Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-26T06:08:35.268Z] $ docker stop --time=1 2c70076bf09bc9d0f329ebb235e54e913ccd1ad09742d523957fe68a59d34189 [2021-02-26T06:08:37.040Z] $ docker rm -f 2c70076bf09bc9d0f329ebb235e54e913ccd1ad09742d523957fe68a59d34189 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-26T06:08:37.621Z] + docker images [2021-02-26T06:08:37.621Z] + grep docker [2021-02-26T06:08:38.203Z] docker-core-data-go latest 4fed22a388a6 4 seconds ago 22.4MB [2021-02-26T06:08:38.203Z] docker-support-notifications-go latest 11e69838c865 8 seconds ago 17.8MB [2021-02-26T06:08:38.203Z] docker-security-bootstrapper-go latest de4a7e2374c0 12 seconds ago 18.7MB [2021-02-26T06:08:38.203Z] docker-sys-mgmt-agent-go latest ec155840fa94 25 seconds ago 313MB [2021-02-26T06:08:38.203Z] docker-support-scheduler-go latest 181e4be97d7f 32 seconds ago 17.2MB [2021-02-26T06:08:38.203Z] docker-security-secretstore-setup-go latest e74b36f9ac81 About a minute ago 24.9MB [2021-02-26T06:08:38.203Z] docker-core-metadata-go latest cbb16a74e6bf 2 minutes ago 19MB [2021-02-26T06:08:38.203Z] docker-core-command-go latest 55b8a5fc97b2 2 minutes ago 17MB [2021-02-26T06:08:38.203Z] docker-security-proxy-setup-go latest 35307ea3ca1c 2 minutes ago 24.7MB [2021-02-26T06:08:38.203Z] docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-26T06:08:38.737Z] provisioning config files... [2021-02-26T06:08:38.778Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/372@tmp/config1945484775474234186tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-26T06:08:39.158Z] ---> docker-login.sh [2021-02-26T06:08:39.158Z] nexus3.edgexfoundry.org:10001 [2021-02-26T06:08:39.158Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T06:08:39.425Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T06:08:39.425Z] Configure a credential helper to remove this warning. See [2021-02-26T06:08:39.425Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T06:08:39.425Z] [2021-02-26T06:08:39.425Z] Login Succeeded [2021-02-26T06:08:39.425Z] nexus3.edgexfoundry.org:10002 [2021-02-26T06:08:39.425Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T06:08:39.699Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T06:08:39.699Z] Configure a credential helper to remove this warning. See [2021-02-26T06:08:39.699Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T06:08:39.699Z] [2021-02-26T06:08:39.699Z] Login Succeeded [2021-02-26T06:08:39.699Z] nexus3.edgexfoundry.org:10003 [2021-02-26T06:08:39.966Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T06:08:39.966Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T06:08:39.966Z] Configure a credential helper to remove this warning. See [2021-02-26T06:08:39.966Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T06:08:39.966Z] [2021-02-26T06:08:39.966Z] Login Succeeded [2021-02-26T06:08:39.966Z] nexus3.edgexfoundry.org:10004 [2021-02-26T06:08:39.966Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T06:08:40.233Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T06:08:40.233Z] Configure a credential helper to remove this warning. See [2021-02-26T06:08:40.233Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T06:08:40.233Z] [2021-02-26T06:08:40.233Z] Login Succeeded [2021-02-26T06:08:40.233Z] docker.io [2021-02-26T06:08:40.233Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T06:08:40.498Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T06:08:40.498Z] Configure a credential helper to remove this warning. See [2021-02-26T06:08:40.498Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T06:08:40.498Z] [2021-02-26T06:08:40.498Z] Login Succeeded [2021-02-26T06:08:40.498Z] ---> docker-login.sh ends [Pipeline] } [2021-02-26T06:08:40.514Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-26T06:08:40.752Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-02-26T06:08:40.752Z] 73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:08:40.752Z] 2.0.0-dev.106 [2021-02-26T06:08:40.752Z] 73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [2021-02-26T06:08:40.752Z] master [2021-02-26T06:08:40.752Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:08:41.291Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:73dc428bea26e7bc953b08348183f35641f26ad3 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:08:41.606Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:08:41.607Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-26T06:08:41.607Z] 77099ee2fa90: Preparing [2021-02-26T06:08:41.607Z] 02ac6f0c111f: Preparing [2021-02-26T06:08:41.607Z] 3e6f4dcb0a0c: Preparing [2021-02-26T06:08:41.607Z] 02a3315053b4: Preparing [2021-02-26T06:08:41.607Z] 33e8713114f8: Preparing [2021-02-26T06:08:42.563Z] 3e6f4dcb0a0c: Pushed [2021-02-26T06:08:42.563Z] 02a3315053b4: Pushed [2021-02-26T06:08:42.563Z] 77099ee2fa90: Pushed [2021-02-26T06:08:42.563Z] 33e8713114f8: Layer already exists [2021-02-26T06:08:43.137Z] 02ac6f0c111f: Pushed [2021-02-26T06:08:43.400Z] 73dc428bea26e7bc953b08348183f35641f26ad3: digest: sha256:c8efe0a975c65b35dc1ba054798b7fffbfd8503bdd1dbc130a70f58b2b53e059 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:08:43.714Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.106 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:08:44.020Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.106 [2021-02-26T06:08:44.020Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-26T06:08:44.020Z] 77099ee2fa90: Preparing [2021-02-26T06:08:44.020Z] 02ac6f0c111f: Preparing [2021-02-26T06:08:44.020Z] 3e6f4dcb0a0c: Preparing [2021-02-26T06:08:44.020Z] 02a3315053b4: Preparing [2021-02-26T06:08:44.020Z] 33e8713114f8: Preparing [2021-02-26T06:08:44.020Z] 77099ee2fa90: Layer already exists [2021-02-26T06:08:44.020Z] 33e8713114f8: Layer already exists [2021-02-26T06:08:44.020Z] 02ac6f0c111f: Layer already exists [2021-02-26T06:08:44.020Z] 3e6f4dcb0a0c: Layer already exists [2021-02-26T06:08:44.020Z] 02a3315053b4: Layer already exists [2021-02-26T06:08:44.020Z] 2.0.0-dev.106: digest: sha256:c8efe0a975c65b35dc1ba054798b7fffbfd8503bdd1dbc130a70f58b2b53e059 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:08:44.334Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:08:44.651Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [2021-02-26T06:08:44.651Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-26T06:08:44.651Z] 77099ee2fa90: Preparing [2021-02-26T06:08:44.651Z] 02ac6f0c111f: Preparing [2021-02-26T06:08:44.651Z] 3e6f4dcb0a0c: Preparing [2021-02-26T06:08:44.651Z] 02a3315053b4: Preparing [2021-02-26T06:08:44.651Z] 33e8713114f8: Preparing [2021-02-26T06:08:44.651Z] 02ac6f0c111f: Layer already exists [2021-02-26T06:08:44.651Z] 33e8713114f8: Layer already exists [2021-02-26T06:08:44.651Z] 3e6f4dcb0a0c: Layer already exists [2021-02-26T06:08:44.651Z] 77099ee2fa90: Layer already exists [2021-02-26T06:08:44.651Z] 02a3315053b4: Layer already exists [2021-02-26T06:08:44.651Z] 73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106: digest: sha256:c8efe0a975c65b35dc1ba054798b7fffbfd8503bdd1dbc130a70f58b2b53e059 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:08:44.969Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:08:45.280Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-02-26T06:08:45.280Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-26T06:08:45.280Z] 77099ee2fa90: Preparing [2021-02-26T06:08:45.280Z] 02ac6f0c111f: Preparing [2021-02-26T06:08:45.280Z] 3e6f4dcb0a0c: Preparing [2021-02-26T06:08:45.280Z] 02a3315053b4: Preparing [2021-02-26T06:08:45.280Z] 33e8713114f8: Preparing [2021-02-26T06:08:45.280Z] 77099ee2fa90: Layer already exists [2021-02-26T06:08:45.280Z] 02ac6f0c111f: Layer already exists [2021-02-26T06:08:45.280Z] 33e8713114f8: Layer already exists [2021-02-26T06:08:45.280Z] 02a3315053b4: Layer already exists [2021-02-26T06:08:45.280Z] 3e6f4dcb0a0c: Layer already exists [2021-02-26T06:08:45.280Z] master: digest: sha256:c8efe0a975c65b35dc1ba054798b7fffbfd8503bdd1dbc130a70f58b2b53e059 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-26T06:08:45.467Z] ===================================================== [Pipeline] echo [2021-02-26T06:08:45.513Z] taggedImages: [2021-02-26T06:08:45.513Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:08:45.513Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.106 [2021-02-26T06:08:45.513Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [2021-02-26T06:08:45.513Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-02-26T06:08:45.587Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-02-26T06:08:45.587Z] 73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:08:45.587Z] 2.0.0-dev.106 [2021-02-26T06:08:45.587Z] 73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [2021-02-26T06:08:45.588Z] master [2021-02-26T06:08:45.588Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:08:46.066Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:73dc428bea26e7bc953b08348183f35641f26ad3 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:08:46.380Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:08:46.380Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-26T06:08:46.380Z] 9d9eb1c73c10: Preparing [2021-02-26T06:08:46.380Z] fc042d07cf42: Preparing [2021-02-26T06:08:46.380Z] 3e6f4dcb0a0c: Preparing [2021-02-26T06:08:46.380Z] 6029b5cb6c07: Preparing [2021-02-26T06:08:46.380Z] e57cdb65e829: Preparing [2021-02-26T06:08:46.380Z] 33e8713114f8: Preparing [2021-02-26T06:08:46.380Z] 33e8713114f8: Waiting [2021-02-26T06:08:46.380Z] 3e6f4dcb0a0c: Layer already exists [2021-02-26T06:08:46.380Z] 33e8713114f8: Layer already exists [2021-02-26T06:08:46.644Z] 9d9eb1c73c10: Pushed [2021-02-26T06:08:46.644Z] e57cdb65e829: Pushed [2021-02-26T06:08:46.910Z] 6029b5cb6c07: Pushed [2021-02-26T06:08:47.858Z] fc042d07cf42: Pushed [2021-02-26T06:08:48.122Z] 73dc428bea26e7bc953b08348183f35641f26ad3: digest: sha256:c5f1acad1a55d1d75348f822fcb5b997a3c1ecfaae72a0ce8ca842891cfc6b1c size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:08:48.438Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.106 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:08:48.751Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.106 [2021-02-26T06:08:48.751Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-26T06:08:48.751Z] 9d9eb1c73c10: Preparing [2021-02-26T06:08:48.751Z] fc042d07cf42: Preparing [2021-02-26T06:08:48.751Z] 3e6f4dcb0a0c: Preparing [2021-02-26T06:08:48.751Z] 6029b5cb6c07: Preparing [2021-02-26T06:08:48.751Z] e57cdb65e829: Preparing [2021-02-26T06:08:48.751Z] 33e8713114f8: Preparing [2021-02-26T06:08:48.751Z] 33e8713114f8: Waiting [2021-02-26T06:08:48.751Z] 9d9eb1c73c10: Layer already exists [2021-02-26T06:08:48.751Z] 3e6f4dcb0a0c: Layer already exists [2021-02-26T06:08:48.751Z] e57cdb65e829: Layer already exists [2021-02-26T06:08:48.751Z] fc042d07cf42: Layer already exists [2021-02-26T06:08:48.751Z] 6029b5cb6c07: Layer already exists [2021-02-26T06:08:48.751Z] 33e8713114f8: Layer already exists [2021-02-26T06:08:48.751Z] 2.0.0-dev.106: digest: sha256:c5f1acad1a55d1d75348f822fcb5b997a3c1ecfaae72a0ce8ca842891cfc6b1c size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:08:49.065Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:08:49.381Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [2021-02-26T06:08:49.381Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-26T06:08:49.381Z] 9d9eb1c73c10: Preparing [2021-02-26T06:08:49.381Z] fc042d07cf42: Preparing [2021-02-26T06:08:49.381Z] 3e6f4dcb0a0c: Preparing [2021-02-26T06:08:49.381Z] 6029b5cb6c07: Preparing [2021-02-26T06:08:49.381Z] e57cdb65e829: Preparing [2021-02-26T06:08:49.381Z] 33e8713114f8: Preparing [2021-02-26T06:08:49.381Z] 33e8713114f8: Waiting [2021-02-26T06:08:49.381Z] 3e6f4dcb0a0c: Layer already exists [2021-02-26T06:08:49.381Z] 9d9eb1c73c10: Layer already exists [2021-02-26T06:08:49.381Z] 6029b5cb6c07: Layer already exists [2021-02-26T06:08:49.381Z] e57cdb65e829: Layer already exists [2021-02-26T06:08:49.381Z] fc042d07cf42: Layer already exists [2021-02-26T06:08:49.381Z] 33e8713114f8: Layer already exists [2021-02-26T06:08:49.381Z] 73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106: digest: sha256:c5f1acad1a55d1d75348f822fcb5b997a3c1ecfaae72a0ce8ca842891cfc6b1c size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:08:49.698Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:08:50.010Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-02-26T06:08:50.010Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-26T06:08:50.010Z] 9d9eb1c73c10: Preparing [2021-02-26T06:08:50.010Z] fc042d07cf42: Preparing [2021-02-26T06:08:50.010Z] 3e6f4dcb0a0c: Preparing [2021-02-26T06:08:50.010Z] 6029b5cb6c07: Preparing [2021-02-26T06:08:50.010Z] e57cdb65e829: Preparing [2021-02-26T06:08:50.010Z] 33e8713114f8: Preparing [2021-02-26T06:08:50.010Z] 33e8713114f8: Waiting [2021-02-26T06:08:50.010Z] e57cdb65e829: Layer already exists [2021-02-26T06:08:50.010Z] 6029b5cb6c07: Layer already exists [2021-02-26T06:08:50.010Z] 3e6f4dcb0a0c: Layer already exists [2021-02-26T06:08:50.010Z] fc042d07cf42: Layer already exists [2021-02-26T06:08:50.010Z] 9d9eb1c73c10: Layer already exists [2021-02-26T06:08:50.010Z] 33e8713114f8: Layer already exists [2021-02-26T06:08:50.010Z] master: digest: sha256:c5f1acad1a55d1d75348f822fcb5b997a3c1ecfaae72a0ce8ca842891cfc6b1c size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-26T06:08:50.251Z] ===================================================== [Pipeline] echo [2021-02-26T06:08:50.313Z] taggedImages: [2021-02-26T06:08:50.313Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:08:50.313Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.106 [2021-02-26T06:08:50.313Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [2021-02-26T06:08:50.313Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-02-26T06:08:50.410Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-02-26T06:08:50.410Z] 73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:08:50.410Z] 2.0.0-dev.106 [2021-02-26T06:08:50.410Z] 73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [2021-02-26T06:08:50.410Z] master [2021-02-26T06:08:50.410Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:08:50.950Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:73dc428bea26e7bc953b08348183f35641f26ad3 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:08:51.257Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:08:51.257Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-26T06:08:51.257Z] 399ae3fa96a9: Preparing [2021-02-26T06:08:51.257Z] 07e5a12b33ec: Preparing [2021-02-26T06:08:51.257Z] 3e6f4dcb0a0c: Preparing [2021-02-26T06:08:51.257Z] 3b7fd9d8293e: Preparing [2021-02-26T06:08:51.257Z] 33e8713114f8: Preparing [2021-02-26T06:08:51.257Z] 3e6f4dcb0a0c: Layer already exists [2021-02-26T06:08:51.257Z] 33e8713114f8: Layer already exists [2021-02-26T06:08:51.521Z] 399ae3fa96a9: Pushed [2021-02-26T06:08:51.521Z] 3b7fd9d8293e: Pushed [2021-02-26T06:08:52.949Z] 07e5a12b33ec: Pushed [2021-02-26T06:08:53.249Z] 73dc428bea26e7bc953b08348183f35641f26ad3: digest: sha256:0a9c5f914483b92efbcdbf3160fe39d4c5be69f1b9ea5a766b0ad30b1562449a size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:08:53.607Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.106 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:08:53.985Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.106 [2021-02-26T06:08:53.985Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-26T06:08:53.985Z] 399ae3fa96a9: Preparing [2021-02-26T06:08:53.985Z] 07e5a12b33ec: Preparing [2021-02-26T06:08:53.985Z] 3e6f4dcb0a0c: Preparing [2021-02-26T06:08:53.985Z] 3b7fd9d8293e: Preparing [2021-02-26T06:08:53.985Z] 33e8713114f8: Preparing [2021-02-26T06:08:53.985Z] 07e5a12b33ec: Layer already exists [2021-02-26T06:08:53.985Z] 3b7fd9d8293e: Layer already exists [2021-02-26T06:08:53.985Z] 3e6f4dcb0a0c: Layer already exists [2021-02-26T06:08:53.985Z] 33e8713114f8: Layer already exists [2021-02-26T06:08:53.985Z] 399ae3fa96a9: Layer already exists [2021-02-26T06:08:53.985Z] 2.0.0-dev.106: digest: sha256:0a9c5f914483b92efbcdbf3160fe39d4c5be69f1b9ea5a766b0ad30b1562449a size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:08:54.293Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:08:54.593Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [2021-02-26T06:08:54.593Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-26T06:08:54.593Z] 399ae3fa96a9: Preparing [2021-02-26T06:08:54.593Z] 07e5a12b33ec: Preparing [2021-02-26T06:08:54.593Z] 3e6f4dcb0a0c: Preparing [2021-02-26T06:08:54.593Z] 3b7fd9d8293e: Preparing [2021-02-26T06:08:54.593Z] 33e8713114f8: Preparing [2021-02-26T06:08:54.593Z] 3e6f4dcb0a0c: Layer already exists [2021-02-26T06:08:54.593Z] 399ae3fa96a9: Layer already exists [2021-02-26T06:08:54.593Z] 3b7fd9d8293e: Layer already exists [2021-02-26T06:08:54.593Z] 33e8713114f8: Layer already exists [2021-02-26T06:08:54.593Z] 07e5a12b33ec: Layer already exists [2021-02-26T06:08:54.594Z] 73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106: digest: sha256:0a9c5f914483b92efbcdbf3160fe39d4c5be69f1b9ea5a766b0ad30b1562449a size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:08:54.901Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:08:55.205Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-02-26T06:08:55.205Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-26T06:08:55.205Z] 399ae3fa96a9: Preparing [2021-02-26T06:08:55.205Z] 07e5a12b33ec: Preparing [2021-02-26T06:08:55.205Z] 3e6f4dcb0a0c: Preparing [2021-02-26T06:08:55.205Z] 3b7fd9d8293e: Preparing [2021-02-26T06:08:55.205Z] 33e8713114f8: Preparing [2021-02-26T06:08:55.205Z] 33e8713114f8: Layer already exists [2021-02-26T06:08:55.205Z] 3e6f4dcb0a0c: Layer already exists [2021-02-26T06:08:55.205Z] 3b7fd9d8293e: Layer already exists [2021-02-26T06:08:55.205Z] 07e5a12b33ec: Layer already exists [2021-02-26T06:08:55.205Z] 399ae3fa96a9: Layer already exists [2021-02-26T06:08:55.205Z] master: digest: sha256:0a9c5f914483b92efbcdbf3160fe39d4c5be69f1b9ea5a766b0ad30b1562449a size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-26T06:08:55.379Z] ===================================================== [Pipeline] echo [2021-02-26T06:08:55.430Z] taggedImages: [2021-02-26T06:08:55.430Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:08:55.430Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.106 [2021-02-26T06:08:55.430Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [2021-02-26T06:08:55.430Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-02-26T06:08:55.494Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-02-26T06:08:55.495Z] 73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:08:55.495Z] 2.0.0-dev.106 [2021-02-26T06:08:55.495Z] 73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [2021-02-26T06:08:55.495Z] master [2021-02-26T06:08:55.495Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:08:55.971Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:73dc428bea26e7bc953b08348183f35641f26ad3 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:08:56.277Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:08:56.277Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-26T06:08:56.277Z] bbcd11df1792: Preparing [2021-02-26T06:08:56.277Z] bbcd11df1792: Preparing [2021-02-26T06:08:56.277Z] 2795aa86fede: Preparing [2021-02-26T06:08:56.277Z] 18733425e175: Preparing [2021-02-26T06:08:56.277Z] 281365f5327c: Preparing [2021-02-26T06:08:56.277Z] 3e6f4dcb0a0c: Preparing [2021-02-26T06:08:56.277Z] 16064e969fe2: Preparing [2021-02-26T06:08:56.277Z] 16064e969fe2: Preparing [2021-02-26T06:08:56.277Z] eaf60f501e32: Preparing [2021-02-26T06:08:56.277Z] 8161e3a2f8ab: Preparing [2021-02-26T06:08:56.277Z] 33e8713114f8: Preparing [2021-02-26T06:08:56.277Z] eaf60f501e32: Waiting [2021-02-26T06:08:56.277Z] 16064e969fe2: Waiting [2021-02-26T06:08:56.277Z] 8161e3a2f8ab: Waiting [2021-02-26T06:08:56.277Z] 33e8713114f8: Waiting [2021-02-26T06:08:56.277Z] 3e6f4dcb0a0c: Layer already exists [2021-02-26T06:08:56.538Z] bbcd11df1792: Pushed [2021-02-26T06:08:56.538Z] 18733425e175: Pushed [2021-02-26T06:08:56.538Z] 2795aa86fede: Pushed [2021-02-26T06:08:56.538Z] 16064e969fe2: Pushed [2021-02-26T06:08:56.538Z] 33e8713114f8: Layer already exists [2021-02-26T06:08:56.538Z] eaf60f501e32: Pushed [2021-02-26T06:08:56.538Z] 8161e3a2f8ab: Pushed [2021-02-26T06:08:57.486Z] 281365f5327c: Pushed [2021-02-26T06:08:57.748Z] 73dc428bea26e7bc953b08348183f35641f26ad3: digest: sha256:881f4cb158cd054a24d61494f35a0e4ffa1d710c8058b460a0b378245b15a5d2 size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:08:58.058Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.106 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:08:58.360Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.106 [2021-02-26T06:08:58.360Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-26T06:08:58.360Z] bbcd11df1792: Preparing [2021-02-26T06:08:58.360Z] bbcd11df1792: Preparing [2021-02-26T06:08:58.360Z] 2795aa86fede: Preparing [2021-02-26T06:08:58.360Z] 18733425e175: Preparing [2021-02-26T06:08:58.360Z] 281365f5327c: Preparing [2021-02-26T06:08:58.360Z] 3e6f4dcb0a0c: Preparing [2021-02-26T06:08:58.360Z] 16064e969fe2: Preparing [2021-02-26T06:08:58.360Z] 16064e969fe2: Preparing [2021-02-26T06:08:58.360Z] eaf60f501e32: Preparing [2021-02-26T06:08:58.360Z] 8161e3a2f8ab: Preparing [2021-02-26T06:08:58.360Z] 33e8713114f8: Preparing [2021-02-26T06:08:58.360Z] 16064e969fe2: Waiting [2021-02-26T06:08:58.360Z] eaf60f501e32: Waiting [2021-02-26T06:08:58.360Z] 8161e3a2f8ab: Waiting [2021-02-26T06:08:58.360Z] 33e8713114f8: Waiting [2021-02-26T06:08:58.360Z] bbcd11df1792: Layer already exists [2021-02-26T06:08:58.360Z] 18733425e175: Layer already exists [2021-02-26T06:08:58.360Z] 281365f5327c: Layer already exists [2021-02-26T06:08:58.360Z] 2795aa86fede: Layer already exists [2021-02-26T06:08:58.360Z] 3e6f4dcb0a0c: Layer already exists [2021-02-26T06:08:58.360Z] eaf60f501e32: Layer already exists [2021-02-26T06:08:58.360Z] 33e8713114f8: Layer already exists [2021-02-26T06:08:58.360Z] 8161e3a2f8ab: Layer already exists [2021-02-26T06:08:58.360Z] 16064e969fe2: Layer already exists [2021-02-26T06:08:58.360Z] 2.0.0-dev.106: digest: sha256:881f4cb158cd054a24d61494f35a0e4ffa1d710c8058b460a0b378245b15a5d2 size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:08:58.667Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:08:58.968Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [2021-02-26T06:08:58.968Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-26T06:08:58.968Z] bbcd11df1792: Preparing [2021-02-26T06:08:58.968Z] bbcd11df1792: Preparing [2021-02-26T06:08:58.968Z] 2795aa86fede: Preparing [2021-02-26T06:08:58.968Z] 18733425e175: Preparing [2021-02-26T06:08:58.968Z] 281365f5327c: Preparing [2021-02-26T06:08:58.968Z] 3e6f4dcb0a0c: Preparing [2021-02-26T06:08:58.968Z] 16064e969fe2: Preparing [2021-02-26T06:08:58.968Z] 16064e969fe2: Preparing [2021-02-26T06:08:58.968Z] eaf60f501e32: Preparing [2021-02-26T06:08:58.968Z] 8161e3a2f8ab: Preparing [2021-02-26T06:08:58.968Z] 33e8713114f8: Preparing [2021-02-26T06:08:58.968Z] eaf60f501e32: Waiting [2021-02-26T06:08:58.968Z] 16064e969fe2: Waiting [2021-02-26T06:08:58.968Z] 33e8713114f8: Waiting [2021-02-26T06:08:58.968Z] 8161e3a2f8ab: Waiting [2021-02-26T06:08:58.968Z] 2795aa86fede: Layer already exists [2021-02-26T06:08:58.968Z] bbcd11df1792: Layer already exists [2021-02-26T06:08:58.968Z] 3e6f4dcb0a0c: Layer already exists [2021-02-26T06:08:58.968Z] 18733425e175: Layer already exists [2021-02-26T06:08:58.968Z] 281365f5327c: Layer already exists [2021-02-26T06:08:58.968Z] 16064e969fe2: Layer already exists [2021-02-26T06:08:58.968Z] 33e8713114f8: Layer already exists [2021-02-26T06:08:58.968Z] eaf60f501e32: Layer already exists [2021-02-26T06:08:58.968Z] 8161e3a2f8ab: Layer already exists [2021-02-26T06:08:58.968Z] 73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106: digest: sha256:881f4cb158cd054a24d61494f35a0e4ffa1d710c8058b460a0b378245b15a5d2 size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:08:59.281Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:08:59.584Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-02-26T06:08:59.584Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-26T06:08:59.584Z] bbcd11df1792: Preparing [2021-02-26T06:08:59.584Z] bbcd11df1792: Preparing [2021-02-26T06:08:59.584Z] 2795aa86fede: Preparing [2021-02-26T06:08:59.584Z] 18733425e175: Preparing [2021-02-26T06:08:59.585Z] 281365f5327c: Preparing [2021-02-26T06:08:59.585Z] 3e6f4dcb0a0c: Preparing [2021-02-26T06:08:59.585Z] 16064e969fe2: Preparing [2021-02-26T06:08:59.585Z] 16064e969fe2: Preparing [2021-02-26T06:08:59.585Z] eaf60f501e32: Preparing [2021-02-26T06:08:59.585Z] 8161e3a2f8ab: Preparing [2021-02-26T06:08:59.585Z] 33e8713114f8: Preparing [2021-02-26T06:08:59.585Z] eaf60f501e32: Waiting [2021-02-26T06:08:59.585Z] 16064e969fe2: Waiting [2021-02-26T06:08:59.585Z] 8161e3a2f8ab: Waiting [2021-02-26T06:08:59.585Z] 33e8713114f8: Waiting [2021-02-26T06:08:59.585Z] 18733425e175: Layer already exists [2021-02-26T06:08:59.585Z] 281365f5327c: Layer already exists [2021-02-26T06:08:59.585Z] bbcd11df1792: Layer already exists [2021-02-26T06:08:59.585Z] 2795aa86fede: Layer already exists [2021-02-26T06:08:59.585Z] 3e6f4dcb0a0c: Layer already exists [2021-02-26T06:08:59.585Z] 8161e3a2f8ab: Layer already exists [2021-02-26T06:08:59.585Z] 16064e969fe2: Layer already exists [2021-02-26T06:08:59.585Z] 33e8713114f8: Layer already exists [2021-02-26T06:08:59.585Z] eaf60f501e32: Layer already exists [2021-02-26T06:08:59.846Z] master: digest: sha256:881f4cb158cd054a24d61494f35a0e4ffa1d710c8058b460a0b378245b15a5d2 size: 2609 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-26T06:09:00.021Z] ===================================================== [Pipeline] echo [2021-02-26T06:09:00.077Z] taggedImages: [2021-02-26T06:09:00.077Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:09:00.077Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.106 [2021-02-26T06:09:00.077Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [2021-02-26T06:09:00.077Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo [2021-02-26T06:09:00.175Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-02-26T06:09:00.175Z] 73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:09:00.175Z] 2.0.0-dev.106 [2021-02-26T06:09:00.175Z] 73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [2021-02-26T06:09:00.175Z] master [2021-02-26T06:09:00.175Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:09:00.667Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:73dc428bea26e7bc953b08348183f35641f26ad3 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:09:00.976Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:09:00.976Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-26T06:09:00.976Z] 32c3fdece4bb: Preparing [2021-02-26T06:09:00.976Z] e2fa74742581: Preparing [2021-02-26T06:09:00.976Z] 9f7b1618e2ce: Preparing [2021-02-26T06:09:00.976Z] c173c9df9192: Preparing [2021-02-26T06:09:00.976Z] 23006d4426af: Preparing [2021-02-26T06:09:00.976Z] 33e8713114f8: Preparing [2021-02-26T06:09:00.976Z] 33e8713114f8: Waiting [2021-02-26T06:09:01.243Z] 9f7b1618e2ce: Pushed [2021-02-26T06:09:01.243Z] c173c9df9192: Pushed [2021-02-26T06:09:01.243Z] 33e8713114f8: Layer already exists [2021-02-26T06:09:01.510Z] 23006d4426af: Pushed [2021-02-26T06:09:02.089Z] e2fa74742581: Pushed [2021-02-26T06:09:02.089Z] 32c3fdece4bb: Pushed [2021-02-26T06:09:02.089Z] 73dc428bea26e7bc953b08348183f35641f26ad3: digest: sha256:2220f5012fbaf25d28e3b51c690dfea7a0479c12d5590199c8c800cadf7626c3 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:09:02.401Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.106 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:09:02.722Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.106 [2021-02-26T06:09:02.722Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-26T06:09:02.722Z] 32c3fdece4bb: Preparing [2021-02-26T06:09:02.722Z] e2fa74742581: Preparing [2021-02-26T06:09:02.722Z] 9f7b1618e2ce: Preparing [2021-02-26T06:09:02.722Z] c173c9df9192: Preparing [2021-02-26T06:09:02.722Z] 23006d4426af: Preparing [2021-02-26T06:09:02.722Z] 33e8713114f8: Preparing [2021-02-26T06:09:02.722Z] 33e8713114f8: Waiting [2021-02-26T06:09:02.722Z] 23006d4426af: Layer already exists [2021-02-26T06:09:02.722Z] e2fa74742581: Layer already exists [2021-02-26T06:09:02.722Z] c173c9df9192: Layer already exists [2021-02-26T06:09:02.722Z] 32c3fdece4bb: Layer already exists [2021-02-26T06:09:02.722Z] 9f7b1618e2ce: Layer already exists [2021-02-26T06:09:02.723Z] 33e8713114f8: Layer already exists [2021-02-26T06:09:02.723Z] 2.0.0-dev.106: digest: sha256:2220f5012fbaf25d28e3b51c690dfea7a0479c12d5590199c8c800cadf7626c3 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:09:03.028Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:09:03.327Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [2021-02-26T06:09:03.327Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-26T06:09:03.327Z] 32c3fdece4bb: Preparing [2021-02-26T06:09:03.327Z] e2fa74742581: Preparing [2021-02-26T06:09:03.327Z] 9f7b1618e2ce: Preparing [2021-02-26T06:09:03.327Z] c173c9df9192: Preparing [2021-02-26T06:09:03.327Z] 23006d4426af: Preparing [2021-02-26T06:09:03.327Z] 33e8713114f8: Preparing [2021-02-26T06:09:03.327Z] 33e8713114f8: Waiting [2021-02-26T06:09:03.327Z] c173c9df9192: Layer already exists [2021-02-26T06:09:03.327Z] 9f7b1618e2ce: Layer already exists [2021-02-26T06:09:03.327Z] 23006d4426af: Layer already exists [2021-02-26T06:09:03.327Z] e2fa74742581: Layer already exists [2021-02-26T06:09:03.327Z] 32c3fdece4bb: Layer already exists [2021-02-26T06:09:03.327Z] 33e8713114f8: Layer already exists [2021-02-26T06:09:03.327Z] 73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106: digest: sha256:2220f5012fbaf25d28e3b51c690dfea7a0479c12d5590199c8c800cadf7626c3 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:09:03.632Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:09:03.928Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-02-26T06:09:03.929Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-26T06:09:03.929Z] 32c3fdece4bb: Preparing [2021-02-26T06:09:03.929Z] e2fa74742581: Preparing [2021-02-26T06:09:03.929Z] 9f7b1618e2ce: Preparing [2021-02-26T06:09:03.929Z] c173c9df9192: Preparing [2021-02-26T06:09:03.929Z] 23006d4426af: Preparing [2021-02-26T06:09:03.929Z] 33e8713114f8: Preparing [2021-02-26T06:09:03.929Z] 33e8713114f8: Waiting [2021-02-26T06:09:03.929Z] e2fa74742581: Layer already exists [2021-02-26T06:09:03.929Z] c173c9df9192: Layer already exists [2021-02-26T06:09:03.929Z] 23006d4426af: Layer already exists [2021-02-26T06:09:03.929Z] 9f7b1618e2ce: Layer already exists [2021-02-26T06:09:03.929Z] 32c3fdece4bb: Layer already exists [2021-02-26T06:09:03.929Z] 33e8713114f8: Layer already exists [2021-02-26T06:09:03.929Z] master: digest: sha256:2220f5012fbaf25d28e3b51c690dfea7a0479c12d5590199c8c800cadf7626c3 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-26T06:09:04.098Z] ===================================================== [Pipeline] echo [2021-02-26T06:09:04.144Z] taggedImages: [2021-02-26T06:09:04.144Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:09:04.144Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.106 [2021-02-26T06:09:04.144Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [2021-02-26T06:09:04.144Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-02-26T06:09:04.207Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-02-26T06:09:04.207Z] 73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:09:04.207Z] 2.0.0-dev.106 [2021-02-26T06:09:04.207Z] 73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [2021-02-26T06:09:04.207Z] master [2021-02-26T06:09:04.207Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:09:04.681Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:73dc428bea26e7bc953b08348183f35641f26ad3 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:09:04.980Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:09:04.980Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-26T06:09:04.980Z] 40e812649354: Preparing [2021-02-26T06:09:04.980Z] f14074eeac71: Preparing [2021-02-26T06:09:04.980Z] efa370d4d16e: Preparing [2021-02-26T06:09:04.980Z] 57b3eb4bc10c: Preparing [2021-02-26T06:09:04.980Z] d99bce2295bb: Preparing [2021-02-26T06:09:04.980Z] 219df365e772: Preparing [2021-02-26T06:09:04.980Z] a9dd0349cfa6: Preparing [2021-02-26T06:09:04.980Z] 15750d084a13: Preparing [2021-02-26T06:09:04.980Z] 33e8713114f8: Preparing [2021-02-26T06:09:04.980Z] a9dd0349cfa6: Waiting [2021-02-26T06:09:04.980Z] 15750d084a13: Waiting [2021-02-26T06:09:04.980Z] 33e8713114f8: Waiting [2021-02-26T06:09:04.980Z] 219df365e772: Waiting [2021-02-26T06:09:05.247Z] 40e812649354: Pushed [2021-02-26T06:09:05.247Z] d99bce2295bb: Pushed [2021-02-26T06:09:05.247Z] f14074eeac71: Pushed [2021-02-26T06:09:05.247Z] a9dd0349cfa6: Pushed [2021-02-26T06:09:05.247Z] 219df365e772: Pushed [2021-02-26T06:09:05.509Z] 33e8713114f8: Layer already exists [2021-02-26T06:09:05.771Z] 15750d084a13: Pushed [2021-02-26T06:09:06.033Z] 57b3eb4bc10c: Pushed [2021-02-26T06:09:06.033Z] efa370d4d16e: Pushed [2021-02-26T06:09:06.295Z] 73dc428bea26e7bc953b08348183f35641f26ad3: digest: sha256:493a9f34f88797093ce4adb7671d375d49e5639c5a8bb2f8bd4f26d73dca3101 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:09:06.602Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.106 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:09:06.899Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.106 [2021-02-26T06:09:06.899Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-26T06:09:06.899Z] 40e812649354: Preparing [2021-02-26T06:09:06.899Z] f14074eeac71: Preparing [2021-02-26T06:09:06.899Z] efa370d4d16e: Preparing [2021-02-26T06:09:06.899Z] 57b3eb4bc10c: Preparing [2021-02-26T06:09:06.899Z] d99bce2295bb: Preparing [2021-02-26T06:09:06.899Z] 219df365e772: Preparing [2021-02-26T06:09:06.899Z] a9dd0349cfa6: Preparing [2021-02-26T06:09:06.899Z] 15750d084a13: Preparing [2021-02-26T06:09:06.899Z] 33e8713114f8: Preparing [2021-02-26T06:09:06.899Z] 219df365e772: Waiting [2021-02-26T06:09:06.899Z] 15750d084a13: Waiting [2021-02-26T06:09:06.899Z] 33e8713114f8: Waiting [2021-02-26T06:09:06.899Z] a9dd0349cfa6: Waiting [2021-02-26T06:09:06.899Z] d99bce2295bb: Layer already exists [2021-02-26T06:09:06.899Z] f14074eeac71: Layer already exists [2021-02-26T06:09:06.899Z] 57b3eb4bc10c: Layer already exists [2021-02-26T06:09:06.899Z] 40e812649354: Layer already exists [2021-02-26T06:09:06.899Z] efa370d4d16e: Layer already exists [2021-02-26T06:09:06.899Z] a9dd0349cfa6: Layer already exists [2021-02-26T06:09:06.899Z] 219df365e772: Layer already exists [2021-02-26T06:09:06.899Z] 15750d084a13: Layer already exists [2021-02-26T06:09:06.899Z] 33e8713114f8: Layer already exists [2021-02-26T06:09:06.899Z] 2.0.0-dev.106: digest: sha256:493a9f34f88797093ce4adb7671d375d49e5639c5a8bb2f8bd4f26d73dca3101 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:09:07.204Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:09:07.503Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [2021-02-26T06:09:07.503Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-26T06:09:07.503Z] 40e812649354: Preparing [2021-02-26T06:09:07.503Z] f14074eeac71: Preparing [2021-02-26T06:09:07.503Z] efa370d4d16e: Preparing [2021-02-26T06:09:07.503Z] 57b3eb4bc10c: Preparing [2021-02-26T06:09:07.503Z] d99bce2295bb: Preparing [2021-02-26T06:09:07.503Z] 219df365e772: Preparing [2021-02-26T06:09:07.503Z] a9dd0349cfa6: Preparing [2021-02-26T06:09:07.503Z] 15750d084a13: Preparing [2021-02-26T06:09:07.503Z] 33e8713114f8: Preparing [2021-02-26T06:09:07.503Z] 219df365e772: Waiting [2021-02-26T06:09:07.503Z] a9dd0349cfa6: Waiting [2021-02-26T06:09:07.503Z] 15750d084a13: Waiting [2021-02-26T06:09:07.503Z] 33e8713114f8: Waiting [2021-02-26T06:09:07.503Z] 40e812649354: Layer already exists [2021-02-26T06:09:07.503Z] efa370d4d16e: Layer already exists [2021-02-26T06:09:07.503Z] 57b3eb4bc10c: Layer already exists [2021-02-26T06:09:07.503Z] d99bce2295bb: Layer already exists [2021-02-26T06:09:07.503Z] f14074eeac71: Layer already exists [2021-02-26T06:09:07.503Z] a9dd0349cfa6: Layer already exists [2021-02-26T06:09:07.503Z] 219df365e772: Layer already exists [2021-02-26T06:09:07.503Z] 15750d084a13: Layer already exists [2021-02-26T06:09:07.503Z] 33e8713114f8: Layer already exists [2021-02-26T06:09:07.503Z] 73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106: digest: sha256:493a9f34f88797093ce4adb7671d375d49e5639c5a8bb2f8bd4f26d73dca3101 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:09:07.809Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:09:08.122Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-02-26T06:09:08.122Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-26T06:09:08.122Z] 40e812649354: Preparing [2021-02-26T06:09:08.122Z] f14074eeac71: Preparing [2021-02-26T06:09:08.122Z] efa370d4d16e: Preparing [2021-02-26T06:09:08.122Z] 57b3eb4bc10c: Preparing [2021-02-26T06:09:08.122Z] d99bce2295bb: Preparing [2021-02-26T06:09:08.122Z] 219df365e772: Preparing [2021-02-26T06:09:08.122Z] a9dd0349cfa6: Preparing [2021-02-26T06:09:08.123Z] 15750d084a13: Preparing [2021-02-26T06:09:08.123Z] 33e8713114f8: Preparing [2021-02-26T06:09:08.123Z] 219df365e772: Waiting [2021-02-26T06:09:08.123Z] a9dd0349cfa6: Waiting [2021-02-26T06:09:08.123Z] 15750d084a13: Waiting [2021-02-26T06:09:08.123Z] 33e8713114f8: Waiting [2021-02-26T06:09:08.123Z] 57b3eb4bc10c: Layer already exists [2021-02-26T06:09:08.123Z] d99bce2295bb: Layer already exists [2021-02-26T06:09:08.123Z] 40e812649354: Layer already exists [2021-02-26T06:09:08.123Z] f14074eeac71: Layer already exists [2021-02-26T06:09:08.123Z] efa370d4d16e: Layer already exists [2021-02-26T06:09:08.123Z] 219df365e772: Layer already exists [2021-02-26T06:09:08.123Z] 15750d084a13: Layer already exists [2021-02-26T06:09:08.123Z] 33e8713114f8: Layer already exists [2021-02-26T06:09:08.123Z] a9dd0349cfa6: Layer already exists [2021-02-26T06:09:08.123Z] master: digest: sha256:493a9f34f88797093ce4adb7671d375d49e5639c5a8bb2f8bd4f26d73dca3101 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-26T06:09:08.310Z] ===================================================== [Pipeline] echo [2021-02-26T06:09:08.353Z] taggedImages: [2021-02-26T06:09:08.353Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:09:08.353Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.106 [2021-02-26T06:09:08.353Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [2021-02-26T06:09:08.353Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-02-26T06:09:08.415Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-02-26T06:09:08.415Z] 73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:09:08.415Z] 2.0.0-dev.106 [2021-02-26T06:09:08.415Z] 73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [2021-02-26T06:09:08.415Z] master [2021-02-26T06:09:08.415Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:09:08.898Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:73dc428bea26e7bc953b08348183f35641f26ad3 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:09:09.196Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:09:09.196Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-26T06:09:09.196Z] 540d786ec0cc: Preparing [2021-02-26T06:09:09.196Z] d030a678ad78: Preparing [2021-02-26T06:09:09.196Z] 3e6f4dcb0a0c: Preparing [2021-02-26T06:09:09.196Z] 6ac404f96b66: Preparing [2021-02-26T06:09:09.196Z] 33e8713114f8: Preparing [2021-02-26T06:09:09.196Z] 33e8713114f8: Layer already exists [2021-02-26T06:09:09.196Z] 3e6f4dcb0a0c: Layer already exists [2021-02-26T06:09:09.196Z] 540d786ec0cc: Pushed [2021-02-26T06:09:09.458Z] 6ac404f96b66: Pushed [2021-02-26T06:09:10.403Z] d030a678ad78: Pushed [2021-02-26T06:09:10.665Z] 73dc428bea26e7bc953b08348183f35641f26ad3: digest: sha256:ce10afa01daa02e6e62c194f8e6c6573d182bd3a53c8cd4a6324fe2b276e250e size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:09:10.975Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.106 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:09:11.279Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.106 [2021-02-26T06:09:11.279Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-26T06:09:11.279Z] 540d786ec0cc: Preparing [2021-02-26T06:09:11.279Z] d030a678ad78: Preparing [2021-02-26T06:09:11.279Z] 3e6f4dcb0a0c: Preparing [2021-02-26T06:09:11.279Z] 6ac404f96b66: Preparing [2021-02-26T06:09:11.279Z] 33e8713114f8: Preparing [2021-02-26T06:09:11.279Z] 3e6f4dcb0a0c: Layer already exists [2021-02-26T06:09:11.279Z] 6ac404f96b66: Layer already exists [2021-02-26T06:09:11.279Z] 33e8713114f8: Layer already exists [2021-02-26T06:09:11.279Z] d030a678ad78: Layer already exists [2021-02-26T06:09:11.279Z] 540d786ec0cc: Layer already exists [2021-02-26T06:09:11.279Z] 2.0.0-dev.106: digest: sha256:ce10afa01daa02e6e62c194f8e6c6573d182bd3a53c8cd4a6324fe2b276e250e size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:09:11.588Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:09:11.889Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [2021-02-26T06:09:11.890Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-26T06:09:11.890Z] 540d786ec0cc: Preparing [2021-02-26T06:09:11.890Z] d030a678ad78: Preparing [2021-02-26T06:09:11.890Z] 3e6f4dcb0a0c: Preparing [2021-02-26T06:09:11.890Z] 6ac404f96b66: Preparing [2021-02-26T06:09:11.890Z] 33e8713114f8: Preparing [2021-02-26T06:09:11.890Z] 6ac404f96b66: Layer already exists [2021-02-26T06:09:11.890Z] 540d786ec0cc: Layer already exists [2021-02-26T06:09:11.890Z] 3e6f4dcb0a0c: Layer already exists [2021-02-26T06:09:11.890Z] d030a678ad78: Layer already exists [2021-02-26T06:09:11.890Z] 33e8713114f8: Layer already exists [2021-02-26T06:09:11.890Z] 73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106: digest: sha256:ce10afa01daa02e6e62c194f8e6c6573d182bd3a53c8cd4a6324fe2b276e250e size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:09:12.205Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:09:12.511Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-02-26T06:09:12.511Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-26T06:09:12.511Z] 540d786ec0cc: Preparing [2021-02-26T06:09:12.511Z] d030a678ad78: Preparing [2021-02-26T06:09:12.511Z] 3e6f4dcb0a0c: Preparing [2021-02-26T06:09:12.511Z] 6ac404f96b66: Preparing [2021-02-26T06:09:12.511Z] 33e8713114f8: Preparing [2021-02-26T06:09:12.511Z] 540d786ec0cc: Layer already exists [2021-02-26T06:09:12.511Z] 6ac404f96b66: Layer already exists [2021-02-26T06:09:12.511Z] 3e6f4dcb0a0c: Layer already exists [2021-02-26T06:09:12.511Z] 33e8713114f8: Layer already exists [2021-02-26T06:09:12.511Z] d030a678ad78: Layer already exists [2021-02-26T06:09:12.511Z] master: digest: sha256:ce10afa01daa02e6e62c194f8e6c6573d182bd3a53c8cd4a6324fe2b276e250e size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-26T06:09:12.680Z] ===================================================== [Pipeline] echo [2021-02-26T06:09:12.731Z] taggedImages: [2021-02-26T06:09:12.731Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:09:12.731Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.106 [2021-02-26T06:09:12.731Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [2021-02-26T06:09:12.731Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-02-26T06:09:12.795Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-02-26T06:09:12.795Z] 73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:09:12.795Z] 2.0.0-dev.106 [2021-02-26T06:09:12.795Z] 73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [2021-02-26T06:09:12.795Z] master [2021-02-26T06:09:12.795Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:09:13.260Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:73dc428bea26e7bc953b08348183f35641f26ad3 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:09:13.738Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:09:13.738Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-26T06:09:13.738Z] d3276dc6e975: Preparing [2021-02-26T06:09:13.738Z] b3eb52a8fbce: Preparing [2021-02-26T06:09:13.738Z] 3e6f4dcb0a0c: Preparing [2021-02-26T06:09:13.738Z] 02a3315053b4: Preparing [2021-02-26T06:09:13.738Z] 33e8713114f8: Preparing [2021-02-26T06:09:13.738Z] 02a3315053b4: Layer already exists [2021-02-26T06:09:13.738Z] 3e6f4dcb0a0c: Layer already exists [2021-02-26T06:09:13.738Z] 33e8713114f8: Layer already exists [2021-02-26T06:09:14.021Z] d3276dc6e975: Pushed [2021-02-26T06:09:14.990Z] b3eb52a8fbce: Pushed [2021-02-26T06:09:14.990Z] 73dc428bea26e7bc953b08348183f35641f26ad3: digest: sha256:3568eb6e87a55d5cfe30ff4ce2bea3d9dbf34c2128e64beb85ce89386cde8402 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:09:15.294Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.106 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:09:15.592Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.106 [2021-02-26T06:09:15.592Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-26T06:09:15.592Z] d3276dc6e975: Preparing [2021-02-26T06:09:15.592Z] b3eb52a8fbce: Preparing [2021-02-26T06:09:15.592Z] 3e6f4dcb0a0c: Preparing [2021-02-26T06:09:15.592Z] 02a3315053b4: Preparing [2021-02-26T06:09:15.592Z] 33e8713114f8: Preparing [2021-02-26T06:09:15.592Z] 33e8713114f8: Layer already exists [2021-02-26T06:09:15.592Z] b3eb52a8fbce: Layer already exists [2021-02-26T06:09:15.592Z] d3276dc6e975: Layer already exists [2021-02-26T06:09:15.592Z] 02a3315053b4: Layer already exists [2021-02-26T06:09:15.592Z] 3e6f4dcb0a0c: Layer already exists [2021-02-26T06:09:15.592Z] 2.0.0-dev.106: digest: sha256:3568eb6e87a55d5cfe30ff4ce2bea3d9dbf34c2128e64beb85ce89386cde8402 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:09:15.894Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:09:16.193Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [2021-02-26T06:09:16.193Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-26T06:09:16.193Z] d3276dc6e975: Preparing [2021-02-26T06:09:16.193Z] b3eb52a8fbce: Preparing [2021-02-26T06:09:16.193Z] 3e6f4dcb0a0c: Preparing [2021-02-26T06:09:16.193Z] 02a3315053b4: Preparing [2021-02-26T06:09:16.193Z] 33e8713114f8: Preparing [2021-02-26T06:09:16.193Z] 3e6f4dcb0a0c: Layer already exists [2021-02-26T06:09:16.193Z] b3eb52a8fbce: Layer already exists [2021-02-26T06:09:16.193Z] 02a3315053b4: Layer already exists [2021-02-26T06:09:16.193Z] d3276dc6e975: Layer already exists [2021-02-26T06:09:16.193Z] 33e8713114f8: Layer already exists [2021-02-26T06:09:16.193Z] 73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106: digest: sha256:3568eb6e87a55d5cfe30ff4ce2bea3d9dbf34c2128e64beb85ce89386cde8402 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:09:16.497Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:09:16.795Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-02-26T06:09:16.795Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-26T06:09:16.795Z] d3276dc6e975: Preparing [2021-02-26T06:09:16.795Z] b3eb52a8fbce: Preparing [2021-02-26T06:09:16.795Z] 3e6f4dcb0a0c: Preparing [2021-02-26T06:09:16.795Z] 02a3315053b4: Preparing [2021-02-26T06:09:16.795Z] 33e8713114f8: Preparing [2021-02-26T06:09:16.795Z] 02a3315053b4: Layer already exists [2021-02-26T06:09:16.795Z] 33e8713114f8: Layer already exists [2021-02-26T06:09:16.795Z] 3e6f4dcb0a0c: Layer already exists [2021-02-26T06:09:16.795Z] b3eb52a8fbce: Layer already exists [2021-02-26T06:09:16.795Z] d3276dc6e975: Layer already exists [2021-02-26T06:09:16.795Z] master: digest: sha256:3568eb6e87a55d5cfe30ff4ce2bea3d9dbf34c2128e64beb85ce89386cde8402 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-26T06:09:16.969Z] ===================================================== [Pipeline] echo [2021-02-26T06:09:17.015Z] taggedImages: [2021-02-26T06:09:17.015Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:09:17.015Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.106 [2021-02-26T06:09:17.015Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [2021-02-26T06:09:17.015Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-02-26T06:09:17.075Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-02-26T06:09:17.075Z] 73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:09:17.075Z] 2.0.0-dev.106 [2021-02-26T06:09:17.075Z] 73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [2021-02-26T06:09:17.075Z] master [2021-02-26T06:09:17.075Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:09:17.548Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:73dc428bea26e7bc953b08348183f35641f26ad3 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:09:17.870Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:09:17.870Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-26T06:09:17.870Z] 001550652b39: Preparing [2021-02-26T06:09:17.870Z] 89b6e060fb1f: Preparing [2021-02-26T06:09:17.870Z] c8699ee114a9: Preparing [2021-02-26T06:09:17.870Z] 4c3d25332bb4: Preparing [2021-02-26T06:09:17.870Z] e011071b2ce6: Preparing [2021-02-26T06:09:17.870Z] 8644e069a06a: Preparing [2021-02-26T06:09:17.870Z] 3208096fb51c: Preparing [2021-02-26T06:09:17.870Z] 0754057c0ad3: Preparing [2021-02-26T06:09:17.870Z] 998cdf262ab1: Preparing [2021-02-26T06:09:17.870Z] 02e56110abd2: Preparing [2021-02-26T06:09:17.870Z] abc36efb885a: Preparing [2021-02-26T06:09:17.870Z] b0b09059f4e1: Preparing [2021-02-26T06:09:17.870Z] bb961f40224b: Preparing [2021-02-26T06:09:17.870Z] f4666769fca7: Preparing [2021-02-26T06:09:17.870Z] 0754057c0ad3: Waiting [2021-02-26T06:09:17.870Z] 998cdf262ab1: Waiting [2021-02-26T06:09:17.870Z] 02e56110abd2: Waiting [2021-02-26T06:09:17.870Z] abc36efb885a: Waiting [2021-02-26T06:09:17.870Z] b0b09059f4e1: Waiting [2021-02-26T06:09:17.870Z] 3208096fb51c: Waiting [2021-02-26T06:09:17.870Z] bb961f40224b: Waiting [2021-02-26T06:09:17.870Z] 8644e069a06a: Waiting [2021-02-26T06:09:17.870Z] f4666769fca7: Waiting [2021-02-26T06:09:18.155Z] e011071b2ce6: Pushed [2021-02-26T06:09:18.155Z] 001550652b39: Pushed [2021-02-26T06:09:18.420Z] 4c3d25332bb4: Pushed [2021-02-26T06:09:18.685Z] 0754057c0ad3: Layer already exists [2021-02-26T06:09:18.685Z] 998cdf262ab1: Layer already exists [2021-02-26T06:09:18.685Z] 3208096fb51c: Pushed [2021-02-26T06:09:18.685Z] 02e56110abd2: Layer already exists [2021-02-26T06:09:18.685Z] abc36efb885a: Layer already exists [2021-02-26T06:09:18.685Z] b0b09059f4e1: Layer already exists [2021-02-26T06:09:18.685Z] bb961f40224b: Layer already exists [2021-02-26T06:09:18.685Z] 89b6e060fb1f: Pushed [2021-02-26T06:09:18.685Z] f4666769fca7: Layer already exists [2021-02-26T06:09:19.650Z] 8644e069a06a: Pushed [2021-02-26T06:09:25.289Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.106" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-26T06:09:27.822Z] c8699ee114a9: Pushed [2021-02-26T06:09:27.822Z] 73dc428bea26e7bc953b08348183f35641f26ad3: digest: sha256:20d2e84750fb35548f3b36286902044b40f9aa328223071b45e656f6da19d8e1 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:09:28.139Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.106 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:09:28.446Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.106 [2021-02-26T06:09:28.446Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-26T06:09:28.446Z] 001550652b39: Preparing [2021-02-26T06:09:28.446Z] 89b6e060fb1f: Preparing [2021-02-26T06:09:28.446Z] c8699ee114a9: Preparing [2021-02-26T06:09:28.446Z] 4c3d25332bb4: Preparing [2021-02-26T06:09:28.446Z] e011071b2ce6: Preparing [2021-02-26T06:09:28.446Z] 8644e069a06a: Preparing [2021-02-26T06:09:28.446Z] 3208096fb51c: Preparing [2021-02-26T06:09:28.446Z] 0754057c0ad3: Preparing [2021-02-26T06:09:28.446Z] 998cdf262ab1: Preparing [2021-02-26T06:09:28.446Z] 02e56110abd2: Preparing [2021-02-26T06:09:28.446Z] abc36efb885a: Preparing [2021-02-26T06:09:28.446Z] b0b09059f4e1: Preparing [2021-02-26T06:09:28.446Z] bb961f40224b: Preparing [2021-02-26T06:09:28.446Z] f4666769fca7: Preparing [2021-02-26T06:09:28.446Z] 8644e069a06a: Waiting [2021-02-26T06:09:28.446Z] 3208096fb51c: Waiting [2021-02-26T06:09:28.446Z] 0754057c0ad3: Waiting [2021-02-26T06:09:28.446Z] 998cdf262ab1: Waiting [2021-02-26T06:09:28.446Z] 02e56110abd2: Waiting [2021-02-26T06:09:28.446Z] abc36efb885a: Waiting [2021-02-26T06:09:28.446Z] b0b09059f4e1: Waiting [2021-02-26T06:09:28.446Z] bb961f40224b: Waiting [2021-02-26T06:09:28.447Z] f4666769fca7: Waiting [2021-02-26T06:09:28.447Z] c8699ee114a9: Layer already exists [2021-02-26T06:09:28.447Z] 89b6e060fb1f: Layer already exists [2021-02-26T06:09:28.447Z] 001550652b39: Layer already exists [2021-02-26T06:09:28.447Z] 4c3d25332bb4: Layer already exists [2021-02-26T06:09:28.447Z] e011071b2ce6: Layer already exists [2021-02-26T06:09:28.447Z] 3208096fb51c: Layer already exists [2021-02-26T06:09:28.447Z] 8644e069a06a: Layer already exists [2021-02-26T06:09:28.447Z] 0754057c0ad3: Layer already exists [2021-02-26T06:09:28.447Z] 998cdf262ab1: Layer already exists [2021-02-26T06:09:28.447Z] 02e56110abd2: Layer already exists [2021-02-26T06:09:28.447Z] abc36efb885a: Layer already exists [2021-02-26T06:09:28.447Z] b0b09059f4e1: Layer already exists [2021-02-26T06:09:28.447Z] f4666769fca7: Layer already exists [2021-02-26T06:09:28.447Z] bb961f40224b: Layer already exists [2021-02-26T06:09:28.447Z] 2.0.0-dev.106: digest: sha256:20d2e84750fb35548f3b36286902044b40f9aa328223071b45e656f6da19d8e1 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:09:28.758Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:09:29.060Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [2021-02-26T06:09:29.060Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-26T06:09:29.060Z] 001550652b39: Preparing [2021-02-26T06:09:29.060Z] 89b6e060fb1f: Preparing [2021-02-26T06:09:29.060Z] c8699ee114a9: Preparing [2021-02-26T06:09:29.060Z] 4c3d25332bb4: Preparing [2021-02-26T06:09:29.060Z] e011071b2ce6: Preparing [2021-02-26T06:09:29.060Z] 8644e069a06a: Preparing [2021-02-26T06:09:29.060Z] 3208096fb51c: Preparing [2021-02-26T06:09:29.060Z] 0754057c0ad3: Preparing [2021-02-26T06:09:29.060Z] 998cdf262ab1: Preparing [2021-02-26T06:09:29.060Z] 02e56110abd2: Preparing [2021-02-26T06:09:29.060Z] abc36efb885a: Preparing [2021-02-26T06:09:29.060Z] b0b09059f4e1: Preparing [2021-02-26T06:09:29.060Z] bb961f40224b: Preparing [2021-02-26T06:09:29.060Z] f4666769fca7: Preparing [2021-02-26T06:09:29.060Z] 998cdf262ab1: Waiting [2021-02-26T06:09:29.060Z] 8644e069a06a: Waiting [2021-02-26T06:09:29.060Z] abc36efb885a: Waiting [2021-02-26T06:09:29.060Z] 3208096fb51c: Waiting [2021-02-26T06:09:29.060Z] 0754057c0ad3: Waiting [2021-02-26T06:09:29.060Z] b0b09059f4e1: Waiting [2021-02-26T06:09:29.060Z] bb961f40224b: Waiting [2021-02-26T06:09:29.060Z] f4666769fca7: Waiting [2021-02-26T06:09:29.060Z] c8699ee114a9: Layer already exists [2021-02-26T06:09:29.060Z] 89b6e060fb1f: Layer already exists [2021-02-26T06:09:29.060Z] e011071b2ce6: Layer already exists [2021-02-26T06:09:29.060Z] 001550652b39: Layer already exists [2021-02-26T06:09:29.060Z] 4c3d25332bb4: Layer already exists [2021-02-26T06:09:29.060Z] 3208096fb51c: Layer already exists [2021-02-26T06:09:29.060Z] 8644e069a06a: Layer already exists [2021-02-26T06:09:29.060Z] 998cdf262ab1: Layer already exists [2021-02-26T06:09:29.060Z] 0754057c0ad3: Layer already exists [2021-02-26T06:09:29.060Z] 02e56110abd2: Layer already exists [2021-02-26T06:09:29.060Z] abc36efb885a: Layer already exists [2021-02-26T06:09:29.060Z] b0b09059f4e1: Layer already exists [2021-02-26T06:09:29.060Z] bb961f40224b: Layer already exists [2021-02-26T06:09:29.060Z] f4666769fca7: Layer already exists [2021-02-26T06:09:29.060Z] 73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106: digest: sha256:20d2e84750fb35548f3b36286902044b40f9aa328223071b45e656f6da19d8e1 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:09:29.419Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:09:29.721Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-02-26T06:09:29.721Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-26T06:09:29.721Z] 001550652b39: Preparing [2021-02-26T06:09:29.721Z] 89b6e060fb1f: Preparing [2021-02-26T06:09:29.721Z] c8699ee114a9: Preparing [2021-02-26T06:09:29.721Z] 4c3d25332bb4: Preparing [2021-02-26T06:09:29.721Z] e011071b2ce6: Preparing [2021-02-26T06:09:29.721Z] 8644e069a06a: Preparing [2021-02-26T06:09:29.721Z] 3208096fb51c: Preparing [2021-02-26T06:09:29.721Z] 0754057c0ad3: Preparing [2021-02-26T06:09:29.721Z] 998cdf262ab1: Preparing [2021-02-26T06:09:29.721Z] 02e56110abd2: Preparing [2021-02-26T06:09:29.721Z] abc36efb885a: Preparing [2021-02-26T06:09:29.721Z] b0b09059f4e1: Preparing [2021-02-26T06:09:29.721Z] bb961f40224b: Preparing [2021-02-26T06:09:29.721Z] f4666769fca7: Preparing [2021-02-26T06:09:29.721Z] 3208096fb51c: Waiting [2021-02-26T06:09:29.721Z] 0754057c0ad3: Waiting [2021-02-26T06:09:29.721Z] 8644e069a06a: Waiting [2021-02-26T06:09:29.721Z] 998cdf262ab1: Waiting [2021-02-26T06:09:29.721Z] b0b09059f4e1: Waiting [2021-02-26T06:09:29.721Z] bb961f40224b: Waiting [2021-02-26T06:09:29.721Z] 02e56110abd2: Waiting [2021-02-26T06:09:29.721Z] abc36efb885a: Waiting [2021-02-26T06:09:29.721Z] f4666769fca7: Waiting [2021-02-26T06:09:29.721Z] 89b6e060fb1f: Layer already exists [2021-02-26T06:09:29.721Z] 4c3d25332bb4: Layer already exists [2021-02-26T06:09:29.721Z] 001550652b39: Layer already exists [2021-02-26T06:09:29.721Z] c8699ee114a9: Layer already exists [2021-02-26T06:09:29.721Z] e011071b2ce6: Layer already exists [2021-02-26T06:09:29.721Z] 02e56110abd2: Layer already exists [2021-02-26T06:09:29.721Z] 0754057c0ad3: Layer already exists [2021-02-26T06:09:29.721Z] 3208096fb51c: Layer already exists [2021-02-26T06:09:29.721Z] 998cdf262ab1: Layer already exists [2021-02-26T06:09:29.721Z] 8644e069a06a: Layer already exists [2021-02-26T06:09:29.721Z] bb961f40224b: Layer already exists [2021-02-26T06:09:29.721Z] abc36efb885a: Layer already exists [2021-02-26T06:09:29.721Z] f4666769fca7: Layer already exists [2021-02-26T06:09:29.721Z] b0b09059f4e1: Layer already exists [2021-02-26T06:09:29.983Z] master: digest: sha256:20d2e84750fb35548f3b36286902044b40f9aa328223071b45e656f6da19d8e1 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-26T06:09:30.240Z] ===================================================== [Pipeline] echo [2021-02-26T06:09:30.284Z] taggedImages: [2021-02-26T06:09:30.284Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:09:30.284Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.106 [2021-02-26T06:09:30.284Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [2021-02-26T06:09:30.284Z] - 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 [2021-02-26T06:09:30.740Z] Removing intermediate container 388a9980c91e [2021-02-26T06:09:30.740Z] ---> 734a0c6a3f37 [2021-02-26T06:09:30.740Z] [2021-02-26T06:09:30.740Z] Step 10/24 : FROM alpine:3.12 [2021-02-26T06:09:30.740Z] 3.12: Pulling from library/alpine [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-26T06:09:31.751Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-02-26T06:09:31.752Z] Status: Downloaded newer image for alpine:3.12 [2021-02-26T06:09:31.752Z] ---> d10569e2745f [2021-02-26T06:09:31.752Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-26T06:09:32.355Z] ---> Running in f0c4f8424319 [2021-02-26T06:09:34.492Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T06:09:34.492Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T06:09:36.184Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-26T06:09:36.184Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-26T06:09:36.184Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-26T06:09:36.184Z] (4/5) Installing curl (7.69.1-r3) [2021-02-26T06:09:36.184Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-26T06:09:36.184Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T06:09:36.184Z] Executing ca-certificates-20191127-r4.trigger [2021-02-26T06:09:36.477Z] OK: 7 MiB in 19 packages [2021-02-26T06:09:39.974Z] Removing intermediate container f0c4f8424319 [2021-02-26T06:09:39.974Z] ---> 55ad53b2180b [2021-02-26T06:09:39.974Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-26T06:09:39.974Z] ---> Running in 90980256c223 [2021-02-26T06:09:40.957Z] Removing intermediate container 90980256c223 [2021-02-26T06:09:40.957Z] ---> 5a40a3296022 [2021-02-26T06:09:40.957Z] Step 13/24 : WORKDIR / [2021-02-26T06:09:41.231Z] ---> Running in 6cf5303e86d4 [2021-02-26T06:09:42.685Z] Removing intermediate container 6cf5303e86d4 [2021-02-26T06:09:42.685Z] ---> 9c374a01bbd1 [2021-02-26T06:09:42.685Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-26T06:09:45.324Z] ---> 61b87e45b6a8 [2021-02-26T06:09:45.324Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-26T06:09:46.772Z] Removing intermediate container d49fad290c01 [2021-02-26T06:09:46.772Z] ---> 8c555fc31269 [2021-02-26T06:09:46.772Z] [2021-02-26T06:09:46.772Z] Step 10/23 : FROM alpine:3.12 [2021-02-26T06:09:46.772Z] ---> d10569e2745f [2021-02-26T06:09:46.772Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-26T06:09:47.053Z] ---> 69daca61efdc [2021-02-26T06:09:47.053Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-26T06:09:47.053Z] ---> Running in 7fad5df0cd37 [2021-02-26T06:09:48.045Z] Removing intermediate container 7e51b211cc54 [2021-02-26T06:09:48.045Z] ---> f8b66be1831e [2021-02-26T06:09:48.045Z] [2021-02-26T06:09:48.045Z] Step 10/22 : FROM alpine:3.12 [2021-02-26T06:09:48.045Z] ---> d10569e2745f [2021-02-26T06:09:48.045Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-26T06:09:48.320Z] ---> Running in 7fb0d9878805 [2021-02-26T06:09:48.601Z] ---> 9b6eb2be9a93 [2021-02-26T06:09:48.601Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-26T06:09:49.205Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T06:09:49.481Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T06:09:50.101Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-26T06:09:50.101Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T06:09:50.379Z] OK: 5 MiB in 15 packages [2021-02-26T06:09:50.379Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T06:09:50.379Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T06:09:50.668Z] ---> eefabcbdaae8 [2021-02-26T06:09:50.668Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-26T06:09:51.270Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-26T06:09:51.270Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-26T06:09:51.270Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T06:09:51.270Z] Executing ca-certificates-20191127-r4.trigger [2021-02-26T06:09:51.550Z] OK: 6 MiB in 16 packages [2021-02-26T06:09:52.536Z] Removing intermediate container 7fad5df0cd37 [2021-02-26T06:09:52.536Z] ---> a3c387768544 [2021-02-26T06:09:52.536Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-26T06:09:52.818Z] ---> 2c762d967ab0 [2021-02-26T06:09:52.819Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-26T06:09:52.819Z] ---> Running in 4188709740aa [2021-02-26T06:09:53.806Z] Removing intermediate container 4188709740aa [2021-02-26T06:09:53.806Z] ---> 0bc80d59db01 [2021-02-26T06:09:53.806Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-26T06:09:54.429Z] ---> 8aacee30b885 [2021-02-26T06:09:54.429Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-26T06:09:54.429Z] ---> Running in 4985bac4f04c [2021-02-26T06:09:54.429Z] Removing intermediate container 7fb0d9878805 [2021-02-26T06:09:54.429Z] ---> 5f11e3d81cc2 [2021-02-26T06:09:54.429Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-26T06:09:54.705Z] ---> Running in 6ad50c3f2a52 [2021-02-26T06:09:54.705Z] ---> Running in 0e08e601d7ba [2021-02-26T06:09:54.976Z] Removing intermediate container 4985bac4f04c [2021-02-26T06:09:54.976Z] ---> 057ee49814d1 [2021-02-26T06:09:54.976Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-26T06:09:55.968Z] ---> Running in 4c0c41abe6ae [2021-02-26T06:09:55.968Z] Removing intermediate container 0e08e601d7ba [2021-02-26T06:09:55.968Z] ---> ea9b77767b5d [2021-02-26T06:09:55.968Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-26T06:09:56.962Z] ---> Running in 3e055ad150d8 [2021-02-26T06:09:57.236Z] Removing intermediate container 4c0c41abe6ae [2021-02-26T06:09:57.236Z] ---> 4576b6621bf9 [2021-02-26T06:09:57.236Z] Step 15/23 : WORKDIR / [2021-02-26T06:09:57.850Z] ---> Running in a447a433341d [2021-02-26T06:09:58.132Z] Removing intermediate container 3e055ad150d8 [2021-02-26T06:09:58.132Z] ---> 89468aa49e2c [2021-02-26T06:09:58.132Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-26T06:09:58.409Z] ---> Running in 8de6cfb42723 [2021-02-26T06:09:58.409Z] Removing intermediate container f376750d15f2 [2021-02-26T06:09:58.409Z] ---> 5a5d04cb6bd3 [2021-02-26T06:09:58.409Z] [2021-02-26T06:09:58.409Z] Step 10/23 : FROM alpine:3.12 [2021-02-26T06:09:58.409Z] ---> d10569e2745f [2021-02-26T06:09:58.409Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-26T06:09:58.683Z] ---> Using cache [2021-02-26T06:09:58.683Z] ---> a3c387768544 [2021-02-26T06:09:58.683Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-26T06:09:58.683Z] ---> Using cache [2021-02-26T06:09:58.683Z] ---> 0bc80d59db01 [2021-02-26T06:09:58.683Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-26T06:09:58.683Z] Removing intermediate container 6ad50c3f2a52 [2021-02-26T06:09:58.683Z] ---> ff552a83d11d [2021-02-26T06:09:58.683Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-26T06:09:58.683Z] ---> Running in 296ed01cd947 [2021-02-26T06:09:58.969Z] Removing intermediate container a447a433341d [2021-02-26T06:09:58.969Z] ---> 59e11541d954 [2021-02-26T06:09:58.969Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-26T06:09:58.969Z] ---> Running in 6a6b942270be [2021-02-26T06:09:58.969Z] Removing intermediate container 8de6cfb42723 [2021-02-26T06:09:58.969Z] ---> 66cd88a47134 [2021-02-26T06:09:58.969Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-26T06:09:59.601Z] Removing intermediate container 296ed01cd947 [2021-02-26T06:09:59.601Z] ---> bfc0d4d04ae4 [2021-02-26T06:09:59.601Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-26T06:10:00.219Z] Removing intermediate container 6a6b942270be [2021-02-26T06:10:00.219Z] ---> 48040dddec98 [2021-02-26T06:10:00.219Z] Step 22/24 : LABEL arch=arm64 [2021-02-26T06:10:00.219Z] ---> Running in 06183d12da81 [2021-02-26T06:10:00.500Z] ---> Running in d87d65c70738 [2021-02-26T06:10:00.500Z] ---> 86c9bef9557c [2021-02-26T06:10:00.500Z] ---> cac0629b23a5 [2021-02-26T06:10:00.500Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-26T06:10:00.500Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-26T06:10:00.775Z] Removing intermediate container 06183d12da81 [2021-02-26T06:10:00.775Z] ---> 94381c8b7f53 [2021-02-26T06:10:00.775Z] Step 15/23 : WORKDIR / [2021-02-26T06:10:01.056Z] ---> Running in 1a3565ec7943 [2021-02-26T06:10:01.056Z] Removing intermediate container d87d65c70738 [2021-02-26T06:10:01.056Z] ---> ef7bf5180142 [2021-02-26T06:10:01.056Z] Step 23/24 : LABEL git_sha=73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:10:02.046Z] ---> Running in 224ecdc20e1d [2021-02-26T06:10:02.638Z] Removing intermediate container 1a3565ec7943 [2021-02-26T06:10:02.638Z] ---> 4dab062dab7a [2021-02-26T06:10:02.638Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-26T06:10:02.913Z] ---> efe88bc90d30 [2021-02-26T06:10:02.913Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-26T06:10:02.913Z] ---> a79a2373e9ec [2021-02-26T06:10:02.913Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-26T06:10:02.913Z] Removing intermediate container 224ecdc20e1d [2021-02-26T06:10:02.913Z] ---> d2090e1a13a7 [2021-02-26T06:10:02.913Z] Step 24/24 : LABEL version=2.0.0-dev.106 [2021-02-26T06:10:03.523Z] ---> Running in fd6dfe371ce0 [2021-02-26T06:10:03.523Z] ---> 42b7d9638301 [2021-02-26T06:10:03.523Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-26T06:10:04.129Z] ---> fccf3a24f8bf [2021-02-26T06:10:04.129Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-26T06:10:04.129Z] Removing intermediate container 4fa66ee09a5f [2021-02-26T06:10:04.129Z] ---> ff9a19a4d324 [2021-02-26T06:10:04.129Z] [2021-02-26T06:10:04.129Z] Step 10/23 : FROM alpine:3.12 [2021-02-26T06:10:04.129Z] ---> d10569e2745f [2021-02-26T06:10:04.129Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-26T06:10:04.403Z] ---> Running in 9aa591792a58 [2021-02-26T06:10:04.403Z] ---> Running in 007bd81766a8 [2021-02-26T06:10:04.678Z] Removing intermediate container fd6dfe371ce0 [2021-02-26T06:10:04.678Z] ---> c3a1dd820619 [2021-02-26T06:10:04.678Z] [2021-02-26T06:10:04.678Z] ---> 306ada3782cb [2021-02-26T06:10:04.678Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-26T06:10:04.954Z] ---> Running in 292fb5d9c4fc [2021-02-26T06:10:04.954Z] Successfully built c3a1dd820619 [2021-02-26T06:10:05.228Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-26T06:10:05.228Z]  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go [2021-02-26T06:10:05.228Z] Removing intermediate container 007bd81766a8 [2021-02-26T06:10:05.228Z] ---> ee2df63f5998 [2021-02-26T06:10:05.508Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-26T06:10:05.508Z] Removing intermediate container 9aa591792a58 [2021-02-26T06:10:05.508Z] ---> 9e898a4cdae9 [2021-02-26T06:10:05.508Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-26T06:10:05.508Z] ---> a539b4efbdaa [2021-02-26T06:10:05.508Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-26T06:10:05.780Z] ---> Running in 3b0043df6b16 [2021-02-26T06:10:05.780Z] ---> Running in dfa8a3bd3279 [2021-02-26T06:10:05.780Z] Removing intermediate container 292fb5d9c4fc [2021-02-26T06:10:05.780Z] ---> 43bfd42c501c [2021-02-26T06:10:05.780Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-26T06:10:06.054Z] ---> Running in ec2da1e74f13 [2021-02-26T06:10:06.346Z] Removing intermediate container 3b0043df6b16 [2021-02-26T06:10:06.347Z] ---> a2f3cfc3f88f [2021-02-26T06:10:06.347Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-26T06:10:06.621Z] Removing intermediate container dfa8a3bd3279 [2021-02-26T06:10:06.621Z] ---> 22de9cd4e6c7 [2021-02-26T06:10:06.621Z] Step 20/22 : LABEL arch=arm64 [2021-02-26T06:10:06.896Z] ---> 9dde56fb3137 [2021-02-26T06:10:06.896Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-26T06:10:07.169Z] Removing intermediate container ec2da1e74f13 [2021-02-26T06:10:07.169Z] ---> 74a5d1fc4c6c [2021-02-26T06:10:07.169Z] Step 21/23 : LABEL arch=arm64 [2021-02-26T06:10:07.444Z] ---> Running in 7a50629b13ea [2021-02-26T06:10:07.717Z] ---> Running in 8a99fa8bc329 [2021-02-26T06:10:08.000Z] ---> Running in f770b46165e9 [2021-02-26T06:10:08.000Z] ---> Running in e348a9b77d28 [2021-02-26T06:10:08.608Z] Removing intermediate container 7a50629b13ea [2021-02-26T06:10:08.608Z] ---> b36c8a266b92 [2021-02-26T06:10:08.608Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T06:10:08.608Z] Removing intermediate container 8a99fa8bc329 [2021-02-26T06:10:08.608Z] ---> d2e22bf531c8 [2021-02-26T06:10:08.608Z] Step 21/22 : LABEL git_sha=73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:10:08.900Z] Removing intermediate container e348a9b77d28 [2021-02-26T06:10:08.900Z] ---> d3e939bf25e5 [2021-02-26T06:10:08.900Z] Removing intermediate container f770b46165e9 [2021-02-26T06:10:08.900Z] Step 22/23 : LABEL git_sha=73dc428bea26e7bc953b08348183f35641f26ad3 ---> 83eb4a7d357f [2021-02-26T06:10:08.900Z] [2021-02-26T06:10:08.901Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-26T06:10:08.901Z] ---> Running in 44b9aca269da [2021-02-26T06:10:08.901Z] ---> Running in f084276cdd02 [2021-02-26T06:10:09.186Z] ---> Running in 1c9bb7926dff [2021-02-26T06:10:09.186Z] ---> Running in f24ee7e92d33 [2021-02-26T06:10:09.790Z] Removing intermediate container f084276cdd02 [2021-02-26T06:10:09.790Z] ---> b0f79e9bdfad [2021-02-26T06:10:09.790Z] Step 22/22 : LABEL version=2.0.0-dev.106 [2021-02-26T06:10:10.068Z] ---> Running in d1257213e55d [2021-02-26T06:10:10.068Z] Removing intermediate container f24ee7e92d33 [2021-02-26T06:10:10.068Z] ---> 7bdcc4fd6738 [2021-02-26T06:10:10.068Z] Removing intermediate container 1c9bb7926dff [2021-02-26T06:10:10.068Z] ---> 4334f63fc3aa [2021-02-26T06:10:10.068Z] Step 23/23 : LABEL version=2.0.0-dev.106 [2021-02-26T06:10:10.068Z] Step 21/23 : LABEL arch=arm64 [2021-02-26T06:10:10.344Z] ---> Running in ebd0c2d7c869 [2021-02-26T06:10:10.344Z] ---> Running in 83b642917273 [2021-02-26T06:10:10.621Z] Removing intermediate container d1257213e55d [2021-02-26T06:10:10.621Z] ---> 17a5a0741519 [2021-02-26T06:10:10.621Z] [2021-02-26T06:10:10.895Z] Removing intermediate container ebd0c2d7c869 [2021-02-26T06:10:10.895Z] ---> 67dff40c3b35 [2021-02-26T06:10:10.895Z] Step 22/23 : LABEL git_sha=73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:10:10.895Z] Removing intermediate container 83b642917273 [2021-02-26T06:10:10.895Z] ---> ec36b84e5ef4 [2021-02-26T06:10:10.895Z] [2021-02-26T06:10:11.168Z] Successfully built 17a5a0741519 [2021-02-26T06:10:11.168Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-26T06:10:11.168Z]  Building docker-support-notifications-go ... done Building docker-security-bootstrapper-go [2021-02-26T06:10:11.168Z] ---> Running in 9336575a8017 [2021-02-26T06:10:11.445Z] Successfully built ec36b84e5ef4 [2021-02-26T06:10:11.719Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-26T06:10:11.719Z]  Building docker-core-command-go ... done Building docker-support-scheduler-go [2021-02-26T06:10:11.995Z] Removing intermediate container 9336575a8017 [2021-02-26T06:10:11.995Z] ---> f6d805a200a1 [2021-02-26T06:10:11.995Z] Step 23/23 : LABEL version=2.0.0-dev.106 [2021-02-26T06:10:11.995Z] ---> Running in 38c883d1d22d [2021-02-26T06:10:11.995Z] Removing intermediate container 44b9aca269da [2021-02-26T06:10:11.995Z] ---> 8e9d072f63d0 [2021-02-26T06:10:11.996Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-26T06:10:12.268Z] ---> Running in 7f095f018f08 [2021-02-26T06:10:12.871Z] Removing intermediate container 38c883d1d22d [2021-02-26T06:10:12.871Z] ---> 6b8f23ba5b4d [2021-02-26T06:10:12.871Z] [2021-02-26T06:10:13.143Z] Successfully built 6b8f23ba5b4d [2021-02-26T06:10:13.143Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-26T06:10:13.143Z] Building docker-security-proxy-setup-go [2021-02-26T06:10:13.739Z]  Building docker-core-metadata-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T06:10:14.337Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T06:10:14.934Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-26T06:10:15.207Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-26T06:10:15.207Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-26T06:10:15.207Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-26T06:10:15.480Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-26T06:10:15.480Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-26T06:10:15.756Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T06:10:15.756Z] OK: 8 MiB in 20 packages [2021-02-26T06:10:19.166Z] Removing intermediate container 7f095f018f08 [2021-02-26T06:10:19.166Z] ---> a89baf749ee0 [2021-02-26T06:10:19.166Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-26T06:10:20.607Z] ---> d4828da66f07 [2021-02-26T06:10:20.607Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-26T06:10:24.011Z] ---> 863f24071233 [2021-02-26T06:10:24.011Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-26T06:10:24.284Z] ---> d1073d0acc24 [2021-02-26T06:10:24.284Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-26T06:10:24.556Z] ---> Running in 6afea14bf9f1 [2021-02-26T06:10:25.155Z] Removing intermediate container 6afea14bf9f1 [2021-02-26T06:10:25.155Z] ---> c736b94255c1 [2021-02-26T06:10:25.155Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-26T06:10:25.155Z] ---> Running in 0d0de98fc481 [2021-02-26T06:10:25.763Z] Removing intermediate container 0d0de98fc481 [2021-02-26T06:10:25.763Z] ---> f3928b959df2 [2021-02-26T06:10:25.763Z] Step 21/23 : LABEL arch=arm64 [2021-02-26T06:10:25.763Z] ---> Running in 003425110e36 [2021-02-26T06:10:26.357Z] Removing intermediate container 003425110e36 [2021-02-26T06:10:26.357Z] ---> cb8960d6fc36 [2021-02-26T06:10:26.357Z] Step 22/23 : LABEL git_sha=73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:10:26.629Z] ---> Running in 677cb755a97c [2021-02-26T06:10:27.223Z] Removing intermediate container 677cb755a97c [2021-02-26T06:10:27.223Z] ---> 83dd40852dc1 [2021-02-26T06:10:27.223Z] Step 23/23 : LABEL version=2.0.0-dev.106 [2021-02-26T06:10:27.223Z] ---> Running in 21cdc511d0ce [2021-02-26T06:10:27.823Z] Removing intermediate container 21cdc511d0ce [2021-02-26T06:10:27.823Z] ---> cb88cb6b4619 [2021-02-26T06:10:27.823Z] [2021-02-26T06:10:28.094Z] Successfully built cb88cb6b4619 [2021-02-26T06:10:28.094Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-26T06:10:34.804Z]  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T06:10:34.804Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-26T06:10:34.804Z] ---> 32513dffef7f [2021-02-26T06:10:34.804Z] Step 3/26 : WORKDIR /edgex-go [2021-02-26T06:10:34.804Z] ---> Using cache [2021-02-26T06:10:34.804Z] ---> 4d1acb8ea9b6 [2021-02-26T06:10:34.804Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T06:10:34.804Z] ---> Using cache [2021-02-26T06:10:34.804Z] ---> 9f0e4e6f6031 [2021-02-26T06:10:34.804Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-26T06:10:36.245Z] ---> Running in af2ded210710 [2021-02-26T06:10:37.691Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T06:10:38.289Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T06:10:38.886Z] OK: 217 MiB in 51 packages [2021-02-26T06:10:42.302Z] Removing intermediate container af2ded210710 [2021-02-26T06:10:42.302Z] ---> ce39b1098854 [2021-02-26T06:10:42.302Z] Step 6/26 : COPY go.mod . [2021-02-26T06:10:43.755Z] ---> 454060f7597c [2021-02-26T06:10:43.755Z] Step 7/26 : RUN go mod download [2021-02-26T06:10:43.755Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T06:10:43.755Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-26T06:10:43.755Z] ---> 32513dffef7f [2021-02-26T06:10:43.755Z] Step 3/30 : WORKDIR /edgex-go [2021-02-26T06:10:43.755Z] ---> Using cache [2021-02-26T06:10:43.755Z] ---> 4d1acb8ea9b6 [2021-02-26T06:10:43.755Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T06:10:43.755Z] ---> Using cache [2021-02-26T06:10:43.755Z] ---> 9f0e4e6f6031 [2021-02-26T06:10:43.755Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-26T06:10:43.755Z] ---> Using cache [2021-02-26T06:10:43.755Z] ---> 85e96288cbdb [2021-02-26T06:10:43.755Z] Step 6/30 : COPY go.mod . [2021-02-26T06:10:43.755Z] ---> Using cache [2021-02-26T06:10:43.755Z] ---> d7e3a6c8bcc5 [2021-02-26T06:10:43.755Z] Step 7/30 : RUN go mod download [2021-02-26T06:10:43.755Z] ---> Using cache [2021-02-26T06:10:43.755Z] ---> fc0ba3127953 [2021-02-26T06:10:43.755Z] Step 8/30 : COPY . . [2021-02-26T06:10:44.031Z] ---> Running in b6db2a8bcad9 [2021-02-26T06:10:44.031Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T06:10:44.031Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-26T06:10:44.031Z] ---> 32513dffef7f [2021-02-26T06:10:44.031Z] Step 3/22 : WORKDIR /edgex-go [2021-02-26T06:10:44.031Z] ---> Using cache [2021-02-26T06:10:44.031Z] ---> 4d1acb8ea9b6 [2021-02-26T06:10:44.031Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T06:10:44.031Z] ---> Using cache [2021-02-26T06:10:44.031Z] ---> 9f0e4e6f6031 [2021-02-26T06:10:44.031Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-26T06:10:44.031Z] ---> Using cache [2021-02-26T06:10:44.031Z] ---> 85e96288cbdb [2021-02-26T06:10:44.031Z] Step 6/22 : COPY go.mod . [2021-02-26T06:10:44.031Z] ---> Using cache [2021-02-26T06:10:44.031Z] ---> d7e3a6c8bcc5 [2021-02-26T06:10:44.031Z] Step 7/22 : RUN go mod download [2021-02-26T06:10:44.031Z] ---> Using cache [2021-02-26T06:10:44.031Z] ---> fc0ba3127953 [2021-02-26T06:10:44.031Z] Step 8/22 : COPY . . [2021-02-26T06:10:44.031Z] ---> Using cache [2021-02-26T06:10:44.031Z] ---> dfb78bfff9b4 [2021-02-26T06:10:44.031Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-26T06:10:44.031Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T06:10:44.031Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-26T06:10:44.031Z] ---> 32513dffef7f [2021-02-26T06:10:44.031Z] Step 3/21 : WORKDIR /edgex-go [2021-02-26T06:10:44.031Z] ---> Using cache [2021-02-26T06:10:44.031Z] ---> 4d1acb8ea9b6 [2021-02-26T06:10:44.031Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T06:10:44.031Z] ---> Using cache [2021-02-26T06:10:44.031Z] ---> 9f0e4e6f6031 [2021-02-26T06:10:44.031Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-26T06:10:44.031Z] ---> Using cache [2021-02-26T06:10:44.031Z] ---> 85e96288cbdb [2021-02-26T06:10:44.031Z] Step 6/21 : COPY go.mod . [2021-02-26T06:10:44.031Z] ---> Using cache [2021-02-26T06:10:44.031Z] ---> d7e3a6c8bcc5 [2021-02-26T06:10:44.031Z] Step 7/21 : RUN go mod download [2021-02-26T06:10:44.031Z] ---> Using cache [2021-02-26T06:10:44.031Z] ---> fc0ba3127953 [2021-02-26T06:10:44.031Z] Step 8/21 : COPY . . [2021-02-26T06:10:44.307Z] ---> Using cache [2021-02-26T06:10:44.307Z] ---> dfb78bfff9b4 [2021-02-26T06:10:44.307Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-26T06:10:44.307Z] ---> Using cache [2021-02-26T06:10:44.307Z] ---> dfb78bfff9b4 [2021-02-26T06:10:44.307Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-26T06:10:44.307Z] ---> Running in d5c0438de569 [2021-02-26T06:10:44.583Z] ---> Running in 3f694d712ade [2021-02-26T06:10:44.583Z] ---> Running in a3c3490e5225 [2021-02-26T06:10:46.701Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.106" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-26T06:10:46.701Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.106" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-26T06:10:47.001Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.106" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-26T06:10:47.725Z] Removing intermediate container b6db2a8bcad9 [2021-02-26T06:10:47.725Z] ---> 836f8ae7d2bc [2021-02-26T06:10:47.725Z] Step 8/26 : COPY . . [2021-02-26T06:11:02.918Z] ---> 6cb7e8d90889 [2021-02-26T06:11:02.918Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-26T06:11:02.918Z] ---> Running in 1611d5306262 [2021-02-26T06:11:02.918Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.106" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-26T06:11:59.590Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.106" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-26T06:12:12.062Z] Removing intermediate container d5c0438de569 [2021-02-26T06:12:12.062Z] ---> 7cf386aa98b3 [2021-02-26T06:12:12.062Z] [2021-02-26T06:12:12.062Z] Step 10/30 : FROM alpine:3.12 [2021-02-26T06:12:12.062Z] ---> d10569e2745f [2021-02-26T06:12:12.062Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-26T06:12:12.062Z] ---> Running in a8ab99562da6 [2021-02-26T06:12:12.062Z] Removing intermediate container a3c3490e5225 [2021-02-26T06:12:12.062Z] ---> 84355bff2750 [2021-02-26T06:12:12.062Z] [2021-02-26T06:12:12.062Z] Step 10/21 : FROM alpine:3.12 [2021-02-26T06:12:12.062Z] ---> d10569e2745f [2021-02-26T06:12:12.062Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-26T06:12:12.062Z] ---> Running in 8d3d4ff47acf [2021-02-26T06:12:12.062Z] Removing intermediate container a8ab99562da6 [2021-02-26T06:12:12.062Z] ---> 866a41bd0cb6 [2021-02-26T06:12:12.062Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-26T06:12:12.062Z] ---> Running in f003a951021b [2021-02-26T06:12:13.521Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T06:12:13.808Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T06:12:13.808Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T06:12:13.808Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T06:12:14.413Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-26T06:12:14.695Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-26T06:12:14.695Z] (2/2) Installing su-exec (0.2-r1) [2021-02-26T06:12:14.695Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T06:12:14.695Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-26T06:12:14.695Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-26T06:12:14.695Z] (4/4) Installing curl (7.69.1-r3) [2021-02-26T06:12:14.695Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T06:12:14.695Z] OK: 5 MiB in 16 packages [2021-02-26T06:12:14.695Z] Executing ca-certificates-20191127-r4.trigger [2021-02-26T06:12:14.969Z] OK: 7 MiB in 18 packages [2021-02-26T06:12:16.941Z] Removing intermediate container f003a951021b [2021-02-26T06:12:16.941Z] ---> 204eec7fbba8 [2021-02-26T06:12:16.941Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-26T06:12:17.218Z] ---> Running in ffb5ad9c1241 [2021-02-26T06:12:17.814Z] Removing intermediate container 8d3d4ff47acf [2021-02-26T06:12:17.815Z] ---> e87b23fd95ea [2021-02-26T06:12:17.815Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-26T06:12:18.088Z] Removing intermediate container ffb5ad9c1241 [2021-02-26T06:12:18.088Z] ---> 0407b070ef78 [2021-02-26T06:12:18.088Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-26T06:12:18.088Z] Removing intermediate container 3f694d712ade [2021-02-26T06:12:18.088Z] ---> 191aaefef0c3 [2021-02-26T06:12:18.088Z] [2021-02-26T06:12:18.088Z] Step 10/22 : FROM alpine:3.12 [2021-02-26T06:12:18.088Z] ---> d10569e2745f [2021-02-26T06:12:18.088Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-26T06:12:18.088Z] ---> Using cache [2021-02-26T06:12:18.088Z] ---> a3c387768544 [2021-02-26T06:12:18.088Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-26T06:12:18.088Z] ---> Using cache [2021-02-26T06:12:18.088Z] ---> 0bc80d59db01 [2021-02-26T06:12:18.088Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-26T06:12:18.366Z] ---> Running in 3e22a27d8b4a [2021-02-26T06:12:18.366Z] ---> Running in 7c51d8212daa [2021-02-26T06:12:18.366Z] ---> Running in baf0477473d7 [2021-02-26T06:12:18.970Z] Removing intermediate container 1611d5306262 [2021-02-26T06:12:18.970Z] ---> 5b561a13c133 [2021-02-26T06:12:18.970Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-26T06:12:18.970Z] Removing intermediate container 3e22a27d8b4a [2021-02-26T06:12:18.970Z] ---> d7938f16c220 [2021-02-26T06:12:18.970Z] Step 13/21 : WORKDIR /edgex [2021-02-26T06:12:18.970Z] ---> Running in 1afcd5a3890e [2021-02-26T06:12:18.970Z] Removing intermediate container baf0477473d7 [2021-02-26T06:12:18.970Z] ---> 11bb87ea9790 [2021-02-26T06:12:18.970Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-26T06:12:19.242Z] ---> Running in 3d012260661c [2021-02-26T06:12:19.242Z] Removing intermediate container 7c51d8212daa [2021-02-26T06:12:19.242Z] ---> 8c7e0e0b2c98 [2021-02-26T06:12:19.242Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-26T06:12:19.242Z] ---> Running in 5d31259e2b24 [2021-02-26T06:12:19.516Z] ---> Running in ebdb951b77f7 [2021-02-26T06:12:20.117Z] Removing intermediate container 3d012260661c [2021-02-26T06:12:20.117Z] ---> 520f41c6767b [2021-02-26T06:12:20.117Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-26T06:12:20.117Z] Removing intermediate container 5d31259e2b24 [2021-02-26T06:12:20.117Z] ---> 873384b610e0 [2021-02-26T06:12:20.117Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-26T06:12:20.720Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.106" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-26T06:12:20.997Z] ---> 74c6a07c03b2 [2021-02-26T06:12:20.997Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-26T06:12:21.273Z] ---> f92b90e9dd35 [2021-02-26T06:12:21.273Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-26T06:12:22.718Z] Removing intermediate container ebdb951b77f7 [2021-02-26T06:12:22.718Z] ---> e04c648934f1 [2021-02-26T06:12:22.718Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-26T06:12:22.995Z] ---> 28735ad671ee [2021-02-26T06:12:22.995Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-26T06:12:22.995Z] ---> Running in 213fa61d094d [2021-02-26T06:12:23.273Z] ---> 5b3965185bbb [2021-02-26T06:12:23.273Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-26T06:12:23.879Z] Removing intermediate container 213fa61d094d [2021-02-26T06:12:23.879Z] ---> 0bb3280c5f81 [2021-02-26T06:12:23.879Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-26T06:12:24.479Z] ---> 4868543342fa [2021-02-26T06:12:24.479Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-26T06:12:24.479Z] Removing intermediate container 1afcd5a3890e [2021-02-26T06:12:24.479Z] ---> d270d392b985 [2021-02-26T06:12:24.479Z] [2021-02-26T06:12:24.480Z] Step 11/26 : FROM docker:20.10.0 [2021-02-26T06:12:24.480Z] ---> f42188470b3e [2021-02-26T06:12:24.480Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-26T06:12:24.480Z] ---> Running in f1248a2acd5f [2021-02-26T06:12:24.480Z] 20.10.0: Pulling from library/docker [2021-02-26T06:12:24.756Z] ---> Running in d37edcd62a7c [2021-02-26T06:12:25.029Z] ---> 316ba1082dff [2021-02-26T06:12:25.029Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-26T06:12:25.303Z] Removing intermediate container f1248a2acd5f [2021-02-26T06:12:25.303Z] ---> Running in fc7715220a92 [2021-02-26T06:12:25.303Z] ---> a6a5418db3b1 [2021-02-26T06:12:25.303Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-26T06:12:25.303Z] Removing intermediate container d37edcd62a7c [2021-02-26T06:12:25.303Z] ---> 755870e04d0e [2021-02-26T06:12:25.303Z] Step 18/21 : CMD ["--init=true"] [2021-02-26T06:12:25.582Z] ---> Running in 55e1aabc96d0 [2021-02-26T06:12:25.858Z] ---> Running in 7cd26161cc1f [2021-02-26T06:12:26.463Z] Removing intermediate container 55e1aabc96d0 [2021-02-26T06:12:26.463Z] ---> fa04a1560313 [2021-02-26T06:12:26.463Z] Step 20/22 : LABEL arch=arm64 [2021-02-26T06:12:26.749Z] Removing intermediate container 7cd26161cc1f [2021-02-26T06:12:26.749Z] ---> 0d9d7f974bc1 [2021-02-26T06:12:26.749Z] Step 19/21 : LABEL arch=arm64 [2021-02-26T06:12:27.022Z] ---> Running in 9912b8092543 [2021-02-26T06:12:27.296Z] ---> Running in 348354581c67 [2021-02-26T06:12:27.897Z] Removing intermediate container 9912b8092543 [2021-02-26T06:12:27.897Z] ---> 2e83ab134b28 [2021-02-26T06:12:27.897Z] Step 21/22 : LABEL git_sha=73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:12:28.170Z] Removing intermediate container 348354581c67 [2021-02-26T06:12:28.170Z] ---> a97e6c817660 [2021-02-26T06:12:28.170Z] Step 20/21 : LABEL git_sha=73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:12:28.170Z] ---> Running in 575103d81d01 [2021-02-26T06:12:28.444Z] ---> Running in 3e834ca7e4fb [2021-02-26T06:12:28.720Z] Removing intermediate container fc7715220a92 [2021-02-26T06:12:28.720Z] ---> 74a996551b6a [2021-02-26T06:12:28.720Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-26T06:12:28.720Z] Removing intermediate container 575103d81d01 [2021-02-26T06:12:28.720Z] ---> 915255a7c8c1 [2021-02-26T06:12:28.720Z] Step 22/22 : LABEL version=2.0.0-dev.106 [2021-02-26T06:12:28.993Z] ---> Running in fca113d7ea40 [2021-02-26T06:12:28.993Z] Removing intermediate container 3e834ca7e4fb [2021-02-26T06:12:28.993Z] ---> 936787a890fc [2021-02-26T06:12:28.993Z] Step 21/21 : LABEL version=2.0.0-dev.106 [2021-02-26T06:12:29.588Z] ---> Running in 93c3e0ed0047 [2021-02-26T06:12:30.184Z] ---> 389edacaa4d9 [2021-02-26T06:12:30.184Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-26T06:12:30.184Z] Removing intermediate container fca113d7ea40 [2021-02-26T06:12:30.184Z] ---> 72f5e5fc877b [2021-02-26T06:12:30.184Z] [2021-02-26T06:12:30.457Z] Removing intermediate container 93c3e0ed0047 [2021-02-26T06:12:30.457Z] ---> f97015cab949 [2021-02-26T06:12:30.457Z] [2021-02-26T06:12:30.457Z] Successfully built 72f5e5fc877b [2021-02-26T06:12:30.457Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-26T06:12:31.055Z]  Building docker-support-scheduler-go ... done Successfully built f97015cab949 [2021-02-26T06:12:31.055Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-26T06:12:32.495Z]  Building docker-security-proxy-setup-go ... done  ---> b672e5adff1b [2021-02-26T06:12:32.495Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-26T06:12:33.922Z] ---> 361988f4e394 [2021-02-26T06:12:33.922Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-26T06:12:34.912Z] ---> 059b7c05cad5 [2021-02-26T06:12:34.912Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-26T06:12:35.192Z] ---> Running in 3f8f9f9a1fab [2021-02-26T06:12:35.192Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-26T06:12:35.192Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-26T06:12:35.192Z] ---> eeaf43b92773 [2021-02-26T06:12:35.192Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-26T06:12:35.192Z] ---> Running in dbad311a542c [2021-02-26T06:12:35.470Z] Removing intermediate container 3f8f9f9a1fab [2021-02-26T06:12:35.470Z] ---> f60a2d0c9eec [2021-02-26T06:12:35.470Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-26T06:12:36.451Z] ---> 16a7a348512d [2021-02-26T06:12:36.451Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-26T06:12:36.451Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T06:12:36.723Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T06:12:36.723Z] ---> Running in 679cc815ec2d [2021-02-26T06:12:37.316Z] (1/2) Installing readline (8.0.4-r0) [2021-02-26T06:12:37.316Z] (2/2) Installing bash (5.0.17-r0) [2021-02-26T06:12:37.316Z] Executing bash-5.0.17-r0.post-install [2021-02-26T06:12:37.316Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T06:12:37.316Z] OK: 12 MiB in 22 packages [2021-02-26T06:12:38.758Z] Removing intermediate container dbad311a542c [2021-02-26T06:12:38.758Z] ---> f1ab75027953 [2021-02-26T06:12:38.758Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-26T06:12:38.758Z] ---> Running in b34bd97a2fcd [2021-02-26T06:12:39.029Z] Removing intermediate container 679cc815ec2d [2021-02-26T06:12:39.029Z] ---> b0d635c00958 [2021-02-26T06:12:39.029Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-26T06:12:39.624Z] ---> Running in ecf962484c1a [2021-02-26T06:12:39.624Z] Removing intermediate container b34bd97a2fcd [2021-02-26T06:12:39.624Z] ---> ea92115385ae [2021-02-26T06:12:39.624Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-26T06:12:39.898Z] ---> Running in e5752cebb425 [2021-02-26T06:12:40.171Z] Removing intermediate container ecf962484c1a [2021-02-26T06:12:40.171Z] ---> 4f1776e5e016 [2021-02-26T06:12:40.171Z] Step 27/30 : CMD ["gate"] [2021-02-26T06:12:40.451Z] ---> Running in a999b5930015 [2021-02-26T06:12:40.451Z] Removing intermediate container e5752cebb425 [2021-02-26T06:12:40.451Z] ---> 40f0f14663e5 [2021-02-26T06:12:40.451Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-26T06:12:40.451Z] ---> Running in d65f8d1be1c8 [2021-02-26T06:12:41.043Z] Removing intermediate container a999b5930015 [2021-02-26T06:12:41.043Z] ---> 1eb1ee8782fe [2021-02-26T06:12:41.043Z] Step 28/30 : LABEL arch=arm64 [2021-02-26T06:12:41.317Z] ---> Running in 291364e8f1aa [2021-02-26T06:12:41.317Z] Removing intermediate container d65f8d1be1c8 [2021-02-26T06:12:41.317Z] ---> 5adf4b853036 [2021-02-26T06:12:41.317Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-26T06:12:41.911Z] Removing intermediate container 291364e8f1aa [2021-02-26T06:12:41.912Z] ---> b7f6efbd6396 [2021-02-26T06:12:41.912Z] Step 29/30 : LABEL git_sha=73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:12:42.182Z] ---> Running in 4be71bed63bc [2021-02-26T06:12:42.459Z] ---> 714defc2de44 [2021-02-26T06:12:42.459Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-26T06:12:42.732Z] Removing intermediate container 4be71bed63bc [2021-02-26T06:12:42.732Z] ---> cdaade6a921b [2021-02-26T06:12:42.732Z] Step 30/30 : LABEL version=2.0.0-dev.106 [2021-02-26T06:12:43.339Z] ---> Running in db478838448a [2021-02-26T06:12:43.339Z] ---> e412bf9764fd [2021-02-26T06:12:43.339Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-26T06:12:43.611Z] Removing intermediate container db478838448a [2021-02-26T06:12:43.611Z] ---> a58f95bdd56c [2021-02-26T06:12:43.611Z] [2021-02-26T06:12:43.883Z] Successfully built a58f95bdd56c [2021-02-26T06:12:43.883Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-26T06:12:44.151Z]  Building docker-security-bootstrapper-go ... done  ---> b43efebbecd3 [2021-02-26T06:12:44.151Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-26T06:12:44.421Z] ---> Running in 9822fce49723 [2021-02-26T06:12:45.392Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T06:12:45.392Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T06:12:45.988Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-26T06:12:45.988Z] (2/33) Installing expat (2.2.9-r1) [2021-02-26T06:12:45.988Z] (3/33) Installing libffi (3.3-r2) [2021-02-26T06:12:45.988Z] (4/33) Installing gdbm (1.13-r1) [2021-02-26T06:12:45.988Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-26T06:12:45.988Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-26T06:12:45.988Z] (7/33) Installing python3 (3.8.5-r1) [2021-02-26T06:12:47.968Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-26T06:12:47.968Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-26T06:12:47.968Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-26T06:12:47.968Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-26T06:12:47.968Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-26T06:12:47.968Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-26T06:12:47.968Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-26T06:12:47.968Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-26T06:12:47.968Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-26T06:12:47.968Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-26T06:12:47.968Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-26T06:12:47.968Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-26T06:12:47.968Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-26T06:12:47.968Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-26T06:12:47.968Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-26T06:12:47.968Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-26T06:12:47.968Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-26T06:12:47.968Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-26T06:12:47.968Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-26T06:12:48.244Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-26T06:12:48.244Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-26T06:12:48.244Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-26T06:12:48.244Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-26T06:12:48.244Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-26T06:12:48.244Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-26T06:12:48.244Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-26T06:12:48.244Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T06:12:48.244Z] OK: 71 MiB in 55 packages [2021-02-26T06:12:54.981Z] Removing intermediate container 9822fce49723 [2021-02-26T06:12:54.981Z] ---> ccc3a0675c1f [2021-02-26T06:12:54.981Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-26T06:12:54.981Z] ---> Running in 7475ce522028 [2021-02-26T06:12:59.281Z] Collecting docker-compose==1.23.2 [2021-02-26T06:12:59.281Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-26T06:13:00.250Z] Collecting PyYAML<4,>=3.10 [2021-02-26T06:13:00.250Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-26T06:13:03.635Z] Collecting jsonschema<3,>=2.5.1 [2021-02-26T06:13:03.635Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-26T06:13:03.635Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-26T06:13:03.635Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-26T06:13:03.911Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-26T06:13:04.182Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-26T06:13:04.182Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-26T06:13:06.143Z] Collecting docopt<0.7,>=0.6.1 [2021-02-26T06:13:06.144Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-26T06:13:08.109Z] Collecting cached-property<2,>=1.2.0 [2021-02-26T06:13:08.109Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-26T06:13:09.077Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-26T06:13:09.077Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-26T06:13:09.345Z] Collecting texttable<0.10,>=0.9.0 [2021-02-26T06:13:09.345Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-26T06:13:11.305Z] Collecting docker<4.0,>=3.6.0 [2021-02-26T06:13:11.305Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-26T06:13:11.575Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-02-26T06:13:11.845Z] Collecting idna<2.8,>=2.5 [2021-02-26T06:13:11.846Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-26T06:13:11.846Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-02-26T06:13:12.434Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-26T06:13:12.434Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-26T06:13:12.705Z] Collecting docker-pycreds>=0.4.0 [2021-02-26T06:13:12.705Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-26T06:13:12.975Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-26T06:13:12.975Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-26T06:13:12.975Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-26T06:13:12.975Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-26T06:13:13.565Z] Installing collected packages: PyYAML, jsonschema, websocket-client, dockerpty, docopt, cached-property, idna, urllib3, requests, texttable, docker-pycreds, docker, docker-compose [2021-02-26T06:13:13.565Z] Running setup.py install for PyYAML: started [2021-02-26T06:13:15.531Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-26T06:13:16.121Z] Running setup.py install for dockerpty: started [2021-02-26T06:13:18.097Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-26T06:13:18.097Z] Running setup.py install for docopt: started [2021-02-26T06:13:20.058Z] Running setup.py install for docopt: finished with status 'done' [2021-02-26T06:13:20.059Z] Attempting uninstall: idna [2021-02-26T06:13:20.059Z] Found existing installation: idna 2.9 [2021-02-26T06:13:20.059Z] Uninstalling idna-2.9: [2021-02-26T06:13:20.059Z] Successfully uninstalled idna-2.9 [2021-02-26T06:13:20.651Z] Attempting uninstall: urllib3 [2021-02-26T06:13:20.651Z] Found existing installation: urllib3 1.25.9 [2021-02-26T06:13:20.652Z] Uninstalling urllib3-1.25.9: [2021-02-26T06:13:20.652Z] Successfully uninstalled urllib3-1.25.9 [2021-02-26T06:13:21.241Z] Attempting uninstall: requests [2021-02-26T06:13:21.241Z] Found existing installation: requests 2.23.0 [2021-02-26T06:13:21.241Z] Uninstalling requests-2.23.0: [2021-02-26T06:13:21.510Z] Successfully uninstalled requests-2.23.0 [2021-02-26T06:13:21.781Z] Running setup.py install for texttable: started [2021-02-26T06:13:23.742Z] Running setup.py install for texttable: finished with status 'done' [2021-02-26T06:13:25.169Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-26T06:13:28.545Z] Removing intermediate container 7475ce522028 [2021-02-26T06:13:28.545Z] ---> 74edef1404fa [2021-02-26T06:13:28.545Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-26T06:13:28.819Z] ---> Running in 87a3aeaf6418 [2021-02-26T06:13:29.795Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T06:13:30.067Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T06:13:30.663Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-26T06:13:30.663Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-26T06:13:30.663Z] (3/3) Installing curl (7.69.1-r3) [2021-02-26T06:13:30.663Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T06:13:30.663Z] OK: 71 MiB in 58 packages [2021-02-26T06:13:32.093Z] Removing intermediate container 87a3aeaf6418 [2021-02-26T06:13:32.093Z] ---> f64339d243b3 [2021-02-26T06:13:32.093Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-26T06:13:32.093Z] ---> Running in c0fe3e79fa5b [2021-02-26T06:13:32.688Z] Removing intermediate container c0fe3e79fa5b [2021-02-26T06:13:32.688Z] ---> 08b76a639302 [2021-02-26T06:13:32.688Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-26T06:13:32.688Z] ---> Running in ee90403d9780 [2021-02-26T06:13:33.281Z] Removing intermediate container ee90403d9780 [2021-02-26T06:13:33.281Z] ---> b99f51ba9c67 [2021-02-26T06:13:33.281Z] Step 24/26 : LABEL arch=arm64 [2021-02-26T06:13:33.281Z] ---> Running in c2dab321de25 [2021-02-26T06:13:33.877Z] Removing intermediate container c2dab321de25 [2021-02-26T06:13:33.877Z] ---> 8858f80e60ea [2021-02-26T06:13:33.877Z] Step 25/26 : LABEL git_sha=73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:13:33.877Z] ---> Running in 809ab0c2abfd [2021-02-26T06:13:34.472Z] Removing intermediate container 809ab0c2abfd [2021-02-26T06:13:34.472Z] ---> c3f3a5c34a3b [2021-02-26T06:13:34.472Z] Step 26/26 : LABEL version=2.0.0-dev.106 [2021-02-26T06:13:34.472Z] ---> Running in a94ccd1cfa22 [2021-02-26T06:13:35.074Z] Removing intermediate container a94ccd1cfa22 [2021-02-26T06:13:35.074Z] ---> 38592e6c36bd [2021-02-26T06:13:35.074Z] [2021-02-26T06:13:35.347Z] Successfully built 38592e6c36bd [2021-02-26T06:13:35.347Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-26T06:13:35.635Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-26T06:13:35.586Z] $ docker stop --time=1 1b6a711680713a52dd337eb20ed71e019a34314a1c962b263f7ad78fceb850dc [2021-02-26T06:13:37.557Z] $ docker rm -f 1b6a711680713a52dd337eb20ed71e019a34314a1c962b263f7ad78fceb850dc [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-26T06:13:38.411Z] + + dockergrep images docker [2021-02-26T06:13:38.411Z] [2021-02-26T06:13:38.683Z] docker-sys-mgmt-agent-go-arm64 latest 38592e6c36bd 4 seconds ago 300MB [2021-02-26T06:13:38.683Z] docker-security-bootstrapper-go-arm64 latest a58f95bdd56c 55 seconds ago 17.6MB [2021-02-26T06:13:38.683Z] docker-support-scheduler-go-arm64 latest 72f5e5fc877b About a minute ago 16.3MB [2021-02-26T06:13:38.683Z] docker-security-proxy-setup-go-arm64 latest f97015cab949 About a minute ago 23.4MB [2021-02-26T06:13:38.683Z] docker-core-data-go-arm64 latest cb88cb6b4619 3 minutes ago 21.1MB [2021-02-26T06:13:38.683Z] docker-core-metadata-go-arm64 latest 6b8f23ba5b4d 3 minutes ago 17.9MB [2021-02-26T06:13:38.683Z] docker-core-command-go-arm64 latest ec36b84e5ef4 3 minutes ago 16.2MB [2021-02-26T06:13:38.683Z] docker-support-notifications-go-arm64 latest 17a5a0741519 3 minutes ago 16.8MB [2021-02-26T06:13:38.683Z] docker-security-secretstore-setup-go-arm64 latest c3a1dd820619 3 minutes ago 23.7MB [2021-02-26T06:13:38.684Z] docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-26T06:13:39.270Z] provisioning config files... [2021-02-26T06:13:39.329Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/372@tmp/config2177249119323878705tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-26T06:13:39.731Z] ---> docker-login.sh [2021-02-26T06:13:39.732Z] nexus3.edgexfoundry.org:10001 [2021-02-26T06:13:40.002Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T06:13:40.275Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T06:13:40.275Z] Configure a credential helper to remove this warning. See [2021-02-26T06:13:40.275Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T06:13:40.275Z] [2021-02-26T06:13:40.275Z] Login Succeeded [2021-02-26T06:13:40.275Z] nexus3.edgexfoundry.org:10002 [2021-02-26T06:13:40.554Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T06:13:40.827Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T06:13:40.827Z] Configure a credential helper to remove this warning. See [2021-02-26T06:13:40.827Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T06:13:40.827Z] [2021-02-26T06:13:40.827Z] Login Succeeded [2021-02-26T06:13:40.827Z] nexus3.edgexfoundry.org:10003 [2021-02-26T06:13:41.099Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T06:13:41.370Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T06:13:41.370Z] Configure a credential helper to remove this warning. See [2021-02-26T06:13:41.370Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T06:13:41.370Z] [2021-02-26T06:13:41.370Z] Login Succeeded [2021-02-26T06:13:41.370Z] nexus3.edgexfoundry.org:10004 [2021-02-26T06:13:41.642Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T06:13:41.917Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T06:13:41.917Z] Configure a credential helper to remove this warning. See [2021-02-26T06:13:41.918Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T06:13:41.918Z] [2021-02-26T06:13:41.918Z] Login Succeeded [2021-02-26T06:13:41.918Z] docker.io [2021-02-26T06:13:42.511Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T06:13:42.783Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T06:13:42.783Z] Configure a credential helper to remove this warning. See [2021-02-26T06:13:42.783Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T06:13:42.783Z] [2021-02-26T06:13:42.783Z] Login Succeeded [2021-02-26T06:13:42.783Z] ---> docker-login.sh ends [Pipeline] } [2021-02-26T06:13:42.800Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-26T06:13:43.069Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-02-26T06:13:43.069Z] 73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:13:43.069Z] 2.0.0-dev.106 [2021-02-26T06:13:43.069Z] 73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [2021-02-26T06:13:43.069Z] master [2021-02-26T06:13:43.069Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:13:43.636Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:73dc428bea26e7bc953b08348183f35641f26ad3 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:13:43.980Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:13:43.980Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-26T06:13:43.980Z] 7f4d441b5451: Preparing [2021-02-26T06:13:43.980Z] 79cb31ce4787: Preparing [2021-02-26T06:13:43.980Z] 3c764f86746f: Preparing [2021-02-26T06:13:43.980Z] cd441cde95b1: Preparing [2021-02-26T06:13:43.980Z] 02a88cfff88f: Preparing [2021-02-26T06:13:44.257Z] 02a88cfff88f: Layer already exists [2021-02-26T06:13:44.257Z] 7f4d441b5451: Pushed [2021-02-26T06:13:44.257Z] 3c764f86746f: Pushed [2021-02-26T06:13:44.257Z] cd441cde95b1: Pushed [2021-02-26T06:13:46.857Z] 79cb31ce4787: Pushed [2021-02-26T06:13:47.128Z] 73dc428bea26e7bc953b08348183f35641f26ad3: digest: sha256:99ee1f52f5a22cae996420986849f6d09ec3c6eaaa8decc698b238f2cc1e5792 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:13:47.478Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.106 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:13:47.819Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.106 [2021-02-26T06:13:47.819Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-26T06:13:47.819Z] 7f4d441b5451: Preparing [2021-02-26T06:13:47.819Z] 79cb31ce4787: Preparing [2021-02-26T06:13:47.819Z] 3c764f86746f: Preparing [2021-02-26T06:13:47.819Z] cd441cde95b1: Preparing [2021-02-26T06:13:47.819Z] 02a88cfff88f: Preparing [2021-02-26T06:13:47.819Z] cd441cde95b1: Layer already exists [2021-02-26T06:13:47.819Z] 7f4d441b5451: Layer already exists [2021-02-26T06:13:47.819Z] 79cb31ce4787: Layer already exists [2021-02-26T06:13:47.819Z] 02a88cfff88f: Layer already exists [2021-02-26T06:13:47.819Z] 3c764f86746f: Layer already exists [2021-02-26T06:13:48.089Z] 2.0.0-dev.106: digest: sha256:99ee1f52f5a22cae996420986849f6d09ec3c6eaaa8decc698b238f2cc1e5792 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:13:48.453Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:13:48.817Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [2021-02-26T06:13:48.817Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-26T06:13:48.817Z] 7f4d441b5451: Preparing [2021-02-26T06:13:48.817Z] 79cb31ce4787: Preparing [2021-02-26T06:13:48.817Z] 3c764f86746f: Preparing [2021-02-26T06:13:48.817Z] cd441cde95b1: Preparing [2021-02-26T06:13:48.817Z] 02a88cfff88f: Preparing [2021-02-26T06:13:48.817Z] 7f4d441b5451: Layer already exists [2021-02-26T06:13:48.817Z] 02a88cfff88f: Layer already exists [2021-02-26T06:13:48.817Z] 3c764f86746f: Layer already exists [2021-02-26T06:13:49.092Z] 79cb31ce4787: Layer already exists [2021-02-26T06:13:49.092Z] cd441cde95b1: Layer already exists [2021-02-26T06:13:49.092Z] 73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106: digest: sha256:99ee1f52f5a22cae996420986849f6d09ec3c6eaaa8decc698b238f2cc1e5792 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:13:49.456Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:13:49.832Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-02-26T06:13:49.832Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-26T06:13:49.832Z] 7f4d441b5451: Preparing [2021-02-26T06:13:49.832Z] 79cb31ce4787: Preparing [2021-02-26T06:13:49.832Z] 3c764f86746f: Preparing [2021-02-26T06:13:49.832Z] cd441cde95b1: Preparing [2021-02-26T06:13:49.832Z] 02a88cfff88f: Preparing [2021-02-26T06:13:49.832Z] 3c764f86746f: Layer already exists [2021-02-26T06:13:49.832Z] 79cb31ce4787: Layer already exists [2021-02-26T06:13:49.832Z] 7f4d441b5451: Layer already exists [2021-02-26T06:13:49.832Z] cd441cde95b1: Layer already exists [2021-02-26T06:13:49.832Z] 02a88cfff88f: Layer already exists [2021-02-26T06:13:50.107Z] master: digest: sha256:99ee1f52f5a22cae996420986849f6d09ec3c6eaaa8decc698b238f2cc1e5792 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-26T06:13:50.344Z] ===================================================== [Pipeline] echo [2021-02-26T06:13:50.398Z] taggedImages: [2021-02-26T06:13:50.398Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:13:50.398Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.106 [2021-02-26T06:13:50.398Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [2021-02-26T06:13:50.398Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-02-26T06:13:50.487Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-02-26T06:13:50.487Z] 73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:13:50.487Z] 2.0.0-dev.106 [2021-02-26T06:13:50.487Z] 73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [2021-02-26T06:13:50.487Z] master [2021-02-26T06:13:50.487Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:13:51.080Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:73dc428bea26e7bc953b08348183f35641f26ad3 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:13:51.414Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:13:51.415Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-26T06:13:51.415Z] eac629565c4c: Preparing [2021-02-26T06:13:51.415Z] c785f64c4cb9: Preparing [2021-02-26T06:13:51.415Z] 3c764f86746f: Preparing [2021-02-26T06:13:51.415Z] bb1c34d7e179: Preparing [2021-02-26T06:13:51.415Z] 0854af0c16d5: Preparing [2021-02-26T06:13:51.415Z] 02a88cfff88f: Preparing [2021-02-26T06:13:51.415Z] 02a88cfff88f: Waiting [2021-02-26T06:13:51.688Z] 3c764f86746f: Layer already exists [2021-02-26T06:13:51.688Z] 02a88cfff88f: Layer already exists [2021-02-26T06:13:51.688Z] eac629565c4c: Pushed [2021-02-26T06:13:51.688Z] 0854af0c16d5: Pushed [2021-02-26T06:13:52.279Z] bb1c34d7e179: Pushed [2021-02-26T06:13:54.893Z] c785f64c4cb9: Pushed [2021-02-26T06:13:54.893Z] 73dc428bea26e7bc953b08348183f35641f26ad3: digest: sha256:4d0974d4d02f0cc05471f645f915909a3c7fa757404867e5e4c87b4715262a1e size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:13:55.231Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.106 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:13:55.564Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.106 [2021-02-26T06:13:55.564Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-26T06:13:55.564Z] eac629565c4c: Preparing [2021-02-26T06:13:55.564Z] c785f64c4cb9: Preparing [2021-02-26T06:13:55.564Z] 3c764f86746f: Preparing [2021-02-26T06:13:55.564Z] bb1c34d7e179: Preparing [2021-02-26T06:13:55.564Z] 0854af0c16d5: Preparing [2021-02-26T06:13:55.564Z] 02a88cfff88f: Preparing [2021-02-26T06:13:55.564Z] 02a88cfff88f: Waiting [2021-02-26T06:13:55.564Z] c785f64c4cb9: Layer already exists [2021-02-26T06:13:55.564Z] bb1c34d7e179: Layer already exists [2021-02-26T06:13:55.564Z] eac629565c4c: Layer already exists [2021-02-26T06:13:55.564Z] 0854af0c16d5: Layer already exists [2021-02-26T06:13:55.833Z] 3c764f86746f: Layer already exists [2021-02-26T06:13:55.833Z] 02a88cfff88f: Layer already exists [2021-02-26T06:13:55.833Z] 2.0.0-dev.106: digest: sha256:4d0974d4d02f0cc05471f645f915909a3c7fa757404867e5e4c87b4715262a1e size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:13:56.173Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:13:56.506Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [2021-02-26T06:13:56.506Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-26T06:13:56.506Z] eac629565c4c: Preparing [2021-02-26T06:13:56.506Z] c785f64c4cb9: Preparing [2021-02-26T06:13:56.506Z] 3c764f86746f: Preparing [2021-02-26T06:13:56.506Z] bb1c34d7e179: Preparing [2021-02-26T06:13:56.506Z] 0854af0c16d5: Preparing [2021-02-26T06:13:56.506Z] 02a88cfff88f: Preparing [2021-02-26T06:13:56.506Z] 02a88cfff88f: Waiting [2021-02-26T06:13:56.506Z] c785f64c4cb9: Layer already exists [2021-02-26T06:13:56.506Z] bb1c34d7e179: Layer already exists [2021-02-26T06:13:56.776Z] eac629565c4c: Layer already exists [2021-02-26T06:13:56.776Z] 0854af0c16d5: Layer already exists [2021-02-26T06:13:56.776Z] 3c764f86746f: Layer already exists [2021-02-26T06:13:56.776Z] 02a88cfff88f: Layer already exists [2021-02-26T06:13:56.776Z] 73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106: digest: sha256:4d0974d4d02f0cc05471f645f915909a3c7fa757404867e5e4c87b4715262a1e size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:13:57.119Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:13:57.458Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-02-26T06:13:57.458Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-26T06:13:57.458Z] eac629565c4c: Preparing [2021-02-26T06:13:57.458Z] c785f64c4cb9: Preparing [2021-02-26T06:13:57.458Z] 3c764f86746f: Preparing [2021-02-26T06:13:57.458Z] bb1c34d7e179: Preparing [2021-02-26T06:13:57.458Z] 0854af0c16d5: Preparing [2021-02-26T06:13:57.458Z] 02a88cfff88f: Preparing [2021-02-26T06:13:57.458Z] 02a88cfff88f: Waiting [2021-02-26T06:13:57.458Z] bb1c34d7e179: Layer already exists [2021-02-26T06:13:57.458Z] 3c764f86746f: Layer already exists [2021-02-26T06:13:57.458Z] eac629565c4c: Layer already exists [2021-02-26T06:13:57.458Z] 0854af0c16d5: Layer already exists [2021-02-26T06:13:57.458Z] c785f64c4cb9: Layer already exists [2021-02-26T06:13:57.728Z] 02a88cfff88f: Layer already exists [2021-02-26T06:13:57.728Z] master: digest: sha256:4d0974d4d02f0cc05471f645f915909a3c7fa757404867e5e4c87b4715262a1e size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-26T06:13:57.962Z] ===================================================== [Pipeline] echo [2021-02-26T06:13:58.015Z] taggedImages: [2021-02-26T06:13:58.015Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:13:58.015Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.106 [2021-02-26T06:13:58.015Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [2021-02-26T06:13:58.015Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-02-26T06:13:58.094Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-02-26T06:13:58.095Z] 73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:13:58.095Z] 2.0.0-dev.106 [2021-02-26T06:13:58.095Z] 73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [2021-02-26T06:13:58.095Z] master [2021-02-26T06:13:58.095Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:13:58.609Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:73dc428bea26e7bc953b08348183f35641f26ad3 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:13:58.945Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:13:58.945Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-26T06:13:58.945Z] 018335bd8643: Preparing [2021-02-26T06:13:58.945Z] 2bdd51de57e6: Preparing [2021-02-26T06:13:58.945Z] 3c764f86746f: Preparing [2021-02-26T06:13:58.945Z] cd441cde95b1: Preparing [2021-02-26T06:13:58.945Z] 02a88cfff88f: Preparing [2021-02-26T06:13:59.226Z] cd441cde95b1: Layer already exists [2021-02-26T06:13:59.226Z] 02a88cfff88f: Layer already exists [2021-02-26T06:13:59.226Z] 3c764f86746f: Layer already exists [2021-02-26T06:13:59.226Z] 018335bd8643: Pushed [2021-02-26T06:14:02.598Z] 2bdd51de57e6: Pushed [2021-02-26T06:14:02.598Z] 73dc428bea26e7bc953b08348183f35641f26ad3: digest: sha256:479c13b0873c65cf3ba1c705f3a0ffab454d45f59d0beb0c344725ce59edc44e size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:14:02.937Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.106 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:14:03.269Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.106 [2021-02-26T06:14:03.269Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-26T06:14:03.269Z] 018335bd8643: Preparing [2021-02-26T06:14:03.269Z] 2bdd51de57e6: Preparing [2021-02-26T06:14:03.269Z] 3c764f86746f: Preparing [2021-02-26T06:14:03.269Z] cd441cde95b1: Preparing [2021-02-26T06:14:03.269Z] 02a88cfff88f: Preparing [2021-02-26T06:14:03.269Z] 02a88cfff88f: Layer already exists [2021-02-26T06:14:03.269Z] cd441cde95b1: Layer already exists [2021-02-26T06:14:03.269Z] 018335bd8643: Layer already exists [2021-02-26T06:14:03.539Z] 3c764f86746f: Layer already exists [2021-02-26T06:14:03.539Z] 2bdd51de57e6: Layer already exists [2021-02-26T06:14:03.539Z] 2.0.0-dev.106: digest: sha256:479c13b0873c65cf3ba1c705f3a0ffab454d45f59d0beb0c344725ce59edc44e size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:14:03.877Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:14:04.210Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [2021-02-26T06:14:04.211Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-26T06:14:04.211Z] 018335bd8643: Preparing [2021-02-26T06:14:04.211Z] 2bdd51de57e6: Preparing [2021-02-26T06:14:04.211Z] 3c764f86746f: Preparing [2021-02-26T06:14:04.211Z] cd441cde95b1: Preparing [2021-02-26T06:14:04.211Z] 02a88cfff88f: Preparing [2021-02-26T06:14:04.211Z] 02a88cfff88f: Layer already exists [2021-02-26T06:14:04.211Z] 3c764f86746f: Layer already exists [2021-02-26T06:14:04.211Z] cd441cde95b1: Layer already exists [2021-02-26T06:14:04.211Z] 2bdd51de57e6: Layer already exists [2021-02-26T06:14:04.211Z] 018335bd8643: Layer already exists [2021-02-26T06:14:04.480Z] 73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106: digest: sha256:479c13b0873c65cf3ba1c705f3a0ffab454d45f59d0beb0c344725ce59edc44e size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:14:04.822Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:14:05.155Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-02-26T06:14:05.155Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-26T06:14:05.155Z] 018335bd8643: Preparing [2021-02-26T06:14:05.155Z] 2bdd51de57e6: Preparing [2021-02-26T06:14:05.155Z] 3c764f86746f: Preparing [2021-02-26T06:14:05.155Z] cd441cde95b1: Preparing [2021-02-26T06:14:05.155Z] 02a88cfff88f: Preparing [2021-02-26T06:14:05.155Z] 018335bd8643: Layer already exists [2021-02-26T06:14:05.155Z] 2bdd51de57e6: Layer already exists [2021-02-26T06:14:05.155Z] 3c764f86746f: Layer already exists [2021-02-26T06:14:05.155Z] 02a88cfff88f: Layer already exists [2021-02-26T06:14:05.155Z] cd441cde95b1: Layer already exists [2021-02-26T06:14:05.426Z] master: digest: sha256:479c13b0873c65cf3ba1c705f3a0ffab454d45f59d0beb0c344725ce59edc44e size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-26T06:14:05.644Z] ===================================================== [Pipeline] echo [2021-02-26T06:14:05.696Z] taggedImages: [2021-02-26T06:14:05.696Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:14:05.696Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.106 [2021-02-26T06:14:05.696Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [2021-02-26T06:14:05.696Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-02-26T06:14:05.797Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-02-26T06:14:05.797Z] 73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:14:05.797Z] 2.0.0-dev.106 [2021-02-26T06:14:05.797Z] 73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [2021-02-26T06:14:05.797Z] master [2021-02-26T06:14:05.797Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:14:06.326Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:73dc428bea26e7bc953b08348183f35641f26ad3 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:14:06.664Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:14:06.664Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-26T06:14:06.664Z] 4542d0aee3ce: Preparing [2021-02-26T06:14:06.664Z] 4542d0aee3ce: Preparing [2021-02-26T06:14:06.664Z] 4967dbf62974: Preparing [2021-02-26T06:14:06.664Z] a1cfe2297b85: Preparing [2021-02-26T06:14:06.664Z] 6f55500e3863: Preparing [2021-02-26T06:14:06.664Z] 3c764f86746f: Preparing [2021-02-26T06:14:06.664Z] 4b3a186de5f1: Preparing [2021-02-26T06:14:06.664Z] 4b3a186de5f1: Preparing [2021-02-26T06:14:06.664Z] 3061316ef5a0: Preparing [2021-02-26T06:14:06.664Z] e773763939ff: Preparing [2021-02-26T06:14:06.664Z] 02a88cfff88f: Preparing [2021-02-26T06:14:06.664Z] 4b3a186de5f1: Waiting [2021-02-26T06:14:06.664Z] 3061316ef5a0: Waiting [2021-02-26T06:14:06.664Z] e773763939ff: Waiting [2021-02-26T06:14:06.664Z] 02a88cfff88f: Waiting [2021-02-26T06:14:06.955Z] 3c764f86746f: Layer already exists [2021-02-26T06:14:06.955Z] 4542d0aee3ce: Pushed [2021-02-26T06:14:06.955Z] a1cfe2297b85: Pushed [2021-02-26T06:14:06.955Z] 4b3a186de5f1: Pushed [2021-02-26T06:14:06.955Z] 4967dbf62974: Pushed [2021-02-26T06:14:07.226Z] 02a88cfff88f: Layer already exists [2021-02-26T06:14:07.226Z] 3061316ef5a0: Pushed [2021-02-26T06:14:07.226Z] e773763939ff: Pushed [2021-02-26T06:14:09.831Z] 6f55500e3863: Pushed [2021-02-26T06:14:10.101Z] 73dc428bea26e7bc953b08348183f35641f26ad3: digest: sha256:3839395f22ca7ab80164a40d2ed0190988f0776727931f261196a451127c20c9 size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:14:10.443Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.106 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:14:10.773Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.106 [2021-02-26T06:14:10.773Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-26T06:14:10.773Z] 4542d0aee3ce: Preparing [2021-02-26T06:14:10.773Z] 4542d0aee3ce: Preparing [2021-02-26T06:14:10.773Z] 4967dbf62974: Preparing [2021-02-26T06:14:10.773Z] a1cfe2297b85: Preparing [2021-02-26T06:14:10.773Z] 6f55500e3863: Preparing [2021-02-26T06:14:10.773Z] 3c764f86746f: Preparing [2021-02-26T06:14:10.773Z] 4b3a186de5f1: Preparing [2021-02-26T06:14:10.773Z] 4b3a186de5f1: Preparing [2021-02-26T06:14:10.773Z] 3061316ef5a0: Preparing [2021-02-26T06:14:10.773Z] e773763939ff: Preparing [2021-02-26T06:14:10.773Z] 02a88cfff88f: Preparing [2021-02-26T06:14:10.773Z] 4b3a186de5f1: Waiting [2021-02-26T06:14:10.773Z] 3061316ef5a0: Waiting [2021-02-26T06:14:10.773Z] e773763939ff: Waiting [2021-02-26T06:14:10.773Z] 02a88cfff88f: Waiting [2021-02-26T06:14:11.045Z] a1cfe2297b85: Layer already exists [2021-02-26T06:14:11.045Z] 4967dbf62974: Layer already exists [2021-02-26T06:14:11.045Z] 4542d0aee3ce: Layer already exists [2021-02-26T06:14:11.045Z] 6f55500e3863: Layer already exists [2021-02-26T06:14:11.045Z] 3c764f86746f: Layer already exists [2021-02-26T06:14:11.045Z] 02a88cfff88f: Layer already exists [2021-02-26T06:14:11.045Z] 4b3a186de5f1: Layer already exists [2021-02-26T06:14:11.045Z] 3061316ef5a0: Layer already exists [2021-02-26T06:14:11.045Z] e773763939ff: Layer already exists [2021-02-26T06:14:11.045Z] 2.0.0-dev.106: digest: sha256:3839395f22ca7ab80164a40d2ed0190988f0776727931f261196a451127c20c9 size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:14:11.382Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:14:11.713Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [2021-02-26T06:14:11.713Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-26T06:14:11.713Z] 4542d0aee3ce: Preparing [2021-02-26T06:14:11.713Z] 4542d0aee3ce: Preparing [2021-02-26T06:14:11.713Z] 4967dbf62974: Preparing [2021-02-26T06:14:11.713Z] a1cfe2297b85: Preparing [2021-02-26T06:14:11.713Z] 6f55500e3863: Preparing [2021-02-26T06:14:11.713Z] 3c764f86746f: Preparing [2021-02-26T06:14:11.713Z] 4b3a186de5f1: Preparing [2021-02-26T06:14:11.713Z] 4b3a186de5f1: Preparing [2021-02-26T06:14:11.713Z] 3061316ef5a0: Preparing [2021-02-26T06:14:11.713Z] e773763939ff: Preparing [2021-02-26T06:14:11.713Z] 02a88cfff88f: Preparing [2021-02-26T06:14:11.713Z] 4b3a186de5f1: Waiting [2021-02-26T06:14:11.713Z] 3061316ef5a0: Waiting [2021-02-26T06:14:11.713Z] e773763939ff: Waiting [2021-02-26T06:14:11.713Z] 02a88cfff88f: Waiting [2021-02-26T06:14:11.983Z] a1cfe2297b85: Layer already exists [2021-02-26T06:14:11.983Z] 3c764f86746f: Layer already exists [2021-02-26T06:14:11.983Z] 4542d0aee3ce: Layer already exists [2021-02-26T06:14:11.983Z] 6f55500e3863: Layer already exists [2021-02-26T06:14:11.983Z] 4967dbf62974: Layer already exists [2021-02-26T06:14:11.983Z] 3061316ef5a0: Layer already exists [2021-02-26T06:14:11.983Z] e773763939ff: Layer already exists [2021-02-26T06:14:11.983Z] 4b3a186de5f1: Layer already exists [2021-02-26T06:14:11.983Z] 02a88cfff88f: Layer already exists [2021-02-26T06:14:11.983Z] 73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106: digest: sha256:3839395f22ca7ab80164a40d2ed0190988f0776727931f261196a451127c20c9 size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:14:12.348Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:14:12.702Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-02-26T06:14:12.702Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-26T06:14:12.702Z] 4542d0aee3ce: Preparing [2021-02-26T06:14:12.702Z] 4542d0aee3ce: Preparing [2021-02-26T06:14:12.702Z] 4967dbf62974: Preparing [2021-02-26T06:14:12.702Z] a1cfe2297b85: Preparing [2021-02-26T06:14:12.702Z] 6f55500e3863: Preparing [2021-02-26T06:14:12.702Z] 3c764f86746f: Preparing [2021-02-26T06:14:12.702Z] 4b3a186de5f1: Preparing [2021-02-26T06:14:12.702Z] 4b3a186de5f1: Preparing [2021-02-26T06:14:12.702Z] 3061316ef5a0: Preparing [2021-02-26T06:14:12.702Z] e773763939ff: Preparing [2021-02-26T06:14:12.702Z] 02a88cfff88f: Preparing [2021-02-26T06:14:12.702Z] 3061316ef5a0: Waiting [2021-02-26T06:14:12.702Z] e773763939ff: Waiting [2021-02-26T06:14:12.702Z] 02a88cfff88f: Waiting [2021-02-26T06:14:12.702Z] 4b3a186de5f1: Waiting [2021-02-26T06:14:12.702Z] a1cfe2297b85: Layer already exists [2021-02-26T06:14:12.702Z] 6f55500e3863: Layer already exists [2021-02-26T06:14:12.702Z] 4967dbf62974: Layer already exists [2021-02-26T06:14:12.702Z] 4542d0aee3ce: Layer already exists [2021-02-26T06:14:12.981Z] 3c764f86746f: Layer already exists [2021-02-26T06:14:12.981Z] e773763939ff: Layer already exists [2021-02-26T06:14:12.981Z] 3061316ef5a0: Layer already exists [2021-02-26T06:14:12.981Z] 4b3a186de5f1: Layer already exists [2021-02-26T06:14:12.981Z] 02a88cfff88f: Layer already exists [2021-02-26T06:14:12.981Z] master: digest: sha256:3839395f22ca7ab80164a40d2ed0190988f0776727931f261196a451127c20c9 size: 2609 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-26T06:14:13.200Z] ===================================================== [Pipeline] echo [2021-02-26T06:14:13.247Z] taggedImages: [2021-02-26T06:14:13.248Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:14:13.248Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.106 [2021-02-26T06:14:13.248Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [2021-02-26T06:14:13.248Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-02-26T06:14:13.331Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-02-26T06:14:13.331Z] 73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:14:13.331Z] 2.0.0-dev.106 [2021-02-26T06:14:13.331Z] 73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [2021-02-26T06:14:13.331Z] master [2021-02-26T06:14:13.331Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:14:13.889Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:73dc428bea26e7bc953b08348183f35641f26ad3 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:14:14.234Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:14:14.234Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-26T06:14:14.234Z] a76e304ccb8b: Preparing [2021-02-26T06:14:14.234Z] de96ed99a4d5: Preparing [2021-02-26T06:14:14.234Z] a1e0fd61c554: Preparing [2021-02-26T06:14:14.235Z] 8f0d285ef471: Preparing [2021-02-26T06:14:14.235Z] 8958057e5c6d: Preparing [2021-02-26T06:14:14.235Z] 02a88cfff88f: Preparing [2021-02-26T06:14:14.235Z] 02a88cfff88f: Waiting [2021-02-26T06:14:14.511Z] a1e0fd61c554: Pushed [2021-02-26T06:14:14.511Z] 8f0d285ef471: Pushed [2021-02-26T06:14:14.511Z] 02a88cfff88f: Layer already exists [2021-02-26T06:14:15.112Z] 8958057e5c6d: Pushed [2021-02-26T06:14:16.540Z] de96ed99a4d5: Pushed [2021-02-26T06:14:16.811Z] a76e304ccb8b: Pushed [2021-02-26T06:14:17.081Z] 73dc428bea26e7bc953b08348183f35641f26ad3: digest: sha256:a50af0712c47dc97afa1adfedfdbb9c75bf1a068898d356c15f71147ddd6dc5a size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:14:17.422Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.106 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:14:17.768Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.106 [2021-02-26T06:14:17.768Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-26T06:14:17.768Z] a76e304ccb8b: Preparing [2021-02-26T06:14:17.768Z] de96ed99a4d5: Preparing [2021-02-26T06:14:17.768Z] a1e0fd61c554: Preparing [2021-02-26T06:14:17.768Z] 8f0d285ef471: Preparing [2021-02-26T06:14:17.768Z] 8958057e5c6d: Preparing [2021-02-26T06:14:17.768Z] 02a88cfff88f: Preparing [2021-02-26T06:14:17.768Z] 02a88cfff88f: Waiting [2021-02-26T06:14:17.768Z] de96ed99a4d5: Layer already exists [2021-02-26T06:14:17.768Z] a76e304ccb8b: Layer already exists [2021-02-26T06:14:17.768Z] 8958057e5c6d: Layer already exists [2021-02-26T06:14:17.768Z] 8f0d285ef471: Layer already exists [2021-02-26T06:14:17.768Z] a1e0fd61c554: Layer already exists [2021-02-26T06:14:17.768Z] 02a88cfff88f: Layer already exists [2021-02-26T06:14:18.038Z] 2.0.0-dev.106: digest: sha256:a50af0712c47dc97afa1adfedfdbb9c75bf1a068898d356c15f71147ddd6dc5a size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:14:18.381Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:14:18.721Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [2021-02-26T06:14:18.721Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-26T06:14:18.721Z] a76e304ccb8b: Preparing [2021-02-26T06:14:18.721Z] de96ed99a4d5: Preparing [2021-02-26T06:14:18.721Z] a1e0fd61c554: Preparing [2021-02-26T06:14:18.721Z] 8f0d285ef471: Preparing [2021-02-26T06:14:18.721Z] 8958057e5c6d: Preparing [2021-02-26T06:14:18.721Z] 02a88cfff88f: Preparing [2021-02-26T06:14:18.721Z] 02a88cfff88f: Waiting [2021-02-26T06:14:18.721Z] a1e0fd61c554: Layer already exists [2021-02-26T06:14:18.721Z] a76e304ccb8b: Layer already exists [2021-02-26T06:14:18.721Z] de96ed99a4d5: Layer already exists [2021-02-26T06:14:18.721Z] 8958057e5c6d: Layer already exists [2021-02-26T06:14:18.721Z] 8f0d285ef471: Layer already exists [2021-02-26T06:14:18.993Z] 02a88cfff88f: Layer already exists [2021-02-26T06:14:18.993Z] 73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106: digest: sha256:a50af0712c47dc97afa1adfedfdbb9c75bf1a068898d356c15f71147ddd6dc5a size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:14:19.337Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:14:19.670Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-02-26T06:14:19.670Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-26T06:14:19.670Z] a76e304ccb8b: Preparing [2021-02-26T06:14:19.670Z] de96ed99a4d5: Preparing [2021-02-26T06:14:19.670Z] a1e0fd61c554: Preparing [2021-02-26T06:14:19.670Z] 8f0d285ef471: Preparing [2021-02-26T06:14:19.670Z] 8958057e5c6d: Preparing [2021-02-26T06:14:19.670Z] 02a88cfff88f: Preparing [2021-02-26T06:14:19.670Z] 02a88cfff88f: Waiting [2021-02-26T06:14:19.670Z] a1e0fd61c554: Layer already exists [2021-02-26T06:14:19.670Z] a76e304ccb8b: Layer already exists [2021-02-26T06:14:19.942Z] 8f0d285ef471: Layer already exists [2021-02-26T06:14:19.942Z] de96ed99a4d5: Layer already exists [2021-02-26T06:14:19.942Z] 8958057e5c6d: Layer already exists [2021-02-26T06:14:19.942Z] 02a88cfff88f: Layer already exists [2021-02-26T06:14:19.942Z] master: digest: sha256:a50af0712c47dc97afa1adfedfdbb9c75bf1a068898d356c15f71147ddd6dc5a size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-26T06:14:20.194Z] ===================================================== [Pipeline] echo [2021-02-26T06:14:20.241Z] taggedImages: [2021-02-26T06:14:20.241Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:14:20.241Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.106 [2021-02-26T06:14:20.241Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [2021-02-26T06:14:20.241Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-02-26T06:14:20.333Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-02-26T06:14:20.333Z] 73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:14:20.333Z] 2.0.0-dev.106 [2021-02-26T06:14:20.333Z] 73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [2021-02-26T06:14:20.333Z] master [2021-02-26T06:14:20.333Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:14:20.896Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:73dc428bea26e7bc953b08348183f35641f26ad3 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:14:21.228Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:14:21.228Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-26T06:14:21.228Z] b5604a1c4bcd: Preparing [2021-02-26T06:14:21.228Z] 2068f593817c: Preparing [2021-02-26T06:14:21.228Z] 29c85dcf6eb2: Preparing [2021-02-26T06:14:21.228Z] 2b96ee48a0aa: Preparing [2021-02-26T06:14:21.228Z] 2c3db4c1e440: Preparing [2021-02-26T06:14:21.228Z] a0e6677782d3: Preparing [2021-02-26T06:14:21.228Z] ed5fb595def6: Preparing [2021-02-26T06:14:21.228Z] 64f0dba85204: Preparing [2021-02-26T06:14:21.228Z] 02a88cfff88f: Preparing [2021-02-26T06:14:21.228Z] ed5fb595def6: Waiting [2021-02-26T06:14:21.228Z] 64f0dba85204: Waiting [2021-02-26T06:14:21.228Z] 02a88cfff88f: Waiting [2021-02-26T06:14:21.228Z] a0e6677782d3: Waiting [2021-02-26T06:14:21.501Z] 2068f593817c: Pushed [2021-02-26T06:14:21.774Z] b5604a1c4bcd: Pushed [2021-02-26T06:14:21.775Z] 2c3db4c1e440: Pushed [2021-02-26T06:14:22.046Z] a0e6677782d3: Pushed [2021-02-26T06:14:22.046Z] ed5fb595def6: Pushed [2021-02-26T06:14:22.046Z] 02a88cfff88f: Layer already exists [2021-02-26T06:14:22.318Z] 64f0dba85204: Pushed [2021-02-26T06:14:23.746Z] 29c85dcf6eb2: Pushed [2021-02-26T06:14:23.746Z] 2b96ee48a0aa: Pushed [2021-02-26T06:14:24.017Z] 73dc428bea26e7bc953b08348183f35641f26ad3: digest: sha256:cffa7e9399a719689f7be257cbe078a7715f391e12e916a2ec66adb0d07933e0 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:14:24.355Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.106 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:14:24.690Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.106 [2021-02-26T06:14:24.690Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-26T06:14:24.690Z] b5604a1c4bcd: Preparing [2021-02-26T06:14:24.690Z] 2068f593817c: Preparing [2021-02-26T06:14:24.690Z] 29c85dcf6eb2: Preparing [2021-02-26T06:14:24.690Z] 2b96ee48a0aa: Preparing [2021-02-26T06:14:24.690Z] 2c3db4c1e440: Preparing [2021-02-26T06:14:24.690Z] a0e6677782d3: Preparing [2021-02-26T06:14:24.690Z] ed5fb595def6: Preparing [2021-02-26T06:14:24.690Z] 64f0dba85204: Preparing [2021-02-26T06:14:24.690Z] 02a88cfff88f: Preparing [2021-02-26T06:14:24.690Z] ed5fb595def6: Waiting [2021-02-26T06:14:24.690Z] 02a88cfff88f: Waiting [2021-02-26T06:14:24.690Z] 64f0dba85204: Waiting [2021-02-26T06:14:24.690Z] a0e6677782d3: Waiting [2021-02-26T06:14:24.690Z] b5604a1c4bcd: Layer already exists [2021-02-26T06:14:24.690Z] 2068f593817c: Layer already exists [2021-02-26T06:14:24.962Z] 2c3db4c1e440: Layer already exists [2021-02-26T06:14:24.962Z] 29c85dcf6eb2: Layer already exists [2021-02-26T06:14:24.962Z] 2b96ee48a0aa: Layer already exists [2021-02-26T06:14:24.962Z] a0e6677782d3: Layer already exists [2021-02-26T06:14:24.962Z] ed5fb595def6: Layer already exists [2021-02-26T06:14:24.962Z] 02a88cfff88f: Layer already exists [2021-02-26T06:14:24.962Z] 64f0dba85204: Layer already exists [2021-02-26T06:14:24.962Z] 2.0.0-dev.106: digest: sha256:cffa7e9399a719689f7be257cbe078a7715f391e12e916a2ec66adb0d07933e0 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:14:25.301Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:14:25.636Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [2021-02-26T06:14:25.636Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-26T06:14:25.636Z] b5604a1c4bcd: Preparing [2021-02-26T06:14:25.636Z] 2068f593817c: Preparing [2021-02-26T06:14:25.636Z] 29c85dcf6eb2: Preparing [2021-02-26T06:14:25.636Z] 2b96ee48a0aa: Preparing [2021-02-26T06:14:25.636Z] 2c3db4c1e440: Preparing [2021-02-26T06:14:25.636Z] a0e6677782d3: Preparing [2021-02-26T06:14:25.636Z] ed5fb595def6: Preparing [2021-02-26T06:14:25.636Z] 64f0dba85204: Preparing [2021-02-26T06:14:25.636Z] 02a88cfff88f: Preparing [2021-02-26T06:14:25.636Z] ed5fb595def6: Waiting [2021-02-26T06:14:25.636Z] 64f0dba85204: Waiting [2021-02-26T06:14:25.636Z] 02a88cfff88f: Waiting [2021-02-26T06:14:25.636Z] a0e6677782d3: Waiting [2021-02-26T06:14:25.636Z] b5604a1c4bcd: Layer already exists [2021-02-26T06:14:25.636Z] 2068f593817c: Layer already exists [2021-02-26T06:14:25.636Z] 2b96ee48a0aa: Layer already exists [2021-02-26T06:14:25.636Z] 29c85dcf6eb2: Layer already exists [2021-02-26T06:14:25.636Z] 2c3db4c1e440: Layer already exists [2021-02-26T06:14:25.636Z] a0e6677782d3: Layer already exists [2021-02-26T06:14:25.906Z] 02a88cfff88f: Layer already exists [2021-02-26T06:14:25.906Z] 64f0dba85204: Layer already exists [2021-02-26T06:14:25.906Z] ed5fb595def6: Layer already exists [2021-02-26T06:14:25.906Z] 73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106: digest: sha256:cffa7e9399a719689f7be257cbe078a7715f391e12e916a2ec66adb0d07933e0 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:14:26.243Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:14:26.577Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-02-26T06:14:26.577Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-26T06:14:26.577Z] b5604a1c4bcd: Preparing [2021-02-26T06:14:26.577Z] 2068f593817c: Preparing [2021-02-26T06:14:26.577Z] 29c85dcf6eb2: Preparing [2021-02-26T06:14:26.577Z] 2b96ee48a0aa: Preparing [2021-02-26T06:14:26.577Z] 2c3db4c1e440: Preparing [2021-02-26T06:14:26.577Z] a0e6677782d3: Preparing [2021-02-26T06:14:26.577Z] ed5fb595def6: Preparing [2021-02-26T06:14:26.577Z] 64f0dba85204: Preparing [2021-02-26T06:14:26.577Z] 02a88cfff88f: Preparing [2021-02-26T06:14:26.577Z] a0e6677782d3: Waiting [2021-02-26T06:14:26.577Z] ed5fb595def6: Waiting [2021-02-26T06:14:26.577Z] 02a88cfff88f: Waiting [2021-02-26T06:14:26.577Z] 64f0dba85204: Waiting [2021-02-26T06:14:26.848Z] 2068f593817c: Layer already exists [2021-02-26T06:14:26.848Z] 2b96ee48a0aa: Layer already exists [2021-02-26T06:14:26.848Z] 29c85dcf6eb2: Layer already exists [2021-02-26T06:14:26.848Z] 2c3db4c1e440: Layer already exists [2021-02-26T06:14:26.848Z] b5604a1c4bcd: Layer already exists [2021-02-26T06:14:26.848Z] ed5fb595def6: Layer already exists [2021-02-26T06:14:26.848Z] a0e6677782d3: Layer already exists [2021-02-26T06:14:26.848Z] 02a88cfff88f: Layer already exists [2021-02-26T06:14:26.848Z] 64f0dba85204: Layer already exists [2021-02-26T06:14:26.848Z] master: digest: sha256:cffa7e9399a719689f7be257cbe078a7715f391e12e916a2ec66adb0d07933e0 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-26T06:14:27.042Z] ===================================================== [Pipeline] echo [2021-02-26T06:14:27.112Z] taggedImages: [2021-02-26T06:14:27.112Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:14:27.112Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.106 [2021-02-26T06:14:27.112Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [2021-02-26T06:14:27.112Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-02-26T06:14:27.186Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-02-26T06:14:27.186Z] 73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:14:27.186Z] 2.0.0-dev.106 [2021-02-26T06:14:27.186Z] 73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [2021-02-26T06:14:27.186Z] master [2021-02-26T06:14:27.186Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:14:27.707Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:73dc428bea26e7bc953b08348183f35641f26ad3 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:14:28.037Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:14:28.037Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-26T06:14:28.037Z] cf2254509f35: Preparing [2021-02-26T06:14:28.037Z] 2bfd1e79d61f: Preparing [2021-02-26T06:14:28.037Z] 3c764f86746f: Preparing [2021-02-26T06:14:28.037Z] 5495c89670c5: Preparing [2021-02-26T06:14:28.037Z] 02a88cfff88f: Preparing [2021-02-26T06:14:28.310Z] 3c764f86746f: Layer already exists [2021-02-26T06:14:28.310Z] 02a88cfff88f: Layer already exists [2021-02-26T06:14:28.310Z] cf2254509f35: Pushed [2021-02-26T06:14:28.582Z] 5495c89670c5: Pushed [2021-02-26T06:14:31.180Z] 2bfd1e79d61f: Pushed [2021-02-26T06:14:31.180Z] 73dc428bea26e7bc953b08348183f35641f26ad3: digest: sha256:e16bf294e3a550b68ce0e107b85f3bec858a09e138c41afb01a71dcfa2bf7b0d size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:14:31.516Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.106 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:14:31.847Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.106 [2021-02-26T06:14:31.847Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-26T06:14:31.847Z] cf2254509f35: Preparing [2021-02-26T06:14:31.847Z] 2bfd1e79d61f: Preparing [2021-02-26T06:14:31.847Z] 3c764f86746f: Preparing [2021-02-26T06:14:31.847Z] 5495c89670c5: Preparing [2021-02-26T06:14:31.847Z] 02a88cfff88f: Preparing [2021-02-26T06:14:31.847Z] 5495c89670c5: Layer already exists [2021-02-26T06:14:31.847Z] 3c764f86746f: Layer already exists [2021-02-26T06:14:31.847Z] cf2254509f35: Layer already exists [2021-02-26T06:14:31.847Z] 2bfd1e79d61f: Layer already exists [2021-02-26T06:14:32.116Z] 02a88cfff88f: Layer already exists [2021-02-26T06:14:32.116Z] 2.0.0-dev.106: digest: sha256:e16bf294e3a550b68ce0e107b85f3bec858a09e138c41afb01a71dcfa2bf7b0d size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:14:32.455Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:14:32.789Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [2021-02-26T06:14:32.789Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-26T06:14:32.789Z] cf2254509f35: Preparing [2021-02-26T06:14:32.789Z] 2bfd1e79d61f: Preparing [2021-02-26T06:14:32.789Z] 3c764f86746f: Preparing [2021-02-26T06:14:32.789Z] 5495c89670c5: Preparing [2021-02-26T06:14:32.789Z] 02a88cfff88f: Preparing [2021-02-26T06:14:32.789Z] 5495c89670c5: Layer already exists [2021-02-26T06:14:32.789Z] cf2254509f35: Layer already exists [2021-02-26T06:14:32.789Z] 02a88cfff88f: Layer already exists [2021-02-26T06:14:32.789Z] 2bfd1e79d61f: Layer already exists [2021-02-26T06:14:32.789Z] 3c764f86746f: Layer already exists [2021-02-26T06:14:33.059Z] 73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106: digest: sha256:e16bf294e3a550b68ce0e107b85f3bec858a09e138c41afb01a71dcfa2bf7b0d size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:14:33.401Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:14:33.733Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-02-26T06:14:33.733Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-26T06:14:33.733Z] cf2254509f35: Preparing [2021-02-26T06:14:33.733Z] 2bfd1e79d61f: Preparing [2021-02-26T06:14:33.733Z] 3c764f86746f: Preparing [2021-02-26T06:14:33.733Z] 5495c89670c5: Preparing [2021-02-26T06:14:33.733Z] 02a88cfff88f: Preparing [2021-02-26T06:14:33.733Z] cf2254509f35: Layer already exists [2021-02-26T06:14:33.733Z] 02a88cfff88f: Layer already exists [2021-02-26T06:14:33.733Z] 3c764f86746f: Layer already exists [2021-02-26T06:14:33.733Z] 5495c89670c5: Layer already exists [2021-02-26T06:14:33.733Z] 2bfd1e79d61f: Layer already exists [2021-02-26T06:14:34.004Z] master: digest: sha256:e16bf294e3a550b68ce0e107b85f3bec858a09e138c41afb01a71dcfa2bf7b0d size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-26T06:14:34.246Z] ===================================================== [Pipeline] echo [2021-02-26T06:14:34.303Z] taggedImages: [2021-02-26T06:14:34.303Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:14:34.303Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.106 [2021-02-26T06:14:34.303Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [2021-02-26T06:14:34.303Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-02-26T06:14:34.373Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-02-26T06:14:34.373Z] 73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:14:34.373Z] 2.0.0-dev.106 [2021-02-26T06:14:34.373Z] 73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [2021-02-26T06:14:34.373Z] master [2021-02-26T06:14:34.373Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:14:34.884Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:73dc428bea26e7bc953b08348183f35641f26ad3 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:14:35.220Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:14:35.220Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-26T06:14:35.220Z] 73049a84c601: Preparing [2021-02-26T06:14:35.220Z] 5f6abeebe17e: Preparing [2021-02-26T06:14:35.220Z] 3c764f86746f: Preparing [2021-02-26T06:14:35.220Z] cd441cde95b1: Preparing [2021-02-26T06:14:35.220Z] 02a88cfff88f: Preparing [2021-02-26T06:14:35.491Z] cd441cde95b1: Layer already exists [2021-02-26T06:14:35.491Z] 02a88cfff88f: Layer already exists [2021-02-26T06:14:35.491Z] 3c764f86746f: Layer already exists [2021-02-26T06:14:35.491Z] 73049a84c601: Pushed [2021-02-26T06:14:38.091Z] 5f6abeebe17e: Pushed [2021-02-26T06:14:38.091Z] 73dc428bea26e7bc953b08348183f35641f26ad3: digest: sha256:6798c60f5cb6278e4eaa56c9ecda9b7bbda8632fdd2f5d859a46145ba0c9a820 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:14:38.741Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.106 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:14:39.104Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.106 [2021-02-26T06:14:39.104Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-26T06:14:39.104Z] 73049a84c601: Preparing [2021-02-26T06:14:39.104Z] 5f6abeebe17e: Preparing [2021-02-26T06:14:39.104Z] 3c764f86746f: Preparing [2021-02-26T06:14:39.104Z] cd441cde95b1: Preparing [2021-02-26T06:14:39.104Z] 02a88cfff88f: Preparing [2021-02-26T06:14:39.104Z] 73049a84c601: Layer already exists [2021-02-26T06:14:39.104Z] 02a88cfff88f: Layer already exists [2021-02-26T06:14:39.104Z] 3c764f86746f: Layer already exists [2021-02-26T06:14:39.105Z] cd441cde95b1: Layer already exists [2021-02-26T06:14:39.105Z] 5f6abeebe17e: Layer already exists [2021-02-26T06:14:39.377Z] 2.0.0-dev.106: digest: sha256:6798c60f5cb6278e4eaa56c9ecda9b7bbda8632fdd2f5d859a46145ba0c9a820 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:14:39.734Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:14:40.082Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [2021-02-26T06:14:40.082Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-26T06:14:40.082Z] 73049a84c601: Preparing [2021-02-26T06:14:40.082Z] 5f6abeebe17e: Preparing [2021-02-26T06:14:40.082Z] 3c764f86746f: Preparing [2021-02-26T06:14:40.082Z] cd441cde95b1: Preparing [2021-02-26T06:14:40.082Z] 02a88cfff88f: Preparing [2021-02-26T06:14:40.355Z] 3c764f86746f: Layer already exists [2021-02-26T06:14:40.355Z] cd441cde95b1: Layer already exists [2021-02-26T06:14:40.355Z] 5f6abeebe17e: Layer already exists [2021-02-26T06:14:40.355Z] 73049a84c601: Layer already exists [2021-02-26T06:14:40.355Z] 02a88cfff88f: Layer already exists [2021-02-26T06:14:40.355Z] 73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106: digest: sha256:6798c60f5cb6278e4eaa56c9ecda9b7bbda8632fdd2f5d859a46145ba0c9a820 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:14:40.701Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:14:41.036Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-02-26T06:14:41.036Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-26T06:14:41.036Z] 73049a84c601: Preparing [2021-02-26T06:14:41.036Z] 5f6abeebe17e: Preparing [2021-02-26T06:14:41.036Z] 3c764f86746f: Preparing [2021-02-26T06:14:41.036Z] cd441cde95b1: Preparing [2021-02-26T06:14:41.036Z] 02a88cfff88f: Preparing [2021-02-26T06:14:41.036Z] 73049a84c601: Layer already exists [2021-02-26T06:14:41.036Z] cd441cde95b1: Layer already exists [2021-02-26T06:14:41.036Z] 5f6abeebe17e: Layer already exists [2021-02-26T06:14:41.036Z] 02a88cfff88f: Layer already exists [2021-02-26T06:14:41.036Z] 3c764f86746f: Layer already exists [2021-02-26T06:14:41.307Z] master: digest: sha256:6798c60f5cb6278e4eaa56c9ecda9b7bbda8632fdd2f5d859a46145ba0c9a820 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-26T06:14:41.494Z] ===================================================== [Pipeline] echo [2021-02-26T06:14:41.539Z] taggedImages: [2021-02-26T06:14:41.539Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:14:41.539Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.106 [2021-02-26T06:14:41.539Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [2021-02-26T06:14:41.539Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-02-26T06:14:41.603Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-02-26T06:14:41.603Z] 73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:14:41.603Z] 2.0.0-dev.106 [2021-02-26T06:14:41.603Z] 73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [2021-02-26T06:14:41.603Z] master [2021-02-26T06:14:41.603Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:14:42.097Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:73dc428bea26e7bc953b08348183f35641f26ad3 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:14:42.431Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:14:42.431Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-26T06:14:42.431Z] ec729e1a22f0: Preparing [2021-02-26T06:14:42.431Z] f8e6c255d17f: Preparing [2021-02-26T06:14:42.431Z] ff1bbe7750ca: Preparing [2021-02-26T06:14:42.431Z] b411b90736d5: Preparing [2021-02-26T06:14:42.431Z] 609da9f0d2b0: Preparing [2021-02-26T06:14:42.431Z] d6502e5d98f9: Preparing [2021-02-26T06:14:42.431Z] 904354c79f58: Preparing [2021-02-26T06:14:42.431Z] 9ded3b6bb9b5: Preparing [2021-02-26T06:14:42.431Z] fa1afe8e6ed9: Preparing [2021-02-26T06:14:42.431Z] 87a09b4c083e: Preparing [2021-02-26T06:14:42.431Z] 0f74e9ff2a61: Preparing [2021-02-26T06:14:42.431Z] b122376c33c6: Preparing [2021-02-26T06:14:42.431Z] f8381ed47b22: Preparing [2021-02-26T06:14:42.431Z] e934a737d657: Preparing [2021-02-26T06:14:42.431Z] fa1afe8e6ed9: Waiting [2021-02-26T06:14:42.431Z] b122376c33c6: Waiting [2021-02-26T06:14:42.431Z] f8381ed47b22: Waiting [2021-02-26T06:14:42.431Z] e934a737d657: Waiting [2021-02-26T06:14:42.431Z] d6502e5d98f9: Waiting [2021-02-26T06:14:42.431Z] 87a09b4c083e: Waiting [2021-02-26T06:14:42.431Z] 0f74e9ff2a61: Waiting [2021-02-26T06:14:42.431Z] 904354c79f58: Waiting [2021-02-26T06:14:42.431Z] 9ded3b6bb9b5: Waiting [2021-02-26T06:14:43.023Z] 609da9f0d2b0: Pushed [2021-02-26T06:14:43.023Z] ec729e1a22f0: Pushed [2021-02-26T06:14:43.613Z] b411b90736d5: Pushed [2021-02-26T06:14:43.613Z] 9ded3b6bb9b5: Layer already exists [2021-02-26T06:14:43.613Z] fa1afe8e6ed9: Layer already exists [2021-02-26T06:14:43.884Z] 904354c79f58: Pushed [2021-02-26T06:14:43.884Z] 87a09b4c083e: Layer already exists [2021-02-26T06:14:43.884Z] b122376c33c6: Layer already exists [2021-02-26T06:14:43.884Z] 0f74e9ff2a61: Layer already exists [2021-02-26T06:14:43.884Z] f8381ed47b22: Layer already exists [2021-02-26T06:14:43.884Z] e934a737d657: Layer already exists [2021-02-26T06:14:44.481Z] f8e6c255d17f: Pushed [2021-02-26T06:14:45.454Z] d6502e5d98f9: Pushed [2021-02-26T06:14:57.814Z] ff1bbe7750ca: Pushed [2021-02-26T06:14:57.814Z] 73dc428bea26e7bc953b08348183f35641f26ad3: digest: sha256:608311646c575fee377a8541027a46f74a9d8ac9452912a14805e261d9f8431f size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:14:58.152Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.106 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:14:58.482Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.106 [2021-02-26T06:14:58.482Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-26T06:14:58.482Z] ec729e1a22f0: Preparing [2021-02-26T06:14:58.482Z] f8e6c255d17f: Preparing [2021-02-26T06:14:58.482Z] ff1bbe7750ca: Preparing [2021-02-26T06:14:58.482Z] b411b90736d5: Preparing [2021-02-26T06:14:58.482Z] 609da9f0d2b0: Preparing [2021-02-26T06:14:58.482Z] d6502e5d98f9: Preparing [2021-02-26T06:14:58.482Z] 904354c79f58: Preparing [2021-02-26T06:14:58.482Z] 9ded3b6bb9b5: Preparing [2021-02-26T06:14:58.482Z] fa1afe8e6ed9: Preparing [2021-02-26T06:14:58.482Z] 87a09b4c083e: Preparing [2021-02-26T06:14:58.482Z] 0f74e9ff2a61: Preparing [2021-02-26T06:14:58.482Z] b122376c33c6: Preparing [2021-02-26T06:14:58.482Z] f8381ed47b22: Preparing [2021-02-26T06:14:58.482Z] e934a737d657: Preparing [2021-02-26T06:14:58.482Z] d6502e5d98f9: Waiting [2021-02-26T06:14:58.482Z] 87a09b4c083e: Waiting [2021-02-26T06:14:58.482Z] 904354c79f58: Waiting [2021-02-26T06:14:58.482Z] 0f74e9ff2a61: Waiting [2021-02-26T06:14:58.482Z] 9ded3b6bb9b5: Waiting [2021-02-26T06:14:58.482Z] b122376c33c6: Waiting [2021-02-26T06:14:58.482Z] f8381ed47b22: Waiting [2021-02-26T06:14:58.482Z] fa1afe8e6ed9: Waiting [2021-02-26T06:14:58.482Z] e934a737d657: Waiting [2021-02-26T06:14:58.482Z] b411b90736d5: Layer already exists [2021-02-26T06:14:58.482Z] ff1bbe7750ca: Layer already exists [2021-02-26T06:14:58.482Z] ec729e1a22f0: Layer already exists [2021-02-26T06:14:58.482Z] 609da9f0d2b0: Layer already exists [2021-02-26T06:14:58.482Z] f8e6c255d17f: Layer already exists [2021-02-26T06:14:58.482Z] 9ded3b6bb9b5: Layer already exists [2021-02-26T06:14:58.482Z] d6502e5d98f9: Layer already exists [2021-02-26T06:14:58.482Z] 87a09b4c083e: Layer already exists [2021-02-26T06:14:58.482Z] 904354c79f58: Layer already exists [2021-02-26T06:14:58.482Z] fa1afe8e6ed9: Layer already exists [2021-02-26T06:14:58.753Z] 0f74e9ff2a61: Layer already exists [2021-02-26T06:14:58.753Z] b122376c33c6: Layer already exists [2021-02-26T06:14:58.753Z] f8381ed47b22: Layer already exists [2021-02-26T06:14:58.753Z] e934a737d657: Layer already exists [2021-02-26T06:14:58.753Z] 2.0.0-dev.106: digest: sha256:608311646c575fee377a8541027a46f74a9d8ac9452912a14805e261d9f8431f size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:14:59.091Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:14:59.425Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [2021-02-26T06:14:59.425Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-26T06:14:59.425Z] ec729e1a22f0: Preparing [2021-02-26T06:14:59.425Z] f8e6c255d17f: Preparing [2021-02-26T06:14:59.425Z] ff1bbe7750ca: Preparing [2021-02-26T06:14:59.425Z] b411b90736d5: Preparing [2021-02-26T06:14:59.425Z] 609da9f0d2b0: Preparing [2021-02-26T06:14:59.425Z] d6502e5d98f9: Preparing [2021-02-26T06:14:59.425Z] 904354c79f58: Preparing [2021-02-26T06:14:59.425Z] 9ded3b6bb9b5: Preparing [2021-02-26T06:14:59.425Z] fa1afe8e6ed9: Preparing [2021-02-26T06:14:59.425Z] 87a09b4c083e: Preparing [2021-02-26T06:14:59.425Z] 0f74e9ff2a61: Preparing [2021-02-26T06:14:59.425Z] b122376c33c6: Preparing [2021-02-26T06:14:59.425Z] f8381ed47b22: Preparing [2021-02-26T06:14:59.425Z] e934a737d657: Preparing [2021-02-26T06:14:59.425Z] 87a09b4c083e: Waiting [2021-02-26T06:14:59.425Z] 0f74e9ff2a61: Waiting [2021-02-26T06:14:59.425Z] d6502e5d98f9: Waiting [2021-02-26T06:14:59.425Z] 904354c79f58: Waiting [2021-02-26T06:14:59.425Z] fa1afe8e6ed9: Waiting [2021-02-26T06:14:59.425Z] 9ded3b6bb9b5: Waiting [2021-02-26T06:14:59.425Z] b122376c33c6: Waiting [2021-02-26T06:14:59.425Z] e934a737d657: Waiting [2021-02-26T06:14:59.425Z] f8381ed47b22: Waiting [2021-02-26T06:14:59.425Z] ff1bbe7750ca: Layer already exists [2021-02-26T06:14:59.425Z] 609da9f0d2b0: Layer already exists [2021-02-26T06:14:59.425Z] ec729e1a22f0: Layer already exists [2021-02-26T06:14:59.425Z] f8e6c255d17f: Layer already exists [2021-02-26T06:14:59.425Z] b411b90736d5: Layer already exists [2021-02-26T06:14:59.425Z] d6502e5d98f9: Layer already exists [2021-02-26T06:14:59.425Z] 904354c79f58: Layer already exists [2021-02-26T06:14:59.425Z] 9ded3b6bb9b5: Layer already exists [2021-02-26T06:14:59.695Z] fa1afe8e6ed9: Layer already exists [2021-02-26T06:14:59.695Z] 87a09b4c083e: Layer already exists [2021-02-26T06:14:59.695Z] f8381ed47b22: Layer already exists [2021-02-26T06:14:59.695Z] 0f74e9ff2a61: Layer already exists [2021-02-26T06:14:59.695Z] b122376c33c6: Layer already exists [2021-02-26T06:14:59.695Z] e934a737d657: Layer already exists [2021-02-26T06:14:59.695Z] 73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106: digest: sha256:608311646c575fee377a8541027a46f74a9d8ac9452912a14805e261d9f8431f size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:15:00.035Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:15:00.432Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-02-26T06:15:00.432Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-26T06:15:00.432Z] ec729e1a22f0: Preparing [2021-02-26T06:15:00.432Z] f8e6c255d17f: Preparing [2021-02-26T06:15:00.432Z] ff1bbe7750ca: Preparing [2021-02-26T06:15:00.432Z] b411b90736d5: Preparing [2021-02-26T06:15:00.432Z] 609da9f0d2b0: Preparing [2021-02-26T06:15:00.432Z] d6502e5d98f9: Preparing [2021-02-26T06:15:00.432Z] 904354c79f58: Preparing [2021-02-26T06:15:00.432Z] 9ded3b6bb9b5: Preparing [2021-02-26T06:15:00.432Z] fa1afe8e6ed9: Preparing [2021-02-26T06:15:00.432Z] 87a09b4c083e: Preparing [2021-02-26T06:15:00.432Z] 0f74e9ff2a61: Preparing [2021-02-26T06:15:00.432Z] b122376c33c6: Preparing [2021-02-26T06:15:00.432Z] f8381ed47b22: Preparing [2021-02-26T06:15:00.432Z] e934a737d657: Preparing [2021-02-26T06:15:00.432Z] d6502e5d98f9: Waiting [2021-02-26T06:15:00.432Z] 87a09b4c083e: Waiting [2021-02-26T06:15:00.432Z] 0f74e9ff2a61: Waiting [2021-02-26T06:15:00.432Z] b122376c33c6: Waiting [2021-02-26T06:15:00.432Z] 904354c79f58: Waiting [2021-02-26T06:15:00.432Z] 9ded3b6bb9b5: Waiting [2021-02-26T06:15:00.432Z] fa1afe8e6ed9: Waiting [2021-02-26T06:15:00.432Z] e934a737d657: Waiting [2021-02-26T06:15:00.708Z] ff1bbe7750ca: Layer already exists [2021-02-26T06:15:00.708Z] f8e6c255d17f: Layer already exists [2021-02-26T06:15:00.708Z] b411b90736d5: Layer already exists [2021-02-26T06:15:00.708Z] ec729e1a22f0: Layer already exists [2021-02-26T06:15:00.708Z] 609da9f0d2b0: Layer already exists [2021-02-26T06:15:00.708Z] 9ded3b6bb9b5: Layer already exists [2021-02-26T06:15:00.708Z] d6502e5d98f9: Layer already exists [2021-02-26T06:15:00.708Z] fa1afe8e6ed9: Layer already exists [2021-02-26T06:15:00.708Z] 904354c79f58: Layer already exists [2021-02-26T06:15:00.708Z] 87a09b4c083e: Layer already exists [2021-02-26T06:15:00.708Z] 0f74e9ff2a61: Layer already exists [2021-02-26T06:15:00.708Z] b122376c33c6: Layer already exists [2021-02-26T06:15:00.708Z] e934a737d657: Layer already exists [2021-02-26T06:15:00.708Z] f8381ed47b22: Layer already exists [2021-02-26T06:15:00.708Z] master: digest: sha256:608311646c575fee377a8541027a46f74a9d8ac9452912a14805e261d9f8431f size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-26T06:15:00.988Z] ===================================================== [Pipeline] echo [2021-02-26T06:15:01.050Z] taggedImages: [2021-02-26T06:15:01.050Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:73dc428bea26e7bc953b08348183f35641f26ad3 [2021-02-26T06:15:01.050Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.106 [2021-02-26T06:15:01.050Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:73dc428bea26e7bc953b08348183f35641f26ad3-2.0.0-dev.106 [2021-02-26T06:15:01.050Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-02-26T06:15:01.816Z] ---> job-cost.sh [2021-02-26T06:15:01.816Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-3pDm [2021-02-26T06:15:40.759Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-02-26T06:18:02.556Z] lf-activate-venv(): INFO: Adding /tmp/venv-3pDm/bin to PATH [2021-02-26T06:18:02.556Z] INFO: No Stack... [2021-02-26T06:18:02.556Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-02-26T06:18:02.556Z] INFO: Archiving Costs [Pipeline] sh [2021-02-26T06:18:02.900Z] + cat /w/workspace/edgex-go/372/archives/cost.csv [2021-02-26T06:18:02.900Z] + cut -d, -f6 [Pipeline] lock [2021-02-26T06:18:03.020Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-master-372-stack-cost] [2021-02-26T06:18:03.030Z] Resource [jenkins-edgexfoundry-edgex-go-master-372-stack-cost] did not exist. Created. [2021-02-26T06:18:03.030Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-master-372-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-02-26T06:18:03.484Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-02-26T06:18:04.724Z] Stashed 1 file(s) [Pipeline] } [2021-02-26T06:18:04.735Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-master-372-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-02-26T06:18:06.562Z] provisioning config files... [2021-02-26T06:18:06.575Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/372@tmp/config5332836977375865401tmp [Pipeline] { [Pipeline] sh [2021-02-26T06:18:06.969Z] + set +x [2021-02-26T06:18:06.969Z] + curl -s https://codecov.io/bash [2021-02-26T06:18:06.969Z] + bash -s -- [2021-02-26T06:18:07.551Z] [2021-02-26T06:18:07.551Z] _____ _ [2021-02-26T06:18:07.551Z] / ____| | | [2021-02-26T06:18:07.551Z] | | ___ __| | ___ ___ _____ __ [2021-02-26T06:18:07.551Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-26T06:18:07.551Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-26T06:18:07.551Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-26T06:18:07.551Z] Bash-20210129-7c25fce [2021-02-26T06:18:07.551Z] [2021-02-26T06:18:07.551Z] [2021-02-26T06:18:07.551Z] ==> git version 2.24.3 found [2021-02-26T06:18:07.551Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-02-26T06:18:07.551Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-26T06:18:07.551Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-26T06:18:07.551Z] ==> Jenkins CI detected. [2021-02-26T06:18:07.551Z] project root: . [2021-02-26T06:18:07.551Z] --> token set from env [2021-02-26T06:18:07.551Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-26T06:18:07.551Z] ==> Running gcov in . (disable via -X gcov) [2021-02-26T06:18:07.551Z] ==> Python coveragepy not found [2021-02-26T06:18:07.551Z] ==> Searching for coverage reports in: [2021-02-26T06:18:07.551Z] + . [2021-02-26T06:18:07.551Z] -> Found 1 reports [2021-02-26T06:18:07.551Z] ==> Detecting git/mercurial file structure [2021-02-26T06:18:07.551Z] ==> Reading reports [2021-02-26T06:18:07.815Z] + ./coverage.out bytes=597902 [2021-02-26T06:18:07.815Z] ==> Appending adjustments [2021-02-26T06:18:07.815Z] https://docs.codecov.io/docs/fixing-reports [2021-02-26T06:18:11.134Z] + Found adjustments [2021-02-26T06:18:11.134Z] ==> Gzipping contents [2021-02-26T06:18:11.134Z] 88K /tmp/codecov.yl9lnZ.gz [2021-02-26T06:18:11.134Z] ==> Uploading reports [2021-02-26T06:18:11.134Z] url: https://codecov.io [2021-02-26T06:18:11.134Z] query: branch=master&commit=73dc428bea26e7bc953b08348183f35641f26ad3&build=372&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F372%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-26T06:18:11.134Z] -> Pinging Codecov [2021-02-26T06:18:11.134Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=73dc428bea26e7bc953b08348183f35641f26ad3&build=372&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F372%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-26T06:18:11.397Z] -> Uploading to [2021-02-26T06:18:11.397Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-26/00271124DB129430A58F1EEE437C3FCB/73dc428bea26e7bc953b08348183f35641f26ad3/8aec2b15-f7f7-4b9d-812c-5883bfa17775.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210226%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210226T061811Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d4ec88305a752cfc5973daf0e1b10d391f03cac0957a25206980554e81e55d91 [2021-02-26T06:18:11.397Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-26T06:18:11.397Z] Dload Upload Total Spent Left Speed [2021-02-26T06:18:12.238Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89002 0 0 100 89002 0 142k --:--:-- --:--:-- --:--:-- 142k [2021-02-26T06:18:12.238Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/73dc428bea26e7bc953b08348183f35641f26ad3 [Pipeline] } [2021-02-26T06:18:12.249Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-02-26T06:18:13.388Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-02-26T06:18:13.480Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:18:13.835Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-26T06:18:13.835Z] [2021-02-26T06:18:13.835Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:18:14.465Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-26T06:18:14.465Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-02-26T06:18:14.465Z] 188c0c94c7c5: Already exists [2021-02-26T06:18:14.465Z] 0ef7d3d256c8: Already exists [2021-02-26T06:18:14.465Z] de9db76c5a1d: Already exists [2021-02-26T06:18:14.465Z] 0eba1c9be4d2: Pulling fs layer [2021-02-26T06:18:14.465Z] 0d57e429df01: Pulling fs layer [2021-02-26T06:18:14.465Z] 4e4be7b47b0d: Pulling fs layer [2021-02-26T06:18:14.465Z] e1f770b5df2f: Pulling fs layer [2021-02-26T06:18:14.465Z] 85a0685a4137: Pulling fs layer [2021-02-26T06:18:14.465Z] 85a0685a4137: Waiting [2021-02-26T06:18:14.465Z] e1f770b5df2f: Waiting [2021-02-26T06:18:14.465Z] 4e4be7b47b0d: Verifying Checksum [2021-02-26T06:18:14.465Z] 4e4be7b47b0d: Download complete [2021-02-26T06:18:14.465Z] 0d57e429df01: Verifying Checksum [2021-02-26T06:18:14.465Z] 0d57e429df01: Download complete [2021-02-26T06:18:17.026Z] e1f770b5df2f: Verifying Checksum [2021-02-26T06:18:17.027Z] e1f770b5df2f: Download complete [2021-02-26T06:18:18.432Z] 85a0685a4137: Verifying Checksum [2021-02-26T06:18:18.432Z] 85a0685a4137: Download complete [2021-02-26T06:18:19.012Z] 0eba1c9be4d2: Verifying Checksum [2021-02-26T06:18:19.012Z] 0eba1c9be4d2: Download complete [2021-02-26T06:18:25.641Z] 0eba1c9be4d2: Pull complete [2021-02-26T06:18:25.641Z] 0d57e429df01: Pull complete [2021-02-26T06:18:25.641Z] 4e4be7b47b0d: Pull complete [2021-02-26T06:18:28.958Z] e1f770b5df2f: Pull complete [2021-02-26T06:18:39.009Z] 85a0685a4137: Pull complete [2021-02-26T06:18:39.009Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-02-26T06:18:39.009Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-26T06:18:39.009Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-02-26T06:18:39.233Z] prd-centos7-docker-4c-2g-27809 does not seem to be running inside a container [2021-02-26T06:18:39.301Z] $ 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/372 -v /w/workspace/edgex-go/372:/w/workspace/edgex-go/372:rw,z -v /w/workspace/edgex-go/372@tmp:/w/workspace/edgex-go/372@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-02-26T06:18:40.637Z] $ docker top f48183f62469cda2c805a297cf25fa967ba435a985ecc05bb7cd979439a55cd9 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-26T06:18:41.021Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-02-26T06:18:41.461Z] + set -o pipefail [2021-02-26T06:18:41.462Z] + snyk monitor '--org=edgex-jenkins' [2021-02-26T06:18:53.778Z] [2021-02-26T06:18:53.778Z] Monitoring /w/workspace/edgex-go/372 (github.com/edgexfoundry/edgex-go)... [2021-02-26T06:18:53.778Z] [2021-02-26T06:18:53.778Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/ea6143bd-ab67-47a1-a482-7149e7174e57 [2021-02-26T06:18:53.778Z] [2021-02-26T06:18:53.778Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-02-26T06:18:53.778Z] [2021-02-26T06:18:53.778Z] [2021-02-26T06:18:53.778Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2021-02-26T06:18:53.778Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-02-26T06:18:53.799Z] $ docker stop --time=1 f48183f62469cda2c805a297cf25fa967ba435a985ecc05bb7cd979439a55cd9 [2021-02-26T06:18:56.768Z] $ docker rm -f f48183f62469cda2c805a297cf25fa967ba435a985ecc05bb7cd979439a55cd9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-02-26T06:18:58.077Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-26T06:18:58.133Z] provisioning config files... [2021-02-26T06:18:58.145Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/372@tmp/config6443296339125782508tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-26T06:18:58.530Z] --> edgex-publish-swagger.sh [2021-02-26T06:18:58.530Z] === Publish openapi/v1 API === [2021-02-26T06:18:58.530Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-02-26T06:18:58.530Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/372/openapi/v1/core-command.yaml] [2021-02-26T06:18:58.530Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-26T06:18:58.530Z] Dload Upload Total Spent Left Speed [2021-02-26T06:18:59.742Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 8628 0:00:01 0:00:01 --:--:-- 8638 [2021-02-26T06:18:59.742Z] [2021-02-26T06:18:59.742Z] [2021-02-26T06:18:59.742Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/372/openapi/v1/core-data.yaml] [2021-02-26T06:18:59.742Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-26T06:18:59.742Z] Dload Upload Total Spent Left Speed [2021-02-26T06:19:01.135Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 27609 0:00:01 0:00:01 --:--:-- 27637 100 32557 0 0 100 32557 0 27605 0:00:01 0:00:01 --:--:-- 27614 [2021-02-26T06:19:01.135Z] [2021-02-26T06:19:01.135Z] [2021-02-26T06:19:01.135Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/372/openapi/v1/core-metadata.yaml] [2021-02-26T06:19:01.135Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-26T06:19:01.135Z] Dload Upload Total Spent Left Speed [2021-02-26T06:19:02.092Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 67116 0:00:01 0:00:01 --:--:-- 67141 100 73721 0 0 100 73721 0 67100 0:00:01 0:00:01 --:--:-- 67141 [2021-02-26T06:19:02.092Z] [2021-02-26T06:19:02.092Z] [2021-02-26T06:19:02.092Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/372/openapi/v1/support-logging.yaml] [2021-02-26T06:19:02.092Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-26T06:19:02.092Z] Dload Upload Total Spent Left Speed [2021-02-26T06:19:03.047Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 12404 0:00:01 0:00:01 --:--:-- 12414 100 13581 0 0 100 13581 0 12401 0:00:01 0:00:01 --:--:-- 12414 [2021-02-26T06:19:03.048Z] [2021-02-26T06:19:03.048Z] [2021-02-26T06:19:03.048Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/372/openapi/v1/support-notifications.yaml] [2021-02-26T06:19:03.048Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-26T06:19:03.048Z] Dload Upload Total Spent Left Speed [2021-02-26T06:19:04.448Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 33018 0:00:01 0:00:01 --:--:-- 33041 100 38890 0 0 100 38890 0 33011 0:00:01 0:00:01 --:--:-- 33041 [2021-02-26T06:19:04.448Z] [2021-02-26T06:19:04.448Z] [2021-02-26T06:19:04.448Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/372/openapi/v1/support-scheduler.yaml] [2021-02-26T06:19:04.448Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-26T06:19:04.448Z] Dload Upload Total Spent Left Speed [2021-02-26T06:19:05.405Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 12370 0:00:01 0:00:01 --:--:-- 12379 100 14249 0 0 100 14249 0 12368 0:00:01 0:00:01 --:--:-- 12379 [2021-02-26T06:19:05.405Z] [2021-02-26T06:19:05.405Z] [2021-02-26T06:19:05.405Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/372/openapi/v1/system-agent.yaml] [2021-02-26T06:19:05.405Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-26T06:19:05.405Z] Dload Upload Total Spent Left Speed [2021-02-26T06:19:06.614Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 4041 0:00:01 0:00:01 --:--:-- 4045 [2021-02-26T06:19:06.614Z] [2021-02-26T06:19:06.614Z] [2021-02-26T06:19:06.614Z] === Publish openapi/v2 API === [2021-02-26T06:19:06.614Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-02-26T06:19:06.614Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/372/openapi/v2/core-command.yaml] [2021-02-26T06:19:06.614Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-26T06:19:06.614Z] Dload Upload Total Spent Left Speed [2021-02-26T06:19:07.570Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29744 0 0 100 29744 0 26859 0:00:01 0:00:01 --:--:-- 26869 [2021-02-26T06:19:07.570Z] [2021-02-26T06:19:07.570Z] [2021-02-26T06:19:07.570Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/372/openapi/v2/core-data.yaml] [2021-02-26T06:19:07.570Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-26T06:19:07.570Z] Dload Upload Total Spent Left Speed [2021-02-26T06:19:08.780Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57136 0 0 100 57136 0 51090 0:00:01 0:00:01 --:--:-- 51059 100 57136 0 0 100 57136 0 51081 0:00:01 0:00:01 --:--:-- 51059 [2021-02-26T06:19:08.780Z] [2021-02-26T06:19:08.780Z] [2021-02-26T06:19:08.780Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/372/openapi/v2/core-metadata.yaml] [2021-02-26T06:19:08.780Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-26T06:19:08.780Z] Dload Upload Total Spent Left Speed [2021-02-26T06:19:10.174Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 118k 0 0 100 118k 0 101k 0:00:01 0:00:01 --:--:-- 101k 100 118k 0 0 100 118k 0 101k 0:00:01 0:00:01 --:--:-- 101k [2021-02-26T06:19:10.174Z] [2021-02-26T06:19:10.174Z] [2021-02-26T06:19:10.174Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/372/openapi/v2/support-notifications.yaml] [2021-02-26T06:19:10.174Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-26T06:19:10.174Z] Dload Upload Total Spent Left Speed [2021-02-26T06:19:11.121Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59705 0 0 100 59705 0 52721 0:00:01 0:00:01 --:--:-- 52742 100 59705 0 0 100 59705 0 52712 0:00:01 0:00:01 --:--:-- 52742 [2021-02-26T06:19:11.121Z] [2021-02-26T06:19:11.121Z] [2021-02-26T06:19:11.121Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/372/openapi/v2/support-scheduler.yaml] [2021-02-26T06:19:11.121Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-26T06:19:11.121Z] Dload Upload Total Spent Left Speed [2021-02-26T06:19:12.074Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37783 0 0 100 37783 0 36803 0:00:01 0:00:01 --:--:-- 36825 100 37783 0 0 100 37783 0 36796 0:00:01 0:00:01 --:--:-- 36825 [2021-02-26T06:19:12.074Z] [2021-02-26T06:19:12.074Z] [2021-02-26T06:19:12.074Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/372/openapi/v2/system-agent.yaml] [2021-02-26T06:19:12.074Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-26T06:19:12.074Z] Dload Upload Total Spent Left Speed [2021-02-26T06:19:13.467Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24182 0 0 100 24182 0 23173 0:00:01 0:00:01 --:--:-- 23185 100 24182 0 0 100 24182 0 23166 0:00:01 0:00:01 --:--:-- 23185 [2021-02-26T06:19:13.467Z] [2021-02-26T06:19:13.467Z] [Pipeline] } [2021-02-26T06:19:13.477Z] 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-02-26T06:19:14.279Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-26T06:19:14.279Z] . [Pipeline] withDockerContainer [2021-02-26T06:19:14.396Z] prd-centos7-docker-4c-2g-27809 does not seem to be running inside a container [2021-02-26T06:19:14.448Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/372 -v /w/workspace/edgex-go/372:/w/workspace/edgex-go/372:rw,z -v /w/workspace/edgex-go/372@tmp:/w/workspace/edgex-go/372@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-26T06:19:15.449Z] $ docker top 0dcfb9a3eeda380cbd8e64b3dbff1d6d8dbd0af00a7be794babcea5fb60b9c8c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-26T06:19:15.846Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-26T06:19:15.846Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-26T06:19:16.121Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-26T06:19:16.125Z] $ docker exec 0dcfb9a3eeda380cbd8e64b3dbff1d6d8dbd0af00a7be794babcea5fb60b9c8c ssh-agent [2021-02-26T06:19:16.320Z] SSH_AUTH_SOCK=/tmp/ssh-cxWBlKxlZzbc/agent.12 [2021-02-26T06:19:16.320Z] SSH_AGENT_PID=18 [2021-02-26T06:19:16.332Z] Running ssh-add (command line suppressed) [2021-02-26T06:19:16.470Z] Identity added: /w/workspace/edgex-go/372@tmp/private_key_711574911201258302.key (/w/workspace/edgex-go/372@tmp/private_key_711574911201258302.key) [2021-02-26T06:19:16.536Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-26T06:19:16.875Z] + git semver tag [2021-02-26T06:19:17.138Z] # -> Open(): unable to determine branch for HEAD [2021-02-26T06:19:17.138Z] # $GIT_DIR = /w/workspace/edgex-go/372/.git [2021-02-26T06:19:17.138Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/372 [2021-02-26T06:19:17.138Z] # $SEMVER_REMOTE_NAME = origin [2021-02-26T06:19:17.138Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-26T06:19:17.138Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-26T06:19:17.138Z] # $SEMVER_BRANCH = master [2021-02-26T06:19:17.138Z] # $SEMVER_DIR = /w/workspace/edgex-go/372/.semver [2021-02-26T06:19:17.138Z] # 73dc428bea26e7bc953b08348183f35641f26ad3 HEAD [2021-02-26T06:19:17.718Z] # -> Force: false [2021-02-26T06:19:17.718Z] # 56ac2fc88c9a79484fae146a50e259398a18fec4 refs/tags/v2.0.0-dev.106 [Pipeline] } [2021-02-26T06:19:17.732Z] $ docker exec --env ******** --env ******** 0dcfb9a3eeda380cbd8e64b3dbff1d6d8dbd0af00a7be794babcea5fb60b9c8c ssh-agent -k [2021-02-26T06:19:17.932Z] unset SSH_AUTH_SOCK; [2021-02-26T06:19:17.932Z] unset SSH_AGENT_PID; [2021-02-26T06:19:17.932Z] echo Agent pid 18 killed; [2021-02-26T06:19:18.018Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-26T06:19:18.482Z] + git semver [Pipeline] } [2021-02-26T06:19:18.500Z] $ docker stop --time=1 0dcfb9a3eeda380cbd8e64b3dbff1d6d8dbd0af00a7be794babcea5fb60b9c8c [2021-02-26T06:19:19.976Z] $ docker rm -f 0dcfb9a3eeda380cbd8e64b3dbff1d6d8dbd0af00a7be794babcea5fb60b9c8c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:19:20.641Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-26T06:19:20.642Z] [2021-02-26T06:19:20.642Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:19:20.994Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-26T06:19:20.994Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-02-26T06:19:20.994Z] ab5ef0e58194: Pulling fs layer [2021-02-26T06:19:20.994Z] 9712f1f96733: Pulling fs layer [2021-02-26T06:19:20.994Z] 63f879dbbcfc: Pulling fs layer [2021-02-26T06:19:20.994Z] 0d9ebad4ef96: Pulling fs layer [2021-02-26T06:19:20.994Z] e9a5061849ea: Pulling fs layer [2021-02-26T06:19:20.994Z] d747dcd14b5f: Pulling fs layer [2021-02-26T06:19:20.994Z] 2de7ff778b66: Pulling fs layer [2021-02-26T06:19:20.994Z] e9a5061849ea: Waiting [2021-02-26T06:19:20.994Z] d747dcd14b5f: Waiting [2021-02-26T06:19:20.994Z] 2de7ff778b66: Waiting [2021-02-26T06:19:20.994Z] 0d9ebad4ef96: Waiting [2021-02-26T06:19:20.994Z] 9712f1f96733: Verifying Checksum [2021-02-26T06:19:20.994Z] 9712f1f96733: Download complete [2021-02-26T06:19:22.924Z] 63f879dbbcfc: Verifying Checksum [2021-02-26T06:19:22.924Z] 63f879dbbcfc: Download complete [2021-02-26T06:19:22.924Z] e9a5061849ea: Verifying Checksum [2021-02-26T06:19:22.924Z] e9a5061849ea: Download complete [2021-02-26T06:19:22.924Z] d747dcd14b5f: Verifying Checksum [2021-02-26T06:19:22.924Z] d747dcd14b5f: Download complete [2021-02-26T06:19:22.924Z] 2de7ff778b66: Verifying Checksum [2021-02-26T06:19:22.924Z] 2de7ff778b66: Download complete [2021-02-26T06:19:23.508Z] 0d9ebad4ef96: Verifying Checksum [2021-02-26T06:19:23.508Z] 0d9ebad4ef96: Download complete [2021-02-26T06:19:23.508Z] ab5ef0e58194: Verifying Checksum [2021-02-26T06:19:23.508Z] ab5ef0e58194: Download complete [2021-02-26T06:19:28.826Z] ab5ef0e58194: Pull complete [2021-02-26T06:19:29.090Z] 9712f1f96733: Pull complete [2021-02-26T06:19:32.411Z] 63f879dbbcfc: Pull complete [2021-02-26T06:19:39.033Z] 0d9ebad4ef96: Pull complete [2021-02-26T06:19:40.958Z] e9a5061849ea: Pull complete [2021-02-26T06:19:40.958Z] d747dcd14b5f: Pull complete [2021-02-26T06:19:44.286Z] 2de7ff778b66: Pull complete [2021-02-26T06:19:44.286Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-02-26T06:19:44.286Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-26T06:19:44.286Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-02-26T06:19:44.493Z] prd-centos7-docker-4c-2g-27809 does not seem to be running inside a container [2021-02-26T06:19:44.544Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/372 -v /w/workspace/edgex-go/372:/w/workspace/edgex-go/372:rw,z -v /w/workspace/edgex-go/372@tmp:/w/workspace/edgex-go/372@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-02-26T06:19:48.278Z] $ docker top 046dd6c609d04d68e67ec685d8753e678c927c789aa26bcc9cff442d87fcecaa -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-02-26T06:19:48.629Z] provisioning config files... [2021-02-26T06:19:48.659Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/372@tmp/config8476403089156667755tmp [2021-02-26T06:19:48.857Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/372@tmp/config9088810238487891565tmp [2021-02-26T06:19:48.915Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/372@tmp/config1346952818074641916tmp [Pipeline] { [Pipeline] echo [2021-02-26T06:19:49.008Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T06:19:49.338Z] ---> sigul-configuration.sh [2021-02-26T06:19:49.338Z] gpg: directory `/root/.gnupg' created [2021-02-26T06:19:49.338Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-02-26T06:19:49.338Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-02-26T06:19:49.338Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-02-26T06:19:49.338Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-02-26T06:19:49.338Z] gpg: CAST5 encrypted data [2021-02-26T06:19:49.617Z] gpg: encrypted with 1 passphrase [2021-02-26T06:19:49.617Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-02-26T06:19:49.921Z] + mkdir /home/jenkins [2021-02-26T06:19:49.921Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-02-26T06:19:50.226Z] + 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-02-26T06:19:50.238Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T06:19:50.539Z] ---> sigul-install.sh [2021-02-26T06:19:57.141Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-02-26T06:19:57.443Z] + git tag --list [2021-02-26T06:19:57.443Z] 0.6.0 [2021-02-26T06:19:57.443Z] 0.6.1 [2021-02-26T06:19:57.443Z] 0.7.0 [2021-02-26T06:19:57.443Z] 0.7.1 [2021-02-26T06:19:57.443Z] v0.0.0 [2021-02-26T06:19:57.443Z] v0.0.1-dev.1 [2021-02-26T06:19:57.443Z] v1.0.0 [2021-02-26T06:19:57.443Z] v1.0.1 [2021-02-26T06:19:57.443Z] v1.1.0 [2021-02-26T06:19:57.443Z] v1.2.0 [2021-02-26T06:19:57.443Z] v1.2.1 [2021-02-26T06:19:57.443Z] v1.2.2-dev.1 [2021-02-26T06:19:57.444Z] v1.2.2-dev.10 [2021-02-26T06:19:57.444Z] v1.2.2-dev.100 [2021-02-26T06:19:57.444Z] v1.2.2-dev.101 [2021-02-26T06:19:57.444Z] v1.2.2-dev.102 [2021-02-26T06:19:57.444Z] v1.2.2-dev.103 [2021-02-26T06:19:57.444Z] v1.2.2-dev.104 [2021-02-26T06:19:57.444Z] v1.2.2-dev.105 [2021-02-26T06:19:57.444Z] v1.2.2-dev.106 [2021-02-26T06:19:57.444Z] v1.2.2-dev.107 [2021-02-26T06:19:57.444Z] v1.2.2-dev.11 [2021-02-26T06:19:57.444Z] v1.2.2-dev.12 [2021-02-26T06:19:57.444Z] v1.2.2-dev.13 [2021-02-26T06:19:57.444Z] v1.2.2-dev.14 [2021-02-26T06:19:57.444Z] v1.2.2-dev.15 [2021-02-26T06:19:57.444Z] v1.2.2-dev.16 [2021-02-26T06:19:57.444Z] v1.2.2-dev.17 [2021-02-26T06:19:57.444Z] v1.2.2-dev.18 [2021-02-26T06:19:57.444Z] v1.2.2-dev.19 [2021-02-26T06:19:57.444Z] v1.2.2-dev.2 [2021-02-26T06:19:57.444Z] v1.2.2-dev.20 [2021-02-26T06:19:57.444Z] v1.2.2-dev.21 [2021-02-26T06:19:57.444Z] v1.2.2-dev.22 [2021-02-26T06:19:57.444Z] v1.2.2-dev.23 [2021-02-26T06:19:57.444Z] v1.2.2-dev.24 [2021-02-26T06:19:57.444Z] v1.2.2-dev.25 [2021-02-26T06:19:57.444Z] v1.2.2-dev.26 [2021-02-26T06:19:57.444Z] v1.2.2-dev.27 [2021-02-26T06:19:57.444Z] v1.2.2-dev.28 [2021-02-26T06:19:57.444Z] v1.2.2-dev.29 [2021-02-26T06:19:57.444Z] v1.2.2-dev.3 [2021-02-26T06:19:57.444Z] v1.2.2-dev.30 [2021-02-26T06:19:57.444Z] v1.2.2-dev.31 [2021-02-26T06:19:57.444Z] v1.2.2-dev.32 [2021-02-26T06:19:57.444Z] v1.2.2-dev.33 [2021-02-26T06:19:57.444Z] v1.2.2-dev.34 [2021-02-26T06:19:57.444Z] v1.2.2-dev.35 [2021-02-26T06:19:57.444Z] v1.2.2-dev.36 [2021-02-26T06:19:57.444Z] v1.2.2-dev.37 [2021-02-26T06:19:57.444Z] v1.2.2-dev.38 [2021-02-26T06:19:57.444Z] v1.2.2-dev.39 [2021-02-26T06:19:57.444Z] v1.2.2-dev.4 [2021-02-26T06:19:57.444Z] v1.2.2-dev.40 [2021-02-26T06:19:57.444Z] v1.2.2-dev.41 [2021-02-26T06:19:57.444Z] v1.2.2-dev.42 [2021-02-26T06:19:57.444Z] v1.2.2-dev.43 [2021-02-26T06:19:57.444Z] v1.2.2-dev.44 [2021-02-26T06:19:57.444Z] v1.2.2-dev.45 [2021-02-26T06:19:57.444Z] v1.2.2-dev.46 [2021-02-26T06:19:57.444Z] v1.2.2-dev.47 [2021-02-26T06:19:57.444Z] v1.2.2-dev.48 [2021-02-26T06:19:57.444Z] v1.2.2-dev.49 [2021-02-26T06:19:57.444Z] v1.2.2-dev.5 [2021-02-26T06:19:57.444Z] v1.2.2-dev.50 [2021-02-26T06:19:57.444Z] v1.2.2-dev.51 [2021-02-26T06:19:57.444Z] v1.2.2-dev.52 [2021-02-26T06:19:57.444Z] v1.2.2-dev.53 [2021-02-26T06:19:57.444Z] v1.2.2-dev.54 [2021-02-26T06:19:57.444Z] v1.2.2-dev.55 [2021-02-26T06:19:57.444Z] v1.2.2-dev.56 [2021-02-26T06:19:57.444Z] v1.2.2-dev.57 [2021-02-26T06:19:57.444Z] v1.2.2-dev.58 [2021-02-26T06:19:57.444Z] v1.2.2-dev.59 [2021-02-26T06:19:57.444Z] v1.2.2-dev.6 [2021-02-26T06:19:57.444Z] v1.2.2-dev.60 [2021-02-26T06:19:57.444Z] v1.2.2-dev.61 [2021-02-26T06:19:57.444Z] v1.2.2-dev.62 [2021-02-26T06:19:57.444Z] v1.2.2-dev.63 [2021-02-26T06:19:57.444Z] v1.2.2-dev.64 [2021-02-26T06:19:57.444Z] v1.2.2-dev.65 [2021-02-26T06:19:57.444Z] v1.2.2-dev.66 [2021-02-26T06:19:57.444Z] v1.2.2-dev.67 [2021-02-26T06:19:57.444Z] v1.2.2-dev.68 [2021-02-26T06:19:57.444Z] v1.2.2-dev.69 [2021-02-26T06:19:57.444Z] v1.2.2-dev.7 [2021-02-26T06:19:57.444Z] v1.2.2-dev.70 [2021-02-26T06:19:57.444Z] v1.2.2-dev.71 [2021-02-26T06:19:57.444Z] v1.2.2-dev.72 [2021-02-26T06:19:57.444Z] v1.2.2-dev.73 [2021-02-26T06:19:57.444Z] v1.2.2-dev.74 [2021-02-26T06:19:57.444Z] v1.2.2-dev.75 [2021-02-26T06:19:57.444Z] v1.2.2-dev.76 [2021-02-26T06:19:57.444Z] v1.2.2-dev.77 [2021-02-26T06:19:57.444Z] v1.2.2-dev.78 [2021-02-26T06:19:57.444Z] v1.2.2-dev.79 [2021-02-26T06:19:57.444Z] v1.2.2-dev.8 [2021-02-26T06:19:57.444Z] v1.2.2-dev.80 [2021-02-26T06:19:57.444Z] v1.2.2-dev.81 [2021-02-26T06:19:57.444Z] v1.2.2-dev.82 [2021-02-26T06:19:57.444Z] v1.2.2-dev.83 [2021-02-26T06:19:57.444Z] v1.2.2-dev.84 [2021-02-26T06:19:57.444Z] v1.2.2-dev.85 [2021-02-26T06:19:57.444Z] v1.2.2-dev.86 [2021-02-26T06:19:57.444Z] v1.2.2-dev.87 [2021-02-26T06:19:57.444Z] v1.2.2-dev.88 [2021-02-26T06:19:57.444Z] v1.2.2-dev.89 [2021-02-26T06:19:57.444Z] v1.2.2-dev.9 [2021-02-26T06:19:57.444Z] v1.2.2-dev.90 [2021-02-26T06:19:57.444Z] v1.2.2-dev.91 [2021-02-26T06:19:57.444Z] v1.2.2-dev.92 [2021-02-26T06:19:57.444Z] v1.2.2-dev.93 [2021-02-26T06:19:57.444Z] v1.2.2-dev.94 [2021-02-26T06:19:57.444Z] v1.2.2-dev.95 [2021-02-26T06:19:57.444Z] v1.2.2-dev.96 [2021-02-26T06:19:57.444Z] v1.2.2-dev.97 [2021-02-26T06:19:57.444Z] v1.2.2-dev.98 [2021-02-26T06:19:57.444Z] v1.2.2-dev.99 [2021-02-26T06:19:57.444Z] v1.3.0 [2021-02-26T06:19:57.444Z] v1.3.1 [2021-02-26T06:19:57.444Z] v1.3.1-dev.1 [2021-02-26T06:19:57.444Z] v1.3.1-dev.10 [2021-02-26T06:19:57.444Z] v1.3.1-dev.11 [2021-02-26T06:19:57.444Z] v1.3.1-dev.12 [2021-02-26T06:19:57.444Z] v1.3.1-dev.13 [2021-02-26T06:19:57.444Z] v1.3.1-dev.14 [2021-02-26T06:19:57.444Z] v1.3.1-dev.15 [2021-02-26T06:19:57.444Z] v1.3.1-dev.16 [2021-02-26T06:19:57.444Z] v1.3.1-dev.17 [2021-02-26T06:19:57.444Z] v1.3.1-dev.18 [2021-02-26T06:19:57.444Z] v1.3.1-dev.2 [2021-02-26T06:19:57.444Z] v1.3.1-dev.3 [2021-02-26T06:19:57.444Z] v1.3.1-dev.4 [2021-02-26T06:19:57.444Z] v1.3.1-dev.5 [2021-02-26T06:19:57.444Z] v1.3.1-dev.6 [2021-02-26T06:19:57.444Z] v1.3.1-dev.7 [2021-02-26T06:19:57.444Z] v1.3.1-dev.8 [2021-02-26T06:19:57.444Z] v1.3.1-dev.9 [2021-02-26T06:19:57.444Z] v2.0.0-dev.1 [2021-02-26T06:19:57.444Z] v2.0.0-dev.10 [2021-02-26T06:19:57.444Z] v2.0.0-dev.100 [2021-02-26T06:19:57.444Z] v2.0.0-dev.101 [2021-02-26T06:19:57.444Z] v2.0.0-dev.102 [2021-02-26T06:19:57.444Z] v2.0.0-dev.103 [2021-02-26T06:19:57.444Z] v2.0.0-dev.104 [2021-02-26T06:19:57.444Z] v2.0.0-dev.105 [2021-02-26T06:19:57.444Z] v2.0.0-dev.106 [2021-02-26T06:19:57.444Z] v2.0.0-dev.11 [2021-02-26T06:19:57.444Z] v2.0.0-dev.12 [2021-02-26T06:19:57.444Z] v2.0.0-dev.13 [2021-02-26T06:19:57.444Z] v2.0.0-dev.14 [2021-02-26T06:19:57.444Z] v2.0.0-dev.15 [2021-02-26T06:19:57.444Z] v2.0.0-dev.16 [2021-02-26T06:19:57.444Z] v2.0.0-dev.17 [2021-02-26T06:19:57.444Z] v2.0.0-dev.18 [2021-02-26T06:19:57.444Z] v2.0.0-dev.19 [2021-02-26T06:19:57.444Z] v2.0.0-dev.2 [2021-02-26T06:19:57.444Z] v2.0.0-dev.20 [2021-02-26T06:19:57.444Z] v2.0.0-dev.21 [2021-02-26T06:19:57.444Z] v2.0.0-dev.22 [2021-02-26T06:19:57.444Z] v2.0.0-dev.23 [2021-02-26T06:19:57.444Z] v2.0.0-dev.24 [2021-02-26T06:19:57.444Z] v2.0.0-dev.25 [2021-02-26T06:19:57.444Z] v2.0.0-dev.26 [2021-02-26T06:19:57.444Z] v2.0.0-dev.27 [2021-02-26T06:19:57.444Z] v2.0.0-dev.28 [2021-02-26T06:19:57.444Z] v2.0.0-dev.29 [2021-02-26T06:19:57.444Z] v2.0.0-dev.3 [2021-02-26T06:19:57.444Z] v2.0.0-dev.30 [2021-02-26T06:19:57.444Z] v2.0.0-dev.31 [2021-02-26T06:19:57.444Z] v2.0.0-dev.32 [2021-02-26T06:19:57.444Z] v2.0.0-dev.33 [2021-02-26T06:19:57.444Z] v2.0.0-dev.34 [2021-02-26T06:19:57.444Z] v2.0.0-dev.35 [2021-02-26T06:19:57.444Z] v2.0.0-dev.36 [2021-02-26T06:19:57.444Z] v2.0.0-dev.37 [2021-02-26T06:19:57.444Z] v2.0.0-dev.38 [2021-02-26T06:19:57.444Z] v2.0.0-dev.39 [2021-02-26T06:19:57.444Z] v2.0.0-dev.4 [2021-02-26T06:19:57.444Z] v2.0.0-dev.40 [2021-02-26T06:19:57.444Z] v2.0.0-dev.41 [2021-02-26T06:19:57.444Z] v2.0.0-dev.42 [2021-02-26T06:19:57.444Z] v2.0.0-dev.43 [2021-02-26T06:19:57.444Z] v2.0.0-dev.44 [2021-02-26T06:19:57.444Z] v2.0.0-dev.45 [2021-02-26T06:19:57.444Z] v2.0.0-dev.46 [2021-02-26T06:19:57.444Z] v2.0.0-dev.47 [2021-02-26T06:19:57.444Z] v2.0.0-dev.48 [2021-02-26T06:19:57.444Z] v2.0.0-dev.49 [2021-02-26T06:19:57.444Z] v2.0.0-dev.5 [2021-02-26T06:19:57.444Z] v2.0.0-dev.50 [2021-02-26T06:19:57.444Z] v2.0.0-dev.51 [2021-02-26T06:19:57.444Z] v2.0.0-dev.52 [2021-02-26T06:19:57.444Z] v2.0.0-dev.53 [2021-02-26T06:19:57.444Z] v2.0.0-dev.54 [2021-02-26T06:19:57.444Z] v2.0.0-dev.55 [2021-02-26T06:19:57.444Z] v2.0.0-dev.56 [2021-02-26T06:19:57.444Z] v2.0.0-dev.57 [2021-02-26T06:19:57.444Z] v2.0.0-dev.58 [2021-02-26T06:19:57.444Z] v2.0.0-dev.59 [2021-02-26T06:19:57.444Z] v2.0.0-dev.6 [2021-02-26T06:19:57.444Z] v2.0.0-dev.60 [2021-02-26T06:19:57.444Z] v2.0.0-dev.61 [2021-02-26T06:19:57.444Z] v2.0.0-dev.62 [2021-02-26T06:19:57.444Z] v2.0.0-dev.63 [2021-02-26T06:19:57.444Z] v2.0.0-dev.64 [2021-02-26T06:19:57.444Z] v2.0.0-dev.65 [2021-02-26T06:19:57.444Z] v2.0.0-dev.66 [2021-02-26T06:19:57.444Z] v2.0.0-dev.67 [2021-02-26T06:19:57.444Z] v2.0.0-dev.68 [2021-02-26T06:19:57.444Z] v2.0.0-dev.69 [2021-02-26T06:19:57.444Z] v2.0.0-dev.7 [2021-02-26T06:19:57.444Z] v2.0.0-dev.70 [2021-02-26T06:19:57.444Z] v2.0.0-dev.71 [2021-02-26T06:19:57.444Z] v2.0.0-dev.72 [2021-02-26T06:19:57.444Z] v2.0.0-dev.73 [2021-02-26T06:19:57.444Z] v2.0.0-dev.74 [2021-02-26T06:19:57.444Z] v2.0.0-dev.75 [2021-02-26T06:19:57.444Z] v2.0.0-dev.76 [2021-02-26T06:19:57.444Z] v2.0.0-dev.77 [2021-02-26T06:19:57.444Z] v2.0.0-dev.78 [2021-02-26T06:19:57.444Z] v2.0.0-dev.79 [2021-02-26T06:19:57.444Z] v2.0.0-dev.8 [2021-02-26T06:19:57.444Z] v2.0.0-dev.80 [2021-02-26T06:19:57.444Z] v2.0.0-dev.81 [2021-02-26T06:19:57.444Z] v2.0.0-dev.82 [2021-02-26T06:19:57.444Z] v2.0.0-dev.83 [2021-02-26T06:19:57.444Z] v2.0.0-dev.84 [2021-02-26T06:19:57.444Z] v2.0.0-dev.85 [2021-02-26T06:19:57.444Z] v2.0.0-dev.86 [2021-02-26T06:19:57.444Z] v2.0.0-dev.87 [2021-02-26T06:19:57.444Z] v2.0.0-dev.88 [2021-02-26T06:19:57.444Z] v2.0.0-dev.89 [2021-02-26T06:19:57.444Z] v2.0.0-dev.9 [2021-02-26T06:19:57.444Z] v2.0.0-dev.90 [2021-02-26T06:19:57.444Z] v2.0.0-dev.91 [2021-02-26T06:19:57.444Z] v2.0.0-dev.92 [2021-02-26T06:19:57.444Z] v2.0.0-dev.93 [2021-02-26T06:19:57.444Z] v2.0.0-dev.94 [2021-02-26T06:19:57.444Z] v2.0.0-dev.95 [2021-02-26T06:19:57.444Z] v2.0.0-dev.96 [2021-02-26T06:19:57.444Z] v2.0.0-dev.97 [2021-02-26T06:19:57.444Z] v2.0.0-dev.98 [2021-02-26T06:19:57.444Z] v2.0.0-dev.99 [Pipeline] sh [2021-02-26T06:19:57.747Z] + lftools sign git-tag v2.0.0-dev.106 [2021-02-26T06:19:59.143Z] Signing Git tag with Sigul... [2021-02-26T06:19:59.143Z] Signing v2.0.0-dev.106 [Pipeline] echo [2021-02-26T06:20:00.551Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T06:20:00.852Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-02-26T06:20:00.862Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-02-26T06:20:00.957Z] $ docker stop --time=1 046dd6c609d04d68e67ec685d8753e678c927c789aa26bcc9cff442d87fcecaa [2021-02-26T06:20:03.103Z] $ docker rm -f 046dd6c609d04d68e67ec685d8753e678c927c789aa26bcc9cff442d87fcecaa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:20:04.224Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-26T06:20:04.224Z] . [Pipeline] withDockerContainer [2021-02-26T06:20:04.334Z] prd-centos7-docker-4c-2g-27809 does not seem to be running inside a container [2021-02-26T06:20:04.386Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/372 -v /w/workspace/edgex-go/372:/w/workspace/edgex-go/372:rw,z -v /w/workspace/edgex-go/372@tmp:/w/workspace/edgex-go/372@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-26T06:20:05.363Z] $ docker top e5a9db35717922a0b5032100525aacfa287ae7b32c87254b8d1d746011c87f05 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-26T06:20:05.709Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-26T06:20:05.709Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-26T06:20:05.978Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-26T06:20:05.981Z] $ docker exec e5a9db35717922a0b5032100525aacfa287ae7b32c87254b8d1d746011c87f05 ssh-agent [2021-02-26T06:20:06.183Z] SSH_AUTH_SOCK=/tmp/ssh-eu2DUJONZfen/agent.12 [2021-02-26T06:20:06.183Z] SSH_AGENT_PID=18 [2021-02-26T06:20:06.193Z] Running ssh-add (command line suppressed) [2021-02-26T06:20:06.332Z] Identity added: /w/workspace/edgex-go/372@tmp/private_key_812559769129772277.key (/w/workspace/edgex-go/372@tmp/private_key_812559769129772277.key) [2021-02-26T06:20:06.398Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-26T06:20:06.740Z] + git semver bump pre [2021-02-26T06:20:06.741Z] # -> Open(): unable to determine branch for HEAD [2021-02-26T06:20:06.741Z] # $GIT_DIR = /w/workspace/edgex-go/372/.git [2021-02-26T06:20:06.741Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/372 [2021-02-26T06:20:06.741Z] # $SEMVER_REMOTE_NAME = origin [2021-02-26T06:20:06.741Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-26T06:20:06.741Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-26T06:20:06.741Z] # $SEMVER_BRANCH = master [2021-02-26T06:20:06.741Z] # $SEMVER_DIR = /w/workspace/edgex-go/372/.semver [2021-02-26T06:20:06.741Z] 2.0.0-dev.107 [Pipeline] } [2021-02-26T06:20:06.754Z] $ docker exec --env ******** --env ******** e5a9db35717922a0b5032100525aacfa287ae7b32c87254b8d1d746011c87f05 ssh-agent -k [2021-02-26T06:20:06.902Z] unset SSH_AUTH_SOCK; [2021-02-26T06:20:06.902Z] unset SSH_AGENT_PID; [2021-02-26T06:20:06.902Z] echo Agent pid 18 killed; [2021-02-26T06:20:06.960Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-26T06:20:07.425Z] + git semver [Pipeline] } [2021-02-26T06:20:07.443Z] $ docker stop --time=1 e5a9db35717922a0b5032100525aacfa287ae7b32c87254b8d1d746011c87f05 [2021-02-26T06:20:08.858Z] $ docker rm -f e5a9db35717922a0b5032100525aacfa287ae7b32c87254b8d1d746011c87f05 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:20:09.389Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-26T06:20:09.389Z] . [Pipeline] withDockerContainer [2021-02-26T06:20:09.501Z] prd-centos7-docker-4c-2g-27809 does not seem to be running inside a container [2021-02-26T06:20:09.554Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/372 -v /w/workspace/edgex-go/372:/w/workspace/edgex-go/372:rw,z -v /w/workspace/edgex-go/372@tmp:/w/workspace/edgex-go/372@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-26T06:20:10.342Z] $ docker top d92afe6d26f25b8dbd66501c90cbb7ce3219a44a96c737ffdaeb6d4635f7b206 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-26T06:20:10.698Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-26T06:20:10.698Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-26T06:20:10.923Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-26T06:20:10.927Z] $ docker exec d92afe6d26f25b8dbd66501c90cbb7ce3219a44a96c737ffdaeb6d4635f7b206 ssh-agent [2021-02-26T06:20:11.136Z] SSH_AUTH_SOCK=/tmp/ssh-pTxwNiVkyXPf/agent.11 [2021-02-26T06:20:11.136Z] SSH_AGENT_PID=17 [2021-02-26T06:20:11.144Z] Running ssh-add (command line suppressed) [2021-02-26T06:20:11.285Z] Identity added: /w/workspace/edgex-go/372@tmp/private_key_8775552558531730123.key (/w/workspace/edgex-go/372@tmp/private_key_8775552558531730123.key) [2021-02-26T06:20:11.353Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-26T06:20:11.712Z] + git semver push [2021-02-26T06:20:11.712Z] # -> Open(): unable to determine branch for HEAD [2021-02-26T06:20:11.712Z] # $GIT_DIR = /w/workspace/edgex-go/372/.git [2021-02-26T06:20:11.712Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/372 [2021-02-26T06:20:11.712Z] # $SEMVER_REMOTE_NAME = origin [2021-02-26T06:20:11.712Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-26T06:20:11.712Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-26T06:20:11.712Z] # $SEMVER_BRANCH = master [2021-02-26T06:20:11.712Z] # $SEMVER_DIR = /w/workspace/edgex-go/372/.semver [Pipeline] } [2021-02-26T06:20:21.757Z] $ docker exec --env ******** --env ******** d92afe6d26f25b8dbd66501c90cbb7ce3219a44a96c737ffdaeb6d4635f7b206 ssh-agent -k [2021-02-26T06:20:21.944Z] unset SSH_AUTH_SOCK; [2021-02-26T06:20:21.944Z] unset SSH_AGENT_PID; [2021-02-26T06:20:21.944Z] echo Agent pid 17 killed; [2021-02-26T06:20:22.030Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-26T06:20:22.556Z] + git semver [Pipeline] } [2021-02-26T06:20:22.573Z] $ docker stop --time=1 d92afe6d26f25b8dbd66501c90cbb7ce3219a44a96c737ffdaeb6d4635f7b206 [2021-02-26T06:20:23.967Z] $ docker rm -f d92afe6d26f25b8dbd66501c90cbb7ce3219a44a96c737ffdaeb6d4635f7b206 [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-02-26T06:20:25.474Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T06:20:26.450Z] ---> package-listing.sh [2021-02-26T06:20:26.451Z] ++ facter osfamily [2021-02-26T06:20:26.451Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-26T06:20:26.451Z] + OS_FAMILY=redhat [2021-02-26T06:20:26.451Z] + workspace=/w/workspace/edgex-go/372 [2021-02-26T06:20:26.451Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-26T06:20:26.451Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-26T06:20:26.451Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-26T06:20:26.451Z] + PACKAGES=/tmp/packages_start.txt [2021-02-26T06:20:26.451Z] + '[' /w/workspace/edgex-go/372 ']' [2021-02-26T06:20:26.451Z] + PACKAGES=/tmp/packages_end.txt [2021-02-26T06:20:26.451Z] + case "${OS_FAMILY}" in [2021-02-26T06:20:26.451Z] + rpm -qa [2021-02-26T06:20:26.451Z] + sort [2021-02-26T06:20:31.832Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-26T06:20:31.832Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-26T06:20:31.832Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-26T06:20:31.832Z] + '[' /w/workspace/edgex-go/372 ']' [2021-02-26T06:20:31.832Z] + mkdir -p /w/workspace/edgex-go/372/archives/ [2021-02-26T06:20:31.832Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/372/archives/ [Pipeline] echo [2021-02-26T06:20:31.846Z] 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/372/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-26T06:20:32.142Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:20:32.451Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-26T06:20:32.451Z] [2021-02-26T06:20:32.451Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-26T06:20:32.804Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-26T06:20:32.804Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-26T06:20:32.804Z] df20fa9351a1: Pulling fs layer [2021-02-26T06:20:32.804Z] 36b3adc4ff6f: Pulling fs layer [2021-02-26T06:20:32.804Z] 8ad3a11d3b57: Pulling fs layer [2021-02-26T06:20:32.804Z] 46f8f816bc3b: Pulling fs layer [2021-02-26T06:20:32.804Z] 93b61091891f: Pulling fs layer [2021-02-26T06:20:32.804Z] 93b9cdb0e59b: Pulling fs layer [2021-02-26T06:20:32.804Z] 5e14af77c1be: Pulling fs layer [2021-02-26T06:20:32.804Z] 01666e4c0597: Pulling fs layer [2021-02-26T06:20:32.804Z] aa168da1d23b: Pulling fs layer [2021-02-26T06:20:32.804Z] 93b9cdb0e59b: Waiting [2021-02-26T06:20:32.804Z] 5e14af77c1be: Waiting [2021-02-26T06:20:32.804Z] 01666e4c0597: Waiting [2021-02-26T06:20:32.804Z] aa168da1d23b: Waiting [2021-02-26T06:20:32.804Z] 46f8f816bc3b: Waiting [2021-02-26T06:20:32.804Z] 93b61091891f: Waiting [2021-02-26T06:20:32.804Z] 36b3adc4ff6f: Verifying Checksum [2021-02-26T06:20:32.804Z] 36b3adc4ff6f: Download complete [2021-02-26T06:20:32.804Z] 46f8f816bc3b: Verifying Checksum [2021-02-26T06:20:32.804Z] 46f8f816bc3b: Download complete [2021-02-26T06:20:32.804Z] df20fa9351a1: Verifying Checksum [2021-02-26T06:20:32.804Z] df20fa9351a1: Download complete [2021-02-26T06:20:33.080Z] 93b9cdb0e59b: Verifying Checksum [2021-02-26T06:20:33.080Z] 93b9cdb0e59b: Download complete [2021-02-26T06:20:33.080Z] 93b61091891f: Download complete [2021-02-26T06:20:33.080Z] 5e14af77c1be: Verifying Checksum [2021-02-26T06:20:33.080Z] 5e14af77c1be: Download complete [2021-02-26T06:20:33.080Z] 01666e4c0597: Verifying Checksum [2021-02-26T06:20:33.080Z] 01666e4c0597: Download complete [2021-02-26T06:20:33.344Z] 8ad3a11d3b57: Verifying Checksum [2021-02-26T06:20:33.344Z] 8ad3a11d3b57: Download complete [2021-02-26T06:20:33.608Z] df20fa9351a1: Pull complete [2021-02-26T06:20:33.608Z] 36b3adc4ff6f: Pull complete [2021-02-26T06:20:35.034Z] 8ad3a11d3b57: Pull complete [2021-02-26T06:20:35.034Z] 46f8f816bc3b: Pull complete [2021-02-26T06:20:35.612Z] aa168da1d23b: Verifying Checksum [2021-02-26T06:20:35.612Z] aa168da1d23b: Download complete [2021-02-26T06:20:36.191Z] 93b61091891f: Pull complete [2021-02-26T06:20:36.455Z] 93b9cdb0e59b: Pull complete [2021-02-26T06:20:36.455Z] 5e14af77c1be: Pull complete [2021-02-26T06:20:36.719Z] 01666e4c0597: Pull complete [2021-02-26T06:20:44.916Z] aa168da1d23b: Pull complete [2021-02-26T06:20:44.916Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-26T06:20:44.916Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-26T06:20:44.916Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-26T06:20:45.104Z] prd-centos7-docker-4c-2g-27809 does not seem to be running inside a container [2021-02-26T06:20:45.161Z] $ 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/372/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/372 -v /w/workspace/edgex-go/372:/w/workspace/edgex-go/372:rw,z -v /w/workspace/edgex-go/372@tmp:/w/workspace/edgex-go/372@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-02-26T06:20:47.895Z] $ docker top 2afa1b9412fd82f3f7fe9a17dc11b8304e2dffe39527664b4d58091b9d0f56eb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-26T06:20:48.508Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-26T06:20:48.813Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-26T06:20:49.112Z] + ls /var/log/sa-host [2021-02-26T06:20:49.112Z] + sadf -c /var/log/sa-host/sa23 [2021-02-26T06:20:49.112Z] file_magic: OK [2021-02-26T06:20:49.112Z] HZ: Using current value: 100 [2021-02-26T06:20:49.112Z] file_header: OK [2021-02-26T06:20:49.112Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-26T06:20:49.112Z] Statistics: [2021-02-26T06:20:49.112Z] Hnuu...uuuununununu... [2021-02-26T06:20:49.112Z] File successfully converted to sysstat format version 12.2.1 [2021-02-26T06:20:49.112Z] + sadf -c /var/log/sa-host/sa26 [2021-02-26T06:20:49.112Z] file_magic: OK [2021-02-26T06:20:49.112Z] HZ: Using current value: 100 [2021-02-26T06:20:49.112Z] file_header: OK [2021-02-26T06:20:49.112Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-26T06:20:49.112Z] Statistics: [2021-02-26T06:20:49.112Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-26T06:20:49.112Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-26T06:20:49.771Z] provisioning config files... [2021-02-26T06:20:49.810Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/372@tmp/config4914962786513250458tmp [Pipeline] { [Pipeline] echo [2021-02-26T06:20:49.878Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T06:20:50.177Z] ---> create-netrc.sh [Pipeline] } [2021-02-26T06:20:50.187Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-26T06:20:50.277Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T06:20:50.576Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-26T06:20:50.587Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T06:20:50.884Z] ---> sudo-logs.sh [2021-02-26T06:20:50.884Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-26T06:20:50.951Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T06:20:51.249Z] ---> job-cost.sh [2021-02-26T06:20:51.249Z] lf-activate-venv: SKIPPING [2021-02-26T06:20:51.249Z] DEBUG: total: 0.20999999344348907 [2021-02-26T06:20:51.249Z] INFO: Retrieving Stack Cost... [2021-02-26T06:20:52.200Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-26T06:20:52.777Z] INFO: Archiving Costs [Pipeline] echo [2021-02-26T06:20:52.790Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T06:20:53.088Z] ---> logs-deploy.sh [2021-02-26T06:20:53.088Z] lf-activate-venv: SKIPPING [2021-02-26T06:20:53.088Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/372 [2021-02-26T06:20:53.088Z] INFO: archiving workspace using pattern(s): [2021-02-26T06:20:54.482Z] Archives upload complete. [2021-02-26T06:20:54.746Z] INFO: archiving logs to Nexus