Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 55fea418b1ac49172828e32c63c2641cfdddd142 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-28709 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/381 [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/381 # 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 55fea418b1ac49172828e32c63c2641cfdddd142 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 55fea418b1ac49172828e32c63c2641cfdddd142 # timeout=10 Commit message: "feat(notifications): Implement GET /notification/label/{label} V2 API (#3217)" > git rev-list --no-walk 8a562533c14a3b85d4c48007758f286d837d2a70 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-05T12:27:55.615Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-05T12:27:55.938Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-05T12:27:56.059Z] ========================================================= [2021-03-05T12:27:56.059Z] EdgeX Global Pipelines Version Info [2021-03-05T12:27:56.059Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-05T12:27:57.633Z] ------------------- [2021-03-05T12:27:57.633Z] stable info: [2021-03-05T12:27:57.633Z] ------------------- [2021-03-05T12:27:57.633Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-05T12:27:57.633Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-05T12:27:57.633Z] Message: update stable to v1.0.184 [2021-03-05T12:27:58.579Z] ------------------- [2021-03-05T12:27:58.579Z] experimental info: [2021-03-05T12:27:58.579Z] ------------------- [2021-03-05T12:27:58.579Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-05T12:27:58.579Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-05T12:27:58.579Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-05T12:27:58.911Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-05T12:27:59.023Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-05T12:27:59.118Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-05T12:27:59.231Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-05T12:27:59.327Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-05T12:27:59.419Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-05T12:27:59.508Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-05T12:27:59.596Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-05T12:27:59.685Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-05T12:27:59.791Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-05T12:27:59.889Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-05T12:27:59.982Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-05T12:28:00.107Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-05T12:28:00.227Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-05T12:28:00.362Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-05T12:28:00.545Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-05T12:28:00.634Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-05T12:28:00.724Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-05T12:28:00.821Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-05T12:28:00.905Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-05T12:28:01.020Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-05T12:28:01.216Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-05T12:28:01.345Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-03-05T12:28:01.439Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-03-05T12:28:01.542Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-03-05T12:28:01.640Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 55fea418b1ac49172828e32c63c2641cfdddd142 [Pipeline] echo [2021-03-05T12:28:01.722Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 55fea41 [Pipeline] echo [2021-03-05T12:28:01.825Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-05T12:28:02.001Z] provisioning config files... [2021-03-05T12:28:02.075Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/381@tmp/config3058695071444253568tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-05T12:28:02.462Z] ---> docker-login.sh [2021-03-05T12:28:02.462Z] nexus3.edgexfoundry.org:10001 [2021-03-05T12:28:02.728Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T12:28:02.990Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T12:28:02.990Z] Configure a credential helper to remove this warning. See [2021-03-05T12:28:02.990Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T12:28:02.990Z] [2021-03-05T12:28:02.990Z] Login Succeeded [2021-03-05T12:28:02.990Z] nexus3.edgexfoundry.org:10002 [2021-03-05T12:28:02.990Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T12:28:03.257Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T12:28:03.257Z] Configure a credential helper to remove this warning. See [2021-03-05T12:28:03.257Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T12:28:03.257Z] [2021-03-05T12:28:03.257Z] Login Succeeded [2021-03-05T12:28:03.257Z] nexus3.edgexfoundry.org:10003 [2021-03-05T12:28:03.257Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T12:28:03.257Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T12:28:03.257Z] Configure a credential helper to remove this warning. See [2021-03-05T12:28:03.257Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T12:28:03.257Z] [2021-03-05T12:28:03.257Z] Login Succeeded [2021-03-05T12:28:03.257Z] nexus3.edgexfoundry.org:10004 [2021-03-05T12:28:03.522Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T12:28:03.522Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T12:28:03.522Z] Configure a credential helper to remove this warning. See [2021-03-05T12:28:03.522Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T12:28:03.522Z] [2021-03-05T12:28:03.522Z] Login Succeeded [2021-03-05T12:28:03.522Z] docker.io [2021-03-05T12:28:03.522Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T12:28:04.097Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T12:28:04.097Z] Configure a credential helper to remove this warning. See [2021-03-05T12:28:04.097Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T12:28:04.097Z] [2021-03-05T12:28:04.097Z] Login Succeeded [2021-03-05T12:28:04.097Z] ---> docker-login.sh ends [Pipeline] } [2021-03-05T12:28:04.108Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-05T12:28:04.604Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-03-05T12:28:04.605Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T12:28:04.605Z] ++ dirname cmd/core-command/Dockerfile [2021-03-05T12:28:04.605Z] ++ cut -d/ -f2 [2021-03-05T12:28:04.605Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-05T12:28:04.605Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T12:28:04.605Z] ++ dirname cmd/core-data/Dockerfile [2021-03-05T12:28:04.605Z] ++ cut -d/ -f2 [2021-03-05T12:28:04.605Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-05T12:28:04.605Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T12:28:04.605Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-05T12:28:04.605Z] ++ cut -d/ -f2 [2021-03-05T12:28:04.605Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-05T12:28:04.605Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T12:28:04.605Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-05T12:28:04.605Z] ++ cut -d/ -f2 [2021-03-05T12:28:04.605Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-05T12:28:04.605Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T12:28:04.605Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-05T12:28:04.605Z] ++ cut -d/ -f2 [2021-03-05T12:28:04.605Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-05T12:28:04.605Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T12:28:04.605Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-05T12:28:04.605Z] ++ cut -d/ -f2 [2021-03-05T12:28:04.605Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-05T12:28:04.605Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T12:28:04.605Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-05T12:28:04.605Z] ++ cut -d/ -f2 [2021-03-05T12:28:04.605Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-05T12:28:04.605Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T12:28:04.605Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-05T12:28:04.605Z] ++ cut -d/ -f2 [2021-03-05T12:28:04.605Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-05T12:28:04.605Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T12:28:04.605Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-05T12:28:04.605Z] ++ cut -d/ -f2 [2021-03-05T12:28:04.605Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-05T12:28:04.713Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:28:06.384Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-05T12:28:06.384Z] [2021-03-05T12:28:06.384Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:28:06.749Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-05T12:28:06.749Z] latest: Pulling from edgex-devops/git-semver [2021-03-05T12:28:06.749Z] 31603596830f: Pulling fs layer [2021-03-05T12:28:06.749Z] 2a8b12db71e7: Pulling fs layer [2021-03-05T12:28:06.749Z] 6ca5941a6612: Pulling fs layer [2021-03-05T12:28:06.749Z] ecc8261a40a4: Pulling fs layer [2021-03-05T12:28:06.749Z] ecc8261a40a4: Waiting [2021-03-05T12:28:06.749Z] 2a8b12db71e7: Verifying Checksum [2021-03-05T12:28:06.749Z] 2a8b12db71e7: Download complete [2021-03-05T12:28:06.749Z] 31603596830f: Verifying Checksum [2021-03-05T12:28:06.749Z] 31603596830f: Download complete [2021-03-05T12:28:07.017Z] ecc8261a40a4: Verifying Checksum [2021-03-05T12:28:07.017Z] ecc8261a40a4: Download complete [2021-03-05T12:28:07.018Z] 6ca5941a6612: Verifying Checksum [2021-03-05T12:28:07.018Z] 6ca5941a6612: Download complete [2021-03-05T12:28:07.285Z] 31603596830f: Pull complete [2021-03-05T12:28:07.548Z] 2a8b12db71e7: Pull complete [2021-03-05T12:28:08.125Z] 6ca5941a6612: Pull complete [2021-03-05T12:28:08.388Z] ecc8261a40a4: Pull complete [2021-03-05T12:28:08.388Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-05T12:28:08.388Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-05T12:28:08.388Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-05T12:28:08.491Z] prd-centos7-docker-4c-2g-28709 does not seem to be running inside a container [2021-03-05T12:28:08.548Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/381 -v /w/workspace/edgex-go/381:/w/workspace/edgex-go/381:rw,z -v /w/workspace/edgex-go/381@tmp:/w/workspace/edgex-go/381@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-03-05T12:28:11.588Z] $ docker top 677be83d95fd9500d283a935340cf3720e8994d34a7ec06f82ec25601c48b2d1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-05T12:28:11.979Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-05T12:28:11.979Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-05T12:28:12.202Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-05T12:28:12.207Z] $ docker exec 677be83d95fd9500d283a935340cf3720e8994d34a7ec06f82ec25601c48b2d1 ssh-agent [2021-03-05T12:28:12.387Z] SSH_AUTH_SOCK=/tmp/ssh-Fep12ovdr5v8/agent.12 [2021-03-05T12:28:12.387Z] SSH_AGENT_PID=17 [2021-03-05T12:28:12.398Z] Running ssh-add (command line suppressed) [2021-03-05T12:28:12.516Z] Identity added: /w/workspace/edgex-go/381@tmp/private_key_8770719849888090742.key (/w/workspace/edgex-go/381@tmp/private_key_8770719849888090742.key) [2021-03-05T12:28:12.567Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-05T12:28:12.904Z] + git tag --points-at HEAD [Pipeline] } [2021-03-05T12:28:12.928Z] $ docker exec --env ******** --env ******** 677be83d95fd9500d283a935340cf3720e8994d34a7ec06f82ec25601c48b2d1 ssh-agent -k [2021-03-05T12:28:13.041Z] unset SSH_AUTH_SOCK; [2021-03-05T12:28:13.042Z] unset SSH_AGENT_PID; [2021-03-05T12:28:13.042Z] echo Agent pid 17 killed; [2021-03-05T12:28:13.084Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-05T12:28:13.232Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-05T12:28:13.232Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-05T12:28:13.394Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-05T12:28:13.398Z] $ docker exec 677be83d95fd9500d283a935340cf3720e8994d34a7ec06f82ec25601c48b2d1 ssh-agent [2021-03-05T12:28:13.562Z] SSH_AUTH_SOCK=/tmp/ssh-QkhJxsiKQgie/agent.45 [2021-03-05T12:28:13.562Z] SSH_AGENT_PID=50 [2021-03-05T12:28:13.569Z] Running ssh-add (command line suppressed) [2021-03-05T12:28:13.682Z] Identity added: /w/workspace/edgex-go/381@tmp/private_key_5474439504681579890.key (/w/workspace/edgex-go/381@tmp/private_key_5474439504681579890.key) [2021-03-05T12:28:13.732Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-05T12:28:14.074Z] + git semver init [2021-03-05T12:28:14.075Z] # -> Open(): unable to determine branch for HEAD [2021-03-05T12:28:14.075Z] # $GIT_DIR = /w/workspace/edgex-go/381/.git [2021-03-05T12:28:14.075Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/381 [2021-03-05T12:28:14.075Z] # $SEMVER_REMOTE_NAME = origin [2021-03-05T12:28:14.075Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-05T12:28:14.075Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-05T12:28:14.075Z] # $SEMVER_BRANCH = master [2021-03-05T12:28:14.075Z] # $SEMVER_TEMP = /tmp/semver-179296343 [2021-03-05T12:28:14.075Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-05T12:29:00.844Z] # '/tmp/semver-179296343' -> '/w/workspace/edgex-go/381/.semver' [2021-03-05T12:29:00.844Z] # -> Force: false [2021-03-05T12:29:00.844Z] # $SEMVER_DIR = /w/workspace/edgex-go/381/.semver [Pipeline] } [2021-03-05T12:29:00.866Z] $ docker exec --env ******** --env ******** 677be83d95fd9500d283a935340cf3720e8994d34a7ec06f82ec25601c48b2d1 ssh-agent -k [2021-03-05T12:29:01.098Z] unset SSH_AUTH_SOCK; [2021-03-05T12:29:01.099Z] unset SSH_AGENT_PID; [2021-03-05T12:29:01.099Z] echo Agent pid 50 killed; [2021-03-05T12:29:01.192Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-05T12:29:01.761Z] + git semver [Pipeline] } [2021-03-05T12:29:01.783Z] $ docker stop --time=1 677be83d95fd9500d283a935340cf3720e8994d34a7ec06f82ec25601c48b2d1 [2021-03-05T12:29:03.762Z] $ docker rm -f 677be83d95fd9500d283a935340cf3720e8994d34a7ec06f82ec25601c48b2d1 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-05T12:29:04.259Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-05T12:29:04.794Z] Stashed 1 file(s) [Pipeline] echo [2021-03-05T12:29:04.797Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.114 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-05T12:29:05.688Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-05T12:29:05.988Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-05T12:29:06.291Z] + sudo service docker restart [2021-03-05T12:29:06.291Z] + true [2021-03-05T12:29:06.291Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-05T12:29:06.884Z] ========================================================= [2021-03-05T12:29:06.884Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-05T12:29:06.884Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:29:07.225Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-05T12:29:11.500Z] Sending build context to Docker daemon 328.2MB [2021-03-05T12:29:11.500Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-05T12:29:11.500Z] Step 2/6 : FROM ${BASE} [2021-03-05T12:29:11.500Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-05T12:29:11.500Z] 188c0c94c7c5: Pulling fs layer [2021-03-05T12:29:11.500Z] 0ef7d3d256c8: Pulling fs layer [2021-03-05T12:29:11.500Z] de9db76c5a1d: Pulling fs layer [2021-03-05T12:29:11.500Z] bca2f99d35d6: Pulling fs layer [2021-03-05T12:29:11.500Z] 93359f2a8cfa: Pulling fs layer [2021-03-05T12:29:11.500Z] 7c6f9722023f: Pulling fs layer [2021-03-05T12:29:11.500Z] a35cf1a2eb13: Pulling fs layer [2021-03-05T12:29:11.500Z] bca2f99d35d6: Waiting [2021-03-05T12:29:11.500Z] 93359f2a8cfa: Waiting [2021-03-05T12:29:11.500Z] 7c6f9722023f: Waiting [2021-03-05T12:29:11.500Z] a35cf1a2eb13: Waiting [2021-03-05T12:29:11.500Z] de9db76c5a1d: Verifying Checksum [2021-03-05T12:29:11.500Z] de9db76c5a1d: Download complete [2021-03-05T12:29:11.500Z] 0ef7d3d256c8: Download complete [2021-03-05T12:29:11.500Z] 93359f2a8cfa: Verifying Checksum [2021-03-05T12:29:11.500Z] 93359f2a8cfa: Download complete [2021-03-05T12:29:11.500Z] 188c0c94c7c5: Verifying Checksum [2021-03-05T12:29:11.500Z] 188c0c94c7c5: Download complete [2021-03-05T12:29:11.500Z] 7c6f9722023f: Verifying Checksum [2021-03-05T12:29:11.500Z] 7c6f9722023f: Download complete [2021-03-05T12:29:11.766Z] 188c0c94c7c5: Pull complete [2021-03-05T12:29:12.063Z] 0ef7d3d256c8: Pull complete [2021-03-05T12:29:12.325Z] de9db76c5a1d: Pull complete [2021-03-05T12:29:14.271Z] a35cf1a2eb13: Verifying Checksum [2021-03-05T12:29:14.271Z] a35cf1a2eb13: Download complete [2021-03-05T12:29:14.536Z] bca2f99d35d6: Verifying Checksum [2021-03-05T12:29:14.536Z] bca2f99d35d6: Download complete [2021-03-05T12:29:19.907Z] bca2f99d35d6: Pull complete [2021-03-05T12:29:19.907Z] 93359f2a8cfa: Pull complete [2021-03-05T12:29:19.907Z] 7c6f9722023f: Pull complete [2021-03-05T12:29:20.179Z] Still waiting to schedule task [2021-03-05T12:29:20.179Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-05T12:29:26.525Z] a35cf1a2eb13: Pull complete [2021-03-05T12:29:26.525Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-05T12:29:26.525Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-05T12:29:26.525Z] ---> a62c8e92a672 [2021-03-05T12:29:26.525Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-05T12:29:26.525Z] ---> Running in ef205fb20f9e [2021-03-05T12:29:26.525Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T12:29:27.112Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T12:29:27.690Z] (1/12) Installing libmagic (5.38-r0) [2021-03-05T12:29:27.953Z] (2/12) Installing file (5.38-r0) [2021-03-05T12:29:27.954Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-05T12:29:28.218Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-05T12:29:33.528Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-05T12:29:33.528Z] (6/12) Installing patch (2.7.6-r6) [2021-03-05T12:29:33.528Z] (7/12) Installing build-base (0.5-r2) [2021-03-05T12:29:33.528Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-05T12:29:34.102Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-05T12:29:34.102Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-05T12:29:34.102Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-05T12:29:34.677Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-05T12:29:34.677Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T12:29:34.677Z] OK: 233 MiB in 51 packages [2021-03-05T12:29:38.906Z] Removing intermediate container ef205fb20f9e [2021-03-05T12:29:38.906Z] ---> 389d508a51af [2021-03-05T12:29:38.906Z] Step 4/6 : WORKDIR /edgex-go [2021-03-05T12:29:38.906Z] ---> Running in 7e9b3b2cf967 [2021-03-05T12:29:38.906Z] Removing intermediate container 7e9b3b2cf967 [2021-03-05T12:29:38.906Z] ---> d2a06844221b [2021-03-05T12:29:38.906Z] Step 5/6 : COPY go.mod . [2021-03-05T12:29:38.906Z] ---> a137d7b3363f [2021-03-05T12:29:38.906Z] Step 6/6 : RUN go mod download [2021-03-05T12:29:39.170Z] ---> Running in f003c697d190 [2021-03-05T12:30:01.312Z] Removing intermediate container f003c697d190 [2021-03-05T12:30:01.312Z] ---> 3e4a6a35301b [2021-03-05T12:30:01.312Z] Successfully built 3e4a6a35301b [2021-03-05T12:30:01.312Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:30:01.629Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-05T12:30:01.629Z] . [Pipeline] withDockerContainer [2021-03-05T12:30:01.752Z] prd-centos7-docker-4c-2g-28709 does not seem to be running inside a container [2021-03-05T12:30:01.844Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/381 -v /w/workspace/edgex-go/381:/w/workspace/edgex-go/381:rw,z -v /w/workspace/edgex-go/381@tmp:/w/workspace/edgex-go/381@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-03-05T12:30:02.672Z] $ docker top afabf6df9ab97359a97d1ff8987fa867594e3f57931e71327d399177bcfa7d3c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T12:30:03.194Z] + go version [2021-03-05T12:30:03.194Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-05T12:30:03.213Z] $ docker stop --time=1 afabf6df9ab97359a97d1ff8987fa867594e3f57931e71327d399177bcfa7d3c [2021-03-05T12:30:04.548Z] $ docker rm -f afabf6df9ab97359a97d1ff8987fa867594e3f57931e71327d399177bcfa7d3c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:30:05.342Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-05T12:30:05.342Z] . [Pipeline] withDockerContainer [2021-03-05T12:30:05.441Z] prd-centos7-docker-4c-2g-28709 does not seem to be running inside a container [2021-03-05T12:30:05.550Z] $ 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/381 -v /w/workspace/edgex-go/381:/w/workspace/edgex-go/381:rw,z -v /w/workspace/edgex-go/381@tmp:/w/workspace/edgex-go/381@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-03-05T12:30:06.266Z] $ docker top 040a61129ab9c82b9d69775c32a073c55edc01f5a854063ac85ab7a0c2522ec1 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-05T12:30:06.456Z] ========================================================= [2021-03-05T12:30:06.456Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-05T12:30:06.456Z] ========================================================= [Pipeline] sh [2021-03-05T12:30:06.808Z] + make test [2021-03-05T12:30:06.808Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-05T12:30:15.043Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-05T12:30:33.350Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-05T12:30:34.320Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-05T12:30:36.924Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-05T12:30:36.924Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-05T12:30:38.341Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-05T12:30:38.341Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-05T12:30:38.341Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-05T12:30:38.341Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-05T12:30:39.310Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-05T12:30:39.578Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-05T12:30:42.171Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-05T12:30:42.171Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-05T12:30:42.171Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-05T12:30:44.114Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.105s coverage: 45.9% of statements [2021-03-05T12:30:44.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-05T12:30:44.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-05T12:30:44.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-05T12:30:44.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-05T12:30:44.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-05T12:30:44.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-05T12:30:44.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-05T12:30:44.114Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.086s coverage: 100.0% of statements [2021-03-05T12:30:46.689Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.171s coverage: 27.1% of statements [2021-03-05T12:30:46.689Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-05T12:30:46.689Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-05T12:30:46.689Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-05T12:30:46.689Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-05T12:30:46.689Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-05T12:30:46.689Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-05T12:30:46.689Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.036s coverage: 100.0% of statements [2021-03-05T12:30:46.689Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-05T12:30:46.689Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.039s coverage: 100.0% of statements [2021-03-05T12:30:46.689Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-05T12:30:46.689Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-05T12:30:47.652Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.102s coverage: 66.2% of statements [2021-03-05T12:30:47.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-05T12:30:47.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-05T12:30:48.236Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.437s coverage: 82.4% of statements [2021-03-05T12:30:48.236Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-05T12:30:48.236Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T12:30:48.236Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-03-05T12:30:48.236Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-05T12:30:50.175Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.329s coverage: 28.6% of statements [2021-03-05T12:30:50.175Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-05T12:30:50.175Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-05T12:30:50.175Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-05T12:30:50.175Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-05T12:30:50.175Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-05T12:30:50.175Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.067s coverage: 100.0% of statements [2021-03-05T12:30:50.175Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-05T12:30:50.175Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.039s coverage: 100.0% of statements [2021-03-05T12:30:50.175Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-05T12:30:50.441Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.123s coverage: 86.7% of statements [2021-03-05T12:30:50.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-05T12:30:50.441Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.118s coverage: 97.5% of statements [2021-03-05T12:30:50.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-05T12:30:50.713Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.058s coverage: 78.3% of statements [2021-03-05T12:30:50.713Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-05T12:30:50.713Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-05T12:30:50.713Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-05T12:30:50.713Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-05T12:30:53.292Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.361s coverage: 92.8% of statements [2021-03-05T12:30:53.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-05T12:30:53.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T12:30:53.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-05T12:30:53.292Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-05T12:30:53.292Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-05T12:30:53.292Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-05T12:30:53.292Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-05T12:30:53.292Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-05T12:30:53.292Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-05T12:30:53.292Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-05T12:30:53.292Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-05T12:30:53.292Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-05T12:30:53.292Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-05T12:30:53.292Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-05T12:30:53.292Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-05T12:30:53.292Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-05T12:30:53.292Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-05T12:30:53.292Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-05T12:30:53.292Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.034s coverage: 58.8% of statements [2021-03-05T12:30:53.292Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-05T12:30:53.292Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-05T12:30:53.292Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.088s coverage: 0.1% of statements [2021-03-05T12:30:53.292Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-05T12:30:53.292Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-05T12:30:53.292Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-05T12:30:53.292Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.046s coverage: 47.1% of statements [2021-03-05T12:30:53.292Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.045s coverage: 79.5% of statements [2021-03-05T12:30:53.292Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.039s coverage: 94.1% of statements [2021-03-05T12:30:53.292Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.037s coverage: 96.3% of statements [2021-03-05T12:30:53.292Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.052s coverage: 87.5% of statements [2021-03-05T12:31:05.571Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.043s coverage: 94.4% of statements [2021-03-05T12:31:05.571Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements [2021-03-05T12:31:05.571Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.048s coverage: 81.4% of statements [2021-03-05T12:31:11.177Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-28710 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-03-05T12:31:11.237Z] Running in /w/workspace/edgex-go/381 [Pipeline] { [Pipeline] checkout [2021-03-05T12:31:16.258Z] using credential edgex-jenkins-ssh [2021-03-05T12:31:16.318Z] Cloning the remote Git repository [2021-03-05T12:31:16.365Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-05T12:31:16.490Z] > git init /w/workspace/edgex-go/381 # timeout=10 [2021-03-05T12:31:16.578Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-05T12:31:16.579Z] > git --version # timeout=10 [2021-03-05T12:31:16.598Z] > git --version # 'git version 2.17.1' [2021-03-05T12:31:16.599Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-05T12:31:16.684Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-05T12:31:17.885Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.061s coverage: 92.9% of statements [2021-03-05T12:31:17.885Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-05T12:31:17.885Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-05T12:31:17.885Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-05T12:31:17.885Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-03-05T12:31:17.885Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-05T12:31:17.885Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-05T12:31:17.885Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-05T12:31:17.885Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-05T12:31:17.885Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-05T12:31:17.885Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.039s coverage: 87.2% of statements [2021-03-05T12:31:17.885Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-05T12:31:17.885Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-05T12:31:17.885Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-03-05T12:31:17.885Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-05T12:31:17.885Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-03-05T12:31:17.885Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-05T12:31:17.885Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-03-05T12:31:17.885Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.062s coverage: 87.2% of statements [2021-03-05T12:31:17.885Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.6% of statements [2021-03-05T12:31:17.885Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.073s coverage: 91.6% of statements [2021-03-05T12:31:17.885Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-05T12:31:17.885Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.162s coverage: 62.4% of statements [2021-03-05T12:31:17.885Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-05T12:31:17.885Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-05T12:31:17.885Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.035s coverage: 100.0% of statements [2021-03-05T12:31:17.885Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.047s coverage: 91.3% of statements [2021-03-05T12:31:17.885Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements [2021-03-05T12:31:17.885Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements [2021-03-05T12:31:17.885Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements [2021-03-05T12:31:17.885Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.332s coverage: 69.1% of statements [2021-03-05T12:31:17.885Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-05T12:31:17.885Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-05T12:31:17.885Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.093s coverage: 38.4% of statements [2021-03-05T12:31:17.885Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-05T12:31:17.885Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-05T12:31:17.885Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.046s coverage: 89.5% of statements [2021-03-05T12:31:17.885Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-05T12:31:17.885Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.035s coverage: 84.8% of statements [2021-03-05T12:31:17.885Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.137s coverage: 47.0% of statements [2021-03-05T12:31:17.885Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-05T12:31:17.885Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-05T12:31:17.885Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-05T12:31:17.885Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-05T12:31:17.885Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-05T12:31:17.885Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.048s coverage: 100.0% of statements [2021-03-05T12:31:17.885Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-05T12:31:17.885Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements [2021-03-05T12:31:17.885Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-05T12:31:17.885Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-05T12:31:17.886Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-05T12:31:17.886Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-05T12:31:17.886Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.105s coverage: 87.7% of statements [2021-03-05T12:31:17.886Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-05T12:31:17.886Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T12:31:17.886Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-05T12:31:17.886Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.723s coverage: 29.1% of statements [2021-03-05T12:31:17.886Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-05T12:31:17.886Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-05T12:31:17.886Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-05T12:31:17.886Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-05T12:31:17.886Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-05T12:31:17.886Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.075s coverage: 99.0% of statements [2021-03-05T12:31:17.886Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-05T12:31:17.886Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.054s coverage: 100.0% of statements [2021-03-05T12:31:17.886Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-05T12:31:17.886Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-05T12:31:17.886Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-05T12:31:17.886Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-05T12:31:17.886Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.074s coverage: 95.6% of statements [2021-03-05T12:31:17.886Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-05T12:31:17.886Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T12:31:17.886Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-05T12:31:17.886Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements [2021-03-05T12:31:17.886Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-05T12:31:17.886Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements [2021-03-05T12:31:17.886Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-05T12:31:17.886Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-05T12:31:17.886Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-05T12:31:17.886Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-05T12:31:17.886Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.049s coverage: 87.9% of statements [2021-03-05T12:31:17.886Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-05T12:31:17.886Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-05T12:31:17.886Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements [2021-03-05T12:31:17.886Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.026s coverage: 32.1% of statements [2021-03-05T12:31:17.886Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-03-05T12:31:17.886Z] GO111MODULE=on go vet ./... [2021-03-05T12:31:33.051Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-05T12:31:33.068Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-05T12:31:33.095Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-05T12:31:33.141Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-05T12:31:33.141Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-05T12:31:33.155Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-05T12:31:33.787Z] Checking out Revision 55fea418b1ac49172828e32c63c2641cfdddd142 (master) [2021-03-05T12:31:33.799Z] > git config core.sparsecheckout # timeout=10 [2021-03-05T12:31:33.820Z] > git checkout -f 55fea418b1ac49172828e32c63c2641cfdddd142 # timeout=10 [2021-03-05T12:31:38.676Z] Commit message: "feat(notifications): Implement GET /notification/label/{label} V2 API (#3217)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-05T12:31:40.268Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-05T12:31:40.743Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-05T12:31:41.087Z] + sudo service docker restart [2021-03-05T12:31:41.087Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-05T12:31:43.846Z] provisioning config files... [2021-03-05T12:31:43.895Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/381@tmp/config4853962703743290001tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-05T12:31:44.316Z] ---> docker-login.sh [2021-03-05T12:31:44.316Z] nexus3.edgexfoundry.org:10001 [2021-03-05T12:31:44.630Z] gofmt -l . [2021-03-05T12:31:44.630Z] [ "`gofmt -l .`" = "" ] [2021-03-05T12:31:44.630Z] ./bin/test-go-mod-tidy.sh [2021-03-05T12:31:44.630Z] ./bin/test-attribution-txt.sh [2021-03-05T12:31:45.298Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T12:31:45.572Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T12:31:45.572Z] Configure a credential helper to remove this warning. See [2021-03-05T12:31:45.572Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T12:31:45.572Z] [2021-03-05T12:31:45.572Z] Login Succeeded [2021-03-05T12:31:45.572Z] nexus3.edgexfoundry.org:10002 [Pipeline] sh [2021-03-05T12:31:45.880Z] + ls -al . [2021-03-05T12:31:45.881Z] total 732 [2021-03-05T12:31:45.881Z] drwxrwxr-x 10 1001 1001 4096 Mar 5 12:31 . [2021-03-05T12:31:45.881Z] drwxr-xr-x 4 root root 32 Mar 5 12:30 .. [2021-03-05T12:31:45.882Z] -rw-rw-r-- 1 1001 1001 11 Mar 5 12:27 .dockerignore [2021-03-05T12:31:45.882Z] drwxrwxr-x 8 1001 1001 162 Mar 5 12:27 .git [2021-03-05T12:31:45.882Z] drwxrwxr-x 3 1001 1001 125 Mar 5 12:27 .github [2021-03-05T12:31:45.882Z] -rw-rw-r-- 1 1001 1001 818 Mar 5 12:27 .gitignore [2021-03-05T12:31:45.882Z] drwx------ 3 1001 1001 45 Mar 5 12:28 .semver [2021-03-05T12:31:45.882Z] -rw-rw-r-- 1 1001 1001 166 Mar 5 12:27 .sonarcloud.properties [2021-03-05T12:31:45.882Z] -rw-rw-r-- 1 1001 1001 8475 Mar 5 12:27 Attribution.txt [2021-03-05T12:31:45.882Z] -rw-rw-r-- 1 1001 1001 3804 Mar 5 12:27 CONTRIBUTING.md [2021-03-05T12:31:45.882Z] -rw-rw-r-- 1 1001 1001 931 Mar 5 12:27 Dockerfile.build [2021-03-05T12:31:45.882Z] -rw-rw-r-- 1 1001 1001 863 Mar 5 12:27 Jenkinsfile [2021-03-05T12:31:45.882Z] -rw-rw-r-- 1 1001 1001 10775 Mar 5 12:27 LICENSE [2021-03-05T12:31:45.882Z] -rw-rw-r-- 1 1001 1001 5774 Mar 5 12:27 Makefile [2021-03-05T12:31:45.882Z] -rw-rw-r-- 1 1001 1001 6524 Mar 5 12:27 README.md [2021-03-05T12:31:45.882Z] -rw-rw-r-- 1 1001 1001 6755 Mar 5 12:27 SECURITY.md [2021-03-05T12:31:45.882Z] -rw-rw-r-- 1 1001 1001 13 Mar 5 12:29 VERSION [2021-03-05T12:31:45.882Z] -rw-rw-r-- 1 1001 1001 4131 Mar 5 12:27 ZMQWindows.md [2021-03-05T12:31:45.882Z] drwxrwxr-x 2 1001 1001 117 Mar 5 12:27 bin [2021-03-05T12:31:45.882Z] drwxrwxr-x 14 1001 1001 4096 Mar 5 12:27 cmd [2021-03-05T12:31:45.882Z] -rw-r--r-- 1 root root 619895 Mar 5 12:31 coverage.out [2021-03-05T12:31:45.882Z] -rw-r--r-- 1 root root 1055 Mar 5 12:31 go.mod [2021-03-05T12:31:45.882Z] -rw-r--r-- 1 root root 21699 Mar 5 12:31 go.sum [2021-03-05T12:31:45.882Z] drwxrwxr-x 8 1001 1001 127 Mar 5 12:27 internal [2021-03-05T12:31:45.882Z] drwxrwxr-x 4 1001 1001 26 Mar 5 12:27 openapi [2021-03-05T12:31:45.882Z] drwxrwxr-x 4 1001 1001 71 Mar 5 12:27 snap [2021-03-05T12:31:45.882Z] -rw-rw-r-- 1 1001 1001 168 Mar 5 12:27 version.go [Pipeline] sh [2021-03-05T12:31:46.171Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T12:31:46.171Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T12:31:46.171Z] Configure a credential helper to remove this warning. See [2021-03-05T12:31:46.171Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T12:31:46.171Z] [2021-03-05T12:31:46.171Z] Login Succeeded [2021-03-05T12:31:46.171Z] nexus3.edgexfoundry.org:10003 [2021-03-05T12:31:46.196Z] + '[' -e coverage.out ] [2021-03-05T12:31:46.196Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-05T12:31:46.443Z] Stashed 1 file(s) [Pipeline] sh [2021-03-05T12:31:46.741Z] + make build [2021-03-05T12:31:46.741Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o cmd/core-data/core-data ./cmd/core-data [2021-03-05T12:31:46.772Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T12:31:46.772Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T12:31:46.772Z] Configure a credential helper to remove this warning. See [2021-03-05T12:31:46.772Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T12:31:46.772Z] [2021-03-05T12:31:46.772Z] Login Succeeded [2021-03-05T12:31:46.772Z] nexus3.edgexfoundry.org:10004 [2021-03-05T12:31:47.045Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T12:31:47.319Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T12:31:47.319Z] Configure a credential helper to remove this warning. See [2021-03-05T12:31:47.319Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T12:31:47.319Z] [2021-03-05T12:31:47.319Z] Login Succeeded [2021-03-05T12:31:47.319Z] docker.io [2021-03-05T12:31:47.594Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T12:31:48.194Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T12:31:48.194Z] Configure a credential helper to remove this warning. See [2021-03-05T12:31:48.194Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T12:31:48.194Z] [2021-03-05T12:31:48.194Z] Login Succeeded [2021-03-05T12:31:48.194Z] ---> docker-login.sh ends [Pipeline] } [2021-03-05T12:31:48.213Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-05T12:31:48.677Z] ========================================================= [2021-03-05T12:31:48.677Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-05T12:31:48.677Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:31:49.063Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-03-05T12:31:50.056Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-05T12:31:51.695Z] Sending build context to Docker daemon 166.5MB [2021-03-05T12:31:51.695Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-05T12:31:51.695Z] Step 2/6 : FROM ${BASE} [2021-03-05T12:31:51.695Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-05T12:31:51.695Z] 5f621e34cdf4: Pulling fs layer [2021-03-05T12:31:51.695Z] a4357932f1b6: Pulling fs layer [2021-03-05T12:31:51.695Z] 18c013af1878: Pulling fs layer [2021-03-05T12:31:51.695Z] 00ac8860ef70: Pulling fs layer [2021-03-05T12:31:51.695Z] 63d7cb157983: Pulling fs layer [2021-03-05T12:31:51.695Z] b116817d02f9: Pulling fs layer [2021-03-05T12:31:51.695Z] 745a02a5169b: Pulling fs layer [2021-03-05T12:31:51.695Z] 00ac8860ef70: Waiting [2021-03-05T12:31:51.695Z] 63d7cb157983: Waiting [2021-03-05T12:31:51.695Z] b116817d02f9: Waiting [2021-03-05T12:31:51.695Z] 745a02a5169b: Waiting [2021-03-05T12:31:51.695Z] 18c013af1878: Verifying Checksum [2021-03-05T12:31:51.695Z] 18c013af1878: Download complete [2021-03-05T12:31:51.695Z] a4357932f1b6: Verifying Checksum [2021-03-05T12:31:51.695Z] a4357932f1b6: Download complete [2021-03-05T12:31:51.695Z] 63d7cb157983: Verifying Checksum [2021-03-05T12:31:51.695Z] 63d7cb157983: Download complete [2021-03-05T12:31:51.695Z] b116817d02f9: Verifying Checksum [2021-03-05T12:31:51.695Z] b116817d02f9: Download complete [2021-03-05T12:31:51.695Z] 5f621e34cdf4: Download complete [2021-03-05T12:31:52.293Z] 5f621e34cdf4: Pull complete [2021-03-05T12:31:52.912Z] a4357932f1b6: Pull complete [2021-03-05T12:31:53.189Z] 18c013af1878: Pull complete [2021-03-05T12:31:54.178Z] 745a02a5169b: Download complete [2021-03-05T12:31:55.157Z] 00ac8860ef70: Verifying Checksum [2021-03-05T12:31:55.157Z] 00ac8860ef70: Download complete [2021-03-05T12:31:58.266Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o cmd/core-command/core-command ./cmd/core-command [2021-03-05T12:31:59.213Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-05T12:32:00.615Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-05T12:32:01.195Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-05T12:32:02.613Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-05T12:32:04.027Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-05T12:32:05.353Z] 00ac8860ef70: Pull complete [2021-03-05T12:32:05.427Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-05T12:32:05.948Z] 63d7cb157983: Pull complete [2021-03-05T12:32:06.222Z] b116817d02f9: Pull complete [2021-03-05T12:32:06.382Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-05T12:32:07.474Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-05T12:32:08.625Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-05T12:32:09.641Z] 745a02a5169b: Pull complete [2021-03-05T12:32:09.917Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-05T12:32:09.917Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-05T12:32:09.917Z] ---> b7e6874047d6 [2021-03-05T12:32:09.917Z] 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 [Pipeline] } [2021-03-05T12:32:10.593Z] $ docker stop --time=1 040a61129ab9c82b9d69775c32a073c55edc01f5a854063ac85ab7a0c2522ec1 [2021-03-05T12:32:12.235Z] $ docker rm -f 040a61129ab9c82b9d69775c32a073c55edc01f5a854063ac85ab7a0c2522ec1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-03-05T12:32:13.360Z] ---> Running in 2548514798d2 [2021-03-05T12:32:14.340Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:32:15.774Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T12:32:15.980Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-05T12:32:15.980Z] [2021-03-05T12:32:15.980Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:32:16.327Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-05T12:32:16.327Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-05T12:32:16.327Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-05T12:32:16.327Z] ca9280d653b3: Pulling fs layer [2021-03-05T12:32:16.327Z] 7e9c9ca2126c: Pulling fs layer [2021-03-05T12:32:16.596Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-05T12:32:16.596Z] cbdbe7a5bc2a: Download complete [2021-03-05T12:32:16.866Z] cbdbe7a5bc2a: Pull complete [2021-03-05T12:32:16.866Z] ca9280d653b3: Verifying Checksum [2021-03-05T12:32:16.866Z] ca9280d653b3: Download complete [2021-03-05T12:32:17.223Z] (1/12) Installing libmagic (5.38-r0) [2021-03-05T12:32:18.198Z] (2/12) Installing file (5.38-r0) [2021-03-05T12:32:18.198Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-05T12:32:18.198Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-05T12:32:18.277Z] 7e9c9ca2126c: Verifying Checksum [2021-03-05T12:32:18.277Z] 7e9c9ca2126c: Download complete [2021-03-05T12:32:18.277Z] ca9280d653b3: Pull complete [2021-03-05T12:32:24.916Z] 7e9c9ca2126c: Pull complete [2021-03-05T12:32:24.916Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-05T12:32:24.916Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-05T12:32:24.916Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-05T12:32:25.093Z] prd-centos7-docker-4c-2g-28709 does not seem to be running inside a container [2021-03-05T12:32:25.139Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/381 -v /w/workspace/edgex-go/381:/w/workspace/edgex-go/381:rw,z -v /w/workspace/edgex-go/381@tmp:/w/workspace/edgex-go/381@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-03-05T12:32:27.956Z] $ docker top 867556dca601719307a3514849c8595fcca99d0f364b5e1b1457d1fd4dc95e31 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T12:32:28.430Z] + docker-compose build --help [2021-03-05T12:32:28.430Z] + grep parallel [2021-03-05T12:32:29.375Z] --parallel Build images in parallel. [Pipeline] } [2021-03-05T12:32:29.392Z] $ docker stop --time=1 867556dca601719307a3514849c8595fcca99d0f364b5e1b1457d1fd4dc95e31 [2021-03-05T12:32:30.737Z] $ docker rm -f 867556dca601719307a3514849c8595fcca99d0f364b5e1b1457d1fd4dc95e31 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:32:31.381Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-05T12:32:31.381Z] . [Pipeline] withDockerContainer [2021-03-05T12:32:31.478Z] prd-centos7-docker-4c-2g-28709 does not seem to be running inside a container [2021-03-05T12:32:31.528Z] $ 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/381 -v /w/workspace/edgex-go/381:/w/workspace/edgex-go/381:rw,z -v /w/workspace/edgex-go/381@tmp:/w/workspace/edgex-go/381@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-05T12:32:32.165Z] $ docker top 9952282bd7c0d57f4d6b1161046350affa6495a0d6c6bbd3cb766ef2b41a4202 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T12:32:32.641Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-05T12:32:33.586Z] Building docker-core-command-go ... [2021-03-05T12:32:33.586Z] Building docker-core-data-go ... [2021-03-05T12:32:33.586Z] Building docker-core-metadata-go ... [2021-03-05T12:32:33.586Z] Building docker-security-bootstrapper-go ... [2021-03-05T12:32:33.586Z] Building docker-security-proxy-setup-go ... [2021-03-05T12:32:33.586Z] Building docker-security-secretstore-setup-go ... [2021-03-05T12:32:33.586Z] Building docker-support-notifications-go ... [2021-03-05T12:32:33.586Z] Building docker-support-scheduler-go ... [2021-03-05T12:32:33.586Z] Building docker-sys-mgmt-agent-go ... [2021-03-05T12:32:33.586Z] Building docker-security-bootstrapper-go [2021-03-05T12:32:33.586Z] Building docker-core-command-go [2021-03-05T12:32:33.586Z] Building docker-support-notifications-go [2021-03-05T12:32:33.586Z] Building docker-support-scheduler-go [2021-03-05T12:32:33.586Z] Building docker-core-metadata-go [2021-03-05T12:32:36.475Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-05T12:32:36.475Z] (6/12) Installing patch (2.7.6-r6) [2021-03-05T12:32:36.475Z] (7/12) Installing build-base (0.5-r2) [2021-03-05T12:32:36.475Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-05T12:32:36.475Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-05T12:32:36.475Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-05T12:32:36.475Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-05T12:32:36.475Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-05T12:32:36.475Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T12:32:36.475Z] OK: 217 MiB in 51 packages [2021-03-05T12:32:38.447Z] Removing intermediate container 2548514798d2 [2021-03-05T12:32:38.447Z] ---> a25fa9a777bb [2021-03-05T12:32:38.447Z] Step 4/6 : WORKDIR /edgex-go [2021-03-05T12:32:38.447Z] ---> Running in 388ac555c8c0 [2021-03-05T12:32:39.045Z] Removing intermediate container 388ac555c8c0 [2021-03-05T12:32:39.045Z] ---> 58eb227bc099 [2021-03-05T12:32:39.045Z] Step 5/6 : COPY go.mod . [2021-03-05T12:32:39.648Z] ---> 8617ab45130f [2021-03-05T12:32:39.648Z] Step 6/6 : RUN go mod download [2021-03-05T12:32:39.648Z] ---> Running in cf5b2259be52 [2021-03-05T12:33:05.812Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T12:33:05.812Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-05T12:33:05.812Z] ---> 3e4a6a35301b [2021-03-05T12:33:05.812Z] Step 3/23 : WORKDIR /edgex-go [2021-03-05T12:33:05.812Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T12:33:05.812Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-05T12:33:05.812Z] ---> 3e4a6a35301b [2021-03-05T12:33:05.812Z] Step 3/22 : WORKDIR /edgex-go [2021-03-05T12:33:05.812Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T12:33:05.812Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-05T12:33:05.812Z] ---> 3e4a6a35301b [2021-03-05T12:33:05.812Z] Step 3/22 : WORKDIR /edgex-go [2021-03-05T12:33:05.812Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T12:33:05.812Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-05T12:33:05.812Z] ---> 3e4a6a35301b [2021-03-05T12:33:05.812Z] Step 3/31 : WORKDIR /edgex-go [2021-03-05T12:33:05.812Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T12:33:05.812Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-05T12:33:05.812Z] ---> 3e4a6a35301b [2021-03-05T12:33:05.812Z] Step 3/23 : WORKDIR /edgex-go [2021-03-05T12:33:05.812Z] ---> Running in adbf952ba068 [2021-03-05T12:33:05.812Z] ---> Running in 46f73323b7b2 [2021-03-05T12:33:05.812Z] ---> Running in c4a35a008615 [2021-03-05T12:33:05.812Z] ---> Running in be6b95e6a4fa [2021-03-05T12:33:05.812Z] ---> Running in de7e3add5521 [2021-03-05T12:33:05.812Z] Removing intermediate container c4a35a008615 [2021-03-05T12:33:05.812Z] ---> 7cfba33bb905 [2021-03-05T12:33:05.812Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T12:33:05.812Z] Removing intermediate container 46f73323b7b2 [2021-03-05T12:33:05.812Z] ---> d1d035c3c7e9 [2021-03-05T12:33:05.812Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T12:33:05.812Z] Removing intermediate container de7e3add5521 [2021-03-05T12:33:05.812Z] ---> 748cc1266db8 [2021-03-05T12:33:05.812Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T12:33:05.812Z] Removing intermediate container adbf952ba068 [2021-03-05T12:33:05.812Z] ---> 8dd1d062d3e6 [2021-03-05T12:33:05.812Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T12:33:05.812Z] Removing intermediate container be6b95e6a4fa [2021-03-05T12:33:05.812Z] ---> 9d71d064ca9d [2021-03-05T12:33:05.812Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T12:33:05.812Z] ---> Running in 4dcf112d96ad [2021-03-05T12:33:05.812Z] ---> Running in d6072c139453 [2021-03-05T12:33:05.812Z] ---> Running in aa49d72b5efc [2021-03-05T12:33:05.812Z] ---> Running in c2a62a4acebc [2021-03-05T12:33:05.812Z] ---> Running in 1ca4bd76f196 [2021-03-05T12:33:07.215Z] Removing intermediate container 4dcf112d96ad [2021-03-05T12:33:07.215Z] ---> 352f7e3447c3 [2021-03-05T12:33:07.215Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-05T12:33:07.215Z] Removing intermediate container d6072c139453 [2021-03-05T12:33:07.215Z] ---> 565dc0221bbf [2021-03-05T12:33:07.215Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-05T12:33:07.478Z] ---> Running in c019ebf968d7 [2021-03-05T12:33:07.478Z] Removing intermediate container aa49d72b5efc [2021-03-05T12:33:07.478Z] ---> fed4013b81ae [2021-03-05T12:33:07.478Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-05T12:33:07.478Z] ---> Running in 05076444d756 [2021-03-05T12:33:07.745Z] ---> Running in 7c8c35b03102 [2021-03-05T12:33:07.745Z] Removing intermediate container c2a62a4acebc [2021-03-05T12:33:07.745Z] ---> c4242ee5cfe0 [2021-03-05T12:33:07.745Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-05T12:33:08.006Z] Removing intermediate container 1ca4bd76f196 [2021-03-05T12:33:08.006Z] ---> 5fe59b4326ce [2021-03-05T12:33:08.006Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-05T12:33:08.006Z] ---> Running in 78955a42c32b [2021-03-05T12:33:08.269Z] ---> Running in 6a906128cac3 [2021-03-05T12:33:08.269Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T12:33:08.541Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T12:33:08.807Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T12:33:08.807Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T12:33:08.807Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T12:33:08.807Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T12:33:09.382Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T12:33:09.382Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T12:33:09.382Z] OK: 233 MiB in 51 packages [2021-03-05T12:33:09.646Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T12:33:09.646Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T12:33:09.920Z] OK: 233 MiB in 51 packages [2021-03-05T12:33:09.920Z] Removing intermediate container c019ebf968d7 [2021-03-05T12:33:09.920Z] ---> 48a0fb3fa549 [2021-03-05T12:33:09.920Z] Step 6/23 : COPY go.mod . [2021-03-05T12:33:09.920Z] OK: 233 MiB in 51 packages [2021-03-05T12:33:10.186Z] OK: 233 MiB in 51 packages [2021-03-05T12:33:10.186Z] OK: 233 MiB in 51 packages [2021-03-05T12:33:10.186Z] ---> 97b25de30353 [2021-03-05T12:33:10.186Z] Step 7/23 : RUN go mod download [2021-03-05T12:33:10.448Z] ---> Running in 93c95af9055f [2021-03-05T12:33:11.031Z] Removing intermediate container 05076444d756 [2021-03-05T12:33:11.031Z] ---> bb67afd54213 [2021-03-05T12:33:11.031Z] Step 6/22 : COPY go.mod . [2021-03-05T12:33:11.031Z] Removing intermediate container 7c8c35b03102 [2021-03-05T12:33:11.031Z] ---> 7743d5d7c17c [2021-03-05T12:33:11.031Z] Step 6/31 : COPY go.mod . [2021-03-05T12:33:11.301Z] Removing intermediate container 78955a42c32b [2021-03-05T12:33:11.301Z] ---> 2c4864ce24f6 [2021-03-05T12:33:11.301Z] Step 6/22 : COPY go.mod . [2021-03-05T12:33:11.301Z] Removing intermediate container 6a906128cac3 [2021-03-05T12:33:11.301Z] ---> 0a2a948e79b1 [2021-03-05T12:33:11.301Z] Step 6/23 : COPY go.mod . [2021-03-05T12:33:11.301Z] ---> 7d14606cbe1d [2021-03-05T12:33:11.301Z] Step 7/22 : RUN go mod download [2021-03-05T12:33:11.591Z] ---> e51592a3b416 [2021-03-05T12:33:11.591Z] Step 7/31 : RUN go mod download [2021-03-05T12:33:11.591Z] ---> Running in dc408650e56f [2021-03-05T12:33:11.854Z] ---> Running in 306d659bf7de [2021-03-05T12:33:11.854Z] ---> e8f9df5ce3bb [2021-03-05T12:33:11.854Z] Step 7/22 : RUN go mod download [2021-03-05T12:33:11.854Z] ---> 92606fc8e16c [2021-03-05T12:33:11.854Z] Step 7/23 : RUN go mod download [2021-03-05T12:33:11.854Z] ---> Running in 126d02566462 [2021-03-05T12:33:12.012Z] Removing intermediate container cf5b2259be52 [2021-03-05T12:33:12.012Z] ---> b0285f88f5bb [2021-03-05T12:33:12.012Z] Successfully built b0285f88f5bb [2021-03-05T12:33:12.012Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:33:12.123Z] ---> Running in 11b88b76ee00 [2021-03-05T12:33:12.364Z] + docker inspect -f . ci-base-image-arm64 [2021-03-05T12:33:12.364Z] . [Pipeline] withDockerContainer [2021-03-05T12:33:12.643Z] prd-ubuntu18.04-docker-arm64-4c-16g-28710 does not seem to be running inside a container [2021-03-05T12:33:12.715Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/381 -v /w/workspace/edgex-go/381:/w/workspace/edgex-go/381:rw,z -v /w/workspace/edgex-go/381@tmp:/w/workspace/edgex-go/381@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-05T12:33:13.111Z] Removing intermediate container 93c95af9055f [2021-03-05T12:33:13.111Z] ---> 6d3ce62e264d [2021-03-05T12:33:13.111Z] Step 8/23 : COPY . . [2021-03-05T12:33:14.116Z] $ docker top d68b6a755024b6e07bb8a0dc20afa7f5888eb32244658b92650a29d17bbda2eb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T12:33:15.157Z] + go version [2021-03-05T12:33:15.158Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-05T12:33:15.154Z] $ docker stop --time=1 d68b6a755024b6e07bb8a0dc20afa7f5888eb32244658b92650a29d17bbda2eb [2021-03-05T12:33:17.013Z] $ docker rm -f d68b6a755024b6e07bb8a0dc20afa7f5888eb32244658b92650a29d17bbda2eb [Pipeline] // withDockerContainer [2021-03-05T12:33:17.346Z] Removing intermediate container dc408650e56f [2021-03-05T12:33:17.346Z] ---> 2508654e0a06 [2021-03-05T12:33:17.346Z] Step 8/22 : COPY . . [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:33:18.287Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-05T12:33:18.287Z] [2021-03-05T12:33:18.287Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:33:18.681Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-05T12:33:18.954Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-05T12:33:18.954Z] 29e5d40040c1: Pulling fs layer [2021-03-05T12:33:18.954Z] 1ce36da41761: Pulling fs layer [2021-03-05T12:33:18.954Z] 25b303627fd3: Pulling fs layer [2021-03-05T12:33:19.551Z] 29e5d40040c1: Verifying Checksum [2021-03-05T12:33:19.551Z] 29e5d40040c1: Download complete [2021-03-05T12:33:19.911Z] Removing intermediate container 306d659bf7de [2021-03-05T12:33:19.911Z] ---> 4d910c85e5db [2021-03-05T12:33:19.911Z] Step 8/31 : COPY . . [2021-03-05T12:33:20.151Z] 29e5d40040c1: Pull complete [2021-03-05T12:33:20.151Z] 1ce36da41761: Verifying Checksum [2021-03-05T12:33:20.151Z] 1ce36da41761: Download complete [2021-03-05T12:33:21.585Z] 1ce36da41761: Pull complete [2021-03-05T12:33:21.857Z] 25b303627fd3: Verifying Checksum [2021-03-05T12:33:21.858Z] 25b303627fd3: Download complete [2021-03-05T12:33:23.239Z] Removing intermediate container 126d02566462 [2021-03-05T12:33:23.239Z] ---> b9d2bf0e6523 [2021-03-05T12:33:23.239Z] Step 8/22 : COPY . . [2021-03-05T12:33:25.811Z] Removing intermediate container 11b88b76ee00 [2021-03-05T12:33:25.811Z] ---> a7af36a01108 [2021-03-05T12:33:25.811Z] Step 8/23 : COPY . . [2021-03-05T12:33:32.015Z] 25b303627fd3: Pull complete [2021-03-05T12:33:32.015Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-05T12:33:32.015Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-05T12:33:32.015Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-05T12:33:32.239Z] prd-ubuntu18.04-docker-arm64-4c-16g-28710 does not seem to be running inside a container [2021-03-05T12:33:32.294Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/381 -v /w/workspace/edgex-go/381:/w/workspace/edgex-go/381:rw,z -v /w/workspace/edgex-go/381@tmp:/w/workspace/edgex-go/381@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-05T12:33:35.440Z] $ docker top f6201d8377c11a95b4bdf7ba6f01057651bfa3193f03b210aa009b912ae0f7ff -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T12:33:36.555Z] + docker-compose build --help [2021-03-05T12:33:36.555Z] + grep parallel [2021-03-05T12:33:39.927Z] --parallel Build images in parallel. [Pipeline] } [2021-03-05T12:33:39.918Z] $ docker stop --time=1 f6201d8377c11a95b4bdf7ba6f01057651bfa3193f03b210aa009b912ae0f7ff [2021-03-05T12:33:41.945Z] $ docker rm -f f6201d8377c11a95b4bdf7ba6f01057651bfa3193f03b210aa009b912ae0f7ff [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:33:42.834Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-05T12:33:42.835Z] . [Pipeline] withDockerContainer [2021-03-05T12:33:43.102Z] prd-ubuntu18.04-docker-arm64-4c-16g-28710 does not seem to be running inside a container [2021-03-05T12:33:43.158Z] $ 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/381 -v /w/workspace/edgex-go/381:/w/workspace/edgex-go/381:rw,z -v /w/workspace/edgex-go/381@tmp:/w/workspace/edgex-go/381@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-05T12:33:44.594Z] $ docker top d74bdf72536bb167f50307fa9aff2d527c46a20144c25a8076a4bb685404e6d7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T12:33:45.652Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-05T12:33:49.029Z] Building docker-core-command-go ... [2021-03-05T12:33:49.029Z] Building docker-core-data-go ... [2021-03-05T12:33:49.029Z] Building docker-core-metadata-go ... [2021-03-05T12:33:49.029Z] Building docker-security-bootstrapper-go ... [2021-03-05T12:33:49.029Z] Building docker-security-proxy-setup-go ... [2021-03-05T12:33:49.029Z] Building docker-security-secretstore-setup-go ... [2021-03-05T12:33:49.029Z] Building docker-support-notifications-go ... [2021-03-05T12:33:49.029Z] Building docker-support-scheduler-go ... [2021-03-05T12:33:49.029Z] Building docker-sys-mgmt-agent-go ... [2021-03-05T12:33:49.029Z] Building docker-core-command-go [2021-03-05T12:33:49.029Z] Building docker-security-proxy-setup-go [2021-03-05T12:33:49.029Z] Building docker-security-secretstore-setup-go [2021-03-05T12:33:49.029Z] Building docker-support-notifications-go [2021-03-05T12:33:49.029Z] Building docker-core-metadata-go [2021-03-05T12:33:52.797Z] ---> 57cc6edc789f [2021-03-05T12:33:52.798Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-05T12:33:52.798Z] ---> Running in ab2d7fe798eb [2021-03-05T12:33:58.155Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o cmd/core-command/core-command ./cmd/core-command [2021-03-05T12:33:58.418Z] ---> 7aafa43329c3 [2021-03-05T12:33:58.418Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-05T12:33:59.385Z] ---> ca38ae3e440e [2021-03-05T12:33:59.385Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-05T12:33:59.385Z] ---> 089887c92e5c [2021-03-05T12:33:59.385Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-05T12:33:59.385Z] ---> Running in e4de6a4fb846 [2021-03-05T12:33:59.655Z] ---> 4f0aad9e6901 [2021-03-05T12:33:59.655Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-05T12:33:59.655Z] ---> Running in d41a28ec98ef [2021-03-05T12:33:59.655Z] ---> Running in 06644f991283 [2021-03-05T12:33:59.931Z] ---> Running in 133b002383ee [2021-03-05T12:34:00.935Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-05T12:34:00.935Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-05T12:34:01.207Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-05T12:34:01.207Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-05T12:34:33.520Z] Removing intermediate container ab2d7fe798eb [2021-03-05T12:34:33.520Z] ---> 601e81c16a6c [2021-03-05T12:34:33.520Z] [2021-03-05T12:34:33.520Z] Step 10/23 : FROM alpine:3.12 [2021-03-05T12:34:33.520Z] 3.12: Pulling from library/alpine [2021-03-05T12:34:34.103Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-05T12:34:35.512Z] Status: Downloaded newer image for alpine:3.12 [2021-03-05T12:34:35.512Z] ---> 88dd2752d2ea [2021-03-05T12:34:35.512Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-05T12:34:35.775Z] Removing intermediate container d41a28ec98ef [2021-03-05T12:34:35.775Z] ---> 6a5508cab764 [2021-03-05T12:34:35.775Z] [2021-03-05T12:34:35.775Z] Step 10/31 : FROM alpine:3.12 [2021-03-05T12:34:35.775Z] ---> 88dd2752d2ea [2021-03-05T12:34:35.775Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-05T12:34:35.775Z] ---> Running in 0eb0ff1f4c5c [2021-03-05T12:34:35.775Z] ---> Running in b10fce9208c6 [2021-03-05T12:34:36.023Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T12:34:36.023Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-05T12:34:36.023Z] ---> b0285f88f5bb [2021-03-05T12:34:36.023Z] Step 3/23 : WORKDIR /edgex-go [2021-03-05T12:34:36.038Z] Removing intermediate container b10fce9208c6 [2021-03-05T12:34:36.038Z] ---> dd603b5ba493 [2021-03-05T12:34:36.038Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-05T12:34:36.311Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T12:34:36.311Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-05T12:34:36.311Z] ---> b0285f88f5bb [2021-03-05T12:34:36.311Z] Step 3/24 : WORKDIR /edgex-go [2021-03-05T12:34:36.311Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T12:34:36.311Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-05T12:34:36.311Z] ---> b0285f88f5bb [2021-03-05T12:34:36.311Z] Step 3/23 : WORKDIR /edgex-go [2021-03-05T12:34:36.311Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T12:34:36.311Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-05T12:34:36.311Z] ---> b0285f88f5bb [2021-03-05T12:34:36.311Z] Step 3/21 : WORKDIR /edgex-go [2021-03-05T12:34:36.313Z] ---> Running in f0897a12a988 [2021-03-05T12:34:36.313Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T12:34:36.313Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T12:34:36.577Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-05T12:34:36.577Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T12:34:36.577Z] OK: 6 MiB in 15 packages [2021-03-05T12:34:36.610Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T12:34:36.610Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-05T12:34:36.610Z] ---> b0285f88f5bb [2021-03-05T12:34:36.610Z] Step 3/22 : WORKDIR /edgex-go [2021-03-05T12:34:37.968Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T12:34:37.968Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T12:34:37.968Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-05T12:34:37.968Z] (2/2) Installing su-exec (0.2-r1) [2021-03-05T12:34:37.968Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T12:34:37.968Z] OK: 6 MiB in 16 packages [2021-03-05T12:34:40.007Z] ---> Running in 952e9f632cbe [2021-03-05T12:34:40.007Z] ---> Running in 593fa0ec6f66 [2021-03-05T12:34:40.007Z] ---> Running in 4a1dd288d157 [2021-03-05T12:34:40.007Z] ---> Running in 0aed230ebb11 [2021-03-05T12:34:40.007Z] ---> Running in 886a221c1c5a [2021-03-05T12:34:40.997Z] Removing intermediate container 593fa0ec6f66 [2021-03-05T12:34:40.997Z] ---> 113a03993a77 [2021-03-05T12:34:40.997Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T12:34:40.997Z] Removing intermediate container 886a221c1c5a [2021-03-05T12:34:40.997Z] ---> 5bb41a8a1056 [2021-03-05T12:34:40.997Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T12:34:40.997Z] Removing intermediate container 4a1dd288d157 [2021-03-05T12:34:40.997Z] ---> 261e36400583 [2021-03-05T12:34:40.997Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T12:34:40.997Z] Removing intermediate container 0aed230ebb11 [2021-03-05T12:34:40.997Z] ---> 6d85823aa4c2 [2021-03-05T12:34:40.997Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T12:34:40.997Z] Removing intermediate container 952e9f632cbe [2021-03-05T12:34:40.997Z] ---> 75b452fe6172 [2021-03-05T12:34:40.997Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T12:34:41.274Z] ---> Running in 8f67eb21f6ac [2021-03-05T12:34:41.274Z] ---> Running in 75fc4c56e838 [2021-03-05T12:34:41.274Z] ---> Running in 09278060c404 [2021-03-05T12:34:41.274Z] ---> Running in 6ce50af8cb57 [2021-03-05T12:34:41.274Z] ---> Running in 929775fe85f7 [2021-03-05T12:34:41.291Z] Removing intermediate container 0eb0ff1f4c5c [2021-03-05T12:34:41.291Z] ---> 58a1a5dde3fd [2021-03-05T12:34:41.291Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T12:34:41.291Z] Removing intermediate container e4de6a4fb846 [2021-03-05T12:34:41.291Z] ---> 334f639d9ab6 [2021-03-05T12:34:41.291Z] [2021-03-05T12:34:41.291Z] Step 10/22 : FROM alpine:3.12 [2021-03-05T12:34:41.291Z] ---> 88dd2752d2ea [2021-03-05T12:34:41.291Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-05T12:34:41.552Z] Removing intermediate container 06644f991283 [2021-03-05T12:34:41.552Z] ---> 44eaa43557af [2021-03-05T12:34:41.552Z] [2021-03-05T12:34:41.552Z] Step 10/22 : FROM alpine:3.12 [2021-03-05T12:34:41.552Z] ---> Running in f9e3f6673781 [2021-03-05T12:34:41.814Z] ---> 88dd2752d2ea [2021-03-05T12:34:41.814Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-05T12:34:41.814Z] ---> Using cache [2021-03-05T12:34:41.814Z] ---> 58a1a5dde3fd [2021-03-05T12:34:41.814Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T12:34:42.078Z] ---> Running in d9179ee31259 [2021-03-05T12:34:42.078Z] Removing intermediate container f0897a12a988 [2021-03-05T12:34:42.078Z] ---> 0e141874ea86 [2021-03-05T12:34:42.078Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-05T12:34:43.477Z] ---> Running in c9115c450c9c [2021-03-05T12:34:43.739Z] Removing intermediate container f9e3f6673781 [2021-03-05T12:34:43.739Z] ---> 42e78ade647c [2021-03-05T12:34:43.739Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-05T12:34:43.739Z] ---> Running in d8db4ba59102 [2021-03-05T12:34:44.004Z] Removing intermediate container 133b002383ee [2021-03-05T12:34:44.004Z] ---> bc40a0984328 [2021-03-05T12:34:44.004Z] [2021-03-05T12:34:44.004Z] Step 10/23 : FROM alpine:3.12 [2021-03-05T12:34:44.004Z] ---> 88dd2752d2ea [2021-03-05T12:34:44.004Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-05T12:34:44.004Z] ---> Using cache [2021-03-05T12:34:44.004Z] ---> 58a1a5dde3fd [2021-03-05T12:34:44.004Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T12:34:44.004Z] ---> Using cache [2021-03-05T12:34:44.004Z] ---> 26dbf0dcf26c [2021-03-05T12:34:44.004Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-05T12:34:44.004Z] ---> Running in 3c149e578c54 [2021-03-05T12:34:44.004Z] Removing intermediate container c9115c450c9c [2021-03-05T12:34:44.004Z] ---> 26dbf0dcf26c [2021-03-05T12:34:44.004Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-05T12:34:44.267Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T12:34:44.267Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T12:34:44.267Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-05T12:34:44.267Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-05T12:34:44.267Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T12:34:44.267Z] Executing ca-certificates-20191127-r4.trigger [2021-03-05T12:34:44.529Z] OK: 6 MiB in 16 packages [2021-03-05T12:34:44.529Z] ---> Running in a7610fc0234f [2021-03-05T12:34:44.529Z] Removing intermediate container d8db4ba59102 [2021-03-05T12:34:44.529Z] ---> 0e9f22c598d4 [2021-03-05T12:34:44.529Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-05T12:34:45.644Z] Removing intermediate container 8f67eb21f6ac [2021-03-05T12:34:45.644Z] ---> bf7dd3d459cf [2021-03-05T12:34:45.644Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-05T12:34:45.644Z] ---> Running in 495bc256425e [2021-03-05T12:34:45.644Z] Removing intermediate container 09278060c404 [2021-03-05T12:34:45.644Z] ---> b9db6e818593 [2021-03-05T12:34:45.644Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-05T12:34:45.644Z] ---> Running in fe8750a4eda6 [2021-03-05T12:34:45.927Z] Removing intermediate container 6ce50af8cb57 [2021-03-05T12:34:45.927Z] ---> 0af4ffd8b780 [2021-03-05T12:34:45.927Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-05T12:34:45.927Z] Removing intermediate container 929775fe85f7 [2021-03-05T12:34:45.927Z] ---> d895deb5b60b [2021-03-05T12:34:45.927Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-05T12:34:46.201Z] Removing intermediate container 75fc4c56e838 [2021-03-05T12:34:46.201Z] ---> eb6691004a0c [2021-03-05T12:34:46.201Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-05T12:34:46.201Z] ---> Running in b45c1020fc42 [2021-03-05T12:34:46.458Z] ---> Running in d4bcd8907db1 [2021-03-05T12:34:46.458Z] ---> Running in ffafe926992e [2021-03-05T12:34:46.458Z] Removing intermediate container 3c149e578c54 [2021-03-05T12:34:46.458Z] ---> 90672e47eed2 [2021-03-05T12:34:46.458Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-05T12:34:46.458Z] Removing intermediate container a7610fc0234f [2021-03-05T12:34:46.458Z] ---> 867e0751a2d4 [2021-03-05T12:34:46.458Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-05T12:34:46.474Z] ---> Running in 3fc7cdcb0545 [2021-03-05T12:34:46.474Z] ---> Running in 89b99cf578c1 [2021-03-05T12:34:46.721Z] ---> Running in ca82ccc20da6 [2021-03-05T12:34:46.721Z] Removing intermediate container d4bcd8907db1 [2021-03-05T12:34:46.721Z] ---> 238556cdb71e [2021-03-05T12:34:46.721Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-05T12:34:47.073Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T12:34:47.294Z] ---> Running in 605da6b60b2f [2021-03-05T12:34:47.294Z] Removing intermediate container ffafe926992e [2021-03-05T12:34:47.294Z] ---> 9f9b5fa4a3d5 [2021-03-05T12:34:47.294Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-05T12:34:47.294Z] ---> Running in b1ac1e2fea77 [2021-03-05T12:34:47.350Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T12:34:47.555Z] Removing intermediate container d9179ee31259 [2021-03-05T12:34:47.555Z] ---> d6af1b67e3a7 [2021-03-05T12:34:47.555Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T12:34:47.555Z] Removing intermediate container ca82ccc20da6 [2021-03-05T12:34:47.555Z] ---> 0349388c50c2 [2021-03-05T12:34:47.555Z] Step 15/23 : WORKDIR / [2021-03-05T12:34:47.555Z] ---> Running in 74a588095c64 [2021-03-05T12:34:47.633Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T12:34:47.818Z] Removing intermediate container 605da6b60b2f [2021-03-05T12:34:47.818Z] ---> 014815fae288 [2021-03-05T12:34:47.818Z] Step 15/23 : WORKDIR / [2021-03-05T12:34:47.818Z] ---> Running in 236df45b25b9 [2021-03-05T12:34:47.818Z] ---> Running in ec0ae6b61742 [2021-03-05T12:34:47.818Z] Removing intermediate container b1ac1e2fea77 [2021-03-05T12:34:47.818Z] ---> 96d26773ab5b [2021-03-05T12:34:47.818Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T12:34:48.079Z] ---> Running in 8b7e7ec01e22 [2021-03-05T12:34:48.079Z] Removing intermediate container ec0ae6b61742 [2021-03-05T12:34:48.079Z] ---> 948122617fbb [2021-03-05T12:34:48.079Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-05T12:34:48.235Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T12:34:48.235Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T12:34:48.235Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T12:34:48.343Z] Removing intermediate container 236df45b25b9 [2021-03-05T12:34:48.343Z] ---> 03df40a86796 [2021-03-05T12:34:48.343Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T12:34:48.343Z] ---> 3281c1e24a89 [2021-03-05T12:34:48.343Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-05T12:34:48.343Z] ---> Running in 8fe8d83449c6 [2021-03-05T12:34:48.521Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T12:34:48.521Z] OK: 217 MiB in 51 packages [2021-03-05T12:34:48.607Z] Removing intermediate container 8b7e7ec01e22 [2021-03-05T12:34:48.607Z] ---> 472eee95ebd5 [2021-03-05T12:34:48.607Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T12:34:48.870Z] ---> 9fd1dacb2718 [2021-03-05T12:34:48.870Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-05T12:34:48.870Z] Removing intermediate container 8fe8d83449c6 [2021-03-05T12:34:48.870Z] ---> d3f3817ee0aa [2021-03-05T12:34:48.870Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-05T12:34:48.870Z] ---> 2d5406f08752 [2021-03-05T12:34:48.870Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-05T12:34:49.133Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T12:34:49.133Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T12:34:49.133Z] OK: 217 MiB in 51 packages [2021-03-05T12:34:49.137Z] ---> a8ea548d3297 [2021-03-05T12:34:49.137Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-05T12:34:49.137Z] ---> Running in 49bf1ad16233 [2021-03-05T12:34:49.399Z] Removing intermediate container 74a588095c64 [2021-03-05T12:34:49.400Z] ---> daf8484dd21b [2021-03-05T12:34:49.400Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-05T12:34:49.449Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T12:34:49.664Z] ---> Running in eebbc1d9e0c8 [2021-03-05T12:34:49.664Z] ---> 0596c198af4d [2021-03-05T12:34:49.664Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-05T12:34:49.664Z] ---> 1de58983fb77 [2021-03-05T12:34:49.664Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-05T12:34:49.664Z] Removing intermediate container 49bf1ad16233 [2021-03-05T12:34:49.664Z] ---> a6c20f950303 [2021-03-05T12:34:49.664Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T12:34:49.664Z] ---> 44e6d0a90037 [2021-03-05T12:34:49.664Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-05T12:34:49.664Z] ---> Running in e219f38072f7 [2021-03-05T12:34:49.937Z] Removing intermediate container eebbc1d9e0c8 [2021-03-05T12:34:49.937Z] ---> 605ad4fe2174 [2021-03-05T12:34:49.937Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-05T12:34:49.937Z] Removing intermediate container e219f38072f7 [2021-03-05T12:34:49.937Z] ---> c3a366afdee1 [2021-03-05T12:34:49.937Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T12:34:50.046Z] OK: 217 MiB in 51 packages [2021-03-05T12:34:50.046Z] OK: 217 MiB in 51 packages [2021-03-05T12:34:50.199Z] ---> 1172d321ae2e [2021-03-05T12:34:50.199Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-05T12:34:50.199Z] ---> a26f18618415 [2021-03-05T12:34:50.199Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-05T12:34:50.199Z] ---> da6bee74cfa1 [2021-03-05T12:34:50.199Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-05T12:34:50.324Z] Removing intermediate container 495bc256425e [2021-03-05T12:34:50.324Z] ---> 83edf49b83e8 [2021-03-05T12:34:50.324Z] Step 6/23 : COPY go.mod . [2021-03-05T12:34:50.324Z] OK: 217 MiB in 51 packages [2021-03-05T12:34:50.460Z] ---> Running in 67ed3321bbe9 [2021-03-05T12:34:50.460Z] ---> Running in 03cb60ae09db [2021-03-05T12:34:50.460Z] ---> Running in f52cb73ee040 [2021-03-05T12:34:50.460Z] ---> d8586b63df10 [2021-03-05T12:34:50.460Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-05T12:34:50.460Z] ---> Running in 5b9613dceace [2021-03-05T12:34:50.922Z] Removing intermediate container fe8750a4eda6 [2021-03-05T12:34:50.922Z] ---> 500b67469a80 [2021-03-05T12:34:50.922Z] Step 6/23 : COPY go.mod . [2021-03-05T12:34:51.039Z] Removing intermediate container 67ed3321bbe9 [2021-03-05T12:34:51.039Z] ---> 240b219c7ab7 [2021-03-05T12:34:51.039Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T12:34:51.039Z] Removing intermediate container f52cb73ee040 [2021-03-05T12:34:51.039Z] ---> 8934a1468aa3 [2021-03-05T12:34:51.039Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T12:34:51.039Z] Removing intermediate container 03cb60ae09db [2021-03-05T12:34:51.039Z] ---> b299463b108e [2021-03-05T12:34:51.039Z] Step 20/22 : LABEL arch=x86_64 [2021-03-05T12:34:51.039Z] ---> Running in 640ec94c72c6 [2021-03-05T12:34:51.039Z] ---> Running in 1106b75c4534 [2021-03-05T12:34:51.039Z] ---> Running in 9a7c7dddad76 [2021-03-05T12:34:51.039Z] ---> 68749ac732ad [2021-03-05T12:34:51.039Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-05T12:34:51.302Z] Removing intermediate container 9a7c7dddad76 [2021-03-05T12:34:51.302Z] ---> 247c4f694240 [2021-03-05T12:34:51.302Z] Step 21/22 : LABEL git_sha=55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:34:51.302Z] Removing intermediate container 640ec94c72c6 [2021-03-05T12:34:51.302Z] ---> f5a82dbe3e79 [2021-03-05T12:34:51.302Z] Step 21/23 : LABEL arch=x86_64 [2021-03-05T12:34:51.521Z] ---> a48cbc085e54 [2021-03-05T12:34:51.521Z] Step 7/23 : RUN go mod download [2021-03-05T12:34:51.521Z] Removing intermediate container b45c1020fc42 [2021-03-05T12:34:51.521Z] ---> 52c539cbcbda [2021-03-05T12:34:51.521Z] Step 6/21 : COPY go.mod . [2021-03-05T12:34:51.564Z] Removing intermediate container 1106b75c4534 [2021-03-05T12:34:51.564Z] ---> b12567729bfd [2021-03-05T12:34:51.564Z] Step 21/23 : LABEL arch=x86_64 [2021-03-05T12:34:51.564Z] ---> Running in 62c08d4bc4cb [2021-03-05T12:34:51.564Z] ---> Running in d3d9c2629221 [2021-03-05T12:34:51.564Z] ---> Running in 54f7b2728d55 [2021-03-05T12:34:51.795Z] ---> Running in db3c2513c060 [2021-03-05T12:34:51.795Z] Removing intermediate container 3fc7cdcb0545 [2021-03-05T12:34:51.795Z] ---> 8ac07ba8a3ca [2021-03-05T12:34:51.795Z] Step 6/24 : COPY go.mod . [2021-03-05T12:34:51.826Z] ---> 476e1dbc6ac4 [2021-03-05T12:34:51.826Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-05T12:34:52.073Z] ---> 4a27de6e083f [2021-03-05T12:34:52.073Z] Step 7/23 : RUN go mod download [2021-03-05T12:34:52.088Z] ---> Running in a3160d537596 [2021-03-05T12:34:52.088Z] Removing intermediate container d3d9c2629221 [2021-03-05T12:34:52.088Z] ---> edea9c97c69d [2021-03-05T12:34:52.088Z] Step 22/22 : LABEL version=2.0.0-dev.114 [2021-03-05T12:34:52.088Z] Removing intermediate container 62c08d4bc4cb [2021-03-05T12:34:52.088Z] ---> f82f3f241735 [2021-03-05T12:34:52.088Z] Step 22/23 : LABEL git_sha=55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:34:52.349Z] Removing intermediate container 54f7b2728d55 [2021-03-05T12:34:52.349Z] ---> 5b12586f8002 [2021-03-05T12:34:52.349Z] Step 22/23 : LABEL git_sha=55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:34:52.352Z] Removing intermediate container 89b99cf578c1 [2021-03-05T12:34:52.352Z] ---> 2a1748def59e [2021-03-05T12:34:52.352Z] Step 6/22 : COPY go.mod . [2021-03-05T12:34:52.352Z] ---> Running in e260a4ccf05a [2021-03-05T12:34:52.613Z] ---> Running in 9d7a8d8f7bb1 [2021-03-05T12:34:52.613Z] Removing intermediate container a3160d537596 [2021-03-05T12:34:52.613Z] ---> 8f1f9cc00542 [2021-03-05T12:34:52.613Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T12:34:52.613Z] ---> Running in ec76fae3bf1b [2021-03-05T12:34:52.631Z] ---> cb714c48fdc7 [2021-03-05T12:34:52.631Z] Step 7/21 : RUN go mod download [2021-03-05T12:34:52.875Z] ---> Running in a834c5899020 [2021-03-05T12:34:52.875Z] ---> Running in 2dae59eca4bb [2021-03-05T12:34:52.875Z] Removing intermediate container 5b9613dceace [2021-03-05T12:34:52.875Z] ---> c267dc5462ab [2021-03-05T12:34:52.875Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T12:34:52.906Z] ---> Running in 21c58303f564 [2021-03-05T12:34:53.139Z] Removing intermediate container 9d7a8d8f7bb1 [2021-03-05T12:34:53.139Z] ---> db5d77049e9a [2021-03-05T12:34:53.139Z] [2021-03-05T12:34:53.139Z] Removing intermediate container ec76fae3bf1b [2021-03-05T12:34:53.139Z] ---> 108de9e5dc1b [2021-03-05T12:34:53.139Z] Step 23/23 : LABEL version=2.0.0-dev.114 [2021-03-05T12:34:53.139Z] Removing intermediate container a834c5899020 [2021-03-05T12:34:53.139Z] ---> 5885480efbd8 [2021-03-05T12:34:53.139Z] Step 23/23 : LABEL version=2.0.0-dev.114 [2021-03-05T12:34:53.139Z] Removing intermediate container 2dae59eca4bb [2021-03-05T12:34:53.139Z] ---> 60df6782b413 [2021-03-05T12:34:53.139Z] Step 20/22 : LABEL arch=x86_64 [2021-03-05T12:34:53.139Z] ---> 2043f1e640d2 [2021-03-05T12:34:53.139Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-05T12:34:53.181Z] ---> f6509f8b4924 [2021-03-05T12:34:53.181Z] Step 7/24 : RUN go mod download [2021-03-05T12:34:53.402Z] ---> Running in 972d3556ad7e [2021-03-05T12:34:53.402Z] ---> Running in 5bacabb85bdc [2021-03-05T12:34:53.402Z] ---> Running in f16b9b2795e1 [2021-03-05T12:34:53.402Z] Successfully built db5d77049e9a [2021-03-05T12:34:53.402Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-05T12:34:53.402Z] Building docker-security-proxy-setup-go [2021-03-05T12:34:53.457Z] ---> 69ba34b43fc2 [2021-03-05T12:34:53.457Z] Step 7/22 : RUN go mod download [2021-03-05T12:34:53.457Z] ---> Running in 29c9955ae0b9 [2021-03-05T12:34:53.665Z]  Building docker-support-scheduler-go ... done Removing intermediate container 5bacabb85bdc [2021-03-05T12:34:53.665Z] ---> 568eff4c5f8b [2021-03-05T12:34:53.665Z] [2021-03-05T12:34:53.733Z] ---> Running in 78c610212565 [2021-03-05T12:34:53.936Z] Removing intermediate container 972d3556ad7e [2021-03-05T12:34:53.936Z] ---> a1d038ee19c4 [2021-03-05T12:34:53.936Z] [2021-03-05T12:34:53.936Z] Successfully built 568eff4c5f8b [2021-03-05T12:34:53.936Z] Removing intermediate container f16b9b2795e1 [2021-03-05T12:34:53.936Z] ---> 4ca652343311 [2021-03-05T12:34:53.936Z] Step 21/22 : LABEL git_sha=55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:34:53.936Z] Successfully tagged docker-core-metadata-go:latest [2021-03-05T12:34:53.936Z] Building docker-security-secretstore-setup-go [2021-03-05T12:34:53.936Z]  Building docker-core-metadata-go ... done Successfully built a1d038ee19c4 [2021-03-05T12:34:53.936Z] Successfully tagged docker-core-command-go:latest [2021-03-05T12:34:53.936Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-03-05T12:34:53.936Z] ---> Running in e2fa2ffc35d9 [2021-03-05T12:34:54.200Z] ---> 58291c7d6113 [2021-03-05T12:34:54.200Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-05T12:34:54.200Z] Removing intermediate container e2fa2ffc35d9 [2021-03-05T12:34:54.200Z] ---> ea521fbecbd9 [2021-03-05T12:34:54.200Z] Step 22/22 : LABEL version=2.0.0-dev.114 [2021-03-05T12:34:54.200Z] ---> Running in 4e55c2e27f69 [2021-03-05T12:34:54.464Z] ---> 8be3b9a3c1d2 [2021-03-05T12:34:54.464Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-05T12:34:54.464Z] Removing intermediate container 4e55c2e27f69 [2021-03-05T12:34:54.464Z] ---> 2d773e9df779 [2021-03-05T12:34:54.464Z] [2021-03-05T12:34:54.725Z] Successfully built 2d773e9df779 [2021-03-05T12:34:54.725Z] Successfully tagged docker-support-notifications-go:latest [2021-03-05T12:34:54.725Z] Building docker-sys-mgmt-agent-go [2021-03-05T12:34:55.728Z] Removing intermediate container db3c2513c060 [2021-03-05T12:34:55.728Z] ---> 678f5eb0f60f [2021-03-05T12:34:55.728Z] Step 8/23 : COPY . . [2021-03-05T12:34:56.654Z]  Building docker-support-notifications-go ... done  ---> 4ae775c95e42 [2021-03-05T12:34:56.654Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-05T12:34:56.721Z] Removing intermediate container e260a4ccf05a [2021-03-05T12:34:56.721Z] ---> 9a783dc70c91 [2021-03-05T12:34:56.721Z] Step 8/23 : COPY . . [2021-03-05T12:34:57.784Z] Removing intermediate container 21c58303f564 [2021-03-05T12:34:57.784Z] ---> e259c29b0464 [2021-03-05T12:34:57.784Z] Step 8/21 : COPY . . [2021-03-05T12:34:58.059Z] Removing intermediate container 29c9955ae0b9 [2021-03-05T12:34:58.059Z] ---> ea2c26ca25b7 [2021-03-05T12:34:58.059Z] Step 8/24 : COPY . . [2021-03-05T12:34:58.591Z] ---> bafdedddf309 [2021-03-05T12:34:58.591Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-05T12:34:58.657Z] Removing intermediate container 78c610212565 [2021-03-05T12:34:58.657Z] ---> 7fe937351849 [2021-03-05T12:34:58.657Z] Step 8/22 : COPY . . [2021-03-05T12:35:02.823Z] ---> Running in c87988f8f79d [2021-03-05T12:35:03.087Z] Removing intermediate container c87988f8f79d [2021-03-05T12:35:03.087Z] ---> 82c12f4b4d17 [2021-03-05T12:35:03.087Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-05T12:35:07.321Z] ---> eb76417b9263 [2021-03-05T12:35:07.321Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-05T12:35:07.321Z] ---> Running in 783f8576a00f [2021-03-05T12:35:09.274Z] Removing intermediate container 783f8576a00f [2021-03-05T12:35:09.274Z] ---> f61f60f564c9 [2021-03-05T12:35:09.274Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-05T12:35:11.250Z] ---> Running in 3a96404f276e [2021-03-05T12:35:12.216Z] Removing intermediate container 3a96404f276e [2021-03-05T12:35:12.216Z] ---> 27c28e29ee02 [2021-03-05T12:35:12.216Z] Step 28/31 : CMD ["gate"] [2021-03-05T12:35:12.802Z] ---> Running in b696630fa82b [2021-03-05T12:35:17.003Z] ---> 4a77e1e0933e [2021-03-05T12:35:17.003Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-05T12:35:17.003Z] ---> d265d79f66db [2021-03-05T12:35:17.003Z] ---> a0e84faf3d44 [2021-03-05T12:35:17.003Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-configStep 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-05T12:35:17.003Z] [2021-03-05T12:35:17.003Z] ---> b9663f9e34e6 [2021-03-05T12:35:17.003Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-05T12:35:17.003Z] ---> 1b1422ccb5df [2021-03-05T12:35:17.003Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-05T12:35:17.003Z] ---> Running in ce59c7fd006f [2021-03-05T12:35:17.003Z] ---> Running in 734016572fa9 [2021-03-05T12:35:17.003Z] ---> Running in 651687c65989 [2021-03-05T12:35:17.003Z] ---> Running in 7c0c45862207 [2021-03-05T12:35:17.003Z] ---> Running in 803e1cd00b7c [2021-03-05T12:35:17.061Z] Removing intermediate container b696630fa82b [2021-03-05T12:35:17.061Z] ---> 62fecd76c422 [2021-03-05T12:35:17.061Z] Step 29/31 : LABEL arch=x86_64 [2021-03-05T12:35:18.451Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o cmd/core-command/core-command ./cmd/core-command [2021-03-05T12:35:18.726Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-05T12:35:19.007Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-05T12:35:19.007Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-05T12:35:19.039Z] ---> Running in b38f2fc4a474 [2021-03-05T12:35:19.284Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-05T12:35:20.475Z] Removing intermediate container b38f2fc4a474 [2021-03-05T12:35:20.475Z] ---> c056ef732aa6 [2021-03-05T12:35:20.475Z] Step 30/31 : LABEL git_sha=55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:35:21.064Z] ---> Running in 43c1e3e1e0d4 [2021-03-05T12:35:21.685Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T12:35:21.685Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-05T12:35:21.685Z] ---> 3e4a6a35301b [2021-03-05T12:35:21.685Z] Step 3/24 : WORKDIR /edgex-go [2021-03-05T12:35:21.685Z] ---> Using cache [2021-03-05T12:35:21.685Z] ---> 9d71d064ca9d [2021-03-05T12:35:21.685Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T12:35:21.685Z] [2021-03-05T12:35:21.685Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-05T12:35:21.685Z] ---> 3e4a6a35301b [2021-03-05T12:35:21.685Z] Step 3/21 : WORKDIR /edgex-go [2021-03-05T12:35:21.685Z] ---> Using cache [2021-03-05T12:35:21.685Z] ---> 9d71d064ca9d [2021-03-05T12:35:21.685Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T12:35:21.685Z] ---> Using cache [2021-03-05T12:35:21.685Z] ---> 5fe59b4326ce [2021-03-05T12:35:21.685Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-05T12:35:21.685Z] ---> Using cache [2021-03-05T12:35:21.685Z] ---> 5fe59b4326ce [2021-03-05T12:35:21.685Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-05T12:35:21.685Z] ---> Using cache [2021-03-05T12:35:21.685Z] ---> 0a2a948e79b1 [2021-03-05T12:35:21.685Z] Step 6/21 : COPY go.mod . [2021-03-05T12:35:21.685Z] ---> Using cache [2021-03-05T12:35:21.685Z] ---> 0a2a948e79b1 [2021-03-05T12:35:21.685Z] Step 6/24 : COPY go.mod . [2021-03-05T12:35:21.685Z] ---> Using cache [2021-03-05T12:35:21.685Z] ---> 92606fc8e16c [2021-03-05T12:35:21.685Z] Step 7/24 : RUN go mod download [2021-03-05T12:35:21.685Z] ---> Using cache [2021-03-05T12:35:21.685Z] ---> 92606fc8e16c [2021-03-05T12:35:21.685Z] Step 7/21 : RUN go mod download [2021-03-05T12:35:21.685Z] ---> Using cache [2021-03-05T12:35:21.685Z] ---> a7af36a01108 [2021-03-05T12:35:21.685Z] Step 8/21 : COPY . . [2021-03-05T12:35:21.685Z] ---> Using cache [2021-03-05T12:35:21.685Z] ---> a7af36a01108 [2021-03-05T12:35:21.685Z] Step 8/24 : COPY . . [2021-03-05T12:35:21.948Z] ---> Using cache [2021-03-05T12:35:21.948Z] ---> 4f0aad9e6901 [2021-03-05T12:35:21.948Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-05T12:35:21.948Z] ---> Using cache [2021-03-05T12:35:21.948Z] ---> 4f0aad9e6901 [2021-03-05T12:35:21.948Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-05T12:35:21.948Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T12:35:21.948Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-05T12:35:21.948Z] ---> 3e4a6a35301b [2021-03-05T12:35:21.948Z] Step 3/23 : WORKDIR /edgex-go [2021-03-05T12:35:21.948Z] ---> Using cache [2021-03-05T12:35:21.948Z] ---> 9d71d064ca9d [2021-03-05T12:35:21.948Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T12:35:21.948Z] ---> Using cache [2021-03-05T12:35:21.948Z] ---> 5fe59b4326ce [2021-03-05T12:35:21.948Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-05T12:35:21.948Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T12:35:21.948Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-05T12:35:22.903Z] ---> 3e4a6a35301b [2021-03-05T12:35:22.903Z] Step 3/26 : WORKDIR /edgex-go [2021-03-05T12:35:22.903Z] ---> Using cache [2021-03-05T12:35:22.903Z] ---> 9d71d064ca9d [2021-03-05T12:35:22.903Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T12:35:22.903Z] ---> Using cache [2021-03-05T12:35:22.903Z] ---> 5fe59b4326ce [2021-03-05T12:35:22.903Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-05T12:35:23.166Z] Removing intermediate container 43c1e3e1e0d4 [2021-03-05T12:35:23.166Z] ---> e72e4a655e80 [2021-03-05T12:35:23.166Z] Step 31/31 : LABEL version=2.0.0-dev.114 [2021-03-05T12:35:23.760Z] ---> Running in 72c93d8d3693 [2021-03-05T12:35:23.760Z] ---> Running in 09a34bab2018 [2021-03-05T12:35:23.760Z] ---> Running in 8c4cedc7ee34 [2021-03-05T12:35:23.760Z] ---> Running in e2dfd7235bd1 [2021-03-05T12:35:24.023Z] ---> Running in 14686614d4d3 [2021-03-05T12:35:24.292Z] Removing intermediate container 14686614d4d3 [2021-03-05T12:35:24.292Z] ---> 6eef8f1eb698 [2021-03-05T12:35:24.292Z] [2021-03-05T12:35:24.560Z] Successfully built 6eef8f1eb698 [2021-03-05T12:35:24.560Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-05T12:35:24.827Z]  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T12:35:25.091Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-05T12:35:25.091Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-05T12:35:25.091Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T12:35:25.682Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T12:35:25.682Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T12:35:26.276Z] OK: 233 MiB in 51 packages [2021-03-05T12:35:26.276Z] OK: 233 MiB in 51 packages [2021-03-05T12:35:27.715Z] Removing intermediate container 72c93d8d3693 [2021-03-05T12:35:27.715Z] ---> e8e324f36e8a [2021-03-05T12:35:27.715Z] Step 6/23 : COPY go.mod . [2021-03-05T12:35:27.715Z] Removing intermediate container 8c4cedc7ee34 [2021-03-05T12:35:27.715Z] ---> 46c19748d47c [2021-03-05T12:35:27.715Z] Step 6/26 : COPY go.mod . [2021-03-05T12:35:28.330Z] ---> 0f71d02f6562 [2021-03-05T12:35:28.330Z] Step 7/26 : RUN go mod download [2021-03-05T12:35:28.330Z] ---> b6780d12a268 [2021-03-05T12:35:28.330Z] Step 7/23 : RUN go mod download [2021-03-05T12:35:28.330Z] ---> Running in 573cdd61b091 [2021-03-05T12:35:28.885Z] ---> Running in 5c35686740dc [2021-03-05T12:35:31.445Z] Removing intermediate container 573cdd61b091 [2021-03-05T12:35:31.445Z] ---> 0e595b0aaa7a [2021-03-05T12:35:31.445Z] Step 8/26 : COPY . . [2021-03-05T12:35:31.445Z] Removing intermediate container 5c35686740dc [2021-03-05T12:35:31.445Z] ---> 68eba51ccb7d [2021-03-05T12:35:31.445Z] Step 8/23 : COPY . . [2021-03-05T12:35:49.731Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-05T12:35:49.731Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-05T12:35:58.024Z] ---> f3b5a42a1f56 [2021-03-05T12:35:58.024Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-05T12:35:58.024Z] ---> Running in 77a63ce3bdac [2021-03-05T12:35:58.024Z] Removing intermediate container e2dfd7235bd1 [2021-03-05T12:35:58.024Z] ---> 3035035ed0b4 [2021-03-05T12:35:58.024Z] [2021-03-05T12:35:58.024Z] Step 10/24 : FROM alpine:3.12 [2021-03-05T12:35:58.024Z] ---> 88dd2752d2ea [2021-03-05T12:35:58.024Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-05T12:35:58.024Z] ---> 36057ed79a67 [2021-03-05T12:35:58.024Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-05T12:35:58.024Z] Removing intermediate container 09a34bab2018 [2021-03-05T12:35:58.024Z] ---> 309929f2c938 [2021-03-05T12:35:58.024Z] [2021-03-05T12:35:58.024Z] Step 10/21 : FROM alpine:3.12 [2021-03-05T12:35:58.024Z] ---> 88dd2752d2ea [2021-03-05T12:35:58.024Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-05T12:35:58.024Z] ---> Running in 27394956e37c [2021-03-05T12:35:58.024Z] ---> Running in c411cd3cf82b [2021-03-05T12:35:58.024Z] ---> Running in 0f32b93ffac6 [2021-03-05T12:35:58.290Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o cmd/core-data/core-data ./cmd/core-data [2021-03-05T12:35:58.565Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T12:35:58.828Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T12:35:58.828Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-05T12:35:58.828Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T12:35:58.828Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-05T12:35:58.828Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T12:35:59.092Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-05T12:35:59.092Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-05T12:35:59.092Z] (4/5) Installing curl (7.69.1-r3) [2021-03-05T12:35:59.092Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-05T12:35:59.092Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T12:35:59.092Z] Executing ca-certificates-20191127-r4.trigger [2021-03-05T12:35:59.092Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-05T12:35:59.092Z] OK: 7 MiB in 19 packages [2021-03-05T12:35:59.092Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-05T12:35:59.092Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-05T12:35:59.092Z] (4/4) Installing curl (7.69.1-r3) [2021-03-05T12:35:59.092Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T12:35:59.092Z] Executing ca-certificates-20191127-r4.trigger [2021-03-05T12:35:59.376Z] OK: 7 MiB in 18 packages [2021-03-05T12:36:02.726Z] Removing intermediate container 27394956e37c [2021-03-05T12:36:02.726Z] ---> 4d379941f356 [2021-03-05T12:36:02.726Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-05T12:36:02.726Z] Removing intermediate container 0f32b93ffac6 [2021-03-05T12:36:02.726Z] ---> 67c4b202a353 [2021-03-05T12:36:02.726Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-05T12:36:02.726Z] ---> Running in 53283e2b6c7d [2021-03-05T12:36:02.726Z] ---> Running in 81cde061c57b [2021-03-05T12:36:03.000Z] Removing intermediate container 53283e2b6c7d [2021-03-05T12:36:03.000Z] ---> db1f651b949d [2021-03-05T12:36:03.000Z] Step 13/24 : WORKDIR / [2021-03-05T12:36:03.000Z] Removing intermediate container 81cde061c57b [2021-03-05T12:36:03.000Z] ---> cffb0a309787 [2021-03-05T12:36:03.000Z] Step 13/21 : WORKDIR /edgex [2021-03-05T12:36:03.000Z] ---> Running in 067f6d7afaba [2021-03-05T12:36:03.274Z] ---> Running in 75a6d81c6ade [2021-03-05T12:36:03.546Z] Removing intermediate container 067f6d7afaba [2021-03-05T12:36:03.546Z] ---> cafb6ead95d3 [2021-03-05T12:36:03.546Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-05T12:36:03.546Z] Removing intermediate container 75a6d81c6ade [2021-03-05T12:36:03.546Z] ---> 211153cb7918 [2021-03-05T12:36:03.546Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-05T12:36:04.141Z] ---> a840e81cd04d [2021-03-05T12:36:04.141Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-05T12:36:04.737Z] ---> 2d30bde0a5ae [2021-03-05T12:36:04.737Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-05T12:36:04.737Z] ---> 1c7011d3de32 [2021-03-05T12:36:04.737Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-05T12:36:06.162Z] ---> dd6036e71c19 [2021-03-05T12:36:06.162Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-05T12:36:06.162Z] ---> 8b8e43f8a996 [2021-03-05T12:36:06.162Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-05T12:36:07.620Z] ---> aee3df8b0207 [2021-03-05T12:36:07.620Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-05T12:36:07.620Z] ---> 92288d6c3a60 [2021-03-05T12:36:07.620Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-05T12:36:07.620Z] ---> Running in 10e27c8fc6f8 [2021-03-05T12:36:08.608Z] Removing intermediate container 10e27c8fc6f8 [2021-03-05T12:36:08.608Z] ---> 41c5a675e7fe [2021-03-05T12:36:08.608Z] Step 18/21 : CMD ["--init=true"] [2021-03-05T12:36:08.608Z] ---> 1fc4a90e079d [2021-03-05T12:36:08.608Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-05T12:36:08.608Z] ---> Running in a7288a077fed [2021-03-05T12:36:08.888Z] Removing intermediate container a7288a077fed [2021-03-05T12:36:08.888Z] ---> a5b8317e6e9b [2021-03-05T12:36:08.888Z] Step 19/21 : LABEL arch=x86_64 [2021-03-05T12:36:08.888Z] ---> Running in b5a897e80b0b [2021-03-05T12:36:08.888Z] ---> 0dd950420505 [2021-03-05T12:36:08.888Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-05T12:36:09.852Z] ---> Running in 50f6790296e6 [2021-03-05T12:36:09.852Z] Removing intermediate container b5a897e80b0b [2021-03-05T12:36:09.852Z] ---> eaa728971148 [2021-03-05T12:36:09.852Z] Step 20/21 : LABEL git_sha=55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:36:10.438Z] ---> Running in 1c6f4452c5bf [2021-03-05T12:36:10.704Z] Removing intermediate container 1c6f4452c5bf [2021-03-05T12:36:10.704Z] ---> f341769c149f [2021-03-05T12:36:10.704Z] Step 21/21 : LABEL version=2.0.0-dev.114 [2021-03-05T12:36:10.971Z] ---> Running in 131a4b16f155 [2021-03-05T12:36:11.244Z] Removing intermediate container 131a4b16f155 [2021-03-05T12:36:11.244Z] ---> 9b794e3fb899 [2021-03-05T12:36:11.244Z] [2021-03-05T12:36:11.834Z] Successfully built 9b794e3fb899 [2021-03-05T12:36:11.834Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-05T12:36:11.834Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 50f6790296e6 [2021-03-05T12:36:11.834Z] ---> 8fa4a3279985 [2021-03-05T12:36:11.834Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-05T12:36:11.834Z] ---> Running in 47b1b0532b84 [2021-03-05T12:36:12.107Z] Removing intermediate container 47b1b0532b84 [2021-03-05T12:36:12.107Z] ---> 6938f6d33e62 [2021-03-05T12:36:12.107Z] Step 22/24 : LABEL arch=x86_64 [2021-03-05T12:36:12.107Z] ---> Running in 412668380fca [2021-03-05T12:36:12.696Z] Removing intermediate container 412668380fca [2021-03-05T12:36:12.696Z] ---> 543ee9bcf33e [2021-03-05T12:36:12.696Z] Step 23/24 : LABEL git_sha=55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:36:12.962Z] ---> Running in de15e9135713 [2021-03-05T12:36:13.548Z] Removing intermediate container de15e9135713 [2021-03-05T12:36:13.548Z] ---> fca809f6c1d4 [2021-03-05T12:36:13.548Z] Step 24/24 : LABEL version=2.0.0-dev.114 [2021-03-05T12:36:13.548Z] ---> Running in f532b554ccfb [2021-03-05T12:36:13.825Z] Removing intermediate container f532b554ccfb [2021-03-05T12:36:13.825Z] ---> cd736871e4cc [2021-03-05T12:36:13.825Z] [2021-03-05T12:36:13.825Z] Successfully built cd736871e4cc [2021-03-05T12:36:14.098Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-05T12:36:18.359Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container c411cd3cf82b [2021-03-05T12:36:18.359Z] ---> 0c0e624cb008 [2021-03-05T12:36:18.359Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-05T12:36:18.621Z] ---> Running in 986392896f6a [2021-03-05T12:36:20.014Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-05T12:36:22.572Z] Removing intermediate container 77a63ce3bdac [2021-03-05T12:36:22.572Z] ---> 2f4b579c76f0 [2021-03-05T12:36:22.572Z] [2021-03-05T12:36:22.572Z] Step 10/23 : FROM alpine:3.12 [2021-03-05T12:36:22.572Z] ---> 88dd2752d2ea [2021-03-05T12:36:22.572Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-05T12:36:22.572Z] Removing intermediate container 986392896f6a [2021-03-05T12:36:22.572Z] ---> 206712de3822 [2021-03-05T12:36:22.572Z] [2021-03-05T12:36:22.572Z] Step 11/26 : FROM docker:20.10.0 [2021-03-05T12:36:22.572Z] ---> Running in aa0897c0dd3b [2021-03-05T12:36:22.572Z] 20.10.0: Pulling from library/docker [2021-03-05T12:36:22.572Z] Removing intermediate container aa0897c0dd3b [2021-03-05T12:36:22.572Z] ---> d0e0dfca12de [2021-03-05T12:36:22.572Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-05T12:36:22.841Z] ---> Running in 07c7f152ce70 [2021-03-05T12:36:23.105Z] Removing intermediate container 07c7f152ce70 [2021-03-05T12:36:23.105Z] ---> 043b84c9cd96 [2021-03-05T12:36:23.105Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-05T12:36:23.371Z] ---> Running in edafb7e08197 [2021-03-05T12:36:23.634Z] Removing intermediate container edafb7e08197 [2021-03-05T12:36:23.634Z] ---> b68253772a14 [2021-03-05T12:36:23.634Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T12:36:23.897Z] ---> Running in 6919f9726412 [2021-03-05T12:36:24.853Z] Removing intermediate container 6919f9726412 [2021-03-05T12:36:24.853Z] ---> 58fe541f7c83 [2021-03-05T12:36:24.853Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-05T12:36:24.853Z] ---> Running in 9a45a35df25f [2021-03-05T12:36:25.426Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T12:36:26.001Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T12:36:26.582Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-05T12:36:26.582Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-05T12:36:26.843Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-05T12:36:26.843Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-05T12:36:27.108Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-05T12:36:27.108Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-05T12:36:27.108Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-05T12:36:27.108Z] ---> aefe523efa57 [2021-03-05T12:36:27.108Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-05T12:36:27.108Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-05T12:36:27.108Z] ---> Running in a728fb7fe038 [2021-03-05T12:36:27.369Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T12:36:27.370Z] OK: 8 MiB in 20 packages [2021-03-05T12:36:27.630Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T12:36:27.630Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T12:36:27.920Z] Removing intermediate container 9a45a35df25f [2021-03-05T12:36:27.920Z] ---> b3664ac65162 [2021-03-05T12:36:27.920Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T12:36:27.920Z] (1/2) Installing readline (8.0.4-r0) [2021-03-05T12:36:27.920Z] (2/2) Installing bash (5.0.17-r0) [2021-03-05T12:36:27.920Z] Executing bash-5.0.17-r0.post-install [2021-03-05T12:36:27.920Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T12:36:27.920Z] OK: 12 MiB in 22 packages [2021-03-05T12:36:28.182Z] ---> d3be8dbdeb31 [2021-03-05T12:36:28.182Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-05T12:36:28.443Z] Removing intermediate container a728fb7fe038 [2021-03-05T12:36:28.443Z] ---> 5dceab049735 [2021-03-05T12:36:28.443Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-05T12:36:28.705Z] ---> Running in ed178f7db39c [2021-03-05T12:36:28.705Z] ---> d2e571aed8ce [2021-03-05T12:36:28.705Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-05T12:36:28.705Z] Removing intermediate container ed178f7db39c [2021-03-05T12:36:28.705Z] ---> a905212bea69 [2021-03-05T12:36:28.705Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-05T12:36:28.967Z] ---> Running in 7ce3912e95c1 [2021-03-05T12:36:28.967Z] ---> 659fa3446623 [2021-03-05T12:36:28.967Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-05T12:36:28.967Z] ---> Running in 5a73080f7350 [2021-03-05T12:36:28.967Z] Removing intermediate container 7ce3912e95c1 [2021-03-05T12:36:28.967Z] ---> 2e0a20635ac4 [2021-03-05T12:36:28.968Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-05T12:36:29.229Z] ---> Running in 7002b1da2042 [2021-03-05T12:36:29.229Z] Removing intermediate container 5a73080f7350 [2021-03-05T12:36:29.229Z] ---> ace23baaf788 [2021-03-05T12:36:29.229Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T12:36:29.229Z] ---> Running in 3188e1f067e9 [2021-03-05T12:36:29.229Z] Removing intermediate container 7002b1da2042 [2021-03-05T12:36:29.229Z] ---> 43d0564212f5 [2021-03-05T12:36:29.229Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-05T12:36:29.491Z] Removing intermediate container 3188e1f067e9 [2021-03-05T12:36:29.491Z] ---> f6c9dce28204 [2021-03-05T12:36:29.491Z] Step 21/23 : LABEL arch=x86_64 [2021-03-05T12:36:29.491Z] ---> Running in f85be9d53c5e [2021-03-05T12:36:29.753Z] Removing intermediate container f85be9d53c5e [2021-03-05T12:36:29.753Z] ---> 3e1bec1c9363 [2021-03-05T12:36:29.753Z] Step 22/23 : LABEL git_sha=55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:36:29.753Z] ---> Running in 829d1dabd7f5 [2021-03-05T12:36:29.753Z] ---> d23018b5d9a0 [2021-03-05T12:36:29.753Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-05T12:36:30.016Z] Removing intermediate container 829d1dabd7f5 [2021-03-05T12:36:30.016Z] ---> f0cefc905c5a [2021-03-05T12:36:30.016Z] Step 23/23 : LABEL version=2.0.0-dev.114 [2021-03-05T12:36:30.016Z] ---> Running in 9d8f54cc7494 [2021-03-05T12:36:30.278Z] ---> f7974b4dde0d [2021-03-05T12:36:30.278Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-05T12:36:30.278Z] Removing intermediate container 9d8f54cc7494 [2021-03-05T12:36:30.278Z] ---> fcf273b315e6 [2021-03-05T12:36:30.278Z] [2021-03-05T12:36:30.851Z] Successfully built fcf273b315e6 [2021-03-05T12:36:31.112Z] Successfully tagged docker-core-data-go:latest [2021-03-05T12:36:31.112Z]  Building docker-core-data-go ... done  ---> 2dc0ea74f9e1 [2021-03-05T12:36:31.112Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-05T12:36:31.112Z] ---> Running in 0d218e96efbc [2021-03-05T12:36:31.685Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T12:36:31.685Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T12:36:31.685Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-05T12:36:31.685Z] (2/33) Installing expat (2.2.9-r1) [2021-03-05T12:36:31.685Z] (3/33) Installing libffi (3.3-r2) [2021-03-05T12:36:31.685Z] (4/33) Installing gdbm (1.13-r1) [2021-03-05T12:36:31.946Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-05T12:36:31.946Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-05T12:36:31.946Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-05T12:36:33.336Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-05T12:36:33.336Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-05T12:36:33.336Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-05T12:36:33.336Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-05T12:36:33.336Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-05T12:36:33.336Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-05T12:36:33.336Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-05T12:36:33.336Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-05T12:36:33.336Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-05T12:36:33.597Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-05T12:36:33.597Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-05T12:36:33.597Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-05T12:36:33.597Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-05T12:36:33.597Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-05T12:36:33.597Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-05T12:36:33.597Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-05T12:36:33.597Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-05T12:36:33.597Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-05T12:36:33.597Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-05T12:36:33.597Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-05T12:36:33.597Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-05T12:36:33.597Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-05T12:36:33.597Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-05T12:36:33.597Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-05T12:36:33.597Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-05T12:36:33.597Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-05T12:36:33.858Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T12:36:33.858Z] OK: 71 MiB in 55 packages [2021-03-05T12:36:42.017Z] Removing intermediate container 0d218e96efbc [2021-03-05T12:36:42.017Z] ---> e1039f9cfa83 [2021-03-05T12:36:42.017Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-05T12:36:42.017Z] ---> Running in 78328fdcaf70 [2021-03-05T12:36:43.408Z] Collecting docker-compose==1.23.2 [2021-03-05T12:36:43.408Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-05T12:36:43.670Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-05T12:36:43.670Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-05T12:36:43.670Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-05T12:36:43.670Z] Collecting cached-property<2,>=1.2.0 [2021-03-05T12:36:43.670Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-05T12:36:43.934Z] Collecting texttable<0.10,>=0.9.0 [2021-03-05T12:36:43.934Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-05T12:36:44.530Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-05T12:36:44.530Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-05T12:36:45.131Z] Collecting jsonschema<3,>=2.5.1 [2021-03-05T12:36:45.131Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-05T12:36:45.131Z] Collecting docopt<0.7,>=0.6.1 [2021-03-05T12:36:45.131Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-05T12:36:46.531Z] Collecting docker<4.0,>=3.6.0 [2021-03-05T12:36:46.531Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-05T12:36:46.531Z] Collecting PyYAML<4,>=3.10 [2021-03-05T12:36:46.531Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-05T12:36:47.475Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-05T12:36:47.475Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-05T12:36:47.736Z] Collecting docker-pycreds>=0.4.0 [2021-03-05T12:36:47.736Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-05T12:36:47.737Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-05T12:36:47.737Z] Collecting idna<2.8,>=2.5 [2021-03-05T12:36:47.737Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-05T12:36:47.997Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-05T12:36:47.997Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-05T12:36:47.997Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-05T12:36:47.997Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-05T12:36:47.997Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-05T12:36:47.997Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-05T12:36:47.997Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-05T12:36:47.997Z] Installing collected packages: websocket-client, cached-property, texttable, dockerpty, jsonschema, docopt, docker-pycreds, idna, urllib3, requests, docker, PyYAML, docker-compose [2021-03-05T12:36:48.259Z] Running setup.py install for texttable: started [2021-03-05T12:36:48.832Z] Running setup.py install for texttable: finished with status 'done' [2021-03-05T12:36:48.832Z] Running setup.py install for dockerpty: started [2021-03-05T12:36:49.093Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-05T12:36:49.093Z] Running setup.py install for docopt: started [2021-03-05T12:36:49.666Z] Running setup.py install for docopt: finished with status 'done' [2021-03-05T12:36:49.666Z] Attempting uninstall: idna [2021-03-05T12:36:49.666Z] Found existing installation: idna 2.9 [2021-03-05T12:36:49.666Z] Uninstalling idna-2.9: [2021-03-05T12:36:49.666Z] Successfully uninstalled idna-2.9 [2021-03-05T12:36:49.928Z] Attempting uninstall: urllib3 [2021-03-05T12:36:49.928Z] Found existing installation: urllib3 1.25.9 [2021-03-05T12:36:49.928Z] Uninstalling urllib3-1.25.9: [2021-03-05T12:36:49.928Z] Successfully uninstalled urllib3-1.25.9 [2021-03-05T12:36:50.190Z] Attempting uninstall: requests [2021-03-05T12:36:50.190Z] Found existing installation: requests 2.23.0 [2021-03-05T12:36:50.190Z] Uninstalling requests-2.23.0: [2021-03-05T12:36:50.190Z] Successfully uninstalled requests-2.23.0 [2021-03-05T12:36:50.451Z] Running setup.py install for PyYAML: started [2021-03-05T12:36:51.024Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-05T12:36:51.285Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-05T12:36:54.594Z] Removing intermediate container 78328fdcaf70 [2021-03-05T12:36:54.595Z] ---> 5feb5e6325e7 [2021-03-05T12:36:54.595Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-05T12:36:54.595Z] ---> Running in f2d3e5549dae [2021-03-05T12:36:54.595Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T12:36:54.595Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T12:36:54.857Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-05T12:36:54.857Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-05T12:36:54.857Z] (3/3) Installing curl (7.69.1-r3) [2021-03-05T12:36:54.857Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T12:36:54.857Z] OK: 72 MiB in 58 packages [2021-03-05T12:36:55.430Z] Removing intermediate container f2d3e5549dae [2021-03-05T12:36:55.430Z] ---> 930a1b089ed1 [2021-03-05T12:36:55.430Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-05T12:36:55.430Z] ---> Running in 9d08e802e753 [2021-03-05T12:36:55.692Z] Removing intermediate container 9d08e802e753 [2021-03-05T12:36:55.692Z] ---> 1976dac27b66 [2021-03-05T12:36:55.692Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T12:36:55.692Z] ---> Running in b8cc0a5d9a28 [2021-03-05T12:36:55.692Z] Removing intermediate container b8cc0a5d9a28 [2021-03-05T12:36:55.692Z] ---> 09029287d2c7 [2021-03-05T12:36:55.692Z] Step 24/26 : LABEL arch=x86_64 [2021-03-05T12:36:55.955Z] ---> Running in 2370ed3755c6 [2021-03-05T12:36:55.955Z] Removing intermediate container 2370ed3755c6 [2021-03-05T12:36:55.955Z] ---> 546f21625490 [2021-03-05T12:36:55.955Z] Step 25/26 : LABEL git_sha=55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:36:55.955Z] ---> Running in e35d57acfeff [2021-03-05T12:36:56.151Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-05T12:36:56.151Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-05T12:36:56.216Z] Removing intermediate container e35d57acfeff [2021-03-05T12:36:56.216Z] ---> dd7146f7bfc1 [2021-03-05T12:36:56.216Z] Step 26/26 : LABEL version=2.0.0-dev.114 [2021-03-05T12:36:56.216Z] ---> Running in 842be0f390a7 [2021-03-05T12:36:56.478Z] Removing intermediate container 842be0f390a7 [2021-03-05T12:36:56.478Z] ---> 6d919ec34d98 [2021-03-05T12:36:56.478Z] [2021-03-05T12:36:56.478Z] Successfully built 6d919ec34d98 [2021-03-05T12:36:56.742Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-05T12:36:57.015Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-05T12:36:57.041Z] $ docker stop --time=1 9952282bd7c0d57f4d6b1161046350affa6495a0d6c6bbd3cb766ef2b41a4202 [2021-03-05T12:36:58.676Z] $ docker rm -f 9952282bd7c0d57f4d6b1161046350affa6495a0d6c6bbd3cb766ef2b41a4202 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-05T12:36:59.274Z] + docker images [2021-03-05T12:36:59.275Z] + grep docker [2021-03-05T12:36:59.848Z] docker-sys-mgmt-agent-go latest 6d919ec34d98 3 seconds ago 313MB [2021-03-05T12:36:59.848Z] docker-core-data-go latest fcf273b315e6 29 seconds ago 22.4MB [2021-03-05T12:36:59.848Z] docker-security-secretstore-setup-go latest cd736871e4cc 46 seconds ago 24.9MB [2021-03-05T12:36:59.848Z] docker-security-proxy-setup-go latest 9b794e3fb899 49 seconds ago 24.7MB [2021-03-05T12:36:59.848Z] docker-security-bootstrapper-go latest 6eef8f1eb698 About a minute ago 18.7MB [2021-03-05T12:36:59.848Z] docker-support-notifications-go latest 2d773e9df779 2 minutes ago 17.8MB [2021-03-05T12:36:59.848Z] docker-core-metadata-go latest 568eff4c5f8b 2 minutes ago 19MB [2021-03-05T12:36:59.848Z] docker-core-command-go latest a1d038ee19c4 2 minutes ago 17.2MB [2021-03-05T12:36:59.848Z] docker-support-scheduler-go latest db5d77049e9a 2 minutes ago 17.2MB [2021-03-05T12:36:59.848Z] 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-03-05T12:37:00.485Z] provisioning config files... [2021-03-05T12:37:00.525Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/381@tmp/config2054838274572951585tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-05T12:37:00.893Z] ---> docker-login.sh [2021-03-05T12:37:00.893Z] nexus3.edgexfoundry.org:10001 [2021-03-05T12:37:00.893Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T12:37:00.893Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T12:37:00.893Z] Configure a credential helper to remove this warning. See [2021-03-05T12:37:00.893Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T12:37:00.893Z] [2021-03-05T12:37:00.893Z] Login Succeeded [2021-03-05T12:37:01.155Z] nexus3.edgexfoundry.org:10002 [2021-03-05T12:37:01.155Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T12:37:01.155Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T12:37:01.155Z] Configure a credential helper to remove this warning. See [2021-03-05T12:37:01.155Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T12:37:01.155Z] [2021-03-05T12:37:01.155Z] Login Succeeded [2021-03-05T12:37:01.155Z] nexus3.edgexfoundry.org:10003 [2021-03-05T12:37:01.418Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T12:37:01.418Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T12:37:01.418Z] Configure a credential helper to remove this warning. See [2021-03-05T12:37:01.418Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T12:37:01.418Z] [2021-03-05T12:37:01.418Z] Login Succeeded [2021-03-05T12:37:01.418Z] nexus3.edgexfoundry.org:10004 [2021-03-05T12:37:01.418Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T12:37:01.684Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T12:37:01.684Z] Configure a credential helper to remove this warning. See [2021-03-05T12:37:01.684Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T12:37:01.684Z] [2021-03-05T12:37:01.684Z] Login Succeeded [2021-03-05T12:37:01.684Z] docker.io [2021-03-05T12:37:01.684Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T12:37:01.949Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T12:37:01.949Z] Configure a credential helper to remove this warning. See [2021-03-05T12:37:01.949Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T12:37:01.949Z] [2021-03-05T12:37:01.949Z] Login Succeeded [2021-03-05T12:37:01.949Z] ---> docker-login.sh ends [Pipeline] } [2021-03-05T12:37:01.958Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-05T12:37:02.196Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-03-05T12:37:02.196Z] 55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:37:02.196Z] 2.0.0-dev.114 [2021-03-05T12:37:02.196Z] 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [2021-03-05T12:37:02.196Z] master [2021-03-05T12:37:02.196Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:02.733Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:55fea418b1ac49172828e32c63c2641cfdddd142 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:02.934Z] Removing intermediate container 803e1cd00b7c [2021-03-05T12:37:02.934Z] ---> 851d716f07fa [2021-03-05T12:37:02.934Z] [2021-03-05T12:37:02.934Z] Step 10/24 : FROM alpine:3.12 [2021-03-05T12:37:02.934Z] 3.12: Pulling from library/alpine [2021-03-05T12:37:03.040Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:37:03.040Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-05T12:37:03.040Z] 8d8f254626b3: Preparing [2021-03-05T12:37:03.040Z] f2ab712667dc: Preparing [2021-03-05T12:37:03.040Z] ed14d68c3449: Preparing [2021-03-05T12:37:03.040Z] 4a3eae8ceb30: Preparing [2021-03-05T12:37:03.040Z] 33e8713114f8: Preparing [2021-03-05T12:37:03.040Z] 33e8713114f8: Layer already exists [2021-03-05T12:37:03.302Z] 8d8f254626b3: Pushed [2021-03-05T12:37:03.302Z] 4a3eae8ceb30: Pushed [2021-03-05T12:37:03.302Z] ed14d68c3449: Pushed [2021-03-05T12:37:03.940Z] Removing intermediate container 734016572fa9 [2021-03-05T12:37:03.940Z] ---> 33f6dd8bd619 [2021-03-05T12:37:03.940Z] [2021-03-05T12:37:03.940Z] Step 10/21 : FROM alpine:3.12 [2021-03-05T12:37:03.940Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-05T12:37:03.940Z] Status: Downloaded newer image for alpine:3.12 [2021-03-05T12:37:03.940Z] ---> d10569e2745f [2021-03-05T12:37:03.940Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-05T12:37:04.225Z] 3.12: Pulling from library/alpine [2021-03-05T12:37:04.225Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-05T12:37:04.225Z] Status: Image is up to date for alpine:3.12 [2021-03-05T12:37:04.225Z] ---> d10569e2745f [2021-03-05T12:37:04.225Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-05T12:37:04.247Z] f2ab712667dc: Pushed [2021-03-05T12:37:04.508Z] 55fea418b1ac49172828e32c63c2641cfdddd142: digest: sha256:3bd5bde4bccea68c5abc32c1dbc02875ba35bf9d6e6d23a86dd705adfdb36893 size: 1363 [2021-03-05T12:37:04.509Z] ---> Running in 1636bfa43533 [2021-03-05T12:37:04.509Z] ---> Running in d0222cf8cd8e [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:04.816Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:05.117Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.114 [2021-03-05T12:37:05.118Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-05T12:37:05.118Z] 8d8f254626b3: Preparing [2021-03-05T12:37:05.118Z] f2ab712667dc: Preparing [2021-03-05T12:37:05.118Z] ed14d68c3449: Preparing [2021-03-05T12:37:05.118Z] 4a3eae8ceb30: Preparing [2021-03-05T12:37:05.118Z] 33e8713114f8: Preparing [2021-03-05T12:37:05.118Z] ed14d68c3449: Layer already exists [2021-03-05T12:37:05.118Z] 4a3eae8ceb30: Layer already exists [2021-03-05T12:37:05.118Z] f2ab712667dc: Layer already exists [2021-03-05T12:37:05.118Z] 33e8713114f8: Layer already exists [2021-03-05T12:37:05.118Z] 8d8f254626b3: Layer already exists [2021-03-05T12:37:05.118Z] 2.0.0-dev.114: digest: sha256:3bd5bde4bccea68c5abc32c1dbc02875ba35bf9d6e6d23a86dd705adfdb36893 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:05.430Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:05.729Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [2021-03-05T12:37:05.729Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-05T12:37:05.729Z] 8d8f254626b3: Preparing [2021-03-05T12:37:05.729Z] f2ab712667dc: Preparing [2021-03-05T12:37:05.729Z] ed14d68c3449: Preparing [2021-03-05T12:37:05.729Z] 4a3eae8ceb30: Preparing [2021-03-05T12:37:05.729Z] 33e8713114f8: Preparing [2021-03-05T12:37:05.729Z] 4a3eae8ceb30: Layer already exists [2021-03-05T12:37:05.729Z] f2ab712667dc: Layer already exists [2021-03-05T12:37:05.729Z] ed14d68c3449: Layer already exists [2021-03-05T12:37:05.729Z] 8d8f254626b3: Layer already exists [2021-03-05T12:37:05.729Z] 33e8713114f8: Layer already exists [2021-03-05T12:37:05.729Z] 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114: digest: sha256:3bd5bde4bccea68c5abc32c1dbc02875ba35bf9d6e6d23a86dd705adfdb36893 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:06.040Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:06.342Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-03-05T12:37:06.342Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-05T12:37:06.342Z] 8d8f254626b3: Preparing [2021-03-05T12:37:06.342Z] f2ab712667dc: Preparing [2021-03-05T12:37:06.342Z] ed14d68c3449: Preparing [2021-03-05T12:37:06.342Z] 4a3eae8ceb30: Preparing [2021-03-05T12:37:06.342Z] 33e8713114f8: Preparing [2021-03-05T12:37:06.342Z] 33e8713114f8: Layer already exists [2021-03-05T12:37:06.342Z] ed14d68c3449: Layer already exists [2021-03-05T12:37:06.342Z] 4a3eae8ceb30: Layer already exists [2021-03-05T12:37:06.342Z] 8d8f254626b3: Layer already exists [2021-03-05T12:37:06.342Z] f2ab712667dc: Layer already exists [2021-03-05T12:37:06.342Z] master: digest: sha256:3bd5bde4bccea68c5abc32c1dbc02875ba35bf9d6e6d23a86dd705adfdb36893 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-05T12:37:06.583Z] ===================================================== [Pipeline] echo [2021-03-05T12:37:06.671Z] taggedImages: [2021-03-05T12:37:06.672Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:37:06.672Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.114 [2021-03-05T12:37:06.672Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [2021-03-05T12:37:06.672Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-03-05T12:37:06.796Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-03-05T12:37:06.796Z] 55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:37:06.796Z] 2.0.0-dev.114 [2021-03-05T12:37:06.796Z] 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [2021-03-05T12:37:06.796Z] master [2021-03-05T12:37:06.796Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:07.179Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T12:37:07.179Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T12:37:07.179Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T12:37:07.179Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T12:37:07.294Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:55fea418b1ac49172828e32c63c2641cfdddd142 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:07.459Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-05T12:37:07.459Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-05T12:37:07.459Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-05T12:37:07.593Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:37:07.593Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-05T12:37:07.593Z] c5d337690a9b: Preparing [2021-03-05T12:37:07.593Z] a54ac70a5b4e: Preparing [2021-03-05T12:37:07.593Z] ed14d68c3449: Preparing [2021-03-05T12:37:07.593Z] 4ec48a3e63a8: Preparing [2021-03-05T12:37:07.593Z] cf518acb3c2c: Preparing [2021-03-05T12:37:07.593Z] 33e8713114f8: Preparing [2021-03-05T12:37:07.593Z] 33e8713114f8: Waiting [2021-03-05T12:37:07.593Z] ed14d68c3449: Layer already exists [2021-03-05T12:37:07.593Z] 33e8713114f8: Layer already exists [2021-03-05T12:37:07.738Z] (4/4) Installing curl (7.69.1-r3) [2021-03-05T12:37:07.738Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T12:37:07.738Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-05T12:37:07.738Z] Executing ca-certificates-20191127-r4.trigger [2021-03-05T12:37:07.738Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-05T12:37:07.738Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-05T12:37:07.738Z] (4/5) Installing curl (7.69.1-r3) [2021-03-05T12:37:07.738Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-05T12:37:07.738Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T12:37:07.738Z] Executing ca-certificates-20191127-r4.trigger [2021-03-05T12:37:07.738Z] OK: 7 MiB in 18 packages [2021-03-05T12:37:07.855Z] c5d337690a9b: Pushed [2021-03-05T12:37:07.855Z] cf518acb3c2c: Pushed [2021-03-05T12:37:07.855Z] 4ec48a3e63a8: Pushed [2021-03-05T12:37:08.345Z] OK: 7 MiB in 19 packages [2021-03-05T12:37:08.803Z] a54ac70a5b4e: Pushed [2021-03-05T12:37:09.065Z] 55fea418b1ac49172828e32c63c2641cfdddd142: digest: sha256:d7e8f4050952f641393d89c222b28257633c366affc8e2a220c9a6581553721e size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:09.371Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:09.671Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.114 [2021-03-05T12:37:09.671Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-05T12:37:09.671Z] c5d337690a9b: Preparing [2021-03-05T12:37:09.671Z] a54ac70a5b4e: Preparing [2021-03-05T12:37:09.671Z] ed14d68c3449: Preparing [2021-03-05T12:37:09.671Z] 4ec48a3e63a8: Preparing [2021-03-05T12:37:09.671Z] cf518acb3c2c: Preparing [2021-03-05T12:37:09.671Z] 33e8713114f8: Preparing [2021-03-05T12:37:09.671Z] 33e8713114f8: Waiting [2021-03-05T12:37:09.671Z] a54ac70a5b4e: Layer already exists [2021-03-05T12:37:09.671Z] ed14d68c3449: Layer already exists [2021-03-05T12:37:09.671Z] c5d337690a9b: Layer already exists [2021-03-05T12:37:09.671Z] cf518acb3c2c: Layer already exists [2021-03-05T12:37:09.671Z] 4ec48a3e63a8: Layer already exists [2021-03-05T12:37:09.671Z] 33e8713114f8: Layer already exists [2021-03-05T12:37:09.671Z] 2.0.0-dev.114: digest: sha256:d7e8f4050952f641393d89c222b28257633c366affc8e2a220c9a6581553721e size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:09.976Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:10.278Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [2021-03-05T12:37:10.278Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-05T12:37:10.278Z] c5d337690a9b: Preparing [2021-03-05T12:37:10.278Z] a54ac70a5b4e: Preparing [2021-03-05T12:37:10.278Z] ed14d68c3449: Preparing [2021-03-05T12:37:10.278Z] 4ec48a3e63a8: Preparing [2021-03-05T12:37:10.278Z] cf518acb3c2c: Preparing [2021-03-05T12:37:10.278Z] 33e8713114f8: Preparing [2021-03-05T12:37:10.278Z] 33e8713114f8: Waiting [2021-03-05T12:37:10.278Z] 4ec48a3e63a8: Layer already exists [2021-03-05T12:37:10.279Z] cf518acb3c2c: Layer already exists [2021-03-05T12:37:10.279Z] c5d337690a9b: Layer already exists [2021-03-05T12:37:10.279Z] a54ac70a5b4e: Layer already exists [2021-03-05T12:37:10.279Z] ed14d68c3449: Layer already exists [2021-03-05T12:37:10.279Z] 33e8713114f8: Layer already exists [2021-03-05T12:37:10.279Z] 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114: digest: sha256:d7e8f4050952f641393d89c222b28257633c366affc8e2a220c9a6581553721e size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:10.583Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:10.891Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-03-05T12:37:10.891Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-05T12:37:10.891Z] c5d337690a9b: Preparing [2021-03-05T12:37:10.891Z] a54ac70a5b4e: Preparing [2021-03-05T12:37:10.891Z] ed14d68c3449: Preparing [2021-03-05T12:37:10.891Z] 4ec48a3e63a8: Preparing [2021-03-05T12:37:10.891Z] cf518acb3c2c: Preparing [2021-03-05T12:37:10.891Z] 33e8713114f8: Preparing [2021-03-05T12:37:10.891Z] 33e8713114f8: Waiting [2021-03-05T12:37:10.891Z] cf518acb3c2c: Layer already exists [2021-03-05T12:37:10.891Z] c5d337690a9b: Layer already exists [2021-03-05T12:37:10.891Z] a54ac70a5b4e: Layer already exists [2021-03-05T12:37:10.891Z] 4ec48a3e63a8: Layer already exists [2021-03-05T12:37:10.891Z] ed14d68c3449: Layer already exists [2021-03-05T12:37:10.891Z] 33e8713114f8: Layer already exists [2021-03-05T12:37:10.891Z] master: digest: sha256:d7e8f4050952f641393d89c222b28257633c366affc8e2a220c9a6581553721e size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-05T12:37:11.134Z] ===================================================== [Pipeline] echo [2021-03-05T12:37:11.192Z] taggedImages: [2021-03-05T12:37:11.192Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:37:11.192Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.114 [2021-03-05T12:37:11.192Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [2021-03-05T12:37:11.192Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-03-05T12:37:11.258Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-03-05T12:37:11.258Z] 55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:37:11.258Z] 2.0.0-dev.114 [2021-03-05T12:37:11.258Z] 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [2021-03-05T12:37:11.258Z] master [2021-03-05T12:37:11.258Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:11.752Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:55fea418b1ac49172828e32c63c2641cfdddd142 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:12.030Z] Removing intermediate container 1636bfa43533 [2021-03-05T12:37:12.030Z] ---> 78398fa121b0 [2021-03-05T12:37:12.030Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-05T12:37:12.030Z] Removing intermediate container d0222cf8cd8e [2021-03-05T12:37:12.030Z] ---> d3d298f299d3 [2021-03-05T12:37:12.030Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-05T12:37:12.254Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:37:12.254Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-05T12:37:12.254Z] 7d366af7247b: Preparing [2021-03-05T12:37:12.254Z] cb7934b4026e: Preparing [2021-03-05T12:37:12.254Z] ed14d68c3449: Preparing [2021-03-05T12:37:12.254Z] 4a3eae8ceb30: Preparing [2021-03-05T12:37:12.254Z] 33e8713114f8: Preparing [2021-03-05T12:37:12.254Z] 33e8713114f8: Layer already exists [2021-03-05T12:37:12.254Z] 4a3eae8ceb30: Layer already exists [2021-03-05T12:37:12.254Z] ed14d68c3449: Layer already exists [2021-03-05T12:37:12.311Z] ---> Running in bc35177c07d9 [2021-03-05T12:37:12.516Z] 7d366af7247b: Pushed [2021-03-05T12:37:12.589Z] ---> Running in 1d1a15b0045c [2021-03-05T12:37:13.463Z] cb7934b4026e: Pushed [2021-03-05T12:37:13.580Z] Removing intermediate container bc35177c07d9 [2021-03-05T12:37:13.580Z] ---> 5f987ffd17c4 [2021-03-05T12:37:13.580Z] Step 13/21 : WORKDIR /edgex [2021-03-05T12:37:13.724Z] 55fea418b1ac49172828e32c63c2641cfdddd142: digest: sha256:4fb84e1066a0e080eb4826a6f248a4d93e4ae95b661c9d8cf791a108268d804a size: 1363 [2021-03-05T12:37:13.863Z] Removing intermediate container 1d1a15b0045c [2021-03-05T12:37:13.863Z] ---> 71883358a93b [2021-03-05T12:37:13.863Z] Step 13/24 : WORKDIR / [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:14.290Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:14.470Z] ---> Running in 906f3b6b7134 [2021-03-05T12:37:14.597Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.114 [2021-03-05T12:37:14.597Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-05T12:37:14.597Z] 7d366af7247b: Preparing [2021-03-05T12:37:14.597Z] cb7934b4026e: Preparing [2021-03-05T12:37:14.597Z] ed14d68c3449: Preparing [2021-03-05T12:37:14.597Z] 4a3eae8ceb30: Preparing [2021-03-05T12:37:14.597Z] 33e8713114f8: Preparing [2021-03-05T12:37:14.597Z] cb7934b4026e: Layer already exists [2021-03-05T12:37:14.597Z] 33e8713114f8: Layer already exists [2021-03-05T12:37:14.597Z] 7d366af7247b: Layer already exists [2021-03-05T12:37:14.597Z] 4a3eae8ceb30: Layer already exists [2021-03-05T12:37:14.597Z] ed14d68c3449: Layer already exists [2021-03-05T12:37:14.597Z] 2.0.0-dev.114: digest: sha256:4fb84e1066a0e080eb4826a6f248a4d93e4ae95b661c9d8cf791a108268d804a size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:14.745Z] ---> Running in 18cdcc2f3a13 [2021-03-05T12:37:14.898Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:15.196Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [2021-03-05T12:37:15.196Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-05T12:37:15.196Z] 7d366af7247b: Preparing [2021-03-05T12:37:15.196Z] cb7934b4026e: Preparing [2021-03-05T12:37:15.196Z] ed14d68c3449: Preparing [2021-03-05T12:37:15.196Z] 4a3eae8ceb30: Preparing [2021-03-05T12:37:15.196Z] 33e8713114f8: Preparing [2021-03-05T12:37:15.196Z] 33e8713114f8: Layer already exists [2021-03-05T12:37:15.196Z] cb7934b4026e: Layer already exists [2021-03-05T12:37:15.196Z] ed14d68c3449: Layer already exists [2021-03-05T12:37:15.196Z] 4a3eae8ceb30: Layer already exists [2021-03-05T12:37:15.196Z] 7d366af7247b: Layer already exists [2021-03-05T12:37:15.196Z] 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114: digest: sha256:4fb84e1066a0e080eb4826a6f248a4d93e4ae95b661c9d8cf791a108268d804a size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:15.350Z] Removing intermediate container ce59c7fd006f [2021-03-05T12:37:15.350Z] ---> 7b1f691e56e5 [2021-03-05T12:37:15.350Z] [2021-03-05T12:37:15.350Z] Step 10/23 : FROM alpine:3.12 [2021-03-05T12:37:15.350Z] ---> d10569e2745f [2021-03-05T12:37:15.350Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-05T12:37:15.505Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-03-05T12:37:15.637Z] Removing intermediate container 906f3b6b7134 [2021-03-05T12:37:15.637Z] ---> accb491e7243 [2021-03-05T12:37:15.637Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-05T12:37:15.912Z] ---> Running in cc8aa07a6cdf [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:16.188Z] Removing intermediate container 18cdcc2f3a13 [2021-03-05T12:37:16.189Z] ---> 21b05e211595 [2021-03-05T12:37:16.189Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-05T12:37:16.377Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-03-05T12:37:16.378Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-05T12:37:16.378Z] 7d366af7247b: Preparing [2021-03-05T12:37:16.378Z] cb7934b4026e: Preparing [2021-03-05T12:37:16.378Z] ed14d68c3449: Preparing [2021-03-05T12:37:16.378Z] 4a3eae8ceb30: Preparing [2021-03-05T12:37:16.378Z] 33e8713114f8: Preparing [2021-03-05T12:37:16.378Z] 33e8713114f8: Layer already exists [2021-03-05T12:37:16.378Z] cb7934b4026e: Layer already exists [2021-03-05T12:37:16.378Z] 7d366af7247b: Layer already exists [2021-03-05T12:37:16.378Z] 4a3eae8ceb30: Layer already exists [2021-03-05T12:37:16.378Z] ed14d68c3449: Layer already exists [2021-03-05T12:37:16.378Z] master: digest: sha256:4fb84e1066a0e080eb4826a6f248a4d93e4ae95b661c9d8cf791a108268d804a size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-05T12:37:16.572Z] ===================================================== [Pipeline] echo [2021-03-05T12:37:16.627Z] taggedImages: [2021-03-05T12:37:16.627Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:37:16.627Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.114 [2021-03-05T12:37:16.627Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [2021-03-05T12:37:16.627Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-03-05T12:37:16.728Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-03-05T12:37:16.728Z] 55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:37:16.728Z] 2.0.0-dev.114 [2021-03-05T12:37:16.728Z] 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [2021-03-05T12:37:16.728Z] master [2021-03-05T12:37:16.728Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2021-03-05T12:37:16.795Z] ---> ab200d81dc97 [2021-03-05T12:37:16.795Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:17.075Z] Removing intermediate container 7c0c45862207 [2021-03-05T12:37:17.075Z] ---> 9aa92e8181d7 [2021-03-05T12:37:17.075Z] [2021-03-05T12:37:17.075Z] Step 10/22 : FROM alpine:3.12 [2021-03-05T12:37:17.075Z] ---> d10569e2745f [2021-03-05T12:37:17.075Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-05T12:37:17.239Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:55fea418b1ac49172828e32c63c2641cfdddd142 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:17.540Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:37:17.540Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-05T12:37:17.540Z] 39aa2c0fcc06: Preparing [2021-03-05T12:37:17.540Z] 39aa2c0fcc06: Preparing [2021-03-05T12:37:17.540Z] 1f7a7322d6e0: Preparing [2021-03-05T12:37:17.540Z] f5faa072009f: Preparing [2021-03-05T12:37:17.540Z] 15ef92cc3a61: Preparing [2021-03-05T12:37:17.540Z] 7ff0a981e6d2: Preparing [2021-03-05T12:37:17.540Z] ed14d68c3449: Preparing [2021-03-05T12:37:17.540Z] 82fec6ae701a: Preparing [2021-03-05T12:37:17.540Z] 82fec6ae701a: Preparing [2021-03-05T12:37:17.540Z] 66be386e32f7: Preparing [2021-03-05T12:37:17.540Z] fd20429d95fd: Preparing [2021-03-05T12:37:17.540Z] 33e8713114f8: Preparing [2021-03-05T12:37:17.540Z] 82fec6ae701a: Waiting [2021-03-05T12:37:17.540Z] ed14d68c3449: Waiting [2021-03-05T12:37:17.540Z] 66be386e32f7: Waiting [2021-03-05T12:37:17.540Z] fd20429d95fd: Waiting [2021-03-05T12:37:17.540Z] 33e8713114f8: Waiting [2021-03-05T12:37:17.674Z] ---> Running in 5b9c4360aed8 [2021-03-05T12:37:17.802Z] 15ef92cc3a61: Pushed [2021-03-05T12:37:17.802Z] 39aa2c0fcc06: Pushed [2021-03-05T12:37:17.802Z] 1f7a7322d6e0: Pushed [2021-03-05T12:37:17.802Z] f5faa072009f: Pushed [2021-03-05T12:37:17.802Z] ed14d68c3449: Layer already exists [2021-03-05T12:37:17.802Z] 33e8713114f8: Layer already exists [2021-03-05T12:37:17.950Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T12:37:18.064Z] 82fec6ae701a: Pushed [2021-03-05T12:37:18.064Z] fd20429d95fd: Pushed [2021-03-05T12:37:18.064Z] 66be386e32f7: Pushed [2021-03-05T12:37:18.241Z] ---> 737a01942ac0 [2021-03-05T12:37:18.241Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-05T12:37:18.241Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T12:37:18.530Z] ---> a4ce15247bce [2021-03-05T12:37:18.530Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-05T12:37:18.637Z] 7ff0a981e6d2: Pushed [2021-03-05T12:37:18.806Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-05T12:37:18.900Z] 55fea418b1ac49172828e32c63c2641cfdddd142: digest: sha256:e4f9408852bb8bcf1c6cc814bb5701c09365f49b9e7e8e2057bad9b522c6e82e size: 2816 [2021-03-05T12:37:19.088Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T12:37:19.088Z] OK: 5 MiB in 15 packages [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:19.464Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:19.687Z] ---> 6ec6f362c302 [2021-03-05T12:37:19.687Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-05T12:37:19.763Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.114 [2021-03-05T12:37:19.763Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-05T12:37:19.763Z] 39aa2c0fcc06: Preparing [2021-03-05T12:37:19.763Z] 39aa2c0fcc06: Preparing [2021-03-05T12:37:19.763Z] 1f7a7322d6e0: Preparing [2021-03-05T12:37:19.763Z] f5faa072009f: Preparing [2021-03-05T12:37:19.763Z] 15ef92cc3a61: Preparing [2021-03-05T12:37:19.763Z] 7ff0a981e6d2: Preparing [2021-03-05T12:37:19.763Z] ed14d68c3449: Preparing [2021-03-05T12:37:19.763Z] 82fec6ae701a: Preparing [2021-03-05T12:37:19.763Z] 82fec6ae701a: Preparing [2021-03-05T12:37:19.763Z] 66be386e32f7: Preparing [2021-03-05T12:37:19.763Z] fd20429d95fd: Preparing [2021-03-05T12:37:19.763Z] 33e8713114f8: Preparing [2021-03-05T12:37:19.763Z] ed14d68c3449: Waiting [2021-03-05T12:37:19.763Z] 82fec6ae701a: Waiting [2021-03-05T12:37:19.763Z] 66be386e32f7: Waiting [2021-03-05T12:37:19.763Z] fd20429d95fd: Waiting [2021-03-05T12:37:19.763Z] 33e8713114f8: Waiting [2021-03-05T12:37:19.763Z] 7ff0a981e6d2: Layer already exists [2021-03-05T12:37:19.763Z] f5faa072009f: Layer already exists [2021-03-05T12:37:19.763Z] 1f7a7322d6e0: Layer already exists [2021-03-05T12:37:19.763Z] 15ef92cc3a61: Layer already exists [2021-03-05T12:37:19.763Z] 39aa2c0fcc06: Layer already exists [2021-03-05T12:37:19.763Z] 82fec6ae701a: Layer already exists [2021-03-05T12:37:19.763Z] ed14d68c3449: Layer already exists [2021-03-05T12:37:19.763Z] 66be386e32f7: Layer already exists [2021-03-05T12:37:19.763Z] fd20429d95fd: Layer already exists [2021-03-05T12:37:19.763Z] 33e8713114f8: Layer already exists [2021-03-05T12:37:19.763Z] 2.0.0-dev.114: digest: sha256:e4f9408852bb8bcf1c6cc814bb5701c09365f49b9e7e8e2057bad9b522c6e82e size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:19.961Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T12:37:19.962Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T12:37:20.065Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:20.362Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [2021-03-05T12:37:20.362Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-05T12:37:20.362Z] 39aa2c0fcc06: Preparing [2021-03-05T12:37:20.362Z] 39aa2c0fcc06: Preparing [2021-03-05T12:37:20.362Z] 1f7a7322d6e0: Preparing [2021-03-05T12:37:20.362Z] f5faa072009f: Preparing [2021-03-05T12:37:20.362Z] 15ef92cc3a61: Preparing [2021-03-05T12:37:20.362Z] 7ff0a981e6d2: Preparing [2021-03-05T12:37:20.362Z] ed14d68c3449: Preparing [2021-03-05T12:37:20.362Z] 82fec6ae701a: Preparing [2021-03-05T12:37:20.362Z] 82fec6ae701a: Preparing [2021-03-05T12:37:20.362Z] 66be386e32f7: Preparing [2021-03-05T12:37:20.362Z] fd20429d95fd: Preparing [2021-03-05T12:37:20.362Z] 33e8713114f8: Preparing [2021-03-05T12:37:20.362Z] 82fec6ae701a: Waiting [2021-03-05T12:37:20.362Z] 66be386e32f7: Waiting [2021-03-05T12:37:20.362Z] fd20429d95fd: Waiting [2021-03-05T12:37:20.362Z] 33e8713114f8: Waiting [2021-03-05T12:37:20.362Z] ed14d68c3449: Waiting [2021-03-05T12:37:20.362Z] 7ff0a981e6d2: Layer already exists [2021-03-05T12:37:20.362Z] 15ef92cc3a61: Layer already exists [2021-03-05T12:37:20.362Z] f5faa072009f: Layer already exists [2021-03-05T12:37:20.362Z] 1f7a7322d6e0: Layer already exists [2021-03-05T12:37:20.362Z] 39aa2c0fcc06: Layer already exists [2021-03-05T12:37:20.362Z] 82fec6ae701a: Layer already exists [2021-03-05T12:37:20.362Z] 33e8713114f8: Layer already exists [2021-03-05T12:37:20.362Z] ed14d68c3449: Layer already exists [2021-03-05T12:37:20.362Z] 66be386e32f7: Layer already exists [2021-03-05T12:37:20.362Z] fd20429d95fd: Layer already exists [2021-03-05T12:37:20.561Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-05T12:37:20.561Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-05T12:37:20.561Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T12:37:20.561Z] Executing ca-certificates-20191127-r4.trigger [2021-03-05T12:37:20.623Z] 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114: digest: sha256:e4f9408852bb8bcf1c6cc814bb5701c09365f49b9e7e8e2057bad9b522c6e82e size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:20.834Z] OK: 6 MiB in 16 packages [2021-03-05T12:37:20.927Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:21.223Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-03-05T12:37:21.223Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-05T12:37:21.223Z] 39aa2c0fcc06: Preparing [2021-03-05T12:37:21.223Z] 39aa2c0fcc06: Preparing [2021-03-05T12:37:21.223Z] 1f7a7322d6e0: Preparing [2021-03-05T12:37:21.223Z] f5faa072009f: Preparing [2021-03-05T12:37:21.223Z] 15ef92cc3a61: Preparing [2021-03-05T12:37:21.223Z] 7ff0a981e6d2: Preparing [2021-03-05T12:37:21.223Z] ed14d68c3449: Preparing [2021-03-05T12:37:21.223Z] 82fec6ae701a: Preparing [2021-03-05T12:37:21.223Z] 82fec6ae701a: Preparing [2021-03-05T12:37:21.223Z] 66be386e32f7: Preparing [2021-03-05T12:37:21.223Z] fd20429d95fd: Preparing [2021-03-05T12:37:21.223Z] 33e8713114f8: Preparing [2021-03-05T12:37:21.223Z] ed14d68c3449: Waiting [2021-03-05T12:37:21.223Z] 82fec6ae701a: Waiting [2021-03-05T12:37:21.223Z] 66be386e32f7: Waiting [2021-03-05T12:37:21.223Z] fd20429d95fd: Waiting [2021-03-05T12:37:21.223Z] 33e8713114f8: Waiting [2021-03-05T12:37:21.223Z] 15ef92cc3a61: Layer already exists [2021-03-05T12:37:21.223Z] 39aa2c0fcc06: Layer already exists [2021-03-05T12:37:21.223Z] 1f7a7322d6e0: Layer already exists [2021-03-05T12:37:21.223Z] 7ff0a981e6d2: Layer already exists [2021-03-05T12:37:21.223Z] f5faa072009f: Layer already exists [2021-03-05T12:37:21.223Z] ed14d68c3449: Layer already exists [2021-03-05T12:37:21.223Z] 82fec6ae701a: Layer already exists [2021-03-05T12:37:21.223Z] 66be386e32f7: Layer already exists [2021-03-05T12:37:21.223Z] fd20429d95fd: Layer already exists [2021-03-05T12:37:21.223Z] 33e8713114f8: Layer already exists [2021-03-05T12:37:21.223Z] master: digest: sha256:e4f9408852bb8bcf1c6cc814bb5701c09365f49b9e7e8e2057bad9b522c6e82e size: 2816 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-05T12:37:21.422Z] ===================================================== [Pipeline] echo [2021-03-05T12:37:21.476Z] taggedImages: [2021-03-05T12:37:21.476Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:37:21.476Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.114 [2021-03-05T12:37:21.476Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [2021-03-05T12:37:21.476Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo [2021-03-05T12:37:21.551Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-03-05T12:37:21.551Z] 55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:37:21.551Z] 2.0.0-dev.114 [2021-03-05T12:37:21.551Z] 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [2021-03-05T12:37:21.551Z] master [2021-03-05T12:37:21.551Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:21.822Z] ---> 090e77597777 [2021-03-05T12:37:21.822Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-05T12:37:22.048Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:55fea418b1ac49172828e32c63c2641cfdddd142 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:22.095Z] ---> Running in be6517f395a6 [2021-03-05T12:37:22.095Z] Removing intermediate container cc8aa07a6cdf [2021-03-05T12:37:22.095Z] ---> 0c0fbb170111 [2021-03-05T12:37:22.095Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T12:37:22.095Z] ---> 9c96ab330475 [2021-03-05T12:37:22.095Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-05T12:37:22.360Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:37:22.360Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-05T12:37:22.360Z] 179af1a03d25: Preparing [2021-03-05T12:37:22.360Z] e59826578255: Preparing [2021-03-05T12:37:22.360Z] e9c5be49bb64: Preparing [2021-03-05T12:37:22.360Z] 5917a32c1cb0: Preparing [2021-03-05T12:37:22.360Z] 8a0db7c60983: Preparing [2021-03-05T12:37:22.360Z] 33e8713114f8: Preparing [2021-03-05T12:37:22.360Z] 33e8713114f8: Waiting [2021-03-05T12:37:22.623Z] 5917a32c1cb0: Pushed [2021-03-05T12:37:22.623Z] e9c5be49bb64: Pushed [2021-03-05T12:37:22.623Z] 33e8713114f8: Layer already exists [2021-03-05T12:37:22.623Z] 8a0db7c60983: Pushed [2021-03-05T12:37:22.697Z] ---> Running in 6dc4ed02e2e7 [2021-03-05T12:37:22.697Z] Removing intermediate container 651687c65989 [2021-03-05T12:37:22.697Z] ---> d4d340681312 [2021-03-05T12:37:22.697Z] [2021-03-05T12:37:22.697Z] Step 10/23 : FROM alpine:3.12 [2021-03-05T12:37:22.697Z] ---> d10569e2745f [2021-03-05T12:37:22.697Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-05T12:37:22.972Z] ---> Using cache [2021-03-05T12:37:22.972Z] ---> 0c0fbb170111 [2021-03-05T12:37:22.972Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T12:37:23.197Z] e59826578255: Pushed [2021-03-05T12:37:23.197Z] 179af1a03d25: Pushed [2021-03-05T12:37:23.244Z] Removing intermediate container be6517f395a6 [2021-03-05T12:37:23.244Z] ---> 161c33414733 [2021-03-05T12:37:23.244Z] Step 18/21 : CMD ["--init=true"] [2021-03-05T12:37:23.460Z] 55fea418b1ac49172828e32c63c2641cfdddd142: digest: sha256:bd7cc189c8df14911757dee49e1e33b5c2adac359d47e366b77d3f7ea3d9f67b size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:23.529Z] ---> Running in e6d408690544 [2021-03-05T12:37:23.529Z] Removing intermediate container 6dc4ed02e2e7 [2021-03-05T12:37:23.529Z] ---> 425bba33ac16 [2021-03-05T12:37:23.529Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-05T12:37:23.529Z] Removing intermediate container 5b9c4360aed8 [2021-03-05T12:37:23.529Z] ---> 2edec6d2ac0a [2021-03-05T12:37:23.529Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T12:37:23.767Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:23.804Z] ---> Running in da626d0a822b [2021-03-05T12:37:23.804Z] ---> d12b3f5f00a9 [2021-03-05T12:37:23.804Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-05T12:37:23.804Z] ---> Running in 1031ffec1e7d [2021-03-05T12:37:24.062Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.114 [2021-03-05T12:37:24.062Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-05T12:37:24.062Z] 179af1a03d25: Preparing [2021-03-05T12:37:24.062Z] e59826578255: Preparing [2021-03-05T12:37:24.062Z] e9c5be49bb64: Preparing [2021-03-05T12:37:24.062Z] 5917a32c1cb0: Preparing [2021-03-05T12:37:24.062Z] 8a0db7c60983: Preparing [2021-03-05T12:37:24.062Z] 33e8713114f8: Preparing [2021-03-05T12:37:24.062Z] 33e8713114f8: Waiting [2021-03-05T12:37:24.062Z] e59826578255: Layer already exists [2021-03-05T12:37:24.062Z] e9c5be49bb64: Layer already exists [2021-03-05T12:37:24.062Z] 179af1a03d25: Layer already exists [2021-03-05T12:37:24.062Z] 8a0db7c60983: Layer already exists [2021-03-05T12:37:24.062Z] 5917a32c1cb0: Layer already exists [2021-03-05T12:37:24.062Z] 33e8713114f8: Layer already exists [2021-03-05T12:37:24.062Z] 2.0.0-dev.114: digest: sha256:bd7cc189c8df14911757dee49e1e33b5c2adac359d47e366b77d3f7ea3d9f67b size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:24.086Z] ---> Running in dd69ad66548d [2021-03-05T12:37:24.086Z] Removing intermediate container e6d408690544 [2021-03-05T12:37:24.086Z] ---> 93bb04ccdd2a [2021-03-05T12:37:24.086Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-05T12:37:24.364Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:24.656Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [2021-03-05T12:37:24.656Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-05T12:37:24.656Z] 179af1a03d25: Preparing [2021-03-05T12:37:24.656Z] e59826578255: Preparing [2021-03-05T12:37:24.656Z] e9c5be49bb64: Preparing [2021-03-05T12:37:24.656Z] 5917a32c1cb0: Preparing [2021-03-05T12:37:24.656Z] 8a0db7c60983: Preparing [2021-03-05T12:37:24.656Z] 33e8713114f8: Preparing [2021-03-05T12:37:24.656Z] 33e8713114f8: Waiting [2021-03-05T12:37:24.656Z] e59826578255: Layer already exists [2021-03-05T12:37:24.657Z] 8a0db7c60983: Layer already exists [2021-03-05T12:37:24.657Z] 5917a32c1cb0: Layer already exists [2021-03-05T12:37:24.657Z] e9c5be49bb64: Layer already exists [2021-03-05T12:37:24.657Z] 179af1a03d25: Layer already exists [2021-03-05T12:37:24.657Z] 33e8713114f8: Layer already exists [2021-03-05T12:37:24.657Z] 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114: digest: sha256:bd7cc189c8df14911757dee49e1e33b5c2adac359d47e366b77d3f7ea3d9f67b size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:24.681Z] ---> Running in ff2e45bfad29 [2021-03-05T12:37:24.681Z] Removing intermediate container da626d0a822b [2021-03-05T12:37:24.681Z] ---> 2afa710eb4ad [2021-03-05T12:37:24.681Z] Step 19/21 : LABEL arch=arm64 [2021-03-05T12:37:24.681Z] Removing intermediate container dd69ad66548d [2021-03-05T12:37:24.681Z] ---> b2169e675a5e [2021-03-05T12:37:24.681Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-05T12:37:24.681Z] Removing intermediate container 1031ffec1e7d [2021-03-05T12:37:24.681Z] ---> d8bd01fad82c [2021-03-05T12:37:24.681Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-05T12:37:24.956Z] ---> Running in ab00189c355c [2021-03-05T12:37:24.956Z] ---> Running in 9bcbe6a0b4a4 [2021-03-05T12:37:24.956Z] ---> Running in 9a98884f8dee [2021-03-05T12:37:24.959Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:25.232Z] ---> 26816a12c53c [2021-03-05T12:37:25.233Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-05T12:37:25.233Z] Removing intermediate container ff2e45bfad29 [2021-03-05T12:37:25.233Z] ---> 0c337207de35 [2021-03-05T12:37:25.233Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-05T12:37:25.254Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-03-05T12:37:25.254Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-05T12:37:25.254Z] 179af1a03d25: Preparing [2021-03-05T12:37:25.254Z] e59826578255: Preparing [2021-03-05T12:37:25.254Z] e9c5be49bb64: Preparing [2021-03-05T12:37:25.254Z] 5917a32c1cb0: Preparing [2021-03-05T12:37:25.254Z] 8a0db7c60983: Preparing [2021-03-05T12:37:25.254Z] 33e8713114f8: Preparing [2021-03-05T12:37:25.254Z] 33e8713114f8: Waiting [2021-03-05T12:37:25.254Z] e9c5be49bb64: Layer already exists [2021-03-05T12:37:25.254Z] e59826578255: Layer already exists [2021-03-05T12:37:25.254Z] 8a0db7c60983: Layer already exists [2021-03-05T12:37:25.254Z] 179af1a03d25: Layer already exists [2021-03-05T12:37:25.254Z] 5917a32c1cb0: Layer already exists [2021-03-05T12:37:25.254Z] 33e8713114f8: Layer already exists [2021-03-05T12:37:25.254Z] master: digest: sha256:bd7cc189c8df14911757dee49e1e33b5c2adac359d47e366b77d3f7ea3d9f67b size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-05T12:37:25.480Z] ===================================================== [2021-03-05T12:37:25.508Z] Removing intermediate container ab00189c355c [2021-03-05T12:37:25.508Z] ---> 89c54e9bdeb9 [2021-03-05T12:37:25.508Z] Step 20/21 : LABEL git_sha=55fea418b1ac49172828e32c63c2641cfdddd142 [Pipeline] echo [2021-03-05T12:37:25.529Z] taggedImages: [2021-03-05T12:37:25.529Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:37:25.529Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.114 [2021-03-05T12:37:25.529Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [2021-03-05T12:37:25.529Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-03-05T12:37:25.592Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-03-05T12:37:25.592Z] 55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:37:25.592Z] 2.0.0-dev.114 [2021-03-05T12:37:25.592Z] 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [2021-03-05T12:37:25.592Z] master [2021-03-05T12:37:25.592Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2021-03-05T12:37:25.783Z] ---> Running in 8658e4bf9809 [2021-03-05T12:37:25.783Z] Removing intermediate container 9a98884f8dee [2021-03-05T12:37:25.783Z] ---> b946c24bd08d [2021-03-05T12:37:25.783Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-05T12:37:25.783Z] Removing intermediate container 9bcbe6a0b4a4 [2021-03-05T12:37:25.783Z] ---> 4217be7deb19 [2021-03-05T12:37:25.783Z] Step 15/23 : WORKDIR / [2021-03-05T12:37:25.783Z] ---> Running in 3ac143e6800c [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:26.057Z] ---> Running in 224056254af0 [2021-03-05T12:37:26.057Z] ---> Running in 915c572124ab [2021-03-05T12:37:26.117Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:55fea418b1ac49172828e32c63c2641cfdddd142 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:26.329Z] ---> 08d8f90d106d [2021-03-05T12:37:26.329Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-05T12:37:26.329Z] Removing intermediate container 8658e4bf9809 [2021-03-05T12:37:26.329Z] ---> f9a212967430 [2021-03-05T12:37:26.329Z] Step 15/23 : WORKDIR / [2021-03-05T12:37:26.412Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:37:26.412Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-05T12:37:26.412Z] 700b00cd1f91: Preparing [2021-03-05T12:37:26.412Z] d02b29c72657: Preparing [2021-03-05T12:37:26.412Z] 4474a02fe0a3: Preparing [2021-03-05T12:37:26.412Z] 35f25cb5f9f9: Preparing [2021-03-05T12:37:26.412Z] e4f78236fa47: Preparing [2021-03-05T12:37:26.412Z] 92514e142f22: Preparing [2021-03-05T12:37:26.412Z] fd78eaa0367c: Preparing [2021-03-05T12:37:26.412Z] 4c3601defdd2: Preparing [2021-03-05T12:37:26.412Z] 33e8713114f8: Preparing [2021-03-05T12:37:26.412Z] fd78eaa0367c: Waiting [2021-03-05T12:37:26.412Z] 92514e142f22: Waiting [2021-03-05T12:37:26.412Z] 4c3601defdd2: Waiting [2021-03-05T12:37:26.412Z] 33e8713114f8: Waiting [2021-03-05T12:37:26.602Z] ---> Running in 74ffde4d0535 [2021-03-05T12:37:26.602Z] ---> Running in 618f1907bcfd [2021-03-05T12:37:26.602Z] Removing intermediate container 3ac143e6800c [2021-03-05T12:37:26.602Z] ---> a3f69ba1a69c [2021-03-05T12:37:26.602Z] Step 21/21 : LABEL version=2.0.0-dev.114 [2021-03-05T12:37:26.602Z] Removing intermediate container 224056254af0 [2021-03-05T12:37:26.602Z] ---> 351cffeb3741 [2021-03-05T12:37:26.602Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T12:37:26.679Z] e4f78236fa47: Pushed [2021-03-05T12:37:26.679Z] 700b00cd1f91: Pushed [2021-03-05T12:37:26.679Z] d02b29c72657: Pushed [2021-03-05T12:37:26.888Z] Removing intermediate container 915c572124ab [2021-03-05T12:37:26.888Z] ---> ae729615214e [2021-03-05T12:37:26.888Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T12:37:26.888Z] ---> Running in 5c9f667c830f [2021-03-05T12:37:26.946Z] 92514e142f22: Pushed [2021-03-05T12:37:26.946Z] fd78eaa0367c: Pushed [2021-03-05T12:37:26.946Z] 33e8713114f8: Layer already exists [2021-03-05T12:37:26.946Z] 4c3601defdd2: Pushed [2021-03-05T12:37:27.491Z] Removing intermediate container 74ffde4d0535 [2021-03-05T12:37:27.491Z] ---> f7cef6e58f95 [2021-03-05T12:37:27.491Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T12:37:27.518Z] 4474a02fe0a3: Pushed [2021-03-05T12:37:27.518Z] 35f25cb5f9f9: Pushed [2021-03-05T12:37:27.770Z] Removing intermediate container 5c9f667c830f [2021-03-05T12:37:27.770Z] ---> 3ff9a51d3f20 [2021-03-05T12:37:27.770Z] [2021-03-05T12:37:27.779Z] 55fea418b1ac49172828e32c63c2641cfdddd142: digest: sha256:3bd145e4a2b6bb4abf2fcbb232e52a0274bd0752b65a122a98a45d48b45e8995 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:28.048Z] ---> 163fb783f10c [2021-03-05T12:37:28.048Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-05T12:37:28.048Z] ---> a88acebe2ca7 [2021-03-05T12:37:28.048Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-05T12:37:28.048Z] Successfully built 3ff9a51d3f20 [2021-03-05T12:37:28.048Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-05T12:37:28.048Z]  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go [2021-03-05T12:37:28.129Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:28.474Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.114 [2021-03-05T12:37:28.475Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-05T12:37:28.475Z] 700b00cd1f91: Preparing [2021-03-05T12:37:28.475Z] d02b29c72657: Preparing [2021-03-05T12:37:28.475Z] 4474a02fe0a3: Preparing [2021-03-05T12:37:28.475Z] 35f25cb5f9f9: Preparing [2021-03-05T12:37:28.475Z] e4f78236fa47: Preparing [2021-03-05T12:37:28.475Z] 92514e142f22: Preparing [2021-03-05T12:37:28.475Z] fd78eaa0367c: Preparing [2021-03-05T12:37:28.475Z] 4c3601defdd2: Preparing [2021-03-05T12:37:28.475Z] 33e8713114f8: Preparing [2021-03-05T12:37:28.475Z] 92514e142f22: Waiting [2021-03-05T12:37:28.475Z] fd78eaa0367c: Waiting [2021-03-05T12:37:28.475Z] 4c3601defdd2: Waiting [2021-03-05T12:37:28.475Z] 33e8713114f8: Waiting [2021-03-05T12:37:28.475Z] 700b00cd1f91: Layer already exists [2021-03-05T12:37:28.475Z] e4f78236fa47: Layer already exists [2021-03-05T12:37:28.475Z] 35f25cb5f9f9: Layer already exists [2021-03-05T12:37:28.475Z] 4474a02fe0a3: Layer already exists [2021-03-05T12:37:28.475Z] d02b29c72657: Layer already exists [2021-03-05T12:37:28.475Z] 92514e142f22: Layer already exists [2021-03-05T12:37:28.475Z] fd78eaa0367c: Layer already exists [2021-03-05T12:37:28.475Z] 4c3601defdd2: Layer already exists [2021-03-05T12:37:28.475Z] 33e8713114f8: Layer already exists [2021-03-05T12:37:28.475Z] 2.0.0-dev.114: digest: sha256:3bd145e4a2b6bb4abf2fcbb232e52a0274bd0752b65a122a98a45d48b45e8995 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:28.660Z] ---> 8b88c4fbe2eb [2021-03-05T12:37:28.660Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-05T12:37:28.859Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:29.181Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [2021-03-05T12:37:29.181Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-05T12:37:29.181Z] 700b00cd1f91: Preparing [2021-03-05T12:37:29.181Z] d02b29c72657: Preparing [2021-03-05T12:37:29.181Z] 4474a02fe0a3: Preparing [2021-03-05T12:37:29.181Z] 35f25cb5f9f9: Preparing [2021-03-05T12:37:29.181Z] e4f78236fa47: Preparing [2021-03-05T12:37:29.181Z] 92514e142f22: Preparing [2021-03-05T12:37:29.181Z] fd78eaa0367c: Preparing [2021-03-05T12:37:29.181Z] 4c3601defdd2: Preparing [2021-03-05T12:37:29.181Z] 33e8713114f8: Preparing [2021-03-05T12:37:29.181Z] 92514e142f22: Waiting [2021-03-05T12:37:29.181Z] fd78eaa0367c: Waiting [2021-03-05T12:37:29.181Z] 4c3601defdd2: Waiting [2021-03-05T12:37:29.181Z] 33e8713114f8: Waiting [2021-03-05T12:37:29.181Z] 4474a02fe0a3: Layer already exists [2021-03-05T12:37:29.181Z] e4f78236fa47: Layer already exists [2021-03-05T12:37:29.181Z] 35f25cb5f9f9: Layer already exists [2021-03-05T12:37:29.181Z] 700b00cd1f91: Layer already exists [2021-03-05T12:37:29.181Z] d02b29c72657: Layer already exists [2021-03-05T12:37:29.181Z] fd78eaa0367c: Layer already exists [2021-03-05T12:37:29.181Z] 92514e142f22: Layer already exists [2021-03-05T12:37:29.181Z] 33e8713114f8: Layer already exists [2021-03-05T12:37:29.181Z] 4c3601defdd2: Layer already exists [2021-03-05T12:37:29.181Z] 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114: digest: sha256:3bd145e4a2b6bb4abf2fcbb232e52a0274bd0752b65a122a98a45d48b45e8995 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:29.486Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:29.785Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-03-05T12:37:29.785Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-05T12:37:29.785Z] 700b00cd1f91: Preparing [2021-03-05T12:37:29.785Z] d02b29c72657: Preparing [2021-03-05T12:37:29.785Z] 4474a02fe0a3: Preparing [2021-03-05T12:37:29.785Z] 35f25cb5f9f9: Preparing [2021-03-05T12:37:29.785Z] e4f78236fa47: Preparing [2021-03-05T12:37:29.785Z] 92514e142f22: Preparing [2021-03-05T12:37:29.785Z] fd78eaa0367c: Preparing [2021-03-05T12:37:29.785Z] 4c3601defdd2: Preparing [2021-03-05T12:37:29.785Z] 33e8713114f8: Preparing [2021-03-05T12:37:29.785Z] 92514e142f22: Waiting [2021-03-05T12:37:29.785Z] fd78eaa0367c: Waiting [2021-03-05T12:37:29.785Z] 33e8713114f8: Waiting [2021-03-05T12:37:29.785Z] 4c3601defdd2: Waiting [2021-03-05T12:37:29.785Z] d02b29c72657: Layer already exists [2021-03-05T12:37:29.785Z] 4474a02fe0a3: Layer already exists [2021-03-05T12:37:29.785Z] 35f25cb5f9f9: Layer already exists [2021-03-05T12:37:29.785Z] 700b00cd1f91: Layer already exists [2021-03-05T12:37:29.785Z] e4f78236fa47: Layer already exists [2021-03-05T12:37:29.785Z] fd78eaa0367c: Layer already exists [2021-03-05T12:37:29.785Z] 92514e142f22: Layer already exists [2021-03-05T12:37:29.785Z] 4c3601defdd2: Layer already exists [2021-03-05T12:37:29.785Z] 33e8713114f8: Layer already exists [2021-03-05T12:37:30.046Z] master: digest: sha256:3bd145e4a2b6bb4abf2fcbb232e52a0274bd0752b65a122a98a45d48b45e8995 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-05T12:37:30.297Z] ===================================================== [Pipeline] echo [2021-03-05T12:37:30.377Z] taggedImages: [2021-03-05T12:37:30.377Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:37:30.377Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.114 [2021-03-05T12:37:30.377Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [2021-03-05T12:37:30.377Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-03-05T12:37:30.441Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-03-05T12:37:30.441Z] 55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:37:30.441Z] 2.0.0-dev.114 [2021-03-05T12:37:30.441Z] 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [2021-03-05T12:37:30.441Z] master [2021-03-05T12:37:30.441Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:30.676Z] Removing intermediate container 618f1907bcfd [2021-03-05T12:37:30.676Z] ---> 297d610d60e6 [2021-03-05T12:37:30.676Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-05T12:37:30.925Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:55fea418b1ac49172828e32c63c2641cfdddd142 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:31.250Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:37:31.250Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-05T12:37:31.250Z] b78853a167c2: Preparing [2021-03-05T12:37:31.250Z] 08f8d391ac85: Preparing [2021-03-05T12:37:31.250Z] ed14d68c3449: Preparing [2021-03-05T12:37:31.250Z] b428b43b5454: Preparing [2021-03-05T12:37:31.250Z] 33e8713114f8: Preparing [2021-03-05T12:37:31.250Z] 33e8713114f8: Layer already exists [2021-03-05T12:37:31.250Z] ed14d68c3449: Layer already exists [2021-03-05T12:37:31.250Z] b78853a167c2: Pushed [2021-03-05T12:37:31.276Z] ---> c64cfe919b7c [2021-03-05T12:37:31.276Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-05T12:37:31.510Z] b428b43b5454: Pushed [2021-03-05T12:37:31.550Z] ---> f125781730a9 [2021-03-05T12:37:31.551Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-05T12:37:31.827Z] ---> Running in 7353644bab22 [2021-03-05T12:37:31.827Z] ---> 647b5da13d64 [2021-03-05T12:37:31.827Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-05T12:37:32.106Z] ---> 1ee82178aeff [2021-03-05T12:37:32.106Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-05T12:37:32.386Z] ---> Running in 646306aee147 [2021-03-05T12:37:32.386Z] Removing intermediate container 7353644bab22 [2021-03-05T12:37:32.386Z] ---> 9b0eace1f3e7 [2021-03-05T12:37:32.386Z] Step 22/24 : LABEL arch=arm64 [2021-03-05T12:37:32.451Z] 08f8d391ac85: Pushed [2021-03-05T12:37:32.711Z] 55fea418b1ac49172828e32c63c2641cfdddd142: digest: sha256:31358e305edfa26708b013df721a373fb19f9b534fa88eed46757d5d05729788 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:33.011Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.114 [2021-03-05T12:37:33.013Z] ---> Running in 710dd8428278 [2021-03-05T12:37:33.013Z] ---> 42c8b079a786 [2021-03-05T12:37:33.013Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-05T12:37:33.013Z] ---> c2cc97aedaf1 [2021-03-05T12:37:33.013Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-05T12:37:33.013Z] Removing intermediate container 646306aee147 [2021-03-05T12:37:33.013Z] ---> 290736c083af [2021-03-05T12:37:33.013Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T12:37:33.013Z] ---> Running in d3c2008e8bd8 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:33.307Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.114 [2021-03-05T12:37:33.307Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-05T12:37:33.307Z] b78853a167c2: Preparing [2021-03-05T12:37:33.307Z] 08f8d391ac85: Preparing [2021-03-05T12:37:33.307Z] ed14d68c3449: Preparing [2021-03-05T12:37:33.307Z] b428b43b5454: Preparing [2021-03-05T12:37:33.307Z] 33e8713114f8: Preparing [2021-03-05T12:37:33.307Z] 33e8713114f8: Layer already exists [2021-03-05T12:37:33.307Z] b78853a167c2: Layer already exists [2021-03-05T12:37:33.307Z] ed14d68c3449: Layer already exists [2021-03-05T12:37:33.307Z] 08f8d391ac85: Layer already exists [2021-03-05T12:37:33.307Z] b428b43b5454: Layer already exists [2021-03-05T12:37:33.307Z] 2.0.0-dev.114: digest: sha256:31358e305edfa26708b013df721a373fb19f9b534fa88eed46757d5d05729788 size: 1364 [2021-03-05T12:37:33.309Z] ---> Running in 50b226d623ca [2021-03-05T12:37:33.309Z] ---> Running in bfef76ee1813 [2021-03-05T12:37:33.309Z] Removing intermediate container 710dd8428278 [2021-03-05T12:37:33.309Z] ---> a9b6aa85d36b [2021-03-05T12:37:33.309Z] Step 23/24 : LABEL git_sha=55fea418b1ac49172828e32c63c2641cfdddd142 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:33.591Z] ---> Running in 069a7c67bd83 [2021-03-05T12:37:33.591Z] Removing intermediate container d3c2008e8bd8 [2021-03-05T12:37:33.591Z] ---> ba3884c5cf9c [2021-03-05T12:37:33.591Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T12:37:33.608Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:33.867Z] Removing intermediate container 50b226d623ca [2021-03-05T12:37:33.867Z] ---> 3c8c8ef54970 [2021-03-05T12:37:33.867Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T12:37:33.939Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [2021-03-05T12:37:33.939Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-05T12:37:33.939Z] b78853a167c2: Preparing [2021-03-05T12:37:33.939Z] 08f8d391ac85: Preparing [2021-03-05T12:37:33.939Z] ed14d68c3449: Preparing [2021-03-05T12:37:33.939Z] b428b43b5454: Preparing [2021-03-05T12:37:33.939Z] 33e8713114f8: Preparing [2021-03-05T12:37:33.939Z] ed14d68c3449: Layer already exists [2021-03-05T12:37:33.939Z] 08f8d391ac85: Layer already exists [2021-03-05T12:37:33.939Z] b428b43b5454: Layer already exists [2021-03-05T12:37:33.939Z] b78853a167c2: Layer already exists [2021-03-05T12:37:33.939Z] 33e8713114f8: Layer already exists [2021-03-05T12:37:33.939Z] 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114: digest: sha256:31358e305edfa26708b013df721a373fb19f9b534fa88eed46757d5d05729788 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:34.146Z] ---> Running in ac4a586a1d59 [2021-03-05T12:37:34.146Z] Removing intermediate container bfef76ee1813 [2021-03-05T12:37:34.146Z] ---> 2e95e2c98c19 [2021-03-05T12:37:34.146Z] Step 21/23 : LABEL arch=arm64 [2021-03-05T12:37:34.146Z] ---> Running in e2a361ac96ec [2021-03-05T12:37:34.239Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:34.535Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-03-05T12:37:34.535Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-05T12:37:34.535Z] b78853a167c2: Preparing [2021-03-05T12:37:34.535Z] 08f8d391ac85: Preparing [2021-03-05T12:37:34.535Z] ed14d68c3449: Preparing [2021-03-05T12:37:34.535Z] b428b43b5454: Preparing [2021-03-05T12:37:34.535Z] 33e8713114f8: Preparing [2021-03-05T12:37:34.535Z] 08f8d391ac85: Layer already exists [2021-03-05T12:37:34.535Z] b428b43b5454: Layer already exists [2021-03-05T12:37:34.535Z] ed14d68c3449: Layer already exists [2021-03-05T12:37:34.535Z] 33e8713114f8: Layer already exists [2021-03-05T12:37:34.535Z] b78853a167c2: Layer already exists [2021-03-05T12:37:34.535Z] master: digest: sha256:31358e305edfa26708b013df721a373fb19f9b534fa88eed46757d5d05729788 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-05T12:37:34.700Z] ===================================================== [Pipeline] echo [2021-03-05T12:37:34.742Z] taggedImages: [2021-03-05T12:37:34.742Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:37:34.742Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.114 [2021-03-05T12:37:34.742Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [2021-03-05T12:37:34.742Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-03-05T12:37:34.749Z] Removing intermediate container 069a7c67bd83 [2021-03-05T12:37:34.749Z] ---> c1f85e7dbcff [2021-03-05T12:37:34.749Z] Step 24/24 : LABEL version=2.0.0-dev.114 [2021-03-05T12:37:34.749Z] ---> Running in 7734fdfa8565 [Pipeline] echo [2021-03-05T12:37:34.802Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-03-05T12:37:34.802Z] 55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:37:34.802Z] 2.0.0-dev.114 [2021-03-05T12:37:34.802Z] 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [2021-03-05T12:37:34.802Z] master [2021-03-05T12:37:34.802Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:35.266Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:55fea418b1ac49172828e32c63c2641cfdddd142 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:35.349Z] ---> Running in c296ffa8fdce [2021-03-05T12:37:35.349Z] Removing intermediate container ac4a586a1d59 [2021-03-05T12:37:35.349Z] ---> 6b2fe8a0adad [2021-03-05T12:37:35.349Z] Step 20/22 : LABEL arch=arm64 [2021-03-05T12:37:35.566Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:37:35.566Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-05T12:37:35.566Z] f59ee0d371b5: Preparing [2021-03-05T12:37:35.566Z] 4cec762118ef: Preparing [2021-03-05T12:37:35.566Z] ed14d68c3449: Preparing [2021-03-05T12:37:35.566Z] 4a3eae8ceb30: Preparing [2021-03-05T12:37:35.566Z] 33e8713114f8: Preparing [2021-03-05T12:37:35.566Z] ed14d68c3449: Layer already exists [2021-03-05T12:37:35.566Z] 33e8713114f8: Layer already exists [2021-03-05T12:37:35.566Z] 4a3eae8ceb30: Layer already exists [2021-03-05T12:37:35.566Z] f59ee0d371b5: Pushed [2021-03-05T12:37:35.624Z] Removing intermediate container e2a361ac96ec [2021-03-05T12:37:35.624Z] ---> 74bf29b78cca [2021-03-05T12:37:35.624Z] Step 21/23 : LABEL arch=arm64 [2021-03-05T12:37:35.901Z] ---> Running in c277008c534d [2021-03-05T12:37:35.901Z] Removing intermediate container 7734fdfa8565 [2021-03-05T12:37:35.901Z] ---> e623fbcb6070 [2021-03-05T12:37:35.901Z] Step 22/23 : LABEL git_sha=55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:37:36.181Z] ---> Running in 04851fac5999 [2021-03-05T12:37:36.181Z] Removing intermediate container c296ffa8fdce [2021-03-05T12:37:36.181Z] ---> 903a72ac6d75 [2021-03-05T12:37:36.181Z] [2021-03-05T12:37:36.459Z] ---> Running in 738b50191d8c [2021-03-05T12:37:36.736Z] Successfully built 903a72ac6d75 [2021-03-05T12:37:36.736Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-05T12:37:36.736Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go [2021-03-05T12:37:36.953Z] 4cec762118ef: Pushed [2021-03-05T12:37:36.953Z] 55fea418b1ac49172828e32c63c2641cfdddd142: digest: sha256:a49e372079aa1954f8c7991f9538ad29da15c230e2784cf7f9e30d688f6db357 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:37.011Z] Removing intermediate container c277008c534d [2021-03-05T12:37:37.011Z] ---> d551f06ae20a [2021-03-05T12:37:37.011Z] Step 21/22 : LABEL git_sha=55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:37:37.254Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:37.285Z] Removing intermediate container 04851fac5999 [2021-03-05T12:37:37.285Z] ---> 68f93ed3116d [2021-03-05T12:37:37.285Z] Step 22/23 : LABEL git_sha=55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:37:37.285Z] Removing intermediate container 738b50191d8c [2021-03-05T12:37:37.285Z] ---> 35baa715a4e3 [2021-03-05T12:37:37.285Z] Step 23/23 : LABEL version=2.0.0-dev.114 [2021-03-05T12:37:37.285Z] ---> Running in 60665fbef728 [2021-03-05T12:37:37.546Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.114 [2021-03-05T12:37:37.546Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-05T12:37:37.546Z] f59ee0d371b5: Preparing [2021-03-05T12:37:37.546Z] 4cec762118ef: Preparing [2021-03-05T12:37:37.546Z] ed14d68c3449: Preparing [2021-03-05T12:37:37.546Z] 4a3eae8ceb30: Preparing [2021-03-05T12:37:37.546Z] 33e8713114f8: Preparing [2021-03-05T12:37:37.546Z] ed14d68c3449: Layer already exists [2021-03-05T12:37:37.546Z] 4cec762118ef: Layer already exists [2021-03-05T12:37:37.546Z] 4a3eae8ceb30: Layer already exists [2021-03-05T12:37:37.546Z] f59ee0d371b5: Layer already exists [2021-03-05T12:37:37.546Z] 33e8713114f8: Layer already exists [2021-03-05T12:37:37.546Z] 2.0.0-dev.114: digest: sha256:a49e372079aa1954f8c7991f9538ad29da15c230e2784cf7f9e30d688f6db357 size: 1363 [2021-03-05T12:37:37.559Z] ---> Running in 0848657e53d9 [2021-03-05T12:37:37.559Z] ---> Running in 58ee96b5ccab [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:37.837Z] Removing intermediate container 60665fbef728 [2021-03-05T12:37:37.837Z] ---> 62bc5c691895 [2021-03-05T12:37:37.837Z] Step 22/22 : LABEL version=2.0.0-dev.114 [2021-03-05T12:37:37.845Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:38.114Z] Removing intermediate container 58ee96b5ccab [2021-03-05T12:37:38.114Z] ---> 0841724ff128 [2021-03-05T12:37:38.114Z] Step 23/23 : LABEL version=2.0.0-dev.114 [2021-03-05T12:37:38.140Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [2021-03-05T12:37:38.140Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-05T12:37:38.140Z] f59ee0d371b5: Preparing [2021-03-05T12:37:38.140Z] 4cec762118ef: Preparing [2021-03-05T12:37:38.140Z] ed14d68c3449: Preparing [2021-03-05T12:37:38.140Z] 4a3eae8ceb30: Preparing [2021-03-05T12:37:38.140Z] 33e8713114f8: Preparing [2021-03-05T12:37:38.140Z] 33e8713114f8: Layer already exists [2021-03-05T12:37:38.140Z] ed14d68c3449: Layer already exists [2021-03-05T12:37:38.140Z] f59ee0d371b5: Layer already exists [2021-03-05T12:37:38.140Z] 4a3eae8ceb30: Layer already exists [2021-03-05T12:37:38.140Z] 4cec762118ef: Layer already exists [2021-03-05T12:37:38.140Z] 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114: digest: sha256:a49e372079aa1954f8c7991f9538ad29da15c230e2784cf7f9e30d688f6db357 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:38.388Z] ---> Running in 722972e8ea70 [2021-03-05T12:37:38.440Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:38.666Z] ---> Running in 3cdcf9e71327 [2021-03-05T12:37:38.666Z] Removing intermediate container 0848657e53d9 [2021-03-05T12:37:38.666Z] ---> 49db87c0f91e [2021-03-05T12:37:38.666Z] [2021-03-05T12:37:38.737Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-03-05T12:37:38.737Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-05T12:37:38.737Z] f59ee0d371b5: Preparing [2021-03-05T12:37:38.737Z] 4cec762118ef: Preparing [2021-03-05T12:37:38.737Z] ed14d68c3449: Preparing [2021-03-05T12:37:38.737Z] 4a3eae8ceb30: Preparing [2021-03-05T12:37:38.737Z] 33e8713114f8: Preparing [2021-03-05T12:37:38.737Z] f59ee0d371b5: Layer already exists [2021-03-05T12:37:38.737Z] 4a3eae8ceb30: Layer already exists [2021-03-05T12:37:38.737Z] 33e8713114f8: Layer already exists [2021-03-05T12:37:38.737Z] 4cec762118ef: Layer already exists [2021-03-05T12:37:38.737Z] ed14d68c3449: Layer already exists [2021-03-05T12:37:38.737Z] master: digest: sha256:a49e372079aa1954f8c7991f9538ad29da15c230e2784cf7f9e30d688f6db357 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-05T12:37:38.907Z] ===================================================== [Pipeline] echo [2021-03-05T12:37:38.952Z] taggedImages: [2021-03-05T12:37:38.952Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:37:38.952Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.114 [2021-03-05T12:37:38.952Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [2021-03-05T12:37:38.952Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-03-05T12:37:39.015Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-03-05T12:37:39.015Z] 55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:37:39.015Z] 2.0.0-dev.114 [2021-03-05T12:37:39.015Z] 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [2021-03-05T12:37:39.015Z] master [2021-03-05T12:37:39.015Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:39.274Z] Successfully built 49db87c0f91e [2021-03-05T12:37:39.274Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-05T12:37:39.274Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-03-05T12:37:39.274Z] Removing intermediate container 722972e8ea70 [2021-03-05T12:37:39.274Z] ---> be5f039a8366 [2021-03-05T12:37:39.274Z] [2021-03-05T12:37:39.550Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:55fea418b1ac49172828e32c63c2641cfdddd142 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:39.876Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:37:39.876Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-05T12:37:39.876Z] e1323339a04b: Preparing [2021-03-05T12:37:39.876Z] c27a5e635a36: Preparing [2021-03-05T12:37:39.876Z] 554cb067cde9: Preparing [2021-03-05T12:37:39.876Z] 2b04a63e7d7d: Preparing [2021-03-05T12:37:39.876Z] 6504900e9ae3: Preparing [2021-03-05T12:37:39.876Z] 7fa8da334e66: Preparing [2021-03-05T12:37:39.876Z] 5c0af882dbb4: Preparing [2021-03-05T12:37:39.876Z] 0754057c0ad3: Preparing [2021-03-05T12:37:39.876Z] 998cdf262ab1: Preparing [2021-03-05T12:37:39.876Z] 02e56110abd2: Preparing [2021-03-05T12:37:39.876Z] abc36efb885a: Preparing [2021-03-05T12:37:39.876Z] b0b09059f4e1: Preparing [2021-03-05T12:37:39.876Z] bb961f40224b: Preparing [2021-03-05T12:37:39.876Z] f4666769fca7: Preparing [2021-03-05T12:37:39.876Z] 7fa8da334e66: Waiting [2021-03-05T12:37:39.876Z] 5c0af882dbb4: Waiting [2021-03-05T12:37:39.876Z] b0b09059f4e1: Waiting [2021-03-05T12:37:39.876Z] 0754057c0ad3: Waiting [2021-03-05T12:37:39.876Z] bb961f40224b: Waiting [2021-03-05T12:37:39.876Z] 998cdf262ab1: Waiting [2021-03-05T12:37:39.876Z] f4666769fca7: Waiting [2021-03-05T12:37:39.876Z] 02e56110abd2: Waiting [2021-03-05T12:37:39.876Z] abc36efb885a: Waiting [2021-03-05T12:37:39.892Z] Successfully built be5f039a8366 [2021-03-05T12:37:39.892Z] Removing intermediate container 3cdcf9e71327 [2021-03-05T12:37:39.892Z] ---> 3970ea6dfbaa [2021-03-05T12:37:39.892Z] [2021-03-05T12:37:39.892Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-05T12:37:39.892Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2021-03-05T12:37:40.136Z] 6504900e9ae3: Pushed [2021-03-05T12:37:40.166Z] Successfully built 3970ea6dfbaa [2021-03-05T12:37:40.166Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-05T12:37:40.166Z]  Building docker-core-metadata-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T12:37:40.403Z] e1323339a04b: Pushed [2021-03-05T12:37:40.403Z] 2b04a63e7d7d: Pushed [2021-03-05T12:37:40.403Z] 0754057c0ad3: Layer already exists [2021-03-05T12:37:40.439Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-05T12:37:40.439Z] ---> b0285f88f5bb [2021-03-05T12:37:40.439Z] Step 3/22 : WORKDIR /edgex-go [2021-03-05T12:37:40.439Z] ---> Using cache [2021-03-05T12:37:40.439Z] ---> 75b452fe6172 [2021-03-05T12:37:40.439Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T12:37:40.439Z] ---> Using cache [2021-03-05T12:37:40.439Z] ---> d895deb5b60b [2021-03-05T12:37:40.439Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-05T12:37:40.439Z] ---> Using cache [2021-03-05T12:37:40.439Z] ---> 8ac07ba8a3ca [2021-03-05T12:37:40.439Z] Step 6/22 : COPY go.mod . [2021-03-05T12:37:40.439Z] ---> Using cache [2021-03-05T12:37:40.439Z] ---> f6509f8b4924 [2021-03-05T12:37:40.439Z] Step 7/22 : RUN go mod download [2021-03-05T12:37:40.440Z] ---> Using cache [2021-03-05T12:37:40.440Z] ---> ea2c26ca25b7 [2021-03-05T12:37:40.440Z] Step 8/22 : COPY . . [2021-03-05T12:37:40.440Z] ---> Using cache [2021-03-05T12:37:40.440Z] ---> 1b1422ccb5df [2021-03-05T12:37:40.440Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-05T12:37:40.669Z] 998cdf262ab1: Layer already exists [2021-03-05T12:37:40.669Z] c27a5e635a36: Pushed [2021-03-05T12:37:40.669Z] 02e56110abd2: Layer already exists [2021-03-05T12:37:40.669Z] abc36efb885a: Layer already exists [2021-03-05T12:37:40.669Z] b0b09059f4e1: Layer already exists [2021-03-05T12:37:40.669Z] bb961f40224b: Layer already exists [2021-03-05T12:37:40.669Z] f4666769fca7: Layer already exists [2021-03-05T12:37:40.669Z] 5c0af882dbb4: Pushed [2021-03-05T12:37:40.715Z] ---> Running in 82b6ba730396 [2021-03-05T12:37:41.612Z] 7fa8da334e66: Pushed [2021-03-05T12:37:42.166Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-05T12:37:44.156Z] 554cb067cde9: Pushed [2021-03-05T12:37:44.416Z] 55fea418b1ac49172828e32c63c2641cfdddd142: digest: sha256:0fd75ae97cc6a031ec344250092ccb2957f7cda88872eecb32f3deedb466fcbb size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:44.718Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:45.014Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.114 [2021-03-05T12:37:45.014Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-05T12:37:45.014Z] e1323339a04b: Preparing [2021-03-05T12:37:45.014Z] c27a5e635a36: Preparing [2021-03-05T12:37:45.014Z] 554cb067cde9: Preparing [2021-03-05T12:37:45.014Z] 2b04a63e7d7d: Preparing [2021-03-05T12:37:45.014Z] 6504900e9ae3: Preparing [2021-03-05T12:37:45.014Z] 7fa8da334e66: Preparing [2021-03-05T12:37:45.014Z] 5c0af882dbb4: Preparing [2021-03-05T12:37:45.014Z] 0754057c0ad3: Preparing [2021-03-05T12:37:45.014Z] 998cdf262ab1: Preparing [2021-03-05T12:37:45.014Z] 02e56110abd2: Preparing [2021-03-05T12:37:45.014Z] abc36efb885a: Preparing [2021-03-05T12:37:45.014Z] b0b09059f4e1: Preparing [2021-03-05T12:37:45.014Z] bb961f40224b: Preparing [2021-03-05T12:37:45.014Z] f4666769fca7: Preparing [2021-03-05T12:37:45.014Z] 7fa8da334e66: Waiting [2021-03-05T12:37:45.014Z] 5c0af882dbb4: Waiting [2021-03-05T12:37:45.014Z] 0754057c0ad3: Waiting [2021-03-05T12:37:45.014Z] 998cdf262ab1: Waiting [2021-03-05T12:37:45.014Z] 02e56110abd2: Waiting [2021-03-05T12:37:45.014Z] bb961f40224b: Waiting [2021-03-05T12:37:45.014Z] b0b09059f4e1: Waiting [2021-03-05T12:37:45.014Z] abc36efb885a: Waiting [2021-03-05T12:37:45.014Z] f4666769fca7: Waiting [2021-03-05T12:37:45.014Z] 2b04a63e7d7d: Layer already exists [2021-03-05T12:37:45.014Z] c27a5e635a36: Layer already exists [2021-03-05T12:37:45.014Z] 554cb067cde9: Layer already exists [2021-03-05T12:37:45.014Z] 6504900e9ae3: Layer already exists [2021-03-05T12:37:45.014Z] e1323339a04b: Layer already exists [2021-03-05T12:37:45.014Z] 0754057c0ad3: Layer already exists [2021-03-05T12:37:45.014Z] 998cdf262ab1: Layer already exists [2021-03-05T12:37:45.014Z] 7fa8da334e66: Layer already exists [2021-03-05T12:37:45.014Z] 5c0af882dbb4: Layer already exists [2021-03-05T12:37:45.014Z] 02e56110abd2: Layer already exists [2021-03-05T12:37:45.014Z] b0b09059f4e1: Layer already exists [2021-03-05T12:37:45.014Z] bb961f40224b: Layer already exists [2021-03-05T12:37:45.014Z] abc36efb885a: Layer already exists [2021-03-05T12:37:45.014Z] f4666769fca7: Layer already exists [2021-03-05T12:37:45.014Z] 2.0.0-dev.114: digest: sha256:0fd75ae97cc6a031ec344250092ccb2957f7cda88872eecb32f3deedb466fcbb size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:45.318Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:45.615Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [2021-03-05T12:37:45.615Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-05T12:37:45.615Z] e1323339a04b: Preparing [2021-03-05T12:37:45.615Z] c27a5e635a36: Preparing [2021-03-05T12:37:45.615Z] 554cb067cde9: Preparing [2021-03-05T12:37:45.615Z] 2b04a63e7d7d: Preparing [2021-03-05T12:37:45.615Z] 6504900e9ae3: Preparing [2021-03-05T12:37:45.615Z] 7fa8da334e66: Preparing [2021-03-05T12:37:45.615Z] 5c0af882dbb4: Preparing [2021-03-05T12:37:45.615Z] 0754057c0ad3: Preparing [2021-03-05T12:37:45.615Z] 998cdf262ab1: Preparing [2021-03-05T12:37:45.615Z] 02e56110abd2: Preparing [2021-03-05T12:37:45.615Z] abc36efb885a: Preparing [2021-03-05T12:37:45.615Z] b0b09059f4e1: Preparing [2021-03-05T12:37:45.615Z] bb961f40224b: Preparing [2021-03-05T12:37:45.615Z] f4666769fca7: Preparing [2021-03-05T12:37:45.615Z] 7fa8da334e66: Waiting [2021-03-05T12:37:45.615Z] 5c0af882dbb4: Waiting [2021-03-05T12:37:45.615Z] 0754057c0ad3: Waiting [2021-03-05T12:37:45.615Z] 998cdf262ab1: Waiting [2021-03-05T12:37:45.615Z] 02e56110abd2: Waiting [2021-03-05T12:37:45.615Z] abc36efb885a: Waiting [2021-03-05T12:37:45.615Z] b0b09059f4e1: Waiting [2021-03-05T12:37:45.615Z] bb961f40224b: Waiting [2021-03-05T12:37:45.615Z] f4666769fca7: Waiting [2021-03-05T12:37:45.615Z] 554cb067cde9: Layer already exists [2021-03-05T12:37:45.615Z] e1323339a04b: Layer already exists [2021-03-05T12:37:45.615Z] 6504900e9ae3: Layer already exists [2021-03-05T12:37:45.615Z] c27a5e635a36: Layer already exists [2021-03-05T12:37:45.615Z] 2b04a63e7d7d: Layer already exists [2021-03-05T12:37:45.615Z] 7fa8da334e66: Layer already exists [2021-03-05T12:37:45.615Z] 0754057c0ad3: Layer already exists [2021-03-05T12:37:45.615Z] 5c0af882dbb4: Layer already exists [2021-03-05T12:37:45.615Z] 998cdf262ab1: Layer already exists [2021-03-05T12:37:45.615Z] 02e56110abd2: Layer already exists [2021-03-05T12:37:45.615Z] bb961f40224b: Layer already exists [2021-03-05T12:37:45.615Z] f4666769fca7: Layer already exists [2021-03-05T12:37:45.615Z] abc36efb885a: Layer already exists [2021-03-05T12:37:45.615Z] b0b09059f4e1: Layer already exists [2021-03-05T12:37:45.615Z] 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114: digest: sha256:0fd75ae97cc6a031ec344250092ccb2957f7cda88872eecb32f3deedb466fcbb size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:46.069Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:37:46.395Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-03-05T12:37:46.395Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-05T12:37:46.395Z] e1323339a04b: Preparing [2021-03-05T12:37:46.395Z] c27a5e635a36: Preparing [2021-03-05T12:37:46.395Z] 554cb067cde9: Preparing [2021-03-05T12:37:46.395Z] 2b04a63e7d7d: Preparing [2021-03-05T12:37:46.395Z] 6504900e9ae3: Preparing [2021-03-05T12:37:46.395Z] 7fa8da334e66: Preparing [2021-03-05T12:37:46.395Z] 5c0af882dbb4: Preparing [2021-03-05T12:37:46.395Z] 0754057c0ad3: Preparing [2021-03-05T12:37:46.395Z] 998cdf262ab1: Preparing [2021-03-05T12:37:46.395Z] 02e56110abd2: Preparing [2021-03-05T12:37:46.395Z] abc36efb885a: Preparing [2021-03-05T12:37:46.395Z] b0b09059f4e1: Preparing [2021-03-05T12:37:46.395Z] bb961f40224b: Preparing [2021-03-05T12:37:46.395Z] f4666769fca7: Preparing [2021-03-05T12:37:46.395Z] 5c0af882dbb4: Waiting [2021-03-05T12:37:46.395Z] 0754057c0ad3: Waiting [2021-03-05T12:37:46.395Z] b0b09059f4e1: Waiting [2021-03-05T12:37:46.395Z] bb961f40224b: Waiting [2021-03-05T12:37:46.395Z] 998cdf262ab1: Waiting [2021-03-05T12:37:46.395Z] f4666769fca7: Waiting [2021-03-05T12:37:46.395Z] 02e56110abd2: Waiting [2021-03-05T12:37:46.395Z] abc36efb885a: Waiting [2021-03-05T12:37:46.395Z] 7fa8da334e66: Waiting [2021-03-05T12:37:46.395Z] 2b04a63e7d7d: Layer already exists [2021-03-05T12:37:46.395Z] c27a5e635a36: Layer already exists [2021-03-05T12:37:46.395Z] e1323339a04b: Layer already exists [2021-03-05T12:37:46.395Z] 554cb067cde9: Layer already exists [2021-03-05T12:37:46.395Z] 6504900e9ae3: Layer already exists [2021-03-05T12:37:46.395Z] 0754057c0ad3: Layer already exists [2021-03-05T12:37:46.395Z] 7fa8da334e66: Layer already exists [2021-03-05T12:37:46.395Z] 5c0af882dbb4: Layer already exists [2021-03-05T12:37:46.395Z] 998cdf262ab1: Layer already exists [2021-03-05T12:37:46.395Z] 02e56110abd2: Layer already exists [2021-03-05T12:37:46.395Z] b0b09059f4e1: Layer already exists [2021-03-05T12:37:46.395Z] f4666769fca7: Layer already exists [2021-03-05T12:37:46.395Z] abc36efb885a: Layer already exists [2021-03-05T12:37:46.395Z] bb961f40224b: Layer already exists [2021-03-05T12:37:46.656Z] master: digest: sha256:0fd75ae97cc6a031ec344250092ccb2957f7cda88872eecb32f3deedb466fcbb size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-05T12:37:46.873Z] ===================================================== [Pipeline] echo [2021-03-05T12:37:46.918Z] taggedImages: [2021-03-05T12:37:46.918Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:37:46.918Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.114 [2021-03-05T12:37:46.918Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [2021-03-05T12:37:46.918Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-05T12:38:05.184Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T12:38:05.185Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-05T12:38:05.185Z] ---> b0285f88f5bb [2021-03-05T12:38:05.185Z] Step 3/31 : WORKDIR /edgex-go [2021-03-05T12:38:05.185Z] ---> Using cache [2021-03-05T12:38:05.185Z] ---> 75b452fe6172 [2021-03-05T12:38:05.185Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T12:38:05.185Z] ---> Using cache [2021-03-05T12:38:05.185Z] ---> d895deb5b60b [2021-03-05T12:38:05.185Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-05T12:38:05.185Z] ---> Using cache [2021-03-05T12:38:05.185Z] ---> 8ac07ba8a3ca [2021-03-05T12:38:05.185Z] Step 6/31 : COPY go.mod . [2021-03-05T12:38:05.185Z] ---> Using cache [2021-03-05T12:38:05.185Z] ---> f6509f8b4924 [2021-03-05T12:38:05.185Z] Step 7/31 : RUN go mod download [2021-03-05T12:38:05.185Z] ---> Using cache [2021-03-05T12:38:05.185Z] ---> ea2c26ca25b7 [2021-03-05T12:38:05.185Z] Step 8/31 : COPY . . [2021-03-05T12:38:05.185Z] ---> Using cache [2021-03-05T12:38:05.185Z] ---> 1b1422ccb5df [2021-03-05T12:38:05.185Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-05T12:38:06.169Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T12:38:06.169Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-05T12:38:06.169Z] ---> b0285f88f5bb [2021-03-05T12:38:06.169Z] Step 3/23 : WORKDIR /edgex-go [2021-03-05T12:38:06.169Z] ---> Using cache [2021-03-05T12:38:06.169Z] ---> 75b452fe6172 [2021-03-05T12:38:06.169Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T12:38:06.169Z] ---> Using cache [2021-03-05T12:38:06.169Z] ---> d895deb5b60b [2021-03-05T12:38:06.169Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-05T12:38:06.769Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T12:38:06.769Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-05T12:38:06.769Z] ---> b0285f88f5bb [2021-03-05T12:38:06.769Z] Step 3/26 : WORKDIR /edgex-go [2021-03-05T12:38:06.769Z] ---> Using cache [2021-03-05T12:38:06.769Z] ---> 75b452fe6172 [2021-03-05T12:38:06.769Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T12:38:06.769Z] ---> Using cache [2021-03-05T12:38:06.769Z] ---> d895deb5b60b [2021-03-05T12:38:06.769Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-05T12:38:10.177Z] ---> Running in debc04148165 [2021-03-05T12:38:10.177Z] ---> Running in 6792b3a915c8 [2021-03-05T12:38:10.177Z] ---> Running in 320d5eaeff5b [2021-03-05T12:38:12.186Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T12:38:12.186Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T12:38:12.463Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-05T12:38:13.068Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T12:38:13.068Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T12:38:14.059Z] OK: 217 MiB in 51 packages [2021-03-05T12:38:14.059Z] OK: 217 MiB in 51 packages [2021-03-05T12:38:16.080Z] Removing intermediate container 320d5eaeff5b [2021-03-05T12:38:16.080Z] ---> b573f846399a [2021-03-05T12:38:16.080Z] Step 6/26 : COPY go.mod . [2021-03-05T12:38:16.359Z] Removing intermediate container debc04148165 [2021-03-05T12:38:16.359Z] ---> 5816eb6339a5 [2021-03-05T12:38:16.359Z] Step 6/23 : COPY go.mod . [2021-03-05T12:38:17.357Z] ---> d8cf7d4cd057 [2021-03-05T12:38:17.357Z] Step 7/26 : RUN go mod download [2021-03-05T12:38:17.636Z] ---> Running in 4441e18ff605 [2021-03-05T12:38:17.912Z] ---> db87aa5810dc [2021-03-05T12:38:17.913Z] Step 7/23 : RUN go mod download [2021-03-05T12:38:18.186Z] ---> Running in 2f0e8ccd7056 [2021-03-05T12:38:22.538Z] Removing intermediate container 4441e18ff605 [2021-03-05T12:38:22.538Z] ---> 69d5b74c21dc [2021-03-05T12:38:22.538Z] Step 8/26 : COPY . . [2021-03-05T12:38:23.525Z] Removing intermediate container 2f0e8ccd7056 [2021-03-05T12:38:23.525Z] ---> e94c1f27f7d5 [2021-03-05T12:38:23.525Z] Step 8/23 : COPY . . [2021-03-05T12:38:41.860Z] ---> b5dc9f4e7080 [2021-03-05T12:38:41.860Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-05T12:38:41.860Z] ---> Running in 032fe1da8abc [2021-03-05T12:38:42.469Z] ---> 801e3f1dd252 [2021-03-05T12:38:42.469Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-05T12:38:43.078Z] ---> Running in e7ecde8ed9eb [2021-03-05T12:38:43.694Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-05T12:38:45.149Z] Removing intermediate container 82b6ba730396 [2021-03-05T12:38:45.149Z] ---> 66688ea03457 [2021-03-05T12:38:45.149Z] [2021-03-05T12:38:45.149Z] Step 10/22 : FROM alpine:3.12 [2021-03-05T12:38:45.149Z] ---> d10569e2745f [2021-03-05T12:38:45.149Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-05T12:38:45.149Z] ---> Using cache [2021-03-05T12:38:45.149Z] ---> 0c0fbb170111 [2021-03-05T12:38:45.149Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T12:38:45.149Z] ---> Using cache [2021-03-05T12:38:45.149Z] ---> 93bb04ccdd2a [2021-03-05T12:38:45.149Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-05T12:38:45.149Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o cmd/core-data/core-data ./cmd/core-data [2021-03-05T12:38:45.426Z] ---> Running in f535e529ddeb [2021-03-05T12:38:46.046Z] Removing intermediate container f535e529ddeb [2021-03-05T12:38:46.046Z] ---> 855888dc7483 [2021-03-05T12:38:46.046Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-05T12:38:46.322Z] ---> Running in b96c895010fe [2021-03-05T12:38:46.929Z] Removing intermediate container b96c895010fe [2021-03-05T12:38:46.930Z] ---> e0c2b5d486df [2021-03-05T12:38:46.930Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T12:38:48.389Z] ---> 5ba61d2dce80 [2021-03-05T12:38:48.389Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-05T12:38:50.384Z] ---> 6ba6d4d606de [2021-03-05T12:38:50.384Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-05T12:38:51.384Z] ---> db466afc54ac [2021-03-05T12:38:51.384Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-05T12:38:51.384Z] ---> Running in bb4e7fc61ac0 [2021-03-05T12:38:52.372Z] Removing intermediate container bb4e7fc61ac0 [2021-03-05T12:38:52.372Z] ---> e7e430cf670d [2021-03-05T12:38:52.373Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T12:38:52.373Z] ---> Running in 0c574e564f81 [2021-03-05T12:38:53.364Z] Removing intermediate container 0c574e564f81 [2021-03-05T12:38:53.364Z] ---> 92065382caa4 [2021-03-05T12:38:53.364Z] Step 20/22 : LABEL arch=arm64 [2021-03-05T12:38:53.364Z] ---> Running in c2efdc66fe70 [2021-03-05T12:38:53.993Z] Removing intermediate container c2efdc66fe70 [2021-03-05T12:38:53.993Z] ---> 00eff1b92cf1 [2021-03-05T12:38:53.993Z] Step 21/22 : LABEL git_sha=55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:38:53.993Z] ---> Running in 49eb934cca66 [2021-03-05T12:38:54.609Z] Removing intermediate container 49eb934cca66 [2021-03-05T12:38:54.609Z] ---> 12adbac3e092 [2021-03-05T12:38:54.609Z] Step 22/22 : LABEL version=2.0.0-dev.114 [2021-03-05T12:38:54.884Z] ---> Running in f0daed747024 [2021-03-05T12:38:55.510Z] Removing intermediate container f0daed747024 [2021-03-05T12:38:55.510Z] ---> af8836d7da49 [2021-03-05T12:38:55.510Z] [2021-03-05T12:38:56.124Z] Successfully built af8836d7da49 [2021-03-05T12:38:56.124Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-05T12:39:14.458Z]  Building docker-support-scheduler-go ... done Removing intermediate container 6792b3a915c8 [2021-03-05T12:39:14.458Z] ---> 6bfc4ed0455d [2021-03-05T12:39:14.458Z] [2021-03-05T12:39:14.458Z] Step 10/31 : FROM alpine:3.12 [2021-03-05T12:39:14.458Z] ---> d10569e2745f [2021-03-05T12:39:14.458Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-05T12:39:14.458Z] ---> Running in c182e4852362 [2021-03-05T12:39:14.735Z] Removing intermediate container c182e4852362 [2021-03-05T12:39:14.735Z] ---> a8c13756a520 [2021-03-05T12:39:14.735Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-05T12:39:15.010Z] ---> Running in 4c32e123845c [2021-03-05T12:39:17.006Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T12:39:17.006Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T12:39:17.607Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-05T12:39:17.880Z] (2/2) Installing su-exec (0.2-r1) [2021-03-05T12:39:17.880Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T12:39:17.880Z] OK: 5 MiB in 16 packages [2021-03-05T12:39:19.862Z] Removing intermediate container 4c32e123845c [2021-03-05T12:39:19.862Z] ---> 3a2c31340c60 [2021-03-05T12:39:19.862Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-05T12:39:19.862Z] ---> Running in ebc03d2a1ffd [2021-03-05T12:39:20.467Z] Removing intermediate container ebc03d2a1ffd [2021-03-05T12:39:20.467Z] ---> 24ddce6477fd [2021-03-05T12:39:20.467Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-05T12:39:20.467Z] ---> Running in fa76912664a7 [2021-03-05T12:39:21.455Z] Removing intermediate container fa76912664a7 [2021-03-05T12:39:21.455Z] ---> a6042be440ba [2021-03-05T12:39:21.455Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-05T12:39:21.455Z] ---> Running in 8e25ac47f1e3 [2021-03-05T12:39:24.851Z] Removing intermediate container 8e25ac47f1e3 [2021-03-05T12:39:24.851Z] ---> a43b60dd4985 [2021-03-05T12:39:24.851Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-05T12:39:24.851Z] ---> Running in d19f3c5f993e [2021-03-05T12:39:25.457Z] Removing intermediate container d19f3c5f993e [2021-03-05T12:39:25.457Z] ---> aeb38e3ab9dc [2021-03-05T12:39:25.457Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-05T12:39:26.441Z] ---> 7bb620863daa [2021-03-05T12:39:26.441Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-05T12:39:26.731Z] ---> Running in c50e1b19d248 [2021-03-05T12:39:31.067Z] Removing intermediate container c50e1b19d248 [2021-03-05T12:39:31.067Z] ---> 8c76277d3f05 [2021-03-05T12:39:31.067Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T12:39:31.344Z] ---> b25bbc7777f8 [2021-03-05T12:39:31.344Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-05T12:39:33.351Z] ---> dce7b9e99c59 [2021-03-05T12:39:33.351Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-05T12:39:34.810Z] ---> 4689dba53e30 [2021-03-05T12:39:34.810Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-05T12:39:36.264Z] ---> c63e1ad23252 [2021-03-05T12:39:36.264Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-05T12:39:37.259Z] ---> f3163a48e478 [2021-03-05T12:39:37.259Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-05T12:39:37.867Z] ---> Running in 9daac0bb39fa [2021-03-05T12:39:38.867Z] Removing intermediate container 9daac0bb39fa [2021-03-05T12:39:38.867Z] ---> 231a3b6288e5 [2021-03-05T12:39:38.867Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-05T12:39:39.870Z] ---> 4c2631380065 [2021-03-05T12:39:39.870Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-05T12:39:40.149Z] ---> Running in 28cd3a3c1496 [2021-03-05T12:39:44.498Z] Removing intermediate container 28cd3a3c1496 [2021-03-05T12:39:44.498Z] ---> d5725eef1b02 [2021-03-05T12:39:44.498Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-05T12:39:44.498Z] ---> Running in 98900ea91b29 [2021-03-05T12:39:45.964Z] Removing intermediate container 98900ea91b29 [2021-03-05T12:39:45.964Z] ---> 305ae4022856 [2021-03-05T12:39:45.964Z] Step 28/31 : CMD ["gate"] [2021-03-05T12:39:46.564Z] ---> Running in d2be4fffd906 [2021-03-05T12:39:46.840Z] Removing intermediate container 032fe1da8abc [2021-03-05T12:39:46.840Z] ---> 5d4f4c9ba326 [2021-03-05T12:39:47.130Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-05T12:39:47.130Z] Removing intermediate container d2be4fffd906 [2021-03-05T12:39:47.130Z] ---> 5eca0372b7ed [2021-03-05T12:39:47.130Z] Step 29/31 : LABEL arch=arm64 [2021-03-05T12:39:47.410Z] ---> Running in 0e086e4a976f [2021-03-05T12:39:47.689Z] ---> Running in baca943053de [2021-03-05T12:39:48.288Z] Removing intermediate container baca943053de [2021-03-05T12:39:48.288Z] ---> 5919e5b68c9b [2021-03-05T12:39:48.288Z] Step 30/31 : LABEL git_sha=55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:39:48.886Z] ---> Running in 5a97589bc35b [2021-03-05T12:39:48.886Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-05T12:39:49.498Z] Removing intermediate container 5a97589bc35b [2021-03-05T12:39:49.498Z] ---> 0fa6897c1801 [2021-03-05T12:39:49.498Z] Step 31/31 : LABEL version=2.0.0-dev.114 [2021-03-05T12:39:49.782Z] ---> Running in e32fe07650b7 [2021-03-05T12:39:50.387Z] Removing intermediate container e32fe07650b7 [2021-03-05T12:39:50.387Z] ---> d5181289a91f [2021-03-05T12:39:50.387Z] [2021-03-05T12:39:50.669Z] Successfully built d5181289a91f [2021-03-05T12:39:50.669Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-05T12:39:52.659Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 0e086e4a976f [2021-03-05T12:39:52.659Z] ---> c7d64c39f4f6 [2021-03-05T12:39:52.659Z] [2021-03-05T12:39:52.659Z] Step 11/26 : FROM docker:20.10.0 [2021-03-05T12:39:52.659Z] 20.10.0: Pulling from library/docker [2021-03-05T12:40:00.973Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-05T12:40:00.973Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-05T12:40:00.973Z] ---> eeaf43b92773 [2021-03-05T12:40:00.973Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-05T12:40:01.588Z] ---> Running in ef5d9d602b7f [2021-03-05T12:40:02.204Z] Removing intermediate container e7ecde8ed9eb [2021-03-05T12:40:02.204Z] ---> 97e8f9aaede1 [2021-03-05T12:40:02.204Z] [2021-03-05T12:40:02.204Z] Step 10/23 : FROM alpine:3.12 [2021-03-05T12:40:02.204Z] ---> d10569e2745f [2021-03-05T12:40:02.204Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-05T12:40:02.481Z] ---> Running in a316ff77a818 [2021-03-05T12:40:02.756Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T12:40:03.034Z] Removing intermediate container a316ff77a818 [2021-03-05T12:40:03.034Z] ---> 3ef515cfcc8a [2021-03-05T12:40:03.034Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-05T12:40:03.034Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T12:40:03.034Z] ---> Running in 6b9ad55a8646 [2021-03-05T12:40:03.643Z] Removing intermediate container 6b9ad55a8646 [2021-03-05T12:40:03.643Z] ---> 8d5033895981 [2021-03-05T12:40:03.643Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-05T12:40:03.643Z] (1/2) Installing readline (8.0.4-r0) [2021-03-05T12:40:03.643Z] (2/2) Installing bash (5.0.17-r0) [2021-03-05T12:40:03.643Z] Executing bash-5.0.17-r0.post-install [2021-03-05T12:40:03.643Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T12:40:03.643Z] ---> Running in 0f66d7fc0eab [2021-03-05T12:40:03.643Z] OK: 12 MiB in 22 packages [2021-03-05T12:40:04.254Z] Removing intermediate container 0f66d7fc0eab [2021-03-05T12:40:04.254Z] ---> 29a1727b5c0c [2021-03-05T12:40:04.254Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T12:40:04.533Z] ---> Running in 6c99f1979520 [2021-03-05T12:40:05.146Z] Removing intermediate container ef5d9d602b7f [2021-03-05T12:40:05.146Z] ---> 301deaffb840 [2021-03-05T12:40:05.146Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-05T12:40:05.146Z] ---> Running in 01260f17b0e7 [2021-03-05T12:40:05.748Z] Removing intermediate container 01260f17b0e7 [2021-03-05T12:40:05.748Z] ---> 81fc0da3c059 [2021-03-05T12:40:05.748Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-05T12:40:05.748Z] ---> Running in 320dfcadcd8e [2021-03-05T12:40:06.363Z] Removing intermediate container 320dfcadcd8e [2021-03-05T12:40:06.363Z] ---> 91cae5301bb7 [2021-03-05T12:40:06.363Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-05T12:40:06.363Z] ---> Running in 04bfadeffc43 [2021-03-05T12:40:06.650Z] Removing intermediate container 6c99f1979520 [2021-03-05T12:40:06.650Z] ---> 59689a6f46dd [2021-03-05T12:40:06.650Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-05T12:40:06.650Z] ---> Running in 3cf22d8a04fe [2021-03-05T12:40:06.924Z] Removing intermediate container 04bfadeffc43 [2021-03-05T12:40:06.924Z] ---> 76dc57f2bd40 [2021-03-05T12:40:06.924Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-05T12:40:07.910Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T12:40:07.910Z] ---> bda88312dde4 [2021-03-05T12:40:07.910Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-05T12:40:08.895Z] ---> f34c00befc92 [2021-03-05T12:40:08.895Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-05T12:40:08.896Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T12:40:09.500Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-05T12:40:09.500Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-05T12:40:09.500Z] ---> 828f28606440 [2021-03-05T12:40:09.500Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-05T12:40:09.776Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-05T12:40:09.776Z] ---> Running in d22393fb576b [2021-03-05T12:40:09.776Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-05T12:40:10.053Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-05T12:40:10.053Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-05T12:40:10.329Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T12:40:10.329Z] OK: 8 MiB in 20 packages [2021-03-05T12:40:10.935Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T12:40:10.935Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T12:40:11.552Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-05T12:40:11.552Z] (2/33) Installing expat (2.2.9-r1) [2021-03-05T12:40:11.552Z] Removing intermediate container 3cf22d8a04fe [2021-03-05T12:40:11.552Z] ---> c1bdc6864f70 [2021-03-05T12:40:11.552Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T12:40:11.552Z] (3/33) Installing libffi (3.3-r2) [2021-03-05T12:40:11.552Z] (4/33) Installing gdbm (1.13-r1) [2021-03-05T12:40:11.552Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-05T12:40:11.552Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-05T12:40:11.552Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-05T12:40:13.536Z] ---> 4c36c1b27e00 [2021-03-05T12:40:13.536Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-05T12:40:13.536Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-05T12:40:13.536Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-05T12:40:13.536Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-05T12:40:13.536Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-05T12:40:13.536Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-05T12:40:13.536Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-05T12:40:13.536Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-05T12:40:13.815Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-05T12:40:13.815Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-05T12:40:13.815Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-05T12:40:13.815Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-05T12:40:13.815Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-05T12:40:13.815Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-05T12:40:13.815Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-05T12:40:13.815Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-05T12:40:13.815Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-05T12:40:13.815Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-05T12:40:13.815Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-05T12:40:13.815Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-05T12:40:14.099Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-05T12:40:14.099Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-05T12:40:14.099Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-05T12:40:14.099Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-05T12:40:14.099Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-05T12:40:14.099Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-05T12:40:14.099Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-05T12:40:14.099Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T12:40:14.099Z] OK: 71 MiB in 55 packages [2021-03-05T12:40:14.702Z] ---> e8391499978c [2021-03-05T12:40:14.702Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-05T12:40:15.693Z] ---> 84b5d3e06f33 [2021-03-05T12:40:15.693Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-05T12:40:15.693Z] ---> Running in 1d41e532c404 [2021-03-05T12:40:16.295Z] Removing intermediate container 1d41e532c404 [2021-03-05T12:40:16.295Z] ---> 1adafc8bbf0d [2021-03-05T12:40:16.295Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T12:40:16.900Z] ---> Running in f094c2312642 [2021-03-05T12:40:17.502Z] Removing intermediate container f094c2312642 [2021-03-05T12:40:17.502Z] ---> 6638fae4df14 [2021-03-05T12:40:17.502Z] Step 21/23 : LABEL arch=arm64 [2021-03-05T12:40:17.502Z] ---> Running in 78c82dade9d7 [2021-03-05T12:40:18.106Z] Removing intermediate container 78c82dade9d7 [2021-03-05T12:40:18.106Z] ---> 52413e75d76d [2021-03-05T12:40:18.106Z] Step 22/23 : LABEL git_sha=55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:40:18.389Z] ---> Running in 0df0363f89a0 [2021-03-05T12:40:19.000Z] Removing intermediate container 0df0363f89a0 [2021-03-05T12:40:19.000Z] ---> ff5e82926c5d [2021-03-05T12:40:19.000Z] Step 23/23 : LABEL version=2.0.0-dev.114 [2021-03-05T12:40:19.279Z] ---> Running in 97c904d3bfa3 [2021-03-05T12:40:20.272Z] Removing intermediate container d22393fb576b [2021-03-05T12:40:20.272Z] ---> 5e6551acdc6b [2021-03-05T12:40:20.272Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-05T12:40:20.272Z] Removing intermediate container 97c904d3bfa3 [2021-03-05T12:40:20.272Z] ---> f23e083a1cd5 [2021-03-05T12:40:20.272Z] [2021-03-05T12:40:20.272Z] ---> Running in 81ed8bcf9ddf [2021-03-05T12:40:20.553Z] Successfully built f23e083a1cd5 [2021-03-05T12:40:20.553Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-05T12:40:24.881Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-03-05T12:40:25.155Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-05T12:40:25.751Z] Collecting jsonschema<3,>=2.5.1 [2021-03-05T12:40:25.751Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-05T12:40:26.730Z] Collecting PyYAML<4,>=3.10 [2021-03-05T12:40:26.730Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-05T12:40:30.134Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-05T12:40:30.134Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-05T12:40:30.731Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-05T12:40:30.731Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-05T12:40:31.327Z] Collecting texttable<0.10,>=0.9.0 [2021-03-05T12:40:31.327Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-05T12:40:32.764Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-05T12:40:33.360Z] Collecting docker<4.0,>=3.6.0 [2021-03-05T12:40:33.360Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-05T12:40:33.954Z] Collecting cached-property<2,>=1.2.0 [2021-03-05T12:40:33.954Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-05T12:40:34.226Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-05T12:40:34.226Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-05T12:40:36.208Z] Collecting docopt<0.7,>=0.6.1 [2021-03-05T12:40:36.208Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-05T12:40:38.184Z] Collecting idna<2.8,>=2.5 [2021-03-05T12:40:38.184Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-05T12:40:38.781Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-05T12:40:38.781Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-05T12:40:38.781Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-05T12:40:38.781Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-05T12:40:39.055Z] Collecting docker-pycreds>=0.4.0 [2021-03-05T12:40:39.055Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-05T12:40:39.055Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-05T12:40:39.055Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-05T12:40:39.055Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-05T12:40:39.055Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-05T12:40:40.034Z] Installing collected packages: jsonschema, PyYAML, websocket-client, idna, urllib3, requests, texttable, docker-pycreds, docker, cached-property, dockerpty, docopt, docker-compose [2021-03-05T12:40:40.307Z] Running setup.py install for PyYAML: started [2021-03-05T12:40:42.284Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-05T12:40:42.558Z] Attempting uninstall: idna [2021-03-05T12:40:42.558Z] Found existing installation: idna 2.9 [2021-03-05T12:40:42.558Z] Uninstalling idna-2.9: [2021-03-05T12:40:42.832Z] Successfully uninstalled idna-2.9 [2021-03-05T12:40:43.429Z] Attempting uninstall: urllib3 [2021-03-05T12:40:43.429Z] Found existing installation: urllib3 1.25.9 [2021-03-05T12:40:43.429Z] Uninstalling urllib3-1.25.9: [2021-03-05T12:40:43.703Z] Successfully uninstalled urllib3-1.25.9 [2021-03-05T12:40:43.978Z] Attempting uninstall: requests [2021-03-05T12:40:43.978Z] Found existing installation: requests 2.23.0 [2021-03-05T12:40:44.251Z] Uninstalling requests-2.23.0: [2021-03-05T12:40:44.251Z] Successfully uninstalled requests-2.23.0 [2021-03-05T12:40:44.524Z] Running setup.py install for texttable: started [2021-03-05T12:40:46.497Z] Running setup.py install for texttable: finished with status 'done' [2021-03-05T12:40:47.091Z] Running setup.py install for dockerpty: started [2021-03-05T12:40:49.824Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-05T12:40:49.824Z] Running setup.py install for docopt: started [2021-03-05T12:40:51.310Z] Running setup.py install for docopt: finished with status 'done' [2021-03-05T12:40:52.304Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-05T12:40:56.631Z] Removing intermediate container 81ed8bcf9ddf [2021-03-05T12:40:56.631Z] ---> c7cc4ec326e3 [2021-03-05T12:40:56.631Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-05T12:40:56.631Z] ---> Running in c6af590d3f4f [2021-03-05T12:40:57.231Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T12:40:57.503Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T12:40:58.104Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-05T12:40:58.105Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-05T12:40:58.105Z] (3/3) Installing curl (7.69.1-r3) [2021-03-05T12:40:58.105Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T12:40:58.105Z] OK: 71 MiB in 58 packages [2021-03-05T12:40:59.548Z] Removing intermediate container c6af590d3f4f [2021-03-05T12:40:59.548Z] ---> 1087089ffbf8 [2021-03-05T12:40:59.548Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-05T12:40:59.548Z] ---> Running in d59ed213f9d8 [2021-03-05T12:40:59.820Z] Removing intermediate container d59ed213f9d8 [2021-03-05T12:40:59.820Z] ---> fd1f193eea65 [2021-03-05T12:40:59.820Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T12:41:00.093Z] ---> Running in cd94085803aa [2021-03-05T12:41:00.379Z] Removing intermediate container cd94085803aa [2021-03-05T12:41:00.379Z] ---> 6f056b722b77 [2021-03-05T12:41:00.379Z] Step 24/26 : LABEL arch=arm64 [2021-03-05T12:41:00.652Z] ---> Running in 2d3a5ebeb846 [2021-03-05T12:41:00.926Z] Removing intermediate container 2d3a5ebeb846 [2021-03-05T12:41:00.926Z] ---> e372f78a4f9f [2021-03-05T12:41:00.926Z] Step 25/26 : LABEL git_sha=55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:41:01.200Z] ---> Running in 30d12946fdc2 [2021-03-05T12:41:01.802Z] Removing intermediate container 30d12946fdc2 [2021-03-05T12:41:01.802Z] ---> 70099f6bad70 [2021-03-05T12:41:01.802Z] Step 26/26 : LABEL version=2.0.0-dev.114 [2021-03-05T12:41:01.802Z] ---> Running in 0e12571ac28c [2021-03-05T12:41:02.402Z] Removing intermediate container 0e12571ac28c [2021-03-05T12:41:02.402Z] ---> aa13c770a46e [2021-03-05T12:41:02.402Z] [2021-03-05T12:41:02.675Z] Successfully built aa13c770a46e [2021-03-05T12:41:02.675Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-05T12:41:02.964Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-05T12:41:02.912Z] $ docker stop --time=1 d74bdf72536bb167f50307fa9aff2d527c46a20144c25a8076a4bb685404e6d7 [2021-03-05T12:41:05.000Z] $ docker rm -f d74bdf72536bb167f50307fa9aff2d527c46a20144c25a8076a4bb685404e6d7 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-05T12:41:05.787Z] + + grep docker [2021-03-05T12:41:05.788Z] docker images [2021-03-05T12:41:06.059Z] docker-sys-mgmt-agent-go-arm64 latest aa13c770a46e 4 seconds ago 300MB [2021-03-05T12:41:06.059Z] docker-core-data-go-arm64 latest f23e083a1cd5 46 seconds ago 21.1MB [2021-03-05T12:41:06.059Z] docker-security-bootstrapper-go-arm64 latest d5181289a91f About a minute ago 17.8MB [2021-03-05T12:41:06.059Z] docker-support-scheduler-go-arm64 latest af8836d7da49 2 minutes ago 16.3MB [2021-03-05T12:41:06.059Z] docker-core-metadata-go-arm64 latest 3970ea6dfbaa 3 minutes ago 17.9MB [2021-03-05T12:41:06.059Z] docker-support-notifications-go-arm64 latest be5f039a8366 3 minutes ago 16.9MB [2021-03-05T12:41:06.059Z] docker-core-command-go-arm64 latest 49db87c0f91e 3 minutes ago 16.2MB [2021-03-05T12:41:06.059Z] docker-security-secretstore-setup-go-arm64 latest 903a72ac6d75 3 minutes ago 23.7MB [2021-03-05T12:41:06.059Z] docker-security-proxy-setup-go-arm64 latest 3ff9a51d3f20 3 minutes ago 23.4MB [2021-03-05T12:41:06.059Z] 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-03-05T12:41:06.618Z] provisioning config files... [2021-03-05T12:41:06.657Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/381@tmp/config1261683399726854491tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-05T12:41:07.092Z] ---> docker-login.sh [2021-03-05T12:41:07.092Z] nexus3.edgexfoundry.org:10001 [2021-03-05T12:41:07.363Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T12:41:07.635Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T12:41:07.635Z] Configure a credential helper to remove this warning. See [2021-03-05T12:41:07.635Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T12:41:07.635Z] [2021-03-05T12:41:07.635Z] Login Succeeded [2021-03-05T12:41:07.635Z] nexus3.edgexfoundry.org:10002 [2021-03-05T12:41:07.906Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T12:41:08.179Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T12:41:08.179Z] Configure a credential helper to remove this warning. See [2021-03-05T12:41:08.179Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T12:41:08.179Z] [2021-03-05T12:41:08.179Z] Login Succeeded [2021-03-05T12:41:08.179Z] nexus3.edgexfoundry.org:10003 [2021-03-05T12:41:08.452Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T12:41:08.725Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T12:41:08.725Z] Configure a credential helper to remove this warning. See [2021-03-05T12:41:08.725Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T12:41:08.725Z] [2021-03-05T12:41:08.725Z] Login Succeeded [2021-03-05T12:41:08.725Z] nexus3.edgexfoundry.org:10004 [2021-03-05T12:41:08.997Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T12:41:09.269Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T12:41:09.269Z] Configure a credential helper to remove this warning. See [2021-03-05T12:41:09.269Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T12:41:09.269Z] [2021-03-05T12:41:09.269Z] Login Succeeded [2021-03-05T12:41:09.269Z] docker.io [2021-03-05T12:41:09.543Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T12:41:10.137Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T12:41:10.137Z] Configure a credential helper to remove this warning. See [2021-03-05T12:41:10.137Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T12:41:10.137Z] [2021-03-05T12:41:10.137Z] Login Succeeded [2021-03-05T12:41:10.137Z] ---> docker-login.sh ends [Pipeline] } [2021-03-05T12:41:10.155Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-05T12:41:10.401Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-03-05T12:41:10.401Z] 55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:41:10.401Z] 2.0.0-dev.114 [2021-03-05T12:41:10.401Z] 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [2021-03-05T12:41:10.401Z] master [2021-03-05T12:41:10.402Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:41:11.003Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:41:11.342Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:41:11.342Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-05T12:41:11.342Z] 1590688054fd: Preparing [2021-03-05T12:41:11.342Z] ebb37763acae: Preparing [2021-03-05T12:41:11.342Z] d08a831819f9: Preparing [2021-03-05T12:41:11.342Z] f029ce0a9699: Preparing [2021-03-05T12:41:11.342Z] 02a88cfff88f: Preparing [2021-03-05T12:41:11.615Z] 02a88cfff88f: Layer already exists [2021-03-05T12:41:11.615Z] 1590688054fd: Pushed [2021-03-05T12:41:11.615Z] f029ce0a9699: Pushed [2021-03-05T12:41:11.615Z] d08a831819f9: Pushed [2021-03-05T12:41:14.994Z] ebb37763acae: Pushed [2021-03-05T12:41:14.994Z] 55fea418b1ac49172828e32c63c2641cfdddd142: digest: sha256:bbfe4ddb8b98ddc8ca19bf29965d0ed94ecebfc265e45e668eb581870c9fe549 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:41:15.339Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:41:15.679Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.114 [2021-03-05T12:41:15.679Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-05T12:41:15.679Z] 1590688054fd: Preparing [2021-03-05T12:41:15.679Z] ebb37763acae: Preparing [2021-03-05T12:41:15.679Z] d08a831819f9: Preparing [2021-03-05T12:41:15.679Z] f029ce0a9699: Preparing [2021-03-05T12:41:15.679Z] 02a88cfff88f: Preparing [2021-03-05T12:41:15.679Z] d08a831819f9: Layer already exists [2021-03-05T12:41:15.952Z] f029ce0a9699: Layer already exists [2021-03-05T12:41:15.952Z] 1590688054fd: Layer already exists [2021-03-05T12:41:15.952Z] 02a88cfff88f: Layer already exists [2021-03-05T12:41:15.952Z] ebb37763acae: Layer already exists [2021-03-05T12:41:15.952Z] 2.0.0-dev.114: digest: sha256:bbfe4ddb8b98ddc8ca19bf29965d0ed94ecebfc265e45e668eb581870c9fe549 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:41:16.297Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:41:16.634Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [2021-03-05T12:41:16.634Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-05T12:41:16.634Z] 1590688054fd: Preparing [2021-03-05T12:41:16.634Z] ebb37763acae: Preparing [2021-03-05T12:41:16.634Z] d08a831819f9: Preparing [2021-03-05T12:41:16.634Z] f029ce0a9699: Preparing [2021-03-05T12:41:16.634Z] 02a88cfff88f: Preparing [2021-03-05T12:41:16.906Z] ebb37763acae: Layer already exists [2021-03-05T12:41:16.906Z] d08a831819f9: Layer already exists [2021-03-05T12:41:16.906Z] 02a88cfff88f: Layer already exists [2021-03-05T12:41:16.906Z] 1590688054fd: Layer already exists [2021-03-05T12:41:16.906Z] f029ce0a9699: Layer already exists [2021-03-05T12:41:17.176Z] 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114: digest: sha256:bbfe4ddb8b98ddc8ca19bf29965d0ed94ecebfc265e45e668eb581870c9fe549 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:41:17.518Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:41:18.123Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-03-05T12:41:18.123Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-05T12:41:18.123Z] 1590688054fd: Preparing [2021-03-05T12:41:18.123Z] ebb37763acae: Preparing [2021-03-05T12:41:18.123Z] d08a831819f9: Preparing [2021-03-05T12:41:18.123Z] f029ce0a9699: Preparing [2021-03-05T12:41:18.123Z] 02a88cfff88f: Preparing [2021-03-05T12:41:18.123Z] f029ce0a9699: Layer already exists [2021-03-05T12:41:18.123Z] d08a831819f9: Layer already exists [2021-03-05T12:41:18.123Z] 1590688054fd: Layer already exists [2021-03-05T12:41:18.123Z] ebb37763acae: Layer already exists [2021-03-05T12:41:18.123Z] 02a88cfff88f: Layer already exists [2021-03-05T12:41:18.393Z] master: digest: sha256:bbfe4ddb8b98ddc8ca19bf29965d0ed94ecebfc265e45e668eb581870c9fe549 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-05T12:41:18.605Z] ===================================================== [Pipeline] echo [2021-03-05T12:41:18.655Z] taggedImages: [2021-03-05T12:41:18.655Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:41:18.655Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.114 [2021-03-05T12:41:18.655Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [2021-03-05T12:41:18.655Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-03-05T12:41:18.745Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-03-05T12:41:18.745Z] 55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:41:18.745Z] 2.0.0-dev.114 [2021-03-05T12:41:18.745Z] 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [2021-03-05T12:41:18.745Z] master [2021-03-05T12:41:18.745Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:41:19.300Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:41:19.643Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:41:19.643Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-05T12:41:19.643Z] e2cb794e97ed: Preparing [2021-03-05T12:41:19.643Z] 0bc92faa522b: Preparing [2021-03-05T12:41:19.643Z] d08a831819f9: Preparing [2021-03-05T12:41:19.643Z] ff217574ce99: Preparing [2021-03-05T12:41:19.643Z] f59939cdde49: Preparing [2021-03-05T12:41:19.643Z] 02a88cfff88f: Preparing [2021-03-05T12:41:19.643Z] 02a88cfff88f: Waiting [2021-03-05T12:41:19.917Z] d08a831819f9: Layer already exists [2021-03-05T12:41:19.917Z] 02a88cfff88f: Layer already exists [2021-03-05T12:41:19.917Z] f59939cdde49: Pushed [2021-03-05T12:41:19.917Z] e2cb794e97ed: Pushed [2021-03-05T12:41:20.509Z] ff217574ce99: Pushed [2021-03-05T12:41:23.114Z] 0bc92faa522b: Pushed [2021-03-05T12:41:23.114Z] 55fea418b1ac49172828e32c63c2641cfdddd142: digest: sha256:4849e9ddf6dc9f878f1fa3a0988210064b58a3a7a2339ab252341f7d10985d9c size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:41:23.455Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:41:23.792Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.114 [2021-03-05T12:41:23.792Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-05T12:41:23.792Z] e2cb794e97ed: Preparing [2021-03-05T12:41:23.792Z] 0bc92faa522b: Preparing [2021-03-05T12:41:23.792Z] d08a831819f9: Preparing [2021-03-05T12:41:23.792Z] ff217574ce99: Preparing [2021-03-05T12:41:23.792Z] f59939cdde49: Preparing [2021-03-05T12:41:23.792Z] 02a88cfff88f: Preparing [2021-03-05T12:41:23.792Z] 02a88cfff88f: Waiting [2021-03-05T12:41:23.792Z] f59939cdde49: Layer already exists [2021-03-05T12:41:23.792Z] e2cb794e97ed: Layer already exists [2021-03-05T12:41:23.792Z] 0bc92faa522b: Layer already exists [2021-03-05T12:41:23.792Z] ff217574ce99: Layer already exists [2021-03-05T12:41:23.792Z] d08a831819f9: Layer already exists [2021-03-05T12:41:23.792Z] 02a88cfff88f: Layer already exists [2021-03-05T12:41:24.064Z] 2.0.0-dev.114: digest: sha256:4849e9ddf6dc9f878f1fa3a0988210064b58a3a7a2339ab252341f7d10985d9c size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:41:24.405Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:41:24.739Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [2021-03-05T12:41:24.739Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-05T12:41:24.739Z] e2cb794e97ed: Preparing [2021-03-05T12:41:24.739Z] 0bc92faa522b: Preparing [2021-03-05T12:41:24.739Z] d08a831819f9: Preparing [2021-03-05T12:41:24.739Z] ff217574ce99: Preparing [2021-03-05T12:41:24.739Z] f59939cdde49: Preparing [2021-03-05T12:41:24.739Z] 02a88cfff88f: Preparing [2021-03-05T12:41:24.739Z] 02a88cfff88f: Waiting [2021-03-05T12:41:24.739Z] f59939cdde49: Layer already exists [2021-03-05T12:41:24.739Z] d08a831819f9: Layer already exists [2021-03-05T12:41:25.010Z] ff217574ce99: Layer already exists [2021-03-05T12:41:25.010Z] 0bc92faa522b: Layer already exists [2021-03-05T12:41:25.010Z] e2cb794e97ed: Layer already exists [2021-03-05T12:41:25.010Z] 02a88cfff88f: Layer already exists [2021-03-05T12:41:25.010Z] 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114: digest: sha256:4849e9ddf6dc9f878f1fa3a0988210064b58a3a7a2339ab252341f7d10985d9c size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:41:25.353Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:41:25.694Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-03-05T12:41:25.694Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-05T12:41:25.695Z] e2cb794e97ed: Preparing [2021-03-05T12:41:25.695Z] 0bc92faa522b: Preparing [2021-03-05T12:41:25.695Z] d08a831819f9: Preparing [2021-03-05T12:41:25.695Z] ff217574ce99: Preparing [2021-03-05T12:41:25.695Z] f59939cdde49: Preparing [2021-03-05T12:41:25.695Z] 02a88cfff88f: Preparing [2021-03-05T12:41:25.695Z] 02a88cfff88f: Waiting [2021-03-05T12:41:25.695Z] e2cb794e97ed: Layer already exists [2021-03-05T12:41:25.695Z] d08a831819f9: Layer already exists [2021-03-05T12:41:25.695Z] 0bc92faa522b: Layer already exists [2021-03-05T12:41:25.695Z] f59939cdde49: Layer already exists [2021-03-05T12:41:25.695Z] ff217574ce99: Layer already exists [2021-03-05T12:41:25.695Z] 02a88cfff88f: Layer already exists [2021-03-05T12:41:25.965Z] master: digest: sha256:4849e9ddf6dc9f878f1fa3a0988210064b58a3a7a2339ab252341f7d10985d9c size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-05T12:41:26.176Z] ===================================================== [Pipeline] echo [2021-03-05T12:41:26.222Z] taggedImages: [2021-03-05T12:41:26.222Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:41:26.222Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.114 [2021-03-05T12:41:26.222Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [2021-03-05T12:41:26.222Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-03-05T12:41:26.293Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-03-05T12:41:26.293Z] 55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:41:26.293Z] 2.0.0-dev.114 [2021-03-05T12:41:26.293Z] 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [2021-03-05T12:41:26.293Z] master [2021-03-05T12:41:26.293Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:41:26.810Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:41:27.144Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:41:27.144Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-05T12:41:27.144Z] 6dde8113d681: Preparing [2021-03-05T12:41:27.144Z] e801e6c72932: Preparing [2021-03-05T12:41:27.144Z] d08a831819f9: Preparing [2021-03-05T12:41:27.144Z] f029ce0a9699: Preparing [2021-03-05T12:41:27.144Z] 02a88cfff88f: Preparing [2021-03-05T12:41:27.418Z] d08a831819f9: Layer already exists [2021-03-05T12:41:27.418Z] 02a88cfff88f: Layer already exists [2021-03-05T12:41:27.418Z] f029ce0a9699: Layer already exists [2021-03-05T12:41:27.418Z] 6dde8113d681: Pushed [2021-03-05T12:41:30.790Z] e801e6c72932: Pushed [2021-03-05T12:41:30.790Z] 55fea418b1ac49172828e32c63c2641cfdddd142: digest: sha256:3d98db2e748f6c4757ae15e7e156e2941dd17f449f273e34c705bcd9d39b9603 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:41:31.129Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:41:31.464Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.114 [2021-03-05T12:41:31.464Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-05T12:41:31.464Z] 6dde8113d681: Preparing [2021-03-05T12:41:31.464Z] e801e6c72932: Preparing [2021-03-05T12:41:31.464Z] d08a831819f9: Preparing [2021-03-05T12:41:31.464Z] f029ce0a9699: Preparing [2021-03-05T12:41:31.464Z] 02a88cfff88f: Preparing [2021-03-05T12:41:31.464Z] 6dde8113d681: Layer already exists [2021-03-05T12:41:31.464Z] d08a831819f9: Layer already exists [2021-03-05T12:41:31.735Z] 02a88cfff88f: Layer already exists [2021-03-05T12:41:31.735Z] e801e6c72932: Layer already exists [2021-03-05T12:41:31.735Z] f029ce0a9699: Layer already exists [2021-03-05T12:41:31.735Z] 2.0.0-dev.114: digest: sha256:3d98db2e748f6c4757ae15e7e156e2941dd17f449f273e34c705bcd9d39b9603 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:41:32.075Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:41:32.410Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [2021-03-05T12:41:32.410Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-05T12:41:32.410Z] 6dde8113d681: Preparing [2021-03-05T12:41:32.410Z] e801e6c72932: Preparing [2021-03-05T12:41:32.410Z] d08a831819f9: Preparing [2021-03-05T12:41:32.410Z] f029ce0a9699: Preparing [2021-03-05T12:41:32.410Z] 02a88cfff88f: Preparing [2021-03-05T12:41:32.410Z] d08a831819f9: Layer already exists [2021-03-05T12:41:32.410Z] 02a88cfff88f: Layer already exists [2021-03-05T12:41:32.410Z] f029ce0a9699: Layer already exists [2021-03-05T12:41:32.410Z] e801e6c72932: Layer already exists [2021-03-05T12:41:32.410Z] 6dde8113d681: Layer already exists [2021-03-05T12:41:32.680Z] 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114: digest: sha256:3d98db2e748f6c4757ae15e7e156e2941dd17f449f273e34c705bcd9d39b9603 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:41:33.025Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:41:33.361Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-03-05T12:41:33.362Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-05T12:41:33.362Z] 6dde8113d681: Preparing [2021-03-05T12:41:33.362Z] e801e6c72932: Preparing [2021-03-05T12:41:33.362Z] d08a831819f9: Preparing [2021-03-05T12:41:33.362Z] f029ce0a9699: Preparing [2021-03-05T12:41:33.362Z] 02a88cfff88f: Preparing [2021-03-05T12:41:33.362Z] 02a88cfff88f: Layer already exists [2021-03-05T12:41:33.362Z] d08a831819f9: Layer already exists [2021-03-05T12:41:33.362Z] 6dde8113d681: Layer already exists [2021-03-05T12:41:33.633Z] f029ce0a9699: Layer already exists [2021-03-05T12:41:33.633Z] e801e6c72932: Layer already exists [2021-03-05T12:41:33.633Z] master: digest: sha256:3d98db2e748f6c4757ae15e7e156e2941dd17f449f273e34c705bcd9d39b9603 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-05T12:41:33.834Z] ===================================================== [Pipeline] echo [2021-03-05T12:41:33.880Z] taggedImages: [2021-03-05T12:41:33.880Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:41:33.880Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.114 [2021-03-05T12:41:33.880Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [2021-03-05T12:41:33.880Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-03-05T12:41:33.977Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-03-05T12:41:33.977Z] 55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:41:33.977Z] 2.0.0-dev.114 [2021-03-05T12:41:33.977Z] 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [2021-03-05T12:41:33.977Z] master [2021-03-05T12:41:33.977Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:41:34.492Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:41:35.109Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:41:35.110Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-05T12:41:35.110Z] 011bc98cd4a9: Preparing [2021-03-05T12:41:35.110Z] 011bc98cd4a9: Preparing [2021-03-05T12:41:35.110Z] 892f841130fe: Preparing [2021-03-05T12:41:35.110Z] 18f2c13ff2ac: Preparing [2021-03-05T12:41:35.110Z] 2ac975fed8cc: Preparing [2021-03-05T12:41:35.110Z] 959861623593: Preparing [2021-03-05T12:41:35.110Z] d08a831819f9: Preparing [2021-03-05T12:41:35.110Z] 5130a378f47b: Preparing [2021-03-05T12:41:35.110Z] 5130a378f47b: Preparing [2021-03-05T12:41:35.110Z] e537d6c38a72: Preparing [2021-03-05T12:41:35.110Z] ef2e9efa5722: Preparing [2021-03-05T12:41:35.110Z] 02a88cfff88f: Preparing [2021-03-05T12:41:35.110Z] e537d6c38a72: Waiting [2021-03-05T12:41:35.110Z] ef2e9efa5722: Waiting [2021-03-05T12:41:35.110Z] 02a88cfff88f: Waiting [2021-03-05T12:41:35.110Z] d08a831819f9: Waiting [2021-03-05T12:41:35.110Z] 5130a378f47b: Waiting [2021-03-05T12:41:35.382Z] 18f2c13ff2ac: Pushed [2021-03-05T12:41:35.382Z] d08a831819f9: Layer already exists [2021-03-05T12:41:35.382Z] 892f841130fe: Pushed [2021-03-05T12:41:35.655Z] 2ac975fed8cc: Pushed [2021-03-05T12:41:35.655Z] 011bc98cd4a9: Pushed [2021-03-05T12:41:35.655Z] 02a88cfff88f: Layer already exists [2021-03-05T12:41:35.655Z] 5130a378f47b: Pushed [2021-03-05T12:41:35.655Z] e537d6c38a72: Pushed [2021-03-05T12:41:35.655Z] ef2e9efa5722: Pushed [2021-03-05T12:41:39.029Z] 959861623593: Pushed [2021-03-05T12:41:39.029Z] 55fea418b1ac49172828e32c63c2641cfdddd142: digest: sha256:aa9311263b693d393f2768b580393a8c0985f7d0790d7bf7a9b179372771af6f size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:41:39.370Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:41:39.709Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.114 [2021-03-05T12:41:39.709Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-05T12:41:39.709Z] 011bc98cd4a9: Preparing [2021-03-05T12:41:39.709Z] 011bc98cd4a9: Preparing [2021-03-05T12:41:39.709Z] 892f841130fe: Preparing [2021-03-05T12:41:39.709Z] 18f2c13ff2ac: Preparing [2021-03-05T12:41:39.709Z] 2ac975fed8cc: Preparing [2021-03-05T12:41:39.709Z] 959861623593: Preparing [2021-03-05T12:41:39.709Z] d08a831819f9: Preparing [2021-03-05T12:41:39.709Z] 5130a378f47b: Preparing [2021-03-05T12:41:39.709Z] 5130a378f47b: Preparing [2021-03-05T12:41:39.709Z] e537d6c38a72: Preparing [2021-03-05T12:41:39.709Z] ef2e9efa5722: Preparing [2021-03-05T12:41:39.709Z] 02a88cfff88f: Preparing [2021-03-05T12:41:39.709Z] 5130a378f47b: Waiting [2021-03-05T12:41:39.709Z] e537d6c38a72: Waiting [2021-03-05T12:41:39.709Z] d08a831819f9: Waiting [2021-03-05T12:41:39.709Z] ef2e9efa5722: Waiting [2021-03-05T12:41:39.709Z] 02a88cfff88f: Waiting [2021-03-05T12:41:39.978Z] 2ac975fed8cc: Layer already exists [2021-03-05T12:41:39.978Z] 892f841130fe: Layer already exists [2021-03-05T12:41:39.978Z] 959861623593: Layer already exists [2021-03-05T12:41:39.978Z] 011bc98cd4a9: Layer already exists [2021-03-05T12:41:39.978Z] 18f2c13ff2ac: Layer already exists [2021-03-05T12:41:39.978Z] d08a831819f9: Layer already exists [2021-03-05T12:41:39.978Z] 5130a378f47b: Layer already exists [2021-03-05T12:41:39.978Z] e537d6c38a72: Layer already exists [2021-03-05T12:41:39.978Z] ef2e9efa5722: Layer already exists [2021-03-05T12:41:39.978Z] 02a88cfff88f: Layer already exists [2021-03-05T12:41:39.978Z] 2.0.0-dev.114: digest: sha256:aa9311263b693d393f2768b580393a8c0985f7d0790d7bf7a9b179372771af6f size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:41:40.314Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:41:40.652Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [2021-03-05T12:41:40.652Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-05T12:41:40.652Z] 011bc98cd4a9: Preparing [2021-03-05T12:41:40.652Z] 011bc98cd4a9: Preparing [2021-03-05T12:41:40.652Z] 892f841130fe: Preparing [2021-03-05T12:41:40.652Z] 18f2c13ff2ac: Preparing [2021-03-05T12:41:40.652Z] 2ac975fed8cc: Preparing [2021-03-05T12:41:40.652Z] 959861623593: Preparing [2021-03-05T12:41:40.652Z] d08a831819f9: Preparing [2021-03-05T12:41:40.652Z] 5130a378f47b: Preparing [2021-03-05T12:41:40.652Z] 5130a378f47b: Preparing [2021-03-05T12:41:40.652Z] e537d6c38a72: Preparing [2021-03-05T12:41:40.652Z] ef2e9efa5722: Preparing [2021-03-05T12:41:40.652Z] 02a88cfff88f: Preparing [2021-03-05T12:41:40.652Z] e537d6c38a72: Waiting [2021-03-05T12:41:40.652Z] ef2e9efa5722: Waiting [2021-03-05T12:41:40.652Z] 02a88cfff88f: Waiting [2021-03-05T12:41:40.652Z] 5130a378f47b: Waiting [2021-03-05T12:41:40.652Z] 959861623593: Layer already exists [2021-03-05T12:41:40.652Z] 011bc98cd4a9: Layer already exists [2021-03-05T12:41:40.652Z] 2ac975fed8cc: Layer already exists [2021-03-05T12:41:40.652Z] 892f841130fe: Layer already exists [2021-03-05T12:41:40.652Z] 18f2c13ff2ac: Layer already exists [2021-03-05T12:41:40.922Z] 5130a378f47b: Layer already exists [2021-03-05T12:41:40.922Z] d08a831819f9: Layer already exists [2021-03-05T12:41:40.922Z] 02a88cfff88f: Layer already exists [2021-03-05T12:41:40.922Z] e537d6c38a72: Layer already exists [2021-03-05T12:41:40.922Z] ef2e9efa5722: Layer already exists [2021-03-05T12:41:40.922Z] 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114: digest: sha256:aa9311263b693d393f2768b580393a8c0985f7d0790d7bf7a9b179372771af6f size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:41:41.258Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:41:41.594Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-03-05T12:41:41.594Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-05T12:41:41.594Z] 011bc98cd4a9: Preparing [2021-03-05T12:41:41.594Z] 011bc98cd4a9: Preparing [2021-03-05T12:41:41.594Z] 892f841130fe: Preparing [2021-03-05T12:41:41.594Z] 18f2c13ff2ac: Preparing [2021-03-05T12:41:41.594Z] 2ac975fed8cc: Preparing [2021-03-05T12:41:41.594Z] 959861623593: Preparing [2021-03-05T12:41:41.594Z] d08a831819f9: Preparing [2021-03-05T12:41:41.594Z] 5130a378f47b: Preparing [2021-03-05T12:41:41.594Z] 5130a378f47b: Preparing [2021-03-05T12:41:41.594Z] e537d6c38a72: Preparing [2021-03-05T12:41:41.594Z] d08a831819f9: Waiting [2021-03-05T12:41:41.594Z] 5130a378f47b: Waiting [2021-03-05T12:41:41.594Z] ef2e9efa5722: Preparing [2021-03-05T12:41:41.594Z] e537d6c38a72: Waiting [2021-03-05T12:41:41.594Z] 02a88cfff88f: Preparing [2021-03-05T12:41:41.594Z] 02a88cfff88f: Waiting [2021-03-05T12:41:41.594Z] ef2e9efa5722: Waiting [2021-03-05T12:41:41.866Z] 892f841130fe: Layer already exists [2021-03-05T12:41:41.866Z] 011bc98cd4a9: Layer already exists [2021-03-05T12:41:41.866Z] 2ac975fed8cc: Layer already exists [2021-03-05T12:41:41.866Z] 959861623593: Layer already exists [2021-03-05T12:41:41.866Z] 18f2c13ff2ac: Layer already exists [2021-03-05T12:41:41.866Z] e537d6c38a72: Layer already exists [2021-03-05T12:41:41.866Z] d08a831819f9: Layer already exists [2021-03-05T12:41:41.866Z] 02a88cfff88f: Layer already exists [2021-03-05T12:41:41.866Z] ef2e9efa5722: Layer already exists [2021-03-05T12:41:41.866Z] 5130a378f47b: Layer already exists [2021-03-05T12:41:41.866Z] master: digest: sha256:aa9311263b693d393f2768b580393a8c0985f7d0790d7bf7a9b179372771af6f size: 2816 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-05T12:41:42.090Z] ===================================================== [Pipeline] echo [2021-03-05T12:41:42.137Z] taggedImages: [2021-03-05T12:41:42.137Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:41:42.137Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.114 [2021-03-05T12:41:42.137Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [2021-03-05T12:41:42.137Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-03-05T12:41:42.202Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-03-05T12:41:42.202Z] 55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:41:42.202Z] 2.0.0-dev.114 [2021-03-05T12:41:42.202Z] 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [2021-03-05T12:41:42.202Z] master [2021-03-05T12:41:42.202Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:41:42.732Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:41:43.064Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:41:43.064Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-05T12:41:43.064Z] 80950349f6ee: Preparing [2021-03-05T12:41:43.064Z] 6efc57fd7ed4: Preparing [2021-03-05T12:41:43.064Z] 0f3e1ec299e1: Preparing [2021-03-05T12:41:43.064Z] 66ecd7aa5486: Preparing [2021-03-05T12:41:43.064Z] 79bba8d7d0db: Preparing [2021-03-05T12:41:43.064Z] 02a88cfff88f: Preparing [2021-03-05T12:41:43.064Z] 02a88cfff88f: Waiting [2021-03-05T12:41:43.338Z] 66ecd7aa5486: Pushed [2021-03-05T12:41:43.611Z] 0f3e1ec299e1: Pushed [2021-03-05T12:41:43.611Z] 02a88cfff88f: Layer already exists [2021-03-05T12:41:43.883Z] 79bba8d7d0db: Pushed [2021-03-05T12:41:45.308Z] 6efc57fd7ed4: Pushed [2021-03-05T12:41:45.308Z] 80950349f6ee: Pushed [2021-03-05T12:41:45.579Z] 55fea418b1ac49172828e32c63c2641cfdddd142: digest: sha256:f167231163de20490bce0f1347b3a6adc52b01e346276111928a22278b76f89f size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:41:45.919Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:41:46.253Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.114 [2021-03-05T12:41:46.253Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-05T12:41:46.253Z] 80950349f6ee: Preparing [2021-03-05T12:41:46.253Z] 6efc57fd7ed4: Preparing [2021-03-05T12:41:46.253Z] 0f3e1ec299e1: Preparing [2021-03-05T12:41:46.253Z] 66ecd7aa5486: Preparing [2021-03-05T12:41:46.253Z] 79bba8d7d0db: Preparing [2021-03-05T12:41:46.253Z] 02a88cfff88f: Preparing [2021-03-05T12:41:46.253Z] 02a88cfff88f: Waiting [2021-03-05T12:41:46.253Z] 0f3e1ec299e1: Layer already exists [2021-03-05T12:41:46.253Z] 6efc57fd7ed4: Layer already exists [2021-03-05T12:41:46.253Z] 80950349f6ee: Layer already exists [2021-03-05T12:41:46.253Z] 79bba8d7d0db: Layer already exists [2021-03-05T12:41:46.253Z] 66ecd7aa5486: Layer already exists [2021-03-05T12:41:46.253Z] 02a88cfff88f: Layer already exists [2021-03-05T12:41:46.527Z] 2.0.0-dev.114: digest: sha256:f167231163de20490bce0f1347b3a6adc52b01e346276111928a22278b76f89f size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:41:46.864Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:41:47.198Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [2021-03-05T12:41:47.198Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-05T12:41:47.198Z] 80950349f6ee: Preparing [2021-03-05T12:41:47.198Z] 6efc57fd7ed4: Preparing [2021-03-05T12:41:47.198Z] 0f3e1ec299e1: Preparing [2021-03-05T12:41:47.198Z] 66ecd7aa5486: Preparing [2021-03-05T12:41:47.198Z] 79bba8d7d0db: Preparing [2021-03-05T12:41:47.198Z] 02a88cfff88f: Preparing [2021-03-05T12:41:47.198Z] 02a88cfff88f: Waiting [2021-03-05T12:41:47.198Z] 66ecd7aa5486: Layer already exists [2021-03-05T12:41:47.198Z] 79bba8d7d0db: Layer already exists [2021-03-05T12:41:47.198Z] 0f3e1ec299e1: Layer already exists [2021-03-05T12:41:47.198Z] 6efc57fd7ed4: Layer already exists [2021-03-05T12:41:47.198Z] 80950349f6ee: Layer already exists [2021-03-05T12:41:47.198Z] 02a88cfff88f: Layer already exists [2021-03-05T12:41:47.470Z] 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114: digest: sha256:f167231163de20490bce0f1347b3a6adc52b01e346276111928a22278b76f89f size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:41:47.820Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:41:48.155Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-03-05T12:41:48.155Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-05T12:41:48.155Z] 80950349f6ee: Preparing [2021-03-05T12:41:48.155Z] 6efc57fd7ed4: Preparing [2021-03-05T12:41:48.155Z] 0f3e1ec299e1: Preparing [2021-03-05T12:41:48.155Z] 66ecd7aa5486: Preparing [2021-03-05T12:41:48.155Z] 79bba8d7d0db: Preparing [2021-03-05T12:41:48.155Z] 02a88cfff88f: Preparing [2021-03-05T12:41:48.155Z] 02a88cfff88f: Waiting [2021-03-05T12:41:48.428Z] 80950349f6ee: Layer already exists [2021-03-05T12:41:48.428Z] 66ecd7aa5486: Layer already exists [2021-03-05T12:41:48.428Z] 0f3e1ec299e1: Layer already exists [2021-03-05T12:41:48.428Z] 6efc57fd7ed4: Layer already exists [2021-03-05T12:41:48.428Z] 79bba8d7d0db: Layer already exists [2021-03-05T12:41:48.428Z] 02a88cfff88f: Layer already exists [2021-03-05T12:41:48.428Z] master: digest: sha256:f167231163de20490bce0f1347b3a6adc52b01e346276111928a22278b76f89f size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-05T12:41:48.619Z] ===================================================== [Pipeline] echo [2021-03-05T12:41:48.663Z] taggedImages: [2021-03-05T12:41:48.663Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:41:48.663Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.114 [2021-03-05T12:41:48.663Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [2021-03-05T12:41:48.663Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-03-05T12:41:48.751Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-03-05T12:41:48.752Z] 55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:41:48.752Z] 2.0.0-dev.114 [2021-03-05T12:41:48.752Z] 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [2021-03-05T12:41:48.752Z] master [2021-03-05T12:41:48.752Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:41:49.263Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:41:49.596Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:41:49.596Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-05T12:41:49.596Z] 16d9a712d156: Preparing [2021-03-05T12:41:49.596Z] f4177f06ab1b: Preparing [2021-03-05T12:41:49.596Z] f19715229f78: Preparing [2021-03-05T12:41:49.596Z] 57e240a32f08: Preparing [2021-03-05T12:41:49.596Z] 948e1e3228df: Preparing [2021-03-05T12:41:49.596Z] b122fc06c59b: Preparing [2021-03-05T12:41:49.596Z] 56e005131110: Preparing [2021-03-05T12:41:49.596Z] c9fd03908f74: Preparing [2021-03-05T12:41:49.596Z] 02a88cfff88f: Preparing [2021-03-05T12:41:49.596Z] 56e005131110: Waiting [2021-03-05T12:41:49.596Z] c9fd03908f74: Waiting [2021-03-05T12:41:49.596Z] b122fc06c59b: Waiting [2021-03-05T12:41:49.596Z] 02a88cfff88f: Waiting [2021-03-05T12:41:49.874Z] 948e1e3228df: Pushed [2021-03-05T12:41:49.874Z] f4177f06ab1b: Pushed [2021-03-05T12:41:49.874Z] 16d9a712d156: Pushed [2021-03-05T12:41:50.146Z] b122fc06c59b: Pushed [2021-03-05T12:41:50.146Z] 56e005131110: Pushed [2021-03-05T12:41:50.146Z] 02a88cfff88f: Layer already exists [2021-03-05T12:41:50.743Z] c9fd03908f74: Pushed [2021-03-05T12:41:52.171Z] 57e240a32f08: Pushed [2021-03-05T12:41:52.171Z] f19715229f78: Pushed [2021-03-05T12:41:52.446Z] 55fea418b1ac49172828e32c63c2641cfdddd142: digest: sha256:09739726f7bbb01aefe1f0b0cfedbb667eb1da9f0ec175c077a0e478096ca4ba size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:41:52.790Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:41:53.125Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.114 [2021-03-05T12:41:53.125Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-05T12:41:53.125Z] 16d9a712d156: Preparing [2021-03-05T12:41:53.125Z] f4177f06ab1b: Preparing [2021-03-05T12:41:53.125Z] f19715229f78: Preparing [2021-03-05T12:41:53.125Z] 57e240a32f08: Preparing [2021-03-05T12:41:53.125Z] 948e1e3228df: Preparing [2021-03-05T12:41:53.125Z] b122fc06c59b: Preparing [2021-03-05T12:41:53.125Z] 56e005131110: Preparing [2021-03-05T12:41:53.125Z] c9fd03908f74: Preparing [2021-03-05T12:41:53.125Z] 02a88cfff88f: Preparing [2021-03-05T12:41:53.125Z] 56e005131110: Waiting [2021-03-05T12:41:53.125Z] c9fd03908f74: Waiting [2021-03-05T12:41:53.125Z] 02a88cfff88f: Waiting [2021-03-05T12:41:53.394Z] 57e240a32f08: Layer already exists [2021-03-05T12:41:53.394Z] 948e1e3228df: Layer already exists [2021-03-05T12:41:53.394Z] f19715229f78: Layer already exists [2021-03-05T12:41:53.394Z] 16d9a712d156: Layer already exists [2021-03-05T12:41:53.394Z] f4177f06ab1b: Layer already exists [2021-03-05T12:41:53.394Z] b122fc06c59b: Layer already exists [2021-03-05T12:41:53.394Z] 56e005131110: Layer already exists [2021-03-05T12:41:53.394Z] c9fd03908f74: Layer already exists [2021-03-05T12:41:53.394Z] 02a88cfff88f: Layer already exists [2021-03-05T12:41:53.394Z] 2.0.0-dev.114: digest: sha256:09739726f7bbb01aefe1f0b0cfedbb667eb1da9f0ec175c077a0e478096ca4ba size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:41:53.790Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:41:54.160Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [2021-03-05T12:41:54.160Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-05T12:41:54.160Z] 16d9a712d156: Preparing [2021-03-05T12:41:54.160Z] f4177f06ab1b: Preparing [2021-03-05T12:41:54.160Z] f19715229f78: Preparing [2021-03-05T12:41:54.160Z] 57e240a32f08: Preparing [2021-03-05T12:41:54.160Z] 948e1e3228df: Preparing [2021-03-05T12:41:54.160Z] b122fc06c59b: Preparing [2021-03-05T12:41:54.160Z] 56e005131110: Preparing [2021-03-05T12:41:54.160Z] c9fd03908f74: Preparing [2021-03-05T12:41:54.160Z] 02a88cfff88f: Preparing [2021-03-05T12:41:54.160Z] b122fc06c59b: Waiting [2021-03-05T12:41:54.160Z] 56e005131110: Waiting [2021-03-05T12:41:54.160Z] c9fd03908f74: Waiting [2021-03-05T12:41:54.160Z] 02a88cfff88f: Waiting [2021-03-05T12:41:54.435Z] f4177f06ab1b: Layer already exists [2021-03-05T12:41:54.435Z] f19715229f78: Layer already exists [2021-03-05T12:41:54.435Z] 948e1e3228df: Layer already exists [2021-03-05T12:41:54.435Z] 57e240a32f08: Layer already exists [2021-03-05T12:41:54.435Z] 16d9a712d156: Layer already exists [2021-03-05T12:41:54.435Z] c9fd03908f74: Layer already exists [2021-03-05T12:41:54.435Z] b122fc06c59b: Layer already exists [2021-03-05T12:41:54.435Z] 02a88cfff88f: Layer already exists [2021-03-05T12:41:54.435Z] 56e005131110: Layer already exists [2021-03-05T12:41:54.435Z] 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114: digest: sha256:09739726f7bbb01aefe1f0b0cfedbb667eb1da9f0ec175c077a0e478096ca4ba size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:41:54.798Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:41:55.167Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-03-05T12:41:55.167Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-05T12:41:55.167Z] 16d9a712d156: Preparing [2021-03-05T12:41:55.167Z] f4177f06ab1b: Preparing [2021-03-05T12:41:55.167Z] f19715229f78: Preparing [2021-03-05T12:41:55.167Z] 57e240a32f08: Preparing [2021-03-05T12:41:55.167Z] 948e1e3228df: Preparing [2021-03-05T12:41:55.167Z] b122fc06c59b: Preparing [2021-03-05T12:41:55.167Z] 56e005131110: Preparing [2021-03-05T12:41:55.167Z] c9fd03908f74: Preparing [2021-03-05T12:41:55.167Z] 02a88cfff88f: Preparing [2021-03-05T12:41:55.167Z] 56e005131110: Waiting [2021-03-05T12:41:55.167Z] c9fd03908f74: Waiting [2021-03-05T12:41:55.167Z] 02a88cfff88f: Waiting [2021-03-05T12:41:55.167Z] b122fc06c59b: Waiting [2021-03-05T12:41:55.167Z] 948e1e3228df: Layer already exists [2021-03-05T12:41:55.167Z] 57e240a32f08: Layer already exists [2021-03-05T12:41:55.167Z] f19715229f78: Layer already exists [2021-03-05T12:41:55.167Z] 16d9a712d156: Layer already exists [2021-03-05T12:41:55.167Z] f4177f06ab1b: Layer already exists [2021-03-05T12:41:55.455Z] b122fc06c59b: Layer already exists [2021-03-05T12:41:55.455Z] 02a88cfff88f: Layer already exists [2021-03-05T12:41:55.455Z] 56e005131110: Layer already exists [2021-03-05T12:41:55.455Z] c9fd03908f74: Layer already exists [2021-03-05T12:41:55.455Z] master: digest: sha256:09739726f7bbb01aefe1f0b0cfedbb667eb1da9f0ec175c077a0e478096ca4ba size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-05T12:41:55.702Z] ===================================================== [Pipeline] echo [2021-03-05T12:41:55.758Z] taggedImages: [2021-03-05T12:41:55.758Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:41:55.758Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.114 [2021-03-05T12:41:55.758Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [2021-03-05T12:41:55.758Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-03-05T12:41:55.828Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-03-05T12:41:55.828Z] 55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:41:55.828Z] 2.0.0-dev.114 [2021-03-05T12:41:55.828Z] 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [2021-03-05T12:41:55.828Z] master [2021-03-05T12:41:55.828Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:41:56.377Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:41:56.743Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:41:56.743Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-05T12:41:56.743Z] ea88f059d9f9: Preparing [2021-03-05T12:41:56.743Z] d0f173a95a20: Preparing [2021-03-05T12:41:56.743Z] d08a831819f9: Preparing [2021-03-05T12:41:56.743Z] 231ea2a791f2: Preparing [2021-03-05T12:41:56.743Z] 02a88cfff88f: Preparing [2021-03-05T12:41:57.032Z] d08a831819f9: Layer already exists [2021-03-05T12:41:57.032Z] 02a88cfff88f: Layer already exists [2021-03-05T12:41:57.032Z] ea88f059d9f9: Pushed [2021-03-05T12:41:57.305Z] 231ea2a791f2: Pushed [2021-03-05T12:41:59.909Z] d0f173a95a20: Pushed [2021-03-05T12:41:59.909Z] 55fea418b1ac49172828e32c63c2641cfdddd142: digest: sha256:a8aead240918cab4d9a14f87ccd23b3dbfffb16efa0909a224560a54d6b39b2f size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:42:00.248Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:42:00.581Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.114 [2021-03-05T12:42:00.581Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-05T12:42:00.581Z] ea88f059d9f9: Preparing [2021-03-05T12:42:00.581Z] d0f173a95a20: Preparing [2021-03-05T12:42:00.581Z] d08a831819f9: Preparing [2021-03-05T12:42:00.581Z] 231ea2a791f2: Preparing [2021-03-05T12:42:00.581Z] 02a88cfff88f: Preparing [2021-03-05T12:42:00.850Z] d0f173a95a20: Layer already exists [2021-03-05T12:42:00.850Z] 231ea2a791f2: Layer already exists [2021-03-05T12:42:00.850Z] 02a88cfff88f: Layer already exists [2021-03-05T12:42:00.850Z] d08a831819f9: Layer already exists [2021-03-05T12:42:00.850Z] ea88f059d9f9: Layer already exists [2021-03-05T12:42:00.850Z] 2.0.0-dev.114: digest: sha256:a8aead240918cab4d9a14f87ccd23b3dbfffb16efa0909a224560a54d6b39b2f size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:42:01.187Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:42:01.524Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [2021-03-05T12:42:01.524Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-05T12:42:01.524Z] ea88f059d9f9: Preparing [2021-03-05T12:42:01.524Z] d0f173a95a20: Preparing [2021-03-05T12:42:01.524Z] d08a831819f9: Preparing [2021-03-05T12:42:01.524Z] 231ea2a791f2: Preparing [2021-03-05T12:42:01.524Z] 02a88cfff88f: Preparing [2021-03-05T12:42:01.524Z] d0f173a95a20: Layer already exists [2021-03-05T12:42:01.524Z] d08a831819f9: Layer already exists [2021-03-05T12:42:01.524Z] ea88f059d9f9: Layer already exists [2021-03-05T12:42:01.794Z] 02a88cfff88f: Layer already exists [2021-03-05T12:42:01.794Z] 231ea2a791f2: Layer already exists [2021-03-05T12:42:01.794Z] 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114: digest: sha256:a8aead240918cab4d9a14f87ccd23b3dbfffb16efa0909a224560a54d6b39b2f size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:42:02.133Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:42:02.467Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-03-05T12:42:02.467Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-05T12:42:02.467Z] ea88f059d9f9: Preparing [2021-03-05T12:42:02.467Z] d0f173a95a20: Preparing [2021-03-05T12:42:02.467Z] d08a831819f9: Preparing [2021-03-05T12:42:02.467Z] 231ea2a791f2: Preparing [2021-03-05T12:42:02.467Z] 02a88cfff88f: Preparing [2021-03-05T12:42:02.467Z] ea88f059d9f9: Layer already exists [2021-03-05T12:42:02.739Z] 02a88cfff88f: Layer already exists [2021-03-05T12:42:02.739Z] 231ea2a791f2: Layer already exists [2021-03-05T12:42:02.739Z] d08a831819f9: Layer already exists [2021-03-05T12:42:02.739Z] d0f173a95a20: Layer already exists [2021-03-05T12:42:02.739Z] master: digest: sha256:a8aead240918cab4d9a14f87ccd23b3dbfffb16efa0909a224560a54d6b39b2f size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-05T12:42:02.926Z] ===================================================== [Pipeline] echo [2021-03-05T12:42:02.972Z] taggedImages: [2021-03-05T12:42:02.972Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:42:02.972Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.114 [2021-03-05T12:42:02.972Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [2021-03-05T12:42:02.972Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-03-05T12:42:03.039Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-03-05T12:42:03.039Z] 55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:42:03.039Z] 2.0.0-dev.114 [2021-03-05T12:42:03.039Z] 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [2021-03-05T12:42:03.039Z] master [2021-03-05T12:42:03.039Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:42:03.596Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:42:03.930Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:42:03.931Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-05T12:42:03.931Z] 50b61f57e022: Preparing [2021-03-05T12:42:03.931Z] b89d32396a04: Preparing [2021-03-05T12:42:03.931Z] d08a831819f9: Preparing [2021-03-05T12:42:03.931Z] f029ce0a9699: Preparing [2021-03-05T12:42:03.931Z] 02a88cfff88f: Preparing [2021-03-05T12:42:04.202Z] 02a88cfff88f: Layer already exists [2021-03-05T12:42:04.202Z] d08a831819f9: Layer already exists [2021-03-05T12:42:04.202Z] f029ce0a9699: Layer already exists [2021-03-05T12:42:04.202Z] 50b61f57e022: Pushed [2021-03-05T12:42:06.808Z] b89d32396a04: Pushed [2021-03-05T12:42:06.808Z] 55fea418b1ac49172828e32c63c2641cfdddd142: digest: sha256:048a23880733e030f2b29dc87256f81aea7c0e9da86582ac9c1225d6b58b9528 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:42:07.145Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:42:07.477Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.114 [2021-03-05T12:42:07.477Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-05T12:42:07.477Z] 50b61f57e022: Preparing [2021-03-05T12:42:07.477Z] b89d32396a04: Preparing [2021-03-05T12:42:07.477Z] d08a831819f9: Preparing [2021-03-05T12:42:07.477Z] f029ce0a9699: Preparing [2021-03-05T12:42:07.477Z] 02a88cfff88f: Preparing [2021-03-05T12:42:07.477Z] 50b61f57e022: Layer already exists [2021-03-05T12:42:07.477Z] b89d32396a04: Layer already exists [2021-03-05T12:42:07.477Z] d08a831819f9: Layer already exists [2021-03-05T12:42:07.748Z] f029ce0a9699: Layer already exists [2021-03-05T12:42:07.748Z] 02a88cfff88f: Layer already exists [2021-03-05T12:42:07.748Z] 2.0.0-dev.114: digest: sha256:048a23880733e030f2b29dc87256f81aea7c0e9da86582ac9c1225d6b58b9528 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:42:08.086Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:42:08.420Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [2021-03-05T12:42:08.420Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-05T12:42:08.420Z] 50b61f57e022: Preparing [2021-03-05T12:42:08.420Z] b89d32396a04: Preparing [2021-03-05T12:42:08.420Z] d08a831819f9: Preparing [2021-03-05T12:42:08.420Z] f029ce0a9699: Preparing [2021-03-05T12:42:08.420Z] 02a88cfff88f: Preparing [2021-03-05T12:42:08.693Z] f029ce0a9699: Layer already exists [2021-03-05T12:42:08.693Z] d08a831819f9: Layer already exists [2021-03-05T12:42:08.693Z] b89d32396a04: Layer already exists [2021-03-05T12:42:08.693Z] 02a88cfff88f: Layer already exists [2021-03-05T12:42:08.693Z] 50b61f57e022: Layer already exists [2021-03-05T12:42:08.693Z] 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114: digest: sha256:048a23880733e030f2b29dc87256f81aea7c0e9da86582ac9c1225d6b58b9528 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:42:09.032Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:42:09.368Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-03-05T12:42:09.368Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-05T12:42:09.368Z] 50b61f57e022: Preparing [2021-03-05T12:42:09.368Z] b89d32396a04: Preparing [2021-03-05T12:42:09.368Z] d08a831819f9: Preparing [2021-03-05T12:42:09.368Z] f029ce0a9699: Preparing [2021-03-05T12:42:09.368Z] 02a88cfff88f: Preparing [2021-03-05T12:42:09.368Z] d08a831819f9: Layer already exists [2021-03-05T12:42:09.368Z] 02a88cfff88f: Layer already exists [2021-03-05T12:42:09.368Z] b89d32396a04: Layer already exists [2021-03-05T12:42:09.368Z] 50b61f57e022: Layer already exists [2021-03-05T12:42:09.368Z] f029ce0a9699: Layer already exists [2021-03-05T12:42:09.640Z] master: digest: sha256:048a23880733e030f2b29dc87256f81aea7c0e9da86582ac9c1225d6b58b9528 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-05T12:42:09.841Z] ===================================================== [Pipeline] echo [2021-03-05T12:42:09.885Z] taggedImages: [2021-03-05T12:42:09.886Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:42:09.886Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.114 [2021-03-05T12:42:09.886Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [2021-03-05T12:42:09.886Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-03-05T12:42:09.949Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-03-05T12:42:09.949Z] 55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:42:09.949Z] 2.0.0-dev.114 [2021-03-05T12:42:09.949Z] 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [2021-03-05T12:42:09.949Z] master [2021-03-05T12:42:09.949Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:42:10.458Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:42:10.795Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:42:10.796Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-05T12:42:10.796Z] a4d37ba3cd06: Preparing [2021-03-05T12:42:10.796Z] 5dfd1207c1d9: Preparing [2021-03-05T12:42:10.796Z] b1148e70594b: Preparing [2021-03-05T12:42:10.796Z] 892f0901b69f: Preparing [2021-03-05T12:42:10.796Z] cbad2099b73e: Preparing [2021-03-05T12:42:10.796Z] 281ce90dd549: Preparing [2021-03-05T12:42:10.796Z] 6ef762b7000f: Preparing [2021-03-05T12:42:10.796Z] 9ded3b6bb9b5: Preparing [2021-03-05T12:42:10.796Z] fa1afe8e6ed9: Preparing [2021-03-05T12:42:10.796Z] 87a09b4c083e: Preparing [2021-03-05T12:42:10.796Z] 0f74e9ff2a61: Preparing [2021-03-05T12:42:10.796Z] b122376c33c6: Preparing [2021-03-05T12:42:10.796Z] f8381ed47b22: Preparing [2021-03-05T12:42:10.796Z] e934a737d657: Preparing [2021-03-05T12:42:10.796Z] 281ce90dd549: Waiting [2021-03-05T12:42:10.796Z] 6ef762b7000f: Waiting [2021-03-05T12:42:10.796Z] 9ded3b6bb9b5: Waiting [2021-03-05T12:42:10.796Z] fa1afe8e6ed9: Waiting [2021-03-05T12:42:10.796Z] 87a09b4c083e: Waiting [2021-03-05T12:42:10.796Z] 0f74e9ff2a61: Waiting [2021-03-05T12:42:10.796Z] b122376c33c6: Waiting [2021-03-05T12:42:10.796Z] f8381ed47b22: Waiting [2021-03-05T12:42:10.796Z] e934a737d657: Waiting [2021-03-05T12:42:11.396Z] cbad2099b73e: Pushed [2021-03-05T12:42:11.672Z] a4d37ba3cd06: Pushed [2021-03-05T12:42:12.274Z] 892f0901b69f: Pushed [2021-03-05T12:42:12.274Z] 9ded3b6bb9b5: Layer already exists [2021-03-05T12:42:12.274Z] fa1afe8e6ed9: Layer already exists [2021-03-05T12:42:12.274Z] 87a09b4c083e: Layer already exists [2021-03-05T12:42:12.274Z] 0f74e9ff2a61: Layer already exists [2021-03-05T12:42:12.274Z] 6ef762b7000f: Pushed [2021-03-05T12:42:12.549Z] b122376c33c6: Layer already exists [2021-03-05T12:42:12.549Z] f8381ed47b22: Layer already exists [2021-03-05T12:42:12.549Z] e934a737d657: Layer already exists [2021-03-05T12:42:12.549Z] 5dfd1207c1d9: Pushed [2021-03-05T12:42:13.973Z] 281ce90dd549: Pushed [2021-03-05T12:42:22.211Z] b1148e70594b: Pushed [2021-03-05T12:42:22.483Z] 55fea418b1ac49172828e32c63c2641cfdddd142: digest: sha256:81cd4a2c794143b16c43f530075dfdda3fb7d1b2db159cb4dd76837916797f32 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:42:22.825Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:42:23.154Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.114 [2021-03-05T12:42:23.154Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-05T12:42:23.154Z] a4d37ba3cd06: Preparing [2021-03-05T12:42:23.154Z] 5dfd1207c1d9: Preparing [2021-03-05T12:42:23.154Z] b1148e70594b: Preparing [2021-03-05T12:42:23.154Z] 892f0901b69f: Preparing [2021-03-05T12:42:23.154Z] cbad2099b73e: Preparing [2021-03-05T12:42:23.154Z] 281ce90dd549: Preparing [2021-03-05T12:42:23.154Z] 6ef762b7000f: Preparing [2021-03-05T12:42:23.154Z] 9ded3b6bb9b5: Preparing [2021-03-05T12:42:23.154Z] fa1afe8e6ed9: Preparing [2021-03-05T12:42:23.154Z] 87a09b4c083e: Preparing [2021-03-05T12:42:23.154Z] 0f74e9ff2a61: Preparing [2021-03-05T12:42:23.154Z] b122376c33c6: Preparing [2021-03-05T12:42:23.154Z] f8381ed47b22: Preparing [2021-03-05T12:42:23.154Z] e934a737d657: Preparing [2021-03-05T12:42:23.154Z] 281ce90dd549: Waiting [2021-03-05T12:42:23.154Z] 6ef762b7000f: Waiting [2021-03-05T12:42:23.154Z] 9ded3b6bb9b5: Waiting [2021-03-05T12:42:23.154Z] fa1afe8e6ed9: Waiting [2021-03-05T12:42:23.154Z] f8381ed47b22: Waiting [2021-03-05T12:42:23.154Z] 87a09b4c083e: Waiting [2021-03-05T12:42:23.154Z] e934a737d657: Waiting [2021-03-05T12:42:23.154Z] 0f74e9ff2a61: Waiting [2021-03-05T12:42:23.154Z] b122376c33c6: Waiting [2021-03-05T12:42:23.425Z] cbad2099b73e: Layer already exists [2021-03-05T12:42:23.425Z] 892f0901b69f: Layer already exists [2021-03-05T12:42:23.425Z] b1148e70594b: Layer already exists [2021-03-05T12:42:23.425Z] 5dfd1207c1d9: Layer already exists [2021-03-05T12:42:23.425Z] a4d37ba3cd06: Layer already exists [2021-03-05T12:42:23.425Z] 281ce90dd549: Layer already exists [2021-03-05T12:42:23.425Z] 9ded3b6bb9b5: Layer already exists [2021-03-05T12:42:23.425Z] 6ef762b7000f: Layer already exists [2021-03-05T12:42:23.425Z] fa1afe8e6ed9: Layer already exists [2021-03-05T12:42:23.425Z] 87a09b4c083e: Layer already exists [2021-03-05T12:42:23.425Z] b122376c33c6: Layer already exists [2021-03-05T12:42:23.425Z] 0f74e9ff2a61: Layer already exists [2021-03-05T12:42:23.425Z] f8381ed47b22: Layer already exists [2021-03-05T12:42:23.425Z] e934a737d657: Layer already exists [2021-03-05T12:42:23.425Z] 2.0.0-dev.114: digest: sha256:81cd4a2c794143b16c43f530075dfdda3fb7d1b2db159cb4dd76837916797f32 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:42:23.764Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:42:24.097Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [2021-03-05T12:42:24.097Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-05T12:42:24.097Z] a4d37ba3cd06: Preparing [2021-03-05T12:42:24.097Z] 5dfd1207c1d9: Preparing [2021-03-05T12:42:24.097Z] b1148e70594b: Preparing [2021-03-05T12:42:24.097Z] 892f0901b69f: Preparing [2021-03-05T12:42:24.097Z] cbad2099b73e: Preparing [2021-03-05T12:42:24.097Z] 281ce90dd549: Preparing [2021-03-05T12:42:24.097Z] 6ef762b7000f: Preparing [2021-03-05T12:42:24.097Z] 9ded3b6bb9b5: Preparing [2021-03-05T12:42:24.097Z] fa1afe8e6ed9: Preparing [2021-03-05T12:42:24.097Z] 87a09b4c083e: Preparing [2021-03-05T12:42:24.097Z] 0f74e9ff2a61: Preparing [2021-03-05T12:42:24.097Z] b122376c33c6: Preparing [2021-03-05T12:42:24.097Z] f8381ed47b22: Preparing [2021-03-05T12:42:24.097Z] e934a737d657: Preparing [2021-03-05T12:42:24.097Z] fa1afe8e6ed9: Waiting [2021-03-05T12:42:24.097Z] 87a09b4c083e: Waiting [2021-03-05T12:42:24.097Z] 6ef762b7000f: Waiting [2021-03-05T12:42:24.097Z] 0f74e9ff2a61: Waiting [2021-03-05T12:42:24.097Z] b122376c33c6: Waiting [2021-03-05T12:42:24.097Z] 281ce90dd549: Waiting [2021-03-05T12:42:24.097Z] f8381ed47b22: Waiting [2021-03-05T12:42:24.097Z] e934a737d657: Waiting [2021-03-05T12:42:24.097Z] 9ded3b6bb9b5: Waiting [2021-03-05T12:42:24.368Z] cbad2099b73e: Layer already exists [2021-03-05T12:42:24.368Z] 5dfd1207c1d9: Layer already exists [2021-03-05T12:42:24.368Z] b1148e70594b: Layer already exists [2021-03-05T12:42:24.368Z] 892f0901b69f: Layer already exists [2021-03-05T12:42:24.368Z] a4d37ba3cd06: Layer already exists [2021-03-05T12:42:24.368Z] 281ce90dd549: Layer already exists [2021-03-05T12:42:24.368Z] 6ef762b7000f: Layer already exists [2021-03-05T12:42:24.368Z] fa1afe8e6ed9: Layer already exists [2021-03-05T12:42:24.368Z] 87a09b4c083e: Layer already exists [2021-03-05T12:42:24.368Z] 9ded3b6bb9b5: Layer already exists [2021-03-05T12:42:24.368Z] 0f74e9ff2a61: Layer already exists [2021-03-05T12:42:24.368Z] b122376c33c6: Layer already exists [2021-03-05T12:42:24.368Z] f8381ed47b22: Layer already exists [2021-03-05T12:42:24.368Z] e934a737d657: Layer already exists [2021-03-05T12:42:24.368Z] 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114: digest: sha256:81cd4a2c794143b16c43f530075dfdda3fb7d1b2db159cb4dd76837916797f32 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:42:24.705Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:42:25.039Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-03-05T12:42:25.039Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-05T12:42:25.039Z] a4d37ba3cd06: Preparing [2021-03-05T12:42:25.039Z] 5dfd1207c1d9: Preparing [2021-03-05T12:42:25.039Z] b1148e70594b: Preparing [2021-03-05T12:42:25.039Z] 892f0901b69f: Preparing [2021-03-05T12:42:25.039Z] cbad2099b73e: Preparing [2021-03-05T12:42:25.039Z] 281ce90dd549: Preparing [2021-03-05T12:42:25.039Z] 6ef762b7000f: Preparing [2021-03-05T12:42:25.039Z] 9ded3b6bb9b5: Preparing [2021-03-05T12:42:25.039Z] fa1afe8e6ed9: Preparing [2021-03-05T12:42:25.039Z] 87a09b4c083e: Preparing [2021-03-05T12:42:25.039Z] 0f74e9ff2a61: Preparing [2021-03-05T12:42:25.039Z] b122376c33c6: Preparing [2021-03-05T12:42:25.039Z] f8381ed47b22: Preparing [2021-03-05T12:42:25.039Z] e934a737d657: Preparing [2021-03-05T12:42:25.039Z] 87a09b4c083e: Waiting [2021-03-05T12:42:25.039Z] 0f74e9ff2a61: Waiting [2021-03-05T12:42:25.039Z] b122376c33c6: Waiting [2021-03-05T12:42:25.039Z] 281ce90dd549: Waiting [2021-03-05T12:42:25.039Z] 6ef762b7000f: Waiting [2021-03-05T12:42:25.039Z] 9ded3b6bb9b5: Waiting [2021-03-05T12:42:25.039Z] fa1afe8e6ed9: Waiting [2021-03-05T12:42:25.039Z] f8381ed47b22: Waiting [2021-03-05T12:42:25.039Z] e934a737d657: Waiting [2021-03-05T12:42:25.312Z] b1148e70594b: Layer already exists [2021-03-05T12:42:25.313Z] 892f0901b69f: Layer already exists [2021-03-05T12:42:25.313Z] a4d37ba3cd06: Layer already exists [2021-03-05T12:42:25.313Z] 5dfd1207c1d9: Layer already exists [2021-03-05T12:42:25.313Z] cbad2099b73e: Layer already exists [2021-03-05T12:42:25.313Z] 87a09b4c083e: Layer already exists [2021-03-05T12:42:25.313Z] fa1afe8e6ed9: Layer already exists [2021-03-05T12:42:25.313Z] 281ce90dd549: Layer already exists [2021-03-05T12:42:25.313Z] 9ded3b6bb9b5: Layer already exists [2021-03-05T12:42:25.313Z] 6ef762b7000f: Layer already exists [2021-03-05T12:42:25.313Z] 0f74e9ff2a61: Layer already exists [2021-03-05T12:42:25.313Z] b122376c33c6: Layer already exists [2021-03-05T12:42:25.313Z] e934a737d657: Layer already exists [2021-03-05T12:42:25.313Z] f8381ed47b22: Layer already exists [2021-03-05T12:42:25.313Z] master: digest: sha256:81cd4a2c794143b16c43f530075dfdda3fb7d1b2db159cb4dd76837916797f32 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-05T12:42:25.560Z] ===================================================== [Pipeline] echo [2021-03-05T12:42:25.606Z] taggedImages: [2021-03-05T12:42:25.606Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142 [2021-03-05T12:42:25.606Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.114 [2021-03-05T12:42:25.606Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [2021-03-05T12:42:25.606Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-05T12:42:26.343Z] ---> job-cost.sh [2021-03-05T12:42:26.343Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-tjkH [2021-03-05T12:43:05.288Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-05T12:45:27.094Z] lf-activate-venv(): INFO: Adding /tmp/venv-tjkH/bin to PATH [2021-03-05T12:45:27.094Z] INFO: No Stack... [2021-03-05T12:45:27.094Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-05T12:45:27.094Z] INFO: Archiving Costs [Pipeline] sh [2021-03-05T12:45:27.430Z] + cut -d, -f6 [2021-03-05T12:45:27.430Z] + cat /w/workspace/edgex-go/381/archives/cost.csv [Pipeline] lock [2021-03-05T12:45:27.554Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-master-381-stack-cost] [2021-03-05T12:45:27.564Z] Resource [jenkins-edgexfoundry-edgex-go-master-381-stack-cost] did not exist. Created. [2021-03-05T12:45:27.565Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-master-381-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-05T12:45:27.996Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-05T12:45:29.171Z] Stashed 1 file(s) [Pipeline] } [2021-03-05T12:45:29.185Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-master-381-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-03-05T12:45:30.809Z] provisioning config files... [2021-03-05T12:45:30.821Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/381@tmp/config2526257600157802118tmp [Pipeline] { [Pipeline] sh [2021-03-05T12:45:31.215Z] + set +x [2021-03-05T12:45:31.215Z] + curl -s https://codecov.io/bash [2021-03-05T12:45:31.215Z] + bash -s -- [2021-03-05T12:45:31.789Z] [2021-03-05T12:45:31.789Z] _____ _ [2021-03-05T12:45:31.789Z] / ____| | | [2021-03-05T12:45:31.789Z] | | ___ __| | ___ ___ _____ __ [2021-03-05T12:45:31.789Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-05T12:45:31.789Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-05T12:45:31.789Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-05T12:45:31.789Z] Bash-20210226-7100762 [2021-03-05T12:45:31.789Z] [2021-03-05T12:45:31.789Z] [2021-03-05T12:45:31.789Z] ==> git version 2.24.3 found [2021-03-05T12:45:31.789Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-03-05T12:45:31.789Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-05T12:45:31.789Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-05T12:45:31.789Z] ==> Jenkins CI detected. [2021-03-05T12:45:31.789Z] project root: . [2021-03-05T12:45:31.789Z] --> token set from env [2021-03-05T12:45:31.789Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-05T12:45:31.789Z] ==> Running gcov in . (disable via -X gcov) [2021-03-05T12:45:31.789Z] ==> Python coveragepy not found [2021-03-05T12:45:31.789Z] ==> Searching for coverage reports in: [2021-03-05T12:45:31.789Z] + . [2021-03-05T12:45:31.789Z] -> Found 1 reports [2021-03-05T12:45:31.789Z] ==> Detecting git/mercurial file structure [2021-03-05T12:45:31.789Z] ==> Reading reports [2021-03-05T12:45:31.789Z] + ./coverage.out bytes=619895 [2021-03-05T12:45:31.789Z] ==> Appending adjustments [2021-03-05T12:45:31.789Z] https://docs.codecov.io/docs/fixing-reports [2021-03-05T12:45:35.103Z] + Found adjustments [2021-03-05T12:45:35.103Z] ==> Gzipping contents [2021-03-05T12:45:35.103Z] 92K /tmp/codecov.Qpb2UU.gz [2021-03-05T12:45:35.103Z] ==> Uploading reports [2021-03-05T12:45:35.103Z] url: https://codecov.io [2021-03-05T12:45:35.103Z] query: branch=master&commit=55fea418b1ac49172828e32c63c2641cfdddd142&build=381&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F381%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-05T12:45:35.374Z] -> Pinging Codecov [2021-03-05T12:45:35.374Z] https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=master&commit=55fea418b1ac49172828e32c63c2641cfdddd142&build=381&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F381%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-05T12:45:35.957Z] -> Uploading to [2021-03-05T12:45:35.957Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-05/00271124DB129430A58F1EEE437C3FCB/55fea418b1ac49172828e32c63c2641cfdddd142/67973b6a-095f-4b3a-81aa-9c256af1c67c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210305%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210305T124535Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c4ee02281b76f0566c194e0f657e13ddd2204d1c8060092b75c85be463318fea [2021-03-05T12:45:35.957Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-05T12:45:35.958Z] Dload Upload Total Spent Left Speed [2021-03-05T12:45:36.227Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 91619 0 0 100 91619 0 161k --:--:-- --:--:-- --:--:-- 161k [2021-03-05T12:45:36.227Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/55fea418b1ac49172828e32c63c2641cfdddd142 [Pipeline] } [2021-03-05T12:45:36.244Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-03-05T12:45:37.110Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-03-05T12:45:37.226Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:45:37.574Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-05T12:45:37.574Z] [2021-03-05T12:45:37.574Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:45:37.919Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-05T12:45:37.919Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-03-05T12:45:37.919Z] 188c0c94c7c5: Already exists [2021-03-05T12:45:37.919Z] 0ef7d3d256c8: Already exists [2021-03-05T12:45:37.919Z] de9db76c5a1d: Already exists [2021-03-05T12:45:37.919Z] 0eba1c9be4d2: Pulling fs layer [2021-03-05T12:45:37.919Z] 0d57e429df01: Pulling fs layer [2021-03-05T12:45:37.919Z] 4e4be7b47b0d: Pulling fs layer [2021-03-05T12:45:37.919Z] e1f770b5df2f: Pulling fs layer [2021-03-05T12:45:37.919Z] 85a0685a4137: Pulling fs layer [2021-03-05T12:45:37.919Z] e1f770b5df2f: Waiting [2021-03-05T12:45:37.919Z] 85a0685a4137: Waiting [2021-03-05T12:45:38.182Z] 0d57e429df01: Verifying Checksum [2021-03-05T12:45:38.182Z] 0d57e429df01: Download complete [2021-03-05T12:45:38.182Z] 4e4be7b47b0d: Verifying Checksum [2021-03-05T12:45:38.182Z] 4e4be7b47b0d: Download complete [2021-03-05T12:45:40.110Z] e1f770b5df2f: Verifying Checksum [2021-03-05T12:45:40.110Z] e1f770b5df2f: Download complete [2021-03-05T12:45:42.049Z] 85a0685a4137: Download complete [2021-03-05T12:45:42.049Z] 0eba1c9be4d2: Verifying Checksum [2021-03-05T12:45:42.049Z] 0eba1c9be4d2: Download complete [2021-03-05T12:45:47.389Z] 0eba1c9be4d2: Pull complete [2021-03-05T12:45:48.335Z] 0d57e429df01: Pull complete [2021-03-05T12:45:48.335Z] 4e4be7b47b0d: Pull complete [2021-03-05T12:45:51.780Z] e1f770b5df2f: Pull complete [2021-03-05T12:45:59.956Z] 85a0685a4137: Pull complete [2021-03-05T12:45:59.956Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-03-05T12:45:59.956Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-05T12:45:59.956Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-03-05T12:46:00.167Z] prd-centos7-docker-4c-2g-28709 does not seem to be running inside a container [2021-03-05T12:46:00.224Z] $ 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/381 -v /w/workspace/edgex-go/381:/w/workspace/edgex-go/381:rw,z -v /w/workspace/edgex-go/381@tmp:/w/workspace/edgex-go/381@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-03-05T12:46:01.251Z] $ docker top 79aca5c4fadfe644b38a4af4d041918ee54dac49623af477c83ebc63810fa9a6 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-05T12:46:01.514Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-03-05T12:46:01.805Z] + set -o pipefail [2021-03-05T12:46:01.806Z] + snyk monitor '--org=edgex-jenkins' [2021-03-05T12:46:11.840Z] [2021-03-05T12:46:11.840Z] Monitoring /w/workspace/edgex-go/381 (github.com/edgexfoundry/edgex-go)... [2021-03-05T12:46:11.840Z] [2021-03-05T12:46:11.840Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/66aa1da7-bb41-472a-97ec-e1c7d995132d [2021-03-05T12:46:11.840Z] [2021-03-05T12:46:11.840Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-03-05T12:46:11.840Z] [2021-03-05T12:46:11.840Z] [Pipeline] } [2021-03-05T12:46:11.858Z] $ docker stop --time=1 79aca5c4fadfe644b38a4af4d041918ee54dac49623af477c83ebc63810fa9a6 [2021-03-05T12:46:15.102Z] $ docker rm -f 79aca5c4fadfe644b38a4af4d041918ee54dac49623af477c83ebc63810fa9a6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-03-05T12:46:16.304Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-05T12:46:16.362Z] provisioning config files... [2021-03-05T12:46:16.372Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/381@tmp/config2243619432949508954tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-05T12:46:16.766Z] --> edgex-publish-swagger.sh [2021-03-05T12:46:16.766Z] === Publish openapi/v1 API === [2021-03-05T12:46:16.767Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-03-05T12:46:16.767Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/381/openapi/v1/core-command.yaml] [2021-03-05T12:46:16.767Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-05T12:46:16.767Z] Dload Upload Total Spent Left Speed [2021-03-05T12:46:18.157Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 9021 0:00:01 0:00:01 --:--:-- 9031 100 10522 0 0 100 10522 0 9020 0:00:01 0:00:01 --:--:-- 9031 [2021-03-05T12:46:18.157Z] [2021-03-05T12:46:18.157Z] [2021-03-05T12:46:18.157Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/381/openapi/v1/core-data.yaml] [2021-03-05T12:46:18.157Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-05T12:46:18.157Z] Dload Upload Total Spent Left Speed [2021-03-05T12:46:19.101Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 28404 0:00:01 0:00:01 --:--:-- 28409 100 32557 0 0 100 32557 0 28400 0:00:01 0:00:01 --:--:-- 28409 [2021-03-05T12:46:19.101Z] [2021-03-05T12:46:19.101Z] [2021-03-05T12:46:19.101Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/381/openapi/v1/core-metadata.yaml] [2021-03-05T12:46:19.101Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-05T12:46:19.101Z] Dload Upload Total Spent Left Speed [2021-03-05T12:46:20.051Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 65196 0:00:01 0:00:01 --:--:-- 65239 100 73721 0 0 100 73721 0 65184 0:00:01 0:00:01 --:--:-- 65239 [2021-03-05T12:46:20.051Z] [2021-03-05T12:46:20.051Z] [2021-03-05T12:46:20.051Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/381/openapi/v1/support-logging.yaml] [2021-03-05T12:46:20.051Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-05T12:46:20.051Z] Dload Upload Total Spent Left Speed [2021-03-05T12:46:21.439Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 13659 --:--:-- --:--:-- --:--:-- 13649 100 13581 0 0 100 13581 0 13656 --:--:-- --:--:-- --:--:-- 13649 [2021-03-05T12:46:21.439Z] [2021-03-05T12:46:21.439Z] [2021-03-05T12:46:21.439Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/381/openapi/v1/support-notifications.yaml] [2021-03-05T12:46:21.439Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-05T12:46:21.439Z] Dload Upload Total Spent Left Speed [2021-03-05T12:46:22.387Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 34474 0:00:01 0:00:01 --:--:-- 34507 100 38890 0 0 100 38890 0 34468 0:00:01 0:00:01 --:--:-- 34476 [2021-03-05T12:46:22.387Z] [2021-03-05T12:46:22.387Z] [2021-03-05T12:46:22.387Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/381/openapi/v1/support-scheduler.yaml] [2021-03-05T12:46:22.387Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-05T12:46:22.387Z] Dload Upload Total Spent Left Speed [2021-03-05T12:46:23.359Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 13326 0:00:01 0:00:01 --:--:-- 13329 100 14249 0 0 100 14249 0 13323 0:00:01 0:00:01 --:--:-- 13329 [2021-03-05T12:46:23.359Z] [2021-03-05T12:46:23.359Z] [2021-03-05T12:46:23.359Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/381/openapi/v1/system-agent.yaml] [2021-03-05T12:46:23.359Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-05T12:46:23.359Z] Dload Upload Total Spent Left Speed [2021-03-05T12:46:24.761Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3789 0:00:01 0:00:01 --:--:-- 3791 100 4110 0 0 100 4110 0 3788 0:00:01 0:00:01 --:--:-- 3791 [2021-03-05T12:46:24.761Z] [2021-03-05T12:46:24.761Z] [2021-03-05T12:46:24.761Z] === Publish openapi/v2 API === [2021-03-05T12:46:24.761Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-03-05T12:46:24.761Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/381/openapi/v2/core-command.yaml] [2021-03-05T12:46:24.761Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-05T12:46:24.761Z] Dload Upload Total Spent Left Speed [2021-03-05T12:46:25.707Z] 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 26212 0:00:01 0:00:01 --:--:-- 26229 [2021-03-05T12:46:25.707Z] [2021-03-05T12:46:25.707Z] [2021-03-05T12:46:25.707Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/381/openapi/v2/core-data.yaml] [2021-03-05T12:46:25.707Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-05T12:46:25.707Z] Dload Upload Total Spent Left Speed [2021-03-05T12:46:26.658Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57358 0 0 100 57358 0 53760 0:00:01 0:00:01 --:--:-- 53756 100 57358 0 0 100 57358 0 53752 0:00:01 0:00:01 --:--:-- 53756 [2021-03-05T12:46:26.658Z] [2021-03-05T12:46:26.658Z] [2021-03-05T12:46:26.658Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/381/openapi/v2/core-metadata.yaml] [2021-03-05T12:46:26.658Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-05T12:46:26.658Z] Dload Upload Total Spent Left Speed [2021-03-05T12:46:28.044Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 118k 0 0 100 118k 0 99k 0:00:01 0:00:01 --:--:-- 99k 100 118k 0 0 100 118k 0 99k 0:00:01 0:00:01 --:--:-- 99k [2021-03-05T12:46:28.044Z] [2021-03-05T12:46:28.044Z] [2021-03-05T12:46:28.044Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/381/openapi/v2/support-notifications.yaml] [2021-03-05T12:46:28.044Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-05T12:46:28.045Z] Dload Upload Total Spent Left Speed [2021-03-05T12:46:28.997Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59705 0 0 100 59705 0 52872 0:00:01 0:00:01 --:--:-- 52883 100 59705 0 0 100 59705 0 52864 0:00:01 0:00:01 --:--:-- 52883 [2021-03-05T12:46:28.997Z] [2021-03-05T12:46:28.997Z] [2021-03-05T12:46:28.997Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/381/openapi/v2/support-scheduler.yaml] [2021-03-05T12:46:28.997Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-05T12:46:28.997Z] Dload Upload Total Spent Left Speed [2021-03-05T12:46:30.392Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37783 0 0 100 37783 0 34773 0:00:01 0:00:01 --:--:-- 34790 100 37783 0 0 100 37783 0 34768 0:00:01 0:00:01 --:--:-- 34790 [2021-03-05T12:46:30.392Z] [2021-03-05T12:46:30.392Z] [2021-03-05T12:46:30.392Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/381/openapi/v2/system-agent.yaml] [2021-03-05T12:46:30.392Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-05T12:46:30.392Z] Dload Upload Total Spent Left Speed [2021-03-05T12:46:31.336Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24182 0 0 100 24182 0 23041 0:00:01 0:00:01 --:--:-- 23052 100 24182 0 0 100 24182 0 23037 0:00:01 0:00:01 --:--:-- 23052 [2021-03-05T12:46:31.336Z] [2021-03-05T12:46:31.336Z] [Pipeline] } [2021-03-05T12:46:31.346Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:46:32.132Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-05T12:46:32.132Z] . [Pipeline] withDockerContainer [2021-03-05T12:46:32.234Z] prd-centos7-docker-4c-2g-28709 does not seem to be running inside a container [2021-03-05T12:46:32.279Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/381 -v /w/workspace/edgex-go/381:/w/workspace/edgex-go/381:rw,z -v /w/workspace/edgex-go/381@tmp:/w/workspace/edgex-go/381@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-03-05T12:46:33.103Z] $ docker top 137d8fa6a97d56dce8bf480eca925932c912d68fef0769d8ea6baf935895d61c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-05T12:46:33.454Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-05T12:46:33.454Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-05T12:46:33.672Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-05T12:46:33.675Z] $ docker exec 137d8fa6a97d56dce8bf480eca925932c912d68fef0769d8ea6baf935895d61c ssh-agent [2021-03-05T12:46:33.849Z] SSH_AUTH_SOCK=/tmp/ssh-2xuxGxrs9zwV/agent.11 [2021-03-05T12:46:33.849Z] SSH_AGENT_PID=16 [2021-03-05T12:46:33.856Z] Running ssh-add (command line suppressed) [2021-03-05T12:46:33.990Z] Identity added: /w/workspace/edgex-go/381@tmp/private_key_400362593646249798.key (/w/workspace/edgex-go/381@tmp/private_key_400362593646249798.key) [2021-03-05T12:46:34.047Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-05T12:46:34.386Z] + git semver tag [2021-03-05T12:46:34.648Z] # -> Open(): unable to determine branch for HEAD [2021-03-05T12:46:34.648Z] # $GIT_DIR = /w/workspace/edgex-go/381/.git [2021-03-05T12:46:34.648Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/381 [2021-03-05T12:46:34.648Z] # $SEMVER_REMOTE_NAME = origin [2021-03-05T12:46:34.648Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-05T12:46:34.648Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-05T12:46:34.648Z] # $SEMVER_BRANCH = master [2021-03-05T12:46:34.648Z] # $SEMVER_DIR = /w/workspace/edgex-go/381/.semver [2021-03-05T12:46:34.648Z] # 55fea418b1ac49172828e32c63c2641cfdddd142 HEAD [2021-03-05T12:46:35.222Z] # -> Force: false [2021-03-05T12:46:35.222Z] # c03b706b33ed5fa13ebe8a074cfd16b7efea7b8e refs/tags/v2.0.0-dev.114 [Pipeline] } [2021-03-05T12:46:35.235Z] $ docker exec --env ******** --env ******** 137d8fa6a97d56dce8bf480eca925932c912d68fef0769d8ea6baf935895d61c ssh-agent -k [2021-03-05T12:46:35.355Z] unset SSH_AUTH_SOCK; [2021-03-05T12:46:35.356Z] unset SSH_AGENT_PID; [2021-03-05T12:46:35.356Z] echo Agent pid 16 killed; [2021-03-05T12:46:35.418Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-05T12:46:35.876Z] + git semver [Pipeline] } [2021-03-05T12:46:35.896Z] $ docker stop --time=1 137d8fa6a97d56dce8bf480eca925932c912d68fef0769d8ea6baf935895d61c [2021-03-05T12:46:37.253Z] $ docker rm -f 137d8fa6a97d56dce8bf480eca925932c912d68fef0769d8ea6baf935895d61c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:46:37.865Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-05T12:46:37.865Z] [2021-03-05T12:46:37.865Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:46:38.229Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-05T12:46:38.229Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-03-05T12:46:38.229Z] ab5ef0e58194: Pulling fs layer [2021-03-05T12:46:38.229Z] 9712f1f96733: Pulling fs layer [2021-03-05T12:46:38.229Z] 63f879dbbcfc: Pulling fs layer [2021-03-05T12:46:38.229Z] 0d9ebad4ef96: Pulling fs layer [2021-03-05T12:46:38.229Z] e9a5061849ea: Pulling fs layer [2021-03-05T12:46:38.229Z] d747dcd14b5f: Pulling fs layer [2021-03-05T12:46:38.229Z] 2de7ff778b66: Pulling fs layer [2021-03-05T12:46:38.229Z] e9a5061849ea: Waiting [2021-03-05T12:46:38.229Z] d747dcd14b5f: Waiting [2021-03-05T12:46:38.229Z] 2de7ff778b66: Waiting [2021-03-05T12:46:38.229Z] 0d9ebad4ef96: Waiting [2021-03-05T12:46:38.229Z] 9712f1f96733: Verifying Checksum [2021-03-05T12:46:38.229Z] 9712f1f96733: Download complete [2021-03-05T12:46:40.152Z] 63f879dbbcfc: Verifying Checksum [2021-03-05T12:46:40.152Z] 63f879dbbcfc: Download complete [2021-03-05T12:46:40.415Z] e9a5061849ea: Verifying Checksum [2021-03-05T12:46:40.415Z] e9a5061849ea: Download complete [2021-03-05T12:46:40.415Z] d747dcd14b5f: Verifying Checksum [2021-03-05T12:46:40.415Z] d747dcd14b5f: Download complete [2021-03-05T12:46:40.681Z] 2de7ff778b66: Verifying Checksum [2021-03-05T12:46:40.943Z] 0d9ebad4ef96: Verifying Checksum [2021-03-05T12:46:40.943Z] 0d9ebad4ef96: Download complete [2021-03-05T12:46:40.943Z] ab5ef0e58194: Verifying Checksum [2021-03-05T12:46:40.943Z] ab5ef0e58194: Download complete [2021-03-05T12:46:46.262Z] ab5ef0e58194: Pull complete [2021-03-05T12:46:46.262Z] 9712f1f96733: Pull complete [2021-03-05T12:46:48.185Z] 63f879dbbcfc: Pull complete [2021-03-05T12:46:56.393Z] 0d9ebad4ef96: Pull complete [2021-03-05T12:46:57.339Z] e9a5061849ea: Pull complete [2021-03-05T12:46:57.339Z] d747dcd14b5f: Pull complete [2021-03-05T12:47:00.665Z] 2de7ff778b66: Pull complete [2021-03-05T12:47:00.665Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-03-05T12:47:00.665Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-05T12:47:00.665Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-03-05T12:47:00.859Z] prd-centos7-docker-4c-2g-28709 does not seem to be running inside a container [2021-03-05T12:47:00.920Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/381 -v /w/workspace/edgex-go/381:/w/workspace/edgex-go/381:rw,z -v /w/workspace/edgex-go/381@tmp:/w/workspace/edgex-go/381@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-03-05T12:47:04.314Z] $ docker top 6f98959691b47129e81e563771fdb82e3d1b934cbbc87c1e54a0bfc8a0240fc4 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-03-05T12:47:04.592Z] provisioning config files... [2021-03-05T12:47:04.602Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/381@tmp/config6619666651728759046tmp [2021-03-05T12:47:04.634Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/381@tmp/config4053345152520497453tmp [2021-03-05T12:47:04.650Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/381@tmp/config771136693281685906tmp [Pipeline] { [Pipeline] echo [2021-03-05T12:47:04.706Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T12:47:05.001Z] ---> sigul-configuration.sh [2021-03-05T12:47:05.001Z] gpg: directory `/root/.gnupg' created [2021-03-05T12:47:05.001Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-03-05T12:47:05.001Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-03-05T12:47:05.001Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-03-05T12:47:05.001Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-03-05T12:47:05.001Z] gpg: CAST5 encrypted data [2021-03-05T12:47:05.263Z] gpg: encrypted with 1 passphrase [2021-03-05T12:47:05.263Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-03-05T12:47:05.560Z] + mkdir /home/jenkins [2021-03-05T12:47:05.560Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-03-05T12:47:05.857Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-03-05T12:47:05.868Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T12:47:06.164Z] ---> sigul-install.sh [2021-03-05T12:47:12.768Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-03-05T12:47:13.071Z] + git tag --list [2021-03-05T12:47:13.071Z] 0.6.0 [2021-03-05T12:47:13.071Z] 0.6.1 [2021-03-05T12:47:13.071Z] 0.7.0 [2021-03-05T12:47:13.071Z] 0.7.1 [2021-03-05T12:47:13.071Z] v0.0.0 [2021-03-05T12:47:13.071Z] v0.0.1-dev.1 [2021-03-05T12:47:13.071Z] v1.0.0 [2021-03-05T12:47:13.071Z] v1.0.1 [2021-03-05T12:47:13.071Z] v1.1.0 [2021-03-05T12:47:13.071Z] v1.2.0 [2021-03-05T12:47:13.071Z] v1.2.1 [2021-03-05T12:47:13.071Z] v1.2.2-dev.1 [2021-03-05T12:47:13.071Z] v1.2.2-dev.10 [2021-03-05T12:47:13.071Z] v1.2.2-dev.100 [2021-03-05T12:47:13.071Z] v1.2.2-dev.101 [2021-03-05T12:47:13.071Z] v1.2.2-dev.102 [2021-03-05T12:47:13.071Z] v1.2.2-dev.103 [2021-03-05T12:47:13.071Z] v1.2.2-dev.104 [2021-03-05T12:47:13.071Z] v1.2.2-dev.105 [2021-03-05T12:47:13.071Z] v1.2.2-dev.106 [2021-03-05T12:47:13.071Z] v1.2.2-dev.107 [2021-03-05T12:47:13.071Z] v1.2.2-dev.11 [2021-03-05T12:47:13.071Z] v1.2.2-dev.12 [2021-03-05T12:47:13.071Z] v1.2.2-dev.13 [2021-03-05T12:47:13.072Z] v1.2.2-dev.14 [2021-03-05T12:47:13.072Z] v1.2.2-dev.15 [2021-03-05T12:47:13.072Z] v1.2.2-dev.16 [2021-03-05T12:47:13.072Z] v1.2.2-dev.17 [2021-03-05T12:47:13.072Z] v1.2.2-dev.18 [2021-03-05T12:47:13.072Z] v1.2.2-dev.19 [2021-03-05T12:47:13.072Z] v1.2.2-dev.2 [2021-03-05T12:47:13.072Z] v1.2.2-dev.20 [2021-03-05T12:47:13.072Z] v1.2.2-dev.21 [2021-03-05T12:47:13.072Z] v1.2.2-dev.22 [2021-03-05T12:47:13.072Z] v1.2.2-dev.23 [2021-03-05T12:47:13.072Z] v1.2.2-dev.24 [2021-03-05T12:47:13.072Z] v1.2.2-dev.25 [2021-03-05T12:47:13.072Z] v1.2.2-dev.26 [2021-03-05T12:47:13.072Z] v1.2.2-dev.27 [2021-03-05T12:47:13.072Z] v1.2.2-dev.28 [2021-03-05T12:47:13.072Z] v1.2.2-dev.29 [2021-03-05T12:47:13.072Z] v1.2.2-dev.3 [2021-03-05T12:47:13.072Z] v1.2.2-dev.30 [2021-03-05T12:47:13.072Z] v1.2.2-dev.31 [2021-03-05T12:47:13.072Z] v1.2.2-dev.32 [2021-03-05T12:47:13.072Z] v1.2.2-dev.33 [2021-03-05T12:47:13.072Z] v1.2.2-dev.34 [2021-03-05T12:47:13.072Z] v1.2.2-dev.35 [2021-03-05T12:47:13.072Z] v1.2.2-dev.36 [2021-03-05T12:47:13.072Z] v1.2.2-dev.37 [2021-03-05T12:47:13.072Z] v1.2.2-dev.38 [2021-03-05T12:47:13.072Z] v1.2.2-dev.39 [2021-03-05T12:47:13.072Z] v1.2.2-dev.4 [2021-03-05T12:47:13.072Z] v1.2.2-dev.40 [2021-03-05T12:47:13.072Z] v1.2.2-dev.41 [2021-03-05T12:47:13.072Z] v1.2.2-dev.42 [2021-03-05T12:47:13.072Z] v1.2.2-dev.43 [2021-03-05T12:47:13.072Z] v1.2.2-dev.44 [2021-03-05T12:47:13.072Z] v1.2.2-dev.45 [2021-03-05T12:47:13.072Z] v1.2.2-dev.46 [2021-03-05T12:47:13.072Z] v1.2.2-dev.47 [2021-03-05T12:47:13.072Z] v1.2.2-dev.48 [2021-03-05T12:47:13.072Z] v1.2.2-dev.49 [2021-03-05T12:47:13.072Z] v1.2.2-dev.5 [2021-03-05T12:47:13.072Z] v1.2.2-dev.50 [2021-03-05T12:47:13.072Z] v1.2.2-dev.51 [2021-03-05T12:47:13.072Z] v1.2.2-dev.52 [2021-03-05T12:47:13.072Z] v1.2.2-dev.53 [2021-03-05T12:47:13.072Z] v1.2.2-dev.54 [2021-03-05T12:47:13.072Z] v1.2.2-dev.55 [2021-03-05T12:47:13.072Z] v1.2.2-dev.56 [2021-03-05T12:47:13.072Z] v1.2.2-dev.57 [2021-03-05T12:47:13.072Z] v1.2.2-dev.58 [2021-03-05T12:47:13.072Z] v1.2.2-dev.59 [2021-03-05T12:47:13.072Z] v1.2.2-dev.6 [2021-03-05T12:47:13.072Z] v1.2.2-dev.60 [2021-03-05T12:47:13.072Z] v1.2.2-dev.61 [2021-03-05T12:47:13.072Z] v1.2.2-dev.62 [2021-03-05T12:47:13.072Z] v1.2.2-dev.63 [2021-03-05T12:47:13.072Z] v1.2.2-dev.64 [2021-03-05T12:47:13.072Z] v1.2.2-dev.65 [2021-03-05T12:47:13.072Z] v1.2.2-dev.66 [2021-03-05T12:47:13.072Z] v1.2.2-dev.67 [2021-03-05T12:47:13.072Z] v1.2.2-dev.68 [2021-03-05T12:47:13.072Z] v1.2.2-dev.69 [2021-03-05T12:47:13.072Z] v1.2.2-dev.7 [2021-03-05T12:47:13.072Z] v1.2.2-dev.70 [2021-03-05T12:47:13.072Z] v1.2.2-dev.71 [2021-03-05T12:47:13.072Z] v1.2.2-dev.72 [2021-03-05T12:47:13.072Z] v1.2.2-dev.73 [2021-03-05T12:47:13.072Z] v1.2.2-dev.74 [2021-03-05T12:47:13.072Z] v1.2.2-dev.75 [2021-03-05T12:47:13.072Z] v1.2.2-dev.76 [2021-03-05T12:47:13.072Z] v1.2.2-dev.77 [2021-03-05T12:47:13.072Z] v1.2.2-dev.78 [2021-03-05T12:47:13.072Z] v1.2.2-dev.79 [2021-03-05T12:47:13.072Z] v1.2.2-dev.8 [2021-03-05T12:47:13.072Z] v1.2.2-dev.80 [2021-03-05T12:47:13.072Z] v1.2.2-dev.81 [2021-03-05T12:47:13.072Z] v1.2.2-dev.82 [2021-03-05T12:47:13.072Z] v1.2.2-dev.83 [2021-03-05T12:47:13.072Z] v1.2.2-dev.84 [2021-03-05T12:47:13.072Z] v1.2.2-dev.85 [2021-03-05T12:47:13.072Z] v1.2.2-dev.86 [2021-03-05T12:47:13.072Z] v1.2.2-dev.87 [2021-03-05T12:47:13.072Z] v1.2.2-dev.88 [2021-03-05T12:47:13.072Z] v1.2.2-dev.89 [2021-03-05T12:47:13.072Z] v1.2.2-dev.9 [2021-03-05T12:47:13.072Z] v1.2.2-dev.90 [2021-03-05T12:47:13.072Z] v1.2.2-dev.91 [2021-03-05T12:47:13.072Z] v1.2.2-dev.92 [2021-03-05T12:47:13.072Z] v1.2.2-dev.93 [2021-03-05T12:47:13.072Z] v1.2.2-dev.94 [2021-03-05T12:47:13.072Z] v1.2.2-dev.95 [2021-03-05T12:47:13.072Z] v1.2.2-dev.96 [2021-03-05T12:47:13.072Z] v1.2.2-dev.97 [2021-03-05T12:47:13.072Z] v1.2.2-dev.98 [2021-03-05T12:47:13.072Z] v1.2.2-dev.99 [2021-03-05T12:47:13.072Z] v1.3.0 [2021-03-05T12:47:13.072Z] v1.3.1 [2021-03-05T12:47:13.072Z] v1.3.1-dev.1 [2021-03-05T12:47:13.072Z] v1.3.1-dev.10 [2021-03-05T12:47:13.072Z] v1.3.1-dev.11 [2021-03-05T12:47:13.072Z] v1.3.1-dev.12 [2021-03-05T12:47:13.072Z] v1.3.1-dev.13 [2021-03-05T12:47:13.072Z] v1.3.1-dev.14 [2021-03-05T12:47:13.072Z] v1.3.1-dev.15 [2021-03-05T12:47:13.072Z] v1.3.1-dev.16 [2021-03-05T12:47:13.072Z] v1.3.1-dev.17 [2021-03-05T12:47:13.072Z] v1.3.1-dev.18 [2021-03-05T12:47:13.072Z] v1.3.1-dev.2 [2021-03-05T12:47:13.072Z] v1.3.1-dev.3 [2021-03-05T12:47:13.072Z] v1.3.1-dev.4 [2021-03-05T12:47:13.072Z] v1.3.1-dev.5 [2021-03-05T12:47:13.072Z] v1.3.1-dev.6 [2021-03-05T12:47:13.072Z] v1.3.1-dev.7 [2021-03-05T12:47:13.072Z] v1.3.1-dev.8 [2021-03-05T12:47:13.072Z] v1.3.1-dev.9 [2021-03-05T12:47:13.072Z] v2.0.0-dev.1 [2021-03-05T12:47:13.072Z] v2.0.0-dev.10 [2021-03-05T12:47:13.072Z] v2.0.0-dev.100 [2021-03-05T12:47:13.072Z] v2.0.0-dev.101 [2021-03-05T12:47:13.072Z] v2.0.0-dev.102 [2021-03-05T12:47:13.072Z] v2.0.0-dev.103 [2021-03-05T12:47:13.072Z] v2.0.0-dev.104 [2021-03-05T12:47:13.072Z] v2.0.0-dev.105 [2021-03-05T12:47:13.072Z] v2.0.0-dev.106 [2021-03-05T12:47:13.072Z] v2.0.0-dev.107 [2021-03-05T12:47:13.072Z] v2.0.0-dev.108 [2021-03-05T12:47:13.072Z] v2.0.0-dev.109 [2021-03-05T12:47:13.072Z] v2.0.0-dev.11 [2021-03-05T12:47:13.072Z] v2.0.0-dev.110 [2021-03-05T12:47:13.072Z] v2.0.0-dev.111 [2021-03-05T12:47:13.072Z] v2.0.0-dev.112 [2021-03-05T12:47:13.072Z] v2.0.0-dev.113 [2021-03-05T12:47:13.072Z] v2.0.0-dev.114 [2021-03-05T12:47:13.072Z] v2.0.0-dev.12 [2021-03-05T12:47:13.072Z] v2.0.0-dev.13 [2021-03-05T12:47:13.072Z] v2.0.0-dev.14 [2021-03-05T12:47:13.072Z] v2.0.0-dev.15 [2021-03-05T12:47:13.072Z] v2.0.0-dev.16 [2021-03-05T12:47:13.072Z] v2.0.0-dev.17 [2021-03-05T12:47:13.072Z] v2.0.0-dev.18 [2021-03-05T12:47:13.072Z] v2.0.0-dev.19 [2021-03-05T12:47:13.072Z] v2.0.0-dev.2 [2021-03-05T12:47:13.072Z] v2.0.0-dev.20 [2021-03-05T12:47:13.072Z] v2.0.0-dev.21 [2021-03-05T12:47:13.072Z] v2.0.0-dev.22 [2021-03-05T12:47:13.072Z] v2.0.0-dev.23 [2021-03-05T12:47:13.072Z] v2.0.0-dev.24 [2021-03-05T12:47:13.072Z] v2.0.0-dev.25 [2021-03-05T12:47:13.072Z] v2.0.0-dev.26 [2021-03-05T12:47:13.072Z] v2.0.0-dev.27 [2021-03-05T12:47:13.072Z] v2.0.0-dev.28 [2021-03-05T12:47:13.072Z] v2.0.0-dev.29 [2021-03-05T12:47:13.072Z] v2.0.0-dev.3 [2021-03-05T12:47:13.072Z] v2.0.0-dev.30 [2021-03-05T12:47:13.072Z] v2.0.0-dev.31 [2021-03-05T12:47:13.072Z] v2.0.0-dev.32 [2021-03-05T12:47:13.072Z] v2.0.0-dev.33 [2021-03-05T12:47:13.072Z] v2.0.0-dev.34 [2021-03-05T12:47:13.072Z] v2.0.0-dev.35 [2021-03-05T12:47:13.072Z] v2.0.0-dev.36 [2021-03-05T12:47:13.072Z] v2.0.0-dev.37 [2021-03-05T12:47:13.072Z] v2.0.0-dev.38 [2021-03-05T12:47:13.072Z] v2.0.0-dev.39 [2021-03-05T12:47:13.072Z] v2.0.0-dev.4 [2021-03-05T12:47:13.072Z] v2.0.0-dev.40 [2021-03-05T12:47:13.072Z] v2.0.0-dev.41 [2021-03-05T12:47:13.072Z] v2.0.0-dev.42 [2021-03-05T12:47:13.072Z] v2.0.0-dev.43 [2021-03-05T12:47:13.072Z] v2.0.0-dev.44 [2021-03-05T12:47:13.072Z] v2.0.0-dev.45 [2021-03-05T12:47:13.072Z] v2.0.0-dev.46 [2021-03-05T12:47:13.072Z] v2.0.0-dev.47 [2021-03-05T12:47:13.072Z] v2.0.0-dev.48 [2021-03-05T12:47:13.072Z] v2.0.0-dev.49 [2021-03-05T12:47:13.072Z] v2.0.0-dev.5 [2021-03-05T12:47:13.072Z] v2.0.0-dev.50 [2021-03-05T12:47:13.072Z] v2.0.0-dev.51 [2021-03-05T12:47:13.072Z] v2.0.0-dev.52 [2021-03-05T12:47:13.072Z] v2.0.0-dev.53 [2021-03-05T12:47:13.072Z] v2.0.0-dev.54 [2021-03-05T12:47:13.072Z] v2.0.0-dev.55 [2021-03-05T12:47:13.072Z] v2.0.0-dev.56 [2021-03-05T12:47:13.072Z] v2.0.0-dev.57 [2021-03-05T12:47:13.072Z] v2.0.0-dev.58 [2021-03-05T12:47:13.072Z] v2.0.0-dev.59 [2021-03-05T12:47:13.072Z] v2.0.0-dev.6 [2021-03-05T12:47:13.072Z] v2.0.0-dev.60 [2021-03-05T12:47:13.072Z] v2.0.0-dev.61 [2021-03-05T12:47:13.072Z] v2.0.0-dev.62 [2021-03-05T12:47:13.072Z] v2.0.0-dev.63 [2021-03-05T12:47:13.072Z] v2.0.0-dev.64 [2021-03-05T12:47:13.072Z] v2.0.0-dev.65 [2021-03-05T12:47:13.072Z] v2.0.0-dev.66 [2021-03-05T12:47:13.072Z] v2.0.0-dev.67 [2021-03-05T12:47:13.072Z] v2.0.0-dev.68 [2021-03-05T12:47:13.072Z] v2.0.0-dev.69 [2021-03-05T12:47:13.072Z] v2.0.0-dev.7 [2021-03-05T12:47:13.072Z] v2.0.0-dev.70 [2021-03-05T12:47:13.072Z] v2.0.0-dev.71 [2021-03-05T12:47:13.072Z] v2.0.0-dev.72 [2021-03-05T12:47:13.072Z] v2.0.0-dev.73 [2021-03-05T12:47:13.072Z] v2.0.0-dev.74 [2021-03-05T12:47:13.072Z] v2.0.0-dev.75 [2021-03-05T12:47:13.072Z] v2.0.0-dev.76 [2021-03-05T12:47:13.072Z] v2.0.0-dev.77 [2021-03-05T12:47:13.072Z] v2.0.0-dev.78 [2021-03-05T12:47:13.072Z] v2.0.0-dev.79 [2021-03-05T12:47:13.072Z] v2.0.0-dev.8 [2021-03-05T12:47:13.072Z] v2.0.0-dev.80 [2021-03-05T12:47:13.072Z] v2.0.0-dev.81 [2021-03-05T12:47:13.072Z] v2.0.0-dev.82 [2021-03-05T12:47:13.072Z] v2.0.0-dev.83 [2021-03-05T12:47:13.072Z] v2.0.0-dev.84 [2021-03-05T12:47:13.072Z] v2.0.0-dev.85 [2021-03-05T12:47:13.072Z] v2.0.0-dev.86 [2021-03-05T12:47:13.072Z] v2.0.0-dev.87 [2021-03-05T12:47:13.072Z] v2.0.0-dev.88 [2021-03-05T12:47:13.072Z] v2.0.0-dev.89 [2021-03-05T12:47:13.072Z] v2.0.0-dev.9 [2021-03-05T12:47:13.072Z] v2.0.0-dev.90 [2021-03-05T12:47:13.072Z] v2.0.0-dev.91 [2021-03-05T12:47:13.072Z] v2.0.0-dev.92 [2021-03-05T12:47:13.072Z] v2.0.0-dev.93 [2021-03-05T12:47:13.072Z] v2.0.0-dev.94 [2021-03-05T12:47:13.072Z] v2.0.0-dev.95 [2021-03-05T12:47:13.072Z] v2.0.0-dev.96 [2021-03-05T12:47:13.072Z] v2.0.0-dev.97 [2021-03-05T12:47:13.072Z] v2.0.0-dev.98 [2021-03-05T12:47:13.072Z] v2.0.0-dev.99 [Pipeline] sh [2021-03-05T12:47:13.369Z] + lftools sign git-tag v2.0.0-dev.114 [2021-03-05T12:47:14.763Z] Signing Git tag with Sigul... [2021-03-05T12:47:14.763Z] Signing v2.0.0-dev.114 [Pipeline] echo [2021-03-05T12:47:15.719Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T12:47:16.014Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-03-05T12:47:16.023Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-03-05T12:47:16.124Z] $ docker stop --time=1 6f98959691b47129e81e563771fdb82e3d1b934cbbc87c1e54a0bfc8a0240fc4 [2021-03-05T12:47:18.225Z] $ docker rm -f 6f98959691b47129e81e563771fdb82e3d1b934cbbc87c1e54a0bfc8a0240fc4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:47:19.048Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-05T12:47:19.048Z] . [Pipeline] withDockerContainer [2021-03-05T12:47:19.150Z] prd-centos7-docker-4c-2g-28709 does not seem to be running inside a container [2021-03-05T12:47:19.194Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/381 -v /w/workspace/edgex-go/381:/w/workspace/edgex-go/381:rw,z -v /w/workspace/edgex-go/381@tmp:/w/workspace/edgex-go/381@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-03-05T12:47:19.850Z] $ docker top 926e7ac15b71484ff78922f5f80f3c3b5e0e99f24cd14f2eea358974c295e4ae -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-05T12:47:20.233Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-05T12:47:20.233Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-05T12:47:20.423Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-05T12:47:20.426Z] $ docker exec 926e7ac15b71484ff78922f5f80f3c3b5e0e99f24cd14f2eea358974c295e4ae ssh-agent [2021-03-05T12:47:20.607Z] SSH_AUTH_SOCK=/tmp/ssh-IBStODXF5zP0/agent.11 [2021-03-05T12:47:20.607Z] SSH_AGENT_PID=16 [2021-03-05T12:47:20.614Z] Running ssh-add (command line suppressed) [2021-03-05T12:47:20.745Z] Identity added: /w/workspace/edgex-go/381@tmp/private_key_3406292275082522515.key (/w/workspace/edgex-go/381@tmp/private_key_3406292275082522515.key) [2021-03-05T12:47:20.805Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-05T12:47:21.196Z] + git semver bump pre [2021-03-05T12:47:21.196Z] # -> Open(): unable to determine branch for HEAD [2021-03-05T12:47:21.196Z] # $GIT_DIR = /w/workspace/edgex-go/381/.git [2021-03-05T12:47:21.196Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/381 [2021-03-05T12:47:21.196Z] # $SEMVER_REMOTE_NAME = origin [2021-03-05T12:47:21.196Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-05T12:47:21.196Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-05T12:47:21.196Z] # $SEMVER_BRANCH = master [2021-03-05T12:47:21.196Z] # $SEMVER_DIR = /w/workspace/edgex-go/381/.semver [2021-03-05T12:47:21.196Z] 2.0.0-dev.115 [Pipeline] } [2021-03-05T12:47:21.209Z] $ docker exec --env ******** --env ******** 926e7ac15b71484ff78922f5f80f3c3b5e0e99f24cd14f2eea358974c295e4ae ssh-agent -k [2021-03-05T12:47:21.332Z] unset SSH_AUTH_SOCK; [2021-03-05T12:47:21.332Z] unset SSH_AGENT_PID; [2021-03-05T12:47:21.332Z] echo Agent pid 16 killed; [2021-03-05T12:47:21.388Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-05T12:47:21.883Z] + git semver [Pipeline] } [2021-03-05T12:47:21.900Z] $ docker stop --time=1 926e7ac15b71484ff78922f5f80f3c3b5e0e99f24cd14f2eea358974c295e4ae [2021-03-05T12:47:23.261Z] $ docker rm -f 926e7ac15b71484ff78922f5f80f3c3b5e0e99f24cd14f2eea358974c295e4ae [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:47:23.862Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-05T12:47:23.862Z] . [Pipeline] withDockerContainer [2021-03-05T12:47:23.959Z] prd-centos7-docker-4c-2g-28709 does not seem to be running inside a container [2021-03-05T12:47:24.001Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/381 -v /w/workspace/edgex-go/381:/w/workspace/edgex-go/381:rw,z -v /w/workspace/edgex-go/381@tmp:/w/workspace/edgex-go/381@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-03-05T12:47:24.616Z] $ docker top c7a04e62b0cc673fe1a9f238c498f4c7fabc900f0b967ed053294d5f0edd9e31 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-05T12:47:24.926Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-05T12:47:24.926Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-05T12:47:25.128Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-05T12:47:25.132Z] $ docker exec c7a04e62b0cc673fe1a9f238c498f4c7fabc900f0b967ed053294d5f0edd9e31 ssh-agent [2021-03-05T12:47:25.313Z] SSH_AUTH_SOCK=/tmp/ssh-0C6ER7CZwt6v/agent.12 [2021-03-05T12:47:25.313Z] SSH_AGENT_PID=18 [2021-03-05T12:47:25.319Z] Running ssh-add (command line suppressed) [2021-03-05T12:47:25.445Z] Identity added: /w/workspace/edgex-go/381@tmp/private_key_7396367119698793931.key (/w/workspace/edgex-go/381@tmp/private_key_7396367119698793931.key) [2021-03-05T12:47:25.503Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-05T12:47:25.866Z] + git semver push [2021-03-05T12:47:25.867Z] # -> Open(): unable to determine branch for HEAD [2021-03-05T12:47:25.867Z] # $GIT_DIR = /w/workspace/edgex-go/381/.git [2021-03-05T12:47:25.867Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/381 [2021-03-05T12:47:25.867Z] # $SEMVER_REMOTE_NAME = origin [2021-03-05T12:47:25.867Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-05T12:47:25.867Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-05T12:47:25.867Z] # $SEMVER_BRANCH = master [2021-03-05T12:47:25.867Z] # $SEMVER_DIR = /w/workspace/edgex-go/381/.semver [Pipeline] } [2021-03-05T12:47:35.882Z] $ docker exec --env ******** --env ******** c7a04e62b0cc673fe1a9f238c498f4c7fabc900f0b967ed053294d5f0edd9e31 ssh-agent -k [2021-03-05T12:47:36.032Z] unset SSH_AUTH_SOCK; [2021-03-05T12:47:36.032Z] unset SSH_AGENT_PID; [2021-03-05T12:47:36.032Z] echo Agent pid 18 killed; [2021-03-05T12:47:36.098Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-05T12:47:36.558Z] + git semver [Pipeline] } [2021-03-05T12:47:36.600Z] $ docker stop --time=1 c7a04e62b0cc673fe1a9f238c498f4c7fabc900f0b967ed053294d5f0edd9e31 [2021-03-05T12:47:38.016Z] $ docker rm -f c7a04e62b0cc673fe1a9f238c498f4c7fabc900f0b967ed053294d5f0edd9e31 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-05T12:47:39.361Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T12:47:40.244Z] ---> package-listing.sh [2021-03-05T12:47:40.244Z] ++ facter osfamily [2021-03-05T12:47:40.244Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-05T12:47:40.244Z] + OS_FAMILY=redhat [2021-03-05T12:47:40.244Z] + workspace=/w/workspace/edgex-go/381 [2021-03-05T12:47:40.244Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-05T12:47:40.244Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-05T12:47:40.244Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-05T12:47:40.244Z] + PACKAGES=/tmp/packages_start.txt [2021-03-05T12:47:40.244Z] + '[' /w/workspace/edgex-go/381 ']' [2021-03-05T12:47:40.244Z] + PACKAGES=/tmp/packages_end.txt [2021-03-05T12:47:40.244Z] + case "${OS_FAMILY}" in [2021-03-05T12:47:40.244Z] + rpm -qa [2021-03-05T12:47:40.244Z] + sort [2021-03-05T12:47:45.544Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-05T12:47:45.544Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-05T12:47:45.544Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-05T12:47:45.544Z] + '[' /w/workspace/edgex-go/381 ']' [2021-03-05T12:47:45.544Z] + mkdir -p /w/workspace/edgex-go/381/archives/ [2021-03-05T12:47:45.544Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/381/archives/ [Pipeline] echo [2021-03-05T12:47:45.558Z] 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/381/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-05T12:47:45.851Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:47:46.154Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-05T12:47:46.154Z] [2021-03-05T12:47:46.154Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-05T12:47:46.496Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-05T12:47:46.496Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-05T12:47:46.496Z] df20fa9351a1: Pulling fs layer [2021-03-05T12:47:46.496Z] 36b3adc4ff6f: Pulling fs layer [2021-03-05T12:47:46.496Z] 8ad3a11d3b57: Pulling fs layer [2021-03-05T12:47:46.496Z] 46f8f816bc3b: Pulling fs layer [2021-03-05T12:47:46.496Z] 93b61091891f: Pulling fs layer [2021-03-05T12:47:46.496Z] 93b9cdb0e59b: Pulling fs layer [2021-03-05T12:47:46.496Z] 5e14af77c1be: Pulling fs layer [2021-03-05T12:47:46.496Z] 01666e4c0597: Pulling fs layer [2021-03-05T12:47:46.496Z] aa168da1d23b: Pulling fs layer [2021-03-05T12:47:46.496Z] 93b61091891f: Waiting [2021-03-05T12:47:46.496Z] 93b9cdb0e59b: Waiting [2021-03-05T12:47:46.496Z] 5e14af77c1be: Waiting [2021-03-05T12:47:46.496Z] 01666e4c0597: Waiting [2021-03-05T12:47:46.496Z] aa168da1d23b: Waiting [2021-03-05T12:47:46.496Z] 46f8f816bc3b: Waiting [2021-03-05T12:47:46.496Z] 36b3adc4ff6f: Verifying Checksum [2021-03-05T12:47:46.496Z] 36b3adc4ff6f: Download complete [2021-03-05T12:47:46.496Z] 46f8f816bc3b: Verifying Checksum [2021-03-05T12:47:46.496Z] 46f8f816bc3b: Download complete [2021-03-05T12:47:46.778Z] df20fa9351a1: Verifying Checksum [2021-03-05T12:47:46.778Z] 93b9cdb0e59b: Verifying Checksum [2021-03-05T12:47:46.778Z] 93b9cdb0e59b: Download complete [2021-03-05T12:47:46.778Z] 93b61091891f: Download complete [2021-03-05T12:47:46.778Z] 5e14af77c1be: Verifying Checksum [2021-03-05T12:47:46.778Z] 5e14af77c1be: Download complete [2021-03-05T12:47:46.778Z] 01666e4c0597: Verifying Checksum [2021-03-05T12:47:46.778Z] 01666e4c0597: Download complete [2021-03-05T12:47:47.039Z] df20fa9351a1: Pull complete [2021-03-05T12:47:47.039Z] 8ad3a11d3b57: Verifying Checksum [2021-03-05T12:47:47.039Z] 8ad3a11d3b57: Download complete [2021-03-05T12:47:47.304Z] 36b3adc4ff6f: Pull complete [2021-03-05T12:47:49.228Z] aa168da1d23b: Verifying Checksum [2021-03-05T12:47:49.228Z] aa168da1d23b: Download complete [2021-03-05T12:47:49.228Z] 8ad3a11d3b57: Pull complete [2021-03-05T12:47:49.497Z] 46f8f816bc3b: Pull complete [2021-03-05T12:47:49.760Z] 93b61091891f: Pull complete [2021-03-05T12:47:50.021Z] 93b9cdb0e59b: Pull complete [2021-03-05T12:47:50.284Z] 5e14af77c1be: Pull complete [2021-03-05T12:47:50.284Z] 01666e4c0597: Pull complete [2021-03-05T12:47:58.451Z] aa168da1d23b: Pull complete [2021-03-05T12:47:58.451Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-05T12:47:58.451Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-05T12:47:58.451Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-05T12:47:58.600Z] prd-centos7-docker-4c-2g-28709 does not seem to be running inside a container [2021-03-05T12:47:58.644Z] $ 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/381/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/381 -v /w/workspace/edgex-go/381:/w/workspace/edgex-go/381:rw,z -v /w/workspace/edgex-go/381@tmp:/w/workspace/edgex-go/381@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-03-05T12:48:01.917Z] $ docker top e06fda8fa2497a7f7de7fcc07387e49913f41617afd3ce4237a4b18e803fa77f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T12:48:02.566Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-05T12:48:02.893Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-05T12:48:03.191Z] + ls /var/log/sa-host [2021-03-05T12:48:03.192Z] + sadf -c /var/log/sa-host/sa05 [2021-03-05T12:48:03.192Z] file_magic: OK [2021-03-05T12:48:03.192Z] HZ: Using current value: 100 [2021-03-05T12:48:03.192Z] file_header: OK [2021-03-05T12:48:03.192Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-05T12:48:03.192Z] Statistics: [2021-03-05T12:48:03.192Z] 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-03-05T12:48:03.192Z] File successfully converted to sysstat format version 12.2.1 [2021-03-05T12:48:03.192Z] + sadf -c /var/log/sa-host/sa23 [2021-03-05T12:48:03.192Z] file_magic: OK [2021-03-05T12:48:03.192Z] HZ: Using current value: 100 [2021-03-05T12:48:03.192Z] file_header: OK [2021-03-05T12:48:03.192Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-05T12:48:03.192Z] Statistics: [2021-03-05T12:48:03.192Z] Hnuu...uuuununununu... [2021-03-05T12:48:03.192Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-05T12:48:03.814Z] provisioning config files... [2021-03-05T12:48:03.831Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/381@tmp/config1478240870529222934tmp [Pipeline] { [Pipeline] echo [2021-03-05T12:48:03.914Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T12:48:04.210Z] ---> create-netrc.sh [Pipeline] } [2021-03-05T12:48:04.219Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-05T12:48:04.316Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T12:48:04.616Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-05T12:48:04.627Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T12:48:04.919Z] ---> sudo-logs.sh [2021-03-05T12:48:04.919Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-05T12:48:04.983Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T12:48:05.276Z] ---> job-cost.sh [2021-03-05T12:48:05.276Z] lf-activate-venv: SKIPPING [2021-03-05T12:48:05.276Z] DEBUG: total: 0.20999999344348907 [2021-03-05T12:48:05.276Z] INFO: Retrieving Stack Cost... [2021-03-05T12:48:08.583Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-05T12:48:08.844Z] INFO: Archiving Costs [Pipeline] echo [2021-03-05T12:48:08.857Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T12:48:09.153Z] ---> logs-deploy.sh [2021-03-05T12:48:09.153Z] lf-activate-venv: SKIPPING [2021-03-05T12:48:09.153Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/381 [2021-03-05T12:48:09.153Z] INFO: archiving workspace using pattern(s): [2021-03-05T12:48:10.539Z] Archives upload complete. [2021-03-05T12:48:10.539Z] INFO: archiving logs to Nexus