Push event to branch hanoi Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 12a188d7528ee379d18cf3e1ac715e90dfef7258 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-24774 in /w/workspace/edgexfoundry_edgex-go_hanoi [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [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/5 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 12a188d7528ee379d18cf3e1ac715e90dfef7258 (hanoi) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 12a188d7528ee379d18cf3e1ac715e90dfef7258 # timeout=10 Commit message: "fix(snap): fix redis snapshots (#3102)" > git rev-list --no-walk b46b7e8111e4043173f976c96fadf622ec12f3cd # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-03T20:49:59.684Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-03T20:49:59.940Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-03T20:50:00.042Z] ========================================================= [2021-02-03T20:50:00.042Z] EdgeX Global Pipelines Version Info [2021-02-03T20:50:00.042Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-03T20:50:01.431Z] ------------------- [2021-02-03T20:50:01.431Z] stable info: [2021-02-03T20:50:01.431Z] ------------------- [2021-02-03T20:50:01.431Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-03T20:50:01.431Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-03T20:50:01.431Z] Message: update stable to v1.0.179 [2021-02-03T20:50:02.380Z] ------------------- [2021-02-03T20:50:02.380Z] experimental info: [2021-02-03T20:50:02.380Z] ------------------- [2021-02-03T20:50:02.380Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-03T20:50:02.380Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-03T20:50:02.380Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-03T20:50:02.677Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-03T20:50:02.769Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-03T20:50:02.868Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-03T20:50:03.000Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-03T20:50:03.104Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-03T20:50:03.206Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-03T20:50:03.295Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-03T20:50:03.386Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-03T20:50:03.476Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-03T20:50:03.577Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-03T20:50:03.669Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-03T20:50:03.780Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-03T20:50:03.905Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-03T20:50:04.013Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-03T20:50:04.103Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-03T20:50:04.217Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-03T20:50:04.304Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-03T20:50:04.411Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-03T20:50:04.500Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-03T20:50:04.588Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-03T20:50:04.689Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-03T20:50:04.788Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-03T20:50:04.878Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-03T20:50:04.975Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = hanoi [Pipeline] echo [2021-02-03T20:50:05.064Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = hanoi [Pipeline] echo [2021-02-03T20:50:05.150Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = hanoi [Pipeline] echo [2021-02-03T20:50:05.240Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 12a188d7528ee379d18cf3e1ac715e90dfef7258 [Pipeline] echo [2021-02-03T20:50:05.327Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 12a188d [Pipeline] echo [2021-02-03T20:50:05.417Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-03T20:50:05.609Z] provisioning config files... [2021-02-03T20:50:05.644Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config654417152710831196tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-03T20:50:06.029Z] ---> docker-login.sh [2021-02-03T20:50:06.030Z] nexus3.edgexfoundry.org:10001 [2021-02-03T20:50:06.291Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T20:50:06.291Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T20:50:06.291Z] Configure a credential helper to remove this warning. See [2021-02-03T20:50:06.291Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T20:50:06.291Z] [2021-02-03T20:50:06.291Z] Login Succeeded [2021-02-03T20:50:06.291Z] nexus3.edgexfoundry.org:10002 [2021-02-03T20:50:06.552Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T20:50:06.552Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T20:50:06.552Z] Configure a credential helper to remove this warning. See [2021-02-03T20:50:06.552Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T20:50:06.552Z] [2021-02-03T20:50:06.552Z] Login Succeeded [2021-02-03T20:50:06.552Z] nexus3.edgexfoundry.org:10003 [2021-02-03T20:50:06.814Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T20:50:06.814Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T20:50:06.814Z] Configure a credential helper to remove this warning. See [2021-02-03T20:50:06.814Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T20:50:06.814Z] [2021-02-03T20:50:06.814Z] Login Succeeded [2021-02-03T20:50:06.814Z] nexus3.edgexfoundry.org:10004 [2021-02-03T20:50:06.814Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T20:50:06.814Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T20:50:06.814Z] Configure a credential helper to remove this warning. See [2021-02-03T20:50:06.814Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T20:50:06.814Z] [2021-02-03T20:50:06.814Z] Login Succeeded [2021-02-03T20:50:06.814Z] docker.io [2021-02-03T20:50:07.075Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T20:50:07.337Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T20:50:07.337Z] Configure a credential helper to remove this warning. See [2021-02-03T20:50:07.337Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T20:50:07.337Z] [2021-02-03T20:50:07.337Z] Login Succeeded [2021-02-03T20:50:07.337Z] ---> docker-login.sh ends [Pipeline] } [2021-02-03T20:50:07.346Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-03T20:50:07.832Z] ++ 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-02-03T20:50:07.832Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-03T20:50:07.832Z] ++ dirname cmd/core-command/Dockerfile [2021-02-03T20:50:07.832Z] ++ cut -d/ -f2 [2021-02-03T20:50:07.832Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-03T20:50:07.832Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-03T20:50:07.832Z] ++ dirname cmd/core-data/Dockerfile [2021-02-03T20:50:07.832Z] ++ cut -d/ -f2 [2021-02-03T20:50:07.832Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-03T20:50:07.832Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-03T20:50:07.832Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-03T20:50:07.832Z] ++ cut -d/ -f2 [2021-02-03T20:50:07.832Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-03T20:50:07.832Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-03T20:50:07.832Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-02-03T20:50:07.832Z] ++ cut -d/ -f2 [2021-02-03T20:50:07.832Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-02-03T20:50:07.832Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-03T20:50:07.832Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-03T20:50:07.832Z] ++ cut -d/ -f2 [2021-02-03T20:50:07.832Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-03T20:50:07.832Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-03T20:50:07.832Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2021-02-03T20:50:07.832Z] ++ cut -d/ -f2 [2021-02-03T20:50:07.832Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2021-02-03T20:50:07.832Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-03T20:50:07.832Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-03T20:50:07.832Z] ++ cut -d/ -f2 [2021-02-03T20:50:07.832Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-03T20:50:07.832Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-03T20:50:07.832Z] ++ dirname cmd/support-logging/Dockerfile [2021-02-03T20:50:07.832Z] ++ cut -d/ -f2 [2021-02-03T20:50:07.832Z] + echo support-logging,cmd/support-logging/Dockerfile [2021-02-03T20:50:07.832Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-03T20:50:07.832Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-03T20:50:07.832Z] ++ cut -d/ -f2 [2021-02-03T20:50:07.832Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-03T20:50:07.832Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-03T20:50:07.832Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-03T20:50:07.832Z] ++ cut -d/ -f2 [2021-02-03T20:50:07.832Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-03T20:50:07.832Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-03T20:50:07.832Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-03T20:50:07.832Z] ++ cut -d/ -f2 [2021-02-03T20:50:07.832Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-03T20:50:07.907Z] 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-02-03T20:50:10.861Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-03T20:50:10.861Z] [2021-02-03T20:50:10.861Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:50:11.206Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-03T20:50:11.207Z] latest: Pulling from edgex-devops/git-semver [2021-02-03T20:50:11.207Z] 31603596830f: Pulling fs layer [2021-02-03T20:50:11.207Z] 2a8b12db71e7: Pulling fs layer [2021-02-03T20:50:11.207Z] 6ca5941a6612: Pulling fs layer [2021-02-03T20:50:11.207Z] ecc8261a40a4: Pulling fs layer [2021-02-03T20:50:11.207Z] ecc8261a40a4: Waiting [2021-02-03T20:50:11.207Z] 2a8b12db71e7: Verifying Checksum [2021-02-03T20:50:11.207Z] 2a8b12db71e7: Download complete [2021-02-03T20:50:11.468Z] 31603596830f: Verifying Checksum [2021-02-03T20:50:11.468Z] 31603596830f: Download complete [2021-02-03T20:50:11.468Z] ecc8261a40a4: Verifying Checksum [2021-02-03T20:50:11.468Z] ecc8261a40a4: Download complete [2021-02-03T20:50:11.468Z] 6ca5941a6612: Verifying Checksum [2021-02-03T20:50:11.468Z] 6ca5941a6612: Download complete [2021-02-03T20:50:11.730Z] 31603596830f: Pull complete [2021-02-03T20:50:11.993Z] 2a8b12db71e7: Pull complete [2021-02-03T20:50:12.569Z] 6ca5941a6612: Pull complete [2021-02-03T20:50:12.832Z] ecc8261a40a4: Pull complete [2021-02-03T20:50:12.832Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-03T20:50:12.832Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-03T20:50:12.832Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-03T20:50:12.970Z] prd-centos7-docker-4c-2g-24774 does not seem to be running inside a container [2021-02-03T20:50:13.016Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-03T20:50:15.656Z] $ docker top 8386319c7796973327114fe26a56f66f16460608b86d255577937776dde74eab -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-03T20:50:15.981Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-03T20:50:15.981Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-03T20:50:16.225Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-03T20:50:16.230Z] $ docker exec 8386319c7796973327114fe26a56f66f16460608b86d255577937776dde74eab ssh-agent [2021-02-03T20:50:16.403Z] SSH_AUTH_SOCK=/tmp/ssh-xMzkB2xvWUAr/agent.12 [2021-02-03T20:50:16.403Z] SSH_AGENT_PID=17 [2021-02-03T20:50:16.418Z] Running ssh-add (command line suppressed) [2021-02-03T20:50:16.537Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_2303701739892468741.key (/w/workspace/edgex-go/5@tmp/private_key_2303701739892468741.key) [2021-02-03T20:50:16.585Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-03T20:50:16.923Z] + git tag --points-at HEAD [Pipeline] } [2021-02-03T20:50:16.950Z] $ docker exec --env ******** --env ******** 8386319c7796973327114fe26a56f66f16460608b86d255577937776dde74eab ssh-agent -k [2021-02-03T20:50:17.059Z] unset SSH_AUTH_SOCK; [2021-02-03T20:50:17.060Z] unset SSH_AGENT_PID; [2021-02-03T20:50:17.060Z] echo Agent pid 17 killed; [2021-02-03T20:50:17.103Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-03T20:50:17.279Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-03T20:50:17.279Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-03T20:50:17.438Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-03T20:50:17.442Z] $ docker exec 8386319c7796973327114fe26a56f66f16460608b86d255577937776dde74eab ssh-agent [2021-02-03T20:50:17.589Z] SSH_AUTH_SOCK=/tmp/ssh-NdI4UJwLMdk4/agent.47 [2021-02-03T20:50:17.589Z] SSH_AGENT_PID=52 [2021-02-03T20:50:17.596Z] Running ssh-add (command line suppressed) [2021-02-03T20:50:17.708Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_2011074700356979774.key (/w/workspace/edgex-go/5@tmp/private_key_2011074700356979774.key) [2021-02-03T20:50:17.757Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-03T20:50:18.089Z] + git semver init [2021-02-03T20:50:18.089Z] # -> Open(): unable to determine branch for HEAD [2021-02-03T20:50:18.089Z] # $GIT_DIR = /w/workspace/edgex-go/5/.git [2021-02-03T20:50:18.089Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/5 [2021-02-03T20:50:18.089Z] # $SEMVER_REMOTE_NAME = origin [2021-02-03T20:50:18.089Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-03T20:50:18.089Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-03T20:50:18.089Z] # $SEMVER_BRANCH = hanoi [2021-02-03T20:50:18.089Z] # $SEMVER_TEMP = /tmp/semver-928918209 [2021-02-03T20:50:18.089Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-03T20:50:40.088Z] # '/tmp/semver-928918209' -> '/w/workspace/edgex-go/5/.semver' [2021-02-03T20:50:40.088Z] # -> Force: false [2021-02-03T20:50:40.088Z] # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } [2021-02-03T20:50:40.101Z] $ docker exec --env ******** --env ******** 8386319c7796973327114fe26a56f66f16460608b86d255577937776dde74eab ssh-agent -k [2021-02-03T20:50:40.301Z] unset SSH_AUTH_SOCK; [2021-02-03T20:50:40.301Z] unset SSH_AGENT_PID; [2021-02-03T20:50:40.301Z] echo Agent pid 52 killed; [2021-02-03T20:50:40.361Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-03T20:50:40.944Z] + git semver [Pipeline] } [2021-02-03T20:50:40.962Z] $ docker stop --time=1 8386319c7796973327114fe26a56f66f16460608b86d255577937776dde74eab [2021-02-03T20:50:42.623Z] $ docker rm -f 8386319c7796973327114fe26a56f66f16460608b86d255577937776dde74eab [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-03T20:50:43.144Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-03T20:50:43.645Z] Stashed 1 file(s) [Pipeline] echo [2021-02-03T20:50:43.648Z] [edgeXSemver]: initialized semver on version 0.0.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-02-03T20:50:44.565Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-03T20:50:44.865Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-03T20:50:45.165Z] + sudo service docker restart [2021-02-03T20:50:45.166Z] + true [2021-02-03T20:50:45.166Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-03T20:50:45.752Z] ========================================================= [2021-02-03T20:50:45.752Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-03T20:50:45.752Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:50:46.101Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-02-03T20:50:50.333Z] Sending build context to Docker daemon 327.5MB [2021-02-03T20:50:50.333Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-02-03T20:50:50.333Z] Step 2/7 : FROM ${BASE} [2021-02-03T20:50:50.333Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-03T20:50:50.333Z] 188c0c94c7c5: Pulling fs layer [2021-02-03T20:50:50.333Z] 0ef7d3d256c8: Pulling fs layer [2021-02-03T20:50:50.333Z] de9db76c5a1d: Pulling fs layer [2021-02-03T20:50:50.333Z] bca2f99d35d6: Pulling fs layer [2021-02-03T20:50:50.333Z] 93359f2a8cfa: Pulling fs layer [2021-02-03T20:50:50.333Z] 7c6f9722023f: Pulling fs layer [2021-02-03T20:50:50.333Z] a35cf1a2eb13: Pulling fs layer [2021-02-03T20:50:50.333Z] bca2f99d35d6: Waiting [2021-02-03T20:50:50.333Z] 93359f2a8cfa: Waiting [2021-02-03T20:50:50.333Z] a35cf1a2eb13: Waiting [2021-02-03T20:50:50.333Z] 7c6f9722023f: Waiting [2021-02-03T20:50:50.595Z] de9db76c5a1d: Download complete [2021-02-03T20:50:50.595Z] 0ef7d3d256c8: Verifying Checksum [2021-02-03T20:50:50.595Z] 0ef7d3d256c8: Download complete [2021-02-03T20:50:50.595Z] 93359f2a8cfa: Verifying Checksum [2021-02-03T20:50:50.595Z] 93359f2a8cfa: Download complete [2021-02-03T20:50:50.595Z] 188c0c94c7c5: Verifying Checksum [2021-02-03T20:50:50.595Z] 7c6f9722023f: Verifying Checksum [2021-02-03T20:50:50.595Z] 7c6f9722023f: Download complete [2021-02-03T20:50:50.859Z] 188c0c94c7c5: Pull complete [2021-02-03T20:50:51.121Z] 0ef7d3d256c8: Pull complete [2021-02-03T20:50:51.121Z] de9db76c5a1d: Pull complete [2021-02-03T20:50:53.048Z] a35cf1a2eb13: Verifying Checksum [2021-02-03T20:50:53.048Z] a35cf1a2eb13: Download complete [2021-02-03T20:50:53.309Z] bca2f99d35d6: Download complete [2021-02-03T20:50:58.648Z] bca2f99d35d6: Pull complete [2021-02-03T20:50:58.648Z] 93359f2a8cfa: Pull complete [2021-02-03T20:50:58.648Z] 7c6f9722023f: Pull complete [2021-02-03T20:50:59.049Z] Still waiting to schedule task [2021-02-03T20:50:59.049Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-02-03T20:51:02.883Z] a35cf1a2eb13: Pull complete [2021-02-03T20:51:02.883Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-03T20:51:02.883Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-03T20:51:02.883Z] ---> a62c8e92a672 [2021-02-03T20:51:02.883Z] 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-02-03T20:51:03.146Z] ---> Running in 9ecca0766647 [2021-02-03T20:51:03.720Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T20:51:04.666Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T20:51:05.240Z] (1/12) Installing libmagic (5.38-r0) [2021-02-03T20:51:05.240Z] (2/12) Installing file (5.38-r0) [2021-02-03T20:51:05.502Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-03T20:51:05.502Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-03T20:51:08.807Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-03T20:51:08.807Z] (6/12) Installing patch (2.7.6-r6) [2021-02-03T20:51:08.807Z] (7/12) Installing build-base (0.5-r2) [2021-02-03T20:51:08.807Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-03T20:51:08.807Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-03T20:51:09.382Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-03T20:51:09.382Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-03T20:51:09.647Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-03T20:51:09.647Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T20:51:09.647Z] OK: 233 MiB in 51 packages [2021-02-03T20:51:12.959Z] Removing intermediate container 9ecca0766647 [2021-02-03T20:51:12.959Z] ---> 79c9ce6baf88 [2021-02-03T20:51:12.959Z] Step 4/7 : WORKDIR /edgex-go [2021-02-03T20:51:12.959Z] ---> Running in c54de0c8592a [2021-02-03T20:51:13.221Z] Removing intermediate container c54de0c8592a [2021-02-03T20:51:13.221Z] ---> 8e32f24745d9 [2021-02-03T20:51:13.221Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2021-02-03T20:51:13.482Z] latest: Pulling from library/docker [2021-02-03T20:51:13.746Z] 4c0d98bf9879: Pulling fs layer [2021-02-03T20:51:13.746Z] e2f804d31884: Pulling fs layer [2021-02-03T20:51:13.746Z] 1a73bd8bacd2: Pulling fs layer [2021-02-03T20:51:13.746Z] b102489fa576: Pulling fs layer [2021-02-03T20:51:13.746Z] db0085121e3c: Pulling fs layer [2021-02-03T20:51:13.746Z] 9b35ed1592a3: Pulling fs layer [2021-02-03T20:51:13.746Z] 88fabd309798: Pulling fs layer [2021-02-03T20:51:13.746Z] db0085121e3c: Waiting [2021-02-03T20:51:13.746Z] 9b35ed1592a3: Waiting [2021-02-03T20:51:13.746Z] 88fabd309798: Waiting [2021-02-03T20:51:13.746Z] b102489fa576: Waiting [2021-02-03T20:51:13.746Z] 1a73bd8bacd2: Verifying Checksum [2021-02-03T20:51:13.746Z] 1a73bd8bacd2: Download complete [2021-02-03T20:51:14.014Z] 4c0d98bf9879: Download complete [2021-02-03T20:51:14.014Z] e2f804d31884: Verifying Checksum [2021-02-03T20:51:14.014Z] e2f804d31884: Download complete [2021-02-03T20:51:14.014Z] db0085121e3c: Verifying Checksum [2021-02-03T20:51:14.014Z] db0085121e3c: Download complete [2021-02-03T20:51:14.014Z] 9b35ed1592a3: Verifying Checksum [2021-02-03T20:51:14.014Z] 9b35ed1592a3: Download complete [2021-02-03T20:51:14.014Z] 88fabd309798: Download complete [2021-02-03T20:51:14.014Z] 4c0d98bf9879: Pull complete [2021-02-03T20:51:14.589Z] e2f804d31884: Pull complete [2021-02-03T20:51:14.589Z] 1a73bd8bacd2: Pull complete [2021-02-03T20:51:15.162Z] b102489fa576: Verifying Checksum [2021-02-03T20:51:15.162Z] b102489fa576: Download complete [2021-02-03T20:51:17.716Z] b102489fa576: Pull complete [2021-02-03T20:51:17.977Z] db0085121e3c: Pull complete [2021-02-03T20:51:17.977Z] 9b35ed1592a3: Pull complete [2021-02-03T20:51:18.238Z] 88fabd309798: Pull complete [2021-02-03T20:51:18.238Z] Digest: sha256:74df197ad4646763e1954829231c54b5e4c362a7bdc5c5198d2b59ab5ace06ba [2021-02-03T20:51:18.238Z] Status: Downloaded newer image for docker:latest [2021-02-03T20:51:19.632Z] ---> 41115162ca0a [2021-02-03T20:51:19.632Z] Step 6/7 : COPY go.mod . [2021-02-03T20:51:19.896Z] ---> 130a8b06b0ad [2021-02-03T20:51:19.896Z] Step 7/7 : RUN go mod download [2021-02-03T20:51:19.896Z] ---> Running in 0ff541977a82 [2021-02-03T20:51:41.897Z] Removing intermediate container 0ff541977a82 [2021-02-03T20:51:41.897Z] ---> 57e8aaf2fbb6 [2021-02-03T20:51:41.897Z] Successfully built 57e8aaf2fbb6 [2021-02-03T20:51:41.897Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:51:42.217Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-03T20:51:42.217Z] . [Pipeline] withDockerContainer [2021-02-03T20:51:42.312Z] prd-centos7-docker-4c-2g-24774 does not seem to be running inside a container [2021-02-03T20:51:42.356Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-03T20:51:43.159Z] $ docker top a6660165cfbcc571b7a7c0be5d4f0eb6e15cb947f38403c2ef4db26311f2e4e4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-03T20:51:43.693Z] + go version [2021-02-03T20:51:43.693Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-03T20:51:43.707Z] $ docker stop --time=1 a6660165cfbcc571b7a7c0be5d4f0eb6e15cb947f38403c2ef4db26311f2e4e4 [2021-02-03T20:51:45.056Z] $ docker rm -f a6660165cfbcc571b7a7c0be5d4f0eb6e15cb947f38403c2ef4db26311f2e4e4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:51:45.931Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-03T20:51:45.931Z] . [Pipeline] withDockerContainer [2021-02-03T20:51:46.025Z] prd-centos7-docker-4c-2g-24774 does not seem to be running inside a container [2021-02-03T20:51:46.069Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-03T20:51:46.951Z] $ docker top 354f3c8cb62104e08bd3f4be6bbe048f6db6c1fd4d5a08f7bb2d8bcc7ba5eeff -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-03T20:51:47.245Z] ========================================================= [2021-02-03T20:51:47.245Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-03T20:51:47.245Z] ========================================================= [Pipeline] sh [2021-02-03T20:51:47.628Z] + make test [2021-02-03T20:51:47.628Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-03T20:51:57.700Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-03T20:52:15.971Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-03T20:52:15.971Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-03T20:52:16.941Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-03T20:52:16.941Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-03T20:52:16.941Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-03T20:52:17.212Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-03T20:52:19.148Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.039s [2021-02-03T20:52:19.148Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-03T20:52:19.148Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2021-02-03T20:52:19.427Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-03T20:52:19.701Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-03T20:52:19.701Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-03T20:52:19.701Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-03T20:52:19.701Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-03T20:52:22.317Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.096s coverage: 46.6% of statements [2021-02-03T20:52:22.317Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-03T20:52:22.317Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-03T20:52:22.317Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-03T20:52:22.317Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-03T20:52:22.317Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-03T20:52:27.646Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.149s coverage: 27.1% of statements [2021-02-03T20:52:27.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-03T20:52:27.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-03T20:52:27.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-03T20:52:27.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-03T20:52:27.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-03T20:52:27.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-03T20:52:27.646Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.042s coverage: 100.0% of statements [2021-02-03T20:52:27.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-03T20:52:27.646Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.041s coverage: 100.0% of statements [2021-02-03T20:52:27.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-03T20:52:27.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-03T20:52:27.646Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.405s coverage: 66.0% of statements [2021-02-03T20:52:27.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-03T20:52:27.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-03T20:52:27.646Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.081s coverage: 84.5% of statements [2021-02-03T20:52:27.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-03T20:52:27.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-03T20:52:27.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-03T20:52:27.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-03T20:52:28.600Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.320s coverage: 28.6% of statements [2021-02-03T20:52:28.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-03T20:52:28.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-03T20:52:28.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-03T20:52:28.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-03T20:52:28.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-03T20:52:28.600Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.071s coverage: 100.0% of statements [2021-02-03T20:52:28.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-03T20:52:28.600Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.048s coverage: 100.0% of statements [2021-02-03T20:52:28.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-03T20:52:28.600Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.101s coverage: 86.7% of statements [2021-02-03T20:52:28.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-03T20:52:28.864Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.097s coverage: 97.5% of statements [2021-02-03T20:52:28.864Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-03T20:52:29.125Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.086s coverage: 78.3% of statements [2021-02-03T20:52:29.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-03T20:52:29.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-03T20:52:29.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-03T20:52:29.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-03T20:52:31.081Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.259s coverage: 95.7% of statements [2021-02-03T20:52:31.081Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-03T20:52:31.081Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-03T20:52:31.081Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-03T20:52:31.081Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-03T20:52:31.081Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-03T20:52:31.081Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-03T20:52:31.081Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-03T20:52:31.081Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-03T20:52:31.081Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-03T20:52:31.081Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-03T20:52:31.081Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-03T20:52:31.081Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-03T20:52:31.081Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-03T20:52:31.081Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-03T20:52:31.081Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2021-02-03T20:52:31.081Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2021-02-03T20:52:31.081Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-03T20:52:31.081Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-03T20:52:31.081Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-03T20:52:31.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-03T20:52:31.082Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.043s coverage: 58.8% of statements [2021-02-03T20:52:31.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-03T20:52:31.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-03T20:52:31.082Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.045s coverage: 0.0% of statements [no tests to run] [2021-02-03T20:52:31.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-03T20:52:31.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-03T20:52:31.082Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.211s coverage: 63.5% of statements [2021-02-03T20:52:31.082Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-03T20:52:31.082Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-03T20:52:31.082Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements [2021-02-03T20:52:31.082Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 91.3% of statements [2021-02-03T20:52:31.082Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.055s coverage: 100.0% of statements [2021-02-03T20:52:31.346Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.064s coverage: 73.7% of statements [2021-02-03T20:52:31.346Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.029s coverage: 100.0% of statements [2021-02-03T20:52:32.769Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.311s coverage: 55.9% of statements [2021-02-03T20:52:32.769Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-03T20:52:32.769Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-03T20:52:32.769Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-03T20:52:32.769Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-03T20:52:32.769Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-03T20:52:32.769Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2021-02-03T20:52:36.125Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 3.992s coverage: 86.3% of statements [2021-02-03T20:52:36.125Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2021-02-03T20:52:36.125Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.041s coverage: 72.2% of statements [2021-02-03T20:52:36.125Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.386s coverage: 72.1% of statements [2021-02-03T20:52:36.125Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.041s coverage: 82.4% of statements [2021-02-03T20:52:36.125Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.048s coverage: 48.4% of statements [2021-02-03T20:52:36.125Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2021-02-03T20:52:36.125Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2021-02-03T20:52:36.125Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2021-02-03T20:52:36.125Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.045s coverage: 28.8% of statements [2021-02-03T20:52:36.125Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2021-02-03T20:52:36.125Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.032s coverage: 96.8% of statements [2021-02-03T20:52:36.125Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2021-02-03T20:52:36.125Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.114s coverage: 36.5% of statements [2021-02-03T20:52:36.125Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-03T20:52:36.125Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-03T20:52:36.125Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.307s coverage: 84.1% of statements [2021-02-03T20:52:36.125Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.051s coverage: 100.0% of statements [2021-02-03T20:52:36.125Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.049s coverage: 42.9% of statements [2021-02-03T20:52:36.125Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2021-02-03T20:52:36.125Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2021-02-03T20:52:36.125Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.057s coverage: 100.0% of statements [2021-02-03T20:52:36.125Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2021-02-03T20:52:36.395Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.034s coverage: 83.8% of statements [2021-02-03T20:52:36.396Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2021-02-03T20:52:38.389Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.096s coverage: 47.1% of statements [2021-02-03T20:52:38.390Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-03T20:52:38.390Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-03T20:52:38.390Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.027s coverage: 100.0% of statements [2021-02-03T20:52:38.390Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-03T20:52:38.390Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-03T20:52:38.390Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-03T20:52:38.390Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.061s coverage: 100.0% of statements [2021-02-03T20:52:38.390Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-03T20:52:38.390Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.062s coverage: 100.0% of statements [2021-02-03T20:52:38.390Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-03T20:52:40.321Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.682s coverage: 29.1% of statements [2021-02-03T20:52:40.321Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-03T20:52:40.321Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-03T20:52:40.321Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-03T20:52:40.321Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-03T20:52:40.321Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-03T20:52:40.321Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.067s coverage: 99.0% of statements [2021-02-03T20:52:40.321Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-03T20:52:40.321Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.036s coverage: 100.0% of statements [2021-02-03T20:52:40.321Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-03T20:52:40.321Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.031s coverage: 0.0% of statements [2021-02-03T20:52:40.321Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-03T20:52:40.321Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.023s coverage: 100.0% of statements [2021-02-03T20:52:40.321Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-03T20:52:40.321Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-03T20:52:40.321Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-03T20:52:40.321Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-03T20:52:40.321Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.046s coverage: 87.9% of statements [2021-02-03T20:52:40.321Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-03T20:52:40.321Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-03T20:52:40.321Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.032s coverage: 100.0% of statements [2021-02-03T20:52:40.321Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.043s coverage: 32.1% of statements [2021-02-03T20:52:40.906Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.033s coverage: 100.0% of statements [2021-02-03T20:52:41.170Z] GO111MODULE=on go vet ./... [2021-02-03T20:52:52.633Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24775 in /w/workspace/edgexfoundry_edgex-go_hanoi [Pipeline] { [Pipeline] ws [2021-02-03T20:52:52.697Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2021-02-03T20:52:57.755Z] using credential edgex-jenkins-ssh [2021-02-03T20:52:57.820Z] Cloning the remote Git repository [2021-02-03T20:52:57.899Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-03T20:52:58.010Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2021-02-03T20:52:58.094Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-03T20:52:58.095Z] > git --version # timeout=10 [2021-02-03T20:52:58.117Z] > git --version # 'git version 2.17.1' [2021-02-03T20:52:58.119Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-03T20:52:58.217Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-03T20:53:03.293Z] gofmt -l . [2021-02-03T20:53:03.293Z] [ "`gofmt -l .`" = "" ] [2021-02-03T20:53:03.293Z] ./bin/test-go-mod-tidy.sh [2021-02-03T20:53:03.872Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-03T20:53:05.576Z] + ls -al . [2021-02-03T20:53:05.576Z] total 636 [2021-02-03T20:53:05.576Z] drwxrwxr-x 10 1001 1001 4096 Feb 3 20:53 . [2021-02-03T20:53:05.576Z] drwxr-xr-x 4 root root 28 Feb 3 20:51 .. [2021-02-03T20:53:05.576Z] -rw-rw-r-- 1 1001 1001 11 Feb 3 20:49 .dockerignore [2021-02-03T20:53:05.576Z] drwxrwxr-x 8 1001 1001 162 Feb 3 20:49 .git [2021-02-03T20:53:05.576Z] drwxrwxr-x 3 1001 1001 125 Feb 3 20:49 .github [2021-02-03T20:53:05.576Z] -rw-rw-r-- 1 1001 1001 944 Feb 3 20:49 .gitignore [2021-02-03T20:53:05.576Z] drwx------ 3 1001 1001 45 Feb 3 20:50 .semver [2021-02-03T20:53:05.576Z] -rw-rw-r-- 1 1001 1001 166 Feb 3 20:49 .sonarcloud.properties [2021-02-03T20:53:05.576Z] -rw-rw-r-- 1 1001 1001 3804 Feb 3 20:49 CONTRIBUTING.md [2021-02-03T20:53:05.576Z] -rw-rw-r-- 1 1001 1001 1035 Feb 3 20:49 Dockerfile.build [2021-02-03T20:53:05.576Z] -rw-rw-r-- 1 1001 1001 863 Feb 3 20:49 Jenkinsfile [2021-02-03T20:53:05.576Z] -rw-rw-r-- 1 1001 1001 10775 Feb 3 20:49 LICENSE [2021-02-03T20:53:05.576Z] -rw-rw-r-- 1 1001 1001 6581 Feb 3 20:49 Makefile [2021-02-03T20:53:05.576Z] -rw-rw-r-- 1 1001 1001 6447 Feb 3 20:49 README.md [2021-02-03T20:53:05.576Z] -rw-rw-r-- 1 1001 1001 259 Feb 3 20:49 SECURITY.md [2021-02-03T20:53:05.576Z] -rw-rw-r-- 1 1001 1001 11 Feb 3 20:50 VERSION [2021-02-03T20:53:05.576Z] -rw-rw-r-- 1 1001 1001 4131 Feb 3 20:49 ZMQWindows.md [2021-02-03T20:53:05.576Z] drwxrwxr-x 2 1001 1001 117 Feb 3 20:49 bin [2021-02-03T20:53:05.576Z] drwxrwxr-x 15 1001 1001 4096 Feb 3 20:49 cmd [2021-02-03T20:53:05.576Z] -rw-r--r-- 1 root root 541382 Feb 3 20:52 coverage.out [2021-02-03T20:53:05.576Z] -rw-r--r-- 1 root root 1041 Feb 3 20:53 go.mod [2021-02-03T20:53:05.576Z] -rw-r--r-- 1 root root 18582 Feb 3 20:53 go.sum [2021-02-03T20:53:05.576Z] drwxrwxr-x 8 1001 1001 127 Feb 3 20:49 internal [2021-02-03T20:53:05.576Z] drwxrwxr-x 4 1001 1001 26 Feb 3 20:49 openapi [2021-02-03T20:53:05.576Z] drwxrwxr-x 4 1001 1001 71 Feb 3 20:49 snap [2021-02-03T20:53:05.576Z] -rw-rw-r-- 1 1001 1001 168 Feb 3 20:49 version.go [Pipeline] sh [2021-02-03T20:53:05.883Z] + '[' -e coverage.out ] [2021-02-03T20:53:05.883Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-03T20:53:06.109Z] Stashed 1 file(s) [Pipeline] sh [2021-02-03T20:53:06.407Z] + make build [2021-02-03T20:53:06.407Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.1-dev.1" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-03T20:53:16.514Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.1-dev.1" -o cmd/core-data/core-data ./cmd/core-data [2021-02-03T20:53:17.904Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.1-dev.1" -o cmd/core-command/core-command ./cmd/core-command [2021-02-03T20:53:19.303Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.1-dev.1" -o cmd/support-logging/support-logging ./cmd/support-logging [2021-02-03T20:53:18.991Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-03T20:53:19.008Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-03T20:53:19.037Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-03T20:53:19.066Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-03T20:53:19.067Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-03T20:53:19.078Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/hanoi:refs/remotes/origin/hanoi # timeout=10 [2021-02-03T20:53:19.670Z] Checking out Revision 12a188d7528ee379d18cf3e1ac715e90dfef7258 (hanoi) [2021-02-03T20:53:20.706Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.1-dev.1" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-03T20:53:21.664Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.1-dev.1" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-03T20:53:19.700Z] > git config core.sparsecheckout # timeout=10 [2021-02-03T20:53:19.720Z] > git checkout -f 12a188d7528ee379d18cf3e1ac715e90dfef7258 # timeout=10 [2021-02-03T20:53:22.240Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.1-dev.1" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-03T20:53:23.636Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.1-dev.1" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-03T20:53:24.384Z] Commit message: "fix(snap): fix redis snapshots (#3102)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2021-02-03T20:53:25.034Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.1-dev.1" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-03T20:53:25.613Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.1-dev.1" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-03T20:53:26.157Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-03T20:53:26.625Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-03T20:53:27.002Z] + sudo service docker restart [2021-02-03T20:53:27.002Z] + true [2021-02-03T20:53:27.038Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.1-dev.1" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-03T20:53:27.986Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.1-dev.1" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-03T20:53:28.934Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.1-dev.1" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-03T20:53:29.085Z] provisioning config files... [2021-02-03T20:53:29.130Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config6088218991892394721tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-03T20:53:29.545Z] ---> docker-login.sh [2021-02-03T20:53:29.545Z] nexus3.edgexfoundry.org:10001 [Pipeline] } [2021-02-03T20:53:29.902Z] $ docker stop --time=1 354f3c8cb62104e08bd3f4be6bbe048f6db6c1fd4d5a08f7bb2d8bcc7ba5eeff [2021-02-03T20:53:30.529Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T20:53:30.803Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T20:53:30.803Z] Configure a credential helper to remove this warning. See [2021-02-03T20:53:30.803Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T20:53:30.803Z] [2021-02-03T20:53:30.803Z] Login Succeeded [2021-02-03T20:53:30.803Z] nexus3.edgexfoundry.org:10002 [2021-02-03T20:53:31.407Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T20:53:31.407Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T20:53:31.407Z] Configure a credential helper to remove this warning. See [2021-02-03T20:53:31.407Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T20:53:31.407Z] [2021-02-03T20:53:31.407Z] Login Succeeded [2021-02-03T20:53:31.407Z] nexus3.edgexfoundry.org:10003 [2021-02-03T20:53:31.537Z] $ docker rm -f 354f3c8cb62104e08bd3f4be6bbe048f6db6c1fd4d5a08f7bb2d8bcc7ba5eeff [Pipeline] // withDockerContainer [2021-02-03T20:53:32.011Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T20:53:32.011Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T20:53:32.011Z] Configure a credential helper to remove this warning. See [2021-02-03T20:53:32.011Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T20:53:32.011Z] [2021-02-03T20:53:32.012Z] Login Succeeded [2021-02-03T20:53:32.012Z] nexus3.edgexfoundry.org:10004 [Pipeline] } [Pipeline] // script [Pipeline] } [2021-02-03T20:53:32.289Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-02-03T20:53:32.565Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T20:53:32.565Z] Configure a credential helper to remove this warning. See [2021-02-03T20:53:32.565Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T20:53:32.565Z] [2021-02-03T20:53:32.565Z] Login Succeeded [2021-02-03T20:53:32.565Z] docker.io [2021-02-03T20:53:32.841Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T20:53:33.438Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T20:53:33.438Z] Configure a credential helper to remove this warning. See [2021-02-03T20:53:33.438Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T20:53:33.438Z] [2021-02-03T20:53:33.438Z] Login Succeeded [2021-02-03T20:53:33.438Z] ---> docker-login.sh ends [Pipeline] } [2021-02-03T20:53:34.816Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [Pipeline] echo [2021-02-03T20:53:35.181Z] ========================================================= [2021-02-03T20:53:35.181Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-03T20:53:35.181Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:53:35.247Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-03T20:53:35.247Z] [2021-02-03T20:53:35.247Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:53:35.563Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-02-03T20:53:35.710Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-03T20:53:35.710Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-03T20:53:35.710Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-03T20:53:35.710Z] ca9280d653b3: Pulling fs layer [2021-02-03T20:53:35.710Z] 7e9c9ca2126c: Pulling fs layer [2021-02-03T20:53:36.300Z] cbdbe7a5bc2a: Download complete [2021-02-03T20:53:36.885Z] cbdbe7a5bc2a: Pull complete [2021-02-03T20:53:36.885Z] ca9280d653b3: Verifying Checksum [2021-02-03T20:53:36.885Z] ca9280d653b3: Download complete [2021-02-03T20:53:37.836Z] 7e9c9ca2126c: Verifying Checksum [2021-02-03T20:53:37.836Z] 7e9c9ca2126c: Download complete [2021-02-03T20:53:37.836Z] ca9280d653b3: Pull complete [2021-02-03T20:53:38.227Z] Sending build context to Docker daemon 166.2MB [2021-02-03T20:53:38.227Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-02-03T20:53:38.227Z] Step 2/7 : FROM ${BASE} [2021-02-03T20:53:38.227Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-03T20:53:38.227Z] 5f621e34cdf4: Pulling fs layer [2021-02-03T20:53:38.227Z] a4357932f1b6: Pulling fs layer [2021-02-03T20:53:38.227Z] 18c013af1878: Pulling fs layer [2021-02-03T20:53:38.227Z] 00ac8860ef70: Pulling fs layer [2021-02-03T20:53:38.227Z] 63d7cb157983: Pulling fs layer [2021-02-03T20:53:38.227Z] b116817d02f9: Pulling fs layer [2021-02-03T20:53:38.227Z] 745a02a5169b: Pulling fs layer [2021-02-03T20:53:38.227Z] 00ac8860ef70: Waiting [2021-02-03T20:53:38.227Z] 63d7cb157983: Waiting [2021-02-03T20:53:38.227Z] b116817d02f9: Waiting [2021-02-03T20:53:38.227Z] 745a02a5169b: Waiting [2021-02-03T20:53:38.227Z] 18c013af1878: Verifying Checksum [2021-02-03T20:53:38.227Z] 18c013af1878: Download complete [2021-02-03T20:53:38.227Z] a4357932f1b6: Verifying Checksum [2021-02-03T20:53:38.227Z] a4357932f1b6: Download complete [2021-02-03T20:53:38.227Z] 63d7cb157983: Verifying Checksum [2021-02-03T20:53:38.227Z] 63d7cb157983: Download complete [2021-02-03T20:53:38.227Z] b116817d02f9: Download complete [2021-02-03T20:53:38.227Z] 5f621e34cdf4: Verifying Checksum [2021-02-03T20:53:38.227Z] 5f621e34cdf4: Download complete [2021-02-03T20:53:38.829Z] 5f621e34cdf4: Pull complete [2021-02-03T20:53:39.121Z] a4357932f1b6: Pull complete [2021-02-03T20:53:39.722Z] 18c013af1878: Pull complete [2021-02-03T20:53:40.318Z] 745a02a5169b: Verifying Checksum [2021-02-03T20:53:40.318Z] 745a02a5169b: Download complete [2021-02-03T20:53:42.296Z] 00ac8860ef70: Verifying Checksum [2021-02-03T20:53:42.296Z] 00ac8860ef70: Download complete [2021-02-03T20:53:44.449Z] 7e9c9ca2126c: Pull complete [2021-02-03T20:53:44.449Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-03T20:53:44.449Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-03T20:53:44.449Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-03T20:53:44.605Z] prd-centos7-docker-4c-2g-24774 does not seem to be running inside a container [2021-02-03T20:53:44.652Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-03T20:53:47.762Z] $ docker top 9695d9b38319db59eef67db2b1cc7c533ab1418fdd64a08a60922a3a360d24f9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-03T20:53:48.282Z] + docker-compose build --help [2021-02-03T20:53:48.282Z] + grep parallel [2021-02-03T20:53:49.227Z] --parallel Build images in parallel. [Pipeline] } [2021-02-03T20:53:49.244Z] $ docker stop --time=1 9695d9b38319db59eef67db2b1cc7c533ab1418fdd64a08a60922a3a360d24f9 [2021-02-03T20:53:50.599Z] $ docker rm -f 9695d9b38319db59eef67db2b1cc7c533ab1418fdd64a08a60922a3a360d24f9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:53:51.332Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-03T20:53:51.332Z] . [Pipeline] withDockerContainer [2021-02-03T20:53:51.431Z] prd-centos7-docker-4c-2g-24774 does not seem to be running inside a container [2021-02-03T20:53:51.479Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-03T20:53:52.063Z] $ docker top bba4eae79aed98cf0897b2d17fec0c00433c370ae273c1fe23401acb2c3a4bda -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-03T20:53:52.488Z] 00ac8860ef70: Pull complete [2021-02-03T20:53:52.488Z] 63d7cb157983: Pull complete [2021-02-03T20:53:52.532Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-03T20:53:52.762Z] b116817d02f9: Pull complete [2021-02-03T20:53:53.479Z] Building docker-core-command-go ... [2021-02-03T20:53:53.479Z] Building docker-core-data-go ... [2021-02-03T20:53:53.479Z] Building docker-core-metadata-go ... [2021-02-03T20:53:53.479Z] Building docker-security-bootstrap-redis-go ... [2021-02-03T20:53:53.479Z] Building docker-security-proxy-setup-go ... [2021-02-03T20:53:53.479Z] Building docker-security-secrets-setup-go ... [2021-02-03T20:53:53.479Z] Building docker-security-secretstore-setup-go ... [2021-02-03T20:53:53.479Z] Building docker-support-logging-go ... [2021-02-03T20:53:53.479Z] Building docker-support-notifications-go ... [2021-02-03T20:53:53.479Z] Building docker-support-scheduler-go ... [2021-02-03T20:53:53.479Z] Building docker-sys-mgmt-agent-go ... [2021-02-03T20:53:53.479Z] Building docker-security-secretstore-setup-go [2021-02-03T20:53:53.479Z] Building docker-support-scheduler-go [2021-02-03T20:53:53.479Z] Building docker-core-metadata-go [2021-02-03T20:53:53.479Z] Building docker-sys-mgmt-agent-go [2021-02-03T20:53:53.479Z] Building docker-security-bootstrap-redis-go [2021-02-03T20:53:57.110Z] 745a02a5169b: Pull complete [2021-02-03T20:53:57.110Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-03T20:53:57.110Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-03T20:53:57.110Z] ---> b7e6874047d6 [2021-02-03T20:53:57.110Z] 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-02-03T20:54:00.520Z] ---> Running in 685f928b36a8 [2021-02-03T20:54:01.513Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T20:54:02.127Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T20:54:03.118Z] (1/12) Installing libmagic (5.38-r0) [2021-02-03T20:54:03.118Z] (2/12) Installing file (5.38-r0) [2021-02-03T20:54:03.395Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-03T20:54:03.395Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-03T20:54:10.140Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-03T20:54:10.140Z] (6/12) Installing patch (2.7.6-r6) [2021-02-03T20:54:10.140Z] (7/12) Installing build-base (0.5-r2) [2021-02-03T20:54:10.140Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-03T20:54:10.140Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-03T20:54:10.140Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-03T20:54:10.140Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-03T20:54:10.140Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-03T20:54:10.140Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T20:54:10.140Z] OK: 217 MiB in 51 packages [2021-02-03T20:54:14.462Z] Removing intermediate container 685f928b36a8 [2021-02-03T20:54:14.462Z] ---> 2ab6ee4978dc [2021-02-03T20:54:14.462Z] Step 4/7 : WORKDIR /edgex-go [2021-02-03T20:54:14.462Z] ---> Running in 2ed1f70120a6 [2021-02-03T20:54:14.462Z] Removing intermediate container 2ed1f70120a6 [2021-02-03T20:54:14.462Z] ---> 2fb32577631f [2021-02-03T20:54:14.462Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2021-02-03T20:54:15.070Z] latest: Pulling from library/docker [2021-02-03T20:54:15.070Z] 2914792bc417: Pulling fs layer [2021-02-03T20:54:15.070Z] 756c677dae0e: Pulling fs layer [2021-02-03T20:54:15.070Z] 318712088e33: Pulling fs layer [2021-02-03T20:54:15.070Z] be4ea4215e87: Pulling fs layer [2021-02-03T20:54:15.070Z] 0afbccbf4e53: Pulling fs layer [2021-02-03T20:54:15.070Z] 3b11151c2bc8: Pulling fs layer [2021-02-03T20:54:15.070Z] 46a6a033d54e: Pulling fs layer [2021-02-03T20:54:15.070Z] be4ea4215e87: Waiting [2021-02-03T20:54:15.070Z] 0afbccbf4e53: Waiting [2021-02-03T20:54:15.070Z] 3b11151c2bc8: Waiting [2021-02-03T20:54:15.070Z] 46a6a033d54e: Waiting [2021-02-03T20:54:15.345Z] 318712088e33: Verifying Checksum [2021-02-03T20:54:15.345Z] 318712088e33: Download complete [2021-02-03T20:54:15.345Z] 2914792bc417: Verifying Checksum [2021-02-03T20:54:15.345Z] 2914792bc417: Download complete [2021-02-03T20:54:15.345Z] 756c677dae0e: Verifying Checksum [2021-02-03T20:54:15.346Z] 756c677dae0e: Download complete [2021-02-03T20:54:15.346Z] 0afbccbf4e53: Verifying Checksum [2021-02-03T20:54:15.346Z] 0afbccbf4e53: Download complete [2021-02-03T20:54:15.346Z] 3b11151c2bc8: Verifying Checksum [2021-02-03T20:54:15.346Z] 3b11151c2bc8: Download complete [2021-02-03T20:54:15.622Z] 46a6a033d54e: Download complete [2021-02-03T20:54:15.899Z] 2914792bc417: Pull complete [2021-02-03T20:54:16.894Z] 756c677dae0e: Pull complete [2021-02-03T20:54:16.894Z] be4ea4215e87: Verifying Checksum [2021-02-03T20:54:16.894Z] be4ea4215e87: Download complete [2021-02-03T20:54:17.167Z] 318712088e33: Pull complete [2021-02-03T20:54:20.567Z] be4ea4215e87: Pull complete [2021-02-03T20:54:21.168Z] 0afbccbf4e53: Pull complete [2021-02-03T20:54:21.441Z] 3b11151c2bc8: Pull complete [2021-02-03T20:54:21.715Z] 46a6a033d54e: Pull complete [2021-02-03T20:54:21.715Z] Digest: sha256:74df197ad4646763e1954829231c54b5e4c362a7bdc5c5198d2b59ab5ace06ba [2021-02-03T20:54:21.715Z] Status: Downloaded newer image for docker:latest [2021-02-03T20:54:25.106Z] ---> 97c3fa2a9d2c [2021-02-03T20:54:25.106Z] Step 6/7 : COPY go.mod . [2021-02-03T20:54:25.705Z] ---> b165504fe51f [2021-02-03T20:54:25.705Z] Step 7/7 : RUN go mod download [2021-02-03T20:54:25.755Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-03T20:54:25.755Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2021-02-03T20:54:25.755Z] ---> 57e8aaf2fbb6 [2021-02-03T20:54:25.755Z] Step 3/27 : WORKDIR /edgex-go [2021-02-03T20:54:25.755Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-03T20:54:25.755Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-03T20:54:25.755Z] ---> 57e8aaf2fbb6 [2021-02-03T20:54:25.755Z] Step 3/21 : WORKDIR /edgex-go [2021-02-03T20:54:25.755Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-03T20:54:25.755Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-03T20:54:25.755Z] ---> 57e8aaf2fbb6 [2021-02-03T20:54:25.755Z] Step 3/24 : WORKDIR /edgex-go [2021-02-03T20:54:25.755Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-03T20:54:25.755Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-03T20:54:25.755Z] ---> 57e8aaf2fbb6 [2021-02-03T20:54:25.755Z] Step 3/22 : WORKDIR /edgex-go [2021-02-03T20:54:25.755Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-03T20:54:25.755Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-03T20:54:25.755Z] ---> 57e8aaf2fbb6 [2021-02-03T20:54:25.755Z] Step 3/22 : WORKDIR /edgex-go [2021-02-03T20:54:25.755Z] ---> Running in 5892d6e7fc07 [2021-02-03T20:54:25.755Z] ---> Running in 629e9e0920d6 [2021-02-03T20:54:25.755Z] ---> Running in d9e5561aebd4 [2021-02-03T20:54:25.755Z] ---> Running in 9397898859e8 [2021-02-03T20:54:25.755Z] ---> Running in aff5f8240679 [2021-02-03T20:54:25.755Z] Removing intermediate container 5892d6e7fc07 [2021-02-03T20:54:25.755Z] ---> 9104bcc39621 [2021-02-03T20:54:25.755Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T20:54:25.755Z] Removing intermediate container 9397898859e8 [2021-02-03T20:54:25.755Z] ---> 784c1fb2a7a4 [2021-02-03T20:54:25.755Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T20:54:25.755Z] Removing intermediate container 629e9e0920d6 [2021-02-03T20:54:25.755Z] ---> 028fa755d300 [2021-02-03T20:54:25.755Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T20:54:25.755Z] Removing intermediate container d9e5561aebd4 [2021-02-03T20:54:25.755Z] ---> 9d6a7423caf4 [2021-02-03T20:54:25.755Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T20:54:25.755Z] Removing intermediate container aff5f8240679 [2021-02-03T20:54:25.755Z] ---> ea257e2f4ba7 [2021-02-03T20:54:25.755Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T20:54:25.755Z] ---> Running in 5e4832051e53 [2021-02-03T20:54:25.755Z] ---> Running in 915698ccd87f [2021-02-03T20:54:25.755Z] ---> Running in 9a192af9b5f7 [2021-02-03T20:54:25.755Z] ---> Running in 9cd5b275e4f7 [2021-02-03T20:54:25.755Z] ---> Running in 4b50b25e58e9 [2021-02-03T20:54:25.983Z] ---> Running in 161b09d984f2 [2021-02-03T20:54:26.018Z] Removing intermediate container 5e4832051e53 [2021-02-03T20:54:26.018Z] ---> 7a055a543289 [2021-02-03T20:54:26.018Z] Step 5/22 : RUN apk update && apk add make git [2021-02-03T20:54:26.018Z] Removing intermediate container 915698ccd87f [2021-02-03T20:54:26.018Z] ---> e6e8afcace56 [2021-02-03T20:54:26.018Z] Step 5/22 : RUN apk update && apk add make git [2021-02-03T20:54:26.018Z] Removing intermediate container 9a192af9b5f7 [2021-02-03T20:54:26.018Z] ---> c01941451aa6 [2021-02-03T20:54:26.018Z] Step 5/21 : RUN apk update && apk add make git [2021-02-03T20:54:26.280Z] ---> Running in 0c6fc5f18488 [2021-02-03T20:54:26.280Z] ---> Running in ecf164117dde [2021-02-03T20:54:26.280Z] ---> Running in 7ed6c2df0e15 [2021-02-03T20:54:26.543Z] Removing intermediate container 9cd5b275e4f7 [2021-02-03T20:54:26.543Z] ---> 7af90cc61664 [2021-02-03T20:54:26.543Z] Step 5/27 : RUN apk update && apk add make bash git [2021-02-03T20:54:26.543Z] Removing intermediate container 4b50b25e58e9 [2021-02-03T20:54:26.543Z] ---> 5a62b5cc90f2 [2021-02-03T20:54:26.543Z] Step 5/24 : RUN apk update && apk add make git [2021-02-03T20:54:26.804Z] ---> Running in dd92d8a1fdcd [2021-02-03T20:54:27.081Z] ---> Running in 3a62626fdbcc [2021-02-03T20:54:27.351Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T20:54:27.351Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T20:54:27.618Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T20:54:27.618Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T20:54:27.618Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T20:54:27.884Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T20:54:28.147Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T20:54:28.409Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T20:54:28.409Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T20:54:28.676Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T20:54:28.676Z] v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-02-03T20:54:28.676Z] v3.12.3-85-ga0bd2102c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-02-03T20:54:28.676Z] OK: 12752 distinct packages available [2021-02-03T20:54:28.676Z] v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-02-03T20:54:28.676Z] v3.12.3-85-ga0bd2102c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-02-03T20:54:28.677Z] OK: 12752 distinct packages available [2021-02-03T20:54:28.944Z] OK: 233 MiB in 51 packages [2021-02-03T20:54:28.944Z] OK: 233 MiB in 51 packages [2021-02-03T20:54:28.944Z] v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-02-03T20:54:28.944Z] v3.12.3-85-ga0bd2102c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-02-03T20:54:28.944Z] OK: 12752 distinct packages available [2021-02-03T20:54:29.211Z] OK: 233 MiB in 51 packages [2021-02-03T20:54:29.211Z] v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-02-03T20:54:29.211Z] v3.12.3-85-ga0bd2102c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-02-03T20:54:29.211Z] OK: 12752 distinct packages available [2021-02-03T20:54:29.487Z] Removing intermediate container 0c6fc5f18488 [2021-02-03T20:54:29.487Z] ---> 382c2b443590 [2021-02-03T20:54:29.487Z] Step 6/22 : COPY go.mod . [2021-02-03T20:54:29.487Z] Removing intermediate container ecf164117dde [2021-02-03T20:54:29.487Z] ---> 175990a0235e [2021-02-03T20:54:29.487Z] Step 6/22 : COPY go.mod . [2021-02-03T20:54:29.487Z] OK: 233 MiB in 51 packages [2021-02-03T20:54:29.754Z] ---> c82b7a027ec5 [2021-02-03T20:54:29.754Z] Step 7/22 : RUN go mod download [2021-02-03T20:54:29.754Z] v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-02-03T20:54:29.754Z] v3.12.3-85-ga0bd2102c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-02-03T20:54:29.754Z] OK: 12752 distinct packages available [2021-02-03T20:54:30.024Z] ---> Running in e479d3b6d129 [2021-02-03T20:54:30.024Z] ---> b23a54870472 [2021-02-03T20:54:30.024Z] Step 7/22 : RUN go mod download [2021-02-03T20:54:30.024Z] Removing intermediate container 3a62626fdbcc [2021-02-03T20:54:30.024Z] ---> c7a33a6f7607 [2021-02-03T20:54:30.024Z] Step 6/24 : COPY go.mod . [2021-02-03T20:54:30.024Z] OK: 233 MiB in 51 packages [2021-02-03T20:54:30.024Z] ---> Running in aa1e7b964c5c [2021-02-03T20:54:30.604Z] ---> 0ee741e47aa9 [2021-02-03T20:54:30.604Z] Step 7/24 : RUN go mod download [2021-02-03T20:54:30.604Z] Removing intermediate container 7ed6c2df0e15 [2021-02-03T20:54:30.604Z] ---> ef89c647a4d7 [2021-02-03T20:54:30.605Z] Step 6/21 : COPY go.mod . [2021-02-03T20:54:30.605Z] ---> Running in 2680ada2edca [2021-02-03T20:54:31.198Z] ---> 5bcff78e8c55 [2021-02-03T20:54:31.198Z] Step 7/21 : RUN go mod download [2021-02-03T20:54:31.198Z] ---> Running in 4032995e8428 [2021-02-03T20:54:31.198Z] Removing intermediate container dd92d8a1fdcd [2021-02-03T20:54:31.198Z] ---> 8e7c6562fc6a [2021-02-03T20:54:31.198Z] Step 6/27 : COPY go.mod . [2021-02-03T20:54:31.791Z] ---> fe1cd91f4188 [2021-02-03T20:54:31.792Z] Step 7/27 : RUN go mod download [2021-02-03T20:54:31.792Z] ---> Running in f8ec3a3a6f89 [2021-02-03T20:54:32.056Z] Removing intermediate container aa1e7b964c5c [2021-02-03T20:54:32.056Z] ---> c59df35ca0b5 [2021-02-03T20:54:32.056Z] Step 8/22 : COPY . . [2021-02-03T20:54:32.326Z] Removing intermediate container e479d3b6d129 [2021-02-03T20:54:32.326Z] ---> bb8df0065e92 [2021-02-03T20:54:32.326Z] Step 8/22 : COPY . . [2021-02-03T20:54:35.658Z] Removing intermediate container 2680ada2edca [2021-02-03T20:54:35.658Z] ---> 5cf845586033 [2021-02-03T20:54:35.658Z] Step 8/24 : COPY . . [2021-02-03T20:54:40.987Z] Removing intermediate container 4032995e8428 [2021-02-03T20:54:40.987Z] ---> d63ff58fd348 [2021-02-03T20:54:40.987Z] Step 8/21 : COPY . . [2021-02-03T20:54:43.581Z] Removing intermediate container f8ec3a3a6f89 [2021-02-03T20:54:43.581Z] ---> d779740ce6be [2021-02-03T20:54:43.581Z] Step 8/27 : COPY . . [2021-02-03T20:54:52.796Z] Removing intermediate container 161b09d984f2 [2021-02-03T20:54:52.796Z] ---> e2b45c923635 [2021-02-03T20:54:52.796Z] Successfully built e2b45c923635 [2021-02-03T20:54:52.796Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:54:53.152Z] + docker inspect -f . ci-base-image-arm64 [2021-02-03T20:54:53.152Z] . [Pipeline] withDockerContainer [2021-02-03T20:54:53.426Z] prd-ubuntu18.04-docker-arm64-4c-16g-24775 does not seem to be running inside a container [2021-02-03T20:54:53.525Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 ******** ci-base-image-arm64 cat [2021-02-03T20:54:55.081Z] $ docker top 7a35b597a27b7fcef43737bf9959c369745768fb498a477cdae04672a778e661 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-03T20:54:56.114Z] + go version [2021-02-03T20:54:56.115Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-03T20:54:56.139Z] $ docker stop --time=1 7a35b597a27b7fcef43737bf9959c369745768fb498a477cdae04672a778e661 [2021-02-03T20:54:58.082Z] $ docker rm -f 7a35b597a27b7fcef43737bf9959c369745768fb498a477cdae04672a778e661 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:54:59.285Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-03T20:54:59.285Z] [2021-02-03T20:54:59.285Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:54:59.681Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-03T20:54:59.955Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-03T20:54:59.955Z] 29e5d40040c1: Pulling fs layer [2021-02-03T20:54:59.955Z] 1ce36da41761: Pulling fs layer [2021-02-03T20:54:59.955Z] 25b303627fd3: Pulling fs layer [2021-02-03T20:55:00.552Z] 29e5d40040c1: Download complete [2021-02-03T20:55:01.150Z] 1ce36da41761: Verifying Checksum [2021-02-03T20:55:01.150Z] 1ce36da41761: Download complete [2021-02-03T20:55:01.150Z] 29e5d40040c1: Pull complete [2021-02-03T20:55:02.586Z] 1ce36da41761: Pull complete [2021-02-03T20:55:02.860Z] 25b303627fd3: Verifying Checksum [2021-02-03T20:55:02.860Z] 25b303627fd3: Download complete [2021-02-03T20:55:13.031Z] 25b303627fd3: Pull complete [2021-02-03T20:55:13.031Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-03T20:55:13.031Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-03T20:55:13.031Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-03T20:55:13.301Z] prd-ubuntu18.04-docker-arm64-4c-16g-24775 does not seem to be running inside a container [2021-02-03T20:55:13.386Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-03T20:55:15.828Z] ---> bbaf59745329 [2021-02-03T20:55:15.828Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-02-03T20:55:16.092Z] ---> 75f59c194acb [2021-02-03T20:55:16.092Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-03T20:55:16.318Z] $ docker top 834be8fe39c808cb612b04546250ba551411e030ad9696445a019511a9cc743f -eo pid,comm [Pipeline] { [2021-02-03T20:55:16.669Z] ---> e5d052951814 [2021-02-03T20:55:16.669Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [Pipeline] sh [2021-02-03T20:55:17.341Z] + docker-compose build --help [2021-02-03T20:55:17.341Z] + grep parallel [2021-02-03T20:55:18.068Z] ---> Running in 615f68f5f25a [2021-02-03T20:55:18.068Z] ---> Running in ffe5371337a7 [2021-02-03T20:55:18.068Z] ---> Running in 74de7541b86a [2021-02-03T20:55:18.068Z] ---> f0f1867311bc [2021-02-03T20:55:18.068Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-02-03T20:55:18.068Z] ---> 6fbbf78cf8d9 [2021-02-03T20:55:18.068Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-03T20:55:18.332Z] ---> Running in d049905ce591 [2021-02-03T20:55:18.332Z] ---> Running in b9e574279ed3 [2021-02-03T20:55:19.314Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.1-dev.1" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-03T20:55:19.314Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.1-dev.1" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-03T20:55:19.314Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.1-dev.1" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-03T20:55:19.587Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.1-dev.1" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-03T20:55:19.587Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.1-dev.1" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-03T20:55:20.750Z] --parallel Build images in parallel. [Pipeline] } [2021-02-03T20:55:20.778Z] $ docker stop --time=1 834be8fe39c808cb612b04546250ba551411e030ad9696445a019511a9cc743f [2021-02-03T20:55:22.788Z] $ docker rm -f 834be8fe39c808cb612b04546250ba551411e030ad9696445a019511a9cc743f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:55:23.705Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-03T20:55:23.705Z] . [Pipeline] withDockerContainer [2021-02-03T20:55:23.989Z] prd-ubuntu18.04-docker-arm64-4c-16g-24775 does not seem to be running inside a container [2021-02-03T20:55:24.167Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-03T20:55:25.509Z] $ docker top c284e789a10077cd4d1d152b5bf9718beae5a8325becd89dbfd9d098941caf84 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-03T20:55:26.568Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-03T20:55:29.951Z] Building docker-core-command-go ... [2021-02-03T20:55:29.951Z] Building docker-core-data-go ... [2021-02-03T20:55:29.951Z] Building docker-core-metadata-go ... [2021-02-03T20:55:29.951Z] Building docker-security-bootstrap-redis-go ... [2021-02-03T20:55:29.951Z] Building docker-security-proxy-setup-go ... [2021-02-03T20:55:29.951Z] Building docker-security-secrets-setup-go ... [2021-02-03T20:55:29.951Z] Building docker-security-secretstore-setup-go ... [2021-02-03T20:55:29.951Z] Building docker-support-logging-go ... [2021-02-03T20:55:29.951Z] Building docker-support-notifications-go ... [2021-02-03T20:55:29.951Z] Building docker-support-scheduler-go ... [2021-02-03T20:55:29.951Z] Building docker-sys-mgmt-agent-go ... [2021-02-03T20:55:29.951Z] Building docker-core-metadata-go [2021-02-03T20:55:29.951Z] Building docker-security-secretstore-setup-go [2021-02-03T20:55:29.951Z] Building docker-support-notifications-go [2021-02-03T20:55:29.951Z] Building docker-support-scheduler-go [2021-02-03T20:55:29.951Z] Building docker-core-command-go [2021-02-03T20:55:46.864Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.1-dev.1" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-03T20:55:50.233Z] Removing intermediate container ffe5371337a7 [2021-02-03T20:55:50.233Z] ---> 3dd1beccb494 [2021-02-03T20:55:50.233Z] [2021-02-03T20:55:50.233Z] Step 10/22 : FROM alpine:3.10 [2021-02-03T20:55:50.503Z] 3.10: Pulling from library/alpine [2021-02-03T20:55:51.090Z] Removing intermediate container b9e574279ed3 [2021-02-03T20:55:51.090Z] ---> ac5a1fb4eb05 [2021-02-03T20:55:51.090Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-03T20:55:51.352Z] ---> Running in 21f4815efeff [2021-02-03T20:55:51.352Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2021-02-03T20:55:51.352Z] Status: Downloaded newer image for alpine:3.10 [2021-02-03T20:55:51.352Z] ---> be4e4bea2c2e [2021-02-03T20:55:51.352Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2021-02-03T20:55:54.681Z] ---> Running in a7bf4b84fc9e [2021-02-03T20:55:54.681Z] Removing intermediate container 74de7541b86a [2021-02-03T20:55:54.681Z] ---> 2599a0694667 [2021-02-03T20:55:54.681Z] [2021-02-03T20:55:54.681Z] Step 10/24 : FROM alpine:3.10 [2021-02-03T20:55:54.681Z] ---> be4e4bea2c2e [2021-02-03T20:55:54.681Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2021-02-03T20:55:54.965Z] Removing intermediate container d049905ce591 [2021-02-03T20:55:54.965Z] ---> 5e81430a6891 [2021-02-03T20:55:54.965Z] [2021-02-03T20:55:54.965Z] Step 10/21 : FROM scratch [2021-02-03T20:55:54.965Z] ---> [2021-02-03T20:55:54.965Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-03T20:55:54.965Z] ---> Running in 3727c47e3c16 [2021-02-03T20:55:55.228Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.1-dev.1" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-03T20:55:55.228Z] ---> Running in 02342f53c2c1 [2021-02-03T20:55:55.492Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2021-02-03T20:55:55.754Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2021-02-03T20:55:55.754Z] v3.10.5-181-ge7d73bb631 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2021-02-03T20:55:55.754Z] v3.10.5-182-g304fda73a0 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2021-02-03T20:55:55.754Z] OK: 10350 distinct packages available [2021-02-03T20:55:56.016Z] (1/5) Installing ca-certificates (20191127-r2) [2021-02-03T20:55:56.016Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2021-02-03T20:55:56.016Z] (3/5) Installing libcurl (7.66.0-r3) [2021-02-03T20:55:56.016Z] (4/5) Installing curl (7.66.0-r3) [2021-02-03T20:55:56.016Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-03T20:55:56.016Z] Executing busybox-1.30.1-r3.trigger [2021-02-03T20:55:56.016Z] Executing ca-certificates-20191127-r2.trigger [2021-02-03T20:55:56.016Z] OK: 7 MiB in 19 packages [2021-02-03T20:55:56.591Z] Removing intermediate container 02342f53c2c1 [2021-02-03T20:55:56.591Z] ---> d695ca685c34 [2021-02-03T20:55:56.591Z] Step 12/21 : ENV APP_PORT=48085 [2021-02-03T20:55:56.855Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2021-02-03T20:55:56.855Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2021-02-03T20:55:56.855Z] v3.10.5-181-ge7d73bb631 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2021-02-03T20:55:56.855Z] v3.10.5-182-g304fda73a0 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2021-02-03T20:55:56.855Z] OK: 10350 distinct packages available [2021-02-03T20:55:57.124Z] (1/5) Installing ca-certificates (20191127-r2) [2021-02-03T20:55:57.124Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2021-02-03T20:55:57.124Z] (3/5) Installing libcurl (7.66.0-r3) [2021-02-03T20:55:57.124Z] (4/5) Installing curl (7.66.0-r3) [2021-02-03T20:55:57.124Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-03T20:55:57.124Z] Executing busybox-1.30.1-r3.trigger [2021-02-03T20:55:57.124Z] Executing ca-certificates-20191127-r2.trigger [2021-02-03T20:55:57.390Z] OK: 7 MiB in 19 packages [2021-02-03T20:55:57.657Z] ---> Running in 2a7367ab0943 [2021-02-03T20:55:58.602Z] Removing intermediate container 615f68f5f25a [2021-02-03T20:55:58.602Z] ---> 04c8694c08a3 [2021-02-03T20:55:58.602Z] [2021-02-03T20:55:58.602Z] Step 10/22 : FROM scratch [2021-02-03T20:55:58.602Z] ---> [2021-02-03T20:55:58.602Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-03T20:55:58.602Z] ---> Using cache [2021-02-03T20:55:58.602Z] ---> d695ca685c34 [2021-02-03T20:55:58.602Z] Step 12/22 : ENV APP_PORT=48081 [2021-02-03T20:55:58.602Z] Removing intermediate container 2a7367ab0943 [2021-02-03T20:55:58.602Z] ---> 9f1e521d544c [2021-02-03T20:55:58.602Z] Step 13/21 : EXPOSE $APP_PORT [2021-02-03T20:55:59.179Z] ---> Running in 398038ee52dc [2021-02-03T20:55:59.179Z] ---> Running in cf303f181288 [2021-02-03T20:56:00.128Z] Removing intermediate container a7bf4b84fc9e [2021-02-03T20:56:00.128Z] ---> 169bca8c4379 [2021-02-03T20:56:00.128Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-02-03T20:56:00.389Z] Removing intermediate container 398038ee52dc [2021-02-03T20:56:00.389Z] ---> d2e5a57b7806 [2021-02-03T20:56:00.389Z] Step 13/22 : EXPOSE $APP_PORT [2021-02-03T20:56:00.389Z] Removing intermediate container cf303f181288 [2021-02-03T20:56:00.389Z] ---> b5e735424081 [2021-02-03T20:56:00.389Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-02-03T20:56:00.652Z] ---> Running in ac6e44f78566 [2021-02-03T20:56:00.652Z] Removing intermediate container 3727c47e3c16 [2021-02-03T20:56:00.652Z] ---> 5f7541f29630 [2021-02-03T20:56:00.652Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-03T20:56:00.652Z] Removing intermediate container 21f4815efeff [2021-02-03T20:56:00.652Z] ---> d7090ec70df4 [2021-02-03T20:56:00.652Z] [2021-02-03T20:56:00.652Z] Step 11/27 : FROM docker:latest [2021-02-03T20:56:00.652Z] ---> 6e081696197d [2021-02-03T20:56:00.652Z] Step 12/27 : RUN apk add --no-cache bash [2021-02-03T20:56:00.652Z] ---> Running in f8b852f3b670 [2021-02-03T20:56:00.915Z] ---> Running in c5639e6305b4 [2021-02-03T20:56:00.915Z] ---> Running in 79c4f6232a0d [2021-02-03T20:56:00.915Z] Removing intermediate container ac6e44f78566 [2021-02-03T20:56:00.915Z] ---> 47a111d5a611 [2021-02-03T20:56:00.915Z] Step 13/22 : WORKDIR / [2021-02-03T20:56:00.915Z] ---> 96a653e5b104 [2021-02-03T20:56:00.915Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-03T20:56:01.181Z] Removing intermediate container f8b852f3b670 [2021-02-03T20:56:01.181Z] ---> cb3a46e1da6a [2021-02-03T20:56:01.181Z] Step 14/22 : WORKDIR / [2021-02-03T20:56:01.450Z] ---> Running in e077284b9965 [2021-02-03T20:56:01.450Z] ---> Running in c4a9f62a7d4f [2021-02-03T20:56:01.450Z] Removing intermediate container c5639e6305b4 [2021-02-03T20:56:01.450Z] ---> 5391dc1596cc [2021-02-03T20:56:01.450Z] Step 13/24 : WORKDIR / [2021-02-03T20:56:01.450Z] ---> 521678af0845 [2021-02-03T20:56:01.450Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-03T20:56:02.025Z] ---> Running in 05df54933f93 [2021-02-03T20:56:02.025Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-02-03T20:56:02.294Z] Removing intermediate container c4a9f62a7d4f [2021-02-03T20:56:02.294Z] ---> 50031a408fce [2021-02-03T20:56:02.294Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-02-03T20:56:02.294Z] ---> d88f880e4067 [2021-02-03T20:56:02.294Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-02-03T20:56:02.294Z] Removing intermediate container e077284b9965 [2021-02-03T20:56:02.294Z] ---> 0c9ca1944a42 [2021-02-03T20:56:02.294Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-02-03T20:56:02.295Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-02-03T20:56:02.295Z] ---> Running in 0625dd338a1a [2021-02-03T20:56:02.295Z] Removing intermediate container 05df54933f93 [2021-02-03T20:56:02.295Z] ---> 5b78bcdbc770 [2021-02-03T20:56:02.295Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-03T20:56:02.563Z] ---> e6ed0f476774 [2021-02-03T20:56:02.563Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-03T20:56:02.563Z] ---> 1095ad2e4c2d [2021-02-03T20:56:02.563Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-02-03T20:56:02.563Z] Removing intermediate container 0625dd338a1a [2021-02-03T20:56:02.563Z] ---> 986b0568f72e [2021-02-03T20:56:02.563Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T20:56:02.563Z] (1/2) Installing readline (8.1.0-r0) [2021-02-03T20:56:02.563Z] (2/2) Installing bash (5.1.0-r0) [2021-02-03T20:56:02.563Z] Executing bash-5.1.0-r0.post-install [2021-02-03T20:56:02.563Z] Executing busybox-1.32.1-r2.trigger [2021-02-03T20:56:02.827Z] OK: 13 MiB in 22 packages [2021-02-03T20:56:02.827Z] ---> Running in e8012fb3577a [2021-02-03T20:56:03.094Z] ---> 3a8d3a20b957 [2021-02-03T20:56:03.094Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-03T20:56:03.360Z] ---> 186885966d28 [2021-02-03T20:56:03.360Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-02-03T20:56:03.360Z] ---> 010f2c3349c2 [2021-02-03T20:56:03.360Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-03T20:56:03.360Z] Removing intermediate container e8012fb3577a [2021-02-03T20:56:03.360Z] ---> 1b0ce98e4803 [2021-02-03T20:56:03.360Z] Step 19/21 : LABEL arch=x86_64 [2021-02-03T20:56:03.622Z] ---> e98b16113b15 [2021-02-03T20:56:03.622Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-03T20:56:03.622Z] ---> Running in ed0882223360 [2021-02-03T20:56:03.884Z] ---> 2da588119452 [2021-02-03T20:56:03.884Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-02-03T20:56:03.884Z] ---> dd9cc732b8b1 [2021-02-03T20:56:03.884Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-02-03T20:56:03.884Z] Removing intermediate container 79c4f6232a0d [2021-02-03T20:56:03.884Z] ---> 543c7b4cd9e2 [2021-02-03T20:56:03.884Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2021-02-03T20:56:04.146Z] ---> Running in 70d6c7be2395 [2021-02-03T20:56:04.146Z] Removing intermediate container ed0882223360 [2021-02-03T20:56:04.146Z] ---> d67411dada98 [2021-02-03T20:56:04.146Z] Step 20/21 : LABEL git_sha=12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T20:56:04.146Z] ---> 9d16fbc29eb3 [2021-02-03T20:56:04.146Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-03T20:56:04.720Z] ---> Running in 6d088bf08762 [2021-02-03T20:56:04.720Z] ---> c472d0f01e41 [2021-02-03T20:56:04.720Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-02-03T20:56:04.720Z] ---> Running in 000e0c012d83 [2021-02-03T20:56:04.987Z] ---> Running in 3bb314df54a6 [2021-02-03T20:56:04.987Z] Removing intermediate container 70d6c7be2395 [2021-02-03T20:56:04.987Z] ---> 218e6fb09f7b [2021-02-03T20:56:04.987Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T20:56:04.987Z] ---> 69847bf5cef4 [2021-02-03T20:56:04.987Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-03T20:56:05.251Z] Removing intermediate container 000e0c012d83 [2021-02-03T20:56:05.251Z] ---> a1955e8e8f91 [2021-02-03T20:56:05.251Z] Step 21/21 : LABEL version=0.0.1-dev.1 [2021-02-03T20:56:05.513Z] ---> Running in 1133c4013e6d [2021-02-03T20:56:05.513Z] ---> Running in 56012c869a6d [2021-02-03T20:56:05.783Z] ---> 0b18f70eba6d [2021-02-03T20:56:05.783Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-03T20:56:05.783Z] Removing intermediate container 1133c4013e6d [2021-02-03T20:56:05.783Z] ---> 56e244f83b73 [2021-02-03T20:56:05.783Z] Step 20/22 : LABEL arch=x86_64 [2021-02-03T20:56:05.783Z] Removing intermediate container 56012c869a6d [2021-02-03T20:56:05.783Z] ---> 135cb2f91bba [2021-02-03T20:56:05.783Z] [2021-02-03T20:56:06.045Z] ---> Running in 051755e75822 [2021-02-03T20:56:06.309Z] ---> 545856e11ecd [2021-02-03T20:56:06.309Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-02-03T20:56:06.309Z] Successfully built 135cb2f91bba [2021-02-03T20:56:06.574Z] ---> Running in fa84468bf427 [2021-02-03T20:56:06.574Z] Removing intermediate container 051755e75822 [2021-02-03T20:56:06.574Z] ---> e63be803966d [2021-02-03T20:56:06.574Z] Step 21/22 : LABEL git_sha=12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T20:56:06.574Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-03T20:56:06.574Z] Building docker-core-data-go [2021-02-03T20:56:06.839Z]  Building docker-support-scheduler-go ... done Removing intermediate container 6d088bf08762 [2021-02-03T20:56:06.839Z] ---> 00f9aa474cd7 [2021-02-03T20:56:06.839Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-03T20:56:06.839Z] ---> Running in 43ffb59f5f68 [2021-02-03T20:56:06.839Z] ---> Running in 1520f26ee745 [2021-02-03T20:56:06.839Z] Removing intermediate container 3bb314df54a6 [2021-02-03T20:56:06.839Z] ---> 8587bffc23e7 [2021-02-03T20:56:06.839Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-03T20:56:07.107Z] ---> Running in d1552a4fec30 [2021-02-03T20:56:07.107Z] Removing intermediate container 43ffb59f5f68 [2021-02-03T20:56:07.107Z] ---> b5a2a4b9e83d [2021-02-03T20:56:07.107Z] Step 22/22 : LABEL version=0.0.1-dev.1 [2021-02-03T20:56:07.372Z] Removing intermediate container 1520f26ee745 [2021-02-03T20:56:07.372Z] ---> 5175587211f2 [2021-02-03T20:56:07.372Z] Step 15/27 : ENV APP_PORT=48090 [2021-02-03T20:56:07.635Z] ---> Running in 5d35ac9e44b1 [2021-02-03T20:56:07.635Z] Removing intermediate container d1552a4fec30 [2021-02-03T20:56:07.635Z] ---> 20e783e20b4c [2021-02-03T20:56:07.635Z] Step 20/22 : LABEL arch=x86_64 [2021-02-03T20:56:08.581Z] ---> Running in 90f216c9abb8 [2021-02-03T20:56:09.160Z] ---> Running in 5c5e85358b52 [2021-02-03T20:56:10.108Z] Removing intermediate container 5d35ac9e44b1 [2021-02-03T20:56:10.108Z] ---> 41daf7bcd705 [2021-02-03T20:56:10.108Z] [2021-02-03T20:56:10.371Z] Removing intermediate container 90f216c9abb8 [2021-02-03T20:56:10.371Z] ---> 537aa1b4f132 [2021-02-03T20:56:10.371Z] Step 16/27 : EXPOSE $APP_PORT [2021-02-03T20:56:10.632Z] Successfully built 41daf7bcd705 [2021-02-03T20:56:10.632Z] Successfully tagged docker-core-metadata-go:latest [2021-02-03T20:56:10.632Z] Building docker-security-secrets-setup-go [2021-02-03T20:56:11.207Z]  Building docker-core-metadata-go ... done Removing intermediate container fa84468bf427 [2021-02-03T20:56:11.207Z] ---> 83ac33bf8868 [2021-02-03T20:56:11.207Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-03T20:56:11.470Z] Removing intermediate container 5c5e85358b52 [2021-02-03T20:56:11.470Z] ---> 6a7fb6d09d9d [2021-02-03T20:56:11.470Z] Step 21/22 : LABEL git_sha=12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T20:56:12.422Z] ---> Running in ba0ac42e6994 [2021-02-03T20:56:12.422Z] ---> Running in 8f25b49c396b [2021-02-03T20:56:12.422Z] ---> Running in 80cea0ce746c [2021-02-03T20:56:14.998Z] Removing intermediate container ba0ac42e6994 [2021-02-03T20:56:14.998Z] ---> 63dbac8b8ace [2021-02-03T20:56:14.998Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-03T20:56:14.998Z] Removing intermediate container 8f25b49c396b [2021-02-03T20:56:14.998Z] ---> 74b6231dc92f [2021-02-03T20:56:14.998Z] Step 22/24 : LABEL arch=x86_64 [2021-02-03T20:56:14.998Z] Removing intermediate container 80cea0ce746c [2021-02-03T20:56:14.998Z] ---> b37b4f205c4d [2021-02-03T20:56:14.998Z] Step 22/22 : LABEL version=0.0.1-dev.1 [2021-02-03T20:56:15.950Z] ---> Running in 53448edcb35d [2021-02-03T20:56:16.221Z] ---> Running in 169c83112cbf [2021-02-03T20:56:16.921Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-03T20:56:16.921Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-03T20:56:16.921Z] ---> e2b45c923635 [2021-02-03T20:56:16.921Z] Step 3/24 : WORKDIR /edgex-go [2021-02-03T20:56:16.921Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-03T20:56:16.921Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-03T20:56:16.921Z] ---> e2b45c923635 [2021-02-03T20:56:16.921Z] Step 3/22 : WORKDIR /edgex-go [2021-02-03T20:56:16.921Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-03T20:56:16.921Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-03T20:56:16.921Z] ---> e2b45c923635 [2021-02-03T20:56:16.921Z] Step 3/21 : WORKDIR /edgex-go [2021-02-03T20:56:16.921Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-03T20:56:16.921Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-03T20:56:16.921Z] ---> e2b45c923635 [2021-02-03T20:56:16.921Z] Step 3/22 : WORKDIR /edgex-go [2021-02-03T20:56:16.921Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-03T20:56:16.921Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-03T20:56:16.921Z] ---> e2b45c923635 [2021-02-03T20:56:16.921Z] Step 3/24 : WORKDIR /edgex-go [2021-02-03T20:56:17.624Z] ---> 503410428286 [2021-02-03T20:56:17.624Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-03T20:56:17.624Z] Removing intermediate container 53448edcb35d [2021-02-03T20:56:17.624Z] ---> 930331ae5e59 [2021-02-03T20:56:17.624Z] Step 23/24 : LABEL git_sha=12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T20:56:17.891Z] Removing intermediate container 169c83112cbf [2021-02-03T20:56:17.891Z] ---> 961eba233ab9 [2021-02-03T20:56:17.891Z] [2021-02-03T20:56:18.159Z] Successfully built 961eba233ab9 [2021-02-03T20:56:18.421Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-02-03T20:56:18.421Z]  Building docker-security-bootstrap-redis-go ... done Building docker-security-proxy-setup-go [2021-02-03T20:56:18.421Z] ---> Running in 38625d535f64 [2021-02-03T20:56:19.557Z] ---> Running in 65b6c1813714 [2021-02-03T20:56:19.557Z] ---> Running in fd25378d6fed [2021-02-03T20:56:19.557Z] ---> Running in ebee2abdb8e8 [2021-02-03T20:56:19.557Z] ---> Running in c2ab0e819f27 [2021-02-03T20:56:19.557Z] ---> Running in c24df58fb7fa [2021-02-03T20:56:20.160Z] Removing intermediate container c24df58fb7fa [2021-02-03T20:56:20.160Z] ---> df1453cabdf4 [2021-02-03T20:56:20.160Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T20:56:20.360Z] ---> c606ae49a6a1 [2021-02-03T20:56:20.360Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-03T20:56:20.434Z] Removing intermediate container 65b6c1813714 [2021-02-03T20:56:20.434Z] ---> 9378e02aeb6a [2021-02-03T20:56:20.434Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T20:56:20.434Z] Removing intermediate container ebee2abdb8e8 [2021-02-03T20:56:20.434Z] ---> 17cf5523f1cb [2021-02-03T20:56:20.434Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T20:56:20.434Z] Removing intermediate container c2ab0e819f27 [2021-02-03T20:56:20.434Z] ---> cebede44b527 [2021-02-03T20:56:20.434Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T20:56:20.434Z] Removing intermediate container fd25378d6fed [2021-02-03T20:56:20.434Z] ---> f1859df8e86a [2021-02-03T20:56:20.434Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T20:56:20.434Z] ---> Running in 26ade34daa73 [2021-02-03T20:56:20.434Z] ---> Running in 81991da1726a [2021-02-03T20:56:20.712Z] ---> Running in 3a341f6afc73 [2021-02-03T20:56:20.712Z] ---> Running in 650f9985efa7 [2021-02-03T20:56:20.712Z] ---> Running in 24739a33e819 [2021-02-03T20:56:21.773Z] Removing intermediate container 38625d535f64 [2021-02-03T20:56:21.773Z] ---> 48076136a04c [2021-02-03T20:56:21.773Z] Step 24/24 : LABEL version=0.0.1-dev.1 [2021-02-03T20:56:22.823Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-03T20:56:22.823Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-03T20:56:22.823Z] ---> 57e8aaf2fbb6 [2021-02-03T20:56:22.823Z] Step 3/23 : WORKDIR /edgex-go [2021-02-03T20:56:22.823Z] ---> Using cache [2021-02-03T20:56:22.823Z] ---> ea257e2f4ba7 [2021-02-03T20:56:22.823Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T20:56:23.090Z] ---> Using cache [2021-02-03T20:56:23.090Z] ---> 5a62b5cc90f2 [2021-02-03T20:56:23.090Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-03T20:56:24.044Z] ---> Running in 2eb8013d7cbd [2021-02-03T20:56:24.146Z] Removing intermediate container 81991da1726a [2021-02-03T20:56:24.146Z] ---> ef1d6ba6e024 [2021-02-03T20:56:24.146Z] Step 5/22 : RUN apk update && apk add make git [2021-02-03T20:56:24.419Z] ---> Running in 155c73cbb64e [2021-02-03T20:56:24.622Z] ---> 64fc0513c18f [2021-02-03T20:56:24.622Z] Step 20/27 : RUN apk --no-cache add py3-pip [2021-02-03T20:56:24.702Z] Removing intermediate container 26ade34daa73 [2021-02-03T20:56:24.702Z] ---> e4d6455070e4 [2021-02-03T20:56:24.702Z] Step 5/24 : RUN apk update && apk add make git [2021-02-03T20:56:24.702Z] Removing intermediate container 24739a33e819 [2021-02-03T20:56:24.702Z] ---> 84b046079e39 [2021-02-03T20:56:24.702Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2021-02-03T20:56:24.989Z] ---> Running in 1bc5ae06202a [2021-02-03T20:56:24.989Z] Removing intermediate container 3a341f6afc73 [2021-02-03T20:56:24.989Z] ---> fec4891de278 [2021-02-03T20:56:24.989Z] Step 5/22 : RUN apk update && apk add make git [2021-02-03T20:56:24.989Z] ---> Running in ccd0dd7cd69f [2021-02-03T20:56:25.269Z] ---> Running in db8dacab44c4 [2021-02-03T20:56:25.269Z] Removing intermediate container 650f9985efa7 [2021-02-03T20:56:25.269Z] ---> e974a0948797 [2021-02-03T20:56:25.269Z] Step 5/21 : RUN apk update && apk add make git [2021-02-03T20:56:25.550Z] ---> Running in b80d56d6b9e1 [2021-02-03T20:56:26.542Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T20:56:26.551Z] ---> Running in 8f086e00996a [2021-02-03T20:56:26.551Z] Removing intermediate container 2eb8013d7cbd [2021-02-03T20:56:26.551Z] ---> 191acd87fc83 [2021-02-03T20:56:26.551Z] [2021-02-03T20:56:26.815Z] ---> Running in ab605cb1b63c [2021-02-03T20:56:26.815Z] Successfully built 191acd87fc83 [2021-02-03T20:56:26.815Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-03T20:56:26.815Z] Building docker-support-logging-go [2021-02-03T20:56:26.819Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T20:56:27.101Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T20:56:27.375Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T20:56:27.375Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T20:56:27.375Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T20:56:27.970Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T20:56:27.970Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T20:56:28.243Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T20:56:28.243Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T20:56:28.517Z] v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-02-03T20:56:28.517Z] v3.12.3-85-ga0bd2102c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-02-03T20:56:28.517Z] OK: 12622 distinct packages available [2021-02-03T20:56:28.755Z]  Building docker-security-secretstore-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T20:56:29.017Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-03T20:56:29.017Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2021-02-03T20:56:29.017Z] ---> 57e8aaf2fbb6 [2021-02-03T20:56:29.017Z] Step 3/29 : WORKDIR /edgex-go [2021-02-03T20:56:29.017Z] ---> Using cache [2021-02-03T20:56:29.017Z] ---> ea257e2f4ba7 [2021-02-03T20:56:29.017Z] Step 4/29 : RUN apk update && apk add make git [2021-02-03T20:56:29.120Z] v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-02-03T20:56:29.120Z] v3.12.3-85-ga0bd2102c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-02-03T20:56:29.120Z] OK: 12622 distinct packages available [2021-02-03T20:56:29.120Z] OK: 217 MiB in 51 packages [2021-02-03T20:56:29.405Z] v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-02-03T20:56:29.405Z] v3.12.3-85-ga0bd2102c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-02-03T20:56:29.405Z] OK: 12622 distinct packages available [2021-02-03T20:56:29.405Z] v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-02-03T20:56:29.405Z] v3.12.3-85-ga0bd2102c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-02-03T20:56:29.405Z] OK: 12622 distinct packages available [2021-02-03T20:56:29.593Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T20:56:29.688Z] v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-02-03T20:56:29.688Z] v3.12.3-85-ga0bd2102c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-02-03T20:56:29.688Z] OK: 12622 distinct packages available [2021-02-03T20:56:29.985Z] OK: 217 MiB in 51 packages [2021-02-03T20:56:30.174Z] ---> Running in 135b09472168 [2021-02-03T20:56:30.174Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-02-03T20:56:30.270Z] OK: 217 MiB in 51 packages [2021-02-03T20:56:30.469Z] v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-02-03T20:56:30.469Z] v3.12.3-85-ga0bd2102c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-02-03T20:56:30.469Z] OK: 12752 distinct packages available [2021-02-03T20:56:30.469Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-02-03T20:56:30.552Z] OK: 217 MiB in 51 packages [2021-02-03T20:56:30.740Z] (1/32) Installing libbz2 (1.0.8-r1) [2021-02-03T20:56:30.741Z] (2/32) Installing expat (2.2.10-r1) [2021-02-03T20:56:30.741Z] (3/32) Installing libffi (3.3-r2) [2021-02-03T20:56:30.829Z] OK: 217 MiB in 51 packages [2021-02-03T20:56:31.008Z] (4/32) Installing gdbm (1.19-r0) [2021-02-03T20:56:31.008Z] OK: 233 MiB in 51 packages [2021-02-03T20:56:31.105Z] Removing intermediate container 155c73cbb64e [2021-02-03T20:56:31.105Z] ---> 8b7486258b90 [2021-02-03T20:56:31.105Z] Step 6/22 : COPY go.mod . [2021-02-03T20:56:31.272Z] (5/32) Installing xz-libs (5.2.5-r0) [2021-02-03T20:56:31.272Z] (6/32) Installing sqlite-libs (3.34.1-r0) [2021-02-03T20:56:31.534Z] (7/32) Installing python3 (3.8.7-r0) [2021-02-03T20:56:31.717Z] Removing intermediate container 1bc5ae06202a [2021-02-03T20:56:31.717Z] ---> 71ad930cc21b [2021-02-03T20:56:31.992Z] Step 6/24 : COPY go.mod . [2021-02-03T20:56:32.268Z] Removing intermediate container b80d56d6b9e1 [2021-02-03T20:56:32.268Z] ---> 9d07814a3748 [2021-02-03T20:56:32.268Z] Step 6/21 : COPY go.mod . [2021-02-03T20:56:32.268Z] ---> eb9070dd9d93 [2021-02-03T20:56:32.268Z] Step 7/22 : RUN go mod download [2021-02-03T20:56:32.268Z] Removing intermediate container ccd0dd7cd69f [2021-02-03T20:56:32.268Z] ---> cd0d97c0e895 [2021-02-03T20:56:32.268Z] Step 6/24 : COPY go.mod . [2021-02-03T20:56:32.494Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T20:56:32.554Z] ---> Running in 21e659978356 [2021-02-03T20:56:32.836Z] Removing intermediate container db8dacab44c4 [2021-02-03T20:56:32.836Z] ---> e29f03d541fb [2021-02-03T20:56:32.836Z] Step 6/22 : COPY go.mod . [2021-02-03T20:56:32.836Z] ---> 165aa29702cd [2021-02-03T20:56:32.836Z] Step 7/24 : RUN go mod download [2021-02-03T20:56:33.077Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T20:56:33.115Z] ---> Running in 8a15313f718a [2021-02-03T20:56:33.392Z] ---> c8caa95f2037 [2021-02-03T20:56:33.392Z] Step 7/21 : RUN go mod download [2021-02-03T20:56:33.667Z] ---> 589579c75144 [2021-02-03T20:56:33.667Z] Step 7/24 : RUN go mod download [2021-02-03T20:56:33.667Z] ---> Running in 35f98b6314fb [2021-02-03T20:56:34.024Z] v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-02-03T20:56:34.024Z] v3.12.3-85-ga0bd2102c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-02-03T20:56:34.024Z] OK: 12752 distinct packages available [2021-02-03T20:56:34.262Z] ---> 9bf0c9b1280e [2021-02-03T20:56:34.262Z] Step 7/22 : RUN go mod download [2021-02-03T20:56:34.262Z] ---> Running in 05f7f4a48365 [2021-02-03T20:56:34.291Z] OK: 233 MiB in 51 packages [2021-02-03T20:56:34.540Z] ---> Running in 385d496e68c2 [2021-02-03T20:56:37.180Z] Removing intermediate container 21e659978356 [2021-02-03T20:56:37.180Z] ---> 96a5e15d9bd9 [2021-02-03T20:56:37.180Z] Step 8/22 : COPY . . [2021-02-03T20:56:37.180Z] Removing intermediate container 8a15313f718a [2021-02-03T20:56:37.180Z] ---> a4c27b8a0bd4 [2021-02-03T20:56:37.180Z] Step 8/24 : COPY . . [2021-02-03T20:56:37.609Z] (8/32) Installing py3-appdirs (1.4.4-r1) [2021-02-03T20:56:37.609Z] (9/32) Installing py3-ordered-set (4.0.2-r0) [2021-02-03T20:56:37.609Z] (10/32) Installing py3-parsing (2.4.7-r1) [2021-02-03T20:56:37.609Z] (11/32) Installing py3-six (1.15.0-r0) [2021-02-03T20:56:37.609Z] (12/32) Installing py3-packaging (20.9-r0) [2021-02-03T20:56:37.609Z] (13/32) Installing py3-setuptools (51.3.3-r0) [2021-02-03T20:56:37.875Z] (14/32) Installing py3-chardet (4.0.0-r0) [2021-02-03T20:56:38.137Z] (15/32) Installing py3-idna (3.1-r0) [2021-02-03T20:56:38.137Z] (16/32) Installing py3-urllib3 (1.26.2-r1) [2021-02-03T20:56:38.630Z] Removing intermediate container 05f7f4a48365 [2021-02-03T20:56:38.630Z] ---> fb7c579c1f4b [2021-02-03T20:56:38.630Z] Step 8/24 : COPY . . [2021-02-03T20:56:38.713Z] Removing intermediate container 8f086e00996a [2021-02-03T20:56:38.713Z] ---> eebdce48de10 [2021-02-03T20:56:38.713Z] Step 6/23 : COPY go.mod . [2021-02-03T20:56:39.229Z] Removing intermediate container 385d496e68c2 [2021-02-03T20:56:39.229Z] ---> cb92edfa9b48 [2021-02-03T20:56:39.229Z] Step 8/22 : COPY . . [2021-02-03T20:56:39.293Z] (17/32) Installing py3-requests (2.25.1-r1) [2021-02-03T20:56:39.293Z] (18/32) Installing py3-msgpack (1.0.2-r0) [2021-02-03T20:56:39.293Z] (19/32) Installing py3-lockfile (0.12.2-r3) [2021-02-03T20:56:39.293Z] (20/32) Installing py3-cachecontrol (0.12.6-r0) [2021-02-03T20:56:39.293Z] (21/32) Installing py3-colorama (0.4.4-r0) [2021-02-03T20:56:39.507Z] Removing intermediate container 35f98b6314fb [2021-02-03T20:56:39.507Z] ---> 339b92666424 [2021-02-03T20:56:39.507Z] Step 8/21 : COPY . . [2021-02-03T20:56:40.262Z] (22/32) Installing py3-contextlib2 (0.6.0-r0) [2021-02-03T20:56:40.262Z] (23/32) Installing py3-distlib (0.3.1-r1) [2021-02-03T20:56:40.262Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-03T20:56:40.262Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2021-02-03T20:56:40.262Z] ---> 57e8aaf2fbb6 [2021-02-03T20:56:40.262Z] Step 3/20 : WORKDIR /edgex-go [2021-02-03T20:56:40.262Z] ---> Using cache [2021-02-03T20:56:40.262Z] ---> ea257e2f4ba7 [2021-02-03T20:56:40.262Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T20:56:40.262Z] ---> Using cache [2021-02-03T20:56:40.262Z] ---> 5a62b5cc90f2 [2021-02-03T20:56:40.262Z] Step 5/20 : RUN apk update && apk add make git [2021-02-03T20:56:40.262Z] ---> Using cache [2021-02-03T20:56:40.262Z] ---> c7a33a6f7607 [2021-02-03T20:56:40.262Z] Step 6/20 : COPY go.mod . [2021-02-03T20:56:40.262Z] ---> Using cache [2021-02-03T20:56:40.262Z] ---> 0ee741e47aa9 [2021-02-03T20:56:40.262Z] Step 7/20 : RUN go mod download [2021-02-03T20:56:40.262Z] ---> Using cache [2021-02-03T20:56:40.262Z] ---> 5cf845586033 [2021-02-03T20:56:40.262Z] Step 8/20 : COPY . . [2021-02-03T20:56:40.262Z] (24/32) Installing py3-distro (1.5.0-r1) [2021-02-03T20:56:40.262Z] ---> Using cache [2021-02-03T20:56:40.262Z] ---> 75f59c194acb [2021-02-03T20:56:40.262Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2021-02-03T20:56:40.524Z] Removing intermediate container 135b09472168 [2021-02-03T20:56:40.524Z] ---> af5d0419cd88 [2021-02-03T20:56:40.524Z] Step 5/29 : COPY go.mod . [2021-02-03T20:56:40.524Z] (25/32) Installing py3-webencodings (0.5.1-r3) [2021-02-03T20:56:41.474Z] (26/32) Installing py3-html5lib (1.1-r0) [2021-02-03T20:56:41.474Z] (27/32) Installing py3-pytoml (0.1.21-r0) [2021-02-03T20:56:41.474Z] (28/32) Installing py3-pep517 (0.9.1-r0) [2021-02-03T20:56:41.474Z] (29/32) Installing py3-progress (1.5-r0) [2021-02-03T20:56:41.474Z] (30/32) Installing py3-retrying (1.3.3-r0) [2021-02-03T20:56:42.062Z] (31/32) Installing py3-toml (0.10.2-r0) [2021-02-03T20:56:42.326Z] ---> 6ff1ddd48e8c [2021-02-03T20:56:42.326Z] Step 7/23 : RUN go mod download [2021-02-03T20:56:42.326Z] (32/32) Installing py3-pip (20.3.4-r0) [2021-02-03T20:56:42.326Z] ---> Running in b17df4b90483 [2021-02-03T20:56:43.280Z] ---> Running in ebcd2de7716e [2021-02-03T20:56:43.280Z] ---> 325e50e05f75 [2021-02-03T20:56:43.280Z] Step 6/29 : RUN go mod download [2021-02-03T20:56:43.547Z] ---> Running in be6acf4b72ab [2021-02-03T20:56:43.547Z] Executing busybox-1.32.1-r2.trigger [2021-02-03T20:56:43.815Z] OK: 80 MiB in 54 packages [2021-02-03T20:56:45.219Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.1-dev.1" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-03T20:56:46.622Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-03T20:56:46.623Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-03T20:56:46.623Z] ---> 57e8aaf2fbb6 [2021-02-03T20:56:46.623Z] Step 3/22 : WORKDIR /edgex-go [2021-02-03T20:56:46.623Z] ---> Using cache [2021-02-03T20:56:46.623Z] ---> ea257e2f4ba7 [2021-02-03T20:56:46.623Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T20:56:46.623Z] ---> Using cache [2021-02-03T20:56:46.623Z] ---> 5a62b5cc90f2 [2021-02-03T20:56:46.623Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2021-02-03T20:56:48.049Z] ---> Running in b141088620de [2021-02-03T20:56:48.650Z] Removing intermediate container be6acf4b72ab [2021-02-03T20:56:48.650Z] ---> 26ebf5bae428 [2021-02-03T20:56:48.650Z] Step 7/29 : COPY . . [2021-02-03T20:56:48.650Z] Removing intermediate container ebcd2de7716e [2021-02-03T20:56:48.650Z] ---> f32f4e9bdc71 [2021-02-03T20:56:48.650Z] Step 8/23 : COPY . . [2021-02-03T20:56:48.926Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T20:56:50.155Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T20:56:50.457Z] v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-02-03T20:56:50.457Z] v3.12.3-85-ga0bd2102c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-02-03T20:56:50.457Z] OK: 12752 distinct packages available [2021-02-03T20:56:50.778Z] OK: 233 MiB in 51 packages [2021-02-03T20:56:52.354Z] OK: 233 MiB in 51 packages [2021-02-03T20:56:57.842Z] ---> 7f4b834423ad [2021-02-03T20:56:57.842Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-02-03T20:56:57.842Z] ---> 6af09ba0571e [2021-02-03T20:56:57.842Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-03T20:56:57.842Z] ---> 39cddb9ca621 [2021-02-03T20:56:57.842Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-02-03T20:56:57.842Z] ---> Running in 30c710fcd0c4 [2021-02-03T20:56:57.842Z] ---> Running in 4033dc70d529 [2021-02-03T20:56:57.843Z] ---> b6fb9ec3ab36 [2021-02-03T20:56:57.843Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-02-03T20:56:57.843Z] ---> c7c44d6ac7b5 [2021-02-03T20:56:57.843Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-02-03T20:56:57.843Z] ---> Running in 74e6d3b7011c [2021-02-03T20:56:57.843Z] ---> Running in 6c42808e0a45 [2021-02-03T20:56:57.843Z] ---> Running in 0630020241d5 [2021-02-03T20:56:59.273Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.1-dev.1" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-03T20:56:59.873Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.1-dev.1" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-03T20:56:59.873Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.1-dev.1" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-03T20:57:00.147Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.1-dev.1" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-03T20:57:00.147Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.1-dev.1" -o cmd/core-command/core-command ./cmd/core-command [2021-02-03T20:57:07.361Z] Removing intermediate container b141088620de [2021-02-03T20:57:07.362Z] ---> 725ecc535532 [2021-02-03T20:57:07.362Z] Step 6/22 : COPY go.mod . [2021-02-03T20:57:12.697Z] ---> 8452bc9cf16a [2021-02-03T20:57:12.697Z] Step 7/22 : RUN go mod download [2021-02-03T20:57:16.070Z] ---> Running in 0cecbe0f947c [2021-02-03T20:57:18.646Z] Removing intermediate container ab605cb1b63c [2021-02-03T20:57:18.647Z] ---> 0e5a8faecffa [2021-02-03T20:57:18.647Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2021-02-03T20:57:19.616Z] Removing intermediate container b17df4b90483 [2021-02-03T20:57:19.616Z] ---> 7679fc7bc256 [2021-02-03T20:57:19.616Z] [2021-02-03T20:57:19.616Z] Step 10/20 : FROM alpine [2021-02-03T20:57:19.616Z] ---> Running in 9e3958810fe1 [2021-02-03T20:57:19.616Z] latest: Pulling from library/alpine [2021-02-03T20:57:19.616Z] ---> 2de1268f17db [2021-02-03T20:57:19.616Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2021-02-03T20:57:19.616Z] ---> 0d3290426360 [2021-02-03T20:57:19.616Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-03T20:57:19.880Z] Digest: sha256:08d6ca16c60fe7490c03d10dc339d9fd8ea67c6466dea8d558526b1330a85930 [2021-02-03T20:57:19.880Z] ---> Running in e8708ed8c404 [2021-02-03T20:57:19.880Z] Status: Downloaded newer image for alpine:latest [2021-02-03T20:57:19.880Z] ---> e50c909a8df2 [2021-02-03T20:57:19.880Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2021-02-03T20:57:19.880Z] ---> Running in 86cff25db1b7 [2021-02-03T20:57:19.880Z] ---> Running in 506b2447a9a6 [2021-02-03T20:57:20.855Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.1-dev.1" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2021-02-03T20:57:20.855Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.1-dev.1" -o cmd/core-data/core-data ./cmd/core-data [2021-02-03T20:57:20.855Z] Removing intermediate container 0cecbe0f947c [2021-02-03T20:57:20.855Z] ---> a770be07fdfc [2021-02-03T20:57:20.855Z] Step 8/22 : COPY . . [2021-02-03T20:57:21.126Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-02-03T20:57:21.126Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-02-03T20:57:21.712Z] v3.13.1-43-gc72f0fa02c [https://dl-cdn.alpinelinux.org/alpine/v3.13/main] [2021-02-03T20:57:21.712Z] v3.13.1-46-g3d66bdf2e8 [https://dl-cdn.alpinelinux.org/alpine/v3.13/community] [2021-02-03T20:57:21.712Z] OK: 13878 distinct packages available [2021-02-03T20:57:22.690Z] (1/5) Installing ca-certificates (20191127-r5) [2021-02-03T20:57:22.690Z] (2/5) Installing brotli-libs (1.0.9-r3) [2021-02-03T20:57:22.954Z] (3/5) Installing nghttp2-libs (1.42.0-r1) [2021-02-03T20:57:23.542Z] (4/5) Installing libcurl (7.74.0-r0) [2021-02-03T20:57:23.542Z] (5/5) Installing curl (7.74.0-r0) [2021-02-03T20:57:23.542Z] Executing busybox-1.32.1-r2.trigger [2021-02-03T20:57:23.542Z] Executing ca-certificates-20191127-r5.trigger [2021-02-03T20:57:23.542Z] OK: 8 MiB in 19 packages [2021-02-03T20:57:31.768Z] Removing intermediate container 506b2447a9a6 [2021-02-03T20:57:31.768Z] ---> 58a2d4d13981 [2021-02-03T20:57:31.768Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-03T20:57:34.371Z] ---> Running in aafcc41fbc49 [2021-02-03T20:57:34.960Z] Removing intermediate container aafcc41fbc49 [2021-02-03T20:57:34.960Z] ---> bd7b4aebc33f [2021-02-03T20:57:34.960Z] Step 13/20 : WORKDIR /edgex [2021-02-03T20:57:34.960Z] Collecting docker-compose==1.23.2 [2021-02-03T20:57:35.229Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-03T20:57:35.820Z] ---> Running in a338b9d35665 [2021-02-03T20:57:35.820Z] Collecting cached-property<2,>=1.2.0 [2021-02-03T20:57:35.820Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-03T20:57:36.097Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-03T20:57:36.097Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-03T20:57:38.060Z] Collecting docker<4.0,>=3.6.0 [2021-02-03T20:57:38.060Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-03T20:57:39.015Z] Removing intermediate container a338b9d35665 [2021-02-03T20:57:39.015Z] ---> c44c32b70035 [2021-02-03T20:57:39.015Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-03T20:57:39.287Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-03T20:57:39.287Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-03T20:57:40.281Z] Collecting docopt<0.7,>=0.6.1 [2021-02-03T20:57:40.281Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-03T20:57:40.864Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-03T20:57:41.839Z] Collecting jsonschema<3,>=2.5.1 [2021-02-03T20:57:41.839Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-03T20:57:41.839Z] Collecting PyYAML<4,>=3.10 [2021-02-03T20:57:41.839Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-03T20:57:42.803Z] ---> bfddb6ad0a48 [2021-02-03T20:57:42.803Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-03T20:57:43.396Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-03T20:57:43.659Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-03T20:57:44.245Z] Collecting texttable<0.10,>=0.9.0 [2021-02-03T20:57:44.245Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-03T20:57:45.225Z] Collecting docker-pycreds>=0.4.0 [2021-02-03T20:57:45.225Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-03T20:57:45.225Z] ---> 7714db75d751 [2021-02-03T20:57:45.225Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-03T20:57:45.225Z] ---> 1cf6bc6edd72 [2021-02-03T20:57:45.225Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2021-02-03T20:57:45.225Z] ---> Running in f705836c0691 [2021-02-03T20:57:45.225Z] ---> Running in be067cada671 [2021-02-03T20:57:45.502Z] Collecting certifi>=2017.4.17 [2021-02-03T20:57:45.502Z] Downloading certifi-2020.12.5-py2.py3-none-any.whl (147 kB) [2021-02-03T20:57:45.502Z] Collecting chardet<3.1.0,>=3.0.2 [2021-02-03T20:57:45.502Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2021-02-03T20:57:45.775Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-03T20:57:45.775Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-03T20:57:45.775Z] Removing intermediate container f705836c0691 [2021-02-03T20:57:45.775Z] ---> 2c17f62fbb45 [2021-02-03T20:57:45.775Z] Step 17/20 : CMD ["--init=true"] [2021-02-03T20:57:46.042Z] Collecting idna<2.8,>=2.5 [2021-02-03T20:57:46.333Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-03T20:57:46.616Z] ---> Running in 5c0892de415c [2021-02-03T20:57:46.616Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2021-02-03T20:57:46.616Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2021-02-03T20:57:46.616Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2021-02-03T20:57:46.616Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2021-02-03T20:57:46.616Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.1-dev.1" -o cmd/support-logging/support-logging ./cmd/support-logging [2021-02-03T20:57:46.884Z] Installing collected packages: urllib3, idna, chardet, certifi, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2021-02-03T20:57:46.884Z] Attempting uninstall: urllib3 [2021-02-03T20:57:46.884Z] Found existing installation: urllib3 1.26.2 [2021-02-03T20:57:46.884Z] Uninstalling urllib3-1.26.2: [2021-02-03T20:57:47.147Z] Successfully uninstalled urllib3-1.26.2 [2021-02-03T20:57:47.735Z] Removing intermediate container e8708ed8c404 [2021-02-03T20:57:47.735Z] ---> 252c3d4988cc [2021-02-03T20:57:47.735Z] [2021-02-03T20:57:47.735Z] Step 9/29 : FROM alpine:latest [2021-02-03T20:57:47.735Z] ---> e50c909a8df2 [2021-02-03T20:57:47.736Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2021-02-03T20:57:48.004Z] Removing intermediate container 5c0892de415c [2021-02-03T20:57:48.004Z] ---> ab85bcb69407 [2021-02-03T20:57:48.004Z] Step 18/20 : LABEL arch=x86_64 [2021-02-03T20:57:48.004Z] Attempting uninstall: idna [2021-02-03T20:57:48.004Z] Found existing installation: idna 3.1 [2021-02-03T20:57:48.004Z] Uninstalling idna-3.1: [2021-02-03T20:57:48.004Z] Successfully uninstalled idna-3.1 [2021-02-03T20:57:48.277Z] Attempting uninstall: chardet [2021-02-03T20:57:48.277Z] Found existing installation: chardet 4.0.0 [2021-02-03T20:57:48.277Z] ---> Running in 6b1c15d2f405 [2021-02-03T20:57:48.277Z] Uninstalling chardet-4.0.0: [2021-02-03T20:57:48.553Z] ---> Running in 9a9323da1589 [2021-02-03T20:57:48.829Z] Removing intermediate container 9a9323da1589 [2021-02-03T20:57:48.829Z] ---> d890d75a46e8 [2021-02-03T20:57:48.829Z] Step 19/20 : LABEL git_sha=12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T20:57:48.829Z] Successfully uninstalled chardet-4.0.0 [2021-02-03T20:57:49.106Z] Removing intermediate container 6b1c15d2f405 [2021-02-03T20:57:49.106Z] ---> 07845b9e7cfd [2021-02-03T20:57:49.106Z] Step 11/29 : USER root [2021-02-03T20:57:49.106Z] ---> Running in 885fd8185adf [2021-02-03T20:57:49.372Z] ---> Running in a6d5a30491c4 [2021-02-03T20:57:49.644Z] Removing intermediate container 885fd8185adf [2021-02-03T20:57:49.644Z] ---> 26410601a728 [2021-02-03T20:57:49.644Z] Step 20/20 : LABEL version=0.0.1-dev.1 [2021-02-03T20:57:49.644Z] Attempting uninstall: requests [2021-02-03T20:57:49.644Z] Found existing installation: requests 2.25.1 [2021-02-03T20:57:49.644Z] Uninstalling requests-2.25.1: [2021-02-03T20:57:49.913Z] Removing intermediate container a6d5a30491c4 [2021-02-03T20:57:49.913Z] ---> 5f1d1d22e5a5 [2021-02-03T20:57:49.913Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2021-02-03T20:57:49.913Z] ---> Running in 062252ce7737 [2021-02-03T20:57:49.913Z] Successfully uninstalled requests-2.25.1 [2021-02-03T20:57:49.913Z] ---> Running in 2ba129a0301b [2021-02-03T20:57:50.492Z] Running setup.py install for texttable: started [2021-02-03T20:57:50.492Z] Removing intermediate container 062252ce7737 [2021-02-03T20:57:50.492Z] ---> 6b9bd95342fb [2021-02-03T20:57:50.492Z] [2021-02-03T20:57:51.065Z] Running setup.py install for texttable: finished with status 'done' [2021-02-03T20:57:51.344Z] Running setup.py install for PyYAML: started [2021-02-03T20:57:51.622Z] Successfully built 6b9bd95342fb [2021-02-03T20:57:51.622Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-03T20:57:51.622Z] Building docker-core-command-go [2021-02-03T20:57:51.893Z]  Building docker-security-proxy-setup-go ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-02-03T20:57:52.180Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-03T20:57:52.180Z] Running setup.py install for docopt: started [2021-02-03T20:57:52.180Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-02-03T20:57:52.781Z] v3.13.1-43-gc72f0fa02c [https://dl-cdn.alpinelinux.org/alpine/v3.13/main] [2021-02-03T20:57:52.781Z] v3.13.1-46-g3d66bdf2e8 [https://dl-cdn.alpinelinux.org/alpine/v3.13/community] [2021-02-03T20:57:52.781Z] OK: 13878 distinct packages available [2021-02-03T20:57:53.370Z] (1/2) Installing ca-certificates (20191127-r5) [2021-02-03T20:57:53.634Z] Running setup.py install for docopt: finished with status 'done' [2021-02-03T20:57:53.634Z] Running setup.py install for dockerpty: started [2021-02-03T20:57:53.895Z] (2/2) Installing dumb-init (1.2.5-r0) [2021-02-03T20:57:53.895Z] Executing busybox-1.32.1-r2.trigger [2021-02-03T20:57:53.895Z] Executing ca-certificates-20191127-r5.trigger [2021-02-03T20:57:53.895Z] OK: 6 MiB in 16 packages [2021-02-03T20:57:55.320Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-03T20:57:59.596Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2020.12.5 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-03T20:58:00.573Z] Removing intermediate container 2ba129a0301b [2021-02-03T20:58:00.573Z] ---> d759980904a7 [2021-02-03T20:58:00.573Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2021-02-03T20:58:04.819Z] ---> Running in 58b74b3e206d [2021-02-03T20:58:07.380Z] Removing intermediate container 86cff25db1b7 [2021-02-03T20:58:07.380Z] ---> a7e8d2041704 [2021-02-03T20:58:07.380Z] [2021-02-03T20:58:07.380Z] Step 10/23 : FROM alpine [2021-02-03T20:58:08.071Z] ---> e50c909a8df2 [2021-02-03T20:58:08.071Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-03T20:58:13.525Z] Removing intermediate container 58b74b3e206d [2021-02-03T20:58:13.525Z] ---> 56f6e85ef7b5 [2021-02-03T20:58:13.525Z] Step 14/29 : WORKDIR $BASE_DIR [2021-02-03T20:58:13.525Z] ---> Running in aeb2ba41d0e1 [2021-02-03T20:58:13.788Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-03T20:58:13.788Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-03T20:58:13.788Z] ---> 57e8aaf2fbb6 [2021-02-03T20:58:13.788Z] Step 3/22 : WORKDIR /edgex-go [2021-02-03T20:58:14.051Z] ---> Using cache [2021-02-03T20:58:14.051Z] ---> ea257e2f4ba7 [2021-02-03T20:58:14.051Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T20:58:14.051Z] ---> Using cache [2021-02-03T20:58:14.051Z] ---> 5a62b5cc90f2 [2021-02-03T20:58:14.051Z] Step 5/22 : RUN apk update && apk add make git [2021-02-03T20:58:14.051Z] ---> Using cache [2021-02-03T20:58:14.051Z] ---> c7a33a6f7607 [2021-02-03T20:58:14.051Z] Step 6/22 : COPY go.mod . [2021-02-03T20:58:14.051Z] ---> Using cache [2021-02-03T20:58:14.051Z] ---> 0ee741e47aa9 [2021-02-03T20:58:14.051Z] Step 7/22 : RUN go mod download [2021-02-03T20:58:14.051Z] ---> Using cache [2021-02-03T20:58:14.051Z] ---> 5cf845586033 [2021-02-03T20:58:14.051Z] Step 8/22 : COPY . . [2021-02-03T20:58:14.313Z] ---> Using cache [2021-02-03T20:58:14.313Z] ---> 75f59c194acb [2021-02-03T20:58:14.313Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-02-03T20:58:14.887Z] ---> Running in 04a8eefe6a17 [2021-02-03T20:58:14.887Z] ---> Running in b559f3b2a1f8 [2021-02-03T20:58:14.887Z] Removing intermediate container 9e3958810fe1 [2021-02-03T20:58:14.887Z] ---> 2f5d97b8fc0d [2021-02-03T20:58:14.887Z] Step 22/27 : RUN apk --no-cache add curl [2021-02-03T20:58:14.887Z] Removing intermediate container aeb2ba41d0e1 [2021-02-03T20:58:14.887Z] ---> 00f541c9b77d [2021-02-03T20:58:14.887Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-03T20:58:14.887Z] ---> Running in 121062a4646b [2021-02-03T20:58:15.151Z] ---> Running in 11fec96af76a [2021-02-03T20:58:15.151Z] Removing intermediate container 04a8eefe6a17 [2021-02-03T20:58:15.151Z] ---> 116089463a9b [2021-02-03T20:58:15.151Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2021-02-03T20:58:15.416Z] ---> Running in a7c5dcf6ebdf [2021-02-03T20:58:15.416Z] Removing intermediate container 11fec96af76a [2021-02-03T20:58:15.416Z] ---> 338136c3c756 [2021-02-03T20:58:15.416Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-03T20:58:15.682Z] ---> Running in 2dcdd12bd3cf [2021-02-03T20:58:15.682Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.1-dev.1" -o cmd/core-command/core-command ./cmd/core-command [2021-02-03T20:58:15.959Z] Removing intermediate container 2dcdd12bd3cf [2021-02-03T20:58:15.959Z] ---> fcbc11ba7764 [2021-02-03T20:58:15.959Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T20:58:16.232Z] ---> Running in c5ca4f578997 [2021-02-03T20:58:16.514Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-02-03T20:58:16.779Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-02-03T20:58:17.043Z] (1/4) Installing brotli-libs (1.0.9-r3) [2021-02-03T20:58:17.310Z] (2/4) Installing nghttp2-libs (1.42.0-r1) [2021-02-03T20:58:17.310Z] (3/4) Installing libcurl (7.74.0-r0) [2021-02-03T20:58:17.573Z] (4/4) Installing curl (7.74.0-r0) [2021-02-03T20:58:17.573Z] Executing busybox-1.32.1-r2.trigger [2021-02-03T20:58:17.573Z] OK: 82 MiB in 58 packages [2021-02-03T20:58:18.166Z] Removing intermediate container be067cada671 [2021-02-03T20:58:18.166Z] ---> f42d4d3799e4 [2021-02-03T20:58:18.166Z] [2021-02-03T20:58:18.166Z] Step 10/22 : FROM scratch [2021-02-03T20:58:18.166Z] ---> [2021-02-03T20:58:18.166Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-02-03T20:58:19.596Z] Removing intermediate container a7c5dcf6ebdf [2021-02-03T20:58:19.596Z] ---> d22025ce1aec [2021-02-03T20:58:19.596Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2021-02-03T20:58:19.596Z] ---> Running in cce3f28b54e7 [2021-02-03T20:58:19.596Z] Removing intermediate container c5ca4f578997 [2021-02-03T20:58:19.596Z] ---> d2d9bed3d2bd [2021-02-03T20:58:19.596Z] Step 15/23 : RUN apk --no-cache add zeromq [2021-02-03T20:58:19.596Z] Removing intermediate container 121062a4646b [2021-02-03T20:58:19.596Z] ---> 74ce958c4e98 [2021-02-03T20:58:19.596Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-03T20:58:19.596Z] ---> Running in 2a9e2ac47577 [2021-02-03T20:58:19.596Z] ---> Running in de810b8c4030 [2021-02-03T20:58:19.864Z] Removing intermediate container cce3f28b54e7 [2021-02-03T20:58:19.864Z] ---> 42a94d2b60b3 [2021-02-03T20:58:19.864Z] Step 12/22 : ENV APP_PORT=48061 [2021-02-03T20:58:20.129Z] ---> Running in 921dd9a74c5a [2021-02-03T20:58:20.129Z] Removing intermediate container de810b8c4030 [2021-02-03T20:58:20.129Z] ---> 1f977b1dae0d [2021-02-03T20:58:20.129Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T20:58:20.129Z] ---> Running in d1cd0c10a278 [2021-02-03T20:58:20.401Z] ---> 8c9ea59ef19e [2021-02-03T20:58:20.401Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2021-02-03T20:58:20.401Z] Removing intermediate container 921dd9a74c5a [2021-02-03T20:58:20.401Z] ---> ecc9be0b1f67 [2021-02-03T20:58:20.401Z] Step 13/22 : EXPOSE $APP_PORT [2021-02-03T20:58:20.401Z] ---> Running in 75cdba1da0d0 [2021-02-03T20:58:20.678Z] Removing intermediate container d1cd0c10a278 [2021-02-03T20:58:20.678Z] ---> e922540b858a [2021-02-03T20:58:20.678Z] Step 25/27 : LABEL arch=x86_64 [2021-02-03T20:58:20.678Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-02-03T20:58:20.678Z] Removing intermediate container 75cdba1da0d0 [2021-02-03T20:58:20.678Z] ---> 06453343a665 [2021-02-03T20:58:20.678Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2021-02-03T20:58:20.678Z] ---> Running in c7b229c6bcce [2021-02-03T20:58:20.948Z] ---> 9a09fae13980 [2021-02-03T20:58:20.948Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2021-02-03T20:58:20.948Z] Removing intermediate container c7b229c6bcce [2021-02-03T20:58:20.948Z] ---> 108bbf9e8e34 [2021-02-03T20:58:20.948Z] Step 26/27 : LABEL git_sha=12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T20:58:21.919Z] ---> 5477c77e5196 [2021-02-03T20:58:21.919Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2021-02-03T20:58:21.919Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-02-03T20:58:21.919Z] ---> Running in 94119a26d0fc [2021-02-03T20:58:22.045Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.1-dev.1" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-03T20:58:22.191Z] ---> 642250b621e3 [2021-02-03T20:58:22.191Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2021-02-03T20:58:22.475Z] ---> ecb913d1d1ca [2021-02-03T20:58:22.475Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2021-02-03T20:58:22.475Z] Removing intermediate container 94119a26d0fc [2021-02-03T20:58:22.475Z] ---> a55dc85b9a75 [2021-02-03T20:58:22.475Z] Step 27/27 : LABEL version=0.0.1-dev.1 [2021-02-03T20:58:22.475Z] ---> Running in 0c2413f3965a [2021-02-03T20:58:22.751Z] ---> beac0933f624 [2021-02-03T20:58:22.751Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2021-02-03T20:58:22.751Z] Removing intermediate container 0c2413f3965a [2021-02-03T20:58:22.751Z] ---> 6e17a541c86c [2021-02-03T20:58:22.751Z] [2021-02-03T20:58:23.362Z] Successfully built 6e17a541c86c [2021-02-03T20:58:23.362Z] ---> bd860e7f86e4 [2021-02-03T20:58:23.362Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2021-02-03T20:58:23.362Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-03T20:58:23.362Z]  Building docker-sys-mgmt-agent-go ... done Building docker-support-notifications-go [2021-02-03T20:58:23.362Z] ---> 03b48646cffa [2021-02-03T20:58:23.362Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2021-02-03T20:58:23.362Z] ---> Running in a5c7b3adbf33 [2021-02-03T20:58:23.362Z] (1/5) Installing libgcc (10.2.1_pre1-r3) [2021-02-03T20:58:23.632Z] (2/5) Installing libsodium (1.0.18-r0) [2021-02-03T20:58:23.919Z] (3/5) Installing libstdc++ (10.2.1_pre1-r3) [2021-02-03T20:58:23.919Z] ---> 51310cc8a0cf [2021-02-03T20:58:23.919Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2021-02-03T20:58:24.194Z] ---> Running in c33c6941bbff [2021-02-03T20:58:24.466Z] (4/5) Installing libzmq (4.3.3-r1) [2021-02-03T20:58:25.414Z] (5/5) Installing zeromq (4.3.3-r1) [2021-02-03T20:58:25.414Z] Executing busybox-1.32.1-r2.trigger [2021-02-03T20:58:25.414Z] OK: 8 MiB in 19 packages [2021-02-03T20:58:26.834Z] Removing intermediate container c33c6941bbff [2021-02-03T20:58:26.834Z] ---> 502991a135fa [2021-02-03T20:58:26.835Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T20:58:29.411Z] ---> Running in c4019c574b3e [2021-02-03T20:58:30.838Z] Removing intermediate container c4019c574b3e [2021-02-03T20:58:30.838Z] ---> f5ec0f43f4f8 [2021-02-03T20:58:30.838Z] Step 20/22 : LABEL arch=x86_64 [2021-02-03T20:58:30.838Z] Removing intermediate container a5c7b3adbf33 [2021-02-03T20:58:30.838Z] ---> bfed7da8b418 [2021-02-03T20:58:30.838Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2021-02-03T20:58:30.838Z] ---> Running in b2cf289e5043 [2021-02-03T20:58:31.102Z] Removing intermediate container 2a9e2ac47577 [2021-02-03T20:58:31.102Z] ---> e2efeceaa1b4 [2021-02-03T20:58:31.102Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-02-03T20:58:32.501Z] ---> d1700c037b3e [2021-02-03T20:58:32.501Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-02-03T20:58:32.515Z] Removing intermediate container 4033dc70d529 [2021-02-03T20:58:32.515Z] ---> b18736b85638 [2021-02-03T20:58:32.515Z] [2021-02-03T20:58:32.515Z] Step 10/24 : FROM alpine:3.10 [2021-02-03T20:58:32.515Z] 3.10: Pulling from library/alpine [2021-02-03T20:58:33.902Z] Removing intermediate container b2cf289e5043 [2021-02-03T20:58:33.902Z] ---> 1cc73efaae37 [2021-02-03T20:58:33.902Z] Step 21/22 : LABEL git_sha=12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T20:58:33.992Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2021-02-03T20:58:33.992Z] Status: Downloaded newer image for alpine:3.10 [2021-02-03T20:58:33.992Z] ---> 536a684cf733 [2021-02-03T20:58:33.992Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2021-02-03T20:58:34.270Z] ---> Running in 850829ae7334 [2021-02-03T20:58:34.856Z] ---> 579f51399fad [2021-02-03T20:58:34.856Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-03T20:58:34.856Z] ---> Running in deb10a9fe9ea [2021-02-03T20:58:35.121Z] ---> Running in 764fa269dc74 [2021-02-03T20:58:36.289Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2021-02-03T20:58:36.891Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2021-02-03T20:58:37.495Z] v3.10.5-181-ge7d73bb631 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2021-02-03T20:58:37.495Z] v3.10.5-182-g304fda73a0 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2021-02-03T20:58:37.495Z] OK: 10171 distinct packages available [2021-02-03T20:58:37.700Z] Removing intermediate container 764fa269dc74 [2021-02-03T20:58:37.700Z] ---> b83f48286d38 [2021-02-03T20:58:37.700Z] Step 22/22 : LABEL version=0.0.1-dev.1 [2021-02-03T20:58:38.482Z] (1/5) Installing ca-certificates (20191127-r2) [2021-02-03T20:58:38.482Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2021-02-03T20:58:38.482Z] (3/5) Installing libcurl (7.66.0-r3) [2021-02-03T20:58:38.482Z] (4/5) Installing curl (7.66.0-r3) [2021-02-03T20:58:38.482Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-03T20:58:38.482Z] Executing busybox-1.30.1-r3.trigger [2021-02-03T20:58:38.482Z] Executing ca-certificates-20191127-r2.trigger [2021-02-03T20:58:39.100Z] OK: 7 MiB in 19 packages [2021-02-03T20:58:39.623Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-03T20:58:39.623Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-03T20:58:39.623Z] ---> 57e8aaf2fbb6 [2021-02-03T20:58:39.623Z] Step 3/24 : WORKDIR /edgex-go [2021-02-03T20:58:39.623Z] ---> Using cache [2021-02-03T20:58:39.623Z] ---> ea257e2f4ba7 [2021-02-03T20:58:39.623Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T20:58:39.623Z] ---> Using cache [2021-02-03T20:58:39.623Z] ---> 5a62b5cc90f2 [2021-02-03T20:58:39.623Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2021-02-03T20:58:39.889Z] ---> 5748e4491145 [2021-02-03T20:58:39.889Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-03T20:58:39.889Z] ---> Running in d87df19690de [2021-02-03T20:58:40.151Z] ---> Running in 8f6714e9120f [2021-02-03T20:58:40.421Z] Removing intermediate container d87df19690de [2021-02-03T20:58:40.421Z] ---> a510d7561985 [2021-02-03T20:58:40.421Z] [2021-02-03T20:58:40.683Z] Successfully built a510d7561985 [2021-02-03T20:58:42.531Z] Removing intermediate container 850829ae7334 [2021-02-03T20:58:42.531Z] ---> 01395d2ff432 [2021-02-03T20:58:42.531Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-03T20:58:42.531Z] ---> Running in 09721e95027c [2021-02-03T20:58:42.608Z] Successfully tagged docker-support-logging-go:latest [2021-02-03T20:58:42.608Z] ---> f54b18178206 [2021-02-03T20:58:42.608Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-03T20:58:42.608Z]  Building docker-support-logging-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T20:58:42.608Z] Removing intermediate container deb10a9fe9ea [2021-02-03T20:58:42.608Z] ---> b126367ec9f6 [2021-02-03T20:58:42.608Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2021-02-03T20:58:42.608Z] ---> Running in b4ebf16b93da [2021-02-03T20:58:42.608Z] ---> Running in b89f2ead4364 [2021-02-03T20:58:42.871Z] Removing intermediate container b559f3b2a1f8 [2021-02-03T20:58:42.871Z] ---> e96980c933c8 [2021-02-03T20:58:42.871Z] [2021-02-03T20:58:42.871Z] Step 10/22 : FROM scratch [2021-02-03T20:58:42.871Z] ---> [2021-02-03T20:58:42.871Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-03T20:58:42.871Z] ---> Using cache [2021-02-03T20:58:42.871Z] ---> d695ca685c34 [2021-02-03T20:58:42.871Z] Step 12/22 : ENV APP_PORT=48082 [2021-02-03T20:58:43.136Z] Removing intermediate container b4ebf16b93da [2021-02-03T20:58:43.136Z] ---> 2c028029b223 [2021-02-03T20:58:43.136Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T20:58:43.136Z] ---> Running in 5b27627bd7e1 [2021-02-03T20:58:43.136Z] ---> Running in 2ea1e57366bf [2021-02-03T20:58:43.151Z] Removing intermediate container 09721e95027c [2021-02-03T20:58:43.151Z] ---> b3e66570d8fb [2021-02-03T20:58:43.151Z] Step 13/24 : WORKDIR / [2021-02-03T20:58:43.399Z] Removing intermediate container 5b27627bd7e1 [2021-02-03T20:58:43.400Z] ---> 7d8ccd555aab [2021-02-03T20:58:43.400Z] Step 13/22 : EXPOSE $APP_PORT [2021-02-03T20:58:43.400Z] Removing intermediate container 2ea1e57366bf [2021-02-03T20:58:43.400Z] ---> ddc0e3babadc [2021-02-03T20:58:43.400Z] Step 21/23 : LABEL arch=x86_64 [2021-02-03T20:58:43.400Z] ---> Running in b79874b2f76b [2021-02-03T20:58:43.400Z] ---> Running in b206aacaa8b8 [2021-02-03T20:58:43.429Z] ---> Running in da437bdd8c2f [2021-02-03T20:58:43.663Z] Removing intermediate container b79874b2f76b [2021-02-03T20:58:43.663Z] ---> 08b5be1cb277 [2021-02-03T20:58:43.663Z] Step 14/22 : WORKDIR / [2021-02-03T20:58:43.663Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T20:58:43.926Z] Removing intermediate container b206aacaa8b8 [2021-02-03T20:58:43.926Z] ---> e0cb4754d80f [2021-02-03T20:58:43.926Z] Step 22/23 : LABEL git_sha=12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T20:58:43.926Z] ---> Running in c78051a39748 [2021-02-03T20:58:43.926Z] ---> Running in 38f029fc46ce [2021-02-03T20:58:43.926Z] Removing intermediate container b89f2ead4364 [2021-02-03T20:58:43.926Z] ---> 0c9bd18411dc [2021-02-03T20:58:43.926Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2021-02-03T20:58:44.040Z] Removing intermediate container da437bdd8c2f [2021-02-03T20:58:44.040Z] ---> be13eb34b360 [2021-02-03T20:58:44.040Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-03T20:58:44.188Z] Removing intermediate container c78051a39748 [2021-02-03T20:58:44.188Z] ---> 4409b64869c8 [2021-02-03T20:58:44.188Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-02-03T20:58:44.188Z] ---> Running in 68f1ecedeafe [2021-02-03T20:58:44.188Z] Removing intermediate container 38f029fc46ce [2021-02-03T20:58:44.188Z] ---> c77d076aad40 [2021-02-03T20:58:44.188Z] Step 23/23 : LABEL version=0.0.1-dev.1 [2021-02-03T20:58:44.450Z] ---> Running in d5e3a7045923 [2021-02-03T20:58:44.450Z] Removing intermediate container 68f1ecedeafe [2021-02-03T20:58:44.450Z] ---> 55f791ab43ad [2021-02-03T20:58:44.450Z] Step 26/29 : CMD [ "generate" ] [2021-02-03T20:58:44.450Z] ---> 6ed263cb5eb0 [2021-02-03T20:58:44.450Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-03T20:58:44.718Z] ---> Running in 732471f20dd1 [2021-02-03T20:58:44.718Z] Removing intermediate container d5e3a7045923 [2021-02-03T20:58:44.718Z] ---> f467c7400cda [2021-02-03T20:58:44.718Z] [2021-02-03T20:58:44.983Z] Successfully built f467c7400cda [2021-02-03T20:58:44.983Z] Successfully tagged docker-core-data-go:latest [2021-02-03T20:58:44.983Z]  Building docker-core-data-go ... done Removing intermediate container 732471f20dd1 [2021-02-03T20:58:44.983Z] ---> 95811913f247 [2021-02-03T20:58:44.983Z] Step 27/29 : LABEL arch=x86_64 [2021-02-03T20:58:44.983Z] ---> Running in 24dcaba786d5 [2021-02-03T20:58:44.983Z] ---> 4025cc189ed7 [2021-02-03T20:58:44.983Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-03T20:58:45.051Z] ---> 0aa7ed80537b [2021-02-03T20:58:45.051Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-03T20:58:45.244Z] Removing intermediate container 24dcaba786d5 [2021-02-03T20:58:45.245Z] ---> 111e9bf8b053 [2021-02-03T20:58:45.245Z] Step 28/29 : LABEL git_sha=12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T20:58:45.245Z] ---> Running in f673481e6015 [2021-02-03T20:58:45.245Z] ---> 580e8c96d779 [2021-02-03T20:58:45.245Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-02-03T20:58:45.506Z] ---> Running in d69aff12b933 [2021-02-03T20:58:45.506Z] Removing intermediate container f673481e6015 [2021-02-03T20:58:45.506Z] ---> e7e2522f3344 [2021-02-03T20:58:45.506Z] Step 29/29 : LABEL version=0.0.1-dev.1 [2021-02-03T20:58:45.506Z] ---> Running in 84a30e9ce5e7 [2021-02-03T20:58:45.506Z] Removing intermediate container d69aff12b933 [2021-02-03T20:58:45.506Z] ---> 7b466049b06b [2021-02-03T20:58:45.506Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T20:58:45.770Z] ---> Running in d56bddb25ab1 [2021-02-03T20:58:45.770Z] Removing intermediate container 84a30e9ce5e7 [2021-02-03T20:58:45.770Z] ---> 7810c0f22afd [2021-02-03T20:58:45.770Z] [2021-02-03T20:58:45.770Z] Successfully built 7810c0f22afd [2021-02-03T20:58:46.033Z] Successfully tagged docker-security-secrets-setup-go:latest [2021-02-03T20:58:46.033Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container d56bddb25ab1 [2021-02-03T20:58:46.033Z] ---> 1a38acb05255 [2021-02-03T20:58:46.033Z] Step 20/22 : LABEL arch=x86_64 [2021-02-03T20:58:46.504Z] ---> 7168fe2151f5 [2021-02-03T20:58:46.505Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-03T20:58:46.985Z] ---> Running in f3e02215d709 [2021-02-03T20:58:46.985Z] v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-02-03T20:58:46.985Z] v3.12.3-85-ga0bd2102c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-02-03T20:58:46.985Z] OK: 12752 distinct packages available [2021-02-03T20:58:46.985Z] Removing intermediate container f3e02215d709 [2021-02-03T20:58:46.985Z] ---> 7bd8af2a9036 [2021-02-03T20:58:46.985Z] Step 21/22 : LABEL git_sha=12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T20:58:46.985Z] ---> Running in c19d0af6adc8 [2021-02-03T20:58:47.250Z] OK: 233 MiB in 51 packages [2021-02-03T20:58:47.250Z] Removing intermediate container c19d0af6adc8 [2021-02-03T20:58:47.250Z] ---> 34b155b5151f [2021-02-03T20:58:47.250Z] Step 22/22 : LABEL version=0.0.1-dev.1 [2021-02-03T20:58:47.250Z] ---> Running in a80dff1fd018 [2021-02-03T20:58:47.511Z] ---> 3ac26ecb8e1d [2021-02-03T20:58:47.511Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-03T20:58:47.514Z] Removing intermediate container a80dff1fd018 [2021-02-03T20:58:47.514Z] ---> 3ddf97ad53f6 [2021-02-03T20:58:47.514Z] [2021-02-03T20:58:47.514Z] Removing intermediate container 8f6714e9120f [2021-02-03T20:58:47.514Z] ---> 9b6f999bb85d [2021-02-03T20:58:47.514Z] Step 6/24 : COPY go.mod . [2021-02-03T20:58:47.785Z] Successfully built 3ddf97ad53f6 [2021-02-03T20:58:47.785Z] Successfully tagged docker-core-command-go:latest [2021-02-03T20:58:47.785Z]  Building docker-core-command-go ... done  ---> c2f8f2fa4805 [2021-02-03T20:58:47.785Z] Step 7/24 : RUN go mod download [2021-02-03T20:58:48.049Z] ---> Running in 1791acad4ff1 [2021-02-03T20:58:48.975Z] ---> 726c729806e2 [2021-02-03T20:58:48.975Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-03T20:58:49.444Z] Removing intermediate container 1791acad4ff1 [2021-02-03T20:58:49.444Z] ---> 71055833f8e7 [2021-02-03T20:58:49.444Z] Step 8/24 : COPY . . [2021-02-03T20:58:51.658Z] ---> db5918c7095e [2021-02-03T20:58:51.658Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-03T20:58:53.696Z] ---> 35bcb81d91aa [2021-02-03T20:58:53.696Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-02-03T20:58:54.310Z] ---> Running in 32ae16b3d2ff [2021-02-03T20:58:57.721Z] Removing intermediate container 0630020241d5 [2021-02-03T20:58:57.721Z] ---> 736e327b9d51 [2021-02-03T20:58:57.721Z] [2021-02-03T20:58:57.721Z] Step 10/24 : FROM scratch [2021-02-03T20:58:57.721Z] ---> [2021-02-03T20:58:57.721Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-02-03T20:58:57.721Z] ---> Running in f0333e87c761 [2021-02-03T20:58:57.998Z] Removing intermediate container 32ae16b3d2ff [2021-02-03T20:58:57.998Z] ---> 8caafebb2803 [2021-02-03T20:58:57.998Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-03T20:58:58.602Z] ---> Running in 10162910cc37 [2021-02-03T20:58:58.602Z] Removing intermediate container f0333e87c761 [2021-02-03T20:58:58.602Z] ---> 0959b56b6dca [2021-02-03T20:58:58.602Z] Step 12/24 : ENV APP_PORT=48060 [2021-02-03T20:58:58.878Z] ---> Running in 2641154f12f3 [2021-02-03T20:58:58.878Z] Removing intermediate container 6c42808e0a45 [2021-02-03T20:58:58.878Z] ---> fe1d60425b12 [2021-02-03T20:58:58.878Z] [2021-02-03T20:58:58.878Z] Step 10/21 : FROM scratch [2021-02-03T20:58:58.878Z] ---> [2021-02-03T20:58:58.878Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-03T20:58:59.157Z] Removing intermediate container 74e6d3b7011c [2021-02-03T20:58:59.157Z] ---> 664d295f1b81 [2021-02-03T20:58:59.157Z] [2021-02-03T20:58:59.157Z] Step 10/22 : FROM scratch [2021-02-03T20:58:59.157Z] ---> [2021-02-03T20:58:59.157Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-03T20:58:59.157Z] ---> Running in 2c4b74c4ff03 [2021-02-03T20:58:59.433Z] Removing intermediate container 10162910cc37 [2021-02-03T20:58:59.433Z] ---> 3f200030d3fe [2021-02-03T20:58:59.433Z] Step 22/24 : LABEL arch=arm64 [2021-02-03T20:58:59.433Z] Removing intermediate container 2641154f12f3 [2021-02-03T20:58:59.433Z] ---> 24a569e13765 [2021-02-03T20:58:59.433Z] Step 13/24 : EXPOSE $APP_PORT [2021-02-03T20:58:59.433Z] ---> Running in 9fc8de65aefb [2021-02-03T20:58:59.709Z] ---> Running in 8d763b7e1191 [2021-02-03T20:58:59.709Z] ---> Running in ec178a2b3b1c [2021-02-03T20:58:59.709Z] Removing intermediate container 2c4b74c4ff03 [2021-02-03T20:58:59.709Z] ---> a49f02ac325f [2021-02-03T20:58:59.709Z] Step 12/21 : ENV APP_PORT=48085 [2021-02-03T20:58:59.989Z] ---> Running in 1075433f2b02 [2021-02-03T20:59:00.268Z] Removing intermediate container 9fc8de65aefb [2021-02-03T20:59:00.268Z] ---> 6b885a04d9d5 [2021-02-03T20:59:00.268Z] Step 12/22 : ENV APP_PORT=48082 [2021-02-03T20:59:00.268Z] Removing intermediate container 8d763b7e1191 [2021-02-03T20:59:00.268Z] ---> 001c6d617bb3 [2021-02-03T20:59:00.268Z] Step 23/24 : LABEL git_sha=12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T20:59:00.268Z] ---> Running in 555a9b9f8f1f [2021-02-03T20:59:00.544Z] ---> Running in 02c72f0aab68 [2021-02-03T20:59:00.544Z] Removing intermediate container ec178a2b3b1c [2021-02-03T20:59:00.544Z] ---> 5636e2113332 [2021-02-03T20:59:00.544Z] Removing intermediate container 1075433f2b02 [2021-02-03T20:59:00.544Z] ---> 1ebc98ad6f9c [2021-02-03T20:59:00.544Z] Step 13/21 : EXPOSE $APP_PORT [2021-02-03T20:59:00.544Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-02-03T20:59:00.820Z] ---> Running in 3a00bfdac5bb [2021-02-03T20:59:01.092Z] Removing intermediate container 555a9b9f8f1f [2021-02-03T20:59:01.092Z] ---> 66af050b6aee [2021-02-03T20:59:01.092Z] Step 13/22 : EXPOSE $APP_PORT [2021-02-03T20:59:01.377Z] Removing intermediate container 02c72f0aab68 [2021-02-03T20:59:01.377Z] ---> 62e2f1d2a909 [2021-02-03T20:59:01.377Z] Step 24/24 : LABEL version=0.0.1-dev.1 [2021-02-03T20:59:01.377Z] ---> Running in 15dd0084e764 [2021-02-03T20:59:01.377Z] ---> Running in c7d92f0ea36d [2021-02-03T20:59:01.654Z] Removing intermediate container 3a00bfdac5bb [2021-02-03T20:59:01.654Z] ---> c3471cd0a962 [2021-02-03T20:59:01.654Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-02-03T20:59:01.954Z] ---> 8633108d8a7b [2021-02-03T20:59:01.954Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-02-03T20:59:01.954Z] Removing intermediate container 15dd0084e764 [2021-02-03T20:59:01.954Z] ---> cc7c47b18689 [2021-02-03T20:59:01.954Z] Step 14/22 : WORKDIR / [2021-02-03T20:59:02.231Z] Removing intermediate container c7d92f0ea36d [2021-02-03T20:59:02.231Z] ---> 1423657e2e91 [2021-02-03T20:59:02.231Z] [2021-02-03T20:59:02.513Z] ---> Running in 37de07a139ac [2021-02-03T20:59:02.802Z] ---> de52c845300a [2021-02-03T20:59:02.802Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-03T20:59:02.802Z] Successfully built 1423657e2e91 [2021-02-03T20:59:02.802Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-03T20:59:02.802Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2021-02-03T20:59:03.404Z] Removing intermediate container 37de07a139ac [2021-02-03T20:59:03.404Z] ---> 530c704b5499 [2021-02-03T20:59:03.404Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-02-03T20:59:03.678Z] ---> 2d709c478cb5 [2021-02-03T20:59:03.678Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-02-03T20:59:05.129Z] ---> bc4a6b890db5 [2021-02-03T20:59:05.129Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-03T20:59:05.736Z] ---> fb57914e7570 [2021-02-03T20:59:05.736Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-03T20:59:06.780Z] ---> 810b39b500cd [2021-02-03T20:59:06.780Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-02-03T20:59:07.054Z] ---> 2d2d742a8c90 [2021-02-03T20:59:07.054Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-02-03T20:59:07.054Z] ---> 8fd3f216a339 [2021-02-03T20:59:07.054Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-03T20:59:07.330Z] ---> Running in 90969faf764e [2021-02-03T20:59:07.611Z] ---> 98b480a3f58d [2021-02-03T20:59:07.611Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-03T20:59:07.611Z] Removing intermediate container 30c710fcd0c4 [2021-02-03T20:59:07.611Z] ---> fcff1888a278 [2021-02-03T20:59:07.611Z] [2021-02-03T20:59:07.611Z] Step 10/22 : FROM scratch [2021-02-03T20:59:07.611Z] ---> [2021-02-03T20:59:07.611Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-03T20:59:07.649Z] ---> abbb46fa6f7a [2021-02-03T20:59:07.649Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-02-03T20:59:07.649Z] ---> Running in dc698b518933 [2021-02-03T20:59:07.649Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.1-dev.1" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-03T20:59:07.885Z] ---> Using cache [2021-02-03T20:59:07.885Z] ---> 6b885a04d9d5 [2021-02-03T20:59:07.885Z] Step 12/22 : ENV APP_PORT=48081 [2021-02-03T20:59:08.162Z] Removing intermediate container 90969faf764e [2021-02-03T20:59:08.162Z] ---> 2b78d31a9ea3 [2021-02-03T20:59:08.162Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T20:59:08.162Z] ---> 73da9ac12419 [2021-02-03T20:59:08.162Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-02-03T20:59:08.162Z] ---> Running in 09588f572d24 [2021-02-03T20:59:08.441Z] ---> Running in cea7250735e4 [2021-02-03T20:59:08.442Z] ---> Running in 4a0c4716d17d [2021-02-03T20:59:08.717Z] Removing intermediate container 09588f572d24 [2021-02-03T20:59:08.717Z] ---> 80a4c9a05f42 [2021-02-03T20:59:08.717Z] Step 13/22 : EXPOSE $APP_PORT [2021-02-03T20:59:08.993Z] ---> Running in 378a9c4e4ffb [2021-02-03T20:59:09.268Z] Removing intermediate container 4a0c4716d17d [2021-02-03T20:59:09.268Z] ---> 6b7e64f0b601 [2021-02-03T20:59:09.268Z] Step 19/21 : LABEL arch=arm64 [2021-02-03T20:59:09.268Z] Removing intermediate container cea7250735e4 [2021-02-03T20:59:09.268Z] ---> b5c5131d65dd [2021-02-03T20:59:09.268Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T20:59:09.548Z] ---> 015b57816bc9 [2021-02-03T20:59:09.548Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-03T20:59:09.548Z] ---> Running in 77a605a8e57e [2021-02-03T20:59:09.828Z] ---> Running in a11382781b5d [2021-02-03T20:59:09.828Z] Removing intermediate container 378a9c4e4ffb [2021-02-03T20:59:09.828Z] ---> 8e8331c754ce [2021-02-03T20:59:09.828Z] Step 14/22 : WORKDIR / [2021-02-03T20:59:10.106Z] ---> Running in 9f8b998b91ad [2021-02-03T20:59:10.710Z] Removing intermediate container a11382781b5d [2021-02-03T20:59:10.710Z] ---> 089298b0a1c0 [2021-02-03T20:59:10.710Z] Step 20/21 : LABEL git_sha=12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T20:59:10.710Z] Removing intermediate container 77a605a8e57e [2021-02-03T20:59:10.710Z] ---> ef6d29c157eb [2021-02-03T20:59:10.710Z] Step 20/22 : LABEL arch=arm64 [2021-02-03T20:59:10.710Z] ---> Running in 777473ed60c0 [2021-02-03T20:59:10.710Z] ---> Running in 5732a750df65 [2021-02-03T20:59:10.991Z] ---> bad80d4a10b2 [2021-02-03T20:59:10.991Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-02-03T20:59:10.991Z] Removing intermediate container 9f8b998b91ad [2021-02-03T20:59:10.991Z] ---> 1bc7bc27e803 [2021-02-03T20:59:10.991Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-02-03T20:59:11.272Z] ---> Running in e985c406010b [2021-02-03T20:59:11.549Z] Removing intermediate container 5732a750df65 [2021-02-03T20:59:11.549Z] ---> 10ea6fb090a3 [2021-02-03T20:59:11.549Z] Step 21/22 : LABEL git_sha=12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T20:59:11.549Z] Removing intermediate container 777473ed60c0 [2021-02-03T20:59:11.549Z] ---> 3a0d79b87eca [2021-02-03T20:59:11.549Z] Step 21/21 : LABEL version=0.0.1-dev.1 [2021-02-03T20:59:11.856Z] ---> Running in d4cfb0d245f3 [2021-02-03T20:59:11.856Z] ---> Running in 49b33c41ea59 [2021-02-03T20:59:11.856Z] Removing intermediate container e985c406010b [2021-02-03T20:59:11.856Z] ---> c2ba1cd204de [2021-02-03T20:59:11.856Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T20:59:12.138Z] ---> d746778d0dea [2021-02-03T20:59:12.138Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-03T20:59:12.138Z] ---> Running in efd311ea37f9 [2021-02-03T20:59:12.430Z] Removing intermediate container d4cfb0d245f3 [2021-02-03T20:59:12.430Z] ---> 9460c01f5fb1 [2021-02-03T20:59:12.430Z] Step 22/22 : LABEL version=0.0.1-dev.1 [2021-02-03T20:59:12.705Z] Removing intermediate container 49b33c41ea59 [2021-02-03T20:59:12.705Z] ---> 4d3983b71d2c [2021-02-03T20:59:12.705Z] [2021-02-03T20:59:12.981Z] Successfully built 4d3983b71d2c [2021-02-03T20:59:12.981Z] ---> Running in ac9b3a501440 [2021-02-03T20:59:12.981Z] Removing intermediate container efd311ea37f9 [2021-02-03T20:59:12.981Z] ---> 7be3b682b093 [2021-02-03T20:59:12.981Z] Step 22/24 : LABEL arch=arm64 [2021-02-03T20:59:12.981Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-03T20:59:12.981Z] Building docker-security-secrets-setup-go [2021-02-03T20:59:13.256Z]  Building docker-support-scheduler-go ... done  ---> Running in d1b7bf64e1e5 [2021-02-03T20:59:13.529Z] Removing intermediate container ac9b3a501440 [2021-02-03T20:59:13.529Z] ---> 9638cdb1bb82 [2021-02-03T20:59:13.529Z] [2021-02-03T20:59:13.804Z] ---> df53ae8c38a5 [2021-02-03T20:59:13.804Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-03T20:59:14.084Z] Removing intermediate container d1b7bf64e1e5 [2021-02-03T20:59:14.084Z] ---> a22ea80ae59e [2021-02-03T20:59:14.084Z] Step 23/24 : LABEL git_sha=12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T20:59:14.084Z] Successfully built 9638cdb1bb82 [2021-02-03T20:59:14.084Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-03T20:59:14.084Z]  Building docker-core-command-go ... done Building docker-security-bootstrap-redis-go [2021-02-03T20:59:14.359Z] ---> Running in a9915c9200ca [2021-02-03T20:59:14.950Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-03T20:59:14.950Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-03T20:59:14.950Z] ---> e2b45c923635 [2021-02-03T20:59:14.950Z] Step 3/23 : WORKDIR /edgex-go [2021-02-03T20:59:14.950Z] ---> Using cache [2021-02-03T20:59:14.950Z] ---> cebede44b527 [2021-02-03T20:59:14.950Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T20:59:14.950Z] ---> Using cache [2021-02-03T20:59:14.950Z] ---> e974a0948797 [2021-02-03T20:59:14.950Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-03T20:59:15.221Z] ---> 1c71204cd6cd [2021-02-03T20:59:15.221Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-02-03T20:59:15.498Z] Removing intermediate container a9915c9200ca [2021-02-03T20:59:15.498Z] ---> 0cfebc9d5ab5 [2021-02-03T20:59:15.498Z] Step 24/24 : LABEL version=0.0.1-dev.1 [2021-02-03T20:59:15.498Z] ---> Running in 87638d8e0bea [2021-02-03T20:59:15.773Z] ---> Running in c8aa994009ce [2021-02-03T20:59:16.378Z] ---> Running in 11ed6f83a7a9 [2021-02-03T20:59:16.650Z] Removing intermediate container c8aa994009ce [2021-02-03T20:59:16.650Z] ---> 2bc94445305d [2021-02-03T20:59:16.650Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T20:59:17.262Z] Removing intermediate container 11ed6f83a7a9 [2021-02-03T20:59:17.262Z] ---> 492d7acc07ac [2021-02-03T20:59:17.262Z] [2021-02-03T20:59:17.535Z] Successfully built 492d7acc07ac [2021-02-03T20:59:17.535Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-03T20:59:17.535Z] ---> Running in 859b68171094 [2021-02-03T20:59:17.535Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2021-02-03T20:59:17.780Z] Removing intermediate container dc698b518933 [2021-02-03T20:59:17.780Z] ---> 403697ad2944 [2021-02-03T20:59:17.780Z] [2021-02-03T20:59:17.780Z] Step 10/24 : FROM scratch [2021-02-03T20:59:17.780Z] ---> [2021-02-03T20:59:17.780Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-02-03T20:59:17.780Z] ---> Using cache [2021-02-03T20:59:17.780Z] ---> 42a94d2b60b3 [2021-02-03T20:59:17.780Z] Step 12/24 : ENV APP_PORT=48060 [2021-02-03T20:59:17.780Z] ---> Running in a20a46bc7804 [2021-02-03T20:59:17.780Z] Removing intermediate container a20a46bc7804 [2021-02-03T20:59:17.780Z] ---> 34b7eed0203a [2021-02-03T20:59:17.780Z] Step 13/24 : EXPOSE $APP_PORT [2021-02-03T20:59:17.780Z] ---> Running in 2e5c981aa624 [2021-02-03T20:59:17.780Z] Removing intermediate container 2e5c981aa624 [2021-02-03T20:59:17.780Z] ---> 4769d76e2a9b [2021-02-03T20:59:17.780Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-02-03T20:59:17.808Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T20:59:18.042Z] ---> f7b412368e1b [2021-02-03T20:59:18.042Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-02-03T20:59:18.402Z] Removing intermediate container 859b68171094 [2021-02-03T20:59:18.402Z] ---> c37102c211a5 [2021-02-03T20:59:18.402Z] Step 20/22 : LABEL arch=arm64 [2021-02-03T20:59:18.402Z] ---> Running in 6d1ba0116ef1 [2021-02-03T20:59:18.992Z] ---> 25bf9ccef911 [2021-02-03T20:59:18.992Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-02-03T20:59:19.002Z] Removing intermediate container 6d1ba0116ef1 [2021-02-03T20:59:19.002Z] ---> 394e0060b43f [2021-02-03T20:59:19.002Z] Step 21/22 : LABEL git_sha=12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T20:59:19.274Z] ---> Running in 0c96f45c6469 [2021-02-03T20:59:19.570Z] ---> 04de05130106 [2021-02-03T20:59:19.570Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-02-03T20:59:19.832Z] ---> d14a927daa10 [2021-02-03T20:59:19.832Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-03T20:59:19.869Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T20:59:19.869Z] Removing intermediate container 0c96f45c6469 [2021-02-03T20:59:19.869Z] ---> 8ba11dae131c [2021-02-03T20:59:19.869Z] Step 22/22 : LABEL version=0.0.1-dev.1 [2021-02-03T20:59:19.869Z] ---> Running in 4a4e980f9df7 [2021-02-03T20:59:20.094Z] ---> d70d4b763fc2 [2021-02-03T20:59:20.094Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-03T20:59:20.356Z] ---> 172c835f5785 [2021-02-03T20:59:20.356Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-02-03T20:59:20.468Z] Removing intermediate container 4a4e980f9df7 [2021-02-03T20:59:20.468Z] ---> b6b66ee18605 [2021-02-03T20:59:20.468Z] [2021-02-03T20:59:20.618Z] ---> Running in 552fe5cd3132 [2021-02-03T20:59:20.618Z] Removing intermediate container 552fe5cd3132 [2021-02-03T20:59:20.619Z] ---> 66ca048af0ce [2021-02-03T20:59:20.619Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T20:59:20.747Z] Successfully built b6b66ee18605 [2021-02-03T20:59:20.880Z] ---> Running in afdb5c5694a3 [2021-02-03T20:59:20.880Z] Removing intermediate container afdb5c5694a3 [2021-02-03T20:59:20.880Z] ---> 0315facad87b [2021-02-03T20:59:20.880Z] Step 22/24 : LABEL arch=x86_64 [2021-02-03T20:59:21.021Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-03T20:59:21.021Z]  Building docker-core-metadata-go ... done Building docker-support-logging-go [2021-02-03T20:59:21.142Z] ---> Running in 6f8c407e84fa [2021-02-03T20:59:21.142Z] Removing intermediate container 6f8c407e84fa [2021-02-03T20:59:21.142Z] ---> ce136fbddeb0 [2021-02-03T20:59:21.142Z] Step 23/24 : LABEL git_sha=12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T20:59:21.142Z] ---> Running in 4b0648dc2d84 [2021-02-03T20:59:21.404Z] Removing intermediate container 4b0648dc2d84 [2021-02-03T20:59:21.404Z] ---> 7762674d2112 [2021-02-03T20:59:21.404Z] Step 24/24 : LABEL version=0.0.1-dev.1 [2021-02-03T20:59:21.404Z] ---> Running in 1c0b26248767 [2021-02-03T20:59:21.618Z] v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-02-03T20:59:21.618Z] v3.12.3-85-ga0bd2102c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-02-03T20:59:21.618Z] OK: 12622 distinct packages available [2021-02-03T20:59:21.666Z] Removing intermediate container 1c0b26248767 [2021-02-03T20:59:21.666Z] ---> 6eca5dd02cf9 [2021-02-03T20:59:21.666Z] [2021-02-03T20:59:21.666Z] Successfully built 6eca5dd02cf9 [2021-02-03T20:59:21.927Z] Successfully tagged docker-support-notifications-go:latest [2021-02-03T20:59:22.204Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2021-02-03T20:59:22.213Z] OK: 217 MiB in 51 packages [2021-02-03T20:59:22.233Z] $ docker stop --time=1 bba4eae79aed98cf0897b2d17fec0c00433c370ae273c1fe23401acb2c3a4bda [2021-02-03T20:59:23.939Z] $ docker rm -f bba4eae79aed98cf0897b2d17fec0c00433c370ae273c1fe23401acb2c3a4bda [Pipeline] // withDockerContainer [2021-02-03T20:59:24.205Z] Removing intermediate container 87638d8e0bea [2021-02-03T20:59:24.205Z] ---> c6d3f0de038f [2021-02-03T20:59:24.205Z] Step 6/23 : COPY go.mod . [Pipeline] sh [2021-02-03T20:59:24.613Z] + docker images [2021-02-03T20:59:24.613Z] + grep docker [2021-02-03T20:59:24.613Z] docker-support-notifications-go latest 6eca5dd02cf9 3 seconds ago 13.6MB [2021-02-03T20:59:24.613Z] docker-core-command-go latest 3ddf97ad53f6 37 seconds ago 12.2MB [2021-02-03T20:59:24.613Z] docker-security-secrets-setup-go latest 7810c0f22afd 39 seconds ago 24MB [2021-02-03T20:59:24.613Z] docker-core-data-go latest f467c7400cda 40 seconds ago 23.8MB [2021-02-03T20:59:24.613Z] docker-support-logging-go latest a510d7561985 44 seconds ago 11.1MB [2021-02-03T20:59:24.613Z] docker-sys-mgmt-agent-go latest 6e17a541c86c About a minute ago 326MB [2021-02-03T20:59:24.613Z] docker-security-proxy-setup-go latest 6b9bd95342fb About a minute ago 16.7MB [2021-02-03T20:59:24.613Z] docker-security-secretstore-setup-go latest 191acd87fc83 3 minutes ago 24.7MB [2021-02-03T20:59:24.613Z] docker-security-bootstrap-redis-go latest 961eba233ab9 3 minutes ago 15.8MB [2021-02-03T20:59:24.613Z] docker-core-metadata-go latest 41daf7bcd705 3 minutes ago 14.5MB [2021-02-03T20:59:24.613Z] docker-support-scheduler-go latest 135cb2f91bba 3 minutes ago 12.3MB [2021-02-03T20:59:24.613Z] docker latest 6e081696197d 43 hours ago 241MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-02-03T20:59:24.814Z] ---> 66441996ee6e [2021-02-03T20:59:24.814Z] Step 7/23 : RUN go mod download [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2021-02-03T20:59:25.087Z] ---> Running in 4ea0e75b7d8b [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-03T20:59:25.267Z] provisioning config files... [2021-02-03T20:59:25.323Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config2947866763847352407tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-03T20:59:25.751Z] ---> docker-login.sh [2021-02-03T20:59:25.751Z] nexus3.edgexfoundry.org:10001 [2021-02-03T20:59:25.751Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T20:59:26.013Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T20:59:26.013Z] Configure a credential helper to remove this warning. See [2021-02-03T20:59:26.013Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T20:59:26.013Z] [2021-02-03T20:59:26.013Z] Login Succeeded [2021-02-03T20:59:26.013Z] nexus3.edgexfoundry.org:10002 [2021-02-03T20:59:26.013Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T20:59:26.013Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T20:59:26.013Z] Configure a credential helper to remove this warning. See [2021-02-03T20:59:26.013Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T20:59:26.013Z] [2021-02-03T20:59:26.013Z] Login Succeeded [2021-02-03T20:59:26.013Z] nexus3.edgexfoundry.org:10003 [2021-02-03T20:59:26.275Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T20:59:26.275Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T20:59:26.275Z] Configure a credential helper to remove this warning. See [2021-02-03T20:59:26.275Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T20:59:26.275Z] [2021-02-03T20:59:26.275Z] Login Succeeded [2021-02-03T20:59:26.275Z] nexus3.edgexfoundry.org:10004 [2021-02-03T20:59:26.537Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T20:59:26.537Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T20:59:26.537Z] Configure a credential helper to remove this warning. See [2021-02-03T20:59:26.537Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T20:59:26.537Z] [2021-02-03T20:59:26.537Z] Login Succeeded [2021-02-03T20:59:26.537Z] docker.io [2021-02-03T20:59:26.537Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T20:59:26.797Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T20:59:26.798Z] Configure a credential helper to remove this warning. See [2021-02-03T20:59:26.798Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T20:59:26.798Z] [2021-02-03T20:59:26.798Z] Login Succeeded [2021-02-03T20:59:26.798Z] ---> docker-login.sh ends [Pipeline] } [2021-02-03T20:59:26.806Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-03T20:59:27.066Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-02-03T20:59:27.066Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T20:59:27.066Z] 0.0.1-dev.1 [2021-02-03T20:59:27.066Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T20:59:27.066Z] hanoi [2021-02-03T20:59:27.066Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:59:27.567Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:59:27.876Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T20:59:27.876Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-03T20:59:27.876Z] a4c34b8d953b: Preparing [2021-02-03T20:59:27.876Z] 13bf4b0dc9ad: Preparing [2021-02-03T20:59:27.876Z] dc506e214d7f: Preparing [2021-02-03T20:59:27.876Z] a4c34b8d953b: Pushed [2021-02-03T20:59:28.137Z] dc506e214d7f: Pushed [2021-02-03T20:59:29.084Z] 13bf4b0dc9ad: Pushed [2021-02-03T20:59:29.084Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258: digest: sha256:5fdf6caf42882053255bcd81dd20443d7167165aba325c30304da287d520d66a size: 943 [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:59:29.398Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:0.0.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:59:29.428Z] Removing intermediate container 4ea0e75b7d8b [2021-02-03T20:59:29.428Z] ---> 6559e7c7fc9b [2021-02-03T20:59:29.428Z] Step 8/23 : COPY . . [2021-02-03T20:59:29.700Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:0.0.1-dev.1 [2021-02-03T20:59:29.700Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-03T20:59:29.700Z] a4c34b8d953b: Preparing [2021-02-03T20:59:29.700Z] 13bf4b0dc9ad: Preparing [2021-02-03T20:59:29.700Z] dc506e214d7f: Preparing [2021-02-03T20:59:29.700Z] 13bf4b0dc9ad: Layer already exists [2021-02-03T20:59:29.700Z] dc506e214d7f: Layer already exists [2021-02-03T20:59:29.700Z] a4c34b8d953b: Layer already exists [2021-02-03T20:59:29.700Z] 0.0.1-dev.1: digest: sha256:5fdf6caf42882053255bcd81dd20443d7167165aba325c30304da287d520d66a size: 943 [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:59:30.010Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:59:30.313Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T20:59:30.313Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-03T20:59:30.313Z] a4c34b8d953b: Preparing [2021-02-03T20:59:30.313Z] 13bf4b0dc9ad: Preparing [2021-02-03T20:59:30.313Z] dc506e214d7f: Preparing [2021-02-03T20:59:30.313Z] a4c34b8d953b: Layer already exists [2021-02-03T20:59:30.313Z] 13bf4b0dc9ad: Layer already exists [2021-02-03T20:59:30.313Z] dc506e214d7f: Layer already exists [2021-02-03T20:59:30.313Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1: digest: sha256:5fdf6caf42882053255bcd81dd20443d7167165aba325c30304da287d520d66a size: 943 [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:59:30.624Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:hanoi [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:59:30.956Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:hanoi [2021-02-03T20:59:30.956Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-03T20:59:30.956Z] a4c34b8d953b: Preparing [2021-02-03T20:59:30.956Z] 13bf4b0dc9ad: Preparing [2021-02-03T20:59:30.956Z] dc506e214d7f: Preparing [2021-02-03T20:59:30.956Z] a4c34b8d953b: Layer already exists [2021-02-03T20:59:30.956Z] dc506e214d7f: Layer already exists [2021-02-03T20:59:30.956Z] 13bf4b0dc9ad: Layer already exists [2021-02-03T20:59:30.956Z] hanoi: digest: sha256:5fdf6caf42882053255bcd81dd20443d7167165aba325c30304da287d520d66a size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-03T20:59:31.197Z] ===================================================== [Pipeline] echo [2021-02-03T20:59:31.251Z] taggedImages: [2021-02-03T20:59:31.251Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T20:59:31.251Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:0.0.1-dev.1 [2021-02-03T20:59:31.251Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T20:59:31.251Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:hanoi [Pipeline] echo [2021-02-03T20:59:31.358Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-02-03T20:59:31.358Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T20:59:31.358Z] 0.0.1-dev.1 [2021-02-03T20:59:31.358Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T20:59:31.358Z] hanoi [2021-02-03T20:59:31.358Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:59:31.876Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:59:32.176Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T20:59:32.176Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-03T20:59:32.176Z] e7af8ae20e6b: Preparing [2021-02-03T20:59:32.176Z] 7e6b652aee3d: Preparing [2021-02-03T20:59:32.176Z] a804ffc27dcc: Preparing [2021-02-03T20:59:32.176Z] 5834a6b45e6a: Preparing [2021-02-03T20:59:32.176Z] b976f4064d7c: Preparing [2021-02-03T20:59:32.176Z] 1119ff37d4a9: Preparing [2021-02-03T20:59:32.176Z] 1119ff37d4a9: Waiting [2021-02-03T20:59:32.438Z] a804ffc27dcc: Pushed [2021-02-03T20:59:32.438Z] e7af8ae20e6b: Pushed [2021-02-03T20:59:32.438Z] b976f4064d7c: Pushed [2021-02-03T20:59:32.438Z] 1119ff37d4a9: Layer already exists [2021-02-03T20:59:32.438Z] 5834a6b45e6a: Pushed [2021-02-03T20:59:33.826Z] 7e6b652aee3d: Pushed [2021-02-03T20:59:33.826Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258: digest: sha256:38420f96eef3c2dcc3323fa649275aa7d18facd1940bc66dd17c81ea54cb2d02 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:59:34.163Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:0.0.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:59:34.474Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:0.0.1-dev.1 [2021-02-03T20:59:34.474Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-03T20:59:34.474Z] e7af8ae20e6b: Preparing [2021-02-03T20:59:34.474Z] 7e6b652aee3d: Preparing [2021-02-03T20:59:34.474Z] a804ffc27dcc: Preparing [2021-02-03T20:59:34.474Z] 5834a6b45e6a: Preparing [2021-02-03T20:59:34.474Z] b976f4064d7c: Preparing [2021-02-03T20:59:34.474Z] 1119ff37d4a9: Preparing [2021-02-03T20:59:34.474Z] 1119ff37d4a9: Waiting [2021-02-03T20:59:34.474Z] 7e6b652aee3d: Layer already exists [2021-02-03T20:59:34.474Z] 5834a6b45e6a: Layer already exists [2021-02-03T20:59:34.474Z] a804ffc27dcc: Layer already exists [2021-02-03T20:59:34.474Z] e7af8ae20e6b: Layer already exists [2021-02-03T20:59:34.474Z] b976f4064d7c: Layer already exists [2021-02-03T20:59:34.474Z] 1119ff37d4a9: Layer already exists [2021-02-03T20:59:34.474Z] 0.0.1-dev.1: digest: sha256:38420f96eef3c2dcc3323fa649275aa7d18facd1940bc66dd17c81ea54cb2d02 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:59:34.794Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:59:35.119Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T20:59:35.119Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-03T20:59:35.119Z] e7af8ae20e6b: Preparing [2021-02-03T20:59:35.119Z] 7e6b652aee3d: Preparing [2021-02-03T20:59:35.119Z] a804ffc27dcc: Preparing [2021-02-03T20:59:35.119Z] 5834a6b45e6a: Preparing [2021-02-03T20:59:35.119Z] b976f4064d7c: Preparing [2021-02-03T20:59:35.119Z] 1119ff37d4a9: Preparing [2021-02-03T20:59:35.119Z] 1119ff37d4a9: Waiting [2021-02-03T20:59:35.119Z] a804ffc27dcc: Layer already exists [2021-02-03T20:59:35.120Z] 5834a6b45e6a: Layer already exists [2021-02-03T20:59:35.120Z] e7af8ae20e6b: Layer already exists [2021-02-03T20:59:35.120Z] b976f4064d7c: Layer already exists [2021-02-03T20:59:35.120Z] 7e6b652aee3d: Layer already exists [2021-02-03T20:59:35.120Z] 1119ff37d4a9: Layer already exists [2021-02-03T20:59:35.120Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1: digest: sha256:38420f96eef3c2dcc3323fa649275aa7d18facd1940bc66dd17c81ea54cb2d02 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:59:35.441Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:hanoi [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:59:35.760Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:hanoi [2021-02-03T20:59:35.761Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-03T20:59:35.761Z] e7af8ae20e6b: Preparing [2021-02-03T20:59:35.761Z] 7e6b652aee3d: Preparing [2021-02-03T20:59:35.761Z] a804ffc27dcc: Preparing [2021-02-03T20:59:35.761Z] 5834a6b45e6a: Preparing [2021-02-03T20:59:35.761Z] b976f4064d7c: Preparing [2021-02-03T20:59:35.761Z] 1119ff37d4a9: Preparing [2021-02-03T20:59:35.761Z] 1119ff37d4a9: Waiting [2021-02-03T20:59:35.761Z] 7e6b652aee3d: Layer already exists [2021-02-03T20:59:35.761Z] 5834a6b45e6a: Layer already exists [2021-02-03T20:59:35.761Z] b976f4064d7c: Layer already exists [2021-02-03T20:59:35.761Z] a804ffc27dcc: Layer already exists [2021-02-03T20:59:35.761Z] e7af8ae20e6b: Layer already exists [2021-02-03T20:59:35.761Z] 1119ff37d4a9: Layer already exists [2021-02-03T20:59:35.761Z] hanoi: digest: sha256:38420f96eef3c2dcc3323fa649275aa7d18facd1940bc66dd17c81ea54cb2d02 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-03T20:59:35.990Z] ===================================================== [Pipeline] echo [2021-02-03T20:59:36.042Z] taggedImages: [2021-02-03T20:59:36.042Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T20:59:36.042Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:0.0.1-dev.1 [2021-02-03T20:59:36.042Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T20:59:36.042Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:hanoi [Pipeline] echo [2021-02-03T20:59:36.108Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-02-03T20:59:36.108Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T20:59:36.108Z] 0.0.1-dev.1 [2021-02-03T20:59:36.108Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T20:59:36.108Z] hanoi [2021-02-03T20:59:36.108Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:59:36.627Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:59:36.935Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T20:59:36.935Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-03T20:59:36.935Z] 2ceb95a272b1: Preparing [2021-02-03T20:59:36.935Z] 64596e5cd817: Preparing [2021-02-03T20:59:36.935Z] cd26feedec0d: Preparing [2021-02-03T20:59:37.197Z] 2ceb95a272b1: Pushed [2021-02-03T20:59:37.197Z] cd26feedec0d: Pushed [2021-02-03T20:59:38.142Z] 64596e5cd817: Pushed [2021-02-03T20:59:38.406Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258: digest: sha256:da478053070b4b1082afe3513b994d36298573dfd9cba1bd4dd9b43db053f99d size: 943 [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:59:38.712Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0.0.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:59:39.011Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0.0.1-dev.1 [2021-02-03T20:59:39.011Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-03T20:59:39.011Z] 2ceb95a272b1: Preparing [2021-02-03T20:59:39.011Z] 64596e5cd817: Preparing [2021-02-03T20:59:39.011Z] cd26feedec0d: Preparing [2021-02-03T20:59:39.011Z] 2ceb95a272b1: Layer already exists [2021-02-03T20:59:39.011Z] cd26feedec0d: Layer already exists [2021-02-03T20:59:39.011Z] 64596e5cd817: Layer already exists [2021-02-03T20:59:39.011Z] 0.0.1-dev.1: digest: sha256:da478053070b4b1082afe3513b994d36298573dfd9cba1bd4dd9b43db053f99d size: 943 [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:59:39.321Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:59:39.618Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T20:59:39.618Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-03T20:59:39.618Z] 2ceb95a272b1: Preparing [2021-02-03T20:59:39.618Z] 64596e5cd817: Preparing [2021-02-03T20:59:39.618Z] cd26feedec0d: Preparing [2021-02-03T20:59:39.618Z] 2ceb95a272b1: Layer already exists [2021-02-03T20:59:39.618Z] cd26feedec0d: Layer already exists [2021-02-03T20:59:39.618Z] 64596e5cd817: Layer already exists [2021-02-03T20:59:39.618Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1: digest: sha256:da478053070b4b1082afe3513b994d36298573dfd9cba1bd4dd9b43db053f99d size: 943 [2021-02-03T20:59:39.620Z] ---> 2f7702a9bfc9 [2021-02-03T20:59:39.620Z] Step 9/23 : RUN make cmd/core-data/core-data [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:59:39.894Z] ---> Running in d077c230fb92 [2021-02-03T20:59:39.948Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:hanoi [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:59:40.312Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:hanoi [2021-02-03T20:59:40.312Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-03T20:59:40.312Z] 2ceb95a272b1: Preparing [2021-02-03T20:59:40.312Z] 64596e5cd817: Preparing [2021-02-03T20:59:40.312Z] cd26feedec0d: Preparing [2021-02-03T20:59:40.312Z] 64596e5cd817: Layer already exists [2021-02-03T20:59:40.312Z] cd26feedec0d: Layer already exists [2021-02-03T20:59:40.312Z] 2ceb95a272b1: Layer already exists [2021-02-03T20:59:40.312Z] hanoi: digest: sha256:da478053070b4b1082afe3513b994d36298573dfd9cba1bd4dd9b43db053f99d size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-03T20:59:40.573Z] ===================================================== [Pipeline] echo [2021-02-03T20:59:40.655Z] taggedImages: [2021-02-03T20:59:40.655Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T20:59:40.655Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0.0.1-dev.1 [2021-02-03T20:59:40.655Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T20:59:40.655Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:hanoi [Pipeline] echo [2021-02-03T20:59:40.733Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2021-02-03T20:59:40.733Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T20:59:40.733Z] 0.0.1-dev.1 [2021-02-03T20:59:40.733Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T20:59:40.733Z] hanoi [2021-02-03T20:59:40.733Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:59:41.279Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T20:59:41.880Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.1-dev.1" -o cmd/core-data/core-data ./cmd/core-data [2021-02-03T20:59:42.174Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-03T20:59:42.174Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2021-02-03T20:59:42.174Z] ---> e2b45c923635 [2021-02-03T20:59:42.174Z] Step 3/29 : WORKDIR /edgex-go [2021-02-03T20:59:42.174Z] ---> Using cache [2021-02-03T20:59:42.174Z] ---> cebede44b527 [2021-02-03T20:59:42.174Z] Step 4/29 : RUN apk update && apk add make git [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:59:42.525Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T20:59:42.525Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-02-03T20:59:42.525Z] dbf3c4a415a3: Preparing [2021-02-03T20:59:42.525Z] 0844ba77fb93: Preparing [2021-02-03T20:59:42.525Z] 656cebce1eb8: Preparing [2021-02-03T20:59:42.525Z] eb0e3997a3de: Preparing [2021-02-03T20:59:42.525Z] a70d74381dc3: Preparing [2021-02-03T20:59:42.525Z] 8c98161e7b25: Preparing [2021-02-03T20:59:42.525Z] 1b3ee35aacca: Preparing [2021-02-03T20:59:42.525Z] 8c98161e7b25: Waiting [2021-02-03T20:59:42.525Z] 1b3ee35aacca: Waiting [2021-02-03T20:59:42.786Z] 656cebce1eb8: Pushed [2021-02-03T20:59:42.786Z] a70d74381dc3: Pushed [2021-02-03T20:59:42.786Z] 0844ba77fb93: Pushed [2021-02-03T20:59:42.786Z] dbf3c4a415a3: Pushed [2021-02-03T20:59:42.786Z] 1b3ee35aacca: Layer already exists [2021-02-03T20:59:43.358Z] 8c98161e7b25: Pushed [2021-02-03T20:59:43.358Z] eb0e3997a3de: Pushed [2021-02-03T20:59:43.619Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258: digest: sha256:916c6343a6b6d68ee4fb558c6d9c127a1cb2a94621e3392a3b1049400f4fcbc3 size: 1778 [2021-02-03T20:59:43.627Z] ---> Running in 52d4f314301b [2021-02-03T20:59:43.627Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-03T20:59:43.627Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-03T20:59:43.627Z] ---> e2b45c923635 [2021-02-03T20:59:43.627Z] Step 3/22 : WORKDIR /edgex-go [2021-02-03T20:59:43.627Z] ---> Using cache [2021-02-03T20:59:43.627Z] ---> cebede44b527 [2021-02-03T20:59:43.627Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T20:59:43.627Z] ---> Using cache [2021-02-03T20:59:43.627Z] ---> e974a0948797 [2021-02-03T20:59:43.627Z] Step 5/22 : RUN apk update && apk add make git [2021-02-03T20:59:43.627Z] ---> Using cache [2021-02-03T20:59:43.627Z] ---> 9d07814a3748 [2021-02-03T20:59:43.627Z] Step 6/22 : COPY go.mod . [2021-02-03T20:59:43.627Z] ---> Using cache [2021-02-03T20:59:43.627Z] ---> c8caa95f2037 [2021-02-03T20:59:43.627Z] Step 7/22 : RUN go mod download [2021-02-03T20:59:43.627Z] ---> Using cache [2021-02-03T20:59:43.627Z] ---> 339b92666424 [2021-02-03T20:59:43.627Z] Step 8/22 : COPY . . [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:59:43.922Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:0.0.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:59:44.223Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:0.0.1-dev.1 [2021-02-03T20:59:44.223Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-02-03T20:59:44.223Z] dbf3c4a415a3: Preparing [2021-02-03T20:59:44.223Z] 0844ba77fb93: Preparing [2021-02-03T20:59:44.223Z] 656cebce1eb8: Preparing [2021-02-03T20:59:44.223Z] eb0e3997a3de: Preparing [2021-02-03T20:59:44.223Z] a70d74381dc3: Preparing [2021-02-03T20:59:44.223Z] 8c98161e7b25: Preparing [2021-02-03T20:59:44.223Z] 1b3ee35aacca: Preparing [2021-02-03T20:59:44.223Z] 8c98161e7b25: Waiting [2021-02-03T20:59:44.223Z] 1b3ee35aacca: Waiting [2021-02-03T20:59:44.223Z] 0844ba77fb93: Layer already exists [2021-02-03T20:59:44.223Z] 656cebce1eb8: Layer already exists [2021-02-03T20:59:44.223Z] dbf3c4a415a3: Layer already exists [2021-02-03T20:59:44.223Z] a70d74381dc3: Layer already exists [2021-02-03T20:59:44.223Z] eb0e3997a3de: Layer already exists [2021-02-03T20:59:44.223Z] 1b3ee35aacca: Layer already exists [2021-02-03T20:59:44.223Z] 8c98161e7b25: Layer already exists [2021-02-03T20:59:44.223Z] 0.0.1-dev.1: digest: sha256:916c6343a6b6d68ee4fb558c6d9c127a1cb2a94621e3392a3b1049400f4fcbc3 size: 1778 [2021-02-03T20:59:44.240Z] ---> Using cache [2021-02-03T20:59:44.240Z] ---> b6fb9ec3ab36 [2021-02-03T20:59:44.240Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:59:44.527Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:59:44.827Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T20:59:44.827Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-02-03T20:59:44.827Z] dbf3c4a415a3: Preparing [2021-02-03T20:59:44.827Z] 0844ba77fb93: Preparing [2021-02-03T20:59:44.827Z] 656cebce1eb8: Preparing [2021-02-03T20:59:44.827Z] eb0e3997a3de: Preparing [2021-02-03T20:59:44.827Z] a70d74381dc3: Preparing [2021-02-03T20:59:44.827Z] 8c98161e7b25: Preparing [2021-02-03T20:59:44.827Z] 1b3ee35aacca: Preparing [2021-02-03T20:59:44.827Z] 8c98161e7b25: Waiting [2021-02-03T20:59:44.827Z] 1b3ee35aacca: Waiting [2021-02-03T20:59:44.827Z] 656cebce1eb8: Layer already exists [2021-02-03T20:59:44.828Z] dbf3c4a415a3: Layer already exists [2021-02-03T20:59:44.828Z] a70d74381dc3: Layer already exists [2021-02-03T20:59:44.828Z] 0844ba77fb93: Layer already exists [2021-02-03T20:59:44.828Z] eb0e3997a3de: Layer already exists [2021-02-03T20:59:44.828Z] 8c98161e7b25: Layer already exists [2021-02-03T20:59:44.828Z] 1b3ee35aacca: Layer already exists [2021-02-03T20:59:44.828Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1: digest: sha256:916c6343a6b6d68ee4fb558c6d9c127a1cb2a94621e3392a3b1049400f4fcbc3 size: 1778 [2021-02-03T20:59:44.841Z] ---> Running in 117a0edd9b48 [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:59:45.132Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:hanoi [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:59:45.429Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:hanoi [2021-02-03T20:59:45.429Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-02-03T20:59:45.429Z] dbf3c4a415a3: Preparing [2021-02-03T20:59:45.429Z] 0844ba77fb93: Preparing [2021-02-03T20:59:45.429Z] 656cebce1eb8: Preparing [2021-02-03T20:59:45.429Z] eb0e3997a3de: Preparing [2021-02-03T20:59:45.429Z] a70d74381dc3: Preparing [2021-02-03T20:59:45.429Z] 8c98161e7b25: Preparing [2021-02-03T20:59:45.429Z] 1b3ee35aacca: Preparing [2021-02-03T20:59:45.429Z] 8c98161e7b25: Waiting [2021-02-03T20:59:45.429Z] 1b3ee35aacca: Waiting [2021-02-03T20:59:45.429Z] 0844ba77fb93: Layer already exists [2021-02-03T20:59:45.429Z] a70d74381dc3: Layer already exists [2021-02-03T20:59:45.429Z] dbf3c4a415a3: Layer already exists [2021-02-03T20:59:45.429Z] 656cebce1eb8: Layer already exists [2021-02-03T20:59:45.429Z] eb0e3997a3de: Layer already exists [2021-02-03T20:59:45.429Z] 8c98161e7b25: Layer already exists [2021-02-03T20:59:45.429Z] 1b3ee35aacca: Layer already exists [2021-02-03T20:59:45.444Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T20:59:45.689Z] hanoi: digest: sha256:916c6343a6b6d68ee4fb558c6d9c127a1cb2a94621e3392a3b1049400f4fcbc3 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-03T20:59:45.895Z] ===================================================== [Pipeline] echo [2021-02-03T20:59:45.944Z] taggedImages: [2021-02-03T20:59:45.944Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T20:59:45.944Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:0.0.1-dev.1 [2021-02-03T20:59:45.944Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T20:59:45.944Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:hanoi [Pipeline] echo [2021-02-03T20:59:46.010Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-02-03T20:59:46.010Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T20:59:46.010Z] 0.0.1-dev.1 [2021-02-03T20:59:46.010Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T20:59:46.010Z] hanoi [2021-02-03T20:59:46.010Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:59:46.527Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:59:46.607Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T20:59:46.825Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T20:59:46.825Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-03T20:59:46.825Z] 7194bb95c65d: Preparing [2021-02-03T20:59:46.825Z] 22ab57aeeda1: Preparing [2021-02-03T20:59:46.825Z] e65bc87b2c61: Preparing [2021-02-03T20:59:46.825Z] dac848dc30f9: Preparing [2021-02-03T20:59:46.825Z] 1119ff37d4a9: Preparing [2021-02-03T20:59:46.825Z] 1119ff37d4a9: Layer already exists [2021-02-03T20:59:47.085Z] e65bc87b2c61: Pushed [2021-02-03T20:59:47.085Z] 22ab57aeeda1: Pushed [2021-02-03T20:59:47.290Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.1-dev.1" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-03T20:59:47.346Z] dac848dc30f9: Pushed [2021-02-03T20:59:47.607Z] 7194bb95c65d: Pushed [2021-02-03T20:59:47.868Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258: digest: sha256:ecc8e19894240ad5321229f3687ccd5c2ecf53c4c3668e13791e9c1d50bb68e5 size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:59:48.166Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0.0.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:59:48.329Z] v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-02-03T20:59:48.330Z] v3.12.3-85-ga0bd2102c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-02-03T20:59:48.330Z] OK: 12622 distinct packages available [2021-02-03T20:59:48.463Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0.0.1-dev.1 [2021-02-03T20:59:48.464Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-03T20:59:48.464Z] 7194bb95c65d: Preparing [2021-02-03T20:59:48.464Z] 22ab57aeeda1: Preparing [2021-02-03T20:59:48.464Z] e65bc87b2c61: Preparing [2021-02-03T20:59:48.464Z] dac848dc30f9: Preparing [2021-02-03T20:59:48.464Z] 1119ff37d4a9: Preparing [2021-02-03T20:59:48.464Z] 22ab57aeeda1: Layer already exists [2021-02-03T20:59:48.464Z] e65bc87b2c61: Layer already exists [2021-02-03T20:59:48.464Z] 1119ff37d4a9: Layer already exists [2021-02-03T20:59:48.464Z] 7194bb95c65d: Layer already exists [2021-02-03T20:59:48.464Z] dac848dc30f9: Layer already exists [2021-02-03T20:59:48.464Z] 0.0.1-dev.1: digest: sha256:ecc8e19894240ad5321229f3687ccd5c2ecf53c4c3668e13791e9c1d50bb68e5 size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:59:48.771Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:59:49.076Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T20:59:49.076Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-03T20:59:49.076Z] 7194bb95c65d: Preparing [2021-02-03T20:59:49.076Z] 22ab57aeeda1: Preparing [2021-02-03T20:59:49.076Z] e65bc87b2c61: Preparing [2021-02-03T20:59:49.076Z] dac848dc30f9: Preparing [2021-02-03T20:59:49.076Z] 1119ff37d4a9: Preparing [2021-02-03T20:59:49.076Z] 1119ff37d4a9: Layer already exists [2021-02-03T20:59:49.076Z] 22ab57aeeda1: Layer already exists [2021-02-03T20:59:49.076Z] e65bc87b2c61: Layer already exists [2021-02-03T20:59:49.076Z] 7194bb95c65d: Layer already exists [2021-02-03T20:59:49.076Z] dac848dc30f9: Layer already exists [2021-02-03T20:59:49.076Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1: digest: sha256:ecc8e19894240ad5321229f3687ccd5c2ecf53c4c3668e13791e9c1d50bb68e5 size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:59:49.377Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:hanoi [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:59:49.669Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:hanoi [2021-02-03T20:59:49.669Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-03T20:59:49.669Z] 7194bb95c65d: Preparing [2021-02-03T20:59:49.669Z] 22ab57aeeda1: Preparing [2021-02-03T20:59:49.669Z] e65bc87b2c61: Preparing [2021-02-03T20:59:49.669Z] dac848dc30f9: Preparing [2021-02-03T20:59:49.669Z] 1119ff37d4a9: Preparing [2021-02-03T20:59:49.669Z] 22ab57aeeda1: Layer already exists [2021-02-03T20:59:49.669Z] e65bc87b2c61: Layer already exists [2021-02-03T20:59:49.669Z] 1119ff37d4a9: Layer already exists [2021-02-03T20:59:49.669Z] dac848dc30f9: Layer already exists [2021-02-03T20:59:49.669Z] 7194bb95c65d: Layer already exists [2021-02-03T20:59:49.669Z] hanoi: digest: sha256:ecc8e19894240ad5321229f3687ccd5c2ecf53c4c3668e13791e9c1d50bb68e5 size: 1365 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2021-02-03T20:59:49.784Z] OK: 217 MiB in 51 packages [Pipeline] // withEnv [Pipeline] echo [2021-02-03T20:59:49.866Z] ===================================================== [Pipeline] echo [2021-02-03T20:59:49.920Z] taggedImages: [2021-02-03T20:59:49.920Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T20:59:49.920Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0.0.1-dev.1 [2021-02-03T20:59:49.920Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T20:59:49.920Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:hanoi [Pipeline] echo [2021-02-03T20:59:49.987Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2021-02-03T20:59:49.987Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T20:59:49.987Z] 0.0.1-dev.1 [2021-02-03T20:59:49.987Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T20:59:49.987Z] hanoi [2021-02-03T20:59:49.987Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:59:50.658Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:59:50.954Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T20:59:50.954Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2021-02-03T20:59:50.954Z] d3cce36c2448: Preparing [2021-02-03T20:59:50.954Z] 6dedd58292c9: Preparing [2021-02-03T20:59:50.954Z] 3898f5bfe133: Preparing [2021-02-03T20:59:50.954Z] ac3291f98fe9: Preparing [2021-02-03T20:59:50.954Z] ac3291f98fe9: Preparing [2021-02-03T20:59:50.954Z] 80869ca3855b: Preparing [2021-02-03T20:59:50.954Z] f1ed9af5562b: Preparing [2021-02-03T20:59:50.954Z] c4d4fd019bae: Preparing [2021-02-03T20:59:50.954Z] d3cce36c2448: Preparing [2021-02-03T20:59:50.954Z] 312a44ed44c1: Preparing [2021-02-03T20:59:50.954Z] 15ad5056b0d5: Preparing [2021-02-03T20:59:50.954Z] ea1731944a86: Preparing [2021-02-03T20:59:50.954Z] 1119ff37d4a9: Preparing [2021-02-03T20:59:50.954Z] ea1731944a86: Waiting [2021-02-03T20:59:50.954Z] f1ed9af5562b: Waiting [2021-02-03T20:59:50.954Z] 1119ff37d4a9: Waiting [2021-02-03T20:59:50.954Z] c4d4fd019bae: Waiting [2021-02-03T20:59:50.954Z] 312a44ed44c1: Waiting [2021-02-03T20:59:50.954Z] 15ad5056b0d5: Waiting [2021-02-03T20:59:50.954Z] 80869ca3855b: Pushed [2021-02-03T20:59:50.954Z] 6dedd58292c9: Pushed [2021-02-03T20:59:51.220Z] ac3291f98fe9: Pushed [2021-02-03T20:59:51.220Z] 3898f5bfe133: Pushed [2021-02-03T20:59:51.220Z] f1ed9af5562b: Pushed [2021-02-03T20:59:51.220Z] c4d4fd019bae: Pushed [2021-02-03T20:59:51.220Z] 15ad5056b0d5: Pushed [2021-02-03T20:59:51.220Z] 312a44ed44c1: Pushed [2021-02-03T20:59:51.220Z] 1119ff37d4a9: Layer already exists [2021-02-03T20:59:51.783Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-03T20:59:51.783Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2021-02-03T20:59:51.783Z] ---> e2b45c923635 [2021-02-03T20:59:51.783Z] Step 3/27 : WORKDIR /edgex-go [2021-02-03T20:59:51.783Z] ---> Using cache [2021-02-03T20:59:51.783Z] ---> cebede44b527 [2021-02-03T20:59:51.783Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T20:59:51.783Z] ---> Using cache [2021-02-03T20:59:51.783Z] ---> e974a0948797 [2021-02-03T20:59:51.783Z] Step 5/27 : RUN apk update && apk add make bash git [2021-02-03T20:59:51.792Z] ea1731944a86: Pushed [2021-02-03T20:59:51.792Z] d3cce36c2448: Pushed [2021-02-03T20:59:52.053Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258: digest: sha256:faea644dc93d1b2d3548f84b9392404afb2e3a20431d5fcc808dce597d70304d size: 3027 [2021-02-03T20:59:52.062Z] ---> Running in 2572efd146ec [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:59:52.352Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:0.0.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:59:52.648Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:0.0.1-dev.1 [2021-02-03T20:59:52.648Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2021-02-03T20:59:52.648Z] d3cce36c2448: Preparing [2021-02-03T20:59:52.648Z] 6dedd58292c9: Preparing [2021-02-03T20:59:52.648Z] 3898f5bfe133: Preparing [2021-02-03T20:59:52.648Z] ac3291f98fe9: Preparing [2021-02-03T20:59:52.648Z] ac3291f98fe9: Preparing [2021-02-03T20:59:52.648Z] 80869ca3855b: Preparing [2021-02-03T20:59:52.648Z] f1ed9af5562b: Preparing [2021-02-03T20:59:52.648Z] c4d4fd019bae: Preparing [2021-02-03T20:59:52.648Z] d3cce36c2448: Preparing [2021-02-03T20:59:52.648Z] 312a44ed44c1: Preparing [2021-02-03T20:59:52.648Z] 15ad5056b0d5: Preparing [2021-02-03T20:59:52.648Z] ea1731944a86: Preparing [2021-02-03T20:59:52.648Z] 1119ff37d4a9: Preparing [2021-02-03T20:59:52.648Z] 312a44ed44c1: Waiting [2021-02-03T20:59:52.648Z] 15ad5056b0d5: Waiting [2021-02-03T20:59:52.648Z] ea1731944a86: Waiting [2021-02-03T20:59:52.648Z] 1119ff37d4a9: Waiting [2021-02-03T20:59:52.648Z] f1ed9af5562b: Waiting [2021-02-03T20:59:52.648Z] c4d4fd019bae: Waiting [2021-02-03T20:59:52.648Z] 6dedd58292c9: Layer already exists [2021-02-03T20:59:52.648Z] d3cce36c2448: Layer already exists [2021-02-03T20:59:52.648Z] ac3291f98fe9: Layer already exists [2021-02-03T20:59:52.648Z] 80869ca3855b: Layer already exists [2021-02-03T20:59:52.648Z] 3898f5bfe133: Layer already exists [2021-02-03T20:59:52.648Z] f1ed9af5562b: Layer already exists [2021-02-03T20:59:52.648Z] 312a44ed44c1: Layer already exists [2021-02-03T20:59:52.648Z] 15ad5056b0d5: Layer already exists [2021-02-03T20:59:52.648Z] c4d4fd019bae: Layer already exists [2021-02-03T20:59:52.648Z] ea1731944a86: Layer already exists [2021-02-03T20:59:52.648Z] 1119ff37d4a9: Layer already exists [2021-02-03T20:59:52.648Z] 0.0.1-dev.1: digest: sha256:faea644dc93d1b2d3548f84b9392404afb2e3a20431d5fcc808dce597d70304d size: 3027 [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:59:52.949Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:59:53.099Z] Removing intermediate container 52d4f314301b [2021-02-03T20:59:53.100Z] ---> 3a10ea8153ad [2021-02-03T20:59:53.100Z] Step 5/29 : COPY go.mod . [2021-02-03T20:59:53.100Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-03T20:59:53.100Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-03T20:59:53.100Z] ---> e2b45c923635 [2021-02-03T20:59:53.100Z] Step 3/22 : WORKDIR /edgex-go [2021-02-03T20:59:53.100Z] ---> Using cache [2021-02-03T20:59:53.100Z] ---> cebede44b527 [2021-02-03T20:59:53.100Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T20:59:53.100Z] ---> Using cache [2021-02-03T20:59:53.100Z] ---> e974a0948797 [2021-02-03T20:59:53.100Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2021-02-03T20:59:53.100Z] ---> Running in 00279a083b6b [2021-02-03T20:59:53.243Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T20:59:53.243Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2021-02-03T20:59:53.243Z] d3cce36c2448: Preparing [2021-02-03T20:59:53.243Z] 6dedd58292c9: Preparing [2021-02-03T20:59:53.243Z] 3898f5bfe133: Preparing [2021-02-03T20:59:53.243Z] ac3291f98fe9: Preparing [2021-02-03T20:59:53.243Z] ac3291f98fe9: Preparing [2021-02-03T20:59:53.243Z] 80869ca3855b: Preparing [2021-02-03T20:59:53.243Z] f1ed9af5562b: Preparing [2021-02-03T20:59:53.243Z] c4d4fd019bae: Preparing [2021-02-03T20:59:53.243Z] d3cce36c2448: Preparing [2021-02-03T20:59:53.243Z] 312a44ed44c1: Preparing [2021-02-03T20:59:53.243Z] 15ad5056b0d5: Preparing [2021-02-03T20:59:53.243Z] ea1731944a86: Preparing [2021-02-03T20:59:53.243Z] 1119ff37d4a9: Preparing [2021-02-03T20:59:53.243Z] f1ed9af5562b: Waiting [2021-02-03T20:59:53.243Z] c4d4fd019bae: Waiting [2021-02-03T20:59:53.243Z] 312a44ed44c1: Waiting [2021-02-03T20:59:53.243Z] 15ad5056b0d5: Waiting [2021-02-03T20:59:53.243Z] ea1731944a86: Waiting [2021-02-03T20:59:53.243Z] 1119ff37d4a9: Waiting [2021-02-03T20:59:53.243Z] 6dedd58292c9: Layer already exists [2021-02-03T20:59:53.243Z] ac3291f98fe9: Layer already exists [2021-02-03T20:59:53.243Z] d3cce36c2448: Layer already exists [2021-02-03T20:59:53.243Z] 3898f5bfe133: Layer already exists [2021-02-03T20:59:53.243Z] 80869ca3855b: Layer already exists [2021-02-03T20:59:53.243Z] c4d4fd019bae: Layer already exists [2021-02-03T20:59:53.243Z] 312a44ed44c1: Layer already exists [2021-02-03T20:59:53.243Z] 15ad5056b0d5: Layer already exists [2021-02-03T20:59:53.243Z] f1ed9af5562b: Layer already exists [2021-02-03T20:59:53.243Z] ea1731944a86: Layer already exists [2021-02-03T20:59:53.243Z] 1119ff37d4a9: Layer already exists [2021-02-03T20:59:53.243Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1: digest: sha256:faea644dc93d1b2d3548f84b9392404afb2e3a20431d5fcc808dce597d70304d size: 3027 [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:59:53.544Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:hanoi [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:59:53.839Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:hanoi [2021-02-03T20:59:53.840Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2021-02-03T20:59:53.840Z] d3cce36c2448: Preparing [2021-02-03T20:59:53.840Z] 6dedd58292c9: Preparing [2021-02-03T20:59:53.840Z] 3898f5bfe133: Preparing [2021-02-03T20:59:53.840Z] ac3291f98fe9: Preparing [2021-02-03T20:59:53.840Z] ac3291f98fe9: Preparing [2021-02-03T20:59:53.840Z] 80869ca3855b: Preparing [2021-02-03T20:59:53.840Z] f1ed9af5562b: Preparing [2021-02-03T20:59:53.840Z] c4d4fd019bae: Preparing [2021-02-03T20:59:53.840Z] d3cce36c2448: Preparing [2021-02-03T20:59:53.840Z] 312a44ed44c1: Preparing [2021-02-03T20:59:53.840Z] 15ad5056b0d5: Preparing [2021-02-03T20:59:53.840Z] ea1731944a86: Preparing [2021-02-03T20:59:53.840Z] 1119ff37d4a9: Preparing [2021-02-03T20:59:53.840Z] f1ed9af5562b: Waiting [2021-02-03T20:59:53.840Z] c4d4fd019bae: Waiting [2021-02-03T20:59:53.840Z] 312a44ed44c1: Waiting [2021-02-03T20:59:53.840Z] 15ad5056b0d5: Waiting [2021-02-03T20:59:53.840Z] 1119ff37d4a9: Waiting [2021-02-03T20:59:53.840Z] ea1731944a86: Waiting [2021-02-03T20:59:53.840Z] 6dedd58292c9: Layer already exists [2021-02-03T20:59:53.840Z] 80869ca3855b: Layer already exists [2021-02-03T20:59:53.840Z] d3cce36c2448: Layer already exists [2021-02-03T20:59:53.840Z] 3898f5bfe133: Layer already exists [2021-02-03T20:59:53.840Z] ac3291f98fe9: Layer already exists [2021-02-03T20:59:53.840Z] f1ed9af5562b: Layer already exists [2021-02-03T20:59:53.840Z] c4d4fd019bae: Layer already exists [2021-02-03T20:59:53.840Z] ea1731944a86: Layer already exists [2021-02-03T20:59:53.840Z] 312a44ed44c1: Layer already exists [2021-02-03T20:59:53.840Z] 15ad5056b0d5: Layer already exists [2021-02-03T20:59:53.840Z] 1119ff37d4a9: Layer already exists [2021-02-03T20:59:53.840Z] hanoi: digest: sha256:faea644dc93d1b2d3548f84b9392404afb2e3a20431d5fcc808dce597d70304d size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-03T20:59:54.022Z] ===================================================== [Pipeline] echo [2021-02-03T20:59:54.070Z] taggedImages: [2021-02-03T20:59:54.070Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T20:59:54.070Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:0.0.1-dev.1 [2021-02-03T20:59:54.070Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T20:59:54.070Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:hanoi [Pipeline] echo [2021-02-03T20:59:54.170Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-02-03T20:59:54.170Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T20:59:54.170Z] 0.0.1-dev.1 [2021-02-03T20:59:54.170Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T20:59:54.170Z] hanoi [2021-02-03T20:59:54.170Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:59:54.592Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T20:59:54.672Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:59:54.866Z] ---> 42e857a5d427 [2021-02-03T20:59:54.866Z] Step 6/29 : RUN go mod download [2021-02-03T20:59:54.968Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T20:59:54.968Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-03T20:59:54.968Z] cd527a403407: Preparing [2021-02-03T20:59:54.968Z] 98fda7477bd9: Preparing [2021-02-03T20:59:54.968Z] 505778da38c1: Preparing [2021-02-03T20:59:54.968Z] 4198582dc83c: Preparing [2021-02-03T20:59:54.968Z] 27f12a8afa65: Preparing [2021-02-03T20:59:54.968Z] 6e0f0bd05849: Preparing [2021-02-03T20:59:54.968Z] 2996cc15bd6e: Preparing [2021-02-03T20:59:54.968Z] 26ffd02a6f94: Preparing [2021-02-03T20:59:54.968Z] 1b3ee35aacca: Preparing [2021-02-03T20:59:54.968Z] 2996cc15bd6e: Waiting [2021-02-03T20:59:54.968Z] 26ffd02a6f94: Waiting [2021-02-03T20:59:54.968Z] 6e0f0bd05849: Waiting [2021-02-03T20:59:54.968Z] 1b3ee35aacca: Waiting [2021-02-03T20:59:55.148Z] ---> Running in 717e2d6779f0 [2021-02-03T20:59:55.230Z] 98fda7477bd9: Pushed [2021-02-03T20:59:55.230Z] cd527a403407: Pushed [2021-02-03T20:59:55.230Z] 27f12a8afa65: Pushed [2021-02-03T20:59:55.230Z] 6e0f0bd05849: Pushed [2021-02-03T20:59:55.230Z] 2996cc15bd6e: Pushed [2021-02-03T20:59:55.426Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T20:59:55.492Z] 1b3ee35aacca: Layer already exists [2021-02-03T20:59:55.752Z] 26ffd02a6f94: Pushed [2021-02-03T20:59:55.752Z] 4198582dc83c: Pushed [2021-02-03T20:59:56.013Z] 505778da38c1: Pushed [2021-02-03T20:59:56.013Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258: digest: sha256:64468f3c27e31c1a617b936dd9c65c37168b94f217246fc495d047e63d40b6e5 size: 2198 [Pipeline] isUnix [2021-02-03T20:59:56.032Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] sh [2021-02-03T20:59:56.315Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0.0.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:59:56.645Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T20:59:56.741Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0.0.1-dev.1 [2021-02-03T20:59:56.741Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-03T20:59:56.741Z] cd527a403407: Preparing [2021-02-03T20:59:56.741Z] 98fda7477bd9: Preparing [2021-02-03T20:59:56.741Z] 505778da38c1: Preparing [2021-02-03T20:59:56.741Z] 4198582dc83c: Preparing [2021-02-03T20:59:56.741Z] 27f12a8afa65: Preparing [2021-02-03T20:59:56.741Z] 6e0f0bd05849: Preparing [2021-02-03T20:59:56.741Z] 2996cc15bd6e: Preparing [2021-02-03T20:59:56.741Z] 26ffd02a6f94: Preparing [2021-02-03T20:59:56.741Z] 1b3ee35aacca: Preparing [2021-02-03T20:59:56.741Z] 6e0f0bd05849: Waiting [2021-02-03T20:59:56.741Z] 26ffd02a6f94: Waiting [2021-02-03T20:59:56.741Z] 1b3ee35aacca: Waiting [2021-02-03T20:59:56.741Z] 2996cc15bd6e: Waiting [2021-02-03T20:59:56.741Z] 505778da38c1: Layer already exists [2021-02-03T20:59:56.741Z] cd527a403407: Layer already exists [2021-02-03T20:59:56.741Z] 98fda7477bd9: Layer already exists [2021-02-03T20:59:56.741Z] 27f12a8afa65: Layer already exists [2021-02-03T20:59:56.741Z] 4198582dc83c: Layer already exists [2021-02-03T20:59:56.741Z] 2996cc15bd6e: Layer already exists [2021-02-03T20:59:56.741Z] 6e0f0bd05849: Layer already exists [2021-02-03T20:59:56.741Z] 26ffd02a6f94: Layer already exists [2021-02-03T20:59:56.741Z] 1b3ee35aacca: Layer already exists [2021-02-03T20:59:56.741Z] 0.0.1-dev.1: digest: sha256:64468f3c27e31c1a617b936dd9c65c37168b94f217246fc495d047e63d40b6e5 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:59:57.126Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:59:57.420Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T20:59:57.420Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-03T20:59:57.420Z] cd527a403407: Preparing [2021-02-03T20:59:57.420Z] 98fda7477bd9: Preparing [2021-02-03T20:59:57.420Z] 505778da38c1: Preparing [2021-02-03T20:59:57.420Z] 4198582dc83c: Preparing [2021-02-03T20:59:57.420Z] 27f12a8afa65: Preparing [2021-02-03T20:59:57.420Z] 6e0f0bd05849: Preparing [2021-02-03T20:59:57.420Z] 2996cc15bd6e: Preparing [2021-02-03T20:59:57.420Z] 26ffd02a6f94: Preparing [2021-02-03T20:59:57.420Z] 1b3ee35aacca: Preparing [2021-02-03T20:59:57.420Z] 6e0f0bd05849: Waiting [2021-02-03T20:59:57.420Z] 2996cc15bd6e: Waiting [2021-02-03T20:59:57.420Z] 1b3ee35aacca: Waiting [2021-02-03T20:59:57.420Z] 26ffd02a6f94: Waiting [2021-02-03T20:59:57.420Z] cd527a403407: Layer already exists [2021-02-03T20:59:57.420Z] 98fda7477bd9: Layer already exists [2021-02-03T20:59:57.420Z] 4198582dc83c: Layer already exists [2021-02-03T20:59:57.420Z] 27f12a8afa65: Layer already exists [2021-02-03T20:59:57.420Z] 505778da38c1: Layer already exists [2021-02-03T20:59:57.420Z] 6e0f0bd05849: Layer already exists [2021-02-03T20:59:57.420Z] 26ffd02a6f94: Layer already exists [2021-02-03T20:59:57.420Z] 2996cc15bd6e: Layer already exists [2021-02-03T20:59:57.420Z] 1b3ee35aacca: Layer already exists [2021-02-03T20:59:57.420Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1: digest: sha256:64468f3c27e31c1a617b936dd9c65c37168b94f217246fc495d047e63d40b6e5 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:59:57.722Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:hanoi [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:59:58.018Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:hanoi [2021-02-03T20:59:58.018Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-03T20:59:58.018Z] cd527a403407: Preparing [2021-02-03T20:59:58.018Z] 98fda7477bd9: Preparing [2021-02-03T20:59:58.018Z] 505778da38c1: Preparing [2021-02-03T20:59:58.018Z] 4198582dc83c: Preparing [2021-02-03T20:59:58.018Z] 27f12a8afa65: Preparing [2021-02-03T20:59:58.018Z] 6e0f0bd05849: Preparing [2021-02-03T20:59:58.018Z] 2996cc15bd6e: Preparing [2021-02-03T20:59:58.018Z] 26ffd02a6f94: Preparing [2021-02-03T20:59:58.018Z] 1b3ee35aacca: Preparing [2021-02-03T20:59:58.018Z] 6e0f0bd05849: Waiting [2021-02-03T20:59:58.018Z] 2996cc15bd6e: Waiting [2021-02-03T20:59:58.018Z] 26ffd02a6f94: Waiting [2021-02-03T20:59:58.018Z] 1b3ee35aacca: Waiting [2021-02-03T20:59:58.018Z] 98fda7477bd9: Layer already exists [2021-02-03T20:59:58.018Z] 27f12a8afa65: Layer already exists [2021-02-03T20:59:58.018Z] 505778da38c1: Layer already exists [2021-02-03T20:59:58.018Z] cd527a403407: Layer already exists [2021-02-03T20:59:58.018Z] 4198582dc83c: Layer already exists [2021-02-03T20:59:58.018Z] 2996cc15bd6e: Layer already exists [2021-02-03T20:59:58.018Z] 26ffd02a6f94: Layer already exists [2021-02-03T20:59:58.018Z] 6e0f0bd05849: Layer already exists [2021-02-03T20:59:58.018Z] 1b3ee35aacca: Layer already exists [2021-02-03T20:59:58.018Z] hanoi: digest: sha256:64468f3c27e31c1a617b936dd9c65c37168b94f217246fc495d047e63d40b6e5 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [2021-02-03T20:59:58.108Z] v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-02-03T20:59:58.109Z] v3.12.3-85-ga0bd2102c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-02-03T20:59:58.109Z] OK: 12622 distinct packages available [2021-02-03T20:59:58.109Z] v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-02-03T20:59:58.109Z] v3.12.3-85-ga0bd2102c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-02-03T20:59:58.109Z] OK: 12622 distinct packages available [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-03T20:59:58.213Z] ===================================================== [Pipeline] echo [2021-02-03T20:59:58.266Z] taggedImages: [2021-02-03T20:59:58.266Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T20:59:58.266Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0.0.1-dev.1 [2021-02-03T20:59:58.266Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T20:59:58.266Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:hanoi [Pipeline] echo [2021-02-03T20:59:58.330Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2021-02-03T20:59:58.330Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T20:59:58.330Z] 0.0.1-dev.1 [2021-02-03T20:59:58.330Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T20:59:58.330Z] hanoi [2021-02-03T20:59:58.330Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:59:58.711Z] OK: 217 MiB in 51 packages [2021-02-03T20:59:58.804Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:59:59.098Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T20:59:59.098Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2021-02-03T20:59:59.098Z] ac8a27be281a: Preparing [2021-02-03T20:59:59.098Z] a7de102ef5bd: Preparing [2021-02-03T20:59:59.098Z] 4c13f355ba5e: Preparing [2021-02-03T20:59:59.098Z] 553acb59e088: Preparing [2021-02-03T20:59:59.098Z] ac8a27be281a: Pushed [2021-02-03T20:59:59.098Z] 4c13f355ba5e: Pushed [2021-02-03T20:59:59.309Z] OK: 217 MiB in 51 packages [2021-02-03T20:59:59.310Z] Removing intermediate container 717e2d6779f0 [2021-02-03T20:59:59.310Z] ---> 74a88d121e3f [2021-02-03T20:59:59.310Z] Step 7/29 : COPY . . [2021-02-03T20:59:59.369Z] 553acb59e088: Pushed [2021-02-03T21:00:00.303Z] OK: 217 MiB in 51 packages [2021-02-03T21:00:00.309Z] a7de102ef5bd: Pushed [2021-02-03T21:00:00.310Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258: digest: sha256:54491532385047cd7ce1a34ca1d826cad239e39f2f566c921be098d528df4c71 size: 1153 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:00:00.607Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:0.0.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:00:00.903Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:0.0.1-dev.1 [2021-02-03T21:00:00.903Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2021-02-03T21:00:00.903Z] ac8a27be281a: Preparing [2021-02-03T21:00:00.903Z] a7de102ef5bd: Preparing [2021-02-03T21:00:00.903Z] 4c13f355ba5e: Preparing [2021-02-03T21:00:00.903Z] 553acb59e088: Preparing [2021-02-03T21:00:00.903Z] a7de102ef5bd: Layer already exists [2021-02-03T21:00:00.903Z] ac8a27be281a: Layer already exists [2021-02-03T21:00:00.903Z] 4c13f355ba5e: Layer already exists [2021-02-03T21:00:00.903Z] 553acb59e088: Layer already exists [2021-02-03T21:00:00.903Z] 0.0.1-dev.1: digest: sha256:54491532385047cd7ce1a34ca1d826cad239e39f2f566c921be098d528df4c71 size: 1153 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:00:01.211Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:00:01.510Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T21:00:01.510Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2021-02-03T21:00:01.510Z] ac8a27be281a: Preparing [2021-02-03T21:00:01.510Z] a7de102ef5bd: Preparing [2021-02-03T21:00:01.510Z] 4c13f355ba5e: Preparing [2021-02-03T21:00:01.510Z] 553acb59e088: Preparing [2021-02-03T21:00:01.510Z] ac8a27be281a: Layer already exists [2021-02-03T21:00:01.510Z] 553acb59e088: Layer already exists [2021-02-03T21:00:01.510Z] 4c13f355ba5e: Layer already exists [2021-02-03T21:00:01.510Z] a7de102ef5bd: Layer already exists [2021-02-03T21:00:01.510Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1: digest: sha256:54491532385047cd7ce1a34ca1d826cad239e39f2f566c921be098d528df4c71 size: 1153 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:00:01.844Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:hanoi [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:00:02.198Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:hanoi [2021-02-03T21:00:02.198Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2021-02-03T21:00:02.198Z] ac8a27be281a: Preparing [2021-02-03T21:00:02.198Z] a7de102ef5bd: Preparing [2021-02-03T21:00:02.198Z] 4c13f355ba5e: Preparing [2021-02-03T21:00:02.198Z] 553acb59e088: Preparing [2021-02-03T21:00:02.347Z] Removing intermediate container 2572efd146ec [2021-02-03T21:00:02.347Z] ---> 73348f24e069 [2021-02-03T21:00:02.347Z] Step 6/27 : COPY go.mod . [2021-02-03T21:00:02.460Z] 553acb59e088: Layer already exists [2021-02-03T21:00:02.460Z] ac8a27be281a: Layer already exists [2021-02-03T21:00:02.461Z] 4c13f355ba5e: Layer already exists [2021-02-03T21:00:02.461Z] a7de102ef5bd: Layer already exists [2021-02-03T21:00:02.638Z] Removing intermediate container 00279a083b6b [2021-02-03T21:00:02.639Z] ---> aeeec7ab7d15 [2021-02-03T21:00:02.639Z] Step 6/22 : COPY go.mod . [2021-02-03T21:00:02.721Z] hanoi: digest: sha256:54491532385047cd7ce1a34ca1d826cad239e39f2f566c921be098d528df4c71 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-03T21:00:02.982Z] ===================================================== [Pipeline] echo [2021-02-03T21:00:03.034Z] taggedImages: [2021-02-03T21:00:03.034Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T21:00:03.034Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:0.0.1-dev.1 [2021-02-03T21:00:03.034Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T21:00:03.034Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:hanoi [Pipeline] echo [2021-02-03T21:00:03.116Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-02-03T21:00:03.116Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T21:00:03.116Z] 0.0.1-dev.1 [2021-02-03T21:00:03.116Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T21:00:03.116Z] hanoi [2021-02-03T21:00:03.116Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:00:03.663Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:00:03.961Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T21:00:03.961Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-03T21:00:03.961Z] 154763155f61: Preparing [2021-02-03T21:00:03.961Z] d7aca9f0dcf6: Preparing [2021-02-03T21:00:03.961Z] 1be0b38adb2c: Preparing [2021-02-03T21:00:03.961Z] 0bde9aa72170: Preparing [2021-02-03T21:00:03.961Z] e7d74137fed1: Preparing [2021-02-03T21:00:03.961Z] 67ceb6cb28d3: Preparing [2021-02-03T21:00:03.961Z] 67ceb6cb28d3: Waiting [2021-02-03T21:00:03.961Z] 1be0b38adb2c: Pushed [2021-02-03T21:00:04.134Z] ---> 84e131e483c5 [2021-02-03T21:00:04.134Z] Step 7/27 : RUN go mod download [2021-02-03T21:00:04.224Z] 154763155f61: Pushed [2021-02-03T21:00:04.224Z] e7d74137fed1: Pushed [2021-02-03T21:00:04.224Z] 0bde9aa72170: Pushed [2021-02-03T21:00:04.224Z] 67ceb6cb28d3: Pushed [2021-02-03T21:00:04.742Z] ---> 4839649d42cc [2021-02-03T21:00:04.742Z] Step 7/22 : RUN go mod download [2021-02-03T21:00:04.742Z] ---> Running in 8a118f75c21b [2021-02-03T21:00:05.168Z] d7aca9f0dcf6: Pushed [2021-02-03T21:00:05.168Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258: digest: sha256:5098ebbd7fc5a03d46ffb4dfbecf8832c21e45f9d77e6d2d8db8bd13c5079669 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:00:05.474Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0.0.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:00:05.742Z] ---> Running in 13dc4408df9e [2021-02-03T21:00:05.781Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0.0.1-dev.1 [2021-02-03T21:00:05.781Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-03T21:00:05.781Z] 154763155f61: Preparing [2021-02-03T21:00:05.781Z] d7aca9f0dcf6: Preparing [2021-02-03T21:00:05.781Z] 1be0b38adb2c: Preparing [2021-02-03T21:00:05.781Z] 0bde9aa72170: Preparing [2021-02-03T21:00:05.781Z] e7d74137fed1: Preparing [2021-02-03T21:00:05.781Z] 67ceb6cb28d3: Preparing [2021-02-03T21:00:05.781Z] 67ceb6cb28d3: Waiting [2021-02-03T21:00:05.781Z] 1be0b38adb2c: Layer already exists [2021-02-03T21:00:05.781Z] 0bde9aa72170: Layer already exists [2021-02-03T21:00:05.781Z] 154763155f61: Layer already exists [2021-02-03T21:00:05.781Z] e7d74137fed1: Layer already exists [2021-02-03T21:00:05.781Z] d7aca9f0dcf6: Layer already exists [2021-02-03T21:00:05.781Z] 67ceb6cb28d3: Layer already exists [2021-02-03T21:00:05.781Z] 0.0.1-dev.1: digest: sha256:5098ebbd7fc5a03d46ffb4dfbecf8832c21e45f9d77e6d2d8db8bd13c5079669 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:00:06.085Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:00:06.383Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T21:00:06.384Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-03T21:00:06.384Z] 154763155f61: Preparing [2021-02-03T21:00:06.384Z] d7aca9f0dcf6: Preparing [2021-02-03T21:00:06.384Z] 1be0b38adb2c: Preparing [2021-02-03T21:00:06.384Z] 0bde9aa72170: Preparing [2021-02-03T21:00:06.384Z] e7d74137fed1: Preparing [2021-02-03T21:00:06.384Z] 67ceb6cb28d3: Preparing [2021-02-03T21:00:06.384Z] 67ceb6cb28d3: Waiting [2021-02-03T21:00:06.384Z] 0bde9aa72170: Layer already exists [2021-02-03T21:00:06.384Z] d7aca9f0dcf6: Layer already exists [2021-02-03T21:00:06.384Z] 154763155f61: Layer already exists [2021-02-03T21:00:06.384Z] 1be0b38adb2c: Layer already exists [2021-02-03T21:00:06.384Z] e7d74137fed1: Layer already exists [2021-02-03T21:00:06.384Z] 67ceb6cb28d3: Layer already exists [2021-02-03T21:00:06.384Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1: digest: sha256:5098ebbd7fc5a03d46ffb4dfbecf8832c21e45f9d77e6d2d8db8bd13c5079669 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:00:06.690Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:hanoi [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:00:06.986Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:hanoi [2021-02-03T21:00:06.986Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-03T21:00:06.986Z] 154763155f61: Preparing [2021-02-03T21:00:06.986Z] d7aca9f0dcf6: Preparing [2021-02-03T21:00:06.986Z] 1be0b38adb2c: Preparing [2021-02-03T21:00:06.986Z] 0bde9aa72170: Preparing [2021-02-03T21:00:06.986Z] e7d74137fed1: Preparing [2021-02-03T21:00:06.986Z] 67ceb6cb28d3: Preparing [2021-02-03T21:00:06.986Z] 67ceb6cb28d3: Waiting [2021-02-03T21:00:06.986Z] e7d74137fed1: Layer already exists [2021-02-03T21:00:06.986Z] 154763155f61: Layer already exists [2021-02-03T21:00:06.986Z] 1be0b38adb2c: Layer already exists [2021-02-03T21:00:06.986Z] 0bde9aa72170: Layer already exists [2021-02-03T21:00:06.986Z] d7aca9f0dcf6: Layer already exists [2021-02-03T21:00:06.986Z] 67ceb6cb28d3: Layer already exists [2021-02-03T21:00:06.986Z] hanoi: digest: sha256:5098ebbd7fc5a03d46ffb4dfbecf8832c21e45f9d77e6d2d8db8bd13c5079669 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-03T21:00:07.173Z] ===================================================== [Pipeline] echo [2021-02-03T21:00:07.228Z] taggedImages: [2021-02-03T21:00:07.228Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T21:00:07.228Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0.0.1-dev.1 [2021-02-03T21:00:07.228Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T21:00:07.228Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:hanoi [Pipeline] echo [2021-02-03T21:00:07.310Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-02-03T21:00:07.310Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T21:00:07.310Z] 0.0.1-dev.1 [2021-02-03T21:00:07.310Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T21:00:07.310Z] hanoi [2021-02-03T21:00:07.310Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:00:07.791Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:00:08.088Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T21:00:08.088Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-03T21:00:08.088Z] 0dba6e79d474: Preparing [2021-02-03T21:00:08.088Z] 0dc595490375: Preparing [2021-02-03T21:00:08.088Z] 5dceff681899: Preparing [2021-02-03T21:00:08.348Z] 0dba6e79d474: Pushed [2021-02-03T21:00:08.348Z] 5dceff681899: Pushed [2021-02-03T21:00:09.289Z] 0dc595490375: Pushed [2021-02-03T21:00:09.289Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258: digest: sha256:41570022c708b89fcaa120352b0c83238b2be93df7d0153eaaa10571143b0b44 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:00:09.619Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0.0.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:00:09.916Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0.0.1-dev.1 [2021-02-03T21:00:09.917Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-03T21:00:09.917Z] 0dba6e79d474: Preparing [2021-02-03T21:00:09.917Z] 0dc595490375: Preparing [2021-02-03T21:00:09.917Z] 5dceff681899: Preparing [2021-02-03T21:00:09.917Z] 0dba6e79d474: Layer already exists [2021-02-03T21:00:09.917Z] 5dceff681899: Layer already exists [2021-02-03T21:00:09.917Z] 0dc595490375: Layer already exists [2021-02-03T21:00:09.917Z] 0.0.1-dev.1: digest: sha256:41570022c708b89fcaa120352b0c83238b2be93df7d0153eaaa10571143b0b44 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:00:10.218Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:00:10.634Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T21:00:10.635Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-03T21:00:10.635Z] 0dba6e79d474: Preparing [2021-02-03T21:00:10.635Z] 0dc595490375: Preparing [2021-02-03T21:00:10.635Z] 5dceff681899: Preparing [2021-02-03T21:00:10.635Z] 5dceff681899: Layer already exists [2021-02-03T21:00:10.635Z] 0dc595490375: Layer already exists [2021-02-03T21:00:10.635Z] 0dba6e79d474: Layer already exists [2021-02-03T21:00:10.635Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1: digest: sha256:41570022c708b89fcaa120352b0c83238b2be93df7d0153eaaa10571143b0b44 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:00:10.979Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:hanoi [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:00:11.271Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:hanoi [2021-02-03T21:00:11.271Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-03T21:00:11.271Z] 0dba6e79d474: Preparing [2021-02-03T21:00:11.271Z] 0dc595490375: Preparing [2021-02-03T21:00:11.271Z] 5dceff681899: Preparing [2021-02-03T21:00:11.271Z] 5dceff681899: Layer already exists [2021-02-03T21:00:11.271Z] 0dc595490375: Layer already exists [2021-02-03T21:00:11.271Z] 0dba6e79d474: Layer already exists [2021-02-03T21:00:11.271Z] hanoi: digest: sha256:41570022c708b89fcaa120352b0c83238b2be93df7d0153eaaa10571143b0b44 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-03T21:00:11.449Z] ===================================================== [Pipeline] echo [2021-02-03T21:00:11.495Z] taggedImages: [2021-02-03T21:00:11.495Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T21:00:11.495Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0.0.1-dev.1 [2021-02-03T21:00:11.495Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T21:00:11.495Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:hanoi [Pipeline] echo [2021-02-03T21:00:11.552Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-02-03T21:00:11.553Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T21:00:11.553Z] 0.0.1-dev.1 [2021-02-03T21:00:11.553Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T21:00:11.553Z] hanoi [2021-02-03T21:00:11.553Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:00:12.015Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:00:12.318Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T21:00:12.318Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-03T21:00:12.318Z] 89ae04ffa78b: Preparing [2021-02-03T21:00:12.318Z] 5f42c8f43ff0: Preparing [2021-02-03T21:00:12.318Z] 82a38b1a0131: Preparing [2021-02-03T21:00:12.318Z] c29ddf35e357: Preparing [2021-02-03T21:00:12.318Z] 20af9682ec36: Preparing [2021-02-03T21:00:12.318Z] 821b5924d9b0: Preparing [2021-02-03T21:00:12.318Z] c6c89b702156: Preparing [2021-02-03T21:00:12.318Z] 7115cfc5cd71: Preparing [2021-02-03T21:00:12.318Z] f79287729399: Preparing [2021-02-03T21:00:12.318Z] 7ef6e2d83150: Preparing [2021-02-03T21:00:12.318Z] 96398d4a2328: Preparing [2021-02-03T21:00:12.318Z] 48ad9ebc910a: Preparing [2021-02-03T21:00:12.318Z] 80ff4ab2dee4: Preparing [2021-02-03T21:00:12.318Z] 1119ff37d4a9: Preparing [2021-02-03T21:00:12.318Z] 7ef6e2d83150: Waiting [2021-02-03T21:00:12.318Z] 96398d4a2328: Waiting [2021-02-03T21:00:12.318Z] 48ad9ebc910a: Waiting [2021-02-03T21:00:12.318Z] 80ff4ab2dee4: Waiting [2021-02-03T21:00:12.318Z] 821b5924d9b0: Waiting [2021-02-03T21:00:12.318Z] f79287729399: Waiting [2021-02-03T21:00:12.318Z] c6c89b702156: Waiting [2021-02-03T21:00:12.318Z] 1119ff37d4a9: Waiting [2021-02-03T21:00:12.318Z] 7115cfc5cd71: Waiting [2021-02-03T21:00:12.519Z] Removing intermediate container 8a118f75c21b [2021-02-03T21:00:12.519Z] ---> d0e95a673e9a [2021-02-03T21:00:12.519Z] Step 8/27 : COPY . . [2021-02-03T21:00:12.519Z] Removing intermediate container 13dc4408df9e [2021-02-03T21:00:12.519Z] ---> d36bb84f0948 [2021-02-03T21:00:12.519Z] Step 8/22 : COPY . . [2021-02-03T21:00:12.586Z] 20af9682ec36: Pushed [2021-02-03T21:00:12.853Z] 89ae04ffa78b: Pushed [2021-02-03T21:00:12.853Z] c29ddf35e357: Pushed [2021-02-03T21:00:13.436Z] 7115cfc5cd71: Pushed [2021-02-03T21:00:13.436Z] c6c89b702156: Pushed [2021-02-03T21:00:13.436Z] f79287729399: Pushed [2021-02-03T21:00:13.703Z] 7ef6e2d83150: Pushed [2021-02-03T21:00:13.972Z] 821b5924d9b0: Pushed [2021-02-03T21:00:13.972Z] 48ad9ebc910a: Pushed [2021-02-03T21:00:13.972Z] 1119ff37d4a9: Layer already exists [2021-02-03T21:00:14.919Z] 80ff4ab2dee4: Pushed [2021-02-03T21:00:14.919Z] 5f42c8f43ff0: Pushed [2021-02-03T21:00:20.873Z] ---> 87294a7b1da3 [2021-02-03T21:00:20.873Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2021-02-03T21:00:20.873Z] ---> Running in e88d28d1f9da [2021-02-03T21:00:23.082Z] 82a38b1a0131: Pushed [2021-02-03T21:00:23.538Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.1-dev.1" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2021-02-03T21:00:31.244Z] 96398d4a2328: Pushed [2021-02-03T21:00:31.244Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258: digest: sha256:bc2053e20993dda4dfa27b6c8801d6e2d6f1f1523cb5da54a9192f16f99954cb size: 3253 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:00:31.571Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0.0.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:00:31.876Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0.0.1-dev.1 [2021-02-03T21:00:31.876Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-03T21:00:31.876Z] 89ae04ffa78b: Preparing [2021-02-03T21:00:31.876Z] 5f42c8f43ff0: Preparing [2021-02-03T21:00:31.876Z] 82a38b1a0131: Preparing [2021-02-03T21:00:31.876Z] c29ddf35e357: Preparing [2021-02-03T21:00:31.876Z] 20af9682ec36: Preparing [2021-02-03T21:00:31.876Z] 821b5924d9b0: Preparing [2021-02-03T21:00:31.876Z] c6c89b702156: Preparing [2021-02-03T21:00:31.876Z] 7115cfc5cd71: Preparing [2021-02-03T21:00:31.876Z] f79287729399: Preparing [2021-02-03T21:00:31.876Z] 7ef6e2d83150: Preparing [2021-02-03T21:00:31.876Z] 96398d4a2328: Preparing [2021-02-03T21:00:31.876Z] 48ad9ebc910a: Preparing [2021-02-03T21:00:31.876Z] 80ff4ab2dee4: Preparing [2021-02-03T21:00:31.876Z] 1119ff37d4a9: Preparing [2021-02-03T21:00:31.876Z] 821b5924d9b0: Waiting [2021-02-03T21:00:31.876Z] c6c89b702156: Waiting [2021-02-03T21:00:31.876Z] 7115cfc5cd71: Waiting [2021-02-03T21:00:31.876Z] f79287729399: Waiting [2021-02-03T21:00:31.876Z] 7ef6e2d83150: Waiting [2021-02-03T21:00:31.876Z] 96398d4a2328: Waiting [2021-02-03T21:00:31.876Z] 48ad9ebc910a: Waiting [2021-02-03T21:00:31.876Z] 80ff4ab2dee4: Waiting [2021-02-03T21:00:31.876Z] 1119ff37d4a9: Waiting [2021-02-03T21:00:31.876Z] 89ae04ffa78b: Layer already exists [2021-02-03T21:00:31.876Z] 20af9682ec36: Layer already exists [2021-02-03T21:00:31.876Z] 5f42c8f43ff0: Layer already exists [2021-02-03T21:00:31.876Z] 82a38b1a0131: Layer already exists [2021-02-03T21:00:31.876Z] c29ddf35e357: Layer already exists [2021-02-03T21:00:31.876Z] c6c89b702156: Layer already exists [2021-02-03T21:00:31.876Z] 7115cfc5cd71: Layer already exists [2021-02-03T21:00:31.876Z] 821b5924d9b0: Layer already exists [2021-02-03T21:00:31.876Z] 7ef6e2d83150: Layer already exists [2021-02-03T21:00:31.876Z] f79287729399: Layer already exists [2021-02-03T21:00:31.876Z] 96398d4a2328: Layer already exists [2021-02-03T21:00:31.876Z] 1119ff37d4a9: Layer already exists [2021-02-03T21:00:31.876Z] 48ad9ebc910a: Layer already exists [2021-02-03T21:00:31.876Z] 80ff4ab2dee4: Layer already exists [2021-02-03T21:00:31.876Z] 0.0.1-dev.1: digest: sha256:bc2053e20993dda4dfa27b6c8801d6e2d6f1f1523cb5da54a9192f16f99954cb size: 3253 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:00:32.193Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:00:32.499Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T21:00:32.499Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-03T21:00:32.499Z] 89ae04ffa78b: Preparing [2021-02-03T21:00:32.499Z] 5f42c8f43ff0: Preparing [2021-02-03T21:00:32.499Z] 82a38b1a0131: Preparing [2021-02-03T21:00:32.499Z] c29ddf35e357: Preparing [2021-02-03T21:00:32.499Z] 20af9682ec36: Preparing [2021-02-03T21:00:32.499Z] 821b5924d9b0: Preparing [2021-02-03T21:00:32.499Z] c6c89b702156: Preparing [2021-02-03T21:00:32.499Z] 7115cfc5cd71: Preparing [2021-02-03T21:00:32.499Z] f79287729399: Preparing [2021-02-03T21:00:32.499Z] 7ef6e2d83150: Preparing [2021-02-03T21:00:32.499Z] 96398d4a2328: Preparing [2021-02-03T21:00:32.499Z] 48ad9ebc910a: Preparing [2021-02-03T21:00:32.499Z] 80ff4ab2dee4: Preparing [2021-02-03T21:00:32.499Z] 1119ff37d4a9: Preparing [2021-02-03T21:00:32.499Z] f79287729399: Waiting [2021-02-03T21:00:32.499Z] 7115cfc5cd71: Waiting [2021-02-03T21:00:32.499Z] 7ef6e2d83150: Waiting [2021-02-03T21:00:32.499Z] 96398d4a2328: Waiting [2021-02-03T21:00:32.499Z] 48ad9ebc910a: Waiting [2021-02-03T21:00:32.499Z] 80ff4ab2dee4: Waiting [2021-02-03T21:00:32.499Z] 821b5924d9b0: Waiting [2021-02-03T21:00:32.499Z] c6c89b702156: Waiting [2021-02-03T21:00:32.499Z] 20af9682ec36: Layer already exists [2021-02-03T21:00:32.499Z] 82a38b1a0131: Layer already exists [2021-02-03T21:00:32.499Z] 5f42c8f43ff0: Layer already exists [2021-02-03T21:00:32.499Z] c29ddf35e357: Layer already exists [2021-02-03T21:00:32.499Z] 89ae04ffa78b: Layer already exists [2021-02-03T21:00:32.499Z] 821b5924d9b0: Layer already exists [2021-02-03T21:00:32.499Z] c6c89b702156: Layer already exists [2021-02-03T21:00:32.499Z] 7ef6e2d83150: Layer already exists [2021-02-03T21:00:32.499Z] f79287729399: Layer already exists [2021-02-03T21:00:32.499Z] 7115cfc5cd71: Layer already exists [2021-02-03T21:00:32.499Z] 96398d4a2328: Layer already exists [2021-02-03T21:00:32.499Z] 48ad9ebc910a: Layer already exists [2021-02-03T21:00:32.499Z] 1119ff37d4a9: Layer already exists [2021-02-03T21:00:32.499Z] 80ff4ab2dee4: Layer already exists [2021-02-03T21:00:32.499Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1: digest: sha256:bc2053e20993dda4dfa27b6c8801d6e2d6f1f1523cb5da54a9192f16f99954cb size: 3253 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:00:32.821Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:hanoi [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:00:33.123Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:hanoi [2021-02-03T21:00:33.123Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-03T21:00:33.123Z] 89ae04ffa78b: Preparing [2021-02-03T21:00:33.123Z] 5f42c8f43ff0: Preparing [2021-02-03T21:00:33.123Z] 82a38b1a0131: Preparing [2021-02-03T21:00:33.123Z] c29ddf35e357: Preparing [2021-02-03T21:00:33.123Z] 20af9682ec36: Preparing [2021-02-03T21:00:33.123Z] 821b5924d9b0: Preparing [2021-02-03T21:00:33.123Z] c6c89b702156: Preparing [2021-02-03T21:00:33.123Z] 7115cfc5cd71: Preparing [2021-02-03T21:00:33.123Z] f79287729399: Preparing [2021-02-03T21:00:33.123Z] 7ef6e2d83150: Preparing [2021-02-03T21:00:33.123Z] 96398d4a2328: Preparing [2021-02-03T21:00:33.123Z] 48ad9ebc910a: Preparing [2021-02-03T21:00:33.123Z] 80ff4ab2dee4: Preparing [2021-02-03T21:00:33.123Z] 1119ff37d4a9: Preparing [2021-02-03T21:00:33.123Z] f79287729399: Waiting [2021-02-03T21:00:33.123Z] 80ff4ab2dee4: Waiting [2021-02-03T21:00:33.123Z] 7ef6e2d83150: Waiting [2021-02-03T21:00:33.123Z] 96398d4a2328: Waiting [2021-02-03T21:00:33.123Z] 1119ff37d4a9: Waiting [2021-02-03T21:00:33.123Z] 48ad9ebc910a: Waiting [2021-02-03T21:00:33.123Z] 821b5924d9b0: Waiting [2021-02-03T21:00:33.123Z] 7115cfc5cd71: Waiting [2021-02-03T21:00:33.123Z] c29ddf35e357: Layer already exists [2021-02-03T21:00:33.123Z] 82a38b1a0131: Layer already exists [2021-02-03T21:00:33.123Z] 89ae04ffa78b: Layer already exists [2021-02-03T21:00:33.123Z] 5f42c8f43ff0: Layer already exists [2021-02-03T21:00:33.123Z] 20af9682ec36: Layer already exists [2021-02-03T21:00:33.123Z] c6c89b702156: Layer already exists [2021-02-03T21:00:33.123Z] 821b5924d9b0: Layer already exists [2021-02-03T21:00:33.123Z] 7115cfc5cd71: Layer already exists [2021-02-03T21:00:33.123Z] 7ef6e2d83150: Layer already exists [2021-02-03T21:00:33.123Z] f79287729399: Layer already exists [2021-02-03T21:00:33.123Z] 96398d4a2328: Layer already exists [2021-02-03T21:00:33.123Z] 48ad9ebc910a: Layer already exists [2021-02-03T21:00:33.123Z] 80ff4ab2dee4: Layer already exists [2021-02-03T21:00:33.123Z] 1119ff37d4a9: Layer already exists [2021-02-03T21:00:33.123Z] hanoi: digest: sha256:bc2053e20993dda4dfa27b6c8801d6e2d6f1f1523cb5da54a9192f16f99954cb size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-03T21:00:33.343Z] ===================================================== [Pipeline] echo [2021-02-03T21:00:33.391Z] taggedImages: [2021-02-03T21:00:33.391Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T21:00:33.391Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0.0.1-dev.1 [2021-02-03T21:00:33.391Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T21:00:33.391Z] - 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-02-03T21:00:36.058Z] ---> 803de9ee9e82 [2021-02-03T21:00:36.058Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-03T21:00:36.058Z] ---> be4d7e51957a [2021-02-03T21:00:36.058Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2021-02-03T21:00:36.058Z] ---> Running in 4b1052217ff2 [2021-02-03T21:00:36.058Z] ---> Running in 2f1969c781ff [2021-02-03T21:00:37.063Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.1-dev.1" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-03T21:00:37.351Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.1-dev.1" -o cmd/support-logging/support-logging ./cmd/support-logging [2021-02-03T21:01:04.295Z] Removing intermediate container 117a0edd9b48 [2021-02-03T21:01:04.295Z] ---> 965529c3d942 [2021-02-03T21:01:04.295Z] [2021-02-03T21:01:04.295Z] Step 10/22 : FROM alpine:3.10 [2021-02-03T21:01:04.295Z] ---> 536a684cf733 [2021-02-03T21:01:04.295Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2021-02-03T21:01:04.295Z] ---> Using cache [2021-02-03T21:01:04.295Z] ---> 01395d2ff432 [2021-02-03T21:01:04.295Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-02-03T21:01:04.295Z] ---> Running in 32b16391be88 [2021-02-03T21:01:04.295Z] Removing intermediate container 32b16391be88 [2021-02-03T21:01:04.295Z] ---> db69db3beaf9 [2021-02-03T21:01:04.295Z] Step 13/22 : WORKDIR / [2021-02-03T21:01:04.295Z] ---> Running in f13a25e3e35d [2021-02-03T21:01:04.938Z] Removing intermediate container f13a25e3e35d [2021-02-03T21:01:04.938Z] ---> 37f1a53d25f5 [2021-02-03T21:01:04.938Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-02-03T21:01:06.406Z] ---> 2e578c5e7cf8 [2021-02-03T21:01:06.406Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-02-03T21:01:07.867Z] ---> 1d0120778673 [2021-02-03T21:01:07.867Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-02-03T21:01:09.347Z] ---> 9d6ecd9aae16 [2021-02-03T21:01:09.348Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-02-03T21:01:10.354Z] ---> acdc82f78bcb [2021-02-03T21:01:10.354Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-02-03T21:01:10.354Z] ---> Running in 27e78a452f80 [2021-02-03T21:01:13.801Z] Removing intermediate container 27e78a452f80 [2021-02-03T21:01:13.801Z] ---> f42a2f2ebb4b [2021-02-03T21:01:13.801Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-03T21:01:14.085Z] ---> Running in 0ffb8cfba3b7 [2021-02-03T21:01:14.698Z] Removing intermediate container 0ffb8cfba3b7 [2021-02-03T21:01:14.698Z] ---> 5e53bca25407 [2021-02-03T21:01:14.698Z] Step 20/22 : LABEL arch=arm64 [2021-02-03T21:01:14.698Z] ---> Running in b7f827e3f4ba [2021-02-03T21:01:15.319Z] Removing intermediate container b7f827e3f4ba [2021-02-03T21:01:15.319Z] ---> b02516f16e17 [2021-02-03T21:01:15.319Z] Step 21/22 : LABEL git_sha=12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T21:01:15.598Z] ---> Running in b0dd28d2510f [2021-02-03T21:01:16.227Z] Removing intermediate container b0dd28d2510f [2021-02-03T21:01:16.227Z] ---> 7f88868637db [2021-02-03T21:01:16.227Z] Step 22/22 : LABEL version=0.0.1-dev.1 [2021-02-03T21:01:16.511Z] ---> Running in 2576176ee156 [2021-02-03T21:01:17.523Z] Removing intermediate container 2576176ee156 [2021-02-03T21:01:17.523Z] ---> e5d3221748c2 [2021-02-03T21:01:17.523Z] [2021-02-03T21:01:17.523Z] Successfully built e5d3221748c2 [2021-02-03T21:01:17.803Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-02-03T21:01:17.803Z]  Building docker-security-bootstrap-redis-go ... done Building docker-security-proxy-setup-go [2021-02-03T21:01:36.183Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-03T21:01:36.183Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2021-02-03T21:01:36.183Z] ---> e2b45c923635 [2021-02-03T21:01:36.183Z] Step 3/20 : WORKDIR /edgex-go [2021-02-03T21:01:36.183Z] ---> Using cache [2021-02-03T21:01:36.183Z] ---> cebede44b527 [2021-02-03T21:01:36.183Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T21:01:36.183Z] ---> Using cache [2021-02-03T21:01:36.183Z] ---> e974a0948797 [2021-02-03T21:01:36.183Z] Step 5/20 : RUN apk update && apk add make git [2021-02-03T21:01:36.183Z] ---> Using cache [2021-02-03T21:01:36.183Z] ---> 9d07814a3748 [2021-02-03T21:01:36.183Z] Step 6/20 : COPY go.mod . [2021-02-03T21:01:36.183Z] ---> Using cache [2021-02-03T21:01:36.183Z] ---> c8caa95f2037 [2021-02-03T21:01:36.183Z] Step 7/20 : RUN go mod download [2021-02-03T21:01:36.183Z] ---> Using cache [2021-02-03T21:01:36.183Z] ---> 339b92666424 [2021-02-03T21:01:36.183Z] Step 8/20 : COPY . . [2021-02-03T21:01:36.183Z] ---> Using cache [2021-02-03T21:01:36.183Z] ---> b6fb9ec3ab36 [2021-02-03T21:01:36.183Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2021-02-03T21:01:36.183Z] ---> Running in f503376e5d8e [2021-02-03T21:01:37.180Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.1-dev.1" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-03T21:01:47.513Z] Removing intermediate container e88d28d1f9da [2021-02-03T21:01:47.513Z] ---> 338d84a81115 [2021-02-03T21:01:47.513Z] [2021-02-03T21:01:47.513Z] Step 9/29 : FROM alpine:latest [2021-02-03T21:01:47.513Z] latest: Pulling from library/alpine [2021-02-03T21:01:47.513Z] Digest: sha256:08d6ca16c60fe7490c03d10dc339d9fd8ea67c6466dea8d558526b1330a85930 [2021-02-03T21:01:47.513Z] Status: Downloaded newer image for alpine:latest [2021-02-03T21:01:47.513Z] ---> 85b71a783ad3 [2021-02-03T21:01:47.513Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2021-02-03T21:01:47.513Z] ---> Running in 7a56e53c75fb [2021-02-03T21:01:47.790Z] Removing intermediate container 7a56e53c75fb [2021-02-03T21:01:47.790Z] ---> fbbeec9754a8 [2021-02-03T21:01:47.790Z] Step 11/29 : USER root [2021-02-03T21:01:48.070Z] ---> Running in d1f8a6909a33 [2021-02-03T21:01:48.677Z] Removing intermediate container d1f8a6909a33 [2021-02-03T21:01:48.677Z] ---> bbd01981b699 [2021-02-03T21:01:48.677Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2021-02-03T21:01:48.677Z] ---> Running in 0b7f3b96ed85 [2021-02-03T21:01:50.676Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-02-03T21:01:50.956Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-02-03T21:01:52.420Z] v3.13.1-43-gc72f0fa02c [https://dl-cdn.alpinelinux.org/alpine/v3.13/main] [2021-02-03T21:01:52.420Z] v3.13.1-46-g3d66bdf2e8 [https://dl-cdn.alpinelinux.org/alpine/v3.13/community] [2021-02-03T21:01:52.420Z] OK: 13724 distinct packages available [2021-02-03T21:01:53.411Z] (1/2) Installing ca-certificates (20191127-r5) [2021-02-03T21:01:53.687Z] (2/2) Installing dumb-init (1.2.5-r0) [2021-02-03T21:01:53.687Z] Executing busybox-1.32.1-r2.trigger [2021-02-03T21:01:53.687Z] Executing ca-certificates-20191127-r5.trigger [2021-02-03T21:01:53.973Z] OK: 6 MiB in 16 packages [2021-02-03T21:01:56.637Z] Removing intermediate container 0b7f3b96ed85 [2021-02-03T21:01:56.637Z] ---> 5e11faa230a9 [2021-02-03T21:01:56.637Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2021-02-03T21:01:56.923Z] ---> Running in 72b697eb0a8d [2021-02-03T21:01:57.538Z] Removing intermediate container 72b697eb0a8d [2021-02-03T21:01:57.538Z] ---> 6a9793d5509f [2021-02-03T21:01:57.538Z] Step 14/29 : WORKDIR $BASE_DIR [2021-02-03T21:01:57.538Z] ---> Running in bf3e573912a4 [2021-02-03T21:01:58.540Z] Removing intermediate container bf3e573912a4 [2021-02-03T21:01:58.540Z] ---> 52fcaf6eb3af [2021-02-03T21:01:58.540Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2021-02-03T21:01:58.540Z] ---> Running in 75baaffed2db [2021-02-03T21:02:02.887Z] Removing intermediate container 75baaffed2db [2021-02-03T21:02:02.887Z] ---> 57b3317dd524 [2021-02-03T21:02:02.887Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2021-02-03T21:02:04.926Z] ---> 46b58642ee3e [2021-02-03T21:02:04.926Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2021-02-03T21:02:06.381Z] ---> a25bfb6c89d0 [2021-02-03T21:02:06.381Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2021-02-03T21:02:08.381Z] ---> 326e68e2f719 [2021-02-03T21:02:08.381Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2021-02-03T21:02:09.408Z] Removing intermediate container d077c230fb92 [2021-02-03T21:02:09.408Z] ---> bce2a35a1bf2 [2021-02-03T21:02:09.408Z] [2021-02-03T21:02:09.408Z] Step 10/23 : FROM alpine [2021-02-03T21:02:09.408Z] ---> 85b71a783ad3 [2021-02-03T21:02:09.408Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-03T21:02:09.685Z] ---> Running in 591544547b95 [2021-02-03T21:02:09.963Z] ---> 2f33109363e6 [2021-02-03T21:02:09.963Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2021-02-03T21:02:10.578Z] Removing intermediate container 591544547b95 [2021-02-03T21:02:10.578Z] ---> 37aefd6cd02e [2021-02-03T21:02:10.578Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-03T21:02:10.871Z] ---> Running in 36f6610a7400 [2021-02-03T21:02:12.334Z] Removing intermediate container 36f6610a7400 [2021-02-03T21:02:12.334Z] ---> e20498e06b7a [2021-02-03T21:02:12.334Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-03T21:02:12.334Z] ---> f098a11afa2e [2021-02-03T21:02:12.334Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2021-02-03T21:02:12.610Z] ---> Running in 166167bbfbc3 [2021-02-03T21:02:12.887Z] ---> Running in a6ab54314d4d [2021-02-03T21:02:13.506Z] Removing intermediate container 4b1052217ff2 [2021-02-03T21:02:13.506Z] ---> 06b0feb7bdf7 [2021-02-03T21:02:13.506Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-03T21:02:13.506Z] Removing intermediate container 166167bbfbc3 [2021-02-03T21:02:13.506Z] ---> 3011a9701cd2 [2021-02-03T21:02:13.506Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T21:02:13.783Z] ---> Running in 81044ed07e22 [2021-02-03T21:02:14.062Z] ---> Running in 2d8a87d90bce [2021-02-03T21:02:16.685Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.1-dev.1" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-03T21:02:16.685Z] Removing intermediate container 2f1969c781ff [2021-02-03T21:02:16.685Z] ---> b15a7307368c [2021-02-03T21:02:16.685Z] [2021-02-03T21:02:16.685Z] Step 10/22 : FROM scratch [2021-02-03T21:02:16.685Z] ---> [2021-02-03T21:02:16.685Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-02-03T21:02:16.960Z] ---> Using cache [2021-02-03T21:02:16.960Z] ---> 0959b56b6dca [2021-02-03T21:02:16.960Z] Step 12/22 : ENV APP_PORT=48061 [2021-02-03T21:02:17.236Z] Removing intermediate container a6ab54314d4d [2021-02-03T21:02:17.236Z] ---> 22b2f98c4cdf [2021-02-03T21:02:17.236Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2021-02-03T21:02:17.236Z] ---> Running in 6b8291cc7f00 [2021-02-03T21:02:18.231Z] Removing intermediate container 6b8291cc7f00 [2021-02-03T21:02:18.231Z] ---> e92fd6d24ed6 [2021-02-03T21:02:18.231Z] Step 13/22 : EXPOSE $APP_PORT [2021-02-03T21:02:18.231Z] ---> Running in 80da0326fc77 [2021-02-03T21:02:18.851Z] ---> 06bfbbc643ed [2021-02-03T21:02:18.851Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-02-03T21:02:18.851Z] Removing intermediate container 2d8a87d90bce [2021-02-03T21:02:18.851Z] ---> 31e45b35f90a [2021-02-03T21:02:18.851Z] Step 15/23 : RUN apk --no-cache add zeromq [2021-02-03T21:02:18.851Z] ---> Running in 5395f07af9b6 [2021-02-03T21:02:18.851Z] ---> Running in 60eaebfb733e [2021-02-03T21:02:19.122Z] Removing intermediate container 80da0326fc77 [2021-02-03T21:02:19.122Z] ---> acf08bcd1e11 [2021-02-03T21:02:19.122Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2021-02-03T21:02:20.564Z] ---> 90e4bec051be [2021-02-03T21:02:20.564Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2021-02-03T21:02:21.547Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-02-03T21:02:22.543Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-02-03T21:02:22.543Z] ---> 8651ca1f807d [2021-02-03T21:02:22.543Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2021-02-03T21:02:22.543Z] Removing intermediate container 81044ed07e22 [2021-02-03T21:02:22.543Z] ---> 6313a6645246 [2021-02-03T21:02:22.543Z] [2021-02-03T21:02:22.543Z] Step 11/27 : FROM docker:latest [2021-02-03T21:02:22.543Z] ---> c9ce399bb54c [2021-02-03T21:02:22.543Z] Step 12/27 : RUN apk add --no-cache bash [2021-02-03T21:02:22.822Z] ---> Running in b6d117c46c4f [2021-02-03T21:02:23.104Z] Removing intermediate container 60eaebfb733e [2021-02-03T21:02:23.104Z] ---> 2ed5555be4df [2021-02-03T21:02:23.104Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2021-02-03T21:02:23.384Z] ---> Running in 47eb257e91ee [2021-02-03T21:02:23.668Z] (1/5) Installing libgcc (10.2.1_pre1-r3) [2021-02-03T21:02:23.945Z] (2/5) Installing libsodium (1.0.18-r0) [2021-02-03T21:02:23.945Z] (3/5) Installing libstdc++ (10.2.1_pre1-r3) [2021-02-03T21:02:24.550Z] (4/5) Installing libzmq (4.3.3-r1) [2021-02-03T21:02:24.550Z] (5/5) Installing zeromq (4.3.3-r1) [2021-02-03T21:02:24.550Z] Executing busybox-1.32.1-r2.trigger [2021-02-03T21:02:24.550Z] OK: 8 MiB in 19 packages [2021-02-03T21:02:25.165Z] ---> 03864cdf5d8f [2021-02-03T21:02:25.165Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2021-02-03T21:02:25.451Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-02-03T21:02:25.728Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-02-03T21:02:26.725Z] (1/2) Installing readline (8.1.0-r0) [2021-02-03T21:02:26.725Z] (2/2) Installing bash (5.1.0-r0) [2021-02-03T21:02:26.725Z] Executing bash-5.1.0-r0.post-install [2021-02-03T21:02:26.725Z] Executing busybox-1.32.1-r2.trigger [2021-02-03T21:02:26.725Z] OK: 12 MiB in 22 packages [2021-02-03T21:02:26.725Z] ---> 8edb5ad3c4a7 [2021-02-03T21:02:26.725Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2021-02-03T21:02:26.725Z] Removing intermediate container 5395f07af9b6 [2021-02-03T21:02:26.725Z] ---> 55ada630982e [2021-02-03T21:02:26.725Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-02-03T21:02:27.331Z] ---> Running in 8bd76a4f6456 [2021-02-03T21:02:28.328Z] Removing intermediate container 8bd76a4f6456 [2021-02-03T21:02:28.328Z] ---> 580f4ceb6252 [2021-02-03T21:02:28.328Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T21:02:28.622Z] ---> 2a15c58442a6 [2021-02-03T21:02:28.622Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-03T21:02:28.622Z] ---> Running in 6ddc0b4ef8cf [2021-02-03T21:02:28.622Z] Removing intermediate container 47eb257e91ee [2021-02-03T21:02:28.622Z] ---> 0c924bba5d64 [2021-02-03T21:02:28.623Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2021-02-03T21:02:28.903Z] Removing intermediate container b6d117c46c4f [2021-02-03T21:02:28.903Z] ---> e46fab63be41 [2021-02-03T21:02:28.903Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2021-02-03T21:02:28.903Z] ---> Running in ad92c4de9f6c [2021-02-03T21:02:29.179Z] ---> Running in 47b75402d399 [2021-02-03T21:02:29.479Z] Removing intermediate container 6ddc0b4ef8cf [2021-02-03T21:02:29.479Z] ---> 8d68fe83d44a [2021-02-03T21:02:29.479Z] Step 20/22 : LABEL arch=arm64 [2021-02-03T21:02:29.762Z] ---> Running in a2448eb0ca5e [2021-02-03T21:02:30.039Z] Removing intermediate container ad92c4de9f6c [2021-02-03T21:02:30.039Z] ---> b51d2c116c2b [2021-02-03T21:02:30.039Z] Step 26/29 : CMD [ "generate" ] [2021-02-03T21:02:30.317Z] ---> Running in 818ceb642e59 [2021-02-03T21:02:30.594Z] Removing intermediate container a2448eb0ca5e [2021-02-03T21:02:30.594Z] ---> 2e6f98aa1f58 [2021-02-03T21:02:30.594Z] Step 21/22 : LABEL git_sha=12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T21:02:30.594Z] ---> f287ca33af65 [2021-02-03T21:02:30.594Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-03T21:02:30.879Z] ---> Running in f3eec56f488e [2021-02-03T21:02:31.154Z] Removing intermediate container 818ceb642e59 [2021-02-03T21:02:31.154Z] ---> 1f6e9d2f0eb0 [2021-02-03T21:02:31.154Z] Step 27/29 : LABEL arch=arm64 [2021-02-03T21:02:31.154Z] ---> Running in c2bc7fc9415b [2021-02-03T21:02:31.756Z] Removing intermediate container f3eec56f488e [2021-02-03T21:02:31.756Z] ---> 3cf9c0a8116d [2021-02-03T21:02:31.756Z] Step 22/22 : LABEL version=0.0.1-dev.1 [2021-02-03T21:02:31.756Z] ---> Running in 03efd24b2e96 [2021-02-03T21:02:32.033Z] ---> 4b05430138d2 [2021-02-03T21:02:32.033Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-03T21:02:32.033Z] Removing intermediate container c2bc7fc9415b [2021-02-03T21:02:32.033Z] ---> cfee64f242a8 [2021-02-03T21:02:32.033Z] Step 28/29 : LABEL git_sha=12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T21:02:32.309Z] ---> Running in 56f7adcd661a [2021-02-03T21:02:32.309Z] ---> Running in 61807ed9e5fe [2021-02-03T21:02:32.583Z] Removing intermediate container 47b75402d399 [2021-02-03T21:02:32.583Z] Removing intermediate container 03efd24b2e96 [2021-02-03T21:02:32.583Z] ---> 4d42f126fa28 [2021-02-03T21:02:32.583Z] ---> 07c5e7b9beed [2021-02-03T21:02:32.583Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-03T21:02:32.583Z] [2021-02-03T21:02:32.858Z] Successfully built 4d42f126fa28 [2021-02-03T21:02:32.858Z] ---> Running in e52c53ea80e0 [2021-02-03T21:02:32.858Z] Removing intermediate container 61807ed9e5fe [2021-02-03T21:02:32.858Z] ---> 55442ce5ac96 [2021-02-03T21:02:32.858Z] Step 29/29 : LABEL version=0.0.1-dev.1 [2021-02-03T21:02:33.134Z] Successfully tagged docker-support-logging-go-arm64:latest [2021-02-03T21:02:33.134Z]  Building docker-support-logging-go ... done Removing intermediate container 56f7adcd661a [2021-02-03T21:02:33.134Z] ---> 1ed0bd5b82be [2021-02-03T21:02:33.134Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T21:02:33.419Z] ---> Running in d14275e1cf0f [2021-02-03T21:02:33.419Z] ---> Running in be201cfa5966 [2021-02-03T21:02:33.419Z] Removing intermediate container e52c53ea80e0 [2021-02-03T21:02:33.419Z] ---> 8c8d406dcdf4 [2021-02-03T21:02:33.419Z] Step 15/27 : ENV APP_PORT=48090 [2021-02-03T21:02:33.706Z] ---> Running in f440a0768f56 [2021-02-03T21:02:33.980Z] Removing intermediate container be201cfa5966 [2021-02-03T21:02:33.980Z] ---> 72b61e37bba7 [2021-02-03T21:02:33.980Z] [2021-02-03T21:02:33.980Z] Removing intermediate container d14275e1cf0f [2021-02-03T21:02:33.980Z] ---> ab72db47d89c [2021-02-03T21:02:33.980Z] Step 21/23 : LABEL arch=arm64 [2021-02-03T21:02:34.251Z] ---> Running in dacf09ec6d9c [2021-02-03T21:02:34.524Z] Successfully built 72b61e37bba7 [2021-02-03T21:02:34.524Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2021-02-03T21:02:34.524Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container f440a0768f56 [2021-02-03T21:02:34.524Z] ---> ae5172b053ea [2021-02-03T21:02:34.524Z] Step 16/27 : EXPOSE $APP_PORT [2021-02-03T21:02:35.114Z] ---> Running in 05bbcb775315 [2021-02-03T21:02:35.114Z] Removing intermediate container dacf09ec6d9c [2021-02-03T21:02:35.114Z] ---> 0c95a6fb5c80 [2021-02-03T21:02:35.114Z] Step 22/23 : LABEL git_sha=12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T21:02:35.114Z] ---> Running in bb66844ee770 [2021-02-03T21:02:35.393Z] Removing intermediate container 05bbcb775315 [2021-02-03T21:02:35.393Z] ---> e9b5ee6891c0 [2021-02-03T21:02:35.393Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-03T21:02:35.393Z] Removing intermediate container f503376e5d8e [2021-02-03T21:02:35.393Z] ---> 67b5f15f5d67 [2021-02-03T21:02:35.393Z] [2021-02-03T21:02:35.393Z] Step 10/20 : FROM alpine [2021-02-03T21:02:35.393Z] ---> 85b71a783ad3 [2021-02-03T21:02:35.393Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2021-02-03T21:02:35.675Z] ---> Running in 5b630e731889 [2021-02-03T21:02:35.675Z] Removing intermediate container bb66844ee770 [2021-02-03T21:02:35.675Z] ---> 03327415b8d1 [2021-02-03T21:02:35.675Z] Step 23/23 : LABEL version=0.0.1-dev.1 [2021-02-03T21:02:36.266Z] ---> Running in ce72f94bc759 [2021-02-03T21:02:36.540Z] ---> 14f112397bba [2021-02-03T21:02:36.540Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-03T21:02:36.817Z] Removing intermediate container ce72f94bc759 [2021-02-03T21:02:36.817Z] ---> 3ad5ebcea21d [2021-02-03T21:02:36.817Z] [2021-02-03T21:02:37.090Z] Successfully built 3ad5ebcea21d [2021-02-03T21:02:37.090Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-03T21:02:37.090Z]  Building docker-core-data-go ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-02-03T21:02:37.686Z] ---> e2a95f47fd57 [2021-02-03T21:02:37.686Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-03T21:02:37.686Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-02-03T21:02:38.667Z] ---> a4cc5bb7c494 [2021-02-03T21:02:38.667Z] Step 20/27 : RUN apk --no-cache add py3-pip [2021-02-03T21:02:38.667Z] v3.13.1-43-gc72f0fa02c [https://dl-cdn.alpinelinux.org/alpine/v3.13/main] [2021-02-03T21:02:38.667Z] v3.13.1-46-g3d66bdf2e8 [https://dl-cdn.alpinelinux.org/alpine/v3.13/community] [2021-02-03T21:02:38.667Z] OK: 13724 distinct packages available [2021-02-03T21:02:38.667Z] ---> Running in 000ddc915a06 [2021-02-03T21:02:39.653Z] (1/5) Installing ca-certificates (20191127-r5) [2021-02-03T21:02:39.653Z] (2/5) Installing brotli-libs (1.0.9-r3) [2021-02-03T21:02:39.653Z] (3/5) Installing nghttp2-libs (1.42.0-r1) [2021-02-03T21:02:39.653Z] (4/5) Installing libcurl (7.74.0-r0) [2021-02-03T21:02:39.653Z] (5/5) Installing curl (7.74.0-r0) [2021-02-03T21:02:39.653Z] Executing busybox-1.32.1-r2.trigger [2021-02-03T21:02:39.653Z] Executing ca-certificates-20191127-r5.trigger [2021-02-03T21:02:39.926Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-02-03T21:02:39.926Z] OK: 8 MiB in 19 packages [2021-02-03T21:02:40.199Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-02-03T21:02:41.173Z] (1/32) Installing libbz2 (1.0.8-r1) [2021-02-03T21:02:41.173Z] (2/32) Installing expat (2.2.10-r1) [2021-02-03T21:02:41.173Z] (3/32) Installing libffi (3.3-r2) [2021-02-03T21:02:41.173Z] (4/32) Installing gdbm (1.19-r0) [2021-02-03T21:02:41.173Z] (5/32) Installing xz-libs (5.2.5-r0) [2021-02-03T21:02:41.173Z] (6/32) Installing sqlite-libs (3.34.1-r0) [2021-02-03T21:02:41.173Z] (7/32) Installing python3 (3.8.7-r0) [2021-02-03T21:02:41.771Z] Removing intermediate container 5b630e731889 [2021-02-03T21:02:41.771Z] ---> 2e6f6f2ba955 [2021-02-03T21:02:41.771Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-03T21:02:42.367Z] ---> Running in 62696f3bcdc6 [2021-02-03T21:02:42.961Z] Removing intermediate container 62696f3bcdc6 [2021-02-03T21:02:42.961Z] ---> 711b79e327b7 [2021-02-03T21:02:42.961Z] Step 13/20 : WORKDIR /edgex [2021-02-03T21:02:43.234Z] ---> Running in 953bbcbdeda3 [2021-02-03T21:02:43.234Z] (8/32) Installing py3-appdirs (1.4.4-r1) [2021-02-03T21:02:43.234Z] (9/32) Installing py3-ordered-set (4.0.2-r0) [2021-02-03T21:02:43.234Z] (10/32) Installing py3-parsing (2.4.7-r1) [2021-02-03T21:02:43.234Z] (11/32) Installing py3-six (1.15.0-r0) [2021-02-03T21:02:43.234Z] (12/32) Installing py3-packaging (20.9-r0) [2021-02-03T21:02:43.505Z] (13/32) Installing py3-setuptools (51.3.3-r0) [2021-02-03T21:02:43.505Z] (14/32) Installing py3-chardet (4.0.0-r0) [2021-02-03T21:02:43.505Z] (15/32) Installing py3-idna (3.1-r0) [2021-02-03T21:02:43.780Z] (16/32) Installing py3-urllib3 (1.26.2-r1) [2021-02-03T21:02:43.780Z] (17/32) Installing py3-requests (2.25.1-r1) [2021-02-03T21:02:43.780Z] (18/32) Installing py3-msgpack (1.0.2-r0) [2021-02-03T21:02:43.780Z] (19/32) Installing py3-lockfile (0.12.2-r3) [2021-02-03T21:02:43.780Z] (20/32) Installing py3-cachecontrol (0.12.6-r0) [2021-02-03T21:02:43.780Z] Removing intermediate container 953bbcbdeda3 [2021-02-03T21:02:43.780Z] ---> dbb7be543784 [2021-02-03T21:02:43.780Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-03T21:02:43.780Z] (21/32) Installing py3-colorama (0.4.4-r0) [2021-02-03T21:02:43.780Z] (22/32) Installing py3-contextlib2 (0.6.0-r0) [2021-02-03T21:02:43.780Z] (23/32) Installing py3-distlib (0.3.1-r1) [2021-02-03T21:02:43.780Z] (24/32) Installing py3-distro (1.5.0-r1) [2021-02-03T21:02:44.053Z] (25/32) Installing py3-webencodings (0.5.1-r3) [2021-02-03T21:02:44.053Z] (26/32) Installing py3-html5lib (1.1-r0) [2021-02-03T21:02:44.053Z] (27/32) Installing py3-pytoml (0.1.21-r0) [2021-02-03T21:02:44.053Z] (28/32) Installing py3-pep517 (0.9.1-r0) [2021-02-03T21:02:44.053Z] (29/32) Installing py3-progress (1.5-r0) [2021-02-03T21:02:44.053Z] (30/32) Installing py3-retrying (1.3.3-r0) [2021-02-03T21:02:44.053Z] (31/32) Installing py3-toml (0.10.2-r0) [2021-02-03T21:02:44.053Z] (32/32) Installing py3-pip (20.3.4-r0) [2021-02-03T21:02:44.653Z] Executing busybox-1.32.1-r2.trigger [2021-02-03T21:02:44.653Z] OK: 80 MiB in 54 packages [2021-02-03T21:02:44.924Z] ---> e5d566fbecd5 [2021-02-03T21:02:44.924Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-03T21:02:46.434Z] ---> b6717f8c4fcd [2021-02-03T21:02:46.434Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-03T21:02:46.434Z] ---> Running in fedfa93cfa2f [2021-02-03T21:02:47.092Z] Removing intermediate container fedfa93cfa2f [2021-02-03T21:02:47.092Z] ---> f6540ec710e7 [2021-02-03T21:02:47.092Z] Step 17/20 : CMD ["--init=true"] [2021-02-03T21:02:47.379Z] ---> Running in ecdc5515a59c [2021-02-03T21:02:48.008Z] Removing intermediate container ecdc5515a59c [2021-02-03T21:02:48.008Z] ---> 3abc016d2776 [2021-02-03T21:02:48.008Z] Step 18/20 : LABEL arch=arm64 [2021-02-03T21:02:48.309Z] ---> Running in 07c500c0eea5 [2021-02-03T21:02:48.912Z] Removing intermediate container 07c500c0eea5 [2021-02-03T21:02:48.912Z] ---> 2b465900a6b5 [2021-02-03T21:02:48.912Z] Step 19/20 : LABEL git_sha=12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T21:02:49.196Z] ---> Running in a76b69814372 [2021-02-03T21:02:49.797Z] Removing intermediate container a76b69814372 [2021-02-03T21:02:49.797Z] ---> aab0d8d5f8bc [2021-02-03T21:02:49.797Z] Step 20/20 : LABEL version=0.0.1-dev.1 [2021-02-03T21:02:50.072Z] ---> Running in 860fb5dcfec3 [2021-02-03T21:02:50.670Z] Removing intermediate container 860fb5dcfec3 [2021-02-03T21:02:50.670Z] ---> d2a8d663da8c [2021-02-03T21:02:50.670Z] [2021-02-03T21:02:50.943Z] Successfully built d2a8d663da8c [2021-02-03T21:02:50.943Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-03T21:02:51.919Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 000ddc915a06 [2021-02-03T21:02:51.919Z] ---> ca461b43085d [2021-02-03T21:02:51.919Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2021-02-03T21:02:52.194Z] ---> Running in dda1cdb81f31 [2021-02-03T21:02:58.901Z] Collecting docker-compose==1.23.2 [2021-02-03T21:02:59.170Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-03T21:03:00.145Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-03T21:03:00.145Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-03T21:03:00.145Z] Collecting docopt<0.7,>=0.6.1 [2021-02-03T21:03:00.417Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-03T21:03:01.848Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-03T21:03:02.122Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-03T21:03:02.122Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-03T21:03:04.089Z] Collecting texttable<0.10,>=0.9.0 [2021-02-03T21:03:04.089Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-03T21:03:06.054Z] Collecting PyYAML<4,>=3.10 [2021-02-03T21:03:06.054Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-03T21:03:08.675Z] Collecting cached-property<2,>=1.2.0 [2021-02-03T21:03:08.948Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-03T21:03:09.219Z] Collecting docker<4.0,>=3.6.0 [2021-02-03T21:03:09.219Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-03T21:03:09.489Z] Collecting jsonschema<3,>=2.5.1 [2021-02-03T21:03:09.489Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-03T21:03:09.761Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-03T21:03:09.761Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-03T21:03:10.353Z] Collecting docker-pycreds>=0.4.0 [2021-02-03T21:03:10.353Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-03T21:03:10.943Z] Collecting chardet<3.1.0,>=3.0.2 [2021-02-03T21:03:10.943Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2021-02-03T21:03:11.213Z] Collecting certifi>=2017.4.17 [2021-02-03T21:03:11.213Z] Downloading certifi-2020.12.5-py2.py3-none-any.whl (147 kB) [2021-02-03T21:03:11.485Z] Collecting idna<2.8,>=2.5 [2021-02-03T21:03:11.485Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-03T21:03:12.077Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-03T21:03:12.077Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-03T21:03:12.349Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2021-02-03T21:03:12.349Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2021-02-03T21:03:12.349Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2021-02-03T21:03:12.349Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2021-02-03T21:03:12.943Z] Installing collected packages: urllib3, idna, chardet, certifi, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2021-02-03T21:03:12.943Z] Attempting uninstall: urllib3 [2021-02-03T21:03:12.943Z] Found existing installation: urllib3 1.26.2 [2021-02-03T21:03:13.216Z] Uninstalling urllib3-1.26.2: [2021-02-03T21:03:13.216Z] Successfully uninstalled urllib3-1.26.2 [2021-02-03T21:03:13.812Z] Attempting uninstall: idna [2021-02-03T21:03:13.812Z] Found existing installation: idna 3.1 [2021-02-03T21:03:13.812Z] Uninstalling idna-3.1: [2021-02-03T21:03:13.812Z] Successfully uninstalled idna-3.1 [2021-02-03T21:03:14.404Z] Attempting uninstall: chardet [2021-02-03T21:03:14.404Z] Found existing installation: chardet 4.0.0 [2021-02-03T21:03:14.404Z] Uninstalling chardet-4.0.0: [2021-02-03T21:03:14.675Z] Successfully uninstalled chardet-4.0.0 [2021-02-03T21:03:16.103Z] Attempting uninstall: requests [2021-02-03T21:03:16.103Z] Found existing installation: requests 2.25.1 [2021-02-03T21:03:16.103Z] Uninstalling requests-2.25.1: [2021-02-03T21:03:16.103Z] Successfully uninstalled requests-2.25.1 [2021-02-03T21:03:16.378Z] Running setup.py install for texttable: started [2021-02-03T21:03:18.345Z] Running setup.py install for texttable: finished with status 'done' [2021-02-03T21:03:18.345Z] Running setup.py install for PyYAML: started [2021-02-03T21:03:20.313Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-03T21:03:20.313Z] Running setup.py install for docopt: started [2021-02-03T21:03:22.286Z] Running setup.py install for docopt: finished with status 'done' [2021-02-03T21:03:22.286Z] Running setup.py install for dockerpty: started [2021-02-03T21:03:23.715Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-03T21:03:25.142Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2020.12.5 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-03T21:03:29.449Z] Removing intermediate container dda1cdb81f31 [2021-02-03T21:03:29.449Z] ---> 96d59f6fbcd0 [2021-02-03T21:03:29.449Z] Step 22/27 : RUN apk --no-cache add curl [2021-02-03T21:03:29.449Z] ---> Running in 96fef4d20069 [2021-02-03T21:03:30.425Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-02-03T21:03:30.697Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-02-03T21:03:31.292Z] (1/4) Installing brotli-libs (1.0.9-r3) [2021-02-03T21:03:31.561Z] (2/4) Installing nghttp2-libs (1.42.0-r1) [2021-02-03T21:03:31.561Z] (3/4) Installing libcurl (7.74.0-r0) [2021-02-03T21:03:31.561Z] (4/4) Installing curl (7.74.0-r0) [2021-02-03T21:03:31.561Z] Executing busybox-1.32.1-r2.trigger [2021-02-03T21:03:31.561Z] OK: 81 MiB in 58 packages [2021-02-03T21:03:32.990Z] Removing intermediate container 96fef4d20069 [2021-02-03T21:03:32.990Z] ---> 93f6ce604254 [2021-02-03T21:03:32.990Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-03T21:03:32.990Z] ---> Running in 81e111eb6003 [2021-02-03T21:03:33.585Z] Removing intermediate container 81e111eb6003 [2021-02-03T21:03:33.585Z] ---> 5dbc5643b8d1 [2021-02-03T21:03:33.585Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T21:03:33.585Z] ---> Running in 13943430f5a9 [2021-02-03T21:03:34.179Z] Removing intermediate container 13943430f5a9 [2021-02-03T21:03:34.179Z] ---> f3e5906edbe2 [2021-02-03T21:03:34.179Z] Step 25/27 : LABEL arch=arm64 [2021-02-03T21:03:34.179Z] ---> Running in 5d6463500994 [2021-02-03T21:03:34.772Z] Removing intermediate container 5d6463500994 [2021-02-03T21:03:34.772Z] ---> c4d3691846d0 [2021-02-03T21:03:34.772Z] Step 26/27 : LABEL git_sha=12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T21:03:34.772Z] ---> Running in 1d07be3c1a33 [2021-02-03T21:03:35.367Z] Removing intermediate container 1d07be3c1a33 [2021-02-03T21:03:35.367Z] ---> 4c2518f83e4b [2021-02-03T21:03:35.367Z] Step 27/27 : LABEL version=0.0.1-dev.1 [2021-02-03T21:03:35.367Z] ---> Running in ad53b6ea9e38 [2021-02-03T21:03:35.963Z] Removing intermediate container ad53b6ea9e38 [2021-02-03T21:03:35.963Z] ---> db3e61f39e7c [2021-02-03T21:03:35.963Z] [2021-02-03T21:03:36.235Z] Successfully built db3e61f39e7c [2021-02-03T21:03:36.235Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-03T21:03:36.522Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-03T21:03:36.521Z] $ docker stop --time=1 c284e789a10077cd4d1d152b5bf9718beae5a8325becd89dbfd9d098941caf84 [2021-02-03T21:03:38.465Z] $ docker rm -f c284e789a10077cd4d1d152b5bf9718beae5a8325becd89dbfd9d098941caf84 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-03T21:03:39.227Z] + docker images [2021-02-03T21:03:39.228Z] + grep docker [2021-02-03T21:03:39.499Z] docker-sys-mgmt-agent-go-arm64 latest db3e61f39e7c 4 seconds ago 313MB [2021-02-03T21:03:39.499Z] docker-security-proxy-setup-go-arm64 latest d2a8d663da8c 49 seconds ago 15.9MB [2021-02-03T21:03:39.499Z] docker-core-data-go-arm64 latest 3ad5ebcea21d About a minute ago 22.4MB [2021-02-03T21:03:39.499Z] docker-security-secrets-setup-go-arm64 latest 72b61e37bba7 About a minute ago 22.7MB [2021-02-03T21:03:39.499Z] docker-support-logging-go-arm64 latest 4d42f126fa28 About a minute ago 10.6MB [2021-02-03T21:03:39.499Z] docker-security-bootstrap-redis-go-arm64 latest e5d3221748c2 2 minutes ago 15.2MB [2021-02-03T21:03:39.499Z] docker-core-metadata-go-arm64 latest b6b66ee18605 4 minutes ago 13.6MB [2021-02-03T21:03:39.499Z] docker-support-notifications-go-arm64 latest 492d7acc07ac 4 minutes ago 12.9MB [2021-02-03T21:03:39.499Z] docker-core-command-go-arm64 latest 9638cdb1bb82 4 minutes ago 11.3MB [2021-02-03T21:03:39.499Z] docker-support-scheduler-go-arm64 latest 4d3983b71d2c 4 minutes ago 11.5MB [2021-02-03T21:03:39.499Z] docker-security-secretstore-setup-go-arm64 latest 1423657e2e91 4 minutes ago 23.5MB [2021-02-03T21:03:39.499Z] docker latest c9ce399bb54c 44 hours ago 229MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-03T21:03:40.486Z] provisioning config files... [2021-02-03T21:03:40.527Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config3332839652607000821tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-03T21:03:40.923Z] ---> docker-login.sh [2021-02-03T21:03:40.923Z] nexus3.edgexfoundry.org:10001 [2021-02-03T21:03:41.195Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T21:03:41.469Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T21:03:41.470Z] Configure a credential helper to remove this warning. See [2021-02-03T21:03:41.470Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T21:03:41.470Z] [2021-02-03T21:03:41.470Z] Login Succeeded [2021-02-03T21:03:41.470Z] nexus3.edgexfoundry.org:10002 [2021-02-03T21:03:41.740Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T21:03:42.021Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T21:03:42.021Z] Configure a credential helper to remove this warning. See [2021-02-03T21:03:42.021Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T21:03:42.021Z] [2021-02-03T21:03:42.021Z] Login Succeeded [2021-02-03T21:03:42.021Z] nexus3.edgexfoundry.org:10003 [2021-02-03T21:03:42.321Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T21:03:42.592Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T21:03:42.593Z] Configure a credential helper to remove this warning. See [2021-02-03T21:03:42.593Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T21:03:42.593Z] [2021-02-03T21:03:42.593Z] Login Succeeded [2021-02-03T21:03:42.593Z] nexus3.edgexfoundry.org:10004 [2021-02-03T21:03:43.204Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T21:03:43.484Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T21:03:43.484Z] Configure a credential helper to remove this warning. See [2021-02-03T21:03:43.484Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T21:03:43.484Z] [2021-02-03T21:03:43.484Z] Login Succeeded [2021-02-03T21:03:43.484Z] docker.io [2021-02-03T21:03:43.758Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T21:03:44.370Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T21:03:44.370Z] Configure a credential helper to remove this warning. See [2021-02-03T21:03:44.370Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T21:03:44.370Z] [2021-02-03T21:03:44.370Z] Login Succeeded [2021-02-03T21:03:44.370Z] ---> docker-login.sh ends [Pipeline] } [2021-02-03T21:03:44.389Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-03T21:03:44.630Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-02-03T21:03:44.630Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T21:03:44.630Z] 0.0.1-dev.1 [2021-02-03T21:03:44.630Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T21:03:44.630Z] hanoi [2021-02-03T21:03:44.630Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:03:45.196Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:03:45.549Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T21:03:45.549Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-03T21:03:45.549Z] f07a83c918e0: Preparing [2021-02-03T21:03:45.549Z] c392008c7241: Preparing [2021-02-03T21:03:45.549Z] a7a29bab5d09: Preparing [2021-02-03T21:03:45.859Z] f07a83c918e0: Pushed [2021-02-03T21:03:45.859Z] a7a29bab5d09: Pushed [2021-02-03T21:03:48.475Z] c392008c7241: Pushed [2021-02-03T21:03:48.746Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258: digest: sha256:e891b3c7784a42a494716dd9e286155dc05c4719cf69fbc2168a2339bcd3f74b size: 943 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:03:49.089Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:0.0.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:03:50.784Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:0.0.1-dev.1 [2021-02-03T21:03:50.784Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-03T21:03:50.784Z] f07a83c918e0: Preparing [2021-02-03T21:03:50.784Z] c392008c7241: Preparing [2021-02-03T21:03:50.784Z] a7a29bab5d09: Preparing [2021-02-03T21:03:50.784Z] a7a29bab5d09: Layer already exists [2021-02-03T21:03:50.784Z] f07a83c918e0: Layer already exists [2021-02-03T21:03:50.784Z] c392008c7241: Layer already exists [2021-02-03T21:03:51.053Z] 0.0.1-dev.1: digest: sha256:e891b3c7784a42a494716dd9e286155dc05c4719cf69fbc2168a2339bcd3f74b size: 943 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:03:51.397Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:03:51.738Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T21:03:51.738Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-03T21:03:51.738Z] f07a83c918e0: Preparing [2021-02-03T21:03:51.738Z] c392008c7241: Preparing [2021-02-03T21:03:51.738Z] a7a29bab5d09: Preparing [2021-02-03T21:03:51.738Z] c392008c7241: Layer already exists [2021-02-03T21:03:51.738Z] a7a29bab5d09: Layer already exists [2021-02-03T21:03:51.738Z] f07a83c918e0: Layer already exists [2021-02-03T21:03:52.013Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1: digest: sha256:e891b3c7784a42a494716dd9e286155dc05c4719cf69fbc2168a2339bcd3f74b size: 943 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:03:52.358Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:03:52.695Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:hanoi [2021-02-03T21:03:52.695Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-03T21:03:52.695Z] f07a83c918e0: Preparing [2021-02-03T21:03:52.695Z] c392008c7241: Preparing [2021-02-03T21:03:52.695Z] a7a29bab5d09: Preparing [2021-02-03T21:03:52.695Z] f07a83c918e0: Layer already exists [2021-02-03T21:03:52.695Z] c392008c7241: Layer already exists [2021-02-03T21:03:52.695Z] a7a29bab5d09: Layer already exists [2021-02-03T21:03:52.964Z] hanoi: digest: sha256:e891b3c7784a42a494716dd9e286155dc05c4719cf69fbc2168a2339bcd3f74b size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-03T21:03:53.202Z] ===================================================== [Pipeline] echo [2021-02-03T21:03:53.258Z] taggedImages: [2021-02-03T21:03:53.258Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T21:03:53.258Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:0.0.1-dev.1 [2021-02-03T21:03:53.258Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T21:03:53.258Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:hanoi [Pipeline] echo [2021-02-03T21:03:53.356Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-02-03T21:03:53.356Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T21:03:53.356Z] 0.0.1-dev.1 [2021-02-03T21:03:53.356Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T21:03:53.356Z] hanoi [2021-02-03T21:03:53.356Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:03:53.887Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:03:54.225Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T21:03:54.225Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-03T21:03:54.225Z] a49d4b8bba93: Preparing [2021-02-03T21:03:54.225Z] e05f04277f68: Preparing [2021-02-03T21:03:54.225Z] c1913c826ae7: Preparing [2021-02-03T21:03:54.225Z] 2323df32ce76: Preparing [2021-02-03T21:03:54.225Z] 225879873817: Preparing [2021-02-03T21:03:54.225Z] bc1660ee1254: Preparing [2021-02-03T21:03:54.225Z] bc1660ee1254: Waiting [2021-02-03T21:03:54.497Z] c1913c826ae7: Pushed [2021-02-03T21:03:54.771Z] 225879873817: Pushed [2021-02-03T21:03:54.771Z] bc1660ee1254: Layer already exists [2021-02-03T21:03:54.771Z] a49d4b8bba93: Pushed [2021-02-03T21:03:55.364Z] 2323df32ce76: Pushed [2021-02-03T21:03:57.969Z] e05f04277f68: Pushed [2021-02-03T21:03:58.239Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258: digest: sha256:1687fba5d5984f6ee6b35652889ecbcfd571beaa5148b3adb286b3ce2a823f45 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:03:58.580Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:0.0.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:03:58.917Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:0.0.1-dev.1 [2021-02-03T21:03:58.917Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-03T21:03:58.917Z] a49d4b8bba93: Preparing [2021-02-03T21:03:58.917Z] e05f04277f68: Preparing [2021-02-03T21:03:58.917Z] c1913c826ae7: Preparing [2021-02-03T21:03:58.917Z] 2323df32ce76: Preparing [2021-02-03T21:03:58.917Z] 225879873817: Preparing [2021-02-03T21:03:58.917Z] bc1660ee1254: Preparing [2021-02-03T21:03:58.917Z] bc1660ee1254: Waiting [2021-02-03T21:03:58.917Z] 225879873817: Layer already exists [2021-02-03T21:03:58.917Z] c1913c826ae7: Layer already exists [2021-02-03T21:03:59.188Z] a49d4b8bba93: Layer already exists [2021-02-03T21:03:59.188Z] e05f04277f68: Layer already exists [2021-02-03T21:03:59.188Z] 2323df32ce76: Layer already exists [2021-02-03T21:03:59.188Z] bc1660ee1254: Layer already exists [2021-02-03T21:03:59.188Z] 0.0.1-dev.1: digest: sha256:1687fba5d5984f6ee6b35652889ecbcfd571beaa5148b3adb286b3ce2a823f45 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:03:59.528Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:03:59.863Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T21:03:59.863Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-03T21:03:59.863Z] a49d4b8bba93: Preparing [2021-02-03T21:03:59.863Z] e05f04277f68: Preparing [2021-02-03T21:03:59.863Z] c1913c826ae7: Preparing [2021-02-03T21:03:59.863Z] 2323df32ce76: Preparing [2021-02-03T21:03:59.863Z] 225879873817: Preparing [2021-02-03T21:03:59.863Z] bc1660ee1254: Preparing [2021-02-03T21:03:59.863Z] bc1660ee1254: Waiting [2021-02-03T21:03:59.863Z] 225879873817: Layer already exists [2021-02-03T21:04:00.134Z] 2323df32ce76: Layer already exists [2021-02-03T21:04:00.134Z] a49d4b8bba93: Layer already exists [2021-02-03T21:04:00.134Z] e05f04277f68: Layer already exists [2021-02-03T21:04:00.134Z] c1913c826ae7: Layer already exists [2021-02-03T21:04:00.134Z] bc1660ee1254: Layer already exists [2021-02-03T21:04:00.134Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1: digest: sha256:1687fba5d5984f6ee6b35652889ecbcfd571beaa5148b3adb286b3ce2a823f45 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:00.471Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:00.809Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:hanoi [2021-02-03T21:04:00.809Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-03T21:04:00.809Z] a49d4b8bba93: Preparing [2021-02-03T21:04:00.809Z] e05f04277f68: Preparing [2021-02-03T21:04:00.809Z] c1913c826ae7: Preparing [2021-02-03T21:04:00.809Z] 2323df32ce76: Preparing [2021-02-03T21:04:00.809Z] 225879873817: Preparing [2021-02-03T21:04:00.809Z] bc1660ee1254: Preparing [2021-02-03T21:04:00.809Z] bc1660ee1254: Waiting [2021-02-03T21:04:01.079Z] c1913c826ae7: Layer already exists [2021-02-03T21:04:01.079Z] e05f04277f68: Layer already exists [2021-02-03T21:04:01.079Z] 225879873817: Layer already exists [2021-02-03T21:04:01.079Z] a49d4b8bba93: Layer already exists [2021-02-03T21:04:01.079Z] 2323df32ce76: Layer already exists [2021-02-03T21:04:01.079Z] bc1660ee1254: Layer already exists [2021-02-03T21:04:01.079Z] hanoi: digest: sha256:1687fba5d5984f6ee6b35652889ecbcfd571beaa5148b3adb286b3ce2a823f45 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-03T21:04:01.362Z] ===================================================== [Pipeline] echo [2021-02-03T21:04:01.410Z] taggedImages: [2021-02-03T21:04:01.410Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T21:04:01.410Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:0.0.1-dev.1 [2021-02-03T21:04:01.410Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T21:04:01.410Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:hanoi [Pipeline] echo [2021-02-03T21:04:01.479Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-02-03T21:04:01.479Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T21:04:01.479Z] 0.0.1-dev.1 [2021-02-03T21:04:01.479Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T21:04:01.479Z] hanoi [2021-02-03T21:04:01.479Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:02.031Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:02.368Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T21:04:02.368Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-03T21:04:02.368Z] d28bd1ab2a47: Preparing [2021-02-03T21:04:02.368Z] b4cb58b0b1ae: Preparing [2021-02-03T21:04:02.368Z] f455365e549b: Preparing [2021-02-03T21:04:02.640Z] d28bd1ab2a47: Pushed [2021-02-03T21:04:02.640Z] f455365e549b: Pushed [2021-02-03T21:04:06.009Z] b4cb58b0b1ae: Pushed [2021-02-03T21:04:06.009Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258: digest: sha256:8e22f8d1b8346129ad2dbb48259d8582f4e5da25a5662987f6b2e572d8547779 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:06.351Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:0.0.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:06.687Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:0.0.1-dev.1 [2021-02-03T21:04:06.688Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-03T21:04:06.688Z] d28bd1ab2a47: Preparing [2021-02-03T21:04:06.688Z] b4cb58b0b1ae: Preparing [2021-02-03T21:04:06.688Z] f455365e549b: Preparing [2021-02-03T21:04:06.688Z] b4cb58b0b1ae: Layer already exists [2021-02-03T21:04:06.688Z] f455365e549b: Layer already exists [2021-02-03T21:04:06.959Z] d28bd1ab2a47: Layer already exists [2021-02-03T21:04:06.959Z] 0.0.1-dev.1: digest: sha256:8e22f8d1b8346129ad2dbb48259d8582f4e5da25a5662987f6b2e572d8547779 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:07.300Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:07.636Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T21:04:07.636Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-03T21:04:07.636Z] d28bd1ab2a47: Preparing [2021-02-03T21:04:07.636Z] b4cb58b0b1ae: Preparing [2021-02-03T21:04:07.636Z] f455365e549b: Preparing [2021-02-03T21:04:07.636Z] f455365e549b: Layer already exists [2021-02-03T21:04:07.636Z] d28bd1ab2a47: Layer already exists [2021-02-03T21:04:07.636Z] b4cb58b0b1ae: Layer already exists [2021-02-03T21:04:07.905Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1: digest: sha256:8e22f8d1b8346129ad2dbb48259d8582f4e5da25a5662987f6b2e572d8547779 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:08.247Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:08.607Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:hanoi [2021-02-03T21:04:08.607Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-03T21:04:08.607Z] d28bd1ab2a47: Preparing [2021-02-03T21:04:08.607Z] b4cb58b0b1ae: Preparing [2021-02-03T21:04:08.607Z] f455365e549b: Preparing [2021-02-03T21:04:08.607Z] b4cb58b0b1ae: Layer already exists [2021-02-03T21:04:08.885Z] d28bd1ab2a47: Layer already exists [2021-02-03T21:04:08.885Z] f455365e549b: Layer already exists [2021-02-03T21:04:08.885Z] hanoi: digest: sha256:8e22f8d1b8346129ad2dbb48259d8582f4e5da25a5662987f6b2e572d8547779 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-03T21:04:09.169Z] ===================================================== [Pipeline] echo [2021-02-03T21:04:09.228Z] taggedImages: [2021-02-03T21:04:09.228Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T21:04:09.228Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:0.0.1-dev.1 [2021-02-03T21:04:09.228Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T21:04:09.228Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:hanoi [Pipeline] echo [2021-02-03T21:04:09.320Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2021-02-03T21:04:09.320Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T21:04:09.320Z] 0.0.1-dev.1 [2021-02-03T21:04:09.320Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T21:04:09.320Z] hanoi [2021-02-03T21:04:09.320Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:09.884Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:10.239Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T21:04:10.239Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-02-03T21:04:10.239Z] 52a1c0023f7a: Preparing [2021-02-03T21:04:10.239Z] 0144d8945d44: Preparing [2021-02-03T21:04:10.239Z] dc17274a4c0b: Preparing [2021-02-03T21:04:10.239Z] 1ef84c7cf1fc: Preparing [2021-02-03T21:04:10.239Z] 376f065d044b: Preparing [2021-02-03T21:04:10.239Z] 8773ba1488f3: Preparing [2021-02-03T21:04:10.239Z] 66b385cf80cf: Preparing [2021-02-03T21:04:10.239Z] 8773ba1488f3: Waiting [2021-02-03T21:04:10.239Z] 66b385cf80cf: Waiting [2021-02-03T21:04:10.515Z] dc17274a4c0b: Pushed [2021-02-03T21:04:10.515Z] 52a1c0023f7a: Pushed [2021-02-03T21:04:10.785Z] 376f065d044b: Pushed [2021-02-03T21:04:10.785Z] 0144d8945d44: Pushed [2021-02-03T21:04:10.785Z] 66b385cf80cf: Layer already exists [2021-02-03T21:04:11.377Z] 8773ba1488f3: Pushed [2021-02-03T21:04:12.804Z] 1ef84c7cf1fc: Pushed [2021-02-03T21:04:12.804Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258: digest: sha256:9513325af3dc66a07a9f560239e7607d0c4e676c567dffac8cb865428020b0af size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:13.159Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:0.0.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:13.501Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:0.0.1-dev.1 [2021-02-03T21:04:13.501Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-02-03T21:04:13.501Z] 52a1c0023f7a: Preparing [2021-02-03T21:04:13.501Z] 0144d8945d44: Preparing [2021-02-03T21:04:13.501Z] dc17274a4c0b: Preparing [2021-02-03T21:04:13.501Z] 1ef84c7cf1fc: Preparing [2021-02-03T21:04:13.501Z] 376f065d044b: Preparing [2021-02-03T21:04:13.501Z] 8773ba1488f3: Preparing [2021-02-03T21:04:13.501Z] 66b385cf80cf: Preparing [2021-02-03T21:04:13.501Z] 8773ba1488f3: Waiting [2021-02-03T21:04:13.501Z] 66b385cf80cf: Waiting [2021-02-03T21:04:13.782Z] 52a1c0023f7a: Layer already exists [2021-02-03T21:04:13.782Z] dc17274a4c0b: Layer already exists [2021-02-03T21:04:13.782Z] 1ef84c7cf1fc: Layer already exists [2021-02-03T21:04:13.782Z] 0144d8945d44: Layer already exists [2021-02-03T21:04:13.782Z] 376f065d044b: Layer already exists [2021-02-03T21:04:13.782Z] 66b385cf80cf: Layer already exists [2021-02-03T21:04:13.782Z] 8773ba1488f3: Layer already exists [2021-02-03T21:04:13.782Z] 0.0.1-dev.1: digest: sha256:9513325af3dc66a07a9f560239e7607d0c4e676c567dffac8cb865428020b0af size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:14.132Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:14.470Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T21:04:14.470Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-02-03T21:04:14.470Z] 52a1c0023f7a: Preparing [2021-02-03T21:04:14.470Z] 0144d8945d44: Preparing [2021-02-03T21:04:14.470Z] dc17274a4c0b: Preparing [2021-02-03T21:04:14.470Z] 1ef84c7cf1fc: Preparing [2021-02-03T21:04:14.470Z] 376f065d044b: Preparing [2021-02-03T21:04:14.470Z] 8773ba1488f3: Preparing [2021-02-03T21:04:14.470Z] 66b385cf80cf: Preparing [2021-02-03T21:04:14.470Z] 8773ba1488f3: Waiting [2021-02-03T21:04:14.470Z] 66b385cf80cf: Waiting [2021-02-03T21:04:14.741Z] 1ef84c7cf1fc: Layer already exists [2021-02-03T21:04:14.741Z] 0144d8945d44: Layer already exists [2021-02-03T21:04:14.741Z] 376f065d044b: Layer already exists [2021-02-03T21:04:14.741Z] dc17274a4c0b: Layer already exists [2021-02-03T21:04:14.741Z] 52a1c0023f7a: Layer already exists [2021-02-03T21:04:14.741Z] 66b385cf80cf: Layer already exists [2021-02-03T21:04:14.741Z] 8773ba1488f3: Layer already exists [2021-02-03T21:04:14.741Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1: digest: sha256:9513325af3dc66a07a9f560239e7607d0c4e676c567dffac8cb865428020b0af size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:15.086Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:15.421Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:hanoi [2021-02-03T21:04:15.421Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-02-03T21:04:15.421Z] 52a1c0023f7a: Preparing [2021-02-03T21:04:15.421Z] 0144d8945d44: Preparing [2021-02-03T21:04:15.421Z] dc17274a4c0b: Preparing [2021-02-03T21:04:15.421Z] 1ef84c7cf1fc: Preparing [2021-02-03T21:04:15.421Z] 376f065d044b: Preparing [2021-02-03T21:04:15.421Z] 8773ba1488f3: Preparing [2021-02-03T21:04:15.421Z] 66b385cf80cf: Preparing [2021-02-03T21:04:15.421Z] 8773ba1488f3: Waiting [2021-02-03T21:04:15.421Z] 66b385cf80cf: Waiting [2021-02-03T21:04:15.421Z] 0144d8945d44: Layer already exists [2021-02-03T21:04:15.421Z] dc17274a4c0b: Layer already exists [2021-02-03T21:04:15.421Z] 1ef84c7cf1fc: Layer already exists [2021-02-03T21:04:15.421Z] 376f065d044b: Layer already exists [2021-02-03T21:04:15.421Z] 52a1c0023f7a: Layer already exists [2021-02-03T21:04:15.421Z] 8773ba1488f3: Layer already exists [2021-02-03T21:04:15.421Z] 66b385cf80cf: Layer already exists [2021-02-03T21:04:15.693Z] hanoi: digest: sha256:9513325af3dc66a07a9f560239e7607d0c4e676c567dffac8cb865428020b0af size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-03T21:04:15.911Z] ===================================================== [Pipeline] echo [2021-02-03T21:04:15.956Z] taggedImages: [2021-02-03T21:04:15.956Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T21:04:15.956Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:0.0.1-dev.1 [2021-02-03T21:04:15.956Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T21:04:15.956Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:hanoi [Pipeline] echo [2021-02-03T21:04:16.019Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-02-03T21:04:16.019Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T21:04:16.019Z] 0.0.1-dev.1 [2021-02-03T21:04:16.019Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T21:04:16.019Z] hanoi [2021-02-03T21:04:16.019Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:16.519Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:16.856Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T21:04:16.856Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-03T21:04:16.856Z] 62042d7fdd81: Preparing [2021-02-03T21:04:16.856Z] 47c95560aa69: Preparing [2021-02-03T21:04:16.856Z] 47422fc86935: Preparing [2021-02-03T21:04:16.856Z] f772b6ea5226: Preparing [2021-02-03T21:04:16.856Z] bc1660ee1254: Preparing [2021-02-03T21:04:17.130Z] bc1660ee1254: Layer already exists [2021-02-03T21:04:17.130Z] 47422fc86935: Pushed [2021-02-03T21:04:17.130Z] 47c95560aa69: Pushed [2021-02-03T21:04:17.724Z] f772b6ea5226: Pushed [2021-02-03T21:04:19.684Z] 62042d7fdd81: Pushed [2021-02-03T21:04:19.684Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258: digest: sha256:71cca34459cd6dd127166e321641e0729e25ea5cc408297603779b0f9cd9a395 size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:20.020Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:0.0.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:20.361Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:0.0.1-dev.1 [2021-02-03T21:04:20.361Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-03T21:04:20.361Z] 62042d7fdd81: Preparing [2021-02-03T21:04:20.361Z] 47c95560aa69: Preparing [2021-02-03T21:04:20.361Z] 47422fc86935: Preparing [2021-02-03T21:04:20.361Z] f772b6ea5226: Preparing [2021-02-03T21:04:20.361Z] bc1660ee1254: Preparing [2021-02-03T21:04:20.361Z] 47c95560aa69: Layer already exists [2021-02-03T21:04:20.361Z] 47422fc86935: Layer already exists [2021-02-03T21:04:20.361Z] bc1660ee1254: Layer already exists [2021-02-03T21:04:20.361Z] 62042d7fdd81: Layer already exists [2021-02-03T21:04:20.361Z] f772b6ea5226: Layer already exists [2021-02-03T21:04:20.632Z] 0.0.1-dev.1: digest: sha256:71cca34459cd6dd127166e321641e0729e25ea5cc408297603779b0f9cd9a395 size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:20.969Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:21.332Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T21:04:21.332Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-03T21:04:21.332Z] 62042d7fdd81: Preparing [2021-02-03T21:04:21.332Z] 47c95560aa69: Preparing [2021-02-03T21:04:21.332Z] 47422fc86935: Preparing [2021-02-03T21:04:21.332Z] f772b6ea5226: Preparing [2021-02-03T21:04:21.332Z] bc1660ee1254: Preparing [2021-02-03T21:04:21.332Z] 47c95560aa69: Layer already exists [2021-02-03T21:04:21.332Z] f772b6ea5226: Layer already exists [2021-02-03T21:04:21.332Z] bc1660ee1254: Layer already exists [2021-02-03T21:04:21.332Z] 47422fc86935: Layer already exists [2021-02-03T21:04:21.332Z] 62042d7fdd81: Layer already exists [2021-02-03T21:04:21.604Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1: digest: sha256:71cca34459cd6dd127166e321641e0729e25ea5cc408297603779b0f9cd9a395 size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:21.956Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:22.289Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:hanoi [2021-02-03T21:04:22.289Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-03T21:04:22.289Z] 62042d7fdd81: Preparing [2021-02-03T21:04:22.289Z] 47c95560aa69: Preparing [2021-02-03T21:04:22.289Z] 47422fc86935: Preparing [2021-02-03T21:04:22.289Z] f772b6ea5226: Preparing [2021-02-03T21:04:22.289Z] bc1660ee1254: Preparing [2021-02-03T21:04:22.289Z] f772b6ea5226: Layer already exists [2021-02-03T21:04:22.289Z] bc1660ee1254: Layer already exists [2021-02-03T21:04:22.289Z] 62042d7fdd81: Layer already exists [2021-02-03T21:04:22.289Z] 47c95560aa69: Layer already exists [2021-02-03T21:04:22.289Z] 47422fc86935: Layer already exists [2021-02-03T21:04:22.560Z] hanoi: digest: sha256:71cca34459cd6dd127166e321641e0729e25ea5cc408297603779b0f9cd9a395 size: 1365 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-03T21:04:22.751Z] ===================================================== [Pipeline] echo [2021-02-03T21:04:22.805Z] taggedImages: [2021-02-03T21:04:22.805Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T21:04:22.805Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:0.0.1-dev.1 [2021-02-03T21:04:22.805Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T21:04:22.805Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:hanoi [Pipeline] echo [2021-02-03T21:04:22.872Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2021-02-03T21:04:22.872Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T21:04:22.872Z] 0.0.1-dev.1 [2021-02-03T21:04:22.872Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T21:04:22.872Z] hanoi [2021-02-03T21:04:22.872Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:23.370Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:23.704Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T21:04:23.704Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2021-02-03T21:04:23.704Z] b885b7eb1aef: Preparing [2021-02-03T21:04:23.704Z] e4f6e851ad92: Preparing [2021-02-03T21:04:23.704Z] c76ca920dbec: Preparing [2021-02-03T21:04:23.704Z] 47379353ab69: Preparing [2021-02-03T21:04:23.704Z] 47379353ab69: Preparing [2021-02-03T21:04:23.704Z] 5287bff6d105: Preparing [2021-02-03T21:04:23.704Z] f55f5310b6d8: Preparing [2021-02-03T21:04:23.704Z] f688eebc8edc: Preparing [2021-02-03T21:04:23.704Z] b885b7eb1aef: Preparing [2021-02-03T21:04:23.704Z] 897868315364: Preparing [2021-02-03T21:04:23.704Z] a81afbbbb1ea: Preparing [2021-02-03T21:04:23.704Z] 64208fdfb4f6: Preparing [2021-02-03T21:04:23.704Z] bc1660ee1254: Preparing [2021-02-03T21:04:23.704Z] 897868315364: Waiting [2021-02-03T21:04:23.704Z] f55f5310b6d8: Waiting [2021-02-03T21:04:23.704Z] f688eebc8edc: Waiting [2021-02-03T21:04:23.704Z] 64208fdfb4f6: Waiting [2021-02-03T21:04:23.704Z] bc1660ee1254: Waiting [2021-02-03T21:04:23.704Z] a81afbbbb1ea: Waiting [2021-02-03T21:04:24.304Z] 5287bff6d105: Pushed [2021-02-03T21:04:24.304Z] e4f6e851ad92: Pushed [2021-02-03T21:04:24.304Z] 47379353ab69: Pushed [2021-02-03T21:04:24.304Z] c76ca920dbec: Pushed [2021-02-03T21:04:24.304Z] f55f5310b6d8: Pushed [2021-02-03T21:04:24.573Z] a81afbbbb1ea: Pushed [2021-02-03T21:04:24.573Z] f688eebc8edc: Pushed [2021-02-03T21:04:24.573Z] 897868315364: Pushed [2021-02-03T21:04:24.573Z] bc1660ee1254: Layer already exists [2021-02-03T21:04:24.843Z] 64208fdfb4f6: Pushed [2021-02-03T21:04:26.268Z] b885b7eb1aef: Pushed [2021-02-03T21:04:26.539Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258: digest: sha256:a7e7437d66ded5df2c81f1c783fa68370a04c835e1634f3609657d68f878ceb0 size: 3027 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:26.878Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:0.0.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:27.215Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:0.0.1-dev.1 [2021-02-03T21:04:27.215Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2021-02-03T21:04:27.215Z] b885b7eb1aef: Preparing [2021-02-03T21:04:27.215Z] e4f6e851ad92: Preparing [2021-02-03T21:04:27.215Z] c76ca920dbec: Preparing [2021-02-03T21:04:27.215Z] 47379353ab69: Preparing [2021-02-03T21:04:27.215Z] 47379353ab69: Preparing [2021-02-03T21:04:27.215Z] 5287bff6d105: Preparing [2021-02-03T21:04:27.215Z] f55f5310b6d8: Preparing [2021-02-03T21:04:27.215Z] f688eebc8edc: Preparing [2021-02-03T21:04:27.215Z] b885b7eb1aef: Preparing [2021-02-03T21:04:27.215Z] 897868315364: Preparing [2021-02-03T21:04:27.215Z] a81afbbbb1ea: Preparing [2021-02-03T21:04:27.215Z] 64208fdfb4f6: Preparing [2021-02-03T21:04:27.215Z] bc1660ee1254: Preparing [2021-02-03T21:04:27.215Z] 64208fdfb4f6: Waiting [2021-02-03T21:04:27.215Z] 897868315364: Waiting [2021-02-03T21:04:27.215Z] a81afbbbb1ea: Waiting [2021-02-03T21:04:27.215Z] bc1660ee1254: Waiting [2021-02-03T21:04:27.215Z] f55f5310b6d8: Waiting [2021-02-03T21:04:27.215Z] f688eebc8edc: Waiting [2021-02-03T21:04:27.215Z] 47379353ab69: Layer already exists [2021-02-03T21:04:27.486Z] e4f6e851ad92: Layer already exists [2021-02-03T21:04:27.486Z] b885b7eb1aef: Layer already exists [2021-02-03T21:04:27.486Z] c76ca920dbec: Layer already exists [2021-02-03T21:04:27.486Z] 5287bff6d105: Layer already exists [2021-02-03T21:04:27.486Z] f688eebc8edc: Layer already exists [2021-02-03T21:04:27.486Z] f55f5310b6d8: Layer already exists [2021-02-03T21:04:27.486Z] 64208fdfb4f6: Layer already exists [2021-02-03T21:04:27.486Z] a81afbbbb1ea: Layer already exists [2021-02-03T21:04:27.486Z] 897868315364: Layer already exists [2021-02-03T21:04:27.486Z] bc1660ee1254: Layer already exists [2021-02-03T21:04:27.486Z] 0.0.1-dev.1: digest: sha256:a7e7437d66ded5df2c81f1c783fa68370a04c835e1634f3609657d68f878ceb0 size: 3027 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:27.824Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:28.155Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T21:04:28.155Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2021-02-03T21:04:28.155Z] b885b7eb1aef: Preparing [2021-02-03T21:04:28.155Z] e4f6e851ad92: Preparing [2021-02-03T21:04:28.155Z] c76ca920dbec: Preparing [2021-02-03T21:04:28.155Z] 47379353ab69: Preparing [2021-02-03T21:04:28.155Z] 47379353ab69: Preparing [2021-02-03T21:04:28.155Z] 5287bff6d105: Preparing [2021-02-03T21:04:28.155Z] f55f5310b6d8: Preparing [2021-02-03T21:04:28.155Z] f688eebc8edc: Preparing [2021-02-03T21:04:28.155Z] b885b7eb1aef: Preparing [2021-02-03T21:04:28.155Z] 897868315364: Preparing [2021-02-03T21:04:28.155Z] a81afbbbb1ea: Preparing [2021-02-03T21:04:28.155Z] 64208fdfb4f6: Preparing [2021-02-03T21:04:28.155Z] bc1660ee1254: Preparing [2021-02-03T21:04:28.155Z] f55f5310b6d8: Waiting [2021-02-03T21:04:28.155Z] 897868315364: Waiting [2021-02-03T21:04:28.155Z] f688eebc8edc: Waiting [2021-02-03T21:04:28.155Z] a81afbbbb1ea: Waiting [2021-02-03T21:04:28.155Z] bc1660ee1254: Waiting [2021-02-03T21:04:28.155Z] 64208fdfb4f6: Waiting [2021-02-03T21:04:28.155Z] 5287bff6d105: Layer already exists [2021-02-03T21:04:28.155Z] 47379353ab69: Layer already exists [2021-02-03T21:04:28.155Z] e4f6e851ad92: Layer already exists [2021-02-03T21:04:28.155Z] b885b7eb1aef: Layer already exists [2021-02-03T21:04:28.155Z] c76ca920dbec: Layer already exists [2021-02-03T21:04:28.155Z] f55f5310b6d8: Layer already exists [2021-02-03T21:04:28.155Z] f688eebc8edc: Layer already exists [2021-02-03T21:04:28.155Z] 897868315364: Layer already exists [2021-02-03T21:04:28.427Z] a81afbbbb1ea: Layer already exists [2021-02-03T21:04:28.427Z] 64208fdfb4f6: Layer already exists [2021-02-03T21:04:28.427Z] bc1660ee1254: Layer already exists [2021-02-03T21:04:28.427Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1: digest: sha256:a7e7437d66ded5df2c81f1c783fa68370a04c835e1634f3609657d68f878ceb0 size: 3027 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:28.769Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:29.128Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:hanoi [2021-02-03T21:04:29.128Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2021-02-03T21:04:29.128Z] b885b7eb1aef: Preparing [2021-02-03T21:04:29.128Z] e4f6e851ad92: Preparing [2021-02-03T21:04:29.128Z] c76ca920dbec: Preparing [2021-02-03T21:04:29.128Z] 47379353ab69: Preparing [2021-02-03T21:04:29.128Z] 47379353ab69: Preparing [2021-02-03T21:04:29.128Z] 5287bff6d105: Preparing [2021-02-03T21:04:29.128Z] f55f5310b6d8: Preparing [2021-02-03T21:04:29.128Z] f688eebc8edc: Preparing [2021-02-03T21:04:29.128Z] b885b7eb1aef: Preparing [2021-02-03T21:04:29.128Z] 897868315364: Preparing [2021-02-03T21:04:29.128Z] a81afbbbb1ea: Preparing [2021-02-03T21:04:29.128Z] 64208fdfb4f6: Preparing [2021-02-03T21:04:29.128Z] bc1660ee1254: Preparing [2021-02-03T21:04:29.128Z] 897868315364: Waiting [2021-02-03T21:04:29.128Z] a81afbbbb1ea: Waiting [2021-02-03T21:04:29.128Z] 64208fdfb4f6: Waiting [2021-02-03T21:04:29.128Z] bc1660ee1254: Waiting [2021-02-03T21:04:29.128Z] f688eebc8edc: Waiting [2021-02-03T21:04:29.128Z] f55f5310b6d8: Waiting [2021-02-03T21:04:29.128Z] 47379353ab69: Layer already exists [2021-02-03T21:04:29.128Z] e4f6e851ad92: Layer already exists [2021-02-03T21:04:29.128Z] b885b7eb1aef: Layer already exists [2021-02-03T21:04:29.128Z] 5287bff6d105: Layer already exists [2021-02-03T21:04:29.128Z] c76ca920dbec: Layer already exists [2021-02-03T21:04:29.128Z] f688eebc8edc: Layer already exists [2021-02-03T21:04:29.128Z] 897868315364: Layer already exists [2021-02-03T21:04:29.128Z] f55f5310b6d8: Layer already exists [2021-02-03T21:04:29.128Z] a81afbbbb1ea: Layer already exists [2021-02-03T21:04:29.128Z] 64208fdfb4f6: Layer already exists [2021-02-03T21:04:29.397Z] bc1660ee1254: Layer already exists [2021-02-03T21:04:29.397Z] hanoi: digest: sha256:a7e7437d66ded5df2c81f1c783fa68370a04c835e1634f3609657d68f878ceb0 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-03T21:04:29.580Z] ===================================================== [Pipeline] echo [2021-02-03T21:04:29.630Z] taggedImages: [2021-02-03T21:04:29.630Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T21:04:29.630Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:0.0.1-dev.1 [2021-02-03T21:04:29.630Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T21:04:29.630Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:hanoi [Pipeline] echo [2021-02-03T21:04:29.694Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-02-03T21:04:29.694Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T21:04:29.694Z] 0.0.1-dev.1 [2021-02-03T21:04:29.694Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T21:04:29.694Z] hanoi [2021-02-03T21:04:29.694Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:30.192Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:30.522Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T21:04:30.522Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-03T21:04:30.522Z] a9ecd4d8c9eb: Preparing [2021-02-03T21:04:30.522Z] 334c42dfa69b: Preparing [2021-02-03T21:04:30.522Z] 638a881b88a9: Preparing [2021-02-03T21:04:30.522Z] 2bc666cdc704: Preparing [2021-02-03T21:04:30.522Z] cfbf57526f23: Preparing [2021-02-03T21:04:30.522Z] 73a1f0446a54: Preparing [2021-02-03T21:04:30.522Z] aa8cb6ec7dc2: Preparing [2021-02-03T21:04:30.522Z] 8773ba1488f3: Preparing [2021-02-03T21:04:30.522Z] 66b385cf80cf: Preparing [2021-02-03T21:04:30.522Z] 73a1f0446a54: Waiting [2021-02-03T21:04:30.522Z] aa8cb6ec7dc2: Waiting [2021-02-03T21:04:30.522Z] 8773ba1488f3: Waiting [2021-02-03T21:04:30.522Z] 66b385cf80cf: Waiting [2021-02-03T21:04:30.792Z] cfbf57526f23: Pushed [2021-02-03T21:04:30.792Z] 334c42dfa69b: Pushed [2021-02-03T21:04:30.792Z] a9ecd4d8c9eb: Pushed [2021-02-03T21:04:31.083Z] 8773ba1488f3: Layer already exists [2021-02-03T21:04:31.083Z] 66b385cf80cf: Layer already exists [2021-02-03T21:04:31.083Z] 73a1f0446a54: Pushed [2021-02-03T21:04:31.083Z] aa8cb6ec7dc2: Pushed [2021-02-03T21:04:33.136Z] 2bc666cdc704: Pushed [2021-02-03T21:04:33.136Z] 638a881b88a9: Pushed [2021-02-03T21:04:33.136Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258: digest: sha256:a5067428b96ccd32cb7168f4e47297d12e48de3c6720fbde603599845f24d9ba size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:33.747Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:0.0.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:34.112Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:0.0.1-dev.1 [2021-02-03T21:04:34.112Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-03T21:04:34.112Z] a9ecd4d8c9eb: Preparing [2021-02-03T21:04:34.112Z] 334c42dfa69b: Preparing [2021-02-03T21:04:34.112Z] 638a881b88a9: Preparing [2021-02-03T21:04:34.112Z] 2bc666cdc704: Preparing [2021-02-03T21:04:34.112Z] cfbf57526f23: Preparing [2021-02-03T21:04:34.112Z] 73a1f0446a54: Preparing [2021-02-03T21:04:34.112Z] aa8cb6ec7dc2: Preparing [2021-02-03T21:04:34.112Z] 8773ba1488f3: Preparing [2021-02-03T21:04:34.112Z] 66b385cf80cf: Preparing [2021-02-03T21:04:34.112Z] 73a1f0446a54: Waiting [2021-02-03T21:04:34.112Z] aa8cb6ec7dc2: Waiting [2021-02-03T21:04:34.112Z] 8773ba1488f3: Waiting [2021-02-03T21:04:34.112Z] 334c42dfa69b: Layer already exists [2021-02-03T21:04:34.112Z] 638a881b88a9: Layer already exists [2021-02-03T21:04:34.112Z] cfbf57526f23: Layer already exists [2021-02-03T21:04:34.112Z] 2bc666cdc704: Layer already exists [2021-02-03T21:04:34.112Z] a9ecd4d8c9eb: Layer already exists [2021-02-03T21:04:34.112Z] 73a1f0446a54: Layer already exists [2021-02-03T21:04:34.112Z] aa8cb6ec7dc2: Layer already exists [2021-02-03T21:04:34.112Z] 8773ba1488f3: Layer already exists [2021-02-03T21:04:34.112Z] 66b385cf80cf: Layer already exists [2021-02-03T21:04:34.382Z] 0.0.1-dev.1: digest: sha256:a5067428b96ccd32cb7168f4e47297d12e48de3c6720fbde603599845f24d9ba size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:34.721Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:35.062Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T21:04:35.062Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-03T21:04:35.062Z] a9ecd4d8c9eb: Preparing [2021-02-03T21:04:35.062Z] 334c42dfa69b: Preparing [2021-02-03T21:04:35.062Z] 638a881b88a9: Preparing [2021-02-03T21:04:35.062Z] 2bc666cdc704: Preparing [2021-02-03T21:04:35.062Z] cfbf57526f23: Preparing [2021-02-03T21:04:35.062Z] 73a1f0446a54: Preparing [2021-02-03T21:04:35.062Z] aa8cb6ec7dc2: Preparing [2021-02-03T21:04:35.062Z] 8773ba1488f3: Preparing [2021-02-03T21:04:35.062Z] 66b385cf80cf: Preparing [2021-02-03T21:04:35.062Z] 8773ba1488f3: Waiting [2021-02-03T21:04:35.062Z] 73a1f0446a54: Waiting [2021-02-03T21:04:35.062Z] 66b385cf80cf: Waiting [2021-02-03T21:04:35.062Z] aa8cb6ec7dc2: Waiting [2021-02-03T21:04:35.062Z] a9ecd4d8c9eb: Layer already exists [2021-02-03T21:04:35.062Z] cfbf57526f23: Layer already exists [2021-02-03T21:04:35.062Z] 638a881b88a9: Layer already exists [2021-02-03T21:04:35.062Z] 2bc666cdc704: Layer already exists [2021-02-03T21:04:35.332Z] 334c42dfa69b: Layer already exists [2021-02-03T21:04:35.332Z] aa8cb6ec7dc2: Layer already exists [2021-02-03T21:04:35.332Z] 73a1f0446a54: Layer already exists [2021-02-03T21:04:35.332Z] 8773ba1488f3: Layer already exists [2021-02-03T21:04:35.332Z] 66b385cf80cf: Layer already exists [2021-02-03T21:04:35.332Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1: digest: sha256:a5067428b96ccd32cb7168f4e47297d12e48de3c6720fbde603599845f24d9ba size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:35.672Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:36.004Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:hanoi [2021-02-03T21:04:36.004Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-03T21:04:36.004Z] a9ecd4d8c9eb: Preparing [2021-02-03T21:04:36.004Z] 334c42dfa69b: Preparing [2021-02-03T21:04:36.004Z] 638a881b88a9: Preparing [2021-02-03T21:04:36.004Z] 2bc666cdc704: Preparing [2021-02-03T21:04:36.004Z] cfbf57526f23: Preparing [2021-02-03T21:04:36.004Z] 73a1f0446a54: Preparing [2021-02-03T21:04:36.004Z] aa8cb6ec7dc2: Preparing [2021-02-03T21:04:36.004Z] 8773ba1488f3: Preparing [2021-02-03T21:04:36.004Z] 66b385cf80cf: Preparing [2021-02-03T21:04:36.004Z] aa8cb6ec7dc2: Waiting [2021-02-03T21:04:36.004Z] 8773ba1488f3: Waiting [2021-02-03T21:04:36.275Z] cfbf57526f23: Layer already exists [2021-02-03T21:04:36.275Z] 334c42dfa69b: Layer already exists [2021-02-03T21:04:36.275Z] 638a881b88a9: Layer already exists [2021-02-03T21:04:36.275Z] 2bc666cdc704: Layer already exists [2021-02-03T21:04:36.275Z] a9ecd4d8c9eb: Layer already exists [2021-02-03T21:04:36.275Z] aa8cb6ec7dc2: Layer already exists [2021-02-03T21:04:36.275Z] 8773ba1488f3: Layer already exists [2021-02-03T21:04:36.275Z] 73a1f0446a54: Layer already exists [2021-02-03T21:04:36.275Z] 66b385cf80cf: Layer already exists [2021-02-03T21:04:36.275Z] hanoi: digest: sha256:a5067428b96ccd32cb7168f4e47297d12e48de3c6720fbde603599845f24d9ba size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-03T21:04:36.469Z] ===================================================== [Pipeline] echo [2021-02-03T21:04:36.515Z] taggedImages: [2021-02-03T21:04:36.515Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T21:04:36.515Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:0.0.1-dev.1 [2021-02-03T21:04:36.515Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T21:04:36.516Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:hanoi [Pipeline] echo [2021-02-03T21:04:36.577Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2021-02-03T21:04:36.577Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T21:04:36.577Z] 0.0.1-dev.1 [2021-02-03T21:04:36.577Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T21:04:36.577Z] hanoi [2021-02-03T21:04:36.577Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:37.129Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:37.482Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T21:04:37.482Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2021-02-03T21:04:37.482Z] 4353367443c0: Preparing [2021-02-03T21:04:37.482Z] cdba4fc60c6b: Preparing [2021-02-03T21:04:37.482Z] 77e0b6575db9: Preparing [2021-02-03T21:04:37.482Z] 55d28395648f: Preparing [2021-02-03T21:04:37.757Z] 77e0b6575db9: Pushed [2021-02-03T21:04:37.757Z] 4353367443c0: Pushed [2021-02-03T21:04:38.028Z] 55d28395648f: Pushed [2021-02-03T21:04:39.996Z] cdba4fc60c6b: Pushed [2021-02-03T21:04:40.266Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258: digest: sha256:9af12a14fc0b2f849f9065d0a0665655bbfce040ffa77dea573dc60080523157 size: 1153 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:40.604Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:0.0.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:40.936Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:0.0.1-dev.1 [2021-02-03T21:04:40.936Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2021-02-03T21:04:40.936Z] 4353367443c0: Preparing [2021-02-03T21:04:40.936Z] cdba4fc60c6b: Preparing [2021-02-03T21:04:40.936Z] 77e0b6575db9: Preparing [2021-02-03T21:04:40.936Z] 55d28395648f: Preparing [2021-02-03T21:04:40.936Z] 4353367443c0: Layer already exists [2021-02-03T21:04:40.936Z] cdba4fc60c6b: Layer already exists [2021-02-03T21:04:40.936Z] 55d28395648f: Layer already exists [2021-02-03T21:04:40.936Z] 77e0b6575db9: Layer already exists [2021-02-03T21:04:41.206Z] 0.0.1-dev.1: digest: sha256:9af12a14fc0b2f849f9065d0a0665655bbfce040ffa77dea573dc60080523157 size: 1153 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:41.544Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:41.881Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T21:04:41.881Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2021-02-03T21:04:41.881Z] 4353367443c0: Preparing [2021-02-03T21:04:41.881Z] cdba4fc60c6b: Preparing [2021-02-03T21:04:41.881Z] 77e0b6575db9: Preparing [2021-02-03T21:04:41.881Z] 55d28395648f: Preparing [2021-02-03T21:04:41.881Z] cdba4fc60c6b: Layer already exists [2021-02-03T21:04:41.881Z] 55d28395648f: Layer already exists [2021-02-03T21:04:41.881Z] 77e0b6575db9: Layer already exists [2021-02-03T21:04:41.881Z] 4353367443c0: Layer already exists [2021-02-03T21:04:42.152Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1: digest: sha256:9af12a14fc0b2f849f9065d0a0665655bbfce040ffa77dea573dc60080523157 size: 1153 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:42.489Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:42.822Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:hanoi [2021-02-03T21:04:42.822Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2021-02-03T21:04:42.822Z] 4353367443c0: Preparing [2021-02-03T21:04:42.822Z] cdba4fc60c6b: Preparing [2021-02-03T21:04:42.822Z] 77e0b6575db9: Preparing [2021-02-03T21:04:42.822Z] 55d28395648f: Preparing [2021-02-03T21:04:42.822Z] cdba4fc60c6b: Layer already exists [2021-02-03T21:04:42.822Z] 55d28395648f: Layer already exists [2021-02-03T21:04:42.822Z] 4353367443c0: Layer already exists [2021-02-03T21:04:42.822Z] 77e0b6575db9: Layer already exists [2021-02-03T21:04:43.096Z] hanoi: digest: sha256:9af12a14fc0b2f849f9065d0a0665655bbfce040ffa77dea573dc60080523157 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-03T21:04:43.306Z] ===================================================== [Pipeline] echo [2021-02-03T21:04:43.350Z] taggedImages: [2021-02-03T21:04:43.350Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T21:04:43.350Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:0.0.1-dev.1 [2021-02-03T21:04:43.350Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T21:04:43.350Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:hanoi [Pipeline] echo [2021-02-03T21:04:43.419Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-02-03T21:04:43.419Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T21:04:43.419Z] 0.0.1-dev.1 [2021-02-03T21:04:43.419Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T21:04:43.419Z] hanoi [2021-02-03T21:04:43.419Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:43.915Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:44.248Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T21:04:44.248Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-03T21:04:44.248Z] ca0eef4768d7: Preparing [2021-02-03T21:04:44.248Z] 2aab976a8ae7: Preparing [2021-02-03T21:04:44.248Z] 2fa1e4553363: Preparing [2021-02-03T21:04:44.248Z] 8edd4f4bd4e8: Preparing [2021-02-03T21:04:44.248Z] b2205e3ad44a: Preparing [2021-02-03T21:04:44.248Z] b8b061d3a85a: Preparing [2021-02-03T21:04:44.248Z] b8b061d3a85a: Waiting [2021-02-03T21:04:44.526Z] ca0eef4768d7: Pushed [2021-02-03T21:04:44.526Z] 2fa1e4553363: Pushed [2021-02-03T21:04:44.797Z] 8edd4f4bd4e8: Pushed [2021-02-03T21:04:44.797Z] b2205e3ad44a: Pushed [2021-02-03T21:04:45.070Z] b8b061d3a85a: Pushed [2021-02-03T21:04:47.676Z] 2aab976a8ae7: Pushed [2021-02-03T21:04:47.676Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258: digest: sha256:ae434d65a25176249e11051b459ad01c78c01d20c6df56b847b385946fa1b61e size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:48.015Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:0.0.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:48.357Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:0.0.1-dev.1 [2021-02-03T21:04:48.357Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-03T21:04:48.357Z] ca0eef4768d7: Preparing [2021-02-03T21:04:48.357Z] 2aab976a8ae7: Preparing [2021-02-03T21:04:48.357Z] 2fa1e4553363: Preparing [2021-02-03T21:04:48.357Z] 8edd4f4bd4e8: Preparing [2021-02-03T21:04:48.357Z] b2205e3ad44a: Preparing [2021-02-03T21:04:48.357Z] b8b061d3a85a: Preparing [2021-02-03T21:04:48.357Z] b8b061d3a85a: Waiting [2021-02-03T21:04:48.627Z] ca0eef4768d7: Layer already exists [2021-02-03T21:04:48.628Z] 8edd4f4bd4e8: Layer already exists [2021-02-03T21:04:48.628Z] 2fa1e4553363: Layer already exists [2021-02-03T21:04:48.628Z] b2205e3ad44a: Layer already exists [2021-02-03T21:04:48.628Z] 2aab976a8ae7: Layer already exists [2021-02-03T21:04:48.628Z] b8b061d3a85a: Layer already exists [2021-02-03T21:04:48.628Z] 0.0.1-dev.1: digest: sha256:ae434d65a25176249e11051b459ad01c78c01d20c6df56b847b385946fa1b61e size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:48.966Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:49.307Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T21:04:49.307Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-03T21:04:49.307Z] ca0eef4768d7: Preparing [2021-02-03T21:04:49.307Z] 2aab976a8ae7: Preparing [2021-02-03T21:04:49.307Z] 2fa1e4553363: Preparing [2021-02-03T21:04:49.307Z] 8edd4f4bd4e8: Preparing [2021-02-03T21:04:49.307Z] b2205e3ad44a: Preparing [2021-02-03T21:04:49.307Z] b8b061d3a85a: Preparing [2021-02-03T21:04:49.307Z] b8b061d3a85a: Waiting [2021-02-03T21:04:49.307Z] 2fa1e4553363: Layer already exists [2021-02-03T21:04:49.577Z] 8edd4f4bd4e8: Layer already exists [2021-02-03T21:04:49.577Z] b2205e3ad44a: Layer already exists [2021-02-03T21:04:49.577Z] ca0eef4768d7: Layer already exists [2021-02-03T21:04:49.577Z] 2aab976a8ae7: Layer already exists [2021-02-03T21:04:49.577Z] b8b061d3a85a: Layer already exists [2021-02-03T21:04:49.577Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1: digest: sha256:ae434d65a25176249e11051b459ad01c78c01d20c6df56b847b385946fa1b61e size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:49.912Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:50.242Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:hanoi [2021-02-03T21:04:50.242Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-03T21:04:50.242Z] ca0eef4768d7: Preparing [2021-02-03T21:04:50.242Z] 2aab976a8ae7: Preparing [2021-02-03T21:04:50.242Z] 2fa1e4553363: Preparing [2021-02-03T21:04:50.242Z] 8edd4f4bd4e8: Preparing [2021-02-03T21:04:50.242Z] b2205e3ad44a: Preparing [2021-02-03T21:04:50.242Z] b8b061d3a85a: Preparing [2021-02-03T21:04:50.242Z] b8b061d3a85a: Waiting [2021-02-03T21:04:50.242Z] b2205e3ad44a: Layer already exists [2021-02-03T21:04:50.242Z] ca0eef4768d7: Layer already exists [2021-02-03T21:04:50.242Z] 2aab976a8ae7: Layer already exists [2021-02-03T21:04:50.512Z] 2fa1e4553363: Layer already exists [2021-02-03T21:04:50.512Z] 8edd4f4bd4e8: Layer already exists [2021-02-03T21:04:50.512Z] b8b061d3a85a: Layer already exists [2021-02-03T21:04:50.512Z] hanoi: digest: sha256:ae434d65a25176249e11051b459ad01c78c01d20c6df56b847b385946fa1b61e size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-03T21:04:50.700Z] ===================================================== [Pipeline] echo [2021-02-03T21:04:50.776Z] taggedImages: [2021-02-03T21:04:50.776Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T21:04:50.776Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:0.0.1-dev.1 [2021-02-03T21:04:50.776Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T21:04:50.776Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:hanoi [Pipeline] echo [2021-02-03T21:04:50.844Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-02-03T21:04:50.844Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T21:04:50.844Z] 0.0.1-dev.1 [2021-02-03T21:04:50.844Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T21:04:50.844Z] hanoi [2021-02-03T21:04:50.844Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:51.395Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:51.728Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T21:04:51.729Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-03T21:04:51.729Z] 21371347a3e0: Preparing [2021-02-03T21:04:51.729Z] 5d710f521734: Preparing [2021-02-03T21:04:51.729Z] 763f68b1a70c: Preparing [2021-02-03T21:04:52.000Z] 763f68b1a70c: Pushed [2021-02-03T21:04:52.000Z] 21371347a3e0: Pushed [2021-02-03T21:04:56.289Z] 5d710f521734: Pushed [2021-02-03T21:04:56.289Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258: digest: sha256:2841f035af8c0fa6a003373fd531d3d3ef03220fd6d6bdf5a7aa06ff935a9eec size: 944 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:56.635Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:0.0.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:56.969Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:0.0.1-dev.1 [2021-02-03T21:04:56.969Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-03T21:04:56.969Z] 21371347a3e0: Preparing [2021-02-03T21:04:56.969Z] 5d710f521734: Preparing [2021-02-03T21:04:56.969Z] 763f68b1a70c: Preparing [2021-02-03T21:04:57.238Z] 21371347a3e0: Layer already exists [2021-02-03T21:04:57.238Z] 763f68b1a70c: Layer already exists [2021-02-03T21:04:57.238Z] 5d710f521734: Layer already exists [2021-02-03T21:04:57.238Z] 0.0.1-dev.1: digest: sha256:2841f035af8c0fa6a003373fd531d3d3ef03220fd6d6bdf5a7aa06ff935a9eec size: 944 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:57.571Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:57.905Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T21:04:57.905Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-03T21:04:57.905Z] 21371347a3e0: Preparing [2021-02-03T21:04:57.905Z] 5d710f521734: Preparing [2021-02-03T21:04:57.905Z] 763f68b1a70c: Preparing [2021-02-03T21:04:58.176Z] 5d710f521734: Layer already exists [2021-02-03T21:04:58.176Z] 21371347a3e0: Layer already exists [2021-02-03T21:04:58.176Z] 763f68b1a70c: Layer already exists [2021-02-03T21:04:58.176Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1: digest: sha256:2841f035af8c0fa6a003373fd531d3d3ef03220fd6d6bdf5a7aa06ff935a9eec size: 944 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:58.511Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:58.840Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:hanoi [2021-02-03T21:04:58.840Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-03T21:04:58.840Z] 21371347a3e0: Preparing [2021-02-03T21:04:58.840Z] 5d710f521734: Preparing [2021-02-03T21:04:58.840Z] 763f68b1a70c: Preparing [2021-02-03T21:04:58.840Z] 5d710f521734: Layer already exists [2021-02-03T21:04:58.840Z] 763f68b1a70c: Layer already exists [2021-02-03T21:04:58.840Z] 21371347a3e0: Layer already exists [2021-02-03T21:04:59.109Z] hanoi: digest: sha256:2841f035af8c0fa6a003373fd531d3d3ef03220fd6d6bdf5a7aa06ff935a9eec size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-03T21:04:59.312Z] ===================================================== [Pipeline] echo [2021-02-03T21:04:59.360Z] taggedImages: [2021-02-03T21:04:59.360Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T21:04:59.360Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:0.0.1-dev.1 [2021-02-03T21:04:59.360Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T21:04:59.360Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:hanoi [Pipeline] echo [2021-02-03T21:04:59.444Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-02-03T21:04:59.445Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T21:04:59.445Z] 0.0.1-dev.1 [2021-02-03T21:04:59.445Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T21:04:59.445Z] hanoi [2021-02-03T21:04:59.445Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:04:59.946Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:05:00.279Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T21:05:00.279Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-03T21:05:00.279Z] ae9d16628e87: Preparing [2021-02-03T21:05:00.279Z] cf72b605a72f: Preparing [2021-02-03T21:05:00.279Z] 3efaa8bf6a1a: Preparing [2021-02-03T21:05:00.279Z] 872b56ed2d7f: Preparing [2021-02-03T21:05:00.279Z] 39a85fb4a307: Preparing [2021-02-03T21:05:00.279Z] 3a5de91978bd: Preparing [2021-02-03T21:05:00.279Z] c7ca67c8e557: Preparing [2021-02-03T21:05:00.279Z] 13b399bc97cd: Preparing [2021-02-03T21:05:00.279Z] f054b505045d: Preparing [2021-02-03T21:05:00.279Z] 489fb406670d: Preparing [2021-02-03T21:05:00.279Z] 35c10a7adabd: Preparing [2021-02-03T21:05:00.279Z] 3f27cbc66635: Preparing [2021-02-03T21:05:00.279Z] 88542b7f2918: Preparing [2021-02-03T21:05:00.279Z] bc1660ee1254: Preparing [2021-02-03T21:05:00.279Z] 13b399bc97cd: Waiting [2021-02-03T21:05:00.279Z] f054b505045d: Waiting [2021-02-03T21:05:00.279Z] 489fb406670d: Waiting [2021-02-03T21:05:00.279Z] 35c10a7adabd: Waiting [2021-02-03T21:05:00.279Z] 3f27cbc66635: Waiting [2021-02-03T21:05:00.279Z] 88542b7f2918: Waiting [2021-02-03T21:05:00.279Z] bc1660ee1254: Waiting [2021-02-03T21:05:00.279Z] 3a5de91978bd: Waiting [2021-02-03T21:05:00.279Z] c7ca67c8e557: Waiting [2021-02-03T21:05:00.875Z] 39a85fb4a307: Pushed [2021-02-03T21:05:01.151Z] ae9d16628e87: Pushed [2021-02-03T21:05:01.426Z] 872b56ed2d7f: Pushed [2021-02-03T21:05:02.020Z] c7ca67c8e557: Pushed [2021-02-03T21:05:02.020Z] 13b399bc97cd: Pushed [2021-02-03T21:05:02.294Z] f054b505045d: Pushed [2021-02-03T21:05:02.294Z] 489fb406670d: Pushed [2021-02-03T21:05:02.888Z] 3f27cbc66635: Pushed [2021-02-03T21:05:03.486Z] 3a5de91978bd: Pushed [2021-02-03T21:05:03.486Z] bc1660ee1254: Layer already exists [2021-02-03T21:05:03.758Z] cf72b605a72f: Pushed [2021-02-03T21:05:04.732Z] 88542b7f2918: Pushed [2021-02-03T21:05:17.095Z] 3efaa8bf6a1a: Pushed [2021-02-03T21:05:49.379Z] 35c10a7adabd: Pushed [2021-02-03T21:05:49.379Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258: digest: sha256:ba6ae08d332f1069718d29377221ed600b0e8d51415b082bb08ce4aaa2704a90 size: 3253 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:05:49.716Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:0.0.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:05:50.045Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:0.0.1-dev.1 [2021-02-03T21:05:50.045Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-03T21:05:50.045Z] ae9d16628e87: Preparing [2021-02-03T21:05:50.045Z] cf72b605a72f: Preparing [2021-02-03T21:05:50.045Z] 3efaa8bf6a1a: Preparing [2021-02-03T21:05:50.045Z] 872b56ed2d7f: Preparing [2021-02-03T21:05:50.045Z] 39a85fb4a307: Preparing [2021-02-03T21:05:50.045Z] 3a5de91978bd: Preparing [2021-02-03T21:05:50.045Z] c7ca67c8e557: Preparing [2021-02-03T21:05:50.045Z] 13b399bc97cd: Preparing [2021-02-03T21:05:50.045Z] f054b505045d: Preparing [2021-02-03T21:05:50.045Z] 489fb406670d: Preparing [2021-02-03T21:05:50.045Z] 35c10a7adabd: Preparing [2021-02-03T21:05:50.045Z] 3f27cbc66635: Preparing [2021-02-03T21:05:50.045Z] 88542b7f2918: Preparing [2021-02-03T21:05:50.045Z] bc1660ee1254: Preparing [2021-02-03T21:05:50.045Z] f054b505045d: Waiting [2021-02-03T21:05:50.045Z] 489fb406670d: Waiting [2021-02-03T21:05:50.045Z] 3f27cbc66635: Waiting [2021-02-03T21:05:50.045Z] 88542b7f2918: Waiting [2021-02-03T21:05:50.045Z] 35c10a7adabd: Waiting [2021-02-03T21:05:50.045Z] 3a5de91978bd: Waiting [2021-02-03T21:05:50.045Z] c7ca67c8e557: Waiting [2021-02-03T21:05:50.045Z] bc1660ee1254: Waiting [2021-02-03T21:05:50.045Z] 13b399bc97cd: Waiting [2021-02-03T21:05:50.045Z] cf72b605a72f: Layer already exists [2021-02-03T21:05:50.045Z] 872b56ed2d7f: Layer already exists [2021-02-03T21:05:50.045Z] 3efaa8bf6a1a: Layer already exists [2021-02-03T21:05:50.315Z] 39a85fb4a307: Layer already exists [2021-02-03T21:05:50.315Z] ae9d16628e87: Layer already exists [2021-02-03T21:05:50.315Z] 13b399bc97cd: Layer already exists [2021-02-03T21:05:50.315Z] c7ca67c8e557: Layer already exists [2021-02-03T21:05:50.315Z] 489fb406670d: Layer already exists [2021-02-03T21:05:50.315Z] 3a5de91978bd: Layer already exists [2021-02-03T21:05:50.315Z] f054b505045d: Layer already exists [2021-02-03T21:05:50.315Z] 3f27cbc66635: Layer already exists [2021-02-03T21:05:50.315Z] 88542b7f2918: Layer already exists [2021-02-03T21:05:50.315Z] 35c10a7adabd: Layer already exists [2021-02-03T21:05:50.315Z] bc1660ee1254: Layer already exists [2021-02-03T21:05:50.315Z] 0.0.1-dev.1: digest: sha256:ba6ae08d332f1069718d29377221ed600b0e8d51415b082bb08ce4aaa2704a90 size: 3253 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:05:50.650Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:05:50.977Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T21:05:50.977Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-03T21:05:50.978Z] ae9d16628e87: Preparing [2021-02-03T21:05:50.978Z] cf72b605a72f: Preparing [2021-02-03T21:05:50.978Z] 3efaa8bf6a1a: Preparing [2021-02-03T21:05:50.978Z] 872b56ed2d7f: Preparing [2021-02-03T21:05:50.978Z] 39a85fb4a307: Preparing [2021-02-03T21:05:50.978Z] 3a5de91978bd: Preparing [2021-02-03T21:05:50.978Z] c7ca67c8e557: Preparing [2021-02-03T21:05:50.978Z] 13b399bc97cd: Preparing [2021-02-03T21:05:50.978Z] f054b505045d: Preparing [2021-02-03T21:05:50.978Z] 489fb406670d: Preparing [2021-02-03T21:05:50.978Z] 35c10a7adabd: Preparing [2021-02-03T21:05:50.978Z] 3f27cbc66635: Preparing [2021-02-03T21:05:50.978Z] 88542b7f2918: Preparing [2021-02-03T21:05:50.978Z] bc1660ee1254: Preparing [2021-02-03T21:05:50.978Z] 3a5de91978bd: Waiting [2021-02-03T21:05:50.978Z] c7ca67c8e557: Waiting [2021-02-03T21:05:50.978Z] 13b399bc97cd: Waiting [2021-02-03T21:05:50.978Z] f054b505045d: Waiting [2021-02-03T21:05:50.978Z] 489fb406670d: Waiting [2021-02-03T21:05:50.978Z] 35c10a7adabd: Waiting [2021-02-03T21:05:50.978Z] 3f27cbc66635: Waiting [2021-02-03T21:05:50.978Z] 88542b7f2918: Waiting [2021-02-03T21:05:50.978Z] 3efaa8bf6a1a: Layer already exists [2021-02-03T21:05:50.978Z] cf72b605a72f: Layer already exists [2021-02-03T21:05:50.978Z] ae9d16628e87: Layer already exists [2021-02-03T21:05:51.247Z] 872b56ed2d7f: Layer already exists [2021-02-03T21:05:51.247Z] 39a85fb4a307: Layer already exists [2021-02-03T21:05:51.247Z] c7ca67c8e557: Layer already exists [2021-02-03T21:05:51.247Z] 13b399bc97cd: Layer already exists [2021-02-03T21:05:51.247Z] 3a5de91978bd: Layer already exists [2021-02-03T21:05:51.247Z] f054b505045d: Layer already exists [2021-02-03T21:05:51.247Z] 489fb406670d: Layer already exists [2021-02-03T21:05:51.247Z] 35c10a7adabd: Layer already exists [2021-02-03T21:05:51.247Z] 3f27cbc66635: Layer already exists [2021-02-03T21:05:51.247Z] 88542b7f2918: Layer already exists [2021-02-03T21:05:51.247Z] bc1660ee1254: Layer already exists [2021-02-03T21:05:51.247Z] 12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1: digest: sha256:ba6ae08d332f1069718d29377221ed600b0e8d51415b082bb08ce4aaa2704a90 size: 3253 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:05:51.579Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:05:51.908Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:hanoi [2021-02-03T21:05:51.908Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-03T21:05:51.908Z] ae9d16628e87: Preparing [2021-02-03T21:05:51.908Z] cf72b605a72f: Preparing [2021-02-03T21:05:51.908Z] 3efaa8bf6a1a: Preparing [2021-02-03T21:05:51.908Z] 872b56ed2d7f: Preparing [2021-02-03T21:05:51.908Z] 39a85fb4a307: Preparing [2021-02-03T21:05:51.908Z] 3a5de91978bd: Preparing [2021-02-03T21:05:51.908Z] c7ca67c8e557: Preparing [2021-02-03T21:05:51.908Z] 13b399bc97cd: Preparing [2021-02-03T21:05:51.908Z] f054b505045d: Preparing [2021-02-03T21:05:51.908Z] 489fb406670d: Preparing [2021-02-03T21:05:51.908Z] 35c10a7adabd: Preparing [2021-02-03T21:05:51.908Z] 3f27cbc66635: Preparing [2021-02-03T21:05:51.908Z] 88542b7f2918: Preparing [2021-02-03T21:05:51.908Z] bc1660ee1254: Preparing [2021-02-03T21:05:51.908Z] c7ca67c8e557: Waiting [2021-02-03T21:05:51.908Z] 13b399bc97cd: Waiting [2021-02-03T21:05:51.908Z] f054b505045d: Waiting [2021-02-03T21:05:51.908Z] 489fb406670d: Waiting [2021-02-03T21:05:51.909Z] 35c10a7adabd: Waiting [2021-02-03T21:05:51.909Z] 3f27cbc66635: Waiting [2021-02-03T21:05:51.909Z] bc1660ee1254: Waiting [2021-02-03T21:05:51.909Z] 3a5de91978bd: Waiting [2021-02-03T21:05:52.180Z] 872b56ed2d7f: Layer already exists [2021-02-03T21:05:52.181Z] ae9d16628e87: Layer already exists [2021-02-03T21:05:52.181Z] 39a85fb4a307: Layer already exists [2021-02-03T21:05:52.181Z] cf72b605a72f: Layer already exists [2021-02-03T21:05:52.181Z] 3efaa8bf6a1a: Layer already exists [2021-02-03T21:05:52.181Z] 3a5de91978bd: Layer already exists [2021-02-03T21:05:52.181Z] 13b399bc97cd: Layer already exists [2021-02-03T21:05:52.181Z] c7ca67c8e557: Layer already exists [2021-02-03T21:05:52.181Z] f054b505045d: Layer already exists [2021-02-03T21:05:52.181Z] 489fb406670d: Layer already exists [2021-02-03T21:05:52.181Z] 3f27cbc66635: Layer already exists [2021-02-03T21:05:52.181Z] 35c10a7adabd: Layer already exists [2021-02-03T21:05:52.181Z] 88542b7f2918: Layer already exists [2021-02-03T21:05:52.181Z] bc1660ee1254: Layer already exists [2021-02-03T21:05:52.181Z] hanoi: digest: sha256:ba6ae08d332f1069718d29377221ed600b0e8d51415b082bb08ce4aaa2704a90 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-03T21:05:52.374Z] ===================================================== [Pipeline] echo [2021-02-03T21:05:52.419Z] taggedImages: [2021-02-03T21:05:52.419Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258 [2021-02-03T21:05:52.419Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:0.0.1-dev.1 [2021-02-03T21:05:52.419Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:12a188d7528ee379d18cf3e1ac715e90dfef7258-0.0.1-dev.1 [2021-02-03T21:05:52.419Z] - 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-02-03T21:05:53.764Z] provisioning config files... [2021-02-03T21:05:53.775Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/5@tmp/config6609282626614599789tmp [Pipeline] { [Pipeline] sh [2021-02-03T21:05:54.169Z] + set +x [2021-02-03T21:05:54.169Z] + curl -s https://codecov.io/bash [2021-02-03T21:05:54.169Z] + bash -s -- [2021-02-03T21:05:54.431Z] [2021-02-03T21:05:54.431Z] _____ _ [2021-02-03T21:05:54.431Z] / ____| | | [2021-02-03T21:05:54.431Z] | | ___ __| | ___ ___ _____ __ [2021-02-03T21:05:54.431Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-03T21:05:54.431Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-03T21:05:54.431Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-03T21:05:54.431Z] Bash-20210129-7c25fce [2021-02-03T21:05:54.431Z] [2021-02-03T21:05:54.431Z] [2021-02-03T21:05:54.431Z] ==> git version 2.24.3 found [2021-02-03T21:05:54.431Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-02-03T21:05:54.431Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-03T21:05:54.431Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-03T21:05:54.692Z] ==> Jenkins CI detected. [2021-02-03T21:05:54.692Z] project root: . [2021-02-03T21:05:54.692Z] --> token set from env [2021-02-03T21:05:54.692Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-03T21:05:54.692Z] ==> Running gcov in . (disable via -X gcov) [2021-02-03T21:05:54.692Z] ==> Python coveragepy not found [2021-02-03T21:05:54.692Z] ==> Searching for coverage reports in: [2021-02-03T21:05:54.692Z] + . [2021-02-03T21:05:54.692Z] -> Found 1 reports [2021-02-03T21:05:54.692Z] ==> Detecting git/mercurial file structure [2021-02-03T21:05:54.692Z] ==> Reading reports [2021-02-03T21:05:54.692Z] + ./coverage.out bytes=541382 [2021-02-03T21:05:54.692Z] ==> Appending adjustments [2021-02-03T21:05:54.692Z] https://docs.codecov.io/docs/fixing-reports [2021-02-03T21:05:58.000Z] + Found adjustments [2021-02-03T21:05:58.000Z] ==> Gzipping contents [2021-02-03T21:05:58.000Z] 84K /tmp/codecov.XIh2Cb.gz [2021-02-03T21:05:58.000Z] ==> Uploading reports [2021-02-03T21:05:58.000Z] url: https://codecov.io [2021-02-03T21:05:58.000Z] query: branch=hanoi&commit=12a188d7528ee379d18cf3e1ac715e90dfef7258&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fhanoi%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-03T21:05:58.000Z] -> Pinging Codecov [2021-02-03T21:05:58.000Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=hanoi&commit=12a188d7528ee379d18cf3e1ac715e90dfef7258&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fhanoi%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-03T21:05:58.262Z] -> Uploading to [2021-02-03T21:05:58.262Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-03/00271124DB129430A58F1EEE437C3FCB/12a188d7528ee379d18cf3e1ac715e90dfef7258/ce71628a-10e8-46cc-a3bf-7a7fa5649cba.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210203%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210203T210557Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e08c97d96ebc655718851ba3ad0423f91c68a5ee3305b3e19ed5988ad9ade256 [2021-02-03T21:05:58.262Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-03T21:05:58.262Z] Dload Upload Total Spent Left Speed [2021-02-03T21:05:58.523Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85131 0 0 100 85131 0 165k --:--:-- --:--:-- --:--:-- 165k [2021-02-03T21:05:58.523Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/12a188d7528ee379d18cf3e1ac715e90dfef7258 [Pipeline] } [2021-02-03T21:05:58.534Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-02-03T21:05:59.358Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-02-03T21:05:59.466Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:05:59.803Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-03T21:05:59.803Z] [2021-02-03T21:05:59.803Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:06:00.145Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-03T21:06:00.145Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-02-03T21:06:00.145Z] 188c0c94c7c5: Already exists [2021-02-03T21:06:00.145Z] 0ef7d3d256c8: Already exists [2021-02-03T21:06:00.145Z] de9db76c5a1d: Already exists [2021-02-03T21:06:00.145Z] 0eba1c9be4d2: Pulling fs layer [2021-02-03T21:06:00.145Z] 0d57e429df01: Pulling fs layer [2021-02-03T21:06:00.145Z] 4e4be7b47b0d: Pulling fs layer [2021-02-03T21:06:00.145Z] e1f770b5df2f: Pulling fs layer [2021-02-03T21:06:00.145Z] 85a0685a4137: Pulling fs layer [2021-02-03T21:06:00.145Z] e1f770b5df2f: Waiting [2021-02-03T21:06:00.145Z] 4e4be7b47b0d: Verifying Checksum [2021-02-03T21:06:00.145Z] 4e4be7b47b0d: Download complete [2021-02-03T21:06:00.145Z] 0d57e429df01: Verifying Checksum [2021-02-03T21:06:00.145Z] 0d57e429df01: Download complete [2021-02-03T21:06:02.064Z] e1f770b5df2f: Verifying Checksum [2021-02-03T21:06:02.064Z] e1f770b5df2f: Download complete [2021-02-03T21:06:03.988Z] 0eba1c9be4d2: Verifying Checksum [2021-02-03T21:06:03.988Z] 0eba1c9be4d2: Download complete [2021-02-03T21:06:03.988Z] 85a0685a4137: Verifying Checksum [2021-02-03T21:06:03.988Z] 85a0685a4137: Download complete [2021-02-03T21:06:09.308Z] 0eba1c9be4d2: Pull complete [2021-02-03T21:06:09.569Z] 0d57e429df01: Pull complete [2021-02-03T21:06:09.569Z] 4e4be7b47b0d: Pull complete [2021-02-03T21:06:12.883Z] e1f770b5df2f: Pull complete [2021-02-03T21:06:21.210Z] 85a0685a4137: Pull complete [2021-02-03T21:06:21.210Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-02-03T21:06:21.210Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-03T21:06:21.210Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-02-03T21:06:21.372Z] prd-centos7-docker-4c-2g-24774 does not seem to be running inside a container [2021-02-03T21:06:21.423Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-02-03T21:06:22.439Z] $ docker top b12b3fbd4f1c400bb443f945b39ef2ba3d50e2a2bac417d71ce23ddd309d3083 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-03T21:06:22.711Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-02-03T21:06:22.997Z] + set -o pipefail [2021-02-03T21:06:22.997Z] + snyk monitor '--org=edgex-jenkins' [2021-02-03T21:06:49.586Z] [2021-02-03T21:06:49.586Z] Monitoring /w/workspace/edgex-go/5 (github.com/edgexfoundry/edgex-go)... [2021-02-03T21:06:49.586Z] [2021-02-03T21:06:49.586Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/5f3658d3-7e96-41af-b08f-e528dee9f9e2 [2021-02-03T21:06:49.586Z] [2021-02-03T21:06:49.586Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-02-03T21:06:49.586Z] [2021-02-03T21:06:49.586Z] [Pipeline] } [2021-02-03T21:06:49.605Z] $ docker stop --time=1 b12b3fbd4f1c400bb443f945b39ef2ba3d50e2a2bac417d71ce23ddd309d3083 [2021-02-03T21:06:52.389Z] $ docker rm -f b12b3fbd4f1c400bb443f945b39ef2ba3d50e2a2bac417d71ce23ddd309d3083 [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-02-03T21:06:53.913Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-03T21:06:53.989Z] provisioning config files... [2021-02-03T21:06:53.999Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/5@tmp/config4685555443310037737tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-03T21:06:54.471Z] --> edgex-publish-swagger.sh [2021-02-03T21:06:54.472Z] === Publish openapi/v1 API === [2021-02-03T21:06:54.472Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-02-03T21:06:54.472Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/5/openapi/v1/core-command.yaml] [2021-02-03T21:06:54.472Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-03T21:06:54.472Z] Dload Upload Total Spent Left Speed [2021-02-03T21:06:55.859Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 8356 0:00:01 0:00:01 --:--:-- 8364 100 10522 0 0 100 10522 0 8231 0:00:01 0:00:01 --:--:-- 8239 [2021-02-03T21:06:55.859Z] [2021-02-03T21:06:55.859Z] [2021-02-03T21:06:55.859Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/5/openapi/v1/core-data.yaml] [2021-02-03T21:06:55.859Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-03T21:06:55.859Z] Dload Upload Total Spent Left Speed [2021-02-03T21:06:56.806Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 29078 0:00:01 0:00:01 --:--:-- 29094 [2021-02-03T21:06:56.806Z] [2021-02-03T21:06:56.806Z] [2021-02-03T21:06:56.806Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/5/openapi/v1/core-metadata.yaml] [2021-02-03T21:06:56.806Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-03T21:06:56.806Z] Dload Upload Total Spent Left Speed [2021-02-03T21:06:58.016Z] 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 64309 0:00:01 0:00:01 --:--:-- 64272 100 73721 0 0 100 73721 0 64301 0:00:01 0:00:01 --:--:-- 64272 [2021-02-03T21:06:58.016Z] [2021-02-03T21:06:58.016Z] [2021-02-03T21:06:58.016Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/5/openapi/v1/support-logging.yaml] [2021-02-03T21:06:58.016Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-03T21:06:58.016Z] Dload Upload Total Spent Left Speed [2021-02-03T21:06:58.960Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 12825 0:00:01 0:00:01 --:--:-- 12836 100 13581 0 0 100 13581 0 12823 0:00:01 0:00:01 --:--:-- 12836 [2021-02-03T21:06:58.960Z] [2021-02-03T21:06:58.960Z] [2021-02-03T21:06:58.961Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/5/openapi/v1/support-notifications.yaml] [2021-02-03T21:06:58.961Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-03T21:06:58.961Z] Dload Upload Total Spent Left Speed [2021-02-03T21:07:00.351Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 35607 0:00:01 0:00:01 --:--:-- 35613 100 38890 0 0 100 38890 0 35602 0:00:01 0:00:01 --:--:-- 35613 [2021-02-03T21:07:00.351Z] [2021-02-03T21:07:00.351Z] [2021-02-03T21:07:00.351Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/5/openapi/v1/support-scheduler.yaml] [2021-02-03T21:07:00.351Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-03T21:07:00.351Z] Dload Upload Total Spent Left Speed [2021-02-03T21:07:01.296Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 13712 0:00:01 0:00:01 --:--:-- 13714 100 14249 0 0 100 14249 0 13709 0:00:01 0:00:01 --:--:-- 13714 [2021-02-03T21:07:01.296Z] [2021-02-03T21:07:01.296Z] [2021-02-03T21:07:01.296Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/5/openapi/v1/system-agent.yaml] [2021-02-03T21:07:01.296Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-03T21:07:01.296Z] Dload Upload Total Spent Left Speed [2021-02-03T21:07:02.504Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3456 0:00:01 0:00:01 --:--:-- 3459 100 4110 0 0 100 4110 0 3235 0:00:01 0:00:01 --:--:-- 3236 [2021-02-03T21:07:02.504Z] [2021-02-03T21:07:02.504Z] [2021-02-03T21:07:02.504Z] === Publish openapi/v2 API === [2021-02-03T21:07:02.504Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-02-03T21:07:02.504Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/5/openapi/v2/core-command.yaml] [2021-02-03T21:07:02.504Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-03T21:07:02.504Z] Dload Upload Total Spent Left Speed [2021-02-03T21:07:03.449Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29536 0 0 100 29536 0 27035 0:00:01 0:00:01 --:--:-- 27047 100 29536 0 0 100 29536 0 27032 0:00:01 0:00:01 --:--:-- 27047 [2021-02-03T21:07:03.449Z] [2021-02-03T21:07:03.449Z] [2021-02-03T21:07:03.449Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/5/openapi/v2/core-data.yaml] [2021-02-03T21:07:03.449Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-03T21:07:03.449Z] Dload Upload Total Spent Left Speed [2021-02-03T21:07:04.838Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65634 0 0 100 65634 0 54878 0:00:01 0:00:01 --:--:-- 54923 100 65634 0 0 100 65634 0 54577 0:00:01 0:00:01 --:--:-- 54603 [2021-02-03T21:07:04.838Z] [2021-02-03T21:07:04.838Z] [2021-02-03T21:07:04.838Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/5/openapi/v2/core-metadata.yaml] [2021-02-03T21:07:04.838Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-03T21:07:04.838Z] Dload Upload Total Spent Left Speed [2021-02-03T21:07:06.234Z] 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 100k 0:00:01 0:00:01 --:--:-- 100k 100 119k 0 0 100 119k 0 89803 0:00:01 0:00:01 --:--:-- 89777 [2021-02-03T21:07:06.234Z] [2021-02-03T21:07:06.234Z] [2021-02-03T21:07:06.234Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/5/openapi/v2/support-logging.yaml] [2021-02-03T21:07:06.234Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-03T21:07:06.234Z] Dload Upload Total Spent Left Speed [2021-02-03T21:07:07.178Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23692 0 0 100 23692 0 22286 0:00:01 0:00:01 --:--:-- 22308 100 23692 0 0 100 23692 0 22283 0:00:01 0:00:01 --:--:-- 22287 [2021-02-03T21:07:07.178Z] [2021-02-03T21:07:07.178Z] [2021-02-03T21:07:07.178Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/5/openapi/v2/support-notifications.yaml] [2021-02-03T21:07:07.178Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-03T21:07:07.178Z] Dload Upload Total Spent Left Speed [2021-02-03T21:07:08.564Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 57089 0:00:01 0:00:01 --:--:-- 57147 100 62691 0 0 100 62691 0 57081 0:00:01 0:00:01 --:--:-- 57095 [2021-02-03T21:07:08.564Z] [2021-02-03T21:07:08.564Z] [2021-02-03T21:07:08.564Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/5/openapi/v2/support-scheduler.yaml] [2021-02-03T21:07:08.564Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-03T21:07:08.564Z] Dload Upload Total Spent Left Speed [2021-02-03T21:07:09.509Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 38810 0:00:01 0:00:01 --:--:-- 38821 100 46198 0 0 100 46198 0 36763 0:00:01 0:00:01 --:--:-- 36781 [2021-02-03T21:07:09.509Z] [2021-02-03T21:07:09.509Z] [2021-02-03T21:07:09.509Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/5/openapi/v2/system-agent.yaml] [2021-02-03T21:07:09.509Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-03T21:07:09.509Z] Dload Upload Total Spent Left Speed [2021-02-03T21:07:10.895Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23726 0 0 100 23726 0 20551 0:00:01 0:00:01 --:--:-- 20559 100 23726 0 0 100 23726 0 20548 0:00:01 0:00:01 --:--:-- 20559 [2021-02-03T21:07:10.896Z] [2021-02-03T21:07:10.896Z] [Pipeline] } [2021-02-03T21:07:10.906Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:07:11.700Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-03T21:07:11.700Z] . [Pipeline] withDockerContainer [2021-02-03T21:07:11.800Z] prd-centos7-docker-4c-2g-24774 does not seem to be running inside a container [2021-02-03T21:07:11.842Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-03T21:07:12.845Z] $ docker top a40b465cf59b7f9bb4563793a772d7ecb7a767910653ca2d9eb46980cbed08bc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-03T21:07:13.163Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-03T21:07:13.163Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-03T21:07:13.404Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-03T21:07:13.407Z] $ docker exec a40b465cf59b7f9bb4563793a772d7ecb7a767910653ca2d9eb46980cbed08bc ssh-agent [2021-02-03T21:07:13.593Z] SSH_AUTH_SOCK=/tmp/ssh-Any3jUVs34Vp/agent.12 [2021-02-03T21:07:13.593Z] SSH_AGENT_PID=17 [2021-02-03T21:07:13.602Z] Running ssh-add (command line suppressed) [2021-02-03T21:07:13.745Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_5221935662420508332.key (/w/workspace/edgex-go/5@tmp/private_key_5221935662420508332.key) [2021-02-03T21:07:13.802Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-03T21:07:14.158Z] + git semver tag [2021-02-03T21:07:14.419Z] # -> Open(): unable to determine branch for HEAD [2021-02-03T21:07:14.419Z] # $GIT_DIR = /w/workspace/edgex-go/5/.git [2021-02-03T21:07:14.419Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/5 [2021-02-03T21:07:14.419Z] # $SEMVER_REMOTE_NAME = origin [2021-02-03T21:07:14.419Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-03T21:07:14.419Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-03T21:07:14.419Z] # $SEMVER_BRANCH = hanoi [2021-02-03T21:07:14.419Z] # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [2021-02-03T21:07:14.419Z] # 12a188d7528ee379d18cf3e1ac715e90dfef7258 HEAD [2021-02-03T21:07:14.994Z] # -> Force: false [2021-02-03T21:07:14.994Z] # 6bc3ea9728aeb6c3a5409d6dc76a42e2c3f43c20 refs/tags/v0.0.1-dev.1 [Pipeline] } [2021-02-03T21:07:15.005Z] $ docker exec --env ******** --env ******** a40b465cf59b7f9bb4563793a772d7ecb7a767910653ca2d9eb46980cbed08bc ssh-agent -k [2021-02-03T21:07:15.161Z] unset SSH_AUTH_SOCK; [2021-02-03T21:07:15.161Z] unset SSH_AGENT_PID; [2021-02-03T21:07:15.161Z] echo Agent pid 17 killed; [2021-02-03T21:07:15.230Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-03T21:07:15.748Z] + git semver [Pipeline] } [2021-02-03T21:07:15.764Z] $ docker stop --time=1 a40b465cf59b7f9bb4563793a772d7ecb7a767910653ca2d9eb46980cbed08bc [2021-02-03T21:07:17.131Z] $ docker rm -f a40b465cf59b7f9bb4563793a772d7ecb7a767910653ca2d9eb46980cbed08bc [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:07:17.788Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-03T21:07:17.789Z] [2021-02-03T21:07:17.789Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:07:18.142Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-03T21:07:18.142Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-02-03T21:07:18.142Z] ab5ef0e58194: Pulling fs layer [2021-02-03T21:07:18.142Z] 9712f1f96733: Pulling fs layer [2021-02-03T21:07:18.142Z] 63f879dbbcfc: Pulling fs layer [2021-02-03T21:07:18.142Z] 0d9ebad4ef96: Pulling fs layer [2021-02-03T21:07:18.142Z] e9a5061849ea: Pulling fs layer [2021-02-03T21:07:18.142Z] d747dcd14b5f: Pulling fs layer [2021-02-03T21:07:18.142Z] 2de7ff778b66: Pulling fs layer [2021-02-03T21:07:18.142Z] e9a5061849ea: Waiting [2021-02-03T21:07:18.142Z] d747dcd14b5f: Waiting [2021-02-03T21:07:18.142Z] 0d9ebad4ef96: Waiting [2021-02-03T21:07:18.142Z] 2de7ff778b66: Waiting [2021-02-03T21:07:18.142Z] 9712f1f96733: Verifying Checksum [2021-02-03T21:07:18.142Z] 9712f1f96733: Download complete [2021-02-03T21:07:20.696Z] 63f879dbbcfc: Verifying Checksum [2021-02-03T21:07:20.696Z] 63f879dbbcfc: Download complete [2021-02-03T21:07:20.961Z] e9a5061849ea: Verifying Checksum [2021-02-03T21:07:20.961Z] e9a5061849ea: Download complete [2021-02-03T21:07:20.961Z] d747dcd14b5f: Verifying Checksum [2021-02-03T21:07:20.961Z] d747dcd14b5f: Download complete [2021-02-03T21:07:20.961Z] 0d9ebad4ef96: Verifying Checksum [2021-02-03T21:07:20.961Z] 0d9ebad4ef96: Download complete [2021-02-03T21:07:21.222Z] 2de7ff778b66: Verifying Checksum [2021-02-03T21:07:21.222Z] 2de7ff778b66: Download complete [2021-02-03T21:07:21.222Z] ab5ef0e58194: Verifying Checksum [2021-02-03T21:07:21.222Z] ab5ef0e58194: Download complete [2021-02-03T21:07:26.529Z] ab5ef0e58194: Pull complete [2021-02-03T21:07:26.792Z] 9712f1f96733: Pull complete [2021-02-03T21:07:30.150Z] 63f879dbbcfc: Pull complete [2021-02-03T21:07:36.773Z] 0d9ebad4ef96: Pull complete [2021-02-03T21:07:37.347Z] e9a5061849ea: Pull complete [2021-02-03T21:07:37.347Z] d747dcd14b5f: Pull complete [2021-02-03T21:07:41.570Z] 2de7ff778b66: Pull complete [2021-02-03T21:07:41.570Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-02-03T21:07:41.570Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-03T21:07:41.570Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-02-03T21:07:41.733Z] prd-centos7-docker-4c-2g-24774 does not seem to be running inside a container [2021-02-03T21:07:41.780Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-02-03T21:07:45.898Z] $ docker top 3b34ec3498351f803c0ab20411b6bf51621d4780087d9179b4bc86d74bf71bb8 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-02-03T21:07:46.163Z] provisioning config files... [2021-02-03T21:07:46.172Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/5@tmp/config1114038408161980116tmp [2021-02-03T21:07:46.188Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/5@tmp/config5278180002923663915tmp [2021-02-03T21:07:46.202Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/5@tmp/config940554345557977365tmp [Pipeline] { [Pipeline] echo [2021-02-03T21:07:46.255Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-03T21:07:46.552Z] ---> sigul-configuration.sh [2021-02-03T21:07:46.552Z] gpg: directory `/root/.gnupg' created [2021-02-03T21:07:46.552Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-02-03T21:07:46.552Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-02-03T21:07:46.552Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-02-03T21:07:46.552Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-02-03T21:07:46.552Z] gpg: CAST5 encrypted data [2021-02-03T21:07:46.813Z] gpg: encrypted with 1 passphrase [2021-02-03T21:07:46.813Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-02-03T21:07:47.111Z] + mkdir /home/jenkins [2021-02-03T21:07:47.111Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-02-03T21:07:47.406Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-02-03T21:07:47.417Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-03T21:07:47.713Z] ---> sigul-install.sh [2021-02-03T21:07:53.111Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-02-03T21:07:53.572Z] + git tag --list [2021-02-03T21:07:53.572Z] 0.6.0 [2021-02-03T21:07:53.572Z] 0.6.1 [2021-02-03T21:07:53.572Z] 0.7.0 [2021-02-03T21:07:53.572Z] 0.7.1 [2021-02-03T21:07:53.572Z] v0.0.0 [2021-02-03T21:07:53.572Z] v0.0.1-dev.1 [2021-02-03T21:07:53.572Z] v1.0.0 [2021-02-03T21:07:53.572Z] v1.0.1 [2021-02-03T21:07:53.572Z] v1.1.0 [2021-02-03T21:07:53.572Z] v1.2.0 [2021-02-03T21:07:53.572Z] v1.2.1 [2021-02-03T21:07:53.572Z] v1.2.2-dev.1 [2021-02-03T21:07:53.572Z] v1.2.2-dev.10 [2021-02-03T21:07:53.572Z] v1.2.2-dev.100 [2021-02-03T21:07:53.572Z] v1.2.2-dev.101 [2021-02-03T21:07:53.572Z] v1.2.2-dev.102 [2021-02-03T21:07:53.572Z] v1.2.2-dev.103 [2021-02-03T21:07:53.572Z] v1.2.2-dev.104 [2021-02-03T21:07:53.572Z] v1.2.2-dev.105 [2021-02-03T21:07:53.572Z] v1.2.2-dev.106 [2021-02-03T21:07:53.572Z] v1.2.2-dev.107 [2021-02-03T21:07:53.572Z] v1.2.2-dev.11 [2021-02-03T21:07:53.572Z] v1.2.2-dev.12 [2021-02-03T21:07:53.572Z] v1.2.2-dev.13 [2021-02-03T21:07:53.572Z] v1.2.2-dev.14 [2021-02-03T21:07:53.572Z] v1.2.2-dev.15 [2021-02-03T21:07:53.572Z] v1.2.2-dev.16 [2021-02-03T21:07:53.572Z] v1.2.2-dev.17 [2021-02-03T21:07:53.572Z] v1.2.2-dev.18 [2021-02-03T21:07:53.572Z] v1.2.2-dev.19 [2021-02-03T21:07:53.572Z] v1.2.2-dev.2 [2021-02-03T21:07:53.572Z] v1.2.2-dev.20 [2021-02-03T21:07:53.572Z] v1.2.2-dev.21 [2021-02-03T21:07:53.572Z] v1.2.2-dev.22 [2021-02-03T21:07:53.572Z] v1.2.2-dev.23 [2021-02-03T21:07:53.572Z] v1.2.2-dev.24 [2021-02-03T21:07:53.572Z] v1.2.2-dev.25 [2021-02-03T21:07:53.572Z] v1.2.2-dev.26 [2021-02-03T21:07:53.572Z] v1.2.2-dev.27 [2021-02-03T21:07:53.572Z] v1.2.2-dev.28 [2021-02-03T21:07:53.572Z] v1.2.2-dev.29 [2021-02-03T21:07:53.572Z] v1.2.2-dev.3 [2021-02-03T21:07:53.572Z] v1.2.2-dev.30 [2021-02-03T21:07:53.572Z] v1.2.2-dev.31 [2021-02-03T21:07:53.572Z] v1.2.2-dev.32 [2021-02-03T21:07:53.572Z] v1.2.2-dev.33 [2021-02-03T21:07:53.572Z] v1.2.2-dev.34 [2021-02-03T21:07:53.572Z] v1.2.2-dev.35 [2021-02-03T21:07:53.572Z] v1.2.2-dev.36 [2021-02-03T21:07:53.572Z] v1.2.2-dev.37 [2021-02-03T21:07:53.572Z] v1.2.2-dev.38 [2021-02-03T21:07:53.572Z] v1.2.2-dev.39 [2021-02-03T21:07:53.572Z] v1.2.2-dev.4 [2021-02-03T21:07:53.572Z] v1.2.2-dev.40 [2021-02-03T21:07:53.572Z] v1.2.2-dev.41 [2021-02-03T21:07:53.572Z] v1.2.2-dev.42 [2021-02-03T21:07:53.572Z] v1.2.2-dev.43 [2021-02-03T21:07:53.572Z] v1.2.2-dev.44 [2021-02-03T21:07:53.572Z] v1.2.2-dev.45 [2021-02-03T21:07:53.572Z] v1.2.2-dev.46 [2021-02-03T21:07:53.572Z] v1.2.2-dev.47 [2021-02-03T21:07:53.572Z] v1.2.2-dev.48 [2021-02-03T21:07:53.572Z] v1.2.2-dev.49 [2021-02-03T21:07:53.572Z] v1.2.2-dev.5 [2021-02-03T21:07:53.572Z] v1.2.2-dev.50 [2021-02-03T21:07:53.572Z] v1.2.2-dev.51 [2021-02-03T21:07:53.572Z] v1.2.2-dev.52 [2021-02-03T21:07:53.572Z] v1.2.2-dev.53 [2021-02-03T21:07:53.572Z] v1.2.2-dev.54 [2021-02-03T21:07:53.572Z] v1.2.2-dev.55 [2021-02-03T21:07:53.572Z] v1.2.2-dev.56 [2021-02-03T21:07:53.572Z] v1.2.2-dev.57 [2021-02-03T21:07:53.572Z] v1.2.2-dev.58 [2021-02-03T21:07:53.572Z] v1.2.2-dev.59 [2021-02-03T21:07:53.572Z] v1.2.2-dev.6 [2021-02-03T21:07:53.572Z] v1.2.2-dev.60 [2021-02-03T21:07:53.572Z] v1.2.2-dev.61 [2021-02-03T21:07:53.572Z] v1.2.2-dev.62 [2021-02-03T21:07:53.572Z] v1.2.2-dev.63 [2021-02-03T21:07:53.572Z] v1.2.2-dev.64 [2021-02-03T21:07:53.572Z] v1.2.2-dev.65 [2021-02-03T21:07:53.572Z] v1.2.2-dev.66 [2021-02-03T21:07:53.572Z] v1.2.2-dev.67 [2021-02-03T21:07:53.572Z] v1.2.2-dev.68 [2021-02-03T21:07:53.572Z] v1.2.2-dev.69 [2021-02-03T21:07:53.572Z] v1.2.2-dev.7 [2021-02-03T21:07:53.572Z] v1.2.2-dev.70 [2021-02-03T21:07:53.572Z] v1.2.2-dev.71 [2021-02-03T21:07:53.572Z] v1.2.2-dev.72 [2021-02-03T21:07:53.572Z] v1.2.2-dev.73 [2021-02-03T21:07:53.572Z] v1.2.2-dev.74 [2021-02-03T21:07:53.572Z] v1.2.2-dev.75 [2021-02-03T21:07:53.572Z] v1.2.2-dev.76 [2021-02-03T21:07:53.572Z] v1.2.2-dev.77 [2021-02-03T21:07:53.572Z] v1.2.2-dev.78 [2021-02-03T21:07:53.572Z] v1.2.2-dev.79 [2021-02-03T21:07:53.572Z] v1.2.2-dev.8 [2021-02-03T21:07:53.572Z] v1.2.2-dev.80 [2021-02-03T21:07:53.572Z] v1.2.2-dev.81 [2021-02-03T21:07:53.572Z] v1.2.2-dev.82 [2021-02-03T21:07:53.572Z] v1.2.2-dev.83 [2021-02-03T21:07:53.572Z] v1.2.2-dev.84 [2021-02-03T21:07:53.572Z] v1.2.2-dev.85 [2021-02-03T21:07:53.572Z] v1.2.2-dev.86 [2021-02-03T21:07:53.572Z] v1.2.2-dev.87 [2021-02-03T21:07:53.572Z] v1.2.2-dev.88 [2021-02-03T21:07:53.572Z] v1.2.2-dev.89 [2021-02-03T21:07:53.572Z] v1.2.2-dev.9 [2021-02-03T21:07:53.572Z] v1.2.2-dev.90 [2021-02-03T21:07:53.572Z] v1.2.2-dev.91 [2021-02-03T21:07:53.572Z] v1.2.2-dev.92 [2021-02-03T21:07:53.572Z] v1.2.2-dev.93 [2021-02-03T21:07:53.572Z] v1.2.2-dev.94 [2021-02-03T21:07:53.572Z] v1.2.2-dev.95 [2021-02-03T21:07:53.572Z] v1.2.2-dev.96 [2021-02-03T21:07:53.572Z] v1.2.2-dev.97 [2021-02-03T21:07:53.572Z] v1.2.2-dev.98 [2021-02-03T21:07:53.572Z] v1.2.2-dev.99 [2021-02-03T21:07:53.572Z] v1.3.0 [2021-02-03T21:07:53.572Z] v1.3.1-dev.1 [2021-02-03T21:07:53.572Z] v1.3.1-dev.10 [2021-02-03T21:07:53.572Z] v1.3.1-dev.11 [2021-02-03T21:07:53.572Z] v1.3.1-dev.12 [2021-02-03T21:07:53.572Z] v1.3.1-dev.13 [2021-02-03T21:07:53.572Z] v1.3.1-dev.14 [2021-02-03T21:07:53.572Z] v1.3.1-dev.15 [2021-02-03T21:07:53.572Z] v1.3.1-dev.16 [2021-02-03T21:07:53.572Z] v1.3.1-dev.17 [2021-02-03T21:07:53.572Z] v1.3.1-dev.18 [2021-02-03T21:07:53.572Z] v1.3.1-dev.2 [2021-02-03T21:07:53.572Z] v1.3.1-dev.3 [2021-02-03T21:07:53.572Z] v1.3.1-dev.4 [2021-02-03T21:07:53.572Z] v1.3.1-dev.5 [2021-02-03T21:07:53.572Z] v1.3.1-dev.6 [2021-02-03T21:07:53.572Z] v1.3.1-dev.7 [2021-02-03T21:07:53.572Z] v1.3.1-dev.8 [2021-02-03T21:07:53.572Z] v1.3.1-dev.9 [2021-02-03T21:07:53.573Z] v2.0.0-dev.1 [2021-02-03T21:07:53.573Z] v2.0.0-dev.10 [2021-02-03T21:07:53.573Z] v2.0.0-dev.11 [2021-02-03T21:07:53.573Z] v2.0.0-dev.12 [2021-02-03T21:07:53.573Z] v2.0.0-dev.13 [2021-02-03T21:07:53.573Z] v2.0.0-dev.14 [2021-02-03T21:07:53.573Z] v2.0.0-dev.15 [2021-02-03T21:07:53.573Z] v2.0.0-dev.16 [2021-02-03T21:07:53.573Z] v2.0.0-dev.17 [2021-02-03T21:07:53.573Z] v2.0.0-dev.18 [2021-02-03T21:07:53.573Z] v2.0.0-dev.19 [2021-02-03T21:07:53.573Z] v2.0.0-dev.2 [2021-02-03T21:07:53.573Z] v2.0.0-dev.20 [2021-02-03T21:07:53.573Z] v2.0.0-dev.21 [2021-02-03T21:07:53.573Z] v2.0.0-dev.22 [2021-02-03T21:07:53.573Z] v2.0.0-dev.23 [2021-02-03T21:07:53.573Z] v2.0.0-dev.24 [2021-02-03T21:07:53.573Z] v2.0.0-dev.25 [2021-02-03T21:07:53.573Z] v2.0.0-dev.26 [2021-02-03T21:07:53.573Z] v2.0.0-dev.27 [2021-02-03T21:07:53.573Z] v2.0.0-dev.28 [2021-02-03T21:07:53.573Z] v2.0.0-dev.29 [2021-02-03T21:07:53.573Z] v2.0.0-dev.3 [2021-02-03T21:07:53.573Z] v2.0.0-dev.30 [2021-02-03T21:07:53.573Z] v2.0.0-dev.31 [2021-02-03T21:07:53.573Z] v2.0.0-dev.32 [2021-02-03T21:07:53.573Z] v2.0.0-dev.33 [2021-02-03T21:07:53.573Z] v2.0.0-dev.34 [2021-02-03T21:07:53.573Z] v2.0.0-dev.35 [2021-02-03T21:07:53.573Z] v2.0.0-dev.36 [2021-02-03T21:07:53.573Z] v2.0.0-dev.37 [2021-02-03T21:07:53.573Z] v2.0.0-dev.38 [2021-02-03T21:07:53.573Z] v2.0.0-dev.39 [2021-02-03T21:07:53.573Z] v2.0.0-dev.4 [2021-02-03T21:07:53.573Z] v2.0.0-dev.40 [2021-02-03T21:07:53.573Z] v2.0.0-dev.41 [2021-02-03T21:07:53.573Z] v2.0.0-dev.42 [2021-02-03T21:07:53.573Z] v2.0.0-dev.43 [2021-02-03T21:07:53.573Z] v2.0.0-dev.44 [2021-02-03T21:07:53.573Z] v2.0.0-dev.45 [2021-02-03T21:07:53.573Z] v2.0.0-dev.46 [2021-02-03T21:07:53.573Z] v2.0.0-dev.47 [2021-02-03T21:07:53.573Z] v2.0.0-dev.48 [2021-02-03T21:07:53.573Z] v2.0.0-dev.49 [2021-02-03T21:07:53.573Z] v2.0.0-dev.5 [2021-02-03T21:07:53.573Z] v2.0.0-dev.50 [2021-02-03T21:07:53.573Z] v2.0.0-dev.51 [2021-02-03T21:07:53.573Z] v2.0.0-dev.52 [2021-02-03T21:07:53.573Z] v2.0.0-dev.53 [2021-02-03T21:07:53.573Z] v2.0.0-dev.54 [2021-02-03T21:07:53.573Z] v2.0.0-dev.55 [2021-02-03T21:07:53.573Z] v2.0.0-dev.56 [2021-02-03T21:07:53.573Z] v2.0.0-dev.57 [2021-02-03T21:07:53.573Z] v2.0.0-dev.58 [2021-02-03T21:07:53.573Z] v2.0.0-dev.59 [2021-02-03T21:07:53.573Z] v2.0.0-dev.6 [2021-02-03T21:07:53.573Z] v2.0.0-dev.60 [2021-02-03T21:07:53.573Z] v2.0.0-dev.61 [2021-02-03T21:07:53.573Z] v2.0.0-dev.62 [2021-02-03T21:07:53.573Z] v2.0.0-dev.63 [2021-02-03T21:07:53.573Z] v2.0.0-dev.64 [2021-02-03T21:07:53.573Z] v2.0.0-dev.65 [2021-02-03T21:07:53.573Z] v2.0.0-dev.66 [2021-02-03T21:07:53.573Z] v2.0.0-dev.67 [2021-02-03T21:07:53.573Z] v2.0.0-dev.68 [2021-02-03T21:07:53.573Z] v2.0.0-dev.69 [2021-02-03T21:07:53.573Z] v2.0.0-dev.7 [2021-02-03T21:07:53.573Z] v2.0.0-dev.70 [2021-02-03T21:07:53.573Z] v2.0.0-dev.71 [2021-02-03T21:07:53.573Z] v2.0.0-dev.72 [2021-02-03T21:07:53.573Z] v2.0.0-dev.8 [2021-02-03T21:07:53.573Z] v2.0.0-dev.9 [Pipeline] sh [2021-02-03T21:07:53.871Z] + lftools sign git-tag v0.0.1-dev.1 [2021-02-03T21:07:55.264Z] Signing Git tag with Sigul... [2021-02-03T21:07:55.265Z] Signing v0.0.1-dev.1 [Pipeline] echo [2021-02-03T21:07:56.665Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-03T21:07:56.961Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-02-03T21:07:56.969Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-02-03T21:07:57.071Z] $ docker stop --time=1 3b34ec3498351f803c0ab20411b6bf51621d4780087d9179b4bc86d74bf71bb8 [2021-02-03T21:07:59.187Z] $ docker rm -f 3b34ec3498351f803c0ab20411b6bf51621d4780087d9179b4bc86d74bf71bb8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:08:00.263Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-03T21:08:00.264Z] . [Pipeline] withDockerContainer [2021-02-03T21:08:00.358Z] prd-centos7-docker-4c-2g-24774 does not seem to be running inside a container [2021-02-03T21:08:00.404Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-03T21:08:01.050Z] $ docker top e2fd2acb4cfd43d5f3c184b3eda33908a0f211df64d2f674661ef23311785ad9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-03T21:08:01.374Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-03T21:08:01.374Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-03T21:08:01.556Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-03T21:08:01.559Z] $ docker exec e2fd2acb4cfd43d5f3c184b3eda33908a0f211df64d2f674661ef23311785ad9 ssh-agent [2021-02-03T21:08:01.719Z] SSH_AUTH_SOCK=/tmp/ssh-tGnI6MyAEO5E/agent.11 [2021-02-03T21:08:01.719Z] SSH_AGENT_PID=16 [2021-02-03T21:08:01.726Z] Running ssh-add (command line suppressed) [2021-02-03T21:08:01.845Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_1267133751387181524.key (/w/workspace/edgex-go/5@tmp/private_key_1267133751387181524.key) [2021-02-03T21:08:01.903Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-03T21:08:02.240Z] + git semver bump pre [2021-02-03T21:08:02.240Z] # -> Open(): unable to determine branch for HEAD [2021-02-03T21:08:02.240Z] # $GIT_DIR = /w/workspace/edgex-go/5/.git [2021-02-03T21:08:02.240Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/5 [2021-02-03T21:08:02.240Z] # $SEMVER_REMOTE_NAME = origin [2021-02-03T21:08:02.240Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-03T21:08:02.240Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-03T21:08:02.240Z] # $SEMVER_BRANCH = hanoi [2021-02-03T21:08:02.240Z] # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [2021-02-03T21:08:02.240Z] 0.0.1-dev.2 [Pipeline] } [2021-02-03T21:08:02.252Z] $ docker exec --env ******** --env ******** e2fd2acb4cfd43d5f3c184b3eda33908a0f211df64d2f674661ef23311785ad9 ssh-agent -k [2021-02-03T21:08:02.378Z] unset SSH_AUTH_SOCK; [2021-02-03T21:08:02.378Z] unset SSH_AGENT_PID; [2021-02-03T21:08:02.378Z] echo Agent pid 16 killed; [2021-02-03T21:08:02.427Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-03T21:08:02.931Z] + git semver [Pipeline] } [2021-02-03T21:08:02.947Z] $ docker stop --time=1 e2fd2acb4cfd43d5f3c184b3eda33908a0f211df64d2f674661ef23311785ad9 [2021-02-03T21:08:04.302Z] $ docker rm -f e2fd2acb4cfd43d5f3c184b3eda33908a0f211df64d2f674661ef23311785ad9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:08:04.849Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-03T21:08:04.849Z] . [Pipeline] withDockerContainer [2021-02-03T21:08:04.955Z] prd-centos7-docker-4c-2g-24774 does not seem to be running inside a container [2021-02-03T21:08:05.009Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-03T21:08:05.661Z] $ docker top 8977c44821727c9f24d3f7753c86a6a8746a32ad49ba1e92897164c1863d7397 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-03T21:08:05.999Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-03T21:08:05.999Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-03T21:08:06.192Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-03T21:08:06.197Z] $ docker exec 8977c44821727c9f24d3f7753c86a6a8746a32ad49ba1e92897164c1863d7397 ssh-agent [2021-02-03T21:08:06.362Z] SSH_AUTH_SOCK=/tmp/ssh-HrxgtqH8Npct/agent.12 [2021-02-03T21:08:06.362Z] SSH_AGENT_PID=17 [2021-02-03T21:08:06.369Z] Running ssh-add (command line suppressed) [2021-02-03T21:08:06.492Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_6423093543184828814.key (/w/workspace/edgex-go/5@tmp/private_key_6423093543184828814.key) [2021-02-03T21:08:06.546Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-03T21:08:06.888Z] + git semver push [2021-02-03T21:08:06.888Z] # -> Open(): unable to determine branch for HEAD [2021-02-03T21:08:06.888Z] # $GIT_DIR = /w/workspace/edgex-go/5/.git [2021-02-03T21:08:06.888Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/5 [2021-02-03T21:08:06.888Z] # $SEMVER_REMOTE_NAME = origin [2021-02-03T21:08:06.888Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-03T21:08:06.888Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-03T21:08:06.888Z] # $SEMVER_BRANCH = hanoi [2021-02-03T21:08:06.888Z] # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } [2021-02-03T21:08:16.983Z] $ docker exec --env ******** --env ******** 8977c44821727c9f24d3f7753c86a6a8746a32ad49ba1e92897164c1863d7397 ssh-agent -k [2021-02-03T21:08:17.115Z] unset SSH_AUTH_SOCK; [2021-02-03T21:08:17.115Z] unset SSH_AGENT_PID; [2021-02-03T21:08:17.115Z] echo Agent pid 17 killed; [2021-02-03T21:08:17.175Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-03T21:08:17.661Z] + git semver [Pipeline] } [2021-02-03T21:08:17.677Z] $ docker stop --time=1 8977c44821727c9f24d3f7753c86a6a8746a32ad49ba1e92897164c1863d7397 [2021-02-03T21:08:19.033Z] $ docker rm -f 8977c44821727c9f24d3f7753c86a6a8746a32ad49ba1e92897164c1863d7397 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-03T21:08:20.207Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-03T21:08:21.103Z] ---> package-listing.sh [2021-02-03T21:08:21.103Z] ++ facter osfamily [2021-02-03T21:08:21.103Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-03T21:08:21.103Z] + OS_FAMILY=redhat [2021-02-03T21:08:21.103Z] + workspace=/w/workspace/edgex-go/5 [2021-02-03T21:08:21.103Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-03T21:08:21.103Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-03T21:08:21.103Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-03T21:08:21.103Z] + PACKAGES=/tmp/packages_start.txt [2021-02-03T21:08:21.103Z] + '[' /w/workspace/edgex-go/5 ']' [2021-02-03T21:08:21.103Z] + PACKAGES=/tmp/packages_end.txt [2021-02-03T21:08:21.103Z] + case "${OS_FAMILY}" in [2021-02-03T21:08:21.103Z] + rpm -qa [2021-02-03T21:08:21.103Z] + sort [2021-02-03T21:08:26.430Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-03T21:08:26.430Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-03T21:08:26.430Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-03T21:08:26.430Z] + '[' /w/workspace/edgex-go/5 ']' [2021-02-03T21:08:26.430Z] + mkdir -p /w/workspace/edgex-go/5/archives/ [2021-02-03T21:08:26.430Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo [2021-02-03T21:08:26.443Z] 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/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-03T21:08:26.730Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:08:27.035Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-03T21:08:27.035Z] [2021-02-03T21:08:27.035Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-03T21:08:27.380Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-03T21:08:27.380Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-03T21:08:27.380Z] df20fa9351a1: Pulling fs layer [2021-02-03T21:08:27.380Z] 36b3adc4ff6f: Pulling fs layer [2021-02-03T21:08:27.380Z] 8ad3a11d3b57: Pulling fs layer [2021-02-03T21:08:27.380Z] 46f8f816bc3b: Pulling fs layer [2021-02-03T21:08:27.380Z] 93b61091891f: Pulling fs layer [2021-02-03T21:08:27.380Z] 93b9cdb0e59b: Pulling fs layer [2021-02-03T21:08:27.380Z] 5e14af77c1be: Pulling fs layer [2021-02-03T21:08:27.380Z] 01666e4c0597: Pulling fs layer [2021-02-03T21:08:27.380Z] aa168da1d23b: Pulling fs layer [2021-02-03T21:08:27.380Z] 93b9cdb0e59b: Waiting [2021-02-03T21:08:27.380Z] 01666e4c0597: Waiting [2021-02-03T21:08:27.380Z] 5e14af77c1be: Waiting [2021-02-03T21:08:27.380Z] aa168da1d23b: Waiting [2021-02-03T21:08:27.380Z] 46f8f816bc3b: Waiting [2021-02-03T21:08:27.380Z] 93b61091891f: Waiting [2021-02-03T21:08:27.380Z] 36b3adc4ff6f: Verifying Checksum [2021-02-03T21:08:27.380Z] 36b3adc4ff6f: Download complete [2021-02-03T21:08:27.380Z] 46f8f816bc3b: Download complete [2021-02-03T21:08:27.662Z] df20fa9351a1: Verifying Checksum [2021-02-03T21:08:27.662Z] 93b9cdb0e59b: Verifying Checksum [2021-02-03T21:08:27.662Z] 93b9cdb0e59b: Download complete [2021-02-03T21:08:27.662Z] 93b61091891f: Verifying Checksum [2021-02-03T21:08:27.662Z] 93b61091891f: Download complete [2021-02-03T21:08:27.662Z] 5e14af77c1be: Verifying Checksum [2021-02-03T21:08:27.662Z] 5e14af77c1be: Download complete [2021-02-03T21:08:27.662Z] 01666e4c0597: Verifying Checksum [2021-02-03T21:08:27.662Z] 01666e4c0597: Download complete [2021-02-03T21:08:27.931Z] df20fa9351a1: Pull complete [2021-02-03T21:08:27.931Z] 36b3adc4ff6f: Pull complete [2021-02-03T21:08:28.198Z] 8ad3a11d3b57: Verifying Checksum [2021-02-03T21:08:28.198Z] 8ad3a11d3b57: Download complete [2021-02-03T21:08:29.160Z] 8ad3a11d3b57: Pull complete [2021-02-03T21:08:29.734Z] 46f8f816bc3b: Pull complete [2021-02-03T21:08:30.006Z] aa168da1d23b: Verifying Checksum [2021-02-03T21:08:30.580Z] 93b61091891f: Pull complete [2021-02-03T21:08:30.842Z] 93b9cdb0e59b: Pull complete [2021-02-03T21:08:30.842Z] 5e14af77c1be: Pull complete [2021-02-03T21:08:30.842Z] 01666e4c0597: Pull complete [2021-02-03T21:08:37.440Z] aa168da1d23b: Pull complete [2021-02-03T21:08:37.440Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-03T21:08:37.440Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-03T21:08:37.440Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-03T21:08:37.592Z] prd-centos7-docker-4c-2g-24774 does not seem to be running inside a container [2021-02-03T21:08:37.641Z] $ 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/5/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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-03T21:08:40.668Z] $ docker top f3e1637347dab16d8b9aae3b050881a0fd91133e700f879f12f50ecdbdb7c900 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-03T21:08:41.234Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-03T21:08:41.532Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-03T21:08:41.832Z] + ls /var/log/sa-host [2021-02-03T21:08:41.832Z] + sadf -c /var/log/sa-host/sa03 [2021-02-03T21:08:41.832Z] file_magic: OK [2021-02-03T21:08:41.832Z] HZ: Using current value: 100 [2021-02-03T21:08:41.832Z] file_header: OK [2021-02-03T21:08:41.832Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-03T21:08:41.832Z] Statistics: [2021-02-03T21:08:41.832Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-03T21:08:41.832Z] File successfully converted to sysstat format version 12.2.1 [2021-02-03T21:08:41.832Z] + sadf -c /var/log/sa-host/sa23 [2021-02-03T21:08:41.832Z] file_magic: OK [2021-02-03T21:08:41.832Z] HZ: Using current value: 100 [2021-02-03T21:08:41.832Z] file_header: OK [2021-02-03T21:08:41.832Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-03T21:08:41.832Z] Statistics: [2021-02-03T21:08:41.832Z] Hnuu...uuuununununu... [2021-02-03T21:08:41.832Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-03T21:08:42.554Z] provisioning config files... [2021-02-03T21:08:42.568Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config546517732633911402tmp [Pipeline] { [Pipeline] echo [2021-02-03T21:08:42.653Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-03T21:08:42.950Z] ---> create-netrc.sh [Pipeline] } [2021-02-03T21:08:42.961Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-03T21:08:43.049Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-03T21:08:43.345Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-03T21:08:43.356Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-03T21:08:43.652Z] ---> sudo-logs.sh [2021-02-03T21:08:43.652Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-03T21:08:43.662Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-03T21:08:44.043Z] ---> job-cost.sh [2021-02-03T21:08:44.043Z] lf-activate-venv: SKIPPING [2021-02-03T21:08:44.043Z] INFO: No Stack... [2021-02-03T21:08:44.995Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-03T21:08:45.570Z] INFO: Archiving Costs [Pipeline] echo [2021-02-03T21:08:45.585Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-03T21:08:45.893Z] ---> logs-deploy.sh [2021-02-03T21:08:45.893Z] lf-activate-venv: SKIPPING [2021-02-03T21:08:45.893Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/hanoi/5 [2021-02-03T21:08:45.893Z] INFO: archiving workspace using pattern(s): [2021-02-03T21:08:47.815Z] Archives upload complete. [2021-02-03T21:08:47.815Z] INFO: archiving logs to Nexus [2021-02-03T21:08:48.759Z] ---> uname -a: [2021-02-03T21:08:48.759Z] Linux prd-centos7-docker-4c-2g-24774.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-02-03T21:08:48.759Z] [2021-02-03T21:08:48.759Z] [2021-02-03T21:08:48.759Z] ---> lscpu: [2021-02-03T21:08:48.759Z] Architecture: x86_64 [2021-02-03T21:08:48.759Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-03T21:08:48.759Z] Byte Order: Little Endian [2021-02-03T21:08:48.759Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-03T21:08:48.759Z] CPU(s): 4 [2021-02-03T21:08:48.759Z] On-line CPU(s) list: 0-3 [2021-02-03T21:08:48.759Z] Thread(s) per core: 1 [2021-02-03T21:08:48.759Z] Core(s) per socket: 1 [2021-02-03T21:08:48.759Z] Socket(s): 4 [2021-02-03T21:08:48.759Z] NUMA node(s): 1 [2021-02-03T21:08:48.759Z] Vendor ID: GenuineIntel [2021-02-03T21:08:48.759Z] CPU family: 6 [2021-02-03T21:08:48.759Z] Model: 44 [2021-02-03T21:08:48.759Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-03T21:08:48.759Z] Stepping: 1 [2021-02-03T21:08:48.759Z] CPU MHz: 2933.442 [2021-02-03T21:08:48.759Z] BogoMIPS: 5866.88 [2021-02-03T21:08:48.759Z] Virtualization: VT-x [2021-02-03T21:08:48.759Z] Hypervisor vendor: KVM [2021-02-03T21:08:48.759Z] Virtualization type: full [2021-02-03T21:08:48.759Z] L1d cache: 128 KiB [2021-02-03T21:08:48.759Z] L1i cache: 128 KiB [2021-02-03T21:08:48.759Z] L2 cache: 16 MiB [2021-02-03T21:08:48.759Z] L3 cache: 64 MiB [2021-02-03T21:08:48.759Z] NUMA node0 CPU(s): 0-3 [2021-02-03T21:08:48.759Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-03T21:08:48.759Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-03T21:08:48.759Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-03T21:08:48.759Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-03T21:08:48.759Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-03T21:08:48.759Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-03T21:08:48.759Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-03T21:08:48.759Z] Vulnerability Srbds: Not affected [2021-02-03T21:08:48.759Z] Vulnerability Tsx async abort: Not affected [2021-02-03T21:08:48.759Z] 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-02-03T21:08:48.759Z] [2021-02-03T21:08:48.759Z] [2021-02-03T21:08:48.759Z] ---> nproc: [2021-02-03T21:08:48.759Z] 4 [2021-02-03T21:08:48.759Z] [2021-02-03T21:08:48.759Z] [2021-02-03T21:08:48.759Z] ---> df -h: [2021-02-03T21:08:48.759Z] Filesystem Size Used Available Use% Mounted on [2021-02-03T21:08:48.759Z] overlay 50.0G 14.1G 35.9G 28% / [2021-02-03T21:08:48.759Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-03T21:08:48.759Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-03T21:08:48.759Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-03T21:08:48.759Z] /dev/vda1 50.0G 14.1G 35.9G 28% /facter-os [2021-02-03T21:08:48.759Z] /dev/vda1 50.0G 14.1G 35.9G 28% /etc/resolv.conf [2021-02-03T21:08:48.759Z] /dev/vda1 50.0G 14.1G 35.9G 28% /etc/hostname [2021-02-03T21:08:48.759Z] /dev/vda1 50.0G 14.1G 35.9G 28% /etc/hosts [2021-02-03T21:08:48.759Z] /dev/vda1 50.0G 14.1G 35.9G 28% /var/log/secure [2021-02-03T21:08:48.759Z] /dev/vda1 50.0G 14.1G 35.9G 28% /var/log/auth.log [2021-02-03T21:08:48.759Z] /dev/vda1 50.0G 14.1G 35.9G 28% /run/cloud-init/result.json [2021-02-03T21:08:48.760Z] /dev/vda1 50.0G 14.1G 35.9G 28% /var/log/sa-host [2021-02-03T21:08:48.760Z] /dev/vda1 50.0G 14.1G 35.9G 28% /w/workspace/edgex-go/5 [2021-02-03T21:08:48.760Z] /dev/vda1 50.0G 14.1G 35.9G 28% /w/workspace/edgex-go/5@tmp [2021-02-03T21:08:48.760Z] [2021-02-03T21:08:48.760Z] [2021-02-03T21:08:48.760Z] ---> free -m: [2021-02-03T21:08:48.760Z] total used free shared buff/cache available [2021-02-03T21:08:48.760Z] Mem: 1837 769 167 0 900 1023 [2021-02-03T21:08:48.760Z] Swap: 1023 77 946 [2021-02-03T21:08:48.760Z] [2021-02-03T21:08:48.760Z] [2021-02-03T21:08:48.760Z] ---> ip addr: [2021-02-03T21:08:48.760Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-02-03T21:08:48.760Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-02-03T21:08:48.760Z] inet 127.0.0.1/8 scope host lo [2021-02-03T21:08:48.760Z] valid_lft forever preferred_lft forever [2021-02-03T21:08:48.760Z] inet6 ::1/128 scope host [2021-02-03T21:08:48.760Z] valid_lft forever preferred_lft forever [2021-02-03T21:08:48.760Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-02-03T21:08:48.760Z] link/ether fa:16:3e:85:38:62 brd ff:ff:ff:ff:ff:ff [2021-02-03T21:08:48.760Z] inet 10.30.123.14/23 brd 10.30.123.255 scope global dynamic eth0 [2021-02-03T21:08:48.760Z] valid_lft 85233sec preferred_lft 85233sec [2021-02-03T21:08:48.760Z] inet6 fe80::f816:3eff:fe85:3862/64 scope link [2021-02-03T21:08:48.760Z] valid_lft forever preferred_lft forever [2021-02-03T21:08:48.760Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-02-03T21:08:48.760Z] link/ether 02:42:35:d8:25:fb brd ff:ff:ff:ff:ff:ff [2021-02-03T21:08:48.760Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-02-03T21:08:48.760Z] valid_lft forever preferred_lft forever [2021-02-03T21:08:48.760Z] inet6 fe80::42:35ff:fed8:25fb/64 scope link [2021-02-03T21:08:48.760Z] valid_lft forever preferred_lft forever [2021-02-03T21:08:48.760Z] [2021-02-03T21:08:48.760Z] [2021-02-03T21:08:48.760Z] ---> sar -b -r -n DEV: [2021-02-03T21:08:48.760Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/03/21 _x86_64_ (4 CPU) [2021-02-03T21:08:48.760Z] [2021-02-03T21:08:48.760Z] 20:49:09 LINUX RESTART (4 CPU) [2021-02-03T21:08:48.760Z] [2021-02-03T21:08:48.760Z] 20:50:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-02-03T21:08:48.760Z] 20:51:02 221.23 112.98 108.25 0.00 10645.07 43809.29 0.00 [2021-02-03T21:08:48.760Z] 20:52:01 292.41 122.56 169.85 0.00 6049.48 36276.31 0.00 [2021-02-03T21:08:48.760Z] 20:53:01 189.13 79.74 109.39 0.00 2919.46 11836.31 0.00 [2021-02-03T21:08:48.760Z] 20:54:01 211.62 63.68 147.94 0.00 13684.48 76075.22 0.00 [2021-02-03T21:08:48.760Z] 20:55:03 2660.07 2291.14 368.93 0.00 185395.95 208290.24 0.00 [2021-02-03T21:08:48.760Z] 20:56:01 1030.70 788.86 241.84 0.00 47257.61 67664.73 0.00 [2021-02-03T21:08:48.760Z] 20:57:01 2809.49 2417.86 391.62 0.00 150387.66 162883.79 0.00 [2021-02-03T21:08:48.760Z] 20:58:03 1520.66 1187.98 332.69 0.00 94553.40 96799.87 0.00 [2021-02-03T21:08:48.760Z] 20:59:01 1707.95 1392.11 315.84 0.00 68869.40 86524.17 0.00 [2021-02-03T21:08:48.760Z] 21:00:01 227.79 169.91 57.88 0.00 14290.30 10404.48 0.00 [2021-02-03T21:08:48.760Z] 21:01:01 115.39 108.36 7.03 0.00 11375.32 154.34 0.00 [2021-02-03T21:08:48.760Z] 21:02:01 0.73 0.30 0.43 0.00 8.26 7.89 0.00 [2021-02-03T21:08:48.760Z] 21:03:01 0.27 0.00 0.27 0.00 0.00 2.60 0.00 [2021-02-03T21:08:48.760Z] 21:04:01 0.25 0.05 0.20 0.00 0.53 1.62 0.00 [2021-02-03T21:08:48.760Z] 21:05:01 1.95 1.78 0.17 0.00 57.97 2.90 0.00 [2021-02-03T21:08:48.760Z] 21:06:01 15.07 12.88 2.18 0.00 736.34 58.22 0.00 [2021-02-03T21:08:48.760Z] 21:07:01 187.68 56.48 131.20 0.00 4753.11 36297.84 0.00 [2021-02-03T21:08:48.760Z] 21:08:02 209.20 67.14 142.06 0.00 5291.48 33414.01 0.00 [2021-02-03T21:08:48.760Z] Average: 634.83 494.31 140.52 0.00 34437.83 48540.40 0.00 [2021-02-03T21:08:48.760Z] [2021-02-03T21:08:48.760Z] 20:50:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-02-03T21:08:48.760Z] 20:51:02 188088 0 660036 35.08 2012 1031408 1312160 44.78 531472 911072 12424 [2021-02-03T21:08:48.760Z] 20:52:01 108624 0 801776 42.61 864 970280 1742524 59.47 687012 804684 55864 [2021-02-03T21:08:48.760Z] 20:53:01 188108 0 799728 42.50 628 893080 1739736 59.37 693240 705660 78160 [2021-02-03T21:08:48.760Z] 20:54:01 76840 0 696484 37.02 124 1108096 1247360 42.57 713628 839348 340 [2021-02-03T21:08:48.760Z] 20:55:03 71648 0 823324 43.76 0 986572 2335228 79.70 771000 809664 85628 [2021-02-03T21:08:48.760Z] 20:56:01 419452 0 684708 36.39 0 777384 1391252 47.48 497376 718448 13148 [2021-02-03T21:08:48.760Z] 20:57:01 88784 0 777980 41.35 0 1014780 2144500 73.19 616404 927368 59716 [2021-02-03T21:08:48.760Z] 20:58:03 70784 0 744380 39.56 0 1066380 1935532 66.06 583556 968972 3876 [2021-02-03T21:08:48.760Z] 20:59:01 76500 0 671396 35.68 0 1133648 1529708 52.21 743396 822484 95524 [2021-02-03T21:08:48.760Z] 21:00:01 417056 0 626492 33.30 0 837996 1389792 47.43 371364 855592 28 [2021-02-03T21:08:48.760Z] 21:01:01 104272 0 601408 31.96 0 1175864 1182124 40.34 357824 1180524 12 [2021-02-03T21:08:48.760Z] 21:02:01 109396 0 596016 31.68 0 1176132 1146292 39.12 354012 1180560 8 [2021-02-03T21:08:48.760Z] 21:03:01 109508 0 595892 31.67 0 1176144 1146292 39.12 354144 1180560 8 [2021-02-03T21:08:48.760Z] 21:04:01 108696 0 596700 31.71 0 1176148 1146496 39.13 354524 1180576 16 [2021-02-03T21:08:48.760Z] 21:05:01 106484 0 597848 31.77 0 1177212 1146556 39.13 355252 1181128 8 [2021-02-03T21:08:48.760Z] 21:06:01 78052 0 626888 33.32 0 1176604 1349744 46.06 384420 1178296 65904 [2021-02-03T21:08:48.760Z] 21:07:01 239552 0 671564 35.69 0 970428 1174200 40.07 478960 854644 32 [2021-02-03T21:08:48.760Z] 21:08:02 219936 0 758916 40.33 0 902692 1604512 54.76 587896 700348 40 [2021-02-03T21:08:48.760Z] Average: 154543 0 685085 36.41 202 1041714 1481334 50.56 524193 944440 26152 [2021-02-03T21:08:48.760Z] [2021-02-03T21:08:48.760Z] 20:50:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-02-03T21:08:48.760Z] 20:51:02 eth0 1115.47 1188.21 5808.20 132.92 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] 20:51:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] 20:51:02 docker0 868.57 743.53 71.01 2658.53 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] 20:52:01 eth0 451.35 312.05 2157.52 91.42 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] 20:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] 20:52:01 veth8602bdb 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] 20:52:01 docker0 108.99 169.35 7.85 845.23 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] 20:53:01 eth0 26.54 13.26 22.00 10.65 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] 20:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] 20:53:01 veth8602bdb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] 20:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] 20:54:01 eth0 241.45 203.32 1703.42 85.79 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] 20:54:01 vethe76b5be 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] 20:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] 20:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] 20:55:03 eth0 41.06 25.47 161.13 9.25 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] 20:55:03 vethe76b5be 0.00 0.31 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] 20:55:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] 20:55:03 docker0 14.91 20.23 0.82 143.65 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] 20:56:01 vethda40b32 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] 20:56:01 veth7baffba 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] 20:56:01 eth0 46.12 33.88 134.40 57.88 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] 20:56:01 vethe76b5be 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] 20:57:01 eth0 164.57 94.64 518.54 84.09 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] 20:57:01 vethe76b5be 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] 20:57:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] 20:57:01 veth04d813c 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] 20:58:03 veth9bf82de 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] 20:58:03 eth0 64.16 38.03 138.87 18.45 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] 20:58:03 vethe76b5be 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] 20:58:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] 20:59:01 eth0 91.29 64.78 162.32 73.55 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] 20:59:01 vethe76b5be 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] 20:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] 20:59:01 docker0 1133.41 1136.14 88.73 4577.60 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] 21:00:01 eth0 337.51 323.98 163.95 1046.07 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] 21:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] 21:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] 21:01:01 eth0 316.27 318.18 82.63 1963.13 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] 21:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] 21:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] 21:02:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] 21:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] 21:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] 21:03:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] 21:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] 21:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] 21:04:01 eth0 1.48 0.48 0.35 0.18 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] 21:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] 21:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] 21:05:01 eth0 0.88 0.62 0.46 0.31 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] 21:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] 21:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] 21:06:01 eth0 128.08 114.65 1120.31 12.15 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] 21:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] 21:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] 21:07:01 eth0 353.66 312.20 3151.38 72.47 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] 21:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] 21:07:01 docker0 30.65 30.35 2.83 222.46 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] 21:08:02 eth0 466.88 413.27 3464.77 115.49 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] 21:08:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] 21:08:02 veth210915e 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] 21:08:02 docker0 30.61 36.27 1.60 217.29 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] Average: eth0 213.97 192.42 1045.67 209.65 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] Average: veth210915e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] Average: docker0 64.48 64.92 5.03 271.10 0.00 0.00 0.00 0.00 [2021-02-03T21:08:48.760Z] [2021-02-03T21:08:48.760Z] [2021-02-03T21:08:48.760Z] ---> sar -P ALL: [2021-02-03T21:08:48.760Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/03/21 _x86_64_ (4 CPU) [2021-02-03T21:08:48.760Z] [2021-02-03T21:08:48.760Z] 20:49:09 LINUX RESTART (4 CPU) [2021-02-03T21:08:48.760Z] [2021-02-03T21:08:48.760Z] 20:50:01 CPU %user %nice %system %iowait %steal %idle [2021-02-03T21:08:48.760Z] 20:51:02 all 15.50 0.00 7.27 2.32 0.06 74.85 [2021-02-03T21:08:48.760Z] 20:51:02 0 16.88 0.00 7.31 2.06 0.07 73.68 [2021-02-03T21:08:48.760Z] 20:51:02 1 13.32 0.00 6.92 1.39 0.05 78.32 [2021-02-03T21:08:48.760Z] 20:51:02 2 14.07 0.00 7.33 2.62 0.07 75.91 [2021-02-03T21:08:48.760Z] 20:51:02 3 17.76 0.00 7.54 3.20 0.05 71.45 [2021-02-03T21:08:48.760Z] 20:52:01 all 20.20 0.00 7.93 6.68 0.06 65.12 [2021-02-03T21:08:48.760Z] 20:52:01 0 20.92 0.00 8.35 9.11 0.07 61.55 [2021-02-03T21:08:48.760Z] 20:52:01 1 20.79 0.00 7.58 7.54 0.07 64.02 [2021-02-03T21:08:48.760Z] 20:52:01 2 19.79 0.00 7.82 6.11 0.05 66.23 [2021-02-03T21:08:48.761Z] 20:52:01 3 19.30 0.00 7.97 3.97 0.07 68.69 [2021-02-03T21:08:48.761Z] 20:53:01 all 65.82 0.00 13.78 4.53 0.06 15.81 [2021-02-03T21:08:48.761Z] 20:53:01 0 65.61 0.00 14.41 5.88 0.07 14.03 [2021-02-03T21:08:48.761Z] 20:53:01 1 65.73 0.00 13.65 4.64 0.07 15.91 [2021-02-03T21:08:48.761Z] 20:53:01 2 66.70 0.00 13.21 4.15 0.07 15.87 [2021-02-03T21:08:48.761Z] 20:53:01 3 65.23 0.00 13.85 3.43 0.04 17.46 [2021-02-03T21:08:48.761Z] 20:54:01 all 24.56 0.00 11.03 5.35 0.12 58.94 [2021-02-03T21:08:48.761Z] 20:54:01 0 24.04 0.00 10.61 4.81 0.12 60.42 [2021-02-03T21:08:48.761Z] 20:54:01 1 25.64 0.00 11.72 7.39 0.12 55.14 [2021-02-03T21:08:48.761Z] 20:54:01 2 24.63 0.00 10.78 3.64 0.09 60.86 [2021-02-03T21:08:48.761Z] 20:54:01 3 23.94 0.00 11.00 5.57 0.14 59.35 [2021-02-03T21:08:48.761Z] 20:55:03 all 21.85 0.00 24.71 26.13 0.15 27.17 [2021-02-03T21:08:48.761Z] 20:55:03 0 22.16 0.00 24.88 26.78 0.19 25.99 [2021-02-03T21:08:48.761Z] 20:55:03 1 21.69 0.00 24.47 26.63 0.12 27.08 [2021-02-03T21:08:48.761Z] 20:55:03 2 22.09 0.00 24.47 26.90 0.17 26.36 [2021-02-03T21:08:48.761Z] 20:55:03 3 21.45 0.00 25.01 24.17 0.11 29.26 [2021-02-03T21:08:48.761Z] 20:56:01 all 52.90 0.00 14.85 18.02 0.08 14.15 [2021-02-03T21:08:48.761Z] 20:56:01 0 52.95 0.00 14.70 16.39 0.12 15.84 [2021-02-03T21:08:48.761Z] 20:56:01 1 52.79 0.00 14.32 17.25 0.05 15.58 [2021-02-03T21:08:48.761Z] 20:56:01 2 52.79 0.00 15.10 19.88 0.09 12.14 [2021-02-03T21:08:48.761Z] 20:56:01 3 53.05 0.00 15.28 18.59 0.05 13.02 [2021-02-03T21:08:48.761Z] 20:57:01 all 23.67 0.00 21.70 29.09 0.14 25.39 [2021-02-03T21:08:48.761Z] 20:57:01 0 23.90 0.00 22.26 28.47 0.14 25.23 [2021-02-03T21:08:48.761Z] 20:57:01 1 22.12 0.00 21.61 30.75 0.14 25.37 [2021-02-03T21:08:48.761Z] 20:57:01 2 23.85 0.00 19.78 30.50 0.17 25.70 [2021-02-03T21:08:48.761Z] 20:57:01 3 24.82 0.00 23.18 26.61 0.12 25.26 [2021-02-03T21:08:48.761Z] 20:58:03 all 40.08 0.00 18.12 26.69 0.10 15.00 [2021-02-03T21:08:48.761Z] 20:58:03 0 39.86 0.00 18.72 26.09 0.12 15.21 [2021-02-03T21:08:48.761Z] 20:58:03 1 39.54 0.00 19.14 28.53 0.10 12.68 [2021-02-03T21:08:48.761Z] 20:58:03 2 39.06 0.00 16.98 25.25 0.12 18.59 [2021-02-03T21:08:48.761Z] 20:58:03 3 41.89 0.00 17.62 26.89 0.07 13.53 [2021-02-03T21:08:48.761Z] 20:59:01 all 22.82 0.00 15.44 25.07 0.11 36.56 [2021-02-03T21:08:48.761Z] 20:59:01 0 23.22 0.00 15.04 24.87 0.11 36.76 [2021-02-03T21:08:48.761Z] 20:59:01 1 22.81 0.00 15.57 27.98 0.11 33.53 [2021-02-03T21:08:48.761Z] 20:59:01 2 21.24 0.00 15.85 24.02 0.11 38.78 [2021-02-03T21:08:48.761Z] 20:59:01 3 24.01 0.00 15.29 23.43 0.11 37.17 [2021-02-03T21:08:48.761Z] 21:00:01 all 16.60 0.00 5.81 3.73 0.06 73.80 [2021-02-03T21:08:48.761Z] 21:00:01 0 17.04 0.00 6.06 2.72 0.05 74.13 [2021-02-03T21:08:48.761Z] 21:00:01 1 15.86 0.00 5.63 3.52 0.05 74.94 [2021-02-03T21:08:48.761Z] 21:00:01 2 16.29 0.00 5.39 4.56 0.07 73.69 [2021-02-03T21:08:48.761Z] 21:00:01 3 17.19 0.00 6.17 4.12 0.07 72.45 [2021-02-03T21:08:48.761Z] 21:01:01 all 10.68 0.00 1.76 2.43 0.06 85.07 [2021-02-03T21:08:48.761Z] 21:01:01 0 10.16 0.00 2.12 2.36 0.03 85.32 [2021-02-03T21:08:48.761Z] 21:01:01 1 11.16 0.00 1.68 2.42 0.08 84.66 [2021-02-03T21:08:48.761Z] 21:01:01 2 10.46 0.00 1.73 2.59 0.07 85.15 [2021-02-03T21:08:48.761Z] 21:01:01 3 10.93 0.00 1.50 2.36 0.07 85.15 [2021-02-03T21:08:48.761Z] [2021-02-03T21:08:48.761Z] 21:01:01 CPU %user %nice %system %iowait %steal %idle [2021-02-03T21:08:48.761Z] 21:02:01 all 0.16 0.00 0.03 0.00 0.00 99.80 [2021-02-03T21:08:48.761Z] 21:02:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-03T21:08:48.761Z] 21:02:01 1 0.53 0.00 0.03 0.00 0.00 99.43 [2021-02-03T21:08:48.761Z] 21:02:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-02-03T21:08:48.761Z] 21:02:01 3 0.03 0.00 0.02 0.02 0.00 99.93 [2021-02-03T21:08:48.761Z] 21:03:01 all 0.09 0.00 0.03 0.00 0.00 99.88 [2021-02-03T21:08:48.761Z] 21:03:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-02-03T21:08:48.761Z] 21:03:01 1 0.32 0.00 0.07 0.00 0.00 99.62 [2021-02-03T21:08:48.761Z] 21:03:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-03T21:08:48.761Z] 21:03:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-03T21:08:48.761Z] 21:04:01 all 0.04 0.00 0.02 0.00 0.00 99.94 [2021-02-03T21:08:48.761Z] 21:04:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-03T21:08:48.761Z] 21:04:01 1 0.05 0.00 0.00 0.00 0.00 99.95 [2021-02-03T21:08:48.761Z] 21:04:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-03T21:08:48.761Z] 21:04:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-03T21:08:48.761Z] 21:05:01 all 0.11 0.00 0.05 0.03 0.01 99.80 [2021-02-03T21:08:48.761Z] 21:05:01 0 0.03 0.00 0.07 0.08 0.02 99.80 [2021-02-03T21:08:48.761Z] 21:05:01 1 0.27 0.00 0.08 0.00 0.00 99.65 [2021-02-03T21:08:48.761Z] 21:05:01 2 0.05 0.00 0.03 0.02 0.02 99.88 [2021-02-03T21:08:48.761Z] 21:05:01 3 0.10 0.00 0.03 0.00 0.00 99.87 [2021-02-03T21:08:48.761Z] 21:06:01 all 1.42 0.00 0.78 0.40 0.00 97.39 [2021-02-03T21:08:48.761Z] 21:06:01 0 0.92 0.00 0.82 0.25 0.00 98.01 [2021-02-03T21:08:48.761Z] 21:06:01 1 2.23 0.00 0.85 0.52 0.00 96.40 [2021-02-03T21:08:48.761Z] 21:06:01 2 1.38 0.00 0.73 0.45 0.00 97.43 [2021-02-03T21:08:48.761Z] 21:06:01 3 1.14 0.00 0.74 0.40 0.00 97.73 [2021-02-03T21:08:48.761Z] 21:07:01 all 9.08 0.00 5.55 3.83 0.06 81.48 [2021-02-03T21:08:48.761Z] 21:07:01 0 8.57 0.00 5.75 3.71 0.07 81.90 [2021-02-03T21:08:48.761Z] 21:07:01 1 8.98 0.00 5.64 0.78 0.03 84.57 [2021-02-03T21:08:48.761Z] 21:07:01 2 8.96 0.00 5.48 4.78 0.05 80.73 [2021-02-03T21:08:48.761Z] 21:07:01 3 9.81 0.00 5.33 6.06 0.07 78.73 [2021-02-03T21:08:48.761Z] 21:08:02 all 11.04 0.00 7.33 4.06 0.06 77.51 [2021-02-03T21:08:48.761Z] 21:08:02 0 9.96 0.00 7.64 3.91 0.05 78.44 [2021-02-03T21:08:48.761Z] 21:08:02 1 9.44 0.00 6.69 3.41 0.07 80.38 [2021-02-03T21:08:48.761Z] 21:08:02 2 10.73 0.00 7.76 6.21 0.07 75.23 [2021-02-03T21:08:48.761Z] 21:08:02 3 14.04 0.00 7.22 2.70 0.07 75.97 [2021-02-03T21:08:48.761Z] Average: all 18.40 0.00 8.54 8.63 0.06 64.36 [2021-02-03T21:08:48.761Z] Average: 0 18.40 0.00 8.70 8.60 0.07 64.24 [2021-02-03T21:08:48.761Z] Average: 1 18.23 0.00 8.52 8.88 0.06 64.31 [2021-02-03T21:08:48.761Z] Average: 2 18.16 0.00 8.34 8.81 0.07 64.62 [2021-02-03T21:08:48.761Z] Average: 3 18.82 0.00 8.61 8.24 0.06 64.28 [2021-02-03T21:08:48.761Z] [2021-02-03T21:08:48.761Z] [2021-02-03T21:08:48.761Z]