Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 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-28729 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/382 [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/382 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision f11e4988ceb8c382fc034555d9d0b35dfdaf49ab (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f11e4988ceb8c382fc034555d9d0b35dfdaf49ab # timeout=10 Commit message: "feat(notifications): Implement GET /notification/id/{id} V2 API (#3210)" > git rev-list --no-walk 55fea418b1ac49172828e32c63c2641cfdddd142 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-05T18:29:01.451Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-05T18:29:01.680Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-05T18:29:01.798Z] ========================================================= [2021-03-05T18:29:01.798Z] EdgeX Global Pipelines Version Info [2021-03-05T18:29:01.798Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-05T18:29:03.536Z] ------------------- [2021-03-05T18:29:03.536Z] stable info: [2021-03-05T18:29:03.536Z] ------------------- [2021-03-05T18:29:03.536Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-05T18:29:03.536Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-05T18:29:03.536Z] Message: update stable to v1.0.184 [2021-03-05T18:29:04.487Z] ------------------- [2021-03-05T18:29:04.487Z] experimental info: [2021-03-05T18:29:04.487Z] ------------------- [2021-03-05T18:29:04.487Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-05T18:29:04.487Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-05T18:29:04.487Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-05T18:29:04.756Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-05T18:29:04.844Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-05T18:29:04.925Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-05T18:29:05.021Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-05T18:29:05.111Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-05T18:29:05.194Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-05T18:29:05.331Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-05T18:29:05.416Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-05T18:29:05.496Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-05T18:29:05.593Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-05T18:29:05.702Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-05T18:29:05.860Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-05T18:29:05.982Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-05T18:29:06.081Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-05T18:29:06.182Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-05T18:29:06.271Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-05T18:29:06.360Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-05T18:29:06.442Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-05T18:29:06.551Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-05T18:29:06.627Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-05T18:29:06.743Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-05T18:29:06.827Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-05T18:29:06.906Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-03-05T18:29:06.986Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-03-05T18:29:07.068Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-03-05T18:29:07.155Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [Pipeline] echo [2021-03-05T18:29:07.240Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f11e498 [Pipeline] echo [2021-03-05T18:29:07.360Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-05T18:29:07.602Z] provisioning config files... [2021-03-05T18:29:07.638Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/382@tmp/config3793155468674324913tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-05T18:29:08.004Z] ---> docker-login.sh [2021-03-05T18:29:08.004Z] nexus3.edgexfoundry.org:10001 [2021-03-05T18:29:08.267Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T18:29:08.530Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T18:29:08.530Z] Configure a credential helper to remove this warning. See [2021-03-05T18:29:08.530Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T18:29:08.530Z] [2021-03-05T18:29:08.530Z] Login Succeeded [2021-03-05T18:29:08.530Z] nexus3.edgexfoundry.org:10002 [2021-03-05T18:29:08.530Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T18:29:08.798Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T18:29:08.799Z] Configure a credential helper to remove this warning. See [2021-03-05T18:29:08.799Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T18:29:08.799Z] [2021-03-05T18:29:08.799Z] Login Succeeded [2021-03-05T18:29:08.799Z] nexus3.edgexfoundry.org:10003 [2021-03-05T18:29:08.799Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T18:29:08.799Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T18:29:08.799Z] Configure a credential helper to remove this warning. See [2021-03-05T18:29:08.799Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T18:29:08.799Z] [2021-03-05T18:29:08.799Z] Login Succeeded [2021-03-05T18:29:08.799Z] nexus3.edgexfoundry.org:10004 [2021-03-05T18:29:09.063Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T18:29:09.063Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T18:29:09.063Z] Configure a credential helper to remove this warning. See [2021-03-05T18:29:09.063Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T18:29:09.063Z] [2021-03-05T18:29:09.063Z] Login Succeeded [2021-03-05T18:29:09.063Z] docker.io [2021-03-05T18:29:09.326Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T18:29:09.588Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T18:29:09.588Z] Configure a credential helper to remove this warning. See [2021-03-05T18:29:09.588Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T18:29:09.588Z] [2021-03-05T18:29:09.588Z] Login Succeeded [2021-03-05T18:29:09.588Z] ---> docker-login.sh ends [Pipeline] } [2021-03-05T18:29:09.597Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-05T18:29:10.077Z] ++ 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-05T18:29:10.077Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T18:29:10.077Z] ++ dirname cmd/core-command/Dockerfile [2021-03-05T18:29:10.077Z] ++ cut -d/ -f2 [2021-03-05T18:29:10.077Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-05T18:29:10.077Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T18:29:10.077Z] ++ dirname cmd/core-data/Dockerfile [2021-03-05T18:29:10.077Z] ++ cut -d/ -f2 [2021-03-05T18:29:10.077Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-05T18:29:10.077Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T18:29:10.077Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-05T18:29:10.077Z] ++ cut -d/ -f2 [2021-03-05T18:29:10.077Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-05T18:29:10.077Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T18:29:10.077Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-05T18:29:10.077Z] ++ cut -d/ -f2 [2021-03-05T18:29:10.077Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-05T18:29:10.077Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T18:29:10.077Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-05T18:29:10.077Z] ++ cut -d/ -f2 [2021-03-05T18:29:10.077Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-05T18:29:10.077Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T18:29:10.077Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-05T18:29:10.077Z] ++ cut -d/ -f2 [2021-03-05T18:29:10.077Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-05T18:29:10.077Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T18:29:10.077Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-05T18:29:10.077Z] ++ cut -d/ -f2 [2021-03-05T18:29:10.077Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-05T18:29:10.077Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T18:29:10.077Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-05T18:29:10.077Z] ++ cut -d/ -f2 [2021-03-05T18:29:10.077Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-05T18:29:10.077Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T18:29:10.077Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-05T18:29:10.077Z] ++ cut -d/ -f2 [2021-03-05T18:29:10.077Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-05T18:29:10.154Z] 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-05T18:29:11.777Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-05T18:29:11.777Z] [2021-03-05T18:29:11.777Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:29:12.125Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-05T18:29:12.126Z] latest: Pulling from edgex-devops/git-semver [2021-03-05T18:29:12.126Z] 31603596830f: Pulling fs layer [2021-03-05T18:29:12.126Z] 2a8b12db71e7: Pulling fs layer [2021-03-05T18:29:12.126Z] 6ca5941a6612: Pulling fs layer [2021-03-05T18:29:12.126Z] ecc8261a40a4: Pulling fs layer [2021-03-05T18:29:12.126Z] ecc8261a40a4: Waiting [2021-03-05T18:29:12.126Z] 2a8b12db71e7: Verifying Checksum [2021-03-05T18:29:12.126Z] 2a8b12db71e7: Download complete [2021-03-05T18:29:12.126Z] 31603596830f: Verifying Checksum [2021-03-05T18:29:12.126Z] 31603596830f: Download complete [2021-03-05T18:29:12.395Z] 6ca5941a6612: Verifying Checksum [2021-03-05T18:29:12.395Z] 6ca5941a6612: Download complete [2021-03-05T18:29:12.395Z] ecc8261a40a4: Download complete [2021-03-05T18:29:12.659Z] 31603596830f: Pull complete [2021-03-05T18:29:12.659Z] 2a8b12db71e7: Pull complete [2021-03-05T18:29:13.610Z] 6ca5941a6612: Pull complete [2021-03-05T18:29:13.873Z] ecc8261a40a4: Pull complete [2021-03-05T18:29:13.873Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-05T18:29:13.873Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-05T18:29:13.873Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-05T18:29:13.985Z] prd-centos7-docker-4c-2g-28729 does not seem to be running inside a container [2021-03-05T18:29:14.037Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/382 -v /w/workspace/edgex-go/382:/w/workspace/edgex-go/382:rw,z -v /w/workspace/edgex-go/382@tmp:/w/workspace/edgex-go/382@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-05T18:29:16.697Z] $ docker top 70994f16c1c7230a392dd0fb31b12d30f1f5437dd1cdc1c9567a3bf4a0f68d10 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-05T18:29:17.015Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-05T18:29:17.015Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-05T18:29:17.277Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-05T18:29:17.283Z] $ docker exec 70994f16c1c7230a392dd0fb31b12d30f1f5437dd1cdc1c9567a3bf4a0f68d10 ssh-agent [2021-03-05T18:29:17.539Z] SSH_AUTH_SOCK=/tmp/ssh-t1MD3CYxj8oW/agent.12 [2021-03-05T18:29:17.539Z] SSH_AGENT_PID=17 [2021-03-05T18:29:17.582Z] Running ssh-add (command line suppressed) [2021-03-05T18:29:17.722Z] Identity added: /w/workspace/edgex-go/382@tmp/private_key_3653461425945478978.key (/w/workspace/edgex-go/382@tmp/private_key_3653461425945478978.key) [2021-03-05T18:29:17.778Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-05T18:29:18.129Z] + git tag --points-at HEAD [Pipeline] } [2021-03-05T18:29:18.163Z] $ docker exec --env ******** --env ******** 70994f16c1c7230a392dd0fb31b12d30f1f5437dd1cdc1c9567a3bf4a0f68d10 ssh-agent -k [2021-03-05T18:29:18.287Z] unset SSH_AUTH_SOCK; [2021-03-05T18:29:18.287Z] unset SSH_AGENT_PID; [2021-03-05T18:29:18.287Z] echo Agent pid 17 killed; [2021-03-05T18:29:18.338Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-05T18:29:18.479Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-05T18:29:18.479Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-05T18:29:18.655Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-05T18:29:18.661Z] $ docker exec 70994f16c1c7230a392dd0fb31b12d30f1f5437dd1cdc1c9567a3bf4a0f68d10 ssh-agent [2021-03-05T18:29:18.831Z] SSH_AUTH_SOCK=/tmp/ssh-uKzC08fALngb/agent.46 [2021-03-05T18:29:18.831Z] SSH_AGENT_PID=51 [2021-03-05T18:29:18.838Z] Running ssh-add (command line suppressed) [2021-03-05T18:29:18.964Z] Identity added: /w/workspace/edgex-go/382@tmp/private_key_2532575337108459642.key (/w/workspace/edgex-go/382@tmp/private_key_2532575337108459642.key) [2021-03-05T18:29:19.018Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-05T18:29:19.353Z] + git semver init [2021-03-05T18:29:19.353Z] # -> Open(): unable to determine branch for HEAD [2021-03-05T18:29:19.353Z] # $GIT_DIR = /w/workspace/edgex-go/382/.git [2021-03-05T18:29:19.353Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/382 [2021-03-05T18:29:19.353Z] # $SEMVER_REMOTE_NAME = origin [2021-03-05T18:29:19.353Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-05T18:29:19.353Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-05T18:29:19.353Z] # $SEMVER_BRANCH = master [2021-03-05T18:29:19.353Z] # $SEMVER_TEMP = /tmp/semver-112531861 [2021-03-05T18:29:19.353Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-05T18:29:37.576Z] # '/tmp/semver-112531861' -> '/w/workspace/edgex-go/382/.semver' [2021-03-05T18:29:38.158Z] # -> Force: false [2021-03-05T18:29:38.158Z] # $SEMVER_DIR = /w/workspace/edgex-go/382/.semver [Pipeline] } [2021-03-05T18:29:38.188Z] $ docker exec --env ******** --env ******** 70994f16c1c7230a392dd0fb31b12d30f1f5437dd1cdc1c9567a3bf4a0f68d10 ssh-agent -k [2021-03-05T18:29:38.420Z] unset SSH_AUTH_SOCK; [2021-03-05T18:29:38.422Z] unset SSH_AGENT_PID; [2021-03-05T18:29:38.423Z] echo Agent pid 51 killed; [2021-03-05T18:29:38.490Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-05T18:29:38.959Z] + git semver [Pipeline] } [2021-03-05T18:29:38.984Z] $ docker stop --time=1 70994f16c1c7230a392dd0fb31b12d30f1f5437dd1cdc1c9567a3bf4a0f68d10 [2021-03-05T18:29:40.616Z] $ docker rm -f 70994f16c1c7230a392dd0fb31b12d30f1f5437dd1cdc1c9567a3bf4a0f68d10 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-05T18:29:41.208Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-05T18:29:41.844Z] Stashed 1 file(s) [Pipeline] echo [2021-03-05T18:29:41.847Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.115 [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-05T18:29:43.019Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-05T18:29:43.333Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-05T18:29:43.664Z] + sudo service docker restart [2021-03-05T18:29:43.664Z] + true [2021-03-05T18:29:43.664Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-05T18:29:44.259Z] ========================================================= [2021-03-05T18:29:44.259Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-05T18:29:44.259Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:29:44.613Z] + 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-05T18:29:48.876Z] Sending build context to Docker daemon 328.3MB [2021-03-05T18:29:48.876Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-05T18:29:48.876Z] Step 2/6 : FROM ${BASE} [2021-03-05T18:29:48.876Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-05T18:29:48.876Z] 188c0c94c7c5: Pulling fs layer [2021-03-05T18:29:48.876Z] 0ef7d3d256c8: Pulling fs layer [2021-03-05T18:29:48.876Z] de9db76c5a1d: Pulling fs layer [2021-03-05T18:29:48.876Z] bca2f99d35d6: Pulling fs layer [2021-03-05T18:29:48.876Z] 93359f2a8cfa: Pulling fs layer [2021-03-05T18:29:48.876Z] 7c6f9722023f: Pulling fs layer [2021-03-05T18:29:48.876Z] a35cf1a2eb13: Pulling fs layer [2021-03-05T18:29:48.876Z] 93359f2a8cfa: Waiting [2021-03-05T18:29:48.876Z] 7c6f9722023f: Waiting [2021-03-05T18:29:48.876Z] a35cf1a2eb13: Waiting [2021-03-05T18:29:48.876Z] bca2f99d35d6: Waiting [2021-03-05T18:29:48.876Z] de9db76c5a1d: Verifying Checksum [2021-03-05T18:29:48.876Z] de9db76c5a1d: Download complete [2021-03-05T18:29:48.876Z] 0ef7d3d256c8: Download complete [2021-03-05T18:29:49.146Z] 93359f2a8cfa: Verifying Checksum [2021-03-05T18:29:49.146Z] 93359f2a8cfa: Download complete [2021-03-05T18:29:49.741Z] 7c6f9722023f: Verifying Checksum [2021-03-05T18:29:49.741Z] 7c6f9722023f: Download complete [2021-03-05T18:29:49.741Z] 188c0c94c7c5: Verifying Checksum [2021-03-05T18:29:49.741Z] 188c0c94c7c5: Download complete [2021-03-05T18:29:50.027Z] 188c0c94c7c5: Pull complete [2021-03-05T18:29:50.304Z] 0ef7d3d256c8: Pull complete [2021-03-05T18:29:50.576Z] de9db76c5a1d: Pull complete [2021-03-05T18:29:51.540Z] a35cf1a2eb13: Verifying Checksum [2021-03-05T18:29:51.540Z] a35cf1a2eb13: Download complete [2021-03-05T18:29:52.119Z] bca2f99d35d6: Verifying Checksum [2021-03-05T18:29:52.119Z] bca2f99d35d6: Download complete [2021-03-05T18:29:57.410Z] Still waiting to schedule task [2021-03-05T18:29:57.410Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-05T18:29:57.466Z] bca2f99d35d6: Pull complete [2021-03-05T18:29:57.729Z] 93359f2a8cfa: Pull complete [2021-03-05T18:29:57.729Z] 7c6f9722023f: Pull complete [2021-03-05T18:30:03.060Z] a35cf1a2eb13: Pull complete [2021-03-05T18:30:03.060Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-05T18:30:03.060Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-05T18:30:03.060Z] ---> a62c8e92a672 [2021-03-05T18:30:03.060Z] 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-05T18:30:03.060Z] ---> Running in bba6eccbef53 [2021-03-05T18:30:03.641Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T18:30:04.218Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T18:30:04.480Z] (1/12) Installing libmagic (5.38-r0) [2021-03-05T18:30:04.742Z] (2/12) Installing file (5.38-r0) [2021-03-05T18:30:04.742Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-05T18:30:04.742Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-05T18:30:12.915Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-05T18:30:12.915Z] (6/12) Installing patch (2.7.6-r6) [2021-03-05T18:30:12.915Z] (7/12) Installing build-base (0.5-r2) [2021-03-05T18:30:12.915Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-05T18:30:12.915Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-05T18:30:12.915Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-05T18:30:12.915Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-05T18:30:12.915Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-05T18:30:12.915Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T18:30:12.915Z] OK: 233 MiB in 51 packages [2021-03-05T18:30:16.226Z] Removing intermediate container bba6eccbef53 [2021-03-05T18:30:16.226Z] ---> 06d1d1addb4f [2021-03-05T18:30:16.226Z] Step 4/6 : WORKDIR /edgex-go [2021-03-05T18:30:16.226Z] ---> Running in 86cba902672f [2021-03-05T18:30:16.488Z] Removing intermediate container 86cba902672f [2021-03-05T18:30:16.488Z] ---> c5f21d13db8f [2021-03-05T18:30:16.488Z] Step 5/6 : COPY go.mod . [2021-03-05T18:30:16.488Z] ---> fb8d6d82d5dc [2021-03-05T18:30:16.488Z] Step 6/6 : RUN go mod download [2021-03-05T18:30:16.752Z] ---> Running in c6ae1862c27a [2021-03-05T18:30:43.430Z] Removing intermediate container c6ae1862c27a [2021-03-05T18:30:43.430Z] ---> d3b4a1e7ab72 [2021-03-05T18:30:43.430Z] Successfully built d3b4a1e7ab72 [2021-03-05T18:30:43.430Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:30:43.762Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-05T18:30:43.762Z] . [Pipeline] withDockerContainer [2021-03-05T18:30:43.873Z] prd-centos7-docker-4c-2g-28729 does not seem to be running inside a container [2021-03-05T18:30:43.958Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/382 -v /w/workspace/edgex-go/382:/w/workspace/edgex-go/382:rw,z -v /w/workspace/edgex-go/382@tmp:/w/workspace/edgex-go/382@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-05T18:30:44.939Z] $ docker top 85d7712b75c60b3e04a2d75f1be9b8303d991bfaf747ad79f42b626f0739d561 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T18:30:45.456Z] + go version [2021-03-05T18:30:45.456Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-05T18:30:45.483Z] $ docker stop --time=1 85d7712b75c60b3e04a2d75f1be9b8303d991bfaf747ad79f42b626f0739d561 [2021-03-05T18:30:46.870Z] $ docker rm -f 85d7712b75c60b3e04a2d75f1be9b8303d991bfaf747ad79f42b626f0739d561 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:30:47.662Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-05T18:30:47.662Z] . [Pipeline] withDockerContainer [2021-03-05T18:30:47.766Z] prd-centos7-docker-4c-2g-28729 does not seem to be running inside a container [2021-03-05T18:30:47.847Z] $ 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/382 -v /w/workspace/edgex-go/382:/w/workspace/edgex-go/382:rw,z -v /w/workspace/edgex-go/382@tmp:/w/workspace/edgex-go/382@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-05T18:30:48.570Z] $ docker top 9a1e6931a056e0e1b5f5ec3590d1bdc2dc09dc05abc4d28f02f40b830bec4514 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-05T18:30:48.811Z] ========================================================= [2021-03-05T18:30:48.811Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-05T18:30:48.811Z] ========================================================= [Pipeline] sh [2021-03-05T18:30:49.298Z] + make test [2021-03-05T18:30:49.298Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-05T18:30:59.538Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-05T18:31:14.616Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-05T18:31:21.329Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-05T18:31:21.329Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-05T18:31:21.329Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-05T18:31:24.706Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-05T18:31:24.706Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-05T18:31:24.706Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-05T18:31:24.706Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-05T18:31:26.140Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-05T18:31:26.140Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-05T18:31:29.517Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-05T18:31:29.517Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-05T18:31:29.517Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-05T18:31:32.140Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.154s coverage: 45.9% of statements [2021-03-05T18:31:32.140Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-05T18:31:32.140Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-05T18:31:32.140Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-05T18:31:32.140Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-05T18:31:32.140Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-05T18:31:32.140Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-05T18:31:32.140Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-05T18:31:32.140Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.098s coverage: 100.0% of statements [2021-03-05T18:31:34.789Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.261s coverage: 27.1% of statements [2021-03-05T18:31:34.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-05T18:31:34.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-05T18:31:34.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-05T18:31:34.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-05T18:31:34.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-05T18:31:34.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-05T18:31:34.789Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.062s coverage: 100.0% of statements [2021-03-05T18:31:34.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-05T18:31:34.789Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.077s coverage: 100.0% of statements [2021-03-05T18:31:34.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-05T18:31:34.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-05T18:31:34.789Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.101s coverage: 66.2% of statements [2021-03-05T18:31:34.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-05T18:31:34.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-05T18:31:35.769Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.464s coverage: 82.4% of statements [2021-03-05T18:31:35.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-05T18:31:35.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T18:31:35.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-03-05T18:31:35.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-05T18:31:39.174Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.344s coverage: 28.6% of statements [2021-03-05T18:31:39.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-05T18:31:39.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-05T18:31:39.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-05T18:31:39.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-05T18:31:39.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-05T18:31:39.174Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.071s coverage: 100.0% of statements [2021-03-05T18:31:39.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-05T18:31:39.174Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.040s coverage: 100.0% of statements [2021-03-05T18:31:39.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-05T18:31:39.174Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.115s coverage: 86.7% of statements [2021-03-05T18:31:39.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-05T18:31:39.174Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.180s coverage: 97.5% of statements [2021-03-05T18:31:39.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-05T18:31:39.174Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.057s coverage: 78.3% of statements [2021-03-05T18:31:39.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-05T18:31:39.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-05T18:31:39.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-05T18:31:39.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-05T18:31:41.837Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.409s coverage: 92.8% of statements [2021-03-05T18:31:41.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-05T18:31:41.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T18:31:41.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-05T18:31:41.837Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-05T18:31:41.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-05T18:31:41.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-05T18:31:41.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-05T18:31:41.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-05T18:31:41.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-05T18:31:41.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-05T18:31:41.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-05T18:31:41.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-05T18:31:41.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-05T18:31:41.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-05T18:31:41.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-05T18:31:41.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-05T18:31:41.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-05T18:31:41.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-05T18:31:41.837Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.036s coverage: 58.8% of statements [2021-03-05T18:31:41.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-05T18:31:41.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-05T18:31:41.837Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.077s coverage: 0.1% of statements [2021-03-05T18:31:41.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-05T18:31:41.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-05T18:31:41.837Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-05T18:31:41.837Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.075s coverage: 47.1% of statements [2021-03-05T18:31:41.837Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.051s coverage: 79.5% of statements [2021-03-05T18:31:41.837Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.052s coverage: 94.1% of statements [2021-03-05T18:31:41.837Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.080s coverage: 96.3% of statements [2021-03-05T18:31:41.837Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.045s coverage: 87.5% of statements [2021-03-05T18:31:43.196Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-28735 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-03-05T18:31:43.270Z] Running in /w/workspace/edgex-go/382 [Pipeline] { [Pipeline] checkout [2021-03-05T18:31:48.288Z] using credential edgex-jenkins-ssh [2021-03-05T18:31:48.344Z] Cloning the remote Git repository [2021-03-05T18:31:48.400Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-05T18:31:48.503Z] > git init /w/workspace/edgex-go/382 # timeout=10 [2021-03-05T18:31:48.579Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-05T18:31:48.580Z] > git --version # timeout=10 [2021-03-05T18:31:48.599Z] > git --version # 'git version 2.17.1' [2021-03-05T18:31:48.600Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-05T18:31:48.652Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-05T18:31:54.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.055s coverage: 94.4% of statements [2021-03-05T18:31:54.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.034s coverage: 44.8% of statements [2021-03-05T18:31:54.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.044s coverage: 81.4% of statements [2021-03-05T18:32:09.201Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.108s coverage: 92.9% of statements [2021-03-05T18:32:09.201Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-05T18:32:09.201Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-05T18:32:09.201Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-05T18:32:09.201Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements [2021-03-05T18:32:09.201Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-05T18:32:09.201Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-05T18:32:09.201Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-05T18:32:09.201Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-05T18:32:09.201Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-05T18:32:09.201Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements [2021-03-05T18:32:09.201Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-05T18:32:09.201Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-05T18:32:09.201Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-03-05T18:32:09.201Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-05T18:32:09.201Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-03-05T18:32:09.201Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-05T18:32:09.201Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements [2021-03-05T18:32:09.201Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-03-05T18:32:09.201Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.6% of statements [2021-03-05T18:32:09.201Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.087s coverage: 91.6% of statements [2021-03-05T18:32:09.201Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-05T18:32:09.201Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.172s coverage: 62.4% of statements [2021-03-05T18:32:09.201Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-05T18:32:09.201Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-05T18:32:09.201Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.035s coverage: 100.0% of statements [2021-03-05T18:32:09.201Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements [2021-03-05T18:32:09.201Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.040s coverage: 100.0% of statements [2021-03-05T18:32:09.201Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.038s coverage: 73.7% of statements [2021-03-05T18:32:09.201Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-03-05T18:32:09.201Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.319s coverage: 69.1% of statements [2021-03-05T18:32:09.201Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-05T18:32:09.201Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-05T18:32:09.201Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.107s coverage: 38.4% of statements [2021-03-05T18:32:09.202Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-05T18:32:09.202Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-05T18:32:09.202Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.050s coverage: 89.5% of statements [2021-03-05T18:32:09.202Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-05T18:32:09.202Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.038s coverage: 84.8% of statements [2021-03-05T18:32:09.202Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.181s coverage: 47.0% of statements [2021-03-05T18:32:09.202Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-05T18:32:09.202Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-05T18:32:09.202Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-05T18:32:09.202Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-05T18:32:09.202Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-05T18:32:09.202Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.050s coverage: 100.0% of statements [2021-03-05T18:32:09.202Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-05T18:32:09.202Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.043s coverage: 100.0% of statements [2021-03-05T18:32:09.202Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-05T18:32:09.202Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-05T18:32:09.202Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-05T18:32:09.202Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-05T18:32:09.202Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.152s coverage: 88.5% of statements [2021-03-05T18:32:09.202Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-05T18:32:09.202Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T18:32:09.202Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-05T18:32:09.202Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.795s coverage: 29.1% of statements [2021-03-05T18:32:09.202Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-05T18:32:09.202Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-05T18:32:09.202Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-05T18:32:09.202Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-05T18:32:09.202Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-05T18:32:09.202Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.076s coverage: 99.0% of statements [2021-03-05T18:32:09.202Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-05T18:32:09.202Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.048s coverage: 100.0% of statements [2021-03-05T18:32:09.202Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-05T18:32:09.202Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-05T18:32:09.202Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-05T18:32:09.202Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-05T18:32:09.202Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.077s coverage: 95.6% of statements [2021-03-05T18:32:09.202Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-05T18:32:09.202Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T18:32:09.202Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-05T18:32:09.202Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.035s coverage: 0.0% of statements [2021-03-05T18:32:09.202Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-05T18:32:09.202Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.037s coverage: 100.0% of statements [2021-03-05T18:32:09.202Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-05T18:32:09.202Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-05T18:32:09.202Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-05T18:32:09.202Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-05T18:32:09.202Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.051s coverage: 87.9% of statements [2021-03-05T18:32:09.202Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-05T18:32:09.202Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-05T18:32:09.202Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements [2021-03-05T18:32:09.202Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-03-05T18:32:09.202Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-03-05T18:32:09.202Z] GO111MODULE=on go vet ./... [2021-03-05T18:32:10.885Z] Checking out Revision f11e4988ceb8c382fc034555d9d0b35dfdaf49ab (master) [2021-03-05T18:32:10.179Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-05T18:32:10.198Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-05T18:32:10.227Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-05T18:32:10.276Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-05T18:32:10.277Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-05T18:32:10.289Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-05T18:32:10.909Z] > git config core.sparsecheckout # timeout=10 [2021-03-05T18:32:10.925Z] > git checkout -f f11e4988ceb8c382fc034555d9d0b35dfdaf49ab # timeout=10 [2021-03-05T18:32:15.627Z] Commit message: "feat(notifications): Implement GET /notification/id/{id} V2 API (#3210)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-05T18:32:17.062Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-05T18:32:17.502Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-05T18:32:17.916Z] + true [2021-03-05T18:32:17.916Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-05T18:32:19.966Z] provisioning config files... [2021-03-05T18:32:20.006Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/382@tmp/config6610507687845891968tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-05T18:32:20.429Z] ---> docker-login.sh [2021-03-05T18:32:20.429Z] nexus3.edgexfoundry.org:10001 [2021-03-05T18:32:21.423Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T18:32:21.699Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T18:32:21.699Z] Configure a credential helper to remove this warning. See [2021-03-05T18:32:21.699Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T18:32:21.699Z] [2021-03-05T18:32:21.699Z] Login Succeeded [2021-03-05T18:32:21.699Z] nexus3.edgexfoundry.org:10002 [2021-03-05T18:32:21.976Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T18:32:22.251Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T18:32:22.251Z] Configure a credential helper to remove this warning. See [2021-03-05T18:32:22.251Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T18:32:22.251Z] [2021-03-05T18:32:22.251Z] Login Succeeded [2021-03-05T18:32:22.251Z] nexus3.edgexfoundry.org:10003 [2021-03-05T18:32:22.526Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T18:32:22.802Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T18:32:22.802Z] Configure a credential helper to remove this warning. See [2021-03-05T18:32:22.802Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T18:32:22.802Z] [2021-03-05T18:32:22.802Z] Login Succeeded [2021-03-05T18:32:22.802Z] nexus3.edgexfoundry.org:10004 [2021-03-05T18:32:23.082Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T18:32:23.082Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T18:32:23.082Z] Configure a credential helper to remove this warning. See [2021-03-05T18:32:23.082Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T18:32:23.082Z] [2021-03-05T18:32:23.082Z] Login Succeeded [2021-03-05T18:32:23.082Z] docker.io [2021-03-05T18:32:23.701Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T18:32:23.978Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T18:32:23.978Z] Configure a credential helper to remove this warning. See [2021-03-05T18:32:23.978Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T18:32:23.978Z] [2021-03-05T18:32:23.978Z] Login Succeeded [2021-03-05T18:32:23.978Z] ---> docker-login.sh ends [Pipeline] } [2021-03-05T18:32:23.996Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-05T18:32:24.415Z] ========================================================= [2021-03-05T18:32:24.415Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-05T18:32:24.415Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:32:24.791Z] + 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-05T18:32:27.446Z] Sending build context to Docker daemon 166.6MB [2021-03-05T18:32:27.446Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-05T18:32:27.446Z] Step 2/6 : FROM ${BASE} [2021-03-05T18:32:27.446Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-05T18:32:27.446Z] 5f621e34cdf4: Pulling fs layer [2021-03-05T18:32:27.446Z] a4357932f1b6: Pulling fs layer [2021-03-05T18:32:27.446Z] 18c013af1878: Pulling fs layer [2021-03-05T18:32:27.446Z] 00ac8860ef70: Pulling fs layer [2021-03-05T18:32:27.446Z] 63d7cb157983: Pulling fs layer [2021-03-05T18:32:27.446Z] b116817d02f9: Pulling fs layer [2021-03-05T18:32:27.446Z] 745a02a5169b: Pulling fs layer [2021-03-05T18:32:27.446Z] 00ac8860ef70: Waiting [2021-03-05T18:32:27.446Z] 63d7cb157983: Waiting [2021-03-05T18:32:27.446Z] b116817d02f9: Waiting [2021-03-05T18:32:27.446Z] 745a02a5169b: Waiting [2021-03-05T18:32:27.446Z] 18c013af1878: Verifying Checksum [2021-03-05T18:32:27.446Z] 18c013af1878: Download complete [2021-03-05T18:32:27.446Z] a4357932f1b6: Verifying Checksum [2021-03-05T18:32:27.446Z] a4357932f1b6: Download complete [2021-03-05T18:32:27.446Z] 63d7cb157983: Verifying Checksum [2021-03-05T18:32:27.446Z] 63d7cb157983: Download complete [2021-03-05T18:32:27.446Z] b116817d02f9: Verifying Checksum [2021-03-05T18:32:27.446Z] b116817d02f9: Download complete [2021-03-05T18:32:27.446Z] 5f621e34cdf4: Verifying Checksum [2021-03-05T18:32:27.446Z] 5f621e34cdf4: Download complete [2021-03-05T18:32:28.443Z] 5f621e34cdf4: Pull complete [2021-03-05T18:32:28.728Z] a4357932f1b6: Pull complete [2021-03-05T18:32:29.333Z] 18c013af1878: Pull complete [2021-03-05T18:32:30.808Z] 745a02a5169b: Verifying Checksum [2021-03-05T18:32:30.808Z] 745a02a5169b: Download complete [2021-03-05T18:32:32.806Z] 00ac8860ef70: Verifying Checksum [2021-03-05T18:32:32.806Z] 00ac8860ef70: Download complete [2021-03-05T18:32:41.547Z] gofmt -l . [2021-03-05T18:32:41.547Z] [ "`gofmt -l .`" = "" ] [2021-03-05T18:32:41.547Z] ./bin/test-go-mod-tidy.sh [2021-03-05T18:32:41.547Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-05T18:32:41.863Z] + ls -al . [2021-03-05T18:32:41.863Z] total 732 [2021-03-05T18:32:41.863Z] drwxrwxr-x 10 1001 1001 4096 Mar 5 18:32 . [2021-03-05T18:32:41.863Z] drwxr-xr-x 4 root root 32 Mar 5 18:30 .. [2021-03-05T18:32:41.863Z] -rw-rw-r-- 1 1001 1001 11 Mar 5 18:28 .dockerignore [2021-03-05T18:32:41.863Z] drwxrwxr-x 8 1001 1001 162 Mar 5 18:29 .git [2021-03-05T18:32:41.863Z] drwxrwxr-x 3 1001 1001 125 Mar 5 18:28 .github [2021-03-05T18:32:41.863Z] -rw-rw-r-- 1 1001 1001 818 Mar 5 18:28 .gitignore [2021-03-05T18:32:41.863Z] drwx------ 3 1001 1001 45 Mar 5 18:29 .semver [2021-03-05T18:32:41.863Z] -rw-rw-r-- 1 1001 1001 166 Mar 5 18:28 .sonarcloud.properties [2021-03-05T18:32:41.863Z] -rw-rw-r-- 1 1001 1001 8475 Mar 5 18:28 Attribution.txt [2021-03-05T18:32:41.863Z] -rw-rw-r-- 1 1001 1001 3804 Mar 5 18:28 CONTRIBUTING.md [2021-03-05T18:32:41.863Z] -rw-rw-r-- 1 1001 1001 931 Mar 5 18:28 Dockerfile.build [2021-03-05T18:32:41.863Z] -rw-rw-r-- 1 1001 1001 863 Mar 5 18:28 Jenkinsfile [2021-03-05T18:32:41.863Z] -rw-rw-r-- 1 1001 1001 10775 Mar 5 18:28 LICENSE [2021-03-05T18:32:41.863Z] -rw-rw-r-- 1 1001 1001 5774 Mar 5 18:28 Makefile [2021-03-05T18:32:41.863Z] -rw-rw-r-- 1 1001 1001 6524 Mar 5 18:28 README.md [2021-03-05T18:32:41.863Z] -rw-rw-r-- 1 1001 1001 6755 Mar 5 18:28 SECURITY.md [2021-03-05T18:32:41.863Z] -rw-rw-r-- 1 1001 1001 13 Mar 5 18:29 VERSION [2021-03-05T18:32:41.863Z] -rw-rw-r-- 1 1001 1001 4131 Mar 5 18:28 ZMQWindows.md [2021-03-05T18:32:41.863Z] drwxrwxr-x 2 1001 1001 117 Mar 5 18:28 bin [2021-03-05T18:32:41.863Z] drwxrwxr-x 14 1001 1001 4096 Mar 5 18:28 cmd [2021-03-05T18:32:41.863Z] -rw-r--r-- 1 root root 621194 Mar 5 18:32 coverage.out [2021-03-05T18:32:41.863Z] -rw-r--r-- 1 root root 1055 Mar 5 18:32 go.mod [2021-03-05T18:32:41.863Z] -rw-r--r-- 1 root root 21699 Mar 5 18:32 go.sum [2021-03-05T18:32:41.863Z] drwxrwxr-x 8 1001 1001 127 Mar 5 18:28 internal [2021-03-05T18:32:41.863Z] drwxrwxr-x 4 1001 1001 26 Mar 5 18:28 openapi [2021-03-05T18:32:41.863Z] drwxrwxr-x 4 1001 1001 71 Mar 5 18:28 snap [2021-03-05T18:32:41.863Z] -rw-rw-r-- 1 1001 1001 168 Mar 5 18:28 version.go [Pipeline] sh [2021-03-05T18:32:43.388Z] + '[' -e coverage.out ] [2021-03-05T18:32:43.388Z] + chown 1001:1001 coverage.out [2021-03-05T18:32:43.398Z] 00ac8860ef70: Pull complete [2021-03-05T18:32:43.398Z] 63d7cb157983: Pull complete [Pipeline] stash [2021-03-05T18:32:43.659Z] Stashed 1 file(s) [Pipeline] sh [2021-03-05T18:32:43.678Z] b116817d02f9: Pull complete [2021-03-05T18:32:43.959Z] + make build [2021-03-05T18:32:43.959Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o cmd/core-data/core-data ./cmd/core-data [2021-03-05T18:32:47.283Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-05T18:32:48.004Z] 745a02a5169b: Pull complete [2021-03-05T18:32:48.004Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-05T18:32:48.004Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-05T18:32:48.004Z] ---> b7e6874047d6 [2021-03-05T18:32:48.004Z] 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-05T18:32:51.432Z] ---> Running in 7f71f5d60cb9 [2021-03-05T18:32:52.032Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T18:32:53.004Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T18:32:53.596Z] (1/12) Installing libmagic (5.38-r0) [2021-03-05T18:32:53.596Z] (2/12) Installing file (5.38-r0) [2021-03-05T18:32:53.867Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-05T18:32:53.867Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-05T18:32:57.383Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o cmd/core-command/core-command ./cmd/core-command [2021-03-05T18:32:57.960Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-05T18:32:59.886Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-05T18:33:00.149Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-05T18:33:02.093Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-05T18:33:02.115Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-05T18:33:02.115Z] (6/12) Installing patch (2.7.6-r6) [2021-03-05T18:33:02.115Z] (7/12) Installing build-base (0.5-r2) [2021-03-05T18:33:02.115Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-05T18:33:02.115Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-05T18:33:02.384Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-05T18:33:02.384Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-05T18:33:02.654Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-05T18:33:02.654Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T18:33:02.654Z] OK: 217 MiB in 51 packages [2021-03-05T18:33:03.493Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-05T18:33:04.884Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-05T18:33:05.833Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-05T18:33:07.231Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-05T18:33:08.047Z] Removing intermediate container 7f71f5d60cb9 [2021-03-05T18:33:08.047Z] ---> e1f0ba5f3dfe [2021-03-05T18:33:08.047Z] Step 4/6 : WORKDIR /edgex-go [2021-03-05T18:33:08.047Z] ---> Running in 922be44b8e06 [2021-03-05T18:33:08.047Z] Removing intermediate container 922be44b8e06 [2021-03-05T18:33:08.047Z] ---> 1c83ee7ef493 [2021-03-05T18:33:08.047Z] Step 5/6 : COPY go.mod . [2021-03-05T18:33:08.625Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-05T18:33:08.645Z] ---> 6b07a29c69b6 [2021-03-05T18:33:08.645Z] Step 6/6 : RUN go mod download [2021-03-05T18:33:08.944Z] ---> Running in 241f610cb65a [Pipeline] } [2021-03-05T18:33:10.643Z] $ docker stop --time=1 9a1e6931a056e0e1b5f5ec3590d1bdc2dc09dc05abc4d28f02f40b830bec4514 [2021-03-05T18:33:12.277Z] $ docker rm -f 9a1e6931a056e0e1b5f5ec3590d1bdc2dc09dc05abc4d28f02f40b830bec4514 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:33:16.086Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-05T18:33:16.086Z] [2021-03-05T18:33:16.086Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:33:16.435Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-05T18:33:16.435Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-05T18:33:16.435Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-05T18:33:16.435Z] ca9280d653b3: Pulling fs layer [2021-03-05T18:33:16.435Z] 7e9c9ca2126c: Pulling fs layer [2021-03-05T18:33:17.024Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-05T18:33:17.024Z] cbdbe7a5bc2a: Download complete [2021-03-05T18:33:17.288Z] cbdbe7a5bc2a: Pull complete [2021-03-05T18:33:17.288Z] ca9280d653b3: Verifying Checksum [2021-03-05T18:33:17.288Z] ca9280d653b3: Download complete [2021-03-05T18:33:18.701Z] 7e9c9ca2126c: Verifying Checksum [2021-03-05T18:33:18.701Z] 7e9c9ca2126c: Download complete [2021-03-05T18:33:18.701Z] ca9280d653b3: Pull complete [2021-03-05T18:33:25.330Z] 7e9c9ca2126c: Pull complete [2021-03-05T18:33:25.330Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-05T18:33:25.330Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-05T18:33:25.330Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-05T18:33:25.463Z] prd-centos7-docker-4c-2g-28729 does not seem to be running inside a container [2021-03-05T18:33:25.518Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/382 -v /w/workspace/edgex-go/382:/w/workspace/edgex-go/382:rw,z -v /w/workspace/edgex-go/382@tmp:/w/workspace/edgex-go/382@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-05T18:33:26.475Z] $ docker top 9f3bad21871f2e588668171c56c1ca5a15a4e9e06deae0af655e939f965545f1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T18:33:27.013Z] + docker-compose build --help [2021-03-05T18:33:27.013Z] + grep parallel [2021-03-05T18:33:27.964Z] --parallel Build images in parallel. [Pipeline] } [2021-03-05T18:33:28.247Z] $ docker stop --time=1 9f3bad21871f2e588668171c56c1ca5a15a4e9e06deae0af655e939f965545f1 [2021-03-05T18:33:29.635Z] $ docker rm -f 9f3bad21871f2e588668171c56c1ca5a15a4e9e06deae0af655e939f965545f1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:33:30.272Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-05T18:33:30.272Z] . [Pipeline] withDockerContainer [2021-03-05T18:33:30.381Z] prd-centos7-docker-4c-2g-28729 does not seem to be running inside a container [2021-03-05T18:33:30.432Z] $ 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/382 -v /w/workspace/edgex-go/382:/w/workspace/edgex-go/382:rw,z -v /w/workspace/edgex-go/382@tmp:/w/workspace/edgex-go/382@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-05T18:33:31.257Z] $ docker top 62b4da787c6c24103f3c591c1b89cbdc3d14f49e607d37ae8f9a80f69456394b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T18:33:31.738Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-05T18:33:32.684Z] Building docker-core-command-go ... [2021-03-05T18:33:32.684Z] Building docker-core-data-go ... [2021-03-05T18:33:32.684Z] Building docker-core-metadata-go ... [2021-03-05T18:33:32.684Z] Building docker-security-bootstrapper-go ... [2021-03-05T18:33:32.684Z] Building docker-security-proxy-setup-go ... [2021-03-05T18:33:32.684Z] Building docker-security-secretstore-setup-go ... [2021-03-05T18:33:32.684Z] Building docker-support-notifications-go ... [2021-03-05T18:33:32.684Z] Building docker-support-scheduler-go ... [2021-03-05T18:33:32.684Z] Building docker-sys-mgmt-agent-go ... [2021-03-05T18:33:32.684Z] Building docker-sys-mgmt-agent-go [2021-03-05T18:33:32.684Z] Building docker-security-secretstore-setup-go [2021-03-05T18:33:32.684Z] Building docker-security-bootstrapper-go [2021-03-05T18:33:32.684Z] Building docker-support-scheduler-go [2021-03-05T18:33:32.684Z] Building docker-core-command-go [2021-03-05T18:33:41.344Z] Removing intermediate container 241f610cb65a [2021-03-05T18:33:41.344Z] ---> 9442abc4c108 [2021-03-05T18:33:41.344Z] Successfully built 9442abc4c108 [2021-03-05T18:33:41.344Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:33:41.687Z] + docker inspect -f . ci-base-image-arm64 [2021-03-05T18:33:41.687Z] . [Pipeline] withDockerContainer [2021-03-05T18:33:41.987Z] prd-ubuntu18.04-docker-arm64-4c-16g-28735 does not seem to be running inside a container [2021-03-05T18:33:42.101Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/382 -v /w/workspace/edgex-go/382:/w/workspace/edgex-go/382:rw,z -v /w/workspace/edgex-go/382@tmp:/w/workspace/edgex-go/382@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-05T18:33:43.629Z] $ docker top 91a4bfd67356bc2a97dad3d531d685bd250859fd1c03eea1e12a99f8d45a7ee2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T18:33:44.665Z] + go version [2021-03-05T18:33:44.665Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-05T18:33:44.698Z] $ docker stop --time=1 91a4bfd67356bc2a97dad3d531d685bd250859fd1c03eea1e12a99f8d45a7ee2 [2021-03-05T18:33:46.658Z] $ docker rm -f 91a4bfd67356bc2a97dad3d531d685bd250859fd1c03eea1e12a99f8d45a7ee2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:33:47.806Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-05T18:33:47.806Z] [2021-03-05T18:33:47.806Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:33:48.461Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-05T18:33:48.461Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-05T18:33:48.461Z] 29e5d40040c1: Pulling fs layer [2021-03-05T18:33:48.461Z] 1ce36da41761: Pulling fs layer [2021-03-05T18:33:48.461Z] 25b303627fd3: Pulling fs layer [2021-03-05T18:33:49.439Z] 29e5d40040c1: Verifying Checksum [2021-03-05T18:33:49.439Z] 29e5d40040c1: Download complete [2021-03-05T18:33:50.035Z] 29e5d40040c1: Pull complete [2021-03-05T18:33:50.035Z] 1ce36da41761: Verifying Checksum [2021-03-05T18:33:50.035Z] 1ce36da41761: Download complete [2021-03-05T18:33:51.008Z] 1ce36da41761: Pull complete [2021-03-05T18:33:52.437Z] 25b303627fd3: Verifying Checksum [2021-03-05T18:33:52.438Z] 25b303627fd3: Download complete [2021-03-05T18:34:02.600Z] 25b303627fd3: Pull complete [2021-03-05T18:34:02.600Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-05T18:34:02.600Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-05T18:34:02.600Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-05T18:34:02.869Z] prd-ubuntu18.04-docker-arm64-4c-16g-28735 does not seem to be running inside a container [2021-03-05T18:34:03.008Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/382 -v /w/workspace/edgex-go/382:/w/workspace/edgex-go/382:rw,z -v /w/workspace/edgex-go/382@tmp:/w/workspace/edgex-go/382@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-05T18:34:05.258Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T18:34:05.258Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-05T18:34:05.258Z] ---> d3b4a1e7ab72 [2021-03-05T18:34:05.258Z] Step 3/24 : WORKDIR /edgex-go [2021-03-05T18:34:05.522Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T18:34:05.523Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-05T18:34:05.523Z] ---> d3b4a1e7ab72 [2021-03-05T18:34:05.523Z] Step 3/31 : WORKDIR /edgex-go [2021-03-05T18:34:06.153Z] $ docker top 3fe67fd5f7c7c7072218f3374861a41b04adca2cf38a8e84e08ada18706a3041 -eo pid,comm [2021-03-05T18:34:06.481Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T18:34:06.481Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-05T18:34:06.481Z] ---> d3b4a1e7ab72 [2021-03-05T18:34:06.481Z] Step 3/23 : WORKDIR /edgex-go [2021-03-05T18:34:06.481Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T18:34:06.481Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-05T18:34:06.481Z] ---> d3b4a1e7ab72 [2021-03-05T18:34:06.481Z] Step 3/22 : WORKDIR /edgex-go [Pipeline] { [Pipeline] sh [2021-03-05T18:34:06.744Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T18:34:06.744Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-05T18:34:06.744Z] ---> d3b4a1e7ab72 [2021-03-05T18:34:06.744Z] Step 3/26 : WORKDIR /edgex-go [2021-03-05T18:34:07.201Z] + docker-compose build --help [2021-03-05T18:34:07.201Z] + grep parallel [2021-03-05T18:34:07.698Z] ---> Running in 8d31f7e6acf0 [2021-03-05T18:34:07.699Z] ---> Running in 6f9357f4214b [2021-03-05T18:34:07.699Z] ---> Running in a8cb6c4137a0 [2021-03-05T18:34:07.699Z] ---> Running in 6c255322d965 [2021-03-05T18:34:07.699Z] ---> Running in 1f028a9a1a93 [2021-03-05T18:34:07.964Z] Removing intermediate container 6c255322d965 [2021-03-05T18:34:07.964Z] ---> 12c9c818e662 [2021-03-05T18:34:07.964Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T18:34:07.964Z] Removing intermediate container 8d31f7e6acf0 [2021-03-05T18:34:07.964Z] ---> e2834f7c7d32 [2021-03-05T18:34:07.964Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T18:34:07.964Z] Removing intermediate container 1f028a9a1a93 [2021-03-05T18:34:07.964Z] ---> e041428f5f7f [2021-03-05T18:34:07.964Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T18:34:07.964Z] Removing intermediate container 6f9357f4214b [2021-03-05T18:34:07.964Z] ---> b62c962e64f2 [2021-03-05T18:34:07.964Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T18:34:07.964Z] Removing intermediate container a8cb6c4137a0 [2021-03-05T18:34:07.964Z] ---> 340c6faec877 [2021-03-05T18:34:07.964Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T18:34:07.964Z] ---> Running in 35635a51cfca [2021-03-05T18:34:08.245Z] ---> Running in 4f324612ba1a [2021-03-05T18:34:08.245Z] ---> Running in c125523b219d [2021-03-05T18:34:08.245Z] ---> Running in e445d0a41d8e [2021-03-05T18:34:08.245Z] ---> Running in d90806829127 [2021-03-05T18:34:11.500Z] --parallel Build images in parallel. [Pipeline] } [2021-03-05T18:34:11.533Z] $ docker stop --time=1 3fe67fd5f7c7c7072218f3374861a41b04adca2cf38a8e84e08ada18706a3041 [2021-03-05T18:34:11.584Z] Removing intermediate container c125523b219d [2021-03-05T18:34:11.584Z] ---> b4d966ca0666 [2021-03-05T18:34:11.584Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-05T18:34:11.584Z] ---> Running in 5346194757de [2021-03-05T18:34:11.584Z] Removing intermediate container 35635a51cfca [2021-03-05T18:34:11.584Z] ---> 0f7529abd8a8 [2021-03-05T18:34:11.584Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-05T18:34:11.584Z] Removing intermediate container 4f324612ba1a [2021-03-05T18:34:11.584Z] ---> 51b797601acd [2021-03-05T18:34:11.584Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-05T18:34:11.584Z] Removing intermediate container e445d0a41d8e [2021-03-05T18:34:11.584Z] ---> dda52daa321c [2021-03-05T18:34:11.584Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-05T18:34:11.584Z] Removing intermediate container d90806829127 [2021-03-05T18:34:11.584Z] ---> 790b1ecb832d [2021-03-05T18:34:11.584Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-05T18:34:11.584Z] ---> Running in b1c91386cdf3 [2021-03-05T18:34:11.584Z] ---> Running in e31009c24c5c [2021-03-05T18:34:11.584Z] ---> Running in 09bb8cab90d9 [2021-03-05T18:34:11.584Z] ---> Running in 6ac591110c19 [2021-03-05T18:34:12.558Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T18:34:12.558Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T18:34:12.823Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T18:34:12.823Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T18:34:12.823Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T18:34:13.086Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T18:34:13.347Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T18:34:13.347Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T18:34:13.614Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T18:34:13.614Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T18:34:13.614Z] OK: 233 MiB in 51 packages [2021-03-05T18:34:13.623Z] $ docker rm -f 3fe67fd5f7c7c7072218f3374861a41b04adca2cf38a8e84e08ada18706a3041 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:34:14.199Z] OK: 233 MiB in 51 packages [2021-03-05T18:34:14.199Z] OK: 233 MiB in 51 packages [2021-03-05T18:34:14.199Z] OK: 233 MiB in 51 packages [2021-03-05T18:34:14.199Z] Removing intermediate container 5346194757de [2021-03-05T18:34:14.199Z] ---> a3a1e395ad16 [2021-03-05T18:34:14.199Z] Step 6/22 : COPY go.mod . [2021-03-05T18:34:14.464Z] OK: 233 MiB in 51 packages [2021-03-05T18:34:14.501Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-05T18:34:14.501Z] . [Pipeline] withDockerContainer [2021-03-05T18:34:14.727Z] ---> c33a3afdc373 [2021-03-05T18:34:14.727Z] Step 7/22 : RUN go mod download [2021-03-05T18:34:14.808Z] prd-ubuntu18.04-docker-arm64-4c-16g-28735 does not seem to be running inside a container [2021-03-05T18:34:14.991Z] $ 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/382 -v /w/workspace/edgex-go/382:/w/workspace/edgex-go/382:rw,z -v /w/workspace/edgex-go/382@tmp:/w/workspace/edgex-go/382@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-05T18:34:14.990Z] ---> Running in 17a9370801d1 [2021-03-05T18:34:14.990Z] Removing intermediate container 09bb8cab90d9 [2021-03-05T18:34:14.990Z] ---> 3330192cc9a1 [2021-03-05T18:34:14.990Z] Step 6/24 : COPY go.mod . [2021-03-05T18:34:14.990Z] Removing intermediate container e31009c24c5c [2021-03-05T18:34:14.990Z] ---> 017898545f30 [2021-03-05T18:34:14.990Z] Step 6/26 : COPY go.mod . [2021-03-05T18:34:15.254Z] Removing intermediate container 6ac591110c19 [2021-03-05T18:34:15.254Z] ---> 12d8db62e74b [2021-03-05T18:34:15.254Z] Step 6/23 : COPY go.mod . [2021-03-05T18:34:15.524Z] Removing intermediate container b1c91386cdf3 [2021-03-05T18:34:15.524Z] ---> 51db96aff44a [2021-03-05T18:34:15.524Z] Step 6/31 : COPY go.mod . [2021-03-05T18:34:15.524Z] ---> 2bbdabd63c42 [2021-03-05T18:34:15.524Z] Step 7/24 : RUN go mod download [2021-03-05T18:34:15.524Z] ---> 495202a46a87 [2021-03-05T18:34:15.524Z] Step 7/26 : RUN go mod download [2021-03-05T18:34:15.524Z] ---> b6b018be591e [2021-03-05T18:34:15.524Z] Step 7/23 : RUN go mod download [2021-03-05T18:34:15.791Z] ---> Running in 1a72f36478a4 [2021-03-05T18:34:15.791Z] ---> Running in 508d2fbf753b [2021-03-05T18:34:15.791Z] ---> Running in 4d9dec8839c4 [2021-03-05T18:34:15.791Z] ---> 8e0841a6e0b9 [2021-03-05T18:34:15.791Z] Step 7/31 : RUN go mod download [2021-03-05T18:34:16.061Z] ---> Running in 99477cc4dcb7 [2021-03-05T18:34:16.522Z] $ docker top 2adbd69bcdb5bda07695dbaa4fb8fc1aeb8b7eb306be4ed915df5440177a6811 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T18:34:17.468Z] Removing intermediate container 17a9370801d1 [2021-03-05T18:34:17.468Z] ---> 4308f4c416de [2021-03-05T18:34:17.468Z] Step 8/22 : COPY . . [2021-03-05T18:34:17.744Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-05T18:34:18.433Z] Removing intermediate container 1a72f36478a4 [2021-03-05T18:34:18.433Z] ---> 50e56ceb11c8 [2021-03-05T18:34:18.433Z] Step 8/24 : COPY . . [2021-03-05T18:34:22.042Z] Building docker-core-command-go ... [2021-03-05T18:34:22.042Z] Building docker-core-data-go ... [2021-03-05T18:34:22.042Z] Building docker-core-metadata-go ... [2021-03-05T18:34:22.042Z] Building docker-security-bootstrapper-go ... [2021-03-05T18:34:22.042Z] Building docker-security-proxy-setup-go ... [2021-03-05T18:34:22.042Z] Building docker-security-secretstore-setup-go ... [2021-03-05T18:34:22.042Z] Building docker-support-notifications-go ... [2021-03-05T18:34:22.042Z] Building docker-support-scheduler-go ... [2021-03-05T18:34:22.042Z] Building docker-sys-mgmt-agent-go ... [2021-03-05T18:34:22.042Z] Building docker-sys-mgmt-agent-go [2021-03-05T18:34:22.042Z] Building docker-support-scheduler-go [2021-03-05T18:34:22.042Z] Building docker-security-proxy-setup-go [2021-03-05T18:34:22.042Z] Building docker-core-command-go [2021-03-05T18:34:22.042Z] Building docker-security-secretstore-setup-go [2021-03-05T18:34:23.771Z] Removing intermediate container 508d2fbf753b [2021-03-05T18:34:23.771Z] ---> 8e9e0874b089 [2021-03-05T18:34:23.771Z] Step 8/26 : COPY . . [2021-03-05T18:34:31.956Z] Removing intermediate container 4d9dec8839c4 [2021-03-05T18:34:31.956Z] ---> 301b8209c46c [2021-03-05T18:34:31.956Z] Step 8/23 : COPY . . [2021-03-05T18:34:31.956Z] Removing intermediate container 99477cc4dcb7 [2021-03-05T18:34:31.956Z] ---> 865ba6a51cbe [2021-03-05T18:34:31.956Z] Step 8/31 : COPY . . [2021-03-05T18:34:55.129Z] ---> 994c24ea13b2 [2021-03-05T18:34:55.129Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-05T18:34:55.129Z] ---> 5019d5a2bdf2 [2021-03-05T18:34:55.129Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-05T18:34:59.364Z] ---> Running in 8e353b24c53e [2021-03-05T18:34:59.364Z] ---> Running in bc9bfedb0214 [2021-03-05T18:35:01.937Z] ---> 97a193d968f9 [2021-03-05T18:35:01.937Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-05T18:35:03.879Z] ---> Running in ddfc789eebe2 [2021-03-05T18:35:05.807Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-05T18:35:05.807Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-05T18:35:06.429Z] ---> fc11821bfb4b [2021-03-05T18:35:06.429Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-05T18:35:06.429Z] ---> Running in 32954773f7c6 [2021-03-05T18:35:06.429Z] ---> 62c9db6f5603 [2021-03-05T18:35:06.429Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-05T18:35:06.701Z] ---> Running in 9f8a5f8415eb [2021-03-05T18:35:06.972Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-05T18:35:07.561Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-05T18:35:07.561Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o cmd/core-command/core-command ./cmd/core-command [2021-03-05T18:35:09.007Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T18:35:09.007Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-05T18:35:09.007Z] ---> 9442abc4c108 [2021-03-05T18:35:09.007Z] Step 3/22 : WORKDIR /edgex-go [2021-03-05T18:35:09.007Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T18:35:09.007Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-05T18:35:09.007Z] ---> 9442abc4c108 [2021-03-05T18:35:09.007Z] Step 3/23 : WORKDIR /edgex-go [2021-03-05T18:35:09.007Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T18:35:09.007Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-05T18:35:09.007Z] ---> 9442abc4c108 [2021-03-05T18:35:09.007Z] Step 3/26 : WORKDIR /edgex-go [2021-03-05T18:35:09.007Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T18:35:09.007Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-05T18:35:09.007Z] ---> 9442abc4c108 [2021-03-05T18:35:09.007Z] Step 3/24 : WORKDIR /edgex-go [2021-03-05T18:35:09.007Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T18:35:09.007Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-05T18:35:09.007Z] ---> 9442abc4c108 [2021-03-05T18:35:09.007Z] Step 3/21 : WORKDIR /edgex-go [2021-03-05T18:35:09.989Z] ---> Running in d1abc92a3703 [2021-03-05T18:35:09.989Z] ---> Running in bed277ce1a6f [2021-03-05T18:35:09.989Z] ---> Running in 8721c548b119 [2021-03-05T18:35:09.990Z] ---> Running in 4e14cf4622e5 [2021-03-05T18:35:09.990Z] ---> Running in 1d600cf5f469 [2021-03-05T18:35:10.611Z] Removing intermediate container 8721c548b119 [2021-03-05T18:35:10.611Z] ---> 52317012cebe [2021-03-05T18:35:10.611Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T18:35:10.611Z] Removing intermediate container d1abc92a3703 [2021-03-05T18:35:10.611Z] ---> 59973e10cdcf [2021-03-05T18:35:10.611Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T18:35:10.611Z] Removing intermediate container bed277ce1a6f [2021-03-05T18:35:10.611Z] ---> 2237441b49d4 [2021-03-05T18:35:10.611Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T18:35:10.893Z] Removing intermediate container 4e14cf4622e5 [2021-03-05T18:35:10.893Z] ---> 97d42ac8e035 [2021-03-05T18:35:10.893Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T18:35:10.893Z] Removing intermediate container 1d600cf5f469 [2021-03-05T18:35:10.893Z] ---> 81bf540d2b75 [2021-03-05T18:35:10.893Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T18:35:10.893Z] ---> Running in dc25ef4cab13 [2021-03-05T18:35:10.893Z] ---> Running in c33b87edb590 [2021-03-05T18:35:10.893Z] ---> Running in c419d5d349f5 [2021-03-05T18:35:11.178Z] ---> Running in a95d88f74917 [2021-03-05T18:35:11.178Z] ---> Running in ac00306613b0 [2021-03-05T18:35:15.547Z] Removing intermediate container dc25ef4cab13 [2021-03-05T18:35:15.547Z] ---> daa4c42f7a37 [2021-03-05T18:35:15.547Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-05T18:35:15.547Z] ---> Running in a488219f8f18 [2021-03-05T18:35:15.547Z] Removing intermediate container c33b87edb590 [2021-03-05T18:35:15.547Z] ---> 42b2d14edba1 [2021-03-05T18:35:15.547Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-05T18:35:15.822Z] ---> Running in 26c28ffdc703 [2021-03-05T18:35:16.100Z] Removing intermediate container c419d5d349f5 [2021-03-05T18:35:16.100Z] ---> 359ba66fb501 [2021-03-05T18:35:16.100Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-05T18:35:16.100Z] Removing intermediate container a95d88f74917 [2021-03-05T18:35:16.100Z] ---> a50e466bedab [2021-03-05T18:35:16.100Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-05T18:35:16.393Z] Removing intermediate container ac00306613b0 [2021-03-05T18:35:16.393Z] ---> 9aa1974a904e [2021-03-05T18:35:16.393Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-05T18:35:16.393Z] ---> Running in f2f296a4d772 [2021-03-05T18:35:16.670Z] ---> Running in 27fb1607c564 [2021-03-05T18:35:16.670Z] ---> Running in cc2e1b111ee2 [2021-03-05T18:35:16.962Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T18:35:17.577Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T18:35:17.878Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T18:35:18.172Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T18:35:18.455Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T18:35:18.455Z] OK: 217 MiB in 51 packages [2021-03-05T18:35:18.455Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T18:35:18.455Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T18:35:19.055Z] OK: 217 MiB in 51 packages [2021-03-05T18:35:19.330Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T18:35:19.928Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T18:35:19.928Z] Removing intermediate container a488219f8f18 [2021-03-05T18:35:19.928Z] ---> 52e4e39415c7 [2021-03-05T18:35:19.928Z] Step 6/22 : COPY go.mod . [2021-03-05T18:35:20.524Z] Removing intermediate container 26c28ffdc703 [2021-03-05T18:35:20.524Z] ---> 90c96d1a8bf5 [2021-03-05T18:35:20.524Z] Step 6/24 : COPY go.mod . [2021-03-05T18:35:20.524Z] ---> 32d9c8647fce [2021-03-05T18:35:20.524Z] Step 7/22 : RUN go mod download [2021-03-05T18:35:20.809Z] OK: 217 MiB in 51 packages [2021-03-05T18:35:20.809Z] ---> Running in f3b059f1e2be [2021-03-05T18:35:21.085Z] OK: 217 MiB in 51 packages [2021-03-05T18:35:21.358Z] ---> 32b72fac9211 [2021-03-05T18:35:21.358Z] Step 7/24 : RUN go mod download [2021-03-05T18:35:21.642Z] ---> Running in 6f562e6fa8d0 [2021-03-05T18:35:21.642Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T18:35:22.625Z] Removing intermediate container 27fb1607c564 [2021-03-05T18:35:22.625Z] ---> 77e39a6c2b25 [2021-03-05T18:35:22.625Z] Step 6/23 : COPY go.mod . [2021-03-05T18:35:22.625Z] OK: 217 MiB in 51 packages [2021-03-05T18:35:22.926Z] Removing intermediate container cc2e1b111ee2 [2021-03-05T18:35:22.926Z] ---> 24243e59aa79 [2021-03-05T18:35:22.926Z] Step 6/21 : COPY go.mod . [2021-03-05T18:35:23.914Z] ---> 08a8e44d8c2d [2021-03-05T18:35:23.914Z] Step 7/23 : RUN go mod download [2021-03-05T18:35:23.914Z] ---> fcd85443b3f3 [2021-03-05T18:35:23.914Z] Step 7/21 : RUN go mod download [2021-03-05T18:35:24.202Z] ---> Running in f3d0ed4ecadf [2021-03-05T18:35:24.202Z] ---> Running in b3dcd60a2b59 [2021-03-05T18:35:24.809Z] Removing intermediate container f2f296a4d772 [2021-03-05T18:35:24.809Z] ---> 1fb48fb3fe70 [2021-03-05T18:35:24.809Z] Step 6/26 : COPY go.mod . [2021-03-05T18:35:25.091Z] Removing intermediate container f3b059f1e2be [2021-03-05T18:35:25.091Z] ---> 697d00930b72 [2021-03-05T18:35:25.091Z] Step 8/22 : COPY . . [2021-03-05T18:35:25.697Z] Removing intermediate container 6f562e6fa8d0 [2021-03-05T18:35:25.697Z] ---> 6c98985fadf7 [2021-03-05T18:35:25.697Z] Step 8/24 : COPY . . [2021-03-05T18:35:25.970Z] ---> 3b2a5064c8d8 [2021-03-05T18:35:25.970Z] Step 7/26 : RUN go mod download [2021-03-05T18:35:26.573Z] ---> Running in a9b76ebc1a0c [2021-03-05T18:35:29.958Z] Removing intermediate container f3d0ed4ecadf [2021-03-05T18:35:29.958Z] ---> ccf436b0db92 [2021-03-05T18:35:29.958Z] Step 8/23 : COPY . . [2021-03-05T18:35:30.235Z] Removing intermediate container b3dcd60a2b59 [2021-03-05T18:35:30.235Z] ---> e92b79b6f523 [2021-03-05T18:35:30.235Z] Step 8/21 : COPY . . [2021-03-05T18:35:31.661Z] Removing intermediate container a9b76ebc1a0c [2021-03-05T18:35:31.661Z] ---> 1f36e2ef0a77 [2021-03-05T18:35:31.661Z] Step 8/26 : COPY . . [2021-03-05T18:35:39.825Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-05T18:35:43.167Z] Removing intermediate container ddfc789eebe2 [2021-03-05T18:35:43.167Z] ---> 9197454569fb [2021-03-05T18:35:43.167Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-05T18:35:44.079Z] ---> b58e20e3efeb [2021-03-05T18:35:44.079Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-05T18:35:44.079Z] ---> 4b3b03f4118f [2021-03-05T18:35:44.079Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-05T18:35:44.079Z] ---> 6ae80f5e08a1 [2021-03-05T18:35:44.079Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-05T18:35:44.079Z] ---> Running in 0dddbfa49228 [2021-03-05T18:35:44.079Z] ---> Running in 4b3c746ca69a [2021-03-05T18:35:44.079Z] ---> 3ed67bf78b1c [2021-03-05T18:35:44.079Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-05T18:35:44.079Z] ---> Running in 984a113f7663 [2021-03-05T18:35:44.079Z] ---> Running in 18dc170c668d [2021-03-05T18:35:44.079Z] ---> 68692a725926 [2021-03-05T18:35:44.079Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-05T18:35:44.079Z] ---> Running in 4a8f305b26e7 [2021-03-05T18:35:45.096Z] Removing intermediate container bc9bfedb0214 [2021-03-05T18:35:45.096Z] ---> 2d457a5575ce [2021-03-05T18:35:45.096Z] [2021-03-05T18:35:45.096Z] Step 10/24 : FROM alpine:3.12 [2021-03-05T18:35:45.365Z] 3.12: Pulling from library/alpine [2021-03-05T18:35:45.365Z] ---> Running in 192ee1144c8e [2021-03-05T18:35:45.558Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-05T18:35:45.848Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o cmd/core-command/core-command ./cmd/core-command [2021-03-05T18:35:45.848Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-05T18:35:45.848Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-05T18:35:46.127Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-05T18:35:46.783Z] Removing intermediate container 32954773f7c6 [2021-03-05T18:35:46.784Z] ---> 11208ff13d0c [2021-03-05T18:35:46.784Z] [2021-03-05T18:35:46.784Z] Step 10/31 : FROM alpine:3.12 [2021-03-05T18:35:46.784Z] 3.12: Pulling from library/alpine [2021-03-05T18:35:47.734Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-05T18:35:47.734Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-05T18:35:47.734Z] Status: Downloaded newer image for alpine:3.12 [2021-03-05T18:35:47.734Z] ---> 88dd2752d2ea [2021-03-05T18:35:47.734Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-05T18:35:47.734Z] Status: Downloaded newer image for alpine:3.12 [2021-03-05T18:35:47.734Z] ---> 88dd2752d2ea [2021-03-05T18:35:47.734Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-05T18:35:47.999Z] ---> Running in 041d2affd3e5 [2021-03-05T18:35:47.999Z] ---> Running in 733e18b22d79 [2021-03-05T18:35:47.999Z] Removing intermediate container 8e353b24c53e [2021-03-05T18:35:47.999Z] ---> 2fdc09f4b85c [2021-03-05T18:35:47.999Z] [2021-03-05T18:35:47.999Z] Step 10/22 : FROM alpine:3.12 [2021-03-05T18:35:47.999Z] ---> 88dd2752d2ea [2021-03-05T18:35:47.999Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-05T18:35:48.578Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-05T18:35:49.982Z] ---> Running in 29dab9f544df [2021-03-05T18:35:50.566Z] Removing intermediate container 733e18b22d79 [2021-03-05T18:35:50.566Z] ---> 21b914f1aceb [2021-03-05T18:35:50.566Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-05T18:35:50.830Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T18:35:50.830Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T18:35:50.830Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-05T18:35:51.092Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-05T18:35:51.092Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-05T18:35:51.092Z] (4/5) Installing curl (7.69.1-r3) [2021-03-05T18:35:51.092Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-05T18:35:51.092Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T18:35:51.092Z] Executing ca-certificates-20191127-r4.trigger [2021-03-05T18:35:51.092Z] OK: 7 MiB in 19 packages [2021-03-05T18:35:51.672Z] ---> Running in a4b436b1874d [2021-03-05T18:35:51.672Z] Removing intermediate container 9f8a5f8415eb [2021-03-05T18:35:51.672Z] ---> 6167d2f87453 [2021-03-05T18:35:51.672Z] [2021-03-05T18:35:51.672Z] Step 10/23 : FROM alpine:3.12 [2021-03-05T18:35:51.672Z] ---> 88dd2752d2ea [2021-03-05T18:35:51.672Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-05T18:35:51.938Z] ---> Running in 368082a30207 [2021-03-05T18:35:52.218Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T18:35:52.218Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T18:35:52.521Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-05T18:35:52.522Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T18:35:52.522Z] OK: 6 MiB in 15 packages [2021-03-05T18:35:52.522Z] Removing intermediate container 192ee1144c8e [2021-03-05T18:35:52.522Z] ---> 67a3cf26c6d7 [2021-03-05T18:35:52.522Z] [2021-03-05T18:35:52.522Z] Step 11/26 : FROM docker:20.10.0 [2021-03-05T18:35:52.790Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T18:35:52.790Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T18:35:52.790Z] 20.10.0: Pulling from library/docker [2021-03-05T18:35:53.060Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-05T18:35:53.060Z] (2/2) Installing su-exec (0.2-r1) [2021-03-05T18:35:53.060Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T18:35:53.060Z] OK: 6 MiB in 16 packages [2021-03-05T18:35:53.060Z] Removing intermediate container 041d2affd3e5 [2021-03-05T18:35:53.060Z] ---> b917a20e8ca7 [2021-03-05T18:35:53.060Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-05T18:35:53.060Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T18:35:53.060Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T18:35:53.331Z] ---> Running in 748a212e0e32 [2021-03-05T18:35:53.331Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-05T18:35:53.331Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T18:35:53.331Z] OK: 6 MiB in 15 packages [2021-03-05T18:35:54.727Z] Removing intermediate container 29dab9f544df [2021-03-05T18:35:54.727Z] ---> 54f12c0440d6 [2021-03-05T18:35:54.727Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T18:35:54.727Z] Removing intermediate container 748a212e0e32 [2021-03-05T18:35:54.727Z] ---> 7c48ee829d60 [2021-03-05T18:35:54.727Z] Step 13/24 : WORKDIR / [2021-03-05T18:35:54.727Z] ---> Running in 53a23c66c201 [2021-03-05T18:35:55.305Z] ---> Running in a0250dcf8842 [2021-03-05T18:35:55.305Z] Removing intermediate container a4b436b1874d [2021-03-05T18:35:55.305Z] ---> 16f97aa8f7f9 [2021-03-05T18:35:55.305Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-05T18:35:55.570Z] Removing intermediate container 368082a30207 [2021-03-05T18:35:55.570Z] ---> 57ef6da3fe58 [2021-03-05T18:35:55.570Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T18:35:55.570Z] Removing intermediate container 53a23c66c201 [2021-03-05T18:35:55.570Z] ---> 79e77ef84d4d [2021-03-05T18:35:55.570Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-05T18:35:55.838Z] ---> Running in 50bcc28a6394 [2021-03-05T18:35:55.839Z] ---> Running in 53185b967d24 [2021-03-05T18:35:55.839Z] ---> Running in 7d5f56ba8089 [2021-03-05T18:35:55.839Z] Removing intermediate container a0250dcf8842 [2021-03-05T18:35:55.839Z] ---> 4e714f8e6f9f [2021-03-05T18:35:55.839Z] 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-05T18:35:56.102Z] Removing intermediate container 53185b967d24 [2021-03-05T18:35:56.102Z] ---> 6ae991745408 [2021-03-05T18:35:56.102Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-05T18:35:56.102Z] Removing intermediate container 50bcc28a6394 [2021-03-05T18:35:56.102Z] ---> f5e949527f05 [2021-03-05T18:35:56.102Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-05T18:35:56.364Z] Removing intermediate container 7d5f56ba8089 [2021-03-05T18:35:56.364Z] ---> 3e3f5b6dd958 [2021-03-05T18:35:56.364Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-05T18:35:56.364Z] ---> Running in 8ba72850761a [2021-03-05T18:35:56.958Z] ---> Running in 0aef44e6823f [2021-03-05T18:35:56.958Z] ---> aff34408d79e [2021-03-05T18:35:56.958Z] 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-05T18:35:56.958Z] ---> Running in a177e880c8dc [2021-03-05T18:35:57.224Z] Removing intermediate container 8ba72850761a [2021-03-05T18:35:57.224Z] ---> d5f92a71af89 [2021-03-05T18:35:57.224Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-05T18:35:57.224Z] Removing intermediate container 0aef44e6823f [2021-03-05T18:35:57.224Z] ---> 812d7da5b50e [2021-03-05T18:35:57.224Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-05T18:35:57.494Z] ---> Running in ba7585445ed1 [2021-03-05T18:35:57.494Z] ---> Running in 592c7b2d47ab [2021-03-05T18:35:57.494Z] Removing intermediate container a177e880c8dc [2021-03-05T18:35:57.494Z] ---> ba252dc731a8 [2021-03-05T18:35:57.494Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T18:35:57.494Z] ---> eb8d35fc18c2 [2021-03-05T18:35:57.494Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-05T18:35:57.758Z] Removing intermediate container ba7585445ed1 [2021-03-05T18:35:57.758Z] ---> b6f14a51e026 [2021-03-05T18:35:57.758Z] Step 15/23 : WORKDIR / [2021-03-05T18:35:58.024Z] ---> Running in 57fe43216b49 [2021-03-05T18:35:58.024Z] ---> fbd8c10b451d [2021-03-05T18:35:58.024Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-05T18:35:58.024Z] ---> a21c68fa9bda [2021-03-05T18:35:58.024Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-05T18:35:58.611Z] Removing intermediate container 57fe43216b49 [2021-03-05T18:35:58.611Z] ---> 24799ceeed3d [2021-03-05T18:35:58.611Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T18:35:59.195Z] ---> 738c8c451f2b [2021-03-05T18:35:59.195Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-05T18:35:59.195Z] ---> 0035c4f919f6 [2021-03-05T18:35:59.195Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-05T18:35:59.195Z] ---> b03cafbf21e0 [2021-03-05T18:35:59.195Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-05T18:35:59.459Z] Removing intermediate container 592c7b2d47ab [2021-03-05T18:35:59.459Z] ---> 91ecdcaa0e40 [2021-03-05T18:35:59.459Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-05T18:35:59.726Z] ---> Running in 64a078c7bf44 [2021-03-05T18:35:59.726Z] ---> 2952ae128972 [2021-03-05T18:35:59.726Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-05T18:35:59.726Z] ---> Running in 95cfdfbc7f28 [2021-03-05T18:35:59.989Z] ---> ecd27bbe292a [2021-03-05T18:35:59.989Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-05T18:36:00.567Z] ---> a6e905bc31ec [2021-03-05T18:36:00.567Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-05T18:36:00.567Z] Removing intermediate container 64a078c7bf44 [2021-03-05T18:36:00.567Z] ---> d876face7b60 [2021-03-05T18:36:00.567Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-05T18:36:00.567Z] ---> 22b8dbaab40d [2021-03-05T18:36:00.567Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-05T18:36:00.567Z] Removing intermediate container 95cfdfbc7f28 [2021-03-05T18:36:00.567Z] ---> fbf00cc06d43 [2021-03-05T18:36:00.567Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T18:36:00.832Z] ---> Running in 319cb6621270 [2021-03-05T18:36:00.832Z] ---> Running in e8c47ac83d2e [2021-03-05T18:36:00.832Z] ---> e17a0e6d9ea8 [2021-03-05T18:36:00.832Z] 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-05T18:36:00.832Z] ---> 1c1898a9f797 [2021-03-05T18:36:00.832Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-05T18:36:01.098Z] ---> Running in 31e3db159eb7 [2021-03-05T18:36:01.098Z] ---> Running in 3754368279ba [2021-03-05T18:36:01.364Z] Removing intermediate container e8c47ac83d2e [2021-03-05T18:36:01.365Z] ---> 5eb45b0cf079 [2021-03-05T18:36:01.365Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T18:36:01.365Z] Removing intermediate container 319cb6621270 [2021-03-05T18:36:01.365Z] ---> d5de1680fbbf [2021-03-05T18:36:01.365Z] Step 20/22 : LABEL arch=x86_64 [2021-03-05T18:36:01.628Z] ---> Running in f7655e67995f [2021-03-05T18:36:01.628Z] ---> Running in 0d0a00c1ebf8 [2021-03-05T18:36:01.628Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-05T18:36:01.628Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-05T18:36:01.628Z] ---> aefe523efa57 [2021-03-05T18:36:01.628Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-05T18:36:01.895Z] ---> Running in a1e487915d83 [2021-03-05T18:36:01.895Z] Removing intermediate container 0d0a00c1ebf8 [2021-03-05T18:36:01.895Z] ---> 93432c44cbab [2021-03-05T18:36:01.895Z] Step 21/22 : LABEL git_sha=f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:36:01.895Z] Removing intermediate container f7655e67995f [2021-03-05T18:36:01.895Z] ---> 1d80293f05f1 [2021-03-05T18:36:01.895Z] Step 21/23 : LABEL arch=x86_64 [2021-03-05T18:36:02.162Z] ---> Running in 90e762632b86 [2021-03-05T18:36:02.162Z] ---> Running in 1508859acc12 [2021-03-05T18:36:02.742Z] Removing intermediate container 90e762632b86 [2021-03-05T18:36:02.742Z] ---> a0b14f6b7146 [2021-03-05T18:36:02.742Z] Step 22/23 : LABEL git_sha=f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:36:02.742Z] Removing intermediate container 1508859acc12 [2021-03-05T18:36:02.742Z] ---> 7b47a1e4b47b [2021-03-05T18:36:02.742Z] Step 22/22 : LABEL version=2.0.0-dev.115 [2021-03-05T18:36:02.742Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T18:36:02.742Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T18:36:03.005Z] ---> Running in dcdbd9b54fb0 [2021-03-05T18:36:03.005Z] ---> Running in 712cc6ca5f38 [2021-03-05T18:36:03.005Z] Removing intermediate container 31e3db159eb7 [2021-03-05T18:36:03.005Z] ---> 23b6548a5219 [2021-03-05T18:36:03.005Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-05T18:36:03.005Z] (1/2) Installing readline (8.0.4-r0) [2021-03-05T18:36:03.005Z] (2/2) Installing bash (5.0.17-r0) [2021-03-05T18:36:03.005Z] Executing bash-5.0.17-r0.post-install [2021-03-05T18:36:03.005Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T18:36:03.005Z] OK: 12 MiB in 22 packages [2021-03-05T18:36:03.270Z] ---> Running in 425a139b57e1 [2021-03-05T18:36:03.270Z] Removing intermediate container 3754368279ba [2021-03-05T18:36:03.270Z] ---> 6ba92279ea29 [2021-03-05T18:36:03.270Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T18:36:03.270Z] Removing intermediate container dcdbd9b54fb0 [2021-03-05T18:36:03.270Z] ---> d8bdc4263458 [2021-03-05T18:36:03.270Z] Step 23/23 : LABEL version=2.0.0-dev.115 [2021-03-05T18:36:03.535Z] Removing intermediate container 712cc6ca5f38 [2021-03-05T18:36:03.535Z] ---> 1514ec0a1550 [2021-03-05T18:36:03.535Z] [2021-03-05T18:36:03.801Z] ---> Running in 03c7d40c0f8d [2021-03-05T18:36:03.801Z] Removing intermediate container 425a139b57e1 [2021-03-05T18:36:03.801Z] ---> 10b42ee6fabc [2021-03-05T18:36:03.801Z] Step 22/24 : LABEL arch=x86_64 [2021-03-05T18:36:03.801Z] Successfully built 1514ec0a1550 [2021-03-05T18:36:03.801Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-05T18:36:03.801Z]  Building docker-support-scheduler-go ... done Building docker-core-metadata-go [2021-03-05T18:36:04.064Z] ---> 41cbbec740e3 [2021-03-05T18:36:04.064Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-05T18:36:04.064Z] ---> Running in 8629cd5318f4 [2021-03-05T18:36:04.064Z] Removing intermediate container 03c7d40c0f8d [2021-03-05T18:36:04.064Z] ---> ce4c5fe84da6 [2021-03-05T18:36:04.064Z] [2021-03-05T18:36:04.328Z] Removing intermediate container a1e487915d83 [2021-03-05T18:36:04.328Z] ---> 42a062f2a082 [2021-03-05T18:36:04.328Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-05T18:36:04.328Z] Successfully built ce4c5fe84da6 [2021-03-05T18:36:04.596Z] Successfully tagged docker-core-command-go:latest [2021-03-05T18:36:04.596Z] Building docker-security-proxy-setup-go [2021-03-05T18:36:04.596Z]  Building docker-core-command-go ... done  ---> Running in c63a78e495af [2021-03-05T18:36:04.596Z] Removing intermediate container 8629cd5318f4 [2021-03-05T18:36:04.596Z] ---> 3b0b678fa637 [2021-03-05T18:36:04.596Z] Step 23/24 : LABEL git_sha=f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:36:04.861Z] ---> 7fe8cc68da5d [2021-03-05T18:36:04.861Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-05T18:36:04.861Z] ---> Running in 59798f7837f4 [2021-03-05T18:36:09.093Z] Removing intermediate container c63a78e495af [2021-03-05T18:36:09.093Z] ---> 183fbdf58734 [2021-03-05T18:36:09.093Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-05T18:36:11.669Z] ---> c9d2e9cb3d1e [2021-03-05T18:36:11.669Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-05T18:36:11.669Z] Removing intermediate container 59798f7837f4 [2021-03-05T18:36:11.669Z] ---> f39fefa455d1 [2021-03-05T18:36:11.669Z] Step 24/24 : LABEL version=2.0.0-dev.115 [2021-03-05T18:36:11.669Z] ---> Running in d7f17a4b24f8 [2021-03-05T18:36:11.669Z] ---> Running in a1406d3abca7 [2021-03-05T18:36:13.095Z] Removing intermediate container a1406d3abca7 [2021-03-05T18:36:13.095Z] ---> 777d172d39c6 [2021-03-05T18:36:13.095Z] [2021-03-05T18:36:13.095Z] Removing intermediate container d7f17a4b24f8 [2021-03-05T18:36:13.095Z] ---> 021ee72e1d95 [2021-03-05T18:36:13.095Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-05T18:36:13.368Z] Successfully built 777d172d39c6 [2021-03-05T18:36:13.368Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-05T18:36:13.368Z] Building docker-core-data-go [2021-03-05T18:36:13.957Z]  Building docker-security-secretstore-setup-go ... done  ---> e122c910a1e5 [2021-03-05T18:36:13.957Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-05T18:36:14.958Z] ---> Running in 8336b4a2ade5 [2021-03-05T18:36:21.629Z] Removing intermediate container 8336b4a2ade5 [2021-03-05T18:36:21.629Z] ---> 4274e7c2c393 [2021-03-05T18:36:21.629Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-05T18:36:23.564Z] ---> 213d074a1118 [2021-03-05T18:36:23.564Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-05T18:36:23.564Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T18:36:23.564Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-05T18:36:23.564Z] ---> d3b4a1e7ab72 [2021-03-05T18:36:23.564Z] Step 3/21 : WORKDIR /edgex-go [2021-03-05T18:36:23.564Z] ---> Using cache [2021-03-05T18:36:23.564Z] ---> 340c6faec877 [2021-03-05T18:36:23.564Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T18:36:23.564Z] ---> Using cache [2021-03-05T18:36:23.564Z] ---> 790b1ecb832d [2021-03-05T18:36:23.564Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-05T18:36:23.564Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T18:36:23.564Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-05T18:36:23.564Z] ---> d3b4a1e7ab72 [2021-03-05T18:36:23.564Z] Step 3/23 : WORKDIR /edgex-go [2021-03-05T18:36:23.564Z] ---> Using cache [2021-03-05T18:36:23.564Z] ---> 340c6faec877 [2021-03-05T18:36:23.564Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T18:36:23.564Z] ---> Using cache [2021-03-05T18:36:23.564Z] ---> 790b1ecb832d [2021-03-05T18:36:23.564Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-05T18:36:23.564Z] ---> Using cache [2021-03-05T18:36:23.564Z] ---> Using cache [2021-03-05T18:36:23.564Z] ---> 12d8db62e74b [2021-03-05T18:36:23.564Z] Step 6/23 : COPY go.mod . [2021-03-05T18:36:23.564Z] ---> 12d8db62e74b [2021-03-05T18:36:23.564Z] Step 6/21 : COPY go.mod . [2021-03-05T18:36:23.564Z] ---> Using cache [2021-03-05T18:36:23.564Z] ---> Using cache [2021-03-05T18:36:23.564Z] ---> b6b018be591e [2021-03-05T18:36:23.564Z] ---> b6b018be591e [2021-03-05T18:36:23.564Z] Step 7/23 : RUN go mod download [2021-03-05T18:36:23.564Z] Step 7/21 : RUN go mod download [2021-03-05T18:36:23.827Z] ---> Using cache [2021-03-05T18:36:23.827Z] ---> 301b8209c46c [2021-03-05T18:36:23.827Z] Step 8/23 : COPY . . ---> Using cache [2021-03-05T18:36:23.827Z] [2021-03-05T18:36:23.827Z] ---> 301b8209c46c [2021-03-05T18:36:23.827Z] Step 8/21 : COPY . . [2021-03-05T18:36:24.575Z] ---> Using cache [2021-03-05T18:36:24.575Z] ---> Using cache [2021-03-05T18:36:24.840Z] ---> 62c9db6f5603 [2021-03-05T18:36:24.840Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata ---> 62c9db6f5603 [2021-03-05T18:36:24.840Z] [2021-03-05T18:36:24.840Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-05T18:36:25.109Z] ---> Running in 79155f0c9284 [2021-03-05T18:36:25.109Z] ---> Running in 45c05e1d6ec5 [2021-03-05T18:36:25.109Z] ---> 03fbf3bb0d09 [2021-03-05T18:36:25.109Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-05T18:36:25.109Z] ---> Running in 6aaae32fc23f [2021-03-05T18:36:26.085Z] Removing intermediate container 6aaae32fc23f [2021-03-05T18:36:26.085Z] ---> a43d860e3431 [2021-03-05T18:36:26.085Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-05T18:36:26.085Z] ---> 511617305151 [2021-03-05T18:36:26.085Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-05T18:36:26.348Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-05T18:36:26.348Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-05T18:36:26.614Z] ---> 64bd795ee6d3 [2021-03-05T18:36:26.614Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-05T18:36:26.884Z] ---> b2b3155e2060 [2021-03-05T18:36:26.884Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-05T18:36:26.884Z] ---> Running in 059c4e3c28bd [2021-03-05T18:36:27.866Z] ---> Running in a89751af7475 [2021-03-05T18:36:29.305Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T18:36:29.305Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T18:36:29.598Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-05T18:36:29.598Z] (2/33) Installing expat (2.2.9-r1) [2021-03-05T18:36:29.598Z] (3/33) Installing libffi (3.3-r2) [2021-03-05T18:36:29.598Z] (4/33) Installing gdbm (1.13-r1) [2021-03-05T18:36:29.598Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-05T18:36:29.598Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-05T18:36:29.598Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-05T18:36:32.970Z] Removing intermediate container 059c4e3c28bd [2021-03-05T18:36:32.970Z] ---> a8bef5893a68 [2021-03-05T18:36:32.970Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-05T18:36:34.729Z] ---> Running in 82a0f9c5e70c [2021-03-05T18:36:34.729Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-05T18:36:34.729Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-05T18:36:34.729Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-05T18:36:34.729Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-05T18:36:34.729Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-05T18:36:34.729Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-05T18:36:35.138Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-05T18:36:35.138Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-05T18:36:35.138Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-05T18:36:35.138Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-05T18:36:35.865Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-05T18:36:35.865Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-05T18:36:36.138Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-05T18:36:36.415Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T18:36:36.415Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-05T18:36:36.415Z] ---> d3b4a1e7ab72 [2021-03-05T18:36:36.415Z] Step 3/23 : WORKDIR /edgex-go [2021-03-05T18:36:36.415Z] ---> Using cache [2021-03-05T18:36:36.415Z] ---> 340c6faec877 [2021-03-05T18:36:36.415Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T18:36:36.415Z] ---> Using cache [2021-03-05T18:36:36.415Z] ---> 790b1ecb832d [2021-03-05T18:36:36.415Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-05T18:36:37.002Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-05T18:36:37.585Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-05T18:36:37.585Z] Removing intermediate container 82a0f9c5e70c [2021-03-05T18:36:37.585Z] ---> 1e9aa03e06b0 [2021-03-05T18:36:37.585Z] Step 28/31 : CMD ["gate"] [2021-03-05T18:36:37.585Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-05T18:36:37.855Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-05T18:36:37.855Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-05T18:36:37.855Z] ---> Running in 60a71d7f73eb [2021-03-05T18:36:37.855Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-05T18:36:37.855Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-05T18:36:37.855Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-05T18:36:37.855Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-05T18:36:37.855Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-05T18:36:37.855Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-05T18:36:37.855Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-05T18:36:37.855Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-05T18:36:38.857Z] ---> Running in b4f79f13860e [2021-03-05T18:36:38.857Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T18:36:38.857Z] OK: 71 MiB in 55 packages [2021-03-05T18:36:39.844Z] Removing intermediate container b4f79f13860e [2021-03-05T18:36:39.844Z] ---> 67d0c3f89bfe [2021-03-05T18:36:39.844Z] Step 29/31 : LABEL arch=x86_64 [2021-03-05T18:36:39.844Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T18:36:39.844Z] ---> Running in 43503e8bceac [2021-03-05T18:36:41.834Z] Removing intermediate container 43503e8bceac [2021-03-05T18:36:41.834Z] ---> af847585c94f [2021-03-05T18:36:41.834Z] Step 30/31 : LABEL git_sha=f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:36:41.834Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T18:36:42.097Z] ---> Running in a7f5ab60ddf9 [2021-03-05T18:36:42.686Z] Removing intermediate container a7f5ab60ddf9 [2021-03-05T18:36:42.686Z] ---> 9b09792b8591 [2021-03-05T18:36:42.686Z] Step 31/31 : LABEL version=2.0.0-dev.115 [2021-03-05T18:36:43.947Z] ---> Running in 153e408ce936 [2021-03-05T18:36:43.947Z] OK: 233 MiB in 51 packages [2021-03-05T18:36:43.947Z] Removing intermediate container 153e408ce936 [2021-03-05T18:36:43.947Z] ---> b7f53e540f9e [2021-03-05T18:36:43.947Z] [2021-03-05T18:36:44.533Z] Successfully built b7f53e540f9e [2021-03-05T18:36:44.813Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-05T18:36:44.813Z] Building docker-support-notifications-go [2021-03-05T18:36:50.137Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 60a71d7f73eb [2021-03-05T18:36:50.137Z] ---> ca2b9a3e4446 [2021-03-05T18:36:50.137Z] Step 6/23 : COPY go.mod . [2021-03-05T18:36:54.396Z] ---> 160d0c7f471b [2021-03-05T18:36:54.396Z] Step 7/23 : RUN go mod download [2021-03-05T18:36:56.334Z] ---> Running in 4aa8bb44bc92 [2021-03-05T18:36:56.607Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-05T18:37:04.840Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T18:37:04.840Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-05T18:37:04.840Z] ---> d3b4a1e7ab72 [2021-03-05T18:37:04.840Z] Step 3/22 : WORKDIR /edgex-go [2021-03-05T18:37:04.840Z] ---> Using cache [2021-03-05T18:37:04.840Z] ---> 340c6faec877 [2021-03-05T18:37:04.840Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T18:37:04.840Z] ---> Using cache [2021-03-05T18:37:04.840Z] ---> 790b1ecb832d [2021-03-05T18:37:04.840Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-05T18:37:04.840Z] Removing intermediate container a89751af7475 [2021-03-05T18:37:04.840Z] ---> 177273717a81 [2021-03-05T18:37:04.840Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-05T18:37:05.417Z] Removing intermediate container 4aa8bb44bc92 [2021-03-05T18:37:05.417Z] ---> 3d084dcc1808 [2021-03-05T18:37:05.417Z] Step 8/23 : COPY . . [2021-03-05T18:37:05.688Z] ---> Running in 3d09eaa4c50e [2021-03-05T18:37:05.688Z] ---> Running in 4aca1abe90ac [2021-03-05T18:37:07.122Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T18:37:07.700Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T18:37:09.625Z] OK: 233 MiB in 51 packages [2021-03-05T18:37:14.952Z] Collecting docker-compose==1.23.2 [2021-03-05T18:37:14.952Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-05T18:37:14.952Z] Removing intermediate container 79155f0c9284 [2021-03-05T18:37:14.952Z] ---> 35c0f18bc220 [2021-03-05T18:37:14.952Z] [2021-03-05T18:37:14.952Z] Step 10/21 : FROM alpine:3.12 [2021-03-05T18:37:14.952Z] ---> 88dd2752d2ea [2021-03-05T18:37:14.952Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-05T18:37:16.885Z] Collecting docker<4.0,>=3.6.0 [2021-03-05T18:37:16.885Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-05T18:37:16.885Z] Removing intermediate container 45c05e1d6ec5 [2021-03-05T18:37:16.885Z] ---> 02d88acf240c [2021-03-05T18:37:16.885Z] [2021-03-05T18:37:16.885Z] Step 10/23 : FROM alpine:3.12 [2021-03-05T18:37:16.885Z] ---> 88dd2752d2ea [2021-03-05T18:37:16.885Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-05T18:37:16.885Z] ---> Using cache [2021-03-05T18:37:16.885Z] ---> 57ef6da3fe58 [2021-03-05T18:37:16.885Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T18:37:16.885Z] ---> Using cache [2021-03-05T18:37:16.885Z] ---> 6ae991745408 [2021-03-05T18:37:16.885Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-05T18:37:17.150Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-05T18:37:17.150Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-05T18:37:19.088Z] ---> Running in a950b92f76cc [2021-03-05T18:37:19.089Z] Removing intermediate container 4aca1abe90ac [2021-03-05T18:37:19.089Z] ---> 7a3f8c22937d [2021-03-05T18:37:19.089Z] Step 6/22 : COPY go.mod . [2021-03-05T18:37:19.089Z] Collecting PyYAML<4,>=3.10 [2021-03-05T18:37:19.089Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-05T18:37:20.056Z] ---> Running in 00c7f33b3516 [2021-03-05T18:37:21.024Z] ---> c23b9ad76612 [2021-03-05T18:37:21.024Z] Step 7/22 : RUN go mod download [2021-03-05T18:37:22.016Z] ---> Running in 08054b638d7b [2021-03-05T18:37:22.016Z] Removing intermediate container 00c7f33b3516 [2021-03-05T18:37:22.016Z] ---> f17fe16b36ec [2021-03-05T18:37:22.016Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-05T18:37:22.016Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-05T18:37:22.016Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-05T18:37:22.294Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T18:37:22.562Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T18:37:22.831Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-05T18:37:22.831Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-05T18:37:22.831Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-05T18:37:22.831Z] (4/4) Installing curl (7.69.1-r3) [2021-03-05T18:37:22.831Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T18:37:23.107Z] Executing ca-certificates-20191127-r4.trigger [2021-03-05T18:37:23.107Z] OK: 7 MiB in 18 packages [2021-03-05T18:37:23.107Z] Collecting texttable<0.10,>=0.9.0 [2021-03-05T18:37:23.107Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-05T18:37:23.279Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-05T18:37:23.279Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-05T18:37:24.082Z] ---> Running in 46a8ae874123 [2021-03-05T18:37:25.041Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-05T18:37:25.041Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-05T18:37:25.615Z] 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-05T18:37:25.876Z] Removing intermediate container 46a8ae874123 [2021-03-05T18:37:25.877Z] Collecting jsonschema<3,>=2.5.1 [2021-03-05T18:37:25.877Z] ---> 52ca3998dcf5 [2021-03-05T18:37:25.877Z] Step 15/23 : WORKDIR / [2021-03-05T18:37:25.877Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-05T18:37:26.180Z] Collecting docopt<0.7,>=0.6.1 [2021-03-05T18:37:26.180Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-05T18:37:26.443Z] ---> 5459d03a0d2a [2021-03-05T18:37:26.443Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-05T18:37:26.706Z] ---> Running in 50af8cd9b83e [2021-03-05T18:37:26.970Z] Collecting cached-property<2,>=1.2.0 [2021-03-05T18:37:26.970Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-05T18:37:26.970Z] Removing intermediate container a950b92f76cc [2021-03-05T18:37:26.970Z] ---> 2d4cb0a5a92a [2021-03-05T18:37:26.970Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-05T18:37:26.970Z] ---> Running in 9b931b713e4d [2021-03-05T18:37:26.970Z] Collecting docker-pycreds>=0.4.0 [2021-03-05T18:37:26.970Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-05T18:37:26.970Z] 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-05T18:37:26.970Z] 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-05T18:37:27.238Z] ---> Running in 58109f0c15a9 [2021-03-05T18:37:27.238Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-05T18:37:27.238Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-05T18:37:27.238Z] Removing intermediate container 50af8cd9b83e [2021-03-05T18:37:27.238Z] ---> 565089372ca5 [2021-03-05T18:37:27.238Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T18:37:27.522Z] Removing intermediate container 08054b638d7b [2021-03-05T18:37:27.522Z] ---> 903e9da340c9 [2021-03-05T18:37:27.522Z] Step 8/22 : COPY . . [2021-03-05T18:37:27.522Z] Collecting idna<2.8,>=2.5 [2021-03-05T18:37:27.522Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-05T18:37:27.522Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-05T18:37:27.522Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-05T18:37:27.522Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-05T18:37:27.522Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-05T18:37:27.792Z] Removing intermediate container 58109f0c15a9 [2021-03-05T18:37:27.792Z] ---> c9b9e3b0a4e7 [2021-03-05T18:37:27.792Z] Step 13/21 : WORKDIR /edgex [2021-03-05T18:37:27.792Z] Installing collected packages: urllib3, idna, requests, websocket-client, docker-pycreds, docker, PyYAML, texttable, dockerpty, jsonschema, docopt, cached-property, docker-compose [2021-03-05T18:37:27.792Z] Attempting uninstall: urllib3 [2021-03-05T18:37:27.792Z] Found existing installation: urllib3 1.25.9 [2021-03-05T18:37:27.792Z] Uninstalling urllib3-1.25.9: [2021-03-05T18:37:27.792Z] ---> Running in cfe4e00e6516 [2021-03-05T18:37:28.060Z] Successfully uninstalled urllib3-1.25.9 [2021-03-05T18:37:28.060Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o cmd/core-data/core-data ./cmd/core-data [2021-03-05T18:37:29.474Z] ---> f41263f40c7a [2021-03-05T18:37:29.474Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-05T18:37:29.474Z] Attempting uninstall: idna [2021-03-05T18:37:29.474Z] Found existing installation: idna 2.9 [2021-03-05T18:37:29.474Z] Uninstalling idna-2.9: [2021-03-05T18:37:29.474Z] Successfully uninstalled idna-2.9 [2021-03-05T18:37:29.474Z] Removing intermediate container cfe4e00e6516 [2021-03-05T18:37:29.474Z] ---> 9166a325d6ff [2021-03-05T18:37:29.474Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-05T18:37:29.744Z] Attempting uninstall: requests [2021-03-05T18:37:29.744Z] Found existing installation: requests 2.23.0 [2021-03-05T18:37:29.744Z] Uninstalling requests-2.23.0: [2021-03-05T18:37:31.143Z] Successfully uninstalled requests-2.23.0 [2021-03-05T18:37:35.748Z] Removing intermediate container 4b3c746ca69a [2021-03-05T18:37:35.748Z] ---> 91d1b390204e [2021-03-05T18:37:35.748Z] [2021-03-05T18:37:35.748Z] Step 10/24 : FROM alpine:3.12 [2021-03-05T18:37:35.748Z] 3.12: Pulling from library/alpine [2021-03-05T18:37:36.482Z] ---> 2bab4263fecd [2021-03-05T18:37:36.482Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-05T18:37:36.753Z] ---> 843d142ee8d6 [2021-03-05T18:37:36.753Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-05T18:37:38.386Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-05T18:37:38.386Z] Status: Downloaded newer image for alpine:3.12 [2021-03-05T18:37:38.386Z] ---> d10569e2745f [2021-03-05T18:37:38.386Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-05T18:37:38.386Z] Removing intermediate container 4a8f305b26e7 [2021-03-05T18:37:38.386Z] ---> 484c7a4930c5 [2021-03-05T18:37:38.386Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-05T18:37:38.680Z] ---> Running in 4581c8e8a1e9 [2021-03-05T18:37:38.680Z] ---> Running in 85fd599ef9b9 [2021-03-05T18:37:40.109Z] Running setup.py install for PyYAML: started [2021-03-05T18:37:40.162Z] Removing intermediate container 18dc170c668d [2021-03-05T18:37:40.162Z] ---> 7c4898d6046d [2021-03-05T18:37:40.162Z] [2021-03-05T18:37:40.162Z] Step 10/21 : FROM alpine:3.12 [2021-03-05T18:37:40.162Z] ---> d10569e2745f [2021-03-05T18:37:40.162Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-05T18:37:40.162Z] ---> Running in 19ee0f659bd2 [2021-03-05T18:37:41.091Z] ---> bce6b0cf9e79 [2021-03-05T18:37:41.091Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-05T18:37:41.641Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-05T18:37:41.641Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T18:37:41.703Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-05T18:37:41.703Z] Running setup.py install for texttable: started [2021-03-05T18:37:41.703Z] ---> 96a95a28d480 [2021-03-05T18:37:41.703Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-05T18:37:42.251Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T18:37:42.532Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T18:37:42.561Z] ---> Running in 72f7d9b05e72 [2021-03-05T18:37:42.812Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T18:37:42.968Z] Running setup.py install for texttable: finished with status 'done' [2021-03-05T18:37:42.968Z] Running setup.py install for dockerpty: started [2021-03-05T18:37:43.095Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-05T18:37:43.095Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-05T18:37:43.095Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-05T18:37:43.095Z] (4/5) Installing curl (7.69.1-r3) [2021-03-05T18:37:43.095Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-05T18:37:43.095Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T18:37:43.376Z] Executing ca-certificates-20191127-r4.trigger [2021-03-05T18:37:43.376Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-05T18:37:43.376Z] OK: 7 MiB in 19 packages [2021-03-05T18:37:43.377Z] Removing intermediate container 72f7d9b05e72 [2021-03-05T18:37:43.377Z] ---> 23d924fdc728 [2021-03-05T18:37:43.377Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T18:37:43.653Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-05T18:37:43.653Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-05T18:37:43.653Z] (4/4) Installing curl (7.69.1-r3) [2021-03-05T18:37:43.653Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T18:37:43.653Z] Executing ca-certificates-20191127-r4.trigger [2021-03-05T18:37:43.661Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-05T18:37:44.074Z] OK: 7 MiB in 18 packages [2021-03-05T18:37:44.293Z] ---> Running in 83f94b7097a4 [2021-03-05T18:37:44.883Z] Running setup.py install for docopt: started [2021-03-05T18:37:44.883Z] ---> 71f103f71a6b [2021-03-05T18:37:44.883Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-05T18:37:45.480Z] ---> Running in adcb87734ea1 [2021-03-05T18:37:45.480Z] Removing intermediate container 83f94b7097a4 [2021-03-05T18:37:45.480Z] ---> e33128569f2c [2021-03-05T18:37:45.480Z] Step 21/23 : LABEL arch=x86_64 [2021-03-05T18:37:45.747Z] Running setup.py install for docopt: finished with status 'done' [2021-03-05T18:37:46.342Z] ---> Running in 303e650d651b [2021-03-05T18:37:46.933Z] Removing intermediate container adcb87734ea1 [2021-03-05T18:37:46.933Z] ---> fbb6653cc28b [2021-03-05T18:37:46.933Z] Step 18/21 : CMD ["--init=true"] [2021-03-05T18:37:46.933Z] 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-05T18:37:47.691Z] Removing intermediate container 85fd599ef9b9 [2021-03-05T18:37:47.691Z] ---> 29a6a5c88697 [2021-03-05T18:37:47.691Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-05T18:37:47.973Z] Removing intermediate container 4581c8e8a1e9 [2021-03-05T18:37:47.973Z] ---> 44f9e1cbbddd [2021-03-05T18:37:47.973Z] [2021-03-05T18:37:47.973Z] Step 11/26 : FROM docker:20.10.0 [2021-03-05T18:37:48.254Z] 20.10.0: Pulling from library/docker [2021-03-05T18:37:48.254Z] Removing intermediate container 19ee0f659bd2 [2021-03-05T18:37:48.254Z] ---> 5e45ce94e6c8 [2021-03-05T18:37:48.254Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-05T18:37:48.354Z] Removing intermediate container 303e650d651b [2021-03-05T18:37:48.354Z] ---> ede5c234f266 [2021-03-05T18:37:48.354Z] Step 22/23 : LABEL git_sha=f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:37:48.354Z] ---> Running in bc3990c67f6b [2021-03-05T18:37:48.534Z] ---> Running in c5091314cc47 [2021-03-05T18:37:48.852Z] ---> Running in 63444b7a5ca2 [2021-03-05T18:37:48.937Z] ---> Running in 1a6a0fa95b02 [2021-03-05T18:37:48.937Z] Removing intermediate container bc3990c67f6b [2021-03-05T18:37:48.937Z] ---> 0245afc36736 [2021-03-05T18:37:48.937Z] Step 19/21 : LABEL arch=x86_64 [2021-03-05T18:37:49.204Z] ---> Running in feb2cc926b62 [2021-03-05T18:37:49.204Z] ---> f14825785946 [2021-03-05T18:37:49.204Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-05T18:37:49.204Z] Removing intermediate container 1a6a0fa95b02 [2021-03-05T18:37:49.204Z] ---> 3f4ed9117fe9 [2021-03-05T18:37:49.204Z] Step 23/23 : LABEL version=2.0.0-dev.115 [2021-03-05T18:37:49.818Z] ---> Running in 994fe12d60f4 [2021-03-05T18:37:49.818Z] ---> Running in 9ac7e2f93b88 [2021-03-05T18:37:49.818Z] Removing intermediate container feb2cc926b62 [2021-03-05T18:37:49.818Z] ---> d14c51a8c916 [2021-03-05T18:37:49.818Z] Step 20/21 : LABEL git_sha=f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:37:49.846Z] Removing intermediate container 0dddbfa49228 [2021-03-05T18:37:49.846Z] ---> b9b8b6efbb0a [2021-03-05T18:37:49.846Z] [2021-03-05T18:37:49.846Z] Step 10/22 : FROM alpine:3.12 [2021-03-05T18:37:49.846Z] ---> d10569e2745f [2021-03-05T18:37:49.846Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-05T18:37:49.846Z] Removing intermediate container 984a113f7663 [2021-03-05T18:37:49.846Z] ---> 07044a496feb [2021-03-05T18:37:49.846Z] [2021-03-05T18:37:49.846Z] Step 10/23 : FROM alpine:3.12 [2021-03-05T18:37:49.846Z] ---> d10569e2745f [2021-03-05T18:37:49.846Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-05T18:37:50.091Z] ---> Running in 7210bf31733e [2021-03-05T18:37:50.134Z] Removing intermediate container c5091314cc47 [2021-03-05T18:37:50.134Z] ---> f93479a0d402 [2021-03-05T18:37:50.134Z] Step 13/24 : WORKDIR / [2021-03-05T18:37:50.696Z] Removing intermediate container 994fe12d60f4 [2021-03-05T18:37:50.696Z] ---> a1719ac708d9 [2021-03-05T18:37:50.696Z] [2021-03-05T18:37:50.739Z] ---> Running in ed032d212a1d [2021-03-05T18:37:50.739Z] ---> Running in 4c6b6484e516 [2021-03-05T18:37:50.739Z] Removing intermediate container 63444b7a5ca2 [2021-03-05T18:37:50.739Z] ---> eca1e2d3b2e1 [2021-03-05T18:37:50.739Z] Step 13/21 : WORKDIR /edgex [2021-03-05T18:37:50.967Z] Removing intermediate container 7210bf31733e [2021-03-05T18:37:50.967Z] ---> d7cf33f48c4f [2021-03-05T18:37:50.967Z] Step 21/21 : LABEL version=2.0.0-dev.115 [2021-03-05T18:37:50.967Z] Successfully built a1719ac708d9 [2021-03-05T18:37:51.016Z] ---> Running in f34659087c8b [2021-03-05T18:37:51.016Z] ---> Running in a9e2bfd2957d [2021-03-05T18:37:51.249Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-05T18:37:51.513Z] Successfully tagged docker-core-metadata-go:latest [2021-03-05T18:37:52.019Z] Removing intermediate container f34659087c8b [2021-03-05T18:37:52.019Z] ---> 3c67c548ce30 [2021-03-05T18:37:52.019Z] 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-05T18:37:52.297Z] Removing intermediate container a9e2bfd2957d [2021-03-05T18:37:52.297Z] ---> c8aca7ebb990 [2021-03-05T18:37:52.297Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-05T18:37:52.924Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T18:37:53.187Z]  Building docker-core-metadata-go ... done  ---> Running in ba8daecb0549 [2021-03-05T18:37:53.187Z] Removing intermediate container 3d09eaa4c50e [2021-03-05T18:37:53.187Z] ---> 0d374fe8a5e9 [2021-03-05T18:37:53.187Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-05T18:37:53.187Z] ---> Running in 0e58be455b0c [2021-03-05T18:37:53.187Z] Removing intermediate container ba8daecb0549 [2021-03-05T18:37:53.187Z] ---> 331b392ccf46 [2021-03-05T18:37:53.187Z] [2021-03-05T18:37:53.205Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T18:37:53.205Z] ---> 4463faab5d79 [2021-03-05T18:37:53.463Z] Successfully built 331b392ccf46 [2021-03-05T18:37:53.488Z] 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-05T18:37:53.488Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T18:37:53.488Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T18:37:53.743Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-05T18:37:53.769Z] ---> 4eb3408f98e8 [2021-03-05T18:37:53.769Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-05T18:37:54.016Z]  Building docker-security-proxy-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T18:37:54.288Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T18:37:54.288Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-05T18:37:54.288Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-05T18:37:54.288Z] (3/3) Installing curl (7.69.1-r3) [2021-03-05T18:37:54.288Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T18:37:54.397Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-05T18:37:54.397Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-05T18:37:54.397Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T18:37:54.397Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T18:37:54.397Z] OK: 5 MiB in 15 packages [2021-03-05T18:37:54.397Z] OK: 5 MiB in 15 packages [2021-03-05T18:37:54.557Z] OK: 72 MiB in 58 packages [2021-03-05T18:37:55.390Z] ---> b794a093bc30 [2021-03-05T18:37:55.390Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-05T18:37:55.524Z] Removing intermediate container 0e58be455b0c [2021-03-05T18:37:55.524Z] ---> 11fd9f2f350b [2021-03-05T18:37:55.524Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-05T18:37:55.793Z] ---> Running in b70800d99e8a [2021-03-05T18:37:55.989Z] ---> dd7b021f4875 [2021-03-05T18:37:55.989Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-05T18:37:56.062Z] Removing intermediate container b70800d99e8a [2021-03-05T18:37:56.062Z] ---> 0aca0ffa2852 [2021-03-05T18:37:56.062Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T18:37:56.062Z] ---> Running in db5fecdc5b8b [2021-03-05T18:37:56.336Z] Removing intermediate container db5fecdc5b8b [2021-03-05T18:37:56.336Z] ---> f8ea9fce0cb5 [2021-03-05T18:37:56.336Z] Step 24/26 : LABEL arch=x86_64 [2021-03-05T18:37:56.613Z] ---> Running in aff2c59455bd [2021-03-05T18:37:56.982Z] ---> 15c2c1c5709b [2021-03-05T18:37:56.982Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-05T18:37:57.586Z] Removing intermediate container 4c6b6484e516 [2021-03-05T18:37:57.586Z] ---> 5b02764ef29a [2021-03-05T18:37:57.586Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T18:37:57.586Z] Removing intermediate container ed032d212a1d [2021-03-05T18:37:57.586Z] ---> 737451776314 [2021-03-05T18:37:57.586Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T18:37:57.593Z] Removing intermediate container aff2c59455bd [2021-03-05T18:37:57.593Z] ---> 87cc47589253 [2021-03-05T18:37:57.593Z] Step 25/26 : LABEL git_sha=f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:37:57.593Z] ---> Running in e81a0b8a7fa4 [2021-03-05T18:37:57.891Z] Removing intermediate container e81a0b8a7fa4 [2021-03-05T18:37:57.891Z] ---> 41deece5eee8 [2021-03-05T18:37:57.891Z] Step 26/26 : LABEL version=2.0.0-dev.115 [2021-03-05T18:37:58.181Z] ---> Running in 77fada3cef35 [2021-03-05T18:37:58.184Z] ---> Running in 7858a6088afb [2021-03-05T18:37:58.184Z] ---> Running in 4e8ba7d86da9 [2021-03-05T18:37:58.460Z] Removing intermediate container 77fada3cef35 [2021-03-05T18:37:58.460Z] ---> 463c4e8ee48a [2021-03-05T18:37:58.460Z] [2021-03-05T18:37:58.461Z] ---> 0aa4bba88bb3 [2021-03-05T18:37:58.461Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-05T18:37:58.732Z] Successfully built 463c4e8ee48a [2021-03-05T18:37:58.732Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-05T18:37:59.058Z] ---> Running in 1a4e89a4ad6c [2021-03-05T18:37:59.058Z] ---> cba0d6664c81 [2021-03-05T18:37:59.058Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-05T18:37:59.058Z] Removing intermediate container 7858a6088afb [2021-03-05T18:37:59.058Z] ---> e8a191aa28ab [2021-03-05T18:37:59.058Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-05T18:37:59.332Z] Removing intermediate container 4e8ba7d86da9 [2021-03-05T18:37:59.332Z] ---> 2a308023b335 [2021-03-05T18:37:59.332Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-05T18:37:59.610Z] ---> Running in dba8967ad5a8 [2021-03-05T18:37:59.893Z] ---> Running in ebf9c51f76c1 [2021-03-05T18:37:59.893Z] Removing intermediate container 1a4e89a4ad6c [2021-03-05T18:37:59.893Z] ---> bcb819b2f80e [2021-03-05T18:37:59.893Z] Step 18/21 : CMD ["--init=true"] [2021-03-05T18:38:00.877Z] ---> Running in fed466acc363 [2021-03-05T18:38:00.877Z] Removing intermediate container dba8967ad5a8 [2021-03-05T18:38:00.877Z] ---> 66bc42f2458a [2021-03-05T18:38:00.877Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-05T18:38:00.877Z] ---> 57a6b01823fd [2021-03-05T18:38:00.877Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-05T18:38:00.877Z] Removing intermediate container ebf9c51f76c1 [2021-03-05T18:38:00.877Z] ---> 134c6f381353 [2021-03-05T18:38:00.877Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-05T18:38:00.877Z] ---> Running in 6b964e45a62f [2021-03-05T18:38:01.156Z] ---> Running in f86e802f3712 [2021-03-05T18:38:01.429Z] Removing intermediate container fed466acc363 [2021-03-05T18:38:01.429Z] ---> 87c18578c2a4 [2021-03-05T18:38:01.429Z] Step 19/21 : LABEL arch=arm64 [2021-03-05T18:38:01.703Z] ---> Running in da34f8e4ea5c [2021-03-05T18:38:01.703Z] Removing intermediate container 6b964e45a62f [2021-03-05T18:38:01.703Z] ---> 7787ad32e5f8 [2021-03-05T18:38:01.703Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T18:38:01.987Z] Removing intermediate container f86e802f3712 [2021-03-05T18:38:01.987Z] ---> 3b53573c902a [2021-03-05T18:38:01.987Z] Step 15/23 : WORKDIR / [2021-03-05T18:38:02.263Z] ---> 23b6559bb766 [2021-03-05T18:38:02.263Z] 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-05T18:38:02.263Z] ---> Running in 7b319270e312 [2021-03-05T18:38:02.263Z] ---> Running in 61fcea469073 [2021-03-05T18:38:02.538Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-05T18:38:02.538Z] Removing intermediate container da34f8e4ea5c [2021-03-05T18:38:02.538Z] ---> 38a329c16fcc [2021-03-05T18:38:02.538Z] Step 20/21 : LABEL git_sha=f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:38:02.538Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-05T18:38:02.538Z] ---> eeaf43b92773 [2021-03-05T18:38:02.538Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-05T18:38:02.815Z] ---> Running in eef3eeb35e3d [2021-03-05T18:38:02.815Z] ---> Running in 45523a851ea3 [2021-03-05T18:38:03.026Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 9b931b713e4d [2021-03-05T18:38:03.026Z] ---> d8febc8a237e [2021-03-05T18:38:03.026Z] [2021-03-05T18:38:03.026Z] Step 10/23 : FROM alpine:3.12 [2021-03-05T18:38:03.026Z] ---> 88dd2752d2ea [2021-03-05T18:38:03.026Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-05T18:38:03.026Z] ---> Running in 4e1ccfdbfbe3 [2021-03-05T18:38:03.026Z] Removing intermediate container 4e1ccfdbfbe3 [2021-03-05T18:38:03.026Z] ---> d3bd74524edd [2021-03-05T18:38:03.026Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-05T18:38:03.087Z] ---> c88c6b4ab141 [2021-03-05T18:38:03.087Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-05T18:38:03.087Z] Removing intermediate container 7b319270e312 [2021-03-05T18:38:03.087Z] ---> 4e3b49a06ca1 [2021-03-05T18:38:03.087Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T18:38:03.312Z] ---> Running in a9a08ac7e330 [2021-03-05T18:38:03.587Z] Removing intermediate container a9a08ac7e330 [2021-03-05T18:38:03.587Z] ---> ea4234275bae [2021-03-05T18:38:03.587Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-05T18:38:03.587Z] ---> Running in 89b2a434c87c [2021-03-05T18:38:03.684Z] Removing intermediate container 45523a851ea3 [2021-03-05T18:38:03.684Z] ---> cd2969e8a00f [2021-03-05T18:38:03.684Z] Step 21/21 : LABEL version=2.0.0-dev.115 [2021-03-05T18:38:03.868Z] Removing intermediate container 89b2a434c87c [2021-03-05T18:38:03.868Z] ---> 1bc7fd31dec5 [2021-03-05T18:38:03.868Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T18:38:03.966Z] ---> Running in 721b8cc6c975 [2021-03-05T18:38:04.158Z] ---> Running in 8fa7ddaed2fa [2021-03-05T18:38:04.568Z] ---> 495ef56e8dfb [2021-03-05T18:38:04.568Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-05T18:38:04.845Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T18:38:04.845Z] Removing intermediate container 721b8cc6c975 [2021-03-05T18:38:04.845Z] ---> 168aefcada46 [2021-03-05T18:38:04.845Z] [2021-03-05T18:38:05.121Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T18:38:05.402Z] ---> b4d970cd5e00 [2021-03-05T18:38:05.402Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-05T18:38:05.681Z] Successfully built 168aefcada46 [2021-03-05T18:38:05.681Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-05T18:38:05.681Z] Building docker-core-data-go [2021-03-05T18:38:05.953Z]  Building docker-security-proxy-setup-go ... done (1/2) Installing readline (8.0.4-r0) [2021-03-05T18:38:05.954Z] (2/2) Installing bash (5.0.17-r0) [2021-03-05T18:38:05.954Z] Executing bash-5.0.17-r0.post-install [2021-03-05T18:38:05.954Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T18:38:05.954Z] OK: 12 MiB in 22 packages [2021-03-05T18:38:06.143Z] Removing intermediate container 8fa7ddaed2fa [2021-03-05T18:38:06.143Z] ---> cc0c6e3850d5 [2021-03-05T18:38:06.143Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-05T18:38:06.143Z] ---> Running in 07b9f141f8ff [2021-03-05T18:38:06.560Z] ---> 2b76b7c676ac [2021-03-05T18:38:06.560Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-05T18:38:06.722Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T18:38:06.836Z] Removing intermediate container 61fcea469073 [2021-03-05T18:38:06.836Z] ---> a1a0d45524d6 [2021-03-05T18:38:06.836Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-05T18:38:06.836Z] ---> fd1c1c1e3956 [2021-03-05T18:38:06.836Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-05T18:38:07.137Z] ---> Running in 08ed1e9e5288 [2021-03-05T18:38:07.297Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T18:38:07.413Z] ---> Running in 56dff2709401 [2021-03-05T18:38:07.878Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-05T18:38:07.878Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-05T18:38:07.878Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-05T18:38:07.878Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-05T18:38:08.141Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-05T18:38:08.141Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-05T18:38:08.392Z] ---> 7fe4d6c4f365 [2021-03-05T18:38:08.392Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-05T18:38:08.403Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T18:38:08.403Z] OK: 8 MiB in 20 packages [2021-03-05T18:38:09.005Z] Removing intermediate container 08ed1e9e5288 [2021-03-05T18:38:09.005Z] ---> a46bccaf4a64 [2021-03-05T18:38:09.005Z] Step 22/24 : LABEL arch=arm64 [2021-03-05T18:38:09.005Z] Removing intermediate container eef3eeb35e3d [2021-03-05T18:38:09.005Z] ---> f0e8274f155a [2021-03-05T18:38:09.005Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-05T18:38:09.005Z] Removing intermediate container 56dff2709401 [2021-03-05T18:38:09.005Z] ---> 670b13249239 [2021-03-05T18:38:09.005Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T18:38:09.290Z] ---> Running in 6a9f29180ae8 [2021-03-05T18:38:09.567Z] ---> Running in 373accf3fb57 [2021-03-05T18:38:09.845Z] ---> Running in 39d0a8f4acad [2021-03-05T18:38:09.845Z] ---> Running in 05da9ee0b45f [2021-03-05T18:38:10.116Z] Removing intermediate container 6a9f29180ae8 [2021-03-05T18:38:10.116Z] ---> 19ec9553fc01 [2021-03-05T18:38:10.116Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T18:38:10.338Z] Removing intermediate container 9ac7e2f93b88 [2021-03-05T18:38:10.338Z] ---> 661ccb4941f7 [2021-03-05T18:38:10.338Z] [2021-03-05T18:38:10.338Z] Step 10/22 : FROM alpine:3.12 [2021-03-05T18:38:10.338Z] ---> 88dd2752d2ea [2021-03-05T18:38:10.338Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-05T18:38:10.338Z] ---> Running in 7972726a3cc4 [2021-03-05T18:38:10.403Z] ---> Running in 8472f559841a [2021-03-05T18:38:10.403Z] Removing intermediate container 373accf3fb57 [2021-03-05T18:38:10.403Z] ---> f6c0b304860a [2021-03-05T18:38:10.403Z] Step 23/24 : LABEL git_sha=f11e4988ceb8c382fc034555d9d0b35dfdaf49abRemoving intermediate container 39d0a8f4acad [2021-03-05T18:38:10.403Z] [2021-03-05T18:38:10.403Z] ---> 0ab172fffe56 [2021-03-05T18:38:10.403Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-05T18:38:10.403Z] Removing intermediate container 05da9ee0b45f [2021-03-05T18:38:10.403Z] ---> 303d7f6785e0 [2021-03-05T18:38:10.403Z] Step 20/22 : LABEL arch=arm64 [2021-03-05T18:38:10.606Z] Removing intermediate container 07b9f141f8ff [2021-03-05T18:38:10.606Z] ---> b66ec0f2607b [2021-03-05T18:38:10.606Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T18:38:10.682Z] ---> Running in 00d0b2b80f33 [2021-03-05T18:38:10.682Z] ---> Running in 613de338eeb7 [2021-03-05T18:38:10.962Z] ---> Running in c4f63fbc53cb [2021-03-05T18:38:10.962Z] Removing intermediate container 8472f559841a [2021-03-05T18:38:10.962Z] ---> f897a7196125 [2021-03-05T18:38:10.962Z] Step 21/23 : LABEL arch=arm64 [2021-03-05T18:38:11.237Z] ---> Running in dc43a6eeed55 [2021-03-05T18:38:11.511Z] Removing intermediate container 00d0b2b80f33 [2021-03-05T18:38:11.511Z] ---> 097ea9654310 [2021-03-05T18:38:11.511Z] Step 24/24 : LABEL version=2.0.0-dev.115 [2021-03-05T18:38:11.511Z] Removing intermediate container 613de338eeb7 [2021-03-05T18:38:11.511Z] ---> 6c709d55feb4 [2021-03-05T18:38:11.511Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-05T18:38:11.552Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T18:38:11.552Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T18:38:11.805Z] Removing intermediate container c4f63fbc53cb [2021-03-05T18:38:11.805Z] ---> 19127983180c [2021-03-05T18:38:11.805Z] Step 21/22 : LABEL git_sha=f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:38:11.805Z] ---> Running in 745607de14b6 [2021-03-05T18:38:11.805Z] ---> Running in 3f9a46f40b03 [2021-03-05T18:38:11.815Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-05T18:38:11.815Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-05T18:38:11.815Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T18:38:11.815Z] Executing ca-certificates-20191127-r4.trigger [2021-03-05T18:38:11.815Z] OK: 6 MiB in 16 packages [2021-03-05T18:38:12.080Z] ---> Running in 6e7b6a88a322 [2021-03-05T18:38:12.080Z] Removing intermediate container dc43a6eeed55 [2021-03-05T18:38:12.080Z] ---> 2372018f64ff [2021-03-05T18:38:12.080Z] Step 22/23 : LABEL git_sha=f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:38:12.080Z] ---> 2a466fec1fb6 [2021-03-05T18:38:12.080Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-05T18:38:12.354Z] ---> Running in c1d5af35ae76 [2021-03-05T18:38:12.626Z] Removing intermediate container 3f9a46f40b03 [2021-03-05T18:38:12.626Z] ---> 8de995aecb17 [2021-03-05T18:38:12.626Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-05T18:38:12.626Z] Removing intermediate container 745607de14b6 [2021-03-05T18:38:12.626Z] ---> 1d59f60b71f6 [2021-03-05T18:38:12.626Z] [2021-03-05T18:38:12.662Z] Removing intermediate container 7972726a3cc4 [2021-03-05T18:38:12.662Z] ---> 81b7f2ddb995 [2021-03-05T18:38:12.662Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T18:38:12.662Z] ---> dc01fc0cfbb7 [2021-03-05T18:38:12.662Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-05T18:38:12.662Z] ---> Running in c5f09deeacb2 [2021-03-05T18:38:12.923Z] Removing intermediate container c5f09deeacb2 [2021-03-05T18:38:12.923Z] ---> 0c6e679e5c8d [2021-03-05T18:38:12.923Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-05T18:38:12.923Z] ---> 60a009d57cbc [2021-03-05T18:38:12.923Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-05T18:38:12.923Z] ---> Running in 0af46f3ef9a6 [2021-03-05T18:38:12.923Z] ---> Running in 7e44d55b9515 [2021-03-05T18:38:13.202Z] Removing intermediate container 0af46f3ef9a6 [2021-03-05T18:38:13.202Z] ---> 49f70a122555 [2021-03-05T18:38:13.202Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-05T18:38:13.202Z] Removing intermediate container 7e44d55b9515 [2021-03-05T18:38:13.202Z] ---> 96ecd7a8bf15 [2021-03-05T18:38:13.202Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T18:38:13.202Z] ---> Running in 2eeb3043d8ef [2021-03-05T18:38:13.202Z] ---> Running in afa8d630ba1f [2021-03-05T18:38:13.235Z] Removing intermediate container 6e7b6a88a322 [2021-03-05T18:38:13.235Z] ---> 33ec676c65f6 [2021-03-05T18:38:13.235Z] Step 22/22 : LABEL version=2.0.0-dev.115 [2021-03-05T18:38:13.235Z] Successfully built 1d59f60b71f6 [2021-03-05T18:38:13.467Z] Removing intermediate container 2eeb3043d8ef [2021-03-05T18:38:13.467Z] ---> edc8a791b30c [2021-03-05T18:38:13.467Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T18:38:13.467Z] Removing intermediate container afa8d630ba1f [2021-03-05T18:38:13.467Z] ---> f3e1fca57350 [2021-03-05T18:38:13.467Z] Step 21/23 : LABEL arch=x86_64 [2021-03-05T18:38:13.467Z] ---> Running in a6648eff2a6a [2021-03-05T18:38:13.509Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-05T18:38:13.509Z] Building docker-security-bootstrapper-go [2021-03-05T18:38:13.509Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container c1d5af35ae76 [2021-03-05T18:38:13.509Z] ---> 01eca51c2be1 [2021-03-05T18:38:13.509Z] Step 23/23 : LABEL version=2.0.0-dev.115 [2021-03-05T18:38:13.729Z] ---> 8589d7383e85 [2021-03-05T18:38:13.729Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-05T18:38:13.729Z] Removing intermediate container a6648eff2a6a [2021-03-05T18:38:13.729Z] ---> 5cd7f5568cb2 [2021-03-05T18:38:13.729Z] Step 22/23 : LABEL git_sha=f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:38:13.729Z] ---> Running in e0700a22b16f [2021-03-05T18:38:13.992Z] Removing intermediate container e0700a22b16f [2021-03-05T18:38:13.992Z] ---> 306047c9550f [2021-03-05T18:38:13.992Z] Step 23/23 : LABEL version=2.0.0-dev.115 [2021-03-05T18:38:13.992Z] ---> Running in 04a85752750f [2021-03-05T18:38:14.110Z] ---> Running in 9f9d2ee67d0e [2021-03-05T18:38:14.254Z] ---> a6a05b0fc743 [2021-03-05T18:38:14.254Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-05T18:38:14.254Z] Removing intermediate container 04a85752750f [2021-03-05T18:38:14.254Z] ---> 0b046d178fda [2021-03-05T18:38:14.254Z] [2021-03-05T18:38:14.417Z] ---> Running in 8a6fb03457ea [2021-03-05T18:38:14.417Z] ---> 3fd70ddafbe5 [2021-03-05T18:38:14.417Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-05T18:38:14.518Z] Successfully built 0b046d178fda [2021-03-05T18:38:14.518Z] Successfully tagged docker-core-data-go:latest [2021-03-05T18:38:14.518Z]  Building docker-core-data-go ... done  ---> 37bea091c9ed [2021-03-05T18:38:14.518Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-05T18:38:14.518Z] ---> Running in d732e13a7fae [2021-03-05T18:38:14.703Z] Removing intermediate container 9f9d2ee67d0e [2021-03-05T18:38:14.703Z] ---> af55dba863e6 [2021-03-05T18:38:14.703Z] [2021-03-05T18:38:14.780Z] Removing intermediate container d732e13a7fae [2021-03-05T18:38:14.780Z] ---> 43d0afffcc1f [2021-03-05T18:38:14.780Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T18:38:14.780Z] ---> Running in 4877d67ee2b5 [2021-03-05T18:38:15.041Z] Removing intermediate container 4877d67ee2b5 [2021-03-05T18:38:15.041Z] ---> a0ffc8e1c379 [2021-03-05T18:38:15.041Z] Step 20/22 : LABEL arch=x86_64 [2021-03-05T18:38:15.041Z] ---> Running in ee92aa1b984b [2021-03-05T18:38:15.303Z] Removing intermediate container ee92aa1b984b [2021-03-05T18:38:15.303Z] ---> 1e7850850680 [2021-03-05T18:38:15.303Z] Step 21/22 : LABEL git_sha=f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:38:15.303Z] ---> Running in e6de64335225 [2021-03-05T18:38:15.306Z] Removing intermediate container 8a6fb03457ea [2021-03-05T18:38:15.306Z] ---> 76f0cafd5d33 [2021-03-05T18:38:15.306Z] [2021-03-05T18:38:15.306Z] Successfully built af55dba863e6 [2021-03-05T18:38:15.306Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-05T18:38:15.306Z]  Building docker-support-scheduler-go ... done Building docker-support-notifications-go [2021-03-05T18:38:15.564Z] Removing intermediate container e6de64335225 [2021-03-05T18:38:15.565Z] ---> d7fdf7ec402e [2021-03-05T18:38:15.565Z] Step 22/22 : LABEL version=2.0.0-dev.115 [2021-03-05T18:38:15.565Z] ---> Running in 50b95be86a56 [2021-03-05T18:38:15.578Z] Successfully built 76f0cafd5d33 [2021-03-05T18:38:15.827Z] Removing intermediate container 50b95be86a56 [2021-03-05T18:38:15.827Z] ---> d22be944844f [2021-03-05T18:38:15.827Z] [2021-03-05T18:38:15.827Z] Successfully built d22be944844f [2021-03-05T18:38:15.827Z] Successfully tagged docker-support-notifications-go:latest [2021-03-05T18:38:16.102Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2021-03-05T18:38:16.131Z] $ docker stop --time=1 62b4da787c6c24103f3c591c1b89cbdc3d14f49e607d37ae8f9a80f69456394b [2021-03-05T18:38:16.175Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-05T18:38:16.175Z]  Building docker-core-command-go ... done Building docker-core-metadata-go [2021-03-05T18:38:16.175Z] ---> 48f889267733 [2021-03-05T18:38:16.175Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-05T18:38:17.167Z] ---> 58a6788e6917 [2021-03-05T18:38:17.167Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-05T18:38:17.451Z] ---> Running in a7a153331a62 [2021-03-05T18:38:17.773Z] $ docker rm -f 62b4da787c6c24103f3c591c1b89cbdc3d14f49e607d37ae8f9a80f69456394b [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-05T18:38:18.352Z] + docker images [2021-03-05T18:38:18.352Z] + grep docker [2021-03-05T18:38:18.620Z] docker-support-notifications-go latest d22be944844f 3 seconds ago 17.8MB [2021-03-05T18:38:18.620Z] docker-core-data-go latest 0b046d178fda 4 seconds ago 22.4MB [2021-03-05T18:38:18.620Z] docker-sys-mgmt-agent-go latest 463c4e8ee48a 20 seconds ago 313MB [2021-03-05T18:38:18.620Z] docker-security-proxy-setup-go latest 331b392ccf46 25 seconds ago 24.7MB [2021-03-05T18:38:18.620Z] docker-core-metadata-go latest a1719ac708d9 29 seconds ago 19MB [2021-03-05T18:38:18.620Z] docker-security-bootstrapper-go latest b7f53e540f9e About a minute ago 18.7MB [2021-03-05T18:38:18.620Z] docker-security-secretstore-setup-go latest 777d172d39c6 2 minutes ago 24.9MB [2021-03-05T18:38:18.620Z] docker-core-command-go latest ce4c5fe84da6 2 minutes ago 17.2MB [2021-03-05T18:38:18.620Z] docker-support-scheduler-go latest 1514ec0a1550 2 minutes ago 17.2MB [2021-03-05T18:38:18.620Z] docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-03-05T18:38:18.906Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T18:38:18.906Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-05T18:38:19.116Z] provisioning config files... [2021-03-05T18:38:19.151Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/382@tmp/config1966020769479243162tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-05T18:38:19.508Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-05T18:38:19.509Z] (2/33) Installing expat (2.2.9-r1) [2021-03-05T18:38:19.509Z] (3/33) Installing libffi (3.3-r2) [2021-03-05T18:38:19.509Z] (4/33) Installing gdbm (1.13-r1) [2021-03-05T18:38:19.509Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-05T18:38:19.509Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-05T18:38:19.512Z] ---> docker-login.sh [2021-03-05T18:38:19.512Z] nexus3.edgexfoundry.org:10001 [2021-03-05T18:38:19.512Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T18:38:19.777Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T18:38:19.777Z] Configure a credential helper to remove this warning. See [2021-03-05T18:38:19.777Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T18:38:19.777Z] [2021-03-05T18:38:19.777Z] Login Succeeded [2021-03-05T18:38:19.777Z] nexus3.edgexfoundry.org:10002 [2021-03-05T18:38:19.777Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T18:38:19.777Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T18:38:19.777Z] Configure a credential helper to remove this warning. See [2021-03-05T18:38:19.777Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T18:38:19.777Z] [2021-03-05T18:38:19.777Z] Login Succeeded [2021-03-05T18:38:19.777Z] nexus3.edgexfoundry.org:10003 [2021-03-05T18:38:19.783Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-05T18:38:20.043Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T18:38:20.043Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T18:38:20.043Z] Configure a credential helper to remove this warning. See [2021-03-05T18:38:20.043Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T18:38:20.043Z] [2021-03-05T18:38:20.043Z] Login Succeeded [2021-03-05T18:38:20.043Z] nexus3.edgexfoundry.org:10004 [2021-03-05T18:38:20.304Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T18:38:20.304Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T18:38:20.304Z] Configure a credential helper to remove this warning. See [2021-03-05T18:38:20.304Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T18:38:20.304Z] [2021-03-05T18:38:20.304Z] Login Succeeded [2021-03-05T18:38:20.304Z] docker.io [2021-03-05T18:38:20.566Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T18:38:20.826Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T18:38:20.827Z] Configure a credential helper to remove this warning. See [2021-03-05T18:38:20.827Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T18:38:20.827Z] [2021-03-05T18:38:20.827Z] Login Succeeded [2021-03-05T18:38:20.827Z] ---> docker-login.sh ends [Pipeline] } [2021-03-05T18:38:20.837Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-05T18:38:21.165Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-03-05T18:38:21.165Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:38:21.165Z] 2.0.0-dev.115 [2021-03-05T18:38:21.165Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [2021-03-05T18:38:21.165Z] master [2021-03-05T18:38:21.165Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:21.696Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:21.777Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-05T18:38:21.777Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-05T18:38:21.777Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-05T18:38:21.777Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-05T18:38:21.777Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-05T18:38:21.777Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-05T18:38:21.777Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-05T18:38:21.777Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-05T18:38:21.777Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-05T18:38:21.777Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-05T18:38:21.777Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-05T18:38:21.777Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-05T18:38:21.777Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-05T18:38:21.777Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-05T18:38:22.000Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:38:22.000Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-05T18:38:22.000Z] 496a0c25428c: Preparing [2021-03-05T18:38:22.000Z] d9a132028243: Preparing [2021-03-05T18:38:22.000Z] af8df9f4a614: Preparing [2021-03-05T18:38:22.000Z] 83b4e73f61ff: Preparing [2021-03-05T18:38:22.000Z] 33e8713114f8: Preparing [2021-03-05T18:38:22.000Z] 33e8713114f8: Layer already exists [2021-03-05T18:38:22.051Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-05T18:38:22.051Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-05T18:38:22.051Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-05T18:38:22.051Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-05T18:38:22.051Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-05T18:38:22.051Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-05T18:38:22.051Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-05T18:38:22.051Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-05T18:38:22.051Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-05T18:38:22.051Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-05T18:38:22.051Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-05T18:38:22.051Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-05T18:38:22.266Z] 83b4e73f61ff: Pushed [2021-03-05T18:38:22.266Z] af8df9f4a614: Pushed [2021-03-05T18:38:22.266Z] 496a0c25428c: Pushed [2021-03-05T18:38:22.326Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T18:38:22.326Z] OK: 71 MiB in 55 packages [2021-03-05T18:38:23.213Z] d9a132028243: Pushed [2021-03-05T18:38:23.475Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab: digest: sha256:e3cd24e42903b438adbcbd6711d9b1a0b1570cf95ec49dd38850912d10029530 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:23.788Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:24.089Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.115 [2021-03-05T18:38:24.089Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-05T18:38:24.089Z] 496a0c25428c: Preparing [2021-03-05T18:38:24.089Z] d9a132028243: Preparing [2021-03-05T18:38:24.089Z] af8df9f4a614: Preparing [2021-03-05T18:38:24.089Z] 83b4e73f61ff: Preparing [2021-03-05T18:38:24.089Z] 33e8713114f8: Preparing [2021-03-05T18:38:24.089Z] 496a0c25428c: Layer already exists [2021-03-05T18:38:24.089Z] 83b4e73f61ff: Layer already exists [2021-03-05T18:38:24.089Z] 33e8713114f8: Layer already exists [2021-03-05T18:38:24.089Z] af8df9f4a614: Layer already exists [2021-03-05T18:38:24.089Z] d9a132028243: Layer already exists [2021-03-05T18:38:24.089Z] 2.0.0-dev.115: digest: sha256:e3cd24e42903b438adbcbd6711d9b1a0b1570cf95ec49dd38850912d10029530 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:24.401Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:24.759Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [2021-03-05T18:38:24.759Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-05T18:38:24.759Z] 496a0c25428c: Preparing [2021-03-05T18:38:24.759Z] d9a132028243: Preparing [2021-03-05T18:38:24.759Z] af8df9f4a614: Preparing [2021-03-05T18:38:24.759Z] 83b4e73f61ff: Preparing [2021-03-05T18:38:24.759Z] 33e8713114f8: Preparing [2021-03-05T18:38:24.759Z] af8df9f4a614: Layer already exists [2021-03-05T18:38:24.759Z] 496a0c25428c: Layer already exists [2021-03-05T18:38:24.759Z] 83b4e73f61ff: Layer already exists [2021-03-05T18:38:24.759Z] 33e8713114f8: Layer already exists [2021-03-05T18:38:24.759Z] d9a132028243: Layer already exists [2021-03-05T18:38:24.759Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115: digest: sha256:e3cd24e42903b438adbcbd6711d9b1a0b1570cf95ec49dd38850912d10029530 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:25.112Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:25.539Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-03-05T18:38:25.539Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-05T18:38:25.539Z] 496a0c25428c: Preparing [2021-03-05T18:38:25.539Z] d9a132028243: Preparing [2021-03-05T18:38:25.539Z] af8df9f4a614: Preparing [2021-03-05T18:38:25.539Z] 83b4e73f61ff: Preparing [2021-03-05T18:38:25.539Z] 33e8713114f8: Preparing [2021-03-05T18:38:25.539Z] 33e8713114f8: Layer already exists [2021-03-05T18:38:25.539Z] af8df9f4a614: Layer already exists [2021-03-05T18:38:25.539Z] 496a0c25428c: Layer already exists [2021-03-05T18:38:25.539Z] 83b4e73f61ff: Layer already exists [2021-03-05T18:38:25.539Z] d9a132028243: Layer already exists [2021-03-05T18:38:25.539Z] master: digest: sha256:e3cd24e42903b438adbcbd6711d9b1a0b1570cf95ec49dd38850912d10029530 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-05T18:38:25.732Z] ===================================================== [Pipeline] echo [2021-03-05T18:38:25.787Z] taggedImages: [2021-03-05T18:38:25.787Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:38:25.787Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.115 [2021-03-05T18:38:25.787Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [2021-03-05T18:38:25.787Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-03-05T18:38:25.852Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-03-05T18:38:25.852Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:38:25.852Z] 2.0.0-dev.115 [2021-03-05T18:38:25.852Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [2021-03-05T18:38:25.852Z] master [2021-03-05T18:38:25.852Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:26.343Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:26.647Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:38:26.647Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-05T18:38:26.647Z] b3f60db0c092: Preparing [2021-03-05T18:38:26.647Z] 2f3036873a87: Preparing [2021-03-05T18:38:26.647Z] af8df9f4a614: Preparing [2021-03-05T18:38:26.647Z] 6ae0c0b816e1: Preparing [2021-03-05T18:38:26.647Z] 1bf548a70474: Preparing [2021-03-05T18:38:26.647Z] 33e8713114f8: Preparing [2021-03-05T18:38:26.647Z] 33e8713114f8: Waiting [2021-03-05T18:38:26.647Z] af8df9f4a614: Layer already exists [2021-03-05T18:38:26.647Z] 33e8713114f8: Layer already exists [2021-03-05T18:38:26.647Z] 1bf548a70474: Pushed [2021-03-05T18:38:26.909Z] b3f60db0c092: Pushed [2021-03-05T18:38:26.909Z] 6ae0c0b816e1: Pushed [2021-03-05T18:38:27.854Z] 2f3036873a87: Pushed [2021-03-05T18:38:28.114Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab: digest: sha256:1fb8976dfef17c811c3c66cd1219e5ee4be8b2723aa05d95e5d26a2d10e4384d size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:28.420Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:28.724Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.115 [2021-03-05T18:38:28.724Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-05T18:38:28.724Z] b3f60db0c092: Preparing [2021-03-05T18:38:28.724Z] 2f3036873a87: Preparing [2021-03-05T18:38:28.724Z] af8df9f4a614: Preparing [2021-03-05T18:38:28.724Z] 6ae0c0b816e1: Preparing [2021-03-05T18:38:28.724Z] 1bf548a70474: Preparing [2021-03-05T18:38:28.724Z] 33e8713114f8: Preparing [2021-03-05T18:38:28.724Z] 33e8713114f8: Waiting [2021-03-05T18:38:28.724Z] af8df9f4a614: Layer already exists [2021-03-05T18:38:28.724Z] 2f3036873a87: Layer already exists [2021-03-05T18:38:28.724Z] 6ae0c0b816e1: Layer already exists [2021-03-05T18:38:28.724Z] b3f60db0c092: Layer already exists [2021-03-05T18:38:28.724Z] 1bf548a70474: Layer already exists [2021-03-05T18:38:28.724Z] 33e8713114f8: Layer already exists [2021-03-05T18:38:28.724Z] 2.0.0-dev.115: digest: sha256:1fb8976dfef17c811c3c66cd1219e5ee4be8b2723aa05d95e5d26a2d10e4384d size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:29.038Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:29.346Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [2021-03-05T18:38:29.346Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-05T18:38:29.346Z] b3f60db0c092: Preparing [2021-03-05T18:38:29.346Z] 2f3036873a87: Preparing [2021-03-05T18:38:29.346Z] af8df9f4a614: Preparing [2021-03-05T18:38:29.346Z] 6ae0c0b816e1: Preparing [2021-03-05T18:38:29.346Z] 1bf548a70474: Preparing [2021-03-05T18:38:29.346Z] 33e8713114f8: Preparing [2021-03-05T18:38:29.346Z] 33e8713114f8: Waiting [2021-03-05T18:38:29.346Z] b3f60db0c092: Layer already exists [2021-03-05T18:38:29.346Z] 6ae0c0b816e1: Layer already exists [2021-03-05T18:38:29.346Z] 1bf548a70474: Layer already exists [2021-03-05T18:38:29.346Z] 2f3036873a87: Layer already exists [2021-03-05T18:38:29.346Z] af8df9f4a614: Layer already exists [2021-03-05T18:38:29.346Z] 33e8713114f8: Layer already exists [2021-03-05T18:38:29.346Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115: digest: sha256:1fb8976dfef17c811c3c66cd1219e5ee4be8b2723aa05d95e5d26a2d10e4384d size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:29.658Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:29.989Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-03-05T18:38:29.989Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-05T18:38:29.989Z] b3f60db0c092: Preparing [2021-03-05T18:38:29.989Z] 2f3036873a87: Preparing [2021-03-05T18:38:29.989Z] af8df9f4a614: Preparing [2021-03-05T18:38:29.989Z] 6ae0c0b816e1: Preparing [2021-03-05T18:38:29.989Z] 1bf548a70474: Preparing [2021-03-05T18:38:29.989Z] 33e8713114f8: Preparing [2021-03-05T18:38:29.989Z] af8df9f4a614: Layer already exists [2021-03-05T18:38:29.989Z] 2f3036873a87: Layer already exists [2021-03-05T18:38:29.989Z] 6ae0c0b816e1: Layer already exists [2021-03-05T18:38:29.989Z] b3f60db0c092: Layer already exists [2021-03-05T18:38:29.989Z] 1bf548a70474: Layer already exists [2021-03-05T18:38:29.989Z] 33e8713114f8: Layer already exists [2021-03-05T18:38:29.989Z] master: digest: sha256:1fb8976dfef17c811c3c66cd1219e5ee4be8b2723aa05d95e5d26a2d10e4384d size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-05T18:38:30.205Z] ===================================================== [Pipeline] echo [2021-03-05T18:38:30.259Z] taggedImages: [2021-03-05T18:38:30.259Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:38:30.259Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.115 [2021-03-05T18:38:30.259Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [2021-03-05T18:38:30.259Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-03-05T18:38:30.322Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-03-05T18:38:30.322Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:38:30.322Z] 2.0.0-dev.115 [2021-03-05T18:38:30.322Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [2021-03-05T18:38:30.322Z] master [2021-03-05T18:38:30.322Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:31.015Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:31.314Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:38:31.314Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-05T18:38:31.314Z] ee14034e0ff9: Preparing [2021-03-05T18:38:31.314Z] 0e60b9e95f37: Preparing [2021-03-05T18:38:31.314Z] af8df9f4a614: Preparing [2021-03-05T18:38:31.314Z] 83b4e73f61ff: Preparing [2021-03-05T18:38:31.314Z] 33e8713114f8: Preparing [2021-03-05T18:38:31.314Z] 83b4e73f61ff: Layer already exists [2021-03-05T18:38:31.314Z] af8df9f4a614: Layer already exists [2021-03-05T18:38:31.314Z] 33e8713114f8: Layer already exists [2021-03-05T18:38:31.314Z] ee14034e0ff9: Pushed [2021-03-05T18:38:32.491Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T18:38:32.491Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-05T18:38:32.491Z] ---> 9442abc4c108 [2021-03-05T18:38:32.491Z] Step 3/23 : WORKDIR /edgex-go [2021-03-05T18:38:32.491Z] ---> Using cache [2021-03-05T18:38:32.491Z] ---> 97d42ac8e035 [2021-03-05T18:38:32.491Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T18:38:32.491Z] ---> Using cache [2021-03-05T18:38:32.491Z] ---> 9aa1974a904e [2021-03-05T18:38:32.491Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-05T18:38:32.491Z] ---> Running in 03290cc21f1f [2021-03-05T18:38:32.706Z] 0e60b9e95f37: Pushed [2021-03-05T18:38:32.706Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab: digest: sha256:3c532a9c9c2e8a1183c2bab5c540cd73fe0ae4e010661bc6d33c236e98de630c size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:33.014Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:33.319Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.115 [2021-03-05T18:38:33.319Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-05T18:38:33.319Z] ee14034e0ff9: Preparing [2021-03-05T18:38:33.319Z] 0e60b9e95f37: Preparing [2021-03-05T18:38:33.319Z] af8df9f4a614: Preparing [2021-03-05T18:38:33.319Z] 83b4e73f61ff: Preparing [2021-03-05T18:38:33.319Z] 33e8713114f8: Preparing [2021-03-05T18:38:33.319Z] af8df9f4a614: Layer already exists [2021-03-05T18:38:33.319Z] 83b4e73f61ff: Layer already exists [2021-03-05T18:38:33.319Z] 0e60b9e95f37: Layer already exists [2021-03-05T18:38:33.319Z] 33e8713114f8: Layer already exists [2021-03-05T18:38:33.319Z] ee14034e0ff9: Layer already exists [2021-03-05T18:38:33.319Z] 2.0.0-dev.115: digest: sha256:3c532a9c9c2e8a1183c2bab5c540cd73fe0ae4e010661bc6d33c236e98de630c size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:33.489Z] Removing intermediate container a7a153331a62 [2021-03-05T18:38:33.489Z] ---> bce68b0f87cb [2021-03-05T18:38:33.489Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-05T18:38:33.626Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:33.766Z] ---> Running in 08f3e06df8cf [2021-03-05T18:38:33.926Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [2021-03-05T18:38:33.926Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-05T18:38:33.926Z] ee14034e0ff9: Preparing [2021-03-05T18:38:33.926Z] 0e60b9e95f37: Preparing [2021-03-05T18:38:33.926Z] af8df9f4a614: Preparing [2021-03-05T18:38:33.926Z] 83b4e73f61ff: Preparing [2021-03-05T18:38:33.926Z] 33e8713114f8: Preparing [2021-03-05T18:38:33.926Z] af8df9f4a614: Layer already exists [2021-03-05T18:38:33.926Z] ee14034e0ff9: Layer already exists [2021-03-05T18:38:33.926Z] 83b4e73f61ff: Layer already exists [2021-03-05T18:38:33.926Z] 33e8713114f8: Layer already exists [2021-03-05T18:38:33.926Z] 0e60b9e95f37: Layer already exists [2021-03-05T18:38:33.926Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115: digest: sha256:3c532a9c9c2e8a1183c2bab5c540cd73fe0ae4e010661bc6d33c236e98de630c size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:34.230Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:34.362Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T18:38:34.526Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-03-05T18:38:34.526Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-05T18:38:34.527Z] ee14034e0ff9: Preparing [2021-03-05T18:38:34.527Z] 0e60b9e95f37: Preparing [2021-03-05T18:38:34.527Z] af8df9f4a614: Preparing [2021-03-05T18:38:34.527Z] 83b4e73f61ff: Preparing [2021-03-05T18:38:34.527Z] 33e8713114f8: Preparing [2021-03-05T18:38:34.527Z] af8df9f4a614: Layer already exists [2021-03-05T18:38:34.527Z] 0e60b9e95f37: Layer already exists [2021-03-05T18:38:34.527Z] 83b4e73f61ff: Layer already exists [2021-03-05T18:38:34.527Z] 33e8713114f8: Layer already exists [2021-03-05T18:38:34.527Z] ee14034e0ff9: Layer already exists [2021-03-05T18:38:34.527Z] master: digest: sha256:3c532a9c9c2e8a1183c2bab5c540cd73fe0ae4e010661bc6d33c236e98de630c size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-05T18:38:34.709Z] ===================================================== [Pipeline] echo [2021-03-05T18:38:34.759Z] taggedImages: [2021-03-05T18:38:34.759Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:38:34.759Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.115 [2021-03-05T18:38:34.759Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [2021-03-05T18:38:34.759Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-03-05T18:38:34.850Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-03-05T18:38:34.850Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:38:34.850Z] 2.0.0-dev.115 [2021-03-05T18:38:34.850Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [2021-03-05T18:38:34.850Z] master [2021-03-05T18:38:34.850Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2021-03-05T18:38:34.972Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:35.356Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:35.576Z] OK: 217 MiB in 51 packages [2021-03-05T18:38:35.658Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:38:35.658Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-05T18:38:35.658Z] 60375ee9e062: Preparing [2021-03-05T18:38:35.658Z] 60375ee9e062: Preparing [2021-03-05T18:38:35.658Z] f4fd3301b02d: Preparing [2021-03-05T18:38:35.658Z] 434707ecbf63: Preparing [2021-03-05T18:38:35.658Z] 0fac2118e7a9: Preparing [2021-03-05T18:38:35.658Z] 2824566a0a89: Preparing [2021-03-05T18:38:35.658Z] af8df9f4a614: Preparing [2021-03-05T18:38:35.658Z] e6cbfe4b8b91: Preparing [2021-03-05T18:38:35.658Z] e6cbfe4b8b91: Preparing [2021-03-05T18:38:35.658Z] c48f2df73bb6: Preparing [2021-03-05T18:38:35.658Z] d2d7b7ab94b0: Preparing [2021-03-05T18:38:35.658Z] 33e8713114f8: Preparing [2021-03-05T18:38:35.658Z] e6cbfe4b8b91: Waiting [2021-03-05T18:38:35.658Z] c48f2df73bb6: Waiting [2021-03-05T18:38:35.658Z] d2d7b7ab94b0: Waiting [2021-03-05T18:38:35.658Z] af8df9f4a614: Waiting [2021-03-05T18:38:35.658Z] 33e8713114f8: Waiting [2021-03-05T18:38:35.920Z] 60375ee9e062: Pushed [2021-03-05T18:38:35.920Z] 0fac2118e7a9: Pushed [2021-03-05T18:38:35.920Z] f4fd3301b02d: Pushed [2021-03-05T18:38:35.920Z] 434707ecbf63: Pushed [2021-03-05T18:38:35.920Z] af8df9f4a614: Layer already exists [2021-03-05T18:38:35.920Z] e6cbfe4b8b91: Pushed [2021-03-05T18:38:35.920Z] c48f2df73bb6: Pushed [2021-03-05T18:38:36.182Z] d2d7b7ab94b0: Pushed [2021-03-05T18:38:36.182Z] 33e8713114f8: Layer already exists [2021-03-05T18:38:37.126Z] 2824566a0a89: Pushed [2021-03-05T18:38:37.126Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab: digest: sha256:a3350915b1f2dae64374dc5fde9216ab77228e7a0a96d21f97193b3668ba77be size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:37.434Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:37.734Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.115 [2021-03-05T18:38:37.734Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-05T18:38:37.734Z] 60375ee9e062: Preparing [2021-03-05T18:38:37.734Z] 60375ee9e062: Preparing [2021-03-05T18:38:37.734Z] f4fd3301b02d: Preparing [2021-03-05T18:38:37.734Z] 434707ecbf63: Preparing [2021-03-05T18:38:37.734Z] 0fac2118e7a9: Preparing [2021-03-05T18:38:37.734Z] 2824566a0a89: Preparing [2021-03-05T18:38:37.734Z] af8df9f4a614: Preparing [2021-03-05T18:38:37.734Z] e6cbfe4b8b91: Preparing [2021-03-05T18:38:37.734Z] e6cbfe4b8b91: Preparing [2021-03-05T18:38:37.734Z] c48f2df73bb6: Preparing [2021-03-05T18:38:37.734Z] d2d7b7ab94b0: Preparing [2021-03-05T18:38:37.734Z] 33e8713114f8: Preparing [2021-03-05T18:38:37.734Z] af8df9f4a614: Waiting [2021-03-05T18:38:37.734Z] e6cbfe4b8b91: Waiting [2021-03-05T18:38:37.734Z] c48f2df73bb6: Waiting [2021-03-05T18:38:37.734Z] d2d7b7ab94b0: Waiting [2021-03-05T18:38:37.734Z] 33e8713114f8: Waiting [2021-03-05T18:38:37.734Z] 434707ecbf63: Layer already exists [2021-03-05T18:38:37.734Z] 0fac2118e7a9: Layer already exists [2021-03-05T18:38:37.734Z] 60375ee9e062: Layer already exists [2021-03-05T18:38:37.734Z] f4fd3301b02d: Layer already exists [2021-03-05T18:38:37.734Z] 2824566a0a89: Layer already exists [2021-03-05T18:38:37.734Z] c48f2df73bb6: Layer already exists [2021-03-05T18:38:37.734Z] af8df9f4a614: Layer already exists [2021-03-05T18:38:37.734Z] e6cbfe4b8b91: Layer already exists [2021-03-05T18:38:37.734Z] d2d7b7ab94b0: Layer already exists [2021-03-05T18:38:37.734Z] 33e8713114f8: Layer already exists [2021-03-05T18:38:37.734Z] 2.0.0-dev.115: digest: sha256:a3350915b1f2dae64374dc5fde9216ab77228e7a0a96d21f97193b3668ba77be size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:38.038Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:38.336Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [2021-03-05T18:38:38.336Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-05T18:38:38.336Z] 60375ee9e062: Preparing [2021-03-05T18:38:38.336Z] 60375ee9e062: Preparing [2021-03-05T18:38:38.336Z] f4fd3301b02d: Preparing [2021-03-05T18:38:38.336Z] 434707ecbf63: Preparing [2021-03-05T18:38:38.336Z] 0fac2118e7a9: Preparing [2021-03-05T18:38:38.336Z] 2824566a0a89: Preparing [2021-03-05T18:38:38.336Z] af8df9f4a614: Preparing [2021-03-05T18:38:38.336Z] e6cbfe4b8b91: Preparing [2021-03-05T18:38:38.336Z] e6cbfe4b8b91: Preparing [2021-03-05T18:38:38.336Z] c48f2df73bb6: Preparing [2021-03-05T18:38:38.336Z] d2d7b7ab94b0: Preparing [2021-03-05T18:38:38.336Z] 33e8713114f8: Preparing [2021-03-05T18:38:38.336Z] e6cbfe4b8b91: Waiting [2021-03-05T18:38:38.336Z] af8df9f4a614: Waiting [2021-03-05T18:38:38.336Z] c48f2df73bb6: Waiting [2021-03-05T18:38:38.336Z] d2d7b7ab94b0: Waiting [2021-03-05T18:38:38.336Z] 33e8713114f8: Waiting [2021-03-05T18:38:38.336Z] 60375ee9e062: Layer already exists [2021-03-05T18:38:38.336Z] f4fd3301b02d: Layer already exists [2021-03-05T18:38:38.336Z] 0fac2118e7a9: Layer already exists [2021-03-05T18:38:38.336Z] 434707ecbf63: Layer already exists [2021-03-05T18:38:38.336Z] 2824566a0a89: Layer already exists [2021-03-05T18:38:38.336Z] af8df9f4a614: Layer already exists [2021-03-05T18:38:38.336Z] e6cbfe4b8b91: Layer already exists [2021-03-05T18:38:38.336Z] c48f2df73bb6: Layer already exists [2021-03-05T18:38:38.336Z] d2d7b7ab94b0: Layer already exists [2021-03-05T18:38:38.336Z] 33e8713114f8: Layer already exists [2021-03-05T18:38:38.336Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115: digest: sha256:a3350915b1f2dae64374dc5fde9216ab77228e7a0a96d21f97193b3668ba77be size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:38.644Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:38.971Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-03-05T18:38:38.971Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-05T18:38:38.971Z] 60375ee9e062: Preparing [2021-03-05T18:38:38.971Z] 60375ee9e062: Preparing [2021-03-05T18:38:38.971Z] f4fd3301b02d: Preparing [2021-03-05T18:38:38.971Z] 434707ecbf63: Preparing [2021-03-05T18:38:38.971Z] 0fac2118e7a9: Preparing [2021-03-05T18:38:38.971Z] 2824566a0a89: Preparing [2021-03-05T18:38:38.971Z] af8df9f4a614: Preparing [2021-03-05T18:38:38.971Z] e6cbfe4b8b91: Preparing [2021-03-05T18:38:38.971Z] e6cbfe4b8b91: Preparing [2021-03-05T18:38:38.971Z] c48f2df73bb6: Preparing [2021-03-05T18:38:38.971Z] d2d7b7ab94b0: Preparing [2021-03-05T18:38:38.971Z] 33e8713114f8: Preparing [2021-03-05T18:38:38.971Z] af8df9f4a614: Waiting [2021-03-05T18:38:38.971Z] e6cbfe4b8b91: Waiting [2021-03-05T18:38:38.971Z] d2d7b7ab94b0: Waiting [2021-03-05T18:38:38.971Z] 33e8713114f8: Waiting [2021-03-05T18:38:38.971Z] c48f2df73bb6: Waiting [2021-03-05T18:38:38.971Z] f4fd3301b02d: Layer already exists [2021-03-05T18:38:38.971Z] 60375ee9e062: Layer already exists [2021-03-05T18:38:38.971Z] 434707ecbf63: Layer already exists [2021-03-05T18:38:38.971Z] 2824566a0a89: Layer already exists [2021-03-05T18:38:38.971Z] 0fac2118e7a9: Layer already exists [2021-03-05T18:38:38.971Z] e6cbfe4b8b91: Layer already exists [2021-03-05T18:38:38.971Z] af8df9f4a614: Layer already exists [2021-03-05T18:38:38.971Z] d2d7b7ab94b0: Layer already exists [2021-03-05T18:38:38.971Z] c48f2df73bb6: Layer already exists [2021-03-05T18:38:38.971Z] 33e8713114f8: Layer already exists [2021-03-05T18:38:38.971Z] master: digest: sha256:a3350915b1f2dae64374dc5fde9216ab77228e7a0a96d21f97193b3668ba77be size: 2816 [Pipeline] } [Pipeline] // withDockerRegistry [2021-03-05T18:38:39.042Z] Removing intermediate container 03290cc21f1f [2021-03-05T18:38:39.042Z] ---> 6786c1b04fda [2021-03-05T18:38:39.042Z] Step 6/23 : COPY go.mod . [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-05T18:38:39.160Z] ===================================================== [Pipeline] echo [2021-03-05T18:38:39.207Z] taggedImages: [2021-03-05T18:38:39.207Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:38:39.207Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.115 [2021-03-05T18:38:39.207Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [2021-03-05T18:38:39.207Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo [2021-03-05T18:38:39.272Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-03-05T18:38:39.272Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:38:39.272Z] 2.0.0-dev.115 [2021-03-05T18:38:39.272Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [2021-03-05T18:38:39.272Z] master [2021-03-05T18:38:39.272Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:39.748Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:40.157Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:38:40.157Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-05T18:38:40.157Z] fb428d72a0a6: Preparing [2021-03-05T18:38:40.157Z] 3da0f84eb3b1: Preparing [2021-03-05T18:38:40.157Z] 44a79823bebd: Preparing [2021-03-05T18:38:40.157Z] d73ee4842cc4: Preparing [2021-03-05T18:38:40.157Z] ca770d40367d: Preparing [2021-03-05T18:38:40.157Z] 33e8713114f8: Preparing [2021-03-05T18:38:40.157Z] 33e8713114f8: Waiting [2021-03-05T18:38:40.157Z] 44a79823bebd: Pushed [2021-03-05T18:38:40.484Z] ---> 698920b55184 [2021-03-05T18:38:40.484Z] Step 7/23 : RUN go mod download [2021-03-05T18:38:40.556Z] d73ee4842cc4: Pushed [2021-03-05T18:38:40.556Z] 33e8713114f8: Layer already exists [2021-03-05T18:38:40.556Z] ca770d40367d: Pushed [2021-03-05T18:38:41.090Z] ---> Running in 20c76eb987fa [2021-03-05T18:38:41.128Z] fb428d72a0a6: Pushed [2021-03-05T18:38:41.128Z] 3da0f84eb3b1: Pushed [2021-03-05T18:38:41.696Z] Collecting docker-compose==1.23.2 [2021-03-05T18:38:41.974Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-05T18:38:42.071Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab: digest: sha256:9e44a06c7a8d3a3c5bd0c0d3d1b1e94f0779e4c556ca9365d897cee76722e134 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:42.376Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:42.682Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.115 [2021-03-05T18:38:42.682Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-05T18:38:42.682Z] fb428d72a0a6: Preparing [2021-03-05T18:38:42.682Z] 3da0f84eb3b1: Preparing [2021-03-05T18:38:42.682Z] 44a79823bebd: Preparing [2021-03-05T18:38:42.682Z] d73ee4842cc4: Preparing [2021-03-05T18:38:42.682Z] ca770d40367d: Preparing [2021-03-05T18:38:42.682Z] 33e8713114f8: Preparing [2021-03-05T18:38:42.682Z] 33e8713114f8: Waiting [2021-03-05T18:38:42.682Z] ca770d40367d: Layer already exists [2021-03-05T18:38:42.682Z] d73ee4842cc4: Layer already exists [2021-03-05T18:38:42.682Z] 44a79823bebd: Layer already exists [2021-03-05T18:38:42.682Z] fb428d72a0a6: Layer already exists [2021-03-05T18:38:42.682Z] 3da0f84eb3b1: Layer already exists [2021-03-05T18:38:42.682Z] 33e8713114f8: Layer already exists [2021-03-05T18:38:42.682Z] 2.0.0-dev.115: digest: sha256:9e44a06c7a8d3a3c5bd0c0d3d1b1e94f0779e4c556ca9365d897cee76722e134 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:42.968Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-05T18:38:42.968Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-05T18:38:43.011Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:43.310Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [2021-03-05T18:38:43.310Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-05T18:38:43.310Z] fb428d72a0a6: Preparing [2021-03-05T18:38:43.310Z] 3da0f84eb3b1: Preparing [2021-03-05T18:38:43.310Z] 44a79823bebd: Preparing [2021-03-05T18:38:43.310Z] d73ee4842cc4: Preparing [2021-03-05T18:38:43.310Z] ca770d40367d: Preparing [2021-03-05T18:38:43.310Z] 33e8713114f8: Preparing [2021-03-05T18:38:43.310Z] 33e8713114f8: Waiting [2021-03-05T18:38:43.310Z] fb428d72a0a6: Layer already exists [2021-03-05T18:38:43.310Z] 44a79823bebd: Layer already exists [2021-03-05T18:38:43.310Z] 3da0f84eb3b1: Layer already exists [2021-03-05T18:38:43.310Z] ca770d40367d: Layer already exists [2021-03-05T18:38:43.310Z] d73ee4842cc4: Layer already exists [2021-03-05T18:38:43.310Z] 33e8713114f8: Layer already exists [2021-03-05T18:38:43.310Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115: digest: sha256:9e44a06c7a8d3a3c5bd0c0d3d1b1e94f0779e4c556ca9365d897cee76722e134 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:43.572Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-05T18:38:43.572Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-05T18:38:43.615Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:43.913Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-03-05T18:38:43.913Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-05T18:38:43.913Z] fb428d72a0a6: Preparing [2021-03-05T18:38:43.913Z] 3da0f84eb3b1: Preparing [2021-03-05T18:38:43.913Z] 44a79823bebd: Preparing [2021-03-05T18:38:43.913Z] d73ee4842cc4: Preparing [2021-03-05T18:38:43.913Z] ca770d40367d: Preparing [2021-03-05T18:38:43.913Z] 33e8713114f8: Preparing [2021-03-05T18:38:43.913Z] 33e8713114f8: Waiting [2021-03-05T18:38:43.913Z] 44a79823bebd: Layer already exists [2021-03-05T18:38:43.913Z] 3da0f84eb3b1: Layer already exists [2021-03-05T18:38:43.913Z] ca770d40367d: Layer already exists [2021-03-05T18:38:43.913Z] d73ee4842cc4: Layer already exists [2021-03-05T18:38:43.913Z] fb428d72a0a6: Layer already exists [2021-03-05T18:38:43.913Z] 33e8713114f8: Layer already exists [2021-03-05T18:38:43.913Z] master: digest: sha256:9e44a06c7a8d3a3c5bd0c0d3d1b1e94f0779e4c556ca9365d897cee76722e134 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-05T18:38:44.104Z] ===================================================== [Pipeline] echo [2021-03-05T18:38:44.148Z] taggedImages: [2021-03-05T18:38:44.148Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:38:44.148Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.115 [2021-03-05T18:38:44.148Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [2021-03-05T18:38:44.149Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-03-05T18:38:44.213Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-03-05T18:38:44.213Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:38:44.213Z] 2.0.0-dev.115 [2021-03-05T18:38:44.213Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [2021-03-05T18:38:44.213Z] master [2021-03-05T18:38:44.213Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:44.686Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:44.983Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:38:44.983Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-05T18:38:44.983Z] 2b436b36d4f2: Preparing [2021-03-05T18:38:44.983Z] 977851177be4: Preparing [2021-03-05T18:38:44.983Z] 0a8c53c66a36: Preparing [2021-03-05T18:38:44.983Z] 8ffaf33bd32f: Preparing [2021-03-05T18:38:44.983Z] 50472136b585: Preparing [2021-03-05T18:38:44.983Z] 4baeff0d7c46: Preparing [2021-03-05T18:38:44.983Z] bbba32981434: Preparing [2021-03-05T18:38:44.983Z] f3c64d57bf3f: Preparing [2021-03-05T18:38:44.983Z] 33e8713114f8: Preparing [2021-03-05T18:38:44.983Z] 4baeff0d7c46: Waiting [2021-03-05T18:38:44.983Z] bbba32981434: Waiting [2021-03-05T18:38:44.983Z] f3c64d57bf3f: Waiting [2021-03-05T18:38:44.983Z] 33e8713114f8: Waiting [2021-03-05T18:38:45.244Z] 2b436b36d4f2: Pushed [2021-03-05T18:38:45.245Z] 50472136b585: Pushed [2021-03-05T18:38:45.245Z] 977851177be4: Pushed [2021-03-05T18:38:45.523Z] bbba32981434: Pushed [2021-03-05T18:38:45.524Z] 4baeff0d7c46: Pushed [2021-03-05T18:38:45.524Z] 33e8713114f8: Layer already exists [2021-03-05T18:38:45.573Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T18:38:45.574Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-05T18:38:45.574Z] ---> 9442abc4c108 [2021-03-05T18:38:45.574Z] Step 3/31 : WORKDIR /edgex-go [2021-03-05T18:38:45.574Z] ---> Using cache [2021-03-05T18:38:45.574Z] ---> 97d42ac8e035 [2021-03-05T18:38:45.574Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T18:38:45.574Z] ---> Using cache [2021-03-05T18:38:45.574Z] ---> 9aa1974a904e [2021-03-05T18:38:45.574Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-05T18:38:45.574Z] ---> Using cache [2021-03-05T18:38:45.574Z] ---> 77e39a6c2b25 [2021-03-05T18:38:45.574Z] Step 6/31 : COPY go.mod . [2021-03-05T18:38:45.574Z] ---> Using cache [2021-03-05T18:38:45.574Z] ---> 08a8e44d8c2d [2021-03-05T18:38:45.574Z] Step 7/31 : RUN go mod download [2021-03-05T18:38:45.574Z] ---> Using cache [2021-03-05T18:38:45.574Z] ---> ccf436b0db92 [2021-03-05T18:38:45.574Z] Step 8/31 : COPY . . [2021-03-05T18:38:45.784Z] f3c64d57bf3f: Pushed [2021-03-05T18:38:46.046Z] 0a8c53c66a36: Pushed [2021-03-05T18:38:46.047Z] 8ffaf33bd32f: Pushed [2021-03-05T18:38:46.171Z] ---> Using cache [2021-03-05T18:38:46.171Z] ---> 3ed67bf78b1c [2021-03-05T18:38:46.171Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-05T18:38:46.307Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab: digest: sha256:9402d76e379f2fb81d376d306699c8e8e3a8cdf0839516d6563e4c664de83cc2 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:46.612Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:46.772Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T18:38:46.772Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-05T18:38:46.772Z] ---> 9442abc4c108 [2021-03-05T18:38:46.772Z] Step 3/22 : WORKDIR /edgex-go [2021-03-05T18:38:46.772Z] ---> Using cache [2021-03-05T18:38:46.772Z] ---> 97d42ac8e035 [2021-03-05T18:38:46.772Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T18:38:46.772Z] ---> Using cache [2021-03-05T18:38:46.772Z] ---> 9aa1974a904e [2021-03-05T18:38:46.772Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-05T18:38:46.772Z] Collecting cached-property<2,>=1.2.0 [2021-03-05T18:38:46.772Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-05T18:38:46.912Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.115 [2021-03-05T18:38:46.912Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-05T18:38:46.912Z] 2b436b36d4f2: Preparing [2021-03-05T18:38:46.912Z] 977851177be4: Preparing [2021-03-05T18:38:46.912Z] 0a8c53c66a36: Preparing [2021-03-05T18:38:46.912Z] 8ffaf33bd32f: Preparing [2021-03-05T18:38:46.912Z] 50472136b585: Preparing [2021-03-05T18:38:46.912Z] 4baeff0d7c46: Preparing [2021-03-05T18:38:46.912Z] bbba32981434: Preparing [2021-03-05T18:38:46.912Z] f3c64d57bf3f: Preparing [2021-03-05T18:38:46.912Z] 33e8713114f8: Preparing [2021-03-05T18:38:46.912Z] bbba32981434: Waiting [2021-03-05T18:38:46.912Z] f3c64d57bf3f: Waiting [2021-03-05T18:38:46.912Z] 33e8713114f8: Waiting [2021-03-05T18:38:46.912Z] 4baeff0d7c46: Waiting [2021-03-05T18:38:46.912Z] 8ffaf33bd32f: Layer already exists [2021-03-05T18:38:46.912Z] 2b436b36d4f2: Layer already exists [2021-03-05T18:38:46.912Z] 50472136b585: Layer already exists [2021-03-05T18:38:46.912Z] 977851177be4: Layer already exists [2021-03-05T18:38:46.912Z] 0a8c53c66a36: Layer already exists [2021-03-05T18:38:46.912Z] f3c64d57bf3f: Layer already exists [2021-03-05T18:38:46.912Z] 4baeff0d7c46: Layer already exists [2021-03-05T18:38:46.912Z] 33e8713114f8: Layer already exists [2021-03-05T18:38:46.912Z] bbba32981434: Layer already exists [2021-03-05T18:38:46.912Z] 2.0.0-dev.115: digest: sha256:9402d76e379f2fb81d376d306699c8e8e3a8cdf0839516d6563e4c664de83cc2 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:47.048Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T18:38:47.048Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-05T18:38:47.048Z] ---> 9442abc4c108 [2021-03-05T18:38:47.048Z] Step 3/23 : WORKDIR /edgex-go [2021-03-05T18:38:47.048Z] ---> Using cache [2021-03-05T18:38:47.048Z] ---> 97d42ac8e035 [2021-03-05T18:38:47.048Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T18:38:47.048Z] ---> Using cache [2021-03-05T18:38:47.048Z] ---> 9aa1974a904e [2021-03-05T18:38:47.048Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-05T18:38:47.048Z] ---> Using cache [2021-03-05T18:38:47.048Z] ---> 77e39a6c2b25 [2021-03-05T18:38:47.216Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:47.339Z] Step 6/23 : COPY go.mod . [2021-03-05T18:38:47.339Z] ---> Running in 2e7750cffd8e [2021-03-05T18:38:47.339Z] ---> Using cache [2021-03-05T18:38:47.339Z] ---> 08a8e44d8c2d [2021-03-05T18:38:47.339Z] Step 7/23 : RUN go mod download [2021-03-05T18:38:47.339Z] ---> Using cache [2021-03-05T18:38:47.339Z] ---> ccf436b0db92 [2021-03-05T18:38:47.339Z] Step 8/23 : COPY . . [2021-03-05T18:38:47.339Z] 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-05T18:38:47.339Z] ---> Running in 071585ad3d22 [2021-03-05T18:38:47.339Z] Removing intermediate container 20c76eb987fa [2021-03-05T18:38:47.339Z] ---> 20da1f08b54d [2021-03-05T18:38:47.339Z] Step 8/23 : COPY . . [2021-03-05T18:38:47.512Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [2021-03-05T18:38:47.512Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-05T18:38:47.512Z] 2b436b36d4f2: Preparing [2021-03-05T18:38:47.512Z] 977851177be4: Preparing [2021-03-05T18:38:47.512Z] 0a8c53c66a36: Preparing [2021-03-05T18:38:47.512Z] 8ffaf33bd32f: Preparing [2021-03-05T18:38:47.512Z] 50472136b585: Preparing [2021-03-05T18:38:47.512Z] 4baeff0d7c46: Preparing [2021-03-05T18:38:47.512Z] bbba32981434: Preparing [2021-03-05T18:38:47.512Z] f3c64d57bf3f: Preparing [2021-03-05T18:38:47.512Z] 33e8713114f8: Preparing [2021-03-05T18:38:47.512Z] 4baeff0d7c46: Waiting [2021-03-05T18:38:47.512Z] bbba32981434: Waiting [2021-03-05T18:38:47.512Z] f3c64d57bf3f: Waiting [2021-03-05T18:38:47.512Z] 33e8713114f8: Waiting [2021-03-05T18:38:47.512Z] 50472136b585: Layer already exists [2021-03-05T18:38:47.512Z] 2b436b36d4f2: Layer already exists [2021-03-05T18:38:47.512Z] 0a8c53c66a36: Layer already exists [2021-03-05T18:38:47.512Z] 977851177be4: Layer already exists [2021-03-05T18:38:47.512Z] 8ffaf33bd32f: Layer already exists [2021-03-05T18:38:47.512Z] bbba32981434: Layer already exists [2021-03-05T18:38:47.512Z] 4baeff0d7c46: Layer already exists [2021-03-05T18:38:47.512Z] 33e8713114f8: Layer already exists [2021-03-05T18:38:47.512Z] f3c64d57bf3f: Layer already exists [2021-03-05T18:38:47.512Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115: digest: sha256:9402d76e379f2fb81d376d306699c8e8e3a8cdf0839516d6563e4c664de83cc2 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:47.624Z] ---> Using cache [2021-03-05T18:38:47.624Z] ---> 3ed67bf78b1c [2021-03-05T18:38:47.624Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-05T18:38:47.814Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:48.110Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-03-05T18:38:48.110Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-05T18:38:48.110Z] 2b436b36d4f2: Preparing [2021-03-05T18:38:48.110Z] 977851177be4: Preparing [2021-03-05T18:38:48.110Z] 0a8c53c66a36: Preparing [2021-03-05T18:38:48.110Z] 8ffaf33bd32f: Preparing [2021-03-05T18:38:48.110Z] 50472136b585: Preparing [2021-03-05T18:38:48.110Z] 4baeff0d7c46: Preparing [2021-03-05T18:38:48.110Z] bbba32981434: Preparing [2021-03-05T18:38:48.110Z] f3c64d57bf3f: Preparing [2021-03-05T18:38:48.110Z] 33e8713114f8: Preparing [2021-03-05T18:38:48.110Z] bbba32981434: Waiting [2021-03-05T18:38:48.110Z] 4baeff0d7c46: Waiting [2021-03-05T18:38:48.110Z] 33e8713114f8: Waiting [2021-03-05T18:38:48.110Z] f3c64d57bf3f: Waiting [2021-03-05T18:38:48.110Z] 977851177be4: Layer already exists [2021-03-05T18:38:48.110Z] 50472136b585: Layer already exists [2021-03-05T18:38:48.110Z] 8ffaf33bd32f: Layer already exists [2021-03-05T18:38:48.110Z] 0a8c53c66a36: Layer already exists [2021-03-05T18:38:48.110Z] 2b436b36d4f2: Layer already exists [2021-03-05T18:38:48.110Z] bbba32981434: Layer already exists [2021-03-05T18:38:48.110Z] 33e8713114f8: Layer already exists [2021-03-05T18:38:48.110Z] 4baeff0d7c46: Layer already exists [2021-03-05T18:38:48.110Z] f3c64d57bf3f: Layer already exists [2021-03-05T18:38:48.110Z] master: digest: sha256:9402d76e379f2fb81d376d306699c8e8e3a8cdf0839516d6563e4c664de83cc2 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2021-03-05T18:38:48.229Z] ---> Running in 690d65729476 [Pipeline] // withEnv [Pipeline] echo [2021-03-05T18:38:48.336Z] ===================================================== [Pipeline] echo [2021-03-05T18:38:48.380Z] taggedImages: [2021-03-05T18:38:48.380Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:38:48.380Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.115 [2021-03-05T18:38:48.380Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [2021-03-05T18:38:48.380Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-03-05T18:38:48.444Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-03-05T18:38:48.444Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:38:48.444Z] 2.0.0-dev.115 [2021-03-05T18:38:48.444Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [2021-03-05T18:38:48.444Z] master [2021-03-05T18:38:48.444Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:48.925Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:49.216Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-05T18:38:49.216Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-05T18:38:49.225Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:38:49.225Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-05T18:38:49.225Z] ca7be7ea41ea: Preparing [2021-03-05T18:38:49.225Z] 81c84d98b105: Preparing [2021-03-05T18:38:49.225Z] af8df9f4a614: Preparing [2021-03-05T18:38:49.225Z] 797cfe1cb043: Preparing [2021-03-05T18:38:49.225Z] 33e8713114f8: Preparing [2021-03-05T18:38:49.225Z] af8df9f4a614: Layer already exists [2021-03-05T18:38:49.225Z] 33e8713114f8: Layer already exists [2021-03-05T18:38:49.225Z] ca7be7ea41ea: Pushed [2021-03-05T18:38:49.486Z] 797cfe1cb043: Pushed [2021-03-05T18:38:49.492Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-05T18:38:50.092Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T18:38:50.092Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-05T18:38:50.434Z] 81c84d98b105: Pushed [2021-03-05T18:38:50.695Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab: digest: sha256:6ed5704924df2cf684267663d1697be90b54b0890ef78a6d43a2f76d36246bef size: 1364 [2021-03-05T18:38:50.696Z] Collecting PyYAML<4,>=3.10 [2021-03-05T18:38:50.696Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:50.970Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-05T18:38:50.998Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:51.292Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.115 [2021-03-05T18:38:51.292Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-05T18:38:51.292Z] ca7be7ea41ea: Preparing [2021-03-05T18:38:51.292Z] 81c84d98b105: Preparing [2021-03-05T18:38:51.292Z] af8df9f4a614: Preparing [2021-03-05T18:38:51.292Z] 797cfe1cb043: Preparing [2021-03-05T18:38:51.292Z] 33e8713114f8: Preparing [2021-03-05T18:38:51.292Z] 81c84d98b105: Layer already exists [2021-03-05T18:38:51.292Z] ca7be7ea41ea: Layer already exists [2021-03-05T18:38:51.292Z] af8df9f4a614: Layer already exists [2021-03-05T18:38:51.292Z] 797cfe1cb043: Layer already exists [2021-03-05T18:38:51.292Z] 33e8713114f8: Layer already exists [2021-03-05T18:38:51.292Z] 2.0.0-dev.115: digest: sha256:6ed5704924df2cf684267663d1697be90b54b0890ef78a6d43a2f76d36246bef size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:51.571Z] OK: 217 MiB in 51 packages [2021-03-05T18:38:51.594Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:51.888Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [2021-03-05T18:38:51.889Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-05T18:38:51.889Z] ca7be7ea41ea: Preparing [2021-03-05T18:38:51.889Z] 81c84d98b105: Preparing [2021-03-05T18:38:51.889Z] af8df9f4a614: Preparing [2021-03-05T18:38:51.889Z] 797cfe1cb043: Preparing [2021-03-05T18:38:51.889Z] 33e8713114f8: Preparing [2021-03-05T18:38:51.889Z] 81c84d98b105: Layer already exists [2021-03-05T18:38:51.889Z] 797cfe1cb043: Layer already exists [2021-03-05T18:38:51.889Z] af8df9f4a614: Layer already exists [2021-03-05T18:38:51.889Z] 33e8713114f8: Layer already exists [2021-03-05T18:38:51.889Z] ca7be7ea41ea: Layer already exists [2021-03-05T18:38:51.889Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115: digest: sha256:6ed5704924df2cf684267663d1697be90b54b0890ef78a6d43a2f76d36246bef size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:52.190Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:52.486Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-03-05T18:38:52.486Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-05T18:38:52.486Z] ca7be7ea41ea: Preparing [2021-03-05T18:38:52.486Z] 81c84d98b105: Preparing [2021-03-05T18:38:52.486Z] af8df9f4a614: Preparing [2021-03-05T18:38:52.486Z] 797cfe1cb043: Preparing [2021-03-05T18:38:52.486Z] 33e8713114f8: Preparing [2021-03-05T18:38:52.486Z] af8df9f4a614: Layer already exists [2021-03-05T18:38:52.486Z] 797cfe1cb043: Layer already exists [2021-03-05T18:38:52.486Z] 33e8713114f8: Layer already exists [2021-03-05T18:38:52.486Z] 81c84d98b105: Layer already exists [2021-03-05T18:38:52.486Z] ca7be7ea41ea: Layer already exists [2021-03-05T18:38:52.486Z] master: digest: sha256:6ed5704924df2cf684267663d1697be90b54b0890ef78a6d43a2f76d36246bef size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-05T18:38:52.666Z] ===================================================== [Pipeline] echo [2021-03-05T18:38:52.726Z] taggedImages: [2021-03-05T18:38:52.726Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:38:52.726Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.115 [2021-03-05T18:38:52.726Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [2021-03-05T18:38:52.726Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-03-05T18:38:52.791Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-03-05T18:38:52.791Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:38:52.791Z] 2.0.0-dev.115 [2021-03-05T18:38:52.791Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [2021-03-05T18:38:52.791Z] master [2021-03-05T18:38:52.791Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:53.261Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:53.557Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:38:53.557Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-05T18:38:53.557Z] dbec1d932557: Preparing [2021-03-05T18:38:53.557Z] 8aaa19564fa3: Preparing [2021-03-05T18:38:53.557Z] af8df9f4a614: Preparing [2021-03-05T18:38:53.557Z] 5b452b7d3d73: Preparing [2021-03-05T18:38:53.557Z] 33e8713114f8: Preparing [2021-03-05T18:38:53.557Z] af8df9f4a614: Layer already exists [2021-03-05T18:38:53.557Z] 33e8713114f8: Layer already exists [2021-03-05T18:38:53.557Z] dbec1d932557: Pushed [2021-03-05T18:38:53.820Z] 5b452b7d3d73: Pushed [2021-03-05T18:38:54.765Z] 8aaa19564fa3: Pushed [2021-03-05T18:38:54.765Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab: digest: sha256:a1d62c103054040e6e3dc89d1900da10e2944d63d64f0106eb17e474195f008c size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:55.068Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:55.364Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.115 [2021-03-05T18:38:55.364Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-05T18:38:55.364Z] dbec1d932557: Preparing [2021-03-05T18:38:55.364Z] 8aaa19564fa3: Preparing [2021-03-05T18:38:55.364Z] af8df9f4a614: Preparing [2021-03-05T18:38:55.364Z] 5b452b7d3d73: Preparing [2021-03-05T18:38:55.364Z] 33e8713114f8: Preparing [2021-03-05T18:38:55.364Z] 5b452b7d3d73: Layer already exists [2021-03-05T18:38:55.364Z] dbec1d932557: Layer already exists [2021-03-05T18:38:55.364Z] 8aaa19564fa3: Layer already exists [2021-03-05T18:38:55.364Z] 33e8713114f8: Layer already exists [2021-03-05T18:38:55.364Z] af8df9f4a614: Layer already exists [2021-03-05T18:38:55.364Z] 2.0.0-dev.115: digest: sha256:a1d62c103054040e6e3dc89d1900da10e2944d63d64f0106eb17e474195f008c size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:55.688Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:55.925Z] Removing intermediate container 071585ad3d22 [2021-03-05T18:38:55.925Z] ---> fd17adce1dd7 [2021-03-05T18:38:55.925Z] Step 6/22 : COPY go.mod . [2021-03-05T18:38:55.925Z] Collecting docopt<0.7,>=0.6.1 [2021-03-05T18:38:55.925Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-05T18:38:56.107Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [2021-03-05T18:38:56.107Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-05T18:38:56.107Z] dbec1d932557: Preparing [2021-03-05T18:38:56.107Z] 8aaa19564fa3: Preparing [2021-03-05T18:38:56.107Z] af8df9f4a614: Preparing [2021-03-05T18:38:56.107Z] 5b452b7d3d73: Preparing [2021-03-05T18:38:56.107Z] 33e8713114f8: Preparing [2021-03-05T18:38:56.107Z] af8df9f4a614: Layer already exists [2021-03-05T18:38:56.107Z] 33e8713114f8: Layer already exists [2021-03-05T18:38:56.107Z] 5b452b7d3d73: Layer already exists [2021-03-05T18:38:56.107Z] dbec1d932557: Layer already exists [2021-03-05T18:38:56.107Z] 8aaa19564fa3: Layer already exists [2021-03-05T18:38:56.107Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115: digest: sha256:a1d62c103054040e6e3dc89d1900da10e2944d63d64f0106eb17e474195f008c size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:56.418Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:56.718Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-03-05T18:38:56.718Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-05T18:38:56.718Z] dbec1d932557: Preparing [2021-03-05T18:38:56.718Z] 8aaa19564fa3: Preparing [2021-03-05T18:38:56.718Z] af8df9f4a614: Preparing [2021-03-05T18:38:56.718Z] 5b452b7d3d73: Preparing [2021-03-05T18:38:56.718Z] 33e8713114f8: Preparing [2021-03-05T18:38:56.718Z] dbec1d932557: Layer already exists [2021-03-05T18:38:56.718Z] 8aaa19564fa3: Layer already exists [2021-03-05T18:38:56.718Z] 33e8713114f8: Layer already exists [2021-03-05T18:38:56.718Z] 5b452b7d3d73: Layer already exists [2021-03-05T18:38:56.718Z] af8df9f4a614: Layer already exists [2021-03-05T18:38:56.718Z] master: digest: sha256:a1d62c103054040e6e3dc89d1900da10e2944d63d64f0106eb17e474195f008c size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-05T18:38:56.942Z] ===================================================== [Pipeline] echo [2021-03-05T18:38:56.996Z] taggedImages: [2021-03-05T18:38:56.996Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:38:56.996Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.115 [2021-03-05T18:38:56.996Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [2021-03-05T18:38:56.996Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-03-05T18:38:57.063Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-03-05T18:38:57.063Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:38:57.063Z] 2.0.0-dev.115 [2021-03-05T18:38:57.063Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [2021-03-05T18:38:57.063Z] master [2021-03-05T18:38:57.063Z] ===================================================== [2021-03-05T18:38:57.083Z] ---> 8a0d484effc5 [2021-03-05T18:38:57.083Z] Step 7/22 : RUN go mod download [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:57.546Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:57.740Z] ---> Running in 0b16819f7546 [2021-03-05T18:38:57.853Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:38:57.853Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-05T18:38:57.853Z] ed732a845789: Preparing [2021-03-05T18:38:57.854Z] 627b99256233: Preparing [2021-03-05T18:38:57.854Z] 6e7c6540736b: Preparing [2021-03-05T18:38:57.854Z] 37e9a7017d79: Preparing [2021-03-05T18:38:57.854Z] c3614ca57891: Preparing [2021-03-05T18:38:57.854Z] f594333854b3: Preparing [2021-03-05T18:38:57.854Z] 600c930c4412: Preparing [2021-03-05T18:38:57.854Z] 0754057c0ad3: Preparing [2021-03-05T18:38:57.854Z] 998cdf262ab1: Preparing [2021-03-05T18:38:57.854Z] 02e56110abd2: Preparing [2021-03-05T18:38:57.854Z] abc36efb885a: Preparing [2021-03-05T18:38:57.854Z] b0b09059f4e1: Preparing [2021-03-05T18:38:57.854Z] bb961f40224b: Preparing [2021-03-05T18:38:57.854Z] f4666769fca7: Preparing [2021-03-05T18:38:57.854Z] f594333854b3: Waiting [2021-03-05T18:38:57.854Z] 600c930c4412: Waiting [2021-03-05T18:38:57.854Z] 0754057c0ad3: Waiting [2021-03-05T18:38:57.854Z] 998cdf262ab1: Waiting [2021-03-05T18:38:57.854Z] 02e56110abd2: Waiting [2021-03-05T18:38:57.854Z] abc36efb885a: Waiting [2021-03-05T18:38:57.854Z] b0b09059f4e1: Waiting [2021-03-05T18:38:57.854Z] bb961f40224b: Waiting [2021-03-05T18:38:57.854Z] f4666769fca7: Waiting [2021-03-05T18:38:58.126Z] c3614ca57891: Pushed [2021-03-05T18:38:58.126Z] ed732a845789: Pushed [2021-03-05T18:38:58.389Z] 37e9a7017d79: Pushed [2021-03-05T18:38:58.389Z] 0754057c0ad3: Layer already exists [2021-03-05T18:38:58.389Z] 998cdf262ab1: Layer already exists [2021-03-05T18:38:58.389Z] 600c930c4412: Pushed [2021-03-05T18:38:58.389Z] 02e56110abd2: Layer already exists [2021-03-05T18:38:58.389Z] abc36efb885a: Layer already exists [2021-03-05T18:38:58.389Z] b0b09059f4e1: Layer already exists [2021-03-05T18:38:58.675Z] bb961f40224b: Layer already exists [2021-03-05T18:38:58.675Z] 627b99256233: Pushed [2021-03-05T18:38:58.675Z] f4666769fca7: Layer already exists [2021-03-05T18:38:59.245Z] f594333854b3: Pushed [2021-03-05T18:39:00.493Z] Collecting jsonschema<3,>=2.5.1 [2021-03-05T18:39:00.493Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-05T18:39:01.949Z] Collecting docker<4.0,>=3.6.0 [2021-03-05T18:39:01.949Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-05T18:39:03.960Z] Collecting texttable<0.10,>=0.9.0 [2021-03-05T18:39:03.960Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-05T18:39:04.245Z] Removing intermediate container 0b16819f7546 [2021-03-05T18:39:04.245Z] ---> 4de47033d6db [2021-03-05T18:39:04.245Z] ---> de7e92569c5b [2021-03-05T18:39:04.245Z] Step 8/22 : COPY . .Step 9/23 : RUN make cmd/core-data/core-data [2021-03-05T18:39:04.245Z] [2021-03-05T18:39:04.524Z] ---> Running in 9a2122557fd4 [2021-03-05T18:39:05.844Z] 6e7c6540736b: Pushed [2021-03-05T18:39:05.844Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab: digest: sha256:88f53bbf6151a0184a07a9933c65ec371309fdb61891ed3d75537ca5e467ee6b size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:39:06.425Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:39:06.726Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.115 [2021-03-05T18:39:06.726Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-05T18:39:06.726Z] ed732a845789: Preparing [2021-03-05T18:39:06.726Z] 627b99256233: Preparing [2021-03-05T18:39:06.726Z] 6e7c6540736b: Preparing [2021-03-05T18:39:06.726Z] 37e9a7017d79: Preparing [2021-03-05T18:39:06.726Z] c3614ca57891: Preparing [2021-03-05T18:39:06.726Z] f594333854b3: Preparing [2021-03-05T18:39:06.726Z] 600c930c4412: Preparing [2021-03-05T18:39:06.726Z] 0754057c0ad3: Preparing [2021-03-05T18:39:06.726Z] 998cdf262ab1: Preparing [2021-03-05T18:39:06.726Z] 02e56110abd2: Preparing [2021-03-05T18:39:06.726Z] abc36efb885a: Preparing [2021-03-05T18:39:06.726Z] b0b09059f4e1: Preparing [2021-03-05T18:39:06.726Z] bb961f40224b: Preparing [2021-03-05T18:39:06.726Z] f4666769fca7: Preparing [2021-03-05T18:39:06.726Z] 998cdf262ab1: Waiting [2021-03-05T18:39:06.726Z] 02e56110abd2: Waiting [2021-03-05T18:39:06.726Z] abc36efb885a: Waiting [2021-03-05T18:39:06.726Z] b0b09059f4e1: Waiting [2021-03-05T18:39:06.726Z] bb961f40224b: Waiting [2021-03-05T18:39:06.726Z] f4666769fca7: Waiting [2021-03-05T18:39:06.726Z] 600c930c4412: Waiting [2021-03-05T18:39:06.726Z] 0754057c0ad3: Waiting [2021-03-05T18:39:06.726Z] f594333854b3: Waiting [2021-03-05T18:39:06.726Z] c3614ca57891: Layer already exists [2021-03-05T18:39:06.726Z] ed732a845789: Layer already exists [2021-03-05T18:39:06.726Z] 6e7c6540736b: Layer already exists [2021-03-05T18:39:06.726Z] 37e9a7017d79: Layer already exists [2021-03-05T18:39:06.726Z] 627b99256233: Layer already exists [2021-03-05T18:39:06.726Z] 600c930c4412: Layer already exists [2021-03-05T18:39:06.726Z] f594333854b3: Layer already exists [2021-03-05T18:39:06.726Z] 02e56110abd2: Layer already exists [2021-03-05T18:39:06.726Z] 998cdf262ab1: Layer already exists [2021-03-05T18:39:06.726Z] 0754057c0ad3: Layer already exists [2021-03-05T18:39:06.726Z] abc36efb885a: Layer already exists [2021-03-05T18:39:06.726Z] bb961f40224b: Layer already exists [2021-03-05T18:39:06.726Z] f4666769fca7: Layer already exists [2021-03-05T18:39:06.726Z] b0b09059f4e1: Layer already exists [2021-03-05T18:39:06.726Z] 2.0.0-dev.115: digest: sha256:88f53bbf6151a0184a07a9933c65ec371309fdb61891ed3d75537ca5e467ee6b size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:39:07.033Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:39:07.195Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o cmd/core-data/core-data ./cmd/core-data [2021-03-05T18:39:07.335Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [2021-03-05T18:39:07.335Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-05T18:39:07.335Z] ed732a845789: Preparing [2021-03-05T18:39:07.335Z] 627b99256233: Preparing [2021-03-05T18:39:07.335Z] 6e7c6540736b: Preparing [2021-03-05T18:39:07.335Z] 37e9a7017d79: Preparing [2021-03-05T18:39:07.335Z] c3614ca57891: Preparing [2021-03-05T18:39:07.335Z] f594333854b3: Preparing [2021-03-05T18:39:07.335Z] 600c930c4412: Preparing [2021-03-05T18:39:07.335Z] 0754057c0ad3: Preparing [2021-03-05T18:39:07.335Z] 998cdf262ab1: Preparing [2021-03-05T18:39:07.335Z] 02e56110abd2: Preparing [2021-03-05T18:39:07.335Z] abc36efb885a: Preparing [2021-03-05T18:39:07.335Z] b0b09059f4e1: Preparing [2021-03-05T18:39:07.335Z] bb961f40224b: Preparing [2021-03-05T18:39:07.335Z] f4666769fca7: Preparing [2021-03-05T18:39:07.335Z] 02e56110abd2: Waiting [2021-03-05T18:39:07.335Z] abc36efb885a: Waiting [2021-03-05T18:39:07.335Z] b0b09059f4e1: Waiting [2021-03-05T18:39:07.335Z] bb961f40224b: Waiting [2021-03-05T18:39:07.335Z] f4666769fca7: Waiting [2021-03-05T18:39:07.335Z] f594333854b3: Waiting [2021-03-05T18:39:07.335Z] 600c930c4412: Waiting [2021-03-05T18:39:07.335Z] 0754057c0ad3: Waiting [2021-03-05T18:39:07.335Z] 37e9a7017d79: Layer already exists [2021-03-05T18:39:07.335Z] 6e7c6540736b: Layer already exists [2021-03-05T18:39:07.335Z] 627b99256233: Layer already exists [2021-03-05T18:39:07.335Z] ed732a845789: Layer already exists [2021-03-05T18:39:07.335Z] c3614ca57891: Layer already exists [2021-03-05T18:39:07.335Z] 600c930c4412: Layer already exists [2021-03-05T18:39:07.335Z] 998cdf262ab1: Layer already exists [2021-03-05T18:39:07.335Z] 02e56110abd2: Layer already exists [2021-03-05T18:39:07.335Z] 0754057c0ad3: Layer already exists [2021-03-05T18:39:07.335Z] f594333854b3: Layer already exists [2021-03-05T18:39:07.335Z] abc36efb885a: Layer already exists [2021-03-05T18:39:07.335Z] bb961f40224b: Layer already exists [2021-03-05T18:39:07.335Z] b0b09059f4e1: Layer already exists [2021-03-05T18:39:07.335Z] f4666769fca7: Layer already exists [2021-03-05T18:39:07.335Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115: digest: sha256:88f53bbf6151a0184a07a9933c65ec371309fdb61891ed3d75537ca5e467ee6b size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:39:07.476Z] 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-05T18:39:07.673Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:39:07.979Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-03-05T18:39:07.979Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-05T18:39:07.979Z] ed732a845789: Preparing [2021-03-05T18:39:07.979Z] 627b99256233: Preparing [2021-03-05T18:39:07.979Z] 6e7c6540736b: Preparing [2021-03-05T18:39:07.979Z] 37e9a7017d79: Preparing [2021-03-05T18:39:07.979Z] c3614ca57891: Preparing [2021-03-05T18:39:07.979Z] f594333854b3: Preparing [2021-03-05T18:39:07.979Z] 600c930c4412: Preparing [2021-03-05T18:39:07.979Z] 0754057c0ad3: Preparing [2021-03-05T18:39:07.979Z] 998cdf262ab1: Preparing [2021-03-05T18:39:07.979Z] 02e56110abd2: Preparing [2021-03-05T18:39:07.979Z] abc36efb885a: Preparing [2021-03-05T18:39:07.979Z] b0b09059f4e1: Preparing [2021-03-05T18:39:07.979Z] bb961f40224b: Preparing [2021-03-05T18:39:07.979Z] f4666769fca7: Preparing [2021-03-05T18:39:07.979Z] f594333854b3: Waiting [2021-03-05T18:39:07.979Z] 600c930c4412: Waiting [2021-03-05T18:39:07.979Z] 0754057c0ad3: Waiting [2021-03-05T18:39:07.979Z] b0b09059f4e1: Waiting [2021-03-05T18:39:07.979Z] bb961f40224b: Waiting [2021-03-05T18:39:07.979Z] f4666769fca7: Waiting [2021-03-05T18:39:07.979Z] 998cdf262ab1: Waiting [2021-03-05T18:39:07.979Z] 02e56110abd2: Waiting [2021-03-05T18:39:07.979Z] abc36efb885a: Waiting [2021-03-05T18:39:07.979Z] c3614ca57891: Layer already exists [2021-03-05T18:39:07.979Z] 6e7c6540736b: Layer already exists [2021-03-05T18:39:07.979Z] 627b99256233: Layer already exists [2021-03-05T18:39:07.979Z] 37e9a7017d79: Layer already exists [2021-03-05T18:39:07.979Z] ed732a845789: Layer already exists [2021-03-05T18:39:07.979Z] f594333854b3: Layer already exists [2021-03-05T18:39:07.979Z] 600c930c4412: Layer already exists [2021-03-05T18:39:07.979Z] 0754057c0ad3: Layer already exists [2021-03-05T18:39:07.979Z] 02e56110abd2: Layer already exists [2021-03-05T18:39:07.980Z] 998cdf262ab1: Layer already exists [2021-03-05T18:39:07.980Z] abc36efb885a: Layer already exists [2021-03-05T18:39:07.980Z] b0b09059f4e1: Layer already exists [2021-03-05T18:39:07.980Z] bb961f40224b: Layer already exists [2021-03-05T18:39:07.980Z] f4666769fca7: Layer already exists [2021-03-05T18:39:08.242Z] master: digest: sha256:88f53bbf6151a0184a07a9933c65ec371309fdb61891ed3d75537ca5e467ee6b size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-05T18:39:08.413Z] ===================================================== [Pipeline] echo [2021-03-05T18:39:08.458Z] taggedImages: [2021-03-05T18:39:08.458Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:39:08.458Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.115 [2021-03-05T18:39:08.458Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [2021-03-05T18:39:08.458Z] - 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 [2021-03-05T18:39:08.940Z] Collecting urllib3<1.25,>=1.21.1 [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-05T18:39:09.221Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-05T18:39:09.825Z] Collecting idna<2.8,>=2.5 [2021-03-05T18:39:09.825Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-05T18:39:10.105Z] 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-05T18:39:10.720Z] Collecting docker-pycreds>=0.4.0 [2021-03-05T18:39:10.720Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-05T18:39:11.000Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-05T18:39:11.000Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-05T18:39:11.000Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-05T18:39:11.000Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-05T18:39:12.463Z] Installing collected packages: websocket-client, dockerpty, cached-property, urllib3, idna, requests, PyYAML, docopt, jsonschema, docker-pycreds, docker, texttable, docker-compose [2021-03-05T18:39:12.742Z] Running setup.py install for dockerpty: started [2021-03-05T18:39:16.172Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-05T18:39:16.453Z] Attempting uninstall: urllib3 [2021-03-05T18:39:16.453Z] Found existing installation: urllib3 1.25.9 [2021-03-05T18:39:16.453Z] Uninstalling urllib3-1.25.9: [2021-03-05T18:39:17.062Z] Successfully uninstalled urllib3-1.25.9 [2021-03-05T18:39:18.545Z] Attempting uninstall: idna [2021-03-05T18:39:18.545Z] Found existing installation: idna 2.9 [2021-03-05T18:39:18.545Z] Uninstalling idna-2.9: [2021-03-05T18:39:18.545Z] Successfully uninstalled idna-2.9 [2021-03-05T18:39:18.826Z] ---> 7e237e2c56ba [2021-03-05T18:39:18.826Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-05T18:39:19.105Z] ---> Running in 97ea7a2dc68c [2021-03-05T18:39:20.105Z] Attempting uninstall: requests [2021-03-05T18:39:20.105Z] Found existing installation: requests 2.23.0 [2021-03-05T18:39:20.105Z] Uninstalling requests-2.23.0: [2021-03-05T18:39:20.384Z] Successfully uninstalled requests-2.23.0 [2021-03-05T18:39:20.994Z] Running setup.py install for PyYAML: started [2021-03-05T18:39:21.275Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-05T18:39:25.640Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-05T18:39:25.640Z] Running setup.py install for docopt: started [2021-03-05T18:39:29.082Z] Running setup.py install for docopt: finished with status 'done' [2021-03-05T18:39:31.099Z] Running setup.py install for texttable: started [2021-03-05T18:39:35.465Z] Running setup.py install for texttable: finished with status 'done' [2021-03-05T18:39:36.466Z] 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-05T18:39:46.687Z] Removing intermediate container 08f3e06df8cf [2021-03-05T18:39:46.687Z] ---> ebaa13fa8865 [2021-03-05T18:39:46.687Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-05T18:39:46.969Z] ---> Running in 5eb7b31b6ba4 [2021-03-05T18:39:48.992Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T18:39:49.271Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T18:39:50.272Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-05T18:39:50.272Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-05T18:39:50.272Z] (3/3) Installing curl (7.69.1-r3) [2021-03-05T18:39:50.272Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T18:39:50.272Z] OK: 71 MiB in 58 packages [2021-03-05T18:39:52.934Z] Removing intermediate container 5eb7b31b6ba4 [2021-03-05T18:39:52.934Z] ---> 54cd859601fe [2021-03-05T18:39:52.934Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-05T18:39:52.934Z] ---> Running in 043743e07241 [2021-03-05T18:39:53.557Z] Removing intermediate container 043743e07241 [2021-03-05T18:39:53.557Z] ---> 60310ac0835c [2021-03-05T18:39:53.557Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T18:39:53.843Z] ---> Running in 629494dadea1 [2021-03-05T18:39:54.453Z] Removing intermediate container 629494dadea1 [2021-03-05T18:39:54.453Z] ---> d57621abf55b [2021-03-05T18:39:54.733Z] Step 24/26 : LABEL arch=arm64 [2021-03-05T18:39:54.733Z] ---> Running in fa7695e34cf9 [2021-03-05T18:39:55.737Z] Removing intermediate container fa7695e34cf9 [2021-03-05T18:39:55.737Z] ---> 7e65f6867831 [2021-03-05T18:39:55.737Z] Step 25/26 : LABEL git_sha=f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:39:56.019Z] ---> Running in b73d3b5c8267 [2021-03-05T18:39:56.632Z] Removing intermediate container b73d3b5c8267 [2021-03-05T18:39:56.632Z] ---> fa36446ecb13 [2021-03-05T18:39:56.632Z] Step 26/26 : LABEL version=2.0.0-dev.115 [2021-03-05T18:39:56.910Z] ---> Running in d72ab1d8770f [2021-03-05T18:39:57.908Z] Removing intermediate container d72ab1d8770f [2021-03-05T18:39:57.908Z] ---> 4574eb8217ad [2021-03-05T18:39:57.908Z] [2021-03-05T18:39:58.188Z] Successfully built 4574eb8217ad [2021-03-05T18:39:58.188Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-05T18:40:54.838Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 2e7750cffd8e [2021-03-05T18:40:54.838Z] ---> 9bf8f9ae1317 [2021-03-05T18:40:54.838Z] [2021-03-05T18:40:54.838Z] Step 10/31 : FROM alpine:3.12 [2021-03-05T18:40:54.838Z] ---> d10569e2745f [2021-03-05T18:40:54.838Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-05T18:40:54.838Z] ---> Running in 24e88fdd4f64 [2021-03-05T18:40:54.838Z] Removing intermediate container 24e88fdd4f64 [2021-03-05T18:40:54.838Z] ---> baa5e7bd2b82 [2021-03-05T18:40:54.838Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-05T18:40:54.838Z] ---> Running in 221cf03e3252 [2021-03-05T18:40:54.838Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T18:40:54.838Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T18:40:55.449Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-05T18:40:55.449Z] (2/2) Installing su-exec (0.2-r1) [2021-03-05T18:40:55.449Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T18:40:55.449Z] OK: 5 MiB in 16 packages [2021-03-05T18:40:58.117Z] Removing intermediate container 221cf03e3252 [2021-03-05T18:40:58.117Z] ---> 9c3459806e2d [2021-03-05T18:40:58.117Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-05T18:40:58.117Z] ---> Running in 37ee479b83d0 [2021-03-05T18:40:58.725Z] Removing intermediate container 37ee479b83d0 [2021-03-05T18:40:58.725Z] ---> e2350892641c [2021-03-05T18:40:58.725Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-05T18:40:59.007Z] ---> Running in ccb545b338bb [2021-03-05T18:40:59.644Z] Removing intermediate container ccb545b338bb [2021-03-05T18:40:59.644Z] ---> cb6096ff155a [2021-03-05T18:40:59.644Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-05T18:40:59.923Z] ---> Running in c6b33b10611d [2021-03-05T18:41:04.302Z] Removing intermediate container c6b33b10611d [2021-03-05T18:41:04.302Z] ---> 7ade48b950b6 [2021-03-05T18:41:04.302Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-05T18:41:04.302Z] ---> Running in dbcf95cade68 [2021-03-05T18:41:05.105Z] Removing intermediate container dbcf95cade68 [2021-03-05T18:41:05.105Z] ---> b0c6b44e40f2 [2021-03-05T18:41:05.105Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-05T18:41:06.765Z] ---> df1c5829f435 [2021-03-05T18:41:06.765Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-05T18:41:06.765Z] ---> Running in 1ff2d3cef1e0 [2021-03-05T18:41:11.160Z] Removing intermediate container 1ff2d3cef1e0 [2021-03-05T18:41:11.160Z] ---> 2050f84d4743 [2021-03-05T18:41:11.160Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T18:41:12.161Z] ---> 8659461fa440 [2021-03-05T18:41:12.161Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-05T18:41:14.171Z] ---> 80abc74ba3b1 [2021-03-05T18:41:14.171Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-05T18:41:15.634Z] ---> ece25bb88c55 [2021-03-05T18:41:15.634Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-05T18:41:16.670Z] ---> 67efdde3aac3 [2021-03-05T18:41:16.670Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-05T18:41:18.695Z] ---> 7b960e5f62bb [2021-03-05T18:41:18.695Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-05T18:41:18.981Z] ---> Running in 9537ff7132a5 [2021-03-05T18:41:20.447Z] Removing intermediate container 9537ff7132a5 [2021-03-05T18:41:20.448Z] ---> 7db6660e6751 [2021-03-05T18:41:20.448Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-05T18:41:21.452Z] Removing intermediate container 690d65729476 [2021-03-05T18:41:21.452Z] ---> 8a6707e74da5 [2021-03-05T18:41:21.452Z] [2021-03-05T18:41:21.452Z] Step 10/23 : FROM alpine:3.12 [2021-03-05T18:41:21.452Z] ---> d10569e2745f [2021-03-05T18:41:21.452Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-05T18:41:21.452Z] ---> Using cache [2021-03-05T18:41:21.452Z] ---> 737451776314 [2021-03-05T18:41:21.452Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T18:41:21.452Z] ---> Using cache [2021-03-05T18:41:21.452Z] ---> e8a191aa28ab [2021-03-05T18:41:21.452Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-05T18:41:22.072Z] ---> ed922d98c534 [2021-03-05T18:41:22.072Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-05T18:41:22.072Z] ---> Running in 06e8f35a5859 [2021-03-05T18:41:22.691Z] ---> Running in d5c5340d6ea4 [2021-03-05T18:41:22.971Z] Removing intermediate container 06e8f35a5859 [2021-03-05T18:41:22.971Z] ---> 0425ce7764f5 [2021-03-05T18:41:22.971Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-05T18:41:23.261Z] ---> Running in 09da924d84a8 [2021-03-05T18:41:23.904Z] Removing intermediate container 09da924d84a8 [2021-03-05T18:41:23.904Z] ---> d1fef9ce356d [2021-03-05T18:41:23.904Z] Step 15/23 : WORKDIR / [2021-03-05T18:41:24.202Z] ---> Running in 075e8b77d9fc [2021-03-05T18:41:25.203Z] Removing intermediate container 075e8b77d9fc [2021-03-05T18:41:25.203Z] ---> 4a1ba0833fad [2021-03-05T18:41:25.203Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T18:41:27.211Z] ---> 1f03808f9788 [2021-03-05T18:41:27.211Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-05T18:41:27.211Z] Removing intermediate container d5c5340d6ea4 [2021-03-05T18:41:27.211Z] ---> f6d3ab1c161f [2021-03-05T18:41:27.211Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-05T18:41:27.506Z] Removing intermediate container 97ea7a2dc68c [2021-03-05T18:41:27.506Z] ---> d86007414418 [2021-03-05T18:41:27.506Z] [2021-03-05T18:41:27.506Z] Step 10/22 : FROM alpine:3.12 [2021-03-05T18:41:27.506Z] ---> d10569e2745f [2021-03-05T18:41:27.506Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-05T18:41:27.796Z] ---> Running in 5284293cc7d9 [2021-03-05T18:41:28.078Z] ---> Running in 76156d804651 [2021-03-05T18:41:28.688Z] Removing intermediate container 5284293cc7d9 [2021-03-05T18:41:28.688Z] ---> 2dfadf00e492 [2021-03-05T18:41:28.688Z] Step 28/31 : CMD ["gate"] [2021-03-05T18:41:28.968Z] ---> 9eeb6616a479 [2021-03-05T18:41:28.968Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-05T18:41:29.248Z] ---> Running in 20b3aa58fa82 [2021-03-05T18:41:29.846Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T18:41:29.846Z] Removing intermediate container 20b3aa58fa82 [2021-03-05T18:41:29.846Z] ---> eb0cbf84449d [2021-03-05T18:41:29.846Z] Step 29/31 : LABEL arch=arm64 [2021-03-05T18:41:30.123Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T18:41:30.123Z] ---> ce12259872cc [2021-03-05T18:41:30.123Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-05T18:41:30.400Z] ---> Running in 720d19aff12f [2021-03-05T18:41:30.400Z] ---> Running in 4018c285a297 [2021-03-05T18:41:30.674Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-05T18:41:30.951Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-05T18:41:30.951Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T18:41:30.951Z] Executing ca-certificates-20191127-r4.trigger [2021-03-05T18:41:30.951Z] Removing intermediate container 720d19aff12f [2021-03-05T18:41:30.951Z] ---> 38a133ab79fa [2021-03-05T18:41:30.951Z] Step 30/31 : LABEL git_sha=f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:41:31.233Z] OK: 6 MiB in 16 packages [2021-03-05T18:41:31.233Z] Removing intermediate container 4018c285a297 [2021-03-05T18:41:31.233Z] ---> 4e5693c6f2ee [2021-03-05T18:41:31.233Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T18:41:31.518Z] ---> Running in e0464e1a65ec [2021-03-05T18:41:31.518Z] ---> Running in 3b0308a12552 [2021-03-05T18:41:32.529Z] Removing intermediate container e0464e1a65ec [2021-03-05T18:41:32.529Z] ---> f584b5b616f2 [2021-03-05T18:41:32.529Z] Step 31/31 : LABEL version=2.0.0-dev.115 [2021-03-05T18:41:32.529Z] Removing intermediate container 3b0308a12552 [2021-03-05T18:41:32.529Z] ---> b804e0d2e5d2 [2021-03-05T18:41:32.529Z] Step 21/23 : LABEL arch=arm64 [2021-03-05T18:41:33.132Z] ---> Running in 50e6aa79e3bc [2021-03-05T18:41:33.132Z] ---> Running in f9152984b258 [2021-03-05T18:41:33.406Z] Removing intermediate container 76156d804651 [2021-03-05T18:41:33.406Z] ---> aca2abe86b29 [2021-03-05T18:41:33.406Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T18:41:33.681Z] ---> Running in 7805088aa26b [2021-03-05T18:41:33.956Z] Removing intermediate container f9152984b258 [2021-03-05T18:41:33.956Z] ---> debc4a9b6d57 [2021-03-05T18:41:33.956Z] Step 22/23 : LABEL git_sha=f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:41:33.956Z] Removing intermediate container 50e6aa79e3bc [2021-03-05T18:41:33.956Z] ---> 8ed5648196d4 [2021-03-05T18:41:33.956Z] [2021-03-05T18:41:34.232Z] ---> Running in dc8d6ddf17d8 [2021-03-05T18:41:34.510Z] Successfully built 8ed5648196d4 [2021-03-05T18:41:34.510Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-05T18:41:34.790Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 7805088aa26b [2021-03-05T18:41:34.790Z] ---> 5a32e7f5c380 [2021-03-05T18:41:34.790Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-05T18:41:35.068Z] ---> Running in e88cfd926476 [2021-03-05T18:41:35.340Z] Removing intermediate container dc8d6ddf17d8 [2021-03-05T18:41:35.340Z] ---> 2c9dc9611f9d [2021-03-05T18:41:35.340Z] Step 23/23 : LABEL version=2.0.0-dev.115 [2021-03-05T18:41:35.615Z] ---> Running in 8484155ce17e [2021-03-05T18:41:35.892Z] Removing intermediate container e88cfd926476 [2021-03-05T18:41:35.892Z] ---> 827956927e9f [2021-03-05T18:41:35.892Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-05T18:41:35.892Z] ---> Running in 8007e78c7870 [2021-03-05T18:41:36.166Z] Removing intermediate container 8484155ce17e [2021-03-05T18:41:36.166Z] ---> 4ae5e384f7fe [2021-03-05T18:41:36.166Z] [2021-03-05T18:41:36.440Z] Removing intermediate container 9a2122557fd4 [2021-03-05T18:41:36.440Z] ---> 5320574bdfc3 [2021-03-05T18:41:36.440Z] [2021-03-05T18:41:36.440Z] Step 10/23 : FROM alpine:3.12 [2021-03-05T18:41:36.440Z] ---> d10569e2745f [2021-03-05T18:41:36.440Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-05T18:41:36.714Z] ---> Running in 861863b59049 [2021-03-05T18:41:36.714Z] Successfully built 4ae5e384f7fe [2021-03-05T18:41:36.714Z] Removing intermediate container 8007e78c7870 [2021-03-05T18:41:36.714Z] ---> 87bf1c390284 [2021-03-05T18:41:36.714Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T18:41:36.714Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-05T18:41:37.310Z]  Building docker-core-metadata-go ... done Removing intermediate container 861863b59049 [2021-03-05T18:41:37.311Z] ---> 41bf2d687873 [2021-03-05T18:41:37.311Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-05T18:41:37.584Z] ---> Running in 88c00962aaf6 [2021-03-05T18:41:37.858Z] ---> 1b47a902a28d [2021-03-05T18:41:37.858Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-05T18:41:38.129Z] Removing intermediate container 88c00962aaf6 [2021-03-05T18:41:38.129Z] ---> 5195c3a0cecb [2021-03-05T18:41:38.129Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-05T18:41:38.401Z] ---> Running in ffd14b046e16 [2021-03-05T18:41:39.005Z] ---> 4abb73b85095 [2021-03-05T18:41:39.005Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-05T18:41:39.279Z] Removing intermediate container ffd14b046e16 [2021-03-05T18:41:39.279Z] ---> 05f251914a31 [2021-03-05T18:41:39.279Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T18:41:39.279Z] ---> Running in 91c2376e4273 [2021-03-05T18:41:40.273Z] ---> e8316763f318 [2021-03-05T18:41:40.273Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-05T18:41:40.273Z] ---> Running in 53ae3c74674d [2021-03-05T18:41:40.898Z] Removing intermediate container 53ae3c74674d [2021-03-05T18:41:40.898Z] ---> f506b0110502 [2021-03-05T18:41:40.898Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T18:41:40.898Z] ---> Running in 81cd1e3e843c [2021-03-05T18:41:41.495Z] Removing intermediate container 81cd1e3e843c [2021-03-05T18:41:41.495Z] ---> 24a22b494d15 [2021-03-05T18:41:41.495Z] Step 20/22 : LABEL arch=arm64 [2021-03-05T18:41:41.767Z] ---> Running in fd8383251f19 [2021-03-05T18:41:42.042Z] Removing intermediate container 91c2376e4273 [2021-03-05T18:41:42.042Z] ---> 3924c0f151b8 [2021-03-05T18:41:42.042Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-05T18:41:42.042Z] ---> Running in d042a5b0867f [2021-03-05T18:41:42.316Z] Removing intermediate container fd8383251f19 [2021-03-05T18:41:42.316Z] ---> 38855dcd1735 [2021-03-05T18:41:42.316Z] Step 21/22 : LABEL git_sha=f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:41:42.590Z] ---> Running in 93c57c71a0e9 [2021-03-05T18:41:43.186Z] Removing intermediate container 93c57c71a0e9 [2021-03-05T18:41:43.186Z] ---> b4ab313132a1 [2021-03-05T18:41:43.186Z] Step 22/22 : LABEL version=2.0.0-dev.115 [2021-03-05T18:41:43.186Z] ---> Running in 6578981716b9 [2021-03-05T18:41:43.456Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T18:41:43.727Z] Removing intermediate container 6578981716b9 [2021-03-05T18:41:43.727Z] ---> abe31400721b [2021-03-05T18:41:43.727Z] [2021-03-05T18:41:44.322Z] Successfully built abe31400721b [2021-03-05T18:41:44.322Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-05T18:41:44.322Z]  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T18:41:44.913Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-05T18:41:45.186Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-05T18:41:45.186Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-05T18:41:45.186Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-05T18:41:45.457Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-05T18:41:45.457Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-05T18:41:45.729Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T18:41:45.729Z] OK: 8 MiB in 20 packages [2021-03-05T18:41:47.162Z] Removing intermediate container d042a5b0867f [2021-03-05T18:41:47.162Z] ---> 1148b637fc37 [2021-03-05T18:41:47.162Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T18:41:47.756Z] ---> 3698bd79e415 [2021-03-05T18:41:47.756Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-05T18:41:49.189Z] ---> 78dbb76eacb9 [2021-03-05T18:41:49.189Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-05T18:41:50.164Z] ---> 28374c65d7df [2021-03-05T18:41:50.164Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-05T18:41:50.164Z] ---> Running in 83a39a439a38 [2021-03-05T18:41:50.758Z] Removing intermediate container 83a39a439a38 [2021-03-05T18:41:50.758Z] ---> e162cb0cd0da [2021-03-05T18:41:50.758Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T18:41:50.758Z] ---> Running in f17b2d8dc330 [2021-03-05T18:41:51.353Z] Removing intermediate container f17b2d8dc330 [2021-03-05T18:41:51.353Z] ---> 47c8297afc93 [2021-03-05T18:41:51.353Z] Step 21/23 : LABEL arch=arm64 [2021-03-05T18:41:51.353Z] ---> Running in 6b3af1e467a2 [2021-03-05T18:41:51.946Z] Removing intermediate container 6b3af1e467a2 [2021-03-05T18:41:51.946Z] ---> 6b1f0589d482 [2021-03-05T18:41:51.946Z] Step 22/23 : LABEL git_sha=f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:41:52.220Z] ---> Running in 86f984873c4b [2021-03-05T18:41:52.492Z] Removing intermediate container 86f984873c4b [2021-03-05T18:41:52.492Z] ---> af99bed81389 [2021-03-05T18:41:52.492Z] Step 23/23 : LABEL version=2.0.0-dev.115 [2021-03-05T18:41:52.766Z] ---> Running in 29d17a695eba [2021-03-05T18:41:53.364Z] Removing intermediate container 29d17a695eba [2021-03-05T18:41:53.364Z] ---> f417448d28d5 [2021-03-05T18:41:53.364Z] [2021-03-05T18:41:53.640Z] Successfully built f417448d28d5 [2021-03-05T18:41:53.640Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-05T18:41:54.252Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-05T18:41:54.277Z] $ docker stop --time=1 2adbd69bcdb5bda07695dbaa4fb8fc1aeb8b7eb306be4ed915df5440177a6811 [2021-03-05T18:41:56.306Z] $ docker rm -f 2adbd69bcdb5bda07695dbaa4fb8fc1aeb8b7eb306be4ed915df5440177a6811 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-05T18:41:57.062Z] + docker images [2021-03-05T18:41:57.062Z] + grep docker [2021-03-05T18:41:57.338Z] docker-core-data-go-arm64 latest f417448d28d5 5 seconds ago 21.1MB [2021-03-05T18:41:57.338Z] docker-support-notifications-go-arm64 latest abe31400721b 14 seconds ago 16.9MB [2021-03-05T18:41:57.338Z] docker-core-metadata-go-arm64 latest 4ae5e384f7fe 22 seconds ago 17.9MB [2021-03-05T18:41:57.338Z] docker-security-bootstrapper-go-arm64 latest 8ed5648196d4 24 seconds ago 17.8MB [2021-03-05T18:41:57.338Z] docker-sys-mgmt-agent-go-arm64 latest 4574eb8217ad 2 minutes ago 300MB [2021-03-05T18:41:57.338Z] docker-support-scheduler-go-arm64 latest af55dba863e6 3 minutes ago 16.3MB [2021-03-05T18:41:57.338Z] docker-core-command-go-arm64 latest 76f0cafd5d33 3 minutes ago 16.2MB [2021-03-05T18:41:57.338Z] docker-security-secretstore-setup-go-arm64 latest 1d59f60b71f6 3 minutes ago 23.7MB [2021-03-05T18:41:57.338Z] docker-security-proxy-setup-go-arm64 latest 168aefcada46 3 minutes ago 23.4MB [2021-03-05T18:41:57.338Z] 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-05T18:41:57.860Z] provisioning config files... [2021-03-05T18:41:57.901Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/382@tmp/config7292699358124891615tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-05T18:41:58.299Z] ---> docker-login.sh [2021-03-05T18:41:58.300Z] nexus3.edgexfoundry.org:10001 [2021-03-05T18:41:58.574Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T18:41:58.847Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T18:41:58.847Z] Configure a credential helper to remove this warning. See [2021-03-05T18:41:58.847Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T18:41:58.847Z] [2021-03-05T18:41:58.847Z] Login Succeeded [2021-03-05T18:41:58.847Z] nexus3.edgexfoundry.org:10002 [2021-03-05T18:41:59.443Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T18:41:59.443Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T18:41:59.443Z] Configure a credential helper to remove this warning. See [2021-03-05T18:41:59.443Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T18:41:59.443Z] [2021-03-05T18:41:59.443Z] Login Succeeded [2021-03-05T18:41:59.443Z] nexus3.edgexfoundry.org:10003 [2021-03-05T18:42:00.036Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T18:42:00.036Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T18:42:00.036Z] Configure a credential helper to remove this warning. See [2021-03-05T18:42:00.036Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T18:42:00.036Z] [2021-03-05T18:42:00.036Z] Login Succeeded [2021-03-05T18:42:00.308Z] nexus3.edgexfoundry.org:10004 [2021-03-05T18:42:00.602Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T18:42:00.881Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T18:42:00.881Z] Configure a credential helper to remove this warning. See [2021-03-05T18:42:00.881Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T18:42:00.881Z] [2021-03-05T18:42:00.881Z] Login Succeeded [2021-03-05T18:42:00.881Z] docker.io [2021-03-05T18:42:01.489Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T18:42:01.763Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T18:42:01.763Z] Configure a credential helper to remove this warning. See [2021-03-05T18:42:01.763Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T18:42:01.763Z] [2021-03-05T18:42:01.763Z] Login Succeeded [2021-03-05T18:42:01.763Z] ---> docker-login.sh ends [Pipeline] } [2021-03-05T18:42:01.790Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-05T18:42:02.019Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-03-05T18:42:02.019Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:42:02.019Z] 2.0.0-dev.115 [2021-03-05T18:42:02.019Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [2021-03-05T18:42:02.019Z] master [2021-03-05T18:42:02.019Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:42:02.569Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:42:02.908Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:42:02.908Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-05T18:42:02.908Z] 6748acd40609: Preparing [2021-03-05T18:42:02.908Z] 2bb9059f8cc9: Preparing [2021-03-05T18:42:02.908Z] ff7ea39760c2: Preparing [2021-03-05T18:42:02.908Z] 46d255bb3e9e: Preparing [2021-03-05T18:42:02.908Z] 02a88cfff88f: Preparing [2021-03-05T18:42:03.187Z] 02a88cfff88f: Layer already exists [2021-03-05T18:42:03.187Z] ff7ea39760c2: Pushed [2021-03-05T18:42:03.459Z] 46d255bb3e9e: Pushed [2021-03-05T18:42:03.459Z] 6748acd40609: Pushed [2021-03-05T18:42:06.067Z] 2bb9059f8cc9: Pushed [2021-03-05T18:42:06.067Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab: digest: sha256:20605401d878d35819876315bd856672f2d7edcf659f08348ac01f8545b74ce6 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:42:06.411Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:42:06.772Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.115 [2021-03-05T18:42:06.772Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-05T18:42:06.773Z] 6748acd40609: Preparing [2021-03-05T18:42:06.773Z] 2bb9059f8cc9: Preparing [2021-03-05T18:42:06.773Z] ff7ea39760c2: Preparing [2021-03-05T18:42:06.773Z] 46d255bb3e9e: Preparing [2021-03-05T18:42:06.773Z] 02a88cfff88f: Preparing [2021-03-05T18:42:07.043Z] ff7ea39760c2: Layer already exists [2021-03-05T18:42:07.043Z] 6748acd40609: Layer already exists [2021-03-05T18:42:07.043Z] 46d255bb3e9e: Layer already exists [2021-03-05T18:42:07.043Z] 02a88cfff88f: Layer already exists [2021-03-05T18:42:07.043Z] 2bb9059f8cc9: Layer already exists [2021-03-05T18:42:07.043Z] 2.0.0-dev.115: digest: sha256:20605401d878d35819876315bd856672f2d7edcf659f08348ac01f8545b74ce6 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:42:07.395Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:42:07.734Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [2021-03-05T18:42:07.734Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-05T18:42:07.734Z] 6748acd40609: Preparing [2021-03-05T18:42:07.734Z] 2bb9059f8cc9: Preparing [2021-03-05T18:42:07.734Z] ff7ea39760c2: Preparing [2021-03-05T18:42:07.734Z] 46d255bb3e9e: Preparing [2021-03-05T18:42:07.734Z] 02a88cfff88f: Preparing [2021-03-05T18:42:08.007Z] ff7ea39760c2: Layer already exists [2021-03-05T18:42:08.007Z] 6748acd40609: Layer already exists [2021-03-05T18:42:08.007Z] 02a88cfff88f: Layer already exists [2021-03-05T18:42:08.007Z] 46d255bb3e9e: Layer already exists [2021-03-05T18:42:08.007Z] 2bb9059f8cc9: Layer already exists [2021-03-05T18:42:08.007Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115: digest: sha256:20605401d878d35819876315bd856672f2d7edcf659f08348ac01f8545b74ce6 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:42:08.352Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:42:08.694Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-03-05T18:42:08.694Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-05T18:42:08.694Z] 6748acd40609: Preparing [2021-03-05T18:42:08.694Z] 2bb9059f8cc9: Preparing [2021-03-05T18:42:08.694Z] ff7ea39760c2: Preparing [2021-03-05T18:42:08.694Z] 46d255bb3e9e: Preparing [2021-03-05T18:42:08.694Z] 02a88cfff88f: Preparing [2021-03-05T18:42:08.966Z] 46d255bb3e9e: Layer already exists [2021-03-05T18:42:08.966Z] 6748acd40609: Layer already exists [2021-03-05T18:42:08.966Z] ff7ea39760c2: Layer already exists [2021-03-05T18:42:08.966Z] 2bb9059f8cc9: Layer already exists [2021-03-05T18:42:08.966Z] 02a88cfff88f: Layer already exists [2021-03-05T18:42:08.966Z] master: digest: sha256:20605401d878d35819876315bd856672f2d7edcf659f08348ac01f8545b74ce6 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-05T18:42:09.159Z] ===================================================== [Pipeline] echo [2021-03-05T18:42:09.208Z] taggedImages: [2021-03-05T18:42:09.208Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:42:09.208Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.115 [2021-03-05T18:42:09.208Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [2021-03-05T18:42:09.208Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-03-05T18:42:09.276Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-03-05T18:42:09.276Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:42:09.276Z] 2.0.0-dev.115 [2021-03-05T18:42:09.276Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [2021-03-05T18:42:09.276Z] master [2021-03-05T18:42:09.276Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:42:09.821Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:42:10.162Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:42:10.162Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-05T18:42:10.162Z] a259baf81133: Preparing [2021-03-05T18:42:10.162Z] 69e6a30a4d0e: Preparing [2021-03-05T18:42:10.162Z] ff7ea39760c2: Preparing [2021-03-05T18:42:10.162Z] f3f72f24fa9e: Preparing [2021-03-05T18:42:10.162Z] 5b8358fffc9e: Preparing [2021-03-05T18:42:10.162Z] 02a88cfff88f: Preparing [2021-03-05T18:42:10.162Z] 02a88cfff88f: Waiting [2021-03-05T18:42:10.436Z] ff7ea39760c2: Layer already exists [2021-03-05T18:42:10.436Z] 02a88cfff88f: Layer already exists [2021-03-05T18:42:10.436Z] a259baf81133: Pushed [2021-03-05T18:42:10.436Z] 5b8358fffc9e: Pushed [2021-03-05T18:42:11.032Z] f3f72f24fa9e: Pushed [2021-03-05T18:42:13.642Z] 69e6a30a4d0e: Pushed [2021-03-05T18:42:13.914Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab: digest: sha256:b376188df791d34f3fc7e0fd7ad8a3ceabfd9e6337508971f478f7bf2f365cb8 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:42:14.260Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:42:14.603Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.115 [2021-03-05T18:42:14.603Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-05T18:42:14.603Z] a259baf81133: Preparing [2021-03-05T18:42:14.603Z] 69e6a30a4d0e: Preparing [2021-03-05T18:42:14.603Z] ff7ea39760c2: Preparing [2021-03-05T18:42:14.603Z] f3f72f24fa9e: Preparing [2021-03-05T18:42:14.603Z] 5b8358fffc9e: Preparing [2021-03-05T18:42:14.603Z] 02a88cfff88f: Preparing [2021-03-05T18:42:14.603Z] 02a88cfff88f: Waiting [2021-03-05T18:42:14.878Z] a259baf81133: Layer already exists [2021-03-05T18:42:14.878Z] 5b8358fffc9e: Layer already exists [2021-03-05T18:42:14.878Z] 69e6a30a4d0e: Layer already exists [2021-03-05T18:42:14.878Z] ff7ea39760c2: Layer already exists [2021-03-05T18:42:14.878Z] f3f72f24fa9e: Layer already exists [2021-03-05T18:42:14.878Z] 02a88cfff88f: Layer already exists [2021-03-05T18:42:14.878Z] 2.0.0-dev.115: digest: sha256:b376188df791d34f3fc7e0fd7ad8a3ceabfd9e6337508971f478f7bf2f365cb8 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:42:15.241Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:42:15.585Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [2021-03-05T18:42:15.585Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-05T18:42:15.585Z] a259baf81133: Preparing [2021-03-05T18:42:15.585Z] 69e6a30a4d0e: Preparing [2021-03-05T18:42:15.585Z] ff7ea39760c2: Preparing [2021-03-05T18:42:15.585Z] f3f72f24fa9e: Preparing [2021-03-05T18:42:15.585Z] 5b8358fffc9e: Preparing [2021-03-05T18:42:15.585Z] 02a88cfff88f: Preparing [2021-03-05T18:42:15.586Z] 02a88cfff88f: Waiting [2021-03-05T18:42:15.858Z] a259baf81133: Layer already exists [2021-03-05T18:42:15.858Z] 5b8358fffc9e: Layer already exists [2021-03-05T18:42:15.858Z] 69e6a30a4d0e: Layer already exists [2021-03-05T18:42:15.858Z] f3f72f24fa9e: Layer already exists [2021-03-05T18:42:15.858Z] ff7ea39760c2: Layer already exists [2021-03-05T18:42:15.858Z] 02a88cfff88f: Layer already exists [2021-03-05T18:42:15.858Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115: digest: sha256:b376188df791d34f3fc7e0fd7ad8a3ceabfd9e6337508971f478f7bf2f365cb8 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:42:16.207Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:42:16.549Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-03-05T18:42:16.550Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-05T18:42:16.820Z] a259baf81133: Preparing [2021-03-05T18:42:16.820Z] 69e6a30a4d0e: Preparing [2021-03-05T18:42:16.820Z] ff7ea39760c2: Preparing [2021-03-05T18:42:16.820Z] f3f72f24fa9e: Preparing [2021-03-05T18:42:16.820Z] 5b8358fffc9e: Preparing [2021-03-05T18:42:16.820Z] 02a88cfff88f: Preparing [2021-03-05T18:42:16.820Z] 02a88cfff88f: Waiting [2021-03-05T18:42:16.820Z] ff7ea39760c2: Layer already exists [2021-03-05T18:42:16.820Z] a259baf81133: Layer already exists [2021-03-05T18:42:16.820Z] 5b8358fffc9e: Layer already exists [2021-03-05T18:42:16.820Z] 69e6a30a4d0e: Layer already exists [2021-03-05T18:42:16.820Z] f3f72f24fa9e: Layer already exists [2021-03-05T18:42:16.820Z] 02a88cfff88f: Layer already exists [2021-03-05T18:42:17.092Z] master: digest: sha256:b376188df791d34f3fc7e0fd7ad8a3ceabfd9e6337508971f478f7bf2f365cb8 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-05T18:42:17.295Z] ===================================================== [Pipeline] echo [2021-03-05T18:42:17.340Z] taggedImages: [2021-03-05T18:42:17.340Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:42:17.340Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.115 [2021-03-05T18:42:17.340Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [2021-03-05T18:42:17.340Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-03-05T18:42:17.404Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-03-05T18:42:17.404Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:42:17.404Z] 2.0.0-dev.115 [2021-03-05T18:42:17.404Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [2021-03-05T18:42:17.404Z] master [2021-03-05T18:42:17.404Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:42:17.925Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:42:18.270Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:42:18.270Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-05T18:42:18.270Z] ec5222c37185: Preparing [2021-03-05T18:42:18.270Z] b10d8c624382: Preparing [2021-03-05T18:42:18.270Z] ff7ea39760c2: Preparing [2021-03-05T18:42:18.270Z] 46d255bb3e9e: Preparing [2021-03-05T18:42:18.270Z] 02a88cfff88f: Preparing [2021-03-05T18:42:18.542Z] 46d255bb3e9e: Layer already exists [2021-03-05T18:42:18.542Z] 02a88cfff88f: Layer already exists [2021-03-05T18:42:18.542Z] ff7ea39760c2: Layer already exists [2021-03-05T18:42:18.542Z] ec5222c37185: Pushed [2021-03-05T18:42:21.928Z] b10d8c624382: Pushed [2021-03-05T18:42:21.928Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab: digest: sha256:43ccd75532ef3574f6bcbc92046098d9f72e8c339df96d64e4520435899eebf5 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:42:22.274Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:42:22.618Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.115 [2021-03-05T18:42:22.618Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-05T18:42:22.618Z] ec5222c37185: Preparing [2021-03-05T18:42:22.618Z] b10d8c624382: Preparing [2021-03-05T18:42:22.618Z] ff7ea39760c2: Preparing [2021-03-05T18:42:22.618Z] 46d255bb3e9e: Preparing [2021-03-05T18:42:22.618Z] 02a88cfff88f: Preparing [2021-03-05T18:42:22.618Z] ec5222c37185: Layer already exists [2021-03-05T18:42:22.618Z] 46d255bb3e9e: Layer already exists [2021-03-05T18:42:22.618Z] b10d8c624382: Layer already exists [2021-03-05T18:42:22.618Z] ff7ea39760c2: Layer already exists [2021-03-05T18:42:22.618Z] 02a88cfff88f: Layer already exists [2021-03-05T18:42:22.892Z] 2.0.0-dev.115: digest: sha256:43ccd75532ef3574f6bcbc92046098d9f72e8c339df96d64e4520435899eebf5 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:42:23.236Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:42:23.572Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [2021-03-05T18:42:23.572Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-05T18:42:23.572Z] ec5222c37185: Preparing [2021-03-05T18:42:23.572Z] b10d8c624382: Preparing [2021-03-05T18:42:23.572Z] ff7ea39760c2: Preparing [2021-03-05T18:42:23.572Z] 46d255bb3e9e: Preparing [2021-03-05T18:42:23.572Z] 02a88cfff88f: Preparing [2021-03-05T18:42:23.848Z] ec5222c37185: Layer already exists [2021-03-05T18:42:23.848Z] 46d255bb3e9e: Layer already exists [2021-03-05T18:42:23.848Z] 02a88cfff88f: Layer already exists [2021-03-05T18:42:23.848Z] b10d8c624382: Layer already exists [2021-03-05T18:42:23.848Z] ff7ea39760c2: Layer already exists [2021-03-05T18:42:23.848Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115: digest: sha256:43ccd75532ef3574f6bcbc92046098d9f72e8c339df96d64e4520435899eebf5 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:42:24.199Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:42:24.535Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-03-05T18:42:24.535Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-05T18:42:24.535Z] ec5222c37185: Preparing [2021-03-05T18:42:24.535Z] b10d8c624382: Preparing [2021-03-05T18:42:24.535Z] ff7ea39760c2: Preparing [2021-03-05T18:42:24.535Z] 46d255bb3e9e: Preparing [2021-03-05T18:42:24.535Z] 02a88cfff88f: Preparing [2021-03-05T18:42:24.535Z] ff7ea39760c2: Layer already exists [2021-03-05T18:42:24.535Z] 46d255bb3e9e: Layer already exists [2021-03-05T18:42:24.535Z] ec5222c37185: Layer already exists [2021-03-05T18:42:24.535Z] b10d8c624382: Layer already exists [2021-03-05T18:42:24.535Z] 02a88cfff88f: Layer already exists [2021-03-05T18:42:24.808Z] master: digest: sha256:43ccd75532ef3574f6bcbc92046098d9f72e8c339df96d64e4520435899eebf5 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-05T18:42:25.003Z] ===================================================== [Pipeline] echo [2021-03-05T18:42:25.046Z] taggedImages: [2021-03-05T18:42:25.046Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:42:25.046Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.115 [2021-03-05T18:42:25.046Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [2021-03-05T18:42:25.046Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-03-05T18:42:25.125Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-03-05T18:42:25.125Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:42:25.125Z] 2.0.0-dev.115 [2021-03-05T18:42:25.125Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [2021-03-05T18:42:25.125Z] master [2021-03-05T18:42:25.125Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:42:25.696Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:42:26.122Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:42:26.122Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-05T18:42:26.122Z] 92df79d549a3: Preparing [2021-03-05T18:42:26.122Z] 92df79d549a3: Preparing [2021-03-05T18:42:26.402Z] 0f92c05c7770: Preparing [2021-03-05T18:42:26.402Z] be34453a9d6b: Preparing [2021-03-05T18:42:26.402Z] 43ddf1812a1c: Preparing [2021-03-05T18:42:26.402Z] f472f74b75d5: Preparing [2021-03-05T18:42:26.402Z] ff7ea39760c2: Preparing [2021-03-05T18:42:26.402Z] a4c759950d5e: Preparing [2021-03-05T18:42:26.402Z] a4c759950d5e: Preparing [2021-03-05T18:42:26.402Z] 2d61d2bf1d6c: Preparing [2021-03-05T18:42:26.402Z] 865132b48343: Preparing [2021-03-05T18:42:26.402Z] 02a88cfff88f: Preparing [2021-03-05T18:42:26.402Z] ff7ea39760c2: Waiting [2021-03-05T18:42:26.402Z] a4c759950d5e: Waiting [2021-03-05T18:42:26.402Z] 2d61d2bf1d6c: Waiting [2021-03-05T18:42:26.402Z] 865132b48343: Waiting [2021-03-05T18:42:26.402Z] 02a88cfff88f: Waiting [2021-03-05T18:42:26.402Z] 43ddf1812a1c: Pushed [2021-03-05T18:42:26.684Z] 0f92c05c7770: Pushed [2021-03-05T18:42:26.684Z] ff7ea39760c2: Layer already exists [2021-03-05T18:42:26.684Z] 92df79d549a3: Pushed [2021-03-05T18:42:26.684Z] be34453a9d6b: Pushed [2021-03-05T18:42:26.684Z] 02a88cfff88f: Layer already exists [2021-03-05T18:42:26.684Z] a4c759950d5e: Pushed [2021-03-05T18:42:26.955Z] 2d61d2bf1d6c: Pushed [2021-03-05T18:42:26.955Z] 865132b48343: Pushed [2021-03-05T18:42:29.556Z] f472f74b75d5: Pushed [2021-03-05T18:42:29.827Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab: digest: sha256:f5f0b18aecf0049a87b63d0de7b66c1a0ba2e77c1f14a8f5615f3fa1c8252fd5 size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:42:30.166Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:42:30.505Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.115 [2021-03-05T18:42:30.505Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-05T18:42:30.505Z] 92df79d549a3: Preparing [2021-03-05T18:42:30.505Z] 92df79d549a3: Preparing [2021-03-05T18:42:30.505Z] 0f92c05c7770: Preparing [2021-03-05T18:42:30.505Z] be34453a9d6b: Preparing [2021-03-05T18:42:30.505Z] 43ddf1812a1c: Preparing [2021-03-05T18:42:30.505Z] f472f74b75d5: Preparing [2021-03-05T18:42:30.505Z] ff7ea39760c2: Preparing [2021-03-05T18:42:30.505Z] a4c759950d5e: Preparing [2021-03-05T18:42:30.505Z] a4c759950d5e: Preparing [2021-03-05T18:42:30.505Z] 2d61d2bf1d6c: Preparing [2021-03-05T18:42:30.505Z] 865132b48343: Preparing [2021-03-05T18:42:30.505Z] 02a88cfff88f: Preparing [2021-03-05T18:42:30.505Z] ff7ea39760c2: Waiting [2021-03-05T18:42:30.505Z] a4c759950d5e: Waiting [2021-03-05T18:42:30.505Z] 2d61d2bf1d6c: Waiting [2021-03-05T18:42:30.505Z] 865132b48343: Waiting [2021-03-05T18:42:30.505Z] 02a88cfff88f: Waiting [2021-03-05T18:42:30.505Z] f472f74b75d5: Layer already exists [2021-03-05T18:42:30.505Z] 0f92c05c7770: Layer already exists [2021-03-05T18:42:30.505Z] 92df79d549a3: Layer already exists [2021-03-05T18:42:30.505Z] be34453a9d6b: Layer already exists [2021-03-05T18:42:30.505Z] 43ddf1812a1c: Layer already exists [2021-03-05T18:42:30.778Z] ff7ea39760c2: Layer already exists [2021-03-05T18:42:30.778Z] 2d61d2bf1d6c: Layer already exists [2021-03-05T18:42:30.778Z] a4c759950d5e: Layer already exists [2021-03-05T18:42:30.778Z] 02a88cfff88f: Layer already exists [2021-03-05T18:42:30.778Z] 865132b48343: Layer already exists [2021-03-05T18:42:30.778Z] 2.0.0-dev.115: digest: sha256:f5f0b18aecf0049a87b63d0de7b66c1a0ba2e77c1f14a8f5615f3fa1c8252fd5 size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:42:31.141Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:42:31.480Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [2021-03-05T18:42:31.480Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-05T18:42:31.480Z] 92df79d549a3: Preparing [2021-03-05T18:42:31.480Z] 92df79d549a3: Preparing [2021-03-05T18:42:31.480Z] 0f92c05c7770: Preparing [2021-03-05T18:42:31.480Z] be34453a9d6b: Preparing [2021-03-05T18:42:31.480Z] 43ddf1812a1c: Preparing [2021-03-05T18:42:31.480Z] f472f74b75d5: Preparing [2021-03-05T18:42:31.480Z] ff7ea39760c2: Preparing [2021-03-05T18:42:31.480Z] a4c759950d5e: Preparing [2021-03-05T18:42:31.480Z] a4c759950d5e: Preparing [2021-03-05T18:42:31.480Z] 2d61d2bf1d6c: Preparing [2021-03-05T18:42:31.480Z] 865132b48343: Preparing [2021-03-05T18:42:31.480Z] 02a88cfff88f: Preparing [2021-03-05T18:42:31.480Z] 2d61d2bf1d6c: Waiting [2021-03-05T18:42:31.480Z] 865132b48343: Waiting [2021-03-05T18:42:31.480Z] 02a88cfff88f: Waiting [2021-03-05T18:42:31.480Z] a4c759950d5e: Waiting [2021-03-05T18:42:31.480Z] ff7ea39760c2: Waiting [2021-03-05T18:42:31.480Z] 43ddf1812a1c: Layer already exists [2021-03-05T18:42:31.480Z] 0f92c05c7770: Layer already exists [2021-03-05T18:42:31.480Z] f472f74b75d5: Layer already exists [2021-03-05T18:42:31.480Z] 92df79d549a3: Layer already exists [2021-03-05T18:42:31.480Z] be34453a9d6b: Layer already exists [2021-03-05T18:42:31.754Z] 2d61d2bf1d6c: Layer already exists [2021-03-05T18:42:31.754Z] a4c759950d5e: Layer already exists [2021-03-05T18:42:31.754Z] ff7ea39760c2: Layer already exists [2021-03-05T18:42:31.754Z] 865132b48343: Layer already exists [2021-03-05T18:42:31.754Z] 02a88cfff88f: Layer already exists [2021-03-05T18:42:31.754Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115: digest: sha256:f5f0b18aecf0049a87b63d0de7b66c1a0ba2e77c1f14a8f5615f3fa1c8252fd5 size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:42:32.099Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:42:32.442Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-03-05T18:42:32.442Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-05T18:42:32.442Z] 92df79d549a3: Preparing [2021-03-05T18:42:32.442Z] 92df79d549a3: Preparing [2021-03-05T18:42:32.442Z] 0f92c05c7770: Preparing [2021-03-05T18:42:32.442Z] be34453a9d6b: Preparing [2021-03-05T18:42:32.442Z] 43ddf1812a1c: Preparing [2021-03-05T18:42:32.442Z] f472f74b75d5: Preparing [2021-03-05T18:42:32.442Z] ff7ea39760c2: Preparing [2021-03-05T18:42:32.442Z] a4c759950d5e: Preparing [2021-03-05T18:42:32.442Z] a4c759950d5e: Preparing [2021-03-05T18:42:32.442Z] 2d61d2bf1d6c: Preparing [2021-03-05T18:42:32.442Z] 865132b48343: Preparing [2021-03-05T18:42:32.442Z] 02a88cfff88f: Preparing [2021-03-05T18:42:32.442Z] 2d61d2bf1d6c: Waiting [2021-03-05T18:42:32.442Z] 865132b48343: Waiting [2021-03-05T18:42:32.442Z] 02a88cfff88f: Waiting [2021-03-05T18:42:32.442Z] ff7ea39760c2: Waiting [2021-03-05T18:42:32.442Z] a4c759950d5e: Waiting [2021-03-05T18:42:32.442Z] 92df79d549a3: Layer already exists [2021-03-05T18:42:32.442Z] 0f92c05c7770: Layer already exists [2021-03-05T18:42:32.442Z] f472f74b75d5: Layer already exists [2021-03-05T18:42:32.442Z] 43ddf1812a1c: Layer already exists [2021-03-05T18:42:32.442Z] be34453a9d6b: Layer already exists [2021-03-05T18:42:32.714Z] 2d61d2bf1d6c: Layer already exists [2021-03-05T18:42:32.714Z] a4c759950d5e: Layer already exists [2021-03-05T18:42:32.714Z] 865132b48343: Layer already exists [2021-03-05T18:42:32.714Z] ff7ea39760c2: Layer already exists [2021-03-05T18:42:32.714Z] 02a88cfff88f: Layer already exists [2021-03-05T18:42:32.714Z] master: digest: sha256:f5f0b18aecf0049a87b63d0de7b66c1a0ba2e77c1f14a8f5615f3fa1c8252fd5 size: 2816 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-05T18:42:32.890Z] ===================================================== [Pipeline] echo [2021-03-05T18:42:32.933Z] taggedImages: [2021-03-05T18:42:32.933Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:42:32.933Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.115 [2021-03-05T18:42:32.933Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [2021-03-05T18:42:32.933Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-03-05T18:42:32.998Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-03-05T18:42:32.998Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:42:32.998Z] 2.0.0-dev.115 [2021-03-05T18:42:32.998Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [2021-03-05T18:42:32.998Z] master [2021-03-05T18:42:32.998Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:42:33.557Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:42:33.900Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:42:33.900Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-05T18:42:33.900Z] 4776b1301eb3: Preparing [2021-03-05T18:42:33.900Z] 538f3855fec1: Preparing [2021-03-05T18:42:33.900Z] 51f2d2fb0732: Preparing [2021-03-05T18:42:33.900Z] a8effe204091: Preparing [2021-03-05T18:42:33.900Z] ef72e7f18e67: Preparing [2021-03-05T18:42:33.900Z] 02a88cfff88f: Preparing [2021-03-05T18:42:33.900Z] 02a88cfff88f: Waiting [2021-03-05T18:42:34.179Z] a8effe204091: Pushed [2021-03-05T18:42:34.179Z] 51f2d2fb0732: Pushed [2021-03-05T18:42:34.455Z] 02a88cfff88f: Layer already exists [2021-03-05T18:42:34.730Z] ef72e7f18e67: Pushed [2021-03-05T18:42:36.208Z] 4776b1301eb3: Pushed [2021-03-05T18:42:36.484Z] 538f3855fec1: Pushed [2021-03-05T18:42:36.757Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab: digest: sha256:00f860c4f41e2ea83f5cc1430ab8b869bd72451b506d59c1bcfc4726475081ea size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:42:37.115Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:42:37.464Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.115 [2021-03-05T18:42:37.464Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-05T18:42:37.464Z] 4776b1301eb3: Preparing [2021-03-05T18:42:37.464Z] 538f3855fec1: Preparing [2021-03-05T18:42:37.464Z] 51f2d2fb0732: Preparing [2021-03-05T18:42:37.464Z] a8effe204091: Preparing [2021-03-05T18:42:37.464Z] ef72e7f18e67: Preparing [2021-03-05T18:42:37.464Z] 02a88cfff88f: Preparing [2021-03-05T18:42:37.464Z] 02a88cfff88f: Waiting [2021-03-05T18:42:37.736Z] 538f3855fec1: Layer already exists [2021-03-05T18:42:37.736Z] 4776b1301eb3: Layer already exists [2021-03-05T18:42:37.736Z] a8effe204091: Layer already exists [2021-03-05T18:42:37.736Z] ef72e7f18e67: Layer already exists [2021-03-05T18:42:37.736Z] 51f2d2fb0732: Layer already exists [2021-03-05T18:42:37.736Z] 02a88cfff88f: Layer already exists [2021-03-05T18:42:37.736Z] 2.0.0-dev.115: digest: sha256:00f860c4f41e2ea83f5cc1430ab8b869bd72451b506d59c1bcfc4726475081ea size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:42:38.108Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:42:38.719Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [2021-03-05T18:42:38.719Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-05T18:42:38.719Z] 4776b1301eb3: Preparing [2021-03-05T18:42:38.719Z] 538f3855fec1: Preparing [2021-03-05T18:42:38.719Z] 51f2d2fb0732: Preparing [2021-03-05T18:42:38.719Z] a8effe204091: Preparing [2021-03-05T18:42:38.719Z] ef72e7f18e67: Preparing [2021-03-05T18:42:38.719Z] 02a88cfff88f: Preparing [2021-03-05T18:42:38.719Z] 02a88cfff88f: Waiting [2021-03-05T18:42:38.999Z] 51f2d2fb0732: Layer already exists [2021-03-05T18:42:38.999Z] 538f3855fec1: Layer already exists [2021-03-05T18:42:38.999Z] 4776b1301eb3: Layer already exists [2021-03-05T18:42:38.999Z] a8effe204091: Layer already exists [2021-03-05T18:42:38.999Z] ef72e7f18e67: Layer already exists [2021-03-05T18:42:38.999Z] 02a88cfff88f: Layer already exists [2021-03-05T18:42:38.999Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115: digest: sha256:00f860c4f41e2ea83f5cc1430ab8b869bd72451b506d59c1bcfc4726475081ea size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:42:39.350Z] + 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-05T18:42:39.692Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-03-05T18:42:39.692Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-05T18:42:39.692Z] 4776b1301eb3: Preparing [2021-03-05T18:42:39.692Z] 538f3855fec1: Preparing [2021-03-05T18:42:39.692Z] 51f2d2fb0732: Preparing [2021-03-05T18:42:39.692Z] a8effe204091: Preparing [2021-03-05T18:42:39.692Z] ef72e7f18e67: Preparing [2021-03-05T18:42:39.692Z] 02a88cfff88f: Preparing [2021-03-05T18:42:39.692Z] 02a88cfff88f: Waiting [2021-03-05T18:42:39.969Z] 538f3855fec1: Layer already exists [2021-03-05T18:42:39.969Z] a8effe204091: Layer already exists [2021-03-05T18:42:39.969Z] 51f2d2fb0732: Layer already exists [2021-03-05T18:42:39.969Z] ef72e7f18e67: Layer already exists [2021-03-05T18:42:39.969Z] 4776b1301eb3: Layer already exists [2021-03-05T18:42:39.969Z] 02a88cfff88f: Layer already exists [2021-03-05T18:42:39.969Z] master: digest: sha256:00f860c4f41e2ea83f5cc1430ab8b869bd72451b506d59c1bcfc4726475081ea size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-05T18:42:40.193Z] ===================================================== [Pipeline] echo [2021-03-05T18:42:40.242Z] taggedImages: [2021-03-05T18:42:40.242Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:42:40.242Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.115 [2021-03-05T18:42:40.242Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [2021-03-05T18:42:40.242Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-03-05T18:42:40.322Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-03-05T18:42:40.322Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:42:40.322Z] 2.0.0-dev.115 [2021-03-05T18:42:40.322Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [2021-03-05T18:42:40.322Z] master [2021-03-05T18:42:40.322Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:42:40.848Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:42:41.188Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:42:41.188Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-05T18:42:41.188Z] ad9eb47e6f5d: Preparing [2021-03-05T18:42:41.188Z] db13dcfe5de8: Preparing [2021-03-05T18:42:41.188Z] b8db022b5cd6: Preparing [2021-03-05T18:42:41.188Z] d12af7b86a59: Preparing [2021-03-05T18:42:41.188Z] a1894b7dcb9f: Preparing [2021-03-05T18:42:41.188Z] e1994a5055cd: Preparing [2021-03-05T18:42:41.188Z] 611fb02203fc: Preparing [2021-03-05T18:42:41.188Z] 0e989345458d: Preparing [2021-03-05T18:42:41.188Z] 02a88cfff88f: Preparing [2021-03-05T18:42:41.188Z] 611fb02203fc: Waiting [2021-03-05T18:42:41.188Z] 0e989345458d: Waiting [2021-03-05T18:42:41.188Z] 02a88cfff88f: Waiting [2021-03-05T18:42:41.188Z] e1994a5055cd: Waiting [2021-03-05T18:42:41.460Z] ad9eb47e6f5d: Pushed [2021-03-05T18:42:41.460Z] db13dcfe5de8: Pushed [2021-03-05T18:42:41.460Z] a1894b7dcb9f: Pushed [2021-03-05T18:42:41.738Z] e1994a5055cd: Pushed [2021-03-05T18:42:41.738Z] 611fb02203fc: Pushed [2021-03-05T18:42:42.011Z] 02a88cfff88f: Layer already exists [2021-03-05T18:42:42.283Z] 0e989345458d: Pushed [2021-03-05T18:42:43.720Z] b8db022b5cd6: Pushed [2021-03-05T18:42:43.720Z] d12af7b86a59: Pushed [2021-03-05T18:42:44.006Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab: digest: sha256:69fe01175af548f3961b024d3530a554a166410fdaacd612c09136d5b9dc476f size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:42:44.368Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:42:44.723Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.115 [2021-03-05T18:42:44.723Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-05T18:42:44.723Z] ad9eb47e6f5d: Preparing [2021-03-05T18:42:44.723Z] db13dcfe5de8: Preparing [2021-03-05T18:42:44.723Z] b8db022b5cd6: Preparing [2021-03-05T18:42:44.723Z] d12af7b86a59: Preparing [2021-03-05T18:42:44.723Z] a1894b7dcb9f: Preparing [2021-03-05T18:42:44.723Z] e1994a5055cd: Preparing [2021-03-05T18:42:44.723Z] 611fb02203fc: Preparing [2021-03-05T18:42:44.723Z] 0e989345458d: Preparing [2021-03-05T18:42:44.723Z] 02a88cfff88f: Preparing [2021-03-05T18:42:44.723Z] e1994a5055cd: Waiting [2021-03-05T18:42:44.723Z] 611fb02203fc: Waiting [2021-03-05T18:42:44.723Z] 0e989345458d: Waiting [2021-03-05T18:42:44.723Z] 02a88cfff88f: Waiting [2021-03-05T18:42:45.003Z] d12af7b86a59: Layer already exists [2021-03-05T18:42:45.003Z] db13dcfe5de8: Layer already exists [2021-03-05T18:42:45.003Z] a1894b7dcb9f: Layer already exists [2021-03-05T18:42:45.003Z] ad9eb47e6f5d: Layer already exists [2021-03-05T18:42:45.003Z] b8db022b5cd6: Layer already exists [2021-03-05T18:42:45.003Z] e1994a5055cd: Layer already exists [2021-03-05T18:42:45.003Z] 02a88cfff88f: Layer already exists [2021-03-05T18:42:45.003Z] 611fb02203fc: Layer already exists [2021-03-05T18:42:45.003Z] 0e989345458d: Layer already exists [2021-03-05T18:42:45.003Z] 2.0.0-dev.115: digest: sha256:69fe01175af548f3961b024d3530a554a166410fdaacd612c09136d5b9dc476f size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:42:45.353Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:42:45.692Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [2021-03-05T18:42:45.692Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-05T18:42:45.692Z] ad9eb47e6f5d: Preparing [2021-03-05T18:42:45.692Z] db13dcfe5de8: Preparing [2021-03-05T18:42:45.692Z] b8db022b5cd6: Preparing [2021-03-05T18:42:45.692Z] d12af7b86a59: Preparing [2021-03-05T18:42:45.692Z] a1894b7dcb9f: Preparing [2021-03-05T18:42:45.692Z] e1994a5055cd: Preparing [2021-03-05T18:42:45.692Z] 611fb02203fc: Preparing [2021-03-05T18:42:45.692Z] 0e989345458d: Preparing [2021-03-05T18:42:45.692Z] 02a88cfff88f: Preparing [2021-03-05T18:42:45.692Z] e1994a5055cd: Waiting [2021-03-05T18:42:45.692Z] 0e989345458d: Waiting [2021-03-05T18:42:45.692Z] 611fb02203fc: Waiting [2021-03-05T18:42:45.692Z] 02a88cfff88f: Waiting [2021-03-05T18:42:45.963Z] ad9eb47e6f5d: Layer already exists [2021-03-05T18:42:45.963Z] a1894b7dcb9f: Layer already exists [2021-03-05T18:42:45.963Z] b8db022b5cd6: Layer already exists [2021-03-05T18:42:45.963Z] d12af7b86a59: Layer already exists [2021-03-05T18:42:45.963Z] db13dcfe5de8: Layer already exists [2021-03-05T18:42:45.963Z] e1994a5055cd: Layer already exists [2021-03-05T18:42:45.963Z] 02a88cfff88f: Layer already exists [2021-03-05T18:42:45.963Z] 0e989345458d: Layer already exists [2021-03-05T18:42:45.963Z] 611fb02203fc: Layer already exists [2021-03-05T18:42:45.963Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115: digest: sha256:69fe01175af548f3961b024d3530a554a166410fdaacd612c09136d5b9dc476f size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:42:46.313Z] + 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-05T18:42:46.650Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-03-05T18:42:46.651Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-05T18:42:46.651Z] ad9eb47e6f5d: Preparing [2021-03-05T18:42:46.651Z] db13dcfe5de8: Preparing [2021-03-05T18:42:46.651Z] b8db022b5cd6: Preparing [2021-03-05T18:42:46.651Z] d12af7b86a59: Preparing [2021-03-05T18:42:46.651Z] a1894b7dcb9f: Preparing [2021-03-05T18:42:46.651Z] e1994a5055cd: Preparing [2021-03-05T18:42:46.651Z] 611fb02203fc: Preparing [2021-03-05T18:42:46.651Z] 0e989345458d: Preparing [2021-03-05T18:42:46.651Z] 02a88cfff88f: Preparing [2021-03-05T18:42:46.651Z] e1994a5055cd: Waiting [2021-03-05T18:42:46.651Z] 611fb02203fc: Waiting [2021-03-05T18:42:46.651Z] 0e989345458d: Waiting [2021-03-05T18:42:46.651Z] 02a88cfff88f: Waiting [2021-03-05T18:42:46.924Z] d12af7b86a59: Layer already exists [2021-03-05T18:42:46.924Z] b8db022b5cd6: Layer already exists [2021-03-05T18:42:46.924Z] a1894b7dcb9f: Layer already exists [2021-03-05T18:42:46.924Z] db13dcfe5de8: Layer already exists [2021-03-05T18:42:46.924Z] ad9eb47e6f5d: Layer already exists [2021-03-05T18:42:46.924Z] e1994a5055cd: Layer already exists [2021-03-05T18:42:46.924Z] 0e989345458d: Layer already exists [2021-03-05T18:42:46.924Z] 611fb02203fc: Layer already exists [2021-03-05T18:42:46.924Z] 02a88cfff88f: Layer already exists [2021-03-05T18:42:46.924Z] master: digest: sha256:69fe01175af548f3961b024d3530a554a166410fdaacd612c09136d5b9dc476f size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-05T18:42:47.178Z] ===================================================== [Pipeline] echo [2021-03-05T18:42:47.226Z] taggedImages: [2021-03-05T18:42:47.226Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:42:47.226Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.115 [2021-03-05T18:42:47.226Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [2021-03-05T18:42:47.226Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-03-05T18:42:47.290Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-03-05T18:42:47.290Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:42:47.290Z] 2.0.0-dev.115 [2021-03-05T18:42:47.290Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [2021-03-05T18:42:47.290Z] master [2021-03-05T18:42:47.290Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:42:47.800Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:42:48.141Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:42:48.141Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-05T18:42:48.141Z] f5b05eee5758: Preparing [2021-03-05T18:42:48.141Z] b3c48bd7dd81: Preparing [2021-03-05T18:42:48.141Z] ff7ea39760c2: Preparing [2021-03-05T18:42:48.141Z] 0398f158c0d7: Preparing [2021-03-05T18:42:48.141Z] 02a88cfff88f: Preparing [2021-03-05T18:42:48.419Z] 02a88cfff88f: Layer already exists [2021-03-05T18:42:48.419Z] ff7ea39760c2: Layer already exists [2021-03-05T18:42:48.419Z] f5b05eee5758: Pushed [2021-03-05T18:42:48.691Z] 0398f158c0d7: Pushed [2021-03-05T18:42:51.319Z] b3c48bd7dd81: Pushed [2021-03-05T18:42:51.319Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab: digest: sha256:6428844c7a27aaaa826337a6f1f05c8ac75aec47ee107359396637fb3704598a size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:42:51.666Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:42:52.034Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.115 [2021-03-05T18:42:52.034Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-05T18:42:52.034Z] f5b05eee5758: Preparing [2021-03-05T18:42:52.034Z] b3c48bd7dd81: Preparing [2021-03-05T18:42:52.034Z] ff7ea39760c2: Preparing [2021-03-05T18:42:52.034Z] 0398f158c0d7: Preparing [2021-03-05T18:42:52.034Z] 02a88cfff88f: Preparing [2021-03-05T18:42:52.311Z] 0398f158c0d7: Layer already exists [2021-03-05T18:42:52.311Z] b3c48bd7dd81: Layer already exists [2021-03-05T18:42:52.311Z] ff7ea39760c2: Layer already exists [2021-03-05T18:42:52.311Z] 02a88cfff88f: Layer already exists [2021-03-05T18:42:52.311Z] f5b05eee5758: Layer already exists [2021-03-05T18:42:52.311Z] 2.0.0-dev.115: digest: sha256:6428844c7a27aaaa826337a6f1f05c8ac75aec47ee107359396637fb3704598a size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:42:52.672Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:42:53.034Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [2021-03-05T18:42:53.034Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-05T18:42:53.034Z] f5b05eee5758: Preparing [2021-03-05T18:42:53.034Z] b3c48bd7dd81: Preparing [2021-03-05T18:42:53.034Z] ff7ea39760c2: Preparing [2021-03-05T18:42:53.034Z] 0398f158c0d7: Preparing [2021-03-05T18:42:53.034Z] 02a88cfff88f: Preparing [2021-03-05T18:42:53.309Z] b3c48bd7dd81: Layer already exists [2021-03-05T18:42:53.309Z] ff7ea39760c2: Layer already exists [2021-03-05T18:42:53.309Z] 0398f158c0d7: Layer already exists [2021-03-05T18:42:53.309Z] f5b05eee5758: Layer already exists [2021-03-05T18:42:53.309Z] 02a88cfff88f: Layer already exists [2021-03-05T18:42:53.309Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115: digest: sha256:6428844c7a27aaaa826337a6f1f05c8ac75aec47ee107359396637fb3704598a size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:42:53.657Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:42:53.994Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-03-05T18:42:53.994Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-05T18:42:53.994Z] f5b05eee5758: Preparing [2021-03-05T18:42:53.994Z] b3c48bd7dd81: Preparing [2021-03-05T18:42:53.994Z] ff7ea39760c2: Preparing [2021-03-05T18:42:53.994Z] 0398f158c0d7: Preparing [2021-03-05T18:42:53.994Z] 02a88cfff88f: Preparing [2021-03-05T18:42:54.266Z] b3c48bd7dd81: Layer already exists [2021-03-05T18:42:54.266Z] f5b05eee5758: Layer already exists [2021-03-05T18:42:54.266Z] 0398f158c0d7: Layer already exists [2021-03-05T18:42:54.266Z] 02a88cfff88f: Layer already exists [2021-03-05T18:42:54.266Z] ff7ea39760c2: Layer already exists [2021-03-05T18:42:54.266Z] master: digest: sha256:6428844c7a27aaaa826337a6f1f05c8ac75aec47ee107359396637fb3704598a size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-05T18:42:54.451Z] ===================================================== [Pipeline] echo [2021-03-05T18:42:54.496Z] taggedImages: [2021-03-05T18:42:54.496Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:42:54.496Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.115 [2021-03-05T18:42:54.496Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [2021-03-05T18:42:54.496Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-03-05T18:42:54.561Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-03-05T18:42:54.561Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:42:54.561Z] 2.0.0-dev.115 [2021-03-05T18:42:54.561Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [2021-03-05T18:42:54.561Z] master [2021-03-05T18:42:54.561Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:42:55.056Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:42:55.394Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:42:55.394Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-05T18:42:55.394Z] 29e847d51117: Preparing [2021-03-05T18:42:55.394Z] 069da51542b8: Preparing [2021-03-05T18:42:55.394Z] ff7ea39760c2: Preparing [2021-03-05T18:42:55.394Z] 46d255bb3e9e: Preparing [2021-03-05T18:42:55.394Z] 02a88cfff88f: Preparing [2021-03-05T18:42:55.668Z] 46d255bb3e9e: Layer already exists [2021-03-05T18:42:55.668Z] ff7ea39760c2: Layer already exists [2021-03-05T18:42:55.668Z] 02a88cfff88f: Layer already exists [2021-03-05T18:42:55.668Z] 29e847d51117: Pushed [2021-03-05T18:42:58.274Z] 069da51542b8: Pushed [2021-03-05T18:42:58.544Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab: digest: sha256:43d5bf9b82b2084bdb7af2db4ded6375d3ccf91f800ba38ec1996b69f921c276 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:42:58.883Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:42:59.221Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.115 [2021-03-05T18:42:59.221Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-05T18:42:59.221Z] 29e847d51117: Preparing [2021-03-05T18:42:59.221Z] 069da51542b8: Preparing [2021-03-05T18:42:59.221Z] ff7ea39760c2: Preparing [2021-03-05T18:42:59.221Z] 46d255bb3e9e: Preparing [2021-03-05T18:42:59.221Z] 02a88cfff88f: Preparing [2021-03-05T18:42:59.491Z] ff7ea39760c2: Layer already exists [2021-03-05T18:42:59.491Z] 46d255bb3e9e: Layer already exists [2021-03-05T18:42:59.491Z] 29e847d51117: Layer already exists [2021-03-05T18:42:59.491Z] 069da51542b8: Layer already exists [2021-03-05T18:42:59.491Z] 02a88cfff88f: Layer already exists [2021-03-05T18:42:59.491Z] 2.0.0-dev.115: digest: sha256:43d5bf9b82b2084bdb7af2db4ded6375d3ccf91f800ba38ec1996b69f921c276 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:42:59.828Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:43:00.160Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [2021-03-05T18:43:00.160Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-05T18:43:00.160Z] 29e847d51117: Preparing [2021-03-05T18:43:00.160Z] 069da51542b8: Preparing [2021-03-05T18:43:00.160Z] ff7ea39760c2: Preparing [2021-03-05T18:43:00.160Z] 46d255bb3e9e: Preparing [2021-03-05T18:43:00.160Z] 02a88cfff88f: Preparing [2021-03-05T18:43:00.160Z] 46d255bb3e9e: Layer already exists [2021-03-05T18:43:00.160Z] 069da51542b8: Layer already exists [2021-03-05T18:43:00.160Z] 02a88cfff88f: Layer already exists [2021-03-05T18:43:00.160Z] ff7ea39760c2: Layer already exists [2021-03-05T18:43:00.160Z] 29e847d51117: Layer already exists [2021-03-05T18:43:00.431Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115: digest: sha256:43d5bf9b82b2084bdb7af2db4ded6375d3ccf91f800ba38ec1996b69f921c276 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:43:00.770Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:43:01.100Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-03-05T18:43:01.100Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-05T18:43:01.100Z] 29e847d51117: Preparing [2021-03-05T18:43:01.100Z] 069da51542b8: Preparing [2021-03-05T18:43:01.100Z] ff7ea39760c2: Preparing [2021-03-05T18:43:01.100Z] 46d255bb3e9e: Preparing [2021-03-05T18:43:01.100Z] 02a88cfff88f: Preparing [2021-03-05T18:43:01.100Z] 46d255bb3e9e: Layer already exists [2021-03-05T18:43:01.100Z] 069da51542b8: Layer already exists [2021-03-05T18:43:01.372Z] 02a88cfff88f: Layer already exists [2021-03-05T18:43:01.372Z] ff7ea39760c2: Layer already exists [2021-03-05T18:43:01.372Z] 29e847d51117: Layer already exists [2021-03-05T18:43:01.372Z] master: digest: sha256:43d5bf9b82b2084bdb7af2db4ded6375d3ccf91f800ba38ec1996b69f921c276 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-05T18:43:01.549Z] ===================================================== [Pipeline] echo [2021-03-05T18:43:01.595Z] taggedImages: [2021-03-05T18:43:01.595Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:43:01.595Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.115 [2021-03-05T18:43:01.595Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [2021-03-05T18:43:01.595Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-03-05T18:43:01.657Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-03-05T18:43:01.657Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:43:01.657Z] 2.0.0-dev.115 [2021-03-05T18:43:01.657Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [2021-03-05T18:43:01.657Z] master [2021-03-05T18:43:01.657Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:43:02.203Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:43:02.540Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:43:02.540Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-05T18:43:02.540Z] 6784786fa6d6: Preparing [2021-03-05T18:43:02.540Z] a8e3ad5b0bb6: Preparing [2021-03-05T18:43:02.540Z] dac8e1894485: Preparing [2021-03-05T18:43:02.540Z] c340350b3109: Preparing [2021-03-05T18:43:02.540Z] 9b80018947c2: Preparing [2021-03-05T18:43:02.540Z] 7c6e8c43ee07: Preparing [2021-03-05T18:43:02.540Z] 637a1b36e5af: Preparing [2021-03-05T18:43:02.540Z] 9ded3b6bb9b5: Preparing [2021-03-05T18:43:02.540Z] fa1afe8e6ed9: Preparing [2021-03-05T18:43:02.540Z] 87a09b4c083e: Preparing [2021-03-05T18:43:02.540Z] 0f74e9ff2a61: Preparing [2021-03-05T18:43:02.540Z] b122376c33c6: Preparing [2021-03-05T18:43:02.540Z] f8381ed47b22: Preparing [2021-03-05T18:43:02.540Z] e934a737d657: Preparing [2021-03-05T18:43:02.540Z] 9ded3b6bb9b5: Waiting [2021-03-05T18:43:02.540Z] fa1afe8e6ed9: Waiting [2021-03-05T18:43:02.540Z] 87a09b4c083e: Waiting [2021-03-05T18:43:02.540Z] 0f74e9ff2a61: Waiting [2021-03-05T18:43:02.540Z] b122376c33c6: Waiting [2021-03-05T18:43:02.540Z] f8381ed47b22: Waiting [2021-03-05T18:43:02.540Z] e934a737d657: Waiting [2021-03-05T18:43:02.540Z] 7c6e8c43ee07: Waiting [2021-03-05T18:43:02.540Z] 637a1b36e5af: Waiting [2021-03-05T18:43:03.138Z] 9b80018947c2: Pushed [2021-03-05T18:43:03.423Z] 6784786fa6d6: Pushed [2021-03-05T18:43:03.701Z] c340350b3109: Pushed [2021-03-05T18:43:03.980Z] 9ded3b6bb9b5: Layer already exists [2021-03-05T18:43:03.980Z] fa1afe8e6ed9: Layer already exists [2021-03-05T18:43:04.261Z] 87a09b4c083e: Layer already exists [2021-03-05T18:43:04.261Z] 0f74e9ff2a61: Layer already exists [2021-03-05T18:43:04.261Z] b122376c33c6: Layer already exists [2021-03-05T18:43:04.261Z] 637a1b36e5af: Pushed [2021-03-05T18:43:04.261Z] f8381ed47b22: Layer already exists [2021-03-05T18:43:04.261Z] e934a737d657: Layer already exists [2021-03-05T18:43:04.534Z] a8e3ad5b0bb6: Pushed [2021-03-05T18:43:05.509Z] 7c6e8c43ee07: Pushed [2021-03-05T18:43:15.647Z] dac8e1894485: Pushed [2021-03-05T18:43:15.647Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab: digest: sha256:08bb6bfa49f45a57c05d0dc96d387a1bd9af107afc94a6f8386c920cdd1a7174 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:43:15.990Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:43:16.331Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.115 [2021-03-05T18:43:16.331Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-05T18:43:16.331Z] 6784786fa6d6: Preparing [2021-03-05T18:43:16.331Z] a8e3ad5b0bb6: Preparing [2021-03-05T18:43:16.331Z] dac8e1894485: Preparing [2021-03-05T18:43:16.331Z] c340350b3109: Preparing [2021-03-05T18:43:16.331Z] 9b80018947c2: Preparing [2021-03-05T18:43:16.331Z] 7c6e8c43ee07: Preparing [2021-03-05T18:43:16.331Z] 637a1b36e5af: Preparing [2021-03-05T18:43:16.331Z] 9ded3b6bb9b5: Preparing [2021-03-05T18:43:16.331Z] fa1afe8e6ed9: Preparing [2021-03-05T18:43:16.331Z] 87a09b4c083e: Preparing [2021-03-05T18:43:16.331Z] 0f74e9ff2a61: Preparing [2021-03-05T18:43:16.331Z] b122376c33c6: Preparing [2021-03-05T18:43:16.331Z] f8381ed47b22: Preparing [2021-03-05T18:43:16.331Z] e934a737d657: Preparing [2021-03-05T18:43:16.331Z] 7c6e8c43ee07: Waiting [2021-03-05T18:43:16.331Z] 87a09b4c083e: Waiting [2021-03-05T18:43:16.331Z] 0f74e9ff2a61: Waiting [2021-03-05T18:43:16.331Z] b122376c33c6: Waiting [2021-03-05T18:43:16.331Z] f8381ed47b22: Waiting [2021-03-05T18:43:16.331Z] e934a737d657: Waiting [2021-03-05T18:43:16.331Z] 637a1b36e5af: Waiting [2021-03-05T18:43:16.331Z] 9ded3b6bb9b5: Waiting [2021-03-05T18:43:16.331Z] fa1afe8e6ed9: Waiting [2021-03-05T18:43:16.613Z] c340350b3109: Layer already exists [2021-03-05T18:43:16.613Z] 6784786fa6d6: Layer already exists [2021-03-05T18:43:16.613Z] a8e3ad5b0bb6: Layer already exists [2021-03-05T18:43:16.613Z] dac8e1894485: Layer already exists [2021-03-05T18:43:16.613Z] 9b80018947c2: Layer already exists [2021-03-05T18:43:16.613Z] fa1afe8e6ed9: Layer already exists [2021-03-05T18:43:16.613Z] 9ded3b6bb9b5: Layer already exists [2021-03-05T18:43:16.613Z] 7c6e8c43ee07: Layer already exists [2021-03-05T18:43:16.613Z] 637a1b36e5af: Layer already exists [2021-03-05T18:43:16.613Z] 87a09b4c083e: Layer already exists [2021-03-05T18:43:16.613Z] f8381ed47b22: Layer already exists [2021-03-05T18:43:16.613Z] 0f74e9ff2a61: Layer already exists [2021-03-05T18:43:16.613Z] e934a737d657: Layer already exists [2021-03-05T18:43:16.613Z] b122376c33c6: Layer already exists [2021-03-05T18:43:16.613Z] 2.0.0-dev.115: digest: sha256:08bb6bfa49f45a57c05d0dc96d387a1bd9af107afc94a6f8386c920cdd1a7174 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:43:16.963Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:43:17.302Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [2021-03-05T18:43:17.303Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-05T18:43:17.303Z] 6784786fa6d6: Preparing [2021-03-05T18:43:17.303Z] a8e3ad5b0bb6: Preparing [2021-03-05T18:43:17.303Z] dac8e1894485: Preparing [2021-03-05T18:43:17.303Z] c340350b3109: Preparing [2021-03-05T18:43:17.303Z] 9b80018947c2: Preparing [2021-03-05T18:43:17.303Z] 7c6e8c43ee07: Preparing [2021-03-05T18:43:17.303Z] 637a1b36e5af: Preparing [2021-03-05T18:43:17.303Z] 9ded3b6bb9b5: Preparing [2021-03-05T18:43:17.303Z] fa1afe8e6ed9: Preparing [2021-03-05T18:43:17.303Z] 87a09b4c083e: Preparing [2021-03-05T18:43:17.303Z] 0f74e9ff2a61: Preparing [2021-03-05T18:43:17.303Z] b122376c33c6: Preparing [2021-03-05T18:43:17.303Z] f8381ed47b22: Preparing [2021-03-05T18:43:17.303Z] e934a737d657: Preparing [2021-03-05T18:43:17.303Z] 7c6e8c43ee07: Waiting [2021-03-05T18:43:17.303Z] 637a1b36e5af: Waiting [2021-03-05T18:43:17.303Z] 9ded3b6bb9b5: Waiting [2021-03-05T18:43:17.303Z] fa1afe8e6ed9: Waiting [2021-03-05T18:43:17.303Z] 87a09b4c083e: Waiting [2021-03-05T18:43:17.303Z] 0f74e9ff2a61: Waiting [2021-03-05T18:43:17.303Z] b122376c33c6: Waiting [2021-03-05T18:43:17.303Z] f8381ed47b22: Waiting [2021-03-05T18:43:17.303Z] e934a737d657: Waiting [2021-03-05T18:43:17.579Z] 6784786fa6d6: Layer already exists [2021-03-05T18:43:17.579Z] dac8e1894485: Layer already exists [2021-03-05T18:43:17.579Z] a8e3ad5b0bb6: Layer already exists [2021-03-05T18:43:17.579Z] 9b80018947c2: Layer already exists [2021-03-05T18:43:17.579Z] c340350b3109: Layer already exists [2021-03-05T18:43:17.579Z] 637a1b36e5af: Layer already exists [2021-03-05T18:43:17.579Z] 9ded3b6bb9b5: Layer already exists [2021-03-05T18:43:17.579Z] 7c6e8c43ee07: Layer already exists [2021-03-05T18:43:17.579Z] fa1afe8e6ed9: Layer already exists [2021-03-05T18:43:17.579Z] 87a09b4c083e: Layer already exists [2021-03-05T18:43:17.579Z] b122376c33c6: Layer already exists [2021-03-05T18:43:17.579Z] f8381ed47b22: Layer already exists [2021-03-05T18:43:17.579Z] 0f74e9ff2a61: Layer already exists [2021-03-05T18:43:17.580Z] e934a737d657: Layer already exists [2021-03-05T18:43:17.580Z] f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115: digest: sha256:08bb6bfa49f45a57c05d0dc96d387a1bd9af107afc94a6f8386c920cdd1a7174 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:43:17.941Z] + 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-05T18:43:18.285Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-03-05T18:43:18.285Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-05T18:43:18.285Z] 6784786fa6d6: Preparing [2021-03-05T18:43:18.285Z] a8e3ad5b0bb6: Preparing [2021-03-05T18:43:18.285Z] dac8e1894485: Preparing [2021-03-05T18:43:18.285Z] c340350b3109: Preparing [2021-03-05T18:43:18.285Z] 9b80018947c2: Preparing [2021-03-05T18:43:18.285Z] 7c6e8c43ee07: Preparing [2021-03-05T18:43:18.285Z] 637a1b36e5af: Preparing [2021-03-05T18:43:18.285Z] 9ded3b6bb9b5: Preparing [2021-03-05T18:43:18.285Z] fa1afe8e6ed9: Preparing [2021-03-05T18:43:18.285Z] 87a09b4c083e: Preparing [2021-03-05T18:43:18.285Z] 0f74e9ff2a61: Preparing [2021-03-05T18:43:18.285Z] b122376c33c6: Preparing [2021-03-05T18:43:18.285Z] f8381ed47b22: Preparing [2021-03-05T18:43:18.285Z] e934a737d657: Preparing [2021-03-05T18:43:18.285Z] 7c6e8c43ee07: Waiting [2021-03-05T18:43:18.285Z] 87a09b4c083e: Waiting [2021-03-05T18:43:18.285Z] 637a1b36e5af: Waiting [2021-03-05T18:43:18.285Z] 0f74e9ff2a61: Waiting [2021-03-05T18:43:18.285Z] 9ded3b6bb9b5: Waiting [2021-03-05T18:43:18.285Z] b122376c33c6: Waiting [2021-03-05T18:43:18.285Z] fa1afe8e6ed9: Waiting [2021-03-05T18:43:18.285Z] f8381ed47b22: Waiting [2021-03-05T18:43:18.285Z] e934a737d657: Waiting [2021-03-05T18:43:18.556Z] a8e3ad5b0bb6: Layer already exists [2021-03-05T18:43:18.556Z] 9b80018947c2: Layer already exists [2021-03-05T18:43:18.556Z] 6784786fa6d6: Layer already exists [2021-03-05T18:43:18.556Z] dac8e1894485: Layer already exists [2021-03-05T18:43:18.556Z] c340350b3109: Layer already exists [2021-03-05T18:43:18.556Z] 7c6e8c43ee07: Layer already exists [2021-03-05T18:43:18.556Z] 637a1b36e5af: Layer already exists [2021-03-05T18:43:18.556Z] fa1afe8e6ed9: Layer already exists [2021-03-05T18:43:18.556Z] 9ded3b6bb9b5: Layer already exists [2021-03-05T18:43:18.556Z] 87a09b4c083e: Layer already exists [2021-03-05T18:43:18.556Z] b122376c33c6: Layer already exists [2021-03-05T18:43:18.556Z] 0f74e9ff2a61: Layer already exists [2021-03-05T18:43:18.556Z] e934a737d657: Layer already exists [2021-03-05T18:43:18.556Z] f8381ed47b22: Layer already exists [2021-03-05T18:43:18.556Z] master: digest: sha256:08bb6bfa49f45a57c05d0dc96d387a1bd9af107afc94a6f8386c920cdd1a7174 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-05T18:43:18.760Z] ===================================================== [Pipeline] echo [2021-03-05T18:43:18.813Z] taggedImages: [2021-03-05T18:43:18.813Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [2021-03-05T18:43:18.813Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.115 [2021-03-05T18:43:18.813Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [2021-03-05T18:43:18.813Z] - 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-05T18:43:19.694Z] ---> job-cost.sh [2021-03-05T18:43:19.694Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-vM01 [2021-03-05T18:44:16.261Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-05T18:47:38.480Z] lf-activate-venv(): INFO: Adding /tmp/venv-vM01/bin to PATH [2021-03-05T18:47:38.480Z] INFO: No Stack... [2021-03-05T18:47:38.480Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-05T18:47:38.480Z] INFO: Archiving Costs [Pipeline] sh [2021-03-05T18:47:38.817Z] + cat /w/workspace/edgex-go/382/archives/cost.csv [2021-03-05T18:47:38.817Z] + cut -d, -f6 [Pipeline] lock [2021-03-05T18:47:38.929Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-master-382-stack-cost] [2021-03-05T18:47:38.937Z] Resource [jenkins-edgexfoundry-edgex-go-master-382-stack-cost] did not exist. Created. [2021-03-05T18:47:38.937Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-master-382-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-05T18:47:39.362Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-05T18:47:40.519Z] Stashed 1 file(s) [Pipeline] } [2021-03-05T18:47:40.532Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-master-382-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-05T18:47:41.932Z] provisioning config files... [2021-03-05T18:47:41.955Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/382@tmp/config8403472178668042121tmp [Pipeline] { [Pipeline] sh [2021-03-05T18:47:42.342Z] + set +x [2021-03-05T18:47:42.342Z] + curl -s https://codecov.io/bash [2021-03-05T18:47:42.342Z] + bash -s -- [2021-03-05T18:47:42.918Z] [2021-03-05T18:47:42.918Z] _____ _ [2021-03-05T18:47:42.918Z] / ____| | | [2021-03-05T18:47:42.918Z] | | ___ __| | ___ ___ _____ __ [2021-03-05T18:47:42.918Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-05T18:47:42.918Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-05T18:47:42.918Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-05T18:47:42.918Z] Bash-20210226-7100762 [2021-03-05T18:47:42.918Z] [2021-03-05T18:47:42.918Z] [2021-03-05T18:47:42.918Z] ==> git version 2.24.3 found [2021-03-05T18:47:42.918Z] ==> 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-05T18:47:42.918Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-05T18:47:42.918Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-05T18:47:42.918Z] ==> Jenkins CI detected. [2021-03-05T18:47:42.918Z] project root: . [2021-03-05T18:47:42.918Z] --> token set from env [2021-03-05T18:47:42.918Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-05T18:47:42.918Z] ==> Running gcov in . (disable via -X gcov) [2021-03-05T18:47:42.918Z] ==> Python coveragepy not found [2021-03-05T18:47:42.918Z] ==> Searching for coverage reports in: [2021-03-05T18:47:42.918Z] + . [2021-03-05T18:47:42.918Z] -> Found 1 reports [2021-03-05T18:47:42.918Z] ==> Detecting git/mercurial file structure [2021-03-05T18:47:42.918Z] ==> Reading reports [2021-03-05T18:47:43.182Z] + ./coverage.out bytes=621194 [2021-03-05T18:47:43.182Z] ==> Appending adjustments [2021-03-05T18:47:43.182Z] https://docs.codecov.io/docs/fixing-reports [2021-03-05T18:47:47.410Z] + Found adjustments [2021-03-05T18:47:47.410Z] ==> Gzipping contents [2021-03-05T18:47:47.410Z] 92K /tmp/codecov.qglelE.gz [2021-03-05T18:47:47.410Z] ==> Uploading reports [2021-03-05T18:47:47.410Z] url: https://codecov.io [2021-03-05T18:47:47.410Z] query: branch=master&commit=f11e4988ceb8c382fc034555d9d0b35dfdaf49ab&build=382&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F382%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-05T18:47:47.410Z] -> Pinging Codecov [2021-03-05T18:47:47.410Z] https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=master&commit=f11e4988ceb8c382fc034555d9d0b35dfdaf49ab&build=382&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F382%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-05T18:47:47.410Z] -> Uploading to [2021-03-05T18:47:47.410Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-05/00271124DB129430A58F1EEE437C3FCB/f11e4988ceb8c382fc034555d9d0b35dfdaf49ab/0dd28ff7-160b-4635-b647-fb1f4718bfaa.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210305%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210305T184747Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c75f523e3181da1f69b217741d7492522a8305a82ebcda254cd840205d0c4664 [2021-03-05T18:47:47.410Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-05T18:47:47.410Z] Dload Upload Total Spent Left Speed [2021-03-05T18:47:47.949Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 91723 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 91723 0 0 100 91723 0 147k --:--:-- --:--:-- --:--:-- 147k [2021-03-05T18:47:47.949Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [Pipeline] } [2021-03-05T18:47:47.964Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-03-05T18:47:48.841Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-03-05T18:47:48.903Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:47:49.252Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-05T18:47:49.252Z] [2021-03-05T18:47:49.252Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:47:49.606Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-05T18:47:49.606Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-03-05T18:47:49.606Z] 188c0c94c7c5: Already exists [2021-03-05T18:47:49.606Z] 0ef7d3d256c8: Already exists [2021-03-05T18:47:49.606Z] de9db76c5a1d: Already exists [2021-03-05T18:47:49.606Z] 0eba1c9be4d2: Pulling fs layer [2021-03-05T18:47:49.606Z] 0d57e429df01: Pulling fs layer [2021-03-05T18:47:49.606Z] 4e4be7b47b0d: Pulling fs layer [2021-03-05T18:47:49.606Z] e1f770b5df2f: Pulling fs layer [2021-03-05T18:47:49.606Z] 85a0685a4137: Pulling fs layer [2021-03-05T18:47:49.606Z] e1f770b5df2f: Waiting [2021-03-05T18:47:49.606Z] 85a0685a4137: Waiting [2021-03-05T18:47:49.606Z] 4e4be7b47b0d: Verifying Checksum [2021-03-05T18:47:49.606Z] 4e4be7b47b0d: Download complete [2021-03-05T18:47:49.607Z] 0d57e429df01: Verifying Checksum [2021-03-05T18:47:49.607Z] 0d57e429df01: Download complete [2021-03-05T18:47:51.532Z] e1f770b5df2f: Verifying Checksum [2021-03-05T18:47:51.532Z] e1f770b5df2f: Download complete [2021-03-05T18:47:53.477Z] 0eba1c9be4d2: Verifying Checksum [2021-03-05T18:47:53.477Z] 0eba1c9be4d2: Download complete [2021-03-05T18:47:54.055Z] 85a0685a4137: Verifying Checksum [2021-03-05T18:47:54.055Z] 85a0685a4137: Download complete [2021-03-05T18:48:00.693Z] 0eba1c9be4d2: Pull complete [2021-03-05T18:48:00.693Z] 0d57e429df01: Pull complete [2021-03-05T18:48:00.693Z] 4e4be7b47b0d: Pull complete [2021-03-05T18:48:03.250Z] e1f770b5df2f: Pull complete [2021-03-05T18:48:11.482Z] 85a0685a4137: Pull complete [2021-03-05T18:48:11.482Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-03-05T18:48:11.482Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-05T18:48:11.482Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-03-05T18:48:11.740Z] prd-centos7-docker-4c-2g-28729 does not seem to be running inside a container [2021-03-05T18:48:11.878Z] $ 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/382 -v /w/workspace/edgex-go/382:/w/workspace/edgex-go/382:rw,z -v /w/workspace/edgex-go/382@tmp:/w/workspace/edgex-go/382@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-03-05T18:48:13.902Z] $ docker top 36c2d22414a3b3aa6145d27c024130899632d3bec7f1c144c27bfbffe99256bc -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-05T18:48:14.150Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-03-05T18:48:14.445Z] + set -o pipefail [2021-03-05T18:48:14.445Z] + snyk monitor '--org=edgex-jenkins' [2021-03-05T18:48:46.583Z] [2021-03-05T18:48:46.583Z] Monitoring /w/workspace/edgex-go/382 (github.com/edgexfoundry/edgex-go)... [2021-03-05T18:48:46.583Z] [2021-03-05T18:48:46.583Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/16093e42-0351-4198-9061-89013b94fe4f [2021-03-05T18:48:46.583Z] [2021-03-05T18:48:46.583Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-03-05T18:48:46.583Z] [2021-03-05T18:48:46.583Z] [Pipeline] } [2021-03-05T18:48:46.601Z] $ docker stop --time=1 36c2d22414a3b3aa6145d27c024130899632d3bec7f1c144c27bfbffe99256bc [2021-03-05T18:48:49.809Z] $ docker rm -f 36c2d22414a3b3aa6145d27c024130899632d3bec7f1c144c27bfbffe99256bc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-03-05T18:48:51.105Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-05T18:48:51.158Z] provisioning config files... [2021-03-05T18:48:51.169Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/382@tmp/config6258344976067905004tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-05T18:48:51.554Z] --> edgex-publish-swagger.sh [2021-03-05T18:48:51.555Z] === Publish openapi/v1 API === [2021-03-05T18:48:51.555Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-03-05T18:48:51.555Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/382/openapi/v1/core-command.yaml] [2021-03-05T18:48:51.555Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-05T18:48:51.555Z] Dload Upload Total Spent Left Speed [2021-03-05T18:48:52.764Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 9185 0:00:01 0:00:01 --:--:-- 9181 100 10522 0 0 100 10522 0 9183 0:00:01 0:00:01 --:--:-- 9181 [2021-03-05T18:48:52.764Z] [2021-03-05T18:48:52.764Z] [2021-03-05T18:48:52.764Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/382/openapi/v1/core-data.yaml] [2021-03-05T18:48:52.764Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-05T18:48:52.764Z] Dload Upload Total Spent Left Speed [2021-03-05T18:48:53.713Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 28254 0:00:01 0:00:01 --:--:-- 28261 100 32557 0 0 100 32557 0 28249 0:00:01 0:00:01 --:--:-- 28261 [2021-03-05T18:48:53.713Z] [2021-03-05T18:48:53.713Z] [2021-03-05T18:48:53.713Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/382/openapi/v1/core-metadata.yaml] [2021-03-05T18:48:53.713Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-05T18:48:53.713Z] Dload Upload Total Spent Left Speed [2021-03-05T18:48:55.101Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 64860 0:00:01 0:00:01 --:--:-- 64895 100 73721 0 0 100 73721 0 64847 0:00:01 0:00:01 --:--:-- 64895 [2021-03-05T18:48:55.101Z] [2021-03-05T18:48:55.101Z] [2021-03-05T18:48:55.101Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/382/openapi/v1/support-logging.yaml] [2021-03-05T18:48:55.101Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-05T18:48:55.101Z] Dload Upload Total Spent Left Speed [2021-03-05T18:48:56.048Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 11422 0:00:01 0:00:01 --:--:-- 11431 100 13581 0 0 100 13581 0 11420 0:00:01 0:00:01 --:--:-- 11431 [2021-03-05T18:48:56.049Z] [2021-03-05T18:48:56.049Z] [2021-03-05T18:48:56.049Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/382/openapi/v1/support-notifications.yaml] [2021-03-05T18:48:56.049Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-05T18:48:56.049Z] Dload Upload Total Spent Left Speed [2021-03-05T18:48:57.439Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 35819 0:00:01 0:00:01 --:--:-- 35843 100 38890 0 0 100 38890 0 35813 0:00:01 0:00:01 --:--:-- 35843 [2021-03-05T18:48:57.439Z] [2021-03-05T18:48:57.439Z] [2021-03-05T18:48:57.439Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/382/openapi/v1/support-scheduler.yaml] [2021-03-05T18:48:57.439Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-05T18:48:57.439Z] Dload Upload Total Spent Left Speed [2021-03-05T18:48:58.384Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 12017 0:00:01 0:00:01 --:--:-- 12024 100 14249 0 0 100 14249 0 12015 0:00:01 0:00:01 --:--:-- 12024 [2021-03-05T18:48:58.384Z] [2021-03-05T18:48:58.384Z] [2021-03-05T18:48:58.384Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/382/openapi/v1/system-agent.yaml] [2021-03-05T18:48:58.384Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-05T18:48:58.384Z] Dload Upload Total Spent Left Speed [2021-03-05T18:48:59.590Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3837 0:00:01 0:00:01 --:--:-- 3841 [2021-03-05T18:48:59.590Z] [2021-03-05T18:48:59.590Z] [2021-03-05T18:48:59.590Z] === Publish openapi/v2 API === [2021-03-05T18:48:59.590Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-03-05T18:48:59.590Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/382/openapi/v2/core-command.yaml] [2021-03-05T18:48:59.590Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-05T18:48:59.590Z] Dload Upload Total Spent Left Speed [2021-03-05T18:49:01.243Z] 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 24526 0:00:01 0:00:01 --:--:-- 24521 100 29744 0 0 100 29744 0 16943 0:00:01 0:00:01 --:--:-- 16938 [2021-03-05T18:49:01.243Z] [2021-03-05T18:49:01.243Z] [2021-03-05T18:49:01.243Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/382/openapi/v2/core-data.yaml] [2021-03-05T18:49:01.243Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-05T18:49:01.243Z] Dload Upload Total Spent Left Speed [2021-03-05T18:49:02.645Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57358 0 0 100 57358 0 47275 0:00:01 0:00:01 --:--:-- 47325 100 57358 0 0 100 57358 0 40846 0:00:01 0:00:01 --:--:-- 40853 100 57358 0 0 100 57358 0 40840 0:00:01 0:00:01 --:--:-- 40824 [2021-03-05T18:49:02.645Z] [2021-03-05T18:49:02.645Z] [2021-03-05T18:49:02.645Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/382/openapi/v2/core-metadata.yaml] [2021-03-05T18:49:02.645Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-05T18:49:02.645Z] Dload Upload Total Spent Left Speed [2021-03-05T18:49:04.034Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 118k 0 0 100 118k 0 104k 0:00:01 0:00:01 --:--:-- 104k 100 118k 0 0 100 118k 0 104k 0:00:01 0:00:01 --:--:-- 104k [2021-03-05T18:49:04.035Z] [2021-03-05T18:49:04.035Z] [2021-03-05T18:49:04.035Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/382/openapi/v2/support-notifications.yaml] [2021-03-05T18:49:04.035Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-05T18:49:04.035Z] Dload Upload Total Spent Left Speed [2021-03-05T18:49:04.978Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 60718 0 0 100 60718 0 49970 0:00:01 0:00:01 --:--:-- 50014 100 60718 0 0 100 60718 0 48963 0:00:01 0:00:01 --:--:-- 49005 [2021-03-05T18:49:04.978Z] [2021-03-05T18:49:04.978Z] [2021-03-05T18:49:04.978Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/382/openapi/v2/support-scheduler.yaml] [2021-03-05T18:49:05.242Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-05T18:49:05.242Z] Dload Upload Total Spent Left Speed [2021-03-05T18:49:06.187Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37783 0 0 100 37783 0 31642 0:00:01 0:00:01 --:--:-- 31670 100 37783 0 0 100 37783 0 31638 0:00:01 0:00:01 --:--:-- 31644 [2021-03-05T18:49:06.188Z] [2021-03-05T18:49:06.188Z] [2021-03-05T18:49:06.188Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/382/openapi/v2/system-agent.yaml] [2021-03-05T18:49:06.450Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-05T18:49:06.450Z] Dload Upload Total Spent Left Speed [2021-03-05T18:49:07.396Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24182 0 0 100 24182 0 24468 --:--:-- --:--:-- --:--:-- 24450 100 24182 0 0 100 24182 0 24463 --:--:-- --:--:-- --:--:-- 24450 [2021-03-05T18:49:07.396Z] [2021-03-05T18:49:07.396Z] [Pipeline] } [2021-03-05T18:49:07.406Z] 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-05T18:49:08.211Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-05T18:49:08.211Z] . [Pipeline] withDockerContainer [2021-03-05T18:49:08.318Z] prd-centos7-docker-4c-2g-28729 does not seem to be running inside a container [2021-03-05T18:49:08.366Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/382 -v /w/workspace/edgex-go/382:/w/workspace/edgex-go/382:rw,z -v /w/workspace/edgex-go/382@tmp:/w/workspace/edgex-go/382@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-05T18:49:09.392Z] $ docker top 02b015aab12036eb02b7d7af7dc6dfe654ba7131b3b483bc8ab7f1ce34539ca1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-05T18:49:09.732Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-05T18:49:09.732Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-05T18:49:10.007Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-05T18:49:10.012Z] $ docker exec 02b015aab12036eb02b7d7af7dc6dfe654ba7131b3b483bc8ab7f1ce34539ca1 ssh-agent [2021-03-05T18:49:10.243Z] SSH_AUTH_SOCK=/tmp/ssh-V6rGshUbfUSd/agent.11 [2021-03-05T18:49:10.243Z] SSH_AGENT_PID=17 [2021-03-05T18:49:10.252Z] Running ssh-add (command line suppressed) [2021-03-05T18:49:10.394Z] Identity added: /w/workspace/edgex-go/382@tmp/private_key_2564373208432302186.key (/w/workspace/edgex-go/382@tmp/private_key_2564373208432302186.key) [2021-03-05T18:49:10.460Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-05T18:49:10.804Z] + git semver tag [2021-03-05T18:49:11.067Z] # -> Open(): unable to determine branch for HEAD [2021-03-05T18:49:11.067Z] # $GIT_DIR = /w/workspace/edgex-go/382/.git [2021-03-05T18:49:11.067Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/382 [2021-03-05T18:49:11.067Z] # $SEMVER_REMOTE_NAME = origin [2021-03-05T18:49:11.067Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-05T18:49:11.067Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-05T18:49:11.067Z] # $SEMVER_BRANCH = master [2021-03-05T18:49:11.067Z] # $SEMVER_DIR = /w/workspace/edgex-go/382/.semver [2021-03-05T18:49:11.067Z] # f11e4988ceb8c382fc034555d9d0b35dfdaf49ab HEAD [2021-03-05T18:49:11.642Z] # -> Force: false [2021-03-05T18:49:11.643Z] # 70b1d7755409900039cae90e1f2fddc1e0a873ef refs/tags/v2.0.0-dev.115 [Pipeline] } [2021-03-05T18:49:11.657Z] $ docker exec --env ******** --env ******** 02b015aab12036eb02b7d7af7dc6dfe654ba7131b3b483bc8ab7f1ce34539ca1 ssh-agent -k [2021-03-05T18:49:11.854Z] unset SSH_AUTH_SOCK; [2021-03-05T18:49:11.854Z] unset SSH_AGENT_PID; [2021-03-05T18:49:11.854Z] echo Agent pid 17 killed; [2021-03-05T18:49:11.922Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-05T18:49:12.534Z] + git semver [Pipeline] } [2021-03-05T18:49:12.552Z] $ docker stop --time=1 02b015aab12036eb02b7d7af7dc6dfe654ba7131b3b483bc8ab7f1ce34539ca1 [2021-03-05T18:49:14.204Z] $ docker rm -f 02b015aab12036eb02b7d7af7dc6dfe654ba7131b3b483bc8ab7f1ce34539ca1 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:49:14.857Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-05T18:49:14.857Z] [2021-03-05T18:49:14.857Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:49:15.210Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-05T18:49:15.210Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-03-05T18:49:15.210Z] ab5ef0e58194: Pulling fs layer [2021-03-05T18:49:15.210Z] 9712f1f96733: Pulling fs layer [2021-03-05T18:49:15.210Z] 63f879dbbcfc: Pulling fs layer [2021-03-05T18:49:15.210Z] 0d9ebad4ef96: Pulling fs layer [2021-03-05T18:49:15.210Z] e9a5061849ea: Pulling fs layer [2021-03-05T18:49:15.210Z] d747dcd14b5f: Pulling fs layer [2021-03-05T18:49:15.210Z] 2de7ff778b66: Pulling fs layer [2021-03-05T18:49:15.210Z] e9a5061849ea: Waiting [2021-03-05T18:49:15.210Z] d747dcd14b5f: Waiting [2021-03-05T18:49:15.210Z] 2de7ff778b66: Waiting [2021-03-05T18:49:15.210Z] 0d9ebad4ef96: Waiting [2021-03-05T18:49:15.210Z] 9712f1f96733: Verifying Checksum [2021-03-05T18:49:15.210Z] 9712f1f96733: Download complete [2021-03-05T18:49:17.769Z] 63f879dbbcfc: Verifying Checksum [2021-03-05T18:49:17.769Z] 63f879dbbcfc: Download complete [2021-03-05T18:49:17.769Z] e9a5061849ea: Verifying Checksum [2021-03-05T18:49:17.769Z] e9a5061849ea: Download complete [2021-03-05T18:49:17.769Z] d747dcd14b5f: Verifying Checksum [2021-03-05T18:49:17.769Z] d747dcd14b5f: Download complete [2021-03-05T18:49:18.033Z] 2de7ff778b66: Verifying Checksum [2021-03-05T18:49:18.033Z] 2de7ff778b66: Download complete [2021-03-05T18:49:18.033Z] 0d9ebad4ef96: Verifying Checksum [2021-03-05T18:49:18.033Z] 0d9ebad4ef96: Download complete [2021-03-05T18:49:18.296Z] ab5ef0e58194: Verifying Checksum [2021-03-05T18:49:18.296Z] ab5ef0e58194: Download complete [2021-03-05T18:49:24.906Z] ab5ef0e58194: Pull complete [2021-03-05T18:49:24.906Z] 9712f1f96733: Pull complete [2021-03-05T18:49:27.459Z] 63f879dbbcfc: Pull complete [2021-03-05T18:49:35.660Z] 0d9ebad4ef96: Pull complete [2021-03-05T18:49:36.610Z] e9a5061849ea: Pull complete [2021-03-05T18:49:36.610Z] d747dcd14b5f: Pull complete [2021-03-05T18:49:39.170Z] 2de7ff778b66: Pull complete [2021-03-05T18:49:39.171Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-03-05T18:49:39.171Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-05T18:49:39.171Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-03-05T18:49:39.377Z] prd-centos7-docker-4c-2g-28729 does not seem to be running inside a container [2021-03-05T18:49:39.429Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/382 -v /w/workspace/edgex-go/382:/w/workspace/edgex-go/382:rw,z -v /w/workspace/edgex-go/382@tmp:/w/workspace/edgex-go/382@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-03-05T18:49:43.370Z] $ docker top 3e3c7248ada20d3535dd55d4519d964f193569ef46dfdd962418a607fd361b41 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-03-05T18:49:43.661Z] provisioning config files... [2021-03-05T18:49:43.672Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/382@tmp/config8151603710681942058tmp [2021-03-05T18:49:43.691Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/382@tmp/config4643317583665673771tmp [2021-03-05T18:49:43.706Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/382@tmp/config68443727359151242tmp [Pipeline] { [Pipeline] echo [2021-03-05T18:49:43.777Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T18:49:44.080Z] ---> sigul-configuration.sh [2021-03-05T18:49:44.080Z] gpg: directory `/root/.gnupg' created [2021-03-05T18:49:44.080Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-03-05T18:49:44.080Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-03-05T18:49:44.080Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-03-05T18:49:44.080Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-03-05T18:49:44.080Z] gpg: CAST5 encrypted data [2021-03-05T18:49:44.344Z] gpg: encrypted with 1 passphrase [2021-03-05T18:49:44.344Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-03-05T18:49:44.656Z] + mkdir /home/jenkins [2021-03-05T18:49:44.656Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-03-05T18:49:44.954Z] + 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-05T18:49:44.965Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T18:49:45.261Z] ---> sigul-install.sh [2021-03-05T18:49:51.859Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-03-05T18:49:52.170Z] + git tag --list [2021-03-05T18:49:52.170Z] 0.6.0 [2021-03-05T18:49:52.170Z] 0.6.1 [2021-03-05T18:49:52.170Z] 0.7.0 [2021-03-05T18:49:52.170Z] 0.7.1 [2021-03-05T18:49:52.170Z] v0.0.0 [2021-03-05T18:49:52.170Z] v0.0.1-dev.1 [2021-03-05T18:49:52.170Z] v1.0.0 [2021-03-05T18:49:52.170Z] v1.0.1 [2021-03-05T18:49:52.170Z] v1.1.0 [2021-03-05T18:49:52.170Z] v1.2.0 [2021-03-05T18:49:52.170Z] v1.2.1 [2021-03-05T18:49:52.170Z] v1.2.2-dev.1 [2021-03-05T18:49:52.170Z] v1.2.2-dev.10 [2021-03-05T18:49:52.170Z] v1.2.2-dev.100 [2021-03-05T18:49:52.170Z] v1.2.2-dev.101 [2021-03-05T18:49:52.170Z] v1.2.2-dev.102 [2021-03-05T18:49:52.170Z] v1.2.2-dev.103 [2021-03-05T18:49:52.170Z] v1.2.2-dev.104 [2021-03-05T18:49:52.170Z] v1.2.2-dev.105 [2021-03-05T18:49:52.170Z] v1.2.2-dev.106 [2021-03-05T18:49:52.170Z] v1.2.2-dev.107 [2021-03-05T18:49:52.170Z] v1.2.2-dev.11 [2021-03-05T18:49:52.170Z] v1.2.2-dev.12 [2021-03-05T18:49:52.170Z] v1.2.2-dev.13 [2021-03-05T18:49:52.170Z] v1.2.2-dev.14 [2021-03-05T18:49:52.170Z] v1.2.2-dev.15 [2021-03-05T18:49:52.170Z] v1.2.2-dev.16 [2021-03-05T18:49:52.170Z] v1.2.2-dev.17 [2021-03-05T18:49:52.170Z] v1.2.2-dev.18 [2021-03-05T18:49:52.170Z] v1.2.2-dev.19 [2021-03-05T18:49:52.170Z] v1.2.2-dev.2 [2021-03-05T18:49:52.170Z] v1.2.2-dev.20 [2021-03-05T18:49:52.170Z] v1.2.2-dev.21 [2021-03-05T18:49:52.170Z] v1.2.2-dev.22 [2021-03-05T18:49:52.170Z] v1.2.2-dev.23 [2021-03-05T18:49:52.170Z] v1.2.2-dev.24 [2021-03-05T18:49:52.170Z] v1.2.2-dev.25 [2021-03-05T18:49:52.170Z] v1.2.2-dev.26 [2021-03-05T18:49:52.170Z] v1.2.2-dev.27 [2021-03-05T18:49:52.170Z] v1.2.2-dev.28 [2021-03-05T18:49:52.170Z] v1.2.2-dev.29 [2021-03-05T18:49:52.170Z] v1.2.2-dev.3 [2021-03-05T18:49:52.170Z] v1.2.2-dev.30 [2021-03-05T18:49:52.170Z] v1.2.2-dev.31 [2021-03-05T18:49:52.170Z] v1.2.2-dev.32 [2021-03-05T18:49:52.170Z] v1.2.2-dev.33 [2021-03-05T18:49:52.170Z] v1.2.2-dev.34 [2021-03-05T18:49:52.170Z] v1.2.2-dev.35 [2021-03-05T18:49:52.170Z] v1.2.2-dev.36 [2021-03-05T18:49:52.170Z] v1.2.2-dev.37 [2021-03-05T18:49:52.170Z] v1.2.2-dev.38 [2021-03-05T18:49:52.170Z] v1.2.2-dev.39 [2021-03-05T18:49:52.170Z] v1.2.2-dev.4 [2021-03-05T18:49:52.170Z] v1.2.2-dev.40 [2021-03-05T18:49:52.170Z] v1.2.2-dev.41 [2021-03-05T18:49:52.170Z] v1.2.2-dev.42 [2021-03-05T18:49:52.170Z] v1.2.2-dev.43 [2021-03-05T18:49:52.170Z] v1.2.2-dev.44 [2021-03-05T18:49:52.170Z] v1.2.2-dev.45 [2021-03-05T18:49:52.171Z] v1.2.2-dev.46 [2021-03-05T18:49:52.171Z] v1.2.2-dev.47 [2021-03-05T18:49:52.171Z] v1.2.2-dev.48 [2021-03-05T18:49:52.171Z] v1.2.2-dev.49 [2021-03-05T18:49:52.171Z] v1.2.2-dev.5 [2021-03-05T18:49:52.171Z] v1.2.2-dev.50 [2021-03-05T18:49:52.171Z] v1.2.2-dev.51 [2021-03-05T18:49:52.171Z] v1.2.2-dev.52 [2021-03-05T18:49:52.171Z] v1.2.2-dev.53 [2021-03-05T18:49:52.171Z] v1.2.2-dev.54 [2021-03-05T18:49:52.171Z] v1.2.2-dev.55 [2021-03-05T18:49:52.171Z] v1.2.2-dev.56 [2021-03-05T18:49:52.171Z] v1.2.2-dev.57 [2021-03-05T18:49:52.171Z] v1.2.2-dev.58 [2021-03-05T18:49:52.171Z] v1.2.2-dev.59 [2021-03-05T18:49:52.171Z] v1.2.2-dev.6 [2021-03-05T18:49:52.171Z] v1.2.2-dev.60 [2021-03-05T18:49:52.171Z] v1.2.2-dev.61 [2021-03-05T18:49:52.171Z] v1.2.2-dev.62 [2021-03-05T18:49:52.171Z] v1.2.2-dev.63 [2021-03-05T18:49:52.171Z] v1.2.2-dev.64 [2021-03-05T18:49:52.171Z] v1.2.2-dev.65 [2021-03-05T18:49:52.171Z] v1.2.2-dev.66 [2021-03-05T18:49:52.171Z] v1.2.2-dev.67 [2021-03-05T18:49:52.171Z] v1.2.2-dev.68 [2021-03-05T18:49:52.171Z] v1.2.2-dev.69 [2021-03-05T18:49:52.171Z] v1.2.2-dev.7 [2021-03-05T18:49:52.171Z] v1.2.2-dev.70 [2021-03-05T18:49:52.171Z] v1.2.2-dev.71 [2021-03-05T18:49:52.171Z] v1.2.2-dev.72 [2021-03-05T18:49:52.171Z] v1.2.2-dev.73 [2021-03-05T18:49:52.171Z] v1.2.2-dev.74 [2021-03-05T18:49:52.171Z] v1.2.2-dev.75 [2021-03-05T18:49:52.171Z] v1.2.2-dev.76 [2021-03-05T18:49:52.171Z] v1.2.2-dev.77 [2021-03-05T18:49:52.171Z] v1.2.2-dev.78 [2021-03-05T18:49:52.171Z] v1.2.2-dev.79 [2021-03-05T18:49:52.171Z] v1.2.2-dev.8 [2021-03-05T18:49:52.171Z] v1.2.2-dev.80 [2021-03-05T18:49:52.171Z] v1.2.2-dev.81 [2021-03-05T18:49:52.171Z] v1.2.2-dev.82 [2021-03-05T18:49:52.171Z] v1.2.2-dev.83 [2021-03-05T18:49:52.171Z] v1.2.2-dev.84 [2021-03-05T18:49:52.171Z] v1.2.2-dev.85 [2021-03-05T18:49:52.171Z] v1.2.2-dev.86 [2021-03-05T18:49:52.171Z] v1.2.2-dev.87 [2021-03-05T18:49:52.171Z] v1.2.2-dev.88 [2021-03-05T18:49:52.171Z] v1.2.2-dev.89 [2021-03-05T18:49:52.171Z] v1.2.2-dev.9 [2021-03-05T18:49:52.171Z] v1.2.2-dev.90 [2021-03-05T18:49:52.171Z] v1.2.2-dev.91 [2021-03-05T18:49:52.171Z] v1.2.2-dev.92 [2021-03-05T18:49:52.171Z] v1.2.2-dev.93 [2021-03-05T18:49:52.171Z] v1.2.2-dev.94 [2021-03-05T18:49:52.171Z] v1.2.2-dev.95 [2021-03-05T18:49:52.171Z] v1.2.2-dev.96 [2021-03-05T18:49:52.171Z] v1.2.2-dev.97 [2021-03-05T18:49:52.171Z] v1.2.2-dev.98 [2021-03-05T18:49:52.171Z] v1.2.2-dev.99 [2021-03-05T18:49:52.171Z] v1.3.0 [2021-03-05T18:49:52.171Z] v1.3.1 [2021-03-05T18:49:52.171Z] v1.3.1-dev.1 [2021-03-05T18:49:52.171Z] v1.3.1-dev.10 [2021-03-05T18:49:52.171Z] v1.3.1-dev.11 [2021-03-05T18:49:52.171Z] v1.3.1-dev.12 [2021-03-05T18:49:52.171Z] v1.3.1-dev.13 [2021-03-05T18:49:52.171Z] v1.3.1-dev.14 [2021-03-05T18:49:52.171Z] v1.3.1-dev.15 [2021-03-05T18:49:52.171Z] v1.3.1-dev.16 [2021-03-05T18:49:52.171Z] v1.3.1-dev.17 [2021-03-05T18:49:52.171Z] v1.3.1-dev.18 [2021-03-05T18:49:52.171Z] v1.3.1-dev.2 [2021-03-05T18:49:52.171Z] v1.3.1-dev.3 [2021-03-05T18:49:52.171Z] v1.3.1-dev.4 [2021-03-05T18:49:52.171Z] v1.3.1-dev.5 [2021-03-05T18:49:52.171Z] v1.3.1-dev.6 [2021-03-05T18:49:52.171Z] v1.3.1-dev.7 [2021-03-05T18:49:52.171Z] v1.3.1-dev.8 [2021-03-05T18:49:52.171Z] v1.3.1-dev.9 [2021-03-05T18:49:52.171Z] v2.0.0-dev.1 [2021-03-05T18:49:52.171Z] v2.0.0-dev.10 [2021-03-05T18:49:52.171Z] v2.0.0-dev.100 [2021-03-05T18:49:52.171Z] v2.0.0-dev.101 [2021-03-05T18:49:52.171Z] v2.0.0-dev.102 [2021-03-05T18:49:52.171Z] v2.0.0-dev.103 [2021-03-05T18:49:52.171Z] v2.0.0-dev.104 [2021-03-05T18:49:52.171Z] v2.0.0-dev.105 [2021-03-05T18:49:52.171Z] v2.0.0-dev.106 [2021-03-05T18:49:52.171Z] v2.0.0-dev.107 [2021-03-05T18:49:52.171Z] v2.0.0-dev.108 [2021-03-05T18:49:52.171Z] v2.0.0-dev.109 [2021-03-05T18:49:52.171Z] v2.0.0-dev.11 [2021-03-05T18:49:52.171Z] v2.0.0-dev.110 [2021-03-05T18:49:52.171Z] v2.0.0-dev.111 [2021-03-05T18:49:52.171Z] v2.0.0-dev.112 [2021-03-05T18:49:52.171Z] v2.0.0-dev.113 [2021-03-05T18:49:52.171Z] v2.0.0-dev.114 [2021-03-05T18:49:52.171Z] v2.0.0-dev.115 [2021-03-05T18:49:52.171Z] v2.0.0-dev.12 [2021-03-05T18:49:52.171Z] v2.0.0-dev.13 [2021-03-05T18:49:52.171Z] v2.0.0-dev.14 [2021-03-05T18:49:52.171Z] v2.0.0-dev.15 [2021-03-05T18:49:52.171Z] v2.0.0-dev.16 [2021-03-05T18:49:52.171Z] v2.0.0-dev.17 [2021-03-05T18:49:52.171Z] v2.0.0-dev.18 [2021-03-05T18:49:52.171Z] v2.0.0-dev.19 [2021-03-05T18:49:52.171Z] v2.0.0-dev.2 [2021-03-05T18:49:52.171Z] v2.0.0-dev.20 [2021-03-05T18:49:52.171Z] v2.0.0-dev.21 [2021-03-05T18:49:52.171Z] v2.0.0-dev.22 [2021-03-05T18:49:52.171Z] v2.0.0-dev.23 [2021-03-05T18:49:52.171Z] v2.0.0-dev.24 [2021-03-05T18:49:52.171Z] v2.0.0-dev.25 [2021-03-05T18:49:52.171Z] v2.0.0-dev.26 [2021-03-05T18:49:52.171Z] v2.0.0-dev.27 [2021-03-05T18:49:52.171Z] v2.0.0-dev.28 [2021-03-05T18:49:52.171Z] v2.0.0-dev.29 [2021-03-05T18:49:52.171Z] v2.0.0-dev.3 [2021-03-05T18:49:52.171Z] v2.0.0-dev.30 [2021-03-05T18:49:52.171Z] v2.0.0-dev.31 [2021-03-05T18:49:52.171Z] v2.0.0-dev.32 [2021-03-05T18:49:52.171Z] v2.0.0-dev.33 [2021-03-05T18:49:52.171Z] v2.0.0-dev.34 [2021-03-05T18:49:52.171Z] v2.0.0-dev.35 [2021-03-05T18:49:52.171Z] v2.0.0-dev.36 [2021-03-05T18:49:52.171Z] v2.0.0-dev.37 [2021-03-05T18:49:52.171Z] v2.0.0-dev.38 [2021-03-05T18:49:52.171Z] v2.0.0-dev.39 [2021-03-05T18:49:52.171Z] v2.0.0-dev.4 [2021-03-05T18:49:52.171Z] v2.0.0-dev.40 [2021-03-05T18:49:52.171Z] v2.0.0-dev.41 [2021-03-05T18:49:52.171Z] v2.0.0-dev.42 [2021-03-05T18:49:52.171Z] v2.0.0-dev.43 [2021-03-05T18:49:52.171Z] v2.0.0-dev.44 [2021-03-05T18:49:52.171Z] v2.0.0-dev.45 [2021-03-05T18:49:52.171Z] v2.0.0-dev.46 [2021-03-05T18:49:52.171Z] v2.0.0-dev.47 [2021-03-05T18:49:52.171Z] v2.0.0-dev.48 [2021-03-05T18:49:52.171Z] v2.0.0-dev.49 [2021-03-05T18:49:52.171Z] v2.0.0-dev.5 [2021-03-05T18:49:52.171Z] v2.0.0-dev.50 [2021-03-05T18:49:52.171Z] v2.0.0-dev.51 [2021-03-05T18:49:52.171Z] v2.0.0-dev.52 [2021-03-05T18:49:52.171Z] v2.0.0-dev.53 [2021-03-05T18:49:52.171Z] v2.0.0-dev.54 [2021-03-05T18:49:52.171Z] v2.0.0-dev.55 [2021-03-05T18:49:52.171Z] v2.0.0-dev.56 [2021-03-05T18:49:52.171Z] v2.0.0-dev.57 [2021-03-05T18:49:52.171Z] v2.0.0-dev.58 [2021-03-05T18:49:52.171Z] v2.0.0-dev.59 [2021-03-05T18:49:52.171Z] v2.0.0-dev.6 [2021-03-05T18:49:52.171Z] v2.0.0-dev.60 [2021-03-05T18:49:52.171Z] v2.0.0-dev.61 [2021-03-05T18:49:52.171Z] v2.0.0-dev.62 [2021-03-05T18:49:52.171Z] v2.0.0-dev.63 [2021-03-05T18:49:52.171Z] v2.0.0-dev.64 [2021-03-05T18:49:52.171Z] v2.0.0-dev.65 [2021-03-05T18:49:52.171Z] v2.0.0-dev.66 [2021-03-05T18:49:52.171Z] v2.0.0-dev.67 [2021-03-05T18:49:52.171Z] v2.0.0-dev.68 [2021-03-05T18:49:52.171Z] v2.0.0-dev.69 [2021-03-05T18:49:52.171Z] v2.0.0-dev.7 [2021-03-05T18:49:52.171Z] v2.0.0-dev.70 [2021-03-05T18:49:52.171Z] v2.0.0-dev.71 [2021-03-05T18:49:52.171Z] v2.0.0-dev.72 [2021-03-05T18:49:52.171Z] v2.0.0-dev.73 [2021-03-05T18:49:52.171Z] v2.0.0-dev.74 [2021-03-05T18:49:52.171Z] v2.0.0-dev.75 [2021-03-05T18:49:52.171Z] v2.0.0-dev.76 [2021-03-05T18:49:52.171Z] v2.0.0-dev.77 [2021-03-05T18:49:52.171Z] v2.0.0-dev.78 [2021-03-05T18:49:52.171Z] v2.0.0-dev.79 [2021-03-05T18:49:52.171Z] v2.0.0-dev.8 [2021-03-05T18:49:52.171Z] v2.0.0-dev.80 [2021-03-05T18:49:52.171Z] v2.0.0-dev.81 [2021-03-05T18:49:52.171Z] v2.0.0-dev.82 [2021-03-05T18:49:52.171Z] v2.0.0-dev.83 [2021-03-05T18:49:52.171Z] v2.0.0-dev.84 [2021-03-05T18:49:52.171Z] v2.0.0-dev.85 [2021-03-05T18:49:52.171Z] v2.0.0-dev.86 [2021-03-05T18:49:52.171Z] v2.0.0-dev.87 [2021-03-05T18:49:52.171Z] v2.0.0-dev.88 [2021-03-05T18:49:52.171Z] v2.0.0-dev.89 [2021-03-05T18:49:52.171Z] v2.0.0-dev.9 [2021-03-05T18:49:52.171Z] v2.0.0-dev.90 [2021-03-05T18:49:52.171Z] v2.0.0-dev.91 [2021-03-05T18:49:52.171Z] v2.0.0-dev.92 [2021-03-05T18:49:52.171Z] v2.0.0-dev.93 [2021-03-05T18:49:52.171Z] v2.0.0-dev.94 [2021-03-05T18:49:52.171Z] v2.0.0-dev.95 [2021-03-05T18:49:52.171Z] v2.0.0-dev.96 [2021-03-05T18:49:52.171Z] v2.0.0-dev.97 [2021-03-05T18:49:52.171Z] v2.0.0-dev.98 [2021-03-05T18:49:52.171Z] v2.0.0-dev.99 [Pipeline] sh [2021-03-05T18:49:52.469Z] + lftools sign git-tag v2.0.0-dev.115 [2021-03-05T18:49:53.859Z] Signing Git tag with Sigul... [2021-03-05T18:49:53.859Z] Signing v2.0.0-dev.115 [Pipeline] echo [2021-03-05T18:49:54.815Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T18:49:55.229Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-03-05T18:49:55.248Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-03-05T18:49:55.345Z] $ docker stop --time=1 3e3c7248ada20d3535dd55d4519d964f193569ef46dfdd962418a607fd361b41 [2021-03-05T18:49:57.412Z] $ docker rm -f 3e3c7248ada20d3535dd55d4519d964f193569ef46dfdd962418a607fd361b41 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:49:58.271Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-05T18:49:58.271Z] . [Pipeline] withDockerContainer [2021-03-05T18:49:58.390Z] prd-centos7-docker-4c-2g-28729 does not seem to be running inside a container [2021-03-05T18:49:58.443Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/382 -v /w/workspace/edgex-go/382:/w/workspace/edgex-go/382:rw,z -v /w/workspace/edgex-go/382@tmp:/w/workspace/edgex-go/382@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-05T18:49:59.312Z] $ docker top 00f5db78a58884de8fec99e1512224c4808d8c76bbea8b0a4a719ed767960da5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-05T18:49:59.769Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-05T18:49:59.769Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-05T18:50:00.063Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-05T18:50:00.068Z] $ docker exec 00f5db78a58884de8fec99e1512224c4808d8c76bbea8b0a4a719ed767960da5 ssh-agent [2021-03-05T18:50:00.301Z] SSH_AUTH_SOCK=/tmp/ssh-hVG9STGdbAaa/agent.12 [2021-03-05T18:50:00.301Z] SSH_AGENT_PID=17 [2021-03-05T18:50:00.309Z] Running ssh-add (command line suppressed) [2021-03-05T18:50:00.461Z] Identity added: /w/workspace/edgex-go/382@tmp/private_key_1102050163028291276.key (/w/workspace/edgex-go/382@tmp/private_key_1102050163028291276.key) [2021-03-05T18:50:00.528Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-05T18:50:00.876Z] + git semver bump pre [2021-03-05T18:50:00.876Z] # -> Open(): unable to determine branch for HEAD [2021-03-05T18:50:00.876Z] # $GIT_DIR = /w/workspace/edgex-go/382/.git [2021-03-05T18:50:00.876Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/382 [2021-03-05T18:50:00.876Z] # $SEMVER_REMOTE_NAME = origin [2021-03-05T18:50:00.876Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-05T18:50:00.876Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-05T18:50:00.876Z] # $SEMVER_BRANCH = master [2021-03-05T18:50:00.876Z] # $SEMVER_DIR = /w/workspace/edgex-go/382/.semver [2021-03-05T18:50:00.876Z] 2.0.0-dev.116 [Pipeline] } [2021-03-05T18:50:00.890Z] $ docker exec --env ******** --env ******** 00f5db78a58884de8fec99e1512224c4808d8c76bbea8b0a4a719ed767960da5 ssh-agent -k [2021-03-05T18:50:01.033Z] unset SSH_AUTH_SOCK; [2021-03-05T18:50:01.034Z] unset SSH_AGENT_PID; [2021-03-05T18:50:01.034Z] echo Agent pid 17 killed; [2021-03-05T18:50:01.092Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-05T18:50:01.575Z] + git semver [Pipeline] } [2021-03-05T18:50:01.596Z] $ docker stop --time=1 00f5db78a58884de8fec99e1512224c4808d8c76bbea8b0a4a719ed767960da5 [2021-03-05T18:50:02.996Z] $ docker rm -f 00f5db78a58884de8fec99e1512224c4808d8c76bbea8b0a4a719ed767960da5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:50:03.559Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-05T18:50:03.559Z] . [Pipeline] withDockerContainer [2021-03-05T18:50:03.676Z] prd-centos7-docker-4c-2g-28729 does not seem to be running inside a container [2021-03-05T18:50:03.728Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/382 -v /w/workspace/edgex-go/382:/w/workspace/edgex-go/382:rw,z -v /w/workspace/edgex-go/382@tmp:/w/workspace/edgex-go/382@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-05T18:50:04.509Z] $ docker top 28bfc5c9f4e90e045867697f9e5f6e0a0eade1822670239bd9331b2485c32344 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-05T18:50:04.904Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-05T18:50:04.904Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-05T18:50:05.139Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-05T18:50:05.145Z] $ docker exec 28bfc5c9f4e90e045867697f9e5f6e0a0eade1822670239bd9331b2485c32344 ssh-agent [2021-03-05T18:50:05.343Z] SSH_AUTH_SOCK=/tmp/ssh-58tInSh0nHYt/agent.12 [2021-03-05T18:50:05.343Z] SSH_AGENT_PID=18 [2021-03-05T18:50:05.351Z] Running ssh-add (command line suppressed) [2021-03-05T18:50:05.491Z] Identity added: /w/workspace/edgex-go/382@tmp/private_key_6506711918296243057.key (/w/workspace/edgex-go/382@tmp/private_key_6506711918296243057.key) [2021-03-05T18:50:05.555Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-05T18:50:05.892Z] + git semver push [2021-03-05T18:50:05.892Z] # -> Open(): unable to determine branch for HEAD [2021-03-05T18:50:05.892Z] # $GIT_DIR = /w/workspace/edgex-go/382/.git [2021-03-05T18:50:05.892Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/382 [2021-03-05T18:50:05.892Z] # $SEMVER_REMOTE_NAME = origin [2021-03-05T18:50:05.892Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-05T18:50:05.892Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-05T18:50:05.892Z] # $SEMVER_BRANCH = master [2021-03-05T18:50:05.892Z] # $SEMVER_DIR = /w/workspace/edgex-go/382/.semver [Pipeline] } [2021-03-05T18:50:14.077Z] $ docker exec --env ******** --env ******** 28bfc5c9f4e90e045867697f9e5f6e0a0eade1822670239bd9331b2485c32344 ssh-agent -k [2021-03-05T18:50:14.218Z] unset SSH_AUTH_SOCK; [2021-03-05T18:50:14.218Z] unset SSH_AGENT_PID; [2021-03-05T18:50:14.219Z] echo Agent pid 18 killed; [2021-03-05T18:50:14.280Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-05T18:50:14.763Z] + git semver [Pipeline] } [2021-03-05T18:50:14.781Z] $ docker stop --time=1 28bfc5c9f4e90e045867697f9e5f6e0a0eade1822670239bd9331b2485c32344 [2021-03-05T18:50:16.177Z] $ docker rm -f 28bfc5c9f4e90e045867697f9e5f6e0a0eade1822670239bd9331b2485c32344 [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-05T18:50:17.272Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T18:50:18.156Z] ---> package-listing.sh [2021-03-05T18:50:18.156Z] ++ facter osfamily [2021-03-05T18:50:18.156Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-05T18:50:18.156Z] + OS_FAMILY=redhat [2021-03-05T18:50:18.156Z] + workspace=/w/workspace/edgex-go/382 [2021-03-05T18:50:18.156Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-05T18:50:18.156Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-05T18:50:18.156Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-05T18:50:18.156Z] + PACKAGES=/tmp/packages_start.txt [2021-03-05T18:50:18.156Z] + '[' /w/workspace/edgex-go/382 ']' [2021-03-05T18:50:18.156Z] + PACKAGES=/tmp/packages_end.txt [2021-03-05T18:50:18.156Z] + case "${OS_FAMILY}" in [2021-03-05T18:50:18.156Z] + rpm -qa [2021-03-05T18:50:18.156Z] + sort [2021-03-05T18:50:23.459Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-05T18:50:23.459Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-05T18:50:23.459Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-05T18:50:23.459Z] + '[' /w/workspace/edgex-go/382 ']' [2021-03-05T18:50:23.459Z] + mkdir -p /w/workspace/edgex-go/382/archives/ [2021-03-05T18:50:23.459Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/382/archives/ [Pipeline] echo [2021-03-05T18:50:23.473Z] 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/382/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-05T18:50:23.764Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:50:24.071Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-05T18:50:24.071Z] [2021-03-05T18:50:24.071Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:50:24.424Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-05T18:50:24.424Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-05T18:50:24.424Z] df20fa9351a1: Pulling fs layer [2021-03-05T18:50:24.424Z] 36b3adc4ff6f: Pulling fs layer [2021-03-05T18:50:24.424Z] 8ad3a11d3b57: Pulling fs layer [2021-03-05T18:50:24.424Z] 46f8f816bc3b: Pulling fs layer [2021-03-05T18:50:24.424Z] 93b61091891f: Pulling fs layer [2021-03-05T18:50:24.424Z] 93b9cdb0e59b: Pulling fs layer [2021-03-05T18:50:24.424Z] 5e14af77c1be: Pulling fs layer [2021-03-05T18:50:24.424Z] 01666e4c0597: Pulling fs layer [2021-03-05T18:50:24.424Z] aa168da1d23b: Pulling fs layer [2021-03-05T18:50:24.424Z] 93b61091891f: Waiting [2021-03-05T18:50:24.424Z] 93b9cdb0e59b: Waiting [2021-03-05T18:50:24.424Z] 5e14af77c1be: Waiting [2021-03-05T18:50:24.424Z] 01666e4c0597: Waiting [2021-03-05T18:50:24.424Z] aa168da1d23b: Waiting [2021-03-05T18:50:24.424Z] 46f8f816bc3b: Waiting [2021-03-05T18:50:24.424Z] 36b3adc4ff6f: Verifying Checksum [2021-03-05T18:50:24.424Z] 36b3adc4ff6f: Download complete [2021-03-05T18:50:24.424Z] 46f8f816bc3b: Verifying Checksum [2021-03-05T18:50:24.424Z] 46f8f816bc3b: Download complete [2021-03-05T18:50:24.686Z] df20fa9351a1: Verifying Checksum [2021-03-05T18:50:24.686Z] df20fa9351a1: Download complete [2021-03-05T18:50:24.686Z] 93b9cdb0e59b: Verifying Checksum [2021-03-05T18:50:24.686Z] 93b9cdb0e59b: Download complete [2021-03-05T18:50:24.686Z] 93b61091891f: Verifying Checksum [2021-03-05T18:50:24.686Z] 93b61091891f: Download complete [2021-03-05T18:50:24.686Z] 5e14af77c1be: Download complete [2021-03-05T18:50:24.686Z] 01666e4c0597: Verifying Checksum [2021-03-05T18:50:24.686Z] 01666e4c0597: Download complete [2021-03-05T18:50:24.951Z] df20fa9351a1: Pull complete [2021-03-05T18:50:25.215Z] 36b3adc4ff6f: Pull complete [2021-03-05T18:50:25.479Z] 8ad3a11d3b57: Verifying Checksum [2021-03-05T18:50:25.479Z] 8ad3a11d3b57: Download complete [2021-03-05T18:50:26.883Z] aa168da1d23b: Verifying Checksum [2021-03-05T18:50:26.883Z] aa168da1d23b: Download complete [2021-03-05T18:50:27.459Z] 8ad3a11d3b57: Pull complete [2021-03-05T18:50:27.721Z] 46f8f816bc3b: Pull complete [2021-03-05T18:50:27.982Z] 93b61091891f: Pull complete [2021-03-05T18:50:28.244Z] 93b9cdb0e59b: Pull complete [2021-03-05T18:50:28.244Z] 5e14af77c1be: Pull complete [2021-03-05T18:50:28.506Z] 01666e4c0597: Pull complete [2021-03-05T18:50:36.682Z] aa168da1d23b: Pull complete [2021-03-05T18:50:36.682Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-05T18:50:36.682Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-05T18:50:36.682Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-05T18:50:36.881Z] prd-centos7-docker-4c-2g-28729 does not seem to be running inside a container [2021-03-05T18:50:36.931Z] $ 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/382/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/382 -v /w/workspace/edgex-go/382:/w/workspace/edgex-go/382:rw,z -v /w/workspace/edgex-go/382@tmp:/w/workspace/edgex-go/382@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-05T18:50:40.999Z] $ docker top 8fe94df7fa7e5319b40fe636cc8500277e05fe89b6972ed124bc268592da5b5d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T18:50:41.576Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-05T18:50:41.879Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-05T18:50:42.189Z] + ls /var/log/sa-host [2021-03-05T18:50:42.190Z] + sadf -c /var/log/sa-host/sa05 [2021-03-05T18:50:42.190Z] file_magic: OK [2021-03-05T18:50:42.190Z] HZ: Using current value: 100 [2021-03-05T18:50:42.190Z] file_header: OK [2021-03-05T18:50:42.190Z] 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-05T18:50:42.190Z] Statistics: [2021-03-05T18:50:42.190Z] 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-05T18:50:42.190Z] File successfully converted to sysstat format version 12.2.1 [2021-03-05T18:50:42.190Z] + sadf -c /var/log/sa-host/sa23 [2021-03-05T18:50:42.190Z] file_magic: OK [2021-03-05T18:50:42.190Z] HZ: Using current value: 100 [2021-03-05T18:50:42.190Z] file_header: OK [2021-03-05T18:50:42.190Z] 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-05T18:50:42.190Z] Statistics: [2021-03-05T18:50:42.190Z] Hnuu...uuuununununu... [2021-03-05T18:50:42.190Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-05T18:50:42.409Z] provisioning config files... [2021-03-05T18:50:42.425Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/382@tmp/config4933863336238486678tmp [Pipeline] { [Pipeline] echo [2021-03-05T18:50:42.499Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T18:50:42.800Z] ---> create-netrc.sh [Pipeline] } [2021-03-05T18:50:43.071Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-05T18:50:43.356Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T18:50:43.653Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-05T18:50:43.663Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T18:50:43.968Z] ---> sudo-logs.sh [2021-03-05T18:50:43.968Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-05T18:50:44.028Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T18:50:44.329Z] ---> job-cost.sh [2021-03-05T18:50:44.329Z] lf-activate-venv: SKIPPING [2021-03-05T18:50:44.329Z] DEBUG: total: 0.20999999344348907 [2021-03-05T18:50:44.329Z] INFO: Retrieving Stack Cost... [2021-03-05T18:50:45.719Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-05T18:50:45.980Z] INFO: Archiving Costs [Pipeline] echo [2021-03-05T18:50:45.993Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T18:50:46.293Z] ---> logs-deploy.sh [2021-03-05T18:50:46.293Z] lf-activate-venv: SKIPPING [2021-03-05T18:50:46.293Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/382 [2021-03-05T18:50:46.293Z] INFO: archiving workspace using pattern(s): [2021-03-05T18:50:47.683Z] Archives upload complete. [2021-03-05T18:50:47.944Z] INFO: archiving logs to Nexus