Started by user Ernesto Ojeda Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ced48a9704d45a78ce2a225541f5314d2d8a1195 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 cd8b19c85d05d3f0b3e5ef71091fd817c91eae6e 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 cd8b19c85d05d3f0b3e5ef71091fd817c91eae6e 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 cd8b19c85d05d3f0b3e5ef71091fd817c91eae6e (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cd8b19c85d05d3f0b3e5ef71091fd817c91eae6e # timeout=10 Commit message: "Merge pull request #309 from ernestojeda/fix-swagger-publish" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-20022 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/291 [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/291 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision ced48a9704d45a78ce2a225541f5314d2d8a1195 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f ced48a9704d45a78ce2a225541f5314d2d8a1195 # timeout=10 Commit message: "fix: update chown options (#3024)" > git rev-list --no-walk ced48a9704d45a78ce2a225541f5314d2d8a1195 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-13T19:21:00.900Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-13T19:21:01.219Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-13T19:21:01.333Z] ========================================================= [2021-01-13T19:21:01.333Z] EdgeX Global Pipelines Version Info [2021-01-13T19:21:01.333Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-13T19:21:03.343Z] ------------------- [2021-01-13T19:21:03.344Z] stable info: [2021-01-13T19:21:03.344Z] ------------------- [2021-01-13T19:21:03.344Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-13T19:21:03.344Z] Commit SHA: cd8b19c85d05d3f0b3e5ef71091fd817c91eae6e [2021-01-13T19:21:03.344Z] Message: update stable to v1.0.176 [2021-01-13T19:21:03.922Z] ------------------- [2021-01-13T19:21:03.922Z] experimental info: [2021-01-13T19:21:03.922Z] ------------------- [2021-01-13T19:21:03.922Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-13T19:21:03.922Z] Commit SHA: cd8b19c85d05d3f0b3e5ef71091fd817c91eae6e [2021-01-13T19:21:03.922Z] Message: update experimental to v1.0.176 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-13T19:21:04.260Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-13T19:21:04.406Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-13T19:21:04.510Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-13T19:21:04.614Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-13T19:21:04.746Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-13T19:21:04.875Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-13T19:21:04.981Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-13T19:21:05.160Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-13T19:21:05.293Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-13T19:21:05.396Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-13T19:21:05.516Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-13T19:21:05.614Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-13T19:21:05.727Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-13T19:21:05.851Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-13T19:21:05.957Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-13T19:21:06.059Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-13T19:21:06.171Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-13T19:21:06.268Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-13T19:21:06.364Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-13T19:21:06.477Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-13T19:21:06.575Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-13T19:21:06.675Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-13T19:21:06.793Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-13T19:21:06.900Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-13T19:21:07.006Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-13T19:21:07.128Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-13T19:21:07.228Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ced48a9704d45a78ce2a225541f5314d2d8a1195 [Pipeline] echo [2021-01-13T19:21:07.320Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ced48a9 [Pipeline] echo [2021-01-13T19:21:07.435Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-13T19:21:07.630Z] provisioning config files... [2021-01-13T19:21:07.660Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/291@tmp/config6957857821754792875tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-13T19:21:08.089Z] ---> docker-login.sh [2021-01-13T19:21:08.090Z] nexus3.edgexfoundry.org:10001 [2021-01-13T19:21:08.353Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T19:21:08.616Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T19:21:08.616Z] Configure a credential helper to remove this warning. See [2021-01-13T19:21:08.616Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T19:21:08.616Z] [2021-01-13T19:21:08.616Z] Login Succeeded [2021-01-13T19:21:08.616Z] nexus3.edgexfoundry.org:10002 [2021-01-13T19:21:08.616Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T19:21:08.616Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T19:21:08.616Z] Configure a credential helper to remove this warning. See [2021-01-13T19:21:08.616Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T19:21:08.616Z] [2021-01-13T19:21:08.616Z] Login Succeeded [2021-01-13T19:21:08.616Z] nexus3.edgexfoundry.org:10003 [2021-01-13T19:21:08.879Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T19:21:08.879Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T19:21:08.879Z] Configure a credential helper to remove this warning. See [2021-01-13T19:21:08.879Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T19:21:08.879Z] [2021-01-13T19:21:08.879Z] Login Succeeded [2021-01-13T19:21:08.879Z] nexus3.edgexfoundry.org:10004 [2021-01-13T19:21:09.143Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T19:21:09.143Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T19:21:09.143Z] Configure a credential helper to remove this warning. See [2021-01-13T19:21:09.143Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T19:21:09.143Z] [2021-01-13T19:21:09.143Z] Login Succeeded [2021-01-13T19:21:09.143Z] docker.io [2021-01-13T19:21:09.143Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T19:21:09.718Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T19:21:09.718Z] Configure a credential helper to remove this warning. See [2021-01-13T19:21:09.718Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T19:21:09.718Z] [2021-01-13T19:21:09.718Z] Login Succeeded [2021-01-13T19:21:09.718Z] ---> docker-login.sh ends [Pipeline] } [2021-01-13T19:21:09.728Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-13T19:21:10.248Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/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-01-13T19:21:10.248Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T19:21:10.248Z] ++ dirname cmd/core-command/Dockerfile [2021-01-13T19:21:10.248Z] ++ cut -d/ -f2 [2021-01-13T19:21:10.248Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-13T19:21:10.248Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T19:21:10.248Z] ++ dirname cmd/core-data/Dockerfile [2021-01-13T19:21:10.248Z] ++ cut -d/ -f2 [2021-01-13T19:21:10.248Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-13T19:21:10.248Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T19:21:10.248Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-13T19:21:10.248Z] ++ cut -d/ -f2 [2021-01-13T19:21:10.248Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-13T19:21:10.248Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T19:21:10.248Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-13T19:21:10.248Z] ++ cut -d/ -f2 [2021-01-13T19:21:10.248Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-13T19:21:10.248Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T19:21:10.248Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-13T19:21:10.248Z] ++ cut -d/ -f2 [2021-01-13T19:21:10.248Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-13T19:21:10.248Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T19:21:10.248Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-13T19:21:10.248Z] ++ cut -d/ -f2 [2021-01-13T19:21:10.248Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-13T19:21:10.248Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T19:21:10.248Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-13T19:21:10.248Z] ++ cut -d/ -f2 [2021-01-13T19:21:10.248Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-13T19:21:10.248Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T19:21:10.248Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-13T19:21:10.248Z] ++ cut -d/ -f2 [2021-01-13T19:21:10.248Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-13T19:21:10.248Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T19:21:10.248Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-13T19:21:10.248Z] ++ cut -d/ -f2 [2021-01-13T19:21:10.248Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-13T19:21:10.327Z] 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-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/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-01-13T19:21:12.058Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-13T19:21:12.058Z] [2021-01-13T19:21:12.058Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:21:12.473Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-13T19:21:12.473Z] latest: Pulling from edgex-devops/git-semver [2021-01-13T19:21:12.473Z] 31603596830f: Pulling fs layer [2021-01-13T19:21:12.473Z] 2a8b12db71e7: Pulling fs layer [2021-01-13T19:21:12.473Z] 6ca5941a6612: Pulling fs layer [2021-01-13T19:21:12.473Z] ecc8261a40a4: Pulling fs layer [2021-01-13T19:21:12.473Z] ecc8261a40a4: Waiting [2021-01-13T19:21:12.473Z] 2a8b12db71e7: Verifying Checksum [2021-01-13T19:21:12.473Z] 2a8b12db71e7: Download complete [2021-01-13T19:21:12.473Z] 31603596830f: Verifying Checksum [2021-01-13T19:21:12.473Z] 31603596830f: Download complete [2021-01-13T19:21:12.738Z] ecc8261a40a4: Verifying Checksum [2021-01-13T19:21:12.738Z] ecc8261a40a4: Download complete [2021-01-13T19:21:12.738Z] 6ca5941a6612: Verifying Checksum [2021-01-13T19:21:12.738Z] 6ca5941a6612: Download complete [2021-01-13T19:21:13.001Z] 31603596830f: Pull complete [2021-01-13T19:21:13.001Z] 2a8b12db71e7: Pull complete [2021-01-13T19:21:13.950Z] 6ca5941a6612: Pull complete [2021-01-13T19:21:14.213Z] ecc8261a40a4: Pull complete [2021-01-13T19:21:14.213Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-13T19:21:14.213Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-13T19:21:14.213Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-13T19:21:14.359Z] prd-centos7-docker-4c-2g-20022 does not seem to be running inside a container [2021-01-13T19:21:14.411Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/291 -v /w/workspace/edgex-go/291:/w/workspace/edgex-go/291:rw,z -v /w/workspace/edgex-go/291@tmp:/w/workspace/edgex-go/291@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-13T19:21:17.302Z] $ docker top 90929f0436a7a34eb0cd992ef4a8720414635b0e6b9232e838fce661250631b4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-13T19:21:17.639Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-13T19:21:17.639Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-13T19:21:17.869Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-13T19:21:17.873Z] $ docker exec 90929f0436a7a34eb0cd992ef4a8720414635b0e6b9232e838fce661250631b4 ssh-agent [2021-01-13T19:21:18.042Z] SSH_AUTH_SOCK=/tmp/ssh-SU2UsceHMyg3/agent.12 [2021-01-13T19:21:18.042Z] SSH_AGENT_PID=18 [2021-01-13T19:21:18.057Z] Running ssh-add (command line suppressed) [2021-01-13T19:21:18.195Z] Identity added: /w/workspace/edgex-go/291@tmp/private_key_3978592234729614168.key (/w/workspace/edgex-go/291@tmp/private_key_3978592234729614168.key) [2021-01-13T19:21:18.252Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-13T19:21:18.590Z] + git tag --points-at HEAD [Pipeline] } [2021-01-13T19:21:18.614Z] $ docker exec --env ******** --env ******** 90929f0436a7a34eb0cd992ef4a8720414635b0e6b9232e838fce661250631b4 ssh-agent -k [2021-01-13T19:21:18.728Z] unset SSH_AUTH_SOCK; [2021-01-13T19:21:18.729Z] unset SSH_AGENT_PID; [2021-01-13T19:21:18.729Z] echo Agent pid 18 killed; [2021-01-13T19:21:18.775Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-13T19:21:18.948Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-13T19:21:18.948Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-13T19:21:19.110Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-13T19:21:19.114Z] $ docker exec 90929f0436a7a34eb0cd992ef4a8720414635b0e6b9232e838fce661250631b4 ssh-agent [2021-01-13T19:21:19.278Z] SSH_AUTH_SOCK=/tmp/ssh-7UpvP6FfpBIE/agent.48 [2021-01-13T19:21:19.278Z] SSH_AGENT_PID=53 [2021-01-13T19:21:19.285Z] Running ssh-add (command line suppressed) [2021-01-13T19:21:19.402Z] Identity added: /w/workspace/edgex-go/291@tmp/private_key_3938486787672128964.key (/w/workspace/edgex-go/291@tmp/private_key_3938486787672128964.key) [2021-01-13T19:21:19.455Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-13T19:21:19.793Z] + git semver init [2021-01-13T19:21:19.793Z] # -> Open(): unable to determine branch for HEAD [2021-01-13T19:21:19.793Z] # $GIT_DIR = /w/workspace/edgex-go/291/.git [2021-01-13T19:21:19.793Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/291 [2021-01-13T19:21:19.793Z] # $SEMVER_REMOTE_NAME = origin [2021-01-13T19:21:19.793Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-13T19:21:19.793Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-13T19:21:19.793Z] # $SEMVER_BRANCH = master [2021-01-13T19:21:19.793Z] # $SEMVER_TEMP = /tmp/semver-535125264 [2021-01-13T19:21:19.793Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-13T19:21:37.946Z] # '/tmp/semver-535125264' -> '/w/workspace/edgex-go/291/.semver' [2021-01-13T19:21:37.946Z] # -> Force: false [2021-01-13T19:21:37.946Z] # $SEMVER_DIR = /w/workspace/edgex-go/291/.semver [Pipeline] } [2021-01-13T19:21:37.961Z] $ docker exec --env ******** --env ******** 90929f0436a7a34eb0cd992ef4a8720414635b0e6b9232e838fce661250631b4 ssh-agent -k [2021-01-13T19:21:38.158Z] unset SSH_AUTH_SOCK; [2021-01-13T19:21:38.158Z] unset SSH_AGENT_PID; [2021-01-13T19:21:38.158Z] echo Agent pid 53 killed; [2021-01-13T19:21:38.232Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-13T19:21:38.787Z] + git semver [Pipeline] } [2021-01-13T19:21:38.805Z] $ docker stop --time=1 90929f0436a7a34eb0cd992ef4a8720414635b0e6b9232e838fce661250631b4 [2021-01-13T19:21:40.417Z] $ docker rm -f 90929f0436a7a34eb0cd992ef4a8720414635b0e6b9232e838fce661250631b4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-13T19:21:40.981Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-13T19:21:41.527Z] Stashed 1 file(s) [Pipeline] echo [2021-01-13T19:21:41.530Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.33 [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-01-13T19:21:42.502Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-13T19:21:42.805Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-13T19:21:43.108Z] + sudo service docker restart [2021-01-13T19:21:43.108Z] + true [2021-01-13T19:21:43.108Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-13T19:21:43.705Z] ========================================================= [2021-01-13T19:21:43.705Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-13T19:21:43.705Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:21:44.053Z] + 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-01-13T19:21:48.285Z] Sending build context to Docker daemon 326.4MB [2021-01-13T19:21:48.285Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-13T19:21:48.286Z] Step 2/6 : FROM ${BASE} [2021-01-13T19:21:48.560Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-13T19:21:48.560Z] 188c0c94c7c5: Pulling fs layer [2021-01-13T19:21:48.560Z] 0ef7d3d256c8: Pulling fs layer [2021-01-13T19:21:48.560Z] de9db76c5a1d: Pulling fs layer [2021-01-13T19:21:48.560Z] bca2f99d35d6: Pulling fs layer [2021-01-13T19:21:48.560Z] 93359f2a8cfa: Pulling fs layer [2021-01-13T19:21:48.560Z] 7c6f9722023f: Pulling fs layer [2021-01-13T19:21:48.560Z] a35cf1a2eb13: Pulling fs layer [2021-01-13T19:21:48.560Z] 7c6f9722023f: Waiting [2021-01-13T19:21:48.560Z] a35cf1a2eb13: Waiting [2021-01-13T19:21:48.560Z] bca2f99d35d6: Waiting [2021-01-13T19:21:48.560Z] 93359f2a8cfa: Waiting [2021-01-13T19:21:48.560Z] de9db76c5a1d: Verifying Checksum [2021-01-13T19:21:48.560Z] de9db76c5a1d: Download complete [2021-01-13T19:21:48.560Z] 0ef7d3d256c8: Download complete [2021-01-13T19:21:48.560Z] 93359f2a8cfa: Verifying Checksum [2021-01-13T19:21:48.560Z] 93359f2a8cfa: Download complete [2021-01-13T19:21:48.560Z] 7c6f9722023f: Verifying Checksum [2021-01-13T19:21:48.560Z] 188c0c94c7c5: Verifying Checksum [2021-01-13T19:21:48.560Z] 188c0c94c7c5: Download complete [2021-01-13T19:21:49.144Z] 188c0c94c7c5: Pull complete [2021-01-13T19:21:49.144Z] 0ef7d3d256c8: Pull complete [2021-01-13T19:21:49.407Z] de9db76c5a1d: Pull complete [2021-01-13T19:21:50.804Z] a35cf1a2eb13: Verifying Checksum [2021-01-13T19:21:50.804Z] a35cf1a2eb13: Download complete [2021-01-13T19:21:51.383Z] bca2f99d35d6: Verifying Checksum [2021-01-13T19:21:51.383Z] bca2f99d35d6: Download complete [2021-01-13T19:21:56.951Z] Still waiting to schedule task [2021-01-13T19:21:56.951Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-13T19:21:58.002Z] bca2f99d35d6: Pull complete [2021-01-13T19:21:58.002Z] 93359f2a8cfa: Pull complete [2021-01-13T19:21:58.002Z] 7c6f9722023f: Pull complete [2021-01-13T19:22:02.247Z] a35cf1a2eb13: Pull complete [2021-01-13T19:22:02.247Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-13T19:22:02.247Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-13T19:22:02.247Z] ---> a62c8e92a672 [2021-01-13T19:22:02.247Z] 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-01-13T19:22:02.247Z] ---> Running in 0d964497dcc8 [2021-01-13T19:22:02.822Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T19:22:03.770Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T19:22:04.032Z] (1/12) Installing libmagic (5.38-r0) [2021-01-13T19:22:04.294Z] (2/12) Installing file (5.38-r0) [2021-01-13T19:22:04.294Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-13T19:22:04.561Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-13T19:22:08.784Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-13T19:22:08.784Z] (6/12) Installing patch (2.7.6-r6) [2021-01-13T19:22:08.784Z] (7/12) Installing build-base (0.5-r2) [2021-01-13T19:22:08.784Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-13T19:22:08.784Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-13T19:22:08.784Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-13T19:22:08.784Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-13T19:22:08.784Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-13T19:22:09.047Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T19:22:09.047Z] OK: 233 MiB in 51 packages [2021-01-13T19:22:12.381Z] Removing intermediate container 0d964497dcc8 [2021-01-13T19:22:12.381Z] ---> c1cf3105b021 [2021-01-13T19:22:12.381Z] Step 4/6 : WORKDIR /edgex-go [2021-01-13T19:22:12.381Z] ---> Running in c41d10910958 [2021-01-13T19:22:12.643Z] Removing intermediate container c41d10910958 [2021-01-13T19:22:12.643Z] ---> 8cd34038bdcc [2021-01-13T19:22:12.643Z] Step 5/6 : COPY go.mod . [2021-01-13T19:22:12.909Z] ---> d76353c4895d [2021-01-13T19:22:12.909Z] Step 6/6 : RUN go mod download [2021-01-13T19:22:12.909Z] ---> Running in e13b6d3bb3d4 [2021-01-13T19:22:34.934Z] Removing intermediate container e13b6d3bb3d4 [2021-01-13T19:22:34.934Z] ---> a9ee750bbb74 [2021-01-13T19:22:34.934Z] Successfully built a9ee750bbb74 [2021-01-13T19:22:34.934Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:22:35.254Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-13T19:22:35.254Z] . [Pipeline] withDockerContainer [2021-01-13T19:22:35.356Z] prd-centos7-docker-4c-2g-20022 does not seem to be running inside a container [2021-01-13T19:22:35.405Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/291 -v /w/workspace/edgex-go/291:/w/workspace/edgex-go/291:rw,z -v /w/workspace/edgex-go/291@tmp:/w/workspace/edgex-go/291@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-13T19:22:36.165Z] $ docker top 54b5277b77c619f785efb6f1ed8eec229974b8eda9de575dc3a7d8a0d4b2fa99 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-13T19:22:36.723Z] + go version [2021-01-13T19:22:36.723Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-13T19:22:36.738Z] $ docker stop --time=1 54b5277b77c619f785efb6f1ed8eec229974b8eda9de575dc3a7d8a0d4b2fa99 [2021-01-13T19:22:38.944Z] $ docker rm -f 54b5277b77c619f785efb6f1ed8eec229974b8eda9de575dc3a7d8a0d4b2fa99 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:22:39.861Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-13T19:22:39.861Z] . [Pipeline] withDockerContainer [2021-01-13T19:22:39.979Z] prd-centos7-docker-4c-2g-20022 does not seem to be running inside a container [2021-01-13T19:22:40.035Z] $ 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/291 -v /w/workspace/edgex-go/291:/w/workspace/edgex-go/291:rw,z -v /w/workspace/edgex-go/291@tmp:/w/workspace/edgex-go/291@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-13T19:22:40.954Z] $ docker top 3d88172892130df680117723f69fd3b9ed789c96846ed6a5e9a4f7161b0a1a82 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-13T19:22:41.193Z] ========================================================= [2021-01-13T19:22:41.193Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-13T19:22:41.193Z] ========================================================= [Pipeline] sh [2021-01-13T19:22:41.498Z] + make test [2021-01-13T19:22:41.498Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-13T19:22:49.713Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-13T19:23:07.957Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-13T19:23:09.381Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-13T19:23:11.005Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-13T19:23:11.005Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-13T19:23:11.005Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-13T19:23:11.005Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-13T19:23:11.379Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-13T19:23:11.739Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-13T19:23:12.083Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-13T19:23:12.796Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-13T19:23:14.735Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-13T19:23:14.735Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-13T19:23:14.735Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-13T19:23:16.682Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.105s coverage: 46.6% of statements [2021-01-13T19:23:16.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-13T19:23:16.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-13T19:23:16.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-13T19:23:16.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-13T19:23:16.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-13T19:23:20.927Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.221s coverage: 27.0% of statements [2021-01-13T19:23:20.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-13T19:23:20.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-13T19:23:20.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-13T19:23:20.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-13T19:23:20.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-13T19:23:20.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-13T19:23:20.927Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.036s coverage: 100.0% of statements [2021-01-13T19:23:20.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-13T19:23:20.927Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.046s coverage: 100.0% of statements [2021-01-13T19:23:20.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-13T19:23:20.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-13T19:23:20.927Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.112s coverage: 77.1% of statements [2021-01-13T19:23:20.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-13T19:23:20.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-13T19:23:21.512Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.417s coverage: 82.4% of statements [2021-01-13T19:23:21.512Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-13T19:23:21.512Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-13T19:23:21.512Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-13T19:23:21.512Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-13T19:23:22.925Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.333s coverage: 28.6% of statements [2021-01-13T19:23:22.925Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-13T19:23:22.925Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-13T19:23:22.925Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-13T19:23:22.925Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-13T19:23:22.925Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-13T19:23:22.925Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.062s coverage: 100.0% of statements [2021-01-13T19:23:22.925Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-13T19:23:22.925Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.038s coverage: 100.0% of statements [2021-01-13T19:23:22.925Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-13T19:23:22.925Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.115s coverage: 86.7% of statements [2021-01-13T19:23:22.925Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-13T19:23:23.202Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.125s coverage: 97.5% of statements [2021-01-13T19:23:23.202Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-13T19:23:23.781Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.065s coverage: 78.3% of statements [2021-01-13T19:23:23.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-13T19:23:23.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-13T19:23:23.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-13T19:23:23.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-13T19:23:25.750Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.399s coverage: 93.1% of statements [2021-01-13T19:23:25.750Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-13T19:23:25.750Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-13T19:23:25.750Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-13T19:23:25.750Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-13T19:23:25.750Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-13T19:23:25.750Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-13T19:23:25.750Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-13T19:23:25.750Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-13T19:23:25.750Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-13T19:23:25.750Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-13T19:23:25.750Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-13T19:23:25.750Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-13T19:23:25.750Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-13T19:23:25.750Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-13T19:23:25.750Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-13T19:23:25.750Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-13T19:23:25.750Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-13T19:23:25.750Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-13T19:23:25.750Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.040s coverage: 58.8% of statements [2021-01-13T19:23:25.750Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-13T19:23:25.750Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-13T19:23:25.750Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.068s coverage: 0.1% of statements [2021-01-13T19:23:25.750Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-13T19:23:25.750Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-13T19:23:25.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-13T19:23:25.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-13T19:23:25.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.030s coverage: 100.0% of statements [2021-01-13T19:23:25.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-13T19:23:25.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.060s coverage: 75.5% of statements [2021-01-13T19:23:25.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-13T19:23:25.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.038s coverage: 80.8% of statements [2021-01-13T19:23:25.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.070s coverage: 87.2% of statements [2021-01-13T19:23:26.018Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.052s coverage: 84.2% of statements [2021-01-13T19:23:26.986Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.094s coverage: 91.4% of statements [2021-01-13T19:23:26.986Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-13T19:23:27.572Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.250s coverage: 63.5% of statements [2021-01-13T19:23:27.572Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-13T19:23:27.572Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-13T19:23:27.572Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.053s coverage: 100.0% of statements [2021-01-13T19:23:27.572Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.041s coverage: 91.3% of statements [2021-01-13T19:23:27.572Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-01-13T19:23:27.572Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.038s coverage: 73.7% of statements [2021-01-13T19:23:27.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.037s coverage: 100.0% of statements [2021-01-13T19:23:29.835Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.321s coverage: 55.9% of statements [2021-01-13T19:23:29.835Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-13T19:23:29.835Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-13T19:23:29.835Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-13T19:23:29.835Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-13T19:23:29.835Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-13T19:23:29.835Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.096s coverage: 37.0% of statements [2021-01-13T19:23:29.835Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-13T19:23:29.835Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-13T19:23:29.835Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.321s coverage: 84.0% of statements [2021-01-13T19:23:29.835Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.049s coverage: 100.0% of statements [2021-01-13T19:23:31.796Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.116s coverage: 47.1% of statements [2021-01-13T19:23:31.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-13T19:23:31.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-13T19:23:31.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-13T19:23:31.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-13T19:23:31.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-13T19:23:31.796Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.052s coverage: 100.0% of statements [2021-01-13T19:23:31.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-13T19:23:31.796Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.042s coverage: 100.0% of statements [2021-01-13T19:23:31.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-13T19:23:32.761Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.747s coverage: 29.1% of statements [2021-01-13T19:23:32.761Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-13T19:23:32.761Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-13T19:23:32.761Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-13T19:23:32.761Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-13T19:23:32.761Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-13T19:23:32.761Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.062s coverage: 99.0% of statements [2021-01-13T19:23:32.761Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-13T19:23:32.761Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.039s coverage: 100.0% of statements [2021-01-13T19:23:32.761Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-13T19:23:32.761Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.028s coverage: 0.0% of statements [2021-01-13T19:23:32.761Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-13T19:23:32.761Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements [2021-01-13T19:23:32.761Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-13T19:23:32.761Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-13T19:23:32.761Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-13T19:23:32.761Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-13T19:23:33.044Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.043s coverage: 87.9% of statements [2021-01-13T19:23:33.044Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-13T19:23:33.044Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-13T19:23:33.044Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.047s coverage: 100.0% of statements [2021-01-13T19:23:33.621Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.038s coverage: 32.1% of statements [2021-01-13T19:23:33.621Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-01-13T19:23:34.200Z] GO111MODULE=on go vet ./... [2021-01-13T19:23:49.127Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-20023 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-01-13T19:23:49.182Z] Running in /w/workspace/edgex-go/291 [Pipeline] { [Pipeline] checkout [2021-01-13T19:23:53.682Z] using credential edgex-jenkins-ssh [2021-01-13T19:23:53.740Z] Cloning the remote Git repository [2021-01-13T19:23:53.771Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-13T19:23:53.884Z] > git init /w/workspace/edgex-go/291 # timeout=10 [2021-01-13T19:23:53.955Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-13T19:23:53.956Z] > git --version # timeout=10 [2021-01-13T19:23:53.979Z] > git --version # 'git version 2.17.1' [2021-01-13T19:23:53.981Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-13T19:23:54.059Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-13T19:23:56.258Z] gofmt -l . [2021-01-13T19:23:57.212Z] [ "`gofmt -l .`" = "" ] [2021-01-13T19:23:57.475Z] ./bin/test-go-mod-tidy.sh [2021-01-13T19:23:58.058Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-13T19:23:58.948Z] + ls -al . [2021-01-13T19:23:58.948Z] total 656 [2021-01-13T19:23:58.948Z] drwxrwxr-x 10 1001 1001 4096 Jan 13 19:23 . [2021-01-13T19:23:58.948Z] drwxr-xr-x 4 root root 32 Jan 13 19:22 .. [2021-01-13T19:23:58.948Z] -rw-rw-r-- 1 1001 1001 11 Jan 13 19:20 .dockerignore [2021-01-13T19:23:58.948Z] drwxrwxr-x 8 1001 1001 162 Jan 13 19:20 .git [2021-01-13T19:23:58.948Z] drwxrwxr-x 3 1001 1001 125 Jan 13 19:20 .github [2021-01-13T19:23:58.948Z] -rw-rw-r-- 1 1001 1001 824 Jan 13 19:20 .gitignore [2021-01-13T19:23:58.949Z] drwx------ 3 1001 1001 32 Jan 13 19:21 .semver [2021-01-13T19:23:58.949Z] -rw-rw-r-- 1 1001 1001 166 Jan 13 19:20 .sonarcloud.properties [2021-01-13T19:23:58.949Z] -rw-rw-r-- 1 1001 1001 7741 Jan 13 19:20 Attribution.txt [2021-01-13T19:23:58.949Z] -rw-rw-r-- 1 1001 1001 3804 Jan 13 19:20 CONTRIBUTING.md [2021-01-13T19:23:58.949Z] -rw-rw-r-- 1 1001 1001 931 Jan 13 19:20 Dockerfile.build [2021-01-13T19:23:58.949Z] -rw-rw-r-- 1 1001 1001 863 Jan 13 19:20 Jenkinsfile [2021-01-13T19:23:58.949Z] -rw-rw-r-- 1 1001 1001 10775 Jan 13 19:20 LICENSE [2021-01-13T19:23:58.949Z] -rw-rw-r-- 1 1001 1001 5750 Jan 13 19:20 Makefile [2021-01-13T19:23:58.949Z] -rw-rw-r-- 1 1001 1001 6524 Jan 13 19:20 README.md [2021-01-13T19:23:58.949Z] -rw-rw-r-- 1 1001 1001 6744 Jan 13 19:20 SECURITY.md [2021-01-13T19:23:58.949Z] -rw-rw-r-- 1 1001 1001 12 Jan 13 19:21 VERSION [2021-01-13T19:23:58.949Z] -rw-rw-r-- 1 1001 1001 4131 Jan 13 19:20 ZMQWindows.md [2021-01-13T19:23:58.949Z] drwxrwxr-x 2 1001 1001 117 Jan 13 19:20 bin [2021-01-13T19:23:58.949Z] drwxrwxr-x 14 1001 1001 4096 Jan 13 19:20 cmd [2021-01-13T19:23:58.949Z] -rw-r--r-- 1 root root 552842 Jan 13 19:23 coverage.out [2021-01-13T19:23:58.949Z] -rw-r--r-- 1 root root 979 Jan 13 19:23 go.mod [2021-01-13T19:23:58.949Z] -rw-r--r-- 1 root root 19036 Jan 13 19:23 go.sum [2021-01-13T19:23:58.949Z] drwxrwxr-x 8 1001 1001 127 Jan 13 19:20 internal [2021-01-13T19:23:58.949Z] drwxrwxr-x 4 1001 1001 26 Jan 13 19:20 openapi [2021-01-13T19:23:58.949Z] drwxrwxr-x 4 1001 1001 71 Jan 13 19:20 snap [2021-01-13T19:23:58.949Z] -rw-rw-r-- 1 1001 1001 168 Jan 13 19:20 version.go [Pipeline] sh [2021-01-13T19:23:59.256Z] + '[' -e coverage.out ] [2021-01-13T19:23:59.256Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-13T19:23:59.490Z] Stashed 1 file(s) [Pipeline] sh [2021-01-13T19:23:59.794Z] + make build [2021-01-13T19:23:59.794Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/core-data/core-data ./cmd/core-data [2021-01-13T19:24:05.106Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-13T19:24:09.052Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-13T19:24:09.079Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-13T19:24:09.117Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-13T19:24:09.148Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-13T19:24:09.149Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-13T19:24:09.160Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-13T19:24:09.745Z] Checking out Revision ced48a9704d45a78ce2a225541f5314d2d8a1195 (master) [2021-01-13T19:24:09.753Z] > git config core.sparsecheckout # timeout=10 [2021-01-13T19:24:09.777Z] > git checkout -f ced48a9704d45a78ce2a225541f5314d2d8a1195 # timeout=10 [2021-01-13T19:24:11.758Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/core-command/core-command ./cmd/core-command [2021-01-13T19:24:12.708Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-13T19:24:14.104Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-13T19:24:14.564Z] Commit message: "fix: update chown options (#3024)" [2021-01-13T19:24:14.682Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-13T19:24:16.080Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-13T19:24:16.171Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-13T19:24:16.617Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-13T19:24:16.952Z] + sudo service docker restart [2021-01-13T19:24:16.952Z] + true [2021-01-13T19:24:17.478Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-13T19:24:18.431Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-13T19:24:19.008Z] provisioning config files... [2021-01-13T19:24:19.046Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/291@tmp/config2492062400498639057tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-13T19:24:19.442Z] ---> docker-login.sh [2021-01-13T19:24:19.442Z] nexus3.edgexfoundry.org:10001 [2021-01-13T19:24:19.824Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-13T19:24:20.420Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T19:24:20.692Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T19:24:20.692Z] Configure a credential helper to remove this warning. See [2021-01-13T19:24:20.692Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T19:24:20.692Z] [2021-01-13T19:24:20.692Z] Login Succeeded [2021-01-13T19:24:20.692Z] nexus3.edgexfoundry.org:10002 [2021-01-13T19:24:20.776Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-13T19:24:20.968Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T19:24:21.242Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T19:24:21.242Z] Configure a credential helper to remove this warning. See [2021-01-13T19:24:21.242Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T19:24:21.242Z] [2021-01-13T19:24:21.242Z] Login Succeeded [2021-01-13T19:24:21.242Z] nexus3.edgexfoundry.org:10003 [2021-01-13T19:24:21.517Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T19:24:21.725Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-13T19:24:21.793Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T19:24:21.793Z] Configure a credential helper to remove this warning. See [2021-01-13T19:24:21.793Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T19:24:21.793Z] [2021-01-13T19:24:21.793Z] Login Succeeded [2021-01-13T19:24:21.793Z] nexus3.edgexfoundry.org:10004 [2021-01-13T19:24:22.066Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T19:24:22.342Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T19:24:22.342Z] Configure a credential helper to remove this warning. See [2021-01-13T19:24:22.342Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T19:24:22.342Z] [2021-01-13T19:24:22.342Z] Login Succeeded [2021-01-13T19:24:22.342Z] docker.io [2021-01-13T19:24:22.615Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] } [2021-01-13T19:24:22.688Z] $ docker stop --time=1 3d88172892130df680117723f69fd3b9ed789c96846ed6a5e9a4f7161b0a1a82 [2021-01-13T19:24:22.889Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T19:24:22.889Z] Configure a credential helper to remove this warning. See [2021-01-13T19:24:22.889Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T19:24:22.889Z] [2021-01-13T19:24:22.889Z] Login Succeeded [2021-01-13T19:24:22.889Z] ---> docker-login.sh ends [2021-01-13T19:24:24.370Z] $ docker rm -f 3d88172892130df680117723f69fd3b9ed789c96846ed6a5e9a4f7161b0a1a82 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [2021-01-13T19:24:24.862Z] Deleting 1 temporary files [Pipeline] // script [Pipeline] // wrap [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // withEnv [Pipeline] unstash [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] echo [2021-01-13T19:24:27.688Z] ========================================================= [2021-01-13T19:24:27.688Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-13T19:24:27.688Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:24:28.061Z] + 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-01-13T19:24:28.089Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-13T19:24:28.090Z] [2021-01-13T19:24:28.090Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:24:28.439Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-13T19:24:28.439Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-13T19:24:28.439Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-13T19:24:28.439Z] ca9280d653b3: Pulling fs layer [2021-01-13T19:24:28.439Z] 7e9c9ca2126c: Pulling fs layer [2021-01-13T19:24:29.392Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-13T19:24:29.392Z] cbdbe7a5bc2a: Download complete [2021-01-13T19:24:29.658Z] ca9280d653b3: Verifying Checksum [2021-01-13T19:24:29.658Z] ca9280d653b3: Download complete [2021-01-13T19:24:29.658Z] cbdbe7a5bc2a: Pull complete [2021-01-13T19:24:30.046Z] Sending build context to Docker daemon 165.5MB [2021-01-13T19:24:30.046Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-13T19:24:30.046Z] Step 2/6 : FROM ${BASE} [2021-01-13T19:24:30.046Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-13T19:24:30.046Z] 5f621e34cdf4: Pulling fs layer [2021-01-13T19:24:30.046Z] a4357932f1b6: Pulling fs layer [2021-01-13T19:24:30.046Z] 18c013af1878: Pulling fs layer [2021-01-13T19:24:30.046Z] 00ac8860ef70: Pulling fs layer [2021-01-13T19:24:30.046Z] 63d7cb157983: Pulling fs layer [2021-01-13T19:24:30.046Z] b116817d02f9: Pulling fs layer [2021-01-13T19:24:30.046Z] 745a02a5169b: Pulling fs layer [2021-01-13T19:24:30.046Z] 63d7cb157983: Waiting [2021-01-13T19:24:30.046Z] b116817d02f9: Waiting [2021-01-13T19:24:30.046Z] 745a02a5169b: Waiting [2021-01-13T19:24:30.046Z] 00ac8860ef70: Waiting [2021-01-13T19:24:30.322Z] 18c013af1878: Download complete [2021-01-13T19:24:30.322Z] a4357932f1b6: Verifying Checksum [2021-01-13T19:24:30.322Z] a4357932f1b6: Download complete [2021-01-13T19:24:30.322Z] 63d7cb157983: Verifying Checksum [2021-01-13T19:24:30.322Z] 63d7cb157983: Download complete [2021-01-13T19:24:30.322Z] b116817d02f9: Verifying Checksum [2021-01-13T19:24:30.322Z] b116817d02f9: Download complete [2021-01-13T19:24:30.595Z] 5f621e34cdf4: Verifying Checksum [2021-01-13T19:24:30.595Z] 5f621e34cdf4: Download complete [2021-01-13T19:24:30.610Z] ca9280d653b3: Pull complete [2021-01-13T19:24:31.191Z] 5f621e34cdf4: Pull complete [2021-01-13T19:24:31.557Z] 7e9c9ca2126c: Download complete [2021-01-13T19:24:31.784Z] a4357932f1b6: Pull complete [2021-01-13T19:24:32.063Z] 18c013af1878: Pull complete [2021-01-13T19:24:33.495Z] 745a02a5169b: Verifying Checksum [2021-01-13T19:24:33.495Z] 745a02a5169b: Download complete [2021-01-13T19:24:33.766Z] 00ac8860ef70: Verifying Checksum [2021-01-13T19:24:33.766Z] 00ac8860ef70: Download complete [2021-01-13T19:24:38.202Z] 7e9c9ca2126c: Pull complete [2021-01-13T19:24:38.202Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-13T19:24:38.202Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-13T19:24:38.202Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-13T19:24:38.405Z] prd-centos7-docker-4c-2g-20022 does not seem to be running inside a container [2021-01-13T19:24:38.461Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/291 -v /w/workspace/edgex-go/291:/w/workspace/edgex-go/291:rw,z -v /w/workspace/edgex-go/291@tmp:/w/workspace/edgex-go/291@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-13T19:24:41.680Z] $ docker top da358530da6609effd57539b80f3c63556453cab17e4401caa501d8a41fd30a6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-13T19:24:42.274Z] + docker-compose build --help [2021-01-13T19:24:42.274Z] + grep parallel [2021-01-13T19:24:43.221Z] --parallel Build images in parallel. [Pipeline] } [2021-01-13T19:24:43.237Z] $ docker stop --time=1 da358530da6609effd57539b80f3c63556453cab17e4401caa501d8a41fd30a6 [2021-01-13T19:24:43.921Z] 00ac8860ef70: Pull complete [2021-01-13T19:24:44.204Z] 63d7cb157983: Pull complete [2021-01-13T19:24:44.641Z] $ docker rm -f da358530da6609effd57539b80f3c63556453cab17e4401caa501d8a41fd30a6 [Pipeline] // withDockerContainer [2021-01-13T19:24:44.801Z] b116817d02f9: Pull complete [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:24:45.384Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-13T19:24:45.384Z] . [Pipeline] withDockerContainer [2021-01-13T19:24:45.528Z] prd-centos7-docker-4c-2g-20022 does not seem to be running inside a container [2021-01-13T19:24:45.595Z] $ 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/291 -v /w/workspace/edgex-go/291:/w/workspace/edgex-go/291:rw,z -v /w/workspace/edgex-go/291@tmp:/w/workspace/edgex-go/291@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-01-13T19:24:46.403Z] $ docker top 8cbfae8d6f88b14bc532d081bced64e15cf3a3ff34a765dbf660bfa8cc2b7ae0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-13T19:24:46.920Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-13T19:24:47.871Z] Building docker-core-command-go ... [2021-01-13T19:24:47.871Z] Building docker-core-data-go ... [2021-01-13T19:24:47.871Z] Building docker-core-metadata-go ... [2021-01-13T19:24:47.871Z] Building docker-security-bootstrap-redis-go ... [2021-01-13T19:24:47.871Z] Building docker-security-proxy-setup-go ... [2021-01-13T19:24:47.871Z] Building docker-security-secretstore-setup-go ... [2021-01-13T19:24:47.871Z] Building docker-support-notifications-go ... [2021-01-13T19:24:47.871Z] Building docker-support-scheduler-go ... [2021-01-13T19:24:47.871Z] Building docker-sys-mgmt-agent-go ... [2021-01-13T19:24:47.871Z] Building docker-support-notifications-go [2021-01-13T19:24:47.871Z] Building docker-support-scheduler-go [2021-01-13T19:24:47.871Z] Building docker-sys-mgmt-agent-go [2021-01-13T19:24:47.871Z] Building docker-security-proxy-setup-go [2021-01-13T19:24:47.871Z] Building docker-security-secretstore-setup-go [2021-01-13T19:24:49.121Z] 745a02a5169b: Pull complete [2021-01-13T19:24:49.122Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-13T19:24:49.122Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-13T19:24:49.122Z] ---> b7e6874047d6 [2021-01-13T19:24:49.122Z] 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-01-13T19:24:52.513Z] ---> Running in 2d002044c314 [2021-01-13T19:24:53.493Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T19:24:54.085Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T19:24:54.680Z] (1/12) Installing libmagic (5.38-r0) [2021-01-13T19:24:54.951Z] (2/12) Installing file (5.38-r0) [2021-01-13T19:24:54.951Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-13T19:24:54.951Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-13T19:25:00.359Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-13T19:25:00.359Z] (6/12) Installing patch (2.7.6-r6) [2021-01-13T19:25:00.359Z] (7/12) Installing build-base (0.5-r2) [2021-01-13T19:25:00.359Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-13T19:25:00.359Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-13T19:25:00.359Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-13T19:25:00.359Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-13T19:25:00.359Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-13T19:25:00.359Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T19:25:00.359Z] OK: 217 MiB in 51 packages [2021-01-13T19:25:04.665Z] Removing intermediate container 2d002044c314 [2021-01-13T19:25:04.665Z] ---> 2ab46d9fe51e [2021-01-13T19:25:04.665Z] Step 4/6 : WORKDIR /edgex-go [2021-01-13T19:25:04.665Z] ---> Running in 3c0884786849 [2021-01-13T19:25:04.936Z] Removing intermediate container 3c0884786849 [2021-01-13T19:25:04.936Z] ---> c3790e5cc217 [2021-01-13T19:25:04.936Z] Step 5/6 : COPY go.mod . [2021-01-13T19:25:05.530Z] ---> 8d6c407da5f0 [2021-01-13T19:25:05.530Z] Step 6/6 : RUN go mod download [2021-01-13T19:25:05.807Z] ---> Running in ac32b1d9e4bf [2021-01-13T19:25:20.141Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T19:25:20.141Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-13T19:25:20.141Z] ---> a9ee750bbb74 [2021-01-13T19:25:20.141Z] Step 3/24 : WORKDIR /edgex-go [2021-01-13T19:25:20.141Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T19:25:20.141Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-13T19:25:20.141Z] ---> a9ee750bbb74 [2021-01-13T19:25:20.141Z] Step 3/21 : WORKDIR /edgex-go [2021-01-13T19:25:20.141Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T19:25:20.141Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-13T19:25:20.141Z] ---> a9ee750bbb74 [2021-01-13T19:25:20.141Z] Step 3/24 : WORKDIR /edgex-go [2021-01-13T19:25:20.141Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T19:25:20.141Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-13T19:25:20.141Z] ---> a9ee750bbb74 [2021-01-13T19:25:20.141Z] Step 3/26 : WORKDIR /edgex-go [2021-01-13T19:25:20.141Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T19:25:20.141Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-13T19:25:20.141Z] ---> a9ee750bbb74 [2021-01-13T19:25:20.141Z] Step 3/21 : WORKDIR /edgex-go [2021-01-13T19:25:20.407Z] ---> Running in 3f07c2fb32f9 [2021-01-13T19:25:20.407Z] ---> Running in 15792ace0852 [2021-01-13T19:25:20.407Z] ---> Running in a532fe44d9e0 [2021-01-13T19:25:20.407Z] ---> Running in 5c4df8f2ce75 [2021-01-13T19:25:20.407Z] ---> Running in 2b7f44d0b050 [2021-01-13T19:25:21.009Z] Removing intermediate container 2b7f44d0b050 [2021-01-13T19:25:21.009Z] ---> c161f6eb58df [2021-01-13T19:25:21.009Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T19:25:21.009Z] Removing intermediate container 3f07c2fb32f9 [2021-01-13T19:25:21.009Z] ---> f7bf8f69d61b [2021-01-13T19:25:21.009Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T19:25:21.009Z] Removing intermediate container 15792ace0852 [2021-01-13T19:25:21.009Z] ---> e24fbd4b02dd [2021-01-13T19:25:21.009Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T19:25:21.009Z] Removing intermediate container 5c4df8f2ce75 [2021-01-13T19:25:21.009Z] ---> 189ee77f7843 [2021-01-13T19:25:21.009Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T19:25:21.009Z] Removing intermediate container a532fe44d9e0 [2021-01-13T19:25:21.009Z] ---> 8e90a15d16a6 [2021-01-13T19:25:21.009Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T19:25:21.009Z] ---> Running in 13c48721daca [2021-01-13T19:25:21.271Z] ---> Running in 55964ea1f340 [2021-01-13T19:25:21.272Z] ---> Running in 73b939f789f0 [2021-01-13T19:25:21.272Z] ---> Running in b5277cf320b2 [2021-01-13T19:25:21.272Z] ---> Running in aad003345743 [2021-01-13T19:25:23.216Z] Removing intermediate container 73b939f789f0 [2021-01-13T19:25:23.217Z] ---> 7f2ecf31a488 [2021-01-13T19:25:23.217Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-13T19:25:23.217Z] ---> Running in 4ca1bfc3f281 [2021-01-13T19:25:23.479Z] Removing intermediate container 55964ea1f340 [2021-01-13T19:25:23.479Z] ---> 2d84a698bd45 [2021-01-13T19:25:23.479Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-13T19:25:23.742Z] ---> Running in 593cde5bd31b [2021-01-13T19:25:23.742Z] Removing intermediate container 13c48721daca [2021-01-13T19:25:23.742Z] ---> e4da523880ee [2021-01-13T19:25:23.742Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-13T19:25:24.005Z] Removing intermediate container b5277cf320b2 [2021-01-13T19:25:24.005Z] ---> f8dd2e24f042 [2021-01-13T19:25:24.005Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-13T19:25:24.005Z] ---> Running in 898213a6566e [2021-01-13T19:25:24.269Z] Removing intermediate container aad003345743 [2021-01-13T19:25:24.269Z] ---> 3901852b667d [2021-01-13T19:25:24.269Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-13T19:25:24.269Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T19:25:24.269Z] ---> Running in b3040bd3f1ab [2021-01-13T19:25:24.535Z] ---> Running in fe6429d06cee [2021-01-13T19:25:24.535Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T19:25:25.121Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T19:25:25.121Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T19:25:25.121Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T19:25:25.121Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T19:25:25.385Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T19:25:25.385Z] OK: 233 MiB in 51 packages [2021-01-13T19:25:25.656Z] OK: 233 MiB in 51 packages [2021-01-13T19:25:25.656Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T19:25:25.918Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T19:25:25.918Z] Removing intermediate container 4ca1bfc3f281 [2021-01-13T19:25:25.918Z] ---> f90bd5d64650 [2021-01-13T19:25:25.918Z] Step 6/21 : COPY go.mod . [2021-01-13T19:25:26.190Z] Removing intermediate container 593cde5bd31b [2021-01-13T19:25:26.190Z] ---> cf6faff6556c [2021-01-13T19:25:26.190Z] Step 6/24 : COPY go.mod . [2021-01-13T19:25:26.190Z] OK: 233 MiB in 51 packages [2021-01-13T19:25:26.190Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T19:25:26.190Z] OK: 233 MiB in 51 packages [2021-01-13T19:25:26.190Z] ---> 73c71a99ad71 [2021-01-13T19:25:26.190Z] Step 7/21 : RUN go mod download [2021-01-13T19:25:26.454Z] ---> Running in 87baf8a526b1 [2021-01-13T19:25:26.454Z] ---> 8658d0409829 [2021-01-13T19:25:26.454Z] Step 7/24 : RUN go mod download [2021-01-13T19:25:26.723Z] ---> Running in e7f9e8214746 [2021-01-13T19:25:26.723Z] OK: 233 MiB in 51 packages [2021-01-13T19:25:26.985Z] Removing intermediate container 898213a6566e [2021-01-13T19:25:26.985Z] ---> 4bb372ba0b4a [2021-01-13T19:25:26.985Z] Step 6/26 : COPY go.mod . [2021-01-13T19:25:27.252Z] Removing intermediate container fe6429d06cee [2021-01-13T19:25:27.252Z] ---> a613bbd9c9e9 [2021-01-13T19:25:27.252Z] Step 6/21 : COPY go.mod . [2021-01-13T19:25:27.525Z] ---> 5375ab8a43ec [2021-01-13T19:25:27.525Z] Step 7/26 : RUN go mod download [2021-01-13T19:25:27.525Z] ---> Running in 52601c7264e6 [2021-01-13T19:25:27.795Z] ---> b07ddf019e5a [2021-01-13T19:25:27.795Z] Step 7/21 : RUN go mod download [2021-01-13T19:25:27.795Z] Removing intermediate container b3040bd3f1ab [2021-01-13T19:25:27.795Z] ---> e273e655bd5b [2021-01-13T19:25:27.795Z] Step 6/24 : COPY go.mod . [2021-01-13T19:25:27.795Z] ---> Running in 1cdd93cf3d01 [2021-01-13T19:25:28.066Z] ---> 61d35731cb90 [2021-01-13T19:25:28.066Z] Step 7/24 : RUN go mod download [2021-01-13T19:25:28.335Z] ---> Running in 2adb07d57cfa [2021-01-13T19:25:29.309Z] Removing intermediate container e7f9e8214746 [2021-01-13T19:25:29.309Z] ---> b3f46d89ecf1 [2021-01-13T19:25:29.309Z] Step 8/24 : COPY . . [2021-01-13T19:25:29.578Z] Removing intermediate container 87baf8a526b1 [2021-01-13T19:25:29.578Z] ---> 3ff7c2b11996 [2021-01-13T19:25:29.578Z] Step 8/21 : COPY . . [2021-01-13T19:25:30.159Z] Removing intermediate container 52601c7264e6 [2021-01-13T19:25:30.159Z] ---> 83bdcc5193d1 [2021-01-13T19:25:30.159Z] Step 8/26 : COPY . . [2021-01-13T19:25:32.596Z] Removing intermediate container ac32b1d9e4bf [2021-01-13T19:25:32.596Z] ---> 5d62d0bf52a2 [2021-01-13T19:25:32.596Z] Successfully built 5d62d0bf52a2 [2021-01-13T19:25:32.596Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:25:32.938Z] + docker inspect -f . ci-base-image-arm64 [2021-01-13T19:25:32.938Z] . [Pipeline] withDockerContainer [2021-01-13T19:25:33.170Z] prd-ubuntu18.04-docker-arm64-4c-16g-20023 does not seem to be running inside a container [2021-01-13T19:25:33.251Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/291 -v /w/workspace/edgex-go/291:/w/workspace/edgex-go/291:rw,z -v /w/workspace/edgex-go/291@tmp:/w/workspace/edgex-go/291@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-13T19:25:33.495Z] Removing intermediate container 1cdd93cf3d01 [2021-01-13T19:25:33.495Z] ---> b3cb01084c3e [2021-01-13T19:25:33.495Z] Step 8/21 : COPY . . [2021-01-13T19:25:34.584Z] $ docker top 2db38d5355d89350e7134ddb69dba121609685deae29af229d2ba72a7353301c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-13T19:25:35.552Z] + go version [2021-01-13T19:25:35.552Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-13T19:25:35.575Z] $ docker stop --time=1 2db38d5355d89350e7134ddb69dba121609685deae29af229d2ba72a7353301c [2021-01-13T19:25:36.069Z] Removing intermediate container 2adb07d57cfa [2021-01-13T19:25:36.069Z] ---> e93c09e66e8c [2021-01-13T19:25:36.069Z] Step 8/24 : COPY . . [2021-01-13T19:25:37.371Z] $ docker rm -f 2db38d5355d89350e7134ddb69dba121609685deae29af229d2ba72a7353301c [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-01-13T19:25:38.555Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-13T19:25:38.555Z] [2021-01-13T19:25:38.555Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:25:39.205Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-13T19:25:39.205Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-13T19:25:39.205Z] 29e5d40040c1: Pulling fs layer [2021-01-13T19:25:39.205Z] 1ce36da41761: Pulling fs layer [2021-01-13T19:25:39.205Z] 25b303627fd3: Pulling fs layer [2021-01-13T19:25:39.477Z] 29e5d40040c1: Download complete [2021-01-13T19:25:39.750Z] 1ce36da41761: Verifying Checksum [2021-01-13T19:25:39.750Z] 1ce36da41761: Download complete [2021-01-13T19:25:40.020Z] 29e5d40040c1: Pull complete [2021-01-13T19:25:41.455Z] 1ce36da41761: Pull complete [2021-01-13T19:25:41.727Z] 25b303627fd3: Verifying Checksum [2021-01-13T19:25:41.727Z] 25b303627fd3: Download complete [2021-01-13T19:25:51.875Z] 25b303627fd3: Pull complete [2021-01-13T19:25:51.875Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-13T19:25:51.875Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-13T19:25:51.875Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-13T19:25:52.100Z] prd-ubuntu18.04-docker-arm64-4c-16g-20023 does not seem to be running inside a container [2021-01-13T19:25:52.185Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/291 -v /w/workspace/edgex-go/291:/w/workspace/edgex-go/291:rw,z -v /w/workspace/edgex-go/291@tmp:/w/workspace/edgex-go/291@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-13T19:25:55.263Z] $ docker top fda4678b7687598d61ccfb910a5d2d8e3a3ba931c27a3f21577f0ef4209625c4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-13T19:25:56.344Z] + + docker-composegrep build parallel --help [2021-01-13T19:25:56.344Z] [2021-01-13T19:25:59.714Z] --parallel Build images in parallel. [Pipeline] } [2021-01-13T19:25:59.739Z] $ docker stop --time=1 fda4678b7687598d61ccfb910a5d2d8e3a3ba931c27a3f21577f0ef4209625c4 [2021-01-13T19:26:01.660Z] $ docker rm -f fda4678b7687598d61ccfb910a5d2d8e3a3ba931c27a3f21577f0ef4209625c4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:26:02.574Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-13T19:26:02.574Z] . [Pipeline] withDockerContainer [2021-01-13T19:26:02.805Z] prd-ubuntu18.04-docker-arm64-4c-16g-20023 does not seem to be running inside a container [2021-01-13T19:26:02.893Z] $ 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/291 -v /w/workspace/edgex-go/291:/w/workspace/edgex-go/291:rw,z -v /w/workspace/edgex-go/291@tmp:/w/workspace/edgex-go/291@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-01-13T19:26:04.205Z] $ docker top 799a31a0845cf40dab1a2fcbd5ef65d640f7eabba37957dd58fe922c971e1850 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-13T19:26:05.376Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-13T19:26:08.354Z] ---> c11dc8730f22 [2021-01-13T19:26:08.354Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-13T19:26:08.354Z] ---> ba7018ec9af7 [2021-01-13T19:26:08.354Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-13T19:26:08.354Z] ---> 34538bf53f69 [2021-01-13T19:26:08.354Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-13T19:26:08.354Z] ---> a6491c9af476 [2021-01-13T19:26:08.354Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-13T19:26:08.354Z] ---> b1375b954368 [2021-01-13T19:26:08.354Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-13T19:26:08.354Z] ---> Running in 2b22e8764893 [2021-01-13T19:26:08.354Z] ---> Running in c76884d2ed56 [2021-01-13T19:26:08.354Z] ---> Running in 1990b702aa82 [2021-01-13T19:26:08.354Z] ---> Running in d01a38a5d6a0 [2021-01-13T19:26:08.354Z] ---> Running in ed11058a3e59 [2021-01-13T19:26:08.354Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-13T19:26:08.354Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-13T19:26:08.354Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-13T19:26:08.354Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-13T19:26:08.354Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-13T19:26:08.791Z] Building docker-core-command-go ... [2021-01-13T19:26:08.792Z] Building docker-core-data-go ... [2021-01-13T19:26:08.792Z] Building docker-core-metadata-go ... [2021-01-13T19:26:08.792Z] Building docker-security-bootstrap-redis-go ... [2021-01-13T19:26:08.792Z] Building docker-security-proxy-setup-go ... [2021-01-13T19:26:08.792Z] Building docker-security-secretstore-setup-go ... [2021-01-13T19:26:08.792Z] Building docker-support-notifications-go ... [2021-01-13T19:26:08.792Z] Building docker-support-scheduler-go ... [2021-01-13T19:26:08.792Z] Building docker-sys-mgmt-agent-go ... [2021-01-13T19:26:08.792Z] Building docker-support-notifications-go [2021-01-13T19:26:08.792Z] Building docker-security-bootstrap-redis-go [2021-01-13T19:26:08.792Z] Building docker-support-scheduler-go [2021-01-13T19:26:08.792Z] Building docker-security-secretstore-setup-go [2021-01-13T19:26:08.792Z] Building docker-core-command-go [2021-01-13T19:26:35.090Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-13T19:26:35.090Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-13T19:26:43.286Z] Removing intermediate container c76884d2ed56 [2021-01-13T19:26:43.286Z] ---> c0a1bcfa4f7c [2021-01-13T19:26:43.286Z] [2021-01-13T19:26:43.286Z] Step 10/24 : FROM scratch [2021-01-13T19:26:43.286Z] ---> [2021-01-13T19:26:43.286Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-13T19:26:43.286Z] Removing intermediate container ed11058a3e59 [2021-01-13T19:26:43.286Z] ---> 5c1d10aeed03 [2021-01-13T19:26:43.286Z] [2021-01-13T19:26:43.286Z] Step 10/21 : FROM scratch [2021-01-13T19:26:43.286Z] ---> [2021-01-13T19:26:43.286Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-13T19:26:43.286Z] Removing intermediate container 1990b702aa82 [2021-01-13T19:26:43.286Z] ---> 851fd1bb8b63 [2021-01-13T19:26:43.286Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-13T19:26:43.286Z] Removing intermediate container d01a38a5d6a0 [2021-01-13T19:26:43.286Z] ---> cc8cf6caeef1 [2021-01-13T19:26:43.286Z] [2021-01-13T19:26:43.286Z] Step 10/24 : FROM alpine:3.12 [2021-01-13T19:26:43.286Z] ---> Running in 5b8f2b685628 [2021-01-13T19:26:43.286Z] ---> Running in 19d995503bc4 [2021-01-13T19:26:43.286Z] Removing intermediate container 2b22e8764893 [2021-01-13T19:26:43.286Z] ---> 1c97d3b79156 [2021-01-13T19:26:43.286Z] [2021-01-13T19:26:43.286Z] Step 10/21 : FROM alpine:3.12 [2021-01-13T19:26:43.286Z] ---> Running in 7b35141efe1f [2021-01-13T19:26:43.286Z] 3.12: Pulling from library/alpine [2021-01-13T19:26:43.286Z] 3.12: Pulling from library/alpine [2021-01-13T19:26:43.566Z] Removing intermediate container 5b8f2b685628 [2021-01-13T19:26:43.566Z] ---> 8f50c12ff6bb [2021-01-13T19:26:43.566Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-13T19:26:43.566Z] Removing intermediate container 19d995503bc4 [2021-01-13T19:26:43.566Z] ---> 9c120ade9424 [2021-01-13T19:26:43.566Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-13T19:26:43.832Z] ---> Running in a1f38525e2a8 [2021-01-13T19:26:43.832Z] ---> Running in 6a84f9c440b8 [2021-01-13T19:26:44.102Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-13T19:26:44.102Z] Status: Downloaded newer image for alpine:3.12 [2021-01-13T19:26:44.102Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-13T19:26:44.102Z] Status: Image is up to date for alpine:3.12 [2021-01-13T19:26:44.102Z] ---> 389fef711851 [2021-01-13T19:26:44.102Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-13T19:26:44.102Z] ---> 389fef711851 [2021-01-13T19:26:44.102Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-13T19:26:44.102Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-13T19:26:44.102Z] ---> Running in 7724ebab2b54 [2021-01-13T19:26:44.102Z] ---> Running in 7ecbf3740779 [2021-01-13T19:26:44.367Z] Removing intermediate container a1f38525e2a8 [2021-01-13T19:26:44.367Z] ---> 707556be1c62 [2021-01-13T19:26:44.367Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-13T19:26:44.367Z] Removing intermediate container 6a84f9c440b8 [2021-01-13T19:26:44.367Z] ---> bab2211ad7ff [2021-01-13T19:26:44.367Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-13T19:26:44.367Z] ---> Running in c33c8dd0b612 [2021-01-13T19:26:44.636Z] ---> Running in 586b0f9b9063 [2021-01-13T19:26:44.905Z] Removing intermediate container c33c8dd0b612 [2021-01-13T19:26:44.905Z] ---> 9249fbf91a62 [2021-01-13T19:26:44.905Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-13T19:26:44.905Z] Removing intermediate container 586b0f9b9063 [2021-01-13T19:26:44.905Z] ---> 18c8d44dda5b [2021-01-13T19:26:44.905Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T19:26:44.905Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T19:26:45.175Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T19:26:45.175Z] ---> f33d1f80e977 [2021-01-13T19:26:45.175Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-13T19:26:45.175Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T19:26:45.175Z] ---> 9c088e041c14 [2021-01-13T19:26:45.175Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-13T19:26:45.175Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T19:26:45.445Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-13T19:26:45.445Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-13T19:26:45.445Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-13T19:26:45.445Z] (4/4) Installing curl (7.69.1-r3) [2021-01-13T19:26:45.445Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T19:26:45.445Z] Executing ca-certificates-20191127-r4.trigger [2021-01-13T19:26:45.445Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-13T19:26:45.445Z] OK: 7 MiB in 18 packages [2021-01-13T19:26:45.445Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-13T19:26:45.445Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-13T19:26:45.445Z] (4/5) Installing curl (7.69.1-r3) [2021-01-13T19:26:45.445Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-13T19:26:45.712Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T19:26:45.712Z] Executing ca-certificates-20191127-r4.trigger [2021-01-13T19:26:45.712Z] OK: 7 MiB in 19 packages [2021-01-13T19:26:45.712Z] Removing intermediate container 7b35141efe1f [2021-01-13T19:26:45.712Z] ---> 2c19fab7de72 [2021-01-13T19:26:45.712Z] [2021-01-13T19:26:45.712Z] Step 11/26 : FROM docker:20.10.0 [2021-01-13T19:26:45.712Z] 20.10.0: Pulling from library/docker [2021-01-13T19:26:47.651Z] ---> c709bb6648cc [2021-01-13T19:26:47.651Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-13T19:26:47.651Z] ---> 63ac2b5df20e [2021-01-13T19:26:47.651Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-13T19:26:49.048Z] Removing intermediate container 7724ebab2b54 [2021-01-13T19:26:49.048Z] ---> 0e912f52b2a0 [2021-01-13T19:26:49.048Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-13T19:26:49.048Z] ---> 073cefee6fda [2021-01-13T19:26:49.048Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-13T19:26:49.048Z] ---> Running in 209bf937e8a9 [2021-01-13T19:26:49.048Z] ---> Running in f71ccd1a6e1c [2021-01-13T19:26:49.048Z] Removing intermediate container 7ecbf3740779 [2021-01-13T19:26:49.048Z] ---> 8cc8f52cbf4a [2021-01-13T19:26:49.048Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-13T19:26:49.311Z] ---> f14c48f1996a [2021-01-13T19:26:49.311Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T19:26:49.583Z] ---> Running in 2a1a3d559d36 [2021-01-13T19:26:49.583Z] Removing intermediate container f71ccd1a6e1c [2021-01-13T19:26:49.583Z] ---> 2d5d7ed9784f [2021-01-13T19:26:49.583Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T19:26:49.583Z] Removing intermediate container 209bf937e8a9 [2021-01-13T19:26:49.583Z] ---> 388888d2d7ca [2021-01-13T19:26:49.583Z] Step 13/21 : WORKDIR /edgex [2021-01-13T19:26:49.583Z] ---> 8d749c273320 [2021-01-13T19:26:49.583Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-13T19:26:49.852Z] ---> Running in a830fb918c4e [2021-01-13T19:26:49.852Z] ---> Running in 9a961127495d [2021-01-13T19:26:49.852Z] Removing intermediate container 2a1a3d559d36 [2021-01-13T19:26:49.852Z] ---> b0dbf44b7602 [2021-01-13T19:26:49.852Z] Step 13/24 : WORKDIR / [2021-01-13T19:26:50.118Z] ---> Running in 82cf0753e184 [2021-01-13T19:26:50.384Z] Removing intermediate container a830fb918c4e [2021-01-13T19:26:50.384Z] ---> 1105c81aa332 [2021-01-13T19:26:50.384Z] Step 19/21 : LABEL arch=x86_64 [2021-01-13T19:26:50.384Z] Removing intermediate container 9a961127495d [2021-01-13T19:26:50.384Z] ---> ca6a8cfc9ca2 [2021-01-13T19:26:50.384Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-13T19:26:50.384Z] ---> 61fb94a647b5 [2021-01-13T19:26:50.384Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-13T19:26:50.650Z] ---> Running in b6151516e50c [2021-01-13T19:26:50.650Z] Removing intermediate container 82cf0753e184 [2021-01-13T19:26:50.650Z] ---> dbc6627845d9 [2021-01-13T19:26:50.650Z] 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-01-13T19:26:50.922Z] Removing intermediate container b6151516e50c [2021-01-13T19:26:50.922Z] ---> 6543acb575cd [2021-01-13T19:26:50.922Z] Step 20/21 : LABEL git_sha=ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:26:50.922Z] ---> f3bb2961d706 [2021-01-13T19:26:50.922Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-13T19:26:51.195Z] ---> 80d4ba5d1039 [2021-01-13T19:26:51.195Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-13T19:26:51.195Z] ---> Running in 722b2575b72c [2021-01-13T19:26:51.195Z] ---> 8ae2e77d9267 [2021-01-13T19:26:51.195Z] 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-01-13T19:26:51.195Z] ---> Running in e50133b7251e [2021-01-13T19:26:51.460Z] Removing intermediate container 722b2575b72c [2021-01-13T19:26:51.460Z] ---> 3b74e268dd1c [2021-01-13T19:26:51.460Z] Step 21/21 : LABEL version=2.0.0-dev.33 [2021-01-13T19:26:52.047Z] ---> Running in 1138c8340ce5 [2021-01-13T19:26:52.047Z] Removing intermediate container e50133b7251e [2021-01-13T19:26:52.047Z] ---> 848f63f5b0b6 [2021-01-13T19:26:52.047Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T19:26:52.047Z] ---> e16e72db12e4 [2021-01-13T19:26:52.047Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-13T19:26:52.047Z] ---> 9af90b045b81 [2021-01-13T19:26:52.047Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-13T19:26:52.047Z] ---> Running in a15a975353db [2021-01-13T19:26:52.047Z] Removing intermediate container 1138c8340ce5 [2021-01-13T19:26:52.047Z] ---> 6cf03844788c [2021-01-13T19:26:52.047Z] [2021-01-13T19:26:52.644Z] Successfully built 6cf03844788c [2021-01-13T19:26:52.644Z] Removing intermediate container a15a975353db [2021-01-13T19:26:52.644Z] ---> 1c312570334f [2021-01-13T19:26:52.644Z] Step 22/24 : LABEL arch=x86_64 [2021-01-13T19:26:52.644Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-13T19:26:52.644Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2021-01-13T19:26:52.644Z] ---> 12828abe1355 [2021-01-13T19:26:52.644Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-13T19:26:52.910Z] ---> Running in 85b12a538c5b [2021-01-13T19:26:53.490Z] ---> d79a88aa2971 [2021-01-13T19:26:53.490Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-13T19:26:55.755Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T19:26:55.755Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-13T19:26:55.755Z] ---> 5d62d0bf52a2 [2021-01-13T19:26:55.755Z] Step 3/22 : WORKDIR /edgex-go [2021-01-13T19:26:55.755Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T19:26:55.755Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-13T19:26:55.755Z] ---> 5d62d0bf52a2 [2021-01-13T19:26:55.755Z] Step 3/24 : WORKDIR /edgex-go [2021-01-13T19:26:55.755Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T19:26:55.755Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-13T19:26:55.755Z] ---> 5d62d0bf52a2 [2021-01-13T19:26:55.755Z] Step 3/21 : WORKDIR /edgex-go [2021-01-13T19:26:55.755Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T19:26:55.755Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-13T19:26:55.755Z] ---> 5d62d0bf52a2 [2021-01-13T19:26:55.755Z] Step 3/24 : WORKDIR /edgex-go [2021-01-13T19:26:55.755Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T19:26:55.755Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-13T19:26:55.755Z] ---> 5d62d0bf52a2 [2021-01-13T19:26:55.755Z] Step 3/22 : WORKDIR /edgex-go [2021-01-13T19:26:56.836Z] ---> 995d2bdfd990 [2021-01-13T19:26:56.836Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-13T19:26:56.836Z] ---> Running in 1e46dfc3a41c [2021-01-13T19:26:56.836Z] Removing intermediate container 85b12a538c5b [2021-01-13T19:26:56.836Z] ---> 6190401a2513 [2021-01-13T19:26:56.836Z] Step 23/24 : LABEL git_sha=ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:26:57.751Z] ---> Running in 59488dd0f77d [2021-01-13T19:26:57.751Z] ---> Running in 3e8c12095c21 [2021-01-13T19:26:57.751Z] ---> Running in 79638085d93b [2021-01-13T19:26:57.751Z] ---> Running in a7de6c27fbd9 [2021-01-13T19:26:57.751Z] ---> Running in f0628386f672 [2021-01-13T19:26:57.803Z] ---> Running in 700848a5ab96 [2021-01-13T19:26:57.803Z] Removing intermediate container 1e46dfc3a41c [2021-01-13T19:26:57.803Z] ---> 5210a5b7437e [2021-01-13T19:26:57.804Z] Step 18/21 : CMD ["--init=true"] [2021-01-13T19:26:57.804Z] ---> 52e85aae21c5 [2021-01-13T19:26:57.804Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-13T19:26:57.804Z] ---> Running in 9a59c2d582fd [2021-01-13T19:26:58.067Z] Removing intermediate container 700848a5ab96 [2021-01-13T19:26:58.067Z] ---> 69cbda562c23 [2021-01-13T19:26:58.067Z] Step 24/24 : LABEL version=2.0.0-dev.33 [2021-01-13T19:26:58.067Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-13T19:26:58.067Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-13T19:26:58.067Z] ---> aefe523efa57 [2021-01-13T19:26:58.067Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-13T19:26:58.067Z] Removing intermediate container 9a59c2d582fd [2021-01-13T19:26:58.067Z] ---> 6d878b5f1685 [2021-01-13T19:26:58.067Z] Step 19/21 : LABEL arch=x86_64 [2021-01-13T19:26:58.331Z] ---> Running in cfac8da61490 [2021-01-13T19:26:58.604Z] ---> Running in 570a4c08fb3d [2021-01-13T19:26:58.734Z] Removing intermediate container a7de6c27fbd9 [2021-01-13T19:26:58.734Z] ---> 90d4cb3b5529 [2021-01-13T19:26:58.734Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T19:26:58.734Z] Removing intermediate container 79638085d93b [2021-01-13T19:26:58.734Z] ---> 7d19a8ade840 [2021-01-13T19:26:58.734Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T19:26:58.734Z] Removing intermediate container 3e8c12095c21 [2021-01-13T19:26:58.734Z] ---> 96df3147c733 [2021-01-13T19:26:58.734Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T19:26:58.734Z] Removing intermediate container 59488dd0f77d [2021-01-13T19:26:58.734Z] ---> 4130c392d8f4 [2021-01-13T19:26:58.734Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T19:26:58.734Z] Removing intermediate container f0628386f672 [2021-01-13T19:26:58.734Z] ---> c49cf5229bec [2021-01-13T19:26:58.734Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T19:26:58.734Z] ---> Running in bd7d89f6ed68 [2021-01-13T19:26:58.734Z] ---> Running in e3f4ee4fbc42 [2021-01-13T19:26:58.734Z] ---> Running in 17111aea7a12 [2021-01-13T19:26:59.008Z] ---> Running in 5cd6ffa4cafc [2021-01-13T19:26:59.008Z] ---> Running in f50548a8fbdd [2021-01-13T19:26:59.186Z] ---> Running in e89b4ba6fdeb [2021-01-13T19:26:59.450Z] ---> 899d1cf6de8d [2021-01-13T19:26:59.450Z] 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-01-13T19:27:00.415Z] Removing intermediate container cfac8da61490 [2021-01-13T19:27:00.415Z] ---> dee1968bc21d [2021-01-13T19:27:00.415Z] [2021-01-13T19:27:00.415Z] ---> Running in 75fd25790eeb [2021-01-13T19:27:00.997Z] Successfully built dee1968bc21d [2021-01-13T19:27:01.572Z] Removing intermediate container e89b4ba6fdeb [2021-01-13T19:27:01.572Z] ---> dc2678820807 [2021-01-13T19:27:01.572Z] Step 20/21 : LABEL git_sha=ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:27:01.572Z] Successfully tagged docker-support-notifications-go:latest [2021-01-13T19:27:01.572Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2021-01-13T19:27:02.421Z] Removing intermediate container bd7d89f6ed68 [2021-01-13T19:27:02.421Z] ---> f26196e44b7f [2021-01-13T19:27:02.421Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-13T19:27:02.701Z] ---> Running in 17dfd91e8f0e [2021-01-13T19:27:02.701Z] Removing intermediate container e3f4ee4fbc42 [2021-01-13T19:27:02.701Z] ---> 7b17de0e1bf1 [2021-01-13T19:27:02.701Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-13T19:27:02.978Z] ---> Running in 3ad33ae7695b [2021-01-13T19:27:02.978Z] Removing intermediate container f50548a8fbdd [2021-01-13T19:27:02.978Z] ---> 78ed896243b6 [2021-01-13T19:27:02.978Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-13T19:27:03.261Z] Removing intermediate container 17111aea7a12 [2021-01-13T19:27:03.261Z] ---> 8e808fff7b9b [2021-01-13T19:27:03.261Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-13T19:27:03.261Z] ---> Running in 99259660feb5 [2021-01-13T19:27:03.261Z] Removing intermediate container 5cd6ffa4cafc [2021-01-13T19:27:03.525Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T19:27:03.543Z] ---> c86facf5d9e8 [2021-01-13T19:27:03.543Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-13T19:27:03.543Z] ---> Running in 257876d07777 [2021-01-13T19:27:03.788Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T19:27:03.815Z] ---> Running in bf45a5dafdd9 [2021-01-13T19:27:04.052Z] (1/2) Installing readline (8.0.4-r0) [2021-01-13T19:27:04.052Z] (2/2) Installing bash (5.0.17-r0) [2021-01-13T19:27:04.052Z] Executing bash-5.0.17-r0.post-install [2021-01-13T19:27:04.052Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T19:27:04.052Z] OK: 12 MiB in 22 packages [2021-01-13T19:27:04.319Z] ---> Running in eb948aaf0091 [2021-01-13T19:27:04.414Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T19:27:05.013Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T19:27:05.288Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T19:27:05.288Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T19:27:05.288Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T19:27:05.558Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T19:27:05.558Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T19:27:05.725Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T19:27:05.725Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-13T19:27:05.725Z] ---> a9ee750bbb74 [2021-01-13T19:27:05.725Z] Step 3/23 : WORKDIR /edgex-go [2021-01-13T19:27:05.725Z] ---> Using cache [2021-01-13T19:27:05.725Z] ---> 8e90a15d16a6 [2021-01-13T19:27:05.725Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T19:27:05.725Z] ---> Using cache [2021-01-13T19:27:05.725Z] ---> 3901852b667d [2021-01-13T19:27:05.725Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-13T19:27:05.830Z] OK: 217 MiB in 51 packages [2021-01-13T19:27:06.109Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T19:27:06.109Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T19:27:06.430Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T19:27:06.430Z] OK: 217 MiB in 51 packages [2021-01-13T19:27:07.040Z] OK: 217 MiB in 51 packages [2021-01-13T19:27:07.116Z] ---> Running in 56a3c271c404 [2021-01-13T19:27:07.116Z] Removing intermediate container eb948aaf0091 [2021-01-13T19:27:07.116Z] ---> b58324024aa1 [2021-01-13T19:27:07.116Z] Step 21/21 : LABEL version=2.0.0-dev.33 [2021-01-13T19:27:07.116Z] ---> Running in a7e7035a63a6 [2021-01-13T19:27:07.315Z] OK: 217 MiB in 51 packages [2021-01-13T19:27:07.315Z] OK: 217 MiB in 51 packages [2021-01-13T19:27:07.589Z] Removing intermediate container 17dfd91e8f0e [2021-01-13T19:27:07.589Z] ---> 5052af15b960 [2021-01-13T19:27:07.589Z] Step 6/24 : COPY go.mod . [2021-01-13T19:27:08.189Z] Removing intermediate container 3ad33ae7695b [2021-01-13T19:27:08.189Z] ---> b449a46a8d14 [2021-01-13T19:27:08.189Z] Step 6/21 : COPY go.mod . [2021-01-13T19:27:08.463Z] ---> ab7448a1b220 [2021-01-13T19:27:08.463Z] Step 7/24 : RUN go mod download [2021-01-13T19:27:08.463Z] Removing intermediate container 99259660feb5 [2021-01-13T19:27:08.463Z] ---> 163211c76c18 [2021-01-13T19:27:08.463Z] Step 6/24 : COPY go.mod . [2021-01-13T19:27:08.529Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T19:27:08.734Z] ---> Running in 9f337f3952e5 [2021-01-13T19:27:08.795Z] Removing intermediate container 75fd25790eeb [2021-01-13T19:27:08.796Z] ---> 70c01d0b1cfa [2021-01-13T19:27:08.796Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-13T19:27:08.796Z] Removing intermediate container a7e7035a63a6 [2021-01-13T19:27:08.796Z] ---> feef2f4ecd23 [2021-01-13T19:27:08.796Z] [2021-01-13T19:27:08.796Z] Removing intermediate container 570a4c08fb3d [2021-01-13T19:27:08.796Z] ---> 1a044e570e02 [2021-01-13T19:27:08.796Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-13T19:27:09.005Z] Removing intermediate container bf45a5dafdd9 [2021-01-13T19:27:09.005Z] ---> 7a8a8bbb57e0 [2021-01-13T19:27:09.005Z] Step 6/22 : COPY go.mod . [2021-01-13T19:27:09.005Z] Removing intermediate container 257876d07777 [2021-01-13T19:27:09.005Z] ---> 634289005e3a [2021-01-13T19:27:09.280Z] Step 6/22 : COPY go.mod . [2021-01-13T19:27:09.280Z] ---> 57b77bbc1998 [2021-01-13T19:27:09.281Z] Step 7/21 : RUN go mod download [2021-01-13T19:27:09.376Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T19:27:09.376Z] Successfully built feef2f4ecd23 [2021-01-13T19:27:09.376Z] ---> Running in 71fd2748d69a [2021-01-13T19:27:09.376Z] ---> Running in 825c39da8c5d [2021-01-13T19:27:09.376Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-13T19:27:09.376Z]  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go [2021-01-13T19:27:09.554Z] ---> Running in 1dcf4def515a [2021-01-13T19:27:09.554Z] ---> 78c2a443c76a [2021-01-13T19:27:09.554Z] Step 7/24 : RUN go mod download [2021-01-13T19:27:09.837Z] ---> Running in 32027bfa150a [2021-01-13T19:27:10.108Z] ---> b4b09d7e0374 [2021-01-13T19:27:10.108Z] Step 7/22 : RUN go mod download [2021-01-13T19:27:10.346Z] OK: 233 MiB in 51 packages [2021-01-13T19:27:10.388Z] ---> Running in c8d88bb7e899 [2021-01-13T19:27:10.388Z] ---> 30c20a2afc71 [2021-01-13T19:27:10.388Z] Step 7/22 : RUN go mod download [2021-01-13T19:27:10.660Z] ---> Running in f1a332f04750 [2021-01-13T19:27:11.803Z] Removing intermediate container 71fd2748d69a [2021-01-13T19:27:11.803Z] ---> 3f620c8a9108 [2021-01-13T19:27:11.803Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-13T19:27:11.803Z] Removing intermediate container 825c39da8c5d [2021-01-13T19:27:11.803Z] ---> a71c2628a535 [2021-01-13T19:27:11.803Z] Step 22/24 : LABEL arch=x86_64 [2021-01-13T19:27:13.309Z] Removing intermediate container 9f337f3952e5 [2021-01-13T19:27:13.309Z] ---> 01035c2e2250 [2021-01-13T19:27:13.309Z] Step 8/24 : COPY . . [2021-01-13T19:27:13.581Z] Removing intermediate container 1dcf4def515a [2021-01-13T19:27:13.581Z] ---> 14506d716df4 [2021-01-13T19:27:13.581Z] Step 8/21 : COPY . . [2021-01-13T19:27:14.514Z] ---> Running in 5fe0308818a1 [2021-01-13T19:27:14.514Z] ---> Running in 6ec5e4919c2f [2021-01-13T19:27:14.576Z] Removing intermediate container 32027bfa150a [2021-01-13T19:27:14.576Z] ---> 36517270c079 [2021-01-13T19:27:14.576Z] Step 8/24 : COPY . . [2021-01-13T19:27:15.174Z] Removing intermediate container c8d88bb7e899 [2021-01-13T19:27:15.174Z] ---> 94bacb3bbef3 [2021-01-13T19:27:15.174Z] Step 8/22 : COPY . . [2021-01-13T19:27:15.174Z] Removing intermediate container f1a332f04750 [2021-01-13T19:27:15.174Z] ---> 0cd040e88b17 [2021-01-13T19:27:15.174Z] Step 8/22 : COPY . . [2021-01-13T19:27:15.910Z] Removing intermediate container 6ec5e4919c2f [2021-01-13T19:27:15.910Z] ---> be9145e94b68 [2021-01-13T19:27:15.910Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-13T19:27:15.910Z] Removing intermediate container 56a3c271c404 [2021-01-13T19:27:15.910Z] ---> 75a61282862d [2021-01-13T19:27:15.910Z] Step 6/23 : COPY go.mod . [2021-01-13T19:27:15.910Z] Removing intermediate container 5fe0308818a1 [2021-01-13T19:27:15.910Z] ---> 1c00c283c4dc [2021-01-13T19:27:15.910Z] Step 23/24 : LABEL git_sha=ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:27:16.493Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T19:27:16.493Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-13T19:27:16.493Z] ---> a9ee750bbb74 [2021-01-13T19:27:16.493Z] Step 3/22 : WORKDIR /edgex-go [2021-01-13T19:27:16.493Z] ---> Using cache [2021-01-13T19:27:16.493Z] ---> 8e90a15d16a6 [2021-01-13T19:27:16.493Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T19:27:16.493Z] ---> Using cache [2021-01-13T19:27:16.493Z] ---> 3901852b667d [2021-01-13T19:27:16.493Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-13T19:27:16.493Z] ---> Using cache [2021-01-13T19:27:16.493Z] ---> a613bbd9c9e9 [2021-01-13T19:27:16.493Z] Step 6/22 : COPY go.mod . [2021-01-13T19:27:16.493Z] ---> Using cache [2021-01-13T19:27:16.493Z] ---> b07ddf019e5a [2021-01-13T19:27:16.493Z] Step 7/22 : RUN go mod download [2021-01-13T19:27:16.493Z] ---> Using cache [2021-01-13T19:27:16.493Z] ---> b3cb01084c3e [2021-01-13T19:27:16.493Z] Step 8/22 : COPY . . [2021-01-13T19:27:16.493Z] ---> Using cache [2021-01-13T19:27:16.493Z] ---> a6491c9af476 [2021-01-13T19:27:16.493Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-13T19:27:17.074Z] ---> Running in 62759c3b78d7 [2021-01-13T19:27:17.074Z] ---> Running in b80af29491df [2021-01-13T19:27:17.352Z] ---> Running in 520a7d2b8072 [2021-01-13T19:27:17.622Z] ---> 7e6f517e38dc [2021-01-13T19:27:17.622Z] Step 7/23 : RUN go mod download [2021-01-13T19:27:17.893Z] Removing intermediate container b80af29491df [2021-01-13T19:27:17.893Z] ---> cc26ee98880a [2021-01-13T19:27:17.893Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-13T19:27:17.893Z] Removing intermediate container 62759c3b78d7 [2021-01-13T19:27:17.893Z] ---> 8f3f9de6a05f [2021-01-13T19:27:17.893Z] Step 24/24 : LABEL version=2.0.0-dev.33 [2021-01-13T19:27:18.164Z] ---> Running in 31ef460e3fa9 [2021-01-13T19:27:18.164Z] ---> Running in 9b411aa21c11 [2021-01-13T19:27:19.143Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/core-command/core-command ./cmd/core-command [2021-01-13T19:27:19.423Z] Removing intermediate container 9b411aa21c11 [2021-01-13T19:27:19.423Z] ---> 5206b703535a [2021-01-13T19:27:19.423Z] [2021-01-13T19:27:19.423Z] ---> 014fa6fea45f [2021-01-13T19:27:19.423Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-13T19:27:19.423Z] Successfully built 5206b703535a [2021-01-13T19:27:19.423Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-13T19:27:19.423Z] Building docker-security-bootstrap-redis-go [2021-01-13T19:27:22.804Z]  Building docker-security-secretstore-setup-go ... done  ---> 1f9359af8339 [2021-01-13T19:27:22.804Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-13T19:27:26.176Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T19:27:26.176Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-13T19:27:26.176Z] ---> a9ee750bbb74 [2021-01-13T19:27:26.176Z] Step 3/22 : WORKDIR /edgex-go [2021-01-13T19:27:26.176Z] ---> Using cache [2021-01-13T19:27:26.176Z] ---> 8e90a15d16a6 [2021-01-13T19:27:26.176Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T19:27:26.176Z] ---> Using cache [2021-01-13T19:27:26.176Z] ---> 3901852b667d [2021-01-13T19:27:26.176Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-13T19:27:26.176Z] ---> Using cache [2021-01-13T19:27:26.176Z] ---> a613bbd9c9e9 [2021-01-13T19:27:26.176Z] Step 6/22 : COPY go.mod . [2021-01-13T19:27:26.176Z] ---> Using cache [2021-01-13T19:27:26.176Z] ---> b07ddf019e5a [2021-01-13T19:27:26.176Z] Step 7/22 : RUN go mod download [2021-01-13T19:27:26.176Z] ---> Using cache [2021-01-13T19:27:26.176Z] ---> b3cb01084c3e [2021-01-13T19:27:26.176Z] Step 8/22 : COPY . . [2021-01-13T19:27:26.176Z] ---> 4c900379fc1c [2021-01-13T19:27:26.176Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-13T19:27:26.176Z] ---> Using cache [2021-01-13T19:27:26.176Z] ---> a6491c9af476 [2021-01-13T19:27:26.176Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-13T19:27:26.770Z] ---> Running in b63c66a15ce9 [2021-01-13T19:27:26.771Z] ---> Running in 7cdc41b29758 [2021-01-13T19:27:26.771Z] Removing intermediate container 31ef460e3fa9 [2021-01-13T19:27:26.771Z] ---> 9e7c0a016134 [2021-01-13T19:27:26.771Z] Step 8/23 : COPY . . [2021-01-13T19:27:29.382Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-13T19:27:29.382Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T19:27:29.660Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T19:27:29.934Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-13T19:27:29.934Z] (2/33) Installing expat (2.2.9-r1) [2021-01-13T19:27:29.935Z] (3/33) Installing libffi (3.3-r2) [2021-01-13T19:27:29.935Z] (4/33) Installing gdbm (1.13-r1) [2021-01-13T19:27:29.935Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-13T19:27:29.935Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-13T19:27:29.935Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-13T19:27:33.507Z] ---> 484ba9852a21 [2021-01-13T19:27:33.507Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-13T19:27:33.507Z] ---> 271ee8cee555 [2021-01-13T19:27:33.507Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-13T19:27:33.507Z] ---> bc7dd8717127 [2021-01-13T19:27:33.507Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-13T19:27:33.507Z] ---> d2a3e327511a [2021-01-13T19:27:33.507Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-13T19:27:33.507Z] ---> 46763cc2254c [2021-01-13T19:27:33.507Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-13T19:27:33.507Z] ---> Running in 7cffb64bdce1 [2021-01-13T19:27:33.507Z] ---> Running in 737350e40f80 [2021-01-13T19:27:33.507Z] ---> Running in d1639e78ef5a [2021-01-13T19:27:33.507Z] ---> Running in 6b61aaf0d3d1 [2021-01-13T19:27:33.507Z] ---> Running in d0656a055ec3 [2021-01-13T19:27:34.108Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-13T19:27:34.382Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-13T19:27:34.658Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/core-command/core-command ./cmd/core-command [2021-01-13T19:27:34.658Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-13T19:27:34.933Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-13T19:27:35.282Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-13T19:27:35.282Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-13T19:27:35.282Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-13T19:27:35.282Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-13T19:27:35.282Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-13T19:27:35.561Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-13T19:27:35.834Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-13T19:27:36.433Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-13T19:27:36.433Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-13T19:27:36.433Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-13T19:27:36.433Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-13T19:27:36.433Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-13T19:27:36.697Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-13T19:27:36.697Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-13T19:27:36.982Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-13T19:27:37.254Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-13T19:27:37.254Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-13T19:27:37.254Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-13T19:27:37.254Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-13T19:27:38.672Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-13T19:27:38.672Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T19:27:38.672Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-13T19:27:38.672Z] ---> a9ee750bbb74 [2021-01-13T19:27:38.672Z] Step 3/22 : WORKDIR /edgex-go [2021-01-13T19:27:38.672Z] ---> Using cache [2021-01-13T19:27:38.672Z] ---> 8e90a15d16a6 [2021-01-13T19:27:38.672Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T19:27:38.672Z] ---> Using cache [2021-01-13T19:27:38.672Z] ---> 3901852b667d [2021-01-13T19:27:38.672Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-13T19:27:38.672Z] ---> Using cache [2021-01-13T19:27:38.672Z] ---> a613bbd9c9e9 [2021-01-13T19:27:38.672Z] Step 6/22 : COPY go.mod . [2021-01-13T19:27:38.672Z] ---> Using cache [2021-01-13T19:27:38.672Z] ---> b07ddf019e5a [2021-01-13T19:27:38.672Z] Step 7/22 : RUN go mod download [2021-01-13T19:27:38.672Z] ---> Using cache [2021-01-13T19:27:38.672Z] ---> b3cb01084c3e [2021-01-13T19:27:38.672Z] Step 8/22 : COPY . . [2021-01-13T19:27:38.672Z] ---> Using cache [2021-01-13T19:27:38.672Z] ---> a6491c9af476 [2021-01-13T19:27:38.672Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-13T19:27:39.259Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-13T19:27:39.878Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-13T19:27:39.878Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-13T19:27:40.149Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-13T19:27:40.149Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-13T19:27:40.149Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-13T19:27:40.149Z] ---> Running in 09dabd1e2ea4 [2021-01-13T19:27:40.418Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T19:27:40.418Z] OK: 71 MiB in 55 packages [2021-01-13T19:27:41.832Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-13T19:27:52.010Z] Removing intermediate container 520a7d2b8072 [2021-01-13T19:27:52.010Z] ---> ed9bc4a2990d [2021-01-13T19:27:52.010Z] [2021-01-13T19:27:52.010Z] Step 10/22 : FROM scratch [2021-01-13T19:27:52.010Z] ---> [2021-01-13T19:27:52.010Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-13T19:27:52.010Z] ---> cb4b3b95c0c0 [2021-01-13T19:27:52.010Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-13T19:27:52.958Z] ---> Using cache [2021-01-13T19:27:52.958Z] ---> 9c120ade9424 [2021-01-13T19:27:52.958Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-13T19:27:53.220Z] ---> Running in f0db838788f2 [2021-01-13T19:27:54.182Z] ---> Running in 408d76b1012b [2021-01-13T19:27:55.164Z] Removing intermediate container 408d76b1012b [2021-01-13T19:27:55.164Z] ---> 44909e12d3cb [2021-01-13T19:27:55.164Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-13T19:27:55.164Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/core-data/core-data ./cmd/core-data [2021-01-13T19:27:55.744Z] ---> Running in 70402e683ec1 [2021-01-13T19:27:58.319Z] Removing intermediate container b63c66a15ce9 [2021-01-13T19:27:58.319Z] ---> 65576169c716 [2021-01-13T19:27:58.319Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-13T19:27:58.319Z] Removing intermediate container 70402e683ec1 [2021-01-13T19:27:58.319Z] ---> ddc3a3cde335 [2021-01-13T19:27:58.319Z] Step 14/22 : WORKDIR / [2021-01-13T19:27:58.585Z] ---> Running in cfb79fe1e3fc [2021-01-13T19:27:58.585Z] ---> Running in e93d1539663f [2021-01-13T19:27:59.192Z] Removing intermediate container e93d1539663f [2021-01-13T19:27:59.192Z] ---> 3b7ac0659fd8 [2021-01-13T19:27:59.192Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T19:27:59.461Z] ---> 22d4c0222b7e [2021-01-13T19:27:59.461Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-13T19:28:00.474Z] ---> ace6e2a212d8 [2021-01-13T19:28:00.474Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-13T19:28:01.065Z] ---> 6e6a4923bcc6 [2021-01-13T19:28:01.066Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-13T19:28:01.359Z] Collecting docker-compose==1.23.2 [2021-01-13T19:28:01.359Z] ---> Running in 2cd9d44bf23b [2021-01-13T19:28:01.359Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-13T19:28:01.955Z] Collecting docker<4.0,>=3.6.0 [2021-01-13T19:28:01.955Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-13T19:28:02.555Z] Removing intermediate container 2cd9d44bf23b [2021-01-13T19:28:02.555Z] ---> 6c133e7b567e [2021-01-13T19:28:02.555Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T19:28:02.555Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-13T19:28:02.555Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-13T19:28:02.831Z] ---> Running in dfe8300fdebe [2021-01-13T19:28:02.832Z] Collecting cached-property<2,>=1.2.0 [2021-01-13T19:28:02.832Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-13T19:28:04.792Z] Collecting docopt<0.7,>=0.6.1 [2021-01-13T19:28:04.792Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-13T19:28:05.067Z] Removing intermediate container dfe8300fdebe [2021-01-13T19:28:05.067Z] ---> 95bef893d680 [2021-01-13T19:28:05.067Z] Step 20/22 : LABEL arch=x86_64 [2021-01-13T19:28:05.655Z] 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-01-13T19:28:05.655Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-13T19:28:05.655Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-13T19:28:07.054Z] ---> Running in 014cef4901a0 [2021-01-13T19:28:07.054Z] Removing intermediate container 09dabd1e2ea4 [2021-01-13T19:28:07.054Z] ---> 763ab232d2af [2021-01-13T19:28:07.054Z] [2021-01-13T19:28:07.054Z] Step 10/22 : FROM alpine:3.12 [2021-01-13T19:28:07.054Z] ---> 389fef711851 [2021-01-13T19:28:07.054Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-13T19:28:07.054Z] ---> Using cache [2021-01-13T19:28:07.054Z] ---> 8cc8f52cbf4a [2021-01-13T19:28:07.054Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-13T19:28:07.629Z] Removing intermediate container 7cdc41b29758 [2021-01-13T19:28:07.629Z] ---> 8b914e2fee44 [2021-01-13T19:28:07.629Z] [2021-01-13T19:28:07.629Z] Step 10/22 : FROM scratch [2021-01-13T19:28:07.629Z] ---> [2021-01-13T19:28:07.629Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-13T19:28:07.629Z] ---> Using cache [2021-01-13T19:28:07.629Z] ---> 9c120ade9424 [2021-01-13T19:28:07.629Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-13T19:28:07.629Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-13T19:28:07.906Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-13T19:28:07.906Z] ---> Running in 50ee6b6416c6 [2021-01-13T19:28:07.906Z] Removing intermediate container 014cef4901a0 [2021-01-13T19:28:07.906Z] ---> 96c7a3eecbe9 [2021-01-13T19:28:07.906Z] Step 21/22 : LABEL git_sha=ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:28:07.906Z] ---> Running in 3bd95347cf5c [2021-01-13T19:28:07.906Z] Collecting texttable<0.10,>=0.9.0 [2021-01-13T19:28:07.906Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-13T19:28:08.511Z] ---> Running in 123c39b83a35 [2021-01-13T19:28:08.511Z] Removing intermediate container 50ee6b6416c6 [2021-01-13T19:28:08.511Z] ---> 85d3a9b629b2 [2021-01-13T19:28:08.511Z] Step 13/22 : WORKDIR / [2021-01-13T19:28:08.511Z] Removing intermediate container 3bd95347cf5c [2021-01-13T19:28:08.511Z] ---> 3e4a38dea574 [2021-01-13T19:28:08.511Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-13T19:28:08.511Z] ---> Running in 8932559a764d [2021-01-13T19:28:08.511Z] ---> Running in 98021b7cba0b [2021-01-13T19:28:08.798Z] Removing intermediate container 123c39b83a35 [2021-01-13T19:28:08.798Z] ---> 2ece2cb65da4 [2021-01-13T19:28:08.798Z] Step 22/22 : LABEL version=2.0.0-dev.33 [2021-01-13T19:28:08.798Z] Collecting jsonschema<3,>=2.5.1 [2021-01-13T19:28:08.798Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-13T19:28:08.798Z] ---> Running in c7f1d5f979c1 [2021-01-13T19:28:09.081Z] Removing intermediate container 8932559a764d [2021-01-13T19:28:09.081Z] ---> 9afb5e560e61 [2021-01-13T19:28:09.081Z] Step 14/22 : WORKDIR / [2021-01-13T19:28:09.081Z] ---> Running in 5b6518fa03f2 [2021-01-13T19:28:09.081Z] Removing intermediate container 98021b7cba0b [2021-01-13T19:28:09.081Z] ---> eb18742f4ae2 [2021-01-13T19:28:09.081Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T19:28:09.081Z] Collecting PyYAML<4,>=3.10 [2021-01-13T19:28:09.081Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-13T19:28:09.368Z] Removing intermediate container c7f1d5f979c1 [2021-01-13T19:28:09.368Z] ---> f3522e82727f [2021-01-13T19:28:09.368Z] [2021-01-13T19:28:11.941Z] Collecting docker-pycreds>=0.4.0 [2021-01-13T19:28:11.941Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-13T19:28:11.941Z] Successfully built f3522e82727f [2021-01-13T19:28:11.941Z] Removing intermediate container 5b6518fa03f2 [2021-01-13T19:28:11.941Z] ---> e3b24f671f6c [2021-01-13T19:28:11.941Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T19:28:12.213Z] Successfully tagged docker-core-command-go:latest [2021-01-13T19:28:12.491Z]  Building docker-core-command-go ... done  ---> 623eaff07454 [2021-01-13T19:28:12.491Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-13T19:28:12.491Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-13T19:28:12.491Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-13T19:28:12.491Z] 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-01-13T19:28:12.491Z] Collecting idna<2.8,>=2.5 [2021-01-13T19:28:12.491Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-13T19:28:12.491Z] 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-01-13T19:28:12.491Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-13T19:28:12.491Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-13T19:28:12.491Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-13T19:28:12.491Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-13T19:28:12.772Z] Installing collected packages: urllib3, idna, requests, websocket-client, docker-pycreds, docker, cached-property, docopt, dockerpty, texttable, jsonschema, PyYAML, docker-compose [2021-01-13T19:28:12.772Z] Attempting uninstall: urllib3 [2021-01-13T19:28:12.772Z] Found existing installation: urllib3 1.25.9 [2021-01-13T19:28:12.772Z] Uninstalling urllib3-1.25.9: [2021-01-13T19:28:12.772Z] Successfully uninstalled urllib3-1.25.9 [2021-01-13T19:28:12.772Z] ---> c7aa0d3f6c1e [2021-01-13T19:28:12.772Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-13T19:28:14.174Z] ---> fed347e7f377 [2021-01-13T19:28:14.174Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-13T19:28:14.174Z] Attempting uninstall: idna [2021-01-13T19:28:14.174Z] Found existing installation: idna 2.9 [2021-01-13T19:28:14.174Z] Uninstalling idna-2.9: [2021-01-13T19:28:14.174Z] Successfully uninstalled idna-2.9 [2021-01-13T19:28:14.446Z] Attempting uninstall: requests [2021-01-13T19:28:14.446Z] Found existing installation: requests 2.23.0 [2021-01-13T19:28:14.446Z] Uninstalling requests-2.23.0: [2021-01-13T19:28:14.446Z] ---> 15c18077dae8 [2021-01-13T19:28:14.446Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-13T19:28:14.446Z] Successfully uninstalled requests-2.23.0 [2021-01-13T19:28:14.725Z] ---> f07b2fa08ddb [2021-01-13T19:28:14.725Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-13T19:28:15.317Z] ---> cc0f8b9b0e1c [2021-01-13T19:28:15.317Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-13T19:28:15.900Z] ---> fab2b0915e43 [2021-01-13T19:28:15.900Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-13T19:28:15.900Z] ---> Running in db7f92cacc12 [2021-01-13T19:28:16.478Z] ---> Running in 66acba485c70 [2021-01-13T19:28:16.741Z] Running setup.py install for docopt: started [2021-01-13T19:28:16.741Z] Removing intermediate container db7f92cacc12 [2021-01-13T19:28:16.741Z] ---> 2c1987622707 [2021-01-13T19:28:16.741Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T19:28:16.741Z] ---> Running in 00ad30b3ff53 [2021-01-13T19:28:17.016Z] Removing intermediate container 00ad30b3ff53 [2021-01-13T19:28:17.016Z] ---> bbc59a900c87 [2021-01-13T19:28:17.016Z] Step 20/22 : LABEL arch=x86_64 [2021-01-13T19:28:17.294Z] Running setup.py install for docopt: finished with status 'done' [2021-01-13T19:28:17.294Z] ---> Running in 8ccbebbe4120 [2021-01-13T19:28:17.294Z] Running setup.py install for dockerpty: started [2021-01-13T19:28:17.564Z] Removing intermediate container 8ccbebbe4120 [2021-01-13T19:28:17.564Z] ---> 45a13f4023d5 [2021-01-13T19:28:17.564Z] Step 21/22 : LABEL git_sha=ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:28:17.564Z] ---> Running in a3298c946de1 [2021-01-13T19:28:17.831Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-13T19:28:17.831Z] Running setup.py install for texttable: started [2021-01-13T19:28:17.831Z] Removing intermediate container a3298c946de1 [2021-01-13T19:28:17.831Z] ---> 49f3ee88d3a6 [2021-01-13T19:28:17.831Z] Step 22/22 : LABEL version=2.0.0-dev.33 [2021-01-13T19:28:17.831Z] ---> Running in f5292d5919e5 [2021-01-13T19:28:17.831Z] Removing intermediate container 66acba485c70 [2021-01-13T19:28:17.831Z] ---> 3e8cf9a4ae82 [2021-01-13T19:28:17.831Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-13T19:28:18.097Z] ---> Running in fd2982e8b370 [2021-01-13T19:28:19.492Z] Removing intermediate container f5292d5919e5 [2021-01-13T19:28:19.492Z] ---> 5731c31c57cb [2021-01-13T19:28:19.492Z] [2021-01-13T19:28:19.492Z] Running setup.py install for texttable: finished with status 'done' [2021-01-13T19:28:19.757Z] Successfully built 5731c31c57cb [2021-01-13T19:28:19.757Z] Running setup.py install for PyYAML: started [2021-01-13T19:28:20.019Z] Successfully tagged docker-core-metadata-go:latest [2021-01-13T19:28:20.596Z]  Building docker-core-metadata-go ... done Removing intermediate container fd2982e8b370 [2021-01-13T19:28:20.596Z] ---> 5a74472d92d0 [2021-01-13T19:28:20.596Z] Step 20/22 : LABEL arch=x86_64 [2021-01-13T19:28:20.596Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-13T19:28:20.862Z] ---> Running in 05264784f3df [2021-01-13T19:28:21.453Z] Removing intermediate container 05264784f3df [2021-01-13T19:28:21.453Z] ---> 36da4a3c155f [2021-01-13T19:28:21.453Z] Step 21/22 : LABEL git_sha=ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:28:21.453Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-13T19:28:21.453Z] ---> Running in 854307d2e2a8 [2021-01-13T19:28:21.715Z] Removing intermediate container 854307d2e2a8 [2021-01-13T19:28:21.715Z] ---> ddff21e75dc6 [2021-01-13T19:28:21.715Z] Step 22/22 : LABEL version=2.0.0-dev.33 [2021-01-13T19:28:21.979Z] ---> Running in c1942bde4cb4 [2021-01-13T19:28:24.366Z] Removing intermediate container c1942bde4cb4 [2021-01-13T19:28:24.366Z] ---> 0f213340a17a [2021-01-13T19:28:24.366Z] [2021-01-13T19:28:24.366Z] Removing intermediate container f0db838788f2 [2021-01-13T19:28:24.366Z] ---> 60c3bf89900d [2021-01-13T19:28:24.366Z] [2021-01-13T19:28:24.366Z] Step 10/23 : FROM alpine:3.12 [2021-01-13T19:28:24.366Z] ---> 389fef711851 [2021-01-13T19:28:24.366Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-13T19:28:24.630Z] Successfully built 0f213340a17a [2021-01-13T19:28:24.630Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-13T19:28:24.897Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container cfb79fe1e3fc [2021-01-13T19:28:24.897Z] ---> f62604c0766e [2021-01-13T19:28:24.897Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-13T19:28:24.897Z] ---> Running in d5aae8a0ba92 [2021-01-13T19:28:24.897Z] ---> Running in 37b30e7e7ddb [2021-01-13T19:28:25.161Z] Removing intermediate container d5aae8a0ba92 [2021-01-13T19:28:25.161Z] ---> 5515f3940409 [2021-01-13T19:28:25.161Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-13T19:28:25.161Z] ---> Running in 93bf28a4c713 [2021-01-13T19:28:25.424Z] Removing intermediate container 93bf28a4c713 [2021-01-13T19:28:25.424Z] ---> 346d0aa6c65f [2021-01-13T19:28:25.424Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-13T19:28:25.424Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T19:28:25.424Z] ---> Running in 4691783c7b36 [2021-01-13T19:28:25.687Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T19:28:25.687Z] Removing intermediate container 4691783c7b36 [2021-01-13T19:28:25.687Z] ---> f0717bc16674 [2021-01-13T19:28:25.687Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T19:28:25.687Z] ---> Running in ed6927651e85 [2021-01-13T19:28:25.951Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-13T19:28:25.951Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-13T19:28:25.951Z] (3/3) Installing curl (7.69.1-r3) [2021-01-13T19:28:25.951Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T19:28:25.951Z] OK: 72 MiB in 58 packages [2021-01-13T19:28:26.532Z] Removing intermediate container 37b30e7e7ddb [2021-01-13T19:28:26.532Z] ---> b604ff70d80a [2021-01-13T19:28:26.532Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-13T19:28:26.532Z] ---> Running in 798759704dde [2021-01-13T19:28:26.793Z] Removing intermediate container ed6927651e85 [2021-01-13T19:28:26.793Z] ---> 216a70cfe6d0 [2021-01-13T19:28:26.793Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-13T19:28:26.793Z] Removing intermediate container 798759704dde [2021-01-13T19:28:26.793Z] ---> 20f351f72991 [2021-01-13T19:28:26.793Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T19:28:26.793Z] ---> Running in 9f5b677c7197 [2021-01-13T19:28:26.793Z] ---> Running in fa876b6d261c [2021-01-13T19:28:27.062Z] Removing intermediate container fa876b6d261c [2021-01-13T19:28:27.062Z] ---> b57560272c03 [2021-01-13T19:28:27.062Z] Step 24/26 : LABEL arch=x86_64 [2021-01-13T19:28:27.062Z] ---> Running in bc2a97a12460 [2021-01-13T19:28:27.639Z] Removing intermediate container bc2a97a12460 [2021-01-13T19:28:27.639Z] ---> 9fa6eac86fc7 [2021-01-13T19:28:27.639Z] Step 25/26 : LABEL git_sha=ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:28:27.639Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T19:28:27.639Z] ---> Running in 7fa5ee003084 [2021-01-13T19:28:27.901Z] Removing intermediate container 7fa5ee003084 [2021-01-13T19:28:27.901Z] ---> 6407c70c8eee [2021-01-13T19:28:27.901Z] Step 26/26 : LABEL version=2.0.0-dev.33 [2021-01-13T19:28:27.901Z] ---> Running in 68cb4856b39a [2021-01-13T19:28:28.164Z] Removing intermediate container 68cb4856b39a [2021-01-13T19:28:28.164Z] ---> 309275a4b27c [2021-01-13T19:28:28.164Z] [2021-01-13T19:28:28.164Z] Successfully built 309275a4b27c [2021-01-13T19:28:28.427Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-13T19:28:28.689Z]  Building docker-sys-mgmt-agent-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T19:28:29.638Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-13T19:28:29.638Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-13T19:28:29.638Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-13T19:28:29.900Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-13T19:28:30.162Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-13T19:28:30.162Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T19:28:30.162Z] OK: 8 MiB in 19 packages [2021-01-13T19:28:30.735Z] Removing intermediate container 9f5b677c7197 [2021-01-13T19:28:30.735Z] ---> 77abd5480258 [2021-01-13T19:28:30.735Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T19:28:30.997Z] ---> 2fdb92637ada [2021-01-13T19:28:30.997Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-13T19:28:31.605Z] ---> cc0e95fc9c52 [2021-01-13T19:28:31.605Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-13T19:28:31.937Z] ---> 121fc50dde35 [2021-01-13T19:28:31.937Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-13T19:28:31.937Z] ---> Running in 2315053d79f7 [2021-01-13T19:28:32.218Z] Removing intermediate container 2315053d79f7 [2021-01-13T19:28:32.218Z] ---> 87c902fcaa3e [2021-01-13T19:28:32.218Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T19:28:32.218Z] ---> Running in ed3ca38bf7f5 [2021-01-13T19:28:32.505Z] Removing intermediate container ed3ca38bf7f5 [2021-01-13T19:28:32.505Z] ---> bb12bdb7dee2 [2021-01-13T19:28:32.505Z] Step 21/23 : LABEL arch=x86_64 [2021-01-13T19:28:32.505Z] ---> Running in e03cf0da8bba [2021-01-13T19:28:32.826Z] Removing intermediate container e03cf0da8bba [2021-01-13T19:28:32.826Z] ---> 738843bfe1f6 [2021-01-13T19:28:32.826Z] Step 22/23 : LABEL git_sha=ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:28:32.826Z] ---> Running in c55fde281666 [2021-01-13T19:28:33.099Z] Removing intermediate container c55fde281666 [2021-01-13T19:28:33.099Z] ---> 5ccbb77dd50f [2021-01-13T19:28:33.099Z] Step 23/23 : LABEL version=2.0.0-dev.33 [2021-01-13T19:28:33.099Z] ---> Running in 9a623f2efd81 [2021-01-13T19:28:33.366Z] Removing intermediate container 9a623f2efd81 [2021-01-13T19:28:33.366Z] ---> 6e42c07068a3 [2021-01-13T19:28:33.366Z] [2021-01-13T19:28:34.312Z] Successfully built 6e42c07068a3 [2021-01-13T19:28:34.312Z] Successfully tagged docker-core-data-go:latest [2021-01-13T19:28:34.322Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-13T19:28:34.329Z] $ docker stop --time=1 8cbfae8d6f88b14bc532d081bced64e15cf3a3ff34a765dbf660bfa8cc2b7ae0 [2021-01-13T19:28:35.949Z] $ docker rm -f 8cbfae8d6f88b14bc532d081bced64e15cf3a3ff34a765dbf660bfa8cc2b7ae0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-13T19:28:36.516Z] + docker images [2021-01-13T19:28:36.516Z] + grep docker [2021-01-13T19:28:36.516Z] docker-core-data-go latest 6e42c07068a3 3 seconds ago 22.3MB [2021-01-13T19:28:36.516Z] docker-sys-mgmt-agent-go latest 309275a4b27c 9 seconds ago 313MB [2021-01-13T19:28:36.516Z] docker-security-bootstrap-redis-go latest 0f213340a17a 14 seconds ago 15.8MB [2021-01-13T19:28:36.516Z] docker-core-metadata-go latest 5731c31c57cb 19 seconds ago 13.1MB [2021-01-13T19:28:36.516Z] docker-core-command-go latest f3522e82727f 27 seconds ago 10.6MB [2021-01-13T19:28:36.516Z] docker-security-secretstore-setup-go latest 5206b703535a About a minute ago 24.6MB [2021-01-13T19:28:36.516Z] docker-security-proxy-setup-go latest feef2f4ecd23 About a minute ago 24.5MB [2021-01-13T19:28:36.516Z] docker-support-notifications-go latest dee1968bc21d About a minute ago 12MB [2021-01-13T19:28:36.516Z] docker-support-scheduler-go latest 6cf03844788c About a minute ago 10.7MB [2021-01-13T19:28:36.516Z] docker 20.10.0 aefe523efa57 4 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-13T19:28:37.400Z] provisioning config files... [2021-01-13T19:28:37.441Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/291@tmp/config3899144871513762063tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-13T19:28:37.819Z] ---> docker-login.sh [2021-01-13T19:28:37.820Z] nexus3.edgexfoundry.org:10001 [2021-01-13T19:28:37.820Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T19:28:38.082Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T19:28:38.082Z] Configure a credential helper to remove this warning. See [2021-01-13T19:28:38.082Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T19:28:38.082Z] [2021-01-13T19:28:38.082Z] Login Succeeded [2021-01-13T19:28:38.082Z] nexus3.edgexfoundry.org:10002 [2021-01-13T19:28:38.082Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T19:28:38.082Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T19:28:38.082Z] Configure a credential helper to remove this warning. See [2021-01-13T19:28:38.082Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T19:28:38.082Z] [2021-01-13T19:28:38.082Z] Login Succeeded [2021-01-13T19:28:38.082Z] nexus3.edgexfoundry.org:10003 [2021-01-13T19:28:38.345Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T19:28:38.345Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T19:28:38.345Z] Configure a credential helper to remove this warning. See [2021-01-13T19:28:38.345Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T19:28:38.345Z] [2021-01-13T19:28:38.345Z] Login Succeeded [2021-01-13T19:28:38.345Z] nexus3.edgexfoundry.org:10004 [2021-01-13T19:28:38.607Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T19:28:38.607Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T19:28:38.607Z] Configure a credential helper to remove this warning. See [2021-01-13T19:28:38.607Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T19:28:38.607Z] [2021-01-13T19:28:38.607Z] Login Succeeded [2021-01-13T19:28:38.607Z] docker.io [2021-01-13T19:28:38.607Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T19:28:39.184Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T19:28:39.184Z] Configure a credential helper to remove this warning. See [2021-01-13T19:28:39.184Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T19:28:39.184Z] [2021-01-13T19:28:39.184Z] Login Succeeded [2021-01-13T19:28:39.184Z] ---> docker-login.sh ends [Pipeline] } [2021-01-13T19:28:39.194Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T19:28:39.469Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-01-13T19:28:39.469Z] ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:28:39.469Z] 2.0.0-dev.33 [2021-01-13T19:28:39.469Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T19:28:39.469Z] master [2021-01-13T19:28:39.469Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:28:40.041Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:ced48a9704d45a78ce2a225541f5314d2d8a1195 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:28:40.344Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:28:40.344Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-13T19:28:40.344Z] 077da6f3d015: Preparing [2021-01-13T19:28:40.344Z] 0faabd281167: Preparing [2021-01-13T19:28:40.344Z] 51fe405ecd70: Preparing [2021-01-13T19:28:40.606Z] 51fe405ecd70: Pushed [2021-01-13T19:28:40.606Z] 077da6f3d015: Pushed [2021-01-13T19:28:41.555Z] 0faabd281167: Pushed [2021-01-13T19:28:41.555Z] ced48a9704d45a78ce2a225541f5314d2d8a1195: digest: sha256:3a812b875d4155bd712f0b6ea43fd4948365e81e142d322b6055dfc6e29972a6 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:28:42.140Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:28:42.447Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.33 [2021-01-13T19:28:42.447Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-13T19:28:42.447Z] 077da6f3d015: Preparing [2021-01-13T19:28:42.447Z] 0faabd281167: Preparing [2021-01-13T19:28:42.447Z] 51fe405ecd70: Preparing [2021-01-13T19:28:42.447Z] 0faabd281167: Layer already exists [2021-01-13T19:28:42.447Z] 077da6f3d015: Layer already exists [2021-01-13T19:28:42.447Z] 51fe405ecd70: Layer already exists [2021-01-13T19:28:42.709Z] 2.0.0-dev.33: digest: sha256:3a812b875d4155bd712f0b6ea43fd4948365e81e142d322b6055dfc6e29972a6 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:28:43.027Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:28:43.332Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T19:28:43.332Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-13T19:28:43.332Z] 077da6f3d015: Preparing [2021-01-13T19:28:43.332Z] 0faabd281167: Preparing [2021-01-13T19:28:43.332Z] 51fe405ecd70: Preparing [2021-01-13T19:28:43.332Z] 51fe405ecd70: Layer already exists [2021-01-13T19:28:43.332Z] 077da6f3d015: Layer already exists [2021-01-13T19:28:43.332Z] 0faabd281167: Layer already exists [2021-01-13T19:28:43.332Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33: digest: sha256:3a812b875d4155bd712f0b6ea43fd4948365e81e142d322b6055dfc6e29972a6 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:28:43.640Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:28:43.939Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-01-13T19:28:43.939Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-13T19:28:43.939Z] 077da6f3d015: Preparing [2021-01-13T19:28:43.939Z] 0faabd281167: Preparing [2021-01-13T19:28:43.939Z] 51fe405ecd70: Preparing [2021-01-13T19:28:43.939Z] 0faabd281167: Layer already exists [2021-01-13T19:28:43.939Z] 077da6f3d015: Layer already exists [2021-01-13T19:28:43.939Z] 51fe405ecd70: Layer already exists [2021-01-13T19:28:43.939Z] master: digest: sha256:3a812b875d4155bd712f0b6ea43fd4948365e81e142d322b6055dfc6e29972a6 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T19:28:44.194Z] ===================================================== [Pipeline] echo [2021-01-13T19:28:44.282Z] taggedImages: [2021-01-13T19:28:44.282Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:28:44.282Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.33 [2021-01-13T19:28:44.282Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T19:28:44.282Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-01-13T19:28:44.355Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-01-13T19:28:44.355Z] ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:28:44.355Z] 2.0.0-dev.33 [2021-01-13T19:28:44.355Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T19:28:44.355Z] master [2021-01-13T19:28:44.355Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:28:44.874Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:ced48a9704d45a78ce2a225541f5314d2d8a1195 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:28:45.181Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:28:45.181Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-13T19:28:45.181Z] a252648f8114: Preparing [2021-01-13T19:28:45.181Z] 26caa09aa202: Preparing [2021-01-13T19:28:45.181Z] 51fe405ecd70: Preparing [2021-01-13T19:28:45.181Z] 6dd8e3d9a288: Preparing [2021-01-13T19:28:45.181Z] d4890a5e613e: Preparing [2021-01-13T19:28:45.181Z] 777b2c648970: Preparing [2021-01-13T19:28:45.181Z] 777b2c648970: Waiting [2021-01-13T19:28:45.181Z] 51fe405ecd70: Layer already exists [2021-01-13T19:28:45.181Z] 777b2c648970: Layer already exists [2021-01-13T19:28:45.449Z] d4890a5e613e: Pushed [2021-01-13T19:28:45.449Z] a252648f8114: Pushed [2021-01-13T19:28:45.449Z] 6dd8e3d9a288: Pushed [2021-01-13T19:28:46.402Z] 26caa09aa202: Pushed [2021-01-13T19:28:46.976Z] ced48a9704d45a78ce2a225541f5314d2d8a1195: digest: sha256:3dec1432f145d71d569b711b813f16d1933ee69084696046a9bd8e183aea9a9d size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:28:47.289Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:28:47.587Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.33 [2021-01-13T19:28:47.587Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-13T19:28:47.587Z] a252648f8114: Preparing [2021-01-13T19:28:47.587Z] 26caa09aa202: Preparing [2021-01-13T19:28:47.587Z] 51fe405ecd70: Preparing [2021-01-13T19:28:47.587Z] 6dd8e3d9a288: Preparing [2021-01-13T19:28:47.587Z] d4890a5e613e: Preparing [2021-01-13T19:28:47.587Z] 777b2c648970: Preparing [2021-01-13T19:28:47.587Z] 777b2c648970: Waiting [2021-01-13T19:28:47.587Z] 51fe405ecd70: Layer already exists [2021-01-13T19:28:47.587Z] a252648f8114: Layer already exists [2021-01-13T19:28:47.587Z] 6dd8e3d9a288: Layer already exists [2021-01-13T19:28:47.587Z] 26caa09aa202: Layer already exists [2021-01-13T19:28:47.587Z] d4890a5e613e: Layer already exists [2021-01-13T19:28:47.587Z] 777b2c648970: Layer already exists [2021-01-13T19:28:47.587Z] 2.0.0-dev.33: digest: sha256:3dec1432f145d71d569b711b813f16d1933ee69084696046a9bd8e183aea9a9d size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:28:47.900Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:28:48.206Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T19:28:48.206Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-13T19:28:48.206Z] a252648f8114: Preparing [2021-01-13T19:28:48.206Z] 26caa09aa202: Preparing [2021-01-13T19:28:48.206Z] 51fe405ecd70: Preparing [2021-01-13T19:28:48.206Z] 6dd8e3d9a288: Preparing [2021-01-13T19:28:48.206Z] d4890a5e613e: Preparing [2021-01-13T19:28:48.206Z] 777b2c648970: Preparing [2021-01-13T19:28:48.206Z] 777b2c648970: Waiting [2021-01-13T19:28:48.206Z] 6dd8e3d9a288: Layer already exists [2021-01-13T19:28:48.206Z] a252648f8114: Layer already exists [2021-01-13T19:28:48.206Z] 26caa09aa202: Layer already exists [2021-01-13T19:28:48.206Z] d4890a5e613e: Layer already exists [2021-01-13T19:28:48.206Z] 51fe405ecd70: Layer already exists [2021-01-13T19:28:48.206Z] 777b2c648970: Layer already exists [2021-01-13T19:28:48.206Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33: digest: sha256:3dec1432f145d71d569b711b813f16d1933ee69084696046a9bd8e183aea9a9d size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:28:48.513Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:28:48.822Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-01-13T19:28:48.822Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-13T19:28:48.822Z] a252648f8114: Preparing [2021-01-13T19:28:48.822Z] 26caa09aa202: Preparing [2021-01-13T19:28:48.822Z] 51fe405ecd70: Preparing [2021-01-13T19:28:48.822Z] 6dd8e3d9a288: Preparing [2021-01-13T19:28:48.822Z] d4890a5e613e: Preparing [2021-01-13T19:28:48.822Z] 777b2c648970: Preparing [2021-01-13T19:28:48.822Z] 777b2c648970: Waiting [2021-01-13T19:28:48.822Z] d4890a5e613e: Layer already exists [2021-01-13T19:28:48.822Z] a252648f8114: Layer already exists [2021-01-13T19:28:48.822Z] 26caa09aa202: Layer already exists [2021-01-13T19:28:48.822Z] 51fe405ecd70: Layer already exists [2021-01-13T19:28:48.822Z] 6dd8e3d9a288: Layer already exists [2021-01-13T19:28:48.822Z] 777b2c648970: Layer already exists [2021-01-13T19:28:48.822Z] master: digest: sha256:3dec1432f145d71d569b711b813f16d1933ee69084696046a9bd8e183aea9a9d size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T19:28:49.047Z] ===================================================== [Pipeline] echo [2021-01-13T19:28:49.095Z] taggedImages: [2021-01-13T19:28:49.095Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:28:49.095Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.33 [2021-01-13T19:28:49.095Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T19:28:49.095Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-01-13T19:28:49.162Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-01-13T19:28:49.162Z] ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:28:49.162Z] 2.0.0-dev.33 [2021-01-13T19:28:49.162Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T19:28:49.162Z] master [2021-01-13T19:28:49.162Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:28:49.652Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ced48a9704d45a78ce2a225541f5314d2d8a1195 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:28:49.952Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:28:49.952Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-13T19:28:49.952Z] 0e2ba06ae728: Preparing [2021-01-13T19:28:49.952Z] 735272bbeca0: Preparing [2021-01-13T19:28:49.952Z] 51fe405ecd70: Preparing [2021-01-13T19:28:49.952Z] 51fe405ecd70: Layer already exists [2021-01-13T19:28:49.952Z] 0e2ba06ae728: Pushed [2021-01-13T19:28:51.341Z] 735272bbeca0: Pushed [2021-01-13T19:28:51.341Z] ced48a9704d45a78ce2a225541f5314d2d8a1195: digest: sha256:994120ef6011ad961085cca105b977903141e7d2d473b6d439329db142f50a67 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:28:51.649Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:28:51.949Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.33 [2021-01-13T19:28:51.949Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-13T19:28:51.949Z] 0e2ba06ae728: Preparing [2021-01-13T19:28:51.949Z] 735272bbeca0: Preparing [2021-01-13T19:28:51.949Z] 51fe405ecd70: Preparing [2021-01-13T19:28:51.949Z] 735272bbeca0: Layer already exists [2021-01-13T19:28:51.949Z] 51fe405ecd70: Layer already exists [2021-01-13T19:28:51.949Z] 0e2ba06ae728: Layer already exists [2021-01-13T19:28:51.949Z] 2.0.0-dev.33: digest: sha256:994120ef6011ad961085cca105b977903141e7d2d473b6d439329db142f50a67 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:28:52.257Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:28:52.560Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T19:28:52.560Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-13T19:28:52.560Z] 0e2ba06ae728: Preparing [2021-01-13T19:28:52.560Z] 735272bbeca0: Preparing [2021-01-13T19:28:52.560Z] 51fe405ecd70: Preparing [2021-01-13T19:28:52.560Z] 51fe405ecd70: Layer already exists [2021-01-13T19:28:52.560Z] 735272bbeca0: Layer already exists [2021-01-13T19:28:52.560Z] 0e2ba06ae728: Layer already exists [2021-01-13T19:28:52.560Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33: digest: sha256:994120ef6011ad961085cca105b977903141e7d2d473b6d439329db142f50a67 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:28:52.870Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:28:53.171Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-01-13T19:28:53.171Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-13T19:28:53.171Z] 0e2ba06ae728: Preparing [2021-01-13T19:28:53.171Z] 735272bbeca0: Preparing [2021-01-13T19:28:53.171Z] 51fe405ecd70: Preparing [2021-01-13T19:28:53.171Z] 51fe405ecd70: Layer already exists [2021-01-13T19:28:53.171Z] 0e2ba06ae728: Layer already exists [2021-01-13T19:28:53.171Z] 735272bbeca0: Layer already exists [2021-01-13T19:28:53.171Z] master: digest: sha256:994120ef6011ad961085cca105b977903141e7d2d473b6d439329db142f50a67 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T19:28:53.477Z] ===================================================== [Pipeline] echo [2021-01-13T19:28:53.528Z] taggedImages: [2021-01-13T19:28:53.528Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:28:53.528Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.33 [2021-01-13T19:28:53.528Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T19:28:53.528Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-01-13T19:28:53.596Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2021-01-13T19:28:53.596Z] ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:28:53.596Z] 2.0.0-dev.33 [2021-01-13T19:28:53.596Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T19:28:53.596Z] master [2021-01-13T19:28:53.597Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:28:54.107Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ced48a9704d45a78ce2a225541f5314d2d8a1195 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:28:54.495Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:28:54.495Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-13T19:28:54.495Z] 96e1594c4372: Preparing [2021-01-13T19:28:54.495Z] 0374be335e45: Preparing [2021-01-13T19:28:54.495Z] 2b30f71e4436: Preparing [2021-01-13T19:28:54.495Z] b031f7751922: Preparing [2021-01-13T19:28:54.495Z] 51fe405ecd70: Preparing [2021-01-13T19:28:54.495Z] 2e738538293b: Preparing [2021-01-13T19:28:54.495Z] 777b2c648970: Preparing [2021-01-13T19:28:54.495Z] 2e738538293b: Waiting [2021-01-13T19:28:54.495Z] 777b2c648970: Waiting [2021-01-13T19:28:54.495Z] 51fe405ecd70: Layer already exists [2021-01-13T19:28:54.798Z] 2b30f71e4436: Pushed [2021-01-13T19:28:54.798Z] 96e1594c4372: Pushed [2021-01-13T19:28:54.798Z] 0374be335e45: Pushed [2021-01-13T19:28:54.798Z] 777b2c648970: Layer already exists [2021-01-13T19:28:55.084Z] 2e738538293b: Pushed [2021-01-13T19:28:55.349Z] b031f7751922: Pushed [2021-01-13T19:28:55.611Z] ced48a9704d45a78ce2a225541f5314d2d8a1195: digest: sha256:00733785976968bf95d5bba0f55d302acf36becccbc7d33b49188adaf2c683b3 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:28:55.919Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:28:56.221Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.33 [2021-01-13T19:28:56.221Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-13T19:28:56.221Z] 96e1594c4372: Preparing [2021-01-13T19:28:56.221Z] 0374be335e45: Preparing [2021-01-13T19:28:56.221Z] 2b30f71e4436: Preparing [2021-01-13T19:28:56.221Z] b031f7751922: Preparing [2021-01-13T19:28:56.221Z] 51fe405ecd70: Preparing [2021-01-13T19:28:56.221Z] 2e738538293b: Preparing [2021-01-13T19:28:56.221Z] 777b2c648970: Preparing [2021-01-13T19:28:56.221Z] 2e738538293b: Waiting [2021-01-13T19:28:56.221Z] 777b2c648970: Waiting [2021-01-13T19:28:56.221Z] b031f7751922: Layer already exists [2021-01-13T19:28:56.221Z] 51fe405ecd70: Layer already exists [2021-01-13T19:28:56.221Z] 2b30f71e4436: Layer already exists [2021-01-13T19:28:56.221Z] 0374be335e45: Layer already exists [2021-01-13T19:28:56.221Z] 96e1594c4372: Layer already exists [2021-01-13T19:28:56.221Z] 2e738538293b: Layer already exists [2021-01-13T19:28:56.221Z] 777b2c648970: Layer already exists [2021-01-13T19:28:56.221Z] 2.0.0-dev.33: digest: sha256:00733785976968bf95d5bba0f55d302acf36becccbc7d33b49188adaf2c683b3 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:28:56.533Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:28:56.752Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-13T19:28:56.832Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T19:28:56.832Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-13T19:28:56.832Z] 96e1594c4372: Preparing [2021-01-13T19:28:56.832Z] 0374be335e45: Preparing [2021-01-13T19:28:56.833Z] 2b30f71e4436: Preparing [2021-01-13T19:28:56.833Z] b031f7751922: Preparing [2021-01-13T19:28:56.833Z] 51fe405ecd70: Preparing [2021-01-13T19:28:56.833Z] 2e738538293b: Preparing [2021-01-13T19:28:56.833Z] 777b2c648970: Preparing [2021-01-13T19:28:56.833Z] 2e738538293b: Waiting [2021-01-13T19:28:56.833Z] 777b2c648970: Waiting [2021-01-13T19:28:56.833Z] 96e1594c4372: Layer already exists [2021-01-13T19:28:56.833Z] 51fe405ecd70: Layer already exists [2021-01-13T19:28:56.833Z] b031f7751922: Layer already exists [2021-01-13T19:28:56.833Z] 0374be335e45: Layer already exists [2021-01-13T19:28:56.833Z] 2b30f71e4436: Layer already exists [2021-01-13T19:28:56.833Z] 2e738538293b: Layer already exists [2021-01-13T19:28:56.833Z] 777b2c648970: Layer already exists [2021-01-13T19:28:56.833Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33: digest: sha256:00733785976968bf95d5bba0f55d302acf36becccbc7d33b49188adaf2c683b3 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:28:57.148Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:28:57.449Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2021-01-13T19:28:57.449Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-13T19:28:57.449Z] 96e1594c4372: Preparing [2021-01-13T19:28:57.449Z] 0374be335e45: Preparing [2021-01-13T19:28:57.449Z] 2b30f71e4436: Preparing [2021-01-13T19:28:57.449Z] b031f7751922: Preparing [2021-01-13T19:28:57.449Z] 51fe405ecd70: Preparing [2021-01-13T19:28:57.449Z] 2e738538293b: Preparing [2021-01-13T19:28:57.449Z] 777b2c648970: Preparing [2021-01-13T19:28:57.449Z] 2e738538293b: Waiting [2021-01-13T19:28:57.449Z] 777b2c648970: Waiting [2021-01-13T19:28:57.449Z] 2b30f71e4436: Layer already exists [2021-01-13T19:28:57.449Z] b031f7751922: Layer already exists [2021-01-13T19:28:57.449Z] 96e1594c4372: Layer already exists [2021-01-13T19:28:57.449Z] 0374be335e45: Layer already exists [2021-01-13T19:28:57.449Z] 51fe405ecd70: Layer already exists [2021-01-13T19:28:57.449Z] 2e738538293b: Layer already exists [2021-01-13T19:28:57.449Z] 777b2c648970: Layer already exists [2021-01-13T19:28:57.449Z] master: digest: sha256:00733785976968bf95d5bba0f55d302acf36becccbc7d33b49188adaf2c683b3 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T19:28:57.745Z] ===================================================== [Pipeline] echo [2021-01-13T19:28:57.824Z] taggedImages: [2021-01-13T19:28:57.824Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:28:57.824Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.33 [2021-01-13T19:28:57.824Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T19:28:57.824Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] echo [2021-01-13T19:28:57.889Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-01-13T19:28:57.889Z] ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:28:57.889Z] 2.0.0-dev.33 [2021-01-13T19:28:57.889Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T19:28:57.889Z] master [2021-01-13T19:28:57.889Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:28:58.397Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ced48a9704d45a78ce2a225541f5314d2d8a1195 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:28:58.702Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:28:58.702Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-13T19:28:58.702Z] 2bde2e18970f: Preparing [2021-01-13T19:28:58.702Z] 70393288ecfd: Preparing [2021-01-13T19:28:58.702Z] 92f063566068: Preparing [2021-01-13T19:28:58.702Z] 18c585c4b8ea: Preparing [2021-01-13T19:28:58.702Z] 7daece838d5c: Preparing [2021-01-13T19:28:58.702Z] 777b2c648970: Preparing [2021-01-13T19:28:58.702Z] 777b2c648970: Waiting [2021-01-13T19:28:58.973Z] 18c585c4b8ea: Pushed [2021-01-13T19:28:58.973Z] 92f063566068: Pushed [2021-01-13T19:28:58.973Z] 777b2c648970: Layer already exists [2021-01-13T19:28:59.238Z] 7daece838d5c: Pushed [2021-01-13T19:28:59.811Z] 2bde2e18970f: Pushed [2021-01-13T19:28:59.811Z] 70393288ecfd: Pushed [2021-01-13T19:28:59.811Z] ced48a9704d45a78ce2a225541f5314d2d8a1195: digest: sha256:d4abfcd0215d5e94c62a90d3368ebebce30f5b4bc8a8d25f7e3ef76758568bab size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:29:00.144Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:29:00.448Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.33 [2021-01-13T19:29:00.448Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-13T19:29:00.448Z] 2bde2e18970f: Preparing [2021-01-13T19:29:00.448Z] 70393288ecfd: Preparing [2021-01-13T19:29:00.448Z] 92f063566068: Preparing [2021-01-13T19:29:00.448Z] 18c585c4b8ea: Preparing [2021-01-13T19:29:00.448Z] 7daece838d5c: Preparing [2021-01-13T19:29:00.448Z] 777b2c648970: Preparing [2021-01-13T19:29:00.448Z] 777b2c648970: Waiting [2021-01-13T19:29:00.448Z] 70393288ecfd: Layer already exists [2021-01-13T19:29:00.448Z] 7daece838d5c: Layer already exists [2021-01-13T19:29:00.448Z] 2bde2e18970f: Layer already exists [2021-01-13T19:29:00.448Z] 18c585c4b8ea: Layer already exists [2021-01-13T19:29:00.448Z] 92f063566068: Layer already exists [2021-01-13T19:29:00.448Z] 777b2c648970: Layer already exists [2021-01-13T19:29:00.709Z] 2.0.0-dev.33: digest: sha256:d4abfcd0215d5e94c62a90d3368ebebce30f5b4bc8a8d25f7e3ef76758568bab size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:29:01.011Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:29:01.308Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T19:29:01.308Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-13T19:29:01.308Z] 2bde2e18970f: Preparing [2021-01-13T19:29:01.308Z] 70393288ecfd: Preparing [2021-01-13T19:29:01.308Z] 92f063566068: Preparing [2021-01-13T19:29:01.308Z] 18c585c4b8ea: Preparing [2021-01-13T19:29:01.308Z] 7daece838d5c: Preparing [2021-01-13T19:29:01.308Z] 777b2c648970: Preparing [2021-01-13T19:29:01.308Z] 777b2c648970: Waiting [2021-01-13T19:29:01.308Z] 70393288ecfd: Layer already exists [2021-01-13T19:29:01.308Z] 7daece838d5c: Layer already exists [2021-01-13T19:29:01.308Z] 92f063566068: Layer already exists [2021-01-13T19:29:01.308Z] 2bde2e18970f: Layer already exists [2021-01-13T19:29:01.308Z] 18c585c4b8ea: Layer already exists [2021-01-13T19:29:01.308Z] 777b2c648970: Layer already exists [2021-01-13T19:29:01.570Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33: digest: sha256:d4abfcd0215d5e94c62a90d3368ebebce30f5b4bc8a8d25f7e3ef76758568bab size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:29:01.876Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:29:02.177Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-01-13T19:29:02.177Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-13T19:29:02.177Z] 2bde2e18970f: Preparing [2021-01-13T19:29:02.177Z] 70393288ecfd: Preparing [2021-01-13T19:29:02.177Z] 92f063566068: Preparing [2021-01-13T19:29:02.177Z] 18c585c4b8ea: Preparing [2021-01-13T19:29:02.177Z] 7daece838d5c: Preparing [2021-01-13T19:29:02.177Z] 777b2c648970: Preparing [2021-01-13T19:29:02.177Z] 777b2c648970: Waiting [2021-01-13T19:29:02.177Z] 2bde2e18970f: Layer already exists [2021-01-13T19:29:02.177Z] 92f063566068: Layer already exists [2021-01-13T19:29:02.177Z] 7daece838d5c: Layer already exists [2021-01-13T19:29:02.177Z] 18c585c4b8ea: Layer already exists [2021-01-13T19:29:02.177Z] 70393288ecfd: Layer already exists [2021-01-13T19:29:02.177Z] 777b2c648970: Layer already exists [2021-01-13T19:29:02.177Z] master: digest: sha256:d4abfcd0215d5e94c62a90d3368ebebce30f5b4bc8a8d25f7e3ef76758568bab size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T19:29:02.380Z] ===================================================== [Pipeline] echo [2021-01-13T19:29:02.448Z] taggedImages: [2021-01-13T19:29:02.448Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:29:02.448Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.33 [2021-01-13T19:29:02.448Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T19:29:02.448Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-01-13T19:29:02.517Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-01-13T19:29:02.517Z] ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:29:02.517Z] 2.0.0-dev.33 [2021-01-13T19:29:02.517Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T19:29:02.517Z] master [2021-01-13T19:29:02.517Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:29:02.996Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ced48a9704d45a78ce2a225541f5314d2d8a1195 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:29:03.291Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:29:03.291Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-13T19:29:03.291Z] 89091b29f80d: Preparing [2021-01-13T19:29:03.291Z] 6d8750b11487: Preparing [2021-01-13T19:29:03.291Z] 7fc641181dcc: Preparing [2021-01-13T19:29:03.291Z] e83b19817b31: Preparing [2021-01-13T19:29:03.291Z] 7ba58a5301b7: Preparing [2021-01-13T19:29:03.291Z] 153e8d6560ad: Preparing [2021-01-13T19:29:03.291Z] 3853137e0486: Preparing [2021-01-13T19:29:03.291Z] 2e738538293b: Preparing [2021-01-13T19:29:03.291Z] 777b2c648970: Preparing [2021-01-13T19:29:03.291Z] 153e8d6560ad: Waiting [2021-01-13T19:29:03.291Z] 3853137e0486: Waiting [2021-01-13T19:29:03.291Z] 2e738538293b: Waiting [2021-01-13T19:29:03.291Z] 777b2c648970: Waiting [2021-01-13T19:29:03.558Z] 7ba58a5301b7: Pushed [2021-01-13T19:29:03.558Z] 6d8750b11487: Pushed [2021-01-13T19:29:03.558Z] 89091b29f80d: Pushed [2021-01-13T19:29:03.558Z] 2e738538293b: Layer already exists [2021-01-13T19:29:03.558Z] 777b2c648970: Layer already exists [2021-01-13T19:29:03.558Z] 153e8d6560ad: Pushed [2021-01-13T19:29:03.558Z] 3853137e0486: Pushed [2021-01-13T19:29:04.134Z] 7fc641181dcc: Pushed [2021-01-13T19:29:04.394Z] e83b19817b31: Pushed [2021-01-13T19:29:04.394Z] ced48a9704d45a78ce2a225541f5314d2d8a1195: digest: sha256:fd4ac900e9fea491fe353623e4cec7ea8487e4fd7fe009b75182148c5b7d46e3 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:29:04.693Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:29:04.989Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.33 [2021-01-13T19:29:04.989Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-13T19:29:04.989Z] 89091b29f80d: Preparing [2021-01-13T19:29:04.989Z] 6d8750b11487: Preparing [2021-01-13T19:29:04.989Z] 7fc641181dcc: Preparing [2021-01-13T19:29:04.989Z] e83b19817b31: Preparing [2021-01-13T19:29:04.989Z] 7ba58a5301b7: Preparing [2021-01-13T19:29:04.989Z] 153e8d6560ad: Preparing [2021-01-13T19:29:04.989Z] 3853137e0486: Preparing [2021-01-13T19:29:04.989Z] 2e738538293b: Preparing [2021-01-13T19:29:04.989Z] 777b2c648970: Preparing [2021-01-13T19:29:04.989Z] 3853137e0486: Waiting [2021-01-13T19:29:04.989Z] 777b2c648970: Waiting [2021-01-13T19:29:04.989Z] 2e738538293b: Waiting [2021-01-13T19:29:04.989Z] 153e8d6560ad: Waiting [2021-01-13T19:29:04.989Z] 7ba58a5301b7: Layer already exists [2021-01-13T19:29:04.989Z] 7fc641181dcc: Layer already exists [2021-01-13T19:29:04.989Z] e83b19817b31: Layer already exists [2021-01-13T19:29:04.989Z] 6d8750b11487: Layer already exists [2021-01-13T19:29:04.989Z] 89091b29f80d: Layer already exists [2021-01-13T19:29:04.989Z] 2e738538293b: Layer already exists [2021-01-13T19:29:04.989Z] 153e8d6560ad: Layer already exists [2021-01-13T19:29:04.989Z] 3853137e0486: Layer already exists [2021-01-13T19:29:04.989Z] 777b2c648970: Layer already exists [2021-01-13T19:29:04.989Z] 2.0.0-dev.33: digest: sha256:fd4ac900e9fea491fe353623e4cec7ea8487e4fd7fe009b75182148c5b7d46e3 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:29:05.082Z] Removing intermediate container d0656a055ec3 [2021-01-13T19:29:05.083Z] ---> aea827009aaf [2021-01-13T19:29:05.083Z] [2021-01-13T19:29:05.083Z] Step 10/22 : FROM alpine:3.12 [2021-01-13T19:29:05.083Z] 3.12: Pulling from library/alpine [2021-01-13T19:29:05.083Z] Removing intermediate container 6b61aaf0d3d1 [2021-01-13T19:29:05.083Z] ---> 8920b4b7d23b [2021-01-13T19:29:05.083Z] [2021-01-13T19:29:05.083Z] Step 10/24 : FROM alpine:3.12 [2021-01-13T19:29:05.083Z] 3.12: Pulling from library/alpine [2021-01-13T19:29:05.300Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:29:05.362Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-13T19:29:05.362Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-13T19:29:05.362Z] Status: Image is up to date for alpine:3.12 [2021-01-13T19:29:05.362Z] ---> afeebe901d6b [2021-01-13T19:29:05.362Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-13T19:29:05.362Z] Status: Downloaded newer image for alpine:3.12 [2021-01-13T19:29:05.362Z] ---> afeebe901d6b [2021-01-13T19:29:05.362Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-13T19:29:05.611Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T19:29:05.611Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-13T19:29:05.611Z] 89091b29f80d: Preparing [2021-01-13T19:29:05.611Z] 6d8750b11487: Preparing [2021-01-13T19:29:05.611Z] 7fc641181dcc: Preparing [2021-01-13T19:29:05.611Z] e83b19817b31: Preparing [2021-01-13T19:29:05.611Z] 7ba58a5301b7: Preparing [2021-01-13T19:29:05.611Z] 153e8d6560ad: Preparing [2021-01-13T19:29:05.611Z] 3853137e0486: Preparing [2021-01-13T19:29:05.611Z] 2e738538293b: Preparing [2021-01-13T19:29:05.611Z] 777b2c648970: Preparing [2021-01-13T19:29:05.611Z] 3853137e0486: Waiting [2021-01-13T19:29:05.611Z] 2e738538293b: Waiting [2021-01-13T19:29:05.611Z] 777b2c648970: Waiting [2021-01-13T19:29:05.611Z] 153e8d6560ad: Waiting [2021-01-13T19:29:05.611Z] e83b19817b31: Layer already exists [2021-01-13T19:29:05.611Z] 6d8750b11487: Layer already exists [2021-01-13T19:29:05.611Z] 7fc641181dcc: Layer already exists [2021-01-13T19:29:05.611Z] 89091b29f80d: Layer already exists [2021-01-13T19:29:05.611Z] 7ba58a5301b7: Layer already exists [2021-01-13T19:29:05.611Z] 2e738538293b: Layer already exists [2021-01-13T19:29:05.611Z] 3853137e0486: Layer already exists [2021-01-13T19:29:05.611Z] 153e8d6560ad: Layer already exists [2021-01-13T19:29:05.611Z] 777b2c648970: Layer already exists [2021-01-13T19:29:05.611Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33: digest: sha256:fd4ac900e9fea491fe353623e4cec7ea8487e4fd7fe009b75182148c5b7d46e3 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:29:05.915Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:29:06.209Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-01-13T19:29:06.209Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-13T19:29:06.209Z] 89091b29f80d: Preparing [2021-01-13T19:29:06.209Z] 6d8750b11487: Preparing [2021-01-13T19:29:06.209Z] 7fc641181dcc: Preparing [2021-01-13T19:29:06.209Z] e83b19817b31: Preparing [2021-01-13T19:29:06.209Z] 7ba58a5301b7: Preparing [2021-01-13T19:29:06.209Z] 153e8d6560ad: Preparing [2021-01-13T19:29:06.209Z] 3853137e0486: Preparing [2021-01-13T19:29:06.209Z] 2e738538293b: Preparing [2021-01-13T19:29:06.209Z] 777b2c648970: Preparing [2021-01-13T19:29:06.209Z] 153e8d6560ad: Waiting [2021-01-13T19:29:06.210Z] 3853137e0486: Waiting [2021-01-13T19:29:06.210Z] 2e738538293b: Waiting [2021-01-13T19:29:06.210Z] 777b2c648970: Waiting [2021-01-13T19:29:06.210Z] 6d8750b11487: Layer already exists [2021-01-13T19:29:06.210Z] 7fc641181dcc: Layer already exists [2021-01-13T19:29:06.210Z] 89091b29f80d: Layer already exists [2021-01-13T19:29:06.210Z] e83b19817b31: Layer already exists [2021-01-13T19:29:06.210Z] 7ba58a5301b7: Layer already exists [2021-01-13T19:29:06.210Z] 3853137e0486: Layer already exists [2021-01-13T19:29:06.210Z] 153e8d6560ad: Layer already exists [2021-01-13T19:29:06.210Z] 777b2c648970: Layer already exists [2021-01-13T19:29:06.210Z] 2e738538293b: Layer already exists [2021-01-13T19:29:06.210Z] master: digest: sha256:fd4ac900e9fea491fe353623e4cec7ea8487e4fd7fe009b75182148c5b7d46e3 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T19:29:06.400Z] ===================================================== [Pipeline] echo [2021-01-13T19:29:06.464Z] taggedImages: [2021-01-13T19:29:06.465Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:29:06.465Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.33 [2021-01-13T19:29:06.465Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T19:29:06.465Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-01-13T19:29:06.533Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-01-13T19:29:06.533Z] ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:29:06.533Z] 2.0.0-dev.33 [2021-01-13T19:29:06.533Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T19:29:06.533Z] master [2021-01-13T19:29:06.533Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:29:07.003Z] ---> Running in a6246ff99814 [2021-01-13T19:29:07.003Z] ---> Running in b81457d25406 [2021-01-13T19:29:07.044Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ced48a9704d45a78ce2a225541f5314d2d8a1195 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:29:07.275Z] Removing intermediate container 7cffb64bdce1 [2021-01-13T19:29:07.275Z] ---> 18d263968f53 [2021-01-13T19:29:07.275Z] [2021-01-13T19:29:07.275Z] Step 10/21 : FROM scratch [2021-01-13T19:29:07.275Z] ---> [2021-01-13T19:29:07.275Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-13T19:29:07.275Z] Removing intermediate container d1639e78ef5a [2021-01-13T19:29:07.275Z] ---> 3700aa98d70b [2021-01-13T19:29:07.275Z] [2021-01-13T19:29:07.275Z] Step 10/22 : FROM scratch [2021-01-13T19:29:07.275Z] ---> [2021-01-13T19:29:07.275Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-13T19:29:07.275Z] Removing intermediate container 737350e40f80 [2021-01-13T19:29:07.275Z] ---> a6e6bca9e024 [2021-01-13T19:29:07.275Z] [2021-01-13T19:29:07.275Z] Step 10/24 : FROM scratch [2021-01-13T19:29:07.275Z] ---> [2021-01-13T19:29:07.275Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-13T19:29:07.338Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:29:07.338Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-13T19:29:07.338Z] c2442772d556: Preparing [2021-01-13T19:29:07.338Z] aa320cf46d0e: Preparing [2021-01-13T19:29:07.338Z] 51fe405ecd70: Preparing [2021-01-13T19:29:07.338Z] b7491d219e4d: Preparing [2021-01-13T19:29:07.338Z] fc6423c22f0c: Preparing [2021-01-13T19:29:07.338Z] 086c81e163f7: Preparing [2021-01-13T19:29:07.338Z] 086c81e163f7: Waiting [2021-01-13T19:29:07.338Z] 51fe405ecd70: Layer already exists [2021-01-13T19:29:07.339Z] c2442772d556: Pushed [2021-01-13T19:29:07.553Z] ---> Running in 76068c0a4393 [2021-01-13T19:29:07.553Z] ---> Running in 26a88684a957 [2021-01-13T19:29:07.553Z] ---> Running in 59057c684cd5 [2021-01-13T19:29:07.600Z] b7491d219e4d: Pushed [2021-01-13T19:29:07.600Z] 086c81e163f7: Pushed [2021-01-13T19:29:07.861Z] fc6423c22f0c: Pushed [2021-01-13T19:29:08.149Z] Removing intermediate container 76068c0a4393 [2021-01-13T19:29:08.149Z] ---> 78832627c3da [2021-01-13T19:29:08.149Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-13T19:29:08.422Z] Removing intermediate container 26a88684a957 [2021-01-13T19:29:08.422Z] ---> 01c1986b38ea [2021-01-13T19:29:08.422Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-13T19:29:08.422Z] Removing intermediate container 59057c684cd5 [2021-01-13T19:29:08.422Z] ---> d37e14cb4e04 [2021-01-13T19:29:08.422Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-13T19:29:08.422Z] ---> Running in 74723180c8dd [2021-01-13T19:29:08.422Z] ---> Running in 7e1547032e50 [2021-01-13T19:29:08.431Z] aa320cf46d0e: Pushed [2021-01-13T19:29:08.431Z] ced48a9704d45a78ce2a225541f5314d2d8a1195: digest: sha256:4acbecdf803127ae74acc24011b3894efce1570d7e33db54bbd0c5058f1f96eb size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:29:08.695Z] ---> Running in c46fd348b66a [2021-01-13T19:29:08.695Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T19:29:08.695Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T19:29:08.731Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:29:08.982Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T19:29:08.982Z] Removing intermediate container 74723180c8dd [2021-01-13T19:29:08.982Z] ---> 4601c03291b2 [2021-01-13T19:29:08.982Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-13T19:29:08.982Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T19:29:09.028Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.33 [2021-01-13T19:29:09.028Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-13T19:29:09.028Z] c2442772d556: Preparing [2021-01-13T19:29:09.028Z] aa320cf46d0e: Preparing [2021-01-13T19:29:09.028Z] 51fe405ecd70: Preparing [2021-01-13T19:29:09.028Z] b7491d219e4d: Preparing [2021-01-13T19:29:09.028Z] fc6423c22f0c: Preparing [2021-01-13T19:29:09.028Z] 086c81e163f7: Preparing [2021-01-13T19:29:09.028Z] 086c81e163f7: Waiting [2021-01-13T19:29:09.028Z] b7491d219e4d: Layer already exists [2021-01-13T19:29:09.028Z] c2442772d556: Layer already exists [2021-01-13T19:29:09.028Z] aa320cf46d0e: Layer already exists [2021-01-13T19:29:09.028Z] fc6423c22f0c: Layer already exists [2021-01-13T19:29:09.028Z] 51fe405ecd70: Layer already exists [2021-01-13T19:29:09.028Z] 086c81e163f7: Layer already exists [2021-01-13T19:29:09.028Z] 2.0.0-dev.33: digest: sha256:4acbecdf803127ae74acc24011b3894efce1570d7e33db54bbd0c5058f1f96eb size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:29:09.256Z] ---> Running in 06f817b80b71 [2021-01-13T19:29:09.256Z] Removing intermediate container 7e1547032e50 [2021-01-13T19:29:09.256Z] ---> c787969dbef3 [2021-01-13T19:29:09.256Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-13T19:29:09.256Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-13T19:29:09.256Z] Removing intermediate container c46fd348b66a [2021-01-13T19:29:09.256Z] ---> cbeffda898dc [2021-01-13T19:29:09.256Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-13T19:29:09.334Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:29:09.531Z] ---> Running in afcd5df0b4b0 [2021-01-13T19:29:09.531Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-13T19:29:09.531Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-13T19:29:09.531Z] (4/5) Installing curl (7.69.1-r3) [2021-01-13T19:29:09.531Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-13T19:29:09.531Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T19:29:09.531Z] Executing ca-certificates-20191127-r4.trigger [2021-01-13T19:29:09.531Z] ---> Running in 5554a75e69d5 [2021-01-13T19:29:09.630Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T19:29:09.630Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-13T19:29:09.630Z] c2442772d556: Preparing [2021-01-13T19:29:09.630Z] aa320cf46d0e: Preparing [2021-01-13T19:29:09.630Z] 51fe405ecd70: Preparing [2021-01-13T19:29:09.630Z] b7491d219e4d: Preparing [2021-01-13T19:29:09.630Z] fc6423c22f0c: Preparing [2021-01-13T19:29:09.630Z] 086c81e163f7: Preparing [2021-01-13T19:29:09.630Z] 086c81e163f7: Waiting [2021-01-13T19:29:09.630Z] c2442772d556: Layer already exists [2021-01-13T19:29:09.630Z] b7491d219e4d: Layer already exists [2021-01-13T19:29:09.630Z] aa320cf46d0e: Layer already exists [2021-01-13T19:29:09.630Z] 51fe405ecd70: Layer already exists [2021-01-13T19:29:09.630Z] fc6423c22f0c: Layer already exists [2021-01-13T19:29:09.630Z] 086c81e163f7: Layer already exists [2021-01-13T19:29:09.630Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33: digest: sha256:4acbecdf803127ae74acc24011b3894efce1570d7e33db54bbd0c5058f1f96eb size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:29:09.805Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-13T19:29:09.805Z] OK: 7 MiB in 19 packages [2021-01-13T19:29:09.805Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-13T19:29:09.805Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-13T19:29:09.805Z] (4/5) Installing curl (7.69.1-r3) [2021-01-13T19:29:09.805Z] Removing intermediate container 06f817b80b71 [2021-01-13T19:29:09.805Z] ---> cea74a6a958e [2021-01-13T19:29:09.805Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T19:29:09.805Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-13T19:29:09.805Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T19:29:09.928Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:29:10.082Z] Executing ca-certificates-20191127-r4.trigger [2021-01-13T19:29:10.082Z] Removing intermediate container afcd5df0b4b0 [2021-01-13T19:29:10.082Z] ---> 5b0c835cabf4 [2021-01-13T19:29:10.082Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-13T19:29:10.082Z] OK: 7 MiB in 19 packages [2021-01-13T19:29:10.223Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-01-13T19:29:10.223Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-13T19:29:10.223Z] c2442772d556: Preparing [2021-01-13T19:29:10.223Z] aa320cf46d0e: Preparing [2021-01-13T19:29:10.223Z] 51fe405ecd70: Preparing [2021-01-13T19:29:10.223Z] b7491d219e4d: Preparing [2021-01-13T19:29:10.223Z] fc6423c22f0c: Preparing [2021-01-13T19:29:10.223Z] 086c81e163f7: Preparing [2021-01-13T19:29:10.223Z] 086c81e163f7: Waiting [2021-01-13T19:29:10.223Z] 51fe405ecd70: Layer already exists [2021-01-13T19:29:10.223Z] c2442772d556: Layer already exists [2021-01-13T19:29:10.223Z] fc6423c22f0c: Layer already exists [2021-01-13T19:29:10.223Z] aa320cf46d0e: Layer already exists [2021-01-13T19:29:10.223Z] b7491d219e4d: Layer already exists [2021-01-13T19:29:10.223Z] 086c81e163f7: Layer already exists [2021-01-13T19:29:10.223Z] master: digest: sha256:4acbecdf803127ae74acc24011b3894efce1570d7e33db54bbd0c5058f1f96eb size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2021-01-13T19:29:10.361Z] Removing intermediate container 5554a75e69d5 [2021-01-13T19:29:10.362Z] ---> 32877748eb1c [2021-01-13T19:29:10.362Z] Step 14/22 : WORKDIR / [Pipeline] // withEnv [Pipeline] echo [2021-01-13T19:29:10.442Z] ===================================================== [Pipeline] echo [2021-01-13T19:29:10.519Z] taggedImages: [2021-01-13T19:29:10.519Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:29:10.519Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.33 [2021-01-13T19:29:10.519Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T19:29:10.519Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-01-13T19:29:10.626Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-01-13T19:29:10.626Z] ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:29:10.626Z] 2.0.0-dev.33 [2021-01-13T19:29:10.626Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T19:29:10.626Z] master [2021-01-13T19:29:10.626Z] ===================================================== [2021-01-13T19:29:10.656Z] ---> Running in e3da01b63e49 [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:29:11.224Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ced48a9704d45a78ce2a225541f5314d2d8a1195 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:29:11.263Z] ---> e78e6131c696 [2021-01-13T19:29:11.263Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-13T19:29:11.263Z] Removing intermediate container e3da01b63e49 [2021-01-13T19:29:11.263Z] ---> 24c7e6dfa505 [2021-01-13T19:29:11.263Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T19:29:11.520Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:29:11.520Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-13T19:29:11.520Z] 6d452f712ba0: Preparing [2021-01-13T19:29:11.520Z] 2b748df9d5f7: Preparing [2021-01-13T19:29:11.520Z] 51fe405ecd70: Preparing [2021-01-13T19:29:11.520Z] 51fe405ecd70: Layer already exists [2021-01-13T19:29:11.520Z] 6d452f712ba0: Pushed [2021-01-13T19:29:11.538Z] ---> 06c0774f332d [2021-01-13T19:29:11.538Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-13T19:29:12.463Z] 2b748df9d5f7: Pushed [2021-01-13T19:29:12.519Z] Removing intermediate container a6246ff99814 [2021-01-13T19:29:12.519Z] ---> b9a699104b9a [2021-01-13T19:29:12.519Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-13T19:29:12.519Z] ---> 643fd917e39e [2021-01-13T19:29:12.519Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-13T19:29:12.733Z] ced48a9704d45a78ce2a225541f5314d2d8a1195: digest: sha256:1ff6ad806c5ef807d5fecd645b752757fe10c228ac678fea2d193e2d07c28781 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:29:12.807Z] ---> Running in 32cb0f76fe4c [2021-01-13T19:29:13.063Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:29:13.102Z] Removing intermediate container b81457d25406 [2021-01-13T19:29:13.102Z] ---> 3c7b45cb862a [2021-01-13T19:29:13.102Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-13T19:29:13.103Z] ---> 82edad856a52 [2021-01-13T19:29:13.103Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-13T19:29:13.103Z] ---> c613595fb575 [2021-01-13T19:29:13.103Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-13T19:29:13.103Z] ---> Running in 3775505cea89 [2021-01-13T19:29:13.368Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.33 [2021-01-13T19:29:13.368Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-13T19:29:13.368Z] 6d452f712ba0: Preparing [2021-01-13T19:29:13.368Z] 2b748df9d5f7: Preparing [2021-01-13T19:29:13.368Z] 51fe405ecd70: Preparing [2021-01-13T19:29:13.368Z] 6d452f712ba0: Layer already exists [2021-01-13T19:29:13.368Z] 51fe405ecd70: Layer already exists [2021-01-13T19:29:13.368Z] 2b748df9d5f7: Layer already exists [2021-01-13T19:29:13.368Z] 2.0.0-dev.33: digest: sha256:1ff6ad806c5ef807d5fecd645b752757fe10c228ac678fea2d193e2d07c28781 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:29:13.677Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:29:13.729Z] Removing intermediate container 32cb0f76fe4c [2021-01-13T19:29:13.729Z] ---> f3236f636a25 [2021-01-13T19:29:13.729Z] Step 13/24 : WORKDIR / [2021-01-13T19:29:13.729Z] ---> Running in db1ae0009727 [2021-01-13T19:29:13.729Z] Removing intermediate container 3775505cea89 [2021-01-13T19:29:13.729Z] ---> 5f1b477f533c [2021-01-13T19:29:13.729Z] Step 13/22 : WORKDIR / [2021-01-13T19:29:13.991Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T19:29:13.991Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-13T19:29:13.991Z] 6d452f712ba0: Preparing [2021-01-13T19:29:13.991Z] 2b748df9d5f7: Preparing [2021-01-13T19:29:13.991Z] 51fe405ecd70: Preparing [2021-01-13T19:29:13.991Z] 51fe405ecd70: Layer already exists [2021-01-13T19:29:13.991Z] 6d452f712ba0: Layer already exists [2021-01-13T19:29:13.991Z] 2b748df9d5f7: Layer already exists [2021-01-13T19:29:13.991Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33: digest: sha256:1ff6ad806c5ef807d5fecd645b752757fe10c228ac678fea2d193e2d07c28781 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:29:14.342Z] ---> Running in fee54a0712bc [2021-01-13T19:29:14.342Z] ---> 7e12006ba7ad [2021-01-13T19:29:14.342Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-13T19:29:14.342Z] ---> de3a0e8d827d [2021-01-13T19:29:14.342Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-13T19:29:14.556Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:29:14.618Z] Removing intermediate container db1ae0009727 [2021-01-13T19:29:14.618Z] ---> a00f725834b3 [2021-01-13T19:29:14.618Z] 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-01-13T19:29:14.851Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-01-13T19:29:14.851Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-13T19:29:14.851Z] 6d452f712ba0: Preparing [2021-01-13T19:29:14.851Z] 2b748df9d5f7: Preparing [2021-01-13T19:29:14.851Z] 51fe405ecd70: Preparing [2021-01-13T19:29:14.851Z] 51fe405ecd70: Layer already exists [2021-01-13T19:29:14.851Z] 2b748df9d5f7: Layer already exists [2021-01-13T19:29:14.851Z] 6d452f712ba0: Layer already exists [2021-01-13T19:29:14.851Z] master: digest: sha256:1ff6ad806c5ef807d5fecd645b752757fe10c228ac678fea2d193e2d07c28781 size: 943 [Pipeline] } [2021-01-13T19:29:14.903Z] ---> Running in cd4e90f63636 [2021-01-13T19:29:14.904Z] Removing intermediate container fee54a0712bc [2021-01-13T19:29:14.904Z] ---> 94bd33880b72 [2021-01-13T19:29:14.904Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T19:29:15.042Z] ===================================================== [Pipeline] echo [2021-01-13T19:29:15.089Z] taggedImages: [2021-01-13T19:29:15.089Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:29:15.089Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.33 [2021-01-13T19:29:15.089Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T19:29:15.089Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-01-13T19:29:15.183Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-01-13T19:29:15.183Z] ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:29:15.183Z] 2.0.0-dev.33 [2021-01-13T19:29:15.183Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T19:29:15.183Z] master [2021-01-13T19:29:15.183Z] ===================================================== [2021-01-13T19:29:15.189Z] ---> 45bae668cc4d [2021-01-13T19:29:15.189Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:29:15.465Z] Removing intermediate container cd4e90f63636 [2021-01-13T19:29:15.465Z] ---> fbd6246ac382 [2021-01-13T19:29:15.465Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T19:29:15.465Z] ---> b494f8083aa6 [2021-01-13T19:29:15.465Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-13T19:29:15.663Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ced48a9704d45a78ce2a225541f5314d2d8a1195 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:29:15.744Z] ---> Running in 067f9b82da4f [2021-01-13T19:29:15.744Z] ---> 0712eba23592 [2021-01-13T19:29:15.744Z] 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-01-13T19:29:15.744Z] ---> Running in 8207ae179ad2 [2021-01-13T19:29:15.972Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:29:15.972Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-13T19:29:15.972Z] 82a5fd146ede: Preparing [2021-01-13T19:29:15.972Z] 0b70eceab95b: Preparing [2021-01-13T19:29:15.972Z] 080df2d1f1d1: Preparing [2021-01-13T19:29:15.972Z] 4e459fcd4797: Preparing [2021-01-13T19:29:15.972Z] e186aa43dd09: Preparing [2021-01-13T19:29:15.972Z] 7367b0dd22dd: Preparing [2021-01-13T19:29:15.972Z] b5bf1996bf76: Preparing [2021-01-13T19:29:15.972Z] 0754057c0ad3: Preparing [2021-01-13T19:29:15.972Z] 998cdf262ab1: Preparing [2021-01-13T19:29:15.972Z] 02e56110abd2: Preparing [2021-01-13T19:29:15.972Z] abc36efb885a: Preparing [2021-01-13T19:29:15.972Z] b0b09059f4e1: Preparing [2021-01-13T19:29:15.972Z] bb961f40224b: Preparing [2021-01-13T19:29:15.972Z] f4666769fca7: Preparing [2021-01-13T19:29:15.972Z] 7367b0dd22dd: Waiting [2021-01-13T19:29:15.972Z] b5bf1996bf76: Waiting [2021-01-13T19:29:15.972Z] 0754057c0ad3: Waiting [2021-01-13T19:29:15.972Z] 998cdf262ab1: Waiting [2021-01-13T19:29:15.972Z] 02e56110abd2: Waiting [2021-01-13T19:29:15.972Z] abc36efb885a: Waiting [2021-01-13T19:29:15.973Z] b0b09059f4e1: Waiting [2021-01-13T19:29:15.973Z] bb961f40224b: Waiting [2021-01-13T19:29:15.973Z] f4666769fca7: Waiting [2021-01-13T19:29:16.026Z] ---> 5ee8ac57d340 [2021-01-13T19:29:16.026Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-13T19:29:16.240Z] e186aa43dd09: Pushed [2021-01-13T19:29:16.240Z] 82a5fd146ede: Pushed [2021-01-13T19:29:16.300Z] ---> d05c1f3d071c [2021-01-13T19:29:16.300Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-13T19:29:16.515Z] 4e459fcd4797: Pushed [2021-01-13T19:29:16.515Z] 0754057c0ad3: Layer already exists [2021-01-13T19:29:16.515Z] 998cdf262ab1: Layer already exists [2021-01-13T19:29:16.515Z] b5bf1996bf76: Pushed [2021-01-13T19:29:16.515Z] 02e56110abd2: Layer already exists [2021-01-13T19:29:16.515Z] abc36efb885a: Layer already exists [2021-01-13T19:29:16.575Z] Removing intermediate container 067f9b82da4f [2021-01-13T19:29:16.575Z] ---> c6c8088d5dcf [2021-01-13T19:29:16.575Z] Step 19/21 : LABEL arch=arm64 [2021-01-13T19:29:16.575Z] Removing intermediate container 8207ae179ad2 [2021-01-13T19:29:16.575Z] ---> de9b652b1469 [2021-01-13T19:29:16.575Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T19:29:16.781Z] b0b09059f4e1: Layer already exists [2021-01-13T19:29:16.781Z] bb961f40224b: Layer already exists [2021-01-13T19:29:16.781Z] 0b70eceab95b: Pushed [2021-01-13T19:29:16.781Z] f4666769fca7: Layer already exists [2021-01-13T19:29:16.942Z] ---> Running in 1db53e031652 [2021-01-13T19:29:16.942Z] ---> Running in f7aad076ddea [2021-01-13T19:29:16.942Z] ---> ac9907bd3af9 [2021-01-13T19:29:16.942Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-13T19:29:17.352Z] 7367b0dd22dd: Pushed [2021-01-13T19:29:18.468Z] Removing intermediate container 1db53e031652 [2021-01-13T19:29:18.468Z] ---> 30e9403146ba [2021-01-13T19:29:18.468Z] Step 20/22 : LABEL arch=arm64 [2021-01-13T19:29:18.468Z] Removing intermediate container f7aad076ddea [2021-01-13T19:29:18.468Z] ---> fd06fea0ccf6 [2021-01-13T19:29:18.468Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-13T19:29:18.468Z] ---> 75fed5a3110a [2021-01-13T19:29:18.468Z] Step 20/21 : LABEL git_sha=ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:29:18.468Z] ---> c13e607ffac8 [2021-01-13T19:29:18.468Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-13T19:29:18.468Z] ---> Running in ff1d6741819e [2021-01-13T19:29:18.468Z] ---> Running in e51c100abce6 [2021-01-13T19:29:18.468Z] ---> b2ff9a9746f9 [2021-01-13T19:29:18.468Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-13T19:29:19.452Z] Removing intermediate container e51c100abce6 [2021-01-13T19:29:19.452Z] ---> 2590598b72ad [2021-01-13T19:29:19.452Z] Step 21/21 : LABEL version=2.0.0-dev.33 [2021-01-13T19:29:19.452Z] Removing intermediate container ff1d6741819e [2021-01-13T19:29:19.452Z] ---> f78e4f08c9ae [2021-01-13T19:29:19.452Z] Step 21/22 : LABEL git_sha=ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:29:19.724Z] ---> 4e85759ed56d [2021-01-13T19:29:19.724Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-13T19:29:19.724Z] ---> Running in 10f7e2b31c25 [2021-01-13T19:29:19.724Z] ---> Running in 403387e2ee94 [2021-01-13T19:29:19.724Z] ---> 93f4739dc05b [2021-01-13T19:29:19.724Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-13T19:29:19.998Z] ---> Running in 444c46574c47 [2021-01-13T19:29:19.998Z] ---> cfd874c9ae71 [2021-01-13T19:29:19.998Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-13T19:29:20.273Z] Removing intermediate container 403387e2ee94 [2021-01-13T19:29:20.273Z] ---> 7b359e4a543e [2021-01-13T19:29:20.273Z] [2021-01-13T19:29:20.273Z] Removing intermediate container 10f7e2b31c25 [2021-01-13T19:29:20.273Z] ---> 4359522606fd [2021-01-13T19:29:20.273Z] Step 22/22 : LABEL version=2.0.0-dev.33 [2021-01-13T19:29:20.553Z] Removing intermediate container 444c46574c47 [2021-01-13T19:29:20.553Z] ---> 55d21e953e9e [2021-01-13T19:29:20.553Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T19:29:20.828Z] Successfully built 7b359e4a543e [2021-01-13T19:29:20.828Z] ---> Running in cff6f5c9772f [2021-01-13T19:29:20.828Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-13T19:29:20.828Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-01-13T19:29:20.828Z] ---> 9ccc0730478c [2021-01-13T19:29:20.828Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-13T19:29:20.828Z] ---> Running in 9c4512d56a4c [2021-01-13T19:29:21.427Z] ---> Running in 4cec95c6d884 [2021-01-13T19:29:21.566Z] 080df2d1f1d1: Pushed [2021-01-13T19:29:21.566Z] ced48a9704d45a78ce2a225541f5314d2d8a1195: digest: sha256:efb7ea2b3d526718db8c84b136fb737d7082396d14f50226c221afbe50725820 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:29:21.701Z] Removing intermediate container cff6f5c9772f [2021-01-13T19:29:21.701Z] ---> f0f238f2e574 [2021-01-13T19:29:21.701Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-13T19:29:21.701Z] Removing intermediate container 9c4512d56a4c [2021-01-13T19:29:21.701Z] ---> 2533adc36472 [2021-01-13T19:29:21.701Z] Step 22/24 : LABEL arch=arm64 [2021-01-13T19:29:21.701Z] ---> 980dd9aa3a98 [2021-01-13T19:29:21.701Z] [2021-01-13T19:29:21.868Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:29:21.975Z] Successfully built 980dd9aa3a98 [2021-01-13T19:29:22.164Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.33 [2021-01-13T19:29:22.164Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-13T19:29:22.164Z] 82a5fd146ede: Preparing [2021-01-13T19:29:22.164Z] 0b70eceab95b: Preparing [2021-01-13T19:29:22.164Z] 080df2d1f1d1: Preparing [2021-01-13T19:29:22.164Z] 4e459fcd4797: Preparing [2021-01-13T19:29:22.164Z] e186aa43dd09: Preparing [2021-01-13T19:29:22.164Z] 7367b0dd22dd: Preparing [2021-01-13T19:29:22.164Z] b5bf1996bf76: Preparing [2021-01-13T19:29:22.164Z] 0754057c0ad3: Preparing [2021-01-13T19:29:22.164Z] 998cdf262ab1: Preparing [2021-01-13T19:29:22.164Z] 02e56110abd2: Preparing [2021-01-13T19:29:22.164Z] abc36efb885a: Preparing [2021-01-13T19:29:22.164Z] b0b09059f4e1: Preparing [2021-01-13T19:29:22.164Z] bb961f40224b: Preparing [2021-01-13T19:29:22.164Z] f4666769fca7: Preparing [2021-01-13T19:29:22.164Z] 998cdf262ab1: Waiting [2021-01-13T19:29:22.164Z] 02e56110abd2: Waiting [2021-01-13T19:29:22.164Z] abc36efb885a: Waiting [2021-01-13T19:29:22.164Z] b0b09059f4e1: Waiting [2021-01-13T19:29:22.164Z] bb961f40224b: Waiting [2021-01-13T19:29:22.164Z] f4666769fca7: Waiting [2021-01-13T19:29:22.164Z] 7367b0dd22dd: Waiting [2021-01-13T19:29:22.164Z] b5bf1996bf76: Waiting [2021-01-13T19:29:22.164Z] 0754057c0ad3: Waiting [2021-01-13T19:29:22.164Z] e186aa43dd09: Layer already exists [2021-01-13T19:29:22.164Z] 080df2d1f1d1: Layer already exists [2021-01-13T19:29:22.164Z] 82a5fd146ede: Layer already exists [2021-01-13T19:29:22.164Z] 4e459fcd4797: Layer already exists [2021-01-13T19:29:22.164Z] 0b70eceab95b: Layer already exists [2021-01-13T19:29:22.164Z] b5bf1996bf76: Layer already exists [2021-01-13T19:29:22.164Z] 7367b0dd22dd: Layer already exists [2021-01-13T19:29:22.164Z] 0754057c0ad3: Layer already exists [2021-01-13T19:29:22.164Z] 998cdf262ab1: Layer already exists [2021-01-13T19:29:22.164Z] 02e56110abd2: Layer already exists [2021-01-13T19:29:22.164Z] abc36efb885a: Layer already exists [2021-01-13T19:29:22.164Z] b0b09059f4e1: Layer already exists [2021-01-13T19:29:22.164Z] bb961f40224b: Layer already exists [2021-01-13T19:29:22.164Z] f4666769fca7: Layer already exists [2021-01-13T19:29:22.164Z] 2.0.0-dev.33: digest: sha256:efb7ea2b3d526718db8c84b136fb737d7082396d14f50226c221afbe50725820 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:29:22.248Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-13T19:29:22.249Z]  Building docker-core-command-go ... done Building docker-core-metadata-go [2021-01-13T19:29:22.465Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:29:22.526Z] ---> Running in 8a1afea7e8e8 [2021-01-13T19:29:22.762Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T19:29:22.762Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-13T19:29:22.762Z] 82a5fd146ede: Preparing [2021-01-13T19:29:22.762Z] 0b70eceab95b: Preparing [2021-01-13T19:29:22.763Z] 080df2d1f1d1: Preparing [2021-01-13T19:29:22.763Z] 4e459fcd4797: Preparing [2021-01-13T19:29:22.763Z] e186aa43dd09: Preparing [2021-01-13T19:29:22.763Z] 7367b0dd22dd: Preparing [2021-01-13T19:29:22.763Z] b5bf1996bf76: Preparing [2021-01-13T19:29:22.763Z] 0754057c0ad3: Preparing [2021-01-13T19:29:22.763Z] 998cdf262ab1: Preparing [2021-01-13T19:29:22.763Z] 02e56110abd2: Preparing [2021-01-13T19:29:22.763Z] abc36efb885a: Preparing [2021-01-13T19:29:22.763Z] b0b09059f4e1: Preparing [2021-01-13T19:29:22.763Z] bb961f40224b: Preparing [2021-01-13T19:29:22.763Z] f4666769fca7: Preparing [2021-01-13T19:29:22.763Z] 7367b0dd22dd: Waiting [2021-01-13T19:29:22.763Z] b5bf1996bf76: Waiting [2021-01-13T19:29:22.763Z] 0754057c0ad3: Waiting [2021-01-13T19:29:22.763Z] 998cdf262ab1: Waiting [2021-01-13T19:29:22.763Z] 02e56110abd2: Waiting [2021-01-13T19:29:22.763Z] abc36efb885a: Waiting [2021-01-13T19:29:22.763Z] b0b09059f4e1: Waiting [2021-01-13T19:29:22.763Z] bb961f40224b: Waiting [2021-01-13T19:29:22.763Z] f4666769fca7: Waiting [2021-01-13T19:29:22.763Z] 0b70eceab95b: Layer already exists [2021-01-13T19:29:22.763Z] e186aa43dd09: Layer already exists [2021-01-13T19:29:22.763Z] 82a5fd146ede: Layer already exists [2021-01-13T19:29:22.763Z] 080df2d1f1d1: Layer already exists [2021-01-13T19:29:22.763Z] 4e459fcd4797: Layer already exists [2021-01-13T19:29:22.763Z] 02e56110abd2: Layer already exists [2021-01-13T19:29:22.763Z] 998cdf262ab1: Layer already exists [2021-01-13T19:29:22.763Z] 0754057c0ad3: Layer already exists [2021-01-13T19:29:22.763Z] b5bf1996bf76: Layer already exists [2021-01-13T19:29:22.763Z] 7367b0dd22dd: Layer already exists [2021-01-13T19:29:22.763Z] f4666769fca7: Layer already exists [2021-01-13T19:29:22.763Z] bb961f40224b: Layer already exists [2021-01-13T19:29:22.763Z] b0b09059f4e1: Layer already exists [2021-01-13T19:29:22.763Z] abc36efb885a: Layer already exists [2021-01-13T19:29:22.763Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33: digest: sha256:efb7ea2b3d526718db8c84b136fb737d7082396d14f50226c221afbe50725820 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:29:22.800Z] ---> 352283d559a7 [2021-01-13T19:29:22.800Z] 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-01-13T19:29:23.067Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:29:23.086Z] ---> Running in 4795f5fa1e04 [2021-01-13T19:29:23.086Z] Removing intermediate container 8a1afea7e8e8 [2021-01-13T19:29:23.086Z] ---> c491d7a4e1db [2021-01-13T19:29:23.086Z] Step 23/24 : LABEL git_sha=ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:29:23.372Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-01-13T19:29:23.372Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-13T19:29:23.372Z] 82a5fd146ede: Preparing [2021-01-13T19:29:23.372Z] 0b70eceab95b: Preparing [2021-01-13T19:29:23.372Z] 080df2d1f1d1: Preparing [2021-01-13T19:29:23.372Z] 4e459fcd4797: Preparing [2021-01-13T19:29:23.372Z] e186aa43dd09: Preparing [2021-01-13T19:29:23.372Z] 7367b0dd22dd: Preparing [2021-01-13T19:29:23.372Z] b5bf1996bf76: Preparing [2021-01-13T19:29:23.372Z] 0754057c0ad3: Preparing [2021-01-13T19:29:23.372Z] 998cdf262ab1: Preparing [2021-01-13T19:29:23.372Z] 02e56110abd2: Preparing [2021-01-13T19:29:23.372Z] abc36efb885a: Preparing [2021-01-13T19:29:23.372Z] b0b09059f4e1: Preparing [2021-01-13T19:29:23.372Z] bb961f40224b: Preparing [2021-01-13T19:29:23.372Z] f4666769fca7: Preparing [2021-01-13T19:29:23.372Z] 7367b0dd22dd: Waiting [2021-01-13T19:29:23.372Z] b5bf1996bf76: Waiting [2021-01-13T19:29:23.372Z] 0754057c0ad3: Waiting [2021-01-13T19:29:23.372Z] 998cdf262ab1: Waiting [2021-01-13T19:29:23.372Z] 02e56110abd2: Waiting [2021-01-13T19:29:23.372Z] abc36efb885a: Waiting [2021-01-13T19:29:23.372Z] b0b09059f4e1: Waiting [2021-01-13T19:29:23.372Z] bb961f40224b: Waiting [2021-01-13T19:29:23.372Z] f4666769fca7: Waiting [2021-01-13T19:29:23.372Z] 82a5fd146ede: Layer already exists [2021-01-13T19:29:23.372Z] 0b70eceab95b: Layer already exists [2021-01-13T19:29:23.372Z] 4e459fcd4797: Layer already exists [2021-01-13T19:29:23.372Z] e186aa43dd09: Layer already exists [2021-01-13T19:29:23.372Z] 080df2d1f1d1: Layer already exists [2021-01-13T19:29:23.372Z] 7367b0dd22dd: Layer already exists [2021-01-13T19:29:23.372Z] 0754057c0ad3: Layer already exists [2021-01-13T19:29:23.372Z] b5bf1996bf76: Layer already exists [2021-01-13T19:29:23.372Z] 998cdf262ab1: Layer already exists [2021-01-13T19:29:23.372Z] 02e56110abd2: Layer already exists [2021-01-13T19:29:23.372Z] abc36efb885a: Layer already exists [2021-01-13T19:29:23.372Z] b0b09059f4e1: Layer already exists [2021-01-13T19:29:23.372Z] bb961f40224b: Layer already exists [2021-01-13T19:29:23.372Z] f4666769fca7: Layer already exists [2021-01-13T19:29:23.372Z] master: digest: sha256:efb7ea2b3d526718db8c84b136fb737d7082396d14f50226c221afbe50725820 size: 3252 [Pipeline] } [2021-01-13T19:29:23.693Z] ---> Running in 4862383a0f10 [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T19:29:23.854Z] ===================================================== [Pipeline] echo [2021-01-13T19:29:23.955Z] taggedImages: [2021-01-13T19:29:23.955Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:29:23.955Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.33 [2021-01-13T19:29:23.955Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T19:29:23.955Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-13T19:29:25.153Z] Removing intermediate container 4862383a0f10 [2021-01-13T19:29:25.153Z] ---> e1da7d8d489e [2021-01-13T19:29:25.153Z] Step 24/24 : LABEL version=2.0.0-dev.33 [2021-01-13T19:29:25.445Z] Removing intermediate container 4cec95c6d884 [2021-01-13T19:29:25.445Z] ---> adfa0a28da47 [2021-01-13T19:29:25.445Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-13T19:29:25.720Z] ---> Running in 623b8f7ccef0 [2021-01-13T19:29:25.997Z] ---> Running in ee095e5a755c [2021-01-13T19:29:26.624Z] Removing intermediate container 623b8f7ccef0 [2021-01-13T19:29:26.624Z] ---> eeba39a61cc3 [2021-01-13T19:29:26.624Z] [2021-01-13T19:29:26.624Z] Successfully built eeba39a61cc3 [2021-01-13T19:29:26.901Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-13T19:29:26.901Z] Building docker-core-data-go [2021-01-13T19:29:26.901Z]  Building docker-support-notifications-go ... done Removing intermediate container ee095e5a755c [2021-01-13T19:29:26.901Z] ---> 1b68e31354af [2021-01-13T19:29:26.901Z] Step 20/22 : LABEL arch=arm64 [2021-01-13T19:29:26.901Z] Removing intermediate container 4795f5fa1e04 [2021-01-13T19:29:26.901Z] ---> 9086aa37fb99 [2021-01-13T19:29:26.901Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-13T19:29:27.184Z] ---> Running in 3c84f42fbe28 [2021-01-13T19:29:27.184Z] ---> Running in 5d455e39b629 [2021-01-13T19:29:27.786Z] Removing intermediate container 5d455e39b629 [2021-01-13T19:29:27.786Z] ---> 06970b148b4d [2021-01-13T19:29:27.786Z] Step 21/22 : LABEL git_sha=ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:29:27.786Z] Removing intermediate container 3c84f42fbe28 [2021-01-13T19:29:27.786Z] ---> 8ac5914e808a [2021-01-13T19:29:27.786Z] Step 22/24 : LABEL arch=arm64 [2021-01-13T19:29:28.064Z] ---> Running in 0557f2c13299 [2021-01-13T19:29:28.064Z] ---> Running in a081690f3e29 [2021-01-13T19:29:28.662Z] Removing intermediate container 0557f2c13299 [2021-01-13T19:29:28.662Z] ---> cddf17fa27f7 [2021-01-13T19:29:28.662Z] Step 22/22 : LABEL version=2.0.0-dev.33 [2021-01-13T19:29:29.258Z] Removing intermediate container a081690f3e29 [2021-01-13T19:29:29.258Z] ---> 24def6865d91 [2021-01-13T19:29:29.258Z] Step 23/24 : LABEL git_sha=ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:29:29.537Z] ---> Running in 386bed20ccc8 [2021-01-13T19:29:29.812Z] ---> Running in 5c8772ec7781 [2021-01-13T19:29:30.407Z] Removing intermediate container 386bed20ccc8 [2021-01-13T19:29:30.407Z] ---> 2fdba06455e8 [2021-01-13T19:29:30.407Z] [2021-01-13T19:29:30.700Z] Removing intermediate container 5c8772ec7781 [2021-01-13T19:29:30.700Z] ---> ed5123a9558d [2021-01-13T19:29:30.700Z] Step 24/24 : LABEL version=2.0.0-dev.33 [2021-01-13T19:29:30.700Z] Successfully built 2fdba06455e8 [2021-01-13T19:29:30.700Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-13T19:29:30.700Z]  Building docker-security-bootstrap-redis-go ... done Building docker-security-proxy-setup-go [2021-01-13T19:29:30.971Z] ---> Running in e3b576b942db [2021-01-13T19:29:31.565Z] Removing intermediate container e3b576b942db [2021-01-13T19:29:31.565Z] ---> 0fd06fcecf6c [2021-01-13T19:29:31.565Z] [2021-01-13T19:29:31.840Z] Successfully built 0fd06fcecf6c [2021-01-13T19:29:31.840Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-13T19:29:50.145Z]  Building docker-security-secretstore-setup-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T19:29:50.145Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-13T19:29:50.145Z] ---> 5d62d0bf52a2 [2021-01-13T19:29:50.145Z] Step 3/26 : WORKDIR /edgex-go [2021-01-13T19:29:50.145Z] ---> Using cache [2021-01-13T19:29:50.145Z] ---> c49cf5229bec [2021-01-13T19:29:50.145Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T19:29:50.145Z] ---> Using cache [2021-01-13T19:29:50.146Z] ---> c86facf5d9e8 [2021-01-13T19:29:50.146Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-13T19:29:53.558Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T19:29:53.558Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-13T19:29:53.558Z] ---> 5d62d0bf52a2 [2021-01-13T19:29:53.558Z] Step 3/22 : WORKDIR /edgex-go [2021-01-13T19:29:53.558Z] ---> Using cache [2021-01-13T19:29:53.558Z] ---> c49cf5229bec [2021-01-13T19:29:53.558Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T19:29:53.558Z] ---> Using cache [2021-01-13T19:29:53.558Z] ---> c86facf5d9e8 [2021-01-13T19:29:53.558Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-13T19:29:53.558Z] ---> Using cache [2021-01-13T19:29:53.558Z] ---> 7a8a8bbb57e0 [2021-01-13T19:29:53.558Z] Step 6/22 : COPY go.mod . [2021-01-13T19:29:53.558Z] ---> Using cache [2021-01-13T19:29:53.558Z] ---> b4b09d7e0374 [2021-01-13T19:29:53.558Z] Step 7/22 : RUN go mod download [2021-01-13T19:29:53.558Z] ---> Using cache [2021-01-13T19:29:53.558Z] ---> 94bacb3bbef3 [2021-01-13T19:29:53.558Z] Step 8/22 : COPY . . [2021-01-13T19:29:53.558Z] ---> Using cache [2021-01-13T19:29:53.558Z] ---> bc7dd8717127 [2021-01-13T19:29:53.558Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-13T19:29:55.006Z] ---> Running in 72dcaa682a0c [2021-01-13T19:29:55.006Z] ---> Running in e0385fc90ce6 [2021-01-13T19:29:55.996Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T19:29:55.996Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-13T19:29:55.996Z] ---> 5d62d0bf52a2 [2021-01-13T19:29:55.996Z] Step 3/23 : WORKDIR /edgex-go [2021-01-13T19:29:55.996Z] ---> Using cache [2021-01-13T19:29:55.996Z] ---> c49cf5229bec [2021-01-13T19:29:55.996Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T19:29:55.996Z] ---> Using cache [2021-01-13T19:29:55.996Z] ---> c86facf5d9e8 [2021-01-13T19:29:55.996Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-13T19:29:56.603Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T19:29:56.603Z] ---> Running in 1aa5bed22c35 [2021-01-13T19:29:56.603Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-13T19:29:57.209Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T19:29:57.209Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-13T19:29:57.209Z] ---> 5d62d0bf52a2 [2021-01-13T19:29:57.209Z] Step 3/21 : WORKDIR /edgex-go [2021-01-13T19:29:57.209Z] ---> Using cache [2021-01-13T19:29:57.209Z] ---> c49cf5229bec [2021-01-13T19:29:57.209Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T19:29:57.209Z] ---> Using cache [2021-01-13T19:29:57.209Z] ---> c86facf5d9e8 [2021-01-13T19:29:57.209Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-13T19:29:57.209Z] ---> Using cache [2021-01-13T19:29:57.209Z] ---> 7a8a8bbb57e0 [2021-01-13T19:29:57.209Z] Step 6/21 : COPY go.mod . [2021-01-13T19:29:57.209Z] ---> Using cache [2021-01-13T19:29:57.209Z] ---> b4b09d7e0374 [2021-01-13T19:29:57.209Z] Step 7/21 : RUN go mod download [2021-01-13T19:29:57.209Z] ---> Using cache [2021-01-13T19:29:57.209Z] ---> 94bacb3bbef3 [2021-01-13T19:29:57.209Z] Step 8/21 : COPY . . [2021-01-13T19:29:57.486Z] ---> Using cache [2021-01-13T19:29:57.486Z] ---> bc7dd8717127 [2021-01-13T19:29:57.486Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-13T19:29:57.770Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T19:29:57.770Z] ---> Running in 72c814417afc [2021-01-13T19:29:58.372Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T19:29:59.361Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-13T19:29:59.361Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T19:30:00.343Z] OK: 217 MiB in 51 packages [2021-01-13T19:30:00.622Z] OK: 217 MiB in 51 packages [2021-01-13T19:30:02.662Z] Removing intermediate container 1aa5bed22c35 [2021-01-13T19:30:02.662Z] ---> 5095d15f2c46 [2021-01-13T19:30:02.662Z] Step 6/23 : COPY go.mod . [2021-01-13T19:30:02.662Z] Removing intermediate container e0385fc90ce6 [2021-01-13T19:30:02.662Z] ---> 7ed870589285 [2021-01-13T19:30:02.662Z] Step 6/26 : COPY go.mod . [2021-01-13T19:30:03.666Z] ---> d2fbe09700f2 [2021-01-13T19:30:03.666Z] Step 7/23 : RUN go mod download [2021-01-13T19:30:03.666Z] ---> Running in 8e1ee22e36e3 [2021-01-13T19:30:04.277Z] ---> 2deb3042ef04 [2021-01-13T19:30:04.277Z] Step 7/26 : RUN go mod download [2021-01-13T19:30:04.277Z] ---> Running in 35dd764218c9 [2021-01-13T19:30:08.632Z] Removing intermediate container 8e1ee22e36e3 [2021-01-13T19:30:08.632Z] ---> 0738f7796d5a [2021-01-13T19:30:08.632Z] Step 8/23 : COPY . . [2021-01-13T19:30:09.233Z] Removing intermediate container 35dd764218c9 [2021-01-13T19:30:09.233Z] ---> 768083652880 [2021-01-13T19:30:09.233Z] Step 8/26 : COPY . . [2021-01-13T19:30:31.441Z] ---> 2f6f7f6fc8cf [2021-01-13T19:30:31.441Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-13T19:30:31.441Z] ---> b856c3f6e3ab [2021-01-13T19:30:31.441Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-13T19:30:31.441Z] ---> Running in 0cf6d427f0fc [2021-01-13T19:30:31.441Z] ---> Running in bcdc876acec7 [2021-01-13T19:30:31.441Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/core-data/core-data ./cmd/core-data [2021-01-13T19:30:31.441Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-13T19:30:53.671Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-13T19:31:08.814Z] Removing intermediate container 72c814417afc [2021-01-13T19:31:08.814Z] ---> 4cc0ab74300f [2021-01-13T19:31:08.814Z] [2021-01-13T19:31:08.814Z] Step 10/21 : FROM alpine:3.12 [2021-01-13T19:31:08.814Z] ---> afeebe901d6b [2021-01-13T19:31:08.814Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-13T19:31:08.814Z] ---> Running in 9b9e84ef2ae6 [2021-01-13T19:31:09.802Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T19:31:10.077Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T19:31:10.677Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-13T19:31:10.677Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-13T19:31:10.677Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-13T19:31:10.677Z] (4/4) Installing curl (7.69.1-r3) [2021-01-13T19:31:10.677Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T19:31:10.677Z] Executing ca-certificates-20191127-r4.trigger [2021-01-13T19:31:10.955Z] OK: 7 MiB in 18 packages [2021-01-13T19:31:13.611Z] Removing intermediate container 9b9e84ef2ae6 [2021-01-13T19:31:13.611Z] ---> 9708764a5d42 [2021-01-13T19:31:13.611Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-13T19:31:13.893Z] ---> Running in 7ea2e412db45 [2021-01-13T19:31:14.512Z] Removing intermediate container 7ea2e412db45 [2021-01-13T19:31:14.512Z] ---> 659b82df5781 [2021-01-13T19:31:14.512Z] Step 13/21 : WORKDIR /edgex [2021-01-13T19:31:14.789Z] ---> Running in da5f78a79c90 [2021-01-13T19:31:15.391Z] Removing intermediate container da5f78a79c90 [2021-01-13T19:31:15.391Z] ---> 50f7c9d0942b [2021-01-13T19:31:15.391Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-13T19:31:16.835Z] ---> e9486bc5e821 [2021-01-13T19:31:16.835Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-13T19:31:20.306Z] ---> 857b66282c76 [2021-01-13T19:31:20.306Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-13T19:31:21.123Z] Removing intermediate container 72dcaa682a0c [2021-01-13T19:31:21.123Z] ---> ab83be0714a2 [2021-01-13T19:31:21.123Z] [2021-01-13T19:31:21.123Z] Step 10/22 : FROM scratch [2021-01-13T19:31:21.123Z] ---> [2021-01-13T19:31:21.123Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-13T19:31:21.410Z] ---> Using cache [2021-01-13T19:31:21.410Z] ---> 01c1986b38ea [2021-01-13T19:31:21.410Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-13T19:31:22.047Z] ---> Running in b01547e50255 [2021-01-13T19:31:22.047Z] ---> ae0a1c171593 [2021-01-13T19:31:22.047Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-13T19:31:22.364Z] ---> Running in 4c24c72f9d82 [2021-01-13T19:31:22.659Z] Removing intermediate container b01547e50255 [2021-01-13T19:31:22.660Z] ---> 1fd4a98321ee [2021-01-13T19:31:22.660Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-13T19:31:22.958Z] ---> Running in 0c33b7fd3e0d [2021-01-13T19:31:22.958Z] Removing intermediate container 4c24c72f9d82 [2021-01-13T19:31:22.958Z] ---> c501afd914fa [2021-01-13T19:31:22.958Z] Step 18/21 : CMD ["--init=true"] [2021-01-13T19:31:23.265Z] ---> Running in 355e90a4d0c3 [2021-01-13T19:31:23.552Z] Removing intermediate container 0c33b7fd3e0d [2021-01-13T19:31:23.552Z] ---> 2c178bc6df29 [2021-01-13T19:31:23.552Z] Step 14/22 : WORKDIR / [2021-01-13T19:31:23.827Z] ---> Running in 61df9a75a2ab [2021-01-13T19:31:24.103Z] Removing intermediate container 355e90a4d0c3 [2021-01-13T19:31:24.103Z] ---> 768951602890 [2021-01-13T19:31:24.103Z] Step 19/21 : LABEL arch=arm64 [2021-01-13T19:31:24.377Z] ---> Running in 4218971b876a [2021-01-13T19:31:24.651Z] Removing intermediate container 61df9a75a2ab [2021-01-13T19:31:24.651Z] ---> 27ad73e3538b [2021-01-13T19:31:24.651Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T19:31:25.253Z] Removing intermediate container 4218971b876a [2021-01-13T19:31:25.253Z] ---> 06e8eedafdab [2021-01-13T19:31:25.253Z] Step 20/21 : LABEL git_sha=ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:31:25.539Z] ---> Running in 704e69258a78 [2021-01-13T19:31:26.134Z] ---> 327eacb07662 [2021-01-13T19:31:26.134Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-13T19:31:26.409Z] Removing intermediate container 704e69258a78 [2021-01-13T19:31:26.409Z] ---> 2fb6ba34c776 [2021-01-13T19:31:26.409Z] Step 21/21 : LABEL version=2.0.0-dev.33 [2021-01-13T19:31:26.684Z] ---> Running in 8da9ae46706c [2021-01-13T19:31:27.677Z] Removing intermediate container 8da9ae46706c [2021-01-13T19:31:27.677Z] ---> c46eb6e46992 [2021-01-13T19:31:27.677Z] [2021-01-13T19:31:28.284Z] Successfully built c46eb6e46992 [2021-01-13T19:31:28.284Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-13T19:31:28.284Z]  Building docker-security-proxy-setup-go ... done  ---> 6e8ba04a7c49 [2021-01-13T19:31:28.284Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-13T19:31:29.759Z] ---> fd9b3185a53c [2021-01-13T19:31:29.759Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-13T19:31:29.759Z] ---> Running in 32070d33dd25 [2021-01-13T19:31:30.373Z] Removing intermediate container 32070d33dd25 [2021-01-13T19:31:30.373Z] ---> c7a85f930346 [2021-01-13T19:31:30.373Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T19:31:30.650Z] ---> Running in 7bfb43aab50e [2021-01-13T19:31:31.246Z] Removing intermediate container 7bfb43aab50e [2021-01-13T19:31:31.246Z] ---> e5bf8e5122fd [2021-01-13T19:31:31.246Z] Step 20/22 : LABEL arch=arm64 [2021-01-13T19:31:31.524Z] ---> Running in 422ed3070758 [2021-01-13T19:31:32.128Z] Removing intermediate container 422ed3070758 [2021-01-13T19:31:32.128Z] ---> 901b326fc289 [2021-01-13T19:31:32.128Z] Step 21/22 : LABEL git_sha=ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:31:32.400Z] ---> Running in 3029d9068ed4 [2021-01-13T19:31:32.996Z] Removing intermediate container 3029d9068ed4 [2021-01-13T19:31:32.996Z] ---> 19edc8165938 [2021-01-13T19:31:32.996Z] Step 22/22 : LABEL version=2.0.0-dev.33 [2021-01-13T19:31:33.268Z] ---> Running in 0609e001bbc1 [2021-01-13T19:31:34.266Z] Removing intermediate container 0609e001bbc1 [2021-01-13T19:31:34.266Z] ---> d868727da2b2 [2021-01-13T19:31:34.266Z] [2021-01-13T19:31:34.542Z] Successfully built d868727da2b2 [2021-01-13T19:31:34.542Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-13T19:31:41.265Z]  Building docker-core-metadata-go ... done Removing intermediate container bcdc876acec7 [2021-01-13T19:31:41.266Z] ---> 24ab7283c29b [2021-01-13T19:31:41.266Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-13T19:31:41.541Z] ---> Running in 3fd0b4a432a1 [2021-01-13T19:31:42.523Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-13T19:31:45.921Z] Removing intermediate container 3fd0b4a432a1 [2021-01-13T19:31:45.921Z] ---> 092dddcf7feb [2021-01-13T19:31:45.921Z] [2021-01-13T19:31:45.921Z] Step 11/26 : FROM docker:20.10.0 [2021-01-13T19:31:45.921Z] 20.10.0: Pulling from library/docker [2021-01-13T19:31:54.197Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-13T19:31:54.197Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-13T19:31:54.197Z] ---> eeaf43b92773 [2021-01-13T19:31:54.197Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-13T19:31:54.792Z] ---> Running in 08cb0a898b7c [2021-01-13T19:31:55.067Z] Removing intermediate container 0cf6d427f0fc [2021-01-13T19:31:55.067Z] ---> 6eef638da4e0 [2021-01-13T19:31:55.067Z] [2021-01-13T19:31:55.067Z] Step 10/23 : FROM alpine:3.12 [2021-01-13T19:31:55.067Z] ---> afeebe901d6b [2021-01-13T19:31:55.067Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-13T19:31:55.339Z] ---> Running in 8f4be6afc888 [2021-01-13T19:31:55.931Z] Removing intermediate container 8f4be6afc888 [2021-01-13T19:31:55.931Z] ---> 3badb7d5124b [2021-01-13T19:31:55.931Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-13T19:31:55.931Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T19:31:56.205Z] ---> Running in 0c2dfec7feb8 [2021-01-13T19:31:56.205Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T19:31:56.477Z] Removing intermediate container 0c2dfec7feb8 [2021-01-13T19:31:56.477Z] ---> 200bfccb3459 [2021-01-13T19:31:56.477Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-13T19:31:56.749Z] ---> Running in f03efcc8c0e1 [2021-01-13T19:31:56.749Z] (1/2) Installing readline (8.0.4-r0) [2021-01-13T19:31:57.027Z] (2/2) Installing bash (5.0.17-r0) [2021-01-13T19:31:57.027Z] Executing bash-5.0.17-r0.post-install [2021-01-13T19:31:57.027Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T19:31:57.027Z] OK: 12 MiB in 22 packages [2021-01-13T19:31:57.301Z] Removing intermediate container f03efcc8c0e1 [2021-01-13T19:31:57.301Z] ---> 4bb4d5e65b3f [2021-01-13T19:31:57.301Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T19:31:57.572Z] ---> Running in efdc293a6ff8 [2021-01-13T19:31:58.546Z] Removing intermediate container 08cb0a898b7c [2021-01-13T19:31:58.546Z] ---> 8636b9ffe14c [2021-01-13T19:31:58.546Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-13T19:31:58.546Z] ---> Running in 766c67eff8e3 [2021-01-13T19:31:59.141Z] Removing intermediate container 766c67eff8e3 [2021-01-13T19:31:59.141Z] ---> b0c779b7ee09 [2021-01-13T19:31:59.141Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-13T19:31:59.141Z] ---> Running in 9b3581846ada [2021-01-13T19:31:59.736Z] Removing intermediate container 9b3581846ada [2021-01-13T19:31:59.736Z] ---> ac66185040b8 [2021-01-13T19:31:59.736Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-13T19:31:59.736Z] Removing intermediate container efdc293a6ff8 [2021-01-13T19:31:59.736Z] ---> c4d8bf6e9141 [2021-01-13T19:31:59.736Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-13T19:31:59.736Z] ---> Running in 9e26cc905653 [2021-01-13T19:32:00.009Z] ---> Running in aebbdae79ffd [2021-01-13T19:32:00.282Z] Removing intermediate container 9e26cc905653 [2021-01-13T19:32:00.282Z] ---> 401f37abf0e9 [2021-01-13T19:32:00.282Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-13T19:32:01.257Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T19:32:01.526Z] ---> 2221bb56919f [2021-01-13T19:32:01.526Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-13T19:32:01.800Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T19:32:02.070Z] ---> e8dc1ae3de2b [2021-01-13T19:32:02.070Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-13T19:32:02.661Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-13T19:32:02.661Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-13T19:32:02.933Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-13T19:32:02.933Z] ---> 23b80715b6a2 [2021-01-13T19:32:02.933Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-13T19:32:03.205Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-13T19:32:03.205Z] ---> Running in 1f788ebe739b [2021-01-13T19:32:03.475Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-13T19:32:03.475Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T19:32:03.475Z] OK: 8 MiB in 19 packages [2021-01-13T19:32:04.453Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T19:32:04.453Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T19:32:04.729Z] Removing intermediate container aebbdae79ffd [2021-01-13T19:32:04.729Z] ---> 668d742a6771 [2021-01-13T19:32:04.729Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T19:32:05.002Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-13T19:32:05.002Z] (2/33) Installing expat (2.2.9-r1) [2021-01-13T19:32:05.002Z] (3/33) Installing libffi (3.3-r2) [2021-01-13T19:32:05.274Z] (4/33) Installing gdbm (1.13-r1) [2021-01-13T19:32:05.274Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-13T19:32:05.274Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-13T19:32:05.274Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-13T19:32:05.887Z] ---> 26cabd9194a7 [2021-01-13T19:32:05.887Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-13T19:32:07.317Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-13T19:32:07.317Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-13T19:32:07.317Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-13T19:32:07.317Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-13T19:32:07.317Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-13T19:32:07.317Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-13T19:32:07.317Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-13T19:32:07.317Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-13T19:32:07.317Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-13T19:32:07.593Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-13T19:32:07.593Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-13T19:32:07.593Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-13T19:32:07.593Z] ---> be4d63c856d1 [2021-01-13T19:32:07.593Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-13T19:32:07.593Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-13T19:32:07.593Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-13T19:32:07.593Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-13T19:32:07.593Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-13T19:32:07.866Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-13T19:32:07.866Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-13T19:32:07.866Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-13T19:32:07.866Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-13T19:32:07.866Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-13T19:32:07.866Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-13T19:32:08.140Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-13T19:32:08.140Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-13T19:32:08.140Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-13T19:32:08.140Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-13T19:32:08.140Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T19:32:08.140Z] OK: 71 MiB in 55 packages [2021-01-13T19:32:08.417Z] ---> 716619215c86 [2021-01-13T19:32:08.417Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-13T19:32:08.693Z] ---> Running in dff27863214d [2021-01-13T19:32:09.284Z] Removing intermediate container dff27863214d [2021-01-13T19:32:09.284Z] ---> 47df41383250 [2021-01-13T19:32:09.284Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T19:32:09.284Z] ---> Running in e0e3ba4f7a1e [2021-01-13T19:32:09.881Z] Removing intermediate container e0e3ba4f7a1e [2021-01-13T19:32:09.881Z] ---> 9c22cc5bd33e [2021-01-13T19:32:09.881Z] Step 21/23 : LABEL arch=arm64 [2021-01-13T19:32:10.159Z] ---> Running in c32af3eb79c9 [2021-01-13T19:32:10.753Z] Removing intermediate container c32af3eb79c9 [2021-01-13T19:32:10.753Z] ---> a65ee9045daa [2021-01-13T19:32:10.753Z] Step 22/23 : LABEL git_sha=ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:32:11.026Z] ---> Running in b83f39687f33 [2021-01-13T19:32:11.299Z] Removing intermediate container b83f39687f33 [2021-01-13T19:32:11.299Z] ---> 7ac388712644 [2021-01-13T19:32:11.299Z] Step 23/23 : LABEL version=2.0.0-dev.33 [2021-01-13T19:32:11.575Z] ---> Running in bb6ef3f54e46 [2021-01-13T19:32:12.170Z] Removing intermediate container bb6ef3f54e46 [2021-01-13T19:32:12.170Z] ---> 432340ab3211 [2021-01-13T19:32:12.170Z] [2021-01-13T19:32:12.442Z] Successfully built 432340ab3211 [2021-01-13T19:32:12.442Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-13T19:32:13.884Z]  Building docker-core-data-go ... done Removing intermediate container 1f788ebe739b [2021-01-13T19:32:13.884Z] ---> 1cff71a40af1 [2021-01-13T19:32:13.884Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-13T19:32:13.884Z] ---> Running in e108595304f0 [2021-01-13T19:32:19.263Z] Collecting docker-compose==1.23.2 [2021-01-13T19:32:19.263Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-13T19:32:19.263Z] 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-01-13T19:32:19.263Z] Collecting cached-property<2,>=1.2.0 [2021-01-13T19:32:19.263Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-13T19:32:19.535Z] Collecting docker<4.0,>=3.6.0 [2021-01-13T19:32:19.535Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-13T19:32:20.125Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-13T19:32:20.397Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-13T19:32:22.367Z] Collecting jsonschema<3,>=2.5.1 [2021-01-13T19:32:22.367Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-13T19:32:22.998Z] Collecting PyYAML<4,>=3.10 [2021-01-13T19:32:22.998Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-13T19:32:26.378Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-13T19:32:26.378Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-13T19:32:26.378Z] Collecting texttable<0.10,>=0.9.0 [2021-01-13T19:32:26.378Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-13T19:32:28.990Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-13T19:32:28.990Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-13T19:32:28.990Z] Collecting docopt<0.7,>=0.6.1 [2021-01-13T19:32:28.990Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-13T19:32:30.980Z] Collecting docker-pycreds>=0.4.0 [2021-01-13T19:32:30.980Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-13T19:32:31.986Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-13T19:32:31.986Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-13T19:32:31.986Z] 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-01-13T19:32:32.265Z] Collecting idna<2.8,>=2.5 [2021-01-13T19:32:32.265Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-13T19:32:32.265Z] 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-01-13T19:32:32.265Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-13T19:32:32.265Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-13T19:32:32.265Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-13T19:32:32.265Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-13T19:32:33.251Z] Installing collected packages: cached-property, urllib3, idna, requests, websocket-client, docker-pycreds, docker, dockerpty, jsonschema, PyYAML, texttable, docopt, docker-compose [2021-01-13T19:32:33.251Z] Attempting uninstall: urllib3 [2021-01-13T19:32:33.251Z] Found existing installation: urllib3 1.25.9 [2021-01-13T19:32:33.251Z] Uninstalling urllib3-1.25.9: [2021-01-13T19:32:33.251Z] Successfully uninstalled urllib3-1.25.9 [2021-01-13T19:32:33.845Z] Attempting uninstall: idna [2021-01-13T19:32:33.845Z] Found existing installation: idna 2.9 [2021-01-13T19:32:33.845Z] Uninstalling idna-2.9: [2021-01-13T19:32:34.117Z] Successfully uninstalled idna-2.9 [2021-01-13T19:32:34.387Z] Attempting uninstall: requests [2021-01-13T19:32:34.387Z] Found existing installation: requests 2.23.0 [2021-01-13T19:32:34.387Z] Uninstalling requests-2.23.0: [2021-01-13T19:32:34.658Z] Successfully uninstalled requests-2.23.0 [2021-01-13T19:32:36.079Z] Running setup.py install for dockerpty: started [2021-01-13T19:32:38.044Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-13T19:32:38.044Z] Running setup.py install for PyYAML: started [2021-01-13T19:32:40.003Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-13T19:32:40.004Z] Running setup.py install for texttable: started [2021-01-13T19:32:41.966Z] Running setup.py install for texttable: finished with status 'done' [2021-01-13T19:32:41.966Z] Running setup.py install for docopt: started [2021-01-13T19:32:43.381Z] Running setup.py install for docopt: finished with status 'done' [2021-01-13T19:32:44.353Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-13T19:32:47.735Z] Removing intermediate container e108595304f0 [2021-01-13T19:32:47.735Z] ---> be421d2508fd [2021-01-13T19:32:47.735Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-13T19:32:47.736Z] ---> Running in f000767c4844 [2021-01-13T19:32:48.709Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T19:32:48.709Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T19:32:49.300Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-13T19:32:49.300Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-13T19:32:49.300Z] (3/3) Installing curl (7.69.1-r3) [2021-01-13T19:32:49.300Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T19:32:49.300Z] OK: 71 MiB in 58 packages [2021-01-13T19:32:50.726Z] Removing intermediate container f000767c4844 [2021-01-13T19:32:50.726Z] ---> 3ec8c54a27e5 [2021-01-13T19:32:50.726Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-13T19:32:50.726Z] ---> Running in cdf8cd80c2e2 [2021-01-13T19:32:50.998Z] Removing intermediate container cdf8cd80c2e2 [2021-01-13T19:32:50.998Z] ---> 6d481a59e638 [2021-01-13T19:32:50.998Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T19:32:51.269Z] ---> Running in c1146c06423e [2021-01-13T19:32:51.540Z] Removing intermediate container c1146c06423e [2021-01-13T19:32:51.540Z] ---> a784cf4e4b2b [2021-01-13T19:32:51.540Z] Step 24/26 : LABEL arch=arm64 [2021-01-13T19:32:51.815Z] ---> Running in 132d31bfb270 [2021-01-13T19:32:52.086Z] Removing intermediate container 132d31bfb270 [2021-01-13T19:32:52.086Z] ---> 951d5fc4e479 [2021-01-13T19:32:52.086Z] Step 25/26 : LABEL git_sha=ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:32:52.356Z] ---> Running in f1ea8df87630 [2021-01-13T19:32:52.952Z] Removing intermediate container f1ea8df87630 [2021-01-13T19:32:52.952Z] ---> 829a10fe8523 [2021-01-13T19:32:52.952Z] Step 26/26 : LABEL version=2.0.0-dev.33 [2021-01-13T19:32:52.952Z] ---> Running in 84cd78836310 [2021-01-13T19:32:53.544Z] Removing intermediate container 84cd78836310 [2021-01-13T19:32:53.544Z] ---> b05d658e407b [2021-01-13T19:32:53.544Z] [2021-01-13T19:32:53.544Z] Successfully built b05d658e407b [2021-01-13T19:32:53.544Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-13T19:32:54.153Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-13T19:32:54.176Z] $ docker stop --time=1 799a31a0845cf40dab1a2fcbd5ef65d640f7eabba37957dd58fe922c971e1850 [2021-01-13T19:32:56.079Z] $ docker rm -f 799a31a0845cf40dab1a2fcbd5ef65d640f7eabba37957dd58fe922c971e1850 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-13T19:32:56.723Z] + + grep docker [2021-01-13T19:32:56.723Z] docker images [2021-01-13T19:32:56.993Z] docker-sys-mgmt-agent-go-arm64 latest b05d658e407b 3 seconds ago 300MB [2021-01-13T19:32:56.993Z] docker-core-data-go-arm64 latest 432340ab3211 45 seconds ago 21MB [2021-01-13T19:32:56.993Z] docker-core-metadata-go-arm64 latest d868727da2b2 About a minute ago 12.3MB [2021-01-13T19:32:56.993Z] docker-security-proxy-setup-go-arm64 latest c46eb6e46992 About a minute ago 23.3MB [2021-01-13T19:32:56.993Z] docker-security-secretstore-setup-go-arm64 latest 0fd06fcecf6c 3 minutes ago 23.4MB [2021-01-13T19:32:56.993Z] docker-security-bootstrap-redis-go-arm64 latest 2fdba06455e8 3 minutes ago 15.1MB [2021-01-13T19:32:56.993Z] docker-support-notifications-go-arm64 latest eeba39a61cc3 3 minutes ago 11.4MB [2021-01-13T19:32:56.993Z] docker-core-command-go-arm64 latest 980dd9aa3a98 3 minutes ago 9.98MB [2021-01-13T19:32:56.993Z] docker-support-scheduler-go-arm64 latest 7b359e4a543e 3 minutes ago 10MB [2021-01-13T19:32:56.993Z] docker 20.10.0 eeaf43b92773 4 weeks 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-01-13T19:32:57.568Z] provisioning config files... [2021-01-13T19:32:57.603Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/291@tmp/config2586574319862891488tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-13T19:32:57.991Z] ---> docker-login.sh [2021-01-13T19:32:57.991Z] nexus3.edgexfoundry.org:10001 [2021-01-13T19:32:58.259Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T19:32:58.259Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T19:32:58.259Z] Configure a credential helper to remove this warning. See [2021-01-13T19:32:58.259Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T19:32:58.259Z] [2021-01-13T19:32:58.259Z] Login Succeeded [2021-01-13T19:32:58.259Z] nexus3.edgexfoundry.org:10002 [2021-01-13T19:32:58.850Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T19:32:58.850Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T19:32:58.850Z] Configure a credential helper to remove this warning. See [2021-01-13T19:32:58.850Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T19:32:58.850Z] [2021-01-13T19:32:58.850Z] Login Succeeded [2021-01-13T19:32:58.850Z] nexus3.edgexfoundry.org:10003 [2021-01-13T19:32:59.121Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T19:32:59.391Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T19:32:59.391Z] Configure a credential helper to remove this warning. See [2021-01-13T19:32:59.391Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T19:32:59.391Z] [2021-01-13T19:32:59.391Z] Login Succeeded [2021-01-13T19:32:59.391Z] nexus3.edgexfoundry.org:10004 [2021-01-13T19:32:59.663Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T19:32:59.935Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T19:32:59.935Z] Configure a credential helper to remove this warning. See [2021-01-13T19:32:59.935Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T19:32:59.935Z] [2021-01-13T19:32:59.935Z] Login Succeeded [2021-01-13T19:32:59.935Z] docker.io [2021-01-13T19:33:00.204Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T19:33:00.473Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T19:33:00.473Z] Configure a credential helper to remove this warning. See [2021-01-13T19:33:00.473Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T19:33:00.473Z] [2021-01-13T19:33:00.473Z] Login Succeeded [2021-01-13T19:33:00.473Z] ---> docker-login.sh ends [Pipeline] } [2021-01-13T19:33:00.488Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T19:33:00.727Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-01-13T19:33:00.727Z] ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:33:00.727Z] 2.0.0-dev.33 [2021-01-13T19:33:00.727Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T19:33:00.727Z] master [2021-01-13T19:33:00.727Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:01.271Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:01.622Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:33:01.623Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-13T19:33:01.623Z] e6050065c7fd: Preparing [2021-01-13T19:33:01.623Z] 5c94e105b3cb: Preparing [2021-01-13T19:33:01.623Z] d8f5e2460c16: Preparing [2021-01-13T19:33:01.897Z] d8f5e2460c16: Pushed [2021-01-13T19:33:01.897Z] e6050065c7fd: Pushed [2021-01-13T19:33:04.505Z] 5c94e105b3cb: Pushed [2021-01-13T19:33:04.505Z] ced48a9704d45a78ce2a225541f5314d2d8a1195: digest: sha256:1c2918a58bc5222f4621a8ce7095c2e0237690ff702d3893b77fc1475a940be8 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:04.850Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:05.184Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.33 [2021-01-13T19:33:05.184Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-13T19:33:05.184Z] e6050065c7fd: Preparing [2021-01-13T19:33:05.184Z] 5c94e105b3cb: Preparing [2021-01-13T19:33:05.184Z] d8f5e2460c16: Preparing [2021-01-13T19:33:05.184Z] e6050065c7fd: Layer already exists [2021-01-13T19:33:05.184Z] d8f5e2460c16: Layer already exists [2021-01-13T19:33:05.184Z] 5c94e105b3cb: Layer already exists [2021-01-13T19:33:05.453Z] 2.0.0-dev.33: digest: sha256:1c2918a58bc5222f4621a8ce7095c2e0237690ff702d3893b77fc1475a940be8 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:05.794Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:06.132Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T19:33:06.132Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-13T19:33:06.132Z] e6050065c7fd: Preparing [2021-01-13T19:33:06.132Z] 5c94e105b3cb: Preparing [2021-01-13T19:33:06.132Z] d8f5e2460c16: Preparing [2021-01-13T19:33:06.132Z] e6050065c7fd: Layer already exists [2021-01-13T19:33:06.132Z] d8f5e2460c16: Layer already exists [2021-01-13T19:33:06.132Z] 5c94e105b3cb: Layer already exists [2021-01-13T19:33:06.403Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33: digest: sha256:1c2918a58bc5222f4621a8ce7095c2e0237690ff702d3893b77fc1475a940be8 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:06.742Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:07.075Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-01-13T19:33:07.075Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-13T19:33:07.075Z] e6050065c7fd: Preparing [2021-01-13T19:33:07.075Z] 5c94e105b3cb: Preparing [2021-01-13T19:33:07.075Z] d8f5e2460c16: Preparing [2021-01-13T19:33:07.075Z] d8f5e2460c16: Layer already exists [2021-01-13T19:33:07.075Z] e6050065c7fd: Layer already exists [2021-01-13T19:33:07.075Z] 5c94e105b3cb: Layer already exists [2021-01-13T19:33:07.345Z] master: digest: sha256:1c2918a58bc5222f4621a8ce7095c2e0237690ff702d3893b77fc1475a940be8 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T19:33:07.577Z] ===================================================== [Pipeline] echo [2021-01-13T19:33:07.628Z] taggedImages: [2021-01-13T19:33:07.628Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:33:07.628Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.33 [2021-01-13T19:33:07.628Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T19:33:07.628Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-01-13T19:33:07.697Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-01-13T19:33:07.697Z] ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:33:07.697Z] 2.0.0-dev.33 [2021-01-13T19:33:07.697Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T19:33:07.697Z] master [2021-01-13T19:33:07.697Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:08.226Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:08.572Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:33:08.572Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-13T19:33:08.573Z] 9f527b1aef5c: Preparing [2021-01-13T19:33:08.573Z] 05dc00a7bb82: Preparing [2021-01-13T19:33:08.573Z] d8f5e2460c16: Preparing [2021-01-13T19:33:08.573Z] 00f3a7716e3c: Preparing [2021-01-13T19:33:08.573Z] 1057087e82b4: Preparing [2021-01-13T19:33:08.573Z] 379067d0cb53: Preparing [2021-01-13T19:33:08.573Z] 379067d0cb53: Waiting [2021-01-13T19:33:08.875Z] d8f5e2460c16: Layer already exists [2021-01-13T19:33:08.875Z] 379067d0cb53: Layer already exists [2021-01-13T19:33:08.875Z] 9f527b1aef5c: Pushed [2021-01-13T19:33:08.875Z] 1057087e82b4: Pushed [2021-01-13T19:33:09.468Z] 00f3a7716e3c: Pushed [2021-01-13T19:33:12.059Z] 05dc00a7bb82: Pushed [2021-01-13T19:33:12.059Z] ced48a9704d45a78ce2a225541f5314d2d8a1195: digest: sha256:b09098bcc3dc574fd2a53eb736683c88076c608a043f5cd3bc5715e0c41932fa size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:12.433Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:12.793Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.33 [2021-01-13T19:33:12.793Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-13T19:33:12.793Z] 9f527b1aef5c: Preparing [2021-01-13T19:33:12.793Z] 05dc00a7bb82: Preparing [2021-01-13T19:33:12.793Z] d8f5e2460c16: Preparing [2021-01-13T19:33:12.793Z] 00f3a7716e3c: Preparing [2021-01-13T19:33:12.793Z] 1057087e82b4: Preparing [2021-01-13T19:33:12.793Z] 379067d0cb53: Preparing [2021-01-13T19:33:12.793Z] 379067d0cb53: Waiting [2021-01-13T19:33:12.793Z] 05dc00a7bb82: Layer already exists [2021-01-13T19:33:12.793Z] d8f5e2460c16: Layer already exists [2021-01-13T19:33:12.793Z] 00f3a7716e3c: Layer already exists [2021-01-13T19:33:12.793Z] 9f527b1aef5c: Layer already exists [2021-01-13T19:33:12.793Z] 1057087e82b4: Layer already exists [2021-01-13T19:33:13.070Z] 379067d0cb53: Layer already exists [2021-01-13T19:33:13.071Z] 2.0.0-dev.33: digest: sha256:b09098bcc3dc574fd2a53eb736683c88076c608a043f5cd3bc5715e0c41932fa size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:13.418Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:13.763Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T19:33:13.763Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-13T19:33:13.763Z] 9f527b1aef5c: Preparing [2021-01-13T19:33:13.763Z] 05dc00a7bb82: Preparing [2021-01-13T19:33:13.763Z] d8f5e2460c16: Preparing [2021-01-13T19:33:13.763Z] 00f3a7716e3c: Preparing [2021-01-13T19:33:13.763Z] 1057087e82b4: Preparing [2021-01-13T19:33:13.763Z] 379067d0cb53: Preparing [2021-01-13T19:33:13.763Z] 379067d0cb53: Waiting [2021-01-13T19:33:13.763Z] 9f527b1aef5c: Layer already exists [2021-01-13T19:33:13.763Z] 00f3a7716e3c: Layer already exists [2021-01-13T19:33:13.763Z] 05dc00a7bb82: Layer already exists [2021-01-13T19:33:13.763Z] d8f5e2460c16: Layer already exists [2021-01-13T19:33:13.763Z] 1057087e82b4: Layer already exists [2021-01-13T19:33:13.763Z] 379067d0cb53: Layer already exists [2021-01-13T19:33:14.036Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33: digest: sha256:b09098bcc3dc574fd2a53eb736683c88076c608a043f5cd3bc5715e0c41932fa size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:14.392Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:14.726Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-01-13T19:33:14.726Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-13T19:33:14.726Z] 9f527b1aef5c: Preparing [2021-01-13T19:33:14.726Z] 05dc00a7bb82: Preparing [2021-01-13T19:33:14.726Z] d8f5e2460c16: Preparing [2021-01-13T19:33:14.726Z] 00f3a7716e3c: Preparing [2021-01-13T19:33:14.726Z] 1057087e82b4: Preparing [2021-01-13T19:33:14.726Z] 379067d0cb53: Preparing [2021-01-13T19:33:14.726Z] 379067d0cb53: Waiting [2021-01-13T19:33:14.998Z] 05dc00a7bb82: Layer already exists [2021-01-13T19:33:14.998Z] d8f5e2460c16: Layer already exists [2021-01-13T19:33:14.998Z] 1057087e82b4: Layer already exists [2021-01-13T19:33:14.998Z] 9f527b1aef5c: Layer already exists [2021-01-13T19:33:14.998Z] 00f3a7716e3c: Layer already exists [2021-01-13T19:33:14.998Z] 379067d0cb53: Layer already exists [2021-01-13T19:33:14.998Z] master: digest: sha256:b09098bcc3dc574fd2a53eb736683c88076c608a043f5cd3bc5715e0c41932fa size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T19:33:15.223Z] ===================================================== [Pipeline] echo [2021-01-13T19:33:15.272Z] taggedImages: [2021-01-13T19:33:15.272Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:33:15.272Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.33 [2021-01-13T19:33:15.273Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T19:33:15.273Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-01-13T19:33:15.337Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-01-13T19:33:15.337Z] ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:33:15.337Z] 2.0.0-dev.33 [2021-01-13T19:33:15.337Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T19:33:15.337Z] master [2021-01-13T19:33:15.337Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:15.854Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:16.188Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:33:16.188Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-13T19:33:16.188Z] b703c353c0df: Preparing [2021-01-13T19:33:16.188Z] 937721287579: Preparing [2021-01-13T19:33:16.188Z] d8f5e2460c16: Preparing [2021-01-13T19:33:16.188Z] d8f5e2460c16: Layer already exists [2021-01-13T19:33:16.459Z] b703c353c0df: Pushed [2021-01-13T19:33:19.065Z] 937721287579: Pushed [2021-01-13T19:33:19.336Z] ced48a9704d45a78ce2a225541f5314d2d8a1195: digest: sha256:6195a577d694db97cce29d0aa5291d97d8013126ef445f2e505e6a38b50a9ad6 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:19.675Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:20.011Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.33 [2021-01-13T19:33:20.011Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-13T19:33:20.011Z] b703c353c0df: Preparing [2021-01-13T19:33:20.011Z] 937721287579: Preparing [2021-01-13T19:33:20.011Z] d8f5e2460c16: Preparing [2021-01-13T19:33:20.011Z] b703c353c0df: Layer already exists [2021-01-13T19:33:20.011Z] d8f5e2460c16: Layer already exists [2021-01-13T19:33:20.011Z] 937721287579: Layer already exists [2021-01-13T19:33:20.281Z] 2.0.0-dev.33: digest: sha256:6195a577d694db97cce29d0aa5291d97d8013126ef445f2e505e6a38b50a9ad6 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:20.618Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:20.952Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T19:33:20.952Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-13T19:33:20.952Z] b703c353c0df: Preparing [2021-01-13T19:33:20.952Z] 937721287579: Preparing [2021-01-13T19:33:20.952Z] d8f5e2460c16: Preparing [2021-01-13T19:33:20.952Z] 937721287579: Layer already exists [2021-01-13T19:33:20.952Z] b703c353c0df: Layer already exists [2021-01-13T19:33:20.952Z] d8f5e2460c16: Layer already exists [2021-01-13T19:33:21.222Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33: digest: sha256:6195a577d694db97cce29d0aa5291d97d8013126ef445f2e505e6a38b50a9ad6 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:21.562Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:21.893Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-01-13T19:33:21.893Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-13T19:33:21.893Z] b703c353c0df: Preparing [2021-01-13T19:33:21.893Z] 937721287579: Preparing [2021-01-13T19:33:21.893Z] d8f5e2460c16: Preparing [2021-01-13T19:33:21.893Z] d8f5e2460c16: Layer already exists [2021-01-13T19:33:21.893Z] 937721287579: Layer already exists [2021-01-13T19:33:21.893Z] b703c353c0df: Layer already exists [2021-01-13T19:33:22.164Z] master: digest: sha256:6195a577d694db97cce29d0aa5291d97d8013126ef445f2e505e6a38b50a9ad6 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T19:33:22.367Z] ===================================================== [Pipeline] echo [2021-01-13T19:33:22.415Z] taggedImages: [2021-01-13T19:33:22.415Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:33:22.415Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.33 [2021-01-13T19:33:22.415Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T19:33:22.415Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-01-13T19:33:22.479Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2021-01-13T19:33:22.479Z] ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:33:22.479Z] 2.0.0-dev.33 [2021-01-13T19:33:22.479Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T19:33:22.479Z] master [2021-01-13T19:33:22.479Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:22.991Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:23.328Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:33:23.328Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-13T19:33:23.328Z] a5214b7feef2: Preparing [2021-01-13T19:33:23.328Z] 0287032ceed9: Preparing [2021-01-13T19:33:23.328Z] 14abdc11f189: Preparing [2021-01-13T19:33:23.328Z] 696ec07a5c48: Preparing [2021-01-13T19:33:23.328Z] d8f5e2460c16: Preparing [2021-01-13T19:33:23.328Z] 0162868a346a: Preparing [2021-01-13T19:33:23.328Z] 379067d0cb53: Preparing [2021-01-13T19:33:23.328Z] 0162868a346a: Waiting [2021-01-13T19:33:23.328Z] 379067d0cb53: Waiting [2021-01-13T19:33:23.605Z] d8f5e2460c16: Layer already exists [2021-01-13T19:33:23.605Z] 0287032ceed9: Pushed [2021-01-13T19:33:23.605Z] a5214b7feef2: Pushed [2021-01-13T19:33:23.605Z] 14abdc11f189: Pushed [2021-01-13T19:33:23.878Z] 379067d0cb53: Layer already exists [2021-01-13T19:33:24.147Z] 0162868a346a: Pushed [2021-01-13T19:33:25.570Z] 696ec07a5c48: Pushed [2021-01-13T19:33:25.841Z] ced48a9704d45a78ce2a225541f5314d2d8a1195: digest: sha256:3c54cd975a232771bf62120bcc743480392581280e2a0ee6619d891a6af8a321 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:26.177Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:26.511Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.33 [2021-01-13T19:33:26.511Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-13T19:33:26.511Z] a5214b7feef2: Preparing [2021-01-13T19:33:26.511Z] 0287032ceed9: Preparing [2021-01-13T19:33:26.511Z] 14abdc11f189: Preparing [2021-01-13T19:33:26.511Z] 696ec07a5c48: Preparing [2021-01-13T19:33:26.511Z] d8f5e2460c16: Preparing [2021-01-13T19:33:26.511Z] 0162868a346a: Preparing [2021-01-13T19:33:26.511Z] 379067d0cb53: Preparing [2021-01-13T19:33:26.511Z] 0162868a346a: Waiting [2021-01-13T19:33:26.511Z] 379067d0cb53: Waiting [2021-01-13T19:33:26.511Z] 696ec07a5c48: Layer already exists [2021-01-13T19:33:26.511Z] a5214b7feef2: Layer already exists [2021-01-13T19:33:26.511Z] d8f5e2460c16: Layer already exists [2021-01-13T19:33:26.511Z] 14abdc11f189: Layer already exists [2021-01-13T19:33:26.511Z] 0287032ceed9: Layer already exists [2021-01-13T19:33:26.511Z] 0162868a346a: Layer already exists [2021-01-13T19:33:26.511Z] 379067d0cb53: Layer already exists [2021-01-13T19:33:26.780Z] 2.0.0-dev.33: digest: sha256:3c54cd975a232771bf62120bcc743480392581280e2a0ee6619d891a6af8a321 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:27.115Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:27.445Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T19:33:27.446Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-13T19:33:27.446Z] a5214b7feef2: Preparing [2021-01-13T19:33:27.446Z] 0287032ceed9: Preparing [2021-01-13T19:33:27.446Z] 14abdc11f189: Preparing [2021-01-13T19:33:27.446Z] 696ec07a5c48: Preparing [2021-01-13T19:33:27.446Z] d8f5e2460c16: Preparing [2021-01-13T19:33:27.446Z] 0162868a346a: Preparing [2021-01-13T19:33:27.446Z] 379067d0cb53: Preparing [2021-01-13T19:33:27.446Z] 379067d0cb53: Waiting [2021-01-13T19:33:27.446Z] 0162868a346a: Waiting [2021-01-13T19:33:27.446Z] d8f5e2460c16: Layer already exists [2021-01-13T19:33:27.446Z] 696ec07a5c48: Layer already exists [2021-01-13T19:33:27.446Z] 0287032ceed9: Layer already exists [2021-01-13T19:33:27.446Z] a5214b7feef2: Layer already exists [2021-01-13T19:33:27.446Z] 14abdc11f189: Layer already exists [2021-01-13T19:33:27.715Z] 0162868a346a: Layer already exists [2021-01-13T19:33:27.715Z] 379067d0cb53: Layer already exists [2021-01-13T19:33:27.715Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33: digest: sha256:3c54cd975a232771bf62120bcc743480392581280e2a0ee6619d891a6af8a321 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:28.051Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:28.383Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [2021-01-13T19:33:28.383Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-13T19:33:28.383Z] a5214b7feef2: Preparing [2021-01-13T19:33:28.383Z] 0287032ceed9: Preparing [2021-01-13T19:33:28.383Z] 14abdc11f189: Preparing [2021-01-13T19:33:28.383Z] 696ec07a5c48: Preparing [2021-01-13T19:33:28.383Z] d8f5e2460c16: Preparing [2021-01-13T19:33:28.383Z] 0162868a346a: Preparing [2021-01-13T19:33:28.383Z] 379067d0cb53: Preparing [2021-01-13T19:33:28.383Z] 379067d0cb53: Waiting [2021-01-13T19:33:28.383Z] 0162868a346a: Waiting [2021-01-13T19:33:28.383Z] 696ec07a5c48: Layer already exists [2021-01-13T19:33:28.383Z] 14abdc11f189: Layer already exists [2021-01-13T19:33:28.383Z] d8f5e2460c16: Layer already exists [2021-01-13T19:33:28.383Z] 0287032ceed9: Layer already exists [2021-01-13T19:33:28.383Z] a5214b7feef2: Layer already exists [2021-01-13T19:33:28.654Z] 379067d0cb53: Layer already exists [2021-01-13T19:33:28.654Z] 0162868a346a: Layer already exists [2021-01-13T19:33:28.654Z] master: digest: sha256:3c54cd975a232771bf62120bcc743480392581280e2a0ee6619d891a6af8a321 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T19:33:28.881Z] ===================================================== [Pipeline] echo [2021-01-13T19:33:28.928Z] taggedImages: [2021-01-13T19:33:28.928Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:33:28.928Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.33 [2021-01-13T19:33:28.928Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T19:33:28.928Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo [2021-01-13T19:33:28.992Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-01-13T19:33:28.992Z] ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:33:28.992Z] 2.0.0-dev.33 [2021-01-13T19:33:28.992Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T19:33:28.992Z] master [2021-01-13T19:33:28.992Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:29.502Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:29.826Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:33:29.826Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-13T19:33:29.826Z] c508956a41d2: Preparing [2021-01-13T19:33:29.826Z] d9d2ed5ace7a: Preparing [2021-01-13T19:33:29.826Z] d0246e30d8bf: Preparing [2021-01-13T19:33:29.826Z] 8bf5f0d67768: Preparing [2021-01-13T19:33:29.826Z] d17dd2ff0231: Preparing [2021-01-13T19:33:29.826Z] 379067d0cb53: Preparing [2021-01-13T19:33:29.826Z] 379067d0cb53: Waiting [2021-01-13T19:33:30.101Z] 8bf5f0d67768: Pushed [2021-01-13T19:33:30.101Z] d0246e30d8bf: Pushed [2021-01-13T19:33:30.101Z] 379067d0cb53: Layer already exists [2021-01-13T19:33:30.698Z] d17dd2ff0231: Pushed [2021-01-13T19:33:32.118Z] c508956a41d2: Pushed [2021-01-13T19:33:32.118Z] d9d2ed5ace7a: Pushed [2021-01-13T19:33:32.387Z] ced48a9704d45a78ce2a225541f5314d2d8a1195: digest: sha256:bacc463aafe183c0e4f45ae012041416ae6f0159bc94bcd7c99219dda832ec36 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:32.720Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:33.057Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.33 [2021-01-13T19:33:33.057Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-13T19:33:33.057Z] c508956a41d2: Preparing [2021-01-13T19:33:33.057Z] d9d2ed5ace7a: Preparing [2021-01-13T19:33:33.057Z] d0246e30d8bf: Preparing [2021-01-13T19:33:33.057Z] 8bf5f0d67768: Preparing [2021-01-13T19:33:33.057Z] d17dd2ff0231: Preparing [2021-01-13T19:33:33.057Z] 379067d0cb53: Preparing [2021-01-13T19:33:33.057Z] 379067d0cb53: Waiting [2021-01-13T19:33:33.057Z] d0246e30d8bf: Layer already exists [2021-01-13T19:33:33.057Z] 8bf5f0d67768: Layer already exists [2021-01-13T19:33:33.057Z] d17dd2ff0231: Layer already exists [2021-01-13T19:33:33.057Z] c508956a41d2: Layer already exists [2021-01-13T19:33:33.327Z] d9d2ed5ace7a: Layer already exists [2021-01-13T19:33:33.327Z] 379067d0cb53: Layer already exists [2021-01-13T19:33:33.327Z] 2.0.0-dev.33: digest: sha256:bacc463aafe183c0e4f45ae012041416ae6f0159bc94bcd7c99219dda832ec36 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:33.661Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:33.991Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T19:33:33.992Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-13T19:33:33.992Z] c508956a41d2: Preparing [2021-01-13T19:33:33.992Z] d9d2ed5ace7a: Preparing [2021-01-13T19:33:33.992Z] d0246e30d8bf: Preparing [2021-01-13T19:33:33.992Z] 8bf5f0d67768: Preparing [2021-01-13T19:33:33.992Z] d17dd2ff0231: Preparing [2021-01-13T19:33:33.992Z] 379067d0cb53: Preparing [2021-01-13T19:33:33.992Z] 379067d0cb53: Waiting [2021-01-13T19:33:33.992Z] d9d2ed5ace7a: Layer already exists [2021-01-13T19:33:33.992Z] d0246e30d8bf: Layer already exists [2021-01-13T19:33:33.992Z] d17dd2ff0231: Layer already exists [2021-01-13T19:33:33.992Z] 8bf5f0d67768: Layer already exists [2021-01-13T19:33:33.992Z] c508956a41d2: Layer already exists [2021-01-13T19:33:34.263Z] 379067d0cb53: Layer already exists [2021-01-13T19:33:34.263Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33: digest: sha256:bacc463aafe183c0e4f45ae012041416ae6f0159bc94bcd7c99219dda832ec36 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:34.641Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:34.988Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-01-13T19:33:34.988Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-13T19:33:34.988Z] c508956a41d2: Preparing [2021-01-13T19:33:34.988Z] d9d2ed5ace7a: Preparing [2021-01-13T19:33:34.988Z] d0246e30d8bf: Preparing [2021-01-13T19:33:34.988Z] 8bf5f0d67768: Preparing [2021-01-13T19:33:34.988Z] d17dd2ff0231: Preparing [2021-01-13T19:33:34.988Z] 379067d0cb53: Preparing [2021-01-13T19:33:34.988Z] 379067d0cb53: Waiting [2021-01-13T19:33:34.988Z] c508956a41d2: Layer already exists [2021-01-13T19:33:34.988Z] d0246e30d8bf: Layer already exists [2021-01-13T19:33:34.988Z] d17dd2ff0231: Layer already exists [2021-01-13T19:33:34.988Z] d9d2ed5ace7a: Layer already exists [2021-01-13T19:33:34.988Z] 8bf5f0d67768: Layer already exists [2021-01-13T19:33:35.266Z] 379067d0cb53: Layer already exists [2021-01-13T19:33:35.266Z] master: digest: sha256:bacc463aafe183c0e4f45ae012041416ae6f0159bc94bcd7c99219dda832ec36 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T19:33:35.489Z] ===================================================== [Pipeline] echo [2021-01-13T19:33:35.536Z] taggedImages: [2021-01-13T19:33:35.536Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:33:35.536Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.33 [2021-01-13T19:33:35.536Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T19:33:35.537Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-01-13T19:33:35.600Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-01-13T19:33:35.600Z] ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:33:35.600Z] 2.0.0-dev.33 [2021-01-13T19:33:35.600Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T19:33:35.600Z] master [2021-01-13T19:33:35.600Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:36.125Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:36.476Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:33:36.476Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-13T19:33:36.476Z] e976fd9dfcb4: Preparing [2021-01-13T19:33:36.476Z] c39d14b20f6a: Preparing [2021-01-13T19:33:36.476Z] f2f2fbe2e036: Preparing [2021-01-13T19:33:36.476Z] 54a047c9c3b0: Preparing [2021-01-13T19:33:36.476Z] 6c4f816de7b9: Preparing [2021-01-13T19:33:36.476Z] a7ef8c5faef6: Preparing [2021-01-13T19:33:36.476Z] 838fd32ee7f6: Preparing [2021-01-13T19:33:36.476Z] a5a1ac706d1c: Preparing [2021-01-13T19:33:36.476Z] 379067d0cb53: Preparing [2021-01-13T19:33:36.476Z] a7ef8c5faef6: Waiting [2021-01-13T19:33:36.476Z] 838fd32ee7f6: Waiting [2021-01-13T19:33:36.476Z] a5a1ac706d1c: Waiting [2021-01-13T19:33:36.476Z] 379067d0cb53: Waiting [2021-01-13T19:33:36.750Z] 6c4f816de7b9: Pushed [2021-01-13T19:33:36.750Z] e976fd9dfcb4: Pushed [2021-01-13T19:33:36.750Z] c39d14b20f6a: Pushed [2021-01-13T19:33:37.022Z] a7ef8c5faef6: Pushed [2021-01-13T19:33:37.022Z] 838fd32ee7f6: Pushed [2021-01-13T19:33:37.292Z] 379067d0cb53: Layer already exists [2021-01-13T19:33:37.561Z] a5a1ac706d1c: Pushed [2021-01-13T19:33:38.987Z] 54a047c9c3b0: Pushed [2021-01-13T19:33:38.987Z] f2f2fbe2e036: Pushed [2021-01-13T19:33:38.987Z] ced48a9704d45a78ce2a225541f5314d2d8a1195: digest: sha256:eeb09ce99d2b825b5b578545b8e97c3606d5a32a06d5c117f504c569020dab04 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:39.323Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:39.653Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.33 [2021-01-13T19:33:39.653Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-13T19:33:39.653Z] e976fd9dfcb4: Preparing [2021-01-13T19:33:39.653Z] c39d14b20f6a: Preparing [2021-01-13T19:33:39.653Z] f2f2fbe2e036: Preparing [2021-01-13T19:33:39.653Z] 54a047c9c3b0: Preparing [2021-01-13T19:33:39.653Z] 6c4f816de7b9: Preparing [2021-01-13T19:33:39.653Z] a7ef8c5faef6: Preparing [2021-01-13T19:33:39.653Z] 838fd32ee7f6: Preparing [2021-01-13T19:33:39.653Z] a5a1ac706d1c: Preparing [2021-01-13T19:33:39.653Z] 379067d0cb53: Preparing [2021-01-13T19:33:39.653Z] a7ef8c5faef6: Waiting [2021-01-13T19:33:39.653Z] 838fd32ee7f6: Waiting [2021-01-13T19:33:39.653Z] a5a1ac706d1c: Waiting [2021-01-13T19:33:39.653Z] 379067d0cb53: Waiting [2021-01-13T19:33:39.653Z] c39d14b20f6a: Layer already exists [2021-01-13T19:33:39.653Z] 54a047c9c3b0: Layer already exists [2021-01-13T19:33:39.653Z] e976fd9dfcb4: Layer already exists [2021-01-13T19:33:39.653Z] 6c4f816de7b9: Layer already exists [2021-01-13T19:33:39.653Z] f2f2fbe2e036: Layer already exists [2021-01-13T19:33:39.653Z] a7ef8c5faef6: Layer already exists [2021-01-13T19:33:39.653Z] 838fd32ee7f6: Layer already exists [2021-01-13T19:33:39.653Z] a5a1ac706d1c: Layer already exists [2021-01-13T19:33:39.653Z] 379067d0cb53: Layer already exists [2021-01-13T19:33:39.922Z] 2.0.0-dev.33: digest: sha256:eeb09ce99d2b825b5b578545b8e97c3606d5a32a06d5c117f504c569020dab04 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:40.255Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:40.584Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T19:33:40.584Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-13T19:33:40.584Z] e976fd9dfcb4: Preparing [2021-01-13T19:33:40.584Z] c39d14b20f6a: Preparing [2021-01-13T19:33:40.584Z] f2f2fbe2e036: Preparing [2021-01-13T19:33:40.584Z] 54a047c9c3b0: Preparing [2021-01-13T19:33:40.584Z] 6c4f816de7b9: Preparing [2021-01-13T19:33:40.584Z] a7ef8c5faef6: Preparing [2021-01-13T19:33:40.584Z] 838fd32ee7f6: Preparing [2021-01-13T19:33:40.584Z] a5a1ac706d1c: Preparing [2021-01-13T19:33:40.584Z] 379067d0cb53: Preparing [2021-01-13T19:33:40.584Z] a7ef8c5faef6: Waiting [2021-01-13T19:33:40.584Z] 838fd32ee7f6: Waiting [2021-01-13T19:33:40.584Z] a5a1ac706d1c: Waiting [2021-01-13T19:33:40.584Z] 379067d0cb53: Waiting [2021-01-13T19:33:40.584Z] f2f2fbe2e036: Layer already exists [2021-01-13T19:33:40.584Z] 54a047c9c3b0: Layer already exists [2021-01-13T19:33:40.584Z] e976fd9dfcb4: Layer already exists [2021-01-13T19:33:40.584Z] 6c4f816de7b9: Layer already exists [2021-01-13T19:33:40.854Z] c39d14b20f6a: Layer already exists [2021-01-13T19:33:40.854Z] a5a1ac706d1c: Layer already exists [2021-01-13T19:33:40.854Z] 379067d0cb53: Layer already exists [2021-01-13T19:33:40.854Z] 838fd32ee7f6: Layer already exists [2021-01-13T19:33:40.854Z] a7ef8c5faef6: Layer already exists [2021-01-13T19:33:40.854Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33: digest: sha256:eeb09ce99d2b825b5b578545b8e97c3606d5a32a06d5c117f504c569020dab04 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:41.188Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:41.518Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-01-13T19:33:41.518Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-13T19:33:41.518Z] e976fd9dfcb4: Preparing [2021-01-13T19:33:41.518Z] c39d14b20f6a: Preparing [2021-01-13T19:33:41.518Z] f2f2fbe2e036: Preparing [2021-01-13T19:33:41.518Z] 54a047c9c3b0: Preparing [2021-01-13T19:33:41.518Z] 6c4f816de7b9: Preparing [2021-01-13T19:33:41.518Z] a7ef8c5faef6: Preparing [2021-01-13T19:33:41.518Z] 838fd32ee7f6: Preparing [2021-01-13T19:33:41.518Z] a5a1ac706d1c: Preparing [2021-01-13T19:33:41.518Z] 379067d0cb53: Preparing [2021-01-13T19:33:41.518Z] a7ef8c5faef6: Waiting [2021-01-13T19:33:41.518Z] 838fd32ee7f6: Waiting [2021-01-13T19:33:41.518Z] a5a1ac706d1c: Waiting [2021-01-13T19:33:41.518Z] 379067d0cb53: Waiting [2021-01-13T19:33:41.518Z] 6c4f816de7b9: Layer already exists [2021-01-13T19:33:41.518Z] 54a047c9c3b0: Layer already exists [2021-01-13T19:33:41.518Z] e976fd9dfcb4: Layer already exists [2021-01-13T19:33:41.788Z] c39d14b20f6a: Layer already exists [2021-01-13T19:33:41.788Z] f2f2fbe2e036: Layer already exists [2021-01-13T19:33:41.788Z] a7ef8c5faef6: Layer already exists [2021-01-13T19:33:41.788Z] 379067d0cb53: Layer already exists [2021-01-13T19:33:41.788Z] a5a1ac706d1c: Layer already exists [2021-01-13T19:33:41.788Z] 838fd32ee7f6: Layer already exists [2021-01-13T19:33:41.788Z] master: digest: sha256:eeb09ce99d2b825b5b578545b8e97c3606d5a32a06d5c117f504c569020dab04 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T19:33:42.029Z] ===================================================== [Pipeline] echo [2021-01-13T19:33:42.081Z] taggedImages: [2021-01-13T19:33:42.081Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:33:42.081Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.33 [2021-01-13T19:33:42.081Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T19:33:42.081Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-01-13T19:33:42.185Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-01-13T19:33:42.185Z] ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:33:42.185Z] 2.0.0-dev.33 [2021-01-13T19:33:42.185Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T19:33:42.185Z] master [2021-01-13T19:33:42.185Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:42.709Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:43.049Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:33:43.049Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-13T19:33:43.049Z] a1e51055c1c6: Preparing [2021-01-13T19:33:43.049Z] c69ec3546089: Preparing [2021-01-13T19:33:43.049Z] d8f5e2460c16: Preparing [2021-01-13T19:33:43.049Z] b5100408354a: Preparing [2021-01-13T19:33:43.049Z] c7e234c254e5: Preparing [2021-01-13T19:33:43.049Z] 36315c332807: Preparing [2021-01-13T19:33:43.049Z] 36315c332807: Waiting [2021-01-13T19:33:43.329Z] d8f5e2460c16: Layer already exists [2021-01-13T19:33:43.329Z] a1e51055c1c6: Pushed [2021-01-13T19:33:43.329Z] b5100408354a: Pushed [2021-01-13T19:33:43.329Z] c7e234c254e5: Pushed [2021-01-13T19:33:43.599Z] 36315c332807: Pushed [2021-01-13T19:33:45.563Z] c69ec3546089: Pushed [2021-01-13T19:33:45.833Z] ced48a9704d45a78ce2a225541f5314d2d8a1195: digest: sha256:e984935e0419d114e880d88dbf896698b5071656d8664bd200a385e37e782219 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:46.171Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:46.513Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.33 [2021-01-13T19:33:46.513Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-13T19:33:46.513Z] a1e51055c1c6: Preparing [2021-01-13T19:33:46.513Z] c69ec3546089: Preparing [2021-01-13T19:33:46.513Z] d8f5e2460c16: Preparing [2021-01-13T19:33:46.513Z] b5100408354a: Preparing [2021-01-13T19:33:46.513Z] c7e234c254e5: Preparing [2021-01-13T19:33:46.513Z] 36315c332807: Preparing [2021-01-13T19:33:46.513Z] 36315c332807: Waiting [2021-01-13T19:33:46.513Z] d8f5e2460c16: Layer already exists [2021-01-13T19:33:46.513Z] c7e234c254e5: Layer already exists [2021-01-13T19:33:46.513Z] b5100408354a: Layer already exists [2021-01-13T19:33:46.513Z] c69ec3546089: Layer already exists [2021-01-13T19:33:46.513Z] a1e51055c1c6: Layer already exists [2021-01-13T19:33:46.513Z] 36315c332807: Layer already exists [2021-01-13T19:33:46.783Z] 2.0.0-dev.33: digest: sha256:e984935e0419d114e880d88dbf896698b5071656d8664bd200a385e37e782219 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:47.117Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:47.450Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T19:33:47.450Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-13T19:33:47.450Z] a1e51055c1c6: Preparing [2021-01-13T19:33:47.450Z] c69ec3546089: Preparing [2021-01-13T19:33:47.450Z] d8f5e2460c16: Preparing [2021-01-13T19:33:47.450Z] b5100408354a: Preparing [2021-01-13T19:33:47.450Z] c7e234c254e5: Preparing [2021-01-13T19:33:47.450Z] 36315c332807: Preparing [2021-01-13T19:33:47.450Z] 36315c332807: Waiting [2021-01-13T19:33:47.450Z] d8f5e2460c16: Layer already exists [2021-01-13T19:33:47.450Z] c7e234c254e5: Layer already exists [2021-01-13T19:33:47.450Z] a1e51055c1c6: Layer already exists [2021-01-13T19:33:47.719Z] b5100408354a: Layer already exists [2021-01-13T19:33:47.719Z] c69ec3546089: Layer already exists [2021-01-13T19:33:47.719Z] 36315c332807: Layer already exists [2021-01-13T19:33:47.719Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33: digest: sha256:e984935e0419d114e880d88dbf896698b5071656d8664bd200a385e37e782219 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:48.057Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:48.390Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-01-13T19:33:48.390Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-13T19:33:48.390Z] a1e51055c1c6: Preparing [2021-01-13T19:33:48.390Z] c69ec3546089: Preparing [2021-01-13T19:33:48.390Z] d8f5e2460c16: Preparing [2021-01-13T19:33:48.390Z] b5100408354a: Preparing [2021-01-13T19:33:48.390Z] c7e234c254e5: Preparing [2021-01-13T19:33:48.390Z] 36315c332807: Preparing [2021-01-13T19:33:48.390Z] 36315c332807: Waiting [2021-01-13T19:33:48.390Z] c69ec3546089: Layer already exists [2021-01-13T19:33:48.390Z] d8f5e2460c16: Layer already exists [2021-01-13T19:33:48.390Z] c7e234c254e5: Layer already exists [2021-01-13T19:33:48.390Z] b5100408354a: Layer already exists [2021-01-13T19:33:48.390Z] a1e51055c1c6: Layer already exists [2021-01-13T19:33:48.390Z] 36315c332807: Layer already exists [2021-01-13T19:33:48.662Z] master: digest: sha256:e984935e0419d114e880d88dbf896698b5071656d8664bd200a385e37e782219 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T19:33:48.862Z] ===================================================== [Pipeline] echo [2021-01-13T19:33:48.907Z] taggedImages: [2021-01-13T19:33:48.907Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:33:48.907Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.33 [2021-01-13T19:33:48.907Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T19:33:48.907Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-01-13T19:33:48.979Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-01-13T19:33:48.979Z] ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:33:48.979Z] 2.0.0-dev.33 [2021-01-13T19:33:48.979Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T19:33:48.979Z] master [2021-01-13T19:33:48.979Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:49.489Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:49.822Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:33:49.822Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-13T19:33:49.822Z] dfcce543336a: Preparing [2021-01-13T19:33:49.822Z] 81856373f60c: Preparing [2021-01-13T19:33:49.822Z] d8f5e2460c16: Preparing [2021-01-13T19:33:50.094Z] d8f5e2460c16: Layer already exists [2021-01-13T19:33:50.094Z] dfcce543336a: Pushed [2021-01-13T19:33:52.689Z] 81856373f60c: Pushed [2021-01-13T19:33:52.689Z] ced48a9704d45a78ce2a225541f5314d2d8a1195: digest: sha256:5cad64adb5bd441e7553f725130c07956602549a0f89c863a52a425be3ee577e size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:53.024Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:53.353Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.33 [2021-01-13T19:33:53.354Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-13T19:33:53.354Z] dfcce543336a: Preparing [2021-01-13T19:33:53.354Z] 81856373f60c: Preparing [2021-01-13T19:33:53.354Z] d8f5e2460c16: Preparing [2021-01-13T19:33:53.354Z] d8f5e2460c16: Layer already exists [2021-01-13T19:33:53.354Z] 81856373f60c: Layer already exists [2021-01-13T19:33:53.354Z] dfcce543336a: Layer already exists [2021-01-13T19:33:53.623Z] 2.0.0-dev.33: digest: sha256:5cad64adb5bd441e7553f725130c07956602549a0f89c863a52a425be3ee577e size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:53.956Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:54.287Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T19:33:54.287Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-13T19:33:54.287Z] dfcce543336a: Preparing [2021-01-13T19:33:54.287Z] 81856373f60c: Preparing [2021-01-13T19:33:54.287Z] d8f5e2460c16: Preparing [2021-01-13T19:33:54.287Z] dfcce543336a: Layer already exists [2021-01-13T19:33:54.287Z] d8f5e2460c16: Layer already exists [2021-01-13T19:33:54.287Z] 81856373f60c: Layer already exists [2021-01-13T19:33:54.558Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33: digest: sha256:5cad64adb5bd441e7553f725130c07956602549a0f89c863a52a425be3ee577e size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:54.893Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:55.218Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-01-13T19:33:55.218Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-13T19:33:55.218Z] dfcce543336a: Preparing [2021-01-13T19:33:55.218Z] 81856373f60c: Preparing [2021-01-13T19:33:55.219Z] d8f5e2460c16: Preparing [2021-01-13T19:33:55.219Z] 81856373f60c: Layer already exists [2021-01-13T19:33:55.219Z] d8f5e2460c16: Layer already exists [2021-01-13T19:33:55.219Z] dfcce543336a: Layer already exists [2021-01-13T19:33:55.487Z] master: digest: sha256:5cad64adb5bd441e7553f725130c07956602549a0f89c863a52a425be3ee577e size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T19:33:55.717Z] ===================================================== [Pipeline] echo [2021-01-13T19:33:55.789Z] taggedImages: [2021-01-13T19:33:55.789Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:33:55.789Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.33 [2021-01-13T19:33:55.789Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T19:33:55.789Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-01-13T19:33:55.854Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-01-13T19:33:55.854Z] ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:33:55.854Z] 2.0.0-dev.33 [2021-01-13T19:33:55.854Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T19:33:55.854Z] master [2021-01-13T19:33:55.854Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:56.442Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:33:56.799Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:33:56.799Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-13T19:33:56.799Z] 469cd3de431f: Preparing [2021-01-13T19:33:56.799Z] 3aec84d8b8f2: Preparing [2021-01-13T19:33:56.799Z] 85cd29d9a11c: Preparing [2021-01-13T19:33:56.799Z] 4e3c1d44c179: Preparing [2021-01-13T19:33:56.799Z] e178cf361b2e: Preparing [2021-01-13T19:33:56.799Z] 710eda7c25b5: Preparing [2021-01-13T19:33:56.799Z] 4743871e8cb1: Preparing [2021-01-13T19:33:56.799Z] 9ded3b6bb9b5: Preparing [2021-01-13T19:33:56.799Z] fa1afe8e6ed9: Preparing [2021-01-13T19:33:56.799Z] 87a09b4c083e: Preparing [2021-01-13T19:33:56.799Z] 0f74e9ff2a61: Preparing [2021-01-13T19:33:56.799Z] b122376c33c6: Preparing [2021-01-13T19:33:56.799Z] f8381ed47b22: Preparing [2021-01-13T19:33:56.799Z] e934a737d657: Preparing [2021-01-13T19:33:56.799Z] fa1afe8e6ed9: Waiting [2021-01-13T19:33:56.799Z] 87a09b4c083e: Waiting [2021-01-13T19:33:56.799Z] 0f74e9ff2a61: Waiting [2021-01-13T19:33:56.799Z] b122376c33c6: Waiting [2021-01-13T19:33:56.799Z] f8381ed47b22: Waiting [2021-01-13T19:33:56.799Z] e934a737d657: Waiting [2021-01-13T19:33:56.799Z] 710eda7c25b5: Waiting [2021-01-13T19:33:56.799Z] 4743871e8cb1: Waiting [2021-01-13T19:33:56.799Z] 9ded3b6bb9b5: Waiting [2021-01-13T19:33:57.444Z] e178cf361b2e: Pushed [2021-01-13T19:33:57.444Z] 469cd3de431f: Pushed [2021-01-13T19:33:58.077Z] 4e3c1d44c179: Pushed [2021-01-13T19:33:58.077Z] 4743871e8cb1: Pushed [2021-01-13T19:33:58.349Z] 9ded3b6bb9b5: Layer already exists [2021-01-13T19:33:58.349Z] fa1afe8e6ed9: Layer already exists [2021-01-13T19:33:58.349Z] 87a09b4c083e: Layer already exists [2021-01-13T19:33:58.349Z] 0f74e9ff2a61: Layer already exists [2021-01-13T19:33:58.349Z] b122376c33c6: Layer already exists [2021-01-13T19:33:58.349Z] f8381ed47b22: Layer already exists [2021-01-13T19:33:58.349Z] e934a737d657: Layer already exists [2021-01-13T19:33:59.327Z] 3aec84d8b8f2: Pushed [2021-01-13T19:33:59.917Z] 710eda7c25b5: Pushed [2021-01-13T19:34:10.030Z] 85cd29d9a11c: Pushed [2021-01-13T19:34:10.030Z] ced48a9704d45a78ce2a225541f5314d2d8a1195: digest: sha256:d308a9f21e09a8a5ccc342f60f0fe0b27d28b841b07544415b4bd91922ea3bdc size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:34:10.361Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:34:10.692Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.33 [2021-01-13T19:34:10.692Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-13T19:34:10.692Z] 469cd3de431f: Preparing [2021-01-13T19:34:10.692Z] 3aec84d8b8f2: Preparing [2021-01-13T19:34:10.692Z] 85cd29d9a11c: Preparing [2021-01-13T19:34:10.692Z] 4e3c1d44c179: Preparing [2021-01-13T19:34:10.692Z] e178cf361b2e: Preparing [2021-01-13T19:34:10.692Z] 710eda7c25b5: Preparing [2021-01-13T19:34:10.692Z] 4743871e8cb1: Preparing [2021-01-13T19:34:10.692Z] 9ded3b6bb9b5: Preparing [2021-01-13T19:34:10.692Z] fa1afe8e6ed9: Preparing [2021-01-13T19:34:10.692Z] 87a09b4c083e: Preparing [2021-01-13T19:34:10.692Z] 0f74e9ff2a61: Preparing [2021-01-13T19:34:10.692Z] b122376c33c6: Preparing [2021-01-13T19:34:10.692Z] f8381ed47b22: Preparing [2021-01-13T19:34:10.692Z] e934a737d657: Preparing [2021-01-13T19:34:10.692Z] 710eda7c25b5: Waiting [2021-01-13T19:34:10.692Z] 4743871e8cb1: Waiting [2021-01-13T19:34:10.692Z] 9ded3b6bb9b5: Waiting [2021-01-13T19:34:10.692Z] b122376c33c6: Waiting [2021-01-13T19:34:10.692Z] f8381ed47b22: Waiting [2021-01-13T19:34:10.692Z] e934a737d657: Waiting [2021-01-13T19:34:10.692Z] fa1afe8e6ed9: Waiting [2021-01-13T19:34:10.692Z] 87a09b4c083e: Waiting [2021-01-13T19:34:10.692Z] 0f74e9ff2a61: Waiting [2021-01-13T19:34:10.961Z] e178cf361b2e: Layer already exists [2021-01-13T19:34:10.961Z] 3aec84d8b8f2: Layer already exists [2021-01-13T19:34:10.961Z] 85cd29d9a11c: Layer already exists [2021-01-13T19:34:10.961Z] 469cd3de431f: Layer already exists [2021-01-13T19:34:10.961Z] 4e3c1d44c179: Layer already exists [2021-01-13T19:34:10.961Z] 710eda7c25b5: Layer already exists [2021-01-13T19:34:10.961Z] 4743871e8cb1: Layer already exists [2021-01-13T19:34:10.961Z] 87a09b4c083e: Layer already exists [2021-01-13T19:34:10.961Z] fa1afe8e6ed9: Layer already exists [2021-01-13T19:34:10.961Z] 9ded3b6bb9b5: Layer already exists [2021-01-13T19:34:10.961Z] 0f74e9ff2a61: Layer already exists [2021-01-13T19:34:10.961Z] b122376c33c6: Layer already exists [2021-01-13T19:34:10.961Z] f8381ed47b22: Layer already exists [2021-01-13T19:34:10.961Z] e934a737d657: Layer already exists [2021-01-13T19:34:10.961Z] 2.0.0-dev.33: digest: sha256:d308a9f21e09a8a5ccc342f60f0fe0b27d28b841b07544415b4bd91922ea3bdc size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:34:11.295Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:34:11.630Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T19:34:11.630Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-13T19:34:11.630Z] 469cd3de431f: Preparing [2021-01-13T19:34:11.630Z] 3aec84d8b8f2: Preparing [2021-01-13T19:34:11.630Z] 85cd29d9a11c: Preparing [2021-01-13T19:34:11.630Z] 4e3c1d44c179: Preparing [2021-01-13T19:34:11.630Z] e178cf361b2e: Preparing [2021-01-13T19:34:11.630Z] 710eda7c25b5: Preparing [2021-01-13T19:34:11.630Z] 4743871e8cb1: Preparing [2021-01-13T19:34:11.630Z] 9ded3b6bb9b5: Preparing [2021-01-13T19:34:11.630Z] fa1afe8e6ed9: Preparing [2021-01-13T19:34:11.630Z] 87a09b4c083e: Preparing [2021-01-13T19:34:11.630Z] 0f74e9ff2a61: Preparing [2021-01-13T19:34:11.630Z] b122376c33c6: Preparing [2021-01-13T19:34:11.630Z] f8381ed47b22: Preparing [2021-01-13T19:34:11.630Z] e934a737d657: Preparing [2021-01-13T19:34:11.630Z] 710eda7c25b5: Waiting [2021-01-13T19:34:11.630Z] 4743871e8cb1: Waiting [2021-01-13T19:34:11.630Z] 9ded3b6bb9b5: Waiting [2021-01-13T19:34:11.630Z] fa1afe8e6ed9: Waiting [2021-01-13T19:34:11.630Z] 87a09b4c083e: Waiting [2021-01-13T19:34:11.630Z] 0f74e9ff2a61: Waiting [2021-01-13T19:34:11.630Z] b122376c33c6: Waiting [2021-01-13T19:34:11.630Z] f8381ed47b22: Waiting [2021-01-13T19:34:11.630Z] e934a737d657: Waiting [2021-01-13T19:34:11.900Z] e178cf361b2e: Layer already exists [2021-01-13T19:34:11.900Z] 3aec84d8b8f2: Layer already exists [2021-01-13T19:34:11.900Z] 4e3c1d44c179: Layer already exists [2021-01-13T19:34:11.900Z] 85cd29d9a11c: Layer already exists [2021-01-13T19:34:11.900Z] 469cd3de431f: Layer already exists [2021-01-13T19:34:11.900Z] 9ded3b6bb9b5: Layer already exists [2021-01-13T19:34:11.900Z] 710eda7c25b5: Layer already exists [2021-01-13T19:34:11.900Z] fa1afe8e6ed9: Layer already exists [2021-01-13T19:34:11.900Z] 4743871e8cb1: Layer already exists [2021-01-13T19:34:11.900Z] 87a09b4c083e: Layer already exists [2021-01-13T19:34:11.900Z] 0f74e9ff2a61: Layer already exists [2021-01-13T19:34:11.900Z] b122376c33c6: Layer already exists [2021-01-13T19:34:11.900Z] e934a737d657: Layer already exists [2021-01-13T19:34:11.900Z] f8381ed47b22: Layer already exists [2021-01-13T19:34:11.900Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33: digest: sha256:d308a9f21e09a8a5ccc342f60f0fe0b27d28b841b07544415b4bd91922ea3bdc size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:34:12.244Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:34:12.572Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-01-13T19:34:12.572Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-13T19:34:12.572Z] 469cd3de431f: Preparing [2021-01-13T19:34:12.572Z] 3aec84d8b8f2: Preparing [2021-01-13T19:34:12.572Z] 85cd29d9a11c: Preparing [2021-01-13T19:34:12.572Z] 4e3c1d44c179: Preparing [2021-01-13T19:34:12.572Z] e178cf361b2e: Preparing [2021-01-13T19:34:12.572Z] 710eda7c25b5: Preparing [2021-01-13T19:34:12.572Z] 4743871e8cb1: Preparing [2021-01-13T19:34:12.572Z] 9ded3b6bb9b5: Preparing [2021-01-13T19:34:12.572Z] fa1afe8e6ed9: Preparing [2021-01-13T19:34:12.572Z] 87a09b4c083e: Preparing [2021-01-13T19:34:12.572Z] 0f74e9ff2a61: Preparing [2021-01-13T19:34:12.572Z] b122376c33c6: Preparing [2021-01-13T19:34:12.572Z] f8381ed47b22: Preparing [2021-01-13T19:34:12.572Z] e934a737d657: Preparing [2021-01-13T19:34:12.572Z] 9ded3b6bb9b5: Waiting [2021-01-13T19:34:12.572Z] fa1afe8e6ed9: Waiting [2021-01-13T19:34:12.572Z] 87a09b4c083e: Waiting [2021-01-13T19:34:12.572Z] 0f74e9ff2a61: Waiting [2021-01-13T19:34:12.572Z] b122376c33c6: Waiting [2021-01-13T19:34:12.572Z] f8381ed47b22: Waiting [2021-01-13T19:34:12.572Z] e934a737d657: Waiting [2021-01-13T19:34:12.572Z] 4743871e8cb1: Waiting [2021-01-13T19:34:12.572Z] 710eda7c25b5: Waiting [2021-01-13T19:34:12.842Z] 3aec84d8b8f2: Layer already exists [2021-01-13T19:34:12.842Z] 85cd29d9a11c: Layer already exists [2021-01-13T19:34:12.842Z] e178cf361b2e: Layer already exists [2021-01-13T19:34:12.842Z] 4e3c1d44c179: Layer already exists [2021-01-13T19:34:12.842Z] 469cd3de431f: Layer already exists [2021-01-13T19:34:12.842Z] 710eda7c25b5: Layer already exists [2021-01-13T19:34:12.842Z] fa1afe8e6ed9: Layer already exists [2021-01-13T19:34:12.842Z] 87a09b4c083e: Layer already exists [2021-01-13T19:34:12.842Z] 4743871e8cb1: Layer already exists [2021-01-13T19:34:12.842Z] 9ded3b6bb9b5: Layer already exists [2021-01-13T19:34:12.842Z] b122376c33c6: Layer already exists [2021-01-13T19:34:12.842Z] 0f74e9ff2a61: Layer already exists [2021-01-13T19:34:12.842Z] f8381ed47b22: Layer already exists [2021-01-13T19:34:12.842Z] e934a737d657: Layer already exists [2021-01-13T19:34:12.842Z] master: digest: sha256:d308a9f21e09a8a5ccc342f60f0fe0b27d28b841b07544415b4bd91922ea3bdc size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T19:34:13.035Z] ===================================================== [Pipeline] echo [2021-01-13T19:34:13.079Z] taggedImages: [2021-01-13T19:34:13.079Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T19:34:13.079Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.33 [2021-01-13T19:34:13.079Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T19:34:13.079Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [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-01-13T19:34:14.542Z] provisioning config files... [2021-01-13T19:34:14.554Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/291@tmp/config7583674361556365716tmp [Pipeline] { [Pipeline] sh [2021-01-13T19:34:14.945Z] + set +x [2021-01-13T19:34:14.945Z] + curl -s https://codecov.io/bash [2021-01-13T19:34:14.945Z] + bash -s -- [2021-01-13T19:34:15.525Z] [2021-01-13T19:34:15.525Z] _____ _ [2021-01-13T19:34:15.525Z] / ____| | | [2021-01-13T19:34:15.525Z] | | ___ __| | ___ ___ _____ __ [2021-01-13T19:34:15.525Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-13T19:34:15.525Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-13T19:34:15.525Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-13T19:34:15.525Z] Bash-20201231-23d4836 [2021-01-13T19:34:15.525Z] [2021-01-13T19:34:15.525Z] [2021-01-13T19:34:15.525Z] ==> git version 2.24.3 found [2021-01-13T19:34:15.525Z] ==> 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-01-13T19:34:15.525Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-13T19:34:15.525Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-13T19:34:15.525Z] ==> Jenkins CI detected. [2021-01-13T19:34:15.525Z] project root: . [2021-01-13T19:34:15.525Z] --> token set from env [2021-01-13T19:34:15.525Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-13T19:34:15.525Z] ==> Running gcov in . (disable via -X gcov) [2021-01-13T19:34:15.525Z] ==> Python coveragepy not found [2021-01-13T19:34:15.525Z] ==> Searching for coverage reports in: [2021-01-13T19:34:15.525Z] + . [2021-01-13T19:34:15.525Z] -> Found 1 reports [2021-01-13T19:34:15.525Z] ==> Detecting git/mercurial file structure [2021-01-13T19:34:15.525Z] ==> Reading reports [2021-01-13T19:34:15.525Z] + ./coverage.out bytes=552842 [2021-01-13T19:34:15.525Z] ==> Appending adjustments [2021-01-13T19:34:15.525Z] https://docs.codecov.io/docs/fixing-reports [2021-01-13T19:34:18.837Z] + Found adjustments [2021-01-13T19:34:18.837Z] ==> Gzipping contents [2021-01-13T19:34:18.837Z] 84K /tmp/codecov.V9a1tV.gz [2021-01-13T19:34:18.837Z] ==> Uploading reports [2021-01-13T19:34:18.837Z] url: https://codecov.io [2021-01-13T19:34:18.837Z] query: branch=master&commit=ced48a9704d45a78ce2a225541f5314d2d8a1195&build=291&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F291%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-13T19:34:18.837Z] -> Pinging Codecov [2021-01-13T19:34:18.837Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=master&commit=ced48a9704d45a78ce2a225541f5314d2d8a1195&build=291&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F291%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-13T19:34:19.100Z] -> Uploading to [2021-01-13T19:34:19.100Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-13/00271124DB129430A58F1EEE437C3FCB/ced48a9704d45a78ce2a225541f5314d2d8a1195/6fdb59d0-6b9d-4f59-a217-83e5f135d30f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210113%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210113T193418Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b42a17a1ebddfcf7df7e6530890a2df7c33c14005d18f3b4364c6b8c241922c0 [2021-01-13T19:34:19.100Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T19:34:19.100Z] Dload Upload Total Spent Left Speed [2021-01-13T19:34:19.674Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83599 0 0 100 83599 0 156k --:--:-- --:--:-- --:--:-- 156k [2021-01-13T19:34:19.674Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/ced48a9704d45a78ce2a225541f5314d2d8a1195 [Pipeline] } [2021-01-13T19:34:19.684Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-01-13T19:34:20.521Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-13T19:34:20.609Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:34:20.993Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-13T19:34:20.993Z] [2021-01-13T19:34:20.993Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:34:21.338Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-13T19:34:21.338Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-13T19:34:21.338Z] 188c0c94c7c5: Already exists [2021-01-13T19:34:21.338Z] 0ef7d3d256c8: Already exists [2021-01-13T19:34:21.338Z] de9db76c5a1d: Already exists [2021-01-13T19:34:21.338Z] 0eba1c9be4d2: Pulling fs layer [2021-01-13T19:34:21.338Z] 0d57e429df01: Pulling fs layer [2021-01-13T19:34:21.338Z] 4e4be7b47b0d: Pulling fs layer [2021-01-13T19:34:21.338Z] e1f770b5df2f: Pulling fs layer [2021-01-13T19:34:21.338Z] 85a0685a4137: Pulling fs layer [2021-01-13T19:34:21.338Z] e1f770b5df2f: Waiting [2021-01-13T19:34:21.338Z] 85a0685a4137: Waiting [2021-01-13T19:34:21.338Z] 4e4be7b47b0d: Verifying Checksum [2021-01-13T19:34:21.338Z] 4e4be7b47b0d: Download complete [2021-01-13T19:34:21.338Z] 0d57e429df01: Verifying Checksum [2021-01-13T19:34:21.338Z] 0d57e429df01: Download complete [2021-01-13T19:34:23.895Z] e1f770b5df2f: Verifying Checksum [2021-01-13T19:34:23.895Z] e1f770b5df2f: Download complete [2021-01-13T19:34:25.823Z] 0eba1c9be4d2: Verifying Checksum [2021-01-13T19:34:25.823Z] 0eba1c9be4d2: Download complete [2021-01-13T19:34:25.823Z] 85a0685a4137: Verifying Checksum [2021-01-13T19:34:25.823Z] 85a0685a4137: Download complete [2021-01-13T19:34:31.166Z] 0eba1c9be4d2: Pull complete [2021-01-13T19:34:31.166Z] 0d57e429df01: Pull complete [2021-01-13T19:34:31.166Z] 4e4be7b47b0d: Pull complete [2021-01-13T19:34:33.717Z] e1f770b5df2f: Pull complete [2021-01-13T19:34:43.757Z] 85a0685a4137: Pull complete [2021-01-13T19:34:43.757Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-13T19:34:43.757Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-13T19:34:43.757Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-13T19:34:43.998Z] prd-centos7-docker-4c-2g-20022 does not seem to be running inside a container [2021-01-13T19:34:44.054Z] $ 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/291 -v /w/workspace/edgex-go/291:/w/workspace/edgex-go/291:rw,z -v /w/workspace/edgex-go/291@tmp:/w/workspace/edgex-go/291@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-01-13T19:34:45.251Z] $ docker top f98b5992c2b6751760b25b52bcddf7e9c201244e5dfba1ac1a45b0ae069a940c -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-13T19:34:45.595Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-13T19:34:45.890Z] + set -o pipefail [2021-01-13T19:34:45.890Z] + snyk monitor '--org=edgex-jenkins' [2021-01-13T19:35:18.024Z] [2021-01-13T19:35:18.024Z] Monitoring /w/workspace/edgex-go/291 (github.com/edgexfoundry/edgex-go)... [2021-01-13T19:35:18.024Z] [2021-01-13T19:35:18.024Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/39232bc4-37f0-4399-8eed-978cdf7abe19 [2021-01-13T19:35:18.024Z] [2021-01-13T19:35:18.024Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-13T19:35:18.024Z] [2021-01-13T19:35:18.024Z] [Pipeline] } [2021-01-13T19:35:18.039Z] $ docker stop --time=1 f98b5992c2b6751760b25b52bcddf7e9c201244e5dfba1ac1a45b0ae069a940c [2021-01-13T19:35:21.163Z] $ docker rm -f f98b5992c2b6751760b25b52bcddf7e9c201244e5dfba1ac1a45b0ae069a940c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-01-13T19:35:22.699Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-13T19:35:22.757Z] provisioning config files... [2021-01-13T19:35:22.787Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/291@tmp/config7411843552641879193tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-13T19:35:23.184Z] --> edgex-publish-swagger.sh [2021-01-13T19:35:23.185Z] === Publish openapi/v1 API === [2021-01-13T19:35:23.185Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-01-13T19:35:23.185Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/291/openapi/v1/core-command.yaml] [2021-01-13T19:35:23.185Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T19:35:23.185Z] Dload Upload Total Spent Left Speed [2021-01-13T19:35:23.446Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10217 100 71 100 10146 155 22165 --:--:-- --:--:-- --:--:-- 22250 [2021-01-13T19:35:23.446Z] {"code":400,"message":"API version should have at least 1 characters."} [2021-01-13T19:35:23.446Z] [2021-01-13T19:35:23.446Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/291/openapi/v1/core-data.yaml] [2021-01-13T19:35:23.708Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T19:35:23.708Z] Dload Upload Total Spent Left Speed [2021-01-13T19:35:23.969Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 31567 100 71 100 31496 182 81169 --:--:-- --:--:-- --:--:-- 81175 [2021-01-13T19:35:23.969Z] {"code":400,"message":"API version should have at least 1 characters."} [2021-01-13T19:35:23.969Z] [2021-01-13T19:35:23.969Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/291/openapi/v1/core-metadata.yaml] [2021-01-13T19:35:23.969Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T19:35:23.969Z] Dload Upload Total Spent Left Speed [2021-01-13T19:35:24.575Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71332 100 71 100 71261 171 167k --:--:-- --:--:-- --:--:-- 168k [2021-01-13T19:35:24.576Z] {"code":400,"message":"API version should have at least 1 characters."} [2021-01-13T19:35:24.576Z] [2021-01-13T19:35:24.576Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/291/openapi/v1/support-logging.yaml] [2021-01-13T19:35:24.576Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T19:35:24.576Z] Dload Upload Total Spent Left Speed [2021-01-13T19:35:24.837Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13167 100 71 100 13096 164 30303 --:--:-- --:--:-- --:--:-- 30314 100 13167 100 71 100 13096 164 30291 --:--:-- --:--:-- --:--:-- 30244 [2021-01-13T19:35:24.837Z] {"code":400,"message":"API version should have at least 1 characters."} [2021-01-13T19:35:24.837Z] [2021-01-13T19:35:24.838Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/291/openapi/v1/support-notifications.yaml] [2021-01-13T19:35:24.838Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T19:35:24.838Z] Dload Upload Total Spent Left Speed [2021-01-13T19:35:25.412Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37636 100 71 100 37565 183 97275 --:--:-- --:--:-- --:--:-- 97318 [2021-01-13T19:35:25.413Z] {"code":400,"message":"API version should have at least 1 characters."} [2021-01-13T19:35:25.413Z] [2021-01-13T19:35:25.413Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/291/openapi/v1/support-scheduler.yaml] [2021-01-13T19:35:25.413Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T19:35:25.413Z] Dload Upload Total Spent Left Speed [2021-01-13T19:35:25.675Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13875 100 71 100 13804 188 36600 --:--:-- --:--:-- --:--:-- 36712 [2021-01-13T19:35:25.675Z] {"code":400,"message":"API version should have at least 1 characters."} [2021-01-13T19:35:25.675Z] [2021-01-13T19:35:25.675Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/291/openapi/v1/system-agent.yaml] [2021-01-13T19:35:25.675Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T19:35:25.675Z] Dload Upload Total Spent Left Speed [2021-01-13T19:35:25.937Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4032 100 71 100 3961 189 10589 --:--:-- --:--:-- --:--:-- 10590 [2021-01-13T19:35:25.937Z] {"code":400,"message":"API version should have at least 1 characters."} [2021-01-13T19:35:25.937Z] [2021-01-13T19:35:25.937Z] === Publish openapi/v2 API === [2021-01-13T19:35:25.937Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-01-13T19:35:25.937Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/291/openapi/v2/core-command.yaml] [2021-01-13T19:35:25.937Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T19:35:25.937Z] Dload Upload Total Spent Left Speed [2021-01-13T19:35:26.510Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 28836 100 71 100 28765 151 61466 --:--:-- --:--:-- --:--:-- 61595 [2021-01-13T19:35:26.510Z] {"code":400,"message":"API version should have at least 1 characters."} [2021-01-13T19:35:26.510Z] [2021-01-13T19:35:26.510Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/291/openapi/v2/core-data.yaml] [2021-01-13T19:35:26.510Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T19:35:26.510Z] Dload Upload Total Spent Left Speed [2021-01-13T19:35:27.034Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58849 100 71 100 58778 180 146k --:--:-- --:--:-- --:--:-- 146k [2021-01-13T19:35:27.034Z] {"code":400,"message":"API version should have at least 1 characters."} [2021-01-13T19:35:27.034Z] [2021-01-13T19:35:27.034Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/291/openapi/v2/core-metadata.yaml] [2021-01-13T19:35:27.034Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T19:35:27.034Z] Dload Upload Total Spent Left Speed [2021-01-13T19:35:27.298Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 138k 100 71 100 138k 174 341k --:--:-- --:--:-- --:--:-- 341k [2021-01-13T19:35:27.298Z] {"code":400,"message":"API version should have at least 1 characters."} [2021-01-13T19:35:27.298Z] [2021-01-13T19:35:27.298Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/291/openapi/v2/support-logging.yaml] [2021-01-13T19:35:27.298Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T19:35:27.298Z] Dload Upload Total Spent Left Speed [2021-01-13T19:35:27.871Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23164 100 71 100 23093 190 62094 --:--:-- --:--:-- --:--:-- 62077 100 23164 100 71 100 23093 190 62063 --:--:-- --:--:-- --:--:-- 62077 [2021-01-13T19:35:27.871Z] {"code":400,"message":"API version should have at least 1 characters."} [2021-01-13T19:35:27.871Z] [2021-01-13T19:35:27.871Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/291/openapi/v2/support-notifications.yaml] [2021-01-13T19:35:27.871Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T19:35:27.871Z] Dload Upload Total Spent Left Speed [2021-01-13T19:35:28.133Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 61088 100 71 100 61017 179 150k --:--:-- --:--:-- --:--:-- 150k [2021-01-13T19:35:28.133Z] {"code":400,"message":"API version should have at least 1 characters."} [2021-01-13T19:35:28.133Z] [2021-01-13T19:35:28.133Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/291/openapi/v2/support-scheduler.yaml] [2021-01-13T19:35:28.133Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T19:35:28.133Z] Dload Upload Total Spent Left Speed [2021-01-13T19:35:28.706Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 45031 100 71 100 44960 145 92297 --:--:-- --:--:-- --:--:-- 92510 [2021-01-13T19:35:28.706Z] {"code":400,"message":"API version should have at least 1 characters."} [2021-01-13T19:35:28.706Z] [2021-01-13T19:35:28.706Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/291/openapi/v2/system-agent.yaml] [2021-01-13T19:35:28.706Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T19:35:28.706Z] Dload Upload Total Spent Left Speed [2021-01-13T19:35:28.968Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23167 100 71 100 23096 183 59842 --:--:-- --:--:-- --:--:-- 59834 [2021-01-13T19:35:28.968Z] {"code":400,"message":"API version should have at least 1 characters."} [2021-01-13T19:35:28.968Z] [Pipeline] } [2021-01-13T19:35:28.977Z] 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-01-13T19:35:29.902Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-13T19:35:29.903Z] . [Pipeline] withDockerContainer [2021-01-13T19:35:30.011Z] prd-centos7-docker-4c-2g-20022 does not seem to be running inside a container [2021-01-13T19:35:30.057Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/291 -v /w/workspace/edgex-go/291:/w/workspace/edgex-go/291:rw,z -v /w/workspace/edgex-go/291@tmp:/w/workspace/edgex-go/291@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-13T19:35:31.025Z] $ docker top 3cfa2e1251b1e3df62d794fd4d099bd19c308a3b388835a00bedb44ce3cb2ba9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-13T19:35:31.332Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-13T19:35:31.332Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-13T19:35:31.586Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-13T19:35:31.590Z] $ docker exec 3cfa2e1251b1e3df62d794fd4d099bd19c308a3b388835a00bedb44ce3cb2ba9 ssh-agent [2021-01-13T19:35:31.781Z] SSH_AUTH_SOCK=/tmp/ssh-I8KMKYAX7lLI/agent.12 [2021-01-13T19:35:31.781Z] SSH_AGENT_PID=17 [2021-01-13T19:35:31.789Z] Running ssh-add (command line suppressed) [2021-01-13T19:35:31.932Z] Identity added: /w/workspace/edgex-go/291@tmp/private_key_7182171226152104641.key (/w/workspace/edgex-go/291@tmp/private_key_7182171226152104641.key) [2021-01-13T19:35:31.992Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-13T19:35:32.320Z] + git semver tag [2021-01-13T19:35:32.584Z] # -> Open(): unable to determine branch for HEAD [2021-01-13T19:35:32.584Z] # $GIT_DIR = /w/workspace/edgex-go/291/.git [2021-01-13T19:35:32.584Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/291 [2021-01-13T19:35:32.584Z] # $SEMVER_REMOTE_NAME = origin [2021-01-13T19:35:32.584Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-13T19:35:32.584Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-13T19:35:32.584Z] # $SEMVER_BRANCH = master [2021-01-13T19:35:32.584Z] # $SEMVER_DIR = /w/workspace/edgex-go/291/.semver [2021-01-13T19:35:32.584Z] # ced48a9704d45a78ce2a225541f5314d2d8a1195 HEAD [2021-01-13T19:35:33.160Z] # -> Force: false [2021-01-13T19:35:33.160Z] # a5a022fe9b91ce82477034ba0721f5a2f83b16be refs/tags/v2.0.0-dev.33 [Pipeline] } [2021-01-13T19:35:33.173Z] $ docker exec --env ******** --env ******** 3cfa2e1251b1e3df62d794fd4d099bd19c308a3b388835a00bedb44ce3cb2ba9 ssh-agent -k [2021-01-13T19:35:33.352Z] unset SSH_AUTH_SOCK; [2021-01-13T19:35:33.352Z] unset SSH_AGENT_PID; [2021-01-13T19:35:33.352Z] echo Agent pid 17 killed; [2021-01-13T19:35:33.438Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-13T19:35:33.920Z] + git semver [Pipeline] } [2021-01-13T19:35:33.936Z] $ docker stop --time=1 3cfa2e1251b1e3df62d794fd4d099bd19c308a3b388835a00bedb44ce3cb2ba9 [2021-01-13T19:35:35.326Z] $ docker rm -f 3cfa2e1251b1e3df62d794fd4d099bd19c308a3b388835a00bedb44ce3cb2ba9 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:35:35.954Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-13T19:35:35.954Z] [2021-01-13T19:35:35.954Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:35:36.314Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-13T19:35:36.314Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-13T19:35:36.314Z] ab5ef0e58194: Pulling fs layer [2021-01-13T19:35:36.314Z] 9712f1f96733: Pulling fs layer [2021-01-13T19:35:36.314Z] 63f879dbbcfc: Pulling fs layer [2021-01-13T19:35:36.314Z] 0d9ebad4ef96: Pulling fs layer [2021-01-13T19:35:36.314Z] e9a5061849ea: Pulling fs layer [2021-01-13T19:35:36.314Z] d747dcd14b5f: Pulling fs layer [2021-01-13T19:35:36.314Z] 2de7ff778b66: Pulling fs layer [2021-01-13T19:35:36.314Z] d747dcd14b5f: Waiting [2021-01-13T19:35:36.314Z] 2de7ff778b66: Waiting [2021-01-13T19:35:36.314Z] e9a5061849ea: Waiting [2021-01-13T19:35:36.314Z] 9712f1f96733: Verifying Checksum [2021-01-13T19:35:36.314Z] 9712f1f96733: Download complete [2021-01-13T19:35:38.246Z] 63f879dbbcfc: Verifying Checksum [2021-01-13T19:35:38.246Z] 63f879dbbcfc: Download complete [2021-01-13T19:35:38.508Z] e9a5061849ea: Verifying Checksum [2021-01-13T19:35:38.508Z] e9a5061849ea: Download complete [2021-01-13T19:35:38.508Z] d747dcd14b5f: Verifying Checksum [2021-01-13T19:35:38.508Z] d747dcd14b5f: Download complete [2021-01-13T19:35:39.096Z] 2de7ff778b66: Verifying Checksum [2021-01-13T19:35:39.096Z] 2de7ff778b66: Download complete [2021-01-13T19:35:39.096Z] ab5ef0e58194: Verifying Checksum [2021-01-13T19:35:39.096Z] ab5ef0e58194: Download complete [2021-01-13T19:35:39.363Z] 0d9ebad4ef96: Verifying Checksum [2021-01-13T19:35:39.363Z] 0d9ebad4ef96: Download complete [2021-01-13T19:35:43.595Z] ab5ef0e58194: Pull complete [2021-01-13T19:35:43.595Z] 9712f1f96733: Pull complete [2021-01-13T19:35:46.150Z] 63f879dbbcfc: Pull complete [2021-01-13T19:35:52.769Z] 0d9ebad4ef96: Pull complete [2021-01-13T19:35:54.691Z] e9a5061849ea: Pull complete [2021-01-13T19:35:55.267Z] d747dcd14b5f: Pull complete [2021-01-13T19:35:59.495Z] 2de7ff778b66: Pull complete [2021-01-13T19:35:59.495Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-13T19:35:59.495Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-13T19:35:59.495Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-13T19:35:59.701Z] prd-centos7-docker-4c-2g-20022 does not seem to be running inside a container [2021-01-13T19:35:59.751Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/291 -v /w/workspace/edgex-go/291:/w/workspace/edgex-go/291:rw,z -v /w/workspace/edgex-go/291@tmp:/w/workspace/edgex-go/291@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-01-13T19:36:02.424Z] $ docker top 99151e2fb752b982821fe599cee2a57bdca49edb23ab111dfddf013726482431 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-13T19:36:02.703Z] provisioning config files... [2021-01-13T19:36:02.713Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/291@tmp/config5712240000991780983tmp [2021-01-13T19:36:02.729Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/291@tmp/config5861203132714377042tmp [2021-01-13T19:36:02.749Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/291@tmp/config8637942136958579614tmp [Pipeline] { [Pipeline] echo [2021-01-13T19:36:02.806Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-13T19:36:03.106Z] ---> sigul-configuration.sh [2021-01-13T19:36:03.107Z] gpg: directory `/root/.gnupg' created [2021-01-13T19:36:03.107Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-13T19:36:03.107Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-13T19:36:03.107Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-13T19:36:03.107Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-13T19:36:03.107Z] gpg: CAST5 encrypted data [2021-01-13T19:36:03.369Z] gpg: encrypted with 1 passphrase [2021-01-13T19:36:03.369Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-13T19:36:03.665Z] + mkdir /home/jenkins [2021-01-13T19:36:03.666Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-13T19:36:03.965Z] + 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-01-13T19:36:03.976Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-13T19:36:04.272Z] ---> sigul-install.sh [2021-01-13T19:36:09.623Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-13T19:36:09.922Z] + git tag --list [2021-01-13T19:36:09.922Z] 0.6.0 [2021-01-13T19:36:09.922Z] 0.6.1 [2021-01-13T19:36:09.922Z] 0.7.0 [2021-01-13T19:36:09.922Z] 0.7.1 [2021-01-13T19:36:09.922Z] v1.0.0 [2021-01-13T19:36:09.922Z] v1.0.1 [2021-01-13T19:36:09.922Z] v1.1.0 [2021-01-13T19:36:09.922Z] v1.2.0 [2021-01-13T19:36:09.922Z] v1.2.1 [2021-01-13T19:36:09.922Z] v1.2.2-dev.1 [2021-01-13T19:36:09.922Z] v1.2.2-dev.10 [2021-01-13T19:36:09.922Z] v1.2.2-dev.100 [2021-01-13T19:36:09.922Z] v1.2.2-dev.101 [2021-01-13T19:36:09.922Z] v1.2.2-dev.102 [2021-01-13T19:36:09.922Z] v1.2.2-dev.103 [2021-01-13T19:36:09.922Z] v1.2.2-dev.104 [2021-01-13T19:36:09.922Z] v1.2.2-dev.105 [2021-01-13T19:36:09.922Z] v1.2.2-dev.106 [2021-01-13T19:36:09.922Z] v1.2.2-dev.107 [2021-01-13T19:36:09.922Z] v1.2.2-dev.11 [2021-01-13T19:36:09.922Z] v1.2.2-dev.12 [2021-01-13T19:36:09.922Z] v1.2.2-dev.13 [2021-01-13T19:36:09.922Z] v1.2.2-dev.14 [2021-01-13T19:36:09.922Z] v1.2.2-dev.15 [2021-01-13T19:36:09.922Z] v1.2.2-dev.16 [2021-01-13T19:36:09.922Z] v1.2.2-dev.17 [2021-01-13T19:36:09.922Z] v1.2.2-dev.18 [2021-01-13T19:36:09.922Z] v1.2.2-dev.19 [2021-01-13T19:36:09.922Z] v1.2.2-dev.2 [2021-01-13T19:36:09.922Z] v1.2.2-dev.20 [2021-01-13T19:36:09.922Z] v1.2.2-dev.21 [2021-01-13T19:36:09.922Z] v1.2.2-dev.22 [2021-01-13T19:36:09.922Z] v1.2.2-dev.23 [2021-01-13T19:36:09.922Z] v1.2.2-dev.24 [2021-01-13T19:36:09.922Z] v1.2.2-dev.25 [2021-01-13T19:36:09.922Z] v1.2.2-dev.26 [2021-01-13T19:36:09.922Z] v1.2.2-dev.27 [2021-01-13T19:36:09.922Z] v1.2.2-dev.28 [2021-01-13T19:36:09.922Z] v1.2.2-dev.29 [2021-01-13T19:36:09.922Z] v1.2.2-dev.3 [2021-01-13T19:36:09.922Z] v1.2.2-dev.30 [2021-01-13T19:36:09.922Z] v1.2.2-dev.31 [2021-01-13T19:36:09.922Z] v1.2.2-dev.32 [2021-01-13T19:36:09.922Z] v1.2.2-dev.33 [2021-01-13T19:36:09.922Z] v1.2.2-dev.34 [2021-01-13T19:36:09.922Z] v1.2.2-dev.35 [2021-01-13T19:36:09.922Z] v1.2.2-dev.36 [2021-01-13T19:36:09.922Z] v1.2.2-dev.37 [2021-01-13T19:36:09.922Z] v1.2.2-dev.38 [2021-01-13T19:36:09.922Z] v1.2.2-dev.39 [2021-01-13T19:36:09.922Z] v1.2.2-dev.4 [2021-01-13T19:36:09.922Z] v1.2.2-dev.40 [2021-01-13T19:36:09.922Z] v1.2.2-dev.41 [2021-01-13T19:36:09.922Z] v1.2.2-dev.42 [2021-01-13T19:36:09.922Z] v1.2.2-dev.43 [2021-01-13T19:36:09.922Z] v1.2.2-dev.44 [2021-01-13T19:36:09.922Z] v1.2.2-dev.45 [2021-01-13T19:36:09.922Z] v1.2.2-dev.46 [2021-01-13T19:36:09.922Z] v1.2.2-dev.47 [2021-01-13T19:36:09.922Z] v1.2.2-dev.48 [2021-01-13T19:36:09.922Z] v1.2.2-dev.49 [2021-01-13T19:36:09.922Z] v1.2.2-dev.5 [2021-01-13T19:36:09.922Z] v1.2.2-dev.50 [2021-01-13T19:36:09.922Z] v1.2.2-dev.51 [2021-01-13T19:36:09.922Z] v1.2.2-dev.52 [2021-01-13T19:36:09.922Z] v1.2.2-dev.53 [2021-01-13T19:36:09.922Z] v1.2.2-dev.54 [2021-01-13T19:36:09.922Z] v1.2.2-dev.55 [2021-01-13T19:36:09.922Z] v1.2.2-dev.56 [2021-01-13T19:36:09.922Z] v1.2.2-dev.57 [2021-01-13T19:36:09.922Z] v1.2.2-dev.58 [2021-01-13T19:36:09.922Z] v1.2.2-dev.59 [2021-01-13T19:36:09.922Z] v1.2.2-dev.6 [2021-01-13T19:36:09.922Z] v1.2.2-dev.60 [2021-01-13T19:36:09.922Z] v1.2.2-dev.61 [2021-01-13T19:36:09.922Z] v1.2.2-dev.62 [2021-01-13T19:36:09.922Z] v1.2.2-dev.63 [2021-01-13T19:36:09.922Z] v1.2.2-dev.64 [2021-01-13T19:36:09.922Z] v1.2.2-dev.65 [2021-01-13T19:36:09.922Z] v1.2.2-dev.66 [2021-01-13T19:36:09.922Z] v1.2.2-dev.67 [2021-01-13T19:36:09.922Z] v1.2.2-dev.68 [2021-01-13T19:36:09.922Z] v1.2.2-dev.69 [2021-01-13T19:36:09.922Z] v1.2.2-dev.7 [2021-01-13T19:36:09.922Z] v1.2.2-dev.70 [2021-01-13T19:36:09.922Z] v1.2.2-dev.71 [2021-01-13T19:36:09.922Z] v1.2.2-dev.72 [2021-01-13T19:36:09.922Z] v1.2.2-dev.73 [2021-01-13T19:36:09.922Z] v1.2.2-dev.74 [2021-01-13T19:36:09.922Z] v1.2.2-dev.75 [2021-01-13T19:36:09.922Z] v1.2.2-dev.76 [2021-01-13T19:36:09.922Z] v1.2.2-dev.77 [2021-01-13T19:36:09.922Z] v1.2.2-dev.78 [2021-01-13T19:36:09.922Z] v1.2.2-dev.79 [2021-01-13T19:36:09.922Z] v1.2.2-dev.8 [2021-01-13T19:36:09.922Z] v1.2.2-dev.80 [2021-01-13T19:36:09.922Z] v1.2.2-dev.81 [2021-01-13T19:36:09.922Z] v1.2.2-dev.82 [2021-01-13T19:36:09.922Z] v1.2.2-dev.83 [2021-01-13T19:36:09.922Z] v1.2.2-dev.84 [2021-01-13T19:36:09.922Z] v1.2.2-dev.85 [2021-01-13T19:36:09.922Z] v1.2.2-dev.86 [2021-01-13T19:36:09.922Z] v1.2.2-dev.87 [2021-01-13T19:36:09.922Z] v1.2.2-dev.88 [2021-01-13T19:36:09.922Z] v1.2.2-dev.89 [2021-01-13T19:36:09.922Z] v1.2.2-dev.9 [2021-01-13T19:36:09.922Z] v1.2.2-dev.90 [2021-01-13T19:36:09.922Z] v1.2.2-dev.91 [2021-01-13T19:36:09.922Z] v1.2.2-dev.92 [2021-01-13T19:36:09.922Z] v1.2.2-dev.93 [2021-01-13T19:36:09.922Z] v1.2.2-dev.94 [2021-01-13T19:36:09.922Z] v1.2.2-dev.95 [2021-01-13T19:36:09.922Z] v1.2.2-dev.96 [2021-01-13T19:36:09.922Z] v1.2.2-dev.97 [2021-01-13T19:36:09.922Z] v1.2.2-dev.98 [2021-01-13T19:36:09.922Z] v1.2.2-dev.99 [2021-01-13T19:36:09.922Z] v1.3.0 [2021-01-13T19:36:09.922Z] v1.3.1-dev.1 [2021-01-13T19:36:09.922Z] v1.3.1-dev.10 [2021-01-13T19:36:09.922Z] v1.3.1-dev.11 [2021-01-13T19:36:09.922Z] v1.3.1-dev.12 [2021-01-13T19:36:09.922Z] v1.3.1-dev.13 [2021-01-13T19:36:09.922Z] v1.3.1-dev.14 [2021-01-13T19:36:09.922Z] v1.3.1-dev.15 [2021-01-13T19:36:09.922Z] v1.3.1-dev.16 [2021-01-13T19:36:09.922Z] v1.3.1-dev.17 [2021-01-13T19:36:09.922Z] v1.3.1-dev.18 [2021-01-13T19:36:09.922Z] v1.3.1-dev.2 [2021-01-13T19:36:09.922Z] v1.3.1-dev.3 [2021-01-13T19:36:09.922Z] v1.3.1-dev.4 [2021-01-13T19:36:09.922Z] v1.3.1-dev.5 [2021-01-13T19:36:09.922Z] v1.3.1-dev.6 [2021-01-13T19:36:09.922Z] v1.3.1-dev.7 [2021-01-13T19:36:09.922Z] v1.3.1-dev.8 [2021-01-13T19:36:09.922Z] v1.3.1-dev.9 [2021-01-13T19:36:09.922Z] v2.0.0-dev.1 [2021-01-13T19:36:09.922Z] v2.0.0-dev.10 [2021-01-13T19:36:09.922Z] v2.0.0-dev.11 [2021-01-13T19:36:09.922Z] v2.0.0-dev.12 [2021-01-13T19:36:09.922Z] v2.0.0-dev.13 [2021-01-13T19:36:09.922Z] v2.0.0-dev.14 [2021-01-13T19:36:09.922Z] v2.0.0-dev.15 [2021-01-13T19:36:09.922Z] v2.0.0-dev.16 [2021-01-13T19:36:09.922Z] v2.0.0-dev.17 [2021-01-13T19:36:09.922Z] v2.0.0-dev.18 [2021-01-13T19:36:09.922Z] v2.0.0-dev.19 [2021-01-13T19:36:09.922Z] v2.0.0-dev.2 [2021-01-13T19:36:09.922Z] v2.0.0-dev.20 [2021-01-13T19:36:09.922Z] v2.0.0-dev.21 [2021-01-13T19:36:09.922Z] v2.0.0-dev.22 [2021-01-13T19:36:09.922Z] v2.0.0-dev.23 [2021-01-13T19:36:09.922Z] v2.0.0-dev.24 [2021-01-13T19:36:09.922Z] v2.0.0-dev.25 [2021-01-13T19:36:09.922Z] v2.0.0-dev.26 [2021-01-13T19:36:09.922Z] v2.0.0-dev.27 [2021-01-13T19:36:09.922Z] v2.0.0-dev.28 [2021-01-13T19:36:09.922Z] v2.0.0-dev.29 [2021-01-13T19:36:09.922Z] v2.0.0-dev.3 [2021-01-13T19:36:09.922Z] v2.0.0-dev.30 [2021-01-13T19:36:09.922Z] v2.0.0-dev.31 [2021-01-13T19:36:09.922Z] v2.0.0-dev.32 [2021-01-13T19:36:09.922Z] v2.0.0-dev.33 [2021-01-13T19:36:09.922Z] v2.0.0-dev.4 [2021-01-13T19:36:09.922Z] v2.0.0-dev.5 [2021-01-13T19:36:09.922Z] v2.0.0-dev.6 [2021-01-13T19:36:09.922Z] v2.0.0-dev.7 [2021-01-13T19:36:09.922Z] v2.0.0-dev.8 [2021-01-13T19:36:09.922Z] v2.0.0-dev.9 [Pipeline] sh [2021-01-13T19:36:10.223Z] + lftools sign git-tag v2.0.0-dev.33 [2021-01-13T19:36:11.609Z] Signing Git tag with Sigul... [2021-01-13T19:36:11.609Z] Signing v2.0.0-dev.33 [Pipeline] echo [2021-01-13T19:36:12.563Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-13T19:36:12.859Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-13T19:36:12.869Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-13T19:36:12.979Z] $ docker stop --time=1 99151e2fb752b982821fe599cee2a57bdca49edb23ab111dfddf013726482431 [2021-01-13T19:36:15.053Z] $ docker rm -f 99151e2fb752b982821fe599cee2a57bdca49edb23ab111dfddf013726482431 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:36:15.893Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-13T19:36:15.893Z] . [Pipeline] withDockerContainer [2021-01-13T19:36:15.995Z] prd-centos7-docker-4c-2g-20022 does not seem to be running inside a container [2021-01-13T19:36:16.045Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/291 -v /w/workspace/edgex-go/291:/w/workspace/edgex-go/291:rw,z -v /w/workspace/edgex-go/291@tmp:/w/workspace/edgex-go/291@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-13T19:36:17.166Z] $ docker top 4c75c201516dc7d5e75e08073845ea5029a44811e80d3f2dbf3d2aac31db50b5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-13T19:36:17.506Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-13T19:36:17.506Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-13T19:36:17.744Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-13T19:36:17.747Z] $ docker exec 4c75c201516dc7d5e75e08073845ea5029a44811e80d3f2dbf3d2aac31db50b5 ssh-agent [2021-01-13T19:36:17.933Z] SSH_AUTH_SOCK=/tmp/ssh-cOiUkoq9vqfY/agent.11 [2021-01-13T19:36:17.933Z] SSH_AGENT_PID=16 [2021-01-13T19:36:17.941Z] Running ssh-add (command line suppressed) [2021-01-13T19:36:18.073Z] Identity added: /w/workspace/edgex-go/291@tmp/private_key_6000977230213149688.key (/w/workspace/edgex-go/291@tmp/private_key_6000977230213149688.key) [2021-01-13T19:36:18.136Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-13T19:36:18.476Z] + git semver bump pre [2021-01-13T19:36:18.476Z] # -> Open(): unable to determine branch for HEAD [2021-01-13T19:36:18.476Z] # $GIT_DIR = /w/workspace/edgex-go/291/.git [2021-01-13T19:36:18.476Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/291 [2021-01-13T19:36:18.476Z] # $SEMVER_REMOTE_NAME = origin [2021-01-13T19:36:18.476Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-13T19:36:18.476Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-13T19:36:18.476Z] # $SEMVER_BRANCH = master [2021-01-13T19:36:18.476Z] # $SEMVER_DIR = /w/workspace/edgex-go/291/.semver [2021-01-13T19:36:18.476Z] 2.0.0-dev.34 [Pipeline] } [2021-01-13T19:36:18.488Z] $ docker exec --env ******** --env ******** 4c75c201516dc7d5e75e08073845ea5029a44811e80d3f2dbf3d2aac31db50b5 ssh-agent -k [2021-01-13T19:36:18.617Z] unset SSH_AUTH_SOCK; [2021-01-13T19:36:18.617Z] unset SSH_AGENT_PID; [2021-01-13T19:36:18.617Z] echo Agent pid 16 killed; [2021-01-13T19:36:18.676Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-13T19:36:19.151Z] + git semver [Pipeline] } [2021-01-13T19:36:19.167Z] $ docker stop --time=1 4c75c201516dc7d5e75e08073845ea5029a44811e80d3f2dbf3d2aac31db50b5 [2021-01-13T19:36:20.570Z] $ docker rm -f 4c75c201516dc7d5e75e08073845ea5029a44811e80d3f2dbf3d2aac31db50b5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:36:21.107Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-13T19:36:21.108Z] . [Pipeline] withDockerContainer [2021-01-13T19:36:21.208Z] prd-centos7-docker-4c-2g-20022 does not seem to be running inside a container [2021-01-13T19:36:21.254Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/291 -v /w/workspace/edgex-go/291:/w/workspace/edgex-go/291:rw,z -v /w/workspace/edgex-go/291@tmp:/w/workspace/edgex-go/291@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-13T19:36:21.914Z] $ docker top 6c02acd123abadf7ac594f23c6a8a9a24f365162acf53a04a8f2926d7676e644 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-13T19:36:22.218Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-13T19:36:22.218Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-13T19:36:22.410Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-13T19:36:22.414Z] $ docker exec 6c02acd123abadf7ac594f23c6a8a9a24f365162acf53a04a8f2926d7676e644 ssh-agent [2021-01-13T19:36:22.602Z] SSH_AUTH_SOCK=/tmp/ssh-ea9zZAhC7lEW/agent.12 [2021-01-13T19:36:22.602Z] SSH_AGENT_PID=17 [2021-01-13T19:36:22.609Z] Running ssh-add (command line suppressed) [2021-01-13T19:36:22.736Z] Identity added: /w/workspace/edgex-go/291@tmp/private_key_3598542662459306125.key (/w/workspace/edgex-go/291@tmp/private_key_3598542662459306125.key) [2021-01-13T19:36:22.796Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-13T19:36:23.134Z] + git semver push [2021-01-13T19:36:23.134Z] # -> Open(): unable to determine branch for HEAD [2021-01-13T19:36:23.134Z] # $GIT_DIR = /w/workspace/edgex-go/291/.git [2021-01-13T19:36:23.134Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/291 [2021-01-13T19:36:23.134Z] # $SEMVER_REMOTE_NAME = origin [2021-01-13T19:36:23.134Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-13T19:36:23.134Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-13T19:36:23.134Z] # $SEMVER_BRANCH = master [2021-01-13T19:36:23.134Z] # $SEMVER_DIR = /w/workspace/edgex-go/291/.semver [Pipeline] } [2021-01-13T19:36:33.163Z] $ docker exec --env ******** --env ******** 6c02acd123abadf7ac594f23c6a8a9a24f365162acf53a04a8f2926d7676e644 ssh-agent -k [2021-01-13T19:36:33.312Z] unset SSH_AUTH_SOCK; [2021-01-13T19:36:33.312Z] unset SSH_AGENT_PID; [2021-01-13T19:36:33.312Z] echo Agent pid 17 killed; [2021-01-13T19:36:33.375Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-13T19:36:33.958Z] + git semver [Pipeline] } [2021-01-13T19:36:33.974Z] $ docker stop --time=1 6c02acd123abadf7ac594f23c6a8a9a24f365162acf53a04a8f2926d7676e644 [2021-01-13T19:36:35.358Z] $ docker rm -f 6c02acd123abadf7ac594f23c6a8a9a24f365162acf53a04a8f2926d7676e644 [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-01-13T19:36:36.681Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-13T19:36:37.651Z] ---> package-listing.sh [2021-01-13T19:36:37.651Z] ++ facter osfamily [2021-01-13T19:36:37.651Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-13T19:36:37.651Z] + OS_FAMILY=redhat [2021-01-13T19:36:37.651Z] + workspace=/w/workspace/edgex-go/291 [2021-01-13T19:36:37.651Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-13T19:36:37.651Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-13T19:36:37.651Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-13T19:36:37.651Z] + PACKAGES=/tmp/packages_start.txt [2021-01-13T19:36:37.651Z] + '[' /w/workspace/edgex-go/291 ']' [2021-01-13T19:36:37.651Z] + PACKAGES=/tmp/packages_end.txt [2021-01-13T19:36:37.651Z] + case "${OS_FAMILY}" in [2021-01-13T19:36:37.651Z] + rpm -qa [2021-01-13T19:36:37.651Z] + sort [2021-01-13T19:36:42.958Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-13T19:36:42.958Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-13T19:36:42.958Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-13T19:36:42.958Z] + '[' /w/workspace/edgex-go/291 ']' [2021-01-13T19:36:42.958Z] + mkdir -p /w/workspace/edgex-go/291/archives/ [2021-01-13T19:36:42.958Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/291/archives/ [Pipeline] echo [2021-01-13T19:36:42.972Z] 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/291/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-13T19:36:43.268Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:36:43.574Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-13T19:36:43.574Z] [2021-01-13T19:36:43.574Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:36:43.922Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-13T19:36:43.922Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-13T19:36:43.922Z] df20fa9351a1: Pulling fs layer [2021-01-13T19:36:43.922Z] 36b3adc4ff6f: Pulling fs layer [2021-01-13T19:36:43.922Z] 8ad3a11d3b57: Pulling fs layer [2021-01-13T19:36:43.922Z] 46f8f816bc3b: Pulling fs layer [2021-01-13T19:36:43.922Z] 93b61091891f: Pulling fs layer [2021-01-13T19:36:43.922Z] 93b9cdb0e59b: Pulling fs layer [2021-01-13T19:36:43.922Z] 5e14af77c1be: Pulling fs layer [2021-01-13T19:36:43.922Z] 01666e4c0597: Pulling fs layer [2021-01-13T19:36:43.922Z] aa168da1d23b: Pulling fs layer [2021-01-13T19:36:43.922Z] 5e14af77c1be: Waiting [2021-01-13T19:36:43.922Z] 01666e4c0597: Waiting [2021-01-13T19:36:43.922Z] aa168da1d23b: Waiting [2021-01-13T19:36:43.922Z] 93b61091891f: Waiting [2021-01-13T19:36:43.922Z] 93b9cdb0e59b: Waiting [2021-01-13T19:36:43.922Z] 36b3adc4ff6f: Verifying Checksum [2021-01-13T19:36:43.922Z] 36b3adc4ff6f: Download complete [2021-01-13T19:36:43.922Z] 46f8f816bc3b: Verifying Checksum [2021-01-13T19:36:43.922Z] 46f8f816bc3b: Download complete [2021-01-13T19:36:44.185Z] df20fa9351a1: Download complete [2021-01-13T19:36:44.185Z] 93b9cdb0e59b: Verifying Checksum [2021-01-13T19:36:44.185Z] 93b9cdb0e59b: Download complete [2021-01-13T19:36:44.185Z] 93b61091891f: Verifying Checksum [2021-01-13T19:36:44.185Z] 93b61091891f: Download complete [2021-01-13T19:36:44.185Z] 5e14af77c1be: Verifying Checksum [2021-01-13T19:36:44.185Z] 5e14af77c1be: Download complete [2021-01-13T19:36:44.185Z] 01666e4c0597: Verifying Checksum [2021-01-13T19:36:44.185Z] 01666e4c0597: Download complete [2021-01-13T19:36:44.446Z] df20fa9351a1: Pull complete [2021-01-13T19:36:44.712Z] 36b3adc4ff6f: Pull complete [2021-01-13T19:36:44.979Z] 8ad3a11d3b57: Verifying Checksum [2021-01-13T19:36:44.979Z] 8ad3a11d3b57: Download complete [2021-01-13T19:36:46.369Z] 8ad3a11d3b57: Pull complete [2021-01-13T19:36:46.631Z] aa168da1d23b: Verifying Checksum [2021-01-13T19:36:46.631Z] aa168da1d23b: Download complete [2021-01-13T19:36:47.212Z] 46f8f816bc3b: Pull complete [2021-01-13T19:36:47.477Z] 93b61091891f: Pull complete [2021-01-13T19:36:47.739Z] 93b9cdb0e59b: Pull complete [2021-01-13T19:36:48.001Z] 5e14af77c1be: Pull complete [2021-01-13T19:36:48.001Z] 01666e4c0597: Pull complete [2021-01-13T19:36:56.173Z] aa168da1d23b: Pull complete [2021-01-13T19:36:56.173Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-13T19:36:56.173Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-13T19:36:56.173Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-13T19:36:56.391Z] prd-centos7-docker-4c-2g-20022 does not seem to be running inside a container [2021-01-13T19:36:56.439Z] $ 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/291/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/291 -v /w/workspace/edgex-go/291:/w/workspace/edgex-go/291:rw,z -v /w/workspace/edgex-go/291@tmp:/w/workspace/edgex-go/291@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-13T19:36:59.435Z] $ docker top 8dbba9af689dd2aea105d43482ca634a491ebb1539350eee0d23eab0774b8889 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-13T19:36:59.975Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-13T19:37:00.281Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-13T19:37:00.578Z] + ls /var/log/sa-host [2021-01-13T19:37:00.578Z] + sadf -c /var/log/sa-host/sa13 [2021-01-13T19:37:00.578Z] file_magic: OK [2021-01-13T19:37:00.578Z] HZ: Using current value: 100 [2021-01-13T19:37:00.578Z] file_header: OK [2021-01-13T19:37:00.578Z] 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-01-13T19:37:00.578Z] Statistics: [2021-01-13T19:37:00.578Z] 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... [2021-01-13T19:37:00.578Z] File successfully converted to sysstat format version 12.2.1 [2021-01-13T19:37:00.578Z] + sadf -c /var/log/sa-host/sa23 [2021-01-13T19:37:00.578Z] file_magic: OK [2021-01-13T19:37:00.578Z] HZ: Using current value: 100 [2021-01-13T19:37:00.578Z] file_header: OK [2021-01-13T19:37:00.578Z] 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-01-13T19:37:00.578Z] Statistics: [2021-01-13T19:37:00.578Z] Hnuu...uuuununununu... [2021-01-13T19:37:00.578Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-13T19:37:01.161Z] provisioning config files... [2021-01-13T19:37:01.175Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/291@tmp/config5123388806520807705tmp [Pipeline] { [Pipeline] echo [2021-01-13T19:37:01.270Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-13T19:37:01.565Z] ---> create-netrc.sh [Pipeline] } [2021-01-13T19:37:01.576Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-13T19:37:01.673Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-13T19:37:01.974Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-13T19:37:01.985Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-13T19:37:02.282Z] ---> sudo-logs.sh [2021-01-13T19:37:02.283Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-13T19:37:02.293Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-13T19:37:02.589Z] ---> job-cost.sh [2021-01-13T19:37:02.589Z] lf-activate-venv: SKIPPING [2021-01-13T19:37:02.589Z] INFO: No Stack... [2021-01-13T19:37:03.533Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-13T19:37:04.107Z] INFO: Archiving Costs [Pipeline] echo [2021-01-13T19:37:04.120Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-13T19:37:04.420Z] ---> logs-deploy.sh [2021-01-13T19:37:04.420Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/291 [2021-01-13T19:37:04.420Z] INFO: archiving workspace using pattern(s): [2021-01-13T19:37:05.808Z] Archives upload complete. [2021-01-13T19:37:06.069Z] INFO: archiving logs to Nexus [2021-01-13T19:37:07.016Z] ---> uname -a: [2021-01-13T19:37:07.016Z] Linux prd-centos7-docker-4c-2g-20022.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-01-13T19:37:07.016Z] [2021-01-13T19:37:07.016Z] [2021-01-13T19:37:07.016Z] ---> lscpu: [2021-01-13T19:37:07.016Z] Architecture: x86_64 [2021-01-13T19:37:07.016Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-13T19:37:07.016Z] Byte Order: Little Endian [2021-01-13T19:37:07.016Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-13T19:37:07.016Z] CPU(s): 4 [2021-01-13T19:37:07.016Z] On-line CPU(s) list: 0-3 [2021-01-13T19:37:07.016Z] Thread(s) per core: 1 [2021-01-13T19:37:07.016Z] Core(s) per socket: 1 [2021-01-13T19:37:07.016Z] Socket(s): 4 [2021-01-13T19:37:07.016Z] NUMA node(s): 1 [2021-01-13T19:37:07.016Z] Vendor ID: GenuineIntel [2021-01-13T19:37:07.016Z] CPU family: 6 [2021-01-13T19:37:07.016Z] Model: 44 [2021-01-13T19:37:07.016Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-13T19:37:07.016Z] Stepping: 1 [2021-01-13T19:37:07.016Z] CPU MHz: 2933.438 [2021-01-13T19:37:07.016Z] BogoMIPS: 5866.87 [2021-01-13T19:37:07.016Z] Virtualization: VT-x [2021-01-13T19:37:07.016Z] Hypervisor vendor: KVM [2021-01-13T19:37:07.016Z] Virtualization type: full [2021-01-13T19:37:07.016Z] L1d cache: 128 KiB [2021-01-13T19:37:07.016Z] L1i cache: 128 KiB [2021-01-13T19:37:07.016Z] L2 cache: 16 MiB [2021-01-13T19:37:07.016Z] L3 cache: 64 MiB [2021-01-13T19:37:07.016Z] NUMA node0 CPU(s): 0-3 [2021-01-13T19:37:07.016Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-13T19:37:07.016Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-13T19:37:07.016Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-13T19:37:07.016Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-13T19:37:07.016Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-13T19:37:07.016Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-13T19:37:07.016Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-13T19:37:07.016Z] Vulnerability Srbds: Not affected [2021-01-13T19:37:07.016Z] Vulnerability Tsx async abort: Not affected [2021-01-13T19:37:07.016Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-01-13T19:37:07.016Z] [2021-01-13T19:37:07.016Z] [2021-01-13T19:37:07.016Z] ---> nproc: [2021-01-13T19:37:07.016Z] 4 [2021-01-13T19:37:07.016Z] [2021-01-13T19:37:07.016Z] [2021-01-13T19:37:07.016Z] ---> df -h: [2021-01-13T19:37:07.016Z] Filesystem Size Used Available Use% Mounted on [2021-01-13T19:37:07.016Z] overlay 50.0G 12.9G 37.1G 26% / [2021-01-13T19:37:07.016Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-13T19:37:07.016Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-13T19:37:07.016Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-13T19:37:07.016Z] /dev/vda1 50.0G 12.9G 37.1G 26% /facter-os [2021-01-13T19:37:07.016Z] /dev/vda1 50.0G 12.9G 37.1G 26% /etc/resolv.conf [2021-01-13T19:37:07.016Z] /dev/vda1 50.0G 12.9G 37.1G 26% /etc/hostname [2021-01-13T19:37:07.016Z] /dev/vda1 50.0G 12.9G 37.1G 26% /etc/hosts [2021-01-13T19:37:07.016Z] /dev/vda1 50.0G 12.9G 37.1G 26% /run/cloud-init/result.json [2021-01-13T19:37:07.016Z] /dev/vda1 50.0G 12.9G 37.1G 26% /var/log/sa-host [2021-01-13T19:37:07.016Z] /dev/vda1 50.0G 12.9G 37.1G 26% /var/log/secure [2021-01-13T19:37:07.016Z] /dev/vda1 50.0G 12.9G 37.1G 26% /var/log/auth.log [2021-01-13T19:37:07.016Z] /dev/vda1 50.0G 12.9G 37.1G 26% /w/workspace/edgex-go/291 [2021-01-13T19:37:07.016Z] /dev/vda1 50.0G 12.9G 37.1G 26% /w/workspace/edgex-go/291@tmp [2021-01-13T19:37:07.016Z] [2021-01-13T19:37:07.016Z] [2021-01-13T19:37:07.016Z] ---> free -m: [2021-01-13T19:37:07.016Z] total used free shared buff/cache available [2021-01-13T19:37:07.016Z] Mem: 1837 785 158 0 893 989 [2021-01-13T19:37:07.016Z] Swap: 1023 49 974 [2021-01-13T19:37:07.016Z] [2021-01-13T19:37:07.016Z] [2021-01-13T19:37:07.016Z] ---> ip addr: [2021-01-13T19:37:07.016Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-13T19:37:07.016Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-13T19:37:07.016Z] inet 127.0.0.1/8 scope host lo [2021-01-13T19:37:07.016Z] valid_lft forever preferred_lft forever [2021-01-13T19:37:07.016Z] inet6 ::1/128 scope host [2021-01-13T19:37:07.016Z] valid_lft forever preferred_lft forever [2021-01-13T19:37:07.016Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-13T19:37:07.016Z] link/ether fa:16:3e:c3:b1:23 brd ff:ff:ff:ff:ff:ff [2021-01-13T19:37:07.016Z] inet 10.30.122.220/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-13T19:37:07.016Z] valid_lft 85392sec preferred_lft 85392sec [2021-01-13T19:37:07.016Z] inet6 fe80::f816:3eff:fec3:b123/64 scope link [2021-01-13T19:37:07.016Z] valid_lft forever preferred_lft forever [2021-01-13T19:37:07.016Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-13T19:37:07.016Z] link/ether 02:42:98:f5:5b:cd brd ff:ff:ff:ff:ff:ff [2021-01-13T19:37:07.016Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-13T19:37:07.016Z] valid_lft forever preferred_lft forever [2021-01-13T19:37:07.016Z] inet6 fe80::42:98ff:fef5:5bcd/64 scope link [2021-01-13T19:37:07.016Z] valid_lft forever preferred_lft forever [2021-01-13T19:37:07.016Z] [2021-01-13T19:37:07.016Z] [2021-01-13T19:37:07.016Z] ---> sar -b -r -n DEV: [2021-01-13T19:37:07.016Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/13/21 _x86_64_ (4 CPU) [2021-01-13T19:37:07.017Z] [2021-01-13T19:37:07.017Z] 19:20:08 LINUX RESTART (4 CPU) [2021-01-13T19:37:07.017Z] [2021-01-13T19:37:07.017Z] 19:21:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-13T19:37:07.017Z] 19:22:02 219.60 103.64 115.96 0.00 10048.54 46305.00 0.00 [2021-01-13T19:37:07.017Z] 19:23:01 244.30 95.94 148.36 0.00 4083.90 21436.15 0.00 [2021-01-13T19:37:07.017Z] 19:24:01 173.15 82.49 90.66 0.00 4115.05 9429.83 0.00 [2021-01-13T19:37:07.017Z] 19:25:01 210.80 50.89 159.91 0.00 14998.64 91491.19 0.00 [2021-01-13T19:37:07.017Z] 19:26:02 2886.37 2530.72 355.65 0.00 202186.97 212750.93 0.00 [2021-01-13T19:37:07.017Z] 19:27:02 762.62 516.46 246.16 0.00 47161.98 66075.20 0.00 [2021-01-13T19:37:07.017Z] 19:28:01 2157.20 1788.16 369.04 0.00 134437.22 141050.80 0.00 [2021-01-13T19:37:07.017Z] 19:29:02 195.81 34.18 161.63 0.00 5311.68 14754.91 0.00 [2021-01-13T19:37:07.017Z] 19:30:01 30.22 22.59 7.64 0.00 2279.31 159.08 0.00 [2021-01-13T19:37:07.017Z] 19:31:01 0.92 0.50 0.42 0.00 17.45 7.33 0.00 [2021-01-13T19:37:07.017Z] 19:32:01 1.47 1.23 0.23 0.00 94.57 2.96 0.00 [2021-01-13T19:37:07.017Z] 19:33:01 0.28 0.00 0.28 0.00 0.00 3.45 0.00 [2021-01-13T19:37:07.017Z] 19:34:01 0.23 0.00 0.23 0.00 0.00 3.26 0.00 [2021-01-13T19:37:07.017Z] 19:35:01 230.97 126.84 104.13 0.00 7223.56 32988.88 0.00 [2021-01-13T19:37:07.017Z] 19:36:01 229.61 74.20 155.41 0.00 5257.26 32415.13 0.00 [2021-01-13T19:37:07.017Z] Average: 492.66 364.69 127.97 0.00 29382.29 44857.01 0.00 [2021-01-13T19:37:07.017Z] [2021-01-13T19:37:07.017Z] 19:21:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-13T19:37:07.017Z] 19:22:02 173060 0 688392 36.59 1868 1018224 1327948 45.32 543548 928552 0 [2021-01-13T19:37:07.017Z] 19:23:01 65616 0 916980 48.74 1220 897728 1680972 57.37 729820 812460 37044 [2021-01-13T19:37:07.017Z] 19:24:01 88276 0 879688 46.75 896 912684 1528620 52.17 688228 813264 58352 [2021-01-13T19:37:07.017Z] 19:25:01 64740 0 698864 37.14 196 1117744 1270260 43.35 733572 849736 87896 [2021-01-13T19:37:07.017Z] 19:26:02 72612 0 841800 44.74 0 967132 2366144 80.75 775220 811656 35964 [2021-01-13T19:37:07.017Z] 19:27:02 73632 0 747720 39.74 0 1060192 1978864 67.54 680256 879716 28448 [2021-01-13T19:37:07.017Z] 19:28:01 184208 0 892988 47.46 0 804348 2221720 75.82 741240 699124 412 [2021-01-13T19:37:07.017Z] 19:29:02 353268 0 677544 36.01 0 850732 1427728 48.73 578492 707016 32 [2021-01-13T19:37:07.017Z] 19:30:01 315532 0 648064 34.44 0 917948 1225928 41.84 587936 737440 16 [2021-01-13T19:37:07.017Z] 19:31:01 320404 0 642720 34.16 0 918420 1195600 40.80 583472 737856 12 [2021-01-13T19:37:07.017Z] 19:32:01 317820 0 642488 34.15 0 921236 1195564 40.80 583308 740680 12 [2021-01-13T19:37:07.017Z] 19:33:01 318356 0 641924 34.12 0 921264 1195528 40.80 583164 740696 24 [2021-01-13T19:37:07.017Z] 19:34:01 318424 0 641848 34.11 0 921272 1195596 40.80 583272 740696 20 [2021-01-13T19:37:07.017Z] 19:35:01 79684 0 755080 40.13 0 1046780 1456452 49.71 632680 886608 48 [2021-01-13T19:37:07.017Z] 19:36:01 177172 0 765004 40.66 0 939368 1385312 47.28 467884 896724 12 [2021-01-13T19:37:07.017Z] Average: 194854 0 738740 39.26 279 947671 1510149 51.54 632806 798815 16553 [2021-01-13T19:37:07.017Z] [2021-01-13T19:37:07.017Z] 19:21:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-13T19:37:07.017Z] 19:22:02 eth0 1112.67 1140.21 5839.59 134.28 0.00 0.00 0.00 0.00 [2021-01-13T19:37:07.017Z] 19:22:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-13T19:37:07.017Z] 19:22:02 docker0 840.23 757.53 68.91 2668.45 0.00 0.00 0.00 0.00 [2021-01-13T19:37:07.017Z] 19:23:01 veth7bfacf8 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-13T19:37:07.017Z] 19:23:01 eth0 228.13 169.32 875.74 26.33 0.00 0.00 0.00 0.00 [2021-01-13T19:37:07.017Z] 19:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-13T19:37:07.017Z] 19:23:01 docker0 146.92 188.72 10.91 840.66 0.00 0.00 0.00 0.00 [2021-01-13T19:37:07.017Z] 19:24:01 veth7bfacf8 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-13T19:37:07.017Z] 19:24:01 eth0 41.86 27.68 28.28 72.89 0.00 0.00 0.00 0.00 [2021-01-13T19:37:07.017Z] 19:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-13T19:37:07.017Z] 19:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-13T19:37:07.017Z] 19:25:01 eth0 217.54 181.72 1700.00 85.10 0.00 0.00 0.00 0.00 [2021-01-13T19:37:07.017Z] 19:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-13T19:37:07.017Z] 19:25:01 vethda68d9a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-13T19:37:07.017Z] 19:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-13T19:37:07.017Z] 19:26:02 eth0 41.16 22.59 158.80 9.18 0.00 0.00 0.00 0.00 [2021-01-13T19:37:07.017Z] 19:26:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-13T19:37:07.017Z] 19:26:02 vethda68d9a 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-13T19:37:07.017Z] 19:26:02 docker0 12.62 22.33 0.74 143.23 0.00 0.00 0.00 0.00 [2021-01-13T19:37:07.017Z] 19:27:02 veth2bc2571 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-13T19:37:07.017Z] 19:27:02 eth0 137.77 109.07 1373.41 17.48 0.00 0.00 0.00 0.00 [2021-01-13T19:37:07.017Z] 19:27:02 vethdf7179c 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-13T19:37:07.017Z] 19:27:02 vethccb1b86 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-13T19:37:07.017Z] 19:28:01 veth42e30a6 1.23 1.70 0.14 5.24 0.00 0.00 0.00 0.00 [2021-01-13T19:37:07.017Z] 19:28:01 veth2abdbdb 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-13T19:37:07.017Z] 19:28:01 eth0 107.11 67.55 418.05 84.75 0.00 0.00 0.00 0.00 [2021-01-13T19:37:07.017Z] 19:28:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-13T19:37:07.017Z] 19:29:02 eth0 270.35 236.24 219.43 715.44 0.00 0.00 0.00 0.00 [2021-01-13T19:37:07.017Z] 19:29:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-13T19:37:07.017Z] 19:29:02 docker0 1041.41 1043.13 83.28 4196.53 0.00 0.00 0.00 0.00 [2021-01-13T19:37:07.017Z] 19:30:01 eth0 217.73 198.53 86.46 872.69 0.00 0.00 0.00 0.00 [2021-01-13T19:37:07.017Z] 19:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-13T19:37:07.017Z] 19:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-13T19:37:07.017Z] 19:31:01 eth0 0.23 0.20 0.08 0.07 0.00 0.00 0.00 0.00 [2021-01-13T19:37:07.017Z] 19:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-13T19:37:07.017Z] 19:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-13T19:37:07.017Z] 19:32:01 eth0 0.20 0.17 0.07 0.01 0.00 0.00 0.00 0.00 [2021-01-13T19:37:07.017Z] 19:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-13T19:37:07.017Z] 19:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-13T19:37:07.017Z] 19:33:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-13T19:37:07.017Z] 19:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-13T19:37:07.017Z] 19:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-13T19:37:07.017Z] 19:34:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-13T19:37:07.017Z] 19:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-13T19:37:07.017Z] 19:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-13T19:37:07.017Z] 19:35:01 eth0 401.41 352.65 4036.46 35.03 0.00 0.00 0.00 0.00 [2021-01-13T19:37:07.017Z] 19:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-13T19:37:07.017Z] 19:35:01 veth569aaf2 3.13 4.61 0.66 2.03 0.00 0.00 0.00 0.00 [2021-01-13T19:37:07.017Z] 19:35:01 docker0 3.13 4.48 0.61 2.02 0.00 0.00 0.00 0.00 [2021-01-13T19:37:07.017Z] 19:36:01 eth0 436.43 385.95 3434.46 91.96 0.00 0.00 0.00 0.00 [2021-01-13T19:37:07.017Z] 19:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-13T19:37:07.017Z] 19:36:01 docker0 22.74 24.97 1.79 212.87 0.00 0.00 0.00 0.00 [2021-01-13T19:37:07.017Z] Average: eth0 214.13 192.81 1212.55 142.24 0.00 0.00 0.00 0.00 [2021-01-13T19:37:07.017Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-13T19:37:07.017Z] Average: docker0 71.30 71.65 5.72 294.70 0.00 0.00 0.00 0.00 [2021-01-13T19:37:07.017Z] [2021-01-13T19:37:07.017Z] [2021-01-13T19:37:07.017Z] ---> sar -P ALL: [2021-01-13T19:37:07.017Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/13/21 _x86_64_ (4 CPU) [2021-01-13T19:37:07.017Z] [2021-01-13T19:37:07.017Z] 19:20:08 LINUX RESTART (4 CPU) [2021-01-13T19:37:07.017Z] [2021-01-13T19:37:07.017Z] 19:21:01 CPU %user %nice %system %iowait %steal %idle [2021-01-13T19:37:07.017Z] 19:22:02 all 16.58 0.00 9.51 1.73 0.11 72.06 [2021-01-13T19:37:07.017Z] 19:22:02 0 19.64 0.00 10.79 0.66 0.09 68.84 [2021-01-13T19:37:07.017Z] 19:22:02 1 14.97 0.00 9.31 2.70 0.10 72.91 [2021-01-13T19:37:07.017Z] 19:22:02 2 15.46 0.00 7.93 1.88 0.10 74.63 [2021-01-13T19:37:07.017Z] 19:22:02 3 16.29 0.00 10.04 1.68 0.14 71.85 [2021-01-13T19:37:07.017Z] 19:23:01 all 24.30 0.00 9.05 7.11 0.10 59.43 [2021-01-13T19:37:07.017Z] 19:23:01 0 27.21 0.00 9.59 4.85 0.12 58.23 [2021-01-13T19:37:07.017Z] 19:23:01 1 23.03 0.00 8.96 8.47 0.09 59.45 [2021-01-13T19:37:07.017Z] 19:23:01 2 22.49 0.00 8.96 7.48 0.10 60.97 [2021-01-13T19:37:07.017Z] 19:23:01 3 24.47 0.00 8.71 7.66 0.10 59.06 [2021-01-13T19:37:07.017Z] 19:24:01 all 59.72 0.00 16.72 4.11 0.10 19.36 [2021-01-13T19:37:07.017Z] 19:24:01 0 61.37 0.00 16.83 3.37 0.09 18.33 [2021-01-13T19:37:07.017Z] 19:24:01 1 59.46 0.00 15.73 2.80 0.14 21.86 [2021-01-13T19:37:07.017Z] 19:24:01 2 59.34 0.00 16.81 4.72 0.10 19.02 [2021-01-13T19:37:07.017Z] 19:24:01 3 58.70 0.00 17.49 5.51 0.05 18.24 [2021-01-13T19:37:07.017Z] 19:25:01 all 22.18 0.00 13.64 6.93 0.13 57.11 [2021-01-13T19:37:07.017Z] 19:25:01 0 24.57 0.00 13.42 6.55 0.10 55.36 [2021-01-13T19:37:07.017Z] 19:25:01 1 20.10 0.00 12.95 6.29 0.12 60.54 [2021-01-13T19:37:07.017Z] 19:25:01 2 21.34 0.00 13.61 9.26 0.15 55.64 [2021-01-13T19:37:07.017Z] 19:25:01 3 22.73 0.00 14.60 5.62 0.15 56.90 [2021-01-13T19:37:07.017Z] 19:26:02 all 24.50 0.00 31.82 21.47 0.23 21.98 [2021-01-13T19:37:07.017Z] 19:26:02 0 23.71 0.00 32.10 20.83 0.26 23.10 [2021-01-13T19:37:07.017Z] 19:26:02 1 22.94 0.00 31.82 23.75 0.26 21.23 [2021-01-13T19:37:07.017Z] 19:26:02 2 26.55 0.00 31.84 21.57 0.21 19.83 [2021-01-13T19:37:07.017Z] 19:26:02 3 24.78 0.00 31.53 19.73 0.19 23.77 [2021-01-13T19:37:07.017Z] 19:27:02 all 48.86 0.00 18.77 14.33 0.10 17.93 [2021-01-13T19:37:07.017Z] 19:27:02 0 49.71 0.00 18.84 13.75 0.10 17.60 [2021-01-13T19:37:07.017Z] 19:27:02 1 48.60 0.00 18.23 15.49 0.10 17.57 [2021-01-13T19:37:07.017Z] 19:27:02 2 48.78 0.00 19.14 11.82 0.11 20.15 [2021-01-13T19:37:07.017Z] 19:27:02 3 48.36 0.00 18.87 16.23 0.09 16.46 [2021-01-13T19:37:07.017Z] 19:28:01 all 45.65 0.00 25.68 18.69 0.17 9.82 [2021-01-13T19:37:07.017Z] 19:28:01 0 45.56 0.00 26.45 17.86 0.16 9.97 [2021-01-13T19:37:07.017Z] 19:28:01 1 44.21 0.00 25.64 19.66 0.18 10.31 [2021-01-13T19:37:07.017Z] 19:28:01 2 46.10 0.00 25.61 19.30 0.18 8.81 [2021-01-13T19:37:07.017Z] 19:28:01 3 46.73 0.00 25.03 17.92 0.16 10.17 [2021-01-13T19:37:07.017Z] 19:29:02 all 18.70 0.00 8.67 12.06 0.12 60.46 [2021-01-13T19:37:07.017Z] 19:29:02 0 19.65 0.00 8.42 11.88 0.12 59.94 [2021-01-13T19:37:07.017Z] 19:29:02 1 19.32 0.00 9.21 11.07 0.14 60.27 [2021-01-13T19:37:07.017Z] 19:29:02 2 18.01 0.00 8.34 15.02 0.10 58.53 [2021-01-13T19:37:07.017Z] 19:29:02 3 17.82 0.00 8.73 10.27 0.10 63.08 [2021-01-13T19:37:07.017Z] 19:30:01 all 4.73 0.00 1.63 0.52 0.07 93.06 [2021-01-13T19:37:07.017Z] 19:30:01 0 4.79 0.00 1.83 0.55 0.12 92.71 [2021-01-13T19:37:07.017Z] 19:30:01 1 4.69 0.00 1.69 0.63 0.05 92.93 [2021-01-13T19:37:07.017Z] 19:30:01 2 4.82 0.00 1.52 0.48 0.05 93.13 [2021-01-13T19:37:07.017Z] 19:30:01 3 4.60 0.00 1.49 0.41 0.05 93.45 [2021-01-13T19:37:07.017Z] 19:31:01 all 0.17 0.00 0.03 0.00 0.00 99.80 [2021-01-13T19:37:07.017Z] 19:31:01 0 0.53 0.00 0.02 0.00 0.00 99.45 [2021-01-13T19:37:07.017Z] 19:31:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-13T19:37:07.017Z] 19:31:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2021-01-13T19:37:07.017Z] 19:31:01 3 0.07 0.00 0.05 0.00 0.00 99.88 [2021-01-13T19:37:07.017Z] 19:32:01 all 0.19 0.00 0.12 0.00 0.00 99.70 [2021-01-13T19:37:07.017Z] 19:32:01 0 0.55 0.00 0.10 0.00 0.00 99.35 [2021-01-13T19:37:07.017Z] 19:32:01 1 0.08 0.00 0.12 0.00 0.00 99.80 [2021-01-13T19:37:07.017Z] 19:32:01 2 0.05 0.00 0.12 0.00 0.00 99.83 [2021-01-13T19:37:07.017Z] 19:32:01 3 0.07 0.00 0.13 0.00 0.00 99.80 [2021-01-13T19:37:07.017Z] [2021-01-13T19:37:07.017Z] 19:32:01 CPU %user %nice %system %iowait %steal %idle [2021-01-13T19:37:07.017Z] 19:33:01 all 0.17 0.00 0.07 0.00 0.01 99.75 [2021-01-13T19:37:07.017Z] 19:33:01 0 0.52 0.00 0.02 0.00 0.00 99.47 [2021-01-13T19:37:07.017Z] 19:33:01 1 0.05 0.00 0.12 0.00 0.02 99.82 [2021-01-13T19:37:07.017Z] 19:33:01 2 0.03 0.00 0.10 0.00 0.00 99.87 [2021-01-13T19:37:07.017Z] 19:33:01 3 0.07 0.00 0.07 0.00 0.02 99.85 [2021-01-13T19:37:07.017Z] 19:34:01 all 0.21 0.00 0.08 0.00 0.00 99.71 [2021-01-13T19:37:07.017Z] 19:34:01 0 0.37 0.00 0.08 0.00 0.02 99.53 [2021-01-13T19:37:07.017Z] 19:34:01 1 0.05 0.00 0.07 0.00 0.00 99.88 [2021-01-13T19:37:07.017Z] 19:34:01 2 0.23 0.00 0.08 0.00 0.00 99.68 [2021-01-13T19:37:07.018Z] 19:34:01 3 0.18 0.00 0.08 0.00 0.00 99.73 [2021-01-13T19:37:07.018Z] 19:35:01 all 8.81 0.00 6.88 2.30 0.08 81.93 [2021-01-13T19:37:07.018Z] 19:35:01 0 9.09 0.00 6.99 0.85 0.05 83.01 [2021-01-13T19:37:07.018Z] 19:35:01 1 8.72 0.00 7.65 3.75 0.08 79.79 [2021-01-13T19:37:07.018Z] 19:35:01 2 8.64 0.00 6.33 1.71 0.12 83.20 [2021-01-13T19:37:07.018Z] 19:35:01 3 8.81 0.00 6.55 2.87 0.07 81.70 [2021-01-13T19:37:07.018Z] 19:36:01 all 10.62 0.00 9.28 3.98 0.12 76.00 [2021-01-13T19:37:07.018Z] 19:36:01 0 10.61 0.00 10.01 3.19 0.10 76.08 [2021-01-13T19:37:07.018Z] 19:36:01 1 10.34 0.00 10.03 4.56 0.12 74.95 [2021-01-13T19:37:07.018Z] 19:36:01 2 10.24 0.00 8.43 4.54 0.12 76.67 [2021-01-13T19:37:07.018Z] 19:36:01 3 11.29 0.00 8.65 3.62 0.14 76.30 [2021-01-13T19:37:07.018Z] Average: all 18.74 0.00 9.98 6.12 0.09 65.07 [2021-01-13T19:37:07.018Z] Average: 0 19.59 0.00 10.22 5.54 0.09 64.56 [2021-01-13T19:37:07.018Z] Average: 1 18.18 0.00 9.97 6.52 0.09 65.24 [2021-01-13T19:37:07.018Z] Average: 2 18.49 0.00 9.77 6.42 0.09 65.23 [2021-01-13T19:37:07.018Z] Average: 3 18.70 0.00 9.97 5.99 0.08 65.25 [2021-01-13T19:37:07.018Z] [2021-01-13T19:37:07.018Z] [2021-01-13T19:37:07.018Z]