Push event to branch hanoi Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 9a6eedb96835a64d2bad9fe97e001e25d5234329 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-23776 in /w/workspace/edgexfoundry_edgex-go_hanoi [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # 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/hanoi:refs/remotes/origin/hanoi # timeout=10 Checking out Revision 9a6eedb96835a64d2bad9fe97e001e25d5234329 (hanoi) > git config core.sparsecheckout # timeout=10 > git checkout -f 9a6eedb96835a64d2bad9fe97e001e25d5234329 # timeout=10 Commit message: "fix: Upgrade to go-mod-messaging with ZMQ fix for Hanoi (#3084)" > git rev-list --no-walk 82d8907018ab8cb9f1ec85c1c043836e064d42f9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-28T16:19:12.326Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-28T16:19:12.608Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-28T16:19:12.709Z] ========================================================= [2021-01-28T16:19:12.709Z] EdgeX Global Pipelines Version Info [2021-01-28T16:19:12.709Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-28T16:19:14.290Z] ------------------- [2021-01-28T16:19:14.290Z] stable info: [2021-01-28T16:19:14.290Z] ------------------- [2021-01-28T16:19:14.290Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-28T16:19:14.290Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-28T16:19:14.290Z] Message: update stable to v1.0.179 [2021-01-28T16:19:15.244Z] ------------------- [2021-01-28T16:19:15.244Z] experimental info: [2021-01-28T16:19:15.244Z] ------------------- [2021-01-28T16:19:15.244Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-28T16:19:15.244Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-28T16:19:15.244Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-28T16:19:15.538Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-28T16:19:15.644Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-28T16:19:15.751Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-28T16:19:15.858Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-28T16:19:15.960Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-28T16:19:16.099Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-28T16:19:16.207Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-28T16:19:16.335Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-28T16:19:16.446Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-28T16:19:16.797Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-28T16:19:16.902Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-28T16:19:17.009Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-28T16:19:17.153Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-28T16:19:17.247Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-28T16:19:17.350Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-28T16:19:17.449Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-28T16:19:17.559Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-28T16:19:17.668Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-28T16:19:17.758Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-28T16:19:17.845Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-28T16:19:17.932Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-28T16:19:18.018Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-28T16:19:18.106Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-28T16:19:18.198Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = hanoi [Pipeline] echo [2021-01-28T16:19:18.285Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = hanoi [Pipeline] echo [2021-01-28T16:19:18.377Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = hanoi [Pipeline] echo [2021-01-28T16:19:18.465Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9a6eedb96835a64d2bad9fe97e001e25d5234329 [Pipeline] echo [2021-01-28T16:19:18.567Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9a6eedb [Pipeline] echo [2021-01-28T16:19:18.657Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-28T16:19:18.825Z] provisioning config files... [2021-01-28T16:19:18.857Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config8840646675422081098tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T16:19:19.215Z] ---> docker-login.sh [2021-01-28T16:19:19.215Z] nexus3.edgexfoundry.org:10001 [2021-01-28T16:19:19.477Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T16:19:19.739Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T16:19:19.739Z] Configure a credential helper to remove this warning. See [2021-01-28T16:19:19.739Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T16:19:19.739Z] [2021-01-28T16:19:19.739Z] Login Succeeded [2021-01-28T16:19:19.739Z] nexus3.edgexfoundry.org:10002 [2021-01-28T16:19:19.739Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T16:19:19.739Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T16:19:19.739Z] Configure a credential helper to remove this warning. See [2021-01-28T16:19:19.739Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T16:19:19.739Z] [2021-01-28T16:19:19.739Z] Login Succeeded [2021-01-28T16:19:19.739Z] nexus3.edgexfoundry.org:10003 [2021-01-28T16:19:20.004Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T16:19:20.004Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T16:19:20.004Z] Configure a credential helper to remove this warning. See [2021-01-28T16:19:20.004Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T16:19:20.004Z] [2021-01-28T16:19:20.004Z] Login Succeeded [2021-01-28T16:19:20.004Z] nexus3.edgexfoundry.org:10004 [2021-01-28T16:19:20.004Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T16:19:20.267Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T16:19:20.267Z] Configure a credential helper to remove this warning. See [2021-01-28T16:19:20.267Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T16:19:20.267Z] [2021-01-28T16:19:20.267Z] Login Succeeded [2021-01-28T16:19:20.267Z] docker.io [2021-01-28T16:19:20.267Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T16:19:20.530Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T16:19:20.531Z] Configure a credential helper to remove this warning. See [2021-01-28T16:19:20.531Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T16:19:20.531Z] [2021-01-28T16:19:20.531Z] Login Succeeded [2021-01-28T16:19:20.531Z] ---> docker-login.sh ends [Pipeline] } [2021-01-28T16:19:20.540Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-28T16:19:21.065Z] ++ 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-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-28T16:19:21.065Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T16:19:21.065Z] ++ dirname cmd/core-command/Dockerfile [2021-01-28T16:19:21.065Z] ++ cut -d/ -f2 [2021-01-28T16:19:21.065Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-28T16:19:21.065Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T16:19:21.065Z] ++ dirname cmd/core-data/Dockerfile [2021-01-28T16:19:21.065Z] ++ cut -d/ -f2 [2021-01-28T16:19:21.065Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-28T16:19:21.065Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T16:19:21.065Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-28T16:19:21.065Z] ++ cut -d/ -f2 [2021-01-28T16:19:21.065Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-28T16:19:21.065Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T16:19:21.065Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-28T16:19:21.065Z] ++ cut -d/ -f2 [2021-01-28T16:19:21.065Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-28T16:19:21.065Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T16:19:21.065Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-28T16:19:21.065Z] ++ cut -d/ -f2 [2021-01-28T16:19:21.065Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-28T16:19:21.065Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T16:19:21.065Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2021-01-28T16:19:21.065Z] ++ cut -d/ -f2 [2021-01-28T16:19:21.065Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2021-01-28T16:19:21.065Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T16:19:21.065Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-28T16:19:21.065Z] ++ cut -d/ -f2 [2021-01-28T16:19:21.065Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-28T16:19:21.065Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T16:19:21.065Z] ++ dirname cmd/support-logging/Dockerfile [2021-01-28T16:19:21.065Z] ++ cut -d/ -f2 [2021-01-28T16:19:21.065Z] + echo support-logging,cmd/support-logging/Dockerfile [2021-01-28T16:19:21.065Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T16:19:21.065Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-28T16:19:21.065Z] ++ cut -d/ -f2 [2021-01-28T16:19:21.065Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-28T16:19:21.065Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T16:19:21.065Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-28T16:19:21.065Z] ++ cut -d/ -f2 [2021-01-28T16:19:21.065Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-28T16:19:21.065Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T16:19:21.065Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-28T16:19:21.065Z] ++ cut -d/ -f2 [2021-01-28T16:19:21.065Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-28T16:19:21.132Z] 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-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/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-28T16:19:22.695Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T16:19:22.695Z] [2021-01-28T16:19:22.695Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:19:23.061Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T16:19:23.061Z] latest: Pulling from edgex-devops/git-semver [2021-01-28T16:19:23.061Z] 31603596830f: Pulling fs layer [2021-01-28T16:19:23.061Z] 2a8b12db71e7: Pulling fs layer [2021-01-28T16:19:23.061Z] 6ca5941a6612: Pulling fs layer [2021-01-28T16:19:23.061Z] ecc8261a40a4: Pulling fs layer [2021-01-28T16:19:23.061Z] 2a8b12db71e7: Verifying Checksum [2021-01-28T16:19:23.061Z] 2a8b12db71e7: Download complete [2021-01-28T16:19:23.323Z] 31603596830f: Verifying Checksum [2021-01-28T16:19:23.323Z] 31603596830f: Download complete [2021-01-28T16:19:23.323Z] ecc8261a40a4: Verifying Checksum [2021-01-28T16:19:23.323Z] ecc8261a40a4: Download complete [2021-01-28T16:19:23.585Z] 6ca5941a6612: Verifying Checksum [2021-01-28T16:19:23.585Z] 6ca5941a6612: Download complete [2021-01-28T16:19:23.585Z] 31603596830f: Pull complete [2021-01-28T16:19:23.850Z] 2a8b12db71e7: Pull complete [2021-01-28T16:19:24.797Z] 6ca5941a6612: Pull complete [2021-01-28T16:19:24.797Z] ecc8261a40a4: Pull complete [2021-01-28T16:19:24.797Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-28T16:19:24.797Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T16:19:24.797Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-28T16:19:24.931Z] prd-centos7-docker-4c-2g-23776 does not seem to be running inside a container [2021-01-28T16:19:24.990Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-28T16:19:27.577Z] $ docker top a18366bc48f73aa0f53dd6205ac5510c8ba023cf3086fd15a9cf8e42a84bcb91 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-28T16:19:27.952Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-28T16:19:27.952Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-28T16:19:28.182Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-28T16:19:28.188Z] $ docker exec a18366bc48f73aa0f53dd6205ac5510c8ba023cf3086fd15a9cf8e42a84bcb91 ssh-agent [2021-01-28T16:19:28.352Z] SSH_AUTH_SOCK=/tmp/ssh-1y1hNoxRuCbd/agent.11 [2021-01-28T16:19:28.352Z] SSH_AGENT_PID=16 [2021-01-28T16:19:28.366Z] Running ssh-add (command line suppressed) [2021-01-28T16:19:28.491Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_4331216949382587851.key (/w/workspace/edgex-go/2@tmp/private_key_4331216949382587851.key) [2021-01-28T16:19:28.539Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-28T16:19:28.879Z] + git tag --points-at HEAD [Pipeline] } [2021-01-28T16:19:28.912Z] $ docker exec --env ******** --env ******** a18366bc48f73aa0f53dd6205ac5510c8ba023cf3086fd15a9cf8e42a84bcb91 ssh-agent -k [2021-01-28T16:19:29.019Z] unset SSH_AUTH_SOCK; [2021-01-28T16:19:29.019Z] unset SSH_AGENT_PID; [2021-01-28T16:19:29.019Z] echo Agent pid 16 killed; [2021-01-28T16:19:29.060Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-28T16:19:29.208Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-28T16:19:29.208Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-28T16:19:29.363Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-28T16:19:29.370Z] $ docker exec a18366bc48f73aa0f53dd6205ac5510c8ba023cf3086fd15a9cf8e42a84bcb91 ssh-agent [2021-01-28T16:19:29.548Z] SSH_AUTH_SOCK=/tmp/ssh-LGZ706yJg7Y8/agent.44 [2021-01-28T16:19:29.548Z] SSH_AGENT_PID=49 [2021-01-28T16:19:29.556Z] Running ssh-add (command line suppressed) [2021-01-28T16:19:29.674Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_6097311882994200389.key (/w/workspace/edgex-go/2@tmp/private_key_6097311882994200389.key) [2021-01-28T16:19:29.724Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-28T16:19:30.061Z] + git semver init [2021-01-28T16:19:30.061Z] # -> Open(): unable to determine branch for HEAD [2021-01-28T16:19:30.061Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-01-28T16:19:30.061Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-01-28T16:19:30.061Z] # $SEMVER_REMOTE_NAME = origin [2021-01-28T16:19:30.061Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-28T16:19:30.061Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-28T16:19:30.061Z] # $SEMVER_BRANCH = hanoi [2021-01-28T16:19:30.061Z] # $SEMVER_TEMP = /tmp/semver-098669865 [2021-01-28T16:19:30.061Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-28T16:20:02.227Z] # '/tmp/semver-098669865' -> '/w/workspace/edgex-go/2/.semver' [2021-01-28T16:20:02.227Z] # -> Force: false [2021-01-28T16:20:02.227Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-01-28T16:20:02.242Z] $ docker exec --env ******** --env ******** a18366bc48f73aa0f53dd6205ac5510c8ba023cf3086fd15a9cf8e42a84bcb91 ssh-agent -k [2021-01-28T16:20:02.476Z] unset SSH_AUTH_SOCK; [2021-01-28T16:20:02.476Z] unset SSH_AGENT_PID; [2021-01-28T16:20:02.476Z] echo Agent pid 49 killed; [2021-01-28T16:20:02.553Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-28T16:20:03.118Z] + git semver [Pipeline] } [2021-01-28T16:20:03.138Z] $ docker stop --time=1 a18366bc48f73aa0f53dd6205ac5510c8ba023cf3086fd15a9cf8e42a84bcb91 [2021-01-28T16:20:05.202Z] $ docker rm -f a18366bc48f73aa0f53dd6205ac5510c8ba023cf3086fd15a9cf8e42a84bcb91 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T16:20:05.762Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-28T16:20:06.330Z] Stashed 1 file(s) [Pipeline] echo [2021-01-28T16:20:06.333Z] [edgeXSemver]: initialized semver on version 1.3.1-dev.1 [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-28T16:20:07.275Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-28T16:20:07.581Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-28T16:20:07.891Z] + sudo service docker restart [2021-01-28T16:20:07.891Z] + true [2021-01-28T16:20:07.891Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-28T16:20:08.482Z] ========================================================= [2021-01-28T16:20:08.482Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-28T16:20:08.482Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:20:08.847Z] + 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-28T16:20:13.094Z] Sending build context to Docker daemon 327.3MB [2021-01-28T16:20:13.094Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-28T16:20:13.094Z] Step 2/7 : FROM ${BASE} [2021-01-28T16:20:13.094Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-28T16:20:13.094Z] 188c0c94c7c5: Pulling fs layer [2021-01-28T16:20:13.094Z] 0ef7d3d256c8: Pulling fs layer [2021-01-28T16:20:13.094Z] de9db76c5a1d: Pulling fs layer [2021-01-28T16:20:13.094Z] bca2f99d35d6: Pulling fs layer [2021-01-28T16:20:13.094Z] 93359f2a8cfa: Pulling fs layer [2021-01-28T16:20:13.094Z] 7c6f9722023f: Pulling fs layer [2021-01-28T16:20:13.094Z] a35cf1a2eb13: Pulling fs layer [2021-01-28T16:20:13.094Z] 93359f2a8cfa: Waiting [2021-01-28T16:20:13.094Z] bca2f99d35d6: Waiting [2021-01-28T16:20:13.094Z] 7c6f9722023f: Waiting [2021-01-28T16:20:13.094Z] a35cf1a2eb13: Waiting [2021-01-28T16:20:13.094Z] de9db76c5a1d: Verifying Checksum [2021-01-28T16:20:13.094Z] de9db76c5a1d: Download complete [2021-01-28T16:20:13.094Z] 0ef7d3d256c8: Verifying Checksum [2021-01-28T16:20:13.094Z] 0ef7d3d256c8: Download complete [2021-01-28T16:20:13.094Z] 93359f2a8cfa: Verifying Checksum [2021-01-28T16:20:13.094Z] 93359f2a8cfa: Download complete [2021-01-28T16:20:13.094Z] 188c0c94c7c5: Verifying Checksum [2021-01-28T16:20:13.094Z] 188c0c94c7c5: Download complete [2021-01-28T16:20:13.094Z] 7c6f9722023f: Verifying Checksum [2021-01-28T16:20:13.094Z] 7c6f9722023f: Download complete [2021-01-28T16:20:13.358Z] 188c0c94c7c5: Pull complete [2021-01-28T16:20:13.358Z] 0ef7d3d256c8: Pull complete [2021-01-28T16:20:13.622Z] de9db76c5a1d: Pull complete [2021-01-28T16:20:16.195Z] a35cf1a2eb13: Verifying Checksum [2021-01-28T16:20:16.195Z] a35cf1a2eb13: Download complete [2021-01-28T16:20:16.195Z] bca2f99d35d6: Verifying Checksum [2021-01-28T16:20:16.195Z] bca2f99d35d6: Download complete [2021-01-28T16:20:21.560Z] bca2f99d35d6: Pull complete [2021-01-28T16:20:21.560Z] 93359f2a8cfa: Pull complete [2021-01-28T16:20:21.560Z] 7c6f9722023f: Pull complete [2021-01-28T16:20:21.720Z] Still waiting to schedule task [2021-01-28T16:20:21.721Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-01-28T16:20:26.883Z] a35cf1a2eb13: Pull complete [2021-01-28T16:20:26.884Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-28T16:20:26.884Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-28T16:20:26.884Z] ---> a62c8e92a672 [2021-01-28T16:20:26.884Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-28T16:20:26.884Z] ---> Running in 8f589244fc9b [2021-01-28T16:20:27.462Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T16:20:28.039Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T16:20:28.614Z] (1/12) Installing libmagic (5.38-r0) [2021-01-28T16:20:28.877Z] (2/12) Installing file (5.38-r0) [2021-01-28T16:20:29.141Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-28T16:20:29.141Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-28T16:20:41.397Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-28T16:20:41.397Z] (6/12) Installing patch (2.7.6-r6) [2021-01-28T16:20:41.397Z] (7/12) Installing build-base (0.5-r2) [2021-01-28T16:20:41.397Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-28T16:20:41.397Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-28T16:20:41.397Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-28T16:20:41.397Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-28T16:20:41.397Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-28T16:20:41.659Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T16:20:41.660Z] OK: 233 MiB in 51 packages [2021-01-28T16:20:44.987Z] Removing intermediate container 8f589244fc9b [2021-01-28T16:20:44.988Z] ---> 0b01d5578c1a [2021-01-28T16:20:44.988Z] Step 4/7 : WORKDIR /edgex-go [2021-01-28T16:20:44.988Z] ---> Running in 81ca0d8104a4 [2021-01-28T16:20:45.251Z] Removing intermediate container 81ca0d8104a4 [2021-01-28T16:20:45.251Z] ---> 915de08917cc [2021-01-28T16:20:45.251Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2021-01-28T16:20:45.514Z] latest: Pulling from library/docker [2021-01-28T16:20:45.778Z] 801bfaa63ef2: Pulling fs layer [2021-01-28T16:20:45.778Z] 4f7dc993c79e: Pulling fs layer [2021-01-28T16:20:45.778Z] d39d95e4997f: Pulling fs layer [2021-01-28T16:20:45.778Z] ae283de69b7d: Pulling fs layer [2021-01-28T16:20:45.778Z] 1962c7344fe5: Pulling fs layer [2021-01-28T16:20:45.778Z] aa7a3367c785: Pulling fs layer [2021-01-28T16:20:45.778Z] 5e259227d438: Pulling fs layer [2021-01-28T16:20:45.778Z] 1962c7344fe5: Waiting [2021-01-28T16:20:45.778Z] aa7a3367c785: Waiting [2021-01-28T16:20:45.778Z] 5e259227d438: Waiting [2021-01-28T16:20:45.778Z] ae283de69b7d: Waiting [2021-01-28T16:20:45.778Z] d39d95e4997f: Verifying Checksum [2021-01-28T16:20:45.778Z] d39d95e4997f: Download complete [2021-01-28T16:20:46.049Z] 4f7dc993c79e: Verifying Checksum [2021-01-28T16:20:46.049Z] 4f7dc993c79e: Download complete [2021-01-28T16:20:46.049Z] 1962c7344fe5: Verifying Checksum [2021-01-28T16:20:46.049Z] 1962c7344fe5: Download complete [2021-01-28T16:20:46.049Z] 801bfaa63ef2: Verifying Checksum [2021-01-28T16:20:46.049Z] 801bfaa63ef2: Download complete [2021-01-28T16:20:46.316Z] aa7a3367c785: Verifying Checksum [2021-01-28T16:20:46.316Z] aa7a3367c785: Download complete [2021-01-28T16:20:46.316Z] 5e259227d438: Verifying Checksum [2021-01-28T16:20:46.316Z] 5e259227d438: Download complete [2021-01-28T16:20:46.316Z] 801bfaa63ef2: Pull complete [2021-01-28T16:20:46.582Z] 4f7dc993c79e: Pull complete [2021-01-28T16:20:46.849Z] d39d95e4997f: Pull complete [2021-01-28T16:20:46.849Z] ae283de69b7d: Verifying Checksum [2021-01-28T16:20:46.849Z] ae283de69b7d: Download complete [2021-01-28T16:20:50.184Z] ae283de69b7d: Pull complete [2021-01-28T16:20:50.184Z] 1962c7344fe5: Pull complete [2021-01-28T16:20:50.184Z] aa7a3367c785: Pull complete [2021-01-28T16:20:50.184Z] 5e259227d438: Pull complete [2021-01-28T16:20:50.447Z] Digest: sha256:73ca622074aa007422a60cc1bfd4e65ca3ee8842e794df54cd1c3be3069d31bf [2021-01-28T16:20:50.447Z] Status: Downloaded newer image for docker:latest [2021-01-28T16:20:51.842Z] ---> 428b1957bc7e [2021-01-28T16:20:51.842Z] Step 6/7 : COPY go.mod . [2021-01-28T16:20:52.104Z] ---> 85173ea40ca9 [2021-01-28T16:20:52.104Z] Step 7/7 : RUN go mod download [2021-01-28T16:20:52.104Z] ---> Running in f509da763b0b [2021-01-28T16:21:14.142Z] Removing intermediate container f509da763b0b [2021-01-28T16:21:14.142Z] ---> aff156b6efda [2021-01-28T16:21:14.142Z] Successfully built aff156b6efda [2021-01-28T16:21:14.142Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:21:14.463Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-28T16:21:14.463Z] . [Pipeline] withDockerContainer [2021-01-28T16:21:14.566Z] prd-centos7-docker-4c-2g-23776 does not seem to be running inside a container [2021-01-28T16:21:14.618Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-28T16:21:15.337Z] $ docker top 10fe6f391cb577a5c67839dce7786b323c4c8939612f1e45084887f928a124fe -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T16:21:15.871Z] + go version [2021-01-28T16:21:15.872Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-28T16:21:15.886Z] $ docker stop --time=1 10fe6f391cb577a5c67839dce7786b323c4c8939612f1e45084887f928a124fe [2021-01-28T16:21:17.229Z] $ docker rm -f 10fe6f391cb577a5c67839dce7786b323c4c8939612f1e45084887f928a124fe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:21:18.082Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-28T16:21:18.083Z] . [Pipeline] withDockerContainer [2021-01-28T16:21:18.187Z] prd-centos7-docker-4c-2g-23776 does not seem to be running inside a container [2021-01-28T16:21:18.233Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-28T16:21:18.886Z] $ docker top b307e4201798c72455d0d3592a2ad95a2886a75ac858bf78150c1e66446e4cad -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-28T16:21:19.125Z] ========================================================= [2021-01-28T16:21:19.125Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-28T16:21:19.125Z] ========================================================= [Pipeline] sh [2021-01-28T16:21:19.418Z] + make test [2021-01-28T16:21:19.418Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-28T16:21:27.616Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-28T16:21:42.681Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-28T16:21:49.821Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-28T16:21:49.821Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-28T16:21:49.821Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-28T16:21:49.821Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-28T16:21:49.821Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-28T16:21:51.315Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.029s [2021-01-28T16:21:51.315Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-28T16:21:51.315Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2021-01-28T16:21:51.592Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-28T16:21:51.882Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-28T16:21:51.882Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-28T16:21:51.882Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-28T16:21:51.882Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-28T16:21:55.278Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.097s coverage: 46.6% of statements [2021-01-28T16:21:55.278Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-28T16:21:55.278Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-28T16:21:55.278Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-28T16:21:55.278Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-28T16:21:55.278Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-28T16:21:58.653Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.162s coverage: 27.1% of statements [2021-01-28T16:21:58.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-28T16:21:58.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-28T16:21:58.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-28T16:21:58.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-28T16:21:58.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-28T16:21:58.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-28T16:21:58.653Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.033s coverage: 100.0% of statements [2021-01-28T16:21:58.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-28T16:21:58.653Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.050s coverage: 100.0% of statements [2021-01-28T16:21:58.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-28T16:21:58.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-28T16:21:58.653Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.092s coverage: 64.9% of statements [2021-01-28T16:21:58.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-28T16:21:58.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-28T16:21:58.653Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.098s coverage: 84.5% of statements [2021-01-28T16:21:58.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-28T16:21:58.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T16:21:58.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-28T16:21:58.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-28T16:22:00.653Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.322s coverage: 28.6% of statements [2021-01-28T16:22:00.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-28T16:22:00.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-28T16:22:00.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-28T16:22:00.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-28T16:22:00.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-28T16:22:00.653Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.106s coverage: 100.0% of statements [2021-01-28T16:22:00.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-28T16:22:00.653Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.040s coverage: 100.0% of statements [2021-01-28T16:22:00.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-28T16:22:00.653Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.105s coverage: 86.7% of statements [2021-01-28T16:22:00.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-28T16:22:00.653Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.138s coverage: 97.5% of statements [2021-01-28T16:22:00.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-28T16:22:00.653Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.089s coverage: 100.0% of statements [2021-01-28T16:22:00.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-28T16:22:00.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-28T16:22:00.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-28T16:22:00.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-28T16:22:03.260Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.291s coverage: 95.7% of statements [2021-01-28T16:22:03.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-28T16:22:03.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T16:22:03.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-28T16:22:03.260Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-28T16:22:03.260Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-28T16:22:03.260Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-28T16:22:03.260Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-28T16:22:03.260Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-28T16:22:03.260Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-28T16:22:03.260Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-28T16:22:03.260Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-28T16:22:03.260Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-28T16:22:03.260Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-28T16:22:03.260Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-28T16:22:03.260Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2021-01-28T16:22:03.260Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2021-01-28T16:22:03.260Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-28T16:22:03.260Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-28T16:22:03.260Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-28T16:22:03.260Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-28T16:22:03.260Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.031s coverage: 58.8% of statements [2021-01-28T16:22:03.260Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-28T16:22:03.260Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-28T16:22:03.260Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.049s coverage: 0.0% of statements [no tests to run] [2021-01-28T16:22:03.260Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-28T16:22:03.260Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-28T16:22:03.260Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.187s coverage: 63.5% of statements [2021-01-28T16:22:03.260Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-28T16:22:03.260Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-28T16:22:03.260Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.041s coverage: 100.0% of statements [2021-01-28T16:22:03.260Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.052s coverage: 91.3% of statements [2021-01-28T16:22:03.260Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.042s coverage: 100.0% of statements [2021-01-28T16:22:03.260Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.047s coverage: 73.7% of statements [2021-01-28T16:22:03.260Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.041s coverage: 100.0% of statements [2021-01-28T16:22:04.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.332s coverage: 55.9% of statements [2021-01-28T16:22:04.688Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-28T16:22:04.688Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-28T16:22:04.688Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-28T16:22:04.688Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-28T16:22:04.688Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-28T16:22:04.688Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2021-01-28T16:22:13.681Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-23777 in /w/workspace/edgexfoundry_edgex-go_hanoi [Pipeline] { [Pipeline] ws [2021-01-28T16:22:13.748Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-01-28T16:22:14.874Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 10.600s coverage: 86.3% of statements [2021-01-28T16:22:14.874Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2021-01-28T16:22:14.874Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.048s coverage: 72.2% of statements [2021-01-28T16:22:14.874Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.377s coverage: 72.1% of statements [2021-01-28T16:22:14.874Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.051s coverage: 82.4% of statements [2021-01-28T16:22:14.874Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.044s coverage: 48.4% of statements [2021-01-28T16:22:14.874Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2021-01-28T16:22:14.874Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2021-01-28T16:22:14.874Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2021-01-28T16:22:14.874Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.038s coverage: 28.8% of statements [2021-01-28T16:22:14.874Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2021-01-28T16:22:14.874Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.034s coverage: 96.8% of statements [2021-01-28T16:22:14.874Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2021-01-28T16:22:14.874Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.085s coverage: 36.5% of statements [2021-01-28T16:22:14.874Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-28T16:22:14.874Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-28T16:22:14.874Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.315s coverage: 84.1% of statements [2021-01-28T16:22:14.874Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.051s coverage: 100.0% of statements [2021-01-28T16:22:14.874Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.036s coverage: 42.9% of statements [2021-01-28T16:22:14.874Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2021-01-28T16:22:14.874Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2021-01-28T16:22:14.874Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.042s coverage: 100.0% of statements [2021-01-28T16:22:14.874Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2021-01-28T16:22:14.874Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.039s coverage: 83.8% of statements [2021-01-28T16:22:14.874Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2021-01-28T16:22:14.874Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.114s coverage: 47.1% of statements [2021-01-28T16:22:14.874Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-28T16:22:14.874Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-28T16:22:14.874Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.031s coverage: 100.0% of statements [2021-01-28T16:22:14.874Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-28T16:22:14.874Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-28T16:22:14.874Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-28T16:22:14.874Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.056s coverage: 100.0% of statements [2021-01-28T16:22:14.875Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-28T16:22:14.875Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.056s coverage: 100.0% of statements [2021-01-28T16:22:14.875Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-28T16:22:14.875Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.697s coverage: 29.1% of statements [2021-01-28T16:22:14.875Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-28T16:22:14.875Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-28T16:22:14.875Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-28T16:22:14.875Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-28T16:22:14.875Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-28T16:22:14.875Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.071s coverage: 99.0% of statements [2021-01-28T16:22:14.875Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-28T16:22:14.875Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.047s coverage: 100.0% of statements [2021-01-28T16:22:14.875Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-28T16:22:14.875Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.033s coverage: 0.0% of statements [2021-01-28T16:22:14.875Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-28T16:22:14.875Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.030s coverage: 100.0% of statements [2021-01-28T16:22:14.875Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-28T16:22:14.875Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-28T16:22:14.875Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-28T16:22:14.875Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-28T16:22:14.875Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.048s coverage: 87.9% of statements [2021-01-28T16:22:14.875Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-28T16:22:14.875Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-28T16:22:14.875Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.043s coverage: 100.0% of statements [2021-01-28T16:22:14.875Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.026s coverage: 32.1% of statements [2021-01-28T16:22:14.875Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.042s coverage: 100.0% of statements [2021-01-28T16:22:14.875Z] GO111MODULE=on go vet ./... [2021-01-28T16:22:19.314Z] using credential edgex-jenkins-ssh [2021-01-28T16:22:19.384Z] Cloning the remote Git repository [2021-01-28T16:22:19.462Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-28T16:22:19.592Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-01-28T16:22:19.697Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T16:22:19.699Z] > git --version # timeout=10 [2021-01-28T16:22:19.716Z] > git --version # 'git version 2.17.1' [2021-01-28T16:22:19.717Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T16:22:19.798Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T16:22:37.034Z] gofmt -l . [2021-01-28T16:22:37.034Z] [ "`gofmt -l .`" = "" ] [2021-01-28T16:22:37.301Z] ./bin/test-go-mod-tidy.sh [2021-01-28T16:22:37.880Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-28T16:22:39.591Z] + ls -al . [2021-01-28T16:22:39.591Z] total 632 [2021-01-28T16:22:39.591Z] drwxrwxr-x 10 1001 1001 4096 Jan 28 16:22 . [2021-01-28T16:22:39.591Z] drwxr-xr-x 4 root root 28 Jan 28 16:21 .. [2021-01-28T16:22:39.591Z] -rw-rw-r-- 1 1001 1001 11 Jan 28 16:19 .dockerignore [2021-01-28T16:22:39.591Z] drwxrwxr-x 8 1001 1001 162 Jan 28 16:19 .git [2021-01-28T16:22:39.591Z] drwxrwxr-x 3 1001 1001 125 Jan 28 16:19 .github [2021-01-28T16:22:39.591Z] -rw-rw-r-- 1 1001 1001 944 Jan 28 16:19 .gitignore [2021-01-28T16:22:39.591Z] drwx------ 3 1001 1001 45 Jan 28 16:19 .semver [2021-01-28T16:22:39.591Z] -rw-rw-r-- 1 1001 1001 166 Jan 28 16:19 .sonarcloud.properties [2021-01-28T16:22:39.591Z] -rw-rw-r-- 1 1001 1001 3804 Jan 28 16:19 CONTRIBUTING.md [2021-01-28T16:22:39.591Z] -rw-rw-r-- 1 1001 1001 1035 Jan 28 16:19 Dockerfile.build [2021-01-28T16:22:39.591Z] -rw-rw-r-- 1 1001 1001 863 Jan 28 16:19 Jenkinsfile [2021-01-28T16:22:39.591Z] -rw-rw-r-- 1 1001 1001 10775 Jan 28 16:19 LICENSE [2021-01-28T16:22:39.591Z] -rw-rw-r-- 1 1001 1001 6581 Jan 28 16:19 Makefile [2021-01-28T16:22:39.591Z] -rw-rw-r-- 1 1001 1001 6447 Jan 28 16:19 README.md [2021-01-28T16:22:39.591Z] -rw-rw-r-- 1 1001 1001 259 Jan 28 16:19 SECURITY.md [2021-01-28T16:22:39.591Z] -rw-rw-r-- 1 1001 1001 11 Jan 28 16:20 VERSION [2021-01-28T16:22:39.591Z] -rw-rw-r-- 1 1001 1001 4131 Jan 28 16:19 ZMQWindows.md [2021-01-28T16:22:39.591Z] drwxrwxr-x 2 1001 1001 117 Jan 28 16:19 bin [2021-01-28T16:22:39.591Z] drwxrwxr-x 15 1001 1001 4096 Jan 28 16:19 cmd [2021-01-28T16:22:39.591Z] -rw-r--r-- 1 root root 539650 Jan 28 16:22 coverage.out [2021-01-28T16:22:39.591Z] -rw-r--r-- 1 root root 1041 Jan 28 16:22 go.mod [2021-01-28T16:22:39.591Z] -rw-r--r-- 1 root root 18582 Jan 28 16:22 go.sum [2021-01-28T16:22:39.591Z] drwxrwxr-x 8 1001 1001 127 Jan 28 16:19 internal [2021-01-28T16:22:39.591Z] drwxrwxr-x 4 1001 1001 26 Jan 28 16:19 openapi [2021-01-28T16:22:39.591Z] drwxrwxr-x 4 1001 1001 71 Jan 28 16:19 snap [2021-01-28T16:22:39.591Z] -rw-rw-r-- 1 1001 1001 168 Jan 28 16:19 version.go [Pipeline] sh [2021-01-28T16:22:39.908Z] + '[' -e coverage.out ] [2021-01-28T16:22:39.908Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-28T16:22:40.148Z] Stashed 1 file(s) [Pipeline] sh [2021-01-28T16:22:40.461Z] + make build [2021-01-28T16:22:40.461Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-28T16:22:46.972Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T16:22:46.990Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T16:22:47.024Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T16:22:47.078Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T16:22:47.079Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T16:22:47.091Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/hanoi:refs/remotes/origin/hanoi # timeout=10 [2021-01-28T16:22:47.742Z] Checking out Revision 9a6eedb96835a64d2bad9fe97e001e25d5234329 (hanoi) [2021-01-28T16:22:47.768Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T16:22:47.789Z] > git checkout -f 9a6eedb96835a64d2bad9fe97e001e25d5234329 # timeout=10 [2021-01-28T16:22:50.636Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/core-data/core-data ./cmd/core-data [2021-01-28T16:22:52.120Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/core-command/core-command ./cmd/core-command [2021-01-28T16:22:52.862Z] Commit message: "fix: Upgrade to go-mod-messaging with ZMQ fix for Hanoi (#3084)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2021-01-28T16:22:53.560Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/support-logging/support-logging ./cmd/support-logging [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-28T16:22:54.516Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2021-01-28T16:22:54.520Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [Pipeline] sh [2021-01-28T16:22:54.934Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-28T16:22:55.437Z] + sudo service docker restart [2021-01-28T16:22:55.438Z] + true [2021-01-28T16:22:55.958Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-28T16:22:55.958Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-28T16:22:57.357Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-28T16:22:57.537Z] provisioning config files... [2021-01-28T16:22:57.581Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config724354452484265096tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T16:22:58.048Z] ---> docker-login.sh [2021-01-28T16:22:58.048Z] nexus3.edgexfoundry.org:10001 [2021-01-28T16:22:58.656Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T16:22:58.784Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2021-01-28T16:22:59.256Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T16:22:59.256Z] Configure a credential helper to remove this warning. See [2021-01-28T16:22:59.256Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T16:22:59.256Z] [2021-01-28T16:22:59.256Z] Login Succeeded [2021-01-28T16:22:59.256Z] nexus3.edgexfoundry.org:10002 [2021-01-28T16:22:59.528Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T16:22:59.803Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T16:22:59.803Z] Configure a credential helper to remove this warning. See [2021-01-28T16:22:59.803Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T16:22:59.803Z] [2021-01-28T16:22:59.803Z] Login Succeeded [2021-01-28T16:22:59.803Z] nexus3.edgexfoundry.org:10003 [2021-01-28T16:23:00.074Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T16:23:00.074Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T16:23:00.074Z] Configure a credential helper to remove this warning. See [2021-01-28T16:23:00.074Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T16:23:00.074Z] [2021-01-28T16:23:00.074Z] Login Succeeded [2021-01-28T16:23:00.074Z] nexus3.edgexfoundry.org:10004 [2021-01-28T16:23:00.180Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-28T16:23:00.668Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T16:23:00.668Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T16:23:00.668Z] Configure a credential helper to remove this warning. See [2021-01-28T16:23:00.668Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T16:23:00.668Z] [2021-01-28T16:23:00.668Z] Login Succeeded [2021-01-28T16:23:00.668Z] docker.io [2021-01-28T16:23:01.124Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-28T16:23:01.264Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T16:23:01.537Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T16:23:01.537Z] Configure a credential helper to remove this warning. See [2021-01-28T16:23:01.537Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T16:23:01.537Z] [2021-01-28T16:23:01.537Z] Login Succeeded [2021-01-28T16:23:01.537Z] ---> docker-login.sh ends [Pipeline] } [2021-01-28T16:23:01.556Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-28T16:23:02.009Z] ========================================================= [2021-01-28T16:23:02.009Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-28T16:23:02.009Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:23:02.082Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-28T16:23:02.406Z] + 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-28T16:23:03.037Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [Pipeline] } [2021-01-28T16:23:04.006Z] $ docker stop --time=1 b307e4201798c72455d0d3592a2ad95a2886a75ac858bf78150c1e66446e4cad [2021-01-28T16:23:05.062Z] Sending build context to Docker daemon 166MB [2021-01-28T16:23:05.062Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-28T16:23:05.062Z] Step 2/7 : FROM ${BASE} [2021-01-28T16:23:05.062Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-28T16:23:05.062Z] 5f621e34cdf4: Pulling fs layer [2021-01-28T16:23:05.062Z] a4357932f1b6: Pulling fs layer [2021-01-28T16:23:05.062Z] 18c013af1878: Pulling fs layer [2021-01-28T16:23:05.062Z] 00ac8860ef70: Pulling fs layer [2021-01-28T16:23:05.062Z] 63d7cb157983: Pulling fs layer [2021-01-28T16:23:05.062Z] b116817d02f9: Pulling fs layer [2021-01-28T16:23:05.062Z] 745a02a5169b: Pulling fs layer [2021-01-28T16:23:05.062Z] b116817d02f9: Waiting [2021-01-28T16:23:05.062Z] 00ac8860ef70: Waiting [2021-01-28T16:23:05.062Z] 63d7cb157983: Waiting [2021-01-28T16:23:05.062Z] 745a02a5169b: Waiting [2021-01-28T16:23:05.062Z] 18c013af1878: Verifying Checksum [2021-01-28T16:23:05.062Z] 18c013af1878: Download complete [2021-01-28T16:23:05.062Z] a4357932f1b6: Verifying Checksum [2021-01-28T16:23:05.062Z] a4357932f1b6: Download complete [2021-01-28T16:23:05.339Z] 63d7cb157983: Verifying Checksum [2021-01-28T16:23:05.339Z] 63d7cb157983: Download complete [2021-01-28T16:23:05.849Z] $ docker rm -f b307e4201798c72455d0d3592a2ad95a2886a75ac858bf78150c1e66446e4cad [2021-01-28T16:23:05.943Z] b116817d02f9: Download complete [2021-01-28T16:23:05.944Z] 5f621e34cdf4: Verifying Checksum [2021-01-28T16:23:05.944Z] 5f621e34cdf4: Download complete [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-01-28T16:23:06.547Z] 5f621e34cdf4: Pull complete [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-01-28T16:23:07.167Z] a4357932f1b6: Pull complete [2021-01-28T16:23:07.443Z] 18c013af1878: Pull complete [2021-01-28T16:23:08.902Z] 745a02a5169b: Download complete [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:23:09.377Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T16:23:09.377Z] [2021-01-28T16:23:09.377Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:23:09.740Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T16:23:09.740Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-28T16:23:09.740Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-28T16:23:09.740Z] ca9280d653b3: Pulling fs layer [2021-01-28T16:23:09.740Z] 7e9c9ca2126c: Pulling fs layer [2021-01-28T16:23:09.881Z] 00ac8860ef70: Verifying Checksum [2021-01-28T16:23:09.881Z] 00ac8860ef70: Download complete [2021-01-28T16:23:10.003Z] cbdbe7a5bc2a: Download complete [2021-01-28T16:23:10.270Z] cbdbe7a5bc2a: Pull complete [2021-01-28T16:23:10.533Z] ca9280d653b3: Verifying Checksum [2021-01-28T16:23:10.533Z] ca9280d653b3: Download complete [2021-01-28T16:23:11.485Z] 7e9c9ca2126c: Download complete [2021-01-28T16:23:12.462Z] ca9280d653b3: Pull complete [2021-01-28T16:23:19.184Z] 7e9c9ca2126c: Pull complete [2021-01-28T16:23:19.184Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-28T16:23:19.184Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T16:23:19.184Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-28T16:23:19.407Z] prd-centos7-docker-4c-2g-23776 does not seem to be running inside a container [2021-01-28T16:23:19.510Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-28T16:23:20.307Z] 00ac8860ef70: Pull complete [2021-01-28T16:23:20.307Z] 63d7cb157983: Pull complete [2021-01-28T16:23:20.307Z] b116817d02f9: Pull complete [2021-01-28T16:23:22.366Z] $ docker top c17d2482271c4253209018cc6ad482802c05e6989b1e519a884d863678332b1c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T16:23:23.024Z] + docker-compose build --help [2021-01-28T16:23:23.024Z] + grep parallel [2021-01-28T16:23:24.038Z] --parallel Build images in parallel. [Pipeline] } [2021-01-28T16:23:24.082Z] $ docker stop --time=1 c17d2482271c4253209018cc6ad482802c05e6989b1e519a884d863678332b1c [2021-01-28T16:23:24.764Z] 745a02a5169b: Pull complete [2021-01-28T16:23:24.764Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-28T16:23:24.764Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-28T16:23:24.764Z] ---> b7e6874047d6 [2021-01-28T16:23:24.764Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-28T16:23:25.468Z] $ docker rm -f c17d2482271c4253209018cc6ad482802c05e6989b1e519a884d863678332b1c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:23:26.314Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T16:23:26.315Z] . [Pipeline] withDockerContainer [2021-01-28T16:23:26.503Z] prd-centos7-docker-4c-2g-23776 does not seem to be running inside a container [2021-01-28T16:23:26.659Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-28T16:23:27.438Z] $ docker top 0d92973d701900001444654cf4398fc69d6905d3a2e07582116522b9afcc8a58 -eo pid,comm [2021-01-28T16:23:27.521Z] ---> Running in db647e0c2685 [Pipeline] { [Pipeline] sh [2021-01-28T16:23:28.129Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-28T16:23:29.034Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T16:23:29.127Z] Building docker-core-command-go ... [2021-01-28T16:23:29.127Z] Building docker-core-data-go ... [2021-01-28T16:23:29.127Z] Building docker-core-metadata-go ... [2021-01-28T16:23:29.127Z] Building docker-security-bootstrap-redis-go ... [2021-01-28T16:23:29.127Z] Building docker-security-proxy-setup-go ... [2021-01-28T16:23:29.127Z] Building docker-security-secrets-setup-go ... [2021-01-28T16:23:29.127Z] Building docker-security-secretstore-setup-go ... [2021-01-28T16:23:29.127Z] Building docker-support-logging-go ... [2021-01-28T16:23:29.127Z] Building docker-support-notifications-go ... [2021-01-28T16:23:29.127Z] Building docker-support-scheduler-go ... [2021-01-28T16:23:29.127Z] Building docker-sys-mgmt-agent-go ... [2021-01-28T16:23:29.127Z] Building docker-core-metadata-go [2021-01-28T16:23:29.127Z] Building docker-core-command-go [2021-01-28T16:23:29.127Z] Building docker-core-data-go [2021-01-28T16:23:29.127Z] Building docker-support-notifications-go [2021-01-28T16:23:29.127Z] Building docker-security-bootstrap-redis-go [2021-01-28T16:23:30.100Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T16:23:32.137Z] (1/12) Installing libmagic (5.38-r0) [2021-01-28T16:23:33.121Z] (2/12) Installing file (5.38-r0) [2021-01-28T16:23:33.121Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-28T16:23:33.121Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-28T16:23:55.308Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-28T16:23:55.308Z] (6/12) Installing patch (2.7.6-r6) [2021-01-28T16:23:55.308Z] (7/12) Installing build-base (0.5-r2) [2021-01-28T16:23:55.308Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-28T16:23:55.308Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-28T16:23:55.308Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-28T16:23:55.308Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-28T16:23:55.308Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-28T16:23:55.308Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T16:23:55.308Z] OK: 217 MiB in 51 packages [2021-01-28T16:23:58.813Z] Removing intermediate container db647e0c2685 [2021-01-28T16:23:58.813Z] ---> 618d06698a8a [2021-01-28T16:23:58.813Z] Step 4/7 : WORKDIR /edgex-go [2021-01-28T16:23:58.813Z] ---> Running in b793751c5d55 [2021-01-28T16:23:59.085Z] Removing intermediate container b793751c5d55 [2021-01-28T16:23:59.085Z] ---> e4efbf628d9f [2021-01-28T16:23:59.085Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2021-01-28T16:23:59.704Z] latest: Pulling from library/docker [2021-01-28T16:23:59.704Z] 159e5727ea61: Pulling fs layer [2021-01-28T16:23:59.704Z] 687389c36290: Pulling fs layer [2021-01-28T16:23:59.704Z] 94e28978939c: Pulling fs layer [2021-01-28T16:23:59.704Z] 81bd9c9fe1b1: Pulling fs layer [2021-01-28T16:23:59.704Z] 0c5a7137269a: Pulling fs layer [2021-01-28T16:23:59.704Z] 650eeba05d50: Pulling fs layer [2021-01-28T16:23:59.704Z] 283d3dba4d5b: Pulling fs layer [2021-01-28T16:23:59.704Z] 0c5a7137269a: Waiting [2021-01-28T16:23:59.704Z] 650eeba05d50: Waiting [2021-01-28T16:23:59.704Z] 283d3dba4d5b: Waiting [2021-01-28T16:23:59.704Z] 81bd9c9fe1b1: Waiting [2021-01-28T16:23:59.704Z] 94e28978939c: Verifying Checksum [2021-01-28T16:23:59.704Z] 94e28978939c: Download complete [2021-01-28T16:24:00.033Z] 687389c36290: Verifying Checksum [2021-01-28T16:24:00.033Z] 687389c36290: Download complete [2021-01-28T16:24:00.033Z] 159e5727ea61: Download complete [2021-01-28T16:24:00.033Z] 0c5a7137269a: Verifying Checksum [2021-01-28T16:24:00.033Z] 0c5a7137269a: Download complete [2021-01-28T16:24:00.033Z] 650eeba05d50: Verifying Checksum [2021-01-28T16:24:00.033Z] 650eeba05d50: Download complete [2021-01-28T16:24:00.337Z] 283d3dba4d5b: Verifying Checksum [2021-01-28T16:24:00.647Z] 159e5727ea61: Pull complete [2021-01-28T16:24:01.297Z] 687389c36290: Pull complete [2021-01-28T16:24:01.517Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-28T16:24:01.517Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T16:24:01.517Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-28T16:24:01.517Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-28T16:24:01.517Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-28T16:24:01.517Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T16:24:01.517Z] ---> aff156b6efda [2021-01-28T16:24:01.517Z] Step 3/24 : WORKDIR /edgex-go [2021-01-28T16:24:01.517Z] ---> aff156b6efda [2021-01-28T16:24:01.517Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T16:24:01.517Z] ---> aff156b6efda [2021-01-28T16:24:01.517Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T16:24:01.517Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-28T16:24:01.517Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T16:24:01.517Z] ---> aff156b6efda [2021-01-28T16:24:01.517Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T16:24:01.517Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-28T16:24:01.517Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T16:24:01.517Z] ---> aff156b6efda [2021-01-28T16:24:01.517Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T16:24:01.517Z] ---> Running in 093c71cf5a62 [2021-01-28T16:24:01.517Z] ---> Running in 12104b9b2fce [2021-01-28T16:24:01.517Z] ---> Running in e0a796b28938 [2021-01-28T16:24:01.517Z] ---> Running in 7e99d586073f [2021-01-28T16:24:01.518Z] ---> Running in 29acbb9f80e7 [2021-01-28T16:24:01.518Z] Removing intermediate container 29acbb9f80e7 [2021-01-28T16:24:01.518Z] ---> d1dbbdd9587e [2021-01-28T16:24:01.518Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T16:24:01.518Z] Removing intermediate container 12104b9b2fce [2021-01-28T16:24:01.518Z] ---> d68c690fd116 [2021-01-28T16:24:01.518Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T16:24:01.518Z] Removing intermediate container 7e99d586073f [2021-01-28T16:24:01.518Z] ---> b02604b34e72 [2021-01-28T16:24:01.518Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T16:24:01.518Z] Removing intermediate container e0a796b28938 [2021-01-28T16:24:01.518Z] ---> 3db5dbd31f5a [2021-01-28T16:24:01.518Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T16:24:01.518Z] Removing intermediate container 093c71cf5a62 [2021-01-28T16:24:01.518Z] ---> 679b68334ee6 [2021-01-28T16:24:01.518Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T16:24:01.518Z] ---> Running in de24bd4a110e [2021-01-28T16:24:01.518Z] ---> Running in 59fbf28de904 [2021-01-28T16:24:01.518Z] ---> Running in a61e6e51d9ef [2021-01-28T16:24:01.518Z] ---> Running in 2a063f69e968 [2021-01-28T16:24:01.518Z] ---> Running in ae4e2b69acc6 [2021-01-28T16:24:01.616Z] 81bd9c9fe1b1: Verifying Checksum [2021-01-28T16:24:01.616Z] 81bd9c9fe1b1: Download complete [2021-01-28T16:24:01.616Z] 94e28978939c: Pull complete [2021-01-28T16:24:02.116Z] Removing intermediate container a61e6e51d9ef [2021-01-28T16:24:02.116Z] ---> 17b2a7ebf478 [2021-01-28T16:24:02.116Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2021-01-28T16:24:02.381Z] ---> Running in 642132ca55ab [2021-01-28T16:24:02.647Z] Removing intermediate container de24bd4a110e [2021-01-28T16:24:02.647Z] ---> 00972fd287e4 [2021-01-28T16:24:02.647Z] Step 5/22 : RUN apk update && apk add make git [2021-01-28T16:24:02.647Z] Removing intermediate container 2a063f69e968 [2021-01-28T16:24:02.647Z] ---> 0226dd8fe255 [2021-01-28T16:24:02.647Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-28T16:24:02.913Z] ---> Running in 08e58d141596 [2021-01-28T16:24:02.913Z] Removing intermediate container ae4e2b69acc6 [2021-01-28T16:24:02.913Z] ---> c21ecab636a4 [2021-01-28T16:24:02.913Z] Step 5/22 : RUN apk update && apk add make git [2021-01-28T16:24:02.913Z] Removing intermediate container 59fbf28de904 [2021-01-28T16:24:02.913Z] ---> dec22418894c [2021-01-28T16:24:02.913Z] Step 5/22 : RUN apk update && apk add make git [2021-01-28T16:24:03.177Z] ---> Running in f9a477aceab3 [2021-01-28T16:24:03.177Z] ---> Running in 6577c3df1f0f [2021-01-28T16:24:03.177Z] ---> Running in af3fcce62b52 [2021-01-28T16:24:03.443Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T16:24:03.708Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T16:24:03.972Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T16:24:03.972Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T16:24:03.972Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T16:24:04.234Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T16:24:04.498Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T16:24:04.761Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T16:24:05.023Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T16:24:05.023Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T16:24:05.287Z] v3.12.3-81-g327ae4ffe9 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-28T16:24:05.287Z] v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-28T16:24:05.287Z] OK: 12752 distinct packages available [2021-01-28T16:24:05.550Z] OK: 233 MiB in 51 packages [2021-01-28T16:24:05.550Z] v3.12.3-81-g327ae4ffe9 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-28T16:24:05.550Z] v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-28T16:24:05.550Z] OK: 12752 distinct packages available [2021-01-28T16:24:05.831Z] OK: 233 MiB in 51 packages [2021-01-28T16:24:05.831Z] v3.12.3-81-g327ae4ffe9 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-28T16:24:05.831Z] v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-28T16:24:05.831Z] OK: 12752 distinct packages available [2021-01-28T16:24:05.831Z] v3.12.3-81-g327ae4ffe9 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-28T16:24:05.831Z] v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-28T16:24:05.831Z] OK: 12752 distinct packages available [2021-01-28T16:24:05.831Z] v3.12.3-81-g327ae4ffe9 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-28T16:24:05.831Z] v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-28T16:24:05.831Z] OK: 12752 distinct packages available [2021-01-28T16:24:05.973Z] 81bd9c9fe1b1: Pull complete [2021-01-28T16:24:05.973Z] 0c5a7137269a: Pull complete [2021-01-28T16:24:06.113Z] OK: 233 MiB in 51 packages [2021-01-28T16:24:06.113Z] Removing intermediate container 642132ca55ab [2021-01-28T16:24:06.113Z] ---> d59dd6459b6e [2021-01-28T16:24:06.113Z] Step 6/24 : COPY go.mod . [2021-01-28T16:24:06.113Z] OK: 233 MiB in 51 packages [2021-01-28T16:24:06.113Z] OK: 233 MiB in 51 packages [2021-01-28T16:24:06.248Z] 650eeba05d50: Pull complete [2021-01-28T16:24:06.378Z] Removing intermediate container 08e58d141596 [2021-01-28T16:24:06.379Z] ---> 87ae8110ab4f [2021-01-28T16:24:06.379Z] Step 6/22 : COPY go.mod . [2021-01-28T16:24:06.523Z] 283d3dba4d5b: Pull complete [2021-01-28T16:24:06.523Z] Digest: sha256:73ca622074aa007422a60cc1bfd4e65ca3ee8842e794df54cd1c3be3069d31bf [2021-01-28T16:24:06.523Z] Status: Downloaded newer image for docker:latest [2021-01-28T16:24:06.643Z] ---> ee5f3a366925 [2021-01-28T16:24:06.643Z] Step 7/24 : RUN go mod download [2021-01-28T16:24:06.643Z] ---> Running in bba1f5034fe6 [2021-01-28T16:24:06.908Z] ---> de474a7fbba1 [2021-01-28T16:24:06.908Z] Step 7/22 : RUN go mod download [2021-01-28T16:24:07.173Z] ---> Running in 85aa26868186 [2021-01-28T16:24:07.173Z] Removing intermediate container f9a477aceab3 [2021-01-28T16:24:07.173Z] ---> 9d06d1b08b91 [2021-01-28T16:24:07.173Z] Step 6/23 : COPY go.mod . [2021-01-28T16:24:07.441Z] Removing intermediate container af3fcce62b52 [2021-01-28T16:24:07.441Z] ---> a8415fb64dd6 [2021-01-28T16:24:07.441Z] Step 6/22 : COPY go.mod . [2021-01-28T16:24:07.441Z] Removing intermediate container 6577c3df1f0f [2021-01-28T16:24:07.441Z] ---> 6bc88d0bf4f2 [2021-01-28T16:24:07.441Z] Step 6/22 : COPY go.mod . [2021-01-28T16:24:07.710Z] ---> c5fe85aea58c [2021-01-28T16:24:07.710Z] Step 7/23 : RUN go mod download [2021-01-28T16:24:07.710Z] ---> 3b7aee9a83f8 [2021-01-28T16:24:07.710Z] Step 7/22 : RUN go mod download [2021-01-28T16:24:07.710Z] ---> 1a614aa2df00 [2021-01-28T16:24:07.710Z] Step 7/22 : RUN go mod download [2021-01-28T16:24:07.986Z] ---> Running in 8c8ccb1f8e60 [2021-01-28T16:24:07.986Z] ---> Running in ada3d132d8df [2021-01-28T16:24:07.986Z] ---> Running in f91b5c563c50 [2021-01-28T16:24:09.015Z] Removing intermediate container bba1f5034fe6 [2021-01-28T16:24:09.015Z] ---> b0765f8d486d [2021-01-28T16:24:09.015Z] Step 8/24 : COPY . . [2021-01-28T16:24:09.015Z] Removing intermediate container 85aa26868186 [2021-01-28T16:24:09.015Z] ---> a5ad7e9452a5 [2021-01-28T16:24:09.015Z] Step 8/22 : COPY . . [2021-01-28T16:24:09.954Z] ---> 19dc5c522ce0 [2021-01-28T16:24:09.954Z] Step 6/7 : COPY go.mod . [2021-01-28T16:24:09.976Z] Removing intermediate container 8c8ccb1f8e60 [2021-01-28T16:24:09.976Z] ---> 82aab034c79d [2021-01-28T16:24:09.976Z] Step 8/23 : COPY . . [2021-01-28T16:24:10.565Z] ---> f23b3c5114ec [2021-01-28T16:24:10.565Z] Step 7/7 : RUN go mod download [2021-01-28T16:24:10.841Z] ---> Running in 0a45416bba6f [2021-01-28T16:24:18.188Z] Removing intermediate container f91b5c563c50 [2021-01-28T16:24:18.188Z] ---> 1c3f38c7b98d [2021-01-28T16:24:18.188Z] Step 8/22 : COPY . . [2021-01-28T16:24:18.188Z] Removing intermediate container ada3d132d8df [2021-01-28T16:24:18.188Z] ---> d44b4ea2d516 [2021-01-28T16:24:18.188Z] Step 8/22 : COPY . . [2021-01-28T16:24:37.685Z] Removing intermediate container 0a45416bba6f [2021-01-28T16:24:37.686Z] ---> 43395c27e74d [2021-01-28T16:24:37.686Z] Successfully built 43395c27e74d [2021-01-28T16:24:37.686Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:24:38.085Z] + docker inspect -f . ci-base-image-arm64 [2021-01-28T16:24:38.085Z] . [Pipeline] withDockerContainer [2021-01-28T16:24:38.376Z] prd-ubuntu18.04-docker-arm64-4c-16g-23777 does not seem to be running inside a container [2021-01-28T16:24:38.465Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-28T16:24:39.867Z] $ docker top 079b60bcd1197c50c3e05816ca032688a2d88adc45684b177152dd3eff4e275c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T16:24:40.981Z] + go version [2021-01-28T16:24:40.981Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-28T16:24:41.033Z] $ docker stop --time=1 079b60bcd1197c50c3e05816ca032688a2d88adc45684b177152dd3eff4e275c [2021-01-28T16:24:42.951Z] $ docker rm -f 079b60bcd1197c50c3e05816ca032688a2d88adc45684b177152dd3eff4e275c [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-28T16:24:44.295Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T16:24:44.295Z] [2021-01-28T16:24:44.295Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:24:44.694Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T16:24:44.694Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-28T16:24:44.694Z] 29e5d40040c1: Pulling fs layer [2021-01-28T16:24:44.694Z] 1ce36da41761: Pulling fs layer [2021-01-28T16:24:44.694Z] 25b303627fd3: Pulling fs layer [2021-01-28T16:24:44.969Z] 29e5d40040c1: Verifying Checksum [2021-01-28T16:24:44.969Z] 29e5d40040c1: Download complete [2021-01-28T16:24:45.569Z] 29e5d40040c1: Pull complete [2021-01-28T16:24:45.569Z] 1ce36da41761: Verifying Checksum [2021-01-28T16:24:45.569Z] 1ce36da41761: Download complete [2021-01-28T16:24:47.002Z] 1ce36da41761: Pull complete [2021-01-28T16:24:47.601Z] 25b303627fd3: Verifying Checksum [2021-01-28T16:24:47.601Z] 25b303627fd3: Download complete [2021-01-28T16:24:57.179Z] ---> 35447266e3f6 [2021-01-28T16:24:57.179Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-28T16:24:57.179Z] ---> 740d7b9b42e0 [2021-01-28T16:24:57.179Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-28T16:24:57.179Z] ---> Running in e705bf66a221 [2021-01-28T16:24:57.179Z] ---> Running in 266271e30023 [2021-01-28T16:24:57.179Z] ---> 0b7808a960d8 [2021-01-28T16:24:57.179Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-28T16:24:57.179Z] ---> 77e3cde82ecb [2021-01-28T16:24:57.179Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-28T16:24:57.179Z] ---> e78bf9ce6690 [2021-01-28T16:24:57.179Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-28T16:24:57.179Z] ---> Running in 40bf2c6db575 [2021-01-28T16:24:57.179Z] ---> Running in ccd76ed4a2ff [2021-01-28T16:24:57.179Z] ---> Running in 195dd203a592 [2021-01-28T16:24:57.179Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/core-data/core-data ./cmd/core-data [2021-01-28T16:24:57.179Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-28T16:24:57.179Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/core-command/core-command ./cmd/core-command [2021-01-28T16:24:57.179Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-28T16:24:57.179Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-28T16:24:57.800Z] 25b303627fd3: Pull complete [2021-01-28T16:24:57.800Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-28T16:24:57.800Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T16:24:57.800Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-28T16:24:58.125Z] prd-ubuntu18.04-docker-arm64-4c-16g-23777 does not seem to be running inside a container [2021-01-28T16:24:58.275Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-28T16:25:01.479Z] $ docker top 9624545bb519d6459351b53bdb32ec80aa52e987d7416746f146a984e7bffdbd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T16:25:02.700Z] + grep parallel [2021-01-28T16:25:02.700Z] + docker-compose build --help [2021-01-28T16:25:06.161Z] --parallel Build images in parallel. [Pipeline] } [2021-01-28T16:25:06.470Z] $ docker stop --time=1 9624545bb519d6459351b53bdb32ec80aa52e987d7416746f146a984e7bffdbd [2021-01-28T16:25:08.450Z] $ docker rm -f 9624545bb519d6459351b53bdb32ec80aa52e987d7416746f146a984e7bffdbd [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:25:09.344Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T16:25:09.344Z] . [Pipeline] withDockerContainer [2021-01-28T16:25:09.611Z] prd-ubuntu18.04-docker-arm64-4c-16g-23777 does not seem to be running inside a container [2021-01-28T16:25:09.692Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-28T16:25:11.147Z] $ docker top de3491e4e24f26f340453156cca7cb36338f97207143b5c8c0caca1c4c10f2b7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T16:25:12.245Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-28T16:25:15.728Z] Building docker-core-command-go ... [2021-01-28T16:25:15.728Z] Building docker-core-data-go ... [2021-01-28T16:25:15.728Z] Building docker-core-metadata-go ... [2021-01-28T16:25:15.728Z] Building docker-security-bootstrap-redis-go ... [2021-01-28T16:25:15.728Z] Building docker-security-proxy-setup-go ... [2021-01-28T16:25:15.728Z] Building docker-security-secrets-setup-go ... [2021-01-28T16:25:15.728Z] Building docker-security-secretstore-setup-go ... [2021-01-28T16:25:15.728Z] Building docker-support-logging-go ... [2021-01-28T16:25:15.728Z] Building docker-support-notifications-go ... [2021-01-28T16:25:15.728Z] Building docker-support-scheduler-go ... [2021-01-28T16:25:15.728Z] Building docker-sys-mgmt-agent-go ... [2021-01-28T16:25:15.728Z] Building docker-support-logging-go [2021-01-28T16:25:15.728Z] Building docker-support-notifications-go [2021-01-28T16:25:15.728Z] Building docker-core-metadata-go [2021-01-28T16:25:15.728Z] Building docker-security-secrets-setup-go [2021-01-28T16:25:15.728Z] Building docker-support-scheduler-go [2021-01-28T16:25:29.615Z] Removing intermediate container 195dd203a592 [2021-01-28T16:25:29.615Z] ---> 57fb93defab5 [2021-01-28T16:25:29.615Z] [2021-01-28T16:25:29.615Z] Step 10/22 : FROM alpine:3.10 [2021-01-28T16:25:29.615Z] 3.10: Pulling from library/alpine [2021-01-28T16:25:29.615Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2021-01-28T16:25:29.615Z] Status: Downloaded newer image for alpine:3.10 [2021-01-28T16:25:29.615Z] ---> be4e4bea2c2e [2021-01-28T16:25:29.615Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2021-01-28T16:25:29.615Z] ---> Running in fbbbeaeee29f [2021-01-28T16:25:29.615Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2021-01-28T16:25:29.615Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2021-01-28T16:25:29.615Z] v3.10.5-181-ge7d73bb631 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2021-01-28T16:25:29.615Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2021-01-28T16:25:29.615Z] OK: 10350 distinct packages available [2021-01-28T16:25:29.615Z] (1/5) Installing ca-certificates (20191127-r2) [2021-01-28T16:25:29.615Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2021-01-28T16:25:29.615Z] (3/5) Installing libcurl (7.66.0-r3) [2021-01-28T16:25:29.615Z] (4/5) Installing curl (7.66.0-r3) [2021-01-28T16:25:29.615Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-28T16:25:29.615Z] Executing busybox-1.30.1-r3.trigger [2021-01-28T16:25:29.615Z] Executing ca-certificates-20191127-r2.trigger [2021-01-28T16:25:29.615Z] OK: 7 MiB in 19 packages [2021-01-28T16:25:32.202Z] Removing intermediate container 266271e30023 [2021-01-28T16:25:32.202Z] ---> e1c49c4e4bd9 [2021-01-28T16:25:32.202Z] [2021-01-28T16:25:32.202Z] Step 10/22 : FROM scratch [2021-01-28T16:25:32.202Z] ---> [2021-01-28T16:25:32.202Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-28T16:25:32.202Z] Removing intermediate container e705bf66a221 [2021-01-28T16:25:32.202Z] ---> dd15af6fef5b [2021-01-28T16:25:32.202Z] [2021-01-28T16:25:32.202Z] Step 10/24 : FROM scratch [2021-01-28T16:25:32.202Z] ---> [2021-01-28T16:25:32.202Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-28T16:25:32.793Z] ---> Running in 68d567d4fd1d [2021-01-28T16:25:32.793Z] ---> Running in ba1644937777 [2021-01-28T16:25:35.381Z] Removing intermediate container fbbbeaeee29f [2021-01-28T16:25:35.381Z] ---> b637d8e3320b [2021-01-28T16:25:35.381Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-28T16:25:35.381Z] Removing intermediate container ba1644937777 [2021-01-28T16:25:35.381Z] ---> 77172afc1955 [2021-01-28T16:25:35.381Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-28T16:25:35.381Z] Removing intermediate container 68d567d4fd1d [2021-01-28T16:25:35.381Z] ---> 083c4a695eff [2021-01-28T16:25:35.381Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-28T16:25:35.662Z] ---> Running in 0bf5926b62d7 [2021-01-28T16:25:35.662Z] Removing intermediate container ccd76ed4a2ff [2021-01-28T16:25:35.662Z] ---> 318167a5a033 [2021-01-28T16:25:35.662Z] [2021-01-28T16:25:35.662Z] Step 10/22 : FROM scratch [2021-01-28T16:25:35.662Z] ---> [2021-01-28T16:25:35.662Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-28T16:25:35.662Z] ---> Running in 38e542f152f5 [2021-01-28T16:25:35.662Z] ---> Running in bd9a0ef3a02d [2021-01-28T16:25:35.662Z] ---> Using cache [2021-01-28T16:25:35.662Z] ---> 083c4a695eff [2021-01-28T16:25:35.662Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-28T16:25:36.246Z] ---> Running in d8e5a34e6a78 [2021-01-28T16:25:36.837Z] Removing intermediate container 0bf5926b62d7 [2021-01-28T16:25:36.837Z] ---> 43db83695c41 [2021-01-28T16:25:36.837Z] Step 13/22 : WORKDIR / [2021-01-28T16:25:37.796Z] Removing intermediate container bd9a0ef3a02d [2021-01-28T16:25:37.796Z] ---> fe47bfbae8ff [2021-01-28T16:25:37.796Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-28T16:25:37.796Z] Removing intermediate container 38e542f152f5 [2021-01-28T16:25:37.796Z] ---> 6372238f13a2 [2021-01-28T16:25:37.796Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-28T16:25:37.796Z] Removing intermediate container d8e5a34e6a78 [2021-01-28T16:25:37.796Z] ---> ffe2f3af3955 [2021-01-28T16:25:37.796Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-28T16:25:37.796Z] ---> Running in b715414ca1c6 [2021-01-28T16:25:37.796Z] ---> Running in 86bfaf8c84bc [2021-01-28T16:25:37.796Z] ---> Running in 44e3a7dfef13 [2021-01-28T16:25:38.379Z] Removing intermediate container 40bf2c6db575 [2021-01-28T16:25:38.379Z] ---> c967d47ae47f [2021-01-28T16:25:38.379Z] [2021-01-28T16:25:38.379Z] Step 10/23 : FROM alpine [2021-01-28T16:25:38.379Z] ---> Running in 11be2fc3d558 [2021-01-28T16:25:38.646Z] latest: Pulling from library/alpine [2021-01-28T16:25:38.646Z] Removing intermediate container 86bfaf8c84bc [2021-01-28T16:25:38.646Z] ---> 8699b0d93824 [2021-01-28T16:25:38.646Z] Step 14/22 : WORKDIR / [2021-01-28T16:25:38.646Z] Removing intermediate container 44e3a7dfef13 [2021-01-28T16:25:38.646Z] ---> 412300cf62a7 [2021-01-28T16:25:38.646Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-28T16:25:38.916Z] Removing intermediate container b715414ca1c6 [2021-01-28T16:25:38.916Z] ---> 0199e1a1c953 [2021-01-28T16:25:38.916Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-28T16:25:39.181Z] ---> Running in a98bf18b62ca [2021-01-28T16:25:39.181Z] Removing intermediate container 11be2fc3d558 [2021-01-28T16:25:39.181Z] ---> f43266f0d73d [2021-01-28T16:25:39.181Z] Step 14/22 : WORKDIR / [2021-01-28T16:25:39.181Z] Digest: sha256:d9a7354e3845ea8466bb00b22224d9116b183e594527fb5b6c3d30bc01a20378 [2021-01-28T16:25:39.181Z] Status: Downloaded newer image for alpine:latest [2021-01-28T16:25:39.181Z] ---> 7731472c3f2a [2021-01-28T16:25:39.181Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-28T16:25:39.455Z] ---> Running in 5424c99b6b91 [2021-01-28T16:25:39.455Z] ---> Running in 338b8e422ec3 [2021-01-28T16:25:39.455Z] Removing intermediate container a98bf18b62ca [2021-01-28T16:25:39.455Z] ---> 8833f1e31c05 [2021-01-28T16:25:39.455Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-28T16:25:39.455Z] ---> 3da2e80a171f [2021-01-28T16:25:39.455Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-28T16:25:39.455Z] ---> 0301c2ac83c3 [2021-01-28T16:25:39.455Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-28T16:25:39.721Z] Removing intermediate container 5424c99b6b91 [2021-01-28T16:25:39.721Z] ---> 3262c635b56a [2021-01-28T16:25:39.721Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-28T16:25:39.721Z] Removing intermediate container 338b8e422ec3 [2021-01-28T16:25:39.721Z] ---> fbe9ba9ba756 [2021-01-28T16:25:39.721Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-28T16:25:40.676Z] ---> c3e8f290ae31 [2021-01-28T16:25:40.676Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-28T16:25:40.676Z] ---> Running in fd32e75a5a07 [2021-01-28T16:25:40.941Z] ---> 17e00d79c19b [2021-01-28T16:25:40.941Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-28T16:25:41.209Z] ---> f53b1b6e0bb5 [2021-01-28T16:25:41.209Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-28T16:25:41.474Z] ---> 93f94fc0ba1c [2021-01-28T16:25:41.474Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-28T16:25:41.474Z] Removing intermediate container fd32e75a5a07 [2021-01-28T16:25:41.474Z] ---> 7ab75dd8824a [2021-01-28T16:25:41.474Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-28T16:25:42.444Z] ---> d4f33c2e53b2 [2021-01-28T16:25:42.444Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-28T16:25:42.714Z] ---> Running in ef016f821827 [2021-01-28T16:25:42.714Z] ---> 2e60c259830e [2021-01-28T16:25:42.714Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-28T16:25:42.714Z] ---> aa7687be0b68 [2021-01-28T16:25:42.714Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-28T16:25:42.714Z] ---> 2e1fa9186fa8 [2021-01-28T16:25:42.714Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-28T16:25:42.981Z] ---> 14ba1e974e92 [2021-01-28T16:25:42.981Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-28T16:25:42.981Z] Removing intermediate container ef016f821827 [2021-01-28T16:25:42.981Z] ---> 1aa81bdd0236 [2021-01-28T16:25:42.981Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T16:25:42.981Z] ---> Running in de8cd2b8ef99 [2021-01-28T16:25:43.253Z] ---> be39b68f6fd8 [2021-01-28T16:25:43.253Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-28T16:25:43.253Z] ---> Running in 87dcd3345bda [2021-01-28T16:25:43.253Z] ---> 8e336bdf711b [2021-01-28T16:25:43.253Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-28T16:25:43.253Z] ---> 1196050d37c3 [2021-01-28T16:25:43.253Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-28T16:25:43.519Z] ---> Running in edbeecfe52bd [2021-01-28T16:25:43.519Z] Removing intermediate container de8cd2b8ef99 [2021-01-28T16:25:43.519Z] ---> edfd8bd44787 [2021-01-28T16:25:43.519Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T16:25:43.519Z] ---> Running in ab5d9de90716 [2021-01-28T16:25:43.791Z] ---> Running in 1853d28cfb1c [2021-01-28T16:25:44.067Z] Removing intermediate container ab5d9de90716 [2021-01-28T16:25:44.067Z] ---> 15bdd22fe19b [2021-01-28T16:25:44.067Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T16:25:44.067Z] ---> f904a64ea674 [2021-01-28T16:25:44.067Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-28T16:25:44.067Z] ---> Running in 6e9bfc24b5cc [2021-01-28T16:25:44.067Z] Removing intermediate container 1853d28cfb1c [2021-01-28T16:25:44.067Z] ---> fbdff23ac243 [2021-01-28T16:25:44.067Z] Step 20/22 : LABEL arch=x86_64 [2021-01-28T16:25:44.334Z] ---> Running in 094c00a8c0c2 [2021-01-28T16:25:44.600Z] ---> 34a4a7d1a303 [2021-01-28T16:25:44.600Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-28T16:25:44.600Z] Removing intermediate container 6e9bfc24b5cc [2021-01-28T16:25:44.600Z] ---> 150368b83de7 [2021-01-28T16:25:44.600Z] Step 20/22 : LABEL arch=x86_64 [2021-01-28T16:25:44.600Z] ---> Running in a756b9642e46 [2021-01-28T16:25:44.600Z] ---> Running in e4141e23af92 [2021-01-28T16:25:44.600Z] Removing intermediate container 094c00a8c0c2 [2021-01-28T16:25:44.600Z] ---> c257c221a760 [2021-01-28T16:25:44.600Z] Step 21/22 : LABEL git_sha=9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:25:44.868Z] ---> Running in f549ab1b918c [2021-01-28T16:25:45.135Z] Removing intermediate container a756b9642e46 [2021-01-28T16:25:45.135Z] ---> 1539be8e3118 [2021-01-28T16:25:45.135Z] Step 21/22 : LABEL git_sha=9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:25:45.135Z] Removing intermediate container e4141e23af92 [2021-01-28T16:25:45.135Z] ---> ddfd0c55bdf8 [2021-01-28T16:25:45.135Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T16:25:45.401Z] ---> Running in 5b1b9cff6a5f [2021-01-28T16:25:45.401Z] ---> Running in afd12a0c3881 [2021-01-28T16:25:45.401Z] Removing intermediate container edbeecfe52bd [2021-01-28T16:25:45.401Z] ---> 54e2d3a9055b [2021-01-28T16:25:45.401Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-28T16:25:45.401Z] Removing intermediate container f549ab1b918c [2021-01-28T16:25:45.401Z] ---> 2eb42be5a8cd [2021-01-28T16:25:45.401Z] Step 22/22 : LABEL version=1.3.1-dev.1 [2021-01-28T16:25:45.401Z] Removing intermediate container 87dcd3345bda [2021-01-28T16:25:45.401Z] ---> 70ef251df897 [2021-01-28T16:25:45.401Z] Step 15/23 : RUN apk --no-cache add zeromq [2021-01-28T16:25:45.666Z] ---> Running in bb546510371d [2021-01-28T16:25:45.666Z] ---> Running in 2a4610e37883 [2021-01-28T16:25:45.666Z] ---> Running in 32a413f2e2d3 [2021-01-28T16:25:45.666Z] Removing intermediate container 5b1b9cff6a5f [2021-01-28T16:25:45.666Z] ---> f2fc2313ba41 [2021-01-28T16:25:45.666Z] Step 22/22 : LABEL version=1.3.1-dev.1 [2021-01-28T16:25:45.932Z] Removing intermediate container afd12a0c3881 [2021-01-28T16:25:45.932Z] ---> bbf4cbd9a0f9 [2021-01-28T16:25:45.932Z] Step 22/24 : LABEL arch=x86_64 [2021-01-28T16:25:45.932Z] ---> Running in 00dff92ec3ff [2021-01-28T16:25:46.198Z] ---> Running in f6ed07d2d59e [2021-01-28T16:25:46.198Z] Removing intermediate container bb546510371d [2021-01-28T16:25:46.198Z] ---> 1f12892a6ffe [2021-01-28T16:25:46.198Z] [2021-01-28T16:25:46.198Z] Removing intermediate container 2a4610e37883 [2021-01-28T16:25:46.198Z] ---> f92c2496d391 [2021-01-28T16:25:46.198Z] Step 20/22 : LABEL arch=x86_64 [2021-01-28T16:25:46.198Z] ---> Running in 6de9d5ff454d [2021-01-28T16:25:46.462Z] Removing intermediate container 00dff92ec3ff [2021-01-28T16:25:46.463Z] ---> 9c4b511b08e7 [2021-01-28T16:25:46.463Z] [2021-01-28T16:25:46.463Z] Removing intermediate container f6ed07d2d59e [2021-01-28T16:25:46.463Z] ---> 2e70c5b93fb0 [2021-01-28T16:25:46.463Z] Step 23/24 : LABEL git_sha=9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:25:46.463Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-01-28T16:25:46.463Z] Successfully built 1f12892a6ffe [2021-01-28T16:25:46.463Z] Successfully built 9c4b511b08e7 [2021-01-28T16:25:46.736Z] Successfully tagged docker-core-command-go:latest [2021-01-28T16:25:46.736Z]  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go [2021-01-28T16:25:46.736Z] Successfully tagged docker-core-metadata-go:latest [2021-01-28T16:25:46.736Z] Building docker-support-logging-go [2021-01-28T16:25:46.736Z] ---> Running in 49e1e8d3348d [2021-01-28T16:25:47.007Z]  Building docker-core-metadata-go ... done Removing intermediate container 6de9d5ff454d [2021-01-28T16:25:47.007Z] ---> 9dc59186e53a [2021-01-28T16:25:47.007Z] Step 21/22 : LABEL git_sha=9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:25:47.007Z] ---> Running in 4363838261c4 [2021-01-28T16:25:47.007Z] Removing intermediate container 49e1e8d3348d [2021-01-28T16:25:47.007Z] ---> 781d6a4459a8 [2021-01-28T16:25:47.007Z] Step 24/24 : LABEL version=1.3.1-dev.1 [2021-01-28T16:25:47.273Z] ---> Running in ae7730a2762c [2021-01-28T16:25:47.273Z] Removing intermediate container 4363838261c4 [2021-01-28T16:25:47.273Z] ---> 50f040258c04 [2021-01-28T16:25:47.273Z] Step 22/22 : LABEL version=1.3.1-dev.1 [2021-01-28T16:25:47.273Z] ---> Running in 41a15bc9e74b [2021-01-28T16:25:47.273Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-01-28T16:25:47.273Z] Removing intermediate container ae7730a2762c [2021-01-28T16:25:47.273Z] ---> b0b31ee86258 [2021-01-28T16:25:47.273Z] [2021-01-28T16:25:47.539Z] Removing intermediate container 41a15bc9e74b [2021-01-28T16:25:47.539Z] ---> b5d89450b997 [2021-01-28T16:25:47.539Z] [2021-01-28T16:25:47.539Z] Successfully built b0b31ee86258 [2021-01-28T16:25:47.539Z] Successfully tagged docker-support-notifications-go:latest [2021-01-28T16:25:47.539Z]  Building docker-support-notifications-go ... done Building docker-support-scheduler-go [2021-01-28T16:25:47.539Z] Successfully built b5d89450b997 [2021-01-28T16:25:47.810Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-28T16:25:47.810Z] Building docker-sys-mgmt-agent-go [2021-01-28T16:25:48.075Z]  Building docker-security-bootstrap-redis-go ... done (1/5) Installing libgcc (10.2.1_pre1-r3) [2021-01-28T16:25:48.346Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-28T16:25:48.346Z] (3/5) Installing libstdc++ (10.2.1_pre1-r3) [2021-01-28T16:25:48.612Z] (4/5) Installing libzmq (4.3.3-r1) [2021-01-28T16:25:49.193Z] (5/5) Installing zeromq (4.3.3-r1) [2021-01-28T16:25:49.193Z] Executing busybox-1.32.1-r0.trigger [2021-01-28T16:25:50.150Z] OK: 8 MiB in 19 packages [2021-01-28T16:25:52.730Z] Removing intermediate container 32a413f2e2d3 [2021-01-28T16:25:52.730Z] ---> 935e032a7540 [2021-01-28T16:25:52.730Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-28T16:25:56.057Z] ---> 521b93b9fadd [2021-01-28T16:25:56.057Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-28T16:25:59.407Z] ---> ed342b834c90 [2021-01-28T16:25:59.407Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-28T16:25:59.407Z] ---> 9fa5c336d8c2 [2021-01-28T16:25:59.407Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-28T16:25:59.407Z] ---> Running in 5991da6b51db [2021-01-28T16:25:59.407Z] Removing intermediate container 5991da6b51db [2021-01-28T16:25:59.407Z] ---> bef5ef259381 [2021-01-28T16:25:59.407Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T16:25:59.407Z] ---> Running in cc9cedbad99e [2021-01-28T16:25:59.674Z] Removing intermediate container cc9cedbad99e [2021-01-28T16:25:59.674Z] ---> 2339b86074df [2021-01-28T16:25:59.674Z] Step 21/23 : LABEL arch=x86_64 [2021-01-28T16:25:59.674Z] ---> Running in b540b6542ce2 [2021-01-28T16:25:59.940Z] Removing intermediate container b540b6542ce2 [2021-01-28T16:25:59.940Z] ---> 96b2116d9d3b [2021-01-28T16:25:59.940Z] Step 22/23 : LABEL git_sha=9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:25:59.940Z] ---> Running in cef4568f42dc [2021-01-28T16:26:02.705Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-28T16:26:02.705Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-28T16:26:02.705Z] ---> 43395c27e74d [2021-01-28T16:26:02.705Z] Step 3/21 : WORKDIR /edgex-go [2021-01-28T16:26:02.705Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-28T16:26:02.705Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T16:26:02.705Z] ---> 43395c27e74d [2021-01-28T16:26:02.705Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T16:26:02.705Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-28T16:26:02.705Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T16:26:02.705Z] ---> 43395c27e74d [2021-01-28T16:26:02.705Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T16:26:02.705Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-28T16:26:02.705Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-28T16:26:02.705Z] ---> 43395c27e74d [2021-01-28T16:26:02.705Z] Step 3/24 : WORKDIR /edgex-go [2021-01-28T16:26:02.705Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-28T16:26:02.705Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2021-01-28T16:26:02.705Z] ---> 43395c27e74d [2021-01-28T16:26:02.705Z] Step 3/29 : WORKDIR /edgex-go [2021-01-28T16:26:03.305Z] Removing intermediate container cef4568f42dc [2021-01-28T16:26:03.305Z] ---> c2b316caff4b [2021-01-28T16:26:03.305Z] Step 23/23 : LABEL version=1.3.1-dev.1 [2021-01-28T16:26:06.093Z] ---> Running in 69d186e24bf9 [2021-01-28T16:26:06.094Z] ---> Running in 9e9f4a8739d7 [2021-01-28T16:26:06.094Z] ---> Running in ab432cf8b3c4 [2021-01-28T16:26:06.094Z] ---> Running in 83d44cfb8928 [2021-01-28T16:26:06.094Z] ---> Running in 1baaf009aa27 [2021-01-28T16:26:06.687Z] Removing intermediate container 83d44cfb8928 [2021-01-28T16:26:06.687Z] ---> 69bac9cad339 [2021-01-28T16:26:06.687Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T16:26:06.687Z] Removing intermediate container 69d186e24bf9 [2021-01-28T16:26:06.687Z] ---> 229e6812340e [2021-01-28T16:26:06.687Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T16:26:06.687Z] Removing intermediate container 1baaf009aa27 [2021-01-28T16:26:06.687Z] ---> d2419c9d154e [2021-01-28T16:26:06.687Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T16:26:06.687Z] Removing intermediate container 9e9f4a8739d7 [2021-01-28T16:26:06.687Z] ---> f65bb96a07de [2021-01-28T16:26:06.687Z] Removing intermediate container ab432cf8b3c4 [2021-01-28T16:26:06.687Z] ---> a88f58601796 [2021-01-28T16:26:06.687Z] Step 4/29 : RUN apk update && apk add make git [2021-01-28T16:26:06.687Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T16:26:06.962Z] ---> Running in 425ce6160e0f [2021-01-28T16:26:06.962Z] ---> Running in e97bff5a16e7 [2021-01-28T16:26:06.962Z] ---> Running in 8715a206af55 [2021-01-28T16:26:06.962Z] ---> Running in a5c760765007 [2021-01-28T16:26:06.962Z] ---> Running in c52f402d425a [2021-01-28T16:26:09.617Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T16:26:10.623Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T16:26:10.623Z] Removing intermediate container 425ce6160e0f [2021-01-28T16:26:10.623Z] ---> 38ef3a3fba3e [2021-01-28T16:26:10.623Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2021-01-28T16:26:10.623Z] Removing intermediate container e97bff5a16e7 [2021-01-28T16:26:10.623Z] ---> 38b63d10312e [2021-01-28T16:26:10.623Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2021-01-28T16:26:10.623Z] ---> Running in 1a7fdf6655b5 [2021-01-28T16:26:10.897Z] ---> Running in 8b5f7d185ebe [2021-01-28T16:26:11.175Z] Removing intermediate container a5c760765007 [2021-01-28T16:26:11.175Z] ---> 43945372b90b [2021-01-28T16:26:11.175Z] Step 5/22 : RUN apk update && apk add make git [2021-01-28T16:26:11.175Z] Removing intermediate container 8715a206af55 [2021-01-28T16:26:11.175Z] ---> 45ac9a2decfc [2021-01-28T16:26:11.175Z] Step 5/21 : RUN apk update && apk add make git [2021-01-28T16:26:11.449Z] ---> Running in f54072b8f70a [2021-01-28T16:26:11.449Z] ---> Running in 75cf1cbc5822 [2021-01-28T16:26:11.578Z] ---> Running in da6fb4ef3535 [2021-01-28T16:26:11.731Z] v3.12.3-81-g327ae4ffe9 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-28T16:26:11.731Z] v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-28T16:26:11.731Z] OK: 12622 distinct packages available [2021-01-28T16:26:12.555Z] Removing intermediate container da6fb4ef3535 [2021-01-28T16:26:12.555Z] ---> c4d9f4e8aa95 [2021-01-28T16:26:12.555Z] [2021-01-28T16:26:12.726Z] OK: 217 MiB in 51 packages [2021-01-28T16:26:12.726Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T16:26:12.999Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T16:26:13.271Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T16:26:13.271Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T16:26:13.531Z] Successfully built c4d9f4e8aa95 [2021-01-28T16:26:13.549Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T16:26:13.799Z] Successfully tagged docker-core-data-go:latest [2021-01-28T16:26:13.799Z]  Building docker-core-data-go ... done Building docker-security-proxy-setup-go [2021-01-28T16:26:13.799Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-28T16:26:13.799Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T16:26:13.799Z] ---> aff156b6efda [2021-01-28T16:26:13.799Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T16:26:13.799Z] ---> Using cache [2021-01-28T16:26:13.799Z] ---> 679b68334ee6 [2021-01-28T16:26:13.799Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T16:26:13.799Z] ---> Using cache [2021-01-28T16:26:13.799Z] ---> c21ecab636a4 [2021-01-28T16:26:13.799Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2021-01-28T16:26:13.822Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T16:26:14.100Z] Removing intermediate container c52f402d425a [2021-01-28T16:26:14.100Z] ---> c3036e60053f [2021-01-28T16:26:14.100Z] Step 5/29 : COPY go.mod . [2021-01-28T16:26:14.100Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T16:26:14.375Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T16:26:14.385Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-28T16:26:14.385Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-28T16:26:14.385Z] ---> aff156b6efda [2021-01-28T16:26:14.385Z] Step 3/24 : WORKDIR /edgex-go [2021-01-28T16:26:14.385Z] ---> Using cache [2021-01-28T16:26:14.385Z] ---> 679b68334ee6 [2021-01-28T16:26:14.385Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T16:26:14.385Z] ---> Using cache [2021-01-28T16:26:14.385Z] ---> c21ecab636a4 [2021-01-28T16:26:14.385Z] Step 5/24 : RUN apk update && apk add make git [2021-01-28T16:26:14.385Z] ---> Using cache [2021-01-28T16:26:14.385Z] ---> 6bc88d0bf4f2 [2021-01-28T16:26:14.385Z] Step 6/24 : COPY go.mod . [2021-01-28T16:26:14.653Z] v3.12.3-81-g327ae4ffe9 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-28T16:26:14.653Z] v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-28T16:26:14.653Z] OK: 12622 distinct packages available [2021-01-28T16:26:14.654Z] ---> Using cache [2021-01-28T16:26:14.654Z] ---> 3b7aee9a83f8 [2021-01-28T16:26:14.654Z] Step 7/24 : RUN go mod download [2021-01-28T16:26:14.920Z] ---> Using cache [2021-01-28T16:26:14.920Z] ---> 1c3f38c7b98d [2021-01-28T16:26:14.920Z] Step 8/24 : COPY . . [2021-01-28T16:26:14.920Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-28T16:26:14.920Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-28T16:26:14.920Z] ---> aff156b6efda [2021-01-28T16:26:14.920Z] Step 3/21 : WORKDIR /edgex-go [2021-01-28T16:26:14.920Z] ---> Using cache [2021-01-28T16:26:14.920Z] ---> 679b68334ee6 [2021-01-28T16:26:14.920Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T16:26:14.920Z] ---> Using cache [2021-01-28T16:26:14.920Z] ---> c21ecab636a4 [2021-01-28T16:26:14.920Z] Step 5/21 : RUN apk update && apk add make git [2021-01-28T16:26:14.920Z] ---> Using cache [2021-01-28T16:26:14.920Z] ---> 6bc88d0bf4f2 [2021-01-28T16:26:14.920Z] Step 6/21 : COPY go.mod . [2021-01-28T16:26:14.920Z] ---> Using cache [2021-01-28T16:26:14.920Z] ---> 3b7aee9a83f8 [2021-01-28T16:26:14.920Z] Step 7/21 : RUN go mod download [2021-01-28T16:26:14.920Z] ---> Using cache [2021-01-28T16:26:14.920Z] ---> 1c3f38c7b98d [2021-01-28T16:26:14.920Z] Step 8/21 : COPY . . [2021-01-28T16:26:14.920Z] ---> Using cache [2021-01-28T16:26:14.920Z] ---> 77e3cde82ecb [2021-01-28T16:26:14.920Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-28T16:26:14.920Z] ---> Using cache [2021-01-28T16:26:14.920Z] ---> 77e3cde82ecb [2021-01-28T16:26:14.920Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-28T16:26:14.942Z] v3.12.3-81-g327ae4ffe9 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-28T16:26:14.942Z] v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-28T16:26:14.942Z] OK: 12622 distinct packages available [2021-01-28T16:26:14.942Z] ---> 8473e812fb7b [2021-01-28T16:26:14.942Z] Step 6/29 : RUN go mod download [2021-01-28T16:26:15.185Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-28T16:26:15.185Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2021-01-28T16:26:15.185Z] ---> aff156b6efda [2021-01-28T16:26:15.185Z] Step 3/27 : WORKDIR /edgex-go [2021-01-28T16:26:15.185Z] ---> Using cache [2021-01-28T16:26:15.185Z] ---> 679b68334ee6 [2021-01-28T16:26:15.185Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T16:26:15.185Z] ---> Using cache [2021-01-28T16:26:15.185Z] ---> c21ecab636a4 [2021-01-28T16:26:15.185Z] Step 5/27 : RUN apk update && apk add make bash git [2021-01-28T16:26:15.231Z] ---> Running in 657f19786c0a [2021-01-28T16:26:15.231Z] v3.12.3-81-g327ae4ffe9 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-28T16:26:15.231Z] v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-28T16:26:15.231Z] OK: 12622 distinct packages available [2021-01-28T16:26:15.515Z] v3.12.3-81-g327ae4ffe9 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-28T16:26:15.515Z] v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-28T16:26:15.515Z] OK: 12622 distinct packages available [2021-01-28T16:26:15.515Z] OK: 217 MiB in 51 packages [2021-01-28T16:26:16.118Z] OK: 217 MiB in 51 packages [2021-01-28T16:26:16.399Z] OK: 217 MiB in 51 packages [2021-01-28T16:26:16.399Z] OK: 217 MiB in 51 packages [2021-01-28T16:26:16.585Z] ---> Running in 6da72db5322c [2021-01-28T16:26:16.585Z] ---> Running in 7bc2301d5f82 [2021-01-28T16:26:16.585Z] ---> Running in de914b1e6b5b [2021-01-28T16:26:16.585Z] ---> Running in 2bcf787d1c8d [2021-01-28T16:26:17.011Z] OK: 217 MiB in 51 packages [2021-01-28T16:26:17.286Z] Removing intermediate container 1a7fdf6655b5 [2021-01-28T16:26:17.287Z] ---> 9814f9c749ed [2021-01-28T16:26:17.287Z] Step 6/24 : COPY go.mod . [2021-01-28T16:26:18.290Z] Removing intermediate container f54072b8f70a [2021-01-28T16:26:18.290Z] ---> c8c6a2030641 [2021-01-28T16:26:18.290Z] Step 6/22 : COPY go.mod . [2021-01-28T16:26:18.566Z] ---> 55438379be2e [2021-01-28T16:26:18.567Z] Step 7/24 : RUN go mod download [2021-01-28T16:26:18.567Z] Removing intermediate container 75cf1cbc5822 [2021-01-28T16:26:18.567Z] ---> a583251011cf [2021-01-28T16:26:18.567Z] Step 6/21 : COPY go.mod . [2021-01-28T16:26:18.842Z] ---> Running in c894e424bc96 [2021-01-28T16:26:18.842Z] Removing intermediate container 8b5f7d185ebe [2021-01-28T16:26:18.842Z] ---> d78473f59285 [2021-01-28T16:26:18.842Z] Step 6/22 : COPY go.mod . [2021-01-28T16:26:19.117Z] Removing intermediate container 657f19786c0a [2021-01-28T16:26:19.117Z] ---> 74a4ef962f0c [2021-01-28T16:26:19.117Z] Step 7/29 : COPY . . [2021-01-28T16:26:19.117Z] ---> d67fd25d1b3f [2021-01-28T16:26:19.117Z] Step 7/22 : RUN go mod download [2021-01-28T16:26:19.174Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-28T16:26:19.174Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T16:26:19.174Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T16:26:19.174Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-28T16:26:19.442Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T16:26:19.442Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T16:26:19.718Z] ---> Running in 7118d920b7eb [2021-01-28T16:26:20.005Z] ---> c3bc2957e72c [2021-01-28T16:26:20.005Z] Step 7/21 : RUN go mod download [2021-01-28T16:26:20.005Z] ---> d1b2508f430a [2021-01-28T16:26:20.005Z] Step 7/22 : RUN go mod download [2021-01-28T16:26:20.279Z] ---> Running in a73b0ab77efd [2021-01-28T16:26:20.279Z] ---> Running in f219410eded8 [2021-01-28T16:26:20.443Z] v3.12.3-81-g327ae4ffe9 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-28T16:26:20.443Z] v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-28T16:26:20.443Z] OK: 12752 distinct packages available [2021-01-28T16:26:20.443Z] v3.12.3-81-g327ae4ffe9 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-28T16:26:20.443Z] v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-28T16:26:20.443Z] OK: 12752 distinct packages available [2021-01-28T16:26:20.720Z] OK: 233 MiB in 51 packages [2021-01-28T16:26:20.720Z] OK: 233 MiB in 51 packages [2021-01-28T16:26:20.999Z] OK: 233 MiB in 51 packages [2021-01-28T16:26:23.600Z] Removing intermediate container 6da72db5322c [2021-01-28T16:26:23.600Z] ---> fe2e06e5e11a [2021-01-28T16:26:23.600Z] Step 6/22 : COPY go.mod . [2021-01-28T16:26:23.600Z] Removing intermediate container 2bcf787d1c8d [2021-01-28T16:26:23.600Z] ---> 2eacf697281a [2021-01-28T16:26:23.600Z] Step 6/27 : COPY go.mod . [2021-01-28T16:26:23.704Z] Removing intermediate container c894e424bc96 [2021-01-28T16:26:23.704Z] ---> 5152a3e8cfd1 [2021-01-28T16:26:23.704Z] Step 8/24 : COPY . . [2021-01-28T16:26:23.977Z] Removing intermediate container 7118d920b7eb [2021-01-28T16:26:23.977Z] ---> 51ce19854fe9 [2021-01-28T16:26:23.977Z] Step 8/22 : COPY . . [2021-01-28T16:26:24.128Z] ---> 6e276b82f301 [2021-01-28T16:26:24.128Z] Step 7/27 : RUN go mod download [2021-01-28T16:26:24.431Z] ---> d7af519fc8d1 [2021-01-28T16:26:24.431Z] Step 7/22 : RUN go mod download [2021-01-28T16:26:24.431Z] ---> Running in a00b4ba74c1b [2021-01-28T16:26:24.431Z] ---> Running in 6483b27c7c18 [2021-01-28T16:26:25.425Z] Removing intermediate container f219410eded8 [2021-01-28T16:26:25.425Z] ---> 17424a8f67b5 [2021-01-28T16:26:25.425Z] Step 8/21 : COPY . . [2021-01-28T16:26:25.425Z] Removing intermediate container a73b0ab77efd [2021-01-28T16:26:25.425Z] ---> edfd0c7dd8b8 [2021-01-28T16:26:25.425Z] Step 8/22 : COPY . . [2021-01-28T16:26:30.045Z] Removing intermediate container 6483b27c7c18 [2021-01-28T16:26:30.045Z] ---> 62d939afe24a [2021-01-28T16:26:30.045Z] Step 8/22 : COPY . . [2021-01-28T16:26:30.646Z] Removing intermediate container a00b4ba74c1b [2021-01-28T16:26:30.646Z] ---> 9bcbaeea3f8a [2021-01-28T16:26:30.646Z] Step 8/27 : COPY . . [2021-01-28T16:26:36.160Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-28T16:26:36.160Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2021-01-28T16:26:36.160Z] ---> aff156b6efda [2021-01-28T16:26:36.160Z] Step 3/20 : WORKDIR /edgex-go [2021-01-28T16:26:36.160Z] ---> Using cache [2021-01-28T16:26:36.160Z] ---> 679b68334ee6 [2021-01-28T16:26:36.160Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T16:26:36.160Z] ---> Using cache [2021-01-28T16:26:36.160Z] ---> c21ecab636a4 [2021-01-28T16:26:36.160Z] Step 5/20 : RUN apk update && apk add make git [2021-01-28T16:26:36.160Z] ---> Using cache [2021-01-28T16:26:36.160Z] ---> 6bc88d0bf4f2 [2021-01-28T16:26:36.160Z] Step 6/20 : COPY go.mod . [2021-01-28T16:26:36.160Z] ---> Using cache [2021-01-28T16:26:36.160Z] ---> 3b7aee9a83f8 [2021-01-28T16:26:36.160Z] Step 7/20 : RUN go mod download [2021-01-28T16:26:36.160Z] ---> Using cache [2021-01-28T16:26:36.160Z] ---> 1c3f38c7b98d [2021-01-28T16:26:36.160Z] Step 8/20 : COPY . . [2021-01-28T16:26:36.160Z] ---> Using cache [2021-01-28T16:26:36.160Z] ---> 77e3cde82ecb [2021-01-28T16:26:36.160Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2021-01-28T16:26:40.556Z] ---> 76cb0893332a [2021-01-28T16:26:40.557Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2021-01-28T16:26:40.557Z] ---> Running in 36fd839870a5 [2021-01-28T16:26:40.557Z] ---> 47d9d7b688cd [2021-01-28T16:26:40.557Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-28T16:26:40.557Z] ---> 4b7a1a3c3b6b [2021-01-28T16:26:40.557Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-28T16:26:40.557Z] ---> 2c177688bfd6 [2021-01-28T16:26:40.557Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2021-01-28T16:26:40.557Z] ---> 089a506b6237 [2021-01-28T16:26:40.557Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-28T16:26:40.557Z] ---> Running in 91f5704e44d2 [2021-01-28T16:26:40.557Z] ---> Running in f82afbb58d51 [2021-01-28T16:26:40.557Z] ---> Running in 8bf3677818ec [2021-01-28T16:26:40.557Z] ---> Running in 059cac2b0268 [2021-01-28T16:26:41.537Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2021-01-28T16:26:41.719Z] ---> Running in 59ef278ac340 [2021-01-28T16:26:42.140Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/support-logging/support-logging ./cmd/support-logging [2021-01-28T16:26:42.140Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-28T16:26:42.417Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-28T16:26:42.417Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-28T16:26:44.300Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-28T16:26:46.917Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-28T16:26:59.371Z] Removing intermediate container de914b1e6b5b [2021-01-28T16:26:59.371Z] ---> 1a0a2cf3cfa8 [2021-01-28T16:26:59.371Z] [2021-01-28T16:26:59.371Z] Step 10/21 : FROM scratch [2021-01-28T16:26:59.371Z] ---> [2021-01-28T16:26:59.371Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-28T16:27:00.359Z] ---> Using cache [2021-01-28T16:27:00.359Z] ---> 083c4a695eff [2021-01-28T16:27:00.359Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-28T16:27:00.633Z] ---> eec0c5ede2e8 [2021-01-28T16:27:00.633Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-28T16:27:01.209Z] ---> 160d072e60b0 [2021-01-28T16:27:01.209Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2021-01-28T16:27:01.209Z] ---> Running in 6fc9ed4c85f8 [2021-01-28T16:27:01.209Z] ---> Running in 196d7124c876 [2021-01-28T16:27:01.209Z] Removing intermediate container 7bc2301d5f82 [2021-01-28T16:27:01.209Z] ---> 653e7dba93b0 [2021-01-28T16:27:01.209Z] [2021-01-28T16:27:01.209Z] Step 10/24 : FROM alpine:3.10 [2021-01-28T16:27:01.209Z] ---> be4e4bea2c2e [2021-01-28T16:27:01.209Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2021-01-28T16:27:01.209Z] ---> Using cache [2021-01-28T16:27:01.209Z] ---> b637d8e3320b [2021-01-28T16:27:01.209Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T16:27:01.471Z] ---> Running in 89eb04cc9667 [2021-01-28T16:27:01.738Z] ---> Running in af6d7daf7858 [2021-01-28T16:27:01.738Z] Removing intermediate container 6fc9ed4c85f8 [2021-01-28T16:27:01.738Z] ---> d585e700ace4 [2021-01-28T16:27:01.738Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-28T16:27:02.014Z] ---> Running in a6222c8ec3f8 [2021-01-28T16:27:02.283Z] Removing intermediate container af6d7daf7858 [2021-01-28T16:27:02.283Z] ---> 263f6f9a68ba [2021-01-28T16:27:02.283Z] Step 13/24 : WORKDIR / [2021-01-28T16:27:02.283Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-28T16:27:02.283Z] ---> Running in e2090a7b496c [2021-01-28T16:27:02.283Z] Removing intermediate container a6222c8ec3f8 [2021-01-28T16:27:02.283Z] ---> 53a8f4a27c3a [2021-01-28T16:27:02.283Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-28T16:27:02.551Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/support-logging/support-logging ./cmd/support-logging [2021-01-28T16:27:02.551Z] Removing intermediate container e2090a7b496c [2021-01-28T16:27:02.551Z] ---> 3c675950428c [2021-01-28T16:27:02.551Z] 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-28T16:27:02.551Z] ---> 1ec181daac64 [2021-01-28T16:27:02.551Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-28T16:27:03.159Z] ---> a94ee889d63b [2021-01-28T16:27:03.159Z] 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-28T16:27:03.428Z] ---> 481eab0d349a [2021-01-28T16:27:03.429Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-28T16:27:04.379Z] ---> dd55cd284bcd [2021-01-28T16:27:04.379Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-28T16:27:04.691Z] ---> bacaa3d1a942 [2021-01-28T16:27:04.691Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-28T16:27:04.970Z] ---> de3857e12fc4 [2021-01-28T16:27:04.971Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-28T16:27:04.971Z] ---> Running in a5db20038712 [2021-01-28T16:27:05.944Z] Removing intermediate container a5db20038712 [2021-01-28T16:27:05.944Z] ---> 5343735ba888 [2021-01-28T16:27:05.944Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T16:27:06.903Z] ---> 6f906b3c3282 [2021-01-28T16:27:06.903Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-28T16:27:06.903Z] ---> Running in e9fc6c93b5bc [2021-01-28T16:27:07.498Z] Removing intermediate container 59ef278ac340 [2021-01-28T16:27:07.498Z] ---> c8f1c5b49744 [2021-01-28T16:27:07.498Z] [2021-01-28T16:27:07.498Z] Step 10/20 : FROM alpine [2021-01-28T16:27:07.498Z] ---> 7731472c3f2a [2021-01-28T16:27:07.498Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2021-01-28T16:27:07.780Z] Removing intermediate container e9fc6c93b5bc [2021-01-28T16:27:07.780Z] ---> ec6f338da801 [2021-01-28T16:27:07.780Z] Step 19/21 : LABEL arch=x86_64 [2021-01-28T16:27:07.780Z] ---> Running in cdc427ba3216 [2021-01-28T16:27:07.780Z] ---> 7a9237aee38f [2021-01-28T16:27:07.780Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-28T16:27:08.054Z] ---> Running in d16659f8c916 [2021-01-28T16:27:08.671Z] ---> 182901f2c32f [2021-01-28T16:27:08.671Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-28T16:27:08.671Z] Removing intermediate container d16659f8c916 [2021-01-28T16:27:08.671Z] ---> 37bdc0b8ee4a [2021-01-28T16:27:08.671Z] Step 20/21 : LABEL git_sha=9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:27:08.671Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-01-28T16:27:08.945Z] ---> Running in 9ebf2d1363ea [2021-01-28T16:27:08.945Z] ---> Running in 65c8cbe0a71b [2021-01-28T16:27:08.945Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-01-28T16:27:09.213Z] Removing intermediate container 65c8cbe0a71b [2021-01-28T16:27:09.213Z] ---> c2019f8bfd27 [2021-01-28T16:27:09.213Z] Step 21/21 : LABEL version=1.3.1-dev.1 [2021-01-28T16:27:09.480Z] ---> Running in 25a6fa0e92a8 [2021-01-28T16:27:09.480Z] v3.13.0-127-g9cfb48d2a1 [https://dl-cdn.alpinelinux.org/alpine/v3.13/main] [2021-01-28T16:27:09.480Z] v3.13.0-127-g9cfb48d2a1 [https://dl-cdn.alpinelinux.org/alpine/v3.13/community] [2021-01-28T16:27:09.480Z] OK: 13881 distinct packages available [2021-01-28T16:27:09.747Z] Removing intermediate container 25a6fa0e92a8 [2021-01-28T16:27:09.747Z] ---> 03042ecde146 [2021-01-28T16:27:09.747Z] [2021-01-28T16:27:10.014Z] Successfully built 03042ecde146 [2021-01-28T16:27:10.014Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-28T16:27:10.014Z]  Building docker-support-scheduler-go ... done Building docker-security-secrets-setup-go [2021-01-28T16:27:10.014Z] (1/5) Installing ca-certificates (20191127-r5) [2021-01-28T16:27:10.014Z] (2/5) Installing brotli-libs (1.0.9-r3) [2021-01-28T16:27:10.014Z] (3/5) Installing nghttp2-libs (1.42.0-r1) [2021-01-28T16:27:10.286Z] (4/5) Installing libcurl (7.74.0-r0) [2021-01-28T16:27:10.286Z] (5/5) Installing curl (7.74.0-r0) [2021-01-28T16:27:10.286Z] Executing busybox-1.32.1-r0.trigger [2021-01-28T16:27:10.286Z] Executing ca-certificates-20191127-r5.trigger [2021-01-28T16:27:10.561Z] OK: 8 MiB in 19 packages [2021-01-28T16:27:17.263Z] Removing intermediate container 9ebf2d1363ea [2021-01-28T16:27:17.263Z] ---> 93eb31b0a1ad [2021-01-28T16:27:17.263Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-28T16:27:17.263Z] ---> Running in 743b993315a5 [2021-01-28T16:27:17.263Z] Removing intermediate container cdc427ba3216 [2021-01-28T16:27:17.263Z] ---> 6e887d3b4bb9 [2021-01-28T16:27:17.263Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T16:27:18.217Z] Removing intermediate container 743b993315a5 [2021-01-28T16:27:18.217Z] ---> de73cf7c4656 [2021-01-28T16:27:18.217Z] Step 22/24 : LABEL arch=x86_64 [2021-01-28T16:27:19.642Z] ---> Running in 0b9fbc70606d [2021-01-28T16:27:21.063Z] ---> Running in a7524e957c01 [2021-01-28T16:27:23.645Z] Removing intermediate container 0b9fbc70606d [2021-01-28T16:27:23.645Z] ---> ea441508721c [2021-01-28T16:27:23.645Z] Step 13/20 : WORKDIR /edgex [2021-01-28T16:27:24.607Z] Removing intermediate container a7524e957c01 [2021-01-28T16:27:24.607Z] ---> e74adaa03213 [2021-01-28T16:27:24.607Z] Step 23/24 : LABEL git_sha=9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:27:25.207Z] ---> Running in 3f58dea8d25a [2021-01-28T16:27:25.475Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-28T16:27:25.475Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2021-01-28T16:27:25.475Z] ---> aff156b6efda [2021-01-28T16:27:25.475Z] Step 3/29 : WORKDIR /edgex-go [2021-01-28T16:27:25.475Z] ---> Using cache [2021-01-28T16:27:25.475Z] ---> 679b68334ee6 [2021-01-28T16:27:25.475Z] Step 4/29 : RUN apk update && apk add make git [2021-01-28T16:27:26.071Z] ---> Running in 27f6a8d851ca [2021-01-28T16:27:26.347Z] ---> Running in feea5b04f1e7 [2021-01-28T16:27:26.618Z] Removing intermediate container 3f58dea8d25a [2021-01-28T16:27:26.618Z] ---> 93138bb1cc46 [2021-01-28T16:27:26.618Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-28T16:27:26.618Z] Removing intermediate container 27f6a8d851ca [2021-01-28T16:27:26.618Z] ---> fc11fc32b897 [2021-01-28T16:27:26.618Z] Step 24/24 : LABEL version=1.3.1-dev.1 [2021-01-28T16:27:26.894Z] ---> Running in ad725d39ab4e [2021-01-28T16:27:26.894Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T16:27:27.486Z] ---> b74b4b64a784 [2021-01-28T16:27:27.486Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-28T16:27:27.759Z] Removing intermediate container ad725d39ab4e [2021-01-28T16:27:27.760Z] ---> ea2d41687c74 [2021-01-28T16:27:27.760Z] [2021-01-28T16:27:27.760Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T16:27:28.027Z] Successfully built ea2d41687c74 [2021-01-28T16:27:28.294Z] v3.12.3-81-g327ae4ffe9 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-28T16:27:28.294Z] v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-28T16:27:28.294Z] OK: 12752 distinct packages available [2021-01-28T16:27:28.557Z] OK: 233 MiB in 51 packages [2021-01-28T16:27:29.506Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-28T16:27:29.506Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 196d7124c876 [2021-01-28T16:27:29.506Z] ---> 144c39153e08 [2021-01-28T16:27:29.506Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-28T16:27:29.773Z] ---> Running in 3f5432eb8069 [2021-01-28T16:27:29.773Z] ---> bc0154c09862 [2021-01-28T16:27:29.773Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-28T16:27:29.773Z] Removing intermediate container 89eb04cc9667 [2021-01-28T16:27:29.773Z] ---> bf0893dc3665 [2021-01-28T16:27:29.773Z] [2021-01-28T16:27:29.773Z] Step 10/22 : FROM scratch [2021-01-28T16:27:29.773Z] ---> [2021-01-28T16:27:29.773Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-28T16:27:30.034Z] ---> Running in 695490dc27d2 [2021-01-28T16:27:30.034Z] ---> Using cache [2021-01-28T16:27:30.034Z] ---> 77172afc1955 [2021-01-28T16:27:30.034Z] Step 12/22 : ENV APP_PORT=48061 [2021-01-28T16:27:30.296Z] ---> Running in 7977a1e71d3c [2021-01-28T16:27:30.296Z] Removing intermediate container feea5b04f1e7 [2021-01-28T16:27:30.296Z] ---> d74c126d314a [2021-01-28T16:27:30.296Z] Step 5/29 : COPY go.mod . [2021-01-28T16:27:30.296Z] Removing intermediate container 695490dc27d2 [2021-01-28T16:27:30.296Z] ---> 02fd98765415 [2021-01-28T16:27:30.296Z] Step 17/20 : CMD ["--init=true"] [2021-01-28T16:27:30.559Z] ---> Running in ae57b139b019 [2021-01-28T16:27:30.559Z] Removing intermediate container 7977a1e71d3c [2021-01-28T16:27:30.559Z] ---> 4784d5039814 [2021-01-28T16:27:30.559Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-28T16:27:30.559Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-28T16:27:30.559Z] ---> 013adebfc0a1 [2021-01-28T16:27:30.559Z] Step 6/29 : RUN go mod download [2021-01-28T16:27:30.559Z] ---> Running in a9d530f7eede [2021-01-28T16:27:30.821Z] ---> Running in e3fe79ba8d22 [2021-01-28T16:27:30.821Z] Removing intermediate container ae57b139b019 [2021-01-28T16:27:30.821Z] ---> 5ba169784d5d [2021-01-28T16:27:30.821Z] Step 18/20 : LABEL arch=x86_64 [2021-01-28T16:27:31.087Z] ---> Running in 47b2e2f1b510 [2021-01-28T16:27:31.087Z] Removing intermediate container a9d530f7eede [2021-01-28T16:27:31.087Z] ---> 8bc7d4e18184 [2021-01-28T16:27:31.087Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2021-01-28T16:27:31.087Z] Removing intermediate container 47b2e2f1b510 [2021-01-28T16:27:31.087Z] ---> 37af3ac1caba [2021-01-28T16:27:31.087Z] Step 19/20 : LABEL git_sha=9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:27:31.360Z] ---> Running in 0e72c26a4321 [2021-01-28T16:27:31.361Z] ---> f0e31af9db57 [2021-01-28T16:27:31.361Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2021-01-28T16:27:31.628Z] Removing intermediate container 0e72c26a4321 [2021-01-28T16:27:31.628Z] ---> 2503b645111b [2021-01-28T16:27:31.628Z] Step 20/20 : LABEL version=1.3.1-dev.1 [2021-01-28T16:27:31.628Z] ---> a078f7477b48 [2021-01-28T16:27:31.628Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2021-01-28T16:27:31.628Z] ---> Running in 836c27660f16 [2021-01-28T16:27:33.019Z] ---> 4bf61c1c0a18 [2021-01-28T16:27:33.019Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2021-01-28T16:27:33.019Z] Removing intermediate container 836c27660f16 [2021-01-28T16:27:33.019Z] ---> a21e3502125e [2021-01-28T16:27:33.019Z] [2021-01-28T16:27:33.019Z] Removing intermediate container 3f5432eb8069 [2021-01-28T16:27:33.019Z] ---> 1871dcc9f8bf [2021-01-28T16:27:33.019Z] [2021-01-28T16:27:33.019Z] Step 11/27 : FROM docker:latest [2021-01-28T16:27:33.019Z] ---> 1b003a99702a [2021-01-28T16:27:33.019Z] Step 12/27 : RUN apk add --no-cache bash [2021-01-28T16:27:33.019Z] Successfully built a21e3502125e [2021-01-28T16:27:33.280Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-28T16:27:33.280Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container e3fe79ba8d22 [2021-01-28T16:27:33.280Z] ---> 8fa32b663f41 [2021-01-28T16:27:33.280Z] Step 7/29 : COPY . . [2021-01-28T16:27:33.280Z] ---> Running in 5bdb9bc8465a [2021-01-28T16:27:33.280Z] ---> cf9b6c2a5b06 [2021-01-28T16:27:33.280Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2021-01-28T16:27:33.858Z] ---> Running in 6e146813e109 [2021-01-28T16:27:34.436Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T16:27:34.701Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T16:27:34.701Z] Removing intermediate container 6e146813e109 [2021-01-28T16:27:34.701Z] ---> c05c1eba6a49 [2021-01-28T16:27:34.701Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T16:27:34.977Z] (1/2) Installing readline (8.0.4-r0) [2021-01-28T16:27:34.977Z] (2/2) Installing bash (5.0.17-r0) [2021-01-28T16:27:34.977Z] Executing bash-5.0.17-r0.post-install [2021-01-28T16:27:34.977Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T16:27:34.977Z] OK: 12 MiB in 22 packages [2021-01-28T16:27:37.535Z] ---> Running in fbb3a19e5a50 [2021-01-28T16:27:40.106Z] Removing intermediate container fbb3a19e5a50 [2021-01-28T16:27:40.106Z] ---> 24556beeaebf [2021-01-28T16:27:40.106Z] Step 20/22 : LABEL arch=x86_64 [2021-01-28T16:27:42.680Z] ---> Running in f0c252fb58d7 [2021-01-28T16:27:42.680Z] Removing intermediate container 5bdb9bc8465a [2021-01-28T16:27:42.680Z] ---> 5382734d92b6 [2021-01-28T16:27:42.680Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2021-01-28T16:27:44.086Z] ---> Running in a2b642b5ed1a [2021-01-28T16:27:44.086Z] Removing intermediate container f0c252fb58d7 [2021-01-28T16:27:44.086Z] ---> acbad74b7dff [2021-01-28T16:27:44.086Z] Step 21/22 : LABEL git_sha=9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:27:44.357Z] ---> Running in 9e143539d9e8 [2021-01-28T16:27:45.754Z] Removing intermediate container 9e143539d9e8 [2021-01-28T16:27:45.754Z] ---> 7916ba85101a [2021-01-28T16:27:45.754Z] Step 22/22 : LABEL version=1.3.1-dev.1 [2021-01-28T16:27:47.153Z] ---> Running in 813bf775a21f [2021-01-28T16:27:48.547Z] Removing intermediate container 813bf775a21f [2021-01-28T16:27:48.547Z] ---> 33df30293787 [2021-01-28T16:27:48.547Z] [2021-01-28T16:27:48.547Z] Successfully built 33df30293787 [2021-01-28T16:27:49.121Z] Successfully tagged docker-support-logging-go:latest [2021-01-28T16:27:49.121Z]  Building docker-support-logging-go ... done Removing intermediate container a2b642b5ed1a [2021-01-28T16:27:49.121Z] ---> 285c5ec8be07 [2021-01-28T16:27:49.121Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-28T16:27:49.703Z] ---> Running in cac6652d87ae [2021-01-28T16:27:49.703Z] ---> d42f9633a9fe [2021-01-28T16:27:49.703Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2021-01-28T16:27:49.967Z] Removing intermediate container cac6652d87ae [2021-01-28T16:27:49.967Z] ---> 33908f03f42d [2021-01-28T16:27:49.967Z] Step 15/27 : ENV APP_PORT=48090 [2021-01-28T16:27:49.967Z] ---> Running in b78a311bb1c5 [2021-01-28T16:27:49.967Z] ---> Running in 0fd6891099e3 [2021-01-28T16:27:50.231Z] Removing intermediate container 0fd6891099e3 [2021-01-28T16:27:50.231Z] ---> 622a51dbc9ae [2021-01-28T16:27:50.231Z] Step 16/27 : EXPOSE $APP_PORT [2021-01-28T16:27:50.231Z] ---> Running in f61a3577e1ed [2021-01-28T16:27:50.496Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2021-01-28T16:27:50.496Z] Removing intermediate container f61a3577e1ed [2021-01-28T16:27:50.496Z] ---> 16ed0e250e6b [2021-01-28T16:27:50.496Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-28T16:27:51.080Z] ---> e5bb41a987af [2021-01-28T16:27:51.080Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-28T16:27:51.670Z] ---> 3bac0be6bb43 [2021-01-28T16:27:51.670Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-28T16:27:51.943Z] ---> de4ad0c6e417 [2021-01-28T16:27:51.943Z] Step 20/27 : RUN apk --no-cache add py3-pip [2021-01-28T16:27:52.224Z] ---> Running in 5678aa829b34 [2021-01-28T16:27:53.005Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T16:27:53.005Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T16:27:53.334Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-28T16:27:53.334Z] (2/33) Installing expat (2.2.9-r1) [2021-01-28T16:27:53.334Z] (3/33) Installing libffi (3.3-r2) [2021-01-28T16:27:53.334Z] (4/33) Installing gdbm (1.13-r1) [2021-01-28T16:27:53.334Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-28T16:27:53.334Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-28T16:27:53.334Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-28T16:27:54.433Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-28T16:27:54.433Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-28T16:27:54.433Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-28T16:27:54.433Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-28T16:27:54.433Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-28T16:27:54.433Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-28T16:27:54.433Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-28T16:27:54.433Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-28T16:27:54.433Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-28T16:27:54.433Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-28T16:27:54.433Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-28T16:27:54.433Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-28T16:27:54.821Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-28T16:27:54.821Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-28T16:27:54.821Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-28T16:27:54.821Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-28T16:27:54.821Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-28T16:27:54.821Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-28T16:27:54.821Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-28T16:27:54.821Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-28T16:27:54.821Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-28T16:27:54.821Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-28T16:27:54.821Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-28T16:27:54.821Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-28T16:27:54.821Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-28T16:27:54.821Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-28T16:27:55.107Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T16:27:55.107Z] OK: 71 MiB in 55 packages [2021-01-28T16:28:04.286Z] Removing intermediate container 36fd839870a5 [2021-01-28T16:28:04.286Z] ---> 2d6445219ab8 [2021-01-28T16:28:04.286Z] [2021-01-28T16:28:04.286Z] Step 9/29 : FROM alpine:latest [2021-01-28T16:28:04.286Z] latest: Pulling from library/alpine [2021-01-28T16:28:04.286Z] Digest: sha256:d9a7354e3845ea8466bb00b22224d9116b183e594527fb5b6c3d30bc01a20378 [2021-01-28T16:28:04.286Z] Status: Downloaded newer image for alpine:latest [2021-01-28T16:28:04.286Z] ---> 1fca6fe4a1ec [2021-01-28T16:28:04.286Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2021-01-28T16:28:04.286Z] ---> Running in 6d4b6f245016 [2021-01-28T16:28:04.286Z] Removing intermediate container 6d4b6f245016 [2021-01-28T16:28:04.286Z] ---> 0ce08a079628 [2021-01-28T16:28:04.286Z] Step 11/29 : USER root [2021-01-28T16:28:04.286Z] ---> Running in 7638ca830473 [2021-01-28T16:28:05.152Z] Removing intermediate container 5678aa829b34 [2021-01-28T16:28:05.152Z] ---> ca80a99659d1 [2021-01-28T16:28:05.152Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2021-01-28T16:28:05.152Z] ---> Running in 244d0e2f7b18 [2021-01-28T16:28:05.281Z] Removing intermediate container 7638ca830473 [2021-01-28T16:28:05.281Z] ---> 5fafc64d8654 [2021-01-28T16:28:05.281Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2021-01-28T16:28:05.557Z] ---> Running in 583e07511228 [2021-01-28T16:28:05.727Z] Removing intermediate container b78a311bb1c5 [2021-01-28T16:28:05.727Z] ---> a5cbde41c47a [2021-01-28T16:28:05.727Z] [2021-01-28T16:28:05.727Z] Step 9/29 : FROM alpine:latest [2021-01-28T16:28:05.727Z] ---> 7731472c3f2a [2021-01-28T16:28:05.727Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2021-01-28T16:28:05.727Z] ---> Running in 3c27187a9649 [2021-01-28T16:28:05.993Z] Collecting docker-compose==1.23.2 [2021-01-28T16:28:05.993Z] Removing intermediate container 3c27187a9649 [2021-01-28T16:28:05.993Z] ---> 545f01b526af [2021-01-28T16:28:05.993Z] Step 11/29 : USER root [2021-01-28T16:28:05.993Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-28T16:28:05.993Z] ---> Running in b2981cdca887 [2021-01-28T16:28:06.255Z] Removing intermediate container b2981cdca887 [2021-01-28T16:28:06.255Z] ---> 0c4b2af8f72d [2021-01-28T16:28:06.255Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2021-01-28T16:28:06.255Z] Collecting jsonschema<3,>=2.5.1 [2021-01-28T16:28:06.255Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-28T16:28:06.255Z] ---> Running in 780a5fa83045 [2021-01-28T16:28:06.517Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-28T16:28:06.780Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-28T16:28:06.780Z] Collecting texttable<0.10,>=0.9.0 [2021-01-28T16:28:06.780Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-28T16:28:06.780Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-01-28T16:28:07.042Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-01-28T16:28:07.303Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-28T16:28:07.303Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-28T16:28:07.556Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-01-28T16:28:07.564Z] v3.13.0-127-g9cfb48d2a1 [https://dl-cdn.alpinelinux.org/alpine/v3.13/main] [2021-01-28T16:28:07.564Z] v3.13.0-127-g9cfb48d2a1 [https://dl-cdn.alpinelinux.org/alpine/v3.13/community] [2021-01-28T16:28:07.564Z] OK: 13881 distinct packages available [2021-01-28T16:28:07.825Z] 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-28T16:28:07.826Z] (1/2) Installing ca-certificates (20191127-r5) [2021-01-28T16:28:07.826Z] Collecting docopt<0.7,>=0.6.1 [2021-01-28T16:28:07.826Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-28T16:28:07.826Z] (2/2) Installing dumb-init (1.2.5-r0) [2021-01-28T16:28:07.826Z] Executing busybox-1.32.1-r0.trigger [2021-01-28T16:28:07.826Z] Executing ca-certificates-20191127-r5.trigger [2021-01-28T16:28:07.826Z] OK: 6 MiB in 16 packages [2021-01-28T16:28:07.832Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-01-28T16:28:08.777Z] Collecting cached-property<2,>=1.2.0 [2021-01-28T16:28:08.778Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-28T16:28:09.040Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-28T16:28:09.040Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-28T16:28:09.288Z] v3.13.0-147-ge7819ad9b9 [https://dl-cdn.alpinelinux.org/alpine/v3.13/main] [2021-01-28T16:28:09.288Z] v3.13.0-137-gb887882d95 [https://dl-cdn.alpinelinux.org/alpine/v3.13/community] [2021-01-28T16:28:09.288Z] OK: 13727 distinct packages available [2021-01-28T16:28:09.615Z] Removing intermediate container 780a5fa83045 [2021-01-28T16:28:09.616Z] ---> 506943f51719 [2021-01-28T16:28:09.616Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2021-01-28T16:28:09.616Z] Collecting docker<4.0,>=3.6.0 [2021-01-28T16:28:09.616Z] ---> Running in 8151965080e3 [2021-01-28T16:28:09.616Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-28T16:28:09.881Z] Collecting PyYAML<4,>=3.10 [2021-01-28T16:28:09.881Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-28T16:28:10.145Z] Removing intermediate container 8151965080e3 [2021-01-28T16:28:10.145Z] ---> dfbd118560d9 [2021-01-28T16:28:10.145Z] Step 14/29 : WORKDIR $BASE_DIR [2021-01-28T16:28:10.145Z] ---> Running in db55cd2c8c5c [2021-01-28T16:28:10.277Z] (1/2) Installing ca-certificates (20191127-r5) [2021-01-28T16:28:10.554Z] (2/2) Installing dumb-init (1.2.5-r0) [2021-01-28T16:28:10.554Z] Executing busybox-1.32.1-r0.trigger [2021-01-28T16:28:10.554Z] Executing ca-certificates-20191127-r5.trigger [2021-01-28T16:28:10.834Z] OK: 6 MiB in 16 packages [2021-01-28T16:28:11.534Z] 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-28T16:28:11.534Z] 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-28T16:28:11.534Z] Removing intermediate container db55cd2c8c5c [2021-01-28T16:28:11.534Z] ---> ad1ba50cdc6b [2021-01-28T16:28:11.534Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2021-01-28T16:28:11.534Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-28T16:28:11.534Z] ---> Running in 927fb08b1b8d [2021-01-28T16:28:11.534Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-28T16:28:11.796Z] Collecting idna<2.8,>=2.5 [2021-01-28T16:28:11.796Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-28T16:28:11.796Z] Collecting docker-pycreds>=0.4.0 [2021-01-28T16:28:11.796Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-28T16:28:11.796Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-28T16:28:11.796Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-28T16:28:11.796Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-28T16:28:11.796Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-28T16:28:12.061Z] Installing collected packages: jsonschema, urllib3, idna, requests, texttable, dockerpty, docopt, cached-property, websocket-client, docker-pycreds, docker, PyYAML, docker-compose [2021-01-28T16:28:12.633Z] Attempting uninstall: urllib3 [2021-01-28T16:28:12.633Z] Found existing installation: urllib3 1.25.9 [2021-01-28T16:28:12.633Z] Uninstalling urllib3-1.25.9: [2021-01-28T16:28:12.633Z] Successfully uninstalled urllib3-1.25.9 [2021-01-28T16:28:13.489Z] Removing intermediate container 583e07511228 [2021-01-28T16:28:13.489Z] ---> 55066bc23056 [2021-01-28T16:28:13.489Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2021-01-28T16:28:13.576Z] Attempting uninstall: idna [2021-01-28T16:28:13.576Z] Found existing installation: idna 2.9 [2021-01-28T16:28:13.576Z] Uninstalling idna-2.9: [2021-01-28T16:28:13.576Z] Successfully uninstalled idna-2.9 [2021-01-28T16:28:13.775Z] ---> Running in c442b5a3d89f [2021-01-28T16:28:13.837Z] Attempting uninstall: requests [2021-01-28T16:28:13.838Z] Found existing installation: requests 2.23.0 [2021-01-28T16:28:13.838Z] Removing intermediate container 927fb08b1b8d [2021-01-28T16:28:13.838Z] ---> b462a6760b21 [2021-01-28T16:28:13.838Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2021-01-28T16:28:13.838Z] Uninstalling requests-2.23.0: [2021-01-28T16:28:13.838Z] Successfully uninstalled requests-2.23.0 [2021-01-28T16:28:13.838Z] Running setup.py install for texttable: started [2021-01-28T16:28:14.415Z] ---> e112e8cd02bb [2021-01-28T16:28:14.415Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2021-01-28T16:28:14.415Z] Running setup.py install for texttable: finished with status 'done' [2021-01-28T16:28:14.415Z] Running setup.py install for dockerpty: started [2021-01-28T16:28:14.415Z] ---> 9a83b99147fa [2021-01-28T16:28:14.415Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2021-01-28T16:28:14.678Z] ---> 000d7d1cd353 [2021-01-28T16:28:14.678Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2021-01-28T16:28:14.768Z] Removing intermediate container c442b5a3d89f [2021-01-28T16:28:14.768Z] ---> 916f49dc8b62 [2021-01-28T16:28:14.768Z] Step 14/29 : WORKDIR $BASE_DIR [2021-01-28T16:28:14.945Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-28T16:28:14.945Z] Running setup.py install for docopt: started [2021-01-28T16:28:14.945Z] ---> f9bb5890d0a1 [2021-01-28T16:28:14.945Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2021-01-28T16:28:15.045Z] ---> Running in cb9c85301ebc [2021-01-28T16:28:15.218Z] ---> b7f55501bfd6 [2021-01-28T16:28:15.218Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2021-01-28T16:28:15.218Z] Running setup.py install for docopt: finished with status 'done' [2021-01-28T16:28:15.218Z] ---> Running in d346b54f3c46 [2021-01-28T16:28:15.799Z] Running setup.py install for PyYAML: started [2021-01-28T16:28:16.373Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-28T16:28:16.494Z] Removing intermediate container cb9c85301ebc [2021-01-28T16:28:16.494Z] ---> 1a22b51e49a8 [2021-01-28T16:28:16.494Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2021-01-28T16:28:16.772Z] ---> Running in baf68ea8c3cc [2021-01-28T16:28:16.946Z] Removing intermediate container d346b54f3c46 [2021-01-28T16:28:16.946Z] ---> 74989fb530cf [2021-01-28T16:28:16.946Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2021-01-28T16:28:17.207Z] 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-28T16:28:17.207Z] ---> da5a09d63b87 [2021-01-28T16:28:17.207Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-28T16:28:17.475Z] ---> Running in 37c0ef357e8f [2021-01-28T16:28:18.243Z] Removing intermediate container 059cac2b0268 [2021-01-28T16:28:18.243Z] ---> 6c28a2f05781 [2021-01-28T16:28:18.243Z] [2021-01-28T16:28:18.243Z] Step 10/22 : FROM scratch [2021-01-28T16:28:18.243Z] ---> [2021-01-28T16:28:18.243Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-28T16:28:18.520Z] ---> Running in 988637801acb [2021-01-28T16:28:19.127Z] Removing intermediate container 988637801acb [2021-01-28T16:28:19.127Z] ---> b63da65a6820 [2021-01-28T16:28:19.127Z] Step 12/22 : ENV APP_PORT=48061 [2021-01-28T16:28:19.410Z] Removing intermediate container 244d0e2f7b18 [2021-01-28T16:28:19.410Z] ---> 9b1437dc2456 [2021-01-28T16:28:19.410Z] Step 22/27 : RUN apk --no-cache add curl [2021-01-28T16:28:19.411Z] Removing intermediate container 37c0ef357e8f [2021-01-28T16:28:19.411Z] ---> 22c00a7e53be [2021-01-28T16:28:19.411Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2021-01-28T16:28:19.411Z] ---> Running in 0f4472da3b0c [2021-01-28T16:28:19.417Z] ---> Running in c370e20b228e [2021-01-28T16:28:19.675Z] ---> Running in 0778152d4d50 [2021-01-28T16:28:20.256Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T16:28:20.256Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T16:28:20.419Z] Removing intermediate container c370e20b228e [2021-01-28T16:28:20.420Z] ---> 6a5f0d2a432c [2021-01-28T16:28:20.420Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-28T16:28:20.420Z] ---> Running in 124d49f99237 [2021-01-28T16:28:20.522Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T16:28:20.523Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-28T16:28:20.523Z] (3/3) Installing curl (7.69.1-r3) [2021-01-28T16:28:20.523Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T16:28:20.523Z] OK: 72 MiB in 58 packages [2021-01-28T16:28:20.784Z] Removing intermediate container 0778152d4d50 [2021-01-28T16:28:20.784Z] ---> 337cacc47879 [2021-01-28T16:28:20.784Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2021-01-28T16:28:21.036Z] Removing intermediate container baf68ea8c3cc [2021-01-28T16:28:21.036Z] ---> 46fab6503255 [2021-01-28T16:28:21.036Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2021-01-28T16:28:21.046Z] ---> Running in 39439d372389 [2021-01-28T16:28:21.047Z] Removing intermediate container 0f4472da3b0c [2021-01-28T16:28:21.047Z] ---> 4f14f8f1fdd9 [2021-01-28T16:28:21.047Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-28T16:28:21.047Z] ---> Running in 421f0176065a [2021-01-28T16:28:21.047Z] Removing intermediate container 39439d372389 [2021-01-28T16:28:21.047Z] ---> 3dfb30a02cdb [2021-01-28T16:28:21.047Z] Step 26/29 : CMD [ "generate" ] [2021-01-28T16:28:21.310Z] ---> Running in 275dba63b1f8 [2021-01-28T16:28:21.310Z] Removing intermediate container 421f0176065a [2021-01-28T16:28:21.310Z] ---> b11c080d4c8d [2021-01-28T16:28:21.310Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T16:28:21.310Z] ---> Running in 178f1bbb70d6 [2021-01-28T16:28:21.314Z] Removing intermediate container 124d49f99237 [2021-01-28T16:28:21.314Z] ---> 29b842247482 [2021-01-28T16:28:21.314Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2021-01-28T16:28:21.573Z] Removing intermediate container 275dba63b1f8 [2021-01-28T16:28:21.573Z] ---> 17b232ab01b1 [2021-01-28T16:28:21.573Z] Step 27/29 : LABEL arch=x86_64 [2021-01-28T16:28:21.573Z] ---> Running in d074a27bf4e1 [2021-01-28T16:28:21.573Z] Removing intermediate container 178f1bbb70d6 [2021-01-28T16:28:21.573Z] ---> 6e4448d363de [2021-01-28T16:28:21.573Z] Step 25/27 : LABEL arch=x86_64 [2021-01-28T16:28:21.573Z] ---> Running in 406d7e41f1b7 [2021-01-28T16:28:21.839Z] Removing intermediate container d074a27bf4e1 [2021-01-28T16:28:21.839Z] ---> 0dfae4cf9fbe [2021-01-28T16:28:21.839Z] Step 28/29 : LABEL git_sha=9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:28:21.839Z] ---> Running in 4e0a1bcec6e0 [2021-01-28T16:28:21.839Z] Removing intermediate container 406d7e41f1b7 [2021-01-28T16:28:21.839Z] ---> 10e499d4cacd [2021-01-28T16:28:21.839Z] Step 26/27 : LABEL git_sha=9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:28:22.102Z] ---> Running in 897a42a643e7 [2021-01-28T16:28:22.102Z] Removing intermediate container 4e0a1bcec6e0 [2021-01-28T16:28:22.102Z] ---> 23b425e02917 [2021-01-28T16:28:22.102Z] Step 29/29 : LABEL version=1.3.1-dev.1 [2021-01-28T16:28:22.364Z] ---> Running in bd6681350418 [2021-01-28T16:28:22.364Z] Removing intermediate container 897a42a643e7 [2021-01-28T16:28:22.364Z] ---> 9bcb0379c723 [2021-01-28T16:28:22.364Z] Step 27/27 : LABEL version=1.3.1-dev.1 [2021-01-28T16:28:22.364Z] ---> Running in d9836bb30d76 [2021-01-28T16:28:22.629Z] Removing intermediate container bd6681350418 [2021-01-28T16:28:22.629Z] ---> 139a25b05545 [2021-01-28T16:28:22.629Z] [2021-01-28T16:28:22.629Z] Successfully built 139a25b05545 [2021-01-28T16:28:22.629Z] Successfully tagged docker-security-secrets-setup-go:latest [2021-01-28T16:28:22.629Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container d9836bb30d76 [2021-01-28T16:28:22.629Z] ---> 92839e697f69 [2021-01-28T16:28:22.629Z] [2021-01-28T16:28:22.760Z] ---> 79e96dc857e8 [2021-01-28T16:28:22.760Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2021-01-28T16:28:22.891Z] Successfully built 92839e697f69 [2021-01-28T16:28:22.892Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-28T16:28:23.037Z] ---> f0de1614f85e [2021-01-28T16:28:23.037Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2021-01-28T16:28:23.183Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-28T16:28:23.235Z] $ docker stop --time=1 0d92973d701900001444654cf4398fc69d6905d3a2e07582116522b9afcc8a58 [2021-01-28T16:28:24.029Z] ---> 28e749610642 [2021-01-28T16:28:24.030Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2021-01-28T16:28:24.030Z] ---> 3fe16ca760dd [2021-01-28T16:28:24.030Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2021-01-28T16:28:24.948Z] $ docker rm -f 0d92973d701900001444654cf4398fc69d6905d3a2e07582116522b9afcc8a58 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T16:28:25.548Z] + docker images [2021-01-28T16:28:25.548Z] + grep docker [2021-01-28T16:28:25.813Z] docker-sys-mgmt-agent-go latest 92839e697f69 3 seconds ago 313MB [2021-01-28T16:28:25.813Z] docker-security-secrets-setup-go latest 139a25b05545 3 seconds ago 24MB [2021-01-28T16:28:25.813Z] docker-support-logging-go latest 33df30293787 38 seconds ago 11.1MB [2021-01-28T16:28:25.813Z] docker-security-proxy-setup-go latest a21e3502125e 53 seconds ago 16.7MB [2021-01-28T16:28:25.813Z] docker-security-secretstore-setup-go latest ea2d41687c74 59 seconds ago 24.7MB [2021-01-28T16:28:25.813Z] docker-support-scheduler-go latest 03042ecde146 About a minute ago 12.3MB [2021-01-28T16:28:25.813Z] docker-core-data-go latest c4d9f4e8aa95 2 minutes ago 23.8MB [2021-01-28T16:28:25.813Z] docker-security-bootstrap-redis-go latest b5d89450b997 2 minutes ago 15.8MB [2021-01-28T16:28:25.813Z] docker-support-notifications-go latest b0b31ee86258 2 minutes ago 13.6MB [2021-01-28T16:28:25.813Z] docker-core-metadata-go latest 9c4b511b08e7 2 minutes ago 14.5MB [2021-01-28T16:28:25.813Z] docker-core-command-go latest 1f12892a6ffe 2 minutes ago 12.2MB [2021-01-28T16:28:25.813Z] docker latest 1b003a99702a 3 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [2021-01-28T16:28:26.037Z] ---> 73cfe76643f2 [2021-01-28T16:28:26.038Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2021-01-28T16:28:26.038Z] ---> e857f0e45674 [2021-01-28T16:28:26.038Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-28T16:28:26.509Z] provisioning config files... [2021-01-28T16:28:26.596Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config5264318044088190421tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T16:28:26.974Z] ---> docker-login.sh [2021-01-28T16:28:26.974Z] nexus3.edgexfoundry.org:10001 [2021-01-28T16:28:26.974Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T16:28:26.974Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T16:28:26.974Z] Configure a credential helper to remove this warning. See [2021-01-28T16:28:26.974Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T16:28:26.974Z] [2021-01-28T16:28:26.974Z] Login Succeeded [2021-01-28T16:28:27.238Z] nexus3.edgexfoundry.org:10002 [2021-01-28T16:28:27.238Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T16:28:27.238Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T16:28:27.238Z] Configure a credential helper to remove this warning. See [2021-01-28T16:28:27.238Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T16:28:27.238Z] [2021-01-28T16:28:27.238Z] Login Succeeded [2021-01-28T16:28:27.238Z] nexus3.edgexfoundry.org:10003 [2021-01-28T16:28:27.493Z] ---> 03bc15a9cfa7 [2021-01-28T16:28:27.493Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2021-01-28T16:28:27.493Z] ---> c6f2cfc5d96f [2021-01-28T16:28:27.493Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2021-01-28T16:28:27.500Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T16:28:27.500Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T16:28:27.500Z] Configure a credential helper to remove this warning. See [2021-01-28T16:28:27.500Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T16:28:27.500Z] [2021-01-28T16:28:27.500Z] Login Succeeded [2021-01-28T16:28:27.500Z] nexus3.edgexfoundry.org:10004 [2021-01-28T16:28:27.500Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T16:28:27.761Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T16:28:27.761Z] Configure a credential helper to remove this warning. See [2021-01-28T16:28:27.761Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T16:28:27.761Z] [2021-01-28T16:28:27.761Z] Login Succeeded [2021-01-28T16:28:27.762Z] docker.io [2021-01-28T16:28:27.762Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T16:28:27.788Z] ---> Running in 3ceeaeaf6684 [2021-01-28T16:28:28.023Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T16:28:28.023Z] Configure a credential helper to remove this warning. See [2021-01-28T16:28:28.023Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T16:28:28.023Z] [2021-01-28T16:28:28.023Z] Login Succeeded [2021-01-28T16:28:28.023Z] ---> docker-login.sh ends [Pipeline] } [2021-01-28T16:28:28.035Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T16:28:28.251Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-01-28T16:28:28.251Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:28:28.251Z] 1.3.1-dev.1 [2021-01-28T16:28:28.251Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:28:28.251Z] hanoi [2021-01-28T16:28:28.251Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2021-01-28T16:28:28.400Z] Removing intermediate container 3ceeaeaf6684 [2021-01-28T16:28:28.400Z] ---> 0db45debeaff [2021-01-28T16:28:28.400Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:28:28.689Z] ---> 6de940dd2daa [2021-01-28T16:28:28.689Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2021-01-28T16:28:28.768Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:28:28.966Z] ---> Running in 9cf486fbf1bc [2021-01-28T16:28:28.966Z] ---> Running in d4b3fdd04f31 [2021-01-28T16:28:29.074Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:28:29.074Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-28T16:28:29.074Z] af0c784d54e3: Preparing [2021-01-28T16:28:29.074Z] 496243f0ed9a: Preparing [2021-01-28T16:28:29.074Z] ca30ce2e2e7a: Preparing [2021-01-28T16:28:29.337Z] ca30ce2e2e7a: Pushed [2021-01-28T16:28:29.337Z] af0c784d54e3: Pushed [2021-01-28T16:28:29.973Z] Removing intermediate container 9cf486fbf1bc [2021-01-28T16:28:30.254Z] ---> 885771679852 [2021-01-28T16:28:30.254Z] Step 20/22 : LABEL arch=arm64 [2021-01-28T16:28:30.284Z] 496243f0ed9a: Pushed [2021-01-28T16:28:30.533Z] ---> Running in 848cf2955973 [2021-01-28T16:28:30.545Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329: digest: sha256:92c9d1ae92856adadec1c1d85648b28cf6a90e85d7c0c845a12be2f5970dfe7f size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:28:30.860Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:28:31.164Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.3.1-dev.1 [2021-01-28T16:28:31.164Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-28T16:28:31.164Z] af0c784d54e3: Preparing [2021-01-28T16:28:31.164Z] 496243f0ed9a: Preparing [2021-01-28T16:28:31.164Z] ca30ce2e2e7a: Preparing [2021-01-28T16:28:31.164Z] ca30ce2e2e7a: Layer already exists [2021-01-28T16:28:31.164Z] 496243f0ed9a: Layer already exists [2021-01-28T16:28:31.164Z] af0c784d54e3: Layer already exists [2021-01-28T16:28:31.164Z] 1.3.1-dev.1: digest: sha256:92c9d1ae92856adadec1c1d85648b28cf6a90e85d7c0c845a12be2f5970dfe7f size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:28:31.480Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:28:31.788Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:28:31.789Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-28T16:28:31.789Z] af0c784d54e3: Preparing [2021-01-28T16:28:31.789Z] 496243f0ed9a: Preparing [2021-01-28T16:28:31.789Z] ca30ce2e2e7a: Preparing [2021-01-28T16:28:31.789Z] af0c784d54e3: Layer already exists [2021-01-28T16:28:31.789Z] ca30ce2e2e7a: Layer already exists [2021-01-28T16:28:31.789Z] 496243f0ed9a: Layer already exists [2021-01-28T16:28:31.789Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1: digest: sha256:92c9d1ae92856adadec1c1d85648b28cf6a90e85d7c0c845a12be2f5970dfe7f size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:28:32.020Z] Removing intermediate container 848cf2955973 [2021-01-28T16:28:32.020Z] ---> 4df46877474e [2021-01-28T16:28:32.020Z] Step 21/22 : LABEL git_sha=9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:28:32.104Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:hanoi [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:28:32.304Z] ---> Running in d2de38ce2f8f [2021-01-28T16:28:32.406Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:hanoi [2021-01-28T16:28:32.406Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-28T16:28:32.406Z] af0c784d54e3: Preparing [2021-01-28T16:28:32.406Z] 496243f0ed9a: Preparing [2021-01-28T16:28:32.406Z] ca30ce2e2e7a: Preparing [2021-01-28T16:28:32.406Z] 496243f0ed9a: Layer already exists [2021-01-28T16:28:32.406Z] ca30ce2e2e7a: Layer already exists [2021-01-28T16:28:32.406Z] af0c784d54e3: Layer already exists [2021-01-28T16:28:32.406Z] hanoi: digest: sha256:92c9d1ae92856adadec1c1d85648b28cf6a90e85d7c0c845a12be2f5970dfe7f size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T16:28:32.596Z] ===================================================== [Pipeline] echo [2021-01-28T16:28:32.642Z] taggedImages: [2021-01-28T16:28:32.642Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:28:32.642Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.3.1-dev.1 [2021-01-28T16:28:32.642Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:28:32.642Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:hanoi [Pipeline] echo [2021-01-28T16:28:32.704Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-01-28T16:28:32.704Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:28:32.704Z] 1.3.1-dev.1 [2021-01-28T16:28:32.704Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:28:32.705Z] hanoi [2021-01-28T16:28:32.705Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:28:33.216Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:28:33.522Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:28:33.522Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-28T16:28:33.522Z] 6c8d7227b03d: Preparing [2021-01-28T16:28:33.522Z] e92db2854ca7: Preparing [2021-01-28T16:28:33.522Z] 1c354a81d723: Preparing [2021-01-28T16:28:33.522Z] 07b5e6ddc89d: Preparing [2021-01-28T16:28:33.522Z] 0c8076069f68: Preparing [2021-01-28T16:28:33.522Z] c04d1437198b: Preparing [2021-01-28T16:28:33.522Z] c04d1437198b: Waiting [2021-01-28T16:28:33.783Z] Removing intermediate container d2de38ce2f8f [2021-01-28T16:28:33.783Z] ---> 026774119fbe [2021-01-28T16:28:33.783Z] Step 22/22 : LABEL version=1.3.1-dev.1 [2021-01-28T16:28:33.783Z] Removing intermediate container d4b3fdd04f31 [2021-01-28T16:28:33.783Z] ---> 48d5673cefbb [2021-01-28T16:28:33.783Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2021-01-28T16:28:33.784Z] 6c8d7227b03d: Pushed [2021-01-28T16:28:33.784Z] 0c8076069f68: Pushed [2021-01-28T16:28:33.784Z] 1c354a81d723: Pushed [2021-01-28T16:28:33.784Z] c04d1437198b: Layer already exists [2021-01-28T16:28:34.046Z] 07b5e6ddc89d: Pushed [2021-01-28T16:28:34.068Z] ---> Running in 4720e772e9f3 [2021-01-28T16:28:34.992Z] e92db2854ca7: Pushed [2021-01-28T16:28:35.068Z] Removing intermediate container 91f5704e44d2 [2021-01-28T16:28:35.068Z] ---> e595d59570d6 [2021-01-28T16:28:35.068Z] [2021-01-28T16:28:35.068Z] Step 10/24 : FROM scratch [2021-01-28T16:28:35.068Z] ---> [2021-01-28T16:28:35.068Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-28T16:28:35.068Z] ---> Using cache [2021-01-28T16:28:35.068Z] ---> b63da65a6820 [2021-01-28T16:28:35.068Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-28T16:28:35.254Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329: digest: sha256:faf91a345c251b90d01f82f3503cd9f3c03833f12c558df079867709fff82eff size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:28:35.576Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:28:35.676Z] ---> 9ca0099328ef [2021-01-28T16:28:35.676Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-28T16:28:35.676Z] Removing intermediate container 4720e772e9f3 [2021-01-28T16:28:35.676Z] ---> a0b7b2e60394 [2021-01-28T16:28:35.676Z] [2021-01-28T16:28:35.676Z] ---> Running in 6529a6b81a46 [2021-01-28T16:28:35.886Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.3.1-dev.1 [2021-01-28T16:28:35.886Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-28T16:28:35.886Z] 6c8d7227b03d: Preparing [2021-01-28T16:28:35.886Z] e92db2854ca7: Preparing [2021-01-28T16:28:35.886Z] 1c354a81d723: Preparing [2021-01-28T16:28:35.886Z] 07b5e6ddc89d: Preparing [2021-01-28T16:28:35.886Z] 0c8076069f68: Preparing [2021-01-28T16:28:35.886Z] c04d1437198b: Preparing [2021-01-28T16:28:35.886Z] c04d1437198b: Waiting [2021-01-28T16:28:35.886Z] 6c8d7227b03d: Layer already exists [2021-01-28T16:28:35.886Z] 07b5e6ddc89d: Layer already exists [2021-01-28T16:28:35.886Z] 0c8076069f68: Layer already exists [2021-01-28T16:28:35.886Z] 1c354a81d723: Layer already exists [2021-01-28T16:28:35.886Z] e92db2854ca7: Layer already exists [2021-01-28T16:28:35.886Z] c04d1437198b: Layer already exists [2021-01-28T16:28:35.886Z] 1.3.1-dev.1: digest: sha256:faf91a345c251b90d01f82f3503cd9f3c03833f12c558df079867709fff82eff size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:28:35.949Z] ---> Running in 91b1b44f4958 [2021-01-28T16:28:36.193Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:28:36.491Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:28:36.491Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-28T16:28:36.491Z] 6c8d7227b03d: Preparing [2021-01-28T16:28:36.491Z] e92db2854ca7: Preparing [2021-01-28T16:28:36.491Z] 1c354a81d723: Preparing [2021-01-28T16:28:36.491Z] 07b5e6ddc89d: Preparing [2021-01-28T16:28:36.491Z] 0c8076069f68: Preparing [2021-01-28T16:28:36.491Z] c04d1437198b: Preparing [2021-01-28T16:28:36.491Z] c04d1437198b: Waiting [2021-01-28T16:28:36.491Z] e92db2854ca7: Layer already exists [2021-01-28T16:28:36.491Z] 6c8d7227b03d: Layer already exists [2021-01-28T16:28:36.491Z] 0c8076069f68: Layer already exists [2021-01-28T16:28:36.491Z] 07b5e6ddc89d: Layer already exists [2021-01-28T16:28:36.491Z] 1c354a81d723: Layer already exists [2021-01-28T16:28:36.491Z] c04d1437198b: Layer already exists [2021-01-28T16:28:36.491Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1: digest: sha256:faf91a345c251b90d01f82f3503cd9f3c03833f12c558df079867709fff82eff size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:28:36.554Z] Successfully built a0b7b2e60394 [2021-01-28T16:28:36.554Z] Successfully tagged docker-support-logging-go-arm64:latest [2021-01-28T16:28:36.554Z]  Building docker-support-logging-go ... done Building docker-core-command-go [2021-01-28T16:28:36.554Z] Removing intermediate container 6529a6b81a46 [2021-01-28T16:28:36.554Z] ---> 6b8c052657c1 [2021-01-28T16:28:36.554Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-28T16:28:36.802Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:hanoi [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:28:36.827Z] ---> Running in 6fa38687d681 [2021-01-28T16:28:37.110Z] Removing intermediate container f82afbb58d51 [2021-01-28T16:28:37.110Z] ---> fd22110a19c0 [2021-01-28T16:28:37.110Z] [2021-01-28T16:28:37.110Z] Step 10/21 : FROM scratch [2021-01-28T16:28:37.110Z] ---> [2021-01-28T16:28:37.110Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-28T16:28:37.113Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:hanoi [2021-01-28T16:28:37.113Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-28T16:28:37.113Z] 6c8d7227b03d: Preparing [2021-01-28T16:28:37.113Z] e92db2854ca7: Preparing [2021-01-28T16:28:37.113Z] 1c354a81d723: Preparing [2021-01-28T16:28:37.113Z] 07b5e6ddc89d: Preparing [2021-01-28T16:28:37.113Z] 0c8076069f68: Preparing [2021-01-28T16:28:37.113Z] c04d1437198b: Preparing [2021-01-28T16:28:37.113Z] c04d1437198b: Waiting [2021-01-28T16:28:37.113Z] 6c8d7227b03d: Layer already exists [2021-01-28T16:28:37.113Z] 07b5e6ddc89d: Layer already exists [2021-01-28T16:28:37.113Z] e92db2854ca7: Layer already exists [2021-01-28T16:28:37.113Z] 0c8076069f68: Layer already exists [2021-01-28T16:28:37.113Z] 1c354a81d723: Layer already exists [2021-01-28T16:28:37.113Z] c04d1437198b: Layer already exists [2021-01-28T16:28:37.113Z] hanoi: digest: sha256:faf91a345c251b90d01f82f3503cd9f3c03833f12c558df079867709fff82eff size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T16:28:37.302Z] ===================================================== [Pipeline] echo [2021-01-28T16:28:37.354Z] taggedImages: [2021-01-28T16:28:37.354Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:28:37.354Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.3.1-dev.1 [2021-01-28T16:28:37.354Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:28:37.354Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:hanoi [2021-01-28T16:28:37.390Z] ---> Running in bb06f25ab637 [Pipeline] echo [2021-01-28T16:28:37.419Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-01-28T16:28:37.419Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:28:37.419Z] 1.3.1-dev.1 [2021-01-28T16:28:37.419Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:28:37.419Z] hanoi [2021-01-28T16:28:37.419Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:28:37.670Z] Removing intermediate container 6fa38687d681 [2021-01-28T16:28:37.670Z] ---> 9cad2ac02d23 [2021-01-28T16:28:37.670Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-28T16:28:37.956Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:28:38.280Z] Removing intermediate container bb06f25ab637 [2021-01-28T16:28:38.280Z] ---> e973a2e044dd [2021-01-28T16:28:38.280Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-28T16:28:38.291Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:28:38.291Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-28T16:28:38.291Z] 3accdbcb5eff: Preparing [2021-01-28T16:28:38.291Z] ed2dec73496f: Preparing [2021-01-28T16:28:38.291Z] 834e8f2405eb: Preparing [2021-01-28T16:28:39.702Z] ---> Running in 2eb24e993828 [2021-01-28T16:28:39.702Z] ---> 1fddb9780cac [2021-01-28T16:28:39.702Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-28T16:28:39.702Z] Removing intermediate container 2eb24e993828 [2021-01-28T16:28:39.702Z] ---> ad9f279e8ef1 [2021-01-28T16:28:39.702Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-28T16:28:39.702Z] ---> Running in 28706ee368c2 [2021-01-28T16:28:39.702Z] Removing intermediate container 91b1b44f4958 [2021-01-28T16:28:39.702Z] ---> 27fdfb864fe9 [2021-01-28T16:28:39.702Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2021-01-28T16:28:39.800Z] 3accdbcb5eff: Pushed [2021-01-28T16:28:39.800Z] 834e8f2405eb: Pushed [2021-01-28T16:28:39.800Z] ed2dec73496f: Pushed [2021-01-28T16:28:39.800Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329: digest: sha256:3d67f013269626d03ad2f9962b64ca1b69b80ba473a5f50b54369227f46d78d9 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:28:40.126Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:28:40.326Z] ---> Running in 1229ae39b2de [2021-01-28T16:28:40.327Z] Removing intermediate container 28706ee368c2 [2021-01-28T16:28:40.327Z] ---> a8fa77521b66 [2021-01-28T16:28:40.327Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-28T16:28:40.436Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.3.1-dev.1 [2021-01-28T16:28:40.436Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-28T16:28:40.436Z] 3accdbcb5eff: Preparing [2021-01-28T16:28:40.436Z] ed2dec73496f: Preparing [2021-01-28T16:28:40.436Z] 834e8f2405eb: Preparing [2021-01-28T16:28:40.436Z] ed2dec73496f: Layer already exists [2021-01-28T16:28:40.436Z] 3accdbcb5eff: Layer already exists [2021-01-28T16:28:40.436Z] 834e8f2405eb: Layer already exists [2021-01-28T16:28:40.436Z] 1.3.1-dev.1: digest: sha256:3d67f013269626d03ad2f9962b64ca1b69b80ba473a5f50b54369227f46d78d9 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:28:40.745Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:28:40.928Z] ---> f257b3f5b9e7 [2021-01-28T16:28:40.928Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-28T16:28:41.044Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:28:41.044Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-28T16:28:41.044Z] 3accdbcb5eff: Preparing [2021-01-28T16:28:41.044Z] ed2dec73496f: Preparing [2021-01-28T16:28:41.044Z] 834e8f2405eb: Preparing [2021-01-28T16:28:41.044Z] 3accdbcb5eff: Layer already exists [2021-01-28T16:28:41.044Z] 834e8f2405eb: Layer already exists [2021-01-28T16:28:41.044Z] ed2dec73496f: Layer already exists [2021-01-28T16:28:41.044Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1: digest: sha256:3d67f013269626d03ad2f9962b64ca1b69b80ba473a5f50b54369227f46d78d9 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:28:41.349Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:hanoi [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:28:41.531Z] ---> ae49dec027a0 [2021-01-28T16:28:41.531Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-28T16:28:41.652Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:hanoi [2021-01-28T16:28:41.652Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-28T16:28:41.652Z] 3accdbcb5eff: Preparing [2021-01-28T16:28:41.652Z] ed2dec73496f: Preparing [2021-01-28T16:28:41.652Z] 834e8f2405eb: Preparing [2021-01-28T16:28:41.652Z] ed2dec73496f: Layer already exists [2021-01-28T16:28:41.652Z] 3accdbcb5eff: Layer already exists [2021-01-28T16:28:41.652Z] 834e8f2405eb: Layer already exists [2021-01-28T16:28:41.652Z] hanoi: digest: sha256:3d67f013269626d03ad2f9962b64ca1b69b80ba473a5f50b54369227f46d78d9 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T16:28:41.837Z] ===================================================== [Pipeline] echo [2021-01-28T16:28:41.885Z] taggedImages: [2021-01-28T16:28:41.885Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:28:41.885Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.3.1-dev.1 [2021-01-28T16:28:41.885Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:28:41.885Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:hanoi [Pipeline] echo [2021-01-28T16:28:41.987Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2021-01-28T16:28:41.987Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:28:41.987Z] 1.3.1-dev.1 [2021-01-28T16:28:41.987Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:28:41.987Z] hanoi [2021-01-28T16:28:41.987Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:28:43.001Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:28:43.522Z] ---> 24c615a043bd [2021-01-28T16:28:43.522Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-28T16:28:43.563Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:28:43.563Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-28T16:28:43.563Z] c625805beb84: Preparing [2021-01-28T16:28:43.563Z] f1fbdda64e52: Preparing [2021-01-28T16:28:43.563Z] b4248d29b8ef: Preparing [2021-01-28T16:28:43.563Z] f42aed5c31df: Preparing [2021-01-28T16:28:43.563Z] e22dc2dd38a7: Preparing [2021-01-28T16:28:43.563Z] adba2c00d4f6: Preparing [2021-01-28T16:28:43.563Z] 1b3ee35aacca: Preparing [2021-01-28T16:28:43.563Z] adba2c00d4f6: Waiting [2021-01-28T16:28:43.563Z] 1b3ee35aacca: Waiting [2021-01-28T16:28:43.827Z] c625805beb84: Pushed [2021-01-28T16:28:43.827Z] f1fbdda64e52: Pushed [2021-01-28T16:28:43.827Z] e22dc2dd38a7: Pushed [2021-01-28T16:28:43.827Z] b4248d29b8ef: Pushed [2021-01-28T16:28:43.827Z] 1b3ee35aacca: Layer already exists [2021-01-28T16:28:44.134Z] ---> c5715d59675d [2021-01-28T16:28:44.134Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-28T16:28:44.402Z] adba2c00d4f6: Pushed [2021-01-28T16:28:44.416Z] ---> 177abee4114b [2021-01-28T16:28:44.416Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-28T16:28:44.664Z] f42aed5c31df: Pushed [2021-01-28T16:28:44.695Z] Removing intermediate container 1229ae39b2de [2021-01-28T16:28:44.695Z] ---> ad630b57daed [2021-01-28T16:28:44.695Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2021-01-28T16:28:44.929Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329: digest: sha256:3903cf77e7ad9aae21660b62423b46a850fc6445fe4c39ebd9f0b486dc6f8c9a size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:28:45.236Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:28:45.311Z] ---> Running in 95d5797528f1 [2021-01-28T16:28:45.537Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.3.1-dev.1 [2021-01-28T16:28:45.537Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-28T16:28:45.537Z] c625805beb84: Preparing [2021-01-28T16:28:45.537Z] f1fbdda64e52: Preparing [2021-01-28T16:28:45.537Z] b4248d29b8ef: Preparing [2021-01-28T16:28:45.537Z] f42aed5c31df: Preparing [2021-01-28T16:28:45.537Z] e22dc2dd38a7: Preparing [2021-01-28T16:28:45.537Z] adba2c00d4f6: Preparing [2021-01-28T16:28:45.537Z] 1b3ee35aacca: Preparing [2021-01-28T16:28:45.537Z] adba2c00d4f6: Waiting [2021-01-28T16:28:45.537Z] 1b3ee35aacca: Waiting [2021-01-28T16:28:45.537Z] f1fbdda64e52: Layer already exists [2021-01-28T16:28:45.537Z] f42aed5c31df: Layer already exists [2021-01-28T16:28:45.537Z] b4248d29b8ef: Layer already exists [2021-01-28T16:28:45.537Z] c625805beb84: Layer already exists [2021-01-28T16:28:45.537Z] e22dc2dd38a7: Layer already exists [2021-01-28T16:28:45.537Z] adba2c00d4f6: Layer already exists [2021-01-28T16:28:45.537Z] 1b3ee35aacca: Layer already exists [2021-01-28T16:28:45.537Z] 1.3.1-dev.1: digest: sha256:3903cf77e7ad9aae21660b62423b46a850fc6445fe4c39ebd9f0b486dc6f8c9a size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:28:45.583Z] ---> 03f191892469 [2021-01-28T16:28:45.583Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-28T16:28:45.842Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:28:46.148Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:28:46.148Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-28T16:28:46.148Z] c625805beb84: Preparing [2021-01-28T16:28:46.148Z] f1fbdda64e52: Preparing [2021-01-28T16:28:46.148Z] b4248d29b8ef: Preparing [2021-01-28T16:28:46.148Z] f42aed5c31df: Preparing [2021-01-28T16:28:46.148Z] e22dc2dd38a7: Preparing [2021-01-28T16:28:46.148Z] adba2c00d4f6: Preparing [2021-01-28T16:28:46.148Z] 1b3ee35aacca: Preparing [2021-01-28T16:28:46.148Z] adba2c00d4f6: Waiting [2021-01-28T16:28:46.148Z] 1b3ee35aacca: Waiting [2021-01-28T16:28:46.148Z] b4248d29b8ef: Layer already exists [2021-01-28T16:28:46.148Z] e22dc2dd38a7: Layer already exists [2021-01-28T16:28:46.148Z] c625805beb84: Layer already exists [2021-01-28T16:28:46.148Z] f42aed5c31df: Layer already exists [2021-01-28T16:28:46.148Z] f1fbdda64e52: Layer already exists [2021-01-28T16:28:46.148Z] adba2c00d4f6: Layer already exists [2021-01-28T16:28:46.148Z] 1b3ee35aacca: Layer already exists [2021-01-28T16:28:46.148Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1: digest: sha256:3903cf77e7ad9aae21660b62423b46a850fc6445fe4c39ebd9f0b486dc6f8c9a size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:28:46.186Z] ---> Running in 5cd1a29bca96 [2021-01-28T16:28:46.186Z] Removing intermediate container 95d5797528f1 [2021-01-28T16:28:46.186Z] ---> 4c064390b346 [2021-01-28T16:28:46.186Z] Step 26/29 : CMD [ "generate" ] [2021-01-28T16:28:46.457Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:hanoi [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:28:46.472Z] ---> 56d1834a1743 [2021-01-28T16:28:46.472Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-28T16:28:46.749Z] ---> Running in b1a455d404a7 [2021-01-28T16:28:46.756Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:hanoi [2021-01-28T16:28:46.756Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-28T16:28:46.756Z] c625805beb84: Preparing [2021-01-28T16:28:46.756Z] f1fbdda64e52: Preparing [2021-01-28T16:28:46.756Z] b4248d29b8ef: Preparing [2021-01-28T16:28:46.756Z] f42aed5c31df: Preparing [2021-01-28T16:28:46.756Z] e22dc2dd38a7: Preparing [2021-01-28T16:28:46.756Z] adba2c00d4f6: Preparing [2021-01-28T16:28:46.756Z] 1b3ee35aacca: Preparing [2021-01-28T16:28:46.756Z] adba2c00d4f6: Waiting [2021-01-28T16:28:46.756Z] 1b3ee35aacca: Waiting [2021-01-28T16:28:46.756Z] c625805beb84: Layer already exists [2021-01-28T16:28:46.756Z] b4248d29b8ef: Layer already exists [2021-01-28T16:28:46.756Z] f42aed5c31df: Layer already exists [2021-01-28T16:28:46.756Z] e22dc2dd38a7: Layer already exists [2021-01-28T16:28:46.756Z] f1fbdda64e52: Layer already exists [2021-01-28T16:28:46.756Z] adba2c00d4f6: Layer already exists [2021-01-28T16:28:46.756Z] 1b3ee35aacca: Layer already exists [2021-01-28T16:28:46.756Z] hanoi: digest: sha256:3903cf77e7ad9aae21660b62423b46a850fc6445fe4c39ebd9f0b486dc6f8c9a size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T16:28:46.939Z] ===================================================== [Pipeline] echo [2021-01-28T16:28:46.985Z] taggedImages: [2021-01-28T16:28:46.985Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:28:46.985Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.3.1-dev.1 [2021-01-28T16:28:46.985Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:28:46.985Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:hanoi [2021-01-28T16:28:47.031Z] Removing intermediate container 5cd1a29bca96 [2021-01-28T16:28:47.031Z] ---> 34709416a957 [2021-01-28T16:28:47.031Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [Pipeline] echo [2021-01-28T16:28:47.047Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-01-28T16:28:47.047Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:28:47.047Z] 1.3.1-dev.1 [2021-01-28T16:28:47.047Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:28:47.047Z] hanoi [2021-01-28T16:28:47.047Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:28:47.303Z] ---> Running in de708c897396 [2021-01-28T16:28:47.549Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:28:47.579Z] Removing intermediate container b1a455d404a7 [2021-01-28T16:28:47.579Z] ---> 33228bbe2549 [2021-01-28T16:28:47.580Z] Step 27/29 : LABEL arch=arm64 [2021-01-28T16:28:47.854Z] ---> ee283e204444 [2021-01-28T16:28:47.854Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-28T16:28:47.859Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:28:47.859Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-28T16:28:48.124Z] 117a26a375a6: Preparing [2021-01-28T16:28:48.124Z] 37c223ea8daa: Preparing [2021-01-28T16:28:48.124Z] ba7ee971cc02: Preparing [2021-01-28T16:28:48.124Z] b12d9311fd8e: Preparing [2021-01-28T16:28:48.124Z] c04d1437198b: Preparing [2021-01-28T16:28:48.124Z] c04d1437198b: Layer already exists [2021-01-28T16:28:48.124Z] 37c223ea8daa: Pushed [2021-01-28T16:28:48.132Z] ---> Running in 2d13a5582ed6 [2021-01-28T16:28:48.133Z] Removing intermediate container de708c897396 [2021-01-28T16:28:48.133Z] ---> 4a411afae6a8 [2021-01-28T16:28:48.133Z] Step 19/21 : LABEL arch=arm64 [2021-01-28T16:28:48.133Z] ---> Running in 165f6ff794b6 [2021-01-28T16:28:48.387Z] ba7ee971cc02: Pushed [2021-01-28T16:28:48.652Z] b12d9311fd8e: Pushed [2021-01-28T16:28:48.732Z] ---> Running in 0d9bf700e35b [2021-01-28T16:28:48.732Z] Removing intermediate container 8bf3677818ec [2021-01-28T16:28:48.732Z] ---> 645b32b52837 [2021-01-28T16:28:48.732Z] [2021-01-28T16:28:48.732Z] Step 10/22 : FROM scratch [2021-01-28T16:28:48.732Z] ---> [2021-01-28T16:28:48.732Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-28T16:28:48.732Z] ---> Using cache [2021-01-28T16:28:48.732Z] ---> e973a2e044dd [2021-01-28T16:28:48.732Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-28T16:28:49.081Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-28T16:28:49.081Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T16:28:49.081Z] ---> 43395c27e74d [2021-01-28T16:28:49.081Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T16:28:49.081Z] ---> Using cache [2021-01-28T16:28:49.081Z] ---> f65bb96a07de [2021-01-28T16:28:49.081Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T16:28:49.081Z] ---> Using cache [2021-01-28T16:28:49.081Z] ---> 43945372b90b [2021-01-28T16:28:49.081Z] Step 5/22 : RUN apk update && apk add make git [2021-01-28T16:28:49.081Z] ---> Using cache [2021-01-28T16:28:49.081Z] ---> c8c6a2030641 [2021-01-28T16:28:49.081Z] Step 6/22 : COPY go.mod . [2021-01-28T16:28:49.081Z] ---> Using cache [2021-01-28T16:28:49.081Z] ---> d67fd25d1b3f [2021-01-28T16:28:49.081Z] Step 7/22 : RUN go mod download [2021-01-28T16:28:49.081Z] ---> Using cache [2021-01-28T16:28:49.081Z] ---> 51ce19854fe9 [2021-01-28T16:28:49.081Z] Step 8/22 : COPY . . [2021-01-28T16:28:49.224Z] 117a26a375a6: Pushed [2021-01-28T16:28:49.225Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329: digest: sha256:dc9e08a2693f41610f25184285a677f7d8244393a52f8405e9ecd981c88bc807 size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:28:49.352Z] ---> Using cache [2021-01-28T16:28:49.352Z] ---> 089a506b6237 [2021-01-28T16:28:49.352Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-28T16:28:49.352Z] Removing intermediate container 2d13a5582ed6 [2021-01-28T16:28:49.352Z] Removing intermediate container 165f6ff794b6 [2021-01-28T16:28:49.352Z] ---> dd330b6ae0e1 [2021-01-28T16:28:49.352Z] Step 28/29 : LABEL git_sha=9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:28:49.352Z] ---> 97238c74d6f8 [2021-01-28T16:28:49.352Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T16:28:49.352Z] ---> Running in 2b25bbfd8dc4 [2021-01-28T16:28:49.528Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:28:49.625Z] ---> Running in 59be7e6c7200 [2021-01-28T16:28:49.625Z] ---> Running in 1c67bde0fe5d [2021-01-28T16:28:49.830Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.3.1-dev.1 [2021-01-28T16:28:49.830Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-28T16:28:49.830Z] 117a26a375a6: Preparing [2021-01-28T16:28:49.830Z] 37c223ea8daa: Preparing [2021-01-28T16:28:49.830Z] ba7ee971cc02: Preparing [2021-01-28T16:28:49.830Z] b12d9311fd8e: Preparing [2021-01-28T16:28:49.830Z] c04d1437198b: Preparing [2021-01-28T16:28:49.830Z] c04d1437198b: Layer already exists [2021-01-28T16:28:49.830Z] 37c223ea8daa: Layer already exists [2021-01-28T16:28:49.830Z] b12d9311fd8e: Layer already exists [2021-01-28T16:28:49.830Z] 117a26a375a6: Layer already exists [2021-01-28T16:28:49.830Z] ba7ee971cc02: Layer already exists [2021-01-28T16:28:49.830Z] 1.3.1-dev.1: digest: sha256:dc9e08a2693f41610f25184285a677f7d8244393a52f8405e9ecd981c88bc807 size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:28:49.905Z] Removing intermediate container 0d9bf700e35b [2021-01-28T16:28:49.905Z] ---> Running in 091db6b6aa7a [2021-01-28T16:28:49.905Z] ---> ce670f89115d [2021-01-28T16:28:49.905Z] Step 20/21 : LABEL git_sha=9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:28:50.134Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:28:50.183Z] ---> Running in 4ec745a656b2 [2021-01-28T16:28:50.183Z] Removing intermediate container 2b25bbfd8dc4 [2021-01-28T16:28:50.183Z] ---> d2bf142083c7 [2021-01-28T16:28:50.183Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-28T16:28:50.434Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:28:50.435Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-28T16:28:50.435Z] 117a26a375a6: Preparing [2021-01-28T16:28:50.435Z] 37c223ea8daa: Preparing [2021-01-28T16:28:50.435Z] ba7ee971cc02: Preparing [2021-01-28T16:28:50.435Z] b12d9311fd8e: Preparing [2021-01-28T16:28:50.435Z] c04d1437198b: Preparing [2021-01-28T16:28:50.435Z] 117a26a375a6: Layer already exists [2021-01-28T16:28:50.435Z] c04d1437198b: Layer already exists [2021-01-28T16:28:50.435Z] ba7ee971cc02: Layer already exists [2021-01-28T16:28:50.435Z] b12d9311fd8e: Layer already exists [2021-01-28T16:28:50.435Z] 37c223ea8daa: Layer already exists [2021-01-28T16:28:50.435Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1: digest: sha256:dc9e08a2693f41610f25184285a677f7d8244393a52f8405e9ecd981c88bc807 size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:28:50.487Z] ---> Running in dcbdee6aa531 [2021-01-28T16:28:50.487Z] Removing intermediate container 1c67bde0fe5d [2021-01-28T16:28:50.487Z] ---> f03dc6a921fb [2021-01-28T16:28:50.487Z] Step 22/24 : LABEL arch=arm64 [2021-01-28T16:28:50.487Z] Removing intermediate container 091db6b6aa7a [2021-01-28T16:28:50.487Z] ---> 3bd22b722239 [2021-01-28T16:28:50.487Z] Step 29/29 : LABEL version=1.3.1-dev.1 [2021-01-28T16:28:50.764Z] Removing intermediate container 4ec745a656b2 [2021-01-28T16:28:50.764Z] ---> e0ad91d148b1 [2021-01-28T16:28:50.764Z] Step 21/21 : LABEL version=1.3.1-dev.1 [2021-01-28T16:28:50.764Z] ---> Running in 510e6d10aa9d [2021-01-28T16:28:50.764Z] ---> Running in f72be3322113 [2021-01-28T16:28:50.787Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:hanoi [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:28:51.049Z] ---> Running in 022e2831726a [2021-01-28T16:28:51.049Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/core-command/core-command ./cmd/core-command [2021-01-28T16:28:51.049Z] Removing intermediate container dcbdee6aa531 [2021-01-28T16:28:51.049Z] ---> 52108dfab7d1 [2021-01-28T16:28:51.049Z] Step 14/22 : WORKDIR / [2021-01-28T16:28:51.084Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:hanoi [2021-01-28T16:28:51.084Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-28T16:28:51.084Z] 117a26a375a6: Preparing [2021-01-28T16:28:51.084Z] 37c223ea8daa: Preparing [2021-01-28T16:28:51.084Z] ba7ee971cc02: Preparing [2021-01-28T16:28:51.084Z] b12d9311fd8e: Preparing [2021-01-28T16:28:51.084Z] c04d1437198b: Preparing [2021-01-28T16:28:51.084Z] ba7ee971cc02: Layer already exists [2021-01-28T16:28:51.084Z] 37c223ea8daa: Layer already exists [2021-01-28T16:28:51.084Z] c04d1437198b: Layer already exists [2021-01-28T16:28:51.084Z] 117a26a375a6: Layer already exists [2021-01-28T16:28:51.084Z] b12d9311fd8e: Layer already exists [2021-01-28T16:28:51.084Z] hanoi: digest: sha256:dc9e08a2693f41610f25184285a677f7d8244393a52f8405e9ecd981c88bc807 size: 1365 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T16:28:51.299Z] ===================================================== [2021-01-28T16:28:51.327Z] ---> Running in 90d1b7e338df [Pipeline] echo [2021-01-28T16:28:51.352Z] taggedImages: [2021-01-28T16:28:51.353Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:28:51.353Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.3.1-dev.1 [2021-01-28T16:28:51.353Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:28:51.353Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:hanoi [Pipeline] echo [2021-01-28T16:28:51.421Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2021-01-28T16:28:51.421Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:28:51.421Z] 1.3.1-dev.1 [2021-01-28T16:28:51.421Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:28:51.421Z] hanoi [2021-01-28T16:28:51.421Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2021-01-28T16:28:51.604Z] Removing intermediate container f72be3322113 [2021-01-28T16:28:51.604Z] ---> 65fda29074f0 [2021-01-28T16:28:51.604Z] [2021-01-28T16:28:51.604Z] Removing intermediate container 510e6d10aa9d [2021-01-28T16:28:51.604Z] ---> 5a783f84db99 [2021-01-28T16:28:51.604Z] Step 23/24 : LABEL git_sha=9a6eedb96835a64d2bad9fe97e001e25d5234329 [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:28:51.881Z] Removing intermediate container 022e2831726a [2021-01-28T16:28:51.881Z] ---> 96eef28af7eb [2021-01-28T16:28:51.881Z] [2021-01-28T16:28:51.881Z] ---> Running in 85e3aee5b97b [2021-01-28T16:28:51.944Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:28:52.165Z] Successfully built 65fda29074f0 [2021-01-28T16:28:52.165Z] Removing intermediate container 90d1b7e338df [2021-01-28T16:28:52.165Z] ---> cef25ce5861e [2021-01-28T16:28:52.165Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-28T16:28:52.165Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2021-01-28T16:28:52.165Z] Building docker-security-secretstore-setup-go [2021-01-28T16:28:52.245Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:28:52.245Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2021-01-28T16:28:52.245Z] b334caee6901: Preparing [2021-01-28T16:28:52.245Z] edf26fa4923b: Preparing [2021-01-28T16:28:52.245Z] cda5920de242: Preparing [2021-01-28T16:28:52.245Z] d874f8b2000a: Preparing [2021-01-28T16:28:52.245Z] d874f8b2000a: Preparing [2021-01-28T16:28:52.245Z] 985df097a69e: Preparing [2021-01-28T16:28:52.245Z] ffebb8a92529: Preparing [2021-01-28T16:28:52.245Z] f89c810afec7: Preparing [2021-01-28T16:28:52.245Z] b334caee6901: Preparing [2021-01-28T16:28:52.245Z] 7511c8f4af22: Preparing [2021-01-28T16:28:52.245Z] fe9dcec5bcbb: Preparing [2021-01-28T16:28:52.245Z] 8275cafca162: Preparing [2021-01-28T16:28:52.245Z] c04d1437198b: Preparing [2021-01-28T16:28:52.245Z] f89c810afec7: Waiting [2021-01-28T16:28:52.245Z] 7511c8f4af22: Waiting [2021-01-28T16:28:52.245Z] fe9dcec5bcbb: Waiting [2021-01-28T16:28:52.245Z] 8275cafca162: Waiting [2021-01-28T16:28:52.245Z] c04d1437198b: Waiting [2021-01-28T16:28:52.245Z] ffebb8a92529: Waiting [2021-01-28T16:28:52.445Z]  Building docker-security-secrets-setup-go ... done Successfully built 96eef28af7eb [2021-01-28T16:28:52.445Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-28T16:28:52.445Z]  Building docker-support-scheduler-go ... done Building docker-security-bootstrap-redis-go [2021-01-28T16:28:52.511Z] d874f8b2000a: Pushed [2021-01-28T16:28:52.511Z] edf26fa4923b: Pushed [2021-01-28T16:28:52.511Z] cda5920de242: Pushed [2021-01-28T16:28:52.511Z] 985df097a69e: Pushed [2021-01-28T16:28:52.511Z] ffebb8a92529: Pushed [2021-01-28T16:28:52.728Z] Removing intermediate container 85e3aee5b97b [2021-01-28T16:28:52.728Z] ---> 131745f9c944 [2021-01-28T16:28:52.728Z] Step 24/24 : LABEL version=1.3.1-dev.1 [2021-01-28T16:28:52.778Z] f89c810afec7: Pushed [2021-01-28T16:28:52.778Z] fe9dcec5bcbb: Pushed [2021-01-28T16:28:52.778Z] 7511c8f4af22: Pushed [2021-01-28T16:28:52.778Z] c04d1437198b: Layer already exists [2021-01-28T16:28:52.778Z] 8275cafca162: Pushed [2021-01-28T16:28:53.004Z] ---> Running in ce0f7417127e [2021-01-28T16:28:53.280Z] ---> 22a88aac5c54 [2021-01-28T16:28:53.280Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-28T16:28:53.357Z] b334caee6901: Pushed [2021-01-28T16:28:53.357Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329: digest: sha256:546e8b0e3e4937a61724fcf60dfab42dc8f3af7ac5f1696c314bed276b155c64 size: 3027 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:28:53.670Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:28:53.877Z] Removing intermediate container ce0f7417127e [2021-01-28T16:28:53.877Z] ---> e34b9f2da5f5 [2021-01-28T16:28:53.877Z] [2021-01-28T16:28:53.983Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.3.1-dev.1 [2021-01-28T16:28:53.983Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2021-01-28T16:28:53.983Z] b334caee6901: Preparing [2021-01-28T16:28:53.983Z] edf26fa4923b: Preparing [2021-01-28T16:28:53.983Z] cda5920de242: Preparing [2021-01-28T16:28:53.983Z] d874f8b2000a: Preparing [2021-01-28T16:28:53.983Z] d874f8b2000a: Preparing [2021-01-28T16:28:53.983Z] 985df097a69e: Preparing [2021-01-28T16:28:53.983Z] ffebb8a92529: Preparing [2021-01-28T16:28:53.983Z] f89c810afec7: Preparing [2021-01-28T16:28:53.983Z] b334caee6901: Preparing [2021-01-28T16:28:53.983Z] 7511c8f4af22: Preparing [2021-01-28T16:28:53.983Z] fe9dcec5bcbb: Preparing [2021-01-28T16:28:53.983Z] 8275cafca162: Preparing [2021-01-28T16:28:53.983Z] c04d1437198b: Preparing [2021-01-28T16:28:53.983Z] ffebb8a92529: Waiting [2021-01-28T16:28:53.983Z] f89c810afec7: Waiting [2021-01-28T16:28:53.983Z] 7511c8f4af22: Waiting [2021-01-28T16:28:53.983Z] fe9dcec5bcbb: Waiting [2021-01-28T16:28:53.983Z] 8275cafca162: Waiting [2021-01-28T16:28:53.983Z] c04d1437198b: Waiting [2021-01-28T16:28:53.983Z] 985df097a69e: Layer already exists [2021-01-28T16:28:53.983Z] edf26fa4923b: Layer already exists [2021-01-28T16:28:53.983Z] b334caee6901: Layer already exists [2021-01-28T16:28:53.983Z] d874f8b2000a: Layer already exists [2021-01-28T16:28:53.983Z] cda5920de242: Layer already exists [2021-01-28T16:28:53.983Z] ffebb8a92529: Layer already exists [2021-01-28T16:28:53.983Z] 7511c8f4af22: Layer already exists [2021-01-28T16:28:53.983Z] f89c810afec7: Layer already exists [2021-01-28T16:28:53.983Z] 8275cafca162: Layer already exists [2021-01-28T16:28:53.983Z] fe9dcec5bcbb: Layer already exists [2021-01-28T16:28:53.983Z] c04d1437198b: Layer already exists [2021-01-28T16:28:54.263Z] 1.3.1-dev.1: digest: sha256:546e8b0e3e4937a61724fcf60dfab42dc8f3af7ac5f1696c314bed276b155c64 size: 3027 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:28:54.480Z] Successfully built e34b9f2da5f5 [2021-01-28T16:28:54.480Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-28T16:28:54.480Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-01-28T16:28:54.593Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:28:54.891Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:28:54.891Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2021-01-28T16:28:54.891Z] b334caee6901: Preparing [2021-01-28T16:28:54.891Z] edf26fa4923b: Preparing [2021-01-28T16:28:54.891Z] cda5920de242: Preparing [2021-01-28T16:28:54.891Z] d874f8b2000a: Preparing [2021-01-28T16:28:54.891Z] d874f8b2000a: Preparing [2021-01-28T16:28:54.891Z] 985df097a69e: Preparing [2021-01-28T16:28:54.891Z] ffebb8a92529: Preparing [2021-01-28T16:28:54.891Z] f89c810afec7: Preparing [2021-01-28T16:28:54.891Z] b334caee6901: Preparing [2021-01-28T16:28:54.891Z] 7511c8f4af22: Preparing [2021-01-28T16:28:54.891Z] fe9dcec5bcbb: Preparing [2021-01-28T16:28:54.891Z] 8275cafca162: Preparing [2021-01-28T16:28:54.891Z] c04d1437198b: Preparing [2021-01-28T16:28:54.891Z] ffebb8a92529: Waiting [2021-01-28T16:28:54.891Z] fe9dcec5bcbb: Waiting [2021-01-28T16:28:54.891Z] f89c810afec7: Waiting [2021-01-28T16:28:54.891Z] 7511c8f4af22: Waiting [2021-01-28T16:28:54.891Z] 8275cafca162: Waiting [2021-01-28T16:28:54.891Z] c04d1437198b: Waiting [2021-01-28T16:28:54.891Z] 985df097a69e: Layer already exists [2021-01-28T16:28:54.891Z] edf26fa4923b: Layer already exists [2021-01-28T16:28:54.891Z] b334caee6901: Layer already exists [2021-01-28T16:28:54.892Z] d874f8b2000a: Layer already exists [2021-01-28T16:28:54.892Z] cda5920de242: Layer already exists [2021-01-28T16:28:54.892Z] 7511c8f4af22: Layer already exists [2021-01-28T16:28:54.892Z] f89c810afec7: Layer already exists [2021-01-28T16:28:54.892Z] fe9dcec5bcbb: Layer already exists [2021-01-28T16:28:54.892Z] ffebb8a92529: Layer already exists [2021-01-28T16:28:54.892Z] 8275cafca162: Layer already exists [2021-01-28T16:28:54.892Z] c04d1437198b: Layer already exists [2021-01-28T16:28:54.892Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1: digest: sha256:546e8b0e3e4937a61724fcf60dfab42dc8f3af7ac5f1696c314bed276b155c64 size: 3027 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:28:55.194Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:hanoi [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:28:55.496Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:hanoi [2021-01-28T16:28:55.496Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2021-01-28T16:28:55.496Z] b334caee6901: Preparing [2021-01-28T16:28:55.496Z] edf26fa4923b: Preparing [2021-01-28T16:28:55.496Z] cda5920de242: Preparing [2021-01-28T16:28:55.496Z] d874f8b2000a: Preparing [2021-01-28T16:28:55.496Z] d874f8b2000a: Preparing [2021-01-28T16:28:55.496Z] 985df097a69e: Preparing [2021-01-28T16:28:55.496Z] ffebb8a92529: Preparing [2021-01-28T16:28:55.496Z] f89c810afec7: Preparing [2021-01-28T16:28:55.496Z] b334caee6901: Preparing [2021-01-28T16:28:55.496Z] 7511c8f4af22: Preparing [2021-01-28T16:28:55.496Z] fe9dcec5bcbb: Preparing [2021-01-28T16:28:55.496Z] 8275cafca162: Preparing [2021-01-28T16:28:55.496Z] c04d1437198b: Preparing [2021-01-28T16:28:55.496Z] ffebb8a92529: Waiting [2021-01-28T16:28:55.496Z] fe9dcec5bcbb: Waiting [2021-01-28T16:28:55.496Z] 8275cafca162: Waiting [2021-01-28T16:28:55.496Z] c04d1437198b: Waiting [2021-01-28T16:28:55.496Z] f89c810afec7: Waiting [2021-01-28T16:28:55.496Z] 7511c8f4af22: Waiting [2021-01-28T16:28:55.496Z] cda5920de242: Layer already exists [2021-01-28T16:28:55.496Z] edf26fa4923b: Layer already exists [2021-01-28T16:28:55.496Z] b334caee6901: Layer already exists [2021-01-28T16:28:55.496Z] 985df097a69e: Layer already exists [2021-01-28T16:28:55.496Z] d874f8b2000a: Layer already exists [2021-01-28T16:28:55.496Z] ffebb8a92529: Layer already exists [2021-01-28T16:28:55.496Z] 8275cafca162: Layer already exists [2021-01-28T16:28:55.496Z] fe9dcec5bcbb: Layer already exists [2021-01-28T16:28:55.496Z] 7511c8f4af22: Layer already exists [2021-01-28T16:28:55.496Z] f89c810afec7: Layer already exists [2021-01-28T16:28:55.496Z] c04d1437198b: Layer already exists [2021-01-28T16:28:55.496Z] hanoi: digest: sha256:546e8b0e3e4937a61724fcf60dfab42dc8f3af7ac5f1696c314bed276b155c64 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T16:28:55.724Z] ===================================================== [Pipeline] echo [2021-01-28T16:28:55.781Z] taggedImages: [2021-01-28T16:28:55.781Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:28:55.781Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.3.1-dev.1 [2021-01-28T16:28:55.781Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:28:55.781Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:hanoi [Pipeline] echo [2021-01-28T16:28:55.893Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-01-28T16:28:55.893Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:28:55.893Z] 1.3.1-dev.1 [2021-01-28T16:28:55.893Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:28:55.893Z] hanoi [2021-01-28T16:28:55.893Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2021-01-28T16:28:55.985Z] ---> f25e95efd9e3 [2021-01-28T16:28:55.985Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:28:56.425Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:28:56.737Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:28:56.737Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-28T16:28:56.737Z] 5c4f203bd0a5: Preparing [2021-01-28T16:28:56.737Z] 4c442c4f11ea: Preparing [2021-01-28T16:28:56.737Z] d5492da1edd8: Preparing [2021-01-28T16:28:56.737Z] 067cdd19b46a: Preparing [2021-01-28T16:28:56.737Z] c0dd7eb71b93: Preparing [2021-01-28T16:28:56.737Z] 27d259516c1b: Preparing [2021-01-28T16:28:56.737Z] 86b3c59b415e: Preparing [2021-01-28T16:28:56.737Z] adba2c00d4f6: Preparing [2021-01-28T16:28:56.737Z] 1b3ee35aacca: Preparing [2021-01-28T16:28:56.737Z] 27d259516c1b: Waiting [2021-01-28T16:28:56.737Z] 86b3c59b415e: Waiting [2021-01-28T16:28:56.737Z] adba2c00d4f6: Waiting [2021-01-28T16:28:56.737Z] 1b3ee35aacca: Waiting [2021-01-28T16:28:57.009Z] 5c4f203bd0a5: Pushed [2021-01-28T16:28:57.009Z] c0dd7eb71b93: Pushed [2021-01-28T16:28:57.009Z] 4c442c4f11ea: Pushed [2021-01-28T16:28:57.009Z] adba2c00d4f6: Layer already exists [2021-01-28T16:28:57.009Z] 1b3ee35aacca: Layer already exists [2021-01-28T16:28:57.009Z] 86b3c59b415e: Pushed [2021-01-28T16:28:57.009Z] 27d259516c1b: Pushed [2021-01-28T16:28:57.452Z] ---> 7bdb4adc6113 [2021-01-28T16:28:57.453Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-28T16:28:57.731Z] ---> Running in 196dafccbaed [2021-01-28T16:28:57.962Z] 067cdd19b46a: Pushed [2021-01-28T16:28:57.962Z] d5492da1edd8: Pushed [2021-01-28T16:28:57.962Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329: digest: sha256:8d79dadcf3ef6db1be4053f619fc16b7a19462ff3709c02ae7497e1f7871a092 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:28:58.514Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:28:58.757Z] Removing intermediate container 196dafccbaed [2021-01-28T16:28:58.757Z] ---> 85b41c599e9a [2021-01-28T16:28:58.757Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T16:28:58.813Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.3.1-dev.1 [2021-01-28T16:28:58.813Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-28T16:28:58.814Z] 5c4f203bd0a5: Preparing [2021-01-28T16:28:58.814Z] 4c442c4f11ea: Preparing [2021-01-28T16:28:58.814Z] d5492da1edd8: Preparing [2021-01-28T16:28:58.814Z] 067cdd19b46a: Preparing [2021-01-28T16:28:58.814Z] c0dd7eb71b93: Preparing [2021-01-28T16:28:58.814Z] 27d259516c1b: Preparing [2021-01-28T16:28:58.814Z] 86b3c59b415e: Preparing [2021-01-28T16:28:58.814Z] adba2c00d4f6: Preparing [2021-01-28T16:28:58.814Z] 1b3ee35aacca: Preparing [2021-01-28T16:28:58.814Z] 27d259516c1b: Waiting [2021-01-28T16:28:58.814Z] adba2c00d4f6: Waiting [2021-01-28T16:28:58.814Z] 1b3ee35aacca: Waiting [2021-01-28T16:28:58.814Z] 86b3c59b415e: Waiting [2021-01-28T16:28:58.814Z] 5c4f203bd0a5: Layer already exists [2021-01-28T16:28:58.814Z] c0dd7eb71b93: Layer already exists [2021-01-28T16:28:58.814Z] 4c442c4f11ea: Layer already exists [2021-01-28T16:28:58.814Z] d5492da1edd8: Layer already exists [2021-01-28T16:28:58.814Z] 067cdd19b46a: Layer already exists [2021-01-28T16:28:58.814Z] adba2c00d4f6: Layer already exists [2021-01-28T16:28:58.814Z] 27d259516c1b: Layer already exists [2021-01-28T16:28:58.814Z] 86b3c59b415e: Layer already exists [2021-01-28T16:28:58.814Z] 1b3ee35aacca: Layer already exists [2021-01-28T16:28:58.814Z] 1.3.1-dev.1: digest: sha256:8d79dadcf3ef6db1be4053f619fc16b7a19462ff3709c02ae7497e1f7871a092 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:28:59.117Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:28:59.361Z] ---> Running in fc273aaf52d2 [2021-01-28T16:28:59.414Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:28:59.414Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-28T16:28:59.414Z] 5c4f203bd0a5: Preparing [2021-01-28T16:28:59.414Z] 4c442c4f11ea: Preparing [2021-01-28T16:28:59.414Z] d5492da1edd8: Preparing [2021-01-28T16:28:59.414Z] 067cdd19b46a: Preparing [2021-01-28T16:28:59.414Z] c0dd7eb71b93: Preparing [2021-01-28T16:28:59.414Z] 27d259516c1b: Preparing [2021-01-28T16:28:59.414Z] 86b3c59b415e: Preparing [2021-01-28T16:28:59.414Z] adba2c00d4f6: Preparing [2021-01-28T16:28:59.414Z] 1b3ee35aacca: Preparing [2021-01-28T16:28:59.414Z] 27d259516c1b: Waiting [2021-01-28T16:28:59.414Z] 86b3c59b415e: Waiting [2021-01-28T16:28:59.414Z] adba2c00d4f6: Waiting [2021-01-28T16:28:59.414Z] 1b3ee35aacca: Waiting [2021-01-28T16:28:59.414Z] 067cdd19b46a: Layer already exists [2021-01-28T16:28:59.414Z] d5492da1edd8: Layer already exists [2021-01-28T16:28:59.414Z] 5c4f203bd0a5: Layer already exists [2021-01-28T16:28:59.414Z] 4c442c4f11ea: Layer already exists [2021-01-28T16:28:59.414Z] c0dd7eb71b93: Layer already exists [2021-01-28T16:28:59.414Z] 27d259516c1b: Layer already exists [2021-01-28T16:28:59.414Z] 1b3ee35aacca: Layer already exists [2021-01-28T16:28:59.414Z] 86b3c59b415e: Layer already exists [2021-01-28T16:28:59.414Z] adba2c00d4f6: Layer already exists [2021-01-28T16:28:59.414Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1: digest: sha256:8d79dadcf3ef6db1be4053f619fc16b7a19462ff3709c02ae7497e1f7871a092 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:28:59.714Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:hanoi [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:29:00.007Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:hanoi [2021-01-28T16:29:00.007Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-28T16:29:00.007Z] 5c4f203bd0a5: Preparing [2021-01-28T16:29:00.007Z] 4c442c4f11ea: Preparing [2021-01-28T16:29:00.007Z] d5492da1edd8: Preparing [2021-01-28T16:29:00.007Z] 067cdd19b46a: Preparing [2021-01-28T16:29:00.007Z] c0dd7eb71b93: Preparing [2021-01-28T16:29:00.007Z] 27d259516c1b: Preparing [2021-01-28T16:29:00.007Z] 86b3c59b415e: Preparing [2021-01-28T16:29:00.007Z] adba2c00d4f6: Preparing [2021-01-28T16:29:00.007Z] 1b3ee35aacca: Preparing [2021-01-28T16:29:00.007Z] 27d259516c1b: Waiting [2021-01-28T16:29:00.007Z] 86b3c59b415e: Waiting [2021-01-28T16:29:00.007Z] adba2c00d4f6: Waiting [2021-01-28T16:29:00.007Z] d5492da1edd8: Layer already exists [2021-01-28T16:29:00.007Z] 5c4f203bd0a5: Layer already exists [2021-01-28T16:29:00.007Z] c0dd7eb71b93: Layer already exists [2021-01-28T16:29:00.007Z] 067cdd19b46a: Layer already exists [2021-01-28T16:29:00.007Z] 4c442c4f11ea: Layer already exists [2021-01-28T16:29:00.007Z] adba2c00d4f6: Layer already exists [2021-01-28T16:29:00.007Z] 86b3c59b415e: Layer already exists [2021-01-28T16:29:00.007Z] 27d259516c1b: Layer already exists [2021-01-28T16:29:00.007Z] 1b3ee35aacca: Layer already exists [2021-01-28T16:29:00.007Z] hanoi: digest: sha256:8d79dadcf3ef6db1be4053f619fc16b7a19462ff3709c02ae7497e1f7871a092 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T16:29:00.228Z] ===================================================== [Pipeline] echo [2021-01-28T16:29:00.278Z] taggedImages: [2021-01-28T16:29:00.278Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:29:00.278Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.3.1-dev.1 [2021-01-28T16:29:00.278Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:29:00.278Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:hanoi [2021-01-28T16:29:00.348Z] Removing intermediate container fc273aaf52d2 [2021-01-28T16:29:00.348Z] ---> ed08c0accfce [2021-01-28T16:29:00.348Z] Step 20/22 : LABEL arch=arm64 [Pipeline] echo [2021-01-28T16:29:00.367Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2021-01-28T16:29:00.367Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:29:00.367Z] 1.3.1-dev.1 [2021-01-28T16:29:00.367Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:29:00.367Z] hanoi [2021-01-28T16:29:00.367Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:29:00.625Z] ---> Running in a41aba88a608 [2021-01-28T16:29:00.880Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:29:01.180Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:29:01.180Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2021-01-28T16:29:01.180Z] 618932466657: Preparing [2021-01-28T16:29:01.180Z] 3ba50a8b9a39: Preparing [2021-01-28T16:29:01.180Z] e773b04c9cb5: Preparing [2021-01-28T16:29:01.180Z] 446d801f65ce: Preparing [2021-01-28T16:29:01.230Z] Removing intermediate container a41aba88a608 [2021-01-28T16:29:01.230Z] ---> a2ff96ca264d [2021-01-28T16:29:01.230Z] Step 21/22 : LABEL git_sha=9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:29:01.441Z] 446d801f65ce: Pushed [2021-01-28T16:29:01.441Z] e773b04c9cb5: Pushed [2021-01-28T16:29:01.441Z] 618932466657: Pushed [2021-01-28T16:29:01.505Z] ---> Running in c7fa7e653d34 [2021-01-28T16:29:02.383Z] 3ba50a8b9a39: Pushed [2021-01-28T16:29:02.383Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329: digest: sha256:d173f93db3e173be807b640c8ae9028fbdc34c23d8ba4e801c618322e60f5aed size: 1153 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:29:02.494Z] Removing intermediate container c7fa7e653d34 [2021-01-28T16:29:02.494Z] ---> a21dce364fe6 [2021-01-28T16:29:02.494Z] Step 22/22 : LABEL version=1.3.1-dev.1 [2021-01-28T16:29:02.687Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:29:02.767Z] ---> Running in e4839eece860 [2021-01-28T16:29:02.983Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.3.1-dev.1 [2021-01-28T16:29:02.983Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2021-01-28T16:29:02.983Z] 618932466657: Preparing [2021-01-28T16:29:02.983Z] 3ba50a8b9a39: Preparing [2021-01-28T16:29:02.983Z] e773b04c9cb5: Preparing [2021-01-28T16:29:02.983Z] 446d801f65ce: Preparing [2021-01-28T16:29:02.983Z] e773b04c9cb5: Layer already exists [2021-01-28T16:29:02.983Z] 618932466657: Layer already exists [2021-01-28T16:29:02.983Z] 446d801f65ce: Layer already exists [2021-01-28T16:29:02.983Z] 3ba50a8b9a39: Layer already exists [2021-01-28T16:29:02.983Z] 1.3.1-dev.1: digest: sha256:d173f93db3e173be807b640c8ae9028fbdc34c23d8ba4e801c618322e60f5aed size: 1153 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:29:03.286Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:29:03.373Z] Removing intermediate container e4839eece860 [2021-01-28T16:29:03.373Z] ---> de64b6e9a297 [2021-01-28T16:29:03.373Z] [2021-01-28T16:29:03.583Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:29:03.584Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2021-01-28T16:29:03.584Z] 618932466657: Preparing [2021-01-28T16:29:03.584Z] 3ba50a8b9a39: Preparing [2021-01-28T16:29:03.584Z] e773b04c9cb5: Preparing [2021-01-28T16:29:03.584Z] 446d801f65ce: Preparing [2021-01-28T16:29:03.584Z] 618932466657: Layer already exists [2021-01-28T16:29:03.584Z] e773b04c9cb5: Layer already exists [2021-01-28T16:29:03.584Z] 446d801f65ce: Layer already exists [2021-01-28T16:29:03.584Z] 3ba50a8b9a39: Layer already exists [2021-01-28T16:29:03.584Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1: digest: sha256:d173f93db3e173be807b640c8ae9028fbdc34c23d8ba4e801c618322e60f5aed size: 1153 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:29:03.652Z] Successfully built de64b6e9a297 [2021-01-28T16:29:03.652Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-28T16:29:03.889Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:hanoi [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:29:03.935Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2021-01-28T16:29:04.196Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:hanoi [2021-01-28T16:29:04.196Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2021-01-28T16:29:04.196Z] 618932466657: Preparing [2021-01-28T16:29:04.196Z] 3ba50a8b9a39: Preparing [2021-01-28T16:29:04.196Z] e773b04c9cb5: Preparing [2021-01-28T16:29:04.196Z] 446d801f65ce: Preparing [2021-01-28T16:29:04.196Z] 3ba50a8b9a39: Layer already exists [2021-01-28T16:29:04.196Z] 446d801f65ce: Layer already exists [2021-01-28T16:29:04.196Z] 618932466657: Layer already exists [2021-01-28T16:29:04.196Z] e773b04c9cb5: Layer already exists [2021-01-28T16:29:04.196Z] hanoi: digest: sha256:d173f93db3e173be807b640c8ae9028fbdc34c23d8ba4e801c618322e60f5aed size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T16:29:04.400Z] ===================================================== [Pipeline] echo [2021-01-28T16:29:04.447Z] taggedImages: [2021-01-28T16:29:04.447Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:29:04.447Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.3.1-dev.1 [2021-01-28T16:29:04.447Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:29:04.447Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:hanoi [Pipeline] echo [2021-01-28T16:29:04.529Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-01-28T16:29:04.529Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:29:04.529Z] 1.3.1-dev.1 [2021-01-28T16:29:04.530Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:29:04.530Z] hanoi [2021-01-28T16:29:04.530Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:29:05.067Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:29:05.364Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:29:05.364Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-28T16:29:05.364Z] edea504dbedc: Preparing [2021-01-28T16:29:05.364Z] 4130c58c3143: Preparing [2021-01-28T16:29:05.364Z] fba3125e1b72: Preparing [2021-01-28T16:29:05.364Z] b18978d1341d: Preparing [2021-01-28T16:29:05.364Z] b83fcb292a70: Preparing [2021-01-28T16:29:05.364Z] ac14684c2d24: Preparing [2021-01-28T16:29:05.364Z] ac14684c2d24: Waiting [2021-01-28T16:29:05.364Z] fba3125e1b72: Pushed [2021-01-28T16:29:05.628Z] edea504dbedc: Pushed [2021-01-28T16:29:05.628Z] b18978d1341d: Pushed [2021-01-28T16:29:05.891Z] b83fcb292a70: Pushed [2021-01-28T16:29:05.891Z] ac14684c2d24: Pushed [2021-01-28T16:29:06.834Z] 4130c58c3143: Pushed [2021-01-28T16:29:06.834Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329: digest: sha256:a1ca0656212466f34d00ed976a129cf7ff8b3a61d3446418c813c27927000b5f size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:29:07.147Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:29:07.452Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.3.1-dev.1 [2021-01-28T16:29:07.452Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-28T16:29:07.452Z] edea504dbedc: Preparing [2021-01-28T16:29:07.452Z] 4130c58c3143: Preparing [2021-01-28T16:29:07.452Z] fba3125e1b72: Preparing [2021-01-28T16:29:07.452Z] b18978d1341d: Preparing [2021-01-28T16:29:07.452Z] b83fcb292a70: Preparing [2021-01-28T16:29:07.452Z] ac14684c2d24: Preparing [2021-01-28T16:29:07.452Z] ac14684c2d24: Waiting [2021-01-28T16:29:07.452Z] edea504dbedc: Layer already exists [2021-01-28T16:29:07.452Z] fba3125e1b72: Layer already exists [2021-01-28T16:29:07.452Z] b83fcb292a70: Layer already exists [2021-01-28T16:29:07.452Z] 4130c58c3143: Layer already exists [2021-01-28T16:29:07.452Z] b18978d1341d: Layer already exists [2021-01-28T16:29:07.452Z] ac14684c2d24: Layer already exists [2021-01-28T16:29:07.452Z] 1.3.1-dev.1: digest: sha256:a1ca0656212466f34d00ed976a129cf7ff8b3a61d3446418c813c27927000b5f size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:29:07.755Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:29:08.063Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:29:08.063Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-28T16:29:08.063Z] edea504dbedc: Preparing [2021-01-28T16:29:08.063Z] 4130c58c3143: Preparing [2021-01-28T16:29:08.063Z] fba3125e1b72: Preparing [2021-01-28T16:29:08.063Z] b18978d1341d: Preparing [2021-01-28T16:29:08.063Z] b83fcb292a70: Preparing [2021-01-28T16:29:08.063Z] ac14684c2d24: Preparing [2021-01-28T16:29:08.063Z] ac14684c2d24: Waiting [2021-01-28T16:29:08.063Z] fba3125e1b72: Layer already exists [2021-01-28T16:29:08.063Z] b83fcb292a70: Layer already exists [2021-01-28T16:29:08.063Z] b18978d1341d: Layer already exists [2021-01-28T16:29:08.063Z] 4130c58c3143: Layer already exists [2021-01-28T16:29:08.063Z] edea504dbedc: Layer already exists [2021-01-28T16:29:08.063Z] ac14684c2d24: Layer already exists [2021-01-28T16:29:08.063Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1: digest: sha256:a1ca0656212466f34d00ed976a129cf7ff8b3a61d3446418c813c27927000b5f size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:29:08.377Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:hanoi [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:29:08.674Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:hanoi [2021-01-28T16:29:08.674Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-28T16:29:08.674Z] edea504dbedc: Preparing [2021-01-28T16:29:08.674Z] 4130c58c3143: Preparing [2021-01-28T16:29:08.674Z] fba3125e1b72: Preparing [2021-01-28T16:29:08.674Z] b18978d1341d: Preparing [2021-01-28T16:29:08.674Z] b83fcb292a70: Preparing [2021-01-28T16:29:08.674Z] ac14684c2d24: Preparing [2021-01-28T16:29:08.674Z] ac14684c2d24: Waiting [2021-01-28T16:29:08.674Z] b83fcb292a70: Layer already exists [2021-01-28T16:29:08.674Z] b18978d1341d: Layer already exists [2021-01-28T16:29:08.674Z] 4130c58c3143: Layer already exists [2021-01-28T16:29:08.674Z] fba3125e1b72: Layer already exists [2021-01-28T16:29:08.674Z] edea504dbedc: Layer already exists [2021-01-28T16:29:08.674Z] ac14684c2d24: Layer already exists [2021-01-28T16:29:08.674Z] hanoi: digest: sha256:a1ca0656212466f34d00ed976a129cf7ff8b3a61d3446418c813c27927000b5f size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T16:29:08.888Z] ===================================================== [Pipeline] echo [2021-01-28T16:29:08.937Z] taggedImages: [2021-01-28T16:29:08.937Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:29:08.937Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.3.1-dev.1 [2021-01-28T16:29:08.937Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:29:08.937Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:hanoi [Pipeline] echo [2021-01-28T16:29:09.016Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-01-28T16:29:09.016Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:29:09.016Z] 1.3.1-dev.1 [2021-01-28T16:29:09.016Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:29:09.016Z] hanoi [2021-01-28T16:29:09.016Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:29:09.564Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:29:09.870Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:29:09.870Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-28T16:29:09.870Z] 63478c882f47: Preparing [2021-01-28T16:29:09.870Z] 2f9d4cd7b5e6: Preparing [2021-01-28T16:29:09.870Z] 839b6c7b90b6: Preparing [2021-01-28T16:29:09.870Z] 839b6c7b90b6: Pushed [2021-01-28T16:29:09.870Z] 63478c882f47: Pushed [2021-01-28T16:29:11.258Z] 2f9d4cd7b5e6: Pushed [2021-01-28T16:29:11.258Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329: digest: sha256:64ecee1e4387cbcaa0cf3b2b1b2d1a1d5053fc6f0e1976a788aee47f5feff46d size: 944 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:29:11.562Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:29:11.862Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.3.1-dev.1 [2021-01-28T16:29:11.862Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-28T16:29:11.862Z] 63478c882f47: Preparing [2021-01-28T16:29:11.862Z] 2f9d4cd7b5e6: Preparing [2021-01-28T16:29:11.862Z] 839b6c7b90b6: Preparing [2021-01-28T16:29:11.862Z] 63478c882f47: Layer already exists [2021-01-28T16:29:11.862Z] 839b6c7b90b6: Layer already exists [2021-01-28T16:29:11.862Z] 2f9d4cd7b5e6: Layer already exists [2021-01-28T16:29:11.862Z] 1.3.1-dev.1: digest: sha256:64ecee1e4387cbcaa0cf3b2b1b2d1a1d5053fc6f0e1976a788aee47f5feff46d size: 944 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:29:12.194Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:29:12.752Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:29:12.752Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-28T16:29:12.752Z] 63478c882f47: Preparing [2021-01-28T16:29:12.752Z] 2f9d4cd7b5e6: Preparing [2021-01-28T16:29:12.752Z] 839b6c7b90b6: Preparing [2021-01-28T16:29:12.752Z] 2f9d4cd7b5e6: Layer already exists [2021-01-28T16:29:12.752Z] 63478c882f47: Layer already exists [2021-01-28T16:29:12.752Z] 839b6c7b90b6: Layer already exists [2021-01-28T16:29:12.752Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1: digest: sha256:64ecee1e4387cbcaa0cf3b2b1b2d1a1d5053fc6f0e1976a788aee47f5feff46d size: 944 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:29:13.055Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:hanoi [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:29:13.361Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:hanoi [2021-01-28T16:29:13.361Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-28T16:29:13.361Z] 63478c882f47: Preparing [2021-01-28T16:29:13.361Z] 2f9d4cd7b5e6: Preparing [2021-01-28T16:29:13.361Z] 839b6c7b90b6: Preparing [2021-01-28T16:29:13.361Z] 2f9d4cd7b5e6: Layer already exists [2021-01-28T16:29:13.361Z] 63478c882f47: Layer already exists [2021-01-28T16:29:13.361Z] 839b6c7b90b6: Layer already exists [2021-01-28T16:29:13.361Z] hanoi: digest: sha256:64ecee1e4387cbcaa0cf3b2b1b2d1a1d5053fc6f0e1976a788aee47f5feff46d size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T16:29:13.576Z] ===================================================== [Pipeline] echo [2021-01-28T16:29:13.633Z] taggedImages: [2021-01-28T16:29:13.633Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:29:13.633Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.3.1-dev.1 [2021-01-28T16:29:13.633Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:29:13.633Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:hanoi [Pipeline] echo [2021-01-28T16:29:13.703Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-01-28T16:29:13.703Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:29:13.703Z] 1.3.1-dev.1 [2021-01-28T16:29:13.703Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:29:13.703Z] hanoi [2021-01-28T16:29:13.703Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:29:14.173Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:29:14.500Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:29:14.500Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-28T16:29:14.500Z] 04d973c40bf8: Preparing [2021-01-28T16:29:14.500Z] 6fcd4cb8c7a3: Preparing [2021-01-28T16:29:14.500Z] ac7a1bf0b12e: Preparing [2021-01-28T16:29:14.500Z] db5542e1147b: Preparing [2021-01-28T16:29:14.500Z] ac7f9372da5e: Preparing [2021-01-28T16:29:14.500Z] 8b206f7ed4fc: Preparing [2021-01-28T16:29:14.500Z] f4fc314258bf: Preparing [2021-01-28T16:29:14.500Z] c38afb359156: Preparing [2021-01-28T16:29:14.500Z] ce8005e61ff6: Preparing [2021-01-28T16:29:14.500Z] c0855260cb35: Preparing [2021-01-28T16:29:14.500Z] d8ff2b8a089b: Preparing [2021-01-28T16:29:14.500Z] fbde41d77d8c: Preparing [2021-01-28T16:29:14.500Z] f3e26e9cc915: Preparing [2021-01-28T16:29:14.500Z] 777b2c648970: Preparing [2021-01-28T16:29:14.500Z] 8b206f7ed4fc: Waiting [2021-01-28T16:29:14.500Z] f4fc314258bf: Waiting [2021-01-28T16:29:14.500Z] c38afb359156: Waiting [2021-01-28T16:29:14.500Z] ce8005e61ff6: Waiting [2021-01-28T16:29:14.500Z] c0855260cb35: Waiting [2021-01-28T16:29:14.500Z] d8ff2b8a089b: Waiting [2021-01-28T16:29:14.500Z] fbde41d77d8c: Waiting [2021-01-28T16:29:14.500Z] f3e26e9cc915: Waiting [2021-01-28T16:29:14.500Z] 777b2c648970: Waiting [2021-01-28T16:29:14.765Z] ac7f9372da5e: Pushed [2021-01-28T16:29:14.765Z] 04d973c40bf8: Pushed [2021-01-28T16:29:15.034Z] db5542e1147b: Pushed [2021-01-28T16:29:15.034Z] c38afb359156: Layer already exists [2021-01-28T16:29:15.034Z] ce8005e61ff6: Layer already exists [2021-01-28T16:29:15.034Z] f4fc314258bf: Pushed [2021-01-28T16:29:15.034Z] c0855260cb35: Layer already exists [2021-01-28T16:29:15.034Z] d8ff2b8a089b: Layer already exists [2021-01-28T16:29:15.034Z] fbde41d77d8c: Layer already exists [2021-01-28T16:29:15.034Z] f3e26e9cc915: Layer already exists [2021-01-28T16:29:15.298Z] 777b2c648970: Layer already exists [2021-01-28T16:29:15.298Z] 6fcd4cb8c7a3: Pushed [2021-01-28T16:29:15.872Z] 8b206f7ed4fc: Pushed [2021-01-28T16:29:19.188Z] ac7a1bf0b12e: Pushed [2021-01-28T16:29:19.188Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329: digest: sha256:a4fff7d4f60421e95e06af9085634f0332219eea1efb1d4c5c1ad9a0d304473a size: 3253 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:29:19.497Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:29:19.798Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.3.1-dev.1 [2021-01-28T16:29:19.798Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-28T16:29:19.798Z] 04d973c40bf8: Preparing [2021-01-28T16:29:19.798Z] 6fcd4cb8c7a3: Preparing [2021-01-28T16:29:19.798Z] ac7a1bf0b12e: Preparing [2021-01-28T16:29:19.798Z] db5542e1147b: Preparing [2021-01-28T16:29:19.798Z] ac7f9372da5e: Preparing [2021-01-28T16:29:19.798Z] 8b206f7ed4fc: Preparing [2021-01-28T16:29:19.798Z] f4fc314258bf: Preparing [2021-01-28T16:29:19.798Z] c38afb359156: Preparing [2021-01-28T16:29:19.798Z] ce8005e61ff6: Preparing [2021-01-28T16:29:19.798Z] c0855260cb35: Preparing [2021-01-28T16:29:19.798Z] d8ff2b8a089b: Preparing [2021-01-28T16:29:19.798Z] fbde41d77d8c: Preparing [2021-01-28T16:29:19.798Z] f3e26e9cc915: Preparing [2021-01-28T16:29:19.798Z] 777b2c648970: Preparing [2021-01-28T16:29:19.798Z] ce8005e61ff6: Waiting [2021-01-28T16:29:19.798Z] c0855260cb35: Waiting [2021-01-28T16:29:19.798Z] f4fc314258bf: Waiting [2021-01-28T16:29:19.798Z] c38afb359156: Waiting [2021-01-28T16:29:19.798Z] d8ff2b8a089b: Waiting [2021-01-28T16:29:19.798Z] f3e26e9cc915: Waiting [2021-01-28T16:29:19.798Z] 8b206f7ed4fc: Waiting [2021-01-28T16:29:19.798Z] 777b2c648970: Waiting [2021-01-28T16:29:19.798Z] fbde41d77d8c: Waiting [2021-01-28T16:29:19.798Z] 04d973c40bf8: Layer already exists [2021-01-28T16:29:19.798Z] 6fcd4cb8c7a3: Layer already exists [2021-01-28T16:29:19.798Z] ac7a1bf0b12e: Layer already exists [2021-01-28T16:29:19.798Z] db5542e1147b: Layer already exists [2021-01-28T16:29:19.798Z] ac7f9372da5e: Layer already exists [2021-01-28T16:29:19.798Z] 8b206f7ed4fc: Layer already exists [2021-01-28T16:29:19.798Z] f4fc314258bf: Layer already exists [2021-01-28T16:29:19.798Z] c38afb359156: Layer already exists [2021-01-28T16:29:19.798Z] ce8005e61ff6: Layer already exists [2021-01-28T16:29:19.798Z] c0855260cb35: Layer already exists [2021-01-28T16:29:19.798Z] d8ff2b8a089b: Layer already exists [2021-01-28T16:29:19.798Z] fbde41d77d8c: Layer already exists [2021-01-28T16:29:19.798Z] 777b2c648970: Layer already exists [2021-01-28T16:29:19.798Z] f3e26e9cc915: Layer already exists [2021-01-28T16:29:19.798Z] 1.3.1-dev.1: digest: sha256:a4fff7d4f60421e95e06af9085634f0332219eea1efb1d4c5c1ad9a0d304473a size: 3253 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:29:20.232Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:29:20.600Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:29:20.600Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-28T16:29:20.600Z] 04d973c40bf8: Preparing [2021-01-28T16:29:20.600Z] 6fcd4cb8c7a3: Preparing [2021-01-28T16:29:20.600Z] ac7a1bf0b12e: Preparing [2021-01-28T16:29:20.600Z] db5542e1147b: Preparing [2021-01-28T16:29:20.600Z] ac7f9372da5e: Preparing [2021-01-28T16:29:20.600Z] 8b206f7ed4fc: Preparing [2021-01-28T16:29:20.600Z] f4fc314258bf: Preparing [2021-01-28T16:29:20.600Z] c38afb359156: Preparing [2021-01-28T16:29:20.600Z] ce8005e61ff6: Preparing [2021-01-28T16:29:20.600Z] c0855260cb35: Preparing [2021-01-28T16:29:20.600Z] d8ff2b8a089b: Preparing [2021-01-28T16:29:20.600Z] fbde41d77d8c: Preparing [2021-01-28T16:29:20.600Z] f3e26e9cc915: Preparing [2021-01-28T16:29:20.600Z] 777b2c648970: Preparing [2021-01-28T16:29:20.600Z] 8b206f7ed4fc: Waiting [2021-01-28T16:29:20.600Z] f4fc314258bf: Waiting [2021-01-28T16:29:20.600Z] c38afb359156: Waiting [2021-01-28T16:29:20.600Z] ce8005e61ff6: Waiting [2021-01-28T16:29:20.600Z] c0855260cb35: Waiting [2021-01-28T16:29:20.600Z] d8ff2b8a089b: Waiting [2021-01-28T16:29:20.600Z] fbde41d77d8c: Waiting [2021-01-28T16:29:20.600Z] f3e26e9cc915: Waiting [2021-01-28T16:29:20.600Z] 777b2c648970: Waiting [2021-01-28T16:29:20.600Z] 04d973c40bf8: Layer already exists [2021-01-28T16:29:20.600Z] 6fcd4cb8c7a3: Layer already exists [2021-01-28T16:29:20.600Z] ac7a1bf0b12e: Layer already exists [2021-01-28T16:29:20.600Z] db5542e1147b: Layer already exists [2021-01-28T16:29:20.600Z] ac7f9372da5e: Layer already exists [2021-01-28T16:29:20.600Z] 8b206f7ed4fc: Layer already exists [2021-01-28T16:29:20.600Z] c38afb359156: Layer already exists [2021-01-28T16:29:20.600Z] f4fc314258bf: Layer already exists [2021-01-28T16:29:20.600Z] ce8005e61ff6: Layer already exists [2021-01-28T16:29:20.600Z] c0855260cb35: Layer already exists [2021-01-28T16:29:20.600Z] d8ff2b8a089b: Layer already exists [2021-01-28T16:29:20.600Z] fbde41d77d8c: Layer already exists [2021-01-28T16:29:20.600Z] f3e26e9cc915: Layer already exists [2021-01-28T16:29:20.600Z] 777b2c648970: Layer already exists [2021-01-28T16:29:20.600Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1: digest: sha256:a4fff7d4f60421e95e06af9085634f0332219eea1efb1d4c5c1ad9a0d304473a size: 3253 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:29:20.941Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:hanoi [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:29:21.242Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:hanoi [2021-01-28T16:29:21.242Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-28T16:29:21.242Z] 04d973c40bf8: Preparing [2021-01-28T16:29:21.242Z] 6fcd4cb8c7a3: Preparing [2021-01-28T16:29:21.242Z] ac7a1bf0b12e: Preparing [2021-01-28T16:29:21.242Z] db5542e1147b: Preparing [2021-01-28T16:29:21.242Z] ac7f9372da5e: Preparing [2021-01-28T16:29:21.242Z] 8b206f7ed4fc: Preparing [2021-01-28T16:29:21.242Z] f4fc314258bf: Preparing [2021-01-28T16:29:21.242Z] c38afb359156: Preparing [2021-01-28T16:29:21.242Z] ce8005e61ff6: Preparing [2021-01-28T16:29:21.242Z] c0855260cb35: Preparing [2021-01-28T16:29:21.242Z] d8ff2b8a089b: Preparing [2021-01-28T16:29:21.242Z] fbde41d77d8c: Preparing [2021-01-28T16:29:21.242Z] f3e26e9cc915: Preparing [2021-01-28T16:29:21.242Z] 777b2c648970: Preparing [2021-01-28T16:29:21.242Z] c0855260cb35: Waiting [2021-01-28T16:29:21.242Z] d8ff2b8a089b: Waiting [2021-01-28T16:29:21.242Z] 8b206f7ed4fc: Waiting [2021-01-28T16:29:21.242Z] fbde41d77d8c: Waiting [2021-01-28T16:29:21.242Z] c38afb359156: Waiting [2021-01-28T16:29:21.242Z] f3e26e9cc915: Waiting [2021-01-28T16:29:21.242Z] ce8005e61ff6: Waiting [2021-01-28T16:29:21.242Z] f4fc314258bf: Waiting [2021-01-28T16:29:21.242Z] 777b2c648970: Waiting [2021-01-28T16:29:21.242Z] ac7f9372da5e: Layer already exists [2021-01-28T16:29:21.242Z] 6fcd4cb8c7a3: Layer already exists [2021-01-28T16:29:21.242Z] 04d973c40bf8: Layer already exists [2021-01-28T16:29:21.242Z] ac7a1bf0b12e: Layer already exists [2021-01-28T16:29:21.242Z] db5542e1147b: Layer already exists [2021-01-28T16:29:21.242Z] 8b206f7ed4fc: Layer already exists [2021-01-28T16:29:21.242Z] f4fc314258bf: Layer already exists [2021-01-28T16:29:21.242Z] c38afb359156: Layer already exists [2021-01-28T16:29:21.242Z] ce8005e61ff6: Layer already exists [2021-01-28T16:29:21.242Z] c0855260cb35: Layer already exists [2021-01-28T16:29:21.242Z] d8ff2b8a089b: Layer already exists [2021-01-28T16:29:21.242Z] f3e26e9cc915: Layer already exists [2021-01-28T16:29:21.242Z] fbde41d77d8c: Layer already exists [2021-01-28T16:29:21.242Z] 777b2c648970: Layer already exists [2021-01-28T16:29:21.503Z] hanoi: digest: sha256:a4fff7d4f60421e95e06af9085634f0332219eea1efb1d4c5c1ad9a0d304473a size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T16:29:21.696Z] ===================================================== [Pipeline] echo [2021-01-28T16:29:21.746Z] taggedImages: [2021-01-28T16:29:21.746Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:29:21.746Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.3.1-dev.1 [2021-01-28T16:29:21.746Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:29:21.746Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:hanoi [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-28T16:29:26.198Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-28T16:29:26.198Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-28T16:29:26.198Z] ---> 43395c27e74d [2021-01-28T16:29:26.198Z] Step 3/24 : WORKDIR /edgex-go [2021-01-28T16:29:26.198Z] ---> Using cache [2021-01-28T16:29:26.198Z] ---> f65bb96a07de [2021-01-28T16:29:26.198Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T16:29:26.198Z] ---> Using cache [2021-01-28T16:29:26.198Z] ---> 43945372b90b [2021-01-28T16:29:26.198Z] Step 5/24 : RUN apk update && apk add make git [2021-01-28T16:29:26.198Z] ---> Using cache [2021-01-28T16:29:26.198Z] ---> c8c6a2030641 [2021-01-28T16:29:26.198Z] Step 6/24 : COPY go.mod . [2021-01-28T16:29:26.198Z] ---> Using cache [2021-01-28T16:29:26.198Z] ---> d67fd25d1b3f [2021-01-28T16:29:26.198Z] Step 7/24 : RUN go mod download [2021-01-28T16:29:26.198Z] ---> Using cache [2021-01-28T16:29:26.198Z] ---> 51ce19854fe9 [2021-01-28T16:29:26.198Z] Step 8/24 : COPY . . [2021-01-28T16:29:26.198Z] ---> Using cache [2021-01-28T16:29:26.198Z] ---> 089a506b6237 [2021-01-28T16:29:26.198Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-28T16:29:26.198Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-28T16:29:26.198Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T16:29:26.198Z] ---> 43395c27e74d [2021-01-28T16:29:26.198Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T16:29:26.198Z] ---> Using cache [2021-01-28T16:29:26.198Z] ---> f65bb96a07de [2021-01-28T16:29:26.198Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T16:29:26.198Z] ---> Using cache [2021-01-28T16:29:26.198Z] ---> 43945372b90b [2021-01-28T16:29:26.198Z] Step 5/22 : RUN apk update && apk add make git [2021-01-28T16:29:26.198Z] ---> Using cache [2021-01-28T16:29:26.198Z] ---> c8c6a2030641 [2021-01-28T16:29:26.198Z] Step 6/22 : COPY go.mod . [2021-01-28T16:29:26.198Z] ---> Using cache [2021-01-28T16:29:26.198Z] ---> d67fd25d1b3f [2021-01-28T16:29:26.198Z] Step 7/22 : RUN go mod download [2021-01-28T16:29:26.198Z] ---> Using cache [2021-01-28T16:29:26.198Z] ---> 51ce19854fe9 [2021-01-28T16:29:26.198Z] Step 8/22 : COPY . . [2021-01-28T16:29:26.198Z] ---> Using cache [2021-01-28T16:29:26.198Z] ---> 089a506b6237 [2021-01-28T16:29:26.198Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-28T16:29:28.185Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-28T16:29:28.185Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T16:29:28.185Z] ---> 43395c27e74d [2021-01-28T16:29:28.185Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T16:29:28.185Z] ---> Using cache [2021-01-28T16:29:28.185Z] ---> f65bb96a07de [2021-01-28T16:29:28.185Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T16:29:28.185Z] ---> Using cache [2021-01-28T16:29:28.185Z] ---> 43945372b90b [2021-01-28T16:29:28.185Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-28T16:29:28.812Z] ---> Running in 36c4c8558630 [2021-01-28T16:29:28.812Z] ---> Running in 54d65c1922b3 [2021-01-28T16:29:28.812Z] ---> Running in 5d44de237779 [2021-01-28T16:29:32.205Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T16:29:32.206Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-28T16:29:32.206Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-28T16:29:32.819Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T16:29:33.420Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-28T16:29:33.420Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2021-01-28T16:29:33.420Z] ---> 43395c27e74d [2021-01-28T16:29:33.420Z] Step 3/27 : WORKDIR /edgex-go [2021-01-28T16:29:33.420Z] ---> Using cache [2021-01-28T16:29:33.420Z] ---> f65bb96a07de [2021-01-28T16:29:33.421Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T16:29:33.421Z] ---> Using cache [2021-01-28T16:29:33.421Z] ---> 43945372b90b [2021-01-28T16:29:33.421Z] Step 5/27 : RUN apk update && apk add make bash git [2021-01-28T16:29:33.697Z] v3.12.3-81-g327ae4ffe9 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-28T16:29:33.697Z] v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-28T16:29:33.697Z] OK: 12622 distinct packages available [2021-01-28T16:29:34.303Z] ---> Running in 0b393b189546 [2021-01-28T16:29:34.915Z] OK: 217 MiB in 51 packages [2021-01-28T16:29:36.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T16:29:36.986Z] Removing intermediate container 54d65c1922b3 [2021-01-28T16:29:36.986Z] ---> f0785e17bf43 [2021-01-28T16:29:36.986Z] Step 6/23 : COPY go.mod . [2021-01-28T16:29:37.595Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T16:29:38.204Z] ---> c1bb22904418 [2021-01-28T16:29:38.204Z] Step 7/23 : RUN go mod download [2021-01-28T16:29:38.204Z] ---> Running in 98c8fe3d0e4b [2021-01-28T16:29:38.810Z] v3.12.3-81-g327ae4ffe9 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-28T16:29:38.810Z] v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-28T16:29:38.810Z] OK: 12622 distinct packages available [2021-01-28T16:29:39.825Z] OK: 217 MiB in 51 packages [2021-01-28T16:29:43.263Z] Removing intermediate container 0b393b189546 [2021-01-28T16:29:43.263Z] ---> 66d3851d53c6 [2021-01-28T16:29:43.263Z] Step 6/27 : COPY go.mod . [2021-01-28T16:29:43.537Z] Removing intermediate container 98c8fe3d0e4b [2021-01-28T16:29:43.537Z] ---> 8339a427504c [2021-01-28T16:29:43.537Z] Step 8/23 : COPY . . [2021-01-28T16:29:45.537Z] ---> 56a6d4861b74 [2021-01-28T16:29:45.537Z] Step 7/27 : RUN go mod download [2021-01-28T16:29:45.537Z] Removing intermediate container 59be7e6c7200 [2021-01-28T16:29:45.537Z] ---> eb78e55632c7 [2021-01-28T16:29:45.537Z] [2021-01-28T16:29:45.537Z] Step 10/22 : FROM scratch [2021-01-28T16:29:45.537Z] ---> [2021-01-28T16:29:45.537Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-28T16:29:45.537Z] ---> Using cache [2021-01-28T16:29:45.537Z] ---> e973a2e044dd [2021-01-28T16:29:45.537Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-28T16:29:46.162Z] ---> Running in 7fbfac350d04 [2021-01-28T16:29:46.162Z] ---> Running in 64fc437852e2 [2021-01-28T16:29:48.178Z] Removing intermediate container 64fc437852e2 [2021-01-28T16:29:48.178Z] ---> d3a5dfa0b482 [2021-01-28T16:29:48.178Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-28T16:29:48.178Z] ---> Running in 32ba9a8d1089 [2021-01-28T16:29:50.832Z] Removing intermediate container 32ba9a8d1089 [2021-01-28T16:29:50.832Z] ---> 7928ce626f84 [2021-01-28T16:29:50.832Z] Step 14/22 : WORKDIR / [2021-01-28T16:29:51.117Z] ---> Running in 488e4230783d [2021-01-28T16:29:52.574Z] Removing intermediate container 488e4230783d [2021-01-28T16:29:52.574Z] ---> 7becb6dbe1c1 [2021-01-28T16:29:52.574Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-28T16:29:53.204Z] Removing intermediate container 7fbfac350d04 [2021-01-28T16:29:53.205Z] ---> 2d5f881d5496 [2021-01-28T16:29:53.205Z] Step 8/27 : COPY . . [2021-01-28T16:29:54.660Z] ---> 19074030db04 [2021-01-28T16:29:54.660Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-28T16:29:58.076Z] ---> 40db79c3902f [2021-01-28T16:29:58.076Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-28T16:30:00.744Z] ---> 7f2e635debda [2021-01-28T16:30:00.744Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-28T16:30:01.366Z] ---> ea575c0e214d [2021-01-28T16:30:01.366Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-28T16:30:01.366Z] ---> Running in 7f05267c997c [2021-01-28T16:30:01.640Z] ---> Running in 580b4fcb62ce [2021-01-28T16:30:02.258Z] Removing intermediate container 7f05267c997c [2021-01-28T16:30:02.258Z] ---> 7a3febcffddd [2021-01-28T16:30:02.258Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T16:30:02.537Z] ---> Running in 5c27cbb1e9ec [2021-01-28T16:30:03.533Z] Removing intermediate container 5c27cbb1e9ec [2021-01-28T16:30:03.533Z] ---> ec83d922204a [2021-01-28T16:30:03.533Z] Step 20/22 : LABEL arch=arm64 [2021-01-28T16:30:03.815Z] ---> Running in 537a796ac4e7 [2021-01-28T16:30:03.815Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/core-data/core-data ./cmd/core-data [2021-01-28T16:30:04.815Z] Removing intermediate container 537a796ac4e7 [2021-01-28T16:30:04.815Z] ---> 44c9c6e67ded [2021-01-28T16:30:04.815Z] Step 21/22 : LABEL git_sha=9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:30:05.424Z] ---> Running in fd92b93654d5 [2021-01-28T16:30:06.416Z] Removing intermediate container fd92b93654d5 [2021-01-28T16:30:06.416Z] ---> 290ab3ce97b1 [2021-01-28T16:30:06.416Z] Step 22/22 : LABEL version=1.3.1-dev.1 [2021-01-28T16:30:06.695Z] ---> Running in 71c686f4a9f1 [2021-01-28T16:30:08.147Z] Removing intermediate container 71c686f4a9f1 [2021-01-28T16:30:08.147Z] ---> 3a0eccfb4df8 [2021-01-28T16:30:08.147Z] [2021-01-28T16:30:08.426Z] Successfully built 3a0eccfb4df8 [2021-01-28T16:30:08.426Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-28T16:30:08.426Z]  Building docker-core-command-go ... done Building docker-security-proxy-setup-go [2021-01-28T16:30:11.865Z] ---> 26c87ad91a6e [2021-01-28T16:30:11.865Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-28T16:30:12.480Z] ---> Running in 351198bb4e54 [2021-01-28T16:30:14.494Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-28T16:30:26.980Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-28T16:30:26.980Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2021-01-28T16:30:26.980Z] ---> 43395c27e74d [2021-01-28T16:30:26.980Z] Step 3/20 : WORKDIR /edgex-go [2021-01-28T16:30:26.980Z] ---> Using cache [2021-01-28T16:30:26.980Z] ---> f65bb96a07de [2021-01-28T16:30:26.980Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T16:30:26.980Z] ---> Using cache [2021-01-28T16:30:26.980Z] ---> 43945372b90b [2021-01-28T16:30:26.980Z] Step 5/20 : RUN apk update && apk add make git [2021-01-28T16:30:26.980Z] ---> Using cache [2021-01-28T16:30:26.980Z] ---> c8c6a2030641 [2021-01-28T16:30:26.980Z] Step 6/20 : COPY go.mod . [2021-01-28T16:30:26.980Z] ---> Using cache [2021-01-28T16:30:26.980Z] ---> d67fd25d1b3f [2021-01-28T16:30:26.980Z] Step 7/20 : RUN go mod download [2021-01-28T16:30:26.980Z] ---> Using cache [2021-01-28T16:30:26.980Z] ---> 51ce19854fe9 [2021-01-28T16:30:26.980Z] Step 8/20 : COPY . . [2021-01-28T16:30:26.980Z] ---> Using cache [2021-01-28T16:30:26.980Z] ---> 089a506b6237 [2021-01-28T16:30:26.980Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2021-01-28T16:30:27.986Z] ---> Running in b680daddabd6 [2021-01-28T16:30:29.992Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-28T16:30:38.346Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-28T16:30:48.579Z] Removing intermediate container 5d44de237779 [2021-01-28T16:30:48.579Z] ---> c3e6f4e1aec3 [2021-01-28T16:30:48.579Z] [2021-01-28T16:30:48.579Z] Step 10/22 : FROM alpine:3.10 [2021-01-28T16:30:48.579Z] 3.10: Pulling from library/alpine [2021-01-28T16:30:50.041Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2021-01-28T16:30:50.041Z] Status: Downloaded newer image for alpine:3.10 [2021-01-28T16:30:50.041Z] ---> 536a684cf733 [2021-01-28T16:30:50.041Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2021-01-28T16:30:50.324Z] ---> Running in a06f286b2972 [2021-01-28T16:30:52.776Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2021-01-28T16:30:53.089Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2021-01-28T16:30:54.135Z] v3.10.5-181-ge7d73bb631 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2021-01-28T16:30:54.135Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2021-01-28T16:30:54.135Z] OK: 10171 distinct packages available [2021-01-28T16:30:54.981Z] (1/5) Installing ca-certificates (20191127-r2) [2021-01-28T16:30:54.981Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2021-01-28T16:30:55.270Z] (3/5) Installing libcurl (7.66.0-r3) [2021-01-28T16:30:55.270Z] (4/5) Installing curl (7.66.0-r3) [2021-01-28T16:30:55.270Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-28T16:30:55.270Z] Executing busybox-1.30.1-r3.trigger [2021-01-28T16:30:55.270Z] Executing ca-certificates-20191127-r2.trigger [2021-01-28T16:30:55.551Z] OK: 7 MiB in 19 packages [2021-01-28T16:30:55.833Z] Removing intermediate container 36c4c8558630 [2021-01-28T16:30:55.833Z] ---> da34997f8018 [2021-01-28T16:30:55.833Z] [2021-01-28T16:30:55.833Z] Step 10/24 : FROM alpine:3.10 [2021-01-28T16:30:55.833Z] ---> 536a684cf733 [2021-01-28T16:30:55.833Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2021-01-28T16:30:56.115Z] ---> Running in 0ae738156589 [2021-01-28T16:30:58.783Z] Removing intermediate container a06f286b2972 [2021-01-28T16:30:58.784Z] ---> 886a10686c8c [2021-01-28T16:30:58.784Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-28T16:30:58.784Z] ---> Running in 6a737d28c49f [2021-01-28T16:30:58.784Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2021-01-28T16:30:59.062Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2021-01-28T16:30:59.062Z] Removing intermediate container 6a737d28c49f [2021-01-28T16:30:59.062Z] ---> 86a0c428c97c [2021-01-28T16:30:59.062Z] Step 13/22 : WORKDIR / [2021-01-28T16:30:59.062Z] ---> Running in 56f69680efd3 [2021-01-28T16:30:59.348Z] v3.10.5-181-ge7d73bb631 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2021-01-28T16:30:59.348Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2021-01-28T16:30:59.348Z] OK: 10171 distinct packages available [2021-01-28T16:30:59.962Z] Removing intermediate container 56f69680efd3 [2021-01-28T16:30:59.962Z] ---> 066085a00ee6 [2021-01-28T16:30:59.962Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-28T16:30:59.962Z] (1/5) Installing ca-certificates (20191127-r2) [2021-01-28T16:31:00.243Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2021-01-28T16:31:00.243Z] (3/5) Installing libcurl (7.66.0-r3) [2021-01-28T16:31:00.243Z] (4/5) Installing curl (7.66.0-r3) [2021-01-28T16:31:00.243Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-28T16:31:00.243Z] Executing busybox-1.30.1-r3.trigger [2021-01-28T16:31:00.243Z] Executing ca-certificates-20191127-r2.trigger [2021-01-28T16:31:00.525Z] OK: 7 MiB in 19 packages [2021-01-28T16:31:01.136Z] ---> 5a5cbec4d7cf [2021-01-28T16:31:01.136Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-28T16:31:03.821Z] ---> a2540deb5624 [2021-01-28T16:31:03.821Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-28T16:31:03.821Z] Removing intermediate container 0ae738156589 [2021-01-28T16:31:03.821Z] ---> 5b39831102fb [2021-01-28T16:31:03.821Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T16:31:03.821Z] ---> Running in 26c4a6bdb848 [2021-01-28T16:31:04.448Z] Removing intermediate container 26c4a6bdb848 [2021-01-28T16:31:04.449Z] ---> 244bac2d3b02 [2021-01-28T16:31:04.449Z] Step 13/24 : WORKDIR / [2021-01-28T16:31:04.728Z] ---> 51874bd0895c [2021-01-28T16:31:04.728Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-28T16:31:04.728Z] ---> Running in a8383ab1aebc [2021-01-28T16:31:05.742Z] Removing intermediate container a8383ab1aebc [2021-01-28T16:31:05.742Z] ---> 01baad6d7b5c [2021-01-28T16:31:05.742Z] 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-28T16:31:06.024Z] ---> ef9470b6e996 [2021-01-28T16:31:06.024Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-28T16:31:06.299Z] ---> Running in 3cb3abaafba7 [2021-01-28T16:31:06.910Z] ---> b634c19230d3 [2021-01-28T16:31:06.910Z] 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-28T16:31:08.361Z] ---> 50fece6d9290 [2021-01-28T16:31:08.361Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-28T16:31:09.815Z] ---> 5367141c056d [2021-01-28T16:31:09.815Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-28T16:31:10.426Z] Removing intermediate container 3cb3abaafba7 [2021-01-28T16:31:10.426Z] ---> 13b7434ad9da [2021-01-28T16:31:10.426Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-28T16:31:10.705Z] ---> Running in 0b20d254ace9 [2021-01-28T16:31:11.696Z] ---> cf92d43a9d1c [2021-01-28T16:31:11.696Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-28T16:31:11.696Z] Removing intermediate container 0b20d254ace9 [2021-01-28T16:31:11.696Z] ---> f621c0661840 [2021-01-28T16:31:11.696Z] Step 20/22 : LABEL arch=arm64 [2021-01-28T16:31:11.981Z] ---> Running in dee3e505cb15 [2021-01-28T16:31:12.975Z] Removing intermediate container dee3e505cb15 [2021-01-28T16:31:12.975Z] ---> b3cb0bd3cd0e [2021-01-28T16:31:12.975Z] Step 21/22 : LABEL git_sha=9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:31:13.251Z] ---> Running in 86131c89125b [2021-01-28T16:31:13.528Z] ---> 9b93caadd1f2 [2021-01-28T16:31:13.528Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-28T16:31:14.132Z] Removing intermediate container 86131c89125b [2021-01-28T16:31:14.132Z] ---> 55f342af0df2 [2021-01-28T16:31:14.132Z] Step 22/22 : LABEL version=1.3.1-dev.1 [2021-01-28T16:31:14.132Z] ---> Running in 6dbd00dab4a1 [2021-01-28T16:31:14.741Z] ---> f0134696aaa3 [2021-01-28T16:31:14.741Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-28T16:31:15.020Z] ---> Running in 2e08b14df342 [2021-01-28T16:31:15.020Z] Removing intermediate container 6dbd00dab4a1 [2021-01-28T16:31:15.020Z] ---> d37d8ca7bcfe [2021-01-28T16:31:15.020Z] [2021-01-28T16:31:15.631Z] Successfully built d37d8ca7bcfe [2021-01-28T16:31:15.631Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-28T16:31:19.083Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 2e08b14df342 [2021-01-28T16:31:19.083Z] ---> 59b0d74c7b3c [2021-01-28T16:31:19.083Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-28T16:31:19.083Z] ---> Running in ea0f175e5adc [2021-01-28T16:31:19.692Z] Removing intermediate container ea0f175e5adc [2021-01-28T16:31:19.693Z] ---> 48cd1e823c7a [2021-01-28T16:31:19.693Z] Step 22/24 : LABEL arch=arm64 [2021-01-28T16:31:19.693Z] ---> Running in 07349ca757a2 [2021-01-28T16:31:20.310Z] Removing intermediate container 07349ca757a2 [2021-01-28T16:31:20.310Z] ---> a8ac78836ce9 [2021-01-28T16:31:20.310Z] Step 23/24 : LABEL git_sha=9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:31:20.591Z] ---> Running in bf751bfbb700 [2021-01-28T16:31:21.202Z] Removing intermediate container bf751bfbb700 [2021-01-28T16:31:21.202Z] ---> 9a8dd08bfa06 [2021-01-28T16:31:21.202Z] Step 24/24 : LABEL version=1.3.1-dev.1 [2021-01-28T16:31:21.483Z] ---> Running in bf670c31b199 [2021-01-28T16:31:22.094Z] Removing intermediate container bf670c31b199 [2021-01-28T16:31:22.094Z] ---> 831057891271 [2021-01-28T16:31:22.094Z] [2021-01-28T16:31:22.374Z] Successfully built 831057891271 [2021-01-28T16:31:22.375Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-28T16:31:40.771Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 351198bb4e54 [2021-01-28T16:31:40.771Z] ---> 0b2c90808374 [2021-01-28T16:31:40.771Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-28T16:31:40.771Z] ---> Running in 7786f07b3ef7 [2021-01-28T16:31:41.770Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-28T16:31:42.054Z] Removing intermediate container b680daddabd6 [2021-01-28T16:31:42.054Z] ---> fb2259c2f338 [2021-01-28T16:31:42.054Z] [2021-01-28T16:31:42.054Z] Step 10/20 : FROM alpine [2021-01-28T16:31:42.054Z] ---> 1fca6fe4a1ec [2021-01-28T16:31:42.054Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2021-01-28T16:31:42.334Z] ---> Running in 5dc6443713b8 [2021-01-28T16:31:43.800Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-01-28T16:31:44.790Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-01-28T16:31:45.792Z] Removing intermediate container 7786f07b3ef7 [2021-01-28T16:31:45.792Z] ---> 0c8dd3267e91 [2021-01-28T16:31:45.792Z] [2021-01-28T16:31:45.792Z] Step 11/27 : FROM docker:latest [2021-01-28T16:31:45.792Z] ---> 83ca638d8957 [2021-01-28T16:31:45.792Z] Step 12/27 : RUN apk add --no-cache bash [2021-01-28T16:31:45.792Z] ---> Running in 7a29b2dc8f7f [2021-01-28T16:31:47.238Z] v3.13.0-147-ge7819ad9b9 [https://dl-cdn.alpinelinux.org/alpine/v3.13/main] [2021-01-28T16:31:47.238Z] v3.13.0-137-gb887882d95 [https://dl-cdn.alpinelinux.org/alpine/v3.13/community] [2021-01-28T16:31:47.238Z] OK: 13727 distinct packages available [2021-01-28T16:31:47.238Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T16:31:47.238Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T16:31:47.837Z] (1/2) Installing readline (8.0.4-r0) [2021-01-28T16:31:47.837Z] (2/2) Installing bash (5.0.17-r0) [2021-01-28T16:31:47.837Z] Executing bash-5.0.17-r0.post-install [2021-01-28T16:31:47.837Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T16:31:47.838Z] OK: 12 MiB in 22 packages [2021-01-28T16:31:48.117Z] (1/5) Installing ca-certificates (20191127-r5) [2021-01-28T16:31:48.117Z] (2/5) Installing brotli-libs (1.0.9-r3) [2021-01-28T16:31:48.391Z] (3/5) Installing nghttp2-libs (1.42.0-r1) [2021-01-28T16:31:48.391Z] (4/5) Installing libcurl (7.74.0-r0) [2021-01-28T16:31:48.391Z] (5/5) Installing curl (7.74.0-r0) [2021-01-28T16:31:48.391Z] Executing busybox-1.32.1-r0.trigger [2021-01-28T16:31:48.391Z] Executing ca-certificates-20191127-r5.trigger [2021-01-28T16:31:48.676Z] OK: 8 MiB in 19 packages [2021-01-28T16:31:49.659Z] Removing intermediate container 7a29b2dc8f7f [2021-01-28T16:31:49.659Z] ---> 5544cc5f09e4 [2021-01-28T16:31:49.659Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2021-01-28T16:31:49.659Z] ---> Running in b97c3c2c4704 [2021-01-28T16:31:51.107Z] Removing intermediate container 5dc6443713b8 [2021-01-28T16:31:51.107Z] ---> 598999f1c958 [2021-01-28T16:31:51.107Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T16:31:51.391Z] ---> Running in 037d9214e20a [2021-01-28T16:31:51.995Z] Removing intermediate container 037d9214e20a [2021-01-28T16:31:51.995Z] ---> 36acdc0dcf46 [2021-01-28T16:31:51.995Z] Step 13/20 : WORKDIR /edgex [2021-01-28T16:31:52.276Z] ---> Running in b9d3d45e9d48 [2021-01-28T16:31:52.877Z] Removing intermediate container b97c3c2c4704 [2021-01-28T16:31:52.877Z] ---> 21b4bc59afa5 [2021-01-28T16:31:52.877Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-28T16:31:52.877Z] ---> Running in 3cd326a9ab01 [2021-01-28T16:31:52.877Z] Removing intermediate container b9d3d45e9d48 [2021-01-28T16:31:52.877Z] ---> 687d2c549013 [2021-01-28T16:31:52.877Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-28T16:31:53.478Z] Removing intermediate container 3cd326a9ab01 [2021-01-28T16:31:53.478Z] ---> 2a88c3a8c14b [2021-01-28T16:31:53.478Z] Step 15/27 : ENV APP_PORT=48090 [2021-01-28T16:31:53.756Z] ---> Running in 84d6f9a1f583 [2021-01-28T16:31:54.035Z] ---> 1ecdc29467f4 [2021-01-28T16:31:54.035Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-28T16:31:54.310Z] Removing intermediate container 84d6f9a1f583 [2021-01-28T16:31:54.310Z] ---> 55a4b2afb9e6 [2021-01-28T16:31:54.310Z] Step 16/27 : EXPOSE $APP_PORT [2021-01-28T16:31:54.591Z] ---> Running in 212323a58511 [2021-01-28T16:31:55.191Z] Removing intermediate container 212323a58511 [2021-01-28T16:31:55.191Z] ---> 208b0601ea9a [2021-01-28T16:31:55.191Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-28T16:31:55.191Z] ---> a0d87985f6e5 [2021-01-28T16:31:55.191Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-28T16:31:55.473Z] ---> Running in b10b3b2a3edd [2021-01-28T16:31:56.094Z] Removing intermediate container b10b3b2a3edd [2021-01-28T16:31:56.094Z] ---> eaeedfa529b3 [2021-01-28T16:31:56.094Z] Step 17/20 : CMD ["--init=true"] [2021-01-28T16:31:56.369Z] ---> Running in b8a9945577ab [2021-01-28T16:31:56.648Z] ---> ae65f62f64c5 [2021-01-28T16:31:56.648Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-28T16:31:56.932Z] Removing intermediate container b8a9945577ab [2021-01-28T16:31:56.932Z] ---> e6d050f5d9de [2021-01-28T16:31:56.932Z] Step 18/20 : LABEL arch=arm64 [2021-01-28T16:31:57.218Z] ---> Running in ca2ec6de738e [2021-01-28T16:31:57.494Z] ---> 992b605af78e [2021-01-28T16:31:57.494Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-28T16:31:57.777Z] Removing intermediate container ca2ec6de738e [2021-01-28T16:31:57.777Z] ---> 63bd75235c7c [2021-01-28T16:31:57.777Z] Step 19/20 : LABEL git_sha=9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:31:58.051Z] ---> Running in 05d9f8d8c800 [2021-01-28T16:31:58.655Z] Removing intermediate container 05d9f8d8c800 [2021-01-28T16:31:58.656Z] ---> befe95278883 [2021-01-28T16:31:58.656Z] Step 20/20 : LABEL version=1.3.1-dev.1 [2021-01-28T16:31:58.931Z] ---> 531296174de2 [2021-01-28T16:31:58.931Z] Step 20/27 : RUN apk --no-cache add py3-pip [2021-01-28T16:31:59.217Z] ---> Running in c0bb7e672c31 [2021-01-28T16:31:59.217Z] ---> Running in 9987dfbda5b3 [2021-01-28T16:31:59.822Z] Removing intermediate container c0bb7e672c31 [2021-01-28T16:31:59.822Z] ---> 27e360d2edca [2021-01-28T16:31:59.822Z] [2021-01-28T16:32:00.098Z] Successfully built 27e360d2edca [2021-01-28T16:32:00.098Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-28T16:32:00.376Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 580b4fcb62ce [2021-01-28T16:32:00.376Z] ---> 3a1703c4fd4e [2021-01-28T16:32:00.376Z] [2021-01-28T16:32:00.376Z] Step 10/23 : FROM alpine [2021-01-28T16:32:00.376Z] ---> 1fca6fe4a1ec [2021-01-28T16:32:00.376Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-28T16:32:00.676Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T16:32:00.676Z] ---> Running in 72ef8e105af3 [2021-01-28T16:32:00.950Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T16:32:01.229Z] Removing intermediate container 72ef8e105af3 [2021-01-28T16:32:01.229Z] ---> 104b56cac30b [2021-01-28T16:32:01.229Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-28T16:32:01.229Z] ---> Running in a7f403394c32 [2021-01-28T16:32:01.504Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-28T16:32:01.504Z] (2/33) Installing expat (2.2.9-r1) [2021-01-28T16:32:01.504Z] (3/33) Installing libffi (3.3-r2) [2021-01-28T16:32:01.504Z] (4/33) Installing gdbm (1.13-r1) [2021-01-28T16:32:01.504Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-28T16:32:01.504Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-28T16:32:01.504Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-28T16:32:01.779Z] Removing intermediate container a7f403394c32 [2021-01-28T16:32:01.779Z] ---> 894c2f7913f9 [2021-01-28T16:32:01.779Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-28T16:32:02.376Z] ---> Running in 8cd01ead2d80 [2021-01-28T16:32:02.975Z] Removing intermediate container 8cd01ead2d80 [2021-01-28T16:32:02.975Z] ---> 81cfa059577e [2021-01-28T16:32:02.975Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T16:32:02.975Z] ---> Running in 6c8490b62998 [2021-01-28T16:32:05.671Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-28T16:32:05.671Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-28T16:32:05.671Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-28T16:32:05.671Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-28T16:32:05.671Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-28T16:32:05.671Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-28T16:32:05.671Z] Removing intermediate container 6c8490b62998 [2021-01-28T16:32:05.671Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-28T16:32:05.671Z] ---> 27ff6945969b [2021-01-28T16:32:05.671Z] Step 15/23 : RUN apk --no-cache add zeromq [2021-01-28T16:32:05.671Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-28T16:32:05.671Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-28T16:32:05.671Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-28T16:32:05.671Z] ---> Running in 97ef0c6124a7 [2021-01-28T16:32:05.671Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-28T16:32:05.672Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-28T16:32:05.978Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-28T16:32:05.978Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-28T16:32:05.978Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-28T16:32:05.978Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-28T16:32:05.978Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-28T16:32:05.978Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-28T16:32:05.978Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-28T16:32:05.978Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-28T16:32:05.978Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-28T16:32:06.266Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-28T16:32:06.266Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-28T16:32:06.266Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-28T16:32:06.266Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-28T16:32:06.266Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-28T16:32:06.266Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T16:32:06.266Z] OK: 71 MiB in 55 packages [2021-01-28T16:32:06.899Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-01-28T16:32:07.920Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-01-28T16:32:08.946Z] (1/5) Installing libgcc (10.2.1_pre1-r3) [2021-01-28T16:32:08.946Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-28T16:32:08.946Z] (3/5) Installing libstdc++ (10.2.1_pre1-r3) [2021-01-28T16:32:09.220Z] (4/5) Installing libzmq (4.3.3-r1) [2021-01-28T16:32:09.493Z] (5/5) Installing zeromq (4.3.3-r1) [2021-01-28T16:32:09.494Z] Executing busybox-1.32.1-r0.trigger [2021-01-28T16:32:09.494Z] OK: 8 MiB in 19 packages [2021-01-28T16:32:11.466Z] Removing intermediate container 97ef0c6124a7 [2021-01-28T16:32:11.466Z] ---> 4b2c5fb0ba47 [2021-01-28T16:32:11.466Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-28T16:32:12.443Z] Removing intermediate container 9987dfbda5b3 [2021-01-28T16:32:12.443Z] ---> 682075445c54 [2021-01-28T16:32:12.443Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2021-01-28T16:32:12.443Z] ---> Running in 6ad47a5c23b5 [2021-01-28T16:32:12.443Z] ---> d238add41d83 [2021-01-28T16:32:12.443Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-28T16:32:13.884Z] ---> cb33203e5a3e [2021-01-28T16:32:13.884Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-28T16:32:14.863Z] ---> c9286655ab17 [2021-01-28T16:32:14.863Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-28T16:32:14.863Z] ---> Running in f6c0e708f4d6 [2021-01-28T16:32:15.140Z] Removing intermediate container f6c0e708f4d6 [2021-01-28T16:32:15.140Z] ---> e076cf1d1bfc [2021-01-28T16:32:15.140Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T16:32:15.412Z] ---> Running in b55f460ed4e6 [2021-01-28T16:32:15.687Z] Removing intermediate container b55f460ed4e6 [2021-01-28T16:32:15.687Z] ---> aa3d9c7d9d59 [2021-01-28T16:32:15.687Z] Step 21/23 : LABEL arch=arm64 [2021-01-28T16:32:15.960Z] ---> Running in 55cef166a601 [2021-01-28T16:32:16.589Z] Removing intermediate container 55cef166a601 [2021-01-28T16:32:16.589Z] ---> c70a405acb2e [2021-01-28T16:32:16.589Z] Step 22/23 : LABEL git_sha=9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:32:16.589Z] ---> Running in 1cb8b66f7b95 [2021-01-28T16:32:17.211Z] Removing intermediate container 1cb8b66f7b95 [2021-01-28T16:32:17.211Z] ---> 1f3ecc84da08 [2021-01-28T16:32:17.211Z] Step 23/23 : LABEL version=1.3.1-dev.1 [2021-01-28T16:32:17.211Z] ---> Running in 2a43c3887953 [2021-01-28T16:32:17.823Z] Removing intermediate container 2a43c3887953 [2021-01-28T16:32:17.823Z] ---> f3dc8cdff17b [2021-01-28T16:32:17.823Z] [2021-01-28T16:32:17.823Z] Collecting docker-compose==1.23.2 [2021-01-28T16:32:17.823Z] Successfully built f3dc8cdff17b [2021-01-28T16:32:18.098Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-28T16:32:18.098Z]  Building docker-core-data-go ... done  Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-28T16:32:18.688Z] Collecting cached-property<2,>=1.2.0 [2021-01-28T16:32:18.688Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-28T16:32:19.656Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-28T16:32:19.656Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-28T16:32:20.256Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-28T16:32:20.256Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-28T16:32:22.861Z] Collecting PyYAML<4,>=3.10 [2021-01-28T16:32:22.861Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-28T16:32:25.464Z] 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-28T16:32:25.735Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-28T16:32:25.735Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-28T16:32:26.006Z] Collecting texttable<0.10,>=0.9.0 [2021-01-28T16:32:26.007Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-28T16:32:27.999Z] Collecting jsonschema<3,>=2.5.1 [2021-01-28T16:32:27.999Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-28T16:32:28.271Z] Collecting docopt<0.7,>=0.6.1 [2021-01-28T16:32:28.271Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-28T16:32:30.876Z] Collecting docker<4.0,>=3.6.0 [2021-01-28T16:32:30.876Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-28T16:32:31.470Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-28T16:32:31.470Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-28T16:32:31.470Z] 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-28T16:32:31.741Z] Collecting idna<2.8,>=2.5 [2021-01-28T16:32:31.741Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-28T16:32:31.741Z] 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-28T16:32:32.011Z] Collecting docker-pycreds>=0.4.0 [2021-01-28T16:32:32.011Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-28T16:32:32.282Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-28T16:32:32.282Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-28T16:32:32.282Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-28T16:32:32.282Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-28T16:32:32.871Z] Installing collected packages: cached-property, urllib3, idna, requests, dockerpty, PyYAML, websocket-client, texttable, jsonschema, docopt, docker-pycreds, docker, docker-compose [2021-01-28T16:32:32.871Z] Attempting uninstall: urllib3 [2021-01-28T16:32:32.871Z] Found existing installation: urllib3 1.25.9 [2021-01-28T16:32:32.871Z] Uninstalling urllib3-1.25.9: [2021-01-28T16:32:33.142Z] Successfully uninstalled urllib3-1.25.9 [2021-01-28T16:32:33.732Z] Attempting uninstall: idna [2021-01-28T16:32:33.732Z] Found existing installation: idna 2.9 [2021-01-28T16:32:33.732Z] Uninstalling idna-2.9: [2021-01-28T16:32:33.732Z] Successfully uninstalled idna-2.9 [2021-01-28T16:32:34.328Z] Attempting uninstall: requests [2021-01-28T16:32:34.328Z] Found existing installation: requests 2.23.0 [2021-01-28T16:32:34.328Z] Uninstalling requests-2.23.0: [2021-01-28T16:32:34.598Z] Successfully uninstalled requests-2.23.0 [2021-01-28T16:32:34.868Z] Running setup.py install for dockerpty: started [2021-01-28T16:32:36.832Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-28T16:32:36.832Z] Running setup.py install for PyYAML: started [2021-01-28T16:32:38.791Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-28T16:32:39.060Z] Running setup.py install for texttable: started [2021-01-28T16:32:41.019Z] Running setup.py install for texttable: finished with status 'done' [2021-01-28T16:32:41.019Z] Running setup.py install for docopt: started [2021-01-28T16:32:42.979Z] Running setup.py install for docopt: finished with status 'done' [2021-01-28T16:32:44.400Z] 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-28T16:32:48.688Z] Removing intermediate container 6ad47a5c23b5 [2021-01-28T16:32:48.688Z] ---> 8248cd67777d [2021-01-28T16:32:48.688Z] Step 22/27 : RUN apk --no-cache add curl [2021-01-28T16:32:48.688Z] ---> Running in 0dfeff43fca2 [2021-01-28T16:32:49.661Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T16:32:49.661Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T16:32:50.254Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T16:32:50.254Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-28T16:32:50.254Z] (3/3) Installing curl (7.69.1-r3) [2021-01-28T16:32:50.254Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T16:32:50.254Z] OK: 71 MiB in 58 packages [2021-01-28T16:32:51.680Z] Removing intermediate container 0dfeff43fca2 [2021-01-28T16:32:51.680Z] ---> 8ad7dec29b30 [2021-01-28T16:32:51.680Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-28T16:32:51.680Z] ---> Running in 5f1513140ac8 [2021-01-28T16:32:52.273Z] Removing intermediate container 5f1513140ac8 [2021-01-28T16:32:52.273Z] ---> 927781ddfef6 [2021-01-28T16:32:52.273Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T16:32:52.273Z] ---> Running in e085c4d7c52b [2021-01-28T16:32:52.866Z] Removing intermediate container e085c4d7c52b [2021-01-28T16:32:52.866Z] ---> c45b1ff0770c [2021-01-28T16:32:52.866Z] Step 25/27 : LABEL arch=arm64 [2021-01-28T16:32:52.866Z] ---> Running in 3cf9a7ae6655 [2021-01-28T16:32:53.458Z] Removing intermediate container 3cf9a7ae6655 [2021-01-28T16:32:53.458Z] ---> 4f7555e41d2b [2021-01-28T16:32:53.458Z] Step 26/27 : LABEL git_sha=9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:32:53.458Z] ---> Running in fadd134da548 [2021-01-28T16:32:54.055Z] Removing intermediate container fadd134da548 [2021-01-28T16:32:54.055Z] ---> 646dba63d41f [2021-01-28T16:32:54.055Z] Step 27/27 : LABEL version=1.3.1-dev.1 [2021-01-28T16:32:54.055Z] ---> Running in 1c5a1cc4b6c1 [2021-01-28T16:32:54.651Z] Removing intermediate container 1c5a1cc4b6c1 [2021-01-28T16:32:54.651Z] ---> 22465f1faecf [2021-01-28T16:32:54.651Z] [2021-01-28T16:32:54.651Z] Successfully built 22465f1faecf [2021-01-28T16:32:54.924Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-28T16:32:55.211Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-28T16:32:55.206Z] $ docker stop --time=1 de3491e4e24f26f340453156cca7cb36338f97207143b5c8c0caca1c4c10f2b7 [2021-01-28T16:32:57.135Z] $ docker rm -f de3491e4e24f26f340453156cca7cb36338f97207143b5c8c0caca1c4c10f2b7 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T16:32:57.905Z] + docker images [2021-01-28T16:32:57.905Z] + grep docker [2021-01-28T16:32:58.173Z] docker-sys-mgmt-agent-go-arm64 latest 22465f1faecf 3 seconds ago 300MB [2021-01-28T16:32:58.173Z] docker-core-data-go-arm64 latest f3dc8cdff17b 40 seconds ago 22.4MB [2021-01-28T16:32:58.173Z] docker-security-proxy-setup-go-arm64 latest 27e360d2edca 58 seconds ago 15.9MB [2021-01-28T16:32:58.173Z] docker-security-secretstore-setup-go-arm64 latest 831057891271 About a minute ago 23.5MB [2021-01-28T16:32:58.173Z] docker-security-bootstrap-redis-go-arm64 latest d37d8ca7bcfe About a minute ago 15.2MB [2021-01-28T16:32:58.173Z] docker-core-command-go-arm64 latest 3a0eccfb4df8 2 minutes ago 11.3MB [2021-01-28T16:32:58.173Z] docker-core-metadata-go-arm64 latest de64b6e9a297 3 minutes ago 13.5MB [2021-01-28T16:32:58.173Z] docker-support-notifications-go-arm64 latest e34b9f2da5f5 4 minutes ago 12.9MB [2021-01-28T16:32:58.173Z] docker-security-secrets-setup-go-arm64 latest 65fda29074f0 4 minutes ago 22.7MB [2021-01-28T16:32:58.173Z] docker-support-scheduler-go-arm64 latest 96eef28af7eb 4 minutes ago 11.5MB [2021-01-28T16:32:58.173Z] docker-support-logging-go-arm64 latest a0b7b2e60394 4 minutes ago 10.6MB [2021-01-28T16:32:58.173Z] docker latest 83ca638d8957 3 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-28T16:32:58.728Z] provisioning config files... [2021-01-28T16:32:58.788Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config7914036834277091880tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T16:32:59.173Z] ---> docker-login.sh [2021-01-28T16:32:59.173Z] nexus3.edgexfoundry.org:10001 [2021-01-28T16:32:59.445Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T16:32:59.445Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T16:32:59.445Z] Configure a credential helper to remove this warning. See [2021-01-28T16:32:59.445Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T16:32:59.445Z] [2021-01-28T16:32:59.445Z] Login Succeeded [2021-01-28T16:32:59.445Z] nexus3.edgexfoundry.org:10002 [2021-01-28T16:33:00.036Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T16:33:00.036Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T16:33:00.036Z] Configure a credential helper to remove this warning. See [2021-01-28T16:33:00.036Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T16:33:00.036Z] [2021-01-28T16:33:00.036Z] Login Succeeded [2021-01-28T16:33:00.036Z] nexus3.edgexfoundry.org:10003 [2021-01-28T16:33:00.629Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T16:33:00.629Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T16:33:00.629Z] Configure a credential helper to remove this warning. See [2021-01-28T16:33:00.629Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T16:33:00.629Z] [2021-01-28T16:33:00.629Z] Login Succeeded [2021-01-28T16:33:00.629Z] nexus3.edgexfoundry.org:10004 [2021-01-28T16:33:00.901Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T16:33:01.173Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T16:33:01.174Z] Configure a credential helper to remove this warning. See [2021-01-28T16:33:01.174Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T16:33:01.174Z] [2021-01-28T16:33:01.174Z] Login Succeeded [2021-01-28T16:33:01.174Z] docker.io [2021-01-28T16:33:01.787Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T16:33:02.064Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T16:33:02.064Z] Configure a credential helper to remove this warning. See [2021-01-28T16:33:02.064Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T16:33:02.064Z] [2021-01-28T16:33:02.064Z] Login Succeeded [2021-01-28T16:33:02.064Z] ---> docker-login.sh ends [Pipeline] } [2021-01-28T16:33:02.086Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T16:33:02.352Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-01-28T16:33:02.352Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:33:02.352Z] 1.3.1-dev.1 [2021-01-28T16:33:02.352Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:33:02.352Z] hanoi [2021-01-28T16:33:02.352Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:33:02.885Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:33:03.256Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:33:03.256Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-28T16:33:03.256Z] 71c6bf531e4a: Preparing [2021-01-28T16:33:03.256Z] ea61a923b442: Preparing [2021-01-28T16:33:03.256Z] 0b1af0eb2265: Preparing [2021-01-28T16:33:03.548Z] 71c6bf531e4a: Pushed [2021-01-28T16:33:03.548Z] 0b1af0eb2265: Pushed [2021-01-28T16:33:06.155Z] ea61a923b442: Pushed [2021-01-28T16:33:06.745Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329: digest: sha256:a76462bfde6e24b531887becd4c4927813017abd711d242253c858dc9b609f3a size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:33:07.081Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:33:07.414Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.3.1-dev.1 [2021-01-28T16:33:07.414Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-28T16:33:07.414Z] 71c6bf531e4a: Preparing [2021-01-28T16:33:07.414Z] ea61a923b442: Preparing [2021-01-28T16:33:07.414Z] 0b1af0eb2265: Preparing [2021-01-28T16:33:07.687Z] ea61a923b442: Layer already exists [2021-01-28T16:33:07.687Z] 71c6bf531e4a: Layer already exists [2021-01-28T16:33:07.687Z] 0b1af0eb2265: Layer already exists [2021-01-28T16:33:07.687Z] 1.3.1-dev.1: digest: sha256:a76462bfde6e24b531887becd4c4927813017abd711d242253c858dc9b609f3a size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:33:08.024Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:33:08.358Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:33:08.358Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-28T16:33:08.358Z] 71c6bf531e4a: Preparing [2021-01-28T16:33:08.358Z] ea61a923b442: Preparing [2021-01-28T16:33:08.358Z] 0b1af0eb2265: Preparing [2021-01-28T16:33:08.358Z] ea61a923b442: Layer already exists [2021-01-28T16:33:08.358Z] 71c6bf531e4a: Layer already exists [2021-01-28T16:33:08.358Z] 0b1af0eb2265: Layer already exists [2021-01-28T16:33:08.628Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1: digest: sha256:a76462bfde6e24b531887becd4c4927813017abd711d242253c858dc9b609f3a size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:33:08.961Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:33:09.291Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:hanoi [2021-01-28T16:33:09.291Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-28T16:33:09.291Z] 71c6bf531e4a: Preparing [2021-01-28T16:33:09.291Z] ea61a923b442: Preparing [2021-01-28T16:33:09.291Z] 0b1af0eb2265: Preparing [2021-01-28T16:33:09.291Z] 0b1af0eb2265: Layer already exists [2021-01-28T16:33:09.291Z] ea61a923b442: Layer already exists [2021-01-28T16:33:09.291Z] 71c6bf531e4a: Layer already exists [2021-01-28T16:33:09.560Z] hanoi: digest: sha256:a76462bfde6e24b531887becd4c4927813017abd711d242253c858dc9b609f3a size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T16:33:09.757Z] ===================================================== [Pipeline] echo [2021-01-28T16:33:09.828Z] taggedImages: [2021-01-28T16:33:09.828Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:33:09.828Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.3.1-dev.1 [2021-01-28T16:33:09.828Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:33:09.828Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:hanoi [Pipeline] echo [2021-01-28T16:33:09.931Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-01-28T16:33:09.931Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:33:09.931Z] 1.3.1-dev.1 [2021-01-28T16:33:09.931Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:33:09.931Z] hanoi [2021-01-28T16:33:09.931Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:33:10.483Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:33:10.814Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:33:10.814Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-28T16:33:10.814Z] 085a300df98b: Preparing [2021-01-28T16:33:10.814Z] 6d8f8e72932f: Preparing [2021-01-28T16:33:10.814Z] f69f387eed7c: Preparing [2021-01-28T16:33:10.814Z] 059ef419b748: Preparing [2021-01-28T16:33:10.814Z] 7933235b5cd0: Preparing [2021-01-28T16:33:10.814Z] 7fc22f762ef3: Preparing [2021-01-28T16:33:10.814Z] 7fc22f762ef3: Waiting [2021-01-28T16:33:11.106Z] f69f387eed7c: Pushed [2021-01-28T16:33:11.106Z] 7933235b5cd0: Pushed [2021-01-28T16:33:11.106Z] 085a300df98b: Pushed [2021-01-28T16:33:11.377Z] 7fc22f762ef3: Layer already exists [2021-01-28T16:33:11.968Z] 059ef419b748: Pushed [2021-01-28T16:33:14.571Z] 6d8f8e72932f: Pushed [2021-01-28T16:33:14.571Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329: digest: sha256:9a2dad04245aab0d5efd2a5bc7cf5e5009ad6598199601d7fa72d1d77f99ddcc size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:33:14.909Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:33:15.241Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.3.1-dev.1 [2021-01-28T16:33:15.241Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-28T16:33:15.241Z] 085a300df98b: Preparing [2021-01-28T16:33:15.241Z] 6d8f8e72932f: Preparing [2021-01-28T16:33:15.241Z] f69f387eed7c: Preparing [2021-01-28T16:33:15.241Z] 059ef419b748: Preparing [2021-01-28T16:33:15.241Z] 7933235b5cd0: Preparing [2021-01-28T16:33:15.241Z] 7fc22f762ef3: Preparing [2021-01-28T16:33:15.241Z] 7fc22f762ef3: Waiting [2021-01-28T16:33:15.241Z] 6d8f8e72932f: Layer already exists [2021-01-28T16:33:15.241Z] f69f387eed7c: Layer already exists [2021-01-28T16:33:15.241Z] 059ef419b748: Layer already exists [2021-01-28T16:33:15.241Z] 7933235b5cd0: Layer already exists [2021-01-28T16:33:15.241Z] 085a300df98b: Layer already exists [2021-01-28T16:33:15.241Z] 7fc22f762ef3: Layer already exists [2021-01-28T16:33:15.513Z] 1.3.1-dev.1: digest: sha256:9a2dad04245aab0d5efd2a5bc7cf5e5009ad6598199601d7fa72d1d77f99ddcc size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:33:15.857Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:33:16.186Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:33:16.186Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-28T16:33:16.186Z] 085a300df98b: Preparing [2021-01-28T16:33:16.186Z] 6d8f8e72932f: Preparing [2021-01-28T16:33:16.186Z] f69f387eed7c: Preparing [2021-01-28T16:33:16.186Z] 059ef419b748: Preparing [2021-01-28T16:33:16.186Z] 7933235b5cd0: Preparing [2021-01-28T16:33:16.186Z] 7fc22f762ef3: Preparing [2021-01-28T16:33:16.186Z] 7fc22f762ef3: Waiting [2021-01-28T16:33:16.186Z] f69f387eed7c: Layer already exists [2021-01-28T16:33:16.186Z] 085a300df98b: Layer already exists [2021-01-28T16:33:16.186Z] 7933235b5cd0: Layer already exists [2021-01-28T16:33:16.186Z] 059ef419b748: Layer already exists [2021-01-28T16:33:16.186Z] 6d8f8e72932f: Layer already exists [2021-01-28T16:33:16.455Z] 7fc22f762ef3: Layer already exists [2021-01-28T16:33:16.455Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1: digest: sha256:9a2dad04245aab0d5efd2a5bc7cf5e5009ad6598199601d7fa72d1d77f99ddcc size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:33:16.789Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:33:17.123Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:hanoi [2021-01-28T16:33:17.123Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-28T16:33:17.123Z] 085a300df98b: Preparing [2021-01-28T16:33:17.123Z] 6d8f8e72932f: Preparing [2021-01-28T16:33:17.123Z] f69f387eed7c: Preparing [2021-01-28T16:33:17.123Z] 059ef419b748: Preparing [2021-01-28T16:33:17.123Z] 7933235b5cd0: Preparing [2021-01-28T16:33:17.123Z] 7fc22f762ef3: Preparing [2021-01-28T16:33:17.123Z] 7fc22f762ef3: Waiting [2021-01-28T16:33:17.393Z] f69f387eed7c: Layer already exists [2021-01-28T16:33:17.393Z] 059ef419b748: Layer already exists [2021-01-28T16:33:17.393Z] 6d8f8e72932f: Layer already exists [2021-01-28T16:33:17.393Z] 7933235b5cd0: Layer already exists [2021-01-28T16:33:17.393Z] 085a300df98b: Layer already exists [2021-01-28T16:33:17.393Z] 7fc22f762ef3: Layer already exists [2021-01-28T16:33:17.393Z] hanoi: digest: sha256:9a2dad04245aab0d5efd2a5bc7cf5e5009ad6598199601d7fa72d1d77f99ddcc size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T16:33:17.597Z] ===================================================== [Pipeline] echo [2021-01-28T16:33:17.648Z] taggedImages: [2021-01-28T16:33:17.649Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:33:17.649Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.3.1-dev.1 [2021-01-28T16:33:17.649Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:33:17.649Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:hanoi [Pipeline] echo [2021-01-28T16:33:17.717Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-01-28T16:33:17.717Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:33:17.717Z] 1.3.1-dev.1 [2021-01-28T16:33:17.717Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:33:17.717Z] hanoi [2021-01-28T16:33:17.717Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:33:18.235Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:33:18.586Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:33:18.586Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-28T16:33:18.586Z] a90cb5901eaf: Preparing [2021-01-28T16:33:18.586Z] b32bc97cdf14: Preparing [2021-01-28T16:33:18.586Z] 53aaca1b6281: Preparing [2021-01-28T16:33:18.858Z] a90cb5901eaf: Pushed [2021-01-28T16:33:18.858Z] 53aaca1b6281: Pushed [2021-01-28T16:33:23.151Z] b32bc97cdf14: Pushed [2021-01-28T16:33:23.151Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329: digest: sha256:8fffec256c50329efe79623e942aba8ff657903ad181638201ea8f81b7ddd505 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:33:23.489Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:33:23.820Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.3.1-dev.1 [2021-01-28T16:33:23.820Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-28T16:33:23.820Z] a90cb5901eaf: Preparing [2021-01-28T16:33:23.820Z] b32bc97cdf14: Preparing [2021-01-28T16:33:23.820Z] 53aaca1b6281: Preparing [2021-01-28T16:33:23.820Z] b32bc97cdf14: Layer already exists [2021-01-28T16:33:23.820Z] 53aaca1b6281: Layer already exists [2021-01-28T16:33:23.820Z] a90cb5901eaf: Layer already exists [2021-01-28T16:33:24.090Z] 1.3.1-dev.1: digest: sha256:8fffec256c50329efe79623e942aba8ff657903ad181638201ea8f81b7ddd505 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:33:24.427Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:33:24.755Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:33:24.755Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-28T16:33:24.755Z] a90cb5901eaf: Preparing [2021-01-28T16:33:24.755Z] b32bc97cdf14: Preparing [2021-01-28T16:33:24.755Z] 53aaca1b6281: Preparing [2021-01-28T16:33:24.755Z] b32bc97cdf14: Layer already exists [2021-01-28T16:33:24.755Z] 53aaca1b6281: Layer already exists [2021-01-28T16:33:24.755Z] a90cb5901eaf: Layer already exists [2021-01-28T16:33:25.024Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1: digest: sha256:8fffec256c50329efe79623e942aba8ff657903ad181638201ea8f81b7ddd505 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:33:25.363Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:33:25.699Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:hanoi [2021-01-28T16:33:25.699Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-28T16:33:25.699Z] a90cb5901eaf: Preparing [2021-01-28T16:33:25.699Z] b32bc97cdf14: Preparing [2021-01-28T16:33:25.699Z] 53aaca1b6281: Preparing [2021-01-28T16:33:25.699Z] b32bc97cdf14: Layer already exists [2021-01-28T16:33:25.699Z] 53aaca1b6281: Layer already exists [2021-01-28T16:33:25.970Z] a90cb5901eaf: Layer already exists [2021-01-28T16:33:25.970Z] hanoi: digest: sha256:8fffec256c50329efe79623e942aba8ff657903ad181638201ea8f81b7ddd505 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T16:33:26.180Z] ===================================================== [Pipeline] echo [2021-01-28T16:33:26.227Z] taggedImages: [2021-01-28T16:33:26.227Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:33:26.227Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.3.1-dev.1 [2021-01-28T16:33:26.227Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:33:26.227Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:hanoi [Pipeline] echo [2021-01-28T16:33:26.288Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2021-01-28T16:33:26.288Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:33:26.288Z] 1.3.1-dev.1 [2021-01-28T16:33:26.288Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:33:26.288Z] hanoi [2021-01-28T16:33:26.288Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:33:26.835Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:33:27.194Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:33:27.194Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-28T16:33:27.194Z] a15e107235b5: Preparing [2021-01-28T16:33:27.194Z] ad7f13612ed2: Preparing [2021-01-28T16:33:27.194Z] cd987314bfb1: Preparing [2021-01-28T16:33:27.194Z] f239e85cb522: Preparing [2021-01-28T16:33:27.194Z] 59fab8733d65: Preparing [2021-01-28T16:33:27.194Z] bf12215b0cbe: Preparing [2021-01-28T16:33:27.194Z] 66b385cf80cf: Preparing [2021-01-28T16:33:27.194Z] bf12215b0cbe: Waiting [2021-01-28T16:33:27.194Z] 66b385cf80cf: Waiting [2021-01-28T16:33:27.811Z] ad7f13612ed2: Pushed [2021-01-28T16:33:27.811Z] a15e107235b5: Pushed [2021-01-28T16:33:27.811Z] 59fab8733d65: Pushed [2021-01-28T16:33:28.081Z] 66b385cf80cf: Layer already exists [2021-01-28T16:33:28.671Z] bf12215b0cbe: Pushed [2021-01-28T16:33:28.671Z] cd987314bfb1: Pushed [2021-01-28T16:33:29.642Z] f239e85cb522: Pushed [2021-01-28T16:33:29.911Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329: digest: sha256:a0d88e5ca324cad2f98c85ce920583270bd0b9736c80162faefff981d0b74444 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:33:30.250Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:33:30.591Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.3.1-dev.1 [2021-01-28T16:33:30.591Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-28T16:33:30.591Z] a15e107235b5: Preparing [2021-01-28T16:33:30.591Z] ad7f13612ed2: Preparing [2021-01-28T16:33:30.591Z] cd987314bfb1: Preparing [2021-01-28T16:33:30.591Z] f239e85cb522: Preparing [2021-01-28T16:33:30.591Z] 59fab8733d65: Preparing [2021-01-28T16:33:30.591Z] bf12215b0cbe: Preparing [2021-01-28T16:33:30.591Z] 66b385cf80cf: Preparing [2021-01-28T16:33:30.591Z] bf12215b0cbe: Waiting [2021-01-28T16:33:30.591Z] 66b385cf80cf: Waiting [2021-01-28T16:33:30.591Z] f239e85cb522: Layer already exists [2021-01-28T16:33:30.591Z] ad7f13612ed2: Layer already exists [2021-01-28T16:33:30.591Z] 59fab8733d65: Layer already exists [2021-01-28T16:33:30.591Z] cd987314bfb1: Layer already exists [2021-01-28T16:33:30.859Z] a15e107235b5: Layer already exists [2021-01-28T16:33:30.859Z] bf12215b0cbe: Layer already exists [2021-01-28T16:33:30.859Z] 66b385cf80cf: Layer already exists [2021-01-28T16:33:30.859Z] 1.3.1-dev.1: digest: sha256:a0d88e5ca324cad2f98c85ce920583270bd0b9736c80162faefff981d0b74444 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:33:31.199Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:33:31.528Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:33:31.528Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-28T16:33:31.528Z] a15e107235b5: Preparing [2021-01-28T16:33:31.528Z] ad7f13612ed2: Preparing [2021-01-28T16:33:31.528Z] cd987314bfb1: Preparing [2021-01-28T16:33:31.528Z] f239e85cb522: Preparing [2021-01-28T16:33:31.528Z] 59fab8733d65: Preparing [2021-01-28T16:33:31.528Z] bf12215b0cbe: Preparing [2021-01-28T16:33:31.528Z] 66b385cf80cf: Preparing [2021-01-28T16:33:31.528Z] bf12215b0cbe: Waiting [2021-01-28T16:33:31.528Z] 66b385cf80cf: Waiting [2021-01-28T16:33:31.528Z] cd987314bfb1: Layer already exists [2021-01-28T16:33:31.528Z] f239e85cb522: Layer already exists [2021-01-28T16:33:31.528Z] ad7f13612ed2: Layer already exists [2021-01-28T16:33:31.800Z] 59fab8733d65: Layer already exists [2021-01-28T16:33:31.800Z] a15e107235b5: Layer already exists [2021-01-28T16:33:31.800Z] 66b385cf80cf: Layer already exists [2021-01-28T16:33:31.800Z] bf12215b0cbe: Layer already exists [2021-01-28T16:33:31.800Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1: digest: sha256:a0d88e5ca324cad2f98c85ce920583270bd0b9736c80162faefff981d0b74444 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:33:32.140Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:33:32.474Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:hanoi [2021-01-28T16:33:32.474Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-28T16:33:32.474Z] a15e107235b5: Preparing [2021-01-28T16:33:32.474Z] ad7f13612ed2: Preparing [2021-01-28T16:33:32.474Z] cd987314bfb1: Preparing [2021-01-28T16:33:32.474Z] f239e85cb522: Preparing [2021-01-28T16:33:32.474Z] 59fab8733d65: Preparing [2021-01-28T16:33:32.474Z] bf12215b0cbe: Preparing [2021-01-28T16:33:32.474Z] 66b385cf80cf: Preparing [2021-01-28T16:33:32.474Z] bf12215b0cbe: Waiting [2021-01-28T16:33:32.474Z] 66b385cf80cf: Waiting [2021-01-28T16:33:32.474Z] cd987314bfb1: Layer already exists [2021-01-28T16:33:32.474Z] 59fab8733d65: Layer already exists [2021-01-28T16:33:32.474Z] ad7f13612ed2: Layer already exists [2021-01-28T16:33:32.474Z] a15e107235b5: Layer already exists [2021-01-28T16:33:32.474Z] f239e85cb522: Layer already exists [2021-01-28T16:33:32.474Z] 66b385cf80cf: Layer already exists [2021-01-28T16:33:32.474Z] bf12215b0cbe: Layer already exists [2021-01-28T16:33:32.747Z] hanoi: digest: sha256:a0d88e5ca324cad2f98c85ce920583270bd0b9736c80162faefff981d0b74444 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T16:33:32.954Z] ===================================================== [Pipeline] echo [2021-01-28T16:33:33.016Z] taggedImages: [2021-01-28T16:33:33.016Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:33:33.016Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.3.1-dev.1 [2021-01-28T16:33:33.016Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:33:33.016Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:hanoi [Pipeline] echo [2021-01-28T16:33:33.085Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-01-28T16:33:33.085Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:33:33.085Z] 1.3.1-dev.1 [2021-01-28T16:33:33.085Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:33:33.085Z] hanoi [2021-01-28T16:33:33.085Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:33:33.595Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:33:33.955Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:33:33.955Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-28T16:33:33.955Z] 7a06241d3254: Preparing [2021-01-28T16:33:33.955Z] 03e7f4c6418e: Preparing [2021-01-28T16:33:33.955Z] 32cf3f591ff9: Preparing [2021-01-28T16:33:33.955Z] 0673ca4c4fcb: Preparing [2021-01-28T16:33:33.955Z] 7fc22f762ef3: Preparing [2021-01-28T16:33:34.265Z] 7fc22f762ef3: Layer already exists [2021-01-28T16:33:34.265Z] 03e7f4c6418e: Pushed [2021-01-28T16:33:34.265Z] 32cf3f591ff9: Pushed [2021-01-28T16:33:36.232Z] 0673ca4c4fcb: Pushed [2021-01-28T16:33:36.232Z] 7a06241d3254: Pushed [2021-01-28T16:33:36.503Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329: digest: sha256:bde87b931d5f319629ea41e140d850d5aeff6cee687e3916b88acdd89aa7b649 size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:33:36.837Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:33:37.171Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.3.1-dev.1 [2021-01-28T16:33:37.171Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-28T16:33:37.171Z] 7a06241d3254: Preparing [2021-01-28T16:33:37.171Z] 03e7f4c6418e: Preparing [2021-01-28T16:33:37.171Z] 32cf3f591ff9: Preparing [2021-01-28T16:33:37.171Z] 0673ca4c4fcb: Preparing [2021-01-28T16:33:37.171Z] 7fc22f762ef3: Preparing [2021-01-28T16:33:37.171Z] 7a06241d3254: Layer already exists [2021-01-28T16:33:37.171Z] 03e7f4c6418e: Layer already exists [2021-01-28T16:33:37.442Z] 32cf3f591ff9: Layer already exists [2021-01-28T16:33:37.442Z] 0673ca4c4fcb: Layer already exists [2021-01-28T16:33:37.442Z] 7fc22f762ef3: Layer already exists [2021-01-28T16:33:37.442Z] 1.3.1-dev.1: digest: sha256:bde87b931d5f319629ea41e140d850d5aeff6cee687e3916b88acdd89aa7b649 size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:33:37.778Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:33:38.113Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:33:38.113Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-28T16:33:38.113Z] 7a06241d3254: Preparing [2021-01-28T16:33:38.113Z] 03e7f4c6418e: Preparing [2021-01-28T16:33:38.113Z] 32cf3f591ff9: Preparing [2021-01-28T16:33:38.113Z] 0673ca4c4fcb: Preparing [2021-01-28T16:33:38.113Z] 7fc22f762ef3: Preparing [2021-01-28T16:33:38.385Z] 0673ca4c4fcb: Layer already exists [2021-01-28T16:33:38.385Z] 7fc22f762ef3: Layer already exists [2021-01-28T16:33:38.385Z] 7a06241d3254: Layer already exists [2021-01-28T16:33:38.385Z] 32cf3f591ff9: Layer already exists [2021-01-28T16:33:38.385Z] 03e7f4c6418e: Layer already exists [2021-01-28T16:33:38.385Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1: digest: sha256:bde87b931d5f319629ea41e140d850d5aeff6cee687e3916b88acdd89aa7b649 size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:33:38.725Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:33:39.060Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:hanoi [2021-01-28T16:33:39.060Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-28T16:33:39.060Z] 7a06241d3254: Preparing [2021-01-28T16:33:39.060Z] 03e7f4c6418e: Preparing [2021-01-28T16:33:39.060Z] 32cf3f591ff9: Preparing [2021-01-28T16:33:39.060Z] 0673ca4c4fcb: Preparing [2021-01-28T16:33:39.060Z] 7fc22f762ef3: Preparing [2021-01-28T16:33:39.331Z] 32cf3f591ff9: Layer already exists [2021-01-28T16:33:39.331Z] 7fc22f762ef3: Layer already exists [2021-01-28T16:33:39.331Z] 7a06241d3254: Layer already exists [2021-01-28T16:33:39.331Z] 03e7f4c6418e: Layer already exists [2021-01-28T16:33:39.331Z] 0673ca4c4fcb: Layer already exists [2021-01-28T16:33:39.601Z] hanoi: digest: sha256:bde87b931d5f319629ea41e140d850d5aeff6cee687e3916b88acdd89aa7b649 size: 1365 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T16:33:39.787Z] ===================================================== [Pipeline] echo [2021-01-28T16:33:39.835Z] taggedImages: [2021-01-28T16:33:39.835Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:33:39.835Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.3.1-dev.1 [2021-01-28T16:33:39.835Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:33:39.835Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:hanoi [Pipeline] echo [2021-01-28T16:33:39.901Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2021-01-28T16:33:39.901Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:33:39.901Z] 1.3.1-dev.1 [2021-01-28T16:33:39.901Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:33:39.901Z] hanoi [2021-01-28T16:33:39.902Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:33:40.413Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:33:40.765Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:33:40.765Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2021-01-28T16:33:40.765Z] e27252f16e48: Preparing [2021-01-28T16:33:40.765Z] 5ca63366d8b1: Preparing [2021-01-28T16:33:40.765Z] 6820fc029740: Preparing [2021-01-28T16:33:40.765Z] 15bb1325caff: Preparing [2021-01-28T16:33:40.765Z] 15bb1325caff: Preparing [2021-01-28T16:33:40.765Z] dbdb441945fc: Preparing [2021-01-28T16:33:40.765Z] 8994b6a5476f: Preparing [2021-01-28T16:33:40.765Z] 6093a2a0b086: Preparing [2021-01-28T16:33:40.765Z] e27252f16e48: Preparing [2021-01-28T16:33:40.765Z] ee71a2b8dd6c: Preparing [2021-01-28T16:33:40.765Z] 6c812c6851f6: Preparing [2021-01-28T16:33:40.765Z] 60dc27db204d: Preparing [2021-01-28T16:33:40.765Z] 7fc22f762ef3: Preparing [2021-01-28T16:33:40.765Z] 8994b6a5476f: Waiting [2021-01-28T16:33:40.765Z] 6093a2a0b086: Waiting [2021-01-28T16:33:40.765Z] ee71a2b8dd6c: Waiting [2021-01-28T16:33:40.765Z] 6c812c6851f6: Waiting [2021-01-28T16:33:40.765Z] 60dc27db204d: Waiting [2021-01-28T16:33:40.765Z] 7fc22f762ef3: Waiting [2021-01-28T16:33:41.049Z] 15bb1325caff: Pushed [2021-01-28T16:33:41.049Z] 6820fc029740: Pushed [2021-01-28T16:33:41.049Z] 5ca63366d8b1: Pushed [2021-01-28T16:33:41.049Z] dbdb441945fc: Pushed [2021-01-28T16:33:41.323Z] 8994b6a5476f: Pushed [2021-01-28T16:33:41.323Z] 6c812c6851f6: Pushed [2021-01-28T16:33:41.323Z] 6093a2a0b086: Pushed [2021-01-28T16:33:41.323Z] ee71a2b8dd6c: Pushed [2021-01-28T16:33:41.323Z] 7fc22f762ef3: Layer already exists [2021-01-28T16:33:41.593Z] 60dc27db204d: Pushed [2021-01-28T16:33:43.009Z] e27252f16e48: Pushed [2021-01-28T16:33:43.277Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329: digest: sha256:f9fd109a511e76f4b5bc2c087b45f5dfb90cc30d4da8da9f13e38d27b6eaa14f size: 3027 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:33:43.612Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:33:43.948Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.3.1-dev.1 [2021-01-28T16:33:43.948Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2021-01-28T16:33:43.948Z] e27252f16e48: Preparing [2021-01-28T16:33:43.948Z] 5ca63366d8b1: Preparing [2021-01-28T16:33:43.948Z] 6820fc029740: Preparing [2021-01-28T16:33:43.948Z] 15bb1325caff: Preparing [2021-01-28T16:33:43.948Z] 15bb1325caff: Preparing [2021-01-28T16:33:43.948Z] dbdb441945fc: Preparing [2021-01-28T16:33:43.948Z] 8994b6a5476f: Preparing [2021-01-28T16:33:43.948Z] 6093a2a0b086: Preparing [2021-01-28T16:33:43.948Z] e27252f16e48: Preparing [2021-01-28T16:33:43.948Z] ee71a2b8dd6c: Preparing [2021-01-28T16:33:43.948Z] 6c812c6851f6: Preparing [2021-01-28T16:33:43.948Z] 60dc27db204d: Preparing [2021-01-28T16:33:43.948Z] 7fc22f762ef3: Preparing [2021-01-28T16:33:43.948Z] ee71a2b8dd6c: Waiting [2021-01-28T16:33:43.948Z] 6c812c6851f6: Waiting [2021-01-28T16:33:43.948Z] 60dc27db204d: Waiting [2021-01-28T16:33:43.948Z] 7fc22f762ef3: Waiting [2021-01-28T16:33:43.948Z] 8994b6a5476f: Waiting [2021-01-28T16:33:43.948Z] 6093a2a0b086: Waiting [2021-01-28T16:33:43.948Z] dbdb441945fc: Layer already exists [2021-01-28T16:33:43.948Z] 6820fc029740: Layer already exists [2021-01-28T16:33:43.948Z] 15bb1325caff: Layer already exists [2021-01-28T16:33:43.948Z] e27252f16e48: Layer already exists [2021-01-28T16:33:43.948Z] 5ca63366d8b1: Layer already exists [2021-01-28T16:33:43.948Z] ee71a2b8dd6c: Layer already exists [2021-01-28T16:33:43.948Z] 8994b6a5476f: Layer already exists [2021-01-28T16:33:43.948Z] 60dc27db204d: Layer already exists [2021-01-28T16:33:43.948Z] 6c812c6851f6: Layer already exists [2021-01-28T16:33:43.948Z] 6093a2a0b086: Layer already exists [2021-01-28T16:33:44.220Z] 7fc22f762ef3: Layer already exists [2021-01-28T16:33:44.220Z] 1.3.1-dev.1: digest: sha256:f9fd109a511e76f4b5bc2c087b45f5dfb90cc30d4da8da9f13e38d27b6eaa14f size: 3027 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:33:44.560Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:33:44.895Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:33:44.895Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2021-01-28T16:33:44.895Z] e27252f16e48: Preparing [2021-01-28T16:33:44.895Z] 5ca63366d8b1: Preparing [2021-01-28T16:33:44.895Z] 6820fc029740: Preparing [2021-01-28T16:33:44.895Z] 15bb1325caff: Preparing [2021-01-28T16:33:44.895Z] 15bb1325caff: Preparing [2021-01-28T16:33:44.895Z] dbdb441945fc: Preparing [2021-01-28T16:33:44.895Z] 8994b6a5476f: Preparing [2021-01-28T16:33:44.895Z] 6093a2a0b086: Preparing [2021-01-28T16:33:44.895Z] e27252f16e48: Preparing [2021-01-28T16:33:44.895Z] ee71a2b8dd6c: Preparing [2021-01-28T16:33:44.895Z] 6c812c6851f6: Preparing [2021-01-28T16:33:44.895Z] 60dc27db204d: Preparing [2021-01-28T16:33:44.895Z] 7fc22f762ef3: Preparing [2021-01-28T16:33:44.895Z] 6093a2a0b086: Waiting [2021-01-28T16:33:44.895Z] ee71a2b8dd6c: Waiting [2021-01-28T16:33:44.895Z] 6c812c6851f6: Waiting [2021-01-28T16:33:44.895Z] 60dc27db204d: Waiting [2021-01-28T16:33:44.895Z] 7fc22f762ef3: Waiting [2021-01-28T16:33:44.895Z] 8994b6a5476f: Waiting [2021-01-28T16:33:45.166Z] 5ca63366d8b1: Layer already exists [2021-01-28T16:33:45.166Z] 15bb1325caff: Layer already exists [2021-01-28T16:33:45.166Z] e27252f16e48: Layer already exists [2021-01-28T16:33:45.166Z] 6820fc029740: Layer already exists [2021-01-28T16:33:45.166Z] dbdb441945fc: Layer already exists [2021-01-28T16:33:45.166Z] 6093a2a0b086: Layer already exists [2021-01-28T16:33:45.166Z] 8994b6a5476f: Layer already exists [2021-01-28T16:33:45.166Z] ee71a2b8dd6c: Layer already exists [2021-01-28T16:33:45.166Z] 60dc27db204d: Layer already exists [2021-01-28T16:33:45.166Z] 6c812c6851f6: Layer already exists [2021-01-28T16:33:45.166Z] 7fc22f762ef3: Layer already exists [2021-01-28T16:33:45.166Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1: digest: sha256:f9fd109a511e76f4b5bc2c087b45f5dfb90cc30d4da8da9f13e38d27b6eaa14f size: 3027 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:33:45.504Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:33:45.834Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:hanoi [2021-01-28T16:33:45.834Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2021-01-28T16:33:45.834Z] e27252f16e48: Preparing [2021-01-28T16:33:45.834Z] 5ca63366d8b1: Preparing [2021-01-28T16:33:45.834Z] 6820fc029740: Preparing [2021-01-28T16:33:45.834Z] 15bb1325caff: Preparing [2021-01-28T16:33:45.834Z] 15bb1325caff: Preparing [2021-01-28T16:33:45.834Z] dbdb441945fc: Preparing [2021-01-28T16:33:45.834Z] 8994b6a5476f: Preparing [2021-01-28T16:33:45.834Z] 6093a2a0b086: Preparing [2021-01-28T16:33:45.834Z] e27252f16e48: Preparing [2021-01-28T16:33:45.834Z] ee71a2b8dd6c: Preparing [2021-01-28T16:33:45.834Z] 6c812c6851f6: Preparing [2021-01-28T16:33:45.834Z] 60dc27db204d: Preparing [2021-01-28T16:33:45.834Z] 7fc22f762ef3: Preparing [2021-01-28T16:33:45.834Z] ee71a2b8dd6c: Waiting [2021-01-28T16:33:45.834Z] 6c812c6851f6: Waiting [2021-01-28T16:33:45.834Z] 8994b6a5476f: Waiting [2021-01-28T16:33:45.834Z] 6093a2a0b086: Waiting [2021-01-28T16:33:45.834Z] 60dc27db204d: Waiting [2021-01-28T16:33:46.105Z] e27252f16e48: Layer already exists [2021-01-28T16:33:46.105Z] dbdb441945fc: Layer already exists [2021-01-28T16:33:46.105Z] 5ca63366d8b1: Layer already exists [2021-01-28T16:33:46.105Z] 6820fc029740: Layer already exists [2021-01-28T16:33:46.105Z] 15bb1325caff: Layer already exists [2021-01-28T16:33:46.105Z] ee71a2b8dd6c: Layer already exists [2021-01-28T16:33:46.105Z] 60dc27db204d: Layer already exists [2021-01-28T16:33:46.105Z] 8994b6a5476f: Layer already exists [2021-01-28T16:33:46.105Z] 6c812c6851f6: Layer already exists [2021-01-28T16:33:46.105Z] 6093a2a0b086: Layer already exists [2021-01-28T16:33:46.105Z] 7fc22f762ef3: Layer already exists [2021-01-28T16:33:46.105Z] hanoi: digest: sha256:f9fd109a511e76f4b5bc2c087b45f5dfb90cc30d4da8da9f13e38d27b6eaa14f size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T16:33:46.293Z] ===================================================== [Pipeline] echo [2021-01-28T16:33:46.339Z] taggedImages: [2021-01-28T16:33:46.339Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:33:46.339Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.3.1-dev.1 [2021-01-28T16:33:46.339Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:33:46.339Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:hanoi [Pipeline] echo [2021-01-28T16:33:46.405Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-01-28T16:33:46.405Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:33:46.405Z] 1.3.1-dev.1 [2021-01-28T16:33:46.405Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:33:46.405Z] hanoi [2021-01-28T16:33:46.405Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:33:46.909Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:33:47.241Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:33:47.241Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-28T16:33:47.241Z] 1517c1b461e3: Preparing [2021-01-28T16:33:47.241Z] 231561b425a1: Preparing [2021-01-28T16:33:47.241Z] a574ec946e8f: Preparing [2021-01-28T16:33:47.241Z] cd2499060aff: Preparing [2021-01-28T16:33:47.241Z] 7f9a8df9122b: Preparing [2021-01-28T16:33:47.241Z] 84d929cadfda: Preparing [2021-01-28T16:33:47.241Z] 04d1f2bcb3d3: Preparing [2021-01-28T16:33:47.241Z] c0ac13208829: Preparing [2021-01-28T16:33:47.241Z] 66b385cf80cf: Preparing [2021-01-28T16:33:47.241Z] 84d929cadfda: Waiting [2021-01-28T16:33:47.241Z] 04d1f2bcb3d3: Waiting [2021-01-28T16:33:47.241Z] c0ac13208829: Waiting [2021-01-28T16:33:47.241Z] 66b385cf80cf: Waiting [2021-01-28T16:33:47.513Z] 1517c1b461e3: Pushed [2021-01-28T16:33:47.513Z] 231561b425a1: Pushed [2021-01-28T16:33:47.513Z] 7f9a8df9122b: Pushed [2021-01-28T16:33:47.786Z] 84d929cadfda: Pushed [2021-01-28T16:33:47.786Z] 04d1f2bcb3d3: Pushed [2021-01-28T16:33:47.786Z] 66b385cf80cf: Layer already exists [2021-01-28T16:33:48.413Z] c0ac13208829: Pushed [2021-01-28T16:33:49.902Z] cd2499060aff: Pushed [2021-01-28T16:33:49.902Z] a574ec946e8f: Pushed [2021-01-28T16:33:50.175Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329: digest: sha256:23a1a438b8d8f9c43e207568dfb999f04041da41c3377a116ebbeb7ab1a9f691 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:33:50.786Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:33:51.125Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.3.1-dev.1 [2021-01-28T16:33:51.125Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-28T16:33:51.125Z] 1517c1b461e3: Preparing [2021-01-28T16:33:51.125Z] 231561b425a1: Preparing [2021-01-28T16:33:51.125Z] a574ec946e8f: Preparing [2021-01-28T16:33:51.125Z] cd2499060aff: Preparing [2021-01-28T16:33:51.125Z] 7f9a8df9122b: Preparing [2021-01-28T16:33:51.125Z] 84d929cadfda: Preparing [2021-01-28T16:33:51.125Z] 04d1f2bcb3d3: Preparing [2021-01-28T16:33:51.125Z] c0ac13208829: Preparing [2021-01-28T16:33:51.125Z] 66b385cf80cf: Preparing [2021-01-28T16:33:51.125Z] 04d1f2bcb3d3: Waiting [2021-01-28T16:33:51.125Z] c0ac13208829: Waiting [2021-01-28T16:33:51.125Z] 66b385cf80cf: Waiting [2021-01-28T16:33:51.125Z] 84d929cadfda: Waiting [2021-01-28T16:33:51.125Z] 7f9a8df9122b: Layer already exists [2021-01-28T16:33:51.125Z] cd2499060aff: Layer already exists [2021-01-28T16:33:51.125Z] a574ec946e8f: Layer already exists [2021-01-28T16:33:51.125Z] 1517c1b461e3: Layer already exists [2021-01-28T16:33:51.125Z] 84d929cadfda: Layer already exists [2021-01-28T16:33:51.125Z] c0ac13208829: Layer already exists [2021-01-28T16:33:51.125Z] 04d1f2bcb3d3: Layer already exists [2021-01-28T16:33:51.125Z] 66b385cf80cf: Layer already exists [2021-01-28T16:33:52.094Z] 231561b425a1: Layer already exists [2021-01-28T16:33:52.364Z] 1.3.1-dev.1: digest: sha256:23a1a438b8d8f9c43e207568dfb999f04041da41c3377a116ebbeb7ab1a9f691 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:33:52.700Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:33:53.033Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:33:53.033Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-28T16:33:53.033Z] 1517c1b461e3: Preparing [2021-01-28T16:33:53.033Z] 231561b425a1: Preparing [2021-01-28T16:33:53.033Z] a574ec946e8f: Preparing [2021-01-28T16:33:53.033Z] cd2499060aff: Preparing [2021-01-28T16:33:53.033Z] 7f9a8df9122b: Preparing [2021-01-28T16:33:53.033Z] 84d929cadfda: Preparing [2021-01-28T16:33:53.033Z] 04d1f2bcb3d3: Preparing [2021-01-28T16:33:53.033Z] c0ac13208829: Preparing [2021-01-28T16:33:53.033Z] 66b385cf80cf: Preparing [2021-01-28T16:33:53.033Z] 04d1f2bcb3d3: Waiting [2021-01-28T16:33:53.033Z] c0ac13208829: Waiting [2021-01-28T16:33:53.033Z] 66b385cf80cf: Waiting [2021-01-28T16:33:53.033Z] 84d929cadfda: Waiting [2021-01-28T16:33:53.033Z] 231561b425a1: Layer already exists [2021-01-28T16:33:53.033Z] 7f9a8df9122b: Layer already exists [2021-01-28T16:33:53.033Z] cd2499060aff: Layer already exists [2021-01-28T16:33:53.033Z] 1517c1b461e3: Layer already exists [2021-01-28T16:33:53.302Z] a574ec946e8f: Layer already exists [2021-01-28T16:33:53.302Z] 84d929cadfda: Layer already exists [2021-01-28T16:33:53.302Z] 04d1f2bcb3d3: Layer already exists [2021-01-28T16:33:53.302Z] c0ac13208829: Layer already exists [2021-01-28T16:33:53.302Z] 66b385cf80cf: Layer already exists [2021-01-28T16:33:53.302Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1: digest: sha256:23a1a438b8d8f9c43e207568dfb999f04041da41c3377a116ebbeb7ab1a9f691 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:33:53.641Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:33:53.975Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:hanoi [2021-01-28T16:33:53.975Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-28T16:33:53.975Z] 1517c1b461e3: Preparing [2021-01-28T16:33:53.975Z] 231561b425a1: Preparing [2021-01-28T16:33:53.975Z] a574ec946e8f: Preparing [2021-01-28T16:33:53.975Z] cd2499060aff: Preparing [2021-01-28T16:33:53.975Z] 7f9a8df9122b: Preparing [2021-01-28T16:33:53.975Z] 84d929cadfda: Preparing [2021-01-28T16:33:53.975Z] 04d1f2bcb3d3: Preparing [2021-01-28T16:33:53.975Z] c0ac13208829: Preparing [2021-01-28T16:33:53.975Z] 66b385cf80cf: Preparing [2021-01-28T16:33:53.975Z] 04d1f2bcb3d3: Waiting [2021-01-28T16:33:53.975Z] c0ac13208829: Waiting [2021-01-28T16:33:53.975Z] 66b385cf80cf: Waiting [2021-01-28T16:33:53.975Z] 84d929cadfda: Waiting [2021-01-28T16:33:54.245Z] 1517c1b461e3: Layer already exists [2021-01-28T16:33:54.245Z] a574ec946e8f: Layer already exists [2021-01-28T16:33:54.245Z] 7f9a8df9122b: Layer already exists [2021-01-28T16:33:54.245Z] 231561b425a1: Layer already exists [2021-01-28T16:33:54.245Z] cd2499060aff: Layer already exists [2021-01-28T16:33:54.245Z] c0ac13208829: Layer already exists [2021-01-28T16:33:54.245Z] 84d929cadfda: Layer already exists [2021-01-28T16:33:54.245Z] 66b385cf80cf: Layer already exists [2021-01-28T16:33:54.245Z] 04d1f2bcb3d3: Layer already exists [2021-01-28T16:33:54.245Z] hanoi: digest: sha256:23a1a438b8d8f9c43e207568dfb999f04041da41c3377a116ebbeb7ab1a9f691 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T16:33:54.458Z] ===================================================== [Pipeline] echo [2021-01-28T16:33:54.542Z] taggedImages: [2021-01-28T16:33:54.542Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:33:54.542Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.3.1-dev.1 [2021-01-28T16:33:54.542Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:33:54.542Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:hanoi [Pipeline] echo [2021-01-28T16:33:54.607Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2021-01-28T16:33:54.607Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:33:54.607Z] 1.3.1-dev.1 [2021-01-28T16:33:54.607Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:33:54.607Z] hanoi [2021-01-28T16:33:54.607Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:33:55.116Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:33:55.447Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:33:55.447Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2021-01-28T16:33:55.447Z] 9cd508ff1607: Preparing [2021-01-28T16:33:55.447Z] 359174d4319e: Preparing [2021-01-28T16:33:55.447Z] 4e22105cecab: Preparing [2021-01-28T16:33:55.447Z] 7ce21ef6f4a3: Preparing [2021-01-28T16:33:56.041Z] 9cd508ff1607: Pushed [2021-01-28T16:33:56.041Z] 7ce21ef6f4a3: Pushed [2021-01-28T16:33:56.041Z] 4e22105cecab: Pushed [2021-01-28T16:33:57.997Z] 359174d4319e: Pushed [2021-01-28T16:33:58.267Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329: digest: sha256:1e822e610d011b553ceae9a7cb8eb0e1c7a99697621dff70915ffa38740120de size: 1153 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:33:58.604Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:33:58.937Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.3.1-dev.1 [2021-01-28T16:33:58.937Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2021-01-28T16:33:58.937Z] 9cd508ff1607: Preparing [2021-01-28T16:33:58.937Z] 359174d4319e: Preparing [2021-01-28T16:33:58.937Z] 4e22105cecab: Preparing [2021-01-28T16:33:58.937Z] 7ce21ef6f4a3: Preparing [2021-01-28T16:33:59.205Z] 7ce21ef6f4a3: Layer already exists [2021-01-28T16:33:59.205Z] 9cd508ff1607: Layer already exists [2021-01-28T16:33:59.205Z] 4e22105cecab: Layer already exists [2021-01-28T16:33:59.205Z] 359174d4319e: Layer already exists [2021-01-28T16:33:59.205Z] 1.3.1-dev.1: digest: sha256:1e822e610d011b553ceae9a7cb8eb0e1c7a99697621dff70915ffa38740120de size: 1153 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:33:59.542Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:33:59.873Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:33:59.873Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2021-01-28T16:33:59.873Z] 9cd508ff1607: Preparing [2021-01-28T16:33:59.873Z] 359174d4319e: Preparing [2021-01-28T16:33:59.873Z] 4e22105cecab: Preparing [2021-01-28T16:33:59.873Z] 7ce21ef6f4a3: Preparing [2021-01-28T16:33:59.873Z] 9cd508ff1607: Layer already exists [2021-01-28T16:33:59.873Z] 4e22105cecab: Layer already exists [2021-01-28T16:33:59.873Z] 359174d4319e: Layer already exists [2021-01-28T16:34:00.143Z] 7ce21ef6f4a3: Layer already exists [2021-01-28T16:34:00.143Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1: digest: sha256:1e822e610d011b553ceae9a7cb8eb0e1c7a99697621dff70915ffa38740120de size: 1153 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:34:00.477Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:34:00.807Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:hanoi [2021-01-28T16:34:00.807Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2021-01-28T16:34:00.807Z] 9cd508ff1607: Preparing [2021-01-28T16:34:00.807Z] 359174d4319e: Preparing [2021-01-28T16:34:00.807Z] 4e22105cecab: Preparing [2021-01-28T16:34:00.807Z] 7ce21ef6f4a3: Preparing [2021-01-28T16:34:00.807Z] 4e22105cecab: Layer already exists [2021-01-28T16:34:00.807Z] 7ce21ef6f4a3: Layer already exists [2021-01-28T16:34:00.807Z] 359174d4319e: Layer already exists [2021-01-28T16:34:00.807Z] 9cd508ff1607: Layer already exists [2021-01-28T16:34:01.082Z] hanoi: digest: sha256:1e822e610d011b553ceae9a7cb8eb0e1c7a99697621dff70915ffa38740120de size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T16:34:01.269Z] ===================================================== [Pipeline] echo [2021-01-28T16:34:01.314Z] taggedImages: [2021-01-28T16:34:01.314Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:34:01.314Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.3.1-dev.1 [2021-01-28T16:34:01.314Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:34:01.314Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:hanoi [Pipeline] echo [2021-01-28T16:34:01.374Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-01-28T16:34:01.374Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:34:01.374Z] 1.3.1-dev.1 [2021-01-28T16:34:01.374Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:34:01.374Z] hanoi [2021-01-28T16:34:01.374Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:34:01.871Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:34:02.206Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:34:02.206Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-28T16:34:02.206Z] 06bd4874f6ec: Preparing [2021-01-28T16:34:02.206Z] 8fdafaaf40f0: Preparing [2021-01-28T16:34:02.206Z] d0078f94708a: Preparing [2021-01-28T16:34:02.206Z] 9953acf3fbe7: Preparing [2021-01-28T16:34:02.206Z] 55545558ce30: Preparing [2021-01-28T16:34:02.206Z] fcc6c08c6edb: Preparing [2021-01-28T16:34:02.206Z] fcc6c08c6edb: Waiting [2021-01-28T16:34:02.485Z] d0078f94708a: Pushed [2021-01-28T16:34:02.485Z] 06bd4874f6ec: Pushed [2021-01-28T16:34:02.756Z] 55545558ce30: Pushed [2021-01-28T16:34:02.756Z] 9953acf3fbe7: Pushed [2021-01-28T16:34:03.026Z] fcc6c08c6edb: Pushed [2021-01-28T16:34:05.624Z] 8fdafaaf40f0: Pushed [2021-01-28T16:34:05.625Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329: digest: sha256:94429a4602fffd3cdff327326c01faf911f09e1ae1296e530beeeb3ed4fcaa7d size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:34:05.961Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:34:06.299Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.3.1-dev.1 [2021-01-28T16:34:06.299Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-28T16:34:06.299Z] 06bd4874f6ec: Preparing [2021-01-28T16:34:06.299Z] 8fdafaaf40f0: Preparing [2021-01-28T16:34:06.299Z] d0078f94708a: Preparing [2021-01-28T16:34:06.299Z] 9953acf3fbe7: Preparing [2021-01-28T16:34:06.299Z] 55545558ce30: Preparing [2021-01-28T16:34:06.299Z] fcc6c08c6edb: Preparing [2021-01-28T16:34:06.299Z] fcc6c08c6edb: Waiting [2021-01-28T16:34:06.299Z] 55545558ce30: Layer already exists [2021-01-28T16:34:06.299Z] 06bd4874f6ec: Layer already exists [2021-01-28T16:34:06.299Z] 9953acf3fbe7: Layer already exists [2021-01-28T16:34:06.299Z] d0078f94708a: Layer already exists [2021-01-28T16:34:06.299Z] 8fdafaaf40f0: Layer already exists [2021-01-28T16:34:06.568Z] fcc6c08c6edb: Layer already exists [2021-01-28T16:34:06.568Z] 1.3.1-dev.1: digest: sha256:94429a4602fffd3cdff327326c01faf911f09e1ae1296e530beeeb3ed4fcaa7d size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:34:06.905Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:34:07.237Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:34:07.237Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-28T16:34:07.237Z] 06bd4874f6ec: Preparing [2021-01-28T16:34:07.237Z] 8fdafaaf40f0: Preparing [2021-01-28T16:34:07.237Z] d0078f94708a: Preparing [2021-01-28T16:34:07.237Z] 9953acf3fbe7: Preparing [2021-01-28T16:34:07.237Z] 55545558ce30: Preparing [2021-01-28T16:34:07.237Z] fcc6c08c6edb: Preparing [2021-01-28T16:34:07.237Z] fcc6c08c6edb: Waiting [2021-01-28T16:34:07.237Z] 55545558ce30: Layer already exists [2021-01-28T16:34:07.237Z] 06bd4874f6ec: Layer already exists [2021-01-28T16:34:07.237Z] 9953acf3fbe7: Layer already exists [2021-01-28T16:34:07.237Z] 8fdafaaf40f0: Layer already exists [2021-01-28T16:34:07.237Z] d0078f94708a: Layer already exists [2021-01-28T16:34:07.237Z] fcc6c08c6edb: Layer already exists [2021-01-28T16:34:07.507Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1: digest: sha256:94429a4602fffd3cdff327326c01faf911f09e1ae1296e530beeeb3ed4fcaa7d size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:34:07.843Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:34:08.177Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:hanoi [2021-01-28T16:34:08.177Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-28T16:34:08.177Z] 06bd4874f6ec: Preparing [2021-01-28T16:34:08.177Z] 8fdafaaf40f0: Preparing [2021-01-28T16:34:08.177Z] d0078f94708a: Preparing [2021-01-28T16:34:08.177Z] 9953acf3fbe7: Preparing [2021-01-28T16:34:08.177Z] 55545558ce30: Preparing [2021-01-28T16:34:08.177Z] fcc6c08c6edb: Preparing [2021-01-28T16:34:08.177Z] fcc6c08c6edb: Waiting [2021-01-28T16:34:08.448Z] d0078f94708a: Layer already exists [2021-01-28T16:34:08.448Z] 55545558ce30: Layer already exists [2021-01-28T16:34:08.448Z] 9953acf3fbe7: Layer already exists [2021-01-28T16:34:08.448Z] 8fdafaaf40f0: Layer already exists [2021-01-28T16:34:08.448Z] 06bd4874f6ec: Layer already exists [2021-01-28T16:34:08.448Z] fcc6c08c6edb: Layer already exists [2021-01-28T16:34:08.448Z] hanoi: digest: sha256:94429a4602fffd3cdff327326c01faf911f09e1ae1296e530beeeb3ed4fcaa7d size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T16:34:08.645Z] ===================================================== [Pipeline] echo [2021-01-28T16:34:08.688Z] taggedImages: [2021-01-28T16:34:08.688Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:34:08.688Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.3.1-dev.1 [2021-01-28T16:34:08.688Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:34:08.688Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:hanoi [Pipeline] echo [2021-01-28T16:34:08.746Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-01-28T16:34:08.746Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:34:08.746Z] 1.3.1-dev.1 [2021-01-28T16:34:08.746Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:34:08.746Z] hanoi [2021-01-28T16:34:08.746Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:34:09.245Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:34:09.581Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:34:09.581Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-28T16:34:09.581Z] d239afd89fbe: Preparing [2021-01-28T16:34:09.581Z] 3c699e60adf6: Preparing [2021-01-28T16:34:09.581Z] 339ee625e894: Preparing [2021-01-28T16:34:09.851Z] d239afd89fbe: Pushed [2021-01-28T16:34:09.851Z] 339ee625e894: Pushed [2021-01-28T16:34:13.277Z] 3c699e60adf6: Pushed [2021-01-28T16:34:13.277Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329: digest: sha256:3bb9f97089b6b16c5ff3a3930cd2e1952ed171cd36256ba8ee5346a427480d74 size: 944 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:34:13.611Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:34:13.945Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.3.1-dev.1 [2021-01-28T16:34:13.945Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-28T16:34:13.945Z] d239afd89fbe: Preparing [2021-01-28T16:34:13.945Z] 3c699e60adf6: Preparing [2021-01-28T16:34:13.945Z] 339ee625e894: Preparing [2021-01-28T16:34:13.945Z] 339ee625e894: Layer already exists [2021-01-28T16:34:13.945Z] 3c699e60adf6: Layer already exists [2021-01-28T16:34:13.945Z] d239afd89fbe: Layer already exists [2021-01-28T16:34:14.214Z] 1.3.1-dev.1: digest: sha256:3bb9f97089b6b16c5ff3a3930cd2e1952ed171cd36256ba8ee5346a427480d74 size: 944 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:34:14.551Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:34:14.915Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:34:14.915Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-28T16:34:14.915Z] d239afd89fbe: Preparing [2021-01-28T16:34:14.915Z] 3c699e60adf6: Preparing [2021-01-28T16:34:14.915Z] 339ee625e894: Preparing [2021-01-28T16:34:14.915Z] 339ee625e894: Layer already exists [2021-01-28T16:34:14.915Z] 3c699e60adf6: Layer already exists [2021-01-28T16:34:14.915Z] d239afd89fbe: Layer already exists [2021-01-28T16:34:15.184Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1: digest: sha256:3bb9f97089b6b16c5ff3a3930cd2e1952ed171cd36256ba8ee5346a427480d74 size: 944 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:34:15.522Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:34:15.853Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:hanoi [2021-01-28T16:34:15.854Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-28T16:34:15.854Z] d239afd89fbe: Preparing [2021-01-28T16:34:15.854Z] 3c699e60adf6: Preparing [2021-01-28T16:34:15.854Z] 339ee625e894: Preparing [2021-01-28T16:34:15.854Z] 3c699e60adf6: Layer already exists [2021-01-28T16:34:15.854Z] 339ee625e894: Layer already exists [2021-01-28T16:34:15.854Z] d239afd89fbe: Layer already exists [2021-01-28T16:34:16.125Z] hanoi: digest: sha256:3bb9f97089b6b16c5ff3a3930cd2e1952ed171cd36256ba8ee5346a427480d74 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T16:34:16.305Z] ===================================================== [Pipeline] echo [2021-01-28T16:34:16.349Z] taggedImages: [2021-01-28T16:34:16.350Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:34:16.350Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.3.1-dev.1 [2021-01-28T16:34:16.350Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:34:16.350Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:hanoi [Pipeline] echo [2021-01-28T16:34:16.423Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-01-28T16:34:16.423Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:34:16.423Z] 1.3.1-dev.1 [2021-01-28T16:34:16.423Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:34:16.423Z] hanoi [2021-01-28T16:34:16.423Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:34:16.930Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:34:17.257Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:34:17.257Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-28T16:34:17.257Z] b65fbaaabdda: Preparing [2021-01-28T16:34:17.257Z] faf5aeb1d107: Preparing [2021-01-28T16:34:17.257Z] c0c446ef04c6: Preparing [2021-01-28T16:34:17.257Z] 8cdf2ba0d6c6: Preparing [2021-01-28T16:34:17.257Z] dec35ccc5c81: Preparing [2021-01-28T16:34:17.257Z] c1507be57ada: Preparing [2021-01-28T16:34:17.257Z] 7c158ac03d50: Preparing [2021-01-28T16:34:17.257Z] ca399784ed2e: Preparing [2021-01-28T16:34:17.257Z] 6cf3b9b39d89: Preparing [2021-01-28T16:34:17.257Z] bccc745e9046: Preparing [2021-01-28T16:34:17.257Z] 8b18bfff5541: Preparing [2021-01-28T16:34:17.257Z] 639b2dbb9529: Preparing [2021-01-28T16:34:17.257Z] 40cbbeaa4e8b: Preparing [2021-01-28T16:34:17.257Z] 379067d0cb53: Preparing [2021-01-28T16:34:17.257Z] c1507be57ada: Waiting [2021-01-28T16:34:17.257Z] 7c158ac03d50: Waiting [2021-01-28T16:34:17.257Z] ca399784ed2e: Waiting [2021-01-28T16:34:17.257Z] 6cf3b9b39d89: Waiting [2021-01-28T16:34:17.257Z] bccc745e9046: Waiting [2021-01-28T16:34:17.257Z] 8b18bfff5541: Waiting [2021-01-28T16:34:17.257Z] 639b2dbb9529: Waiting [2021-01-28T16:34:17.257Z] 40cbbeaa4e8b: Waiting [2021-01-28T16:34:17.257Z] 379067d0cb53: Waiting [2021-01-28T16:34:17.848Z] dec35ccc5c81: Pushed [2021-01-28T16:34:18.120Z] b65fbaaabdda: Pushed [2021-01-28T16:34:18.391Z] 8cdf2ba0d6c6: Pushed [2021-01-28T16:34:18.663Z] ca399784ed2e: Layer already exists [2021-01-28T16:34:18.663Z] 6cf3b9b39d89: Layer already exists [2021-01-28T16:34:18.663Z] 7c158ac03d50: Pushed [2021-01-28T16:34:18.663Z] bccc745e9046: Layer already exists [2021-01-28T16:34:18.663Z] 8b18bfff5541: Layer already exists [2021-01-28T16:34:18.663Z] 639b2dbb9529: Layer already exists [2021-01-28T16:34:18.663Z] 379067d0cb53: Layer already exists [2021-01-28T16:34:18.663Z] 40cbbeaa4e8b: Layer already exists [2021-01-28T16:34:19.254Z] faf5aeb1d107: Pushed [2021-01-28T16:34:20.227Z] c1507be57ada: Pushed [2021-01-28T16:34:30.346Z] c0c446ef04c6: Pushed [2021-01-28T16:34:30.346Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329: digest: sha256:d0e60efa14def996ffc040044e435296a1c0d6b5f6e3edd2ced7c40b89c8e5b4 size: 3253 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:34:30.684Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:34:31.016Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.3.1-dev.1 [2021-01-28T16:34:31.017Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-28T16:34:31.017Z] b65fbaaabdda: Preparing [2021-01-28T16:34:31.017Z] faf5aeb1d107: Preparing [2021-01-28T16:34:31.017Z] c0c446ef04c6: Preparing [2021-01-28T16:34:31.017Z] 8cdf2ba0d6c6: Preparing [2021-01-28T16:34:31.017Z] dec35ccc5c81: Preparing [2021-01-28T16:34:31.017Z] c1507be57ada: Preparing [2021-01-28T16:34:31.017Z] 7c158ac03d50: Preparing [2021-01-28T16:34:31.017Z] ca399784ed2e: Preparing [2021-01-28T16:34:31.017Z] 6cf3b9b39d89: Preparing [2021-01-28T16:34:31.017Z] bccc745e9046: Preparing [2021-01-28T16:34:31.017Z] 8b18bfff5541: Preparing [2021-01-28T16:34:31.017Z] 639b2dbb9529: Preparing [2021-01-28T16:34:31.017Z] 40cbbeaa4e8b: Preparing [2021-01-28T16:34:31.017Z] 379067d0cb53: Preparing [2021-01-28T16:34:31.017Z] c1507be57ada: Waiting [2021-01-28T16:34:31.017Z] 7c158ac03d50: Waiting [2021-01-28T16:34:31.017Z] ca399784ed2e: Waiting [2021-01-28T16:34:31.017Z] 639b2dbb9529: Waiting [2021-01-28T16:34:31.017Z] 40cbbeaa4e8b: Waiting [2021-01-28T16:34:31.017Z] 379067d0cb53: Waiting [2021-01-28T16:34:31.017Z] 6cf3b9b39d89: Waiting [2021-01-28T16:34:31.017Z] 8b18bfff5541: Waiting [2021-01-28T16:34:31.017Z] bccc745e9046: Waiting [2021-01-28T16:34:31.017Z] 8cdf2ba0d6c6: Layer already exists [2021-01-28T16:34:31.017Z] b65fbaaabdda: Layer already exists [2021-01-28T16:34:31.017Z] faf5aeb1d107: Layer already exists [2021-01-28T16:34:31.017Z] dec35ccc5c81: Layer already exists [2021-01-28T16:34:31.286Z] c0c446ef04c6: Layer already exists [2021-01-28T16:34:31.286Z] ca399784ed2e: Layer already exists [2021-01-28T16:34:31.286Z] c1507be57ada: Layer already exists [2021-01-28T16:34:31.286Z] 7c158ac03d50: Layer already exists [2021-01-28T16:34:31.286Z] 6cf3b9b39d89: Layer already exists [2021-01-28T16:34:31.286Z] bccc745e9046: Layer already exists [2021-01-28T16:34:31.286Z] 8b18bfff5541: Layer already exists [2021-01-28T16:34:31.286Z] 639b2dbb9529: Layer already exists [2021-01-28T16:34:31.286Z] 379067d0cb53: Layer already exists [2021-01-28T16:34:31.286Z] 40cbbeaa4e8b: Layer already exists [2021-01-28T16:34:31.286Z] 1.3.1-dev.1: digest: sha256:d0e60efa14def996ffc040044e435296a1c0d6b5f6e3edd2ced7c40b89c8e5b4 size: 3253 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:34:31.623Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:34:31.959Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:34:31.960Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-28T16:34:31.960Z] b65fbaaabdda: Preparing [2021-01-28T16:34:31.960Z] faf5aeb1d107: Preparing [2021-01-28T16:34:31.960Z] c0c446ef04c6: Preparing [2021-01-28T16:34:31.960Z] 8cdf2ba0d6c6: Preparing [2021-01-28T16:34:31.960Z] dec35ccc5c81: Preparing [2021-01-28T16:34:31.960Z] c1507be57ada: Preparing [2021-01-28T16:34:31.960Z] 7c158ac03d50: Preparing [2021-01-28T16:34:31.960Z] ca399784ed2e: Preparing [2021-01-28T16:34:31.960Z] 6cf3b9b39d89: Preparing [2021-01-28T16:34:31.960Z] bccc745e9046: Preparing [2021-01-28T16:34:31.960Z] 8b18bfff5541: Preparing [2021-01-28T16:34:31.960Z] 639b2dbb9529: Preparing [2021-01-28T16:34:31.960Z] 40cbbeaa4e8b: Preparing [2021-01-28T16:34:31.960Z] 379067d0cb53: Preparing [2021-01-28T16:34:31.960Z] 6cf3b9b39d89: Waiting [2021-01-28T16:34:31.960Z] bccc745e9046: Waiting [2021-01-28T16:34:31.960Z] 8b18bfff5541: Waiting [2021-01-28T16:34:31.960Z] 639b2dbb9529: Waiting [2021-01-28T16:34:31.960Z] 40cbbeaa4e8b: Waiting [2021-01-28T16:34:31.960Z] 379067d0cb53: Waiting [2021-01-28T16:34:31.960Z] c1507be57ada: Waiting [2021-01-28T16:34:31.960Z] 7c158ac03d50: Waiting [2021-01-28T16:34:31.960Z] ca399784ed2e: Waiting [2021-01-28T16:34:31.960Z] c0c446ef04c6: Layer already exists [2021-01-28T16:34:31.960Z] 8cdf2ba0d6c6: Layer already exists [2021-01-28T16:34:31.960Z] dec35ccc5c81: Layer already exists [2021-01-28T16:34:31.960Z] b65fbaaabdda: Layer already exists [2021-01-28T16:34:32.233Z] faf5aeb1d107: Layer already exists [2021-01-28T16:34:32.233Z] ca399784ed2e: Layer already exists [2021-01-28T16:34:32.233Z] 7c158ac03d50: Layer already exists [2021-01-28T16:34:32.233Z] c1507be57ada: Layer already exists [2021-01-28T16:34:32.234Z] 6cf3b9b39d89: Layer already exists [2021-01-28T16:34:32.234Z] bccc745e9046: Layer already exists [2021-01-28T16:34:32.234Z] 639b2dbb9529: Layer already exists [2021-01-28T16:34:32.234Z] 8b18bfff5541: Layer already exists [2021-01-28T16:34:32.234Z] 40cbbeaa4e8b: Layer already exists [2021-01-28T16:34:32.234Z] 379067d0cb53: Layer already exists [2021-01-28T16:34:32.234Z] 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1: digest: sha256:d0e60efa14def996ffc040044e435296a1c0d6b5f6e3edd2ced7c40b89c8e5b4 size: 3253 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:34:32.576Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:34:32.909Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:hanoi [2021-01-28T16:34:32.909Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-28T16:34:32.909Z] b65fbaaabdda: Preparing [2021-01-28T16:34:32.909Z] faf5aeb1d107: Preparing [2021-01-28T16:34:32.909Z] c0c446ef04c6: Preparing [2021-01-28T16:34:32.909Z] 8cdf2ba0d6c6: Preparing [2021-01-28T16:34:32.909Z] dec35ccc5c81: Preparing [2021-01-28T16:34:32.909Z] c1507be57ada: Preparing [2021-01-28T16:34:32.909Z] 7c158ac03d50: Preparing [2021-01-28T16:34:32.909Z] ca399784ed2e: Preparing [2021-01-28T16:34:32.909Z] 6cf3b9b39d89: Preparing [2021-01-28T16:34:32.909Z] bccc745e9046: Preparing [2021-01-28T16:34:32.909Z] 8b18bfff5541: Preparing [2021-01-28T16:34:32.909Z] 639b2dbb9529: Preparing [2021-01-28T16:34:32.909Z] 40cbbeaa4e8b: Preparing [2021-01-28T16:34:32.909Z] 379067d0cb53: Preparing [2021-01-28T16:34:32.909Z] bccc745e9046: Waiting [2021-01-28T16:34:32.909Z] 40cbbeaa4e8b: Waiting [2021-01-28T16:34:32.909Z] 379067d0cb53: Waiting [2021-01-28T16:34:32.909Z] 8b18bfff5541: Waiting [2021-01-28T16:34:32.909Z] 639b2dbb9529: Waiting [2021-01-28T16:34:32.909Z] c1507be57ada: Waiting [2021-01-28T16:34:32.909Z] 7c158ac03d50: Waiting [2021-01-28T16:34:32.909Z] ca399784ed2e: Waiting [2021-01-28T16:34:32.909Z] 6cf3b9b39d89: Waiting [2021-01-28T16:34:32.909Z] b65fbaaabdda: Layer already exists [2021-01-28T16:34:32.909Z] dec35ccc5c81: Layer already exists [2021-01-28T16:34:32.909Z] 8cdf2ba0d6c6: Layer already exists [2021-01-28T16:34:32.909Z] c0c446ef04c6: Layer already exists [2021-01-28T16:34:32.909Z] faf5aeb1d107: Layer already exists [2021-01-28T16:34:33.181Z] ca399784ed2e: Layer already exists [2021-01-28T16:34:33.181Z] c1507be57ada: Layer already exists [2021-01-28T16:34:33.182Z] bccc745e9046: Layer already exists [2021-01-28T16:34:33.182Z] 7c158ac03d50: Layer already exists [2021-01-28T16:34:33.182Z] 6cf3b9b39d89: Layer already exists [2021-01-28T16:34:33.182Z] 8b18bfff5541: Layer already exists [2021-01-28T16:34:33.182Z] 40cbbeaa4e8b: Layer already exists [2021-01-28T16:34:33.182Z] 379067d0cb53: Layer already exists [2021-01-28T16:34:33.182Z] 639b2dbb9529: Layer already exists [2021-01-28T16:34:33.182Z] hanoi: digest: sha256:d0e60efa14def996ffc040044e435296a1c0d6b5f6e3edd2ced7c40b89c8e5b4 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T16:34:33.372Z] ===================================================== [Pipeline] echo [2021-01-28T16:34:33.415Z] taggedImages: [2021-01-28T16:34:33.415Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 [2021-01-28T16:34:33.415Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.3.1-dev.1 [2021-01-28T16:34:33.415Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [2021-01-28T16:34:33.415Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:hanoi [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-28T16:34:35.066Z] provisioning config files... [2021-01-28T16:34:35.077Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config5839434524093713722tmp [Pipeline] { [Pipeline] sh [2021-01-28T16:34:35.445Z] + set +x [2021-01-28T16:34:35.445Z] + curl -s https://codecov.io/bash [2021-01-28T16:34:35.445Z] + bash -s -- [2021-01-28T16:34:36.021Z] [2021-01-28T16:34:36.021Z] _____ _ [2021-01-28T16:34:36.021Z] / ____| | | [2021-01-28T16:34:36.021Z] | | ___ __| | ___ ___ _____ __ [2021-01-28T16:34:36.021Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-28T16:34:36.021Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-28T16:34:36.021Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-28T16:34:36.021Z] Bash-20210128-d4071a2 [2021-01-28T16:34:36.021Z] [2021-01-28T16:34:36.021Z] [2021-01-28T16:34:36.021Z] ==> git version 2.24.3 found [2021-01-28T16:34:36.021Z] ==> 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-28T16:34:36.021Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-28T16:34:36.021Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-28T16:34:36.021Z] ==> Jenkins CI detected. [2021-01-28T16:34:36.021Z] project root: . [2021-01-28T16:34:36.021Z] --> token set from env [2021-01-28T16:34:36.021Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-28T16:34:36.021Z] ==> Running gcov in . (disable via -X gcov) [2021-01-28T16:34:36.021Z] ==> Python coveragepy not found [2021-01-28T16:34:36.021Z] ==> Searching for coverage reports in: [2021-01-28T16:34:36.021Z] + . [2021-01-28T16:34:36.021Z] -> Found 1 reports [2021-01-28T16:34:36.021Z] ==> Detecting git/mercurial file structure [2021-01-28T16:34:36.021Z] ==> Reading reports [2021-01-28T16:34:36.021Z] + ./coverage.out bytes=539650 [2021-01-28T16:34:36.021Z] ==> Appending adjustments [2021-01-28T16:34:36.021Z] https://docs.codecov.io/docs/fixing-reports [2021-01-28T16:34:39.340Z] + Found adjustments [2021-01-28T16:34:39.340Z] ==> Gzipping contents [2021-01-28T16:34:39.340Z] 84K /tmp/codecov.dCRpXs.gz [2021-01-28T16:34:39.340Z] ==> Uploading reports [2021-01-28T16:34:39.340Z] url: https://codecov.io [2021-01-28T16:34:39.340Z] query: branch=hanoi&commit=9a6eedb96835a64d2bad9fe97e001e25d5234329&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fhanoi%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-28T16:34:39.340Z] -> Pinging Codecov [2021-01-28T16:34:39.340Z] https://codecov.io/upload/v4?package=bash-20210128-d4071a2&token=secret&branch=hanoi&commit=9a6eedb96835a64d2bad9fe97e001e25d5234329&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fhanoi%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-28T16:34:39.915Z] -> Uploading to [2021-01-28T16:34:39.915Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-28/00271124DB129430A58F1EEE437C3FCB/9a6eedb96835a64d2bad9fe97e001e25d5234329/a5c0e123-fe32-41c9-bccc-f1f4d1700227.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210128%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210128T163439Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6167865002772e66b54f6503c9b9cdbec0ca5adc02b99cc390282dcc2bdcacfb [2021-01-28T16:34:39.915Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T16:34:39.915Z] Dload Upload Total Spent Left Speed [2021-01-28T16:34:40.490Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 84948 0 0 100 84948 0 150k --:--:-- --:--:-- --:--:-- 150k [2021-01-28T16:34:40.490Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/9a6eedb96835a64d2bad9fe97e001e25d5234329 [Pipeline] } [2021-01-28T16:34:40.502Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-01-28T16:34:41.509Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-28T16:34:41.598Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:34:41.950Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-28T16:34:41.950Z] [2021-01-28T16:34:41.950Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:34:42.304Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-28T16:34:42.304Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-28T16:34:42.304Z] 188c0c94c7c5: Already exists [2021-01-28T16:34:42.304Z] 0ef7d3d256c8: Already exists [2021-01-28T16:34:42.304Z] de9db76c5a1d: Already exists [2021-01-28T16:34:42.304Z] 0eba1c9be4d2: Pulling fs layer [2021-01-28T16:34:42.304Z] 0d57e429df01: Pulling fs layer [2021-01-28T16:34:42.304Z] 4e4be7b47b0d: Pulling fs layer [2021-01-28T16:34:42.304Z] e1f770b5df2f: Pulling fs layer [2021-01-28T16:34:42.305Z] 85a0685a4137: Pulling fs layer [2021-01-28T16:34:42.305Z] e1f770b5df2f: Waiting [2021-01-28T16:34:42.305Z] 85a0685a4137: Waiting [2021-01-28T16:34:42.305Z] 4e4be7b47b0d: Download complete [2021-01-28T16:34:42.305Z] 0d57e429df01: Verifying Checksum [2021-01-28T16:34:42.305Z] 0d57e429df01: Download complete [2021-01-28T16:34:44.857Z] e1f770b5df2f: Verifying Checksum [2021-01-28T16:34:44.857Z] e1f770b5df2f: Download complete [2021-01-28T16:34:46.793Z] 0eba1c9be4d2: Verifying Checksum [2021-01-28T16:34:46.793Z] 0eba1c9be4d2: Download complete [2021-01-28T16:34:46.793Z] 85a0685a4137: Verifying Checksum [2021-01-28T16:34:46.793Z] 85a0685a4137: Download complete [2021-01-28T16:34:53.440Z] 0eba1c9be4d2: Pull complete [2021-01-28T16:34:53.440Z] 0d57e429df01: Pull complete [2021-01-28T16:34:53.440Z] 4e4be7b47b0d: Pull complete [2021-01-28T16:34:56.836Z] e1f770b5df2f: Pull complete [2021-01-28T16:35:06.878Z] 85a0685a4137: Pull complete [2021-01-28T16:35:06.878Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-28T16:35:06.878Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-28T16:35:06.878Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-28T16:35:07.097Z] prd-centos7-docker-4c-2g-23776 does not seem to be running inside a container [2021-01-28T16:35:07.161Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-28T16:35:08.495Z] $ docker top 467ed72e4a2dc901e7dad5e31b5967d563c29ace40c38ce1eed15f91162eeb88 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-28T16:35:08.814Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-28T16:35:09.116Z] + set -o pipefail [2021-01-28T16:35:09.117Z] + snyk monitor '--org=edgex-jenkins' [2021-01-28T16:35:19.158Z] [2021-01-28T16:35:19.158Z] Monitoring /w/workspace/edgex-go/2 (github.com/edgexfoundry/edgex-go)... [2021-01-28T16:35:19.158Z] [2021-01-28T16:35:19.158Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/94664fd3-5246-4c41-ac84-ae45634838ec [2021-01-28T16:35:19.158Z] [2021-01-28T16:35:19.158Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-28T16:35:19.158Z] [2021-01-28T16:35:19.158Z] [Pipeline] } [2021-01-28T16:35:19.174Z] $ docker stop --time=1 467ed72e4a2dc901e7dad5e31b5967d563c29ace40c38ce1eed15f91162eeb88 [2021-01-28T16:35:22.040Z] $ docker rm -f 467ed72e4a2dc901e7dad5e31b5967d563c29ace40c38ce1eed15f91162eeb88 [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-28T16:35:23.606Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-28T16:35:23.658Z] provisioning config files... [2021-01-28T16:35:23.684Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/2@tmp/config387467628497856276tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T16:35:24.084Z] --> edgex-publish-swagger.sh [2021-01-28T16:35:24.084Z] === Publish openapi/v1 API === [2021-01-28T16:35:24.084Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-01-28T16:35:24.084Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/2/openapi/v1/core-command.yaml] [2021-01-28T16:35:24.084Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T16:35:24.084Z] Dload Upload Total Spent Left Speed [2021-01-28T16:35:25.474Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 8485 0:00:01 0:00:01 --:--:-- 8492 100 10522 0 0 100 10522 0 7485 0:00:01 0:00:01 --:--:-- 7494 [2021-01-28T16:35:25.474Z] [2021-01-28T16:35:25.474Z] [2021-01-28T16:35:25.474Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/2/openapi/v1/core-data.yaml] [2021-01-28T16:35:25.474Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T16:35:25.474Z] Dload Upload Total Spent Left Speed [2021-01-28T16:35:26.865Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 27734 0:00:01 0:00:01 --:--:-- 27755 100 32557 0 0 100 32557 0 27730 0:00:01 0:00:01 --:--:-- 27755 [2021-01-28T16:35:26.865Z] [2021-01-28T16:35:26.865Z] [2021-01-28T16:35:26.865Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/2/openapi/v1/core-metadata.yaml] [2021-01-28T16:35:26.865Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T16:35:26.865Z] Dload Upload Total Spent Left Speed [2021-01-28T16:35:27.815Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 60826 0:00:01 0:00:01 --:--:-- 60825 100 73721 0 0 100 73721 0 59788 0:00:01 0:00:01 --:--:-- 59789 [2021-01-28T16:35:27.815Z] [2021-01-28T16:35:27.815Z] [2021-01-28T16:35:27.815Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/2/openapi/v1/support-logging.yaml] [2021-01-28T16:35:27.815Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T16:35:27.815Z] Dload Upload Total Spent Left Speed [2021-01-28T16:35:29.215Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 11697 0:00:01 0:00:01 --:--:-- 11707 100 13581 0 0 100 13581 0 11695 0:00:01 0:00:01 --:--:-- 11707 [2021-01-28T16:35:29.215Z] [2021-01-28T16:35:29.215Z] [2021-01-28T16:35:29.215Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/2/openapi/v1/support-notifications.yaml] [2021-01-28T16:35:29.215Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T16:35:29.215Z] Dload Upload Total Spent Left Speed [2021-01-28T16:35:30.162Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 35418 0:00:01 0:00:01 --:--:-- 35451 100 38890 0 0 100 38890 0 35413 0:00:01 0:00:01 --:--:-- 35451 [2021-01-28T16:35:30.162Z] [2021-01-28T16:35:30.162Z] [2021-01-28T16:35:30.162Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/2/openapi/v1/support-scheduler.yaml] [2021-01-28T16:35:30.162Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T16:35:30.162Z] Dload Upload Total Spent Left Speed [2021-01-28T16:35:31.557Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 12747 0:00:01 0:00:01 --:--:-- 12756 100 14249 0 0 100 14249 0 12746 0:00:01 0:00:01 --:--:-- 12756 [2021-01-28T16:35:31.557Z] [2021-01-28T16:35:31.557Z] [2021-01-28T16:35:31.557Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/2/openapi/v1/system-agent.yaml] [2021-01-28T16:35:31.557Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T16:35:31.557Z] Dload Upload Total Spent Left Speed [2021-01-28T16:35:32.508Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3562 0:00:01 0:00:01 --:--:-- 3564 100 4110 0 0 100 4110 0 3561 0:00:01 0:00:01 --:--:-- 3564 [2021-01-28T16:35:32.508Z] [2021-01-28T16:35:32.508Z] [2021-01-28T16:35:32.508Z] === Publish openapi/v2 API === [2021-01-28T16:35:32.508Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-01-28T16:35:32.508Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/2/openapi/v2/core-command.yaml] [2021-01-28T16:35:32.508Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T16:35:32.508Z] Dload Upload Total Spent Left Speed [2021-01-28T16:35:33.457Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29536 0 0 100 29536 0 27052 0:00:01 0:00:01 --:--:-- 27072 100 29536 0 0 100 29536 0 27046 0:00:01 0:00:01 --:--:-- 27072 [2021-01-28T16:35:33.457Z] [2021-01-28T16:35:33.457Z] [2021-01-28T16:35:33.457Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/2/openapi/v2/core-data.yaml] [2021-01-28T16:35:33.457Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T16:35:33.457Z] Dload Upload Total Spent Left Speed [2021-01-28T16:35:34.671Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 24 65634 0 0 24 16384 0 74634 --:--:-- --:--:-- --:--:-- 74472 100 65634 0 0 100 65634 0 55474 0:00:01 0:00:01 --:--:-- 55527 [2021-01-28T16:35:34.671Z] [2021-01-28T16:35:34.671Z] [2021-01-28T16:35:34.671Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/2/openapi/v2/core-metadata.yaml] [2021-01-28T16:35:34.671Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T16:35:34.671Z] Dload Upload Total Spent Left Speed [2021-01-28T16:35:35.880Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 99k 0:00:01 0:00:01 --:--:-- 99k 100 119k 0 0 100 119k 0 98476 0:00:01 0:00:01 --:--:-- 98451 [2021-01-28T16:35:35.880Z] [2021-01-28T16:35:35.880Z] [2021-01-28T16:35:35.880Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/2/openapi/v2/support-logging.yaml] [2021-01-28T16:35:35.880Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T16:35:35.880Z] Dload Upload Total Spent Left Speed [2021-01-28T16:35:37.270Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23692 0 0 100 23692 0 20546 0:00:01 0:00:01 --:--:-- 20565 100 23692 0 0 100 23692 0 20543 0:00:01 0:00:01 --:--:-- 20548 [2021-01-28T16:35:37.270Z] [2021-01-28T16:35:37.270Z] [2021-01-28T16:35:37.270Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/2/openapi/v2/support-notifications.yaml] [2021-01-28T16:35:37.270Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T16:35:37.270Z] Dload Upload Total Spent Left Speed [2021-01-28T16:35:40.182Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 52425 0:00:01 0:00:01 --:--:-- 52461 100 62691 0 0 100 62691 0 28533 0:00:02 0:00:02 --:--:-- 28547 100 62691 0 0 100 62691 0 21378 0:00:02 0:00:02 --:--:-- 21374 100 62691 0 0 100 62691 0 21376 0:00:02 0:00:02 --:--:-- 21374 [2021-01-28T16:35:40.182Z] [2021-01-28T16:35:40.182Z] [2021-01-28T16:35:40.182Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/2/openapi/v2/support-scheduler.yaml] [2021-01-28T16:35:40.182Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T16:35:40.182Z] Dload Upload Total Spent Left Speed [2021-01-28T16:35:41.572Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 38267 0:00:01 0:00:01 --:--:-- 38275 100 46198 0 0 100 46198 0 29274 0:00:01 0:00:01 --:--:-- 29294 [2021-01-28T16:35:41.572Z] [2021-01-28T16:35:41.572Z] [2021-01-28T16:35:41.572Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/2/openapi/v2/system-agent.yaml] [2021-01-28T16:35:41.572Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T16:35:41.572Z] Dload Upload Total Spent Left Speed [2021-01-28T16:35:43.844Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23726 0 0 100 23726 0 19802 0:00:01 0:00:01 --:--:-- 19804 100 23726 0 0 100 23726 0 10787 0:00:02 0:00:02 --:--:-- 10784 100 23726 0 0 100 23726 0 10781 0:00:02 0:00:02 --:--:-- 10779 [2021-01-28T16:35:43.844Z] [2021-01-28T16:35:43.844Z] [Pipeline] } [2021-01-28T16:35:43.854Z] 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-28T16:35:44.778Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T16:35:44.778Z] . [Pipeline] withDockerContainer [2021-01-28T16:35:44.888Z] prd-centos7-docker-4c-2g-23776 does not seem to be running inside a container [2021-01-28T16:35:44.933Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-28T16:35:45.967Z] $ docker top 1c5c787b269c199e155aaab0da0b80becbe307a929e2d8fc55607c77016b899f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-28T16:35:46.310Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-28T16:35:46.310Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-28T16:35:46.615Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-28T16:35:46.619Z] $ docker exec 1c5c787b269c199e155aaab0da0b80becbe307a929e2d8fc55607c77016b899f ssh-agent [2021-01-28T16:35:46.808Z] SSH_AUTH_SOCK=/tmp/ssh-lW48Wj9yN0fX/agent.13 [2021-01-28T16:35:46.808Z] SSH_AGENT_PID=19 [2021-01-28T16:35:46.819Z] Running ssh-add (command line suppressed) [2021-01-28T16:35:46.965Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_1433773175225919945.key (/w/workspace/edgex-go/2@tmp/private_key_1433773175225919945.key) [2021-01-28T16:35:47.025Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-28T16:35:47.363Z] + git semver tag [2021-01-28T16:35:47.627Z] # -> Open(): unable to determine branch for HEAD [2021-01-28T16:35:47.627Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-01-28T16:35:47.627Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-01-28T16:35:47.627Z] # $SEMVER_REMOTE_NAME = origin [2021-01-28T16:35:47.627Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-28T16:35:47.627Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-28T16:35:47.627Z] # $SEMVER_BRANCH = hanoi [2021-01-28T16:35:47.627Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [2021-01-28T16:35:47.627Z] # 9a6eedb96835a64d2bad9fe97e001e25d5234329 HEAD [2021-01-28T16:35:48.201Z] # -> Force: false [2021-01-28T16:35:48.201Z] # [2021-01-28T16:35:48.201Z] git-semver-tag: tag already exists [Pipeline] } [2021-01-28T16:35:48.217Z] $ docker exec --env ******** --env ******** 1c5c787b269c199e155aaab0da0b80becbe307a929e2d8fc55607c77016b899f ssh-agent -k [2021-01-28T16:35:48.356Z] unset SSH_AUTH_SOCK; [2021-01-28T16:35:48.357Z] unset SSH_AGENT_PID; [2021-01-28T16:35:48.357Z] echo Agent pid 19 killed; [2021-01-28T16:35:48.438Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-01-28T16:35:48.654Z] $ docker stop --time=1 1c5c787b269c199e155aaab0da0b80becbe307a929e2d8fc55607c77016b899f [2021-01-28T16:35:50.023Z] $ docker rm -f 1c5c787b269c199e155aaab0da0b80becbe307a929e2d8fc55607c77016b899f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Bump Pre-Release Version" skipped due to earlier failure(s) [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-28T16:35:51.512Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T16:35:52.400Z] ---> package-listing.sh [2021-01-28T16:35:52.401Z] ++ facter osfamily [2021-01-28T16:35:52.401Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-28T16:35:52.401Z] + OS_FAMILY=redhat [2021-01-28T16:35:52.401Z] + workspace=/w/workspace/edgex-go/2 [2021-01-28T16:35:52.401Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-28T16:35:52.401Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-28T16:35:52.401Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-28T16:35:52.401Z] + PACKAGES=/tmp/packages_start.txt [2021-01-28T16:35:52.401Z] + '[' /w/workspace/edgex-go/2 ']' [2021-01-28T16:35:52.401Z] + PACKAGES=/tmp/packages_end.txt [2021-01-28T16:35:52.401Z] + case "${OS_FAMILY}" in [2021-01-28T16:35:52.401Z] + rpm -qa [2021-01-28T16:35:52.401Z] + sort [2021-01-28T16:35:57.743Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-28T16:35:57.743Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-28T16:35:57.743Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-28T16:35:57.743Z] + '[' /w/workspace/edgex-go/2 ']' [2021-01-28T16:35:57.743Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-01-28T16:35:57.743Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-01-28T16:35:57.758Z] 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-28T16:35:58.053Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:35:58.358Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T16:35:58.358Z] [2021-01-28T16:35:58.358Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:35:58.702Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T16:35:58.702Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-28T16:35:58.702Z] df20fa9351a1: Pulling fs layer [2021-01-28T16:35:58.702Z] 36b3adc4ff6f: Pulling fs layer [2021-01-28T16:35:58.702Z] 8ad3a11d3b57: Pulling fs layer [2021-01-28T16:35:58.702Z] 46f8f816bc3b: Pulling fs layer [2021-01-28T16:35:58.702Z] 93b61091891f: Pulling fs layer [2021-01-28T16:35:58.702Z] 93b9cdb0e59b: Pulling fs layer [2021-01-28T16:35:58.702Z] 5e14af77c1be: Pulling fs layer [2021-01-28T16:35:58.702Z] 01666e4c0597: Pulling fs layer [2021-01-28T16:35:58.702Z] aa168da1d23b: Pulling fs layer [2021-01-28T16:35:58.702Z] 46f8f816bc3b: Waiting [2021-01-28T16:35:58.702Z] 01666e4c0597: Waiting [2021-01-28T16:35:58.702Z] 93b9cdb0e59b: Waiting [2021-01-28T16:35:58.702Z] aa168da1d23b: Waiting [2021-01-28T16:35:58.702Z] 5e14af77c1be: Waiting [2021-01-28T16:35:58.702Z] 36b3adc4ff6f: Verifying Checksum [2021-01-28T16:35:58.702Z] 36b3adc4ff6f: Download complete [2021-01-28T16:35:58.964Z] 46f8f816bc3b: Verifying Checksum [2021-01-28T16:35:58.964Z] 46f8f816bc3b: Download complete [2021-01-28T16:35:58.964Z] df20fa9351a1: Verifying Checksum [2021-01-28T16:35:58.964Z] df20fa9351a1: Download complete [2021-01-28T16:35:58.964Z] 93b9cdb0e59b: Verifying Checksum [2021-01-28T16:35:58.964Z] 93b9cdb0e59b: Download complete [2021-01-28T16:35:58.964Z] 5e14af77c1be: Verifying Checksum [2021-01-28T16:35:58.964Z] 5e14af77c1be: Download complete [2021-01-28T16:35:58.964Z] 01666e4c0597: Verifying Checksum [2021-01-28T16:35:58.964Z] 01666e4c0597: Download complete [2021-01-28T16:35:58.964Z] 93b61091891f: Download complete [2021-01-28T16:35:59.229Z] 8ad3a11d3b57: Verifying Checksum [2021-01-28T16:35:59.229Z] 8ad3a11d3b57: Download complete [2021-01-28T16:35:59.229Z] df20fa9351a1: Pull complete [2021-01-28T16:35:59.492Z] 36b3adc4ff6f: Pull complete [2021-01-28T16:36:00.456Z] 8ad3a11d3b57: Pull complete [2021-01-28T16:36:00.456Z] 46f8f816bc3b: Pull complete [2021-01-28T16:36:01.417Z] aa168da1d23b: Verifying Checksum [2021-01-28T16:36:01.417Z] aa168da1d23b: Download complete [2021-01-28T16:36:01.679Z] 93b61091891f: Pull complete [2021-01-28T16:36:01.943Z] 93b9cdb0e59b: Pull complete [2021-01-28T16:36:01.943Z] 5e14af77c1be: Pull complete [2021-01-28T16:36:02.209Z] 01666e4c0597: Pull complete [2021-01-28T16:36:10.385Z] aa168da1d23b: Pull complete [2021-01-28T16:36:10.385Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-28T16:36:10.385Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T16:36:10.385Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-28T16:36:10.571Z] prd-centos7-docker-4c-2g-23776 does not seem to be running inside a container [2021-01-28T16:36:10.629Z] $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-28T16:36:14.320Z] $ docker top a34a01ab8a363c3243fe183390cb123572fdf4a95165042a0a9c8f6694cc9755 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T16:36:14.868Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-28T16:36:15.173Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-28T16:36:15.485Z] + ls /var/log/sa-host [2021-01-28T16:36:15.485Z] + sadf -c /var/log/sa-host/sa23 [2021-01-28T16:36:15.485Z] file_magic: OK [2021-01-28T16:36:15.485Z] HZ: Using current value: 100 [2021-01-28T16:36:15.485Z] file_header: OK [2021-01-28T16:36:15.485Z] 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-28T16:36:15.485Z] Statistics: [2021-01-28T16:36:15.485Z] Hnuu...uuuununununu... [2021-01-28T16:36:15.485Z] File successfully converted to sysstat format version 12.2.1 [2021-01-28T16:36:15.485Z] + sadf -c /var/log/sa-host/sa28 [2021-01-28T16:36:15.485Z] file_magic: OK [2021-01-28T16:36:15.485Z] HZ: Using current value: 100 [2021-01-28T16:36:15.485Z] file_header: OK [2021-01-28T16:36:15.485Z] 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-28T16:36:15.485Z] Statistics: [2021-01-28T16:36:15.485Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-28T16:36:15.485Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-28T16:36:16.212Z] provisioning config files... [2021-01-28T16:36:16.228Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config6465755427077333812tmp [Pipeline] { [Pipeline] echo [2021-01-28T16:36:16.298Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T16:36:16.615Z] ---> create-netrc.sh [Pipeline] } [2021-01-28T16:36:16.624Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-28T16:36:16.720Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T16:36:17.015Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-28T16:36:17.026Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T16:36:17.341Z] ---> sudo-logs.sh [2021-01-28T16:36:17.341Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-28T16:36:17.360Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T16:36:17.696Z] ---> job-cost.sh [2021-01-28T16:36:17.696Z] lf-activate-venv: SKIPPING [2021-01-28T16:36:17.696Z] INFO: No Stack... [2021-01-28T16:36:18.296Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-28T16:36:18.870Z] INFO: Archiving Costs [Pipeline] echo [2021-01-28T16:36:18.884Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T16:36:19.184Z] ---> logs-deploy.sh [2021-01-28T16:36:19.184Z] lf-activate-venv: SKIPPING [2021-01-28T16:36:19.184Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/hanoi/2 [2021-01-28T16:36:19.184Z] INFO: archiving workspace using pattern(s): [2021-01-28T16:36:21.109Z] Archives upload complete. [2021-01-28T16:36:21.109Z] INFO: archiving logs to Nexus [2021-01-28T16:36:22.057Z] ---> uname -a: [2021-01-28T16:36:22.057Z] Linux prd-centos7-docker-4c-2g-23776.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-28T16:36:22.057Z] [2021-01-28T16:36:22.057Z] [2021-01-28T16:36:22.057Z] ---> lscpu: [2021-01-28T16:36:22.057Z] Architecture: x86_64 [2021-01-28T16:36:22.057Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-28T16:36:22.057Z] Byte Order: Little Endian [2021-01-28T16:36:22.057Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-28T16:36:22.057Z] CPU(s): 4 [2021-01-28T16:36:22.057Z] On-line CPU(s) list: 0-3 [2021-01-28T16:36:22.057Z] Thread(s) per core: 1 [2021-01-28T16:36:22.057Z] Core(s) per socket: 1 [2021-01-28T16:36:22.057Z] Socket(s): 4 [2021-01-28T16:36:22.057Z] NUMA node(s): 1 [2021-01-28T16:36:22.057Z] Vendor ID: GenuineIntel [2021-01-28T16:36:22.057Z] CPU family: 6 [2021-01-28T16:36:22.057Z] Model: 44 [2021-01-28T16:36:22.057Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-28T16:36:22.057Z] Stepping: 1 [2021-01-28T16:36:22.057Z] CPU MHz: 2933.438 [2021-01-28T16:36:22.057Z] BogoMIPS: 5866.87 [2021-01-28T16:36:22.057Z] Virtualization: VT-x [2021-01-28T16:36:22.057Z] Hypervisor vendor: KVM [2021-01-28T16:36:22.057Z] Virtualization type: full [2021-01-28T16:36:22.057Z] L1d cache: 128 KiB [2021-01-28T16:36:22.057Z] L1i cache: 128 KiB [2021-01-28T16:36:22.057Z] L2 cache: 16 MiB [2021-01-28T16:36:22.057Z] L3 cache: 64 MiB [2021-01-28T16:36:22.057Z] NUMA node0 CPU(s): 0-3 [2021-01-28T16:36:22.057Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-28T16:36:22.057Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-28T16:36:22.057Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-28T16:36:22.057Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-28T16:36:22.057Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-28T16:36:22.057Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-28T16:36:22.057Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-28T16:36:22.057Z] Vulnerability Srbds: Not affected [2021-01-28T16:36:22.057Z] Vulnerability Tsx async abort: Not affected [2021-01-28T16:36:22.057Z] 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-28T16:36:22.057Z] [2021-01-28T16:36:22.057Z] [2021-01-28T16:36:22.057Z] ---> nproc: [2021-01-28T16:36:22.057Z] 4 [2021-01-28T16:36:22.057Z] [2021-01-28T16:36:22.057Z] [2021-01-28T16:36:22.057Z] ---> df -h: [2021-01-28T16:36:22.057Z] Filesystem Size Used Available Use% Mounted on [2021-01-28T16:36:22.057Z] overlay 50.0G 13.5G 36.5G 27% / [2021-01-28T16:36:22.057Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-28T16:36:22.057Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-28T16:36:22.057Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-28T16:36:22.057Z] /dev/vda1 50.0G 13.5G 36.5G 27% /facter-os [2021-01-28T16:36:22.057Z] /dev/vda1 50.0G 13.5G 36.5G 27% /etc/resolv.conf [2021-01-28T16:36:22.057Z] /dev/vda1 50.0G 13.5G 36.5G 27% /etc/hostname [2021-01-28T16:36:22.057Z] /dev/vda1 50.0G 13.5G 36.5G 27% /etc/hosts [2021-01-28T16:36:22.057Z] /dev/vda1 50.0G 13.5G 36.5G 27% /var/log/auth.log [2021-01-28T16:36:22.057Z] /dev/vda1 50.0G 13.5G 36.5G 27% /run/cloud-init/result.json [2021-01-28T16:36:22.057Z] /dev/vda1 50.0G 13.5G 36.5G 27% /var/log/sa-host [2021-01-28T16:36:22.057Z] /dev/vda1 50.0G 13.5G 36.5G 27% /var/log/secure [2021-01-28T16:36:22.057Z] /dev/vda1 50.0G 13.5G 36.5G 27% /w/workspace/edgex-go/2@tmp [2021-01-28T16:36:22.057Z] /dev/vda1 50.0G 13.5G 36.5G 27% /w/workspace/edgex-go/2 [2021-01-28T16:36:22.057Z] [2021-01-28T16:36:22.057Z] [2021-01-28T16:36:22.057Z] ---> free -m: [2021-01-28T16:36:22.057Z] total used free shared buff/cache available [2021-01-28T16:36:22.057Z] Mem: 1837 728 146 0 962 1031 [2021-01-28T16:36:22.057Z] Swap: 1023 77 946 [2021-01-28T16:36:22.057Z] [2021-01-28T16:36:22.057Z] [2021-01-28T16:36:22.057Z] ---> ip addr: [2021-01-28T16:36:22.057Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-28T16:36:22.057Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-28T16:36:22.057Z] inet 127.0.0.1/8 scope host lo [2021-01-28T16:36:22.057Z] valid_lft forever preferred_lft forever [2021-01-28T16:36:22.057Z] inet6 ::1/128 scope host [2021-01-28T16:36:22.057Z] valid_lft forever preferred_lft forever [2021-01-28T16:36:22.057Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-28T16:36:22.057Z] link/ether fa:16:3e:bd:62:ec brd ff:ff:ff:ff:ff:ff [2021-01-28T16:36:22.057Z] inet 10.30.123.238/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-28T16:36:22.057Z] valid_lft 85320sec preferred_lft 85320sec [2021-01-28T16:36:22.057Z] inet6 fe80::f816:3eff:febd:62ec/64 scope link [2021-01-28T16:36:22.057Z] valid_lft forever preferred_lft forever [2021-01-28T16:36:22.057Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-28T16:36:22.057Z] link/ether 02:42:ea:1b:d4:17 brd ff:ff:ff:ff:ff:ff [2021-01-28T16:36:22.057Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-28T16:36:22.057Z] valid_lft forever preferred_lft forever [2021-01-28T16:36:22.057Z] inet6 fe80::42:eaff:fe1b:d417/64 scope link [2021-01-28T16:36:22.057Z] valid_lft forever preferred_lft forever [2021-01-28T16:36:22.057Z] [2021-01-28T16:36:22.057Z] [2021-01-28T16:36:22.057Z] ---> sar -b -r -n DEV: [2021-01-28T16:36:22.057Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/28/21 _x86_64_ (4 CPU) [2021-01-28T16:36:22.057Z] [2021-01-28T16:36:22.057Z] 16:18:11 LINUX RESTART (4 CPU) [2021-01-28T16:36:22.057Z] [2021-01-28T16:36:22.057Z] 16:19:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-28T16:36:22.057Z] 16:20:01 94.89 38.50 56.39 0.00 6056.31 17724.81 0.00 [2021-01-28T16:36:22.057Z] 16:21:01 280.22 102.13 178.09 0.00 6543.85 59300.58 0.00 [2021-01-28T16:36:22.057Z] 16:22:01 264.88 126.66 138.21 0.00 5237.63 17388.85 0.00 [2021-01-28T16:36:22.057Z] 16:23:01 165.46 98.98 66.47 0.00 4149.29 9971.08 0.00 [2021-01-28T16:36:22.057Z] 16:24:02 987.43 728.48 258.94 0.00 95429.73 168631.90 0.00 [2021-01-28T16:36:22.057Z] 16:25:01 2360.37 2027.02 333.35 0.00 149495.02 157732.36 0.00 [2021-01-28T16:36:22.057Z] 16:26:02 463.44 181.68 281.76 0.00 40561.84 98804.42 0.00 [2021-01-28T16:36:22.057Z] 16:27:01 2080.00 1739.13 340.87 0.00 154517.75 158929.73 0.00 [2021-01-28T16:36:22.057Z] 16:28:02 1242.24 925.52 316.71 0.00 70096.83 81696.66 0.00 [2021-01-28T16:36:22.057Z] 16:29:01 155.61 49.55 106.06 0.00 7138.78 5522.21 0.00 [2021-01-28T16:36:22.057Z] 16:30:01 17.54 10.50 7.04 0.00 1032.89 154.03 0.00 [2021-01-28T16:36:22.057Z] 16:31:01 0.47 0.10 0.37 0.00 0.80 6.65 0.00 [2021-01-28T16:36:22.057Z] 16:32:01 0.32 0.02 0.30 0.00 0.27 3.13 0.00 [2021-01-28T16:36:22.057Z] 16:33:02 0.30 0.07 0.23 0.00 0.53 2.70 0.00 [2021-01-28T16:36:22.057Z] 16:34:01 2.35 2.00 0.36 0.00 151.87 6.23 0.00 [2021-01-28T16:36:22.057Z] 16:35:01 109.14 28.21 80.93 0.00 1401.69 24006.00 0.00 [2021-01-28T16:36:22.057Z] 16:36:01 258.83 178.59 80.24 0.00 12526.63 14565.08 0.00 [2021-01-28T16:36:22.057Z] Average: 498.50 366.18 132.33 0.00 32565.70 47947.73 0.00 [2021-01-28T16:36:22.057Z] [2021-01-28T16:36:22.057Z] 16:19:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-28T16:36:22.057Z] 16:20:01 290608 0 592936 31.51 2620 995380 1196736 40.84 522180 865980 42424 [2021-01-28T16:36:22.057Z] 16:21:01 109528 0 695356 36.96 1592 1075068 1317804 44.97 597724 901316 8 [2021-01-28T16:36:22.057Z] 16:22:01 349908 0 809360 43.02 516 721760 1787012 60.99 649956 602092 35164 [2021-01-28T16:36:22.057Z] 16:23:01 176284 0 790488 42.01 488 914284 1447456 49.40 674024 743600 40300 [2021-01-28T16:36:22.057Z] 16:24:02 497788 0 670828 35.65 100 712828 1366084 46.62 464320 708284 0 [2021-01-28T16:36:22.057Z] 16:25:01 258776 0 1110916 59.04 100 511752 3382852 115.45 720212 633976 24320 [2021-01-28T16:36:22.057Z] 16:26:02 86904 0 797480 42.38 100 997060 2165968 73.92 735852 827740 47992 [2021-01-28T16:36:22.057Z] 16:27:01 469536 0 754344 40.09 92 657572 2523476 86.12 546344 627812 500 [2021-01-28T16:36:22.057Z] 16:28:02 233616 0 679464 36.11 88 968376 1598312 54.55 482856 913648 12 [2021-01-28T16:36:22.057Z] 16:29:01 364032 0 646092 34.34 88 871332 1448472 49.43 456720 816760 28 [2021-01-28T16:36:22.057Z] 16:30:01 366184 0 616800 32.78 88 898472 1235828 42.18 484884 789520 8 [2021-01-28T16:36:22.057Z] 16:31:01 375040 0 607932 32.31 88 898484 1170836 39.96 478700 788548 8 [2021-01-28T16:36:22.057Z] 16:32:01 375308 0 607660 32.30 88 898488 1170836 39.96 478704 788552 8 [2021-01-28T16:36:22.057Z] 16:33:02 374348 0 608612 32.35 88 898496 1171056 39.97 479704 788572 8 [2021-01-28T16:36:22.057Z] 16:34:01 367704 0 611412 32.50 88 902340 1170984 39.96 485540 788972 8 [2021-01-28T16:36:22.057Z] 16:35:01 82992 0 727032 38.64 88 1071432 1598872 54.57 633724 874888 82328 [2021-01-28T16:36:22.057Z] 16:36:01 75128 0 689600 36.65 88 1116728 1365432 46.60 650624 866740 103512 [2021-01-28T16:36:22.057Z] Average: 285511 0 706842 37.57 376 888815 1595177 54.44 561298 783941 22155 [2021-01-28T16:36:22.057Z] [2021-01-28T16:36:22.057Z] 16:19:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-28T16:36:22.058Z] 16:20:01 vethad03a53 885.34 763.93 83.73 2674.14 0.00 0.00 0.00 0.00 [2021-01-28T16:36:22.058Z] 16:20:01 eth0 1253.21 1267.32 4700.92 147.54 0.00 0.00 0.00 0.00 [2021-01-28T16:36:22.058Z] 16:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:36:22.058Z] 16:20:01 docker0 885.34 763.79 71.63 2674.13 0.00 0.00 0.00 0.00 [2021-01-28T16:36:22.058Z] 16:21:01 eth0 678.54 542.38 4960.56 54.62 0.00 0.00 0.00 0.00 [2021-01-28T16:36:22.058Z] 16:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:36:22.058Z] 16:21:01 docker0 126.05 167.32 8.75 830.29 0.00 0.00 0.00 0.00 [2021-01-28T16:36:22.058Z] 16:22:01 eth0 48.50 35.27 33.36 77.25 0.00 0.00 0.00 0.00 [2021-01-28T16:36:22.058Z] 16:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:36:22.058Z] 16:22:01 vetha48a9bd 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-28T16:36:22.058Z] 16:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:36:22.058Z] 16:23:01 eth0 28.23 15.25 24.54 12.97 0.00 0.00 0.00 0.00 [2021-01-28T16:36:22.058Z] 16:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:36:22.058Z] 16:23:01 vetha48a9bd 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:36:22.058Z] 16:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:36:22.058Z] 16:24:02 vethef792ce 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-28T16:36:22.058Z] 16:24:02 eth0 191.60 165.25 1690.40 78.08 0.00 0.00 0.00 0.00 [2021-01-28T16:36:22.058Z] 16:24:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:36:22.058Z] 16:24:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:36:22.058Z] 16:25:01 vethef792ce 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-28T16:36:22.058Z] 16:25:01 eth0 43.20 23.18 165.06 9.10 0.00 0.00 0.00 0.00 [2021-01-28T16:36:22.058Z] 16:25:01 veth9fc4eae 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-28T16:36:22.058Z] 16:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:36:22.058Z] 16:26:02 vethef792ce 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:36:22.058Z] 16:26:02 eth0 54.49 29.98 196.18 13.80 0.00 0.00 0.00 0.00 [2021-01-28T16:36:22.058Z] 16:26:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:36:22.058Z] 16:26:02 docker0 1018.39 955.61 80.47 3689.38 0.00 0.00 0.00 0.00 [2021-01-28T16:36:22.058Z] 16:27:01 vethef792ce 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-28T16:36:22.058Z] 16:27:01 eth0 52.03 32.96 85.36 86.26 0.00 0.00 0.00 0.00 [2021-01-28T16:36:22.058Z] 16:27:01 veth577a89f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:36:22.058Z] 16:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:36:22.058Z] 16:28:02 veth5412ed0 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-28T16:36:22.058Z] 16:28:02 vethef792ce 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-28T16:36:22.058Z] 16:28:02 eth0 121.48 68.99 453.44 83.76 0.00 0.00 0.00 0.00 [2021-01-28T16:36:22.058Z] 16:28:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:36:22.058Z] 16:29:01 eth0 337.50 309.31 257.76 1021.98 0.00 0.00 0.00 0.00 [2021-01-28T16:36:22.058Z] 16:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:36:22.058Z] 16:29:01 docker0 1102.01 1076.42 86.07 4379.28 0.00 0.00 0.00 0.00 [2021-01-28T16:36:22.058Z] 16:30:01 eth0 175.53 171.80 76.16 728.41 0.00 0.00 0.00 0.00 [2021-01-28T16:36:22.058Z] 16:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:36:22.058Z] 16:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:36:22.058Z] 16:31:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-28T16:36:22.058Z] 16:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:36:22.058Z] 16:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:36:22.058Z] 16:32:01 eth0 0.55 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2021-01-28T16:36:22.058Z] 16:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:36:22.058Z] 16:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:36:22.058Z] 16:33:02 eth0 0.48 0.42 0.27 0.21 0.00 0.00 0.00 0.00 [2021-01-28T16:36:22.058Z] 16:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:36:22.058Z] 16:33:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:36:22.058Z] 16:34:01 eth0 0.25 0.19 0.14 0.07 0.00 0.00 0.00 0.00 [2021-01-28T16:36:22.058Z] 16:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:36:22.058Z] 16:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:36:22.058Z] 16:35:01 eth0 425.69 375.61 4020.32 32.79 0.00 0.00 0.00 0.00 [2021-01-28T16:36:22.058Z] 16:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:36:22.058Z] 16:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:36:22.058Z] 16:36:01 eth0 311.30 271.55 2432.06 96.20 0.00 0.00 0.00 0.00 [2021-01-28T16:36:22.058Z] 16:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:36:22.058Z] 16:36:01 docker0 33.59 32.21 3.13 223.71 0.00 0.00 0.00 0.00 [2021-01-28T16:36:22.058Z] Average: eth0 219.17 194.81 1126.03 142.93 0.00 0.00 0.00 0.00 [2021-01-28T16:36:22.058Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:36:22.058Z] Average: docker0 65.80 64.24 5.17 266.82 0.00 0.00 0.00 0.00 [2021-01-28T16:36:22.058Z] [2021-01-28T16:36:22.058Z] [2021-01-28T16:36:22.058Z] ---> sar -P ALL: [2021-01-28T16:36:22.058Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/28/21 _x86_64_ (4 CPU) [2021-01-28T16:36:22.058Z] [2021-01-28T16:36:22.058Z] 16:18:11 LINUX RESTART (4 CPU) [2021-01-28T16:36:22.058Z] [2021-01-28T16:36:22.058Z] 16:19:01 CPU %user %nice %system %iowait %steal %idle [2021-01-28T16:36:22.058Z] 16:20:01 all 11.76 0.00 4.34 1.38 0.06 82.46 [2021-01-28T16:36:22.058Z] 16:20:01 0 13.70 0.00 5.73 2.19 0.05 78.33 [2021-01-28T16:36:22.058Z] 16:20:01 1 10.16 0.00 4.20 1.27 0.07 84.30 [2021-01-28T16:36:22.058Z] 16:20:01 2 14.38 0.00 3.90 1.26 0.07 80.39 [2021-01-28T16:36:22.058Z] 16:20:01 3 8.84 0.00 3.55 0.80 0.05 86.77 [2021-01-28T16:36:22.058Z] 16:21:01 all 12.19 0.00 7.93 4.14 0.19 75.54 [2021-01-28T16:36:22.058Z] 16:21:01 0 11.54 0.00 8.31 3.21 0.17 76.76 [2021-01-28T16:36:22.058Z] 16:21:01 1 13.29 0.00 7.59 6.77 0.19 72.16 [2021-01-28T16:36:22.058Z] 16:21:01 2 12.82 0.00 7.42 2.69 0.19 76.88 [2021-01-28T16:36:22.058Z] 16:21:01 3 11.11 0.00 8.42 3.87 0.22 76.38 [2021-01-28T16:36:22.058Z] 16:22:01 all 44.64 0.00 10.92 6.23 0.08 38.14 [2021-01-28T16:36:22.058Z] 16:22:01 0 44.42 0.00 11.07 3.91 0.09 40.51 [2021-01-28T16:36:22.058Z] 16:22:01 1 42.23 0.00 10.63 7.85 0.05 39.24 [2021-01-28T16:36:22.058Z] 16:22:01 2 44.60 0.00 11.19 7.27 0.12 36.82 [2021-01-28T16:36:22.058Z] 16:22:01 3 47.31 0.00 10.78 5.88 0.05 35.98 [2021-01-28T16:36:22.058Z] 16:23:01 all 55.36 0.00 12.59 2.64 0.08 29.33 [2021-01-28T16:36:22.058Z] 16:23:01 0 55.93 0.00 13.13 2.39 0.05 28.50 [2021-01-28T16:36:22.058Z] 16:23:01 1 55.39 0.00 12.39 2.86 0.07 29.30 [2021-01-28T16:36:22.058Z] 16:23:01 2 56.03 0.00 12.16 2.95 0.07 28.79 [2021-01-28T16:36:22.058Z] 16:23:01 3 54.11 0.00 12.69 2.36 0.12 30.73 [2021-01-28T16:36:22.058Z] 16:24:02 all 21.14 0.00 19.03 8.87 0.17 50.78 [2021-01-28T16:36:22.058Z] 16:24:02 0 20.76 0.00 18.23 6.72 0.16 54.14 [2021-01-28T16:36:22.058Z] 16:24:02 1 21.64 0.00 19.76 10.14 0.17 48.28 [2021-01-28T16:36:22.058Z] 16:24:02 2 19.66 0.00 19.44 10.74 0.19 49.97 [2021-01-28T16:36:22.058Z] 16:24:02 3 22.52 0.00 18.69 7.87 0.17 50.74 [2021-01-28T16:36:22.058Z] 16:25:01 all 27.68 0.00 20.87 28.70 0.17 22.58 [2021-01-28T16:36:22.058Z] 16:25:01 0 26.30 0.00 20.97 29.23 0.23 23.27 [2021-01-28T16:36:22.058Z] 16:25:01 1 28.48 0.00 20.79 28.28 0.14 22.31 [2021-01-28T16:36:22.058Z] 16:25:01 2 27.30 0.00 20.23 30.21 0.16 22.11 [2021-01-28T16:36:22.058Z] 16:25:01 3 28.66 0.00 21.50 27.04 0.16 22.65 [2021-01-28T16:36:22.058Z] 16:26:02 all 47.12 0.00 14.85 16.85 0.11 21.08 [2021-01-28T16:36:22.058Z] 16:26:02 0 46.16 0.00 14.48 13.46 0.14 25.76 [2021-01-28T16:36:22.058Z] 16:26:02 1 46.76 0.00 14.35 17.50 0.15 21.24 [2021-01-28T16:36:22.058Z] 16:26:02 2 48.35 0.00 15.34 16.02 0.08 20.21 [2021-01-28T16:36:22.058Z] 16:26:02 3 47.17 0.00 15.21 20.36 0.09 17.18 [2021-01-28T16:36:22.058Z] 16:27:01 all 42.12 0.00 22.05 23.89 0.09 11.85 [2021-01-28T16:36:22.058Z] 16:27:01 0 40.88 0.00 22.08 24.00 0.14 12.90 [2021-01-28T16:36:22.058Z] 16:27:01 1 42.10 0.00 21.74 25.41 0.07 10.68 [2021-01-28T16:36:22.058Z] 16:27:01 2 43.85 0.00 21.02 22.16 0.07 12.90 [2021-01-28T16:36:22.058Z] 16:27:01 3 41.66 0.00 23.37 23.98 0.07 10.92 [2021-01-28T16:36:22.058Z] 16:28:02 all 33.01 0.00 16.26 24.22 0.17 26.34 [2021-01-28T16:36:22.058Z] 16:28:02 0 33.26 0.00 16.15 21.78 0.12 28.69 [2021-01-28T16:36:22.058Z] 16:28:02 1 33.15 0.00 15.58 25.31 0.22 25.74 [2021-01-28T16:36:22.058Z] 16:28:02 2 33.36 0.00 16.62 23.47 0.17 26.37 [2021-01-28T16:36:22.058Z] 16:28:02 3 32.28 0.00 16.70 26.32 0.17 24.52 [2021-01-28T16:36:22.058Z] 16:29:01 all 12.19 0.00 5.96 4.97 0.37 76.50 [2021-01-28T16:36:22.058Z] 16:29:01 0 13.31 0.00 6.40 3.99 0.45 75.85 [2021-01-28T16:36:22.058Z] 16:29:01 1 12.06 0.00 6.28 7.68 0.36 73.62 [2021-01-28T16:36:22.058Z] 16:29:01 2 11.83 0.00 5.56 3.77 0.35 78.49 [2021-01-28T16:36:22.058Z] 16:29:01 3 11.56 0.00 5.62 4.45 0.31 78.06 [2021-01-28T16:36:22.058Z] 16:30:01 all 4.38 0.00 1.30 0.40 0.05 93.87 [2021-01-28T16:36:22.058Z] 16:30:01 0 4.59 0.00 1.48 0.18 0.03 93.71 [2021-01-28T16:36:22.058Z] 16:30:01 1 4.61 0.00 1.33 0.40 0.05 93.61 [2021-01-28T16:36:22.058Z] 16:30:01 2 4.31 0.00 1.31 0.85 0.07 93.47 [2021-01-28T16:36:22.058Z] 16:30:01 3 4.01 0.00 1.11 0.17 0.03 94.68 [2021-01-28T16:36:22.058Z] [2021-01-28T16:36:22.058Z] 16:30:01 CPU %user %nice %system %iowait %steal %idle [2021-01-28T16:36:22.058Z] 16:31:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-01-28T16:36:22.058Z] 16:31:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-28T16:36:22.058Z] 16:31:01 1 0.52 0.00 0.02 0.00 0.00 99.47 [2021-01-28T16:36:22.058Z] 16:31:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-28T16:36:22.058Z] 16:31:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2021-01-28T16:36:22.058Z] 16:32:01 all 0.17 0.00 0.08 0.00 0.02 99.73 [2021-01-28T16:36:22.058Z] 16:32:01 0 0.05 0.00 0.07 0.00 0.02 99.87 [2021-01-28T16:36:22.058Z] 16:32:01 1 0.55 0.00 0.13 0.00 0.02 99.30 [2021-01-28T16:36:22.058Z] 16:32:01 2 0.07 0.00 0.08 0.00 0.03 99.82 [2021-01-28T16:36:22.058Z] 16:32:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-28T16:36:22.058Z] 16:33:02 all 0.17 0.00 0.03 0.00 0.01 99.79 [2021-01-28T16:36:22.058Z] 16:33:02 0 0.02 0.00 0.00 0.00 0.02 99.97 [2021-01-28T16:36:22.058Z] 16:33:02 1 0.52 0.00 0.02 0.00 0.00 99.47 [2021-01-28T16:36:22.058Z] 16:33:02 2 0.05 0.00 0.05 0.00 0.03 99.87 [2021-01-28T16:36:22.058Z] 16:33:02 3 0.10 0.00 0.03 0.00 0.00 99.87 [2021-01-28T16:36:22.058Z] 16:34:01 all 0.13 0.00 0.06 0.03 0.00 99.78 [2021-01-28T16:36:22.058Z] 16:34:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-28T16:36:22.058Z] 16:34:01 1 0.19 0.00 0.10 0.08 0.00 99.63 [2021-01-28T16:36:22.058Z] 16:34:01 2 0.25 0.00 0.08 0.02 0.00 99.64 [2021-01-28T16:36:22.058Z] 16:34:01 3 0.05 0.00 0.05 0.00 0.02 99.88 [2021-01-28T16:36:22.058Z] 16:35:01 all 7.19 0.00 4.67 1.79 0.68 85.67 [2021-01-28T16:36:22.058Z] 16:35:01 0 6.74 0.00 5.43 2.55 0.61 84.66 [2021-01-28T16:36:22.058Z] 16:35:01 1 8.27 0.00 4.05 1.86 0.76 85.06 [2021-01-28T16:36:22.058Z] 16:35:01 2 6.74 0.00 4.51 2.46 0.61 85.69 [2021-01-28T16:36:22.058Z] 16:35:01 3 7.00 0.00 4.70 0.29 0.73 87.28 [2021-01-28T16:36:22.058Z] 16:36:01 all 7.34 0.00 5.07 4.50 0.48 82.60 [2021-01-28T16:36:22.058Z] 16:36:01 0 7.11 0.00 5.41 3.47 0.42 83.60 [2021-01-28T16:36:22.058Z] 16:36:01 1 6.39 0.00 4.88 4.17 0.56 84.00 [2021-01-28T16:36:22.058Z] 16:36:01 2 8.99 0.00 5.62 5.54 0.39 79.46 [2021-01-28T16:36:22.058Z] 16:36:01 3 6.90 0.00 4.39 4.83 0.53 83.36 [2021-01-28T16:36:22.058Z] Average: all 19.00 0.00 8.48 7.45 0.16 64.91 [2021-01-28T16:36:22.058Z] Average: 0 18.88 0.00 8.65 6.78 0.16 65.54 [2021-01-28T16:36:22.058Z] Average: 1 19.00 0.00 8.35 8.10 0.17 64.38 [2021-01-28T16:36:22.058Z] Average: 2 19.37 0.00 8.41 7.51 0.15 64.56 [2021-01-28T16:36:22.058Z] Average: 3 18.77 0.00 8.50 7.41 0.16 65.16 [2021-01-28T16:36:22.058Z] [2021-01-28T16:36:22.058Z] [2021-01-28T16:36:22.058Z]