Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ba3f575de95cda6ffdeb8943f6d6d62c3955065b 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21666 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/311 [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/311 # 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 ba3f575de95cda6ffdeb8943f6d6d62c3955065b (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ba3f575de95cda6ffdeb8943f6d6d62c3955065b # timeout=10 Commit message: "refactor: Refactor import paths to consume V2 versions of edgex go-mods (#3055)" > git rev-list --no-walk b641f4fe6866282541f2491776ace8236c0fa9c5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-20T20:59:54.627Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-20T20:59:54.900Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-20T20:59:55.009Z] ========================================================= [2021-01-20T20:59:55.009Z] EdgeX Global Pipelines Version Info [2021-01-20T20:59:55.009Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-20T20:59:56.594Z] ------------------- [2021-01-20T20:59:56.595Z] stable info: [2021-01-20T20:59:56.595Z] ------------------- [2021-01-20T20:59:56.595Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-20T20:59:56.595Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-20T20:59:56.595Z] Message: update stable to v1.0.179 [2021-01-20T20:59:57.542Z] ------------------- [2021-01-20T20:59:57.542Z] experimental info: [2021-01-20T20:59:57.542Z] ------------------- [2021-01-20T20:59:57.542Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-20T20:59:57.542Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-20T20:59:57.542Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-20T20:59:57.823Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-20T20:59:57.931Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-20T20:59:58.020Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-20T20:59:58.115Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-20T20:59:58.208Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-20T20:59:58.317Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-20T20:59:58.463Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-20T20:59:58.605Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-20T20:59:58.708Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-20T20:59:58.811Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-20T20:59:58.922Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-20T20:59:59.015Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-20T20:59:59.166Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-20T20:59:59.266Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-20T20:59:59.366Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-20T20:59:59.460Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-20T20:59:59.547Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-20T20:59:59.656Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-20T20:59:59.745Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-20T20:59:59.839Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-20T20:59:59.929Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-20T21:00:00.037Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-20T21:00:00.164Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-20T21:00:00.257Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-20T21:00:00.395Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-20T21:00:00.508Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-20T21:00:00.609Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ba3f575de95cda6ffdeb8943f6d6d62c3955065b [Pipeline] echo [2021-01-20T21:00:00.731Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ba3f575 [Pipeline] echo [2021-01-20T21:00:00.895Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T21:00:01.110Z] provisioning config files... [2021-01-20T21:00:01.149Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/311@tmp/config5971673752587770737tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T21:00:01.527Z] ---> docker-login.sh [2021-01-20T21:00:01.527Z] nexus3.edgexfoundry.org:10001 [2021-01-20T21:00:01.805Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T21:00:02.085Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T21:00:02.085Z] Configure a credential helper to remove this warning. See [2021-01-20T21:00:02.085Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T21:00:02.085Z] [2021-01-20T21:00:02.085Z] Login Succeeded [2021-01-20T21:00:02.085Z] nexus3.edgexfoundry.org:10002 [2021-01-20T21:00:02.085Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T21:00:02.353Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T21:00:02.353Z] Configure a credential helper to remove this warning. See [2021-01-20T21:00:02.353Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T21:00:02.353Z] [2021-01-20T21:00:02.353Z] Login Succeeded [2021-01-20T21:00:02.353Z] nexus3.edgexfoundry.org:10003 [2021-01-20T21:00:02.353Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T21:00:02.353Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T21:00:02.353Z] Configure a credential helper to remove this warning. See [2021-01-20T21:00:02.353Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T21:00:02.353Z] [2021-01-20T21:00:02.353Z] Login Succeeded [2021-01-20T21:00:02.353Z] nexus3.edgexfoundry.org:10004 [2021-01-20T21:00:02.617Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T21:00:02.617Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T21:00:02.617Z] Configure a credential helper to remove this warning. See [2021-01-20T21:00:02.617Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T21:00:02.617Z] [2021-01-20T21:00:02.617Z] Login Succeeded [2021-01-20T21:00:02.617Z] docker.io [2021-01-20T21:00:02.883Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T21:00:03.149Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T21:00:03.149Z] Configure a credential helper to remove this warning. See [2021-01-20T21:00:03.149Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T21:00:03.149Z] [2021-01-20T21:00:03.149Z] Login Succeeded [2021-01-20T21:00:03.149Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T21:00:03.174Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-20T21:00:03.742Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-20T21:00:03.742Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-20T21:00:03.742Z] ++ dirname cmd/core-command/Dockerfile [2021-01-20T21:00:03.742Z] ++ cut -d/ -f2 [2021-01-20T21:00:03.742Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-20T21:00:03.742Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-20T21:00:03.742Z] ++ dirname cmd/core-data/Dockerfile [2021-01-20T21:00:03.742Z] ++ cut -d/ -f2 [2021-01-20T21:00:03.742Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-20T21:00:03.742Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-20T21:00:03.742Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-20T21:00:03.742Z] ++ cut -d/ -f2 [2021-01-20T21:00:03.742Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-20T21:00:03.742Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-20T21:00:03.742Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-20T21:00:03.742Z] ++ cut -d/ -f2 [2021-01-20T21:00:03.742Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-20T21:00:03.742Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-20T21:00:03.742Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-20T21:00:03.742Z] ++ cut -d/ -f2 [2021-01-20T21:00:03.742Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-20T21:00:03.742Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-20T21:00:03.742Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-20T21:00:03.742Z] ++ cut -d/ -f2 [2021-01-20T21:00:03.742Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-20T21:00:03.742Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-20T21:00:03.742Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-20T21:00:03.742Z] ++ cut -d/ -f2 [2021-01-20T21:00:03.742Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-20T21:00:03.742Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-20T21:00:03.742Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-20T21:00:03.742Z] ++ cut -d/ -f2 [2021-01-20T21:00:03.742Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-20T21:00:03.742Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-20T21:00:03.742Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-20T21:00:03.742Z] ++ cut -d/ -f2 [2021-01-20T21:00:03.742Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-20T21:00:03.827Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:00:05.484Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T21:00:05.484Z] [2021-01-20T21:00:05.484Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:00:05.838Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T21:00:05.838Z] latest: Pulling from edgex-devops/git-semver [2021-01-20T21:00:05.838Z] 31603596830f: Pulling fs layer [2021-01-20T21:00:05.838Z] 2a8b12db71e7: Pulling fs layer [2021-01-20T21:00:05.838Z] 6ca5941a6612: Pulling fs layer [2021-01-20T21:00:05.838Z] ecc8261a40a4: Pulling fs layer [2021-01-20T21:00:05.838Z] ecc8261a40a4: Waiting [2021-01-20T21:00:05.838Z] 2a8b12db71e7: Verifying Checksum [2021-01-20T21:00:05.838Z] 2a8b12db71e7: Download complete [2021-01-20T21:00:05.838Z] 31603596830f: Verifying Checksum [2021-01-20T21:00:05.838Z] 31603596830f: Download complete [2021-01-20T21:00:06.101Z] ecc8261a40a4: Verifying Checksum [2021-01-20T21:00:06.101Z] ecc8261a40a4: Download complete [2021-01-20T21:00:06.101Z] 6ca5941a6612: Verifying Checksum [2021-01-20T21:00:06.101Z] 6ca5941a6612: Download complete [2021-01-20T21:00:06.363Z] 31603596830f: Pull complete [2021-01-20T21:00:06.363Z] 2a8b12db71e7: Pull complete [2021-01-20T21:00:07.316Z] 6ca5941a6612: Pull complete [2021-01-20T21:00:07.317Z] ecc8261a40a4: Pull complete [2021-01-20T21:00:07.579Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-20T21:00:07.579Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T21:00:07.579Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-20T21:00:07.708Z] prd-centos7-docker-4c-2g-21666 does not seem to be running inside a container [2021-01-20T21:00:07.763Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/311 -v /w/workspace/edgex-go/311:/w/workspace/edgex-go/311:rw,z -v /w/workspace/edgex-go/311@tmp:/w/workspace/edgex-go/311@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-20T21:00:10.046Z] $ docker top 38f88903bf8d211e47a1ad9283dd91a4789c070c08eaf83d3e0663f2ad8e7167 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-20T21:00:10.564Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T21:00:10.564Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T21:00:10.773Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T21:00:10.778Z] $ docker exec 38f88903bf8d211e47a1ad9283dd91a4789c070c08eaf83d3e0663f2ad8e7167 ssh-agent [2021-01-20T21:00:10.942Z] SSH_AUTH_SOCK=/tmp/ssh-koczmeEmIDQA/agent.11 [2021-01-20T21:00:10.942Z] SSH_AGENT_PID=16 [2021-01-20T21:00:10.957Z] Running ssh-add (command line suppressed) [2021-01-20T21:00:11.074Z] Identity added: /w/workspace/edgex-go/311@tmp/private_key_7769494937572075767.key (/w/workspace/edgex-go/311@tmp/private_key_7769494937572075767.key) [2021-01-20T21:00:11.124Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T21:00:11.494Z] + git tag --points-at HEAD [Pipeline] } [2021-01-20T21:00:11.523Z] $ docker exec --env ******** --env ******** 38f88903bf8d211e47a1ad9283dd91a4789c070c08eaf83d3e0663f2ad8e7167 ssh-agent -k [2021-01-20T21:00:11.644Z] unset SSH_AUTH_SOCK; [2021-01-20T21:00:11.645Z] unset SSH_AGENT_PID; [2021-01-20T21:00:11.645Z] echo Agent pid 16 killed; [2021-01-20T21:00:11.690Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-20T21:00:11.869Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T21:00:11.869Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T21:00:12.034Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T21:00:12.040Z] $ docker exec 38f88903bf8d211e47a1ad9283dd91a4789c070c08eaf83d3e0663f2ad8e7167 ssh-agent [2021-01-20T21:00:12.201Z] SSH_AUTH_SOCK=/tmp/ssh-u8JLJiNKWo2V/agent.44 [2021-01-20T21:00:12.201Z] SSH_AGENT_PID=49 [2021-01-20T21:00:12.209Z] Running ssh-add (command line suppressed) [2021-01-20T21:00:12.333Z] Identity added: /w/workspace/edgex-go/311@tmp/private_key_6450738312618068665.key (/w/workspace/edgex-go/311@tmp/private_key_6450738312618068665.key) [2021-01-20T21:00:12.386Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T21:00:12.729Z] + git semver init [2021-01-20T21:00:12.729Z] # -> Open(): unable to determine branch for HEAD [2021-01-20T21:00:12.729Z] # $GIT_DIR = /w/workspace/edgex-go/311/.git [2021-01-20T21:00:12.729Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/311 [2021-01-20T21:00:12.729Z] # $SEMVER_REMOTE_NAME = origin [2021-01-20T21:00:12.729Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-20T21:00:12.729Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-20T21:00:12.729Z] # $SEMVER_BRANCH = master [2021-01-20T21:00:12.729Z] # $SEMVER_TEMP = /tmp/semver-642356839 [2021-01-20T21:00:12.729Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-20T21:00:34.779Z] # '/tmp/semver-642356839' -> '/w/workspace/edgex-go/311/.semver' [2021-01-20T21:00:34.779Z] # -> Force: false [2021-01-20T21:00:34.779Z] # $SEMVER_DIR = /w/workspace/edgex-go/311/.semver [Pipeline] } [2021-01-20T21:00:34.798Z] $ docker exec --env ******** --env ******** 38f88903bf8d211e47a1ad9283dd91a4789c070c08eaf83d3e0663f2ad8e7167 ssh-agent -k [2021-01-20T21:00:34.980Z] unset SSH_AUTH_SOCK; [2021-01-20T21:00:34.980Z] unset SSH_AGENT_PID; [2021-01-20T21:00:34.981Z] echo Agent pid 49 killed; [2021-01-20T21:00:35.053Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-20T21:00:35.536Z] + git semver [Pipeline] } [2021-01-20T21:00:35.556Z] $ docker stop --time=1 38f88903bf8d211e47a1ad9283dd91a4789c070c08eaf83d3e0663f2ad8e7167 [2021-01-20T21:00:37.067Z] $ docker rm -f 38f88903bf8d211e47a1ad9283dd91a4789c070c08eaf83d3e0663f2ad8e7167 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T21:00:37.565Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-20T21:00:38.112Z] Stashed 1 file(s) [Pipeline] echo [2021-01-20T21:00:38.115Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.48 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-20T21:00:39.065Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-20T21:00:39.367Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-20T21:00:39.668Z] + sudo service docker restart [2021-01-20T21:00:39.668Z] + true [2021-01-20T21:00:39.668Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-20T21:00:40.266Z] ========================================================= [2021-01-20T21:00:40.266Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-20T21:00:40.266Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:00:40.687Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-20T21:00:44.932Z] Sending build context to Docker daemon 327.1MB [2021-01-20T21:00:44.932Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T21:00:44.932Z] Step 2/6 : FROM ${BASE} [2021-01-20T21:00:44.932Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-20T21:00:44.932Z] 188c0c94c7c5: Pulling fs layer [2021-01-20T21:00:44.932Z] 0ef7d3d256c8: Pulling fs layer [2021-01-20T21:00:44.932Z] de9db76c5a1d: Pulling fs layer [2021-01-20T21:00:44.932Z] bca2f99d35d6: Pulling fs layer [2021-01-20T21:00:44.932Z] 93359f2a8cfa: Pulling fs layer [2021-01-20T21:00:44.932Z] 7c6f9722023f: Pulling fs layer [2021-01-20T21:00:44.932Z] a35cf1a2eb13: Pulling fs layer [2021-01-20T21:00:44.932Z] bca2f99d35d6: Waiting [2021-01-20T21:00:44.932Z] 93359f2a8cfa: Waiting [2021-01-20T21:00:44.932Z] 7c6f9722023f: Waiting [2021-01-20T21:00:44.932Z] a35cf1a2eb13: Waiting [2021-01-20T21:00:44.932Z] de9db76c5a1d: Download complete [2021-01-20T21:00:44.932Z] 0ef7d3d256c8: Download complete [2021-01-20T21:00:44.932Z] 93359f2a8cfa: Verifying Checksum [2021-01-20T21:00:44.932Z] 93359f2a8cfa: Download complete [2021-01-20T21:00:44.932Z] 7c6f9722023f: Verifying Checksum [2021-01-20T21:00:44.932Z] 7c6f9722023f: Download complete [2021-01-20T21:00:44.932Z] 188c0c94c7c5: Verifying Checksum [2021-01-20T21:00:44.932Z] 188c0c94c7c5: Download complete [2021-01-20T21:00:45.512Z] 188c0c94c7c5: Pull complete [2021-01-20T21:00:45.512Z] 0ef7d3d256c8: Pull complete [2021-01-20T21:00:45.775Z] de9db76c5a1d: Pull complete [2021-01-20T21:00:47.173Z] a35cf1a2eb13: Verifying Checksum [2021-01-20T21:00:47.173Z] a35cf1a2eb13: Download complete [2021-01-20T21:00:47.749Z] bca2f99d35d6: Verifying Checksum [2021-01-20T21:00:47.749Z] bca2f99d35d6: Download complete [2021-01-20T21:00:53.084Z] bca2f99d35d6: Pull complete [2021-01-20T21:00:53.084Z] 93359f2a8cfa: Pull complete [2021-01-20T21:00:53.084Z] 7c6f9722023f: Pull complete [2021-01-20T21:00:53.504Z] Still waiting to schedule task [2021-01-20T21:00:53.504Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-01-20T21:00:58.403Z] a35cf1a2eb13: Pull complete [2021-01-20T21:00:58.403Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-20T21:00:58.403Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-20T21:00:58.403Z] ---> a62c8e92a672 [2021-01-20T21:00:58.403Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-20T21:00:58.403Z] ---> Running in 8f1f9a721471 [2021-01-20T21:00:58.403Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T21:00:58.978Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T21:00:59.557Z] (1/12) Installing libmagic (5.38-r0) [2021-01-20T21:00:59.557Z] (2/12) Installing file (5.38-r0) [2021-01-20T21:00:59.824Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-20T21:00:59.824Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-20T21:01:08.069Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-20T21:01:08.069Z] (6/12) Installing patch (2.7.6-r6) [2021-01-20T21:01:08.069Z] (7/12) Installing build-base (0.5-r2) [2021-01-20T21:01:08.069Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-20T21:01:08.069Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-20T21:01:08.069Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-20T21:01:08.069Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-20T21:01:08.069Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-20T21:01:08.069Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T21:01:08.069Z] OK: 233 MiB in 51 packages [2021-01-20T21:01:12.307Z] Removing intermediate container 8f1f9a721471 [2021-01-20T21:01:12.307Z] ---> 7de6522ef211 [2021-01-20T21:01:12.307Z] Step 4/6 : WORKDIR /edgex-go [2021-01-20T21:01:12.307Z] ---> Running in 082033a43404 [2021-01-20T21:01:12.307Z] Removing intermediate container 082033a43404 [2021-01-20T21:01:12.307Z] ---> 5326a26f7a64 [2021-01-20T21:01:12.307Z] Step 5/6 : COPY go.mod . [2021-01-20T21:01:12.307Z] ---> 99607a19d1a0 [2021-01-20T21:01:12.307Z] Step 6/6 : RUN go mod download [2021-01-20T21:01:12.307Z] ---> Running in f4de90ee912c [2021-01-20T21:01:34.313Z] Removing intermediate container f4de90ee912c [2021-01-20T21:01:34.313Z] ---> 48ee7dc7d818 [2021-01-20T21:01:34.313Z] Successfully built 48ee7dc7d818 [2021-01-20T21:01:34.578Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:01:34.891Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-20T21:01:34.891Z] . [Pipeline] withDockerContainer [2021-01-20T21:01:34.999Z] prd-centos7-docker-4c-2g-21666 does not seem to be running inside a container [2021-01-20T21:01:35.048Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/311 -v /w/workspace/edgex-go/311:/w/workspace/edgex-go/311:rw,z -v /w/workspace/edgex-go/311@tmp:/w/workspace/edgex-go/311@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-x86_64 cat [2021-01-20T21:01:35.921Z] $ docker top 8795a9ae54131de7bca55c16d23d03b6b84e0c6a1372b0d28c6d71f1186822e2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T21:01:36.446Z] + go version [2021-01-20T21:01:36.446Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-20T21:01:36.462Z] $ docker stop --time=1 8795a9ae54131de7bca55c16d23d03b6b84e0c6a1372b0d28c6d71f1186822e2 [2021-01-20T21:01:37.808Z] $ docker rm -f 8795a9ae54131de7bca55c16d23d03b6b84e0c6a1372b0d28c6d71f1186822e2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:01:38.587Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-20T21:01:38.587Z] . [Pipeline] withDockerContainer [2021-01-20T21:01:38.688Z] prd-centos7-docker-4c-2g-21666 does not seem to be running inside a container [2021-01-20T21:01:38.735Z] $ 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/311 -v /w/workspace/edgex-go/311:/w/workspace/edgex-go/311:rw,z -v /w/workspace/edgex-go/311@tmp:/w/workspace/edgex-go/311@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-x86_64 cat [2021-01-20T21:01:39.262Z] $ docker top aa40960d40aecbf417a9aef395a3652ffda40ae28d07003b4ca955efc38b17e2 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-20T21:01:39.446Z] ========================================================= [2021-01-20T21:01:39.446Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-20T21:01:39.446Z] ========================================================= [Pipeline] sh [2021-01-20T21:01:39.739Z] + make test [2021-01-20T21:01:39.739Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-20T21:01:47.946Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-20T21:02:02.952Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-20T21:02:08.340Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-20T21:02:08.340Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-20T21:02:08.340Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-20T21:02:08.340Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-20T21:02:08.612Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-20T21:02:08.612Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-20T21:02:09.201Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-20T21:02:09.483Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-20T21:02:10.078Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-20T21:02:12.013Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-20T21:02:12.013Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-20T21:02:12.013Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-20T21:02:13.960Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.109s coverage: 46.6% of statements [2021-01-20T21:02:13.960Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-20T21:02:13.960Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-20T21:02:13.960Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-20T21:02:13.960Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-20T21:02:13.960Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-20T21:02:19.308Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.185s coverage: 27.0% of statements [2021-01-20T21:02:19.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-20T21:02:19.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-20T21:02:19.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-20T21:02:19.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-20T21:02:19.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-20T21:02:19.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-20T21:02:19.308Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.040s coverage: 100.0% of statements [2021-01-20T21:02:19.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-20T21:02:19.308Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.049s coverage: 100.0% of statements [2021-01-20T21:02:19.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-20T21:02:19.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-20T21:02:19.308Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.079s coverage: 67.9% of statements [2021-01-20T21:02:19.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-20T21:02:19.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-20T21:02:19.308Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.120s coverage: 82.3% of statements [2021-01-20T21:02:19.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-20T21:02:19.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-20T21:02:19.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-20T21:02:19.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-20T21:02:20.294Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.326s coverage: 28.6% of statements [2021-01-20T21:02:20.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-20T21:02:20.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-20T21:02:20.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-20T21:02:20.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-20T21:02:20.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-20T21:02:20.294Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.063s coverage: 100.0% of statements [2021-01-20T21:02:20.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-20T21:02:20.294Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.039s coverage: 100.0% of statements [2021-01-20T21:02:20.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-20T21:02:20.294Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.121s coverage: 86.7% of statements [2021-01-20T21:02:20.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-20T21:02:20.570Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.108s coverage: 97.5% of statements [2021-01-20T21:02:20.570Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-20T21:02:20.845Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.055s coverage: 78.3% of statements [2021-01-20T21:02:20.845Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-20T21:02:20.845Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-20T21:02:20.845Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-20T21:02:20.845Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-20T21:02:23.457Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.428s coverage: 92.8% of statements [2021-01-20T21:02:23.457Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-20T21:02:23.457Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-20T21:02:23.457Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-20T21:02:23.457Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-20T21:02:23.457Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-20T21:02:23.457Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-20T21:02:23.457Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-20T21:02:23.457Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-20T21:02:23.457Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-20T21:02:23.457Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-20T21:02:23.457Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-20T21:02:23.457Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-20T21:02:23.457Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-20T21:02:23.457Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-20T21:02:23.457Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-20T21:02:23.457Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-20T21:02:23.457Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-20T21:02:23.457Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-20T21:02:23.457Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.030s coverage: 58.8% of statements [2021-01-20T21:02:23.457Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-20T21:02:23.457Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-20T21:02:23.457Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.058s coverage: 0.1% of statements [2021-01-20T21:02:23.457Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-20T21:02:23.457Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-20T21:02:23.457Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-20T21:02:23.457Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-20T21:02:23.457Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.041s coverage: 100.0% of statements [2021-01-20T21:02:23.457Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-20T21:02:23.457Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.069s coverage: 75.5% of statements [2021-01-20T21:02:23.457Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-20T21:02:23.457Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.051s coverage: 80.8% of statements [2021-01-20T21:02:23.457Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.070s coverage: 87.2% of statements [2021-01-20T21:02:23.457Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.054s coverage: 84.2% of statements [2021-01-20T21:02:23.457Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.083s coverage: 91.4% of statements [2021-01-20T21:02:23.457Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-20T21:02:24.420Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.201s coverage: 63.5% of statements [2021-01-20T21:02:24.420Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-20T21:02:24.420Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-20T21:02:24.420Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.044s coverage: 100.0% of statements [2021-01-20T21:02:24.420Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.048s coverage: 91.3% of statements [2021-01-20T21:02:24.420Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.036s coverage: 100.0% of statements [2021-01-20T21:02:25.008Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements [2021-01-20T21:02:25.008Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.041s coverage: 100.0% of statements [2021-01-20T21:02:26.282Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.425s coverage: 68.9% of statements [2021-01-20T21:02:26.282Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-20T21:02:26.282Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-20T21:02:26.282Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-20T21:02:26.282Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-20T21:02:26.282Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-20T21:02:26.282Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.103s coverage: 37.0% of statements [2021-01-20T21:02:26.282Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-20T21:02:26.282Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-20T21:02:26.569Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.313s coverage: 84.0% of statements [2021-01-20T21:02:26.569Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.091s coverage: 100.0% of statements [2021-01-20T21:02:29.167Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.117s coverage: 47.1% of statements [2021-01-20T21:02:29.167Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-20T21:02:29.167Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-20T21:02:29.167Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-20T21:02:29.167Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-20T21:02:29.167Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-20T21:02:29.167Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.065s coverage: 100.0% of statements [2021-01-20T21:02:29.167Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-20T21:02:29.167Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.050s coverage: 100.0% of statements [2021-01-20T21:02:29.167Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-20T21:02:29.747Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.708s coverage: 29.1% of statements [2021-01-20T21:02:29.747Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-20T21:02:29.747Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-20T21:02:29.747Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-20T21:02:29.747Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-20T21:02:29.747Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-20T21:02:29.747Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.062s coverage: 99.0% of statements [2021-01-20T21:02:29.747Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-20T21:02:29.747Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.034s coverage: 100.0% of statements [2021-01-20T21:02:29.747Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-20T21:02:29.747Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements [2021-01-20T21:02:29.747Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-20T21:02:29.747Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements [2021-01-20T21:02:29.747Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-20T21:02:29.747Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-20T21:02:29.747Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-20T21:02:29.747Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-20T21:02:29.747Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.036s coverage: 87.9% of statements [2021-01-20T21:02:29.747Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-20T21:02:29.747Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-20T21:02:30.337Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements [2021-01-20T21:02:30.337Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.029s coverage: 32.1% of statements [2021-01-20T21:02:30.337Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-20T21:02:30.600Z] GO111MODULE=on go vet ./... [2021-01-20T21:02:30.601Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21670 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-01-20T21:02:30.661Z] Running in /w/workspace/edgex-go/311 [Pipeline] { [Pipeline] checkout [2021-01-20T21:02:36.049Z] using credential edgex-jenkins-ssh [2021-01-20T21:02:36.115Z] Cloning the remote Git repository [2021-01-20T21:02:36.199Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-20T21:02:36.335Z] > git init /w/workspace/edgex-go/311 # timeout=10 [2021-01-20T21:02:36.402Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-20T21:02:36.403Z] > git --version # timeout=10 [2021-01-20T21:02:36.424Z] > git --version # 'git version 2.17.1' [2021-01-20T21:02:36.426Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T21:02:36.498Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T21:02:52.670Z] gofmt -l . [2021-01-20T21:02:52.932Z] [ "`gofmt -l .`" = "" ] [2021-01-20T21:02:53.511Z] ./bin/test-go-mod-tidy.sh [2021-01-20T21:02:54.091Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-20T21:02:54.663Z] + ls -al . [2021-01-20T21:02:54.663Z] total 656 [2021-01-20T21:02:54.663Z] drwxrwxr-x 10 1001 1001 4096 Jan 20 21:02 . [2021-01-20T21:02:54.663Z] drwxr-xr-x 4 root root 32 Jan 20 21:01 .. [2021-01-20T21:02:54.663Z] -rw-rw-r-- 1 1001 1001 11 Jan 20 20:59 .dockerignore [2021-01-20T21:02:54.663Z] drwxrwxr-x 8 1001 1001 162 Jan 20 20:59 .git [2021-01-20T21:02:54.663Z] drwxrwxr-x 3 1001 1001 125 Jan 20 20:59 .github [2021-01-20T21:02:54.663Z] -rw-rw-r-- 1 1001 1001 824 Jan 20 20:59 .gitignore [2021-01-20T21:02:54.663Z] drwx------ 3 1001 1001 32 Jan 20 21:00 .semver [2021-01-20T21:02:54.663Z] -rw-rw-r-- 1 1001 1001 166 Jan 20 20:59 .sonarcloud.properties [2021-01-20T21:02:54.663Z] -rw-rw-r-- 1 1001 1001 7759 Jan 20 20:59 Attribution.txt [2021-01-20T21:02:54.663Z] -rw-rw-r-- 1 1001 1001 3804 Jan 20 20:59 CONTRIBUTING.md [2021-01-20T21:02:54.663Z] -rw-rw-r-- 1 1001 1001 931 Jan 20 20:59 Dockerfile.build [2021-01-20T21:02:54.663Z] -rw-rw-r-- 1 1001 1001 863 Jan 20 20:59 Jenkinsfile [2021-01-20T21:02:54.663Z] -rw-rw-r-- 1 1001 1001 10775 Jan 20 20:59 LICENSE [2021-01-20T21:02:54.663Z] -rw-rw-r-- 1 1001 1001 5750 Jan 20 20:59 Makefile [2021-01-20T21:02:54.663Z] -rw-rw-r-- 1 1001 1001 6524 Jan 20 20:59 README.md [2021-01-20T21:02:54.663Z] -rw-rw-r-- 1 1001 1001 6744 Jan 20 20:59 SECURITY.md [2021-01-20T21:02:54.663Z] -rw-rw-r-- 1 1001 1001 12 Jan 20 21:00 VERSION [2021-01-20T21:02:54.663Z] -rw-rw-r-- 1 1001 1001 4131 Jan 20 20:59 ZMQWindows.md [2021-01-20T21:02:54.663Z] drwxrwxr-x 2 1001 1001 117 Jan 20 20:59 bin [2021-01-20T21:02:54.663Z] drwxrwxr-x 14 1001 1001 4096 Jan 20 20:59 cmd [2021-01-20T21:02:54.663Z] -rw-r--r-- 1 root root 550280 Jan 20 21:02 coverage.out [2021-01-20T21:02:54.663Z] -rw-r--r-- 1 root root 1027 Jan 20 21:02 go.mod [2021-01-20T21:02:54.663Z] -rw-r--r-- 1 root root 18725 Jan 20 21:02 go.sum [2021-01-20T21:02:54.663Z] drwxrwxr-x 8 1001 1001 127 Jan 20 20:59 internal [2021-01-20T21:02:54.663Z] drwxrwxr-x 4 1001 1001 26 Jan 20 20:59 openapi [2021-01-20T21:02:54.663Z] drwxrwxr-x 4 1001 1001 71 Jan 20 20:59 snap [2021-01-20T21:02:54.663Z] -rw-rw-r-- 1 1001 1001 168 Jan 20 20:59 version.go [Pipeline] sh [2021-01-20T21:02:54.967Z] + '[' -e coverage.out ] [2021-01-20T21:02:54.967Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-20T21:02:55.188Z] Stashed 1 file(s) [Pipeline] sh [2021-01-20T21:02:55.483Z] + make build [2021-01-20T21:02:55.483Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.48" -o cmd/core-data/core-data ./cmd/core-data [2021-01-20T21:03:00.794Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.48" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-20T21:03:01.129Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-20T21:03:01.144Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T21:03:01.176Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-20T21:03:01.217Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-20T21:03:01.218Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T21:03:01.231Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-20T21:03:02.851Z] Checking out Revision ba3f575de95cda6ffdeb8943f6d6d62c3955065b (master) [2021-01-20T21:03:02.882Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T21:03:02.898Z] > git checkout -f ba3f575de95cda6ffdeb8943f6d6d62c3955065b # timeout=10 [2021-01-20T21:03:07.481Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.48" -o cmd/core-command/core-command ./cmd/core-command [2021-01-20T21:03:07.527Z] Commit message: "refactor: Refactor import paths to consume V2 versions of edgex go-mods (#3055)" [2021-01-20T21:03:08.062Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.48" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-20T21:03:09.240Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-20T21:03:09.456Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.48" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-20T21:03:09.666Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-20T21:03:09.723Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.48" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-20T21:03:10.008Z] + + sudotrue service [2021-01-20T21:03:10.008Z] docker restart [2021-01-20T21:03:11.127Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.48" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T21:03:12.093Z] provisioning config files... [2021-01-20T21:03:12.150Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/311@tmp/config6271207581721105004tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T21:03:12.522Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.48" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-20T21:03:12.633Z] ---> docker-login.sh [2021-01-20T21:03:12.633Z] nexus3.edgexfoundry.org:10001 [2021-01-20T21:03:13.474Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.48" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-20T21:03:13.625Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T21:03:14.029Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T21:03:14.029Z] Configure a credential helper to remove this warning. See [2021-01-20T21:03:14.029Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T21:03:14.029Z] [2021-01-20T21:03:14.029Z] Login Succeeded [2021-01-20T21:03:14.029Z] nexus3.edgexfoundry.org:10002 [2021-01-20T21:03:14.351Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T21:03:14.351Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T21:03:14.351Z] Configure a credential helper to remove this warning. See [2021-01-20T21:03:14.351Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T21:03:14.351Z] [2021-01-20T21:03:14.351Z] Login Succeeded [2021-01-20T21:03:14.351Z] nexus3.edgexfoundry.org:10003 [2021-01-20T21:03:14.888Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.48" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-20T21:03:14.953Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T21:03:14.953Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T21:03:14.953Z] Configure a credential helper to remove this warning. See [2021-01-20T21:03:14.953Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T21:03:14.953Z] [2021-01-20T21:03:14.953Z] Login Succeeded [2021-01-20T21:03:14.953Z] nexus3.edgexfoundry.org:10004 [2021-01-20T21:03:15.554Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T21:03:15.554Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T21:03:15.554Z] Configure a credential helper to remove this warning. See [2021-01-20T21:03:15.554Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T21:03:15.554Z] [2021-01-20T21:03:15.554Z] Login Succeeded [2021-01-20T21:03:15.554Z] docker.io [2021-01-20T21:03:15.838Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.48" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-20T21:03:16.151Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T21:03:16.422Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T21:03:16.422Z] Configure a credential helper to remove this warning. See [2021-01-20T21:03:16.422Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T21:03:16.422Z] [2021-01-20T21:03:16.422Z] Login Succeeded [2021-01-20T21:03:16.422Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T21:03:16.440Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-01-20T21:03:16.789Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.48" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] echo [2021-01-20T21:03:16.897Z] ========================================================= [2021-01-20T21:03:16.897Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-20T21:03:16.897Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:03:17.274Z] + 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 . [Pipeline] } [2021-01-20T21:03:17.759Z] $ docker stop --time=1 aa40960d40aecbf417a9aef395a3652ffda40ae28d07003b4ca955efc38b17e2 [2021-01-20T21:03:19.268Z] Sending build context to Docker daemon 166MB [2021-01-20T21:03:19.268Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T21:03:19.268Z] Step 2/6 : FROM ${BASE} [2021-01-20T21:03:19.333Z] $ docker rm -f aa40960d40aecbf417a9aef395a3652ffda40ae28d07003b4ca955efc38b17e2 [2021-01-20T21:03:19.540Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-20T21:03:19.540Z] 5f621e34cdf4: Pulling fs layer [2021-01-20T21:03:19.540Z] a4357932f1b6: Pulling fs layer [2021-01-20T21:03:19.540Z] 18c013af1878: Pulling fs layer [2021-01-20T21:03:19.540Z] 00ac8860ef70: Pulling fs layer [2021-01-20T21:03:19.540Z] 63d7cb157983: Pulling fs layer [2021-01-20T21:03:19.540Z] b116817d02f9: Pulling fs layer [2021-01-20T21:03:19.540Z] 745a02a5169b: Pulling fs layer [2021-01-20T21:03:19.540Z] 00ac8860ef70: Waiting [2021-01-20T21:03:19.540Z] b116817d02f9: Waiting [2021-01-20T21:03:19.540Z] 745a02a5169b: Waiting [2021-01-20T21:03:19.540Z] 63d7cb157983: Waiting [2021-01-20T21:03:19.540Z] 18c013af1878: Verifying Checksum [2021-01-20T21:03:19.540Z] 18c013af1878: Download complete [2021-01-20T21:03:19.540Z] a4357932f1b6: Download complete [2021-01-20T21:03:19.540Z] 63d7cb157983: Verifying Checksum [2021-01-20T21:03:19.540Z] 63d7cb157983: Download complete [2021-01-20T21:03:19.540Z] b116817d02f9: Verifying Checksum [2021-01-20T21:03:19.540Z] b116817d02f9: Download complete [2021-01-20T21:03:19.540Z] 5f621e34cdf4: Verifying Checksum [2021-01-20T21:03:19.540Z] 5f621e34cdf4: Download complete [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [2021-01-20T21:03:20.144Z] 5f621e34cdf4: Pull complete [Pipeline] script [Pipeline] { [2021-01-20T21:03:20.745Z] a4357932f1b6: Pull complete [2021-01-20T21:03:21.030Z] 18c013af1878: Pull complete [2021-01-20T21:03:22.010Z] 745a02a5169b: Verifying Checksum [2021-01-20T21:03:22.010Z] 745a02a5169b: Download complete [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:03:22.747Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-20T21:03:22.747Z] [2021-01-20T21:03:22.747Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:03:23.088Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-20T21:03:23.088Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-20T21:03:23.088Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-20T21:03:23.088Z] ca9280d653b3: Pulling fs layer [2021-01-20T21:03:23.088Z] 7e9c9ca2126c: Pulling fs layer [2021-01-20T21:03:23.350Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-20T21:03:23.350Z] cbdbe7a5bc2a: Download complete [2021-01-20T21:03:23.611Z] cbdbe7a5bc2a: Pull complete [2021-01-20T21:03:23.874Z] ca9280d653b3: Verifying Checksum [2021-01-20T21:03:23.874Z] ca9280d653b3: Download complete [2021-01-20T21:03:23.990Z] 00ac8860ef70: Verifying Checksum [2021-01-20T21:03:23.990Z] 00ac8860ef70: Download complete [2021-01-20T21:03:24.892Z] ca9280d653b3: Pull complete [2021-01-20T21:03:25.198Z] 7e9c9ca2126c: Verifying Checksum [2021-01-20T21:03:25.198Z] 7e9c9ca2126c: Download complete [2021-01-20T21:03:31.824Z] 7e9c9ca2126c: Pull complete [2021-01-20T21:03:31.824Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-20T21:03:31.824Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-20T21:03:31.824Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-20T21:03:31.976Z] prd-centos7-docker-4c-2g-21666 does not seem to be running inside a container [2021-01-20T21:03:32.022Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/311 -v /w/workspace/edgex-go/311:/w/workspace/edgex-go/311:rw,z -v /w/workspace/edgex-go/311@tmp:/w/workspace/edgex-go/311@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-01-20T21:03:32.888Z] $ docker top e5b437683f8750ce3d2235b2c419893c24ed6157094227c0682fbe964c7a892f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T21:03:33.443Z] + docker-compose build --help [2021-01-20T21:03:33.443Z] + grep parallel [2021-01-20T21:03:34.159Z] 00ac8860ef70: Pull complete [2021-01-20T21:03:34.390Z] --parallel Build images in parallel. [Pipeline] } [2021-01-20T21:03:34.405Z] $ docker stop --time=1 e5b437683f8750ce3d2235b2c419893c24ed6157094227c0682fbe964c7a892f [2021-01-20T21:03:34.437Z] 63d7cb157983: Pull complete [2021-01-20T21:03:34.717Z] b116817d02f9: Pull complete [2021-01-20T21:03:36.559Z] $ docker rm -f e5b437683f8750ce3d2235b2c419893c24ed6157094227c0682fbe964c7a892f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:03:37.141Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-20T21:03:37.141Z] . [Pipeline] withDockerContainer [2021-01-20T21:03:37.238Z] prd-centos7-docker-4c-2g-21666 does not seem to be running inside a container [2021-01-20T21:03:37.289Z] $ 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/311 -v /w/workspace/edgex-go/311:/w/workspace/edgex-go/311:rw,z -v /w/workspace/edgex-go/311@tmp:/w/workspace/edgex-go/311@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:latest cat [2021-01-20T21:03:37.869Z] $ docker top da7bd063bfc5b1e7306de510c061617969773dafe97ec58eda5cd7519e28b2d1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T21:03:38.327Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-20T21:03:39.053Z] 745a02a5169b: Pull complete [2021-01-20T21:03:39.053Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-20T21:03:39.053Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-20T21:03:39.053Z] ---> b7e6874047d6 [2021-01-20T21:03:39.053Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-20T21:03:39.273Z] Building docker-core-command-go ... [2021-01-20T21:03:39.273Z] Building docker-core-data-go ... [2021-01-20T21:03:39.273Z] Building docker-core-metadata-go ... [2021-01-20T21:03:39.273Z] Building docker-security-bootstrap-redis-go ... [2021-01-20T21:03:39.273Z] Building docker-security-proxy-setup-go ... [2021-01-20T21:03:39.273Z] Building docker-security-secretstore-setup-go ... [2021-01-20T21:03:39.273Z] Building docker-support-notifications-go ... [2021-01-20T21:03:39.273Z] Building docker-support-scheduler-go ... [2021-01-20T21:03:39.273Z] Building docker-sys-mgmt-agent-go ... [2021-01-20T21:03:39.273Z] Building docker-support-notifications-go [2021-01-20T21:03:39.273Z] Building docker-security-bootstrap-redis-go [2021-01-20T21:03:39.273Z] Building docker-security-proxy-setup-go [2021-01-20T21:03:39.273Z] Building docker-sys-mgmt-agent-go [2021-01-20T21:03:39.273Z] Building docker-core-command-go [2021-01-20T21:03:42.446Z] ---> Running in be8dcd9aee8c [2021-01-20T21:03:43.429Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T21:03:44.405Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T21:03:44.999Z] (1/12) Installing libmagic (5.38-r0) [2021-01-20T21:03:45.270Z] (2/12) Installing file (5.38-r0) [2021-01-20T21:03:45.270Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-20T21:03:45.541Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-20T21:03:53.796Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-20T21:03:53.796Z] (6/12) Installing patch (2.7.6-r6) [2021-01-20T21:03:53.796Z] (7/12) Installing build-base (0.5-r2) [2021-01-20T21:03:53.796Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-20T21:03:53.796Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-20T21:03:53.796Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-20T21:03:53.796Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-20T21:03:53.796Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-20T21:03:53.796Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T21:03:53.796Z] OK: 217 MiB in 51 packages [2021-01-20T21:03:58.109Z] Removing intermediate container be8dcd9aee8c [2021-01-20T21:03:58.109Z] ---> 126632e9271b [2021-01-20T21:03:58.109Z] Step 4/6 : WORKDIR /edgex-go [2021-01-20T21:03:58.109Z] ---> Running in 773a29f6a17f [2021-01-20T21:03:58.382Z] Removing intermediate container 773a29f6a17f [2021-01-20T21:03:58.382Z] ---> 2427e0d868d2 [2021-01-20T21:03:58.382Z] Step 5/6 : COPY go.mod . [2021-01-20T21:03:58.980Z] ---> 519da1eef9e9 [2021-01-20T21:03:58.980Z] Step 6/6 : RUN go mod download [2021-01-20T21:03:59.270Z] ---> Running in 85465dc5edae [2021-01-20T21:04:11.504Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T21:04:11.504Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-20T21:04:11.504Z] ---> 48ee7dc7d818 [2021-01-20T21:04:11.504Z] Step 3/22 : WORKDIR /edgex-go [2021-01-20T21:04:11.504Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T21:04:11.504Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-20T21:04:11.504Z] ---> 48ee7dc7d818 [2021-01-20T21:04:11.504Z] Step 3/26 : WORKDIR /edgex-go [2021-01-20T21:04:11.504Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T21:04:11.504Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-20T21:04:11.504Z] ---> 48ee7dc7d818 [2021-01-20T21:04:11.504Z] Step 3/24 : WORKDIR /edgex-go [2021-01-20T21:04:11.504Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T21:04:11.504Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-20T21:04:11.504Z] ---> 48ee7dc7d818 [2021-01-20T21:04:11.504Z] Step 3/22 : WORKDIR /edgex-go [2021-01-20T21:04:11.504Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T21:04:11.504Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-20T21:04:11.504Z] ---> 48ee7dc7d818 [2021-01-20T21:04:11.504Z] Step 3/21 : WORKDIR /edgex-go [2021-01-20T21:04:11.504Z] ---> Running in fe8e24fb14e2 [2021-01-20T21:04:11.504Z] ---> Running in 7d286e0ab7e5 [2021-01-20T21:04:11.504Z] ---> Running in 7728c59948b1 [2021-01-20T21:04:11.504Z] ---> Running in eef5e974419b [2021-01-20T21:04:11.504Z] ---> Running in 681d4d8cd63d [2021-01-20T21:04:11.504Z] Removing intermediate container eef5e974419b [2021-01-20T21:04:11.504Z] ---> 92a2165019ee [2021-01-20T21:04:11.504Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T21:04:11.504Z] Removing intermediate container fe8e24fb14e2 [2021-01-20T21:04:11.504Z] ---> 91ba07011ad1 [2021-01-20T21:04:11.504Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T21:04:11.504Z] Removing intermediate container 7728c59948b1 [2021-01-20T21:04:11.504Z] ---> 36973469f59e [2021-01-20T21:04:11.504Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T21:04:11.504Z] Removing intermediate container 681d4d8cd63d [2021-01-20T21:04:11.504Z] ---> eb55e0f364c7 [2021-01-20T21:04:11.504Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T21:04:11.504Z] Removing intermediate container 7d286e0ab7e5 [2021-01-20T21:04:11.504Z] ---> a619614fca88 [2021-01-20T21:04:11.504Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T21:04:11.504Z] ---> Running in 66269b469241 [2021-01-20T21:04:11.504Z] ---> Running in d8fe28db97ff [2021-01-20T21:04:11.504Z] ---> Running in 54f35929b3b5 [2021-01-20T21:04:11.504Z] ---> Running in ea2075128b7a [2021-01-20T21:04:11.504Z] ---> Running in 14f7193df673 [2021-01-20T21:04:11.767Z] Removing intermediate container 66269b469241 [2021-01-20T21:04:11.767Z] ---> 8566097303c5 [2021-01-20T21:04:11.767Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-20T21:04:12.038Z] ---> Running in 636dab79c8ff [2021-01-20T21:04:12.317Z] Removing intermediate container d8fe28db97ff [2021-01-20T21:04:12.317Z] ---> 42efa4820c43 [2021-01-20T21:04:12.317Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-20T21:04:12.317Z] Removing intermediate container ea2075128b7a [2021-01-20T21:04:12.317Z] ---> 80cea5922b32 [2021-01-20T21:04:12.317Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-20T21:04:12.317Z] ---> Running in 3bcc372aa022 [2021-01-20T21:04:12.579Z] ---> Running in 91caaa8272bb [2021-01-20T21:04:12.579Z] Removing intermediate container 14f7193df673 [2021-01-20T21:04:12.579Z] ---> 3603c7af3845 [2021-01-20T21:04:12.579Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-20T21:04:12.579Z] Removing intermediate container 54f35929b3b5 [2021-01-20T21:04:12.579Z] ---> 90858058410d [2021-01-20T21:04:12.579Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-20T21:04:12.579Z] ---> Running in d8c672f3cc8c [2021-01-20T21:04:12.841Z] ---> Running in 2632907f139e [2021-01-20T21:04:12.841Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T21:04:13.424Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T21:04:13.424Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T21:04:13.424Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T21:04:13.424Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T21:04:13.689Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T21:04:13.953Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T21:04:13.953Z] OK: 233 MiB in 51 packages [2021-01-20T21:04:14.220Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T21:04:14.220Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T21:04:14.220Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T21:04:14.506Z] Removing intermediate container 636dab79c8ff [2021-01-20T21:04:14.506Z] ---> fbfa03d2c855 [2021-01-20T21:04:14.506Z] Step 6/22 : COPY go.mod . [2021-01-20T21:04:14.507Z] OK: 233 MiB in 51 packages [2021-01-20T21:04:14.776Z] ---> 66fc104034c3 [2021-01-20T21:04:14.776Z] Step 7/22 : RUN go mod download [2021-01-20T21:04:14.776Z] OK: 233 MiB in 51 packages [2021-01-20T21:04:14.776Z] OK: 233 MiB in 51 packages [2021-01-20T21:04:14.776Z] ---> Running in e74086d9b642 [2021-01-20T21:04:15.039Z] OK: 233 MiB in 51 packages [2021-01-20T21:04:15.313Z] Removing intermediate container 3bcc372aa022 [2021-01-20T21:04:15.313Z] ---> c5205b816d77 [2021-01-20T21:04:15.313Z] Step 6/24 : COPY go.mod . [2021-01-20T21:04:15.891Z] ---> c80f0d328b43 [2021-01-20T21:04:15.891Z] Step 7/24 : RUN go mod download [2021-01-20T21:04:15.891Z] Removing intermediate container 91caaa8272bb [2021-01-20T21:04:15.891Z] ---> bdf7d0c4b2f8 [2021-01-20T21:04:15.891Z] Step 6/22 : COPY go.mod . [2021-01-20T21:04:15.891Z] ---> Running in be045d7febae [2021-01-20T21:04:15.891Z] Removing intermediate container d8c672f3cc8c [2021-01-20T21:04:15.891Z] ---> 5a31b99f6763 [2021-01-20T21:04:15.891Z] Step 6/26 : COPY go.mod . [2021-01-20T21:04:15.891Z] Removing intermediate container 2632907f139e [2021-01-20T21:04:15.891Z] ---> ec51030856c6 [2021-01-20T21:04:15.891Z] Step 6/21 : COPY go.mod . [2021-01-20T21:04:16.159Z] ---> 589740c28014 [2021-01-20T21:04:16.159Z] Step 7/22 : RUN go mod download [2021-01-20T21:04:16.437Z] ---> Running in 5af8714e3cab [2021-01-20T21:04:16.437Z] ---> 327617250f0c [2021-01-20T21:04:16.437Z] Step 7/21 : RUN go mod download [2021-01-20T21:04:16.437Z] ---> 68d5f522f362 [2021-01-20T21:04:16.437Z] Step 7/26 : RUN go mod download [2021-01-20T21:04:16.703Z] ---> Running in eaa0129ed016 [2021-01-20T21:04:16.703Z] ---> Running in 623c0a19da4f [2021-01-20T21:04:16.965Z] Removing intermediate container e74086d9b642 [2021-01-20T21:04:16.965Z] ---> 08219566394c [2021-01-20T21:04:16.965Z] Step 8/22 : COPY . . [2021-01-20T21:04:19.540Z] Removing intermediate container be045d7febae [2021-01-20T21:04:19.540Z] ---> 46ad6004df55 [2021-01-20T21:04:19.540Z] Step 8/24 : COPY . . [2021-01-20T21:04:23.789Z] Removing intermediate container 5af8714e3cab [2021-01-20T21:04:23.789Z] ---> 0226d8b0e185 [2021-01-20T21:04:23.789Z] Step 8/22 : COPY . . [2021-01-20T21:04:26.039Z] Removing intermediate container 85465dc5edae [2021-01-20T21:04:26.039Z] ---> 4cbd18d6e4e2 [2021-01-20T21:04:26.309Z] Successfully built 4cbd18d6e4e2 [2021-01-20T21:04:26.309Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:04:26.653Z] + docker inspect -f . ci-base-image-arm64 [2021-01-20T21:04:26.653Z] . [Pipeline] withDockerContainer [2021-01-20T21:04:26.900Z] prd-ubuntu18.04-docker-arm64-4c-16g-21670 does not seem to be running inside a container [2021-01-20T21:04:26.992Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/311 -v /w/workspace/edgex-go/311:/w/workspace/edgex-go/311:rw,z -v /w/workspace/edgex-go/311@tmp:/w/workspace/edgex-go/311@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-01-20T21:04:28.382Z] $ docker top d2b0da76fa62abd5363c6d073330f98e827805aebd002a4c6978615c246f94aa -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T21:04:29.341Z] + go version [2021-01-20T21:04:29.341Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-20T21:04:29.376Z] $ docker stop --time=1 d2b0da76fa62abd5363c6d073330f98e827805aebd002a4c6978615c246f94aa [2021-01-20T21:04:31.297Z] $ docker rm -f d2b0da76fa62abd5363c6d073330f98e827805aebd002a4c6978615c246f94aa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:04:32.503Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-20T21:04:32.503Z] [2021-01-20T21:04:32.503Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:04:33.196Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-20T21:04:33.470Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-20T21:04:33.470Z] 29e5d40040c1: Pulling fs layer [2021-01-20T21:04:33.470Z] 1ce36da41761: Pulling fs layer [2021-01-20T21:04:33.470Z] 25b303627fd3: Pulling fs layer [2021-01-20T21:04:33.745Z] 29e5d40040c1: Download complete [2021-01-20T21:04:34.215Z] Removing intermediate container eaa0129ed016 [2021-01-20T21:04:34.216Z] ---> 2e498f774e49 [2021-01-20T21:04:34.216Z] Step 8/21 : COPY . . [2021-01-20T21:04:34.216Z] Removing intermediate container 623c0a19da4f [2021-01-20T21:04:34.216Z] ---> 42030ee6f993 [2021-01-20T21:04:34.216Z] Step 8/26 : COPY . . [2021-01-20T21:04:34.354Z] 29e5d40040c1: Pull complete [2021-01-20T21:04:34.354Z] 1ce36da41761: Verifying Checksum [2021-01-20T21:04:34.354Z] 1ce36da41761: Download complete [2021-01-20T21:04:35.798Z] 1ce36da41761: Pull complete [2021-01-20T21:04:36.071Z] 25b303627fd3: Verifying Checksum [2021-01-20T21:04:36.071Z] 25b303627fd3: Download complete [2021-01-20T21:04:46.204Z] 25b303627fd3: Pull complete [2021-01-20T21:04:46.204Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-20T21:04:46.204Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-20T21:04:46.204Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-20T21:04:46.427Z] prd-ubuntu18.04-docker-arm64-4c-16g-21670 does not seem to be running inside a container [2021-01-20T21:04:46.515Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/311 -v /w/workspace/edgex-go/311:/w/workspace/edgex-go/311:rw,z -v /w/workspace/edgex-go/311@tmp:/w/workspace/edgex-go/311@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-20T21:04:49.638Z] $ docker top 9cb8c304b3a5fb34fb1de8b2a75085403c41cece45c8295c3ca41bc22aad1620 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T21:04:50.668Z] + docker-compose build --help [2021-01-20T21:04:50.668Z] + grep parallel [2021-01-20T21:04:52.586Z] ---> aa5761277538 [2021-01-20T21:04:52.586Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-20T21:04:54.957Z] --parallel Build images in parallel. [Pipeline] } [2021-01-20T21:04:54.991Z] $ docker stop --time=1 9cb8c304b3a5fb34fb1de8b2a75085403c41cece45c8295c3ca41bc22aad1620 [2021-01-20T21:04:55.151Z] ---> 4b98769dcc37 [2021-01-20T21:04:55.151Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-20T21:04:55.418Z] ---> Running in 67258bf0b3d2 [2021-01-20T21:04:56.915Z] $ docker rm -f 9cb8c304b3a5fb34fb1de8b2a75085403c41cece45c8295c3ca41bc22aad1620 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [2021-01-20T21:04:57.344Z] ---> Running in d8fc17b13ef0 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:04:57.692Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-20T21:04:57.692Z] . [Pipeline] withDockerContainer [2021-01-20T21:04:57.929Z] ---> d93abe6da720 [2021-01-20T21:04:57.929Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-20T21:04:58.026Z] prd-ubuntu18.04-docker-arm64-4c-16g-21670 does not seem to be running inside a container [2021-01-20T21:04:58.162Z] $ 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/311 -v /w/workspace/edgex-go/311:/w/workspace/edgex-go/311:rw,z -v /w/workspace/edgex-go/311@tmp:/w/workspace/edgex-go/311@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-01-20T21:04:59.744Z] $ docker top 6400f5ab414424b64ca08094b1a48333a9035e47627bfe424801af2cd6b4eed7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T21:05:00.496Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.48" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-20T21:05:00.815Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-20T21:05:02.434Z] ---> Running in 7a6fcd0c89f5 [2021-01-20T21:05:02.434Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.48" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-20T21:05:03.395Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.48" -o cmd/core-command/core-command ./cmd/core-command [2021-01-20T21:05:05.184Z] Building docker-core-command-go ... [2021-01-20T21:05:05.184Z] Building docker-core-data-go ... [2021-01-20T21:05:05.184Z] Building docker-core-metadata-go ... [2021-01-20T21:05:05.184Z] Building docker-security-bootstrap-redis-go ... [2021-01-20T21:05:05.184Z] Building docker-security-proxy-setup-go ... [2021-01-20T21:05:05.184Z] Building docker-security-secretstore-setup-go ... [2021-01-20T21:05:05.184Z] Building docker-support-notifications-go ... [2021-01-20T21:05:05.184Z] Building docker-support-scheduler-go ... [2021-01-20T21:05:05.184Z] Building docker-sys-mgmt-agent-go ... [2021-01-20T21:05:05.184Z] Building docker-core-data-go [2021-01-20T21:05:05.184Z] Building docker-sys-mgmt-agent-go [2021-01-20T21:05:05.185Z] Building docker-security-proxy-setup-go [2021-01-20T21:05:05.185Z] Building docker-security-bootstrap-redis-go [2021-01-20T21:05:05.185Z] Building docker-support-notifications-go [2021-01-20T21:05:05.344Z] ---> 0cdd2ed224f8 [2021-01-20T21:05:05.344Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-20T21:05:05.933Z] ---> b772007f7e7b [2021-01-20T21:05:05.933Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-20T21:05:06.205Z] ---> Running in 1122345aa264 [2021-01-20T21:05:06.205Z] ---> Running in 9e32fd7b6304 [2021-01-20T21:05:07.177Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.48" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-20T21:05:07.177Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.48" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-20T21:05:29.299Z] Removing intermediate container 67258bf0b3d2 [2021-01-20T21:05:29.299Z] ---> 7228d887194c [2021-01-20T21:05:29.299Z] [2021-01-20T21:05:29.299Z] Step 10/22 : FROM alpine:3.12 [2021-01-20T21:05:29.299Z] 3.12: Pulling from library/alpine [2021-01-20T21:05:30.253Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-20T21:05:30.253Z] Removing intermediate container d8fc17b13ef0 [2021-01-20T21:05:30.253Z] ---> bc9b0c7f3482 [2021-01-20T21:05:30.253Z] [2021-01-20T21:05:30.253Z] Step 10/24 : FROM scratch [2021-01-20T21:05:30.253Z] ---> [2021-01-20T21:05:30.253Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-20T21:05:30.253Z] Status: Downloaded newer image for alpine:3.12 [2021-01-20T21:05:30.253Z] ---> 389fef711851 [2021-01-20T21:05:30.253Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-20T21:05:30.519Z] ---> Running in 2ea47a1da6c9 [2021-01-20T21:05:30.519Z] ---> Running in eac384c4d667 [2021-01-20T21:05:30.788Z] Removing intermediate container eac384c4d667 [2021-01-20T21:05:30.788Z] ---> 6f8f4be9b3e9 [2021-01-20T21:05:30.788Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-20T21:05:31.057Z] ---> Running in 2e7d7e60101a [2021-01-20T21:05:31.329Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.48" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-20T21:05:31.592Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T21:05:31.592Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T21:05:31.860Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-20T21:05:31.860Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-20T21:05:31.860Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-20T21:05:31.860Z] (4/5) Installing curl (7.69.1-r3) [2021-01-20T21:05:31.860Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-20T21:05:31.860Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T21:05:31.860Z] Executing ca-certificates-20191127-r4.trigger [2021-01-20T21:05:31.860Z] OK: 7 MiB in 19 packages [2021-01-20T21:05:32.434Z] Removing intermediate container 2e7d7e60101a [2021-01-20T21:05:32.434Z] ---> 72328b6339fc [2021-01-20T21:05:32.434Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-20T21:05:33.826Z] ---> Running in d8bd387e7158 [2021-01-20T21:05:33.826Z] Removing intermediate container 7a6fcd0c89f5 [2021-01-20T21:05:33.826Z] ---> 5c3118769c2b [2021-01-20T21:05:33.826Z] [2021-01-20T21:05:33.826Z] Step 10/22 : FROM scratch [2021-01-20T21:05:33.826Z] ---> [2021-01-20T21:05:33.826Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-20T21:05:34.096Z] ---> Running in ff4e6b1c56be [2021-01-20T21:05:34.096Z] Removing intermediate container d8bd387e7158 [2021-01-20T21:05:34.096Z] ---> 33d12ba4fe20 [2021-01-20T21:05:34.096Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-20T21:05:34.359Z] Removing intermediate container ff4e6b1c56be [2021-01-20T21:05:34.359Z] ---> 7d4da60aec4a [2021-01-20T21:05:34.359Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-20T21:05:36.280Z] ---> 159e64f31de1 [2021-01-20T21:05:36.280Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-20T21:05:36.280Z] ---> Running in ea5eb6a68e02 [2021-01-20T21:05:37.668Z] Removing intermediate container 2ea47a1da6c9 [2021-01-20T21:05:37.668Z] ---> 53ca49d0d718 [2021-01-20T21:05:37.668Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-20T21:05:37.932Z] Removing intermediate container 9e32fd7b6304 [2021-01-20T21:05:37.933Z] ---> 594b8b00ca73 [2021-01-20T21:05:37.933Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-20T21:05:37.933Z] Removing intermediate container ea5eb6a68e02 [2021-01-20T21:05:37.933Z] ---> 7572ea839aca [2021-01-20T21:05:37.933Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-20T21:05:37.933Z] ---> 13040667ed95 [2021-01-20T21:05:37.933Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-20T21:05:37.933Z] ---> Running in 49aa5ef69670 [2021-01-20T21:05:38.196Z] ---> Running in 42d38e9f8d12 [2021-01-20T21:05:38.196Z] ---> Running in a0c129fd93b7 [2021-01-20T21:05:39.153Z] Removing intermediate container 49aa5ef69670 [2021-01-20T21:05:39.153Z] ---> 9e58e8db7136 [2021-01-20T21:05:39.153Z] Step 13/22 : WORKDIR / [2021-01-20T21:05:39.729Z] Removing intermediate container a0c129fd93b7 [2021-01-20T21:05:39.729Z] ---> 411fd64a3f09 [2021-01-20T21:05:39.729Z] Step 14/22 : WORKDIR / [2021-01-20T21:05:39.729Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.48" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-20T21:05:40.000Z] ---> Running in 74c9509855d4 [2021-01-20T21:05:40.000Z] ---> ceebf06ddb94 [2021-01-20T21:05:40.000Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T21:05:40.000Z] ---> Running in f1bbf7e2a36d [2021-01-20T21:05:40.000Z] Removing intermediate container 1122345aa264 [2021-01-20T21:05:40.000Z] ---> 780aa031f51f [2021-01-20T21:05:40.000Z] [2021-01-20T21:05:40.000Z] Step 10/21 : FROM alpine:3.12 [2021-01-20T21:05:40.000Z] ---> 389fef711851 [2021-01-20T21:05:40.000Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-20T21:05:40.264Z] ---> Running in 38ee680c4993 [2021-01-20T21:05:40.264Z] Removing intermediate container 74c9509855d4 [2021-01-20T21:05:40.264Z] ---> 1bd151b56538 [2021-01-20T21:05:40.264Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T21:05:40.264Z] Removing intermediate container f1bbf7e2a36d [2021-01-20T21:05:40.264Z] ---> b28b8cd8afc7 [2021-01-20T21:05:40.264Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T21:05:40.531Z] ---> 8f87638aa684 [2021-01-20T21:05:40.531Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-20T21:05:40.800Z] ---> fc39b12ca354 [2021-01-20T21:05:40.800Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-20T21:05:40.800Z] ---> 4f68a6d06a62 [2021-01-20T21:05:40.800Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-20T21:05:41.072Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T21:05:41.072Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T21:05:41.335Z] ---> 69dcd81b8bde [2021-01-20T21:05:41.335Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-20T21:05:41.335Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-20T21:05:41.335Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-20T21:05:41.335Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-20T21:05:41.335Z] (4/4) Installing curl (7.69.1-r3) [2021-01-20T21:05:41.335Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T21:05:41.335Z] Executing ca-certificates-20191127-r4.trigger [2021-01-20T21:05:41.335Z] OK: 7 MiB in 18 packages [2021-01-20T21:05:41.597Z] Removing intermediate container 42d38e9f8d12 [2021-01-20T21:05:41.597Z] ---> 9d58d181e655 [2021-01-20T21:05:41.597Z] [2021-01-20T21:05:41.597Z] Step 11/26 : FROM docker:20.10.0 [2021-01-20T21:05:41.862Z] 20.10.0: Pulling from library/docker [2021-01-20T21:05:41.862Z] ---> 0915ffb58af3 [2021-01-20T21:05:41.862Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-20T21:05:41.862Z] ---> 85b0d2fd76f5 [2021-01-20T21:05:41.862Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-20T21:05:42.454Z] ---> c6c7ddb7c54b [2021-01-20T21:05:42.454Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-20T21:05:43.403Z] ---> Running in ca06cf33c7d9 [2021-01-20T21:05:43.403Z] ---> 5af321554693 [2021-01-20T21:05:43.403Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-20T21:05:43.978Z] ---> 61d52a878730 [2021-01-20T21:05:43.978Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-20T21:05:44.240Z] Removing intermediate container 38ee680c4993 [2021-01-20T21:05:44.240Z] ---> 9cb4d0e2effb [2021-01-20T21:05:44.240Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-20T21:05:44.240Z] ---> Running in ab9abb3f9419 [2021-01-20T21:05:44.240Z] ---> 26cc27f327af [2021-01-20T21:05:44.240Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-20T21:05:44.240Z] Removing intermediate container ca06cf33c7d9 [2021-01-20T21:05:44.240Z] ---> 974d35dd8f9a [2021-01-20T21:05:44.240Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T21:05:44.501Z] ---> Running in 06a437a0dd3c [2021-01-20T21:05:44.501Z] ---> Running in bc422fb283c0 [2021-01-20T21:05:44.501Z] ---> Running in 6b2ea16437ad [2021-01-20T21:05:44.501Z] Removing intermediate container ab9abb3f9419 [2021-01-20T21:05:44.501Z] ---> 7a47ca38e02c [2021-01-20T21:05:44.501Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T21:05:45.089Z] ---> Running in a73a6f7bdc6d [2021-01-20T21:05:45.089Z] Removing intermediate container 06a437a0dd3c [2021-01-20T21:05:45.089Z] ---> 9a582da951dd [2021-01-20T21:05:45.089Z] Step 13/21 : WORKDIR /edgex [2021-01-20T21:05:45.089Z] Removing intermediate container 6b2ea16437ad [2021-01-20T21:05:45.090Z] ---> 8d86b838d071 [2021-01-20T21:05:45.090Z] Step 22/24 : LABEL arch=x86_64 [2021-01-20T21:05:45.090Z] ---> Running in e29851dc8619 [2021-01-20T21:05:45.090Z] ---> Running in 64d8f009059f [2021-01-20T21:05:45.358Z] Removing intermediate container a73a6f7bdc6d [2021-01-20T21:05:45.358Z] ---> 55fc186ebc58 [2021-01-20T21:05:45.358Z] Step 20/22 : LABEL arch=x86_64 [2021-01-20T21:05:45.945Z] Removing intermediate container e29851dc8619 [2021-01-20T21:05:45.945Z] ---> c04e7f4a94c8 [2021-01-20T21:05:45.945Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-20T21:05:45.945Z] ---> Running in f6eeca84236d [2021-01-20T21:05:46.209Z] Removing intermediate container 64d8f009059f [2021-01-20T21:05:46.209Z] ---> d5d42df7ba71 [2021-01-20T21:05:46.209Z] Step 23/24 : LABEL git_sha=ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:05:46.209Z] ---> Running in 5d3869ea0de1 [2021-01-20T21:05:46.481Z] Removing intermediate container f6eeca84236d [2021-01-20T21:05:46.481Z] ---> ba8be53f729a [2021-01-20T21:05:46.481Z] Step 21/22 : LABEL git_sha=ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:05:46.481Z] ---> Running in c714e40252e9 [2021-01-20T21:05:46.481Z] ---> fbb6eb56aa15 [2021-01-20T21:05:46.481Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-20T21:05:46.743Z] Removing intermediate container bc422fb283c0 [2021-01-20T21:05:46.743Z] ---> c98854ad2df7 [2021-01-20T21:05:46.743Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-20T21:05:46.743Z] Removing intermediate container 5d3869ea0de1 [2021-01-20T21:05:46.743Z] ---> 62bb09eb8c9b [2021-01-20T21:05:46.743Z] Step 24/24 : LABEL version=2.0.0-dev.48 [2021-01-20T21:05:47.695Z] ---> Running in d3537b9f3639 [2021-01-20T21:05:47.695Z] ---> Running in 013609bd9d48 [2021-01-20T21:05:47.695Z] Removing intermediate container c714e40252e9 [2021-01-20T21:05:47.695Z] ---> 810e3fc12eb8 [2021-01-20T21:05:47.695Z] Step 22/22 : LABEL version=2.0.0-dev.48 [2021-01-20T21:05:48.269Z] ---> 787ceed6dea0 [2021-01-20T21:05:48.269Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-20T21:05:48.269Z] ---> Running in b8c59e49c2b3 [2021-01-20T21:05:48.532Z] Removing intermediate container 013609bd9d48 [2021-01-20T21:05:48.532Z] ---> 97ddcaee84d7 [2021-01-20T21:05:48.532Z] [2021-01-20T21:05:48.532Z] Removing intermediate container d3537b9f3639 [2021-01-20T21:05:48.532Z] ---> 8859470b12bb [2021-01-20T21:05:48.532Z] Step 20/22 : LABEL arch=x86_64 [2021-01-20T21:05:48.532Z] Removing intermediate container b8c59e49c2b3 [2021-01-20T21:05:48.532Z] ---> 312e92f2f0c4 [2021-01-20T21:05:48.532Z] [2021-01-20T21:05:48.532Z] Successfully built 312e92f2f0c4 [2021-01-20T21:05:48.806Z] Successfully built 97ddcaee84d7 [2021-01-20T21:05:48.806Z] Successfully tagged docker-core-command-go:latest [2021-01-20T21:05:48.806Z] Successfully tagged docker-support-notifications-go:latest [2021-01-20T21:05:48.806Z] Building docker-core-metadata-go [2021-01-20T21:05:48.806Z]  Building docker-core-command-go ... done  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-01-20T21:05:48.806Z] ---> Running in 2a7f7d6302f9 [2021-01-20T21:05:48.806Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-20T21:05:48.806Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-20T21:05:48.806Z] ---> aefe523efa57 [2021-01-20T21:05:48.806Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-20T21:05:48.806Z] ---> e0fb7148beff [2021-01-20T21:05:48.806Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-20T21:05:48.806Z] ---> Running in 693485dee507 [2021-01-20T21:05:48.806Z] ---> Running in 908a4d0c667c [2021-01-20T21:05:49.071Z] Removing intermediate container 2a7f7d6302f9 [2021-01-20T21:05:49.071Z] ---> 2458cfc9d1c7 [2021-01-20T21:05:49.071Z] Step 21/22 : LABEL git_sha=ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:05:49.339Z] ---> Running in 09cdf3de47f2 [2021-01-20T21:05:49.339Z] Removing intermediate container 693485dee507 [2021-01-20T21:05:49.339Z] ---> c2cd434a1fe8 [2021-01-20T21:05:49.339Z] Step 18/21 : CMD ["--init=true"] [2021-01-20T21:05:49.339Z] ---> Running in 8a3c66fb65c9 [2021-01-20T21:05:51.536Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T21:05:51.536Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T21:05:51.804Z] (1/2) Installing readline (8.0.4-r0) [2021-01-20T21:05:51.804Z] (2/2) Installing bash (5.0.17-r0) [2021-01-20T21:05:51.804Z] Executing bash-5.0.17-r0.post-install [2021-01-20T21:05:51.804Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T21:05:51.804Z] OK: 12 MiB in 22 packages [2021-01-20T21:05:52.137Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T21:05:52.137Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-20T21:05:52.137Z] ---> 4cbd18d6e4e2 [2021-01-20T21:05:52.137Z] Step 3/21 : WORKDIR /edgex-go [2021-01-20T21:05:52.137Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T21:05:52.137Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-20T21:05:52.137Z] ---> 4cbd18d6e4e2 [2021-01-20T21:05:52.137Z] Step 3/26 : WORKDIR /edgex-go [2021-01-20T21:05:52.137Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T21:05:52.137Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-20T21:05:52.137Z] ---> 4cbd18d6e4e2 [2021-01-20T21:05:52.137Z] Step 3/24 : WORKDIR /edgex-go [2021-01-20T21:05:52.137Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T21:05:52.137Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-20T21:05:52.137Z] ---> 4cbd18d6e4e2 [2021-01-20T21:05:52.137Z] Step 3/22 : WORKDIR /edgex-go [2021-01-20T21:05:52.137Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T21:05:52.137Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-20T21:05:52.137Z] ---> 4cbd18d6e4e2 [2021-01-20T21:05:52.137Z] Step 3/23 : WORKDIR /edgex-go [2021-01-20T21:05:52.749Z] ---> Running in 0a5e7b4ffede [2021-01-20T21:05:52.749Z] ---> Running in 9c1603ada066 [2021-01-20T21:05:52.749Z] ---> Running in 7973bd657750 [2021-01-20T21:05:52.749Z] ---> Running in 9d033d2a94f1 [2021-01-20T21:05:52.749Z] ---> Running in 606b33fb62a6 [2021-01-20T21:05:53.356Z] Removing intermediate container 9c1603ada066 [2021-01-20T21:05:53.356Z] ---> b01a73c123ae [2021-01-20T21:05:53.356Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T21:05:53.629Z] Removing intermediate container 0a5e7b4ffede [2021-01-20T21:05:53.629Z] ---> d952d8c9f67e [2021-01-20T21:05:53.629Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T21:05:53.629Z] Removing intermediate container 9d033d2a94f1 [2021-01-20T21:05:53.629Z] ---> 032c53e11a15 [2021-01-20T21:05:53.629Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T21:05:53.629Z] Removing intermediate container 606b33fb62a6 [2021-01-20T21:05:53.629Z] ---> c59c2a49b5f5 [2021-01-20T21:05:53.629Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T21:05:53.629Z] Removing intermediate container 7973bd657750 [2021-01-20T21:05:53.629Z] ---> 35549f97c3eb [2021-01-20T21:05:53.629Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T21:05:53.736Z] Removing intermediate container 09cdf3de47f2 [2021-01-20T21:05:53.736Z] ---> ba247caf3f2a [2021-01-20T21:05:53.736Z] Step 22/22 : LABEL version=2.0.0-dev.48 [2021-01-20T21:05:53.904Z] ---> Running in 4574629bf6bb [2021-01-20T21:05:53.904Z] ---> Running in a621307d97d5 [2021-01-20T21:05:53.904Z] ---> Running in 7132371161a6 [2021-01-20T21:05:53.904Z] ---> Running in 037c38bb45b0 [2021-01-20T21:05:53.904Z] ---> Running in 6ff2e0d26a13 [2021-01-20T21:05:56.290Z] Removing intermediate container 8a3c66fb65c9 [2021-01-20T21:05:56.290Z] ---> 38dd7816ac40 [2021-01-20T21:05:56.290Z] Step 19/21 : LABEL arch=x86_64 [2021-01-20T21:05:56.290Z] ---> Running in 2df78ee37558 [2021-01-20T21:05:56.867Z] ---> Running in 561215e9fbfb [2021-01-20T21:05:58.225Z] Removing intermediate container 4574629bf6bb [2021-01-20T21:05:58.225Z] ---> 3e12f8810595 [2021-01-20T21:05:58.225Z] Removing intermediate container a621307d97d5 [2021-01-20T21:05:58.225Z] ---> 0ccb7d475891 [2021-01-20T21:05:58.225Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-20T21:05:58.225Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-20T21:05:58.225Z] ---> Running in 5e28511bc477 [2021-01-20T21:05:58.225Z] ---> Running in 371c0833b241 [2021-01-20T21:05:58.225Z] Removing intermediate container 037c38bb45b0 [2021-01-20T21:05:58.225Z] ---> 1da229518a15 [2021-01-20T21:05:58.225Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-20T21:05:58.225Z] Removing intermediate container 7132371161a6 [2021-01-20T21:05:58.225Z] ---> 4022f27648c9 [2021-01-20T21:05:58.225Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-20T21:05:58.225Z] Removing intermediate container 6ff2e0d26a13 [2021-01-20T21:05:58.225Z] ---> b99811f2a7f8 [2021-01-20T21:05:58.225Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-20T21:05:58.507Z] ---> Running in 2eab756bff52 [2021-01-20T21:05:58.507Z] ---> Running in 32b629ebacbe [2021-01-20T21:05:58.507Z] ---> Running in 63860360e25d [2021-01-20T21:05:59.463Z] Removing intermediate container 908a4d0c667c [2021-01-20T21:05:59.463Z] ---> de351785f818 [2021-01-20T21:05:59.463Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-20T21:05:59.463Z] Removing intermediate container 2df78ee37558 [2021-01-20T21:05:59.463Z] ---> cc4a820bc49f [2021-01-20T21:05:59.463Z] [2021-01-20T21:05:59.463Z] Removing intermediate container 561215e9fbfb [2021-01-20T21:05:59.463Z] ---> 0fb17358cc4f [2021-01-20T21:05:59.463Z] Step 20/21 : LABEL git_sha=ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:05:59.463Z] Successfully built cc4a820bc49f [2021-01-20T21:05:59.463Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-20T21:05:59.463Z] Building docker-core-data-go [2021-01-20T21:06:00.512Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T21:06:00.512Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T21:06:00.788Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T21:06:00.788Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T21:06:00.788Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T21:06:01.776Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T21:06:01.776Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T21:06:02.048Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T21:06:02.048Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T21:06:02.048Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T21:06:02.066Z]  Building docker-security-bootstrap-redis-go ... done  ---> Running in f181bcad2e2d [2021-01-20T21:06:02.067Z] ---> Running in f2519fc046fc [2021-01-20T21:06:03.026Z] OK: 217 MiB in 51 packages [2021-01-20T21:06:03.300Z] OK: 217 MiB in 51 packages [2021-01-20T21:06:03.300Z] OK: 217 MiB in 51 packages [2021-01-20T21:06:03.591Z] OK: 217 MiB in 51 packages [2021-01-20T21:06:03.591Z] OK: 217 MiB in 51 packages [2021-01-20T21:06:04.568Z] Removing intermediate container 5e28511bc477 [2021-01-20T21:06:04.568Z] ---> 2b5363da7d7a [2021-01-20T21:06:04.568Z] Step 6/24 : COPY go.mod . [2021-01-20T21:06:04.841Z] Removing intermediate container 371c0833b241 [2021-01-20T21:06:04.841Z] ---> a6c02ac57480 [2021-01-20T21:06:04.841Z] Step 6/22 : COPY go.mod . [2021-01-20T21:06:05.442Z] Removing intermediate container 2eab756bff52 [2021-01-20T21:06:05.442Z] ---> da390d85fef5 [2021-01-20T21:06:05.442Z] Step 6/21 : COPY go.mod . [2021-01-20T21:06:05.719Z] ---> cda577ebacee [2021-01-20T21:06:05.719Z] Step 7/24 : RUN go mod download [2021-01-20T21:06:05.719Z] Removing intermediate container 63860360e25d [2021-01-20T21:06:05.719Z] ---> 77555b8eb790 [2021-01-20T21:06:05.719Z] Step 6/26 : COPY go.mod . [2021-01-20T21:06:05.719Z] Removing intermediate container 32b629ebacbe [2021-01-20T21:06:05.719Z] ---> 04ee010e86e1 [2021-01-20T21:06:05.719Z] Step 6/23 : COPY go.mod . [2021-01-20T21:06:05.719Z] ---> Running in 18a25fb3cf72 [2021-01-20T21:06:05.995Z] ---> 08c384fa5290 [2021-01-20T21:06:05.995Z] Step 7/22 : RUN go mod download [2021-01-20T21:06:06.271Z] ---> Running in 8f3d81d86471 [2021-01-20T21:06:06.271Z] ---> 8c0177191e46 [2021-01-20T21:06:06.271Z] Step 7/21 : RUN go mod download [2021-01-20T21:06:06.308Z] Removing intermediate container f181bcad2e2d [2021-01-20T21:06:06.308Z] ---> a520bd641c6e [2021-01-20T21:06:06.308Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-20T21:06:06.308Z] Removing intermediate container f2519fc046fc [2021-01-20T21:06:06.308Z] ---> 9c7829416bd4 [2021-01-20T21:06:06.308Z] Step 21/21 : LABEL version=2.0.0-dev.48 [2021-01-20T21:06:06.544Z] ---> Running in f4008ec09036 [2021-01-20T21:06:06.816Z] ---> 2e301a72cdd0 [2021-01-20T21:06:06.816Z] Step 7/23 : RUN go mod download [2021-01-20T21:06:06.816Z] ---> 83f3e9c7d108 [2021-01-20T21:06:06.816Z] Step 7/26 : RUN go mod download [2021-01-20T21:06:06.889Z] ---> Running in 6c7acc1aa29c [2021-01-20T21:06:06.890Z] ---> Running in fb363dc9e2b5 [2021-01-20T21:06:07.088Z] ---> Running in d1a95f1e005e [2021-01-20T21:06:07.088Z] ---> Running in aa897982bc8c [2021-01-20T21:06:07.153Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T21:06:07.153Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-20T21:06:07.154Z] ---> 48ee7dc7d818 [2021-01-20T21:06:07.154Z] Step 3/24 : WORKDIR /edgex-go [2021-01-20T21:06:07.154Z] ---> Using cache [2021-01-20T21:06:07.154Z] ---> eb55e0f364c7 [2021-01-20T21:06:07.154Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T21:06:07.154Z] ---> Using cache [2021-01-20T21:06:07.154Z] ---> 3603c7af3845 [2021-01-20T21:06:07.154Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-20T21:06:07.894Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T21:06:07.894Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-20T21:06:07.894Z] ---> 48ee7dc7d818 [2021-01-20T21:06:07.894Z] Step 3/22 : WORKDIR /edgex-go [2021-01-20T21:06:07.894Z] ---> Using cache [2021-01-20T21:06:07.894Z] ---> eb55e0f364c7 [2021-01-20T21:06:07.894Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T21:06:07.894Z] ---> Using cache [2021-01-20T21:06:07.894Z] ---> 3603c7af3845 [2021-01-20T21:06:07.894Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-20T21:06:08.857Z] ---> Running in 44cb68435726 [2021-01-20T21:06:08.857Z] Removing intermediate container 6c7acc1aa29c [2021-01-20T21:06:08.857Z] ---> f451c5af2c55 [2021-01-20T21:06:08.857Z] [2021-01-20T21:06:08.857Z] ---> Running in 3842efcd0164 [2021-01-20T21:06:08.857Z] Removing intermediate container fb363dc9e2b5 [2021-01-20T21:06:08.857Z] ---> 0fe28674de81 [2021-01-20T21:06:08.857Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-20T21:06:09.439Z] Successfully built f451c5af2c55 [2021-01-20T21:06:09.439Z] ---> Running in 57e74383ec2e [2021-01-20T21:06:09.439Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-20T21:06:09.439Z]  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go [2021-01-20T21:06:09.715Z] Removing intermediate container 57e74383ec2e [2021-01-20T21:06:09.715Z] ---> 1720f573641a [2021-01-20T21:06:09.715Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-20T21:06:09.730Z] Removing intermediate container 18a25fb3cf72 [2021-01-20T21:06:09.730Z] ---> 23483c136312 [2021-01-20T21:06:09.730Z] Step 8/24 : COPY . . [2021-01-20T21:06:10.328Z] Removing intermediate container 8f3d81d86471 [2021-01-20T21:06:10.328Z] ---> 68a809612113 [2021-01-20T21:06:10.328Z] Step 8/22 : COPY . . [2021-01-20T21:06:10.925Z] Removing intermediate container f4008ec09036 [2021-01-20T21:06:10.925Z] ---> c9a64c04b293 [2021-01-20T21:06:10.925Z] Step 8/21 : COPY . . [2021-01-20T21:06:11.950Z] Removing intermediate container d1a95f1e005e [2021-01-20T21:06:11.950Z] ---> 7d5de1a3c729 [2021-01-20T21:06:11.950Z] Step 8/23 : COPY . . [2021-01-20T21:06:12.227Z] Removing intermediate container aa897982bc8c [2021-01-20T21:06:12.227Z] ---> e7c01e784899 [2021-01-20T21:06:12.227Z] Step 8/26 : COPY . . [2021-01-20T21:06:12.276Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T21:06:12.276Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T21:06:12.850Z] ---> 10cc54e77204 [2021-01-20T21:06:12.850Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-20T21:06:13.115Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T21:06:13.115Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T21:06:14.074Z] OK: 233 MiB in 51 packages [2021-01-20T21:06:14.074Z] OK: 233 MiB in 51 packages [2021-01-20T21:06:16.011Z] ---> c777cdcf41f4 [2021-01-20T21:06:16.011Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-20T21:06:16.284Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T21:06:16.284Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-20T21:06:16.284Z] ---> 48ee7dc7d818 [2021-01-20T21:06:16.284Z] Step 3/23 : WORKDIR /edgex-go [2021-01-20T21:06:16.284Z] ---> Using cache [2021-01-20T21:06:16.284Z] ---> eb55e0f364c7 [2021-01-20T21:06:16.284Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T21:06:16.284Z] ---> Using cache [2021-01-20T21:06:16.284Z] ---> 3603c7af3845 [2021-01-20T21:06:16.284Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-20T21:06:17.680Z] ---> Running in 37356f506a80 [2021-01-20T21:06:17.680Z] ---> 4d3a1fcec776 [2021-01-20T21:06:17.680Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-20T21:06:17.680Z] Removing intermediate container 44cb68435726 [2021-01-20T21:06:17.680Z] ---> 7c274b76889d [2021-01-20T21:06:17.680Z] Step 6/24 : COPY go.mod . [2021-01-20T21:06:17.957Z] Removing intermediate container 3842efcd0164 [2021-01-20T21:06:17.957Z] ---> 27ce0df1b6ee [2021-01-20T21:06:17.957Z] Step 6/22 : COPY go.mod . [2021-01-20T21:06:17.957Z] ---> Running in 3cf385ad79c3 [2021-01-20T21:06:18.921Z] ---> 2a97a2b61dcc [2021-01-20T21:06:18.921Z] Step 7/22 : RUN go mod download [2021-01-20T21:06:19.513Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T21:06:20.088Z] ---> 007a756e4a1e [2021-01-20T21:06:20.088Z] Step 7/24 : RUN go mod download [2021-01-20T21:06:20.088Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T21:06:20.358Z] ---> Running in af55909375dd [2021-01-20T21:06:20.358Z] ---> Running in b6212dfe68a6 [2021-01-20T21:06:20.358Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T21:06:20.621Z] OK: 233 MiB in 51 packages [2021-01-20T21:06:20.621Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T21:06:20.890Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-20T21:06:20.890Z] (2/33) Installing expat (2.2.9-r1) [2021-01-20T21:06:20.890Z] (3/33) Installing libffi (3.3-r2) [2021-01-20T21:06:20.890Z] (4/33) Installing gdbm (1.13-r1) [2021-01-20T21:06:21.161Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-20T21:06:21.161Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-20T21:06:21.161Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-20T21:06:25.416Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T21:06:25.416Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-20T21:06:25.416Z] ---> 48ee7dc7d818 [2021-01-20T21:06:25.416Z] Step 3/21 : WORKDIR /edgex-go [2021-01-20T21:06:25.416Z] ---> Using cache [2021-01-20T21:06:25.416Z] ---> eb55e0f364c7 [2021-01-20T21:06:25.416Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T21:06:25.416Z] ---> Using cache [2021-01-20T21:06:25.416Z] ---> 3603c7af3845 [2021-01-20T21:06:25.416Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-20T21:06:25.416Z] ---> Using cache [2021-01-20T21:06:25.416Z] ---> 27ce0df1b6ee [2021-01-20T21:06:25.416Z] Step 6/21 : COPY go.mod . [2021-01-20T21:06:25.416Z] ---> Using cache [2021-01-20T21:06:25.416Z] ---> 2a97a2b61dcc [2021-01-20T21:06:25.416Z] Step 7/21 : RUN go mod download [2021-01-20T21:06:26.362Z] Removing intermediate container 37356f506a80 [2021-01-20T21:06:26.362Z] ---> dd28c4114bdc [2021-01-20T21:06:26.362Z] Step 6/23 : COPY go.mod . [2021-01-20T21:06:26.362Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-20T21:06:26.362Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-20T21:06:26.362Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-20T21:06:26.362Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-20T21:06:26.362Z] ---> Running in 62635a8bf18a [2021-01-20T21:06:26.362Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-20T21:06:26.362Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-20T21:06:26.362Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-20T21:06:26.623Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-20T21:06:26.623Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-20T21:06:26.623Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-20T21:06:27.196Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-20T21:06:27.196Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-20T21:06:27.457Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-20T21:06:27.457Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-20T21:06:27.719Z] ---> 8ccd4567f253 [2021-01-20T21:06:27.719Z] Step 7/23 : RUN go mod download [2021-01-20T21:06:27.719Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-20T21:06:27.719Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-20T21:06:27.719Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-20T21:06:27.980Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-20T21:06:27.980Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-20T21:06:27.980Z] ---> Running in 785a4b5443ea [2021-01-20T21:06:27.980Z] Removing intermediate container b6212dfe68a6 [2021-01-20T21:06:27.980Z] ---> 202f1c5333c2 [2021-01-20T21:06:27.980Z] Step 8/24 : COPY . . [2021-01-20T21:06:27.980Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-20T21:06:28.242Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-20T21:06:28.242Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-20T21:06:28.506Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-20T21:06:28.506Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-20T21:06:28.506Z] Removing intermediate container af55909375dd [2021-01-20T21:06:28.506Z] ---> 80f24d0e7651 [2021-01-20T21:06:28.506Z] Step 8/22 : COPY . . [2021-01-20T21:06:28.506Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-20T21:06:28.506Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-20T21:06:28.776Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T21:06:28.776Z] OK: 71 MiB in 55 packages [2021-01-20T21:06:30.590Z] ---> dd64f16141f4 [2021-01-20T21:06:30.590Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-20T21:06:30.590Z] ---> 9fe161ce1aca [2021-01-20T21:06:30.590Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-20T21:06:30.590Z] ---> 9719a50d6ec9 [2021-01-20T21:06:30.590Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-20T21:06:30.590Z] ---> d4cb262a14fc [2021-01-20T21:06:30.590Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-20T21:06:30.590Z] ---> Running in f7a3e7e9edad [2021-01-20T21:06:30.590Z] ---> Running in fba60f466d38 [2021-01-20T21:06:30.590Z] ---> Running in a29a45e03503 [2021-01-20T21:06:30.590Z] ---> Running in 7d9e4806ab7b [2021-01-20T21:06:30.590Z] ---> e25cd4e51cec [2021-01-20T21:06:30.590Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-20T21:06:30.590Z] ---> Running in 8e149ab48f00 [2021-01-20T21:06:31.582Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.48" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-20T21:06:31.582Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.48" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-20T21:06:31.867Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.48" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-20T21:06:31.867Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.48" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-20T21:06:32.143Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.48" -o cmd/core-data/core-data ./cmd/core-data [2021-01-20T21:06:38.824Z] Removing intermediate container 62635a8bf18a [2021-01-20T21:06:38.824Z] ---> b3dfc7c852df [2021-01-20T21:06:38.824Z] Step 8/21 : COPY . . [2021-01-20T21:06:41.801Z] Removing intermediate container 785a4b5443ea [2021-01-20T21:06:41.801Z] ---> 7222c9949923 [2021-01-20T21:06:41.801Z] Step 8/23 : COPY . . [2021-01-20T21:07:03.987Z] ---> cb53ec6814f2 [2021-01-20T21:07:03.987Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-20T21:07:03.987Z] ---> e30c3adf8140 [2021-01-20T21:07:03.987Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-20T21:07:05.916Z] ---> Running in 83d8e87761cf [2021-01-20T21:07:06.863Z] ---> Running in f19924778d4d [2021-01-20T21:07:08.787Z] Removing intermediate container 3cf385ad79c3 [2021-01-20T21:07:08.787Z] ---> 18827a8cd3b9 [2021-01-20T21:07:08.787Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-20T21:07:10.707Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.48" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-20T21:07:10.970Z] ---> 017bc79b1698 [2021-01-20T21:07:10.970Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-20T21:07:11.555Z] ---> Running in 81e742556690 [2021-01-20T21:07:11.556Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.48" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-20T21:07:11.556Z] ---> Running in d97a985fdf13 [2021-01-20T21:07:11.556Z] ---> 6b4a97e0c2b5 [2021-01-20T21:07:11.556Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-20T21:07:11.829Z] ---> Running in 44bfdc7a2577 [2021-01-20T21:07:12.796Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.48" -o cmd/core-data/core-data ./cmd/core-data [2021-01-20T21:07:12.796Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.48" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-20T21:07:16.168Z] Collecting docker-compose==1.23.2 [2021-01-20T21:07:16.168Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-20T21:07:17.578Z] Collecting PyYAML<4,>=3.10 [2021-01-20T21:07:17.578Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-20T21:07:18.991Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-20T21:07:18.991Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-20T21:07:19.952Z] Collecting cached-property<2,>=1.2.0 [2021-01-20T21:07:19.952Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-20T21:07:19.952Z] Collecting docker<4.0,>=3.6.0 [2021-01-20T21:07:19.952Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-20T21:07:21.372Z] Collecting docopt<0.7,>=0.6.1 [2021-01-20T21:07:21.372Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-20T21:07:21.959Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-20T21:07:21.959Z] Collecting jsonschema<3,>=2.5.1 [2021-01-20T21:07:21.959Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-20T21:07:22.227Z] Collecting texttable<0.10,>=0.9.0 [2021-01-20T21:07:22.227Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-20T21:07:23.190Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-20T21:07:23.190Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-20T21:07:23.460Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-20T21:07:23.460Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-20T21:07:23.460Z] Collecting docker-pycreds>=0.4.0 [2021-01-20T21:07:23.460Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-20T21:07:23.728Z] Collecting idna<2.8,>=2.5 [2021-01-20T21:07:23.728Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-20T21:07:24.317Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-20T21:07:24.593Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-20T21:07:24.593Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-20T21:07:24.593Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-20T21:07:24.593Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-20T21:07:24.593Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-20T21:07:24.593Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-20T21:07:24.593Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-20T21:07:24.868Z] Installing collected packages: PyYAML, dockerpty, cached-property, idna, urllib3, requests, docker-pycreds, websocket-client, docker, docopt, jsonschema, texttable, docker-compose [2021-01-20T21:07:24.868Z] Running setup.py install for PyYAML: started [2021-01-20T21:07:26.294Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-20T21:07:26.294Z] Running setup.py install for dockerpty: started [2021-01-20T21:07:26.886Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-20T21:07:27.167Z] Attempting uninstall: idna [2021-01-20T21:07:27.168Z] Found existing installation: idna 2.9 [2021-01-20T21:07:27.168Z] Uninstalling idna-2.9: [2021-01-20T21:07:27.168Z] Successfully uninstalled idna-2.9 [2021-01-20T21:07:28.154Z] Attempting uninstall: urllib3 [2021-01-20T21:07:28.154Z] Found existing installation: urllib3 1.25.9 [2021-01-20T21:07:28.154Z] Uninstalling urllib3-1.25.9: [2021-01-20T21:07:28.154Z] Successfully uninstalled urllib3-1.25.9 [2021-01-20T21:07:29.126Z] Attempting uninstall: requests [2021-01-20T21:07:29.126Z] Found existing installation: requests 2.23.0 [2021-01-20T21:07:29.126Z] Uninstalling requests-2.23.0: [2021-01-20T21:07:29.126Z] Successfully uninstalled requests-2.23.0 [2021-01-20T21:07:29.734Z] Running setup.py install for docopt: started [2021-01-20T21:07:30.344Z] Running setup.py install for docopt: finished with status 'done' [2021-01-20T21:07:30.609Z] Running setup.py install for texttable: started [2021-01-20T21:07:31.572Z] Running setup.py install for texttable: finished with status 'done' [2021-01-20T21:07:31.840Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-20T21:07:35.208Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.48" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-20T21:07:37.768Z] Removing intermediate container 81e742556690 [2021-01-20T21:07:37.768Z] ---> 96aedd3a9eac [2021-01-20T21:07:37.768Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-20T21:07:38.741Z] ---> Running in 9f4f30e07aaa [2021-01-20T21:07:39.337Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T21:07:39.608Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T21:07:39.876Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-20T21:07:39.876Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-20T21:07:39.876Z] (3/3) Installing curl (7.69.1-r3) [2021-01-20T21:07:39.876Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T21:07:40.147Z] OK: 72 MiB in 58 packages [2021-01-20T21:07:41.815Z] Removing intermediate container 9f4f30e07aaa [2021-01-20T21:07:41.815Z] ---> 98b38c944284 [2021-01-20T21:07:41.815Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-20T21:07:41.815Z] ---> Running in 62d41bff57a5 [2021-01-20T21:07:42.414Z] Removing intermediate container 62d41bff57a5 [2021-01-20T21:07:42.414Z] ---> 0ec9e6d8efce [2021-01-20T21:07:42.414Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T21:07:44.344Z] ---> Running in 9a1cde86f88e [2021-01-20T21:07:44.344Z] Removing intermediate container 83d8e87761cf [2021-01-20T21:07:44.344Z] ---> 1f3953e25d47 [2021-01-20T21:07:44.344Z] [2021-01-20T21:07:44.344Z] Step 10/24 : FROM alpine:3.12 [2021-01-20T21:07:44.344Z] ---> 389fef711851 [2021-01-20T21:07:44.344Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-20T21:07:44.344Z] ---> Using cache [2021-01-20T21:07:44.344Z] ---> 53ca49d0d718 [2021-01-20T21:07:44.344Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-20T21:07:44.344Z] Removing intermediate container d97a985fdf13 [2021-01-20T21:07:44.344Z] ---> 5d5681b05f78 [2021-01-20T21:07:44.344Z] [2021-01-20T21:07:44.344Z] Step 10/21 : FROM scratch [2021-01-20T21:07:44.344Z] ---> [2021-01-20T21:07:44.344Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-20T21:07:44.344Z] ---> Running in 51a33cbbad8e [2021-01-20T21:07:44.926Z] ---> Using cache [2021-01-20T21:07:44.926Z] ---> 7d4da60aec4a [2021-01-20T21:07:44.926Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-20T21:07:49.149Z] Removing intermediate container 9a1cde86f88e [2021-01-20T21:07:49.149Z] ---> 68774863b514 [2021-01-20T21:07:49.149Z] Step 24/26 : LABEL arch=x86_64 [2021-01-20T21:07:49.149Z] Removing intermediate container 51a33cbbad8e [2021-01-20T21:07:49.149Z] ---> cb3600bcedd0 [2021-01-20T21:07:49.149Z] Step 13/24 : WORKDIR / [2021-01-20T21:07:49.149Z] ---> Running in b6a060b05054 [2021-01-20T21:07:49.149Z] Removing intermediate container f19924778d4d [2021-01-20T21:07:49.149Z] ---> 01b8b6f0d8a3 [2021-01-20T21:07:49.149Z] [2021-01-20T21:07:49.149Z] Step 10/22 : FROM scratch [2021-01-20T21:07:49.149Z] ---> [2021-01-20T21:07:49.149Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-20T21:07:49.149Z] ---> Running in a921ff8d11fc [2021-01-20T21:07:49.149Z] ---> Running in 48eaf5864adb [2021-01-20T21:07:49.149Z] ---> Using cache [2021-01-20T21:07:49.149Z] ---> 7d4da60aec4a [2021-01-20T21:07:49.149Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-20T21:07:49.149Z] Removing intermediate container b6a060b05054 [2021-01-20T21:07:49.149Z] ---> 4d769259b683 [2021-01-20T21:07:49.149Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-20T21:07:49.149Z] ---> Running in efb06fb47554 [2021-01-20T21:07:49.149Z] ---> Running in 86d54e35ddf9 [2021-01-20T21:07:49.149Z] Removing intermediate container 48eaf5864adb [2021-01-20T21:07:49.149Z] ---> 75855c6bc882 [2021-01-20T21:07:49.149Z] Step 25/26 : LABEL git_sha=ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:07:49.413Z] Removing intermediate container a921ff8d11fc [2021-01-20T21:07:49.413Z] ---> b441247e268a [2021-01-20T21:07:49.413Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-20T21:07:49.413Z] Removing intermediate container efb06fb47554 [2021-01-20T21:07:49.413Z] ---> 2e9734392db0 [2021-01-20T21:07:49.413Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-20T21:07:49.676Z] ---> Running in cf9231827402 [2021-01-20T21:07:49.676Z] Removing intermediate container 86d54e35ddf9 [2021-01-20T21:07:49.676Z] ---> 8e97b1709966 [2021-01-20T21:07:49.676Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T21:07:49.676Z] ---> Running in a10468953a80 [2021-01-20T21:07:51.070Z] ---> 856a33c77055 [2021-01-20T21:07:51.070Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-20T21:07:51.645Z] ---> 6a0a8904b3c2 [2021-01-20T21:07:51.645Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-20T21:07:51.645Z] Removing intermediate container a10468953a80 [2021-01-20T21:07:51.645Z] ---> d78544b45287 [2021-01-20T21:07:51.645Z] Step 14/22 : WORKDIR / [2021-01-20T21:07:51.645Z] Removing intermediate container cf9231827402 [2021-01-20T21:07:51.645Z] ---> 6c4fb6411ba5 [2021-01-20T21:07:51.645Z] Step 26/26 : LABEL version=2.0.0-dev.48 [2021-01-20T21:07:51.645Z] Removing intermediate container 44bfdc7a2577 [2021-01-20T21:07:51.645Z] ---> 89cd99422cbf [2021-01-20T21:07:51.645Z] [2021-01-20T21:07:51.645Z] Step 10/23 : FROM alpine:3.12 [2021-01-20T21:07:51.645Z] ---> 389fef711851 [2021-01-20T21:07:51.645Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-20T21:07:51.913Z] ---> Running in 06c5cb4a81cc [2021-01-20T21:07:51.913Z] ---> Running in f586826bd27a [2021-01-20T21:07:51.913Z] ---> d023ded3f840 [2021-01-20T21:07:51.913Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-20T21:07:52.179Z] ---> Running in 55580b54edfa [2021-01-20T21:07:52.179Z] ---> 924e17320b82 [2021-01-20T21:07:52.179Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-20T21:07:52.179Z] Removing intermediate container 06c5cb4a81cc [2021-01-20T21:07:52.179Z] ---> 560fe24f2b58 [2021-01-20T21:07:52.179Z] [2021-01-20T21:07:52.442Z] Removing intermediate container f586826bd27a [2021-01-20T21:07:52.442Z] ---> 1a0f5772af9c [2021-01-20T21:07:52.442Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T21:07:52.442Z] Removing intermediate container 55580b54edfa [2021-01-20T21:07:52.442Z] ---> a5e997dd5cb8 [2021-01-20T21:07:52.442Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-20T21:07:53.016Z] Successfully built 560fe24f2b58 [2021-01-20T21:07:53.282Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-20T21:07:53.282Z]  Building docker-sys-mgmt-agent-go ... done  ---> Running in 5ea5a5d2c8f5 [2021-01-20T21:07:53.282Z] ---> e898e1885660 [2021-01-20T21:07:53.282Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-20T21:07:53.282Z] ---> b29982bde7ad [2021-01-20T21:07:53.282Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-20T21:07:53.282Z] ---> 2bc3976ad3b3 [2021-01-20T21:07:53.282Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-20T21:07:53.282Z] ---> Running in 4cd39d75649e [2021-01-20T21:07:53.552Z] Removing intermediate container 5ea5a5d2c8f5 [2021-01-20T21:07:53.552Z] ---> 3e9030848a30 [2021-01-20T21:07:53.552Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-20T21:07:53.819Z] ---> Running in daba726241e3 [2021-01-20T21:07:53.819Z] Removing intermediate container 4cd39d75649e [2021-01-20T21:07:53.819Z] ---> 2eda26463f63 [2021-01-20T21:07:53.819Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T21:07:53.819Z] ---> 126dcead3b5a [2021-01-20T21:07:53.819Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-20T21:07:53.819Z] ---> Running in e98810ee9d7c [2021-01-20T21:07:53.819Z] ---> b92b438f7731 [2021-01-20T21:07:53.819Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-20T21:07:53.951Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.48" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-20T21:07:54.084Z] Removing intermediate container daba726241e3 [2021-01-20T21:07:54.084Z] ---> 9e409b3ec44d [2021-01-20T21:07:54.084Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T21:07:54.346Z] ---> Running in 1cad376826e8 [2021-01-20T21:07:54.346Z] Removing intermediate container e98810ee9d7c [2021-01-20T21:07:54.346Z] ---> c1d786327f73 [2021-01-20T21:07:54.346Z] Step 19/21 : LABEL arch=x86_64 [2021-01-20T21:07:54.346Z] ---> ee95071debd1 [2021-01-20T21:07:54.346Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-20T21:07:54.618Z] ---> 3fa443ad3f80 [2021-01-20T21:07:54.618Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-20T21:07:54.618Z] ---> Running in 25fe68181476 [2021-01-20T21:07:54.618Z] ---> Running in 1390e0dcb90c [2021-01-20T21:07:54.880Z] Removing intermediate container 25fe68181476 [2021-01-20T21:07:54.880Z] ---> ea0df29b9593 [2021-01-20T21:07:54.880Z] Step 20/21 : LABEL git_sha=ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:07:54.880Z] Removing intermediate container 1390e0dcb90c [2021-01-20T21:07:54.880Z] ---> 3695eb5c2583 [2021-01-20T21:07:54.880Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T21:07:54.880Z] ---> 0baa5bebe5ec [2021-01-20T21:07:54.880Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-20T21:07:54.880Z] ---> Running in 90a0fcaf2a2a [2021-01-20T21:07:55.453Z] ---> Running in a3f53e69e883 [2021-01-20T21:07:55.453Z] ---> Running in 83b4b429351f [2021-01-20T21:07:55.716Z] Removing intermediate container 90a0fcaf2a2a [2021-01-20T21:07:55.716Z] ---> 788a2cdb59fb [2021-01-20T21:07:55.716Z] Step 21/21 : LABEL version=2.0.0-dev.48 [2021-01-20T21:07:55.716Z] ---> Running in b481c1e581ae [2021-01-20T21:07:55.716Z] Removing intermediate container a3f53e69e883 [2021-01-20T21:07:55.716Z] ---> ce4627b6b519 [2021-01-20T21:07:55.716Z] Step 20/22 : LABEL arch=x86_64 [2021-01-20T21:07:55.981Z] ---> Running in 2da38b1f8390 [2021-01-20T21:07:56.243Z] Removing intermediate container b481c1e581ae [2021-01-20T21:07:56.243Z] ---> 035a2fa656fb [2021-01-20T21:07:56.243Z] [2021-01-20T21:07:56.243Z] Successfully built 035a2fa656fb [2021-01-20T21:07:56.243Z] Removing intermediate container 2da38b1f8390 [2021-01-20T21:07:56.243Z] ---> a170cc46ed13 [2021-01-20T21:07:56.243Z] Step 21/22 : LABEL git_sha=ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:07:56.243Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-20T21:07:56.510Z]  Building docker-support-scheduler-go ... done Removing intermediate container 1cad376826e8 [2021-01-20T21:07:56.510Z] ---> a7959a8c5ac7 [2021-01-20T21:07:56.510Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-20T21:07:56.510Z] ---> Running in 3b37cc72161b [2021-01-20T21:07:56.510Z] ---> Running in 572d061b031a [2021-01-20T21:07:56.777Z] Removing intermediate container 3b37cc72161b [2021-01-20T21:07:56.777Z] ---> 6211e0901aaf [2021-01-20T21:07:56.777Z] Step 22/22 : LABEL version=2.0.0-dev.48 [2021-01-20T21:07:57.039Z] ---> Running in 706618d35bad [2021-01-20T21:07:57.301Z] Removing intermediate container 706618d35bad [2021-01-20T21:07:57.301Z] ---> 2da0f1dac5fe [2021-01-20T21:07:57.301Z] [2021-01-20T21:07:57.301Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T21:07:57.301Z] Removing intermediate container 83b4b429351f [2021-01-20T21:07:57.301Z] ---> d18a9c98dc78 [2021-01-20T21:07:57.301Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-20T21:07:57.563Z] Successfully built 2da0f1dac5fe [2021-01-20T21:07:57.563Z] Successfully tagged docker-core-metadata-go:latest [2021-01-20T21:07:57.563Z]  Building docker-core-metadata-go ... done  ---> Running in b66614507449 [2021-01-20T21:07:57.563Z] Removing intermediate container b66614507449 [2021-01-20T21:07:57.563Z] ---> 657122da719c [2021-01-20T21:07:57.563Z] Step 22/24 : LABEL arch=x86_64 [2021-01-20T21:07:57.825Z] ---> Running in e9edae4fa0aa [2021-01-20T21:07:57.825Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T21:07:57.825Z] Removing intermediate container e9edae4fa0aa [2021-01-20T21:07:57.825Z] ---> b5ae58a5a92e [2021-01-20T21:07:57.825Z] Step 23/24 : LABEL git_sha=ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:07:57.825Z] ---> Running in f58f32ae921e [2021-01-20T21:07:58.090Z] Removing intermediate container f58f32ae921e [2021-01-20T21:07:58.090Z] ---> 3a500c9cd06e [2021-01-20T21:07:58.090Z] Step 24/24 : LABEL version=2.0.0-dev.48 [2021-01-20T21:07:58.090Z] ---> Running in 7b723f61aff1 [2021-01-20T21:07:58.352Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-20T21:07:58.352Z] Removing intermediate container 7b723f61aff1 [2021-01-20T21:07:58.352Z] ---> 2e6d28bb7985 [2021-01-20T21:07:58.352Z] [2021-01-20T21:07:58.352Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-20T21:07:58.352Z] Successfully built 2e6d28bb7985 [2021-01-20T21:07:58.352Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-20T21:07:58.352Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-20T21:07:58.614Z]  Building docker-security-secretstore-setup-go ... done (4/5) Installing libzmq (4.3.3-r0) [2021-01-20T21:07:58.614Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-20T21:07:58.879Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T21:07:58.879Z] OK: 8 MiB in 19 packages [2021-01-20T21:07:59.452Z] Removing intermediate container 572d061b031a [2021-01-20T21:07:59.452Z] ---> 5fc0f92c5f15 [2021-01-20T21:07:59.452Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T21:07:59.719Z] ---> 442062096cec [2021-01-20T21:07:59.719Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-20T21:08:00.294Z] ---> aa6bae7691eb [2021-01-20T21:08:00.294Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-20T21:08:00.561Z] ---> 7bc1779411a0 [2021-01-20T21:08:00.561Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-20T21:08:00.561Z] ---> Running in 8f5172efc40c [2021-01-20T21:08:00.561Z] Removing intermediate container 8f5172efc40c [2021-01-20T21:08:00.561Z] ---> 8033b0a80b01 [2021-01-20T21:08:00.561Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T21:08:00.824Z] ---> Running in d745a5cb8bec [2021-01-20T21:08:00.824Z] Removing intermediate container d745a5cb8bec [2021-01-20T21:08:00.824Z] ---> 2a730546b29f [2021-01-20T21:08:00.824Z] Step 21/23 : LABEL arch=x86_64 [2021-01-20T21:08:01.085Z] ---> Running in d5ce753e9291 [2021-01-20T21:08:01.347Z] Removing intermediate container d5ce753e9291 [2021-01-20T21:08:01.347Z] ---> 7118dd83ede1 [2021-01-20T21:08:01.347Z] Step 22/23 : LABEL git_sha=ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:08:01.347Z] ---> Running in a427d0524450 [2021-01-20T21:08:01.609Z] Removing intermediate container a427d0524450 [2021-01-20T21:08:01.609Z] ---> 22d7776d32dc [2021-01-20T21:08:01.609Z] Step 23/23 : LABEL version=2.0.0-dev.48 [2021-01-20T21:08:01.609Z] ---> Running in 4ed40a48c6e9 [2021-01-20T21:08:01.609Z] Removing intermediate container 4ed40a48c6e9 [2021-01-20T21:08:01.609Z] ---> 797cd80a9b0c [2021-01-20T21:08:01.609Z] [2021-01-20T21:08:01.874Z] Successfully built 797cd80a9b0c [2021-01-20T21:08:01.874Z] Successfully tagged docker-core-data-go:latest [2021-01-20T21:08:02.461Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-20T21:08:02.469Z] $ docker stop --time=1 da7bd063bfc5b1e7306de510c061617969773dafe97ec58eda5cd7519e28b2d1 [2021-01-20T21:08:04.096Z] $ docker rm -f da7bd063bfc5b1e7306de510c061617969773dafe97ec58eda5cd7519e28b2d1 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T21:08:04.613Z] + docker images [2021-01-20T21:08:04.613Z] + grep docker [2021-01-20T21:08:04.613Z] docker-core-data-go latest 797cd80a9b0c 3 seconds ago 22.3MB [2021-01-20T21:08:04.613Z] docker-security-secretstore-setup-go latest 2e6d28bb7985 6 seconds ago 24.6MB [2021-01-20T21:08:04.613Z] docker-core-metadata-go latest 2da0f1dac5fe 7 seconds ago 13.1MB [2021-01-20T21:08:04.613Z] docker-support-scheduler-go latest 035a2fa656fb 9 seconds ago 10.7MB [2021-01-20T21:08:04.613Z] docker-sys-mgmt-agent-go latest 560fe24f2b58 12 seconds ago 313MB [2021-01-20T21:08:04.613Z] docker-security-proxy-setup-go latest f451c5af2c55 About a minute ago 24.4MB [2021-01-20T21:08:04.613Z] docker-security-bootstrap-redis-go latest cc4a820bc49f 2 minutes ago 15.8MB [2021-01-20T21:08:04.613Z] docker-support-notifications-go latest 97ddcaee84d7 2 minutes ago 12MB [2021-01-20T21:08:04.613Z] docker-core-command-go latest 312e92f2f0c4 2 minutes ago 10.6MB [2021-01-20T21:08:04.613Z] docker 20.10.0 aefe523efa57 5 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T21:08:05.174Z] provisioning config files... [2021-01-20T21:08:05.218Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/311@tmp/config4587653363063748661tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T21:08:05.574Z] ---> docker-login.sh [2021-01-20T21:08:05.574Z] nexus3.edgexfoundry.org:10001 [2021-01-20T21:08:05.574Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T21:08:05.837Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T21:08:05.837Z] Configure a credential helper to remove this warning. See [2021-01-20T21:08:05.837Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T21:08:05.837Z] [2021-01-20T21:08:05.837Z] Login Succeeded [2021-01-20T21:08:05.837Z] nexus3.edgexfoundry.org:10002 [2021-01-20T21:08:05.837Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T21:08:05.837Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T21:08:05.837Z] Configure a credential helper to remove this warning. See [2021-01-20T21:08:05.837Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T21:08:05.837Z] [2021-01-20T21:08:05.837Z] Login Succeeded [2021-01-20T21:08:05.837Z] nexus3.edgexfoundry.org:10003 [2021-01-20T21:08:06.101Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T21:08:06.101Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T21:08:06.101Z] Configure a credential helper to remove this warning. See [2021-01-20T21:08:06.101Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T21:08:06.101Z] [2021-01-20T21:08:06.101Z] Login Succeeded [2021-01-20T21:08:06.101Z] nexus3.edgexfoundry.org:10004 [2021-01-20T21:08:06.363Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T21:08:06.363Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T21:08:06.363Z] Configure a credential helper to remove this warning. See [2021-01-20T21:08:06.363Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T21:08:06.363Z] [2021-01-20T21:08:06.363Z] Login Succeeded [2021-01-20T21:08:06.363Z] docker.io [2021-01-20T21:08:06.363Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T21:08:06.409Z] Removing intermediate container f7a3e7e9edad [2021-01-20T21:08:06.409Z] ---> 360ce58cccf5 [2021-01-20T21:08:06.409Z] [2021-01-20T21:08:06.409Z] Step 10/22 : FROM alpine:3.12 [2021-01-20T21:08:06.409Z] 3.12: Pulling from library/alpine [2021-01-20T21:08:06.937Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T21:08:06.937Z] Configure a credential helper to remove this warning. See [2021-01-20T21:08:06.937Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T21:08:06.937Z] [2021-01-20T21:08:06.937Z] Login Succeeded [2021-01-20T21:08:06.937Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T21:08:06.947Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-20T21:08:07.238Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-01-20T21:08:07.239Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:08:07.239Z] 2.0.0-dev.48 [2021-01-20T21:08:07.239Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [2021-01-20T21:08:07.239Z] master [2021-01-20T21:08:07.239Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:07.727Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:ba3f575de95cda6ffdeb8943f6d6d62c3955065b [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:07.881Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-20T21:08:07.881Z] Status: Downloaded newer image for alpine:3.12 [2021-01-20T21:08:07.881Z] ---> afeebe901d6b [2021-01-20T21:08:07.882Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-20T21:08:08.035Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:08:08.035Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-20T21:08:08.035Z] 7ed2907c13e4: Preparing [2021-01-20T21:08:08.035Z] 6733fed0753b: Preparing [2021-01-20T21:08:08.035Z] 6a9b36970eb0: Preparing [2021-01-20T21:08:08.296Z] 7ed2907c13e4: Pushed [2021-01-20T21:08:08.296Z] 6a9b36970eb0: Pushed [2021-01-20T21:08:08.488Z] ---> Running in d9041299c652 [2021-01-20T21:08:09.244Z] 6733fed0753b: Pushed [2021-01-20T21:08:09.244Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b: digest: sha256:13360223d0706a92cd9bbc2a597a993cd9104fbbe5be293d71a4377bee60550a size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:09.690Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.48 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:10.091Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.48 [2021-01-20T21:08:10.091Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-20T21:08:10.091Z] 7ed2907c13e4: Preparing [2021-01-20T21:08:10.091Z] 6733fed0753b: Preparing [2021-01-20T21:08:10.091Z] 6a9b36970eb0: Preparing [2021-01-20T21:08:10.091Z] 6733fed0753b: Layer already exists [2021-01-20T21:08:10.091Z] 7ed2907c13e4: Layer already exists [2021-01-20T21:08:10.091Z] 6a9b36970eb0: Layer already exists [2021-01-20T21:08:10.091Z] 2.0.0-dev.48: digest: sha256:13360223d0706a92cd9bbc2a597a993cd9104fbbe5be293d71a4377bee60550a size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:10.403Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:10.709Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [2021-01-20T21:08:10.709Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-20T21:08:10.709Z] 7ed2907c13e4: Preparing [2021-01-20T21:08:10.709Z] 6733fed0753b: Preparing [2021-01-20T21:08:10.709Z] 6a9b36970eb0: Preparing [2021-01-20T21:08:10.709Z] 6733fed0753b: Layer already exists [2021-01-20T21:08:10.709Z] 7ed2907c13e4: Layer already exists [2021-01-20T21:08:10.709Z] 6a9b36970eb0: Layer already exists [2021-01-20T21:08:10.971Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48: digest: sha256:13360223d0706a92cd9bbc2a597a993cd9104fbbe5be293d71a4377bee60550a size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:11.160Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T21:08:11.282Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:11.440Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T21:08:11.590Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-01-20T21:08:11.590Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-20T21:08:11.590Z] 7ed2907c13e4: Preparing [2021-01-20T21:08:11.590Z] 6733fed0753b: Preparing [2021-01-20T21:08:11.590Z] 6a9b36970eb0: Preparing [2021-01-20T21:08:11.590Z] 7ed2907c13e4: Layer already exists [2021-01-20T21:08:11.590Z] 6a9b36970eb0: Layer already exists [2021-01-20T21:08:11.590Z] 6733fed0753b: Layer already exists [2021-01-20T21:08:11.590Z] master: digest: sha256:13360223d0706a92cd9bbc2a597a993cd9104fbbe5be293d71a4377bee60550a size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-20T21:08:11.794Z] ===================================================== [Pipeline] echo [2021-01-20T21:08:11.847Z] taggedImages: [2021-01-20T21:08:11.847Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:08:11.847Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.48 [2021-01-20T21:08:11.847Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [2021-01-20T21:08:11.847Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-01-20T21:08:11.930Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-01-20T21:08:11.930Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:08:11.930Z] 2.0.0-dev.48 [2021-01-20T21:08:11.930Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [2021-01-20T21:08:11.930Z] master [2021-01-20T21:08:11.930Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:12.430Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:ba3f575de95cda6ffdeb8943f6d6d62c3955065b [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:12.462Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-20T21:08:12.462Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-20T21:08:12.462Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-20T21:08:12.462Z] (4/5) Installing curl (7.69.1-r3) [2021-01-20T21:08:12.462Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-20T21:08:12.462Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T21:08:12.462Z] Executing ca-certificates-20191127-r4.trigger [2021-01-20T21:08:12.744Z] OK: 7 MiB in 19 packages [2021-01-20T21:08:12.744Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:08:12.744Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-20T21:08:12.744Z] 539eb2b71376: Preparing [2021-01-20T21:08:12.744Z] f731acc6e1d9: Preparing [2021-01-20T21:08:12.744Z] 6a9b36970eb0: Preparing [2021-01-20T21:08:12.744Z] a44aafca8c85: Preparing [2021-01-20T21:08:12.744Z] 4570cd22a10d: Preparing [2021-01-20T21:08:12.744Z] 777b2c648970: Preparing [2021-01-20T21:08:12.744Z] 777b2c648970: Waiting [2021-01-20T21:08:12.744Z] 6a9b36970eb0: Layer already exists [2021-01-20T21:08:12.744Z] 777b2c648970: Layer already exists [2021-01-20T21:08:12.744Z] 539eb2b71376: Pushed [2021-01-20T21:08:12.744Z] 4570cd22a10d: Pushed [2021-01-20T21:08:13.007Z] a44aafca8c85: Pushed [2021-01-20T21:08:14.057Z] f731acc6e1d9: Pushed [2021-01-20T21:08:14.324Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b: digest: sha256:77e47d4ec50d9095649a7e8007eb197a535646b0e9a982ae5afb456d78077614 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:14.633Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.48 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:14.932Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.48 [2021-01-20T21:08:14.932Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-20T21:08:14.932Z] 539eb2b71376: Preparing [2021-01-20T21:08:14.932Z] f731acc6e1d9: Preparing [2021-01-20T21:08:14.932Z] 6a9b36970eb0: Preparing [2021-01-20T21:08:14.932Z] a44aafca8c85: Preparing [2021-01-20T21:08:14.932Z] 4570cd22a10d: Preparing [2021-01-20T21:08:14.932Z] 777b2c648970: Preparing [2021-01-20T21:08:14.932Z] 777b2c648970: Waiting [2021-01-20T21:08:14.932Z] 6a9b36970eb0: Layer already exists [2021-01-20T21:08:14.932Z] 4570cd22a10d: Layer already exists [2021-01-20T21:08:14.932Z] a44aafca8c85: Layer already exists [2021-01-20T21:08:14.932Z] f731acc6e1d9: Layer already exists [2021-01-20T21:08:14.932Z] 539eb2b71376: Layer already exists [2021-01-20T21:08:14.932Z] 777b2c648970: Layer already exists [2021-01-20T21:08:14.932Z] 2.0.0-dev.48: digest: sha256:77e47d4ec50d9095649a7e8007eb197a535646b0e9a982ae5afb456d78077614 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:15.237Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:15.537Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [2021-01-20T21:08:15.537Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-20T21:08:15.537Z] 539eb2b71376: Preparing [2021-01-20T21:08:15.537Z] f731acc6e1d9: Preparing [2021-01-20T21:08:15.537Z] 6a9b36970eb0: Preparing [2021-01-20T21:08:15.537Z] a44aafca8c85: Preparing [2021-01-20T21:08:15.537Z] 4570cd22a10d: Preparing [2021-01-20T21:08:15.537Z] 777b2c648970: Preparing [2021-01-20T21:08:15.537Z] 777b2c648970: Waiting [2021-01-20T21:08:15.537Z] 4570cd22a10d: Layer already exists [2021-01-20T21:08:15.537Z] 539eb2b71376: Layer already exists [2021-01-20T21:08:15.537Z] a44aafca8c85: Layer already exists [2021-01-20T21:08:15.537Z] 6a9b36970eb0: Layer already exists [2021-01-20T21:08:15.537Z] f731acc6e1d9: Layer already exists [2021-01-20T21:08:15.537Z] 777b2c648970: Layer already exists [2021-01-20T21:08:15.537Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48: digest: sha256:77e47d4ec50d9095649a7e8007eb197a535646b0e9a982ae5afb456d78077614 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:15.841Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:16.144Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-01-20T21:08:16.144Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-20T21:08:16.144Z] 539eb2b71376: Preparing [2021-01-20T21:08:16.144Z] f731acc6e1d9: Preparing [2021-01-20T21:08:16.144Z] 6a9b36970eb0: Preparing [2021-01-20T21:08:16.144Z] a44aafca8c85: Preparing [2021-01-20T21:08:16.144Z] 4570cd22a10d: Preparing [2021-01-20T21:08:16.144Z] 777b2c648970: Preparing [2021-01-20T21:08:16.144Z] 777b2c648970: Waiting [2021-01-20T21:08:16.144Z] 4570cd22a10d: Layer already exists [2021-01-20T21:08:16.144Z] 6a9b36970eb0: Layer already exists [2021-01-20T21:08:16.144Z] 539eb2b71376: Layer already exists [2021-01-20T21:08:16.144Z] f731acc6e1d9: Layer already exists [2021-01-20T21:08:16.144Z] a44aafca8c85: Layer already exists [2021-01-20T21:08:16.144Z] 777b2c648970: Layer already exists [2021-01-20T21:08:16.144Z] master: digest: sha256:77e47d4ec50d9095649a7e8007eb197a535646b0e9a982ae5afb456d78077614 size: 1572 [Pipeline] } [2021-01-20T21:08:16.191Z] Removing intermediate container a29a45e03503 [2021-01-20T21:08:16.191Z] ---> f34360d580ee [2021-01-20T21:08:16.191Z] [2021-01-20T21:08:16.191Z] Step 10/21 : FROM alpine:3.12 [2021-01-20T21:08:16.191Z] ---> afeebe901d6b [2021-01-20T21:08:16.191Z] Step 11/21 : RUN apk add --update --no-cache curl [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-20T21:08:16.410Z] ===================================================== [Pipeline] echo [2021-01-20T21:08:16.457Z] taggedImages: [2021-01-20T21:08:16.457Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:08:16.457Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.48 [2021-01-20T21:08:16.457Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [2021-01-20T21:08:16.457Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-01-20T21:08:16.527Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-01-20T21:08:16.527Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:08:16.527Z] 2.0.0-dev.48 [2021-01-20T21:08:16.527Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [2021-01-20T21:08:16.527Z] master [2021-01-20T21:08:16.527Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:17.008Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ba3f575de95cda6ffdeb8943f6d6d62c3955065b [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:17.188Z] ---> Running in cfe4f107eba1 [2021-01-20T21:08:17.307Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:08:17.307Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-20T21:08:17.307Z] da877e313a7e: Preparing [2021-01-20T21:08:17.307Z] 806e8b69c3d6: Preparing [2021-01-20T21:08:17.307Z] 6a9b36970eb0: Preparing [2021-01-20T21:08:17.307Z] 6a9b36970eb0: Layer already exists [2021-01-20T21:08:17.307Z] da877e313a7e: Pushed [2021-01-20T21:08:17.499Z] Removing intermediate container 8e149ab48f00 [2021-01-20T21:08:17.499Z] ---> 8752626ac7a5 [2021-01-20T21:08:17.499Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-20T21:08:17.499Z] Removing intermediate container d9041299c652 [2021-01-20T21:08:17.499Z] ---> 353883c00805 [2021-01-20T21:08:17.499Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-20T21:08:17.798Z] ---> Running in f4e6467777aa [2021-01-20T21:08:17.798Z] ---> Running in 8819a977a7ec [2021-01-20T21:08:18.691Z] 806e8b69c3d6: Pushed [2021-01-20T21:08:18.691Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b: digest: sha256:b2d6d02cf9118f79232e262fb7865a5281e53cf5a40c72e8dae0e8ad3dc79499 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:18.831Z] Removing intermediate container fba60f466d38 [2021-01-20T21:08:18.831Z] ---> d01018e4472e [2021-01-20T21:08:18.831Z] [2021-01-20T21:08:18.831Z] Step 10/24 : FROM scratch [2021-01-20T21:08:18.831Z] ---> [2021-01-20T21:08:18.831Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-20T21:08:18.995Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.48 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:19.134Z] ---> Running in ab19169c27a7 [2021-01-20T21:08:19.291Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.48 [2021-01-20T21:08:19.291Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-20T21:08:19.291Z] da877e313a7e: Preparing [2021-01-20T21:08:19.291Z] 806e8b69c3d6: Preparing [2021-01-20T21:08:19.291Z] 6a9b36970eb0: Preparing [2021-01-20T21:08:19.291Z] 6a9b36970eb0: Layer already exists [2021-01-20T21:08:19.291Z] 806e8b69c3d6: Layer already exists [2021-01-20T21:08:19.291Z] da877e313a7e: Layer already exists [2021-01-20T21:08:19.291Z] 2.0.0-dev.48: digest: sha256:b2d6d02cf9118f79232e262fb7865a5281e53cf5a40c72e8dae0e8ad3dc79499 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:19.490Z] Removing intermediate container 8819a977a7ec [2021-01-20T21:08:19.490Z] ---> 6535c73ff1a0 [2021-01-20T21:08:19.490Z] Step 13/22 : WORKDIR / [2021-01-20T21:08:19.596Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:19.773Z] ---> Running in 30dd624cc3a7 [2021-01-20T21:08:19.970Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [2021-01-20T21:08:19.970Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-20T21:08:19.970Z] da877e313a7e: Preparing [2021-01-20T21:08:19.970Z] 806e8b69c3d6: Preparing [2021-01-20T21:08:19.970Z] 6a9b36970eb0: Preparing [2021-01-20T21:08:19.970Z] 806e8b69c3d6: Layer already exists [2021-01-20T21:08:19.970Z] da877e313a7e: Layer already exists [2021-01-20T21:08:19.970Z] 6a9b36970eb0: Layer already exists [2021-01-20T21:08:19.970Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48: digest: sha256:b2d6d02cf9118f79232e262fb7865a5281e53cf5a40c72e8dae0e8ad3dc79499 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:20.278Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:20.390Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T21:08:20.577Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-01-20T21:08:20.577Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-20T21:08:20.577Z] da877e313a7e: Preparing [2021-01-20T21:08:20.577Z] 806e8b69c3d6: Preparing [2021-01-20T21:08:20.577Z] 6a9b36970eb0: Preparing [2021-01-20T21:08:20.577Z] da877e313a7e: Layer already exists [2021-01-20T21:08:20.577Z] 6a9b36970eb0: Layer already exists [2021-01-20T21:08:20.577Z] 806e8b69c3d6: Layer already exists [2021-01-20T21:08:20.577Z] master: digest: sha256:b2d6d02cf9118f79232e262fb7865a5281e53cf5a40c72e8dae0e8ad3dc79499 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [2021-01-20T21:08:20.668Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T21:08:20.668Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.48" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-20T21:08:20.668Z] Removing intermediate container ab19169c27a7 [2021-01-20T21:08:20.668Z] ---> 20cf2fa38c8f [2021-01-20T21:08:20.668Z] Step 12/24 : ENV APP_PORT=48060 [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-20T21:08:20.831Z] ===================================================== [Pipeline] echo [2021-01-20T21:08:20.895Z] taggedImages: [2021-01-20T21:08:20.895Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:08:20.895Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.48 [2021-01-20T21:08:20.895Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [2021-01-20T21:08:20.895Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-01-20T21:08:20.943Z] Removing intermediate container 30dd624cc3a7 [2021-01-20T21:08:20.943Z] ---> a3f14d2d149c [2021-01-20T21:08:20.943Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T21:08:20.943Z] ---> Running in 7a2ee9a6e6d9 [Pipeline] echo [2021-01-20T21:08:20.979Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2021-01-20T21:08:20.979Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:08:20.979Z] 2.0.0-dev.48 [2021-01-20T21:08:20.979Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [2021-01-20T21:08:20.979Z] master [2021-01-20T21:08:20.979Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:21.222Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-20T21:08:21.493Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:08:21.496Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-20T21:08:21.496Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-20T21:08:21.496Z] (4/4) Installing curl (7.69.1-r3) [2021-01-20T21:08:21.496Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T21:08:21.496Z] Executing ca-certificates-20191127-r4.trigger [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:21.790Z] OK: 7 MiB in 18 packages [2021-01-20T21:08:21.790Z] Removing intermediate container 7a2ee9a6e6d9 [2021-01-20T21:08:21.790Z] ---> 323814b9ddc0 [2021-01-20T21:08:21.790Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-20T21:08:21.792Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:08:21.792Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-20T21:08:21.792Z] 289c0aad82aa: Preparing [2021-01-20T21:08:21.792Z] 5742663593d2: Preparing [2021-01-20T21:08:21.792Z] 4cf078fde14f: Preparing [2021-01-20T21:08:21.792Z] ded21c463606: Preparing [2021-01-20T21:08:21.792Z] 6a9b36970eb0: Preparing [2021-01-20T21:08:21.792Z] 42bb25ce90a8: Preparing [2021-01-20T21:08:21.792Z] 777b2c648970: Preparing [2021-01-20T21:08:21.792Z] 42bb25ce90a8: Waiting [2021-01-20T21:08:21.792Z] 777b2c648970: Waiting [2021-01-20T21:08:21.792Z] 6a9b36970eb0: Layer already exists [2021-01-20T21:08:22.054Z] 5742663593d2: Pushed [2021-01-20T21:08:22.054Z] 289c0aad82aa: Pushed [2021-01-20T21:08:22.054Z] 4cf078fde14f: Pushed [2021-01-20T21:08:22.054Z] 777b2c648970: Layer already exists [2021-01-20T21:08:22.070Z] ---> Running in 8ee38b2526df [2021-01-20T21:08:22.317Z] 42bb25ce90a8: Pushed [2021-01-20T21:08:22.344Z] ---> a2b555ca12c5 [2021-01-20T21:08:22.344Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-20T21:08:22.579Z] ded21c463606: Pushed [2021-01-20T21:08:22.840Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b: digest: sha256:63628bbbc188de8a8b36887b21332ca73871f4f8800f9f22c49c55f0ef07422b size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:22.941Z] Removing intermediate container 8ee38b2526df [2021-01-20T21:08:22.941Z] ---> ec6b628a85df [2021-01-20T21:08:22.941Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-20T21:08:23.144Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.48 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:23.442Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.48 [2021-01-20T21:08:23.442Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-20T21:08:23.442Z] 289c0aad82aa: Preparing [2021-01-20T21:08:23.442Z] 5742663593d2: Preparing [2021-01-20T21:08:23.442Z] 4cf078fde14f: Preparing [2021-01-20T21:08:23.442Z] ded21c463606: Preparing [2021-01-20T21:08:23.442Z] 6a9b36970eb0: Preparing [2021-01-20T21:08:23.442Z] 42bb25ce90a8: Preparing [2021-01-20T21:08:23.442Z] 777b2c648970: Preparing [2021-01-20T21:08:23.442Z] 42bb25ce90a8: Waiting [2021-01-20T21:08:23.442Z] 777b2c648970: Waiting [2021-01-20T21:08:23.442Z] 4cf078fde14f: Layer already exists [2021-01-20T21:08:23.443Z] 5742663593d2: Layer already exists [2021-01-20T21:08:23.443Z] ded21c463606: Layer already exists [2021-01-20T21:08:23.443Z] 6a9b36970eb0: Layer already exists [2021-01-20T21:08:23.443Z] 289c0aad82aa: Layer already exists [2021-01-20T21:08:23.443Z] 42bb25ce90a8: Layer already exists [2021-01-20T21:08:23.443Z] 777b2c648970: Layer already exists [2021-01-20T21:08:23.443Z] 2.0.0-dev.48: digest: sha256:63628bbbc188de8a8b36887b21332ca73871f4f8800f9f22c49c55f0ef07422b size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:23.752Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:24.048Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [2021-01-20T21:08:24.048Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-20T21:08:24.048Z] 289c0aad82aa: Preparing [2021-01-20T21:08:24.048Z] 5742663593d2: Preparing [2021-01-20T21:08:24.048Z] 4cf078fde14f: Preparing [2021-01-20T21:08:24.048Z] ded21c463606: Preparing [2021-01-20T21:08:24.048Z] 6a9b36970eb0: Preparing [2021-01-20T21:08:24.048Z] 42bb25ce90a8: Preparing [2021-01-20T21:08:24.048Z] 777b2c648970: Preparing [2021-01-20T21:08:24.048Z] 42bb25ce90a8: Waiting [2021-01-20T21:08:24.048Z] 777b2c648970: Waiting [2021-01-20T21:08:24.048Z] ded21c463606: Layer already exists [2021-01-20T21:08:24.048Z] 5742663593d2: Layer already exists [2021-01-20T21:08:24.048Z] 4cf078fde14f: Layer already exists [2021-01-20T21:08:24.048Z] 289c0aad82aa: Layer already exists [2021-01-20T21:08:24.048Z] 6a9b36970eb0: Layer already exists [2021-01-20T21:08:24.048Z] 777b2c648970: Layer already exists [2021-01-20T21:08:24.048Z] 42bb25ce90a8: Layer already exists [2021-01-20T21:08:24.048Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48: digest: sha256:63628bbbc188de8a8b36887b21332ca73871f4f8800f9f22c49c55f0ef07422b size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:24.352Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:24.647Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2021-01-20T21:08:24.647Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-20T21:08:24.647Z] 289c0aad82aa: Preparing [2021-01-20T21:08:24.647Z] 5742663593d2: Preparing [2021-01-20T21:08:24.647Z] 4cf078fde14f: Preparing [2021-01-20T21:08:24.647Z] ded21c463606: Preparing [2021-01-20T21:08:24.647Z] 6a9b36970eb0: Preparing [2021-01-20T21:08:24.647Z] 42bb25ce90a8: Preparing [2021-01-20T21:08:24.647Z] 777b2c648970: Preparing [2021-01-20T21:08:24.647Z] 777b2c648970: Waiting [2021-01-20T21:08:24.647Z] 42bb25ce90a8: Waiting [2021-01-20T21:08:24.647Z] 4cf078fde14f: Layer already exists [2021-01-20T21:08:24.647Z] ded21c463606: Layer already exists [2021-01-20T21:08:24.647Z] 289c0aad82aa: Layer already exists [2021-01-20T21:08:24.647Z] 6a9b36970eb0: Layer already exists [2021-01-20T21:08:24.647Z] 5742663593d2: Layer already exists [2021-01-20T21:08:24.647Z] 777b2c648970: Layer already exists [2021-01-20T21:08:24.647Z] 42bb25ce90a8: Layer already exists [2021-01-20T21:08:24.647Z] master: digest: sha256:63628bbbc188de8a8b36887b21332ca73871f4f8800f9f22c49c55f0ef07422b size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-20T21:08:24.833Z] ===================================================== [Pipeline] echo [2021-01-20T21:08:24.902Z] taggedImages: [2021-01-20T21:08:24.902Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:08:24.902Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.48 [2021-01-20T21:08:24.902Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [2021-01-20T21:08:24.902Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2021-01-20T21:08:24.933Z] Removing intermediate container cfe4f107eba1 [2021-01-20T21:08:24.933Z] ---> 900aaa688ee3 [2021-01-20T21:08:24.933Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-20T21:08:24.933Z] ---> 8bff7dec1c49 [2021-01-20T21:08:24.933Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-20T21:08:24.933Z] ---> 28e8aed1b3f4 [2021-01-20T21:08:24.933Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-20T21:08:24.933Z] ---> Running in 4a5d66488f85 [Pipeline] echo [2021-01-20T21:08:24.971Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-01-20T21:08:24.971Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:08:24.971Z] 2.0.0-dev.48 [2021-01-20T21:08:24.971Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [2021-01-20T21:08:24.971Z] master [2021-01-20T21:08:24.971Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:25.460Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ba3f575de95cda6ffdeb8943f6d6d62c3955065b [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:25.759Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:08:25.759Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-20T21:08:25.759Z] c30bb6750b30: Preparing [2021-01-20T21:08:25.759Z] 9e8420025012: Preparing [2021-01-20T21:08:25.759Z] f932225ab1b7: Preparing [2021-01-20T21:08:25.759Z] de5e4b9e6bc0: Preparing [2021-01-20T21:08:25.759Z] f8a95559228a: Preparing [2021-01-20T21:08:25.759Z] 777b2c648970: Preparing [2021-01-20T21:08:25.759Z] 777b2c648970: Waiting [2021-01-20T21:08:25.932Z] Removing intermediate container 4a5d66488f85 [2021-01-20T21:08:25.932Z] ---> 96eecbf7c999 [2021-01-20T21:08:25.932Z] Step 13/21 : WORKDIR /edgex [2021-01-20T21:08:25.932Z] Removing intermediate container f4e6467777aa [2021-01-20T21:08:25.932Z] ---> 81d6c2133e0d [2021-01-20T21:08:25.932Z] [2021-01-20T21:08:25.932Z] Step 11/26 : FROM docker:20.10.0 [2021-01-20T21:08:26.020Z] f932225ab1b7: Pushed [2021-01-20T21:08:26.021Z] de5e4b9e6bc0: Pushed [2021-01-20T21:08:26.021Z] 777b2c648970: Layer already exists [2021-01-20T21:08:26.214Z] ---> c559647c2c66 [2021-01-20T21:08:26.214Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-20T21:08:26.214Z] 20.10.0: Pulling from library/docker [2021-01-20T21:08:26.214Z] ---> Running in be9d7b2eedf1 [2021-01-20T21:08:26.281Z] f8a95559228a: Pushed [2021-01-20T21:08:26.497Z] ---> f693d03191bf [2021-01-20T21:08:26.497Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-20T21:08:27.101Z] Removing intermediate container be9d7b2eedf1 [2021-01-20T21:08:27.101Z] ---> d1483998678b [2021-01-20T21:08:27.101Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-20T21:08:27.222Z] c30bb6750b30: Pushed [2021-01-20T21:08:27.222Z] 9e8420025012: Pushed [2021-01-20T21:08:27.222Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b: digest: sha256:84ec91a54aeb6e509a92450cb325d8c3eef7363861ae599f73016360b03534e6 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:27.522Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.48 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:27.705Z] ---> 40d690ffe5b9 [2021-01-20T21:08:27.706Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-20T21:08:27.820Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.48 [2021-01-20T21:08:27.820Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-20T21:08:27.820Z] c30bb6750b30: Preparing [2021-01-20T21:08:27.820Z] 9e8420025012: Preparing [2021-01-20T21:08:27.820Z] f932225ab1b7: Preparing [2021-01-20T21:08:27.820Z] de5e4b9e6bc0: Preparing [2021-01-20T21:08:27.820Z] f8a95559228a: Preparing [2021-01-20T21:08:27.820Z] 777b2c648970: Preparing [2021-01-20T21:08:27.820Z] 777b2c648970: Waiting [2021-01-20T21:08:27.820Z] 9e8420025012: Layer already exists [2021-01-20T21:08:27.820Z] de5e4b9e6bc0: Layer already exists [2021-01-20T21:08:27.820Z] f8a95559228a: Layer already exists [2021-01-20T21:08:27.820Z] c30bb6750b30: Layer already exists [2021-01-20T21:08:27.820Z] f932225ab1b7: Layer already exists [2021-01-20T21:08:27.820Z] 777b2c648970: Layer already exists [2021-01-20T21:08:27.820Z] 2.0.0-dev.48: digest: sha256:84ec91a54aeb6e509a92450cb325d8c3eef7363861ae599f73016360b03534e6 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:27.984Z] ---> Running in 593cca4e6012 [2021-01-20T21:08:28.127Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:28.424Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [2021-01-20T21:08:28.425Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-20T21:08:28.425Z] c30bb6750b30: Preparing [2021-01-20T21:08:28.425Z] 9e8420025012: Preparing [2021-01-20T21:08:28.425Z] f932225ab1b7: Preparing [2021-01-20T21:08:28.425Z] de5e4b9e6bc0: Preparing [2021-01-20T21:08:28.425Z] f8a95559228a: Preparing [2021-01-20T21:08:28.425Z] 777b2c648970: Preparing [2021-01-20T21:08:28.425Z] 777b2c648970: Waiting [2021-01-20T21:08:28.425Z] c30bb6750b30: Layer already exists [2021-01-20T21:08:28.425Z] f932225ab1b7: Layer already exists [2021-01-20T21:08:28.425Z] f8a95559228a: Layer already exists [2021-01-20T21:08:28.425Z] de5e4b9e6bc0: Layer already exists [2021-01-20T21:08:28.425Z] 9e8420025012: Layer already exists [2021-01-20T21:08:28.425Z] 777b2c648970: Layer already exists [2021-01-20T21:08:28.425Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48: digest: sha256:84ec91a54aeb6e509a92450cb325d8c3eef7363861ae599f73016360b03534e6 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:28.725Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:29.021Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-01-20T21:08:29.021Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-20T21:08:29.021Z] c30bb6750b30: Preparing [2021-01-20T21:08:29.021Z] 9e8420025012: Preparing [2021-01-20T21:08:29.021Z] f932225ab1b7: Preparing [2021-01-20T21:08:29.021Z] de5e4b9e6bc0: Preparing [2021-01-20T21:08:29.021Z] f8a95559228a: Preparing [2021-01-20T21:08:29.021Z] 777b2c648970: Preparing [2021-01-20T21:08:29.021Z] 777b2c648970: Waiting [2021-01-20T21:08:29.021Z] c30bb6750b30: Layer already exists [2021-01-20T21:08:29.021Z] f8a95559228a: Layer already exists [2021-01-20T21:08:29.021Z] f932225ab1b7: Layer already exists [2021-01-20T21:08:29.021Z] de5e4b9e6bc0: Layer already exists [2021-01-20T21:08:29.021Z] 9e8420025012: Layer already exists [2021-01-20T21:08:29.021Z] 777b2c648970: Layer already exists [2021-01-20T21:08:29.021Z] master: digest: sha256:84ec91a54aeb6e509a92450cb325d8c3eef7363861ae599f73016360b03534e6 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-20T21:08:29.219Z] ===================================================== [Pipeline] echo [2021-01-20T21:08:29.269Z] taggedImages: [2021-01-20T21:08:29.269Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:08:29.269Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.48 [2021-01-20T21:08:29.269Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [2021-01-20T21:08:29.269Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-01-20T21:08:29.342Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-01-20T21:08:29.342Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:08:29.342Z] 2.0.0-dev.48 [2021-01-20T21:08:29.342Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [2021-01-20T21:08:29.342Z] master [2021-01-20T21:08:29.342Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2021-01-20T21:08:29.471Z] ---> c2fe2a2eba25 [2021-01-20T21:08:29.471Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:29.846Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ba3f575de95cda6ffdeb8943f6d6d62c3955065b [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:30.075Z] ---> 011cf55d1831 [2021-01-20T21:08:30.075Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T21:08:30.142Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:08:30.142Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-20T21:08:30.142Z] 9bafc73279a5: Preparing [2021-01-20T21:08:30.142Z] db3c90533b64: Preparing [2021-01-20T21:08:30.142Z] 496ca2e70743: Preparing [2021-01-20T21:08:30.142Z] 51f452c4bc7e: Preparing [2021-01-20T21:08:30.142Z] 4e31ff06f010: Preparing [2021-01-20T21:08:30.142Z] 723b41681350: Preparing [2021-01-20T21:08:30.142Z] 3bd6e681a865: Preparing [2021-01-20T21:08:30.143Z] 42bb25ce90a8: Preparing [2021-01-20T21:08:30.143Z] 777b2c648970: Preparing [2021-01-20T21:08:30.143Z] 723b41681350: Waiting [2021-01-20T21:08:30.143Z] 3bd6e681a865: Waiting [2021-01-20T21:08:30.143Z] 42bb25ce90a8: Waiting [2021-01-20T21:08:30.143Z] 777b2c648970: Waiting [2021-01-20T21:08:30.143Z] db3c90533b64: Pushed [2021-01-20T21:08:30.143Z] 9bafc73279a5: Pushed [2021-01-20T21:08:30.405Z] 4e31ff06f010: Pushed [2021-01-20T21:08:30.405Z] 42bb25ce90a8: Layer already exists [2021-01-20T21:08:30.405Z] 777b2c648970: Layer already exists [2021-01-20T21:08:30.405Z] 723b41681350: Pushed [2021-01-20T21:08:30.405Z] 3bd6e681a865: Pushed [2021-01-20T21:08:30.977Z] 51f452c4bc7e: Pushed [2021-01-20T21:08:30.977Z] 496ca2e70743: Pushed [2021-01-20T21:08:31.239Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b: digest: sha256:e1ba9b4f77a45bf594c2f3ad560b29862bee887e312a8319b6ecdfcaa830b887 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:31.666Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.48 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:31.965Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.48 [2021-01-20T21:08:31.965Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-20T21:08:31.965Z] 9bafc73279a5: Preparing [2021-01-20T21:08:31.965Z] db3c90533b64: Preparing [2021-01-20T21:08:31.965Z] 496ca2e70743: Preparing [2021-01-20T21:08:31.965Z] 51f452c4bc7e: Preparing [2021-01-20T21:08:31.965Z] 4e31ff06f010: Preparing [2021-01-20T21:08:31.965Z] 723b41681350: Preparing [2021-01-20T21:08:31.965Z] 3bd6e681a865: Preparing [2021-01-20T21:08:31.965Z] 42bb25ce90a8: Preparing [2021-01-20T21:08:31.965Z] 777b2c648970: Preparing [2021-01-20T21:08:31.965Z] 723b41681350: Waiting [2021-01-20T21:08:31.965Z] 3bd6e681a865: Waiting [2021-01-20T21:08:31.965Z] 42bb25ce90a8: Waiting [2021-01-20T21:08:31.965Z] 777b2c648970: Waiting [2021-01-20T21:08:31.965Z] 9bafc73279a5: Layer already exists [2021-01-20T21:08:31.965Z] 496ca2e70743: Layer already exists [2021-01-20T21:08:31.965Z] 51f452c4bc7e: Layer already exists [2021-01-20T21:08:31.965Z] 4e31ff06f010: Layer already exists [2021-01-20T21:08:31.965Z] db3c90533b64: Layer already exists [2021-01-20T21:08:31.965Z] 3bd6e681a865: Layer already exists [2021-01-20T21:08:31.965Z] 723b41681350: Layer already exists [2021-01-20T21:08:31.965Z] 777b2c648970: Layer already exists [2021-01-20T21:08:31.965Z] 42bb25ce90a8: Layer already exists [2021-01-20T21:08:31.965Z] 2.0.0-dev.48: digest: sha256:e1ba9b4f77a45bf594c2f3ad560b29862bee887e312a8319b6ecdfcaa830b887 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:32.280Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:32.575Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [2021-01-20T21:08:32.575Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-20T21:08:32.575Z] 9bafc73279a5: Preparing [2021-01-20T21:08:32.575Z] db3c90533b64: Preparing [2021-01-20T21:08:32.575Z] 496ca2e70743: Preparing [2021-01-20T21:08:32.575Z] 51f452c4bc7e: Preparing [2021-01-20T21:08:32.575Z] 4e31ff06f010: Preparing [2021-01-20T21:08:32.575Z] 723b41681350: Preparing [2021-01-20T21:08:32.575Z] 3bd6e681a865: Preparing [2021-01-20T21:08:32.575Z] 42bb25ce90a8: Preparing [2021-01-20T21:08:32.575Z] 777b2c648970: Preparing [2021-01-20T21:08:32.575Z] 3bd6e681a865: Waiting [2021-01-20T21:08:32.575Z] 777b2c648970: Waiting [2021-01-20T21:08:32.575Z] 723b41681350: Waiting [2021-01-20T21:08:32.575Z] 42bb25ce90a8: Waiting [2021-01-20T21:08:32.575Z] 4e31ff06f010: Layer already exists [2021-01-20T21:08:32.575Z] db3c90533b64: Layer already exists [2021-01-20T21:08:32.575Z] 51f452c4bc7e: Layer already exists [2021-01-20T21:08:32.575Z] 496ca2e70743: Layer already exists [2021-01-20T21:08:32.575Z] 9bafc73279a5: Layer already exists [2021-01-20T21:08:32.575Z] 3bd6e681a865: Layer already exists [2021-01-20T21:08:32.575Z] 42bb25ce90a8: Layer already exists [2021-01-20T21:08:32.575Z] 723b41681350: Layer already exists [2021-01-20T21:08:32.575Z] 777b2c648970: Layer already exists [2021-01-20T21:08:32.575Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48: digest: sha256:e1ba9b4f77a45bf594c2f3ad560b29862bee887e312a8319b6ecdfcaa830b887 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:32.731Z] ---> 922a96b6d5ad [2021-01-20T21:08:32.731Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-20T21:08:32.731Z] ---> 8211cc854693 [2021-01-20T21:08:32.731Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-20T21:08:32.731Z] Removing intermediate container 593cca4e6012 [2021-01-20T21:08:32.731Z] ---> 0eab7a6e06d9 [2021-01-20T21:08:32.731Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-20T21:08:32.731Z] ---> Running in f68cc7c1c1f2 [2021-01-20T21:08:32.879Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:33.174Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-01-20T21:08:33.174Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-20T21:08:33.174Z] 9bafc73279a5: Preparing [2021-01-20T21:08:33.174Z] db3c90533b64: Preparing [2021-01-20T21:08:33.174Z] 496ca2e70743: Preparing [2021-01-20T21:08:33.174Z] 51f452c4bc7e: Preparing [2021-01-20T21:08:33.174Z] 4e31ff06f010: Preparing [2021-01-20T21:08:33.174Z] 723b41681350: Preparing [2021-01-20T21:08:33.174Z] 3bd6e681a865: Preparing [2021-01-20T21:08:33.174Z] 42bb25ce90a8: Preparing [2021-01-20T21:08:33.174Z] 777b2c648970: Preparing [2021-01-20T21:08:33.174Z] 3bd6e681a865: Waiting [2021-01-20T21:08:33.174Z] 42bb25ce90a8: Waiting [2021-01-20T21:08:33.174Z] 777b2c648970: Waiting [2021-01-20T21:08:33.174Z] 4e31ff06f010: Layer already exists [2021-01-20T21:08:33.174Z] db3c90533b64: Layer already exists [2021-01-20T21:08:33.174Z] 496ca2e70743: Layer already exists [2021-01-20T21:08:33.174Z] 9bafc73279a5: Layer already exists [2021-01-20T21:08:33.174Z] 51f452c4bc7e: Layer already exists [2021-01-20T21:08:33.174Z] 723b41681350: Layer already exists [2021-01-20T21:08:33.174Z] 42bb25ce90a8: Layer already exists [2021-01-20T21:08:33.174Z] 777b2c648970: Layer already exists [2021-01-20T21:08:33.174Z] 3bd6e681a865: Layer already exists [2021-01-20T21:08:33.174Z] master: digest: sha256:e1ba9b4f77a45bf594c2f3ad560b29862bee887e312a8319b6ecdfcaa830b887 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-20T21:08:33.478Z] ===================================================== [Pipeline] echo [2021-01-20T21:08:33.545Z] taggedImages: [2021-01-20T21:08:33.545Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:08:33.545Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.48 [2021-01-20T21:08:33.545Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [2021-01-20T21:08:33.545Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-01-20T21:08:33.623Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-01-20T21:08:33.623Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:08:33.623Z] 2.0.0-dev.48 [2021-01-20T21:08:33.623Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [2021-01-20T21:08:33.623Z] master [2021-01-20T21:08:33.623Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:34.089Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ba3f575de95cda6ffdeb8943f6d6d62c3955065b [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:34.179Z] Removing intermediate container f68cc7c1c1f2 [2021-01-20T21:08:34.179Z] ---> 9999ab61be45 [2021-01-20T21:08:34.179Z] Step 20/22 : LABEL arch=arm64 [2021-01-20T21:08:34.383Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:08:34.383Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-20T21:08:34.383Z] e75d0c189a67: Preparing [2021-01-20T21:08:34.383Z] a082a09db4e1: Preparing [2021-01-20T21:08:34.383Z] 6a9b36970eb0: Preparing [2021-01-20T21:08:34.383Z] 3c058a5845a5: Preparing [2021-01-20T21:08:34.383Z] c8e791152f9c: Preparing [2021-01-20T21:08:34.383Z] 919dba4f477f: Preparing [2021-01-20T21:08:34.383Z] 919dba4f477f: Waiting [2021-01-20T21:08:34.383Z] 6a9b36970eb0: Layer already exists [2021-01-20T21:08:34.383Z] e75d0c189a67: Pushed [2021-01-20T21:08:34.643Z] 3c058a5845a5: Pushed [2021-01-20T21:08:34.643Z] 919dba4f477f: Pushed [2021-01-20T21:08:34.643Z] c8e791152f9c: Pushed [2021-01-20T21:08:34.783Z] ---> 7575d30e7ce3 [2021-01-20T21:08:34.783Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-20T21:08:35.062Z] ---> 68665f7cb8e7 [2021-01-20T21:08:35.062Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-20T21:08:35.062Z] ---> Running in 42ffd1578c98 [2021-01-20T21:08:35.344Z] ---> Running in 8268074bbcee [2021-01-20T21:08:35.586Z] a082a09db4e1: Pushed [2021-01-20T21:08:35.586Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b: digest: sha256:39b5c0218513decd006d6dee04b8025d1317c185e12553376ab52e148677d19d size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:35.894Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.48 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:35.950Z] ---> fb8350ffdde2 [2021-01-20T21:08:35.950Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-20T21:08:36.546Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.48 [2021-01-20T21:08:36.546Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-20T21:08:36.546Z] e75d0c189a67: Preparing [2021-01-20T21:08:36.546Z] a082a09db4e1: Preparing [2021-01-20T21:08:36.546Z] 6a9b36970eb0: Preparing [2021-01-20T21:08:36.546Z] 3c058a5845a5: Preparing [2021-01-20T21:08:36.546Z] c8e791152f9c: Preparing [2021-01-20T21:08:36.546Z] 919dba4f477f: Preparing [2021-01-20T21:08:36.546Z] 919dba4f477f: Waiting [2021-01-20T21:08:36.546Z] 6a9b36970eb0: Layer already exists [2021-01-20T21:08:36.546Z] e75d0c189a67: Layer already exists [2021-01-20T21:08:36.546Z] 3c058a5845a5: Layer already exists [2021-01-20T21:08:36.546Z] c8e791152f9c: Layer already exists [2021-01-20T21:08:36.546Z] a082a09db4e1: Layer already exists [2021-01-20T21:08:36.546Z] 919dba4f477f: Layer already exists [2021-01-20T21:08:36.546Z] 2.0.0-dev.48: digest: sha256:39b5c0218513decd006d6dee04b8025d1317c185e12553376ab52e148677d19d size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:36.579Z] ---> Running in 6be749f4905e [2021-01-20T21:08:36.579Z] Removing intermediate container 42ffd1578c98 [2021-01-20T21:08:36.579Z] ---> 36c920cc66d3 [2021-01-20T21:08:36.579Z] Step 21/22 : LABEL git_sha=ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:08:36.851Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [2021-01-20T21:08:36.856Z] Removing intermediate container 8268074bbcee [2021-01-20T21:08:36.856Z] ---> af56e4c2ea45 [2021-01-20T21:08:36.856Z] Step 18/21 : CMD ["--init=true"] [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:37.130Z] ---> Running in 56ef87b4cd67 [2021-01-20T21:08:37.146Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [2021-01-20T21:08:37.146Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-20T21:08:37.146Z] e75d0c189a67: Preparing [2021-01-20T21:08:37.146Z] a082a09db4e1: Preparing [2021-01-20T21:08:37.146Z] 6a9b36970eb0: Preparing [2021-01-20T21:08:37.146Z] 3c058a5845a5: Preparing [2021-01-20T21:08:37.146Z] c8e791152f9c: Preparing [2021-01-20T21:08:37.146Z] 919dba4f477f: Preparing [2021-01-20T21:08:37.146Z] 919dba4f477f: Waiting [2021-01-20T21:08:37.146Z] a082a09db4e1: Layer already exists [2021-01-20T21:08:37.146Z] 3c058a5845a5: Layer already exists [2021-01-20T21:08:37.146Z] c8e791152f9c: Layer already exists [2021-01-20T21:08:37.146Z] e75d0c189a67: Layer already exists [2021-01-20T21:08:37.146Z] 6a9b36970eb0: Layer already exists [2021-01-20T21:08:37.146Z] 919dba4f477f: Layer already exists [2021-01-20T21:08:37.146Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48: digest: sha256:39b5c0218513decd006d6dee04b8025d1317c185e12553376ab52e148677d19d size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:37.410Z] ---> Running in 20152a27e1ee [2021-01-20T21:08:37.451Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:37.700Z] Removing intermediate container 6be749f4905e [2021-01-20T21:08:37.700Z] ---> 99a226625c11 [2021-01-20T21:08:37.700Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T21:08:37.700Z] Removing intermediate container 56ef87b4cd67 [2021-01-20T21:08:37.700Z] ---> a7a8d4cdfe26 [2021-01-20T21:08:37.746Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-01-20T21:08:37.746Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-20T21:08:37.746Z] e75d0c189a67: Preparing [2021-01-20T21:08:37.746Z] a082a09db4e1: Preparing [2021-01-20T21:08:37.746Z] 6a9b36970eb0: Preparing [2021-01-20T21:08:37.746Z] 3c058a5845a5: Preparing [2021-01-20T21:08:37.746Z] c8e791152f9c: Preparing [2021-01-20T21:08:37.746Z] 919dba4f477f: Preparing [2021-01-20T21:08:37.746Z] 919dba4f477f: Waiting [2021-01-20T21:08:37.746Z] e75d0c189a67: Layer already exists [2021-01-20T21:08:37.746Z] a082a09db4e1: Layer already exists [2021-01-20T21:08:37.746Z] c8e791152f9c: Layer already exists [2021-01-20T21:08:37.746Z] 3c058a5845a5: Layer already exists [2021-01-20T21:08:37.746Z] 6a9b36970eb0: Layer already exists [2021-01-20T21:08:37.746Z] 919dba4f477f: Layer already exists [2021-01-20T21:08:37.746Z] master: digest: sha256:39b5c0218513decd006d6dee04b8025d1317c185e12553376ab52e148677d19d size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-20T21:08:37.950Z] ===================================================== [2021-01-20T21:08:37.978Z] Step 22/22 : LABEL version=2.0.0-dev.48 [2021-01-20T21:08:37.978Z] ---> Running in 03e151272719 [Pipeline] echo [2021-01-20T21:08:37.996Z] taggedImages: [2021-01-20T21:08:37.996Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:08:37.996Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.48 [2021-01-20T21:08:37.996Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [2021-01-20T21:08:37.996Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-01-20T21:08:38.062Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-01-20T21:08:38.062Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:08:38.062Z] 2.0.0-dev.48 [2021-01-20T21:08:38.062Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [2021-01-20T21:08:38.062Z] master [2021-01-20T21:08:38.062Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:38.541Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ba3f575de95cda6ffdeb8943f6d6d62c3955065b [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:38.597Z] ---> Running in 9e9463031510 [2021-01-20T21:08:38.597Z] Removing intermediate container 20152a27e1ee [2021-01-20T21:08:38.597Z] ---> d0644db46e80 [2021-01-20T21:08:38.597Z] Step 19/21 : LABEL arch=arm64 [2021-01-20T21:08:38.839Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:08:38.840Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-20T21:08:38.840Z] 6964f39fea17: Preparing [2021-01-20T21:08:38.840Z] 51d7906e9244: Preparing [2021-01-20T21:08:38.840Z] 6a9b36970eb0: Preparing [2021-01-20T21:08:38.840Z] 6a9b36970eb0: Layer already exists [2021-01-20T21:08:38.840Z] 6964f39fea17: Pushed [2021-01-20T21:08:39.213Z] ---> Running in 3f066f623792 [2021-01-20T21:08:39.213Z] Removing intermediate container 03e151272719 [2021-01-20T21:08:39.213Z] ---> cb778b716045 [2021-01-20T21:08:39.213Z] Step 22/24 : LABEL arch=arm64 [2021-01-20T21:08:39.814Z] Removing intermediate container 9e9463031510 [2021-01-20T21:08:39.814Z] ---> 6c38edb13380 [2021-01-20T21:08:39.814Z] [2021-01-20T21:08:40.090Z] ---> Running in 084910a0a4af [2021-01-20T21:08:40.232Z] 51d7906e9244: Pushed [2021-01-20T21:08:40.232Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b: digest: sha256:0a353b5fa0b34361f699ec0de15b93c64e6b644bf820f1c9224ffa373c72063f size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:40.365Z] Successfully built 6c38edb13380 [2021-01-20T21:08:40.539Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.48 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:40.639Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-20T21:08:40.640Z]  Building docker-security-bootstrap-redis-go ... done Building docker-security-secretstore-setup-go [2021-01-20T21:08:40.640Z] Removing intermediate container 3f066f623792 [2021-01-20T21:08:40.640Z] ---> 10b9598cd5a2 [2021-01-20T21:08:40.640Z] Step 20/21 : LABEL git_sha=ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:08:40.837Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.48 [2021-01-20T21:08:40.838Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-20T21:08:40.838Z] 6964f39fea17: Preparing [2021-01-20T21:08:40.838Z] 51d7906e9244: Preparing [2021-01-20T21:08:40.838Z] 6a9b36970eb0: Preparing [2021-01-20T21:08:40.838Z] 51d7906e9244: Layer already exists [2021-01-20T21:08:40.838Z] 6964f39fea17: Layer already exists [2021-01-20T21:08:40.838Z] 6a9b36970eb0: Layer already exists [2021-01-20T21:08:40.838Z] 2.0.0-dev.48: digest: sha256:0a353b5fa0b34361f699ec0de15b93c64e6b644bf820f1c9224ffa373c72063f size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:41.142Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:41.257Z] Removing intermediate container 084910a0a4af [2021-01-20T21:08:41.257Z] ---> 1dac5a124a57 [2021-01-20T21:08:41.257Z] Step 23/24 : LABEL git_sha=ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:08:41.257Z] ---> Running in 9f807440b921 [2021-01-20T21:08:41.479Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [2021-01-20T21:08:41.479Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-20T21:08:41.479Z] 6964f39fea17: Preparing [2021-01-20T21:08:41.479Z] 51d7906e9244: Preparing [2021-01-20T21:08:41.479Z] 6a9b36970eb0: Preparing [2021-01-20T21:08:41.479Z] 6a9b36970eb0: Layer already exists [2021-01-20T21:08:41.479Z] 6964f39fea17: Layer already exists [2021-01-20T21:08:41.479Z] 51d7906e9244: Layer already exists [2021-01-20T21:08:41.479Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48: digest: sha256:0a353b5fa0b34361f699ec0de15b93c64e6b644bf820f1c9224ffa373c72063f size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:41.539Z] ---> Running in 3afcabee7e73 [2021-01-20T21:08:41.784Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:42.082Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-01-20T21:08:42.082Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-20T21:08:42.082Z] 6964f39fea17: Preparing [2021-01-20T21:08:42.082Z] 51d7906e9244: Preparing [2021-01-20T21:08:42.082Z] 6a9b36970eb0: Preparing [2021-01-20T21:08:42.082Z] 51d7906e9244: Layer already exists [2021-01-20T21:08:42.082Z] 6964f39fea17: Layer already exists [2021-01-20T21:08:42.082Z] 6a9b36970eb0: Layer already exists [2021-01-20T21:08:42.082Z] master: digest: sha256:0a353b5fa0b34361f699ec0de15b93c64e6b644bf820f1c9224ffa373c72063f size: 943 [Pipeline] } [2021-01-20T21:08:42.146Z] Removing intermediate container 7d9e4806ab7b [2021-01-20T21:08:42.147Z] ---> d0018f9cd789 [2021-01-20T21:08:42.147Z] [2021-01-20T21:08:42.147Z] Step 10/23 : FROM alpine:3.12 [2021-01-20T21:08:42.147Z] ---> afeebe901d6b [2021-01-20T21:08:42.147Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-20T21:08:42.285Z] ===================================================== [Pipeline] echo [2021-01-20T21:08:42.331Z] taggedImages: [2021-01-20T21:08:42.331Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:08:42.331Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.48 [2021-01-20T21:08:42.331Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [2021-01-20T21:08:42.331Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-01-20T21:08:42.419Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-01-20T21:08:42.419Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:08:42.419Z] 2.0.0-dev.48 [2021-01-20T21:08:42.419Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [2021-01-20T21:08:42.419Z] master [2021-01-20T21:08:42.419Z] ===================================================== [2021-01-20T21:08:42.462Z] Removing intermediate container 9f807440b921 [2021-01-20T21:08:42.462Z] ---> 14d69962b9af [2021-01-20T21:08:42.462Z] Step 21/21 : LABEL version=2.0.0-dev.48 [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:42.937Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ba3f575de95cda6ffdeb8943f6d6d62c3955065b [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:43.059Z] ---> Running in 8d923d56ce2c [2021-01-20T21:08:43.238Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:08:43.238Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-20T21:08:43.238Z] 604a990c2dda: Preparing [2021-01-20T21:08:43.238Z] a3669e83f087: Preparing [2021-01-20T21:08:43.238Z] 19f9a2c926c7: Preparing [2021-01-20T21:08:43.238Z] 2cef31650c48: Preparing [2021-01-20T21:08:43.238Z] 96cc84db7fd8: Preparing [2021-01-20T21:08:43.238Z] 494c9438a35e: Preparing [2021-01-20T21:08:43.238Z] f1b702009164: Preparing [2021-01-20T21:08:43.238Z] 0754057c0ad3: Preparing [2021-01-20T21:08:43.238Z] 998cdf262ab1: Preparing [2021-01-20T21:08:43.238Z] 02e56110abd2: Preparing [2021-01-20T21:08:43.238Z] abc36efb885a: Preparing [2021-01-20T21:08:43.238Z] b0b09059f4e1: Preparing [2021-01-20T21:08:43.238Z] bb961f40224b: Preparing [2021-01-20T21:08:43.238Z] f4666769fca7: Preparing [2021-01-20T21:08:43.238Z] 494c9438a35e: Waiting [2021-01-20T21:08:43.238Z] f1b702009164: Waiting [2021-01-20T21:08:43.238Z] b0b09059f4e1: Waiting [2021-01-20T21:08:43.238Z] 0754057c0ad3: Waiting [2021-01-20T21:08:43.238Z] bb961f40224b: Waiting [2021-01-20T21:08:43.238Z] 998cdf262ab1: Waiting [2021-01-20T21:08:43.238Z] f4666769fca7: Waiting [2021-01-20T21:08:43.238Z] 02e56110abd2: Waiting [2021-01-20T21:08:43.238Z] abc36efb885a: Waiting [2021-01-20T21:08:43.342Z] ---> Running in 25cb6e5bd817 [2021-01-20T21:08:43.343Z] Removing intermediate container 3afcabee7e73 [2021-01-20T21:08:43.343Z] ---> c4e84beeb8d6 [2021-01-20T21:08:43.343Z] Step 24/24 : LABEL version=2.0.0-dev.48 [2021-01-20T21:08:43.506Z] 96cc84db7fd8: Pushed [2021-01-20T21:08:43.506Z] 604a990c2dda: Pushed [2021-01-20T21:08:43.768Z] 2cef31650c48: Pushed [2021-01-20T21:08:43.768Z] 0754057c0ad3: Layer already exists [2021-01-20T21:08:43.768Z] 998cdf262ab1: Layer already exists [2021-01-20T21:08:43.768Z] f1b702009164: Pushed [2021-01-20T21:08:43.768Z] 02e56110abd2: Layer already exists [2021-01-20T21:08:43.768Z] abc36efb885a: Layer already exists [2021-01-20T21:08:43.768Z] b0b09059f4e1: Layer already exists [2021-01-20T21:08:43.768Z] bb961f40224b: Layer already exists [2021-01-20T21:08:43.768Z] f4666769fca7: Layer already exists [2021-01-20T21:08:43.945Z] Removing intermediate container 8d923d56ce2c [2021-01-20T21:08:43.945Z] ---> 87b26fac91de [2021-01-20T21:08:43.945Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-20T21:08:44.032Z] a3669e83f087: Pushed [2021-01-20T21:08:44.224Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-20T21:08:44.224Z] ---> Running in 257a73c9fa4b [2021-01-20T21:08:44.224Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-20T21:08:44.224Z] ---> eeaf43b92773 [2021-01-20T21:08:44.224Z] ---> Running in bc5502b6950b [2021-01-20T21:08:44.224Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-20T21:08:44.224Z] Removing intermediate container 25cb6e5bd817 [2021-01-20T21:08:44.224Z] ---> 4ceefb185847 [2021-01-20T21:08:44.224Z] [2021-01-20T21:08:44.298Z] 494c9438a35e: Pushed [2021-01-20T21:08:44.831Z] ---> Running in f8feb00d61bd [2021-01-20T21:08:44.831Z] Successfully built 4ceefb185847 [2021-01-20T21:08:44.831Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-20T21:08:44.831Z] Building docker-core-command-go [2021-01-20T21:08:44.831Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 257a73c9fa4b [2021-01-20T21:08:44.831Z] ---> 86e899588638 [2021-01-20T21:08:44.831Z] [2021-01-20T21:08:45.115Z] Removing intermediate container bc5502b6950b [2021-01-20T21:08:45.115Z] ---> e15d45bda280 [2021-01-20T21:08:45.115Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-20T21:08:45.395Z] ---> Running in 8ca80af7d642 [2021-01-20T21:08:45.395Z] Successfully built 86e899588638 [2021-01-20T21:08:45.395Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-20T21:08:45.395Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2021-01-20T21:08:46.006Z] Removing intermediate container 8ca80af7d642 [2021-01-20T21:08:46.006Z] ---> 8a9d098c15c3 [2021-01-20T21:08:46.006Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T21:08:46.006Z] ---> Running in 9ad42c2deaa4 [2021-01-20T21:08:46.281Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T21:08:46.281Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T21:08:46.886Z] (1/2) Installing readline (8.0.4-r0) [2021-01-20T21:08:46.887Z] (2/2) Installing bash (5.0.17-r0) [2021-01-20T21:08:46.887Z] Executing bash-5.0.17-r0.post-install [2021-01-20T21:08:46.887Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T21:08:46.887Z] OK: 12 MiB in 22 packages [2021-01-20T21:08:48.878Z] Removing intermediate container f8feb00d61bd [2021-01-20T21:08:48.878Z] ---> 83c92bac4e7e [2021-01-20T21:08:48.878Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-20T21:08:48.878Z] Removing intermediate container 9ad42c2deaa4 [2021-01-20T21:08:48.878Z] ---> 99dc49131c93 [2021-01-20T21:08:48.878Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-20T21:08:49.169Z] ---> Running in c152fa039818 [2021-01-20T21:08:49.767Z] ---> Running in 42ad631f69ed [2021-01-20T21:08:50.753Z] Removing intermediate container c152fa039818 [2021-01-20T21:08:50.753Z] ---> 9aec9bf5aab3 [2021-01-20T21:08:50.753Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-20T21:08:50.914Z] 19f9a2c926c7: Pushed [2021-01-20T21:08:50.914Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b: digest: sha256:bf91cf46e2e22296ed01cfd9ed06370842c7e489ba2ecc280996836fa6aa8754 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:51.231Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.48 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:51.352Z] ---> Running in 31e013306051 [2021-01-20T21:08:51.535Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.48 [2021-01-20T21:08:51.535Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-20T21:08:51.535Z] 604a990c2dda: Preparing [2021-01-20T21:08:51.535Z] a3669e83f087: Preparing [2021-01-20T21:08:51.535Z] 19f9a2c926c7: Preparing [2021-01-20T21:08:51.535Z] 2cef31650c48: Preparing [2021-01-20T21:08:51.535Z] 96cc84db7fd8: Preparing [2021-01-20T21:08:51.535Z] 494c9438a35e: Preparing [2021-01-20T21:08:51.535Z] f1b702009164: Preparing [2021-01-20T21:08:51.535Z] 0754057c0ad3: Preparing [2021-01-20T21:08:51.535Z] 998cdf262ab1: Preparing [2021-01-20T21:08:51.535Z] 02e56110abd2: Preparing [2021-01-20T21:08:51.535Z] abc36efb885a: Preparing [2021-01-20T21:08:51.535Z] b0b09059f4e1: Preparing [2021-01-20T21:08:51.535Z] bb961f40224b: Preparing [2021-01-20T21:08:51.535Z] f4666769fca7: Preparing [2021-01-20T21:08:51.535Z] 998cdf262ab1: Waiting [2021-01-20T21:08:51.535Z] 02e56110abd2: Waiting [2021-01-20T21:08:51.535Z] abc36efb885a: Waiting [2021-01-20T21:08:51.535Z] b0b09059f4e1: Waiting [2021-01-20T21:08:51.535Z] bb961f40224b: Waiting [2021-01-20T21:08:51.535Z] f4666769fca7: Waiting [2021-01-20T21:08:51.535Z] 494c9438a35e: Waiting [2021-01-20T21:08:51.535Z] f1b702009164: Waiting [2021-01-20T21:08:51.535Z] 0754057c0ad3: Waiting [2021-01-20T21:08:51.535Z] 2cef31650c48: Layer already exists [2021-01-20T21:08:51.535Z] 19f9a2c926c7: Layer already exists [2021-01-20T21:08:51.535Z] a3669e83f087: Layer already exists [2021-01-20T21:08:51.535Z] 604a990c2dda: Layer already exists [2021-01-20T21:08:51.535Z] 96cc84db7fd8: Layer already exists [2021-01-20T21:08:51.535Z] 494c9438a35e: Layer already exists [2021-01-20T21:08:51.535Z] f1b702009164: Layer already exists [2021-01-20T21:08:51.535Z] 02e56110abd2: Layer already exists [2021-01-20T21:08:51.535Z] 0754057c0ad3: Layer already exists [2021-01-20T21:08:51.535Z] 998cdf262ab1: Layer already exists [2021-01-20T21:08:51.535Z] abc36efb885a: Layer already exists [2021-01-20T21:08:51.535Z] b0b09059f4e1: Layer already exists [2021-01-20T21:08:51.535Z] f4666769fca7: Layer already exists [2021-01-20T21:08:51.535Z] bb961f40224b: Layer already exists [2021-01-20T21:08:51.535Z] 2.0.0-dev.48: digest: sha256:bf91cf46e2e22296ed01cfd9ed06370842c7e489ba2ecc280996836fa6aa8754 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:51.845Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:52.146Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [2021-01-20T21:08:52.146Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-20T21:08:52.146Z] 604a990c2dda: Preparing [2021-01-20T21:08:52.146Z] a3669e83f087: Preparing [2021-01-20T21:08:52.146Z] 19f9a2c926c7: Preparing [2021-01-20T21:08:52.146Z] 2cef31650c48: Preparing [2021-01-20T21:08:52.146Z] 96cc84db7fd8: Preparing [2021-01-20T21:08:52.146Z] 494c9438a35e: Preparing [2021-01-20T21:08:52.146Z] f1b702009164: Preparing [2021-01-20T21:08:52.146Z] 0754057c0ad3: Preparing [2021-01-20T21:08:52.146Z] 998cdf262ab1: Preparing [2021-01-20T21:08:52.146Z] 02e56110abd2: Preparing [2021-01-20T21:08:52.146Z] abc36efb885a: Preparing [2021-01-20T21:08:52.146Z] b0b09059f4e1: Preparing [2021-01-20T21:08:52.146Z] bb961f40224b: Preparing [2021-01-20T21:08:52.146Z] f4666769fca7: Preparing [2021-01-20T21:08:52.146Z] f1b702009164: Waiting [2021-01-20T21:08:52.146Z] 0754057c0ad3: Waiting [2021-01-20T21:08:52.146Z] 998cdf262ab1: Waiting [2021-01-20T21:08:52.146Z] 02e56110abd2: Waiting [2021-01-20T21:08:52.146Z] 494c9438a35e: Waiting [2021-01-20T21:08:52.146Z] abc36efb885a: Waiting [2021-01-20T21:08:52.146Z] b0b09059f4e1: Waiting [2021-01-20T21:08:52.146Z] bb961f40224b: Waiting [2021-01-20T21:08:52.146Z] f4666769fca7: Waiting [2021-01-20T21:08:52.146Z] 2cef31650c48: Layer already exists [2021-01-20T21:08:52.146Z] 19f9a2c926c7: Layer already exists [2021-01-20T21:08:52.146Z] 96cc84db7fd8: Layer already exists [2021-01-20T21:08:52.146Z] a3669e83f087: Layer already exists [2021-01-20T21:08:52.146Z] 604a990c2dda: Layer already exists [2021-01-20T21:08:52.146Z] 02e56110abd2: Layer already exists [2021-01-20T21:08:52.146Z] 998cdf262ab1: Layer already exists [2021-01-20T21:08:52.146Z] f1b702009164: Layer already exists [2021-01-20T21:08:52.146Z] 0754057c0ad3: Layer already exists [2021-01-20T21:08:52.146Z] 494c9438a35e: Layer already exists [2021-01-20T21:08:52.146Z] f4666769fca7: Layer already exists [2021-01-20T21:08:52.146Z] bb961f40224b: Layer already exists [2021-01-20T21:08:52.146Z] b0b09059f4e1: Layer already exists [2021-01-20T21:08:52.146Z] abc36efb885a: Layer already exists [2021-01-20T21:08:52.146Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48: digest: sha256:bf91cf46e2e22296ed01cfd9ed06370842c7e489ba2ecc280996836fa6aa8754 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:52.338Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T21:08:52.454Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:08:52.750Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-01-20T21:08:52.750Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-20T21:08:52.750Z] 604a990c2dda: Preparing [2021-01-20T21:08:52.750Z] a3669e83f087: Preparing [2021-01-20T21:08:52.750Z] 19f9a2c926c7: Preparing [2021-01-20T21:08:52.750Z] 2cef31650c48: Preparing [2021-01-20T21:08:52.750Z] 96cc84db7fd8: Preparing [2021-01-20T21:08:52.750Z] 494c9438a35e: Preparing [2021-01-20T21:08:52.750Z] f1b702009164: Preparing [2021-01-20T21:08:52.750Z] 0754057c0ad3: Preparing [2021-01-20T21:08:52.750Z] 998cdf262ab1: Preparing [2021-01-20T21:08:52.750Z] 02e56110abd2: Preparing [2021-01-20T21:08:52.750Z] abc36efb885a: Preparing [2021-01-20T21:08:52.750Z] b0b09059f4e1: Preparing [2021-01-20T21:08:52.750Z] bb961f40224b: Preparing [2021-01-20T21:08:52.750Z] f4666769fca7: Preparing [2021-01-20T21:08:52.750Z] 494c9438a35e: Waiting [2021-01-20T21:08:52.750Z] f1b702009164: Waiting [2021-01-20T21:08:52.750Z] 0754057c0ad3: Waiting [2021-01-20T21:08:52.750Z] bb961f40224b: Waiting [2021-01-20T21:08:52.750Z] f4666769fca7: Waiting [2021-01-20T21:08:52.750Z] 998cdf262ab1: Waiting [2021-01-20T21:08:52.750Z] abc36efb885a: Waiting [2021-01-20T21:08:52.750Z] b0b09059f4e1: Waiting [2021-01-20T21:08:52.750Z] 02e56110abd2: Waiting [2021-01-20T21:08:52.750Z] 96cc84db7fd8: Layer already exists [2021-01-20T21:08:52.750Z] a3669e83f087: Layer already exists [2021-01-20T21:08:52.750Z] 2cef31650c48: Layer already exists [2021-01-20T21:08:52.750Z] 19f9a2c926c7: Layer already exists [2021-01-20T21:08:52.750Z] 604a990c2dda: Layer already exists [2021-01-20T21:08:52.750Z] f1b702009164: Layer already exists [2021-01-20T21:08:52.750Z] 494c9438a35e: Layer already exists [2021-01-20T21:08:52.750Z] 0754057c0ad3: Layer already exists [2021-01-20T21:08:52.750Z] 02e56110abd2: Layer already exists [2021-01-20T21:08:52.750Z] b0b09059f4e1: Layer already exists [2021-01-20T21:08:52.750Z] abc36efb885a: Layer already exists [2021-01-20T21:08:52.750Z] bb961f40224b: Layer already exists [2021-01-20T21:08:52.750Z] f4666769fca7: Layer already exists [2021-01-20T21:08:52.937Z] Removing intermediate container 31e013306051 [2021-01-20T21:08:52.937Z] ---> 3ec29cc8040e [2021-01-20T21:08:52.937Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-20T21:08:52.937Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T21:08:53.016Z] 998cdf262ab1: Layer already exists [2021-01-20T21:08:53.016Z] master: digest: sha256:bf91cf46e2e22296ed01cfd9ed06370842c7e489ba2ecc280996836fa6aa8754 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-20T21:08:53.197Z] ===================================================== [Pipeline] echo [2021-01-20T21:08:53.256Z] taggedImages: [2021-01-20T21:08:53.256Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:08:53.256Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.48 [2021-01-20T21:08:53.256Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [2021-01-20T21:08:53.256Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-01-20T21:08:53.929Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-20T21:08:53.929Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-20T21:08:53.929Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-20T21:08:53.929Z] ---> Running in 192c17136900 [2021-01-20T21:08:53.929Z] (4/5) Installing libzmq (4.3.3-r0) [Pipeline] // stage [Pipeline] } [2021-01-20T21:08:54.211Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-20T21:08:54.211Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T21:08:54.211Z] OK: 8 MiB in 19 packages [2021-01-20T21:08:54.487Z] Removing intermediate container 192c17136900 [2021-01-20T21:08:54.487Z] ---> 6e8e980d02b7 [2021-01-20T21:08:54.487Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-20T21:08:56.485Z] Removing intermediate container 42ad631f69ed [2021-01-20T21:08:56.485Z] ---> c5fcfab15714 [2021-01-20T21:08:56.485Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T21:08:56.485Z] ---> 5038af697f4e [2021-01-20T21:08:56.485Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-20T21:08:57.091Z] ---> 30f80cc86465 [2021-01-20T21:08:57.091Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-20T21:08:57.366Z] ---> 2a73163798cd [2021-01-20T21:08:57.366Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-20T21:08:58.804Z] ---> fba7b0659ce6 [2021-01-20T21:08:58.804Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-20T21:08:59.076Z] ---> 1b320a46081d [2021-01-20T21:08:59.076Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-20T21:08:59.076Z] ---> Running in 89810d4d52b9 [2021-01-20T21:09:00.534Z] ---> 3542719b1a20 [2021-01-20T21:09:00.534Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-20T21:09:00.534Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T21:09:00.808Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T21:09:01.082Z] ---> Running in c6addd066762 [2021-01-20T21:09:01.361Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-20T21:09:01.361Z] (2/33) Installing expat (2.2.9-r1) [2021-01-20T21:09:01.361Z] (3/33) Installing libffi (3.3-r2) [2021-01-20T21:09:01.361Z] (4/33) Installing gdbm (1.13-r1) [2021-01-20T21:09:01.361Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-20T21:09:01.654Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-20T21:09:01.654Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-20T21:09:02.646Z] Removing intermediate container c6addd066762 [2021-01-20T21:09:02.646Z] ---> 4884a2dc8d46 [2021-01-20T21:09:02.646Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T21:09:03.248Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T21:09:03.249Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-20T21:09:03.249Z] ---> 4cbd18d6e4e2 [2021-01-20T21:09:03.249Z] Step 3/24 : WORKDIR /edgex-go [2021-01-20T21:09:03.249Z] ---> Using cache [2021-01-20T21:09:03.249Z] ---> 35549f97c3eb [2021-01-20T21:09:03.249Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T21:09:03.249Z] ---> Using cache [2021-01-20T21:09:03.249Z] ---> b99811f2a7f8 [2021-01-20T21:09:03.249Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-20T21:09:03.520Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-20T21:09:03.521Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-20T21:09:03.799Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-20T21:09:03.799Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-20T21:09:03.799Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-20T21:09:03.799Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-20T21:09:03.799Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-20T21:09:04.072Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-20T21:09:04.072Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-20T21:09:04.072Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-20T21:09:04.072Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-20T21:09:04.072Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-20T21:09:04.072Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-20T21:09:04.072Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-20T21:09:04.072Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-20T21:09:04.072Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-20T21:09:04.347Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-20T21:09:04.347Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-20T21:09:04.347Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-20T21:09:04.347Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-20T21:09:04.347Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-20T21:09:04.347Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-20T21:09:04.347Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-20T21:09:04.347Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-20T21:09:04.347Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-20T21:09:04.347Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-20T21:09:04.621Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T21:09:04.621Z] OK: 71 MiB in 55 packages [2021-01-20T21:09:05.216Z] ---> Running in a771cdbaeb03 [2021-01-20T21:09:05.216Z] ---> Running in 24d50180a362 [2021-01-20T21:09:06.657Z] Removing intermediate container a771cdbaeb03 [2021-01-20T21:09:06.657Z] ---> b6d2fc1ffa13 [2021-01-20T21:09:06.657Z] Step 21/23 : LABEL arch=arm64 [2021-01-20T21:09:07.262Z] ---> Running in 3bdc5320791b [2021-01-20T21:09:07.864Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T21:09:08.464Z] Removing intermediate container 3bdc5320791b [2021-01-20T21:09:08.464Z] ---> 505311e6beb1 [2021-01-20T21:09:08.464Z] Step 22/23 : LABEL git_sha=ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:09:08.464Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T21:09:08.464Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-20T21:09:08.464Z] ---> 4cbd18d6e4e2 [2021-01-20T21:09:08.464Z] Step 3/22 : WORKDIR /edgex-go [2021-01-20T21:09:08.464Z] ---> Using cache [2021-01-20T21:09:08.464Z] ---> 35549f97c3eb [2021-01-20T21:09:08.464Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T21:09:08.464Z] ---> Using cache [2021-01-20T21:09:08.464Z] ---> b99811f2a7f8 [2021-01-20T21:09:08.464Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-20T21:09:08.464Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T21:09:08.739Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T21:09:08.739Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-20T21:09:08.739Z] ---> 4cbd18d6e4e2 [2021-01-20T21:09:08.739Z] Step 3/22 : WORKDIR /edgex-go [2021-01-20T21:09:08.739Z] ---> Using cache [2021-01-20T21:09:08.739Z] ---> 35549f97c3eb [2021-01-20T21:09:08.739Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T21:09:08.739Z] ---> Using cache [2021-01-20T21:09:08.739Z] ---> b99811f2a7f8 [2021-01-20T21:09:08.739Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-20T21:09:09.351Z] ---> Running in 953cc11c5231 [2021-01-20T21:09:09.351Z] ---> Running in 3796a3f6d751 [2021-01-20T21:09:09.351Z] ---> Running in 7ba8f80532b8 [2021-01-20T21:09:09.953Z] Removing intermediate container 953cc11c5231 [2021-01-20T21:09:09.953Z] ---> ab89839e2039 [2021-01-20T21:09:09.953Z] Step 23/23 : LABEL version=2.0.0-dev.48 [2021-01-20T21:09:10.244Z] ---> Running in 923ca071070c [2021-01-20T21:09:10.520Z] OK: 217 MiB in 51 packages [2021-01-20T21:09:11.124Z] Removing intermediate container 923ca071070c [2021-01-20T21:09:11.124Z] ---> 9a36dee978d9 [2021-01-20T21:09:11.124Z] [2021-01-20T21:09:11.404Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T21:09:11.404Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T21:09:11.676Z] Successfully built 9a36dee978d9 [2021-01-20T21:09:11.676Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-20T21:09:11.676Z]  Building docker-core-data-go ... done Building docker-support-scheduler-go [2021-01-20T21:09:12.279Z] Removing intermediate container 24d50180a362 [2021-01-20T21:09:12.279Z] ---> 17577007762c [2021-01-20T21:09:12.279Z] Step 6/24 : COPY go.mod . [2021-01-20T21:09:12.895Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T21:09:12.895Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T21:09:13.519Z] ---> 305f224bc173 [2021-01-20T21:09:13.520Z] Step 7/24 : RUN go mod download [2021-01-20T21:09:14.127Z] Removing intermediate container 89810d4d52b9 [2021-01-20T21:09:14.127Z] ---> 98b04fbf86b3 [2021-01-20T21:09:14.127Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-20T21:09:14.416Z] OK: 217 MiB in 51 packages [2021-01-20T21:09:14.416Z] OK: 217 MiB in 51 packages [2021-01-20T21:09:14.691Z] ---> Running in efcea1f08298 [2021-01-20T21:09:14.966Z] ---> Running in 9804bcc1d264 [2021-01-20T21:09:16.426Z] Removing intermediate container 3796a3f6d751 [2021-01-20T21:09:16.426Z] ---> 2570bdbf66a8 [2021-01-20T21:09:16.426Z] Step 6/22 : COPY go.mod . [2021-01-20T21:09:16.708Z] Removing intermediate container 7ba8f80532b8 [2021-01-20T21:09:16.708Z] ---> 132eb1f2590c [2021-01-20T21:09:16.708Z] Step 6/22 : COPY go.mod . [2021-01-20T21:09:17.700Z] ---> 9065ea4a91d4 [2021-01-20T21:09:17.700Z] Step 7/22 : RUN go mod download [2021-01-20T21:09:18.002Z] ---> Running in ca77bb477b88 [2021-01-20T21:09:18.334Z] ---> 899e688e4908 [2021-01-20T21:09:18.334Z] Step 7/22 : RUN go mod download [2021-01-20T21:09:18.747Z] ---> Running in 1efb2bd57976 [2021-01-20T21:09:20.324Z] Removing intermediate container efcea1f08298 [2021-01-20T21:09:20.324Z] ---> 9ec1115919d4 [2021-01-20T21:09:20.324Z] Step 8/24 : COPY . . [2021-01-20T21:09:23.823Z] Collecting docker-compose==1.23.2 [2021-01-20T21:09:23.823Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-20T21:09:25.820Z] Removing intermediate container ca77bb477b88 [2021-01-20T21:09:25.820Z] ---> 772daceb13c4 [2021-01-20T21:09:25.820Z] Step 8/22 : COPY . . [2021-01-20T21:09:25.820Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T21:09:25.820Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-20T21:09:25.820Z] ---> 4cbd18d6e4e2 [2021-01-20T21:09:25.820Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-20T21:09:25.820Z] Step 3/21 : WORKDIR /edgex-go [2021-01-20T21:09:25.820Z] ---> Using cache [2021-01-20T21:09:25.820Z] ---> 35549f97c3eb [2021-01-20T21:09:25.820Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T21:09:25.820Z] ---> Using cache [2021-01-20T21:09:25.820Z] ---> b99811f2a7f8 [2021-01-20T21:09:25.820Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-20T21:09:25.820Z] ---> Using cache [2021-01-20T21:09:25.820Z] ---> 132eb1f2590c [2021-01-20T21:09:25.820Z] Step 6/21 : COPY go.mod . [2021-01-20T21:09:25.820Z] ---> Using cache [2021-01-20T21:09:25.820Z] ---> 899e688e4908 [2021-01-20T21:09:25.820Z] Step 7/21 : RUN go mod download [2021-01-20T21:09:25.820Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-20T21:09:26.417Z] ---> Running in 09d4ea55e5e4 [2021-01-20T21:09:26.696Z] Removing intermediate container 1efb2bd57976 [2021-01-20T21:09:26.696Z] ---> 864be3401dcf [2021-01-20T21:09:26.696Z] Step 8/22 : COPY . . [2021-01-20T21:09:26.696Z] Collecting docopt<0.7,>=0.6.1 [2021-01-20T21:09:26.696Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-20T21:09:30.110Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-20T21:09:30.111Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-20T21:09:32.094Z] Collecting texttable<0.10,>=0.9.0 [2021-01-20T21:09:32.094Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-20T21:09:33.543Z] Removing intermediate container 09d4ea55e5e4 [2021-01-20T21:09:33.543Z] ---> 8dad51b66207 [2021-01-20T21:09:33.543Z] Step 8/21 : COPY . . [2021-01-20T21:09:34.533Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-20T21:09:34.815Z] ---> 40ea05de7651 [2021-01-20T21:09:34.815Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-20T21:09:34.815Z] Collecting cached-property<2,>=1.2.0 [2021-01-20T21:09:34.815Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-20T21:09:36.788Z] ---> Running in 3056d2368c68 [2021-01-20T21:09:36.788Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-20T21:09:36.788Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-20T21:09:38.782Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.48" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-20T21:09:40.801Z] Collecting PyYAML<4,>=3.10 [2021-01-20T21:09:40.801Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-20T21:09:42.244Z] ---> 5651a091be49 [2021-01-20T21:09:42.244Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-20T21:09:42.244Z] ---> bb6061eac447 [2021-01-20T21:09:42.244Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-20T21:09:42.858Z] ---> Running in 1f80f5309927 [2021-01-20T21:09:42.858Z] ---> Running in 08460344c2c5 [2021-01-20T21:09:45.500Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.48" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-20T21:09:45.785Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.48" -o cmd/core-command/core-command ./cmd/core-command [2021-01-20T21:09:46.069Z] Collecting docker<4.0,>=3.6.0 [2021-01-20T21:09:46.069Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-20T21:09:47.509Z] Collecting jsonschema<3,>=2.5.1 [2021-01-20T21:09:47.509Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-20T21:09:48.950Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-20T21:09:48.950Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-20T21:09:49.221Z] ---> c5251df3de03 [2021-01-20T21:09:49.221Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-20T21:09:49.492Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-20T21:09:49.492Z] ---> Running in f06c2a837644 [2021-01-20T21:09:49.766Z] Collecting idna<2.8,>=2.5 [2021-01-20T21:09:49.766Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-20T21:09:50.042Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-20T21:09:50.318Z] Collecting docker-pycreds>=0.4.0 [2021-01-20T21:09:50.595Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-20T21:09:50.595Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-20T21:09:50.875Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-20T21:09:50.875Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-20T21:09:50.875Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-20T21:09:51.480Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.48" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-20T21:09:52.464Z] Installing collected packages: urllib3, idna, requests, docopt, websocket-client, texttable, cached-property, dockerpty, PyYAML, docker-pycreds, docker, jsonschema, docker-compose [2021-01-20T21:09:52.464Z] Attempting uninstall: urllib3 [2021-01-20T21:09:52.464Z] Found existing installation: urllib3 1.25.9 [2021-01-20T21:09:52.464Z] Uninstalling urllib3-1.25.9: [2021-01-20T21:09:52.464Z] Successfully uninstalled urllib3-1.25.9 [2021-01-20T21:09:53.443Z] Attempting uninstall: idna [2021-01-20T21:09:53.443Z] Found existing installation: idna 2.9 [2021-01-20T21:09:53.443Z] Uninstalling idna-2.9: [2021-01-20T21:09:53.443Z] Successfully uninstalled idna-2.9 [2021-01-20T21:09:54.423Z] Attempting uninstall: requests [2021-01-20T21:09:54.423Z] Found existing installation: requests 2.23.0 [2021-01-20T21:09:54.423Z] Uninstalling requests-2.23.0: [2021-01-20T21:09:54.423Z] Successfully uninstalled requests-2.23.0 [2021-01-20T21:09:55.024Z] Running setup.py install for docopt: started [2021-01-20T21:09:57.668Z] Running setup.py install for docopt: finished with status 'done' [2021-01-20T21:09:58.272Z] Running setup.py install for texttable: started [2021-01-20T21:10:00.918Z] Running setup.py install for texttable: finished with status 'done' [2021-01-20T21:10:01.203Z] Running setup.py install for dockerpty: started [2021-01-20T21:10:04.618Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-20T21:10:04.618Z] Running setup.py install for PyYAML: started [2021-01-20T21:10:08.045Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-20T21:10:10.702Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-20T21:10:17.449Z] Removing intermediate container 9804bcc1d264 [2021-01-20T21:10:17.449Z] ---> d1cf7e37ab07 [2021-01-20T21:10:17.449Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-20T21:10:17.449Z] ---> Running in 9a01bd3da051 [2021-01-20T21:10:18.892Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T21:10:19.493Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T21:10:20.095Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-20T21:10:20.095Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-20T21:10:20.095Z] (3/3) Installing curl (7.69.1-r3) [2021-01-20T21:10:20.095Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T21:10:20.095Z] OK: 71 MiB in 58 packages [2021-01-20T21:10:22.116Z] Removing intermediate container 9a01bd3da051 [2021-01-20T21:10:22.116Z] ---> 0aa6bb7aed7a [2021-01-20T21:10:22.116Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-20T21:10:22.392Z] ---> Running in 31da0834a8d3 [2021-01-20T21:10:23.001Z] Removing intermediate container 31da0834a8d3 [2021-01-20T21:10:23.001Z] ---> 0da59a79f44b [2021-01-20T21:10:23.001Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T21:10:23.274Z] ---> Running in 4cd89f2e4cd3 [2021-01-20T21:10:23.871Z] Removing intermediate container 4cd89f2e4cd3 [2021-01-20T21:10:23.871Z] ---> f92d04b432cf [2021-01-20T21:10:23.871Z] Step 24/26 : LABEL arch=arm64 [2021-01-20T21:10:24.146Z] ---> Running in 1f3327964c2d [2021-01-20T21:10:24.752Z] Removing intermediate container 1f3327964c2d [2021-01-20T21:10:24.752Z] ---> ee9b92623c9e [2021-01-20T21:10:24.752Z] Step 25/26 : LABEL git_sha=ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:10:25.033Z] ---> Running in 359164be5fce [2021-01-20T21:10:25.648Z] Removing intermediate container 359164be5fce [2021-01-20T21:10:25.648Z] ---> b6f8a908b97a [2021-01-20T21:10:25.648Z] Step 26/26 : LABEL version=2.0.0-dev.48 [2021-01-20T21:10:25.939Z] ---> Running in f5463c3ede39 [2021-01-20T21:10:26.933Z] Removing intermediate container f5463c3ede39 [2021-01-20T21:10:26.933Z] ---> fd7b767ad74f [2021-01-20T21:10:26.933Z] [2021-01-20T21:10:27.216Z] Successfully built fd7b767ad74f [2021-01-20T21:10:27.216Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-20T21:10:54.213Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.48" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-20T21:11:09.370Z] Removing intermediate container 3056d2368c68 [2021-01-20T21:11:09.370Z] ---> def150c3a0fc [2021-01-20T21:11:09.370Z] [2021-01-20T21:11:09.370Z] Step 10/24 : FROM alpine:3.12 [2021-01-20T21:11:09.370Z] ---> afeebe901d6b [2021-01-20T21:11:09.370Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-20T21:11:09.370Z] ---> Using cache [2021-01-20T21:11:09.370Z] ---> 353883c00805 [2021-01-20T21:11:09.370Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-20T21:11:09.370Z] ---> Running in dfab9cf07e40 [2021-01-20T21:11:09.370Z] Removing intermediate container dfab9cf07e40 [2021-01-20T21:11:09.370Z] ---> 9b4ee84d7f42 [2021-01-20T21:11:09.370Z] Step 13/24 : WORKDIR / [2021-01-20T21:11:09.370Z] ---> Running in 8fd232b5588d [2021-01-20T21:11:09.370Z] Removing intermediate container 8fd232b5588d [2021-01-20T21:11:09.370Z] ---> b6f5a33534d6 [2021-01-20T21:11:09.370Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-20T21:11:09.983Z] ---> 340bd352c5ce [2021-01-20T21:11:09.983Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-20T21:11:11.461Z] ---> 753863030f99 [2021-01-20T21:11:11.461Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-20T21:11:12.462Z] ---> 0c0608ecd46f [2021-01-20T21:11:12.462Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-20T21:11:13.945Z] ---> 2a9a1fbad3a5 [2021-01-20T21:11:13.945Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-20T21:11:16.601Z] ---> cb22b881355c [2021-01-20T21:11:16.601Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-20T21:11:17.607Z] ---> ec90d60f8620 [2021-01-20T21:11:17.607Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-20T21:11:18.214Z] ---> Running in 2d7a8c373911 [2021-01-20T21:11:20.879Z] Removing intermediate container 08460344c2c5 [2021-01-20T21:11:20.880Z] ---> 1d17ac95a71a [2021-01-20T21:11:20.880Z] [2021-01-20T21:11:20.880Z] Step 10/22 : FROM scratch [2021-01-20T21:11:20.880Z] ---> [2021-01-20T21:11:20.880Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-20T21:11:21.490Z] ---> Running in ab74b1cc4786 [2021-01-20T21:11:22.497Z] Removing intermediate container ab74b1cc4786 [2021-01-20T21:11:22.497Z] ---> 87f406ede684 [2021-01-20T21:11:22.497Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-20T21:11:22.497Z] ---> Running in e9f0e461a3ad [2021-01-20T21:11:22.780Z] Removing intermediate container 2d7a8c373911 [2021-01-20T21:11:22.780Z] ---> 424e8264b6dc [2021-01-20T21:11:22.780Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-20T21:11:23.413Z] ---> Running in 0b305a65e160 [2021-01-20T21:11:23.413Z] Removing intermediate container e9f0e461a3ad [2021-01-20T21:11:23.413Z] ---> b9e0cfbf266c [2021-01-20T21:11:23.413Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-20T21:11:23.692Z] ---> Running in 5d89bb3590d3 [2021-01-20T21:11:24.306Z] Removing intermediate container 0b305a65e160 [2021-01-20T21:11:24.306Z] ---> efb823ed7f1a [2021-01-20T21:11:24.306Z] Step 22/24 : LABEL arch=arm64 [2021-01-20T21:11:24.597Z] ---> Running in 57e8ade8660f [2021-01-20T21:11:24.882Z] Removing intermediate container 5d89bb3590d3 [2021-01-20T21:11:24.882Z] ---> 188c98ef2fa8 [2021-01-20T21:11:24.882Z] Step 14/22 : WORKDIR / [2021-01-20T21:11:24.882Z] ---> Running in 7957bba6357f [2021-01-20T21:11:25.158Z] Removing intermediate container f06c2a837644 [2021-01-20T21:11:25.158Z] ---> 195998530d9a [2021-01-20T21:11:25.158Z] [2021-01-20T21:11:25.158Z] Step 10/21 : FROM scratch [2021-01-20T21:11:25.158Z] ---> [2021-01-20T21:11:25.158Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-20T21:11:25.432Z] ---> Using cache [2021-01-20T21:11:25.432Z] ---> 87f406ede684 [2021-01-20T21:11:25.432Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-20T21:11:25.710Z] Removing intermediate container 57e8ade8660f [2021-01-20T21:11:25.710Z] ---> ec3826e97f8a [2021-01-20T21:11:25.710Z] Step 23/24 : LABEL git_sha=ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:11:25.710Z] ---> Running in e9f17041d598 [2021-01-20T21:11:25.710Z] Removing intermediate container 7957bba6357f [2021-01-20T21:11:25.710Z] ---> b1470b963bea [2021-01-20T21:11:25.710Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T21:11:25.985Z] ---> Running in 72396e6cc9c6 [2021-01-20T21:11:26.590Z] Removing intermediate container e9f17041d598 [2021-01-20T21:11:26.590Z] ---> 8b01459d5f62 [2021-01-20T21:11:26.590Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-20T21:11:26.590Z] ---> Running in 9fc372b203dc [2021-01-20T21:11:26.590Z] Removing intermediate container 72396e6cc9c6 [2021-01-20T21:11:26.590Z] ---> 2cefdaebb622 [2021-01-20T21:11:26.590Z] Step 24/24 : LABEL version=2.0.0-dev.48 [2021-01-20T21:11:26.867Z] ---> 1df6bb42bb70 [2021-01-20T21:11:26.867Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-20T21:11:27.150Z] ---> Running in 027feaaa64df [2021-01-20T21:11:27.150Z] Removing intermediate container 9fc372b203dc [2021-01-20T21:11:27.150Z] ---> 3025d6c4207b [2021-01-20T21:11:27.150Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T21:11:27.762Z] Removing intermediate container 027feaaa64df [2021-01-20T21:11:27.762Z] ---> 5575e4fa4c94 [2021-01-20T21:11:27.762Z] [2021-01-20T21:11:28.359Z] Successfully built 5575e4fa4c94 [2021-01-20T21:11:28.359Z] ---> 80563b14668d [2021-01-20T21:11:28.359Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-20T21:11:28.359Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-20T21:11:28.638Z]  Building docker-security-secretstore-setup-go ... done  ---> 761fbf82aa1a [2021-01-20T21:11:28.638Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-20T21:11:30.079Z] ---> df7f84c9becd [2021-01-20T21:11:30.079Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-20T21:11:30.079Z] ---> Running in 5b945dc5479d [2021-01-20T21:11:30.351Z] ---> 8519c4a1f3f0 [2021-01-20T21:11:30.351Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-20T21:11:30.974Z] Removing intermediate container 5b945dc5479d [2021-01-20T21:11:30.975Z] ---> aa6176c30691 [2021-01-20T21:11:30.975Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T21:11:30.975Z] ---> Running in 290b2702b7ea [2021-01-20T21:11:31.247Z] ---> 57abec901e57 [2021-01-20T21:11:31.247Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-20T21:11:31.843Z] ---> Running in 4951a4292622 [2021-01-20T21:11:31.843Z] Removing intermediate container 290b2702b7ea [2021-01-20T21:11:31.843Z] ---> d151db018d4a [2021-01-20T21:11:31.843Z] Step 20/22 : LABEL arch=arm64 [2021-01-20T21:11:32.440Z] ---> Running in 3cd99b28137c [2021-01-20T21:11:32.714Z] Removing intermediate container 4951a4292622 [2021-01-20T21:11:32.714Z] ---> 41b3c832c358 [2021-01-20T21:11:32.714Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T21:11:32.985Z] Removing intermediate container 3cd99b28137c [2021-01-20T21:11:32.985Z] ---> 13359b0b43cf [2021-01-20T21:11:32.985Z] Step 21/22 : LABEL git_sha=ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:11:32.985Z] ---> Running in ae0c022fd444 [2021-01-20T21:11:33.260Z] Removing intermediate container 1f80f5309927 [2021-01-20T21:11:33.260Z] ---> c608d2689b37 [2021-01-20T21:11:33.260Z] [2021-01-20T21:11:33.260Z] Step 10/22 : FROM scratch [2021-01-20T21:11:33.260Z] ---> [2021-01-20T21:11:33.260Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-20T21:11:33.260Z] ---> Running in 1db24f96aa7a [2021-01-20T21:11:33.532Z] ---> Using cache [2021-01-20T21:11:33.532Z] ---> 87f406ede684 [2021-01-20T21:11:33.532Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-20T21:11:33.532Z] Removing intermediate container ae0c022fd444 [2021-01-20T21:11:33.532Z] ---> 25f3f3a26c98 [2021-01-20T21:11:33.532Z] Step 19/21 : LABEL arch=arm64 [2021-01-20T21:11:33.532Z] ---> Running in 5ababf04a9d5 [2021-01-20T21:11:33.802Z] ---> Running in d515bfbf94d1 [2021-01-20T21:11:33.802Z] Removing intermediate container 1db24f96aa7a [2021-01-20T21:11:33.802Z] ---> 661a038eeedd [2021-01-20T21:11:33.802Z] Step 22/22 : LABEL version=2.0.0-dev.48 [2021-01-20T21:11:34.075Z] ---> Running in ed163b7aff58 [2021-01-20T21:11:34.075Z] Removing intermediate container 5ababf04a9d5 [2021-01-20T21:11:34.075Z] ---> 91ab2d89f109 [2021-01-20T21:11:34.075Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-20T21:11:34.350Z] ---> Running in ac24e5b26e15 [2021-01-20T21:11:34.350Z] Removing intermediate container d515bfbf94d1 [2021-01-20T21:11:34.623Z] ---> 8581337e9cc2 [2021-01-20T21:11:34.623Z] Step 20/21 : LABEL git_sha=ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:11:34.623Z] Removing intermediate container ed163b7aff58 [2021-01-20T21:11:34.623Z] ---> 9101b27dee60 [2021-01-20T21:11:34.623Z] [2021-01-20T21:11:34.904Z] ---> Running in 69bf52cf2bf2 [2021-01-20T21:11:34.904Z] Removing intermediate container ac24e5b26e15 [2021-01-20T21:11:34.904Z] ---> f585751cdb55 [2021-01-20T21:11:34.904Z] Step 14/22 : WORKDIR / [2021-01-20T21:11:34.904Z] Successfully built 9101b27dee60 [2021-01-20T21:11:34.904Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-20T21:11:35.178Z]  Building docker-core-command-go ... done  ---> Running in 1030ae074669 [2021-01-20T21:11:35.178Z] Removing intermediate container 69bf52cf2bf2 [2021-01-20T21:11:35.178Z] ---> c582193fee57 [2021-01-20T21:11:35.178Z] Step 21/21 : LABEL version=2.0.0-dev.48 [2021-01-20T21:11:35.453Z] ---> Running in 464ca56919ba [2021-01-20T21:11:35.725Z] Removing intermediate container 1030ae074669 [2021-01-20T21:11:35.725Z] ---> 2b953d8cf4c5 [2021-01-20T21:11:35.725Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T21:11:36.000Z] Removing intermediate container 464ca56919ba [2021-01-20T21:11:36.000Z] ---> de592ecb9bd3 [2021-01-20T21:11:36.000Z] [2021-01-20T21:11:36.282Z] Successfully built de592ecb9bd3 [2021-01-20T21:11:36.282Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-20T21:11:36.282Z]  Building docker-support-scheduler-go ... done  ---> 2c03e9a8c92f [2021-01-20T21:11:36.282Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-20T21:11:37.710Z] ---> ddab1c085e2a [2021-01-20T21:11:37.710Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-20T21:11:38.304Z] ---> 789bece28894 [2021-01-20T21:11:38.304Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-20T21:11:38.574Z] ---> Running in 50fc78fe29f1 [2021-01-20T21:11:38.843Z] Removing intermediate container 50fc78fe29f1 [2021-01-20T21:11:38.843Z] ---> 3415b46f71bc [2021-01-20T21:11:38.843Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T21:11:39.113Z] ---> Running in 30e2d1f4f8d2 [2021-01-20T21:11:39.707Z] Removing intermediate container 30e2d1f4f8d2 [2021-01-20T21:11:39.707Z] ---> 167e326bbb01 [2021-01-20T21:11:39.707Z] Step 20/22 : LABEL arch=arm64 [2021-01-20T21:11:39.707Z] ---> Running in bceda25ee0f2 [2021-01-20T21:11:40.308Z] Removing intermediate container bceda25ee0f2 [2021-01-20T21:11:40.308Z] ---> 93c6c923bd56 [2021-01-20T21:11:40.308Z] Step 21/22 : LABEL git_sha=ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:11:40.308Z] ---> Running in 7c9797536d1b [2021-01-20T21:11:40.900Z] Removing intermediate container 7c9797536d1b [2021-01-20T21:11:40.901Z] ---> 8089895b6d69 [2021-01-20T21:11:40.901Z] Step 22/22 : LABEL version=2.0.0-dev.48 [2021-01-20T21:11:41.171Z] ---> Running in 87de912cf326 [2021-01-20T21:11:41.768Z] Removing intermediate container 87de912cf326 [2021-01-20T21:11:41.768Z] ---> 0aa7505b5511 [2021-01-20T21:11:41.768Z] [2021-01-20T21:11:41.768Z] Successfully built 0aa7505b5511 [2021-01-20T21:11:42.042Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-20T21:11:42.327Z]  Building docker-core-metadata-go ... done  [Pipeline] } [2021-01-20T21:11:42.355Z] $ docker stop --time=1 6400f5ab414424b64ca08094b1a48333a9035e47627bfe424801af2cd6b4eed7 [2021-01-20T21:11:44.217Z] $ docker rm -f 6400f5ab414424b64ca08094b1a48333a9035e47627bfe424801af2cd6b4eed7 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T21:11:44.843Z] + docker images [2021-01-20T21:11:44.843Z] + grep docker [2021-01-20T21:11:45.117Z] docker-core-metadata-go-arm64 latest 0aa7505b5511 4 seconds ago 12.3MB [2021-01-20T21:11:45.117Z] docker-support-scheduler-go-arm64 latest de592ecb9bd3 10 seconds ago 10.1MB [2021-01-20T21:11:45.117Z] docker-core-command-go-arm64 latest 9101b27dee60 11 seconds ago 9.98MB [2021-01-20T21:11:45.117Z] docker-security-secretstore-setup-go-arm64 latest 5575e4fa4c94 18 seconds ago 23.4MB [2021-01-20T21:11:45.117Z] docker-sys-mgmt-agent-go-arm64 latest fd7b767ad74f About a minute ago 300MB [2021-01-20T21:11:45.117Z] docker-core-data-go-arm64 latest 9a36dee978d9 2 minutes ago 21MB [2021-01-20T21:11:45.117Z] docker-support-notifications-go-arm64 latest 86e899588638 3 minutes ago 11.4MB [2021-01-20T21:11:45.117Z] docker-security-proxy-setup-go-arm64 latest 4ceefb185847 3 minutes ago 23.2MB [2021-01-20T21:11:45.117Z] docker-security-bootstrap-redis-go-arm64 latest 6c38edb13380 3 minutes ago 15.1MB [2021-01-20T21:11:45.117Z] docker 20.10.0 eeaf43b92773 5 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T21:11:45.855Z] provisioning config files... [2021-01-20T21:11:45.898Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/311@tmp/config8656460223322640825tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T21:11:46.301Z] ---> docker-login.sh [2021-01-20T21:11:46.301Z] nexus3.edgexfoundry.org:10001 [2021-01-20T21:11:46.573Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T21:11:46.847Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T21:11:46.847Z] Configure a credential helper to remove this warning. See [2021-01-20T21:11:46.847Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T21:11:46.847Z] [2021-01-20T21:11:46.847Z] Login Succeeded [2021-01-20T21:11:46.847Z] nexus3.edgexfoundry.org:10002 [2021-01-20T21:11:47.123Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T21:11:47.395Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T21:11:47.395Z] Configure a credential helper to remove this warning. See [2021-01-20T21:11:47.395Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T21:11:47.395Z] [2021-01-20T21:11:47.395Z] Login Succeeded [2021-01-20T21:11:47.395Z] nexus3.edgexfoundry.org:10003 [2021-01-20T21:11:47.670Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T21:11:47.941Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T21:11:47.941Z] Configure a credential helper to remove this warning. See [2021-01-20T21:11:47.941Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T21:11:47.941Z] [2021-01-20T21:11:47.941Z] Login Succeeded [2021-01-20T21:11:47.941Z] nexus3.edgexfoundry.org:10004 [2021-01-20T21:11:48.212Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T21:11:48.485Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T21:11:48.485Z] Configure a credential helper to remove this warning. See [2021-01-20T21:11:48.485Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T21:11:48.485Z] [2021-01-20T21:11:48.485Z] Login Succeeded [2021-01-20T21:11:48.485Z] docker.io [2021-01-20T21:11:48.756Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T21:11:49.348Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T21:11:49.348Z] Configure a credential helper to remove this warning. See [2021-01-20T21:11:49.348Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T21:11:49.348Z] [2021-01-20T21:11:49.348Z] Login Succeeded [2021-01-20T21:11:49.348Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T21:11:49.366Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-20T21:11:49.572Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-01-20T21:11:49.572Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:11:49.572Z] 2.0.0-dev.48 [2021-01-20T21:11:49.572Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [2021-01-20T21:11:49.572Z] master [2021-01-20T21:11:49.572Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:11:50.104Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ba3f575de95cda6ffdeb8943f6d6d62c3955065b [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:11:50.448Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:11:50.449Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-20T21:11:50.449Z] 42ea7d2c1f96: Preparing [2021-01-20T21:11:50.449Z] f68a0716467d: Preparing [2021-01-20T21:11:50.449Z] a5ad3e38f97f: Preparing [2021-01-20T21:11:50.726Z] a5ad3e38f97f: Pushed [2021-01-20T21:11:50.726Z] 42ea7d2c1f96: Pushed [2021-01-20T21:11:53.338Z] f68a0716467d: Pushed [2021-01-20T21:11:53.338Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b: digest: sha256:c7453568439210e752393f49b5bc27a1ecb7b34b5e5efbe7b672074d40deafc5 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:11:53.734Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.48 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:11:54.086Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.48 [2021-01-20T21:11:54.086Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-20T21:11:54.086Z] 42ea7d2c1f96: Preparing [2021-01-20T21:11:54.086Z] f68a0716467d: Preparing [2021-01-20T21:11:54.086Z] a5ad3e38f97f: Preparing [2021-01-20T21:11:54.086Z] a5ad3e38f97f: Layer already exists [2021-01-20T21:11:54.086Z] 42ea7d2c1f96: Layer already exists [2021-01-20T21:11:54.086Z] f68a0716467d: Layer already exists [2021-01-20T21:11:54.365Z] 2.0.0-dev.48: digest: sha256:c7453568439210e752393f49b5bc27a1ecb7b34b5e5efbe7b672074d40deafc5 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:11:54.722Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:11:55.095Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [2021-01-20T21:11:55.095Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-20T21:11:55.095Z] 42ea7d2c1f96: Preparing [2021-01-20T21:11:55.095Z] f68a0716467d: Preparing [2021-01-20T21:11:55.095Z] a5ad3e38f97f: Preparing [2021-01-20T21:11:55.095Z] f68a0716467d: Layer already exists [2021-01-20T21:11:55.095Z] 42ea7d2c1f96: Layer already exists [2021-01-20T21:11:55.095Z] a5ad3e38f97f: Layer already exists [2021-01-20T21:11:55.368Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48: digest: sha256:c7453568439210e752393f49b5bc27a1ecb7b34b5e5efbe7b672074d40deafc5 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:11:55.732Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:11:56.073Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-01-20T21:11:56.073Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-20T21:11:56.073Z] 42ea7d2c1f96: Preparing [2021-01-20T21:11:56.073Z] f68a0716467d: Preparing [2021-01-20T21:11:56.073Z] a5ad3e38f97f: Preparing [2021-01-20T21:11:56.073Z] a5ad3e38f97f: Layer already exists [2021-01-20T21:11:56.073Z] f68a0716467d: Layer already exists [2021-01-20T21:11:56.073Z] 42ea7d2c1f96: Layer already exists [2021-01-20T21:11:56.345Z] master: digest: sha256:c7453568439210e752393f49b5bc27a1ecb7b34b5e5efbe7b672074d40deafc5 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-20T21:11:56.531Z] ===================================================== [Pipeline] echo [2021-01-20T21:11:56.582Z] taggedImages: [2021-01-20T21:11:56.582Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:11:56.582Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.48 [2021-01-20T21:11:56.582Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [2021-01-20T21:11:56.582Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-01-20T21:11:56.645Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-01-20T21:11:56.645Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:11:56.645Z] 2.0.0-dev.48 [2021-01-20T21:11:56.645Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [2021-01-20T21:11:56.645Z] master [2021-01-20T21:11:56.645Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:11:57.150Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ba3f575de95cda6ffdeb8943f6d6d62c3955065b [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:11:57.484Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:11:57.484Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-20T21:11:57.484Z] 0e3980cbae1b: Preparing [2021-01-20T21:11:57.484Z] b96c28248aad: Preparing [2021-01-20T21:11:57.484Z] a5ad3e38f97f: Preparing [2021-01-20T21:11:57.484Z] 0f322508115c: Preparing [2021-01-20T21:11:57.484Z] d6adc31fa610: Preparing [2021-01-20T21:11:57.484Z] 379067d0cb53: Preparing [2021-01-20T21:11:57.484Z] 379067d0cb53: Waiting [2021-01-20T21:11:57.763Z] a5ad3e38f97f: Layer already exists [2021-01-20T21:11:57.764Z] 379067d0cb53: Layer already exists [2021-01-20T21:11:57.764Z] 0e3980cbae1b: Pushed [2021-01-20T21:11:57.764Z] d6adc31fa610: Pushed [2021-01-20T21:11:58.738Z] 0f322508115c: Pushed [2021-01-20T21:12:01.341Z] b96c28248aad: Pushed [2021-01-20T21:12:01.612Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b: digest: sha256:fc3d70f88fee71afc836745ed5c8faef1d2f50b763accef7aba4396a5e5dae21 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:12:01.951Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.48 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:12:02.295Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.48 [2021-01-20T21:12:02.295Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-20T21:12:02.295Z] 0e3980cbae1b: Preparing [2021-01-20T21:12:02.295Z] b96c28248aad: Preparing [2021-01-20T21:12:02.295Z] a5ad3e38f97f: Preparing [2021-01-20T21:12:02.295Z] 0f322508115c: Preparing [2021-01-20T21:12:02.295Z] d6adc31fa610: Preparing [2021-01-20T21:12:02.295Z] 379067d0cb53: Preparing [2021-01-20T21:12:02.295Z] 379067d0cb53: Waiting [2021-01-20T21:12:02.295Z] b96c28248aad: Layer already exists [2021-01-20T21:12:02.295Z] a5ad3e38f97f: Layer already exists [2021-01-20T21:12:02.565Z] 0e3980cbae1b: Layer already exists [2021-01-20T21:12:02.565Z] 0f322508115c: Layer already exists [2021-01-20T21:12:02.565Z] d6adc31fa610: Layer already exists [2021-01-20T21:12:02.565Z] 379067d0cb53: Layer already exists [2021-01-20T21:12:02.565Z] 2.0.0-dev.48: digest: sha256:fc3d70f88fee71afc836745ed5c8faef1d2f50b763accef7aba4396a5e5dae21 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:12:02.908Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:12:03.244Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [2021-01-20T21:12:03.244Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-20T21:12:03.244Z] 0e3980cbae1b: Preparing [2021-01-20T21:12:03.244Z] b96c28248aad: Preparing [2021-01-20T21:12:03.244Z] a5ad3e38f97f: Preparing [2021-01-20T21:12:03.244Z] 0f322508115c: Preparing [2021-01-20T21:12:03.244Z] d6adc31fa610: Preparing [2021-01-20T21:12:03.245Z] 379067d0cb53: Preparing [2021-01-20T21:12:03.245Z] 379067d0cb53: Waiting [2021-01-20T21:12:03.517Z] d6adc31fa610: Layer already exists [2021-01-20T21:12:03.517Z] b96c28248aad: Layer already exists [2021-01-20T21:12:03.517Z] a5ad3e38f97f: Layer already exists [2021-01-20T21:12:03.517Z] 0e3980cbae1b: Layer already exists [2021-01-20T21:12:03.517Z] 0f322508115c: Layer already exists [2021-01-20T21:12:03.517Z] 379067d0cb53: Layer already exists [2021-01-20T21:12:03.517Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48: digest: sha256:fc3d70f88fee71afc836745ed5c8faef1d2f50b763accef7aba4396a5e5dae21 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:12:03.856Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:12:04.195Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-01-20T21:12:04.195Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-20T21:12:04.195Z] 0e3980cbae1b: Preparing [2021-01-20T21:12:04.195Z] b96c28248aad: Preparing [2021-01-20T21:12:04.195Z] a5ad3e38f97f: Preparing [2021-01-20T21:12:04.195Z] 0f322508115c: Preparing [2021-01-20T21:12:04.195Z] d6adc31fa610: Preparing [2021-01-20T21:12:04.195Z] 379067d0cb53: Preparing [2021-01-20T21:12:04.195Z] 379067d0cb53: Waiting [2021-01-20T21:12:04.195Z] 0f322508115c: Layer already exists [2021-01-20T21:12:04.195Z] b96c28248aad: Layer already exists [2021-01-20T21:12:04.195Z] 0e3980cbae1b: Layer already exists [2021-01-20T21:12:04.195Z] a5ad3e38f97f: Layer already exists [2021-01-20T21:12:04.195Z] d6adc31fa610: Layer already exists [2021-01-20T21:12:04.195Z] 379067d0cb53: Layer already exists [2021-01-20T21:12:04.469Z] master: digest: sha256:fc3d70f88fee71afc836745ed5c8faef1d2f50b763accef7aba4396a5e5dae21 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-20T21:12:04.688Z] ===================================================== [Pipeline] echo [2021-01-20T21:12:04.733Z] taggedImages: [2021-01-20T21:12:04.733Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:12:04.733Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.48 [2021-01-20T21:12:04.733Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [2021-01-20T21:12:04.733Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-01-20T21:12:04.800Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-01-20T21:12:04.800Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:12:04.800Z] 2.0.0-dev.48 [2021-01-20T21:12:04.800Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [2021-01-20T21:12:04.800Z] master [2021-01-20T21:12:04.800Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:12:05.308Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ba3f575de95cda6ffdeb8943f6d6d62c3955065b [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:12:05.651Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:12:05.651Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-20T21:12:05.651Z] 1b9eec8336cd: Preparing [2021-01-20T21:12:05.651Z] f530c909076a: Preparing [2021-01-20T21:12:05.651Z] a5ad3e38f97f: Preparing [2021-01-20T21:12:05.923Z] a5ad3e38f97f: Layer already exists [2021-01-20T21:12:05.923Z] 1b9eec8336cd: Pushed [2021-01-20T21:12:08.521Z] f530c909076a: Pushed [2021-01-20T21:12:08.791Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b: digest: sha256:4870f6695de08e0b5764d7b359f723316f1a0811e1c8ed859399ab6965f321ac size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:12:09.135Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.48 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:12:09.464Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.48 [2021-01-20T21:12:09.464Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-20T21:12:09.464Z] 1b9eec8336cd: Preparing [2021-01-20T21:12:09.464Z] f530c909076a: Preparing [2021-01-20T21:12:09.464Z] a5ad3e38f97f: Preparing [2021-01-20T21:12:09.734Z] 1b9eec8336cd: Layer already exists [2021-01-20T21:12:09.734Z] a5ad3e38f97f: Layer already exists [2021-01-20T21:12:09.734Z] f530c909076a: Layer already exists [2021-01-20T21:12:09.734Z] 2.0.0-dev.48: digest: sha256:4870f6695de08e0b5764d7b359f723316f1a0811e1c8ed859399ab6965f321ac size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:12:10.155Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:12:10.558Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [2021-01-20T21:12:10.559Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-20T21:12:10.559Z] 1b9eec8336cd: Preparing [2021-01-20T21:12:10.559Z] f530c909076a: Preparing [2021-01-20T21:12:10.559Z] a5ad3e38f97f: Preparing [2021-01-20T21:12:10.832Z] f530c909076a: Layer already exists [2021-01-20T21:12:10.832Z] a5ad3e38f97f: Layer already exists [2021-01-20T21:12:10.832Z] 1b9eec8336cd: Layer already exists [2021-01-20T21:12:10.832Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48: digest: sha256:4870f6695de08e0b5764d7b359f723316f1a0811e1c8ed859399ab6965f321ac size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:12:11.178Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:12:11.514Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-01-20T21:12:11.514Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-20T21:12:11.514Z] 1b9eec8336cd: Preparing [2021-01-20T21:12:11.514Z] f530c909076a: Preparing [2021-01-20T21:12:11.514Z] a5ad3e38f97f: Preparing [2021-01-20T21:12:11.785Z] a5ad3e38f97f: Layer already exists [2021-01-20T21:12:11.785Z] 1b9eec8336cd: Layer already exists [2021-01-20T21:12:11.785Z] f530c909076a: Layer already exists [2021-01-20T21:12:12.063Z] master: digest: sha256:4870f6695de08e0b5764d7b359f723316f1a0811e1c8ed859399ab6965f321ac size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-20T21:12:12.262Z] ===================================================== [Pipeline] echo [2021-01-20T21:12:12.305Z] taggedImages: [2021-01-20T21:12:12.305Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:12:12.305Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.48 [2021-01-20T21:12:12.305Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [2021-01-20T21:12:12.305Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-01-20T21:12:12.389Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2021-01-20T21:12:12.389Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:12:12.389Z] 2.0.0-dev.48 [2021-01-20T21:12:12.389Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [2021-01-20T21:12:12.389Z] master [2021-01-20T21:12:12.389Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:12:12.892Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:ba3f575de95cda6ffdeb8943f6d6d62c3955065b [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:12:13.237Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:12:13.237Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-20T21:12:13.237Z] 73ad1697d453: Preparing [2021-01-20T21:12:13.237Z] dbc1a52ee92c: Preparing [2021-01-20T21:12:13.237Z] 59977b70afce: Preparing [2021-01-20T21:12:13.237Z] 5448afa3f7e2: Preparing [2021-01-20T21:12:13.237Z] a5ad3e38f97f: Preparing [2021-01-20T21:12:13.237Z] 6d0532c299d8: Preparing [2021-01-20T21:12:13.237Z] 379067d0cb53: Preparing [2021-01-20T21:12:13.237Z] 6d0532c299d8: Waiting [2021-01-20T21:12:13.237Z] 379067d0cb53: Waiting [2021-01-20T21:12:13.510Z] a5ad3e38f97f: Layer already exists [2021-01-20T21:12:13.510Z] 73ad1697d453: Pushed [2021-01-20T21:12:13.510Z] dbc1a52ee92c: Pushed [2021-01-20T21:12:13.510Z] 59977b70afce: Pushed [2021-01-20T21:12:13.510Z] 379067d0cb53: Layer already exists [2021-01-20T21:12:14.103Z] 6d0532c299d8: Pushed [2021-01-20T21:12:15.525Z] 5448afa3f7e2: Pushed [2021-01-20T21:12:15.793Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b: digest: sha256:4088b3ef73860b0eeeb894127d984e19b5decb16b9b3373ad27f04813f5bbb35 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:12:16.147Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.48 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:12:16.498Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.48 [2021-01-20T21:12:16.498Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-20T21:12:16.498Z] 73ad1697d453: Preparing [2021-01-20T21:12:16.498Z] dbc1a52ee92c: Preparing [2021-01-20T21:12:16.498Z] 59977b70afce: Preparing [2021-01-20T21:12:16.498Z] 5448afa3f7e2: Preparing [2021-01-20T21:12:16.498Z] a5ad3e38f97f: Preparing [2021-01-20T21:12:16.498Z] 6d0532c299d8: Preparing [2021-01-20T21:12:16.498Z] 379067d0cb53: Preparing [2021-01-20T21:12:16.498Z] 6d0532c299d8: Waiting [2021-01-20T21:12:16.498Z] 379067d0cb53: Waiting [2021-01-20T21:12:16.498Z] dbc1a52ee92c: Layer already exists [2021-01-20T21:12:16.498Z] 59977b70afce: Layer already exists [2021-01-20T21:12:16.498Z] 5448afa3f7e2: Layer already exists [2021-01-20T21:12:16.498Z] 73ad1697d453: Layer already exists [2021-01-20T21:12:16.498Z] a5ad3e38f97f: Layer already exists [2021-01-20T21:12:16.778Z] 6d0532c299d8: Layer already exists [2021-01-20T21:12:16.778Z] 379067d0cb53: Layer already exists [2021-01-20T21:12:16.778Z] 2.0.0-dev.48: digest: sha256:4088b3ef73860b0eeeb894127d984e19b5decb16b9b3373ad27f04813f5bbb35 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:12:17.133Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:12:17.483Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [2021-01-20T21:12:17.483Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-20T21:12:17.483Z] 73ad1697d453: Preparing [2021-01-20T21:12:17.483Z] dbc1a52ee92c: Preparing [2021-01-20T21:12:17.483Z] 59977b70afce: Preparing [2021-01-20T21:12:17.483Z] 5448afa3f7e2: Preparing [2021-01-20T21:12:17.483Z] a5ad3e38f97f: Preparing [2021-01-20T21:12:17.483Z] 6d0532c299d8: Preparing [2021-01-20T21:12:17.483Z] 379067d0cb53: Preparing [2021-01-20T21:12:17.483Z] 379067d0cb53: Waiting [2021-01-20T21:12:17.483Z] 6d0532c299d8: Waiting [2021-01-20T21:12:17.483Z] dbc1a52ee92c: Layer already exists [2021-01-20T21:12:17.483Z] 5448afa3f7e2: Layer already exists [2021-01-20T21:12:17.483Z] 73ad1697d453: Layer already exists [2021-01-20T21:12:17.483Z] a5ad3e38f97f: Layer already exists [2021-01-20T21:12:17.483Z] 59977b70afce: Layer already exists [2021-01-20T21:12:17.483Z] 6d0532c299d8: Layer already exists [2021-01-20T21:12:17.483Z] 379067d0cb53: Layer already exists [2021-01-20T21:12:17.755Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48: digest: sha256:4088b3ef73860b0eeeb894127d984e19b5decb16b9b3373ad27f04813f5bbb35 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:12:18.101Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:12:18.443Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [2021-01-20T21:12:18.443Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-20T21:12:18.443Z] 73ad1697d453: Preparing [2021-01-20T21:12:18.443Z] dbc1a52ee92c: Preparing [2021-01-20T21:12:18.443Z] 59977b70afce: Preparing [2021-01-20T21:12:18.443Z] 5448afa3f7e2: Preparing [2021-01-20T21:12:18.443Z] a5ad3e38f97f: Preparing [2021-01-20T21:12:18.443Z] 6d0532c299d8: Preparing [2021-01-20T21:12:18.443Z] 379067d0cb53: Preparing [2021-01-20T21:12:18.443Z] 6d0532c299d8: Waiting [2021-01-20T21:12:18.443Z] 379067d0cb53: Waiting [2021-01-20T21:12:18.717Z] 5448afa3f7e2: Layer already exists [2021-01-20T21:12:18.717Z] 73ad1697d453: Layer already exists [2021-01-20T21:12:18.717Z] a5ad3e38f97f: Layer already exists [2021-01-20T21:12:18.717Z] 59977b70afce: Layer already exists [2021-01-20T21:12:18.717Z] dbc1a52ee92c: Layer already exists [2021-01-20T21:12:18.717Z] 379067d0cb53: Layer already exists [2021-01-20T21:12:18.717Z] 6d0532c299d8: Layer already exists [2021-01-20T21:12:18.717Z] master: digest: sha256:4088b3ef73860b0eeeb894127d984e19b5decb16b9b3373ad27f04813f5bbb35 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-20T21:12:18.915Z] ===================================================== [Pipeline] echo [2021-01-20T21:12:18.964Z] taggedImages: [2021-01-20T21:12:18.964Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:12:18.964Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.48 [2021-01-20T21:12:18.964Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [2021-01-20T21:12:18.964Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo [2021-01-20T21:12:19.037Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-01-20T21:12:19.037Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:12:19.037Z] 2.0.0-dev.48 [2021-01-20T21:12:19.037Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [2021-01-20T21:12:19.037Z] master [2021-01-20T21:12:19.037Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:12:19.555Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ba3f575de95cda6ffdeb8943f6d6d62c3955065b [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:12:19.890Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:12:19.890Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-20T21:12:19.890Z] b407ea6d9cb1: Preparing [2021-01-20T21:12:19.890Z] b9d2d83bfccb: Preparing [2021-01-20T21:12:19.890Z] 35892fe39440: Preparing [2021-01-20T21:12:19.890Z] b6fe1730c336: Preparing [2021-01-20T21:12:19.890Z] 29a75eab0864: Preparing [2021-01-20T21:12:19.890Z] 379067d0cb53: Preparing [2021-01-20T21:12:19.890Z] 379067d0cb53: Waiting [2021-01-20T21:12:20.164Z] b6fe1730c336: Pushed [2021-01-20T21:12:20.164Z] 35892fe39440: Pushed [2021-01-20T21:12:20.439Z] 379067d0cb53: Layer already exists [2021-01-20T21:12:20.711Z] 29a75eab0864: Pushed [2021-01-20T21:12:22.137Z] b407ea6d9cb1: Pushed [2021-01-20T21:12:22.137Z] b9d2d83bfccb: Pushed [2021-01-20T21:12:22.409Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b: digest: sha256:c319ca52231abd7549d21eaf41ea94ee25284d3b8c28bda928d75fe31dfe0db7 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:12:22.754Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.48 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:12:23.100Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.48 [2021-01-20T21:12:23.100Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-20T21:12:23.100Z] b407ea6d9cb1: Preparing [2021-01-20T21:12:23.100Z] b9d2d83bfccb: Preparing [2021-01-20T21:12:23.100Z] 35892fe39440: Preparing [2021-01-20T21:12:23.100Z] b6fe1730c336: Preparing [2021-01-20T21:12:23.100Z] 29a75eab0864: Preparing [2021-01-20T21:12:23.100Z] 379067d0cb53: Preparing [2021-01-20T21:12:23.100Z] 379067d0cb53: Waiting [2021-01-20T21:12:23.371Z] b407ea6d9cb1: Layer already exists [2021-01-20T21:12:23.371Z] 35892fe39440: Layer already exists [2021-01-20T21:12:23.371Z] b6fe1730c336: Layer already exists [2021-01-20T21:12:23.371Z] 29a75eab0864: Layer already exists [2021-01-20T21:12:23.371Z] b9d2d83bfccb: Layer already exists [2021-01-20T21:12:23.371Z] 379067d0cb53: Layer already exists [2021-01-20T21:12:23.371Z] 2.0.0-dev.48: digest: sha256:c319ca52231abd7549d21eaf41ea94ee25284d3b8c28bda928d75fe31dfe0db7 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:12:23.714Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:12:24.048Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [2021-01-20T21:12:24.048Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-20T21:12:24.048Z] b407ea6d9cb1: Preparing [2021-01-20T21:12:24.048Z] b9d2d83bfccb: Preparing [2021-01-20T21:12:24.048Z] 35892fe39440: Preparing [2021-01-20T21:12:24.048Z] b6fe1730c336: Preparing [2021-01-20T21:12:24.048Z] 29a75eab0864: Preparing [2021-01-20T21:12:24.048Z] 379067d0cb53: Preparing [2021-01-20T21:12:24.048Z] 379067d0cb53: Waiting [2021-01-20T21:12:24.318Z] 29a75eab0864: Layer already exists [2021-01-20T21:12:24.318Z] b407ea6d9cb1: Layer already exists [2021-01-20T21:12:24.318Z] b9d2d83bfccb: Layer already exists [2021-01-20T21:12:24.318Z] 35892fe39440: Layer already exists [2021-01-20T21:12:24.318Z] b6fe1730c336: Layer already exists [2021-01-20T21:12:24.318Z] 379067d0cb53: Layer already exists [2021-01-20T21:12:24.318Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48: digest: sha256:c319ca52231abd7549d21eaf41ea94ee25284d3b8c28bda928d75fe31dfe0db7 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:12:24.654Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:12:24.986Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-01-20T21:12:24.987Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-20T21:12:24.987Z] b407ea6d9cb1: Preparing [2021-01-20T21:12:24.987Z] b9d2d83bfccb: Preparing [2021-01-20T21:12:24.987Z] 35892fe39440: Preparing [2021-01-20T21:12:24.987Z] b6fe1730c336: Preparing [2021-01-20T21:12:24.987Z] 29a75eab0864: Preparing [2021-01-20T21:12:24.987Z] 379067d0cb53: Preparing [2021-01-20T21:12:24.987Z] 379067d0cb53: Waiting [2021-01-20T21:12:25.257Z] 29a75eab0864: Layer already exists [2021-01-20T21:12:25.257Z] b6fe1730c336: Layer already exists [2021-01-20T21:12:25.257Z] 35892fe39440: Layer already exists [2021-01-20T21:12:25.257Z] b9d2d83bfccb: Layer already exists [2021-01-20T21:12:25.257Z] b407ea6d9cb1: Layer already exists [2021-01-20T21:12:25.257Z] 379067d0cb53: Layer already exists [2021-01-20T21:12:25.257Z] master: digest: sha256:c319ca52231abd7549d21eaf41ea94ee25284d3b8c28bda928d75fe31dfe0db7 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-20T21:12:25.505Z] ===================================================== [Pipeline] echo [2021-01-20T21:12:25.550Z] taggedImages: [2021-01-20T21:12:25.550Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:12:25.550Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.48 [2021-01-20T21:12:25.550Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [2021-01-20T21:12:25.550Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-01-20T21:12:25.619Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-01-20T21:12:25.619Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:12:25.619Z] 2.0.0-dev.48 [2021-01-20T21:12:25.619Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [2021-01-20T21:12:25.619Z] master [2021-01-20T21:12:25.619Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:12:26.133Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ba3f575de95cda6ffdeb8943f6d6d62c3955065b [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:12:26.467Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:12:26.467Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-20T21:12:26.467Z] 801a4b7e8221: Preparing [2021-01-20T21:12:26.467Z] 70a336b75e8a: Preparing [2021-01-20T21:12:26.467Z] 1137019808fd: Preparing [2021-01-20T21:12:26.467Z] a55367a1f916: Preparing [2021-01-20T21:12:26.467Z] 2330a390aca2: Preparing [2021-01-20T21:12:26.467Z] fe4cecdb330b: Preparing [2021-01-20T21:12:26.467Z] 968848976324: Preparing [2021-01-20T21:12:26.467Z] 6d0532c299d8: Preparing [2021-01-20T21:12:26.467Z] 379067d0cb53: Preparing [2021-01-20T21:12:26.467Z] 968848976324: Waiting [2021-01-20T21:12:26.467Z] 6d0532c299d8: Waiting [2021-01-20T21:12:26.467Z] fe4cecdb330b: Waiting [2021-01-20T21:12:26.740Z] 801a4b7e8221: Pushed [2021-01-20T21:12:26.740Z] 70a336b75e8a: Pushed [2021-01-20T21:12:26.740Z] 2330a390aca2: Pushed [2021-01-20T21:12:27.015Z] 6d0532c299d8: Layer already exists [2021-01-20T21:12:27.015Z] 379067d0cb53: Layer already exists [2021-01-20T21:12:27.015Z] fe4cecdb330b: Pushed [2021-01-20T21:12:27.992Z] 968848976324: Pushed [2021-01-20T21:12:28.970Z] 1137019808fd: Pushed [2021-01-20T21:12:28.970Z] a55367a1f916: Pushed [2021-01-20T21:12:29.241Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b: digest: sha256:ba789da3745d0dbc52561811689256aa0e7fcc6932e574790c16d10d26619054 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:12:29.580Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.48 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:12:29.916Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.48 [2021-01-20T21:12:29.916Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-20T21:12:29.916Z] 801a4b7e8221: Preparing [2021-01-20T21:12:29.916Z] 70a336b75e8a: Preparing [2021-01-20T21:12:29.916Z] 1137019808fd: Preparing [2021-01-20T21:12:29.916Z] a55367a1f916: Preparing [2021-01-20T21:12:29.916Z] 2330a390aca2: Preparing [2021-01-20T21:12:29.916Z] fe4cecdb330b: Preparing [2021-01-20T21:12:29.916Z] 968848976324: Preparing [2021-01-20T21:12:29.916Z] 6d0532c299d8: Preparing [2021-01-20T21:12:29.916Z] 379067d0cb53: Preparing [2021-01-20T21:12:29.916Z] fe4cecdb330b: Waiting [2021-01-20T21:12:29.916Z] 968848976324: Waiting [2021-01-20T21:12:29.916Z] 6d0532c299d8: Waiting [2021-01-20T21:12:29.916Z] a55367a1f916: Layer already exists [2021-01-20T21:12:29.916Z] 801a4b7e8221: Layer already exists [2021-01-20T21:12:29.916Z] 2330a390aca2: Layer already exists [2021-01-20T21:12:29.916Z] 70a336b75e8a: Layer already exists [2021-01-20T21:12:30.186Z] 1137019808fd: Layer already exists [2021-01-20T21:12:30.186Z] 379067d0cb53: Layer already exists [2021-01-20T21:12:30.186Z] fe4cecdb330b: Layer already exists [2021-01-20T21:12:30.186Z] 6d0532c299d8: Layer already exists [2021-01-20T21:12:30.186Z] 968848976324: Layer already exists [2021-01-20T21:12:30.186Z] 2.0.0-dev.48: digest: sha256:ba789da3745d0dbc52561811689256aa0e7fcc6932e574790c16d10d26619054 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:12:30.523Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:12:30.854Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [2021-01-20T21:12:30.854Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-20T21:12:30.854Z] 801a4b7e8221: Preparing [2021-01-20T21:12:30.854Z] 70a336b75e8a: Preparing [2021-01-20T21:12:30.854Z] 1137019808fd: Preparing [2021-01-20T21:12:30.854Z] a55367a1f916: Preparing [2021-01-20T21:12:30.854Z] 2330a390aca2: Preparing [2021-01-20T21:12:30.854Z] fe4cecdb330b: Preparing [2021-01-20T21:12:30.854Z] 968848976324: Preparing [2021-01-20T21:12:30.854Z] 6d0532c299d8: Preparing [2021-01-20T21:12:30.854Z] 379067d0cb53: Preparing [2021-01-20T21:12:30.854Z] 968848976324: Waiting [2021-01-20T21:12:30.854Z] 6d0532c299d8: Waiting [2021-01-20T21:12:30.854Z] 379067d0cb53: Waiting [2021-01-20T21:12:30.854Z] fe4cecdb330b: Waiting [2021-01-20T21:12:31.125Z] 70a336b75e8a: Layer already exists [2021-01-20T21:12:31.125Z] 801a4b7e8221: Layer already exists [2021-01-20T21:12:31.125Z] a55367a1f916: Layer already exists [2021-01-20T21:12:31.125Z] 1137019808fd: Layer already exists [2021-01-20T21:12:31.125Z] 2330a390aca2: Layer already exists [2021-01-20T21:12:31.125Z] fe4cecdb330b: Layer already exists [2021-01-20T21:12:31.125Z] 968848976324: Layer already exists [2021-01-20T21:12:31.125Z] 379067d0cb53: Layer already exists [2021-01-20T21:12:31.125Z] 6d0532c299d8: Layer already exists [2021-01-20T21:12:31.125Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48: digest: sha256:ba789da3745d0dbc52561811689256aa0e7fcc6932e574790c16d10d26619054 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:12:31.468Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:12:31.805Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-01-20T21:12:31.806Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-20T21:12:31.806Z] 801a4b7e8221: Preparing [2021-01-20T21:12:31.806Z] 70a336b75e8a: Preparing [2021-01-20T21:12:31.806Z] 1137019808fd: Preparing [2021-01-20T21:12:31.806Z] a55367a1f916: Preparing [2021-01-20T21:12:31.806Z] 2330a390aca2: Preparing [2021-01-20T21:12:31.806Z] fe4cecdb330b: Preparing [2021-01-20T21:12:31.806Z] 968848976324: Preparing [2021-01-20T21:12:31.806Z] 6d0532c299d8: Preparing [2021-01-20T21:12:31.806Z] 379067d0cb53: Preparing [2021-01-20T21:12:31.806Z] 968848976324: Waiting [2021-01-20T21:12:31.806Z] 6d0532c299d8: Waiting [2021-01-20T21:12:31.806Z] 379067d0cb53: Waiting [2021-01-20T21:12:31.806Z] fe4cecdb330b: Waiting [2021-01-20T21:12:32.079Z] 2330a390aca2: Layer already exists [2021-01-20T21:12:32.079Z] 70a336b75e8a: Layer already exists [2021-01-20T21:12:32.079Z] 801a4b7e8221: Layer already exists [2021-01-20T21:12:32.079Z] 1137019808fd: Layer already exists [2021-01-20T21:12:32.079Z] a55367a1f916: Layer already exists [2021-01-20T21:12:32.079Z] fe4cecdb330b: Layer already exists [2021-01-20T21:12:32.079Z] 968848976324: Layer already exists [2021-01-20T21:12:32.079Z] 379067d0cb53: Layer already exists [2021-01-20T21:12:32.079Z] 6d0532c299d8: Layer already exists [2021-01-20T21:12:32.079Z] master: digest: sha256:ba789da3745d0dbc52561811689256aa0e7fcc6932e574790c16d10d26619054 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-20T21:12:32.331Z] ===================================================== [Pipeline] echo [2021-01-20T21:12:32.381Z] taggedImages: [2021-01-20T21:12:32.381Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:12:32.381Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.48 [2021-01-20T21:12:32.381Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [2021-01-20T21:12:32.381Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-01-20T21:12:32.448Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-01-20T21:12:32.448Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:12:32.448Z] 2.0.0-dev.48 [2021-01-20T21:12:32.448Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [2021-01-20T21:12:32.448Z] master [2021-01-20T21:12:32.448Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:12:32.952Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ba3f575de95cda6ffdeb8943f6d6d62c3955065b [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:12:33.286Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:12:33.286Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-20T21:12:33.286Z] 32768f17ef4f: Preparing [2021-01-20T21:12:33.286Z] 7e70b9f1fc83: Preparing [2021-01-20T21:12:33.286Z] a5ad3e38f97f: Preparing [2021-01-20T21:12:33.286Z] 48eace00aa39: Preparing [2021-01-20T21:12:33.286Z] 93dd0a6b7b71: Preparing [2021-01-20T21:12:33.286Z] dc3b0cd1ea8d: Preparing [2021-01-20T21:12:33.286Z] dc3b0cd1ea8d: Waiting [2021-01-20T21:12:33.561Z] a5ad3e38f97f: Layer already exists [2021-01-20T21:12:33.561Z] 32768f17ef4f: Pushed [2021-01-20T21:12:33.832Z] 93dd0a6b7b71: Pushed [2021-01-20T21:12:33.832Z] 48eace00aa39: Pushed [2021-01-20T21:12:33.832Z] dc3b0cd1ea8d: Pushed [2021-01-20T21:12:36.444Z] 7e70b9f1fc83: Pushed [2021-01-20T21:12:36.444Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b: digest: sha256:0ad519ccec58ed07cfc83e8a79a507b4c3b7d0072d564a02c9898f0cf4659b92 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:12:36.783Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.48 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:12:37.118Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.48 [2021-01-20T21:12:37.118Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-20T21:12:37.118Z] 32768f17ef4f: Preparing [2021-01-20T21:12:37.118Z] 7e70b9f1fc83: Preparing [2021-01-20T21:12:37.118Z] a5ad3e38f97f: Preparing [2021-01-20T21:12:37.118Z] 48eace00aa39: Preparing [2021-01-20T21:12:37.118Z] 93dd0a6b7b71: Preparing [2021-01-20T21:12:37.118Z] dc3b0cd1ea8d: Preparing [2021-01-20T21:12:37.118Z] dc3b0cd1ea8d: Waiting [2021-01-20T21:12:37.391Z] 32768f17ef4f: Layer already exists [2021-01-20T21:12:37.391Z] a5ad3e38f97f: Layer already exists [2021-01-20T21:12:37.391Z] 7e70b9f1fc83: Layer already exists [2021-01-20T21:12:37.391Z] 48eace00aa39: Layer already exists [2021-01-20T21:12:37.391Z] 93dd0a6b7b71: Layer already exists [2021-01-20T21:12:37.391Z] dc3b0cd1ea8d: Layer already exists [2021-01-20T21:12:37.391Z] 2.0.0-dev.48: digest: sha256:0ad519ccec58ed07cfc83e8a79a507b4c3b7d0072d564a02c9898f0cf4659b92 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:12:37.734Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:12:38.070Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [2021-01-20T21:12:38.070Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-20T21:12:38.070Z] 32768f17ef4f: Preparing [2021-01-20T21:12:38.070Z] 7e70b9f1fc83: Preparing [2021-01-20T21:12:38.070Z] a5ad3e38f97f: Preparing [2021-01-20T21:12:38.070Z] 48eace00aa39: Preparing [2021-01-20T21:12:38.070Z] 93dd0a6b7b71: Preparing [2021-01-20T21:12:38.070Z] dc3b0cd1ea8d: Preparing [2021-01-20T21:12:38.070Z] dc3b0cd1ea8d: Waiting [2021-01-20T21:12:38.344Z] 32768f17ef4f: Layer already exists [2021-01-20T21:12:38.344Z] 48eace00aa39: Layer already exists [2021-01-20T21:12:38.344Z] 93dd0a6b7b71: Layer already exists [2021-01-20T21:12:38.344Z] 7e70b9f1fc83: Layer already exists [2021-01-20T21:12:38.344Z] a5ad3e38f97f: Layer already exists [2021-01-20T21:12:38.344Z] dc3b0cd1ea8d: Layer already exists [2021-01-20T21:12:38.344Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48: digest: sha256:0ad519ccec58ed07cfc83e8a79a507b4c3b7d0072d564a02c9898f0cf4659b92 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:12:38.686Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:12:39.048Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-01-20T21:12:39.048Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-20T21:12:39.048Z] 32768f17ef4f: Preparing [2021-01-20T21:12:39.048Z] 7e70b9f1fc83: Preparing [2021-01-20T21:12:39.048Z] a5ad3e38f97f: Preparing [2021-01-20T21:12:39.048Z] 48eace00aa39: Preparing [2021-01-20T21:12:39.048Z] 93dd0a6b7b71: Preparing [2021-01-20T21:12:39.048Z] dc3b0cd1ea8d: Preparing [2021-01-20T21:12:39.048Z] dc3b0cd1ea8d: Waiting [2021-01-20T21:12:39.048Z] a5ad3e38f97f: Layer already exists [2021-01-20T21:12:39.048Z] 93dd0a6b7b71: Layer already exists [2021-01-20T21:12:39.048Z] 32768f17ef4f: Layer already exists [2021-01-20T21:12:39.048Z] 48eace00aa39: Layer already exists [2021-01-20T21:12:39.048Z] 7e70b9f1fc83: Layer already exists [2021-01-20T21:12:39.325Z] dc3b0cd1ea8d: Layer already exists [2021-01-20T21:12:39.325Z] master: digest: sha256:0ad519ccec58ed07cfc83e8a79a507b4c3b7d0072d564a02c9898f0cf4659b92 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-20T21:12:39.522Z] ===================================================== [Pipeline] echo [2021-01-20T21:12:39.568Z] taggedImages: [2021-01-20T21:12:39.568Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:12:39.568Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.48 [2021-01-20T21:12:39.568Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [2021-01-20T21:12:39.568Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-01-20T21:12:39.629Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-01-20T21:12:39.629Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:12:39.629Z] 2.0.0-dev.48 [2021-01-20T21:12:39.629Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [2021-01-20T21:12:39.629Z] master [2021-01-20T21:12:39.629Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:12:40.160Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ba3f575de95cda6ffdeb8943f6d6d62c3955065b [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:12:40.507Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:12:40.507Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-20T21:12:40.507Z] 13824089d9d1: Preparing [2021-01-20T21:12:40.507Z] 03f37f21a66e: Preparing [2021-01-20T21:12:40.507Z] a5ad3e38f97f: Preparing [2021-01-20T21:12:40.782Z] a5ad3e38f97f: Layer already exists [2021-01-20T21:12:40.782Z] 13824089d9d1: Pushed [2021-01-20T21:12:43.403Z] 03f37f21a66e: Pushed [2021-01-20T21:12:43.677Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b: digest: sha256:6fb3a4557c9ed52a054d0065ccea6c3662040b88ff4251b92a0a3c6ceca5945d size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:12:44.021Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.48 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:12:44.373Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.48 [2021-01-20T21:12:44.373Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-20T21:12:44.373Z] 13824089d9d1: Preparing [2021-01-20T21:12:44.373Z] 03f37f21a66e: Preparing [2021-01-20T21:12:44.373Z] a5ad3e38f97f: Preparing [2021-01-20T21:12:44.644Z] 03f37f21a66e: Layer already exists [2021-01-20T21:12:44.644Z] a5ad3e38f97f: Layer already exists [2021-01-20T21:12:44.644Z] 13824089d9d1: Layer already exists [2021-01-20T21:12:44.644Z] 2.0.0-dev.48: digest: sha256:6fb3a4557c9ed52a054d0065ccea6c3662040b88ff4251b92a0a3c6ceca5945d size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:12:44.988Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:12:45.325Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [2021-01-20T21:12:45.325Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-20T21:12:45.325Z] 13824089d9d1: Preparing [2021-01-20T21:12:45.325Z] 03f37f21a66e: Preparing [2021-01-20T21:12:45.325Z] a5ad3e38f97f: Preparing [2021-01-20T21:12:45.598Z] a5ad3e38f97f: Layer already exists [2021-01-20T21:12:45.598Z] 13824089d9d1: Layer already exists [2021-01-20T21:12:45.598Z] 03f37f21a66e: Layer already exists [2021-01-20T21:12:45.598Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48: digest: sha256:6fb3a4557c9ed52a054d0065ccea6c3662040b88ff4251b92a0a3c6ceca5945d size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:12:46.006Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:12:46.339Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-01-20T21:12:46.340Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-20T21:12:46.340Z] 13824089d9d1: Preparing [2021-01-20T21:12:46.340Z] 03f37f21a66e: Preparing [2021-01-20T21:12:46.340Z] a5ad3e38f97f: Preparing [2021-01-20T21:12:46.610Z] 13824089d9d1: Layer already exists [2021-01-20T21:12:46.610Z] 03f37f21a66e: Layer already exists [2021-01-20T21:12:46.610Z] a5ad3e38f97f: Layer already exists [2021-01-20T21:12:46.610Z] master: digest: sha256:6fb3a4557c9ed52a054d0065ccea6c3662040b88ff4251b92a0a3c6ceca5945d size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-20T21:12:46.807Z] ===================================================== [Pipeline] echo [2021-01-20T21:12:47.032Z] taggedImages: [2021-01-20T21:12:47.032Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:12:47.032Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.48 [2021-01-20T21:12:47.032Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [2021-01-20T21:12:47.032Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-01-20T21:12:47.103Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-01-20T21:12:47.103Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:12:47.103Z] 2.0.0-dev.48 [2021-01-20T21:12:47.103Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [2021-01-20T21:12:47.103Z] master [2021-01-20T21:12:47.103Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:12:47.619Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ba3f575de95cda6ffdeb8943f6d6d62c3955065b [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:12:47.972Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:12:47.972Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-20T21:12:47.972Z] f20c15cdc1d7: Preparing [2021-01-20T21:12:47.972Z] 55e77cb251ad: Preparing [2021-01-20T21:12:47.972Z] 1f209053399d: Preparing [2021-01-20T21:12:47.973Z] fc4f0dde3056: Preparing [2021-01-20T21:12:47.973Z] 690b0a71a600: Preparing [2021-01-20T21:12:47.973Z] a8c78d132579: Preparing [2021-01-20T21:12:47.973Z] 05fdedb06d67: Preparing [2021-01-20T21:12:47.973Z] 9ded3b6bb9b5: Preparing [2021-01-20T21:12:47.973Z] fa1afe8e6ed9: Preparing [2021-01-20T21:12:47.973Z] 87a09b4c083e: Preparing [2021-01-20T21:12:47.973Z] 0f74e9ff2a61: Preparing [2021-01-20T21:12:47.973Z] b122376c33c6: Preparing [2021-01-20T21:12:47.973Z] f8381ed47b22: Preparing [2021-01-20T21:12:47.973Z] e934a737d657: Preparing [2021-01-20T21:12:47.973Z] 0f74e9ff2a61: Waiting [2021-01-20T21:12:47.973Z] a8c78d132579: Waiting [2021-01-20T21:12:47.973Z] 05fdedb06d67: Waiting [2021-01-20T21:12:47.973Z] b122376c33c6: Waiting [2021-01-20T21:12:47.973Z] 9ded3b6bb9b5: Waiting [2021-01-20T21:12:47.973Z] 87a09b4c083e: Waiting [2021-01-20T21:12:47.973Z] fa1afe8e6ed9: Waiting [2021-01-20T21:12:47.973Z] f8381ed47b22: Waiting [2021-01-20T21:12:47.973Z] e934a737d657: Waiting [2021-01-20T21:12:48.573Z] 690b0a71a600: Pushed [2021-01-20T21:12:48.843Z] f20c15cdc1d7: Pushed [2021-01-20T21:12:49.118Z] fc4f0dde3056: Pushed [2021-01-20T21:12:49.394Z] 9ded3b6bb9b5: Layer already exists [2021-01-20T21:12:49.394Z] fa1afe8e6ed9: Layer already exists [2021-01-20T21:12:49.394Z] 05fdedb06d67: Pushed [2021-01-20T21:12:49.394Z] 87a09b4c083e: Layer already exists [2021-01-20T21:12:49.394Z] 0f74e9ff2a61: Layer already exists [2021-01-20T21:12:49.394Z] b122376c33c6: Layer already exists [2021-01-20T21:12:49.394Z] f8381ed47b22: Layer already exists [2021-01-20T21:12:49.666Z] e934a737d657: Layer already exists [2021-01-20T21:12:49.940Z] 55e77cb251ad: Pushed [2021-01-20T21:12:51.901Z] a8c78d132579: Pushed [2021-01-20T21:13:02.009Z] 1f209053399d: Pushed [2021-01-20T21:13:02.009Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b: digest: sha256:f7cc7cf90c1dc8f0d94d630c793ccde9dcb695da94893492009ea14f753ffbd1 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:13:02.349Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.48 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:13:02.683Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.48 [2021-01-20T21:13:02.684Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-20T21:13:02.684Z] f20c15cdc1d7: Preparing [2021-01-20T21:13:02.684Z] 55e77cb251ad: Preparing [2021-01-20T21:13:02.684Z] 1f209053399d: Preparing [2021-01-20T21:13:02.684Z] fc4f0dde3056: Preparing [2021-01-20T21:13:02.684Z] 690b0a71a600: Preparing [2021-01-20T21:13:02.684Z] a8c78d132579: Preparing [2021-01-20T21:13:02.684Z] 05fdedb06d67: Preparing [2021-01-20T21:13:02.684Z] 9ded3b6bb9b5: Preparing [2021-01-20T21:13:02.684Z] fa1afe8e6ed9: Preparing [2021-01-20T21:13:02.684Z] 87a09b4c083e: Preparing [2021-01-20T21:13:02.684Z] 0f74e9ff2a61: Preparing [2021-01-20T21:13:02.684Z] b122376c33c6: Preparing [2021-01-20T21:13:02.684Z] f8381ed47b22: Preparing [2021-01-20T21:13:02.684Z] e934a737d657: Preparing [2021-01-20T21:13:02.684Z] 87a09b4c083e: Waiting [2021-01-20T21:13:02.684Z] 0f74e9ff2a61: Waiting [2021-01-20T21:13:02.684Z] b122376c33c6: Waiting [2021-01-20T21:13:02.684Z] a8c78d132579: Waiting [2021-01-20T21:13:02.684Z] e934a737d657: Waiting [2021-01-20T21:13:02.684Z] 05fdedb06d67: Waiting [2021-01-20T21:13:02.684Z] fa1afe8e6ed9: Waiting [2021-01-20T21:13:02.684Z] 9ded3b6bb9b5: Waiting [2021-01-20T21:13:02.684Z] f8381ed47b22: Waiting [2021-01-20T21:13:02.684Z] 690b0a71a600: Layer already exists [2021-01-20T21:13:02.684Z] 1f209053399d: Layer already exists [2021-01-20T21:13:02.684Z] f20c15cdc1d7: Layer already exists [2021-01-20T21:13:02.684Z] 55e77cb251ad: Layer already exists [2021-01-20T21:13:02.684Z] fc4f0dde3056: Layer already exists [2021-01-20T21:13:02.953Z] a8c78d132579: Layer already exists [2021-01-20T21:13:02.954Z] 05fdedb06d67: Layer already exists [2021-01-20T21:13:02.954Z] 9ded3b6bb9b5: Layer already exists [2021-01-20T21:13:02.954Z] fa1afe8e6ed9: Layer already exists [2021-01-20T21:13:02.954Z] 87a09b4c083e: Layer already exists [2021-01-20T21:13:02.954Z] b122376c33c6: Layer already exists [2021-01-20T21:13:02.954Z] 0f74e9ff2a61: Layer already exists [2021-01-20T21:13:02.954Z] e934a737d657: Layer already exists [2021-01-20T21:13:02.954Z] f8381ed47b22: Layer already exists [2021-01-20T21:13:02.954Z] 2.0.0-dev.48: digest: sha256:f7cc7cf90c1dc8f0d94d630c793ccde9dcb695da94893492009ea14f753ffbd1 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:13:03.300Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:13:03.649Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [2021-01-20T21:13:03.649Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-20T21:13:03.649Z] f20c15cdc1d7: Preparing [2021-01-20T21:13:03.649Z] 55e77cb251ad: Preparing [2021-01-20T21:13:03.649Z] 1f209053399d: Preparing [2021-01-20T21:13:03.649Z] fc4f0dde3056: Preparing [2021-01-20T21:13:03.649Z] 690b0a71a600: Preparing [2021-01-20T21:13:03.649Z] a8c78d132579: Preparing [2021-01-20T21:13:03.649Z] 05fdedb06d67: Preparing [2021-01-20T21:13:03.649Z] 9ded3b6bb9b5: Preparing [2021-01-20T21:13:03.649Z] fa1afe8e6ed9: Preparing [2021-01-20T21:13:03.649Z] 87a09b4c083e: Preparing [2021-01-20T21:13:03.649Z] 0f74e9ff2a61: Preparing [2021-01-20T21:13:03.649Z] b122376c33c6: Preparing [2021-01-20T21:13:03.649Z] f8381ed47b22: Preparing [2021-01-20T21:13:03.649Z] e934a737d657: Preparing [2021-01-20T21:13:03.649Z] a8c78d132579: Waiting [2021-01-20T21:13:03.649Z] 05fdedb06d67: Waiting [2021-01-20T21:13:03.649Z] 9ded3b6bb9b5: Waiting [2021-01-20T21:13:03.649Z] fa1afe8e6ed9: Waiting [2021-01-20T21:13:03.649Z] 87a09b4c083e: Waiting [2021-01-20T21:13:03.649Z] 0f74e9ff2a61: Waiting [2021-01-20T21:13:03.649Z] b122376c33c6: Waiting [2021-01-20T21:13:03.649Z] f8381ed47b22: Waiting [2021-01-20T21:13:03.649Z] e934a737d657: Waiting [2021-01-20T21:13:03.919Z] 55e77cb251ad: Layer already exists [2021-01-20T21:13:03.919Z] 1f209053399d: Layer already exists [2021-01-20T21:13:03.919Z] fc4f0dde3056: Layer already exists [2021-01-20T21:13:03.919Z] f20c15cdc1d7: Layer already exists [2021-01-20T21:13:03.919Z] 690b0a71a600: Layer already exists [2021-01-20T21:13:03.919Z] 87a09b4c083e: Layer already exists [2021-01-20T21:13:03.919Z] 9ded3b6bb9b5: Layer already exists [2021-01-20T21:13:03.919Z] fa1afe8e6ed9: Layer already exists [2021-01-20T21:13:03.919Z] 05fdedb06d67: Layer already exists [2021-01-20T21:13:03.919Z] a8c78d132579: Layer already exists [2021-01-20T21:13:03.919Z] 0f74e9ff2a61: Layer already exists [2021-01-20T21:13:03.919Z] b122376c33c6: Layer already exists [2021-01-20T21:13:03.919Z] f8381ed47b22: Layer already exists [2021-01-20T21:13:03.919Z] e934a737d657: Layer already exists [2021-01-20T21:13:03.919Z] ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48: digest: sha256:f7cc7cf90c1dc8f0d94d630c793ccde9dcb695da94893492009ea14f753ffbd1 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:13:04.261Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:13:04.588Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-01-20T21:13:04.588Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-20T21:13:04.588Z] f20c15cdc1d7: Preparing [2021-01-20T21:13:04.588Z] 55e77cb251ad: Preparing [2021-01-20T21:13:04.588Z] 1f209053399d: Preparing [2021-01-20T21:13:04.588Z] fc4f0dde3056: Preparing [2021-01-20T21:13:04.588Z] 690b0a71a600: Preparing [2021-01-20T21:13:04.588Z] a8c78d132579: Preparing [2021-01-20T21:13:04.588Z] 05fdedb06d67: Preparing [2021-01-20T21:13:04.588Z] 9ded3b6bb9b5: Preparing [2021-01-20T21:13:04.588Z] fa1afe8e6ed9: Preparing [2021-01-20T21:13:04.588Z] 87a09b4c083e: Preparing [2021-01-20T21:13:04.588Z] 0f74e9ff2a61: Preparing [2021-01-20T21:13:04.588Z] b122376c33c6: Preparing [2021-01-20T21:13:04.588Z] f8381ed47b22: Preparing [2021-01-20T21:13:04.588Z] e934a737d657: Preparing [2021-01-20T21:13:04.588Z] 05fdedb06d67: Waiting [2021-01-20T21:13:04.588Z] 9ded3b6bb9b5: Waiting [2021-01-20T21:13:04.588Z] fa1afe8e6ed9: Waiting [2021-01-20T21:13:04.588Z] 87a09b4c083e: Waiting [2021-01-20T21:13:04.588Z] 0f74e9ff2a61: Waiting [2021-01-20T21:13:04.588Z] b122376c33c6: Waiting [2021-01-20T21:13:04.588Z] f8381ed47b22: Waiting [2021-01-20T21:13:04.588Z] e934a737d657: Waiting [2021-01-20T21:13:04.588Z] a8c78d132579: Waiting [2021-01-20T21:13:04.588Z] 1f209053399d: Layer already exists [2021-01-20T21:13:04.588Z] 55e77cb251ad: Layer already exists [2021-01-20T21:13:04.588Z] 690b0a71a600: Layer already exists [2021-01-20T21:13:04.588Z] f20c15cdc1d7: Layer already exists [2021-01-20T21:13:04.588Z] fc4f0dde3056: Layer already exists [2021-01-20T21:13:04.588Z] 87a09b4c083e: Layer already exists [2021-01-20T21:13:04.588Z] fa1afe8e6ed9: Layer already exists [2021-01-20T21:13:04.588Z] 05fdedb06d67: Layer already exists [2021-01-20T21:13:04.588Z] 9ded3b6bb9b5: Layer already exists [2021-01-20T21:13:04.588Z] a8c78d132579: Layer already exists [2021-01-20T21:13:04.856Z] b122376c33c6: Layer already exists [2021-01-20T21:13:04.856Z] f8381ed47b22: Layer already exists [2021-01-20T21:13:04.856Z] 0f74e9ff2a61: Layer already exists [2021-01-20T21:13:04.856Z] e934a737d657: Layer already exists [2021-01-20T21:13:04.856Z] master: digest: sha256:f7cc7cf90c1dc8f0d94d630c793ccde9dcb695da94893492009ea14f753ffbd1 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-20T21:13:05.060Z] ===================================================== [Pipeline] echo [2021-01-20T21:13:05.116Z] taggedImages: [2021-01-20T21:13:05.116Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ba3f575de95cda6ffdeb8943f6d6d62c3955065b [2021-01-20T21:13:05.116Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.48 [2021-01-20T21:13:05.116Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ba3f575de95cda6ffdeb8943f6d6d62c3955065b-2.0.0-dev.48 [2021-01-20T21:13:05.116Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-20T21:13:06.478Z] provisioning config files... [2021-01-20T21:13:06.493Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/311@tmp/config5266289983897362538tmp [Pipeline] { [Pipeline] sh [2021-01-20T21:13:06.973Z] + set +x [2021-01-20T21:13:06.973Z] + curl -s https://codecov.io/bash [2021-01-20T21:13:06.973Z] + bash -s -- [2021-01-20T21:13:07.237Z] [2021-01-20T21:13:07.237Z] _____ _ [2021-01-20T21:13:07.237Z] / ____| | | [2021-01-20T21:13:07.237Z] | | ___ __| | ___ ___ _____ __ [2021-01-20T21:13:07.237Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-20T21:13:07.237Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-20T21:13:07.237Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-20T21:13:07.237Z] Bash-20210115-cec3c92 [2021-01-20T21:13:07.237Z] [2021-01-20T21:13:07.237Z] [2021-01-20T21:13:07.237Z] ==> git version 2.24.3 found [2021-01-20T21:13:07.237Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-20T21:13:07.237Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-20T21:13:07.237Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-20T21:13:07.237Z] ==> Jenkins CI detected. [2021-01-20T21:13:07.237Z] project root: . [2021-01-20T21:13:07.237Z] --> token set from env [2021-01-20T21:13:07.499Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-20T21:13:07.499Z] ==> Running gcov in . (disable via -X gcov) [2021-01-20T21:13:07.499Z] ==> Python coveragepy not found [2021-01-20T21:13:07.499Z] ==> Searching for coverage reports in: [2021-01-20T21:13:07.499Z] + . [2021-01-20T21:13:07.499Z] -> Found 1 reports [2021-01-20T21:13:07.499Z] ==> Detecting git/mercurial file structure [2021-01-20T21:13:07.499Z] ==> Reading reports [2021-01-20T21:13:07.499Z] + ./coverage.out bytes=550280 [2021-01-20T21:13:07.499Z] ==> Appending adjustments [2021-01-20T21:13:07.499Z] https://docs.codecov.io/docs/fixing-reports [2021-01-20T21:13:10.804Z] + Found adjustments [2021-01-20T21:13:10.805Z] ==> Gzipping contents [2021-01-20T21:13:10.805Z] 84K /tmp/codecov.W9Acst.gz [2021-01-20T21:13:10.805Z] ==> Uploading reports [2021-01-20T21:13:10.805Z] url: https://codecov.io [2021-01-20T21:13:10.805Z] query: branch=master&commit=ba3f575de95cda6ffdeb8943f6d6d62c3955065b&build=311&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F311%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-20T21:13:10.805Z] -> Pinging Codecov [2021-01-20T21:13:10.805Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=ba3f575de95cda6ffdeb8943f6d6d62c3955065b&build=311&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F311%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-20T21:13:10.805Z] -> Uploading to [2021-01-20T21:13:10.805Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-20/00271124DB129430A58F1EEE437C3FCB/ba3f575de95cda6ffdeb8943f6d6d62c3955065b/16ffbd5b-81c8-4a29-86a7-dfb71ea59007.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210120%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210120T211310Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=303d64a32991c82326d313aefe017188e8e18fce1ffa20e072d664d4948fb9f5 [2021-01-20T21:13:10.805Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-20T21:13:10.805Z] Dload Upload Total Spent Left Speed [2021-01-20T21:13:11.747Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83255 0 0 100 83255 0 123k --:--:-- --:--:-- --:--:-- 123k [2021-01-20T21:13:11.747Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/ba3f575de95cda6ffdeb8943f6d6d62c3955065b [Pipeline] } [2021-01-20T21:13:11.756Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-01-20T21:13:12.569Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-20T21:13:12.657Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:13:13.008Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-20T21:13:13.008Z] [2021-01-20T21:13:13.008Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:13:13.349Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-20T21:13:13.349Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-20T21:13:13.349Z] 188c0c94c7c5: Already exists [2021-01-20T21:13:13.349Z] 0ef7d3d256c8: Already exists [2021-01-20T21:13:13.349Z] de9db76c5a1d: Already exists [2021-01-20T21:13:13.349Z] 0eba1c9be4d2: Pulling fs layer [2021-01-20T21:13:13.349Z] 0d57e429df01: Pulling fs layer [2021-01-20T21:13:13.349Z] 4e4be7b47b0d: Pulling fs layer [2021-01-20T21:13:13.349Z] e1f770b5df2f: Pulling fs layer [2021-01-20T21:13:13.349Z] 85a0685a4137: Pulling fs layer [2021-01-20T21:13:13.349Z] e1f770b5df2f: Waiting [2021-01-20T21:13:13.349Z] 85a0685a4137: Waiting [2021-01-20T21:13:13.349Z] 0d57e429df01: Verifying Checksum [2021-01-20T21:13:13.349Z] 0d57e429df01: Download complete [2021-01-20T21:13:13.349Z] 4e4be7b47b0d: Verifying Checksum [2021-01-20T21:13:13.349Z] 4e4be7b47b0d: Download complete [2021-01-20T21:13:15.274Z] e1f770b5df2f: Verifying Checksum [2021-01-20T21:13:15.274Z] e1f770b5df2f: Download complete [2021-01-20T21:13:17.212Z] 0eba1c9be4d2: Verifying Checksum [2021-01-20T21:13:17.212Z] 0eba1c9be4d2: Download complete [2021-01-20T21:13:17.212Z] 85a0685a4137: Verifying Checksum [2021-01-20T21:13:17.212Z] 85a0685a4137: Download complete [2021-01-20T21:13:22.514Z] 0eba1c9be4d2: Pull complete [2021-01-20T21:13:22.514Z] 0d57e429df01: Pull complete [2021-01-20T21:13:22.782Z] 4e4be7b47b0d: Pull complete [2021-01-20T21:13:27.004Z] e1f770b5df2f: Pull complete [2021-01-20T21:13:37.118Z] 85a0685a4137: Pull complete [2021-01-20T21:13:37.118Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-20T21:13:37.118Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-20T21:13:37.118Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-20T21:13:37.347Z] prd-centos7-docker-4c-2g-21666 does not seem to be running inside a container [2021-01-20T21:13:37.400Z] $ 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/311 -v /w/workspace/edgex-go/311:/w/workspace/edgex-go/311:rw,z -v /w/workspace/edgex-go/311@tmp:/w/workspace/edgex-go/311@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-snyk-go:1.410.4 cat [2021-01-20T21:13:38.620Z] $ docker top 98d96f3f72df82cb579da4615a4841da88cdba660138d3e536cf549927d90fe1 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-20T21:13:38.871Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-20T21:13:39.160Z] + set -o pipefail [2021-01-20T21:13:39.160Z] + snyk monitor '--org=edgex-jenkins' [2021-01-20T21:14:05.766Z] [2021-01-20T21:14:05.766Z] Monitoring /w/workspace/edgex-go/311 (github.com/edgexfoundry/edgex-go)... [2021-01-20T21:14:05.766Z] [2021-01-20T21:14:05.766Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/bf4f2665-3ef0-43f2-8a5e-e94a94672794 [2021-01-20T21:14:05.766Z] [2021-01-20T21:14:05.766Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-20T21:14:05.766Z] [2021-01-20T21:14:10.013Z] [Pipeline] } [2021-01-20T21:14:10.029Z] $ docker stop --time=1 98d96f3f72df82cb579da4615a4841da88cdba660138d3e536cf549927d90fe1 [2021-01-20T21:14:13.110Z] $ docker rm -f 98d96f3f72df82cb579da4615a4841da88cdba660138d3e536cf549927d90fe1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-01-20T21:14:14.500Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-20T21:14:14.565Z] provisioning config files... [2021-01-20T21:14:14.575Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/311@tmp/config2577181759100209243tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T21:14:14.960Z] --> edgex-publish-swagger.sh [2021-01-20T21:14:14.960Z] === Publish openapi/v1 API === [2021-01-20T21:14:14.960Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-01-20T21:14:14.960Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/311/openapi/v1/core-command.yaml] [2021-01-20T21:14:14.960Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-20T21:14:14.961Z] Dload Upload Total Spent Left Speed [2021-01-20T21:14:15.910Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 9866 0:00:01 0:00:01 --:--:-- 9879 100 10522 0 0 100 10522 0 9865 0:00:01 0:00:01 --:--:-- 9879 [2021-01-20T21:14:15.910Z] [2021-01-20T21:14:15.910Z] [2021-01-20T21:14:15.910Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/311/openapi/v1/core-data.yaml] [2021-01-20T21:14:15.910Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-20T21:14:15.910Z] Dload Upload Total Spent Left Speed [2021-01-20T21:14:17.301Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 26893 0:00:01 0:00:01 --:--:-- 26906 100 32557 0 0 100 32557 0 26809 0:00:01 0:00:01 --:--:-- 26817 [2021-01-20T21:14:17.301Z] [2021-01-20T21:14:17.301Z] [2021-01-20T21:14:17.301Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/311/openapi/v1/core-metadata.yaml] [2021-01-20T21:14:17.301Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-20T21:14:17.301Z] Dload Upload Total Spent Left Speed [2021-01-20T21:14:18.689Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 63124 0:00:01 0:00:01 --:--:-- 63171 100 73721 0 0 100 73721 0 63116 0:00:01 0:00:01 --:--:-- 63171 [2021-01-20T21:14:18.689Z] [2021-01-20T21:14:18.689Z] [2021-01-20T21:14:18.689Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/311/openapi/v1/support-logging.yaml] [2021-01-20T21:14:18.689Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-20T21:14:18.689Z] Dload Upload Total Spent Left Speed [2021-01-20T21:14:19.634Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 11823 0:00:01 0:00:01 --:--:-- 11830 100 13581 0 0 100 13581 0 11821 0:00:01 0:00:01 --:--:-- 11830 [2021-01-20T21:14:19.634Z] [2021-01-20T21:14:19.634Z] [2021-01-20T21:14:19.634Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/311/openapi/v1/support-notifications.yaml] [2021-01-20T21:14:19.634Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-20T21:14:19.634Z] Dload Upload Total Spent Left Speed [2021-01-20T21:14:21.024Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 32061 0:00:01 0:00:01 --:--:-- 32087 100 38890 0 0 100 38890 0 29381 0:00:01 0:00:01 --:--:-- 29373 100 38890 0 0 100 38890 0 29378 0:00:01 0:00:01 --:--:-- 29373 [2021-01-20T21:14:21.024Z] [2021-01-20T21:14:21.024Z] [2021-01-20T21:14:21.024Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/311/openapi/v1/support-scheduler.yaml] [2021-01-20T21:14:21.024Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-20T21:14:21.024Z] Dload Upload Total Spent Left Speed [2021-01-20T21:14:21.968Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 13004 0:00:01 0:00:01 --:--:-- 13012 100 14249 0 0 100 14249 0 13002 0:00:01 0:00:01 --:--:-- 13012 [2021-01-20T21:14:21.968Z] [2021-01-20T21:14:21.968Z] [2021-01-20T21:14:21.968Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/311/openapi/v1/system-agent.yaml] [2021-01-20T21:14:21.968Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-20T21:14:21.968Z] Dload Upload Total Spent Left Speed [2021-01-20T21:14:23.357Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3434 0:00:01 0:00:01 --:--:-- 3436 100 4110 0 0 100 4110 0 3433 0:00:01 0:00:01 --:--:-- 3436 [2021-01-20T21:14:23.357Z] [2021-01-20T21:14:23.357Z] [2021-01-20T21:14:23.357Z] === Publish openapi/v2 API === [2021-01-20T21:14:23.357Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-01-20T21:14:23.357Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/311/openapi/v2/core-command.yaml] [2021-01-20T21:14:23.357Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-20T21:14:23.357Z] Dload Upload Total Spent Left Speed [2021-01-20T21:14:24.301Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20843 0 0 100 20843 0 18519 0:00:01 0:00:01 --:--:-- 18527 100 20843 0 0 100 20843 0 18516 0:00:01 0:00:01 --:--:-- 18527 [2021-01-20T21:14:24.301Z] [2021-01-20T21:14:24.301Z] [2021-01-20T21:14:24.301Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/311/openapi/v2/core-data.yaml] [2021-01-20T21:14:24.301Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-20T21:14:24.301Z] Dload Upload Total Spent Left Speed [2021-01-20T21:14:25.688Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57055 0 0 100 57055 0 47966 0:00:01 0:00:01 --:--:-- 47985 100 57055 0 0 100 57055 0 47958 0:00:01 0:00:01 --:--:-- 47985 [2021-01-20T21:14:25.688Z] [2021-01-20T21:14:25.688Z] [2021-01-20T21:14:25.688Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/311/openapi/v2/core-metadata.yaml] [2021-01-20T21:14:25.688Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-20T21:14:25.688Z] Dload Upload Total Spent Left Speed [2021-01-20T21:14:26.637Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 120k 0 0 100 120k 0 105k 0:00:01 0:00:01 --:--:-- 105k 100 120k 0 0 100 120k 0 105k 0:00:01 0:00:01 --:--:-- 105k [2021-01-20T21:14:26.637Z] [2021-01-20T21:14:26.637Z] [2021-01-20T21:14:26.637Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/311/openapi/v2/support-logging.yaml] [2021-01-20T21:14:26.637Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-20T21:14:26.637Z] Dload Upload Total Spent Left Speed [2021-01-20T21:14:27.844Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23692 0 0 100 23692 0 20478 0:00:01 0:00:01 --:--:-- 20477 100 23692 0 0 100 23692 0 20474 0:00:01 0:00:01 --:--:-- 20477 [2021-01-20T21:14:27.844Z] [2021-01-20T21:14:27.844Z] [2021-01-20T21:14:27.844Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/311/openapi/v2/support-notifications.yaml] [2021-01-20T21:14:27.844Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-20T21:14:27.844Z] Dload Upload Total Spent Left Speed [2021-01-20T21:14:29.233Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 55866 0:00:01 0:00:01 --:--:-- 55924 100 62691 0 0 100 62691 0 55855 0:00:01 0:00:01 --:--:-- 55874 [2021-01-20T21:14:29.233Z] [2021-01-20T21:14:29.233Z] [2021-01-20T21:14:29.233Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/311/openapi/v2/support-scheduler.yaml] [2021-01-20T21:14:29.233Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-20T21:14:29.233Z] Dload Upload Total Spent Left Speed [2021-01-20T21:14:30.177Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39667 0 0 100 39667 0 35380 0:00:01 0:00:01 --:--:-- 35416 100 39667 0 0 100 39667 0 35374 0:00:01 0:00:01 --:--:-- 35385 [2021-01-20T21:14:30.177Z] [2021-01-20T21:14:30.177Z] [2021-01-20T21:14:30.177Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/311/openapi/v2/system-agent.yaml] [2021-01-20T21:14:30.177Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-20T21:14:30.177Z] Dload Upload Total Spent Left Speed [2021-01-20T21:14:31.568Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23726 0 0 100 23726 0 20771 0:00:01 0:00:01 --:--:-- 20775 100 23726 0 0 100 23726 0 20767 0:00:01 0:00:01 --:--:-- 20775 [2021-01-20T21:14:31.568Z] [2021-01-20T21:14:31.568Z] [Pipeline] } [2021-01-20T21:14:31.577Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:14:32.395Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T21:14:32.395Z] . [Pipeline] withDockerContainer [2021-01-20T21:14:32.507Z] prd-centos7-docker-4c-2g-21666 does not seem to be running inside a container [2021-01-20T21:14:32.555Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/311 -v /w/workspace/edgex-go/311:/w/workspace/edgex-go/311:rw,z -v /w/workspace/edgex-go/311@tmp:/w/workspace/edgex-go/311@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:10004/edgex-devops/git-semver:latest cat [2021-01-20T21:14:33.651Z] $ docker top c3bb971a0036212803a6b92826e30c00aefe6bb15dbcd731bca7bf38aed78964 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-20T21:14:33.982Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T21:14:33.982Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T21:14:34.228Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T21:14:34.232Z] $ docker exec c3bb971a0036212803a6b92826e30c00aefe6bb15dbcd731bca7bf38aed78964 ssh-agent [2021-01-20T21:14:34.431Z] SSH_AUTH_SOCK=/tmp/ssh-xDSefDtqSAuE/agent.12 [2021-01-20T21:14:34.431Z] SSH_AGENT_PID=17 [2021-01-20T21:14:34.442Z] Running ssh-add (command line suppressed) [2021-01-20T21:14:34.573Z] Identity added: /w/workspace/edgex-go/311@tmp/private_key_5710450080782923012.key (/w/workspace/edgex-go/311@tmp/private_key_5710450080782923012.key) [2021-01-20T21:14:34.636Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T21:14:34.994Z] + git semver tag [2021-01-20T21:14:35.255Z] # -> Open(): unable to determine branch for HEAD [2021-01-20T21:14:35.255Z] # $GIT_DIR = /w/workspace/edgex-go/311/.git [2021-01-20T21:14:35.255Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/311 [2021-01-20T21:14:35.255Z] # $SEMVER_REMOTE_NAME = origin [2021-01-20T21:14:35.255Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-20T21:14:35.255Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-20T21:14:35.255Z] # $SEMVER_BRANCH = master [2021-01-20T21:14:35.255Z] # $SEMVER_DIR = /w/workspace/edgex-go/311/.semver [2021-01-20T21:14:35.255Z] # ba3f575de95cda6ffdeb8943f6d6d62c3955065b HEAD [2021-01-20T21:14:35.828Z] # -> Force: false [2021-01-20T21:14:35.828Z] # 3171d279b0c5484b89fd99d6a5043352478141f2 refs/tags/v2.0.0-dev.48 [Pipeline] } [2021-01-20T21:14:35.840Z] $ docker exec --env ******** --env ******** c3bb971a0036212803a6b92826e30c00aefe6bb15dbcd731bca7bf38aed78964 ssh-agent -k [2021-01-20T21:14:35.998Z] unset SSH_AUTH_SOCK; [2021-01-20T21:14:35.999Z] unset SSH_AGENT_PID; [2021-01-20T21:14:35.999Z] echo Agent pid 17 killed; [2021-01-20T21:14:36.075Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-20T21:14:36.529Z] + git semver [Pipeline] } [2021-01-20T21:14:36.547Z] $ docker stop --time=1 c3bb971a0036212803a6b92826e30c00aefe6bb15dbcd731bca7bf38aed78964 [2021-01-20T21:14:37.950Z] $ docker rm -f c3bb971a0036212803a6b92826e30c00aefe6bb15dbcd731bca7bf38aed78964 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:14:38.589Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-20T21:14:38.589Z] [2021-01-20T21:14:38.589Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:14:38.941Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-20T21:14:38.941Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-20T21:14:38.941Z] ab5ef0e58194: Pulling fs layer [2021-01-20T21:14:38.941Z] 9712f1f96733: Pulling fs layer [2021-01-20T21:14:38.941Z] 63f879dbbcfc: Pulling fs layer [2021-01-20T21:14:38.941Z] 0d9ebad4ef96: Pulling fs layer [2021-01-20T21:14:38.941Z] e9a5061849ea: Pulling fs layer [2021-01-20T21:14:38.941Z] d747dcd14b5f: Pulling fs layer [2021-01-20T21:14:38.941Z] 2de7ff778b66: Pulling fs layer [2021-01-20T21:14:38.941Z] 0d9ebad4ef96: Waiting [2021-01-20T21:14:38.941Z] e9a5061849ea: Waiting [2021-01-20T21:14:38.941Z] 2de7ff778b66: Waiting [2021-01-20T21:14:38.941Z] d747dcd14b5f: Waiting [2021-01-20T21:14:38.941Z] 9712f1f96733: Verifying Checksum [2021-01-20T21:14:38.941Z] 9712f1f96733: Download complete [2021-01-20T21:14:40.860Z] 63f879dbbcfc: Verifying Checksum [2021-01-20T21:14:40.860Z] 63f879dbbcfc: Download complete [2021-01-20T21:14:41.122Z] e9a5061849ea: Verifying Checksum [2021-01-20T21:14:41.122Z] e9a5061849ea: Download complete [2021-01-20T21:14:41.122Z] d747dcd14b5f: Download complete [2021-01-20T21:14:41.390Z] 2de7ff778b66: Verifying Checksum [2021-01-20T21:14:41.390Z] 2de7ff778b66: Download complete [2021-01-20T21:14:41.652Z] 0d9ebad4ef96: Verifying Checksum [2021-01-20T21:14:41.652Z] 0d9ebad4ef96: Download complete [2021-01-20T21:14:41.652Z] ab5ef0e58194: Verifying Checksum [2021-01-20T21:14:41.652Z] ab5ef0e58194: Download complete [2021-01-20T21:14:46.988Z] ab5ef0e58194: Pull complete [2021-01-20T21:14:46.988Z] 9712f1f96733: Pull complete [2021-01-20T21:14:48.924Z] 63f879dbbcfc: Pull complete [2021-01-20T21:14:57.124Z] 0d9ebad4ef96: Pull complete [2021-01-20T21:14:57.124Z] e9a5061849ea: Pull complete [2021-01-20T21:14:57.124Z] d747dcd14b5f: Pull complete [2021-01-20T21:15:00.455Z] 2de7ff778b66: Pull complete [2021-01-20T21:15:00.455Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-20T21:15:00.455Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-20T21:15:00.455Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-20T21:15:00.663Z] prd-centos7-docker-4c-2g-21666 does not seem to be running inside a container [2021-01-20T21:15:00.747Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/311 -v /w/workspace/edgex-go/311:/w/workspace/edgex-go/311:rw,z -v /w/workspace/edgex-go/311@tmp:/w/workspace/edgex-go/311@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-lftools:0.23.1-centos7 cat [2021-01-20T21:15:04.224Z] $ docker top b8a776b76e118e941fb2744493accf60c9a10e61d6afc61a895ef90a999e045e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-20T21:15:04.528Z] provisioning config files... [2021-01-20T21:15:04.539Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/311@tmp/config646534191091333336tmp [2021-01-20T21:15:04.558Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/311@tmp/config1311065967344060497tmp [2021-01-20T21:15:04.572Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/311@tmp/config1140820340542271077tmp [Pipeline] { [Pipeline] echo [2021-01-20T21:15:04.661Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T21:15:04.963Z] ---> sigul-configuration.sh [2021-01-20T21:15:04.963Z] gpg: directory `/root/.gnupg' created [2021-01-20T21:15:04.963Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-20T21:15:04.963Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-20T21:15:04.963Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-20T21:15:04.963Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-20T21:15:04.963Z] gpg: CAST5 encrypted data [2021-01-20T21:15:05.225Z] gpg: encrypted with 1 passphrase [2021-01-20T21:15:05.225Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-20T21:15:05.526Z] + mkdir /home/jenkins [2021-01-20T21:15:05.526Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-20T21:15:05.825Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-01-20T21:15:05.837Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T21:15:06.138Z] ---> sigul-install.sh [2021-01-20T21:15:11.440Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-20T21:15:11.741Z] + git tag --list [2021-01-20T21:15:11.742Z] 0.6.0 [2021-01-20T21:15:11.742Z] 0.6.1 [2021-01-20T21:15:11.742Z] 0.7.0 [2021-01-20T21:15:11.742Z] 0.7.1 [2021-01-20T21:15:11.742Z] v1.0.0 [2021-01-20T21:15:11.742Z] v1.0.1 [2021-01-20T21:15:11.742Z] v1.1.0 [2021-01-20T21:15:11.742Z] v1.2.0 [2021-01-20T21:15:11.742Z] v1.2.1 [2021-01-20T21:15:11.742Z] v1.2.2-dev.1 [2021-01-20T21:15:11.742Z] v1.2.2-dev.10 [2021-01-20T21:15:11.742Z] v1.2.2-dev.100 [2021-01-20T21:15:11.742Z] v1.2.2-dev.101 [2021-01-20T21:15:11.742Z] v1.2.2-dev.102 [2021-01-20T21:15:11.742Z] v1.2.2-dev.103 [2021-01-20T21:15:11.742Z] v1.2.2-dev.104 [2021-01-20T21:15:11.742Z] v1.2.2-dev.105 [2021-01-20T21:15:11.742Z] v1.2.2-dev.106 [2021-01-20T21:15:11.742Z] v1.2.2-dev.107 [2021-01-20T21:15:11.742Z] v1.2.2-dev.11 [2021-01-20T21:15:11.742Z] v1.2.2-dev.12 [2021-01-20T21:15:11.742Z] v1.2.2-dev.13 [2021-01-20T21:15:11.742Z] v1.2.2-dev.14 [2021-01-20T21:15:11.742Z] v1.2.2-dev.15 [2021-01-20T21:15:11.742Z] v1.2.2-dev.16 [2021-01-20T21:15:11.742Z] v1.2.2-dev.17 [2021-01-20T21:15:11.742Z] v1.2.2-dev.18 [2021-01-20T21:15:11.742Z] v1.2.2-dev.19 [2021-01-20T21:15:11.742Z] v1.2.2-dev.2 [2021-01-20T21:15:11.742Z] v1.2.2-dev.20 [2021-01-20T21:15:11.742Z] v1.2.2-dev.21 [2021-01-20T21:15:11.742Z] v1.2.2-dev.22 [2021-01-20T21:15:11.742Z] v1.2.2-dev.23 [2021-01-20T21:15:11.742Z] v1.2.2-dev.24 [2021-01-20T21:15:11.742Z] v1.2.2-dev.25 [2021-01-20T21:15:11.742Z] v1.2.2-dev.26 [2021-01-20T21:15:11.742Z] v1.2.2-dev.27 [2021-01-20T21:15:11.742Z] v1.2.2-dev.28 [2021-01-20T21:15:11.742Z] v1.2.2-dev.29 [2021-01-20T21:15:11.742Z] v1.2.2-dev.3 [2021-01-20T21:15:11.742Z] v1.2.2-dev.30 [2021-01-20T21:15:11.742Z] v1.2.2-dev.31 [2021-01-20T21:15:11.742Z] v1.2.2-dev.32 [2021-01-20T21:15:11.742Z] v1.2.2-dev.33 [2021-01-20T21:15:11.742Z] v1.2.2-dev.34 [2021-01-20T21:15:11.742Z] v1.2.2-dev.35 [2021-01-20T21:15:11.742Z] v1.2.2-dev.36 [2021-01-20T21:15:11.742Z] v1.2.2-dev.37 [2021-01-20T21:15:11.742Z] v1.2.2-dev.38 [2021-01-20T21:15:11.742Z] v1.2.2-dev.39 [2021-01-20T21:15:11.742Z] v1.2.2-dev.4 [2021-01-20T21:15:11.742Z] v1.2.2-dev.40 [2021-01-20T21:15:11.742Z] v1.2.2-dev.41 [2021-01-20T21:15:11.742Z] v1.2.2-dev.42 [2021-01-20T21:15:11.742Z] v1.2.2-dev.43 [2021-01-20T21:15:11.742Z] v1.2.2-dev.44 [2021-01-20T21:15:11.742Z] v1.2.2-dev.45 [2021-01-20T21:15:11.742Z] v1.2.2-dev.46 [2021-01-20T21:15:11.742Z] v1.2.2-dev.47 [2021-01-20T21:15:11.742Z] v1.2.2-dev.48 [2021-01-20T21:15:11.742Z] v1.2.2-dev.49 [2021-01-20T21:15:11.742Z] v1.2.2-dev.5 [2021-01-20T21:15:11.742Z] v1.2.2-dev.50 [2021-01-20T21:15:11.742Z] v1.2.2-dev.51 [2021-01-20T21:15:11.742Z] v1.2.2-dev.52 [2021-01-20T21:15:11.742Z] v1.2.2-dev.53 [2021-01-20T21:15:11.742Z] v1.2.2-dev.54 [2021-01-20T21:15:11.742Z] v1.2.2-dev.55 [2021-01-20T21:15:11.742Z] v1.2.2-dev.56 [2021-01-20T21:15:11.742Z] v1.2.2-dev.57 [2021-01-20T21:15:11.742Z] v1.2.2-dev.58 [2021-01-20T21:15:11.742Z] v1.2.2-dev.59 [2021-01-20T21:15:11.742Z] v1.2.2-dev.6 [2021-01-20T21:15:11.742Z] v1.2.2-dev.60 [2021-01-20T21:15:11.742Z] v1.2.2-dev.61 [2021-01-20T21:15:11.742Z] v1.2.2-dev.62 [2021-01-20T21:15:11.742Z] v1.2.2-dev.63 [2021-01-20T21:15:11.742Z] v1.2.2-dev.64 [2021-01-20T21:15:11.742Z] v1.2.2-dev.65 [2021-01-20T21:15:11.742Z] v1.2.2-dev.66 [2021-01-20T21:15:11.742Z] v1.2.2-dev.67 [2021-01-20T21:15:11.742Z] v1.2.2-dev.68 [2021-01-20T21:15:11.742Z] v1.2.2-dev.69 [2021-01-20T21:15:11.742Z] v1.2.2-dev.7 [2021-01-20T21:15:11.742Z] v1.2.2-dev.70 [2021-01-20T21:15:11.742Z] v1.2.2-dev.71 [2021-01-20T21:15:11.742Z] v1.2.2-dev.72 [2021-01-20T21:15:11.742Z] v1.2.2-dev.73 [2021-01-20T21:15:11.742Z] v1.2.2-dev.74 [2021-01-20T21:15:11.742Z] v1.2.2-dev.75 [2021-01-20T21:15:11.742Z] v1.2.2-dev.76 [2021-01-20T21:15:11.742Z] v1.2.2-dev.77 [2021-01-20T21:15:11.742Z] v1.2.2-dev.78 [2021-01-20T21:15:11.742Z] v1.2.2-dev.79 [2021-01-20T21:15:11.742Z] v1.2.2-dev.8 [2021-01-20T21:15:11.742Z] v1.2.2-dev.80 [2021-01-20T21:15:11.742Z] v1.2.2-dev.81 [2021-01-20T21:15:11.742Z] v1.2.2-dev.82 [2021-01-20T21:15:11.742Z] v1.2.2-dev.83 [2021-01-20T21:15:11.742Z] v1.2.2-dev.84 [2021-01-20T21:15:11.742Z] v1.2.2-dev.85 [2021-01-20T21:15:11.742Z] v1.2.2-dev.86 [2021-01-20T21:15:11.742Z] v1.2.2-dev.87 [2021-01-20T21:15:11.742Z] v1.2.2-dev.88 [2021-01-20T21:15:11.742Z] v1.2.2-dev.89 [2021-01-20T21:15:11.742Z] v1.2.2-dev.9 [2021-01-20T21:15:11.742Z] v1.2.2-dev.90 [2021-01-20T21:15:11.742Z] v1.2.2-dev.91 [2021-01-20T21:15:11.742Z] v1.2.2-dev.92 [2021-01-20T21:15:11.742Z] v1.2.2-dev.93 [2021-01-20T21:15:11.742Z] v1.2.2-dev.94 [2021-01-20T21:15:11.742Z] v1.2.2-dev.95 [2021-01-20T21:15:11.742Z] v1.2.2-dev.96 [2021-01-20T21:15:11.742Z] v1.2.2-dev.97 [2021-01-20T21:15:11.742Z] v1.2.2-dev.98 [2021-01-20T21:15:11.742Z] v1.2.2-dev.99 [2021-01-20T21:15:11.742Z] v1.3.0 [2021-01-20T21:15:11.742Z] v1.3.1-dev.1 [2021-01-20T21:15:11.742Z] v1.3.1-dev.10 [2021-01-20T21:15:11.742Z] v1.3.1-dev.11 [2021-01-20T21:15:11.742Z] v1.3.1-dev.12 [2021-01-20T21:15:11.742Z] v1.3.1-dev.13 [2021-01-20T21:15:11.742Z] v1.3.1-dev.14 [2021-01-20T21:15:11.742Z] v1.3.1-dev.15 [2021-01-20T21:15:11.742Z] v1.3.1-dev.16 [2021-01-20T21:15:11.742Z] v1.3.1-dev.17 [2021-01-20T21:15:11.742Z] v1.3.1-dev.18 [2021-01-20T21:15:11.742Z] v1.3.1-dev.2 [2021-01-20T21:15:11.742Z] v1.3.1-dev.3 [2021-01-20T21:15:11.742Z] v1.3.1-dev.4 [2021-01-20T21:15:11.742Z] v1.3.1-dev.5 [2021-01-20T21:15:11.742Z] v1.3.1-dev.6 [2021-01-20T21:15:11.742Z] v1.3.1-dev.7 [2021-01-20T21:15:11.742Z] v1.3.1-dev.8 [2021-01-20T21:15:11.742Z] v1.3.1-dev.9 [2021-01-20T21:15:11.742Z] v2.0.0-dev.1 [2021-01-20T21:15:11.742Z] v2.0.0-dev.10 [2021-01-20T21:15:11.742Z] v2.0.0-dev.11 [2021-01-20T21:15:11.742Z] v2.0.0-dev.12 [2021-01-20T21:15:11.742Z] v2.0.0-dev.13 [2021-01-20T21:15:11.742Z] v2.0.0-dev.14 [2021-01-20T21:15:11.742Z] v2.0.0-dev.15 [2021-01-20T21:15:11.742Z] v2.0.0-dev.16 [2021-01-20T21:15:11.742Z] v2.0.0-dev.17 [2021-01-20T21:15:11.742Z] v2.0.0-dev.18 [2021-01-20T21:15:11.742Z] v2.0.0-dev.19 [2021-01-20T21:15:11.742Z] v2.0.0-dev.2 [2021-01-20T21:15:11.742Z] v2.0.0-dev.20 [2021-01-20T21:15:11.742Z] v2.0.0-dev.21 [2021-01-20T21:15:11.742Z] v2.0.0-dev.22 [2021-01-20T21:15:11.742Z] v2.0.0-dev.23 [2021-01-20T21:15:11.742Z] v2.0.0-dev.24 [2021-01-20T21:15:11.742Z] v2.0.0-dev.25 [2021-01-20T21:15:11.742Z] v2.0.0-dev.26 [2021-01-20T21:15:11.742Z] v2.0.0-dev.27 [2021-01-20T21:15:11.742Z] v2.0.0-dev.28 [2021-01-20T21:15:11.742Z] v2.0.0-dev.29 [2021-01-20T21:15:11.742Z] v2.0.0-dev.3 [2021-01-20T21:15:11.742Z] v2.0.0-dev.30 [2021-01-20T21:15:11.742Z] v2.0.0-dev.31 [2021-01-20T21:15:11.742Z] v2.0.0-dev.32 [2021-01-20T21:15:11.742Z] v2.0.0-dev.33 [2021-01-20T21:15:11.742Z] v2.0.0-dev.34 [2021-01-20T21:15:11.742Z] v2.0.0-dev.35 [2021-01-20T21:15:11.742Z] v2.0.0-dev.36 [2021-01-20T21:15:11.742Z] v2.0.0-dev.37 [2021-01-20T21:15:11.742Z] v2.0.0-dev.38 [2021-01-20T21:15:11.742Z] v2.0.0-dev.39 [2021-01-20T21:15:11.742Z] v2.0.0-dev.4 [2021-01-20T21:15:11.742Z] v2.0.0-dev.40 [2021-01-20T21:15:11.742Z] v2.0.0-dev.41 [2021-01-20T21:15:11.742Z] v2.0.0-dev.42 [2021-01-20T21:15:11.742Z] v2.0.0-dev.43 [2021-01-20T21:15:11.742Z] v2.0.0-dev.44 [2021-01-20T21:15:11.742Z] v2.0.0-dev.45 [2021-01-20T21:15:11.742Z] v2.0.0-dev.46 [2021-01-20T21:15:11.742Z] v2.0.0-dev.47 [2021-01-20T21:15:11.742Z] v2.0.0-dev.48 [2021-01-20T21:15:11.742Z] v2.0.0-dev.5 [2021-01-20T21:15:11.742Z] v2.0.0-dev.6 [2021-01-20T21:15:11.742Z] v2.0.0-dev.7 [2021-01-20T21:15:11.742Z] v2.0.0-dev.8 [2021-01-20T21:15:11.742Z] v2.0.0-dev.9 [Pipeline] sh [2021-01-20T21:15:12.049Z] + lftools sign git-tag v2.0.0-dev.48 [2021-01-20T21:15:12.997Z] Signing Git tag with Sigul... [2021-01-20T21:15:12.997Z] Signing v2.0.0-dev.48 [Pipeline] echo [2021-01-20T21:15:14.399Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T21:15:14.699Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-20T21:15:14.711Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-20T21:15:14.809Z] $ docker stop --time=1 b8a776b76e118e941fb2744493accf60c9a10e61d6afc61a895ef90a999e045e [2021-01-20T21:15:17.158Z] $ docker rm -f b8a776b76e118e941fb2744493accf60c9a10e61d6afc61a895ef90a999e045e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:15:17.977Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T21:15:17.978Z] . [Pipeline] withDockerContainer [2021-01-20T21:15:18.079Z] prd-centos7-docker-4c-2g-21666 does not seem to be running inside a container [2021-01-20T21:15:18.196Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/311 -v /w/workspace/edgex-go/311:/w/workspace/edgex-go/311:rw,z -v /w/workspace/edgex-go/311@tmp:/w/workspace/edgex-go/311@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:10004/edgex-devops/git-semver:latest cat [2021-01-20T21:15:19.018Z] $ docker top d6bea34dd43192226ac1d8210ab790f9d5110bde612568ed3592a562957f547a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-20T21:15:19.341Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T21:15:19.341Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T21:15:19.564Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T21:15:19.569Z] $ docker exec d6bea34dd43192226ac1d8210ab790f9d5110bde612568ed3592a562957f547a ssh-agent [2021-01-20T21:15:19.743Z] SSH_AUTH_SOCK=/tmp/ssh-xeatGDJQMxtF/agent.12 [2021-01-20T21:15:19.743Z] SSH_AGENT_PID=17 [2021-01-20T21:15:19.751Z] Running ssh-add (command line suppressed) [2021-01-20T21:15:19.878Z] Identity added: /w/workspace/edgex-go/311@tmp/private_key_6474366273902861519.key (/w/workspace/edgex-go/311@tmp/private_key_6474366273902861519.key) [2021-01-20T21:15:19.938Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T21:15:20.268Z] + git semver bump pre [2021-01-20T21:15:20.268Z] # -> Open(): unable to determine branch for HEAD [2021-01-20T21:15:20.268Z] # $GIT_DIR = /w/workspace/edgex-go/311/.git [2021-01-20T21:15:20.268Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/311 [2021-01-20T21:15:20.268Z] # $SEMVER_REMOTE_NAME = origin [2021-01-20T21:15:20.268Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-20T21:15:20.268Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-20T21:15:20.268Z] # $SEMVER_BRANCH = master [2021-01-20T21:15:20.268Z] # $SEMVER_DIR = /w/workspace/edgex-go/311/.semver [2021-01-20T21:15:20.268Z] 2.0.0-dev.49 [Pipeline] } [2021-01-20T21:15:20.280Z] $ docker exec --env ******** --env ******** d6bea34dd43192226ac1d8210ab790f9d5110bde612568ed3592a562957f547a ssh-agent -k [2021-01-20T21:15:20.409Z] unset SSH_AUTH_SOCK; [2021-01-20T21:15:20.409Z] unset SSH_AGENT_PID; [2021-01-20T21:15:20.409Z] echo Agent pid 17 killed; [2021-01-20T21:15:20.458Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-20T21:15:21.001Z] + git semver [Pipeline] } [2021-01-20T21:15:21.019Z] $ docker stop --time=1 d6bea34dd43192226ac1d8210ab790f9d5110bde612568ed3592a562957f547a [2021-01-20T21:15:22.415Z] $ docker rm -f d6bea34dd43192226ac1d8210ab790f9d5110bde612568ed3592a562957f547a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:15:22.926Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T21:15:22.926Z] . [Pipeline] withDockerContainer [2021-01-20T21:15:23.024Z] prd-centos7-docker-4c-2g-21666 does not seem to be running inside a container [2021-01-20T21:15:23.071Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/311 -v /w/workspace/edgex-go/311:/w/workspace/edgex-go/311:rw,z -v /w/workspace/edgex-go/311@tmp:/w/workspace/edgex-go/311@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:10004/edgex-devops/git-semver:latest cat [2021-01-20T21:15:23.705Z] $ docker top b85a8c665b2b7487be1d0889c062ef7584612daea90647eddc880c80d0ca6f6e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-20T21:15:24.011Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T21:15:24.011Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T21:15:24.196Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T21:15:24.200Z] $ docker exec b85a8c665b2b7487be1d0889c062ef7584612daea90647eddc880c80d0ca6f6e ssh-agent [2021-01-20T21:15:24.376Z] SSH_AUTH_SOCK=/tmp/ssh-WIrlNI6vrNwj/agent.12 [2021-01-20T21:15:24.376Z] SSH_AGENT_PID=17 [2021-01-20T21:15:24.384Z] Running ssh-add (command line suppressed) [2021-01-20T21:15:24.510Z] Identity added: /w/workspace/edgex-go/311@tmp/private_key_673409065133007165.key (/w/workspace/edgex-go/311@tmp/private_key_673409065133007165.key) [2021-01-20T21:15:24.566Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T21:15:24.899Z] + git semver push [2021-01-20T21:15:24.899Z] # -> Open(): unable to determine branch for HEAD [2021-01-20T21:15:24.899Z] # $GIT_DIR = /w/workspace/edgex-go/311/.git [2021-01-20T21:15:24.899Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/311 [2021-01-20T21:15:24.899Z] # $SEMVER_REMOTE_NAME = origin [2021-01-20T21:15:24.899Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-20T21:15:24.899Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-20T21:15:24.899Z] # $SEMVER_BRANCH = master [2021-01-20T21:15:24.899Z] # $SEMVER_DIR = /w/workspace/edgex-go/311/.semver [Pipeline] } [2021-01-20T21:15:37.200Z] $ docker exec --env ******** --env ******** b85a8c665b2b7487be1d0889c062ef7584612daea90647eddc880c80d0ca6f6e ssh-agent -k [2021-01-20T21:15:37.350Z] unset SSH_AUTH_SOCK; [2021-01-20T21:15:37.350Z] unset SSH_AGENT_PID; [2021-01-20T21:15:37.351Z] echo Agent pid 17 killed; [2021-01-20T21:15:37.437Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-20T21:15:37.932Z] + git semver [Pipeline] } [2021-01-20T21:15:37.949Z] $ docker stop --time=1 b85a8c665b2b7487be1d0889c062ef7584612daea90647eddc880c80d0ca6f6e [2021-01-20T21:15:39.351Z] $ docker rm -f b85a8c665b2b7487be1d0889c062ef7584612daea90647eddc880c80d0ca6f6e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-20T21:15:40.377Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T21:15:41.248Z] ---> package-listing.sh [2021-01-20T21:15:41.248Z] ++ facter osfamily [2021-01-20T21:15:41.248Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-20T21:15:41.248Z] + OS_FAMILY=redhat [2021-01-20T21:15:41.248Z] + workspace=/w/workspace/edgex-go/311 [2021-01-20T21:15:41.248Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-20T21:15:41.248Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-20T21:15:41.248Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-20T21:15:41.248Z] + PACKAGES=/tmp/packages_start.txt [2021-01-20T21:15:41.248Z] + '[' /w/workspace/edgex-go/311 ']' [2021-01-20T21:15:41.248Z] + PACKAGES=/tmp/packages_end.txt [2021-01-20T21:15:41.248Z] + case "${OS_FAMILY}" in [2021-01-20T21:15:41.248Z] + rpm -qa [2021-01-20T21:15:41.248Z] + sort [2021-01-20T21:15:46.551Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-20T21:15:46.551Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-20T21:15:46.551Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-20T21:15:46.551Z] + '[' /w/workspace/edgex-go/311 ']' [2021-01-20T21:15:46.552Z] + mkdir -p /w/workspace/edgex-go/311/archives/ [2021-01-20T21:15:46.552Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/311/archives/ [Pipeline] echo [2021-01-20T21:15:46.565Z] 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/311/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-20T21:15:46.858Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:15:47.159Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T21:15:47.159Z] [2021-01-20T21:15:47.159Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:15:47.506Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T21:15:47.506Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-20T21:15:47.506Z] df20fa9351a1: Pulling fs layer [2021-01-20T21:15:47.506Z] 36b3adc4ff6f: Pulling fs layer [2021-01-20T21:15:47.506Z] 8ad3a11d3b57: Pulling fs layer [2021-01-20T21:15:47.506Z] 46f8f816bc3b: Pulling fs layer [2021-01-20T21:15:47.506Z] 93b61091891f: Pulling fs layer [2021-01-20T21:15:47.506Z] 93b9cdb0e59b: Pulling fs layer [2021-01-20T21:15:47.506Z] 5e14af77c1be: Pulling fs layer [2021-01-20T21:15:47.506Z] 01666e4c0597: Pulling fs layer [2021-01-20T21:15:47.506Z] aa168da1d23b: Pulling fs layer [2021-01-20T21:15:47.506Z] 93b61091891f: Waiting [2021-01-20T21:15:47.506Z] 93b9cdb0e59b: Waiting [2021-01-20T21:15:47.506Z] 5e14af77c1be: Waiting [2021-01-20T21:15:47.506Z] 01666e4c0597: Waiting [2021-01-20T21:15:47.506Z] aa168da1d23b: Waiting [2021-01-20T21:15:47.506Z] 46f8f816bc3b: Waiting [2021-01-20T21:15:47.506Z] 36b3adc4ff6f: Verifying Checksum [2021-01-20T21:15:47.506Z] 36b3adc4ff6f: Download complete [2021-01-20T21:15:47.506Z] 46f8f816bc3b: Verifying Checksum [2021-01-20T21:15:47.506Z] 46f8f816bc3b: Download complete [2021-01-20T21:15:47.768Z] df20fa9351a1: Verifying Checksum [2021-01-20T21:15:47.768Z] df20fa9351a1: Download complete [2021-01-20T21:15:47.768Z] 93b9cdb0e59b: Verifying Checksum [2021-01-20T21:15:47.768Z] 93b9cdb0e59b: Download complete [2021-01-20T21:15:47.768Z] 93b61091891f: Download complete [2021-01-20T21:15:47.768Z] 5e14af77c1be: Verifying Checksum [2021-01-20T21:15:47.768Z] 5e14af77c1be: Download complete [2021-01-20T21:15:47.768Z] 01666e4c0597: Download complete [2021-01-20T21:15:48.038Z] df20fa9351a1: Pull complete [2021-01-20T21:15:48.303Z] 36b3adc4ff6f: Pull complete [2021-01-20T21:15:48.303Z] 8ad3a11d3b57: Verifying Checksum [2021-01-20T21:15:48.303Z] 8ad3a11d3b57: Download complete [2021-01-20T21:15:50.238Z] 8ad3a11d3b57: Pull complete [2021-01-20T21:15:50.238Z] aa168da1d23b: Verifying Checksum [2021-01-20T21:15:50.238Z] aa168da1d23b: Download complete [2021-01-20T21:15:50.500Z] 46f8f816bc3b: Pull complete [2021-01-20T21:15:50.761Z] 93b61091891f: Pull complete [2021-01-20T21:15:51.022Z] 93b9cdb0e59b: Pull complete [2021-01-20T21:15:51.022Z] 5e14af77c1be: Pull complete [2021-01-20T21:15:51.295Z] 01666e4c0597: Pull complete [2021-01-20T21:15:57.918Z] aa168da1d23b: Pull complete [2021-01-20T21:15:58.180Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-20T21:15:58.180Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T21:15:58.180Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-20T21:15:58.378Z] prd-centos7-docker-4c-2g-21666 does not seem to be running inside a container [2021-01-20T21:15:58.549Z] $ 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/311/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/311 -v /w/workspace/edgex-go/311:/w/workspace/edgex-go/311:rw,z -v /w/workspace/edgex-go/311@tmp:/w/workspace/edgex-go/311@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-lftools-log-publisher:alpine cat [2021-01-20T21:16:02.070Z] $ docker top 18d8f2d399b711fdd822b5e1763f889f0773575a686b7c52f93e6e05facfdb00 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T21:16:02.592Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-20T21:16:02.888Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-20T21:16:03.187Z] + ls /var/log/sa-host [2021-01-20T21:16:03.187Z] + sadf -c /var/log/sa-host/sa20 [2021-01-20T21:16:03.187Z] file_magic: OK [2021-01-20T21:16:03.187Z] HZ: Using current value: 100 [2021-01-20T21:16:03.187Z] file_header: OK [2021-01-20T21:16:03.187Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-20T21:16:03.187Z] Statistics: [2021-01-20T21:16:03.187Z] 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... [2021-01-20T21:16:03.187Z] File successfully converted to sysstat format version 12.2.1 [2021-01-20T21:16:03.187Z] + sadf -c /var/log/sa-host/sa23 [2021-01-20T21:16:03.187Z] file_magic: OK [2021-01-20T21:16:03.187Z] HZ: Using current value: 100 [2021-01-20T21:16:03.187Z] file_header: OK [2021-01-20T21:16:03.187Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-20T21:16:03.187Z] Statistics: [2021-01-20T21:16:03.187Z] Hnuu...uuuununununu... [2021-01-20T21:16:03.187Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-20T21:16:03.487Z] provisioning config files... [2021-01-20T21:16:03.504Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/311@tmp/config3784619370595099959tmp [Pipeline] { [Pipeline] echo [2021-01-20T21:16:03.578Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T21:16:03.874Z] ---> create-netrc.sh [Pipeline] } [2021-01-20T21:16:03.884Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-20T21:16:03.990Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T21:16:04.288Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-20T21:16:04.299Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T21:16:04.596Z] ---> sudo-logs.sh [2021-01-20T21:16:04.596Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-20T21:16:04.605Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T21:16:04.897Z] ---> job-cost.sh [2021-01-20T21:16:04.897Z] lf-activate-venv: SKIPPING [2021-01-20T21:16:04.897Z] INFO: No Stack... [2021-01-20T21:16:06.283Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-20T21:16:06.544Z] INFO: Archiving Costs [Pipeline] echo [2021-01-20T21:16:06.557Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T21:16:06.903Z] ---> logs-deploy.sh [2021-01-20T21:16:06.903Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/311 [2021-01-20T21:16:06.903Z] INFO: archiving workspace using pattern(s): [2021-01-20T21:16:08.288Z] Archives upload complete. [2021-01-20T21:16:08.551Z] INFO: archiving logs to Nexus [2021-01-20T21:16:09.494Z] ---> uname -a: [2021-01-20T21:16:09.494Z] Linux prd-centos7-docker-4c-2g-21666.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-01-20T21:16:09.494Z] [2021-01-20T21:16:09.494Z] [2021-01-20T21:16:09.494Z] ---> lscpu: [2021-01-20T21:16:09.494Z] Architecture: x86_64 [2021-01-20T21:16:09.494Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-20T21:16:09.494Z] Byte Order: Little Endian [2021-01-20T21:16:09.494Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-20T21:16:09.495Z] CPU(s): 4 [2021-01-20T21:16:09.495Z] On-line CPU(s) list: 0-3 [2021-01-20T21:16:09.495Z] Thread(s) per core: 1 [2021-01-20T21:16:09.495Z] Core(s) per socket: 1 [2021-01-20T21:16:09.495Z] Socket(s): 4 [2021-01-20T21:16:09.495Z] NUMA node(s): 1 [2021-01-20T21:16:09.495Z] Vendor ID: GenuineIntel [2021-01-20T21:16:09.495Z] CPU family: 6 [2021-01-20T21:16:09.495Z] Model: 44 [2021-01-20T21:16:09.495Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-20T21:16:09.495Z] Stepping: 1 [2021-01-20T21:16:09.495Z] CPU MHz: 2933.438 [2021-01-20T21:16:09.495Z] BogoMIPS: 5866.87 [2021-01-20T21:16:09.495Z] Virtualization: VT-x [2021-01-20T21:16:09.495Z] Hypervisor vendor: KVM [2021-01-20T21:16:09.495Z] Virtualization type: full [2021-01-20T21:16:09.495Z] L1d cache: 128 KiB [2021-01-20T21:16:09.495Z] L1i cache: 128 KiB [2021-01-20T21:16:09.495Z] L2 cache: 16 MiB [2021-01-20T21:16:09.495Z] L3 cache: 64 MiB [2021-01-20T21:16:09.495Z] NUMA node0 CPU(s): 0-3 [2021-01-20T21:16:09.495Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-20T21:16:09.495Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-20T21:16:09.495Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-20T21:16:09.495Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-20T21:16:09.495Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-20T21:16:09.495Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-20T21:16:09.495Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-20T21:16:09.495Z] Vulnerability Srbds: Not affected [2021-01-20T21:16:09.495Z] Vulnerability Tsx async abort: Not affected [2021-01-20T21:16:09.495Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-01-20T21:16:09.495Z] [2021-01-20T21:16:09.495Z] [2021-01-20T21:16:09.495Z] ---> nproc: [2021-01-20T21:16:09.495Z] 4 [2021-01-20T21:16:09.495Z] [2021-01-20T21:16:09.495Z] [2021-01-20T21:16:09.495Z] ---> df -h: [2021-01-20T21:16:09.495Z] Filesystem Size Used Available Use% Mounted on [2021-01-20T21:16:09.495Z] overlay 50.0G 14.1G 35.8G 28% / [2021-01-20T21:16:09.495Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-20T21:16:09.495Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-20T21:16:09.495Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-20T21:16:09.495Z] /dev/vda1 50.0G 14.1G 35.8G 28% /facter-os [2021-01-20T21:16:09.495Z] /dev/vda1 50.0G 14.1G 35.8G 28% /etc/resolv.conf [2021-01-20T21:16:09.495Z] /dev/vda1 50.0G 14.1G 35.8G 28% /etc/hostname [2021-01-20T21:16:09.495Z] /dev/vda1 50.0G 14.1G 35.8G 28% /etc/hosts [2021-01-20T21:16:09.495Z] /dev/vda1 50.0G 14.1G 35.8G 28% /var/log/auth.log [2021-01-20T21:16:09.495Z] /dev/vda1 50.0G 14.1G 35.8G 28% /run/cloud-init/result.json [2021-01-20T21:16:09.495Z] /dev/vda1 50.0G 14.1G 35.8G 28% /var/log/sa-host [2021-01-20T21:16:09.495Z] /dev/vda1 50.0G 14.1G 35.8G 28% /var/log/secure [2021-01-20T21:16:09.495Z] /dev/vda1 50.0G 14.1G 35.8G 28% /w/workspace/edgex-go/311@tmp [2021-01-20T21:16:09.495Z] /dev/vda1 50.0G 14.1G 35.8G 28% /w/workspace/edgex-go/311 [2021-01-20T21:16:09.495Z] [2021-01-20T21:16:09.495Z] [2021-01-20T21:16:09.495Z] ---> free -m: [2021-01-20T21:16:09.495Z] total used free shared buff/cache available [2021-01-20T21:16:09.495Z] Mem: 1837 775 151 0 910 1006 [2021-01-20T21:16:09.495Z] Swap: 1023 59 964 [2021-01-20T21:16:09.495Z] [2021-01-20T21:16:09.495Z] [2021-01-20T21:16:09.495Z] ---> ip addr: [2021-01-20T21:16:09.495Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-20T21:16:09.495Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-20T21:16:09.495Z] inet 127.0.0.1/8 scope host lo [2021-01-20T21:16:09.495Z] valid_lft forever preferred_lft forever [2021-01-20T21:16:09.495Z] inet6 ::1/128 scope host [2021-01-20T21:16:09.495Z] valid_lft forever preferred_lft forever [2021-01-20T21:16:09.495Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-20T21:16:09.495Z] link/ether fa:16:3e:0c:ca:3d brd ff:ff:ff:ff:ff:ff [2021-01-20T21:16:09.495Z] inet 10.30.123.186/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-20T21:16:09.495Z] valid_lft 85387sec preferred_lft 85387sec [2021-01-20T21:16:09.495Z] inet6 fe80::f816:3eff:fe0c:ca3d/64 scope link [2021-01-20T21:16:09.495Z] valid_lft forever preferred_lft forever [2021-01-20T21:16:09.495Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-20T21:16:09.495Z] link/ether 02:42:3a:e2:33:f4 brd ff:ff:ff:ff:ff:ff [2021-01-20T21:16:09.495Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-20T21:16:09.495Z] valid_lft forever preferred_lft forever [2021-01-20T21:16:09.495Z] inet6 fe80::42:3aff:fee2:33f4/64 scope link [2021-01-20T21:16:09.495Z] valid_lft forever preferred_lft forever [2021-01-20T21:16:09.495Z] [2021-01-20T21:16:09.495Z] [2021-01-20T21:16:09.495Z] ---> sar -b -r -n DEV: [2021-01-20T21:16:09.495Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/20/21 _x86_64_ (4 CPU) [2021-01-20T21:16:09.495Z] [2021-01-20T21:16:09.495Z] 20:59:03 LINUX RESTART (4 CPU) [2021-01-20T21:16:09.495Z] [2021-01-20T21:16:09.495Z] 21:00:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-20T21:16:09.495Z] 21:01:01 232.16 118.12 114.04 0.00 8224.12 47105.84 0.00 [2021-01-20T21:16:09.495Z] 21:02:02 242.55 95.16 147.39 0.00 3715.27 21195.42 0.00 [2021-01-20T21:16:09.495Z] 21:03:01 193.64 88.21 105.43 0.00 4029.91 12611.84 0.00 [2021-01-20T21:16:09.495Z] 21:04:02 382.67 176.74 205.92 0.00 69062.67 140713.46 0.00 [2021-01-20T21:16:09.495Z] 21:05:01 2845.55 2489.10 356.45 0.00 162478.16 171778.16 0.00 [2021-01-20T21:16:09.495Z] 21:06:02 596.60 308.73 287.87 0.00 50225.85 90329.40 0.00 [2021-01-20T21:16:09.495Z] 21:07:01 2830.86 2464.00 366.86 0.00 153473.68 175377.89 0.00 [2021-01-20T21:16:09.495Z] 21:08:01 585.46 323.48 261.98 0.00 23229.67 40710.01 0.00 [2021-01-20T21:16:09.495Z] 21:09:01 91.21 76.31 14.90 0.00 6692.46 362.51 0.00 [2021-01-20T21:16:09.495Z] 21:10:02 2.51 0.50 2.02 0.00 15.72 40.72 0.00 [2021-01-20T21:16:09.495Z] 21:11:01 1.41 1.24 0.17 0.00 95.53 2.46 0.00 [2021-01-20T21:16:09.495Z] 21:12:01 0.23 0.02 0.22 0.00 0.27 3.65 0.00 [2021-01-20T21:16:09.495Z] 21:13:01 0.25 0.00 0.25 0.00 0.00 2.73 0.00 [2021-01-20T21:16:09.495Z] 21:14:01 333.67 196.91 136.77 0.00 10571.42 34672.23 0.00 [2021-01-20T21:16:09.495Z] 21:15:01 159.34 43.88 115.45 0.00 4036.78 28958.44 0.00 [2021-01-20T21:16:09.495Z] 21:16:01 198.29 100.50 97.79 0.00 8661.81 25517.17 0.00 [2021-01-20T21:16:09.495Z] Average: 541.77 403.35 138.42 0.00 31484.08 49350.47 0.00 [2021-01-20T21:16:09.495Z] [2021-01-20T21:16:09.495Z] 21:00:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-20T21:16:09.495Z] 21:01:01 101340 0 702892 37.36 1840 1075472 1434160 48.95 572504 964224 30584 [2021-01-20T21:16:09.495Z] 21:02:02 154604 0 808764 42.98 1252 916924 1494696 51.01 631232 817820 60200 [2021-01-20T21:16:09.495Z] 21:03:01 279896 0 769660 40.91 804 831184 1459084 49.80 612572 697760 24712 [2021-01-20T21:16:09.495Z] 21:04:02 73780 0 801916 42.62 0 1005848 2289856 78.15 760104 840324 63308 [2021-01-20T21:16:09.495Z] 21:05:01 74868 0 779892 41.45 0 1026784 2565912 87.57 686772 884232 27264 [2021-01-20T21:16:09.495Z] 21:06:02 104464 0 719460 38.24 0 1057620 1754096 59.86 708528 834304 13956 [2021-01-20T21:16:09.495Z] 21:07:01 80620 0 741236 39.40 0 1059688 1936196 66.08 684616 883736 71016 [2021-01-20T21:16:09.495Z] 21:08:01 388500 0 676492 35.95 0 816552 1375904 46.96 557292 672568 24 [2021-01-20T21:16:09.495Z] 21:09:01 226144 0 638836 33.95 0 1016564 1220176 41.64 633528 763880 20 [2021-01-20T21:16:09.495Z] 21:10:02 230996 0 633540 33.67 0 1017008 1172876 40.03 629536 763844 20 [2021-01-20T21:16:09.495Z] 21:11:01 230532 0 631172 33.55 0 1019840 1154436 39.40 627916 766592 20 [2021-01-20T21:16:09.495Z] 21:12:01 230344 0 631360 33.56 0 1019840 1154556 39.40 628520 766592 8 [2021-01-20T21:16:09.495Z] 21:13:01 230684 0 631004 33.54 0 1019856 1154436 39.40 628080 766600 16 [2021-01-20T21:16:09.495Z] 21:14:01 98796 0 751704 39.95 0 1031044 1340956 45.76 643900 823468 59608 [2021-01-20T21:16:09.495Z] 21:15:01 233476 0 755716 40.16 0 892352 1339624 45.72 461428 828520 37784 [2021-01-20T21:16:09.495Z] 21:16:01 182836 0 785704 41.76 0 913004 1392984 47.54 537696 795004 28 [2021-01-20T21:16:09.495Z] Average: 182618 0 716209 38.07 244 982474 1514997 51.70 625264 804342 24286 [2021-01-20T21:16:09.495Z] [2021-01-20T21:16:09.495Z] 21:00:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-20T21:16:09.495Z] 21:01:01 eth0 1128.68 1402.77 6078.40 150.91 0.00 0.00 0.00 0.00 [2021-01-20T21:16:09.495Z] 21:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T21:16:09.495Z] 21:01:01 veth21bcf58 12.82 19.37 0.91 139.01 0.00 0.00 0.00 0.00 [2021-01-20T21:16:09.495Z] 21:01:01 docker0 1090.54 761.56 81.77 2855.03 0.00 0.00 0.00 0.00 [2021-01-20T21:16:09.495Z] 21:02:02 eth0 208.61 173.91 713.28 57.87 0.00 0.00 0.00 0.00 [2021-01-20T21:16:09.495Z] 21:02:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T21:16:09.495Z] 21:02:02 veth02fadec 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-20T21:16:09.495Z] 21:02:02 docker0 139.82 161.35 10.21 684.78 0.00 0.00 0.00 0.00 [2021-01-20T21:16:09.495Z] 21:03:01 eth0 41.19 24.73 30.11 53.03 0.00 0.00 0.00 0.00 [2021-01-20T21:16:09.495Z] 21:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T21:16:09.495Z] 21:03:01 veth02fadec 0.24 0.24 0.02 0.02 0.00 0.00 0.00 0.00 [2021-01-20T21:16:09.495Z] 21:03:01 docker0 0.24 0.24 0.02 0.02 0.00 0.00 0.00 0.00 [2021-01-20T21:16:09.495Z] 21:04:02 eth0 200.15 167.15 1681.48 57.45 0.00 0.00 0.00 0.00 [2021-01-20T21:16:09.495Z] 21:04:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T21:16:09.495Z] 21:04:02 veth7bbe7e3 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-20T21:16:09.495Z] 21:04:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T21:16:09.495Z] 21:05:01 eth0 62.28 35.88 171.04 43.80 0.00 0.00 0.00 0.00 [2021-01-20T21:16:09.495Z] 21:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T21:16:09.495Z] 21:05:01 veth0224b60 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-20T21:16:09.495Z] 21:05:01 veth7bbe7e3 0.00 0.29 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-20T21:16:09.495Z] 21:06:02 eth0 174.64 139.06 1400.24 66.74 0.00 0.00 0.00 0.00 [2021-01-20T21:16:09.495Z] 21:06:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T21:16:09.495Z] 21:06:02 veth7bbe7e3 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-20T21:16:09.495Z] 21:06:02 docker0 1223.47 942.86 91.08 3733.82 0.00 0.00 0.00 0.00 [2021-01-20T21:16:09.495Z] 21:07:01 eth0 102.17 51.07 422.92 51.32 0.00 0.00 0.00 0.00 [2021-01-20T21:16:09.495Z] 21:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T21:16:09.495Z] 21:07:01 veth7bbe7e3 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-20T21:16:09.495Z] 21:07:01 docker0 24.31 61.18 1.32 397.69 0.00 0.00 0.00 0.00 [2021-01-20T21:16:09.495Z] 21:08:01 eth0 71.83 41.83 140.27 58.09 0.00 0.00 0.00 0.00 [2021-01-20T21:16:09.495Z] 21:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T21:16:09.495Z] 21:08:01 veth7bbe7e3 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T21:16:09.495Z] 21:08:01 docker0 10.26 16.66 0.83 100.70 0.00 0.00 0.00 0.00 [2021-01-20T21:16:09.495Z] 21:09:01 eth0 399.28 386.15 182.06 1509.62 0.00 0.00 0.00 0.00 [2021-01-20T21:16:09.495Z] 21:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T21:16:09.495Z] 21:09:01 docker0 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T21:16:09.495Z] 21:10:02 eth0 1.40 0.97 1.27 0.49 0.00 0.00 0.00 0.00 [2021-01-20T21:16:09.495Z] 21:10:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T21:16:09.495Z] 21:10:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T21:16:09.495Z] 21:11:01 eth0 0.58 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2021-01-20T21:16:09.495Z] 21:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T21:16:09.495Z] 21:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T21:16:09.495Z] 21:12:01 eth0 0.58 0.40 0.28 0.21 0.00 0.00 0.00 0.00 [2021-01-20T21:16:09.495Z] 21:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T21:16:09.495Z] 21:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T21:16:09.495Z] 21:13:01 eth0 0.65 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2021-01-20T21:16:09.495Z] 21:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T21:16:09.495Z] 21:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T21:16:09.495Z] 21:14:01 vethbdddf31 31.92 31.68 3.52 218.54 0.00 0.00 0.00 0.00 [2021-01-20T21:16:09.495Z] 21:14:01 eth0 444.63 399.77 4252.85 58.69 0.00 0.00 0.00 0.00 [2021-01-20T21:16:09.495Z] 21:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T21:16:09.495Z] 21:14:01 docker0 31.92 31.54 3.08 218.53 0.00 0.00 0.00 0.00 [2021-01-20T21:16:09.495Z] 21:15:01 eth0 434.32 388.08 3220.31 120.20 0.00 0.00 0.00 0.00 [2021-01-20T21:16:09.495Z] 21:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T21:16:09.495Z] 21:15:01 docker0 0.27 0.32 0.04 0.06 0.00 0.00 0.00 0.00 [2021-01-20T21:16:09.495Z] 21:16:01 eth0 292.15 241.06 2428.56 80.75 0.00 0.00 0.00 0.00 [2021-01-20T21:16:09.495Z] 21:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T21:16:09.496Z] 21:16:01 docker0 27.34 35.70 2.10 202.95 0.00 0.00 0.00 0.00 [2021-01-20T21:16:09.496Z] Average: eth0 222.39 215.21 1294.86 144.54 0.00 0.00 0.00 0.00 [2021-01-20T21:16:09.496Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T21:16:09.496Z] Average: docker0 83.08 68.57 6.21 293.03 0.00 0.00 0.00 0.00 [2021-01-20T21:16:09.496Z] [2021-01-20T21:16:09.496Z] [2021-01-20T21:16:09.496Z] ---> sar -P ALL: [2021-01-20T21:16:09.496Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/20/21 _x86_64_ (4 CPU) [2021-01-20T21:16:09.496Z] [2021-01-20T21:16:09.496Z] 20:59:03 LINUX RESTART (4 CPU) [2021-01-20T21:16:09.496Z] [2021-01-20T21:16:09.496Z] 21:00:02 CPU %user %nice %system %iowait %steal %idle [2021-01-20T21:16:09.496Z] 21:01:01 all 15.98 0.00 8.57 2.44 0.07 72.94 [2021-01-20T21:16:09.496Z] 21:01:01 0 14.21 0.00 9.77 2.42 0.07 73.54 [2021-01-20T21:16:09.496Z] 21:01:01 1 15.73 0.00 7.58 3.76 0.07 72.85 [2021-01-20T21:16:09.496Z] 21:01:01 2 19.24 0.00 8.65 2.11 0.07 69.93 [2021-01-20T21:16:09.496Z] 21:01:01 3 14.73 0.00 8.30 1.48 0.07 75.42 [2021-01-20T21:16:09.496Z] 21:02:02 all 26.67 0.00 8.91 7.55 0.05 56.81 [2021-01-20T21:16:09.496Z] 21:02:02 0 28.18 0.00 8.59 5.36 0.03 57.82 [2021-01-20T21:16:09.496Z] 21:02:02 1 26.82 0.00 8.27 8.92 0.05 55.94 [2021-01-20T21:16:09.496Z] 21:02:02 2 25.17 0.00 9.93 7.11 0.05 57.73 [2021-01-20T21:16:09.496Z] 21:02:02 3 26.50 0.00 8.85 8.83 0.07 55.75 [2021-01-20T21:16:09.496Z] 21:03:01 all 57.03 0.00 14.33 5.11 0.06 23.48 [2021-01-20T21:16:09.496Z] 21:03:01 0 56.06 0.00 13.91 4.76 0.05 25.21 [2021-01-20T21:16:09.496Z] 21:03:01 1 58.14 0.00 14.45 4.59 0.07 22.75 [2021-01-20T21:16:09.496Z] 21:03:01 2 56.13 0.00 14.06 6.45 0.05 23.30 [2021-01-20T21:16:09.496Z] 21:03:01 3 57.78 0.00 14.89 4.63 0.05 22.64 [2021-01-20T21:16:09.496Z] 21:04:02 all 26.29 0.00 17.90 4.92 0.09 50.80 [2021-01-20T21:16:09.496Z] 21:04:02 0 25.38 0.00 16.64 4.72 0.07 53.18 [2021-01-20T21:16:09.496Z] 21:04:02 1 25.77 0.00 18.35 5.45 0.10 50.32 [2021-01-20T21:16:09.496Z] 21:04:02 2 28.04 0.00 18.69 5.72 0.09 47.47 [2021-01-20T21:16:09.496Z] 21:04:02 3 25.98 0.00 17.90 3.80 0.10 52.21 [2021-01-20T21:16:09.496Z] 21:05:01 all 18.08 0.00 23.60 31.99 0.13 26.20 [2021-01-20T21:16:09.496Z] 21:05:01 0 17.72 0.00 23.51 32.13 0.14 26.49 [2021-01-20T21:16:09.496Z] 21:05:01 1 18.15 0.00 23.45 30.76 0.12 27.51 [2021-01-20T21:16:09.496Z] 21:05:01 2 17.60 0.00 23.19 34.62 0.14 24.44 [2021-01-20T21:16:09.496Z] 21:05:01 3 18.85 0.00 24.25 30.44 0.11 26.35 [2021-01-20T21:16:09.496Z] 21:06:02 all 48.12 0.00 16.58 18.80 0.06 16.44 [2021-01-20T21:16:09.496Z] 21:06:02 0 47.99 0.00 16.82 16.73 0.03 18.43 [2021-01-20T21:16:09.496Z] 21:06:02 1 49.73 0.00 16.35 18.25 0.05 15.62 [2021-01-20T21:16:09.496Z] 21:06:02 2 46.57 0.00 16.22 20.63 0.05 16.53 [2021-01-20T21:16:09.496Z] 21:06:02 3 48.20 0.00 16.95 19.60 0.09 15.16 [2021-01-20T21:16:09.496Z] 21:07:01 all 17.20 0.00 21.75 34.20 0.13 26.72 [2021-01-20T21:16:09.496Z] 21:07:01 0 17.02 0.00 22.57 30.81 0.18 29.43 [2021-01-20T21:16:09.496Z] 21:07:01 1 16.80 0.00 20.76 34.95 0.11 27.38 [2021-01-20T21:16:09.496Z] 21:07:01 2 16.88 0.00 21.25 33.97 0.12 27.78 [2021-01-20T21:16:09.496Z] 21:07:01 3 18.13 0.00 22.41 37.14 0.11 22.21 [2021-01-20T21:16:09.496Z] 21:08:01 all 45.63 0.00 14.40 17.77 0.06 22.14 [2021-01-20T21:16:09.496Z] 21:08:01 0 44.60 0.00 14.96 17.75 0.09 22.60 [2021-01-20T21:16:09.496Z] 21:08:01 1 45.16 0.00 14.72 19.17 0.03 20.92 [2021-01-20T21:16:09.496Z] 21:08:01 2 45.63 0.00 14.25 18.57 0.07 21.49 [2021-01-20T21:16:09.496Z] 21:08:01 3 47.16 0.00 13.67 15.57 0.05 23.55 [2021-01-20T21:16:09.496Z] 21:09:01 all 8.88 0.00 3.63 1.77 0.11 85.61 [2021-01-20T21:16:09.496Z] 21:09:01 0 9.30 0.00 4.49 1.85 0.14 84.23 [2021-01-20T21:16:09.496Z] 21:09:01 1 8.62 0.00 3.17 1.59 0.08 86.54 [2021-01-20T21:16:09.496Z] 21:09:01 2 8.47 0.00 3.76 1.72 0.10 85.94 [2021-01-20T21:16:09.496Z] 21:09:01 3 9.14 0.00 3.11 1.91 0.14 85.71 [2021-01-20T21:16:09.496Z] 21:10:02 all 0.20 0.00 0.05 0.00 0.00 99.75 [2021-01-20T21:16:09.496Z] 21:10:02 0 0.10 0.00 0.03 0.00 0.00 99.87 [2021-01-20T21:16:09.496Z] 21:10:02 1 0.08 0.00 0.05 0.00 0.02 99.85 [2021-01-20T21:16:09.496Z] 21:10:02 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-20T21:16:09.496Z] 21:10:02 3 0.57 0.00 0.07 0.00 0.00 99.37 [2021-01-20T21:16:09.496Z] 21:11:01 all 0.22 0.00 0.03 0.00 0.00 99.74 [2021-01-20T21:16:09.496Z] 21:11:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-20T21:16:09.496Z] 21:11:01 1 0.17 0.00 0.03 0.00 0.00 99.80 [2021-01-20T21:16:09.496Z] 21:11:01 2 0.03 0.00 0.03 0.02 0.00 99.92 [2021-01-20T21:16:09.496Z] 21:11:01 3 0.66 0.00 0.05 0.00 0.00 99.29 [2021-01-20T21:16:09.496Z] [2021-01-20T21:16:09.496Z] 21:11:01 CPU %user %nice %system %iowait %steal %idle [2021-01-20T21:16:09.496Z] 21:12:01 all 0.18 0.00 0.03 0.00 0.00 99.79 [2021-01-20T21:16:09.496Z] 21:12:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2021-01-20T21:16:09.496Z] 21:12:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-20T21:16:09.496Z] 21:12:01 2 0.12 0.00 0.02 0.00 0.00 99.87 [2021-01-20T21:16:09.496Z] 21:12:01 3 0.52 0.00 0.03 0.00 0.00 99.45 [2021-01-20T21:16:09.496Z] 21:13:01 all 0.16 0.00 0.06 0.00 0.02 99.76 [2021-01-20T21:16:09.496Z] 21:13:01 0 0.00 0.00 0.03 0.00 0.02 99.95 [2021-01-20T21:16:09.496Z] 21:13:01 1 0.05 0.00 0.08 0.00 0.00 99.87 [2021-01-20T21:16:09.496Z] 21:13:01 2 0.03 0.00 0.07 0.00 0.02 99.88 [2021-01-20T21:16:09.496Z] 21:13:01 3 0.57 0.00 0.07 0.00 0.03 99.33 [2021-01-20T21:16:09.496Z] 21:14:01 all 10.17 0.00 7.14 6.41 0.07 76.21 [2021-01-20T21:16:09.496Z] 21:14:01 0 11.54 0.00 7.54 5.89 0.05 74.99 [2021-01-20T21:16:09.496Z] 21:14:01 1 9.07 0.00 6.59 5.80 0.07 78.48 [2021-01-20T21:16:09.496Z] 21:14:01 2 9.91 0.00 6.63 6.76 0.08 76.61 [2021-01-20T21:16:09.496Z] 21:14:01 3 10.16 0.00 7.80 7.19 0.09 74.77 [2021-01-20T21:16:09.496Z] 21:15:01 all 8.83 0.00 7.45 3.13 0.08 80.51 [2021-01-20T21:16:09.496Z] 21:15:01 0 9.30 0.00 8.30 1.07 0.12 81.22 [2021-01-20T21:16:09.496Z] 21:15:01 1 8.31 0.00 7.04 5.48 0.05 79.12 [2021-01-20T21:16:09.496Z] 21:15:01 2 8.91 0.00 7.64 3.49 0.10 79.86 [2021-01-20T21:16:09.496Z] 21:15:01 3 8.81 0.00 6.82 2.46 0.07 81.84 [2021-01-20T21:16:09.496Z] 21:16:01 all 9.98 0.00 7.40 4.85 0.06 77.72 [2021-01-20T21:16:09.496Z] 21:16:01 0 10.66 0.00 7.75 4.66 0.05 76.87 [2021-01-20T21:16:09.496Z] 21:16:01 1 7.61 0.00 6.81 3.88 0.05 81.65 [2021-01-20T21:16:09.496Z] 21:16:01 2 11.86 0.00 7.34 4.21 0.07 76.53 [2021-01-20T21:16:09.496Z] 21:16:01 3 9.78 0.00 7.69 6.64 0.05 75.83 [2021-01-20T21:16:09.496Z] Average: all 18.16 0.00 9.36 8.52 0.06 63.90 [2021-01-20T21:16:09.496Z] Average: 0 18.09 0.00 9.56 7.86 0.06 64.42 [2021-01-20T21:16:09.496Z] Average: 1 17.97 0.00 9.12 8.77 0.05 64.08 [2021-01-20T21:16:09.496Z] Average: 2 18.23 0.00 9.37 8.93 0.06 63.42 [2021-01-20T21:16:09.496Z] Average: 3 18.35 0.00 9.39 8.52 0.06 63.68 [2021-01-20T21:16:09.496Z] [2021-01-20T21:16:09.496Z] [2021-01-20T21:16:09.496Z]