Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 27e67a26db9587a799bf14cca6c65a65d4396aa9 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-25358 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/348 [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/348 # 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 27e67a26db9587a799bf14cca6c65a65d4396aa9 (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 27e67a26db9587a799bf14cca6c65a65d4396aa9 # timeout=10 Commit message: "Merge pull request #3141 from FelixTing/issue-3140" > git rev-list --no-walk eb1ffba1e62030b7c1b36eedbd9001eb08307092 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-07T00:29:49.385Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-07T00:29:49.655Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-07T00:29:49.788Z] ========================================================= [2021-02-07T00:29:49.788Z] EdgeX Global Pipelines Version Info [2021-02-07T00:29:49.788Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-07T00:29:51.387Z] ------------------- [2021-02-07T00:29:51.387Z] stable info: [2021-02-07T00:29:51.387Z] ------------------- [2021-02-07T00:29:51.387Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-07T00:29:51.387Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-07T00:29:51.387Z] Message: update stable to v1.0.179 [2021-02-07T00:29:52.339Z] ------------------- [2021-02-07T00:29:52.339Z] experimental info: [2021-02-07T00:29:52.339Z] ------------------- [2021-02-07T00:29:52.339Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-07T00:29:52.339Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-07T00:29:52.339Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-07T00:29:52.733Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-07T00:29:52.823Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-07T00:29:52.937Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-07T00:29:53.030Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-07T00:29:53.120Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-07T00:29:53.214Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-07T00:29:53.336Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-07T00:29:53.425Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-07T00:29:53.513Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-07T00:29:53.619Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-07T00:29:53.748Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-07T00:29:53.842Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-07T00:29:53.935Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-07T00:29:54.053Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-07T00:29:54.226Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-07T00:29:54.365Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-07T00:29:54.523Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-07T00:29:54.614Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-07T00:29:54.697Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-07T00:29:54.790Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-07T00:29:54.875Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-07T00:29:54.963Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-07T00:29:55.056Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-07T00:29:55.143Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-02-07T00:29:55.228Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-02-07T00:29:55.314Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-02-07T00:29:55.399Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 27e67a26db9587a799bf14cca6c65a65d4396aa9 [Pipeline] echo [2021-02-07T00:29:55.482Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 27e67a2 [Pipeline] echo [2021-02-07T00:29:55.571Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-07T00:29:55.753Z] provisioning config files... [2021-02-07T00:29:55.798Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/348@tmp/config5980644029769116785tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-07T00:29:56.158Z] ---> docker-login.sh [2021-02-07T00:29:56.158Z] nexus3.edgexfoundry.org:10001 [2021-02-07T00:29:56.424Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:29:56.424Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:29:56.424Z] Configure a credential helper to remove this warning. See [2021-02-07T00:29:56.424Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:29:56.424Z] [2021-02-07T00:29:56.424Z] Login Succeeded [2021-02-07T00:29:56.424Z] nexus3.edgexfoundry.org:10002 [2021-02-07T00:29:56.687Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:29:56.687Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:29:56.687Z] Configure a credential helper to remove this warning. See [2021-02-07T00:29:56.687Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:29:56.687Z] [2021-02-07T00:29:56.687Z] Login Succeeded [2021-02-07T00:29:56.687Z] nexus3.edgexfoundry.org:10003 [2021-02-07T00:29:56.966Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:29:56.966Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:29:56.966Z] Configure a credential helper to remove this warning. See [2021-02-07T00:29:56.966Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:29:56.966Z] [2021-02-07T00:29:56.966Z] Login Succeeded [2021-02-07T00:29:56.966Z] nexus3.edgexfoundry.org:10004 [2021-02-07T00:29:56.966Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:29:57.228Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:29:57.229Z] Configure a credential helper to remove this warning. See [2021-02-07T00:29:57.229Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:29:57.229Z] [2021-02-07T00:29:57.229Z] Login Succeeded [2021-02-07T00:29:57.229Z] docker.io [2021-02-07T00:29:57.229Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:29:57.491Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:29:57.491Z] Configure a credential helper to remove this warning. See [2021-02-07T00:29:57.491Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:29:57.491Z] [2021-02-07T00:29:57.491Z] Login Succeeded [2021-02-07T00:29:57.491Z] ---> docker-login.sh ends [Pipeline] } [2021-02-07T00:29:57.502Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-07T00:29:57.974Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-02-07T00:29:57.974Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-07T00:29:57.974Z] ++ dirname cmd/core-command/Dockerfile [2021-02-07T00:29:57.974Z] ++ cut -d/ -f2 [2021-02-07T00:29:57.974Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-07T00:29:57.974Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-07T00:29:57.974Z] ++ dirname cmd/core-data/Dockerfile [2021-02-07T00:29:57.974Z] ++ cut -d/ -f2 [2021-02-07T00:29:57.974Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-07T00:29:57.974Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-07T00:29:57.974Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-07T00:29:57.974Z] ++ cut -d/ -f2 [2021-02-07T00:29:57.974Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-07T00:29:57.974Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-07T00:29:57.974Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-07T00:29:57.974Z] ++ cut -d/ -f2 [2021-02-07T00:29:57.974Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-07T00:29:57.974Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-07T00:29:57.974Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-07T00:29:57.974Z] ++ cut -d/ -f2 [2021-02-07T00:29:57.974Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-07T00:29:57.974Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-07T00:29:57.974Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-07T00:29:57.974Z] ++ cut -d/ -f2 [2021-02-07T00:29:57.974Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-07T00:29:57.974Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-07T00:29:57.974Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-07T00:29:57.974Z] ++ cut -d/ -f2 [2021-02-07T00:29:57.974Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-07T00:29:57.974Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-07T00:29:57.974Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-07T00:29:57.974Z] ++ cut -d/ -f2 [2021-02-07T00:29:57.974Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-07T00:29:57.974Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-07T00:29:57.974Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-07T00:29:57.974Z] ++ cut -d/ -f2 [2021-02-07T00:29:57.974Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-07T00:29:58.083Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:29:59.656Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-07T00:29:59.656Z] [2021-02-07T00:29:59.656Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:30:00.006Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-07T00:30:00.586Z] latest: Pulling from edgex-devops/git-semver [2021-02-07T00:30:00.587Z] 31603596830f: Pulling fs layer [2021-02-07T00:30:00.587Z] 2a8b12db71e7: Pulling fs layer [2021-02-07T00:30:00.587Z] 6ca5941a6612: Pulling fs layer [2021-02-07T00:30:00.587Z] ecc8261a40a4: Pulling fs layer [2021-02-07T00:30:00.587Z] ecc8261a40a4: Waiting [2021-02-07T00:30:00.850Z] 2a8b12db71e7: Verifying Checksum [2021-02-07T00:30:00.850Z] 2a8b12db71e7: Download complete [2021-02-07T00:30:01.145Z] 31603596830f: Verifying Checksum [2021-02-07T00:30:01.145Z] 31603596830f: Download complete [2021-02-07T00:30:01.427Z] ecc8261a40a4: Verifying Checksum [2021-02-07T00:30:01.427Z] ecc8261a40a4: Download complete [2021-02-07T00:30:01.427Z] 6ca5941a6612: Verifying Checksum [2021-02-07T00:30:01.427Z] 6ca5941a6612: Download complete [2021-02-07T00:30:01.702Z] 31603596830f: Pull complete [2021-02-07T00:30:01.702Z] 2a8b12db71e7: Pull complete [2021-02-07T00:30:02.688Z] 6ca5941a6612: Pull complete [2021-02-07T00:30:02.952Z] ecc8261a40a4: Pull complete [2021-02-07T00:30:02.952Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-07T00:30:02.952Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-07T00:30:02.952Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-07T00:30:03.077Z] prd-centos7-docker-4c-2g-25358 does not seem to be running inside a container [2021-02-07T00:30:03.144Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/348 -v /w/workspace/edgex-go/348:/w/workspace/edgex-go/348:rw,z -v /w/workspace/edgex-go/348@tmp:/w/workspace/edgex-go/348@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-02-07T00:30:05.976Z] $ docker top a6cc5023a44081b1b2b37237a0ecfddd46a76f234aac8f2f84cafc86135403ba -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-07T00:30:06.276Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-07T00:30:06.276Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-07T00:30:06.523Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-07T00:30:06.529Z] $ docker exec a6cc5023a44081b1b2b37237a0ecfddd46a76f234aac8f2f84cafc86135403ba ssh-agent [2021-02-07T00:30:06.709Z] SSH_AUTH_SOCK=/tmp/ssh-u1QE08ryEx9c/agent.12 [2021-02-07T00:30:06.709Z] SSH_AGENT_PID=18 [2021-02-07T00:30:06.721Z] Running ssh-add (command line suppressed) [2021-02-07T00:30:06.848Z] Identity added: /w/workspace/edgex-go/348@tmp/private_key_5682296289204521560.key (/w/workspace/edgex-go/348@tmp/private_key_5682296289204521560.key) [2021-02-07T00:30:06.911Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-07T00:30:07.259Z] + git tag --points-at HEAD [Pipeline] } [2021-02-07T00:30:07.288Z] $ docker exec --env ******** --env ******** a6cc5023a44081b1b2b37237a0ecfddd46a76f234aac8f2f84cafc86135403ba ssh-agent -k [2021-02-07T00:30:07.414Z] unset SSH_AUTH_SOCK; [2021-02-07T00:30:07.415Z] unset SSH_AGENT_PID; [2021-02-07T00:30:07.415Z] echo Agent pid 18 killed; [2021-02-07T00:30:07.471Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-07T00:30:07.609Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-07T00:30:07.609Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-07T00:30:07.816Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-07T00:30:07.822Z] $ docker exec a6cc5023a44081b1b2b37237a0ecfddd46a76f234aac8f2f84cafc86135403ba ssh-agent [2021-02-07T00:30:08.017Z] SSH_AUTH_SOCK=/tmp/ssh-2KmdhDpNLWZI/agent.47 [2021-02-07T00:30:08.017Z] SSH_AGENT_PID=52 [2021-02-07T00:30:08.025Z] Running ssh-add (command line suppressed) [2021-02-07T00:30:08.154Z] Identity added: /w/workspace/edgex-go/348@tmp/private_key_1647052292585232795.key (/w/workspace/edgex-go/348@tmp/private_key_1647052292585232795.key) [2021-02-07T00:30:08.211Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-07T00:30:08.547Z] + git semver init [2021-02-07T00:30:08.547Z] # -> Open(): unable to determine branch for HEAD [2021-02-07T00:30:08.547Z] # $GIT_DIR = /w/workspace/edgex-go/348/.git [2021-02-07T00:30:08.547Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/348 [2021-02-07T00:30:08.547Z] # $SEMVER_REMOTE_NAME = origin [2021-02-07T00:30:08.547Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-07T00:30:08.547Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-07T00:30:08.547Z] # $SEMVER_BRANCH = master [2021-02-07T00:30:08.547Z] # $SEMVER_TEMP = /tmp/semver-026016558 [2021-02-07T00:30:08.547Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-07T00:30:30.645Z] # '/tmp/semver-026016558' -> '/w/workspace/edgex-go/348/.semver' [2021-02-07T00:30:30.645Z] # -> Force: false [2021-02-07T00:30:30.645Z] # $SEMVER_DIR = /w/workspace/edgex-go/348/.semver [Pipeline] } [2021-02-07T00:30:30.664Z] $ docker exec --env ******** --env ******** a6cc5023a44081b1b2b37237a0ecfddd46a76f234aac8f2f84cafc86135403ba ssh-agent -k [2021-02-07T00:30:30.919Z] unset SSH_AUTH_SOCK; [2021-02-07T00:30:30.920Z] unset SSH_AGENT_PID; [2021-02-07T00:30:30.920Z] echo Agent pid 52 killed; [2021-02-07T00:30:31.026Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-07T00:30:31.493Z] + git semver [Pipeline] } [2021-02-07T00:30:31.515Z] $ docker stop --time=1 a6cc5023a44081b1b2b37237a0ecfddd46a76f234aac8f2f84cafc86135403ba [2021-02-07T00:30:33.080Z] $ docker rm -f a6cc5023a44081b1b2b37237a0ecfddd46a76f234aac8f2f84cafc86135403ba [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-07T00:30:33.598Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-07T00:30:34.116Z] Stashed 1 file(s) [Pipeline] echo [2021-02-07T00:30:34.119Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.83 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-07T00:30:35.036Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-07T00:30:35.344Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-07T00:30:35.651Z] + sudo service docker restart [2021-02-07T00:30:35.651Z] + true [2021-02-07T00:30:35.651Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-07T00:30:36.244Z] ========================================================= [2021-02-07T00:30:36.244Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-07T00:30:36.244Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:30:36.586Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-02-07T00:30:41.919Z] Sending build context to Docker daemon 327.7MB [2021-02-07T00:30:41.919Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-07T00:30:41.919Z] Step 2/6 : FROM ${BASE} [2021-02-07T00:30:41.919Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-07T00:30:41.919Z] 188c0c94c7c5: Pulling fs layer [2021-02-07T00:30:41.919Z] 0ef7d3d256c8: Pulling fs layer [2021-02-07T00:30:41.919Z] de9db76c5a1d: Pulling fs layer [2021-02-07T00:30:41.919Z] bca2f99d35d6: Pulling fs layer [2021-02-07T00:30:41.919Z] 93359f2a8cfa: Pulling fs layer [2021-02-07T00:30:41.919Z] 7c6f9722023f: Pulling fs layer [2021-02-07T00:30:41.919Z] a35cf1a2eb13: Pulling fs layer [2021-02-07T00:30:41.919Z] 93359f2a8cfa: Waiting [2021-02-07T00:30:41.919Z] 7c6f9722023f: Waiting [2021-02-07T00:30:41.919Z] a35cf1a2eb13: Waiting [2021-02-07T00:30:41.919Z] bca2f99d35d6: Waiting [2021-02-07T00:30:41.919Z] de9db76c5a1d: Verifying Checksum [2021-02-07T00:30:41.919Z] de9db76c5a1d: Download complete [2021-02-07T00:30:41.919Z] 0ef7d3d256c8: Verifying Checksum [2021-02-07T00:30:41.919Z] 0ef7d3d256c8: Download complete [2021-02-07T00:30:41.919Z] 93359f2a8cfa: Verifying Checksum [2021-02-07T00:30:41.919Z] 93359f2a8cfa: Download complete [2021-02-07T00:30:41.919Z] 7c6f9722023f: Verifying Checksum [2021-02-07T00:30:41.919Z] 7c6f9722023f: Download complete [2021-02-07T00:30:41.919Z] 188c0c94c7c5: Verifying Checksum [2021-02-07T00:30:41.919Z] 188c0c94c7c5: Download complete [2021-02-07T00:30:41.919Z] 188c0c94c7c5: Pull complete [2021-02-07T00:30:41.919Z] 0ef7d3d256c8: Pull complete [2021-02-07T00:30:41.919Z] de9db76c5a1d: Pull complete [2021-02-07T00:30:42.897Z] a35cf1a2eb13: Verifying Checksum [2021-02-07T00:30:42.897Z] a35cf1a2eb13: Download complete [2021-02-07T00:30:43.493Z] bca2f99d35d6: Verifying Checksum [2021-02-07T00:30:43.493Z] bca2f99d35d6: Download complete [2021-02-07T00:30:49.540Z] Still waiting to schedule task [2021-02-07T00:30:49.540Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-25356’ [2021-02-07T00:30:50.162Z] bca2f99d35d6: Pull complete [2021-02-07T00:30:50.162Z] 93359f2a8cfa: Pull complete [2021-02-07T00:30:50.162Z] 7c6f9722023f: Pull complete [2021-02-07T00:30:54.426Z] a35cf1a2eb13: Pull complete [2021-02-07T00:30:54.426Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-07T00:30:54.426Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-07T00:30:54.426Z] ---> a62c8e92a672 [2021-02-07T00:30:54.426Z] 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-02-07T00:30:54.688Z] ---> Running in 978682037bcf [2021-02-07T00:30:55.264Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:30:56.215Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:30:56.836Z] (1/12) Installing libmagic (5.38-r0) [2021-02-07T00:30:56.836Z] (2/12) Installing file (5.38-r0) [2021-02-07T00:30:57.100Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-07T00:30:57.100Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-07T00:31:19.220Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-07T00:31:19.220Z] (6/12) Installing patch (2.7.6-r6) [2021-02-07T00:31:19.220Z] (7/12) Installing build-base (0.5-r2) [2021-02-07T00:31:19.220Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-07T00:31:19.220Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-07T00:31:19.220Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-07T00:31:19.220Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-07T00:31:19.220Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-07T00:31:19.220Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:31:19.220Z] OK: 233 MiB in 51 packages [2021-02-07T00:31:22.561Z] Removing intermediate container 978682037bcf [2021-02-07T00:31:22.561Z] ---> f0dcf2a071db [2021-02-07T00:31:22.561Z] Step 4/6 : WORKDIR /edgex-go [2021-02-07T00:31:22.561Z] ---> Running in 84e9561cb9e2 [2021-02-07T00:31:22.561Z] Removing intermediate container 84e9561cb9e2 [2021-02-07T00:31:22.561Z] ---> 2c8c488bd063 [2021-02-07T00:31:22.561Z] Step 5/6 : COPY go.mod . [2021-02-07T00:31:22.824Z] ---> 5a303a37f38d [2021-02-07T00:31:22.824Z] Step 6/6 : RUN go mod download [2021-02-07T00:31:22.824Z] ---> Running in 3b57286b7a07 [2021-02-07T00:31:44.877Z] Removing intermediate container 3b57286b7a07 [2021-02-07T00:31:44.877Z] ---> 5cd2005c52eb [2021-02-07T00:31:44.877Z] Successfully built 5cd2005c52eb [2021-02-07T00:31:44.877Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:31:45.197Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-07T00:31:45.197Z] . [Pipeline] withDockerContainer [2021-02-07T00:31:45.309Z] prd-centos7-docker-4c-2g-25358 does not seem to be running inside a container [2021-02-07T00:31:45.370Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/348 -v /w/workspace/edgex-go/348:/w/workspace/edgex-go/348:rw,z -v /w/workspace/edgex-go/348@tmp:/w/workspace/edgex-go/348@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-02-07T00:31:46.120Z] $ docker top 2d698d10743dc4c142a3165b1c1f5ee628b742c6919c899a2e795e45e0901ed6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-07T00:31:46.625Z] + go version [2021-02-07T00:31:46.625Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-07T00:31:46.648Z] $ docker stop --time=1 2d698d10743dc4c142a3165b1c1f5ee628b742c6919c899a2e795e45e0901ed6 [2021-02-07T00:31:48.002Z] $ docker rm -f 2d698d10743dc4c142a3165b1c1f5ee628b742c6919c899a2e795e45e0901ed6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:31:48.829Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-07T00:31:48.829Z] . [Pipeline] withDockerContainer [2021-02-07T00:31:49.247Z] prd-centos7-docker-4c-2g-25358 does not seem to be running inside a container [2021-02-07T00:31:49.507Z] $ 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/348 -v /w/workspace/edgex-go/348:/w/workspace/edgex-go/348:rw,z -v /w/workspace/edgex-go/348@tmp:/w/workspace/edgex-go/348@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-02-07T00:31:50.351Z] $ docker top 60a7cf594b156fd74cf9d8062bdf043e4c6814d8026e3ccac9d2fabf536fbe84 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-07T00:31:50.639Z] ========================================================= [2021-02-07T00:31:50.639Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-07T00:31:50.639Z] ========================================================= [Pipeline] sh [2021-02-07T00:31:50.946Z] + make test [2021-02-07T00:31:50.947Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-07T00:32:01.038Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-07T00:32:16.099Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-07T00:32:22.759Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-07T00:32:22.759Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-07T00:32:22.759Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-07T00:32:22.759Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-07T00:32:24.193Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-07T00:32:24.193Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-07T00:32:24.193Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-07T00:32:24.193Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-07T00:32:24.193Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-07T00:32:24.465Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-07T00:32:27.142Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-07T00:32:27.142Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-07T00:32:27.142Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-07T00:32:30.507Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.120s coverage: 45.6% of statements [2021-02-07T00:32:30.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-07T00:32:30.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-07T00:32:30.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-07T00:32:30.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-07T00:32:30.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-07T00:32:30.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-07T00:32:30.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-07T00:32:30.507Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.323s coverage: 100.0% of statements [2021-02-07T00:32:32.507Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.322s coverage: 27.1% of statements [2021-02-07T00:32:32.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-07T00:32:32.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-07T00:32:32.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-07T00:32:32.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-07T00:32:32.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-07T00:32:32.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-07T00:32:32.507Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.032s coverage: 100.0% of statements [2021-02-07T00:32:32.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-07T00:32:32.507Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.046s coverage: 100.0% of statements [2021-02-07T00:32:32.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-07T00:32:32.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-07T00:32:32.773Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.080s coverage: 65.8% of statements [2021-02-07T00:32:32.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-07T00:32:32.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-07T00:32:33.355Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.425s coverage: 82.3% of statements [2021-02-07T00:32:33.355Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-07T00:32:33.355Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-07T00:32:33.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-07T00:32:33.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-07T00:32:35.948Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.389s coverage: 28.6% of statements [2021-02-07T00:32:35.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-07T00:32:35.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-07T00:32:35.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-07T00:32:35.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-07T00:32:35.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-07T00:32:35.948Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.058s coverage: 100.0% of statements [2021-02-07T00:32:35.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-07T00:32:35.948Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.034s coverage: 100.0% of statements [2021-02-07T00:32:35.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-07T00:32:35.948Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.124s coverage: 86.7% of statements [2021-02-07T00:32:35.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-07T00:32:35.948Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.194s coverage: 97.5% of statements [2021-02-07T00:32:35.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-07T00:32:35.948Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.096s coverage: 78.3% of statements [2021-02-07T00:32:35.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-07T00:32:35.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-07T00:32:35.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-07T00:32:35.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-07T00:32:39.343Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.423s coverage: 92.8% of statements [2021-02-07T00:32:39.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-07T00:32:39.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-07T00:32:39.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-07T00:32:39.343Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-07T00:32:39.343Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-07T00:32:39.343Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-07T00:32:39.343Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-07T00:32:39.343Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-07T00:32:39.343Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-07T00:32:39.343Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-07T00:32:39.343Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-07T00:32:39.343Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-07T00:32:39.343Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-07T00:32:39.343Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-07T00:32:39.343Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-07T00:32:39.343Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-07T00:32:39.343Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-07T00:32:39.343Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-07T00:32:39.343Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.029s coverage: 58.8% of statements [2021-02-07T00:32:39.343Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-07T00:32:39.343Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-07T00:32:39.343Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.069s coverage: 0.1% of statements [2021-02-07T00:32:39.343Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-07T00:32:39.343Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-07T00:32:39.343Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-07T00:32:39.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.078s coverage: 45.5% of statements [2021-02-07T00:32:39.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.084s coverage: 79.5% of statements [2021-02-07T00:32:39.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.036s coverage: 94.1% of statements [2021-02-07T00:32:39.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.061s coverage: 96.3% of statements [2021-02-07T00:32:39.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.044s coverage: 87.5% of statements [2021-02-07T00:32:51.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.056s coverage: 94.4% of statements [2021-02-07T00:32:51.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.031s coverage: 44.8% of statements [2021-02-07T00:33:01.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.062s coverage: 92.9% of statements [2021-02-07T00:33:01.747Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-07T00:33:01.747Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-07T00:33:01.747Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-07T00:33:01.747Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-07T00:33:01.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.048s coverage: 87.2% of statements [2021-02-07T00:33:01.747Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-07T00:33:01.747Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-07T00:33:01.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-02-07T00:33:01.747Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-07T00:33:01.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements [2021-02-07T00:33:01.747Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-07T00:33:01.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements [2021-02-07T00:33:01.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-02-07T00:33:01.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.046s coverage: 84.2% of statements [2021-02-07T00:33:01.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.4% of statements [2021-02-07T00:33:01.747Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-07T00:33:01.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.171s coverage: 63.5% of statements [2021-02-07T00:33:01.747Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-07T00:33:01.747Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-07T00:33:01.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-02-07T00:33:01.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements [2021-02-07T00:33:01.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-02-07T00:33:01.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-02-07T00:33:01.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-02-07T00:33:01.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.280s coverage: 68.9% of statements [2021-02-07T00:33:01.747Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-07T00:33:01.747Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-07T00:33:01.747Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-07T00:33:01.747Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-07T00:33:01.747Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-07T00:33:01.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.102s coverage: 37.0% of statements [2021-02-07T00:33:01.747Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-07T00:33:01.747Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-07T00:33:01.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.295s coverage: 84.0% of statements [2021-02-07T00:33:01.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.044s coverage: 100.0% of statements [2021-02-07T00:33:01.747Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.123s coverage: 47.0% of statements [2021-02-07T00:33:01.747Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-07T00:33:01.747Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-07T00:33:01.747Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-07T00:33:01.747Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-07T00:33:01.747Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-07T00:33:01.747Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.062s coverage: 100.0% of statements [2021-02-07T00:33:01.747Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-07T00:33:01.748Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements [2021-02-07T00:33:01.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-07T00:33:01.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-07T00:33:01.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-07T00:33:01.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-07T00:33:01.748Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.107s coverage: 87.7% of statements [2021-02-07T00:33:01.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-07T00:33:01.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-07T00:33:01.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-07T00:33:01.748Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.716s coverage: 29.1% of statements [2021-02-07T00:33:01.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-07T00:33:01.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-07T00:33:01.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-07T00:33:01.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-07T00:33:01.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-07T00:33:01.748Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.074s coverage: 99.0% of statements [2021-02-07T00:33:01.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-07T00:33:01.748Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements [2021-02-07T00:33:01.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-07T00:33:01.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-07T00:33:01.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-07T00:33:01.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-07T00:33:01.748Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.057s coverage: 100.0% of statements [2021-02-07T00:33:01.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-07T00:33:01.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-07T00:33:01.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-07T00:33:01.748Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.038s coverage: 0.0% of statements [2021-02-07T00:33:01.748Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-07T00:33:01.748Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.027s coverage: 100.0% of statements [2021-02-07T00:33:01.748Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-07T00:33:01.748Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-07T00:33:01.748Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-07T00:33:01.748Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-07T00:33:01.748Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.051s coverage: 87.9% of statements [2021-02-07T00:33:01.748Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-07T00:33:01.748Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-07T00:33:01.748Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements [2021-02-07T00:33:01.748Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements [2021-02-07T00:33:01.748Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements [2021-02-07T00:33:02.012Z] GO111MODULE=on go vet ./... [2021-02-07T00:33:34.291Z] gofmt -l . [2021-02-07T00:33:34.291Z] [ "`gofmt -l .`" = "" ] [2021-02-07T00:33:34.291Z] ./bin/test-go-mod-tidy.sh [2021-02-07T00:33:34.291Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-07T00:33:34.603Z] + ls -al . [2021-02-07T00:33:34.603Z] total 696 [2021-02-07T00:33:34.603Z] drwxrwxr-x 10 1001 1001 4096 Feb 7 00:33 . [2021-02-07T00:33:34.603Z] drwxr-xr-x 4 root root 32 Feb 7 00:31 .. [2021-02-07T00:33:34.603Z] -rw-rw-r-- 1 1001 1001 11 Feb 7 00:29 .dockerignore [2021-02-07T00:33:34.603Z] drwxrwxr-x 8 1001 1001 162 Feb 7 00:29 .git [2021-02-07T00:33:34.603Z] drwxrwxr-x 3 1001 1001 125 Feb 7 00:29 .github [2021-02-07T00:33:34.603Z] -rw-rw-r-- 1 1001 1001 872 Feb 7 00:29 .gitignore [2021-02-07T00:33:34.603Z] drwx------ 3 1001 1001 45 Feb 7 00:30 .semver [2021-02-07T00:33:34.603Z] -rw-rw-r-- 1 1001 1001 166 Feb 7 00:29 .sonarcloud.properties [2021-02-07T00:33:34.603Z] -rw-rw-r-- 1 1001 1001 7859 Feb 7 00:29 Attribution.txt [2021-02-07T00:33:34.603Z] -rw-rw-r-- 1 1001 1001 3804 Feb 7 00:29 CONTRIBUTING.md [2021-02-07T00:33:34.603Z] -rw-rw-r-- 1 1001 1001 931 Feb 7 00:29 Dockerfile.build [2021-02-07T00:33:34.603Z] -rw-rw-r-- 1 1001 1001 863 Feb 7 00:29 Jenkinsfile [2021-02-07T00:33:34.603Z] -rw-rw-r-- 1 1001 1001 10775 Feb 7 00:29 LICENSE [2021-02-07T00:33:34.603Z] -rw-rw-r-- 1 1001 1001 6001 Feb 7 00:29 Makefile [2021-02-07T00:33:34.603Z] -rw-rw-r-- 1 1001 1001 6524 Feb 7 00:29 README.md [2021-02-07T00:33:34.603Z] -rw-rw-r-- 1 1001 1001 6755 Feb 7 00:29 SECURITY.md [2021-02-07T00:33:34.603Z] -rw-rw-r-- 1 1001 1001 12 Feb 7 00:30 VERSION [2021-02-07T00:33:34.603Z] -rw-rw-r-- 1 1001 1001 4131 Feb 7 00:29 ZMQWindows.md [2021-02-07T00:33:34.603Z] drwxrwxr-x 2 1001 1001 117 Feb 7 00:29 bin [2021-02-07T00:33:34.603Z] drwxrwxr-x 15 1001 1001 4096 Feb 7 00:29 cmd [2021-02-07T00:33:34.603Z] -rw-r--r-- 1 root root 590503 Feb 7 00:33 coverage.out [2021-02-07T00:33:34.603Z] -rw-r--r-- 1 root root 1054 Feb 7 00:33 go.mod [2021-02-07T00:33:34.603Z] -rw-r--r-- 1 root root 19290 Feb 7 00:33 go.sum [2021-02-07T00:33:34.603Z] drwxrwxr-x 8 1001 1001 127 Feb 7 00:29 internal [2021-02-07T00:33:34.603Z] drwxrwxr-x 4 1001 1001 26 Feb 7 00:29 openapi [2021-02-07T00:33:34.603Z] drwxrwxr-x 4 1001 1001 71 Feb 7 00:29 snap [2021-02-07T00:33:34.603Z] -rw-rw-r-- 1 1001 1001 168 Feb 7 00:29 version.go [Pipeline] sh [2021-02-07T00:33:34.914Z] + '[' -e coverage.out ] [2021-02-07T00:33:34.914Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-07T00:33:35.178Z] Stashed 1 file(s) [Pipeline] sh [2021-02-07T00:33:35.487Z] + make build [2021-02-07T00:33:35.487Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o cmd/core-data/core-data ./cmd/core-data [2021-02-07T00:33:40.821Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-07T00:33:44.542Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-25368 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-02-07T00:33:44.617Z] Running in /w/workspace/edgex-go/348 [Pipeline] { [Pipeline] checkout [2021-02-07T00:33:49.093Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o cmd/core-command/core-command ./cmd/core-command [2021-02-07T00:33:50.357Z] using credential edgex-jenkins-ssh [2021-02-07T00:33:50.416Z] Cloning the remote Git repository [2021-02-07T00:33:51.027Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-07T00:33:50.510Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-07T00:33:50.657Z] > git init /w/workspace/edgex-go/348 # timeout=10 [2021-02-07T00:33:50.773Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-07T00:33:50.774Z] > git --version # timeout=10 [2021-02-07T00:33:50.794Z] > git --version # 'git version 2.17.1' [2021-02-07T00:33:50.797Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-07T00:33:50.904Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-07T00:33:52.453Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-07T00:33:54.522Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-07T00:33:54.522Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-07T00:33:55.923Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-07T00:33:57.036Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-07T00:33:58.515Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-07T00:33:59.471Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-07T00:34:00.877Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-07T00:34:02.286Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-02-07T00:34:03.717Z] $ docker stop --time=1 60a7cf594b156fd74cf9d8062bdf043e4c6814d8026e3ccac9d2fabf536fbe84 [2021-02-07T00:34:05.429Z] $ docker rm -f 60a7cf594b156fd74cf9d8062bdf043e4c6814d8026e3ccac9d2fabf536fbe84 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-02-07T00:34:08.019Z] Checking out Revision 27e67a26db9587a799bf14cca6c65a65d4396aa9 (master) [2021-02-07T00:34:07.325Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-07T00:34:07.340Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-07T00:34:07.364Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-07T00:34:07.404Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-07T00:34:07.405Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-07T00:34:07.417Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-07T00:34:08.038Z] > git config core.sparsecheckout # timeout=10 [2021-02-07T00:34:08.054Z] > git checkout -f 27e67a26db9587a799bf14cca6c65a65d4396aa9 # timeout=10 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:34:09.656Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-07T00:34:09.656Z] [2021-02-07T00:34:09.656Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:34:10.020Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-07T00:34:10.020Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-07T00:34:10.020Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-07T00:34:10.020Z] ca9280d653b3: Pulling fs layer [2021-02-07T00:34:10.020Z] 7e9c9ca2126c: Pulling fs layer [2021-02-07T00:34:10.291Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-07T00:34:10.291Z] cbdbe7a5bc2a: Download complete [2021-02-07T00:34:10.557Z] ca9280d653b3: Verifying Checksum [2021-02-07T00:34:10.557Z] ca9280d653b3: Download complete [2021-02-07T00:34:10.557Z] cbdbe7a5bc2a: Pull complete [2021-02-07T00:34:11.984Z] ca9280d653b3: Pull complete [2021-02-07T00:34:11.984Z] 7e9c9ca2126c: Download complete [2021-02-07T00:34:12.974Z] Commit message: "Merge pull request #3141 from FelixTing/issue-3140" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-07T00:34:14.551Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-07T00:34:14.998Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-07T00:34:15.477Z] + sudo service docker+ restart [2021-02-07T00:34:15.477Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-07T00:34:18.281Z] provisioning config files... [2021-02-07T00:34:18.330Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/348@tmp/config1434325066483916233tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-07T00:34:18.651Z] 7e9c9ca2126c: Pull complete [2021-02-07T00:34:18.651Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-07T00:34:18.651Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-07T00:34:18.651Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-07T00:34:18.758Z] ---> docker-login.sh [2021-02-07T00:34:18.758Z] nexus3.edgexfoundry.org:10001 [2021-02-07T00:34:18.776Z] prd-centos7-docker-4c-2g-25358 does not seem to be running inside a container [2021-02-07T00:34:18.829Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/348 -v /w/workspace/edgex-go/348:/w/workspace/edgex-go/348:rw,z -v /w/workspace/edgex-go/348@tmp:/w/workspace/edgex-go/348@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-07T00:34:19.762Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:34:20.363Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:34:20.363Z] Configure a credential helper to remove this warning. See [2021-02-07T00:34:20.363Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:34:20.363Z] [2021-02-07T00:34:20.363Z] Login Succeeded [2021-02-07T00:34:20.363Z] nexus3.edgexfoundry.org:10002 [2021-02-07T00:34:20.639Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:34:20.914Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:34:20.914Z] Configure a credential helper to remove this warning. See [2021-02-07T00:34:20.914Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:34:20.914Z] [2021-02-07T00:34:20.914Z] Login Succeeded [2021-02-07T00:34:20.914Z] nexus3.edgexfoundry.org:10003 [2021-02-07T00:34:21.511Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:34:21.511Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:34:21.511Z] Configure a credential helper to remove this warning. See [2021-02-07T00:34:21.511Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:34:21.511Z] [2021-02-07T00:34:21.511Z] Login Succeeded [2021-02-07T00:34:21.511Z] nexus3.edgexfoundry.org:10004 [2021-02-07T00:34:21.877Z] $ docker top 4cce415e39fb6e711f9b0a98ae72731001728b81d446665a138d04116fd337f4 -eo pid,comm [Pipeline] { [2021-02-07T00:34:22.113Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:34:22.113Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:34:22.113Z] Configure a credential helper to remove this warning. See [2021-02-07T00:34:22.114Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:34:22.114Z] [2021-02-07T00:34:22.114Z] Login Succeeded [2021-02-07T00:34:22.114Z] docker.io [Pipeline] sh [2021-02-07T00:34:22.435Z] + docker-compose build --help [2021-02-07T00:34:22.435Z] + grep parallel [2021-02-07T00:34:22.718Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:34:22.993Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:34:22.993Z] Configure a credential helper to remove this warning. See [2021-02-07T00:34:22.993Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:34:22.993Z] [2021-02-07T00:34:22.993Z] Login Succeeded [2021-02-07T00:34:22.993Z] ---> docker-login.sh ends [Pipeline] } [2021-02-07T00:34:23.013Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-02-07T00:34:23.387Z] --parallel Build images in parallel. [Pipeline] echo [2021-02-07T00:34:23.495Z] ========================================================= [2021-02-07T00:34:23.495Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-07T00:34:23.495Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [Pipeline] } [2021-02-07T00:34:23.668Z] $ docker stop --time=1 4cce415e39fb6e711f9b0a98ae72731001728b81d446665a138d04116fd337f4 [2021-02-07T00:34:23.877Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-02-07T00:34:25.083Z] $ docker rm -f 4cce415e39fb6e711f9b0a98ae72731001728b81d446665a138d04116fd337f4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:34:25.716Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-07T00:34:25.716Z] . [Pipeline] withDockerContainer [2021-02-07T00:34:25.825Z] prd-centos7-docker-4c-2g-25358 does not seem to be running inside a container [2021-02-07T00:34:25.883Z] $ 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/348 -v /w/workspace/edgex-go/348:/w/workspace/edgex-go/348:rw,z -v /w/workspace/edgex-go/348@tmp:/w/workspace/edgex-go/348@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-02-07T00:34:26.512Z] Sending build context to Docker daemon 166.2MB [2021-02-07T00:34:26.512Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-07T00:34:26.512Z] Step 2/6 : FROM ${BASE} [2021-02-07T00:34:26.512Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-07T00:34:26.512Z] 5f621e34cdf4: Pulling fs layer [2021-02-07T00:34:26.512Z] a4357932f1b6: Pulling fs layer [2021-02-07T00:34:26.512Z] 18c013af1878: Pulling fs layer [2021-02-07T00:34:26.512Z] 00ac8860ef70: Pulling fs layer [2021-02-07T00:34:26.512Z] 63d7cb157983: Pulling fs layer [2021-02-07T00:34:26.512Z] b116817d02f9: Pulling fs layer [2021-02-07T00:34:26.512Z] 745a02a5169b: Pulling fs layer [2021-02-07T00:34:26.512Z] 00ac8860ef70: Waiting [2021-02-07T00:34:26.512Z] 63d7cb157983: Waiting [2021-02-07T00:34:26.512Z] b116817d02f9: Waiting [2021-02-07T00:34:26.512Z] 745a02a5169b: Waiting [2021-02-07T00:34:26.512Z] 18c013af1878: Verifying Checksum [2021-02-07T00:34:26.512Z] 18c013af1878: Download complete [2021-02-07T00:34:26.512Z] a4357932f1b6: Verifying Checksum [2021-02-07T00:34:26.512Z] a4357932f1b6: Download complete [2021-02-07T00:34:26.512Z] 63d7cb157983: Verifying Checksum [2021-02-07T00:34:26.512Z] 63d7cb157983: Download complete [2021-02-07T00:34:26.512Z] b116817d02f9: Verifying Checksum [2021-02-07T00:34:26.512Z] b116817d02f9: Download complete [2021-02-07T00:34:26.512Z] 5f621e34cdf4: Verifying Checksum [2021-02-07T00:34:26.512Z] 5f621e34cdf4: Download complete [2021-02-07T00:34:26.863Z] $ docker top a77b67c903f9361a79ddde0615de07856d3c411f78fecc9d08bbeca3be9401aa -eo pid,comm [Pipeline] { [2021-02-07T00:34:27.109Z] 5f621e34cdf4: Pull complete [Pipeline] sh [2021-02-07T00:34:27.429Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-07T00:34:27.715Z] a4357932f1b6: Pull complete [2021-02-07T00:34:27.992Z] 18c013af1878: Pull complete [2021-02-07T00:34:28.823Z] Building docker-core-command-go ... [2021-02-07T00:34:28.823Z] Building docker-core-data-go ... [2021-02-07T00:34:28.823Z] Building docker-core-metadata-go ... [2021-02-07T00:34:28.823Z] Building docker-security-bootstrapper-go ... [2021-02-07T00:34:28.823Z] Building docker-security-proxy-setup-go ... [2021-02-07T00:34:28.823Z] Building docker-security-secretstore-setup-go ... [2021-02-07T00:34:28.823Z] Building docker-support-notifications-go ... [2021-02-07T00:34:28.823Z] Building docker-support-scheduler-go ... [2021-02-07T00:34:28.823Z] Building docker-sys-mgmt-agent-go ... [2021-02-07T00:34:28.823Z] Building docker-security-bootstrapper-go [2021-02-07T00:34:28.823Z] Building docker-security-secretstore-setup-go [2021-02-07T00:34:28.823Z] Building docker-core-command-go [2021-02-07T00:34:28.823Z] Building docker-sys-mgmt-agent-go [2021-02-07T00:34:28.823Z] Building docker-core-metadata-go [2021-02-07T00:34:29.427Z] 745a02a5169b: Verifying Checksum [2021-02-07T00:34:29.427Z] 745a02a5169b: Download complete [2021-02-07T00:34:30.406Z] 00ac8860ef70: Verifying Checksum [2021-02-07T00:34:30.406Z] 00ac8860ef70: Download complete [2021-02-07T00:34:40.573Z] 00ac8860ef70: Pull complete [2021-02-07T00:34:40.573Z] 63d7cb157983: Pull complete [2021-02-07T00:34:40.573Z] b116817d02f9: Pull complete [2021-02-07T00:34:44.033Z] 745a02a5169b: Pull complete [2021-02-07T00:34:44.033Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-07T00:34:44.033Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-07T00:34:44.033Z] ---> b7e6874047d6 [2021-02-07T00:34:44.033Z] 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-02-07T00:34:47.426Z] ---> Running in 6dd6bb732700 [2021-02-07T00:34:48.878Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:34:49.486Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:34:50.083Z] (1/12) Installing libmagic (5.38-r0) [2021-02-07T00:34:50.083Z] (2/12) Installing file (5.38-r0) [2021-02-07T00:34:50.364Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-07T00:34:50.364Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-07T00:34:52.978Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-07T00:34:52.978Z] (6/12) Installing patch (2.7.6-r6) [2021-02-07T00:34:52.978Z] (7/12) Installing build-base (0.5-r2) [2021-02-07T00:34:52.978Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-07T00:34:53.252Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-07T00:34:53.252Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-07T00:34:53.528Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-07T00:34:53.528Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-07T00:34:53.528Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:34:53.528Z] OK: 217 MiB in 51 packages [2021-02-07T00:34:57.844Z] Removing intermediate container 6dd6bb732700 [2021-02-07T00:34:57.844Z] ---> 1d55e3e2a612 [2021-02-07T00:34:57.844Z] Step 4/6 : WORKDIR /edgex-go [2021-02-07T00:34:57.844Z] ---> Running in 0a5aac8806ef [2021-02-07T00:34:58.438Z] Removing intermediate container 0a5aac8806ef [2021-02-07T00:34:58.438Z] ---> 689b3f0adf22 [2021-02-07T00:34:58.438Z] Step 5/6 : COPY go.mod . [2021-02-07T00:34:59.039Z] ---> 8565439f3162 [2021-02-07T00:34:59.039Z] Step 6/6 : RUN go mod download [2021-02-07T00:34:59.039Z] ---> Running in 883b5c6ba124 [2021-02-07T00:35:01.081Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:35:01.082Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:35:01.082Z] ---> 5cd2005c52eb [2021-02-07T00:35:01.082Z] Step 3/24 : WORKDIR /edgex-go [2021-02-07T00:35:01.082Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:35:01.082Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:35:01.082Z] ---> 5cd2005c52eb [2021-02-07T00:35:01.082Z] Step 3/23 : WORKDIR /edgex-go [2021-02-07T00:35:01.348Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:35:01.348Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:35:01.348Z] ---> 5cd2005c52eb [2021-02-07T00:35:01.348Z] Step 3/23 : WORKDIR /edgex-go [2021-02-07T00:35:01.348Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:35:01.348Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:35:01.348Z] ---> 5cd2005c52eb [2021-02-07T00:35:01.348Z] Step 3/31 : WORKDIR /edgex-go [2021-02-07T00:35:01.348Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:35:01.348Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:35:01.348Z] ---> 5cd2005c52eb [2021-02-07T00:35:01.348Z] Step 3/26 : WORKDIR /edgex-go [2021-02-07T00:35:02.305Z] ---> Running in 998aa0c49ea9 [2021-02-07T00:35:02.305Z] ---> Running in 28e6bfde8b07 [2021-02-07T00:35:02.305Z] ---> Running in b5fa1dc6b62e [2021-02-07T00:35:02.305Z] ---> Running in b23a353ebd39 [2021-02-07T00:35:02.305Z] ---> Running in 53c26912f891 [2021-02-07T00:35:02.898Z] Removing intermediate container b5fa1dc6b62e [2021-02-07T00:35:02.898Z] ---> 16dd9db1b666 [2021-02-07T00:35:02.898Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:35:02.898Z] Removing intermediate container b23a353ebd39 [2021-02-07T00:35:02.898Z] ---> b0b048fe1032 [2021-02-07T00:35:02.898Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:35:02.898Z] Removing intermediate container 28e6bfde8b07 [2021-02-07T00:35:02.898Z] ---> 92649ea67921 [2021-02-07T00:35:02.898Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:35:02.898Z] Removing intermediate container 53c26912f891 [2021-02-07T00:35:02.898Z] ---> 80a0ddd4341f [2021-02-07T00:35:02.898Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:35:02.898Z] Removing intermediate container 998aa0c49ea9 [2021-02-07T00:35:02.898Z] ---> 58e5f8ef4e45 [2021-02-07T00:35:02.898Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:35:03.165Z] ---> Running in 2a1d012c374c [2021-02-07T00:35:03.165Z] ---> Running in 89d373be1418 [2021-02-07T00:35:03.165Z] ---> Running in e88d0d254700 [2021-02-07T00:35:03.165Z] ---> Running in e6550e6c265d [2021-02-07T00:35:03.165Z] ---> Running in 56c21dc3b9c0 [2021-02-07T00:35:05.752Z] Removing intermediate container e88d0d254700 [2021-02-07T00:35:05.752Z] ---> 51c740e75058 [2021-02-07T00:35:05.752Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-07T00:35:05.752Z] ---> Running in 2c8f8456110c [2021-02-07T00:35:06.019Z] Removing intermediate container 89d373be1418 [2021-02-07T00:35:06.019Z] ---> 3ee5d7b4c3ae [2021-02-07T00:35:06.019Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-07T00:35:06.019Z] Removing intermediate container 2a1d012c374c [2021-02-07T00:35:06.019Z] ---> 29b28f72245d [2021-02-07T00:35:06.019Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-07T00:35:06.019Z] Removing intermediate container e6550e6c265d [2021-02-07T00:35:06.019Z] ---> 1a78fbf44dc6 [2021-02-07T00:35:06.019Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-07T00:35:06.019Z] Removing intermediate container 56c21dc3b9c0 [2021-02-07T00:35:06.019Z] ---> 1a322af56b12 [2021-02-07T00:35:06.019Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-07T00:35:06.284Z] ---> Running in 3ab998c6e947 [2021-02-07T00:35:06.284Z] ---> Running in db4a7059c884 [2021-02-07T00:35:06.284Z] ---> Running in 54996d19ba33 [2021-02-07T00:35:06.284Z] ---> Running in 353060b0ce3a [2021-02-07T00:35:06.570Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:35:07.168Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:35:07.168Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:35:07.168Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:35:07.437Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:35:07.437Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:35:07.701Z] OK: 233 MiB in 51 packages [2021-02-07T00:35:07.965Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:35:08.230Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:35:08.230Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:35:08.230Z] Removing intermediate container 2c8f8456110c [2021-02-07T00:35:08.230Z] ---> 3d01c6352507 [2021-02-07T00:35:08.230Z] Step 6/23 : COPY go.mod . [2021-02-07T00:35:08.493Z] ---> 728401ffafaa [2021-02-07T00:35:08.493Z] Step 7/23 : RUN go mod download [2021-02-07T00:35:08.493Z] ---> Running in bd4f7d392e18 [2021-02-07T00:35:08.493Z] OK: 233 MiB in 51 packages [2021-02-07T00:35:09.076Z] OK: 233 MiB in 51 packages [2021-02-07T00:35:09.076Z] OK: 233 MiB in 51 packages [2021-02-07T00:35:09.076Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:35:09.339Z] Removing intermediate container 3ab998c6e947 [2021-02-07T00:35:09.339Z] ---> 82e5663930d5 [2021-02-07T00:35:09.339Z] Step 6/26 : COPY go.mod . [2021-02-07T00:35:09.604Z] ---> 3469c3501ee5 [2021-02-07T00:35:09.604Z] Step 7/26 : RUN go mod download [2021-02-07T00:35:09.873Z] ---> Running in 88fec7cd8019 [2021-02-07T00:35:10.141Z] Removing intermediate container 353060b0ce3a [2021-02-07T00:35:10.141Z] ---> 16325ac33c40 [2021-02-07T00:35:10.141Z] Step 6/31 : COPY go.mod . [2021-02-07T00:35:10.141Z] Removing intermediate container db4a7059c884 [2021-02-07T00:35:10.141Z] ---> 3009493deea1 [2021-02-07T00:35:10.141Z] Step 6/24 : COPY go.mod . [2021-02-07T00:35:10.411Z] ---> 16be8434bac3 [2021-02-07T00:35:10.411Z] Step 7/31 : RUN go mod download [2021-02-07T00:35:10.411Z] ---> 15d829b9c7ac [2021-02-07T00:35:10.411Z] Step 7/24 : RUN go mod download [2021-02-07T00:35:10.411Z] ---> Running in d237b55be124 [2021-02-07T00:35:10.697Z] Removing intermediate container bd4f7d392e18 [2021-02-07T00:35:10.697Z] ---> d9d9902eba74 [2021-02-07T00:35:10.697Z] Step 8/23 : COPY . . [2021-02-07T00:35:10.697Z] ---> Running in c0be50054b14 [2021-02-07T00:35:11.665Z] OK: 233 MiB in 51 packages [2021-02-07T00:35:15.014Z] Removing intermediate container 88fec7cd8019 [2021-02-07T00:35:15.014Z] ---> 356dfcbe2553 [2021-02-07T00:35:15.014Z] Step 8/26 : COPY . . [2021-02-07T00:35:18.438Z] Removing intermediate container d237b55be124 [2021-02-07T00:35:18.438Z] ---> 9dc9d69c96c2 [2021-02-07T00:35:18.438Z] Step 8/31 : COPY . . [2021-02-07T00:35:19.023Z] Removing intermediate container 54996d19ba33 [2021-02-07T00:35:19.023Z] ---> 13a528c29bdb [2021-02-07T00:35:19.023Z] Step 6/23 : COPY go.mod . [2021-02-07T00:35:25.668Z] Removing intermediate container c0be50054b14 [2021-02-07T00:35:25.668Z] ---> bb877fb304a4 [2021-02-07T00:35:25.668Z] Step 8/24 : COPY . . [2021-02-07T00:35:25.668Z] ---> 6a7260a9ec68 [2021-02-07T00:35:25.668Z] Step 7/23 : RUN go mod download [2021-02-07T00:35:25.897Z] Removing intermediate container 883b5c6ba124 [2021-02-07T00:35:25.897Z] ---> c6db1ecfe500 [2021-02-07T00:35:25.897Z] Successfully built c6db1ecfe500 [2021-02-07T00:35:25.897Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:35:26.265Z] + docker inspect -f . ci-base-image-arm64 [2021-02-07T00:35:26.265Z] . [Pipeline] withDockerContainer [2021-02-07T00:35:26.537Z] prd-ubuntu18.04-docker-arm64-4c-16g-25368 does not seem to be running inside a container [2021-02-07T00:35:26.655Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/348 -v /w/workspace/edgex-go/348:/w/workspace/edgex-go/348:rw,z -v /w/workspace/edgex-go/348@tmp:/w/workspace/edgex-go/348@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-07T00:35:28.353Z] $ docker top fec24808de1b10c36b4c56d5e66fae7b8f8c136141130164e29fa450ae9cf43e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-07T00:35:29.444Z] + go version [2021-02-07T00:35:29.444Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-07T00:35:29.476Z] $ docker stop --time=1 fec24808de1b10c36b4c56d5e66fae7b8f8c136141130164e29fa450ae9cf43e [2021-02-07T00:35:31.482Z] $ docker rm -f fec24808de1b10c36b4c56d5e66fae7b8f8c136141130164e29fa450ae9cf43e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:35:32.963Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-07T00:35:32.963Z] [2021-02-07T00:35:32.963Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:35:33.348Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-07T00:35:33.348Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-07T00:35:33.348Z] 29e5d40040c1: Pulling fs layer [2021-02-07T00:35:33.348Z] 1ce36da41761: Pulling fs layer [2021-02-07T00:35:33.348Z] 25b303627fd3: Pulling fs layer [2021-02-07T00:35:33.623Z] 29e5d40040c1: Verifying Checksum [2021-02-07T00:35:33.623Z] 29e5d40040c1: Download complete [2021-02-07T00:35:33.870Z] ---> Running in e5f546f13c5b [2021-02-07T00:35:34.227Z] 29e5d40040c1: Pull complete [2021-02-07T00:35:34.501Z] 1ce36da41761: Verifying Checksum [2021-02-07T00:35:34.501Z] 1ce36da41761: Download complete [2021-02-07T00:35:35.478Z] 1ce36da41761: Pull complete [2021-02-07T00:35:36.071Z] 25b303627fd3: Verifying Checksum [2021-02-07T00:35:36.071Z] 25b303627fd3: Download complete [2021-02-07T00:35:46.255Z] 25b303627fd3: Pull complete [2021-02-07T00:35:46.255Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-07T00:35:46.255Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-07T00:35:46.255Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-07T00:35:46.490Z] prd-ubuntu18.04-docker-arm64-4c-16g-25368 does not seem to be running inside a container [2021-02-07T00:35:46.577Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/348 -v /w/workspace/edgex-go/348:/w/workspace/edgex-go/348:rw,z -v /w/workspace/edgex-go/348@tmp:/w/workspace/edgex-go/348@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-07T00:35:48.879Z] ---> 9a93b8ce5c19 [2021-02-07T00:35:48.879Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-07T00:35:49.859Z] ---> Running in 8b7e390e326f [2021-02-07T00:35:50.123Z] ---> 7131bc691105 [2021-02-07T00:35:50.123Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-07T00:35:50.255Z] $ docker top f0d0ec5c807879bb10068b424fff413771ea457c405977661f2b79cb896794fe -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-07T00:35:50.707Z] Removing intermediate container e5f546f13c5b [2021-02-07T00:35:50.707Z] ---> 0b245b24b8ec [2021-02-07T00:35:50.707Z] Step 8/23 : COPY . . [2021-02-07T00:35:51.267Z] + grep parallel [2021-02-07T00:35:51.267Z] + docker-compose build --help [2021-02-07T00:35:52.683Z] ---> Running in 0d470c736feb [2021-02-07T00:35:55.257Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-07T00:35:55.531Z] ---> 7f5837462273 [2021-02-07T00:35:55.531Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-07T00:35:56.688Z] --parallel Build images in parallel. [Pipeline] } [2021-02-07T00:35:56.715Z] $ docker stop --time=1 f0d0ec5c807879bb10068b424fff413771ea457c405977661f2b79cb896794fe [2021-02-07T00:35:58.169Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-07T00:35:58.169Z] ---> Running in 28fbc039ebe3 [2021-02-07T00:35:58.591Z] $ docker rm -f f0d0ec5c807879bb10068b424fff413771ea457c405977661f2b79cb896794fe [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:35:59.413Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-07T00:35:59.413Z] . [Pipeline] withDockerContainer [2021-02-07T00:35:59.760Z] prd-ubuntu18.04-docker-arm64-4c-16g-25368 does not seem to be running inside a container [2021-02-07T00:35:59.895Z] $ 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/348 -v /w/workspace/edgex-go/348:/w/workspace/edgex-go/348:rw,z -v /w/workspace/edgex-go/348@tmp:/w/workspace/edgex-go/348@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-07T00:36:00.868Z] ---> 2e1fdeeae9e3 [2021-02-07T00:36:00.868Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-07T00:36:01.293Z] $ docker top 0b24ddd01395a99aec33b2e0f8ee7d73f604652c127c2ff529a6d303bece1175 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-07T00:36:02.323Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-07T00:36:02.323Z] ---> Running in a1b989499052 [2021-02-07T00:36:02.389Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-07T00:36:04.955Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-07T00:36:07.797Z] Building docker-core-command-go ... [2021-02-07T00:36:07.797Z] Building docker-core-data-go ... [2021-02-07T00:36:07.797Z] Building docker-core-metadata-go ... [2021-02-07T00:36:07.797Z] Building docker-security-bootstrapper-go ... [2021-02-07T00:36:07.797Z] Building docker-security-proxy-setup-go ... [2021-02-07T00:36:07.797Z] Building docker-security-secretstore-setup-go ... [2021-02-07T00:36:07.797Z] Building docker-support-notifications-go ... [2021-02-07T00:36:07.797Z] Building docker-support-scheduler-go ... [2021-02-07T00:36:07.797Z] Building docker-sys-mgmt-agent-go ... [2021-02-07T00:36:07.797Z] Building docker-core-data-go [2021-02-07T00:36:07.797Z] Building docker-core-metadata-go [2021-02-07T00:36:07.797Z] Building docker-support-scheduler-go [2021-02-07T00:36:07.797Z] Building docker-security-secretstore-setup-go [2021-02-07T00:36:07.797Z] Building docker-core-command-go [2021-02-07T00:36:20.094Z] ---> a0408f36a9ef [2021-02-07T00:36:20.094Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-07T00:36:20.094Z] ---> Running in 3285d7ad7b89 [2021-02-07T00:36:20.094Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o cmd/core-command/core-command ./cmd/core-command [2021-02-07T00:36:38.375Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-07T00:36:38.375Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-07T00:36:38.375Z] Removing intermediate container 0d470c736feb [2021-02-07T00:36:38.375Z] ---> bb5b0e501f16 [2021-02-07T00:36:38.375Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-07T00:36:38.375Z] ---> Running in e3b293c2de5d [2021-02-07T00:36:38.375Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-07T00:36:42.711Z] Removing intermediate container e3b293c2de5d [2021-02-07T00:36:42.711Z] ---> f033af8b5ac4 [2021-02-07T00:36:42.711Z] [2021-02-07T00:36:42.711Z] Step 11/26 : FROM docker:20.10.0 [2021-02-07T00:36:42.711Z] Removing intermediate container 8b7e390e326f [2021-02-07T00:36:42.711Z] ---> eb4c370e2e4c [2021-02-07T00:36:42.711Z] [2021-02-07T00:36:42.711Z] Step 10/23 : FROM alpine:3.12 [2021-02-07T00:36:42.711Z] 20.10.0: Pulling from library/docker [2021-02-07T00:36:42.711Z] 3.12: Pulling from library/alpine [2021-02-07T00:36:45.297Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-07T00:36:47.251Z] Status: Downloaded newer image for alpine:3.12 [2021-02-07T00:36:47.251Z] ---> 389fef711851 [2021-02-07T00:36:47.251Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-07T00:36:47.251Z] Removing intermediate container a1b989499052 [2021-02-07T00:36:47.251Z] ---> caf8724f0dd5 [2021-02-07T00:36:47.251Z] [2021-02-07T00:36:47.251Z] Step 10/24 : FROM alpine:3.12 [2021-02-07T00:36:47.251Z] ---> 389fef711851 [2021-02-07T00:36:47.251Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-07T00:36:47.849Z] ---> Running in 9093432cfd63 [2021-02-07T00:36:47.849Z] ---> Running in 0d730fbd415a [2021-02-07T00:36:50.468Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:36:50.468Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:36:50.468Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-07T00:36:50.468Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-07T00:36:50.468Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-07T00:36:50.468Z] (4/5) Installing curl (7.69.1-r3) [2021-02-07T00:36:50.468Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-07T00:36:50.468Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:36:50.468Z] Executing ca-certificates-20191127-r4.trigger [2021-02-07T00:36:50.468Z] OK: 7 MiB in 19 packages [2021-02-07T00:36:51.049Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:36:51.049Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:36:51.316Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-07T00:36:51.316Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:36:51.316Z] OK: 6 MiB in 15 packages [2021-02-07T00:36:52.730Z] Removing intermediate container 28fbc039ebe3 [2021-02-07T00:36:52.730Z] ---> bd13db4f6dc5 [2021-02-07T00:36:52.730Z] [2021-02-07T00:36:52.730Z] Step 10/31 : FROM alpine:3.12 [2021-02-07T00:36:52.730Z] ---> 389fef711851 [2021-02-07T00:36:52.730Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-07T00:36:52.730Z] ---> Running in 3ce93055fea7 [2021-02-07T00:36:54.128Z] Removing intermediate container 0d730fbd415a [2021-02-07T00:36:54.128Z] ---> cf4a5a103452 [2021-02-07T00:36:54.128Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-07T00:36:54.775Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:36:54.775Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:36:54.775Z] ---> c6db1ecfe500 [2021-02-07T00:36:54.775Z] Step 3/22 : WORKDIR /edgex-go [2021-02-07T00:36:54.775Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:36:54.775Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:36:54.775Z] ---> c6db1ecfe500 [2021-02-07T00:36:54.775Z] Step 3/23 : WORKDIR /edgex-go [2021-02-07T00:36:54.775Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:36:54.775Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:36:54.775Z] ---> c6db1ecfe500 [2021-02-07T00:36:54.775Z] Step 3/23 : WORKDIR /edgex-go [2021-02-07T00:36:54.775Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:36:54.775Z] [2021-02-07T00:36:54.775Z] Step 2/24 : FROM ${BUILDER_BASE} AS builderStep 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:36:54.775Z] [2021-02-07T00:36:54.775Z] ---> c6db1ecfe500 [2021-02-07T00:36:54.775Z] ---> c6db1ecfe500 [2021-02-07T00:36:54.775Z] Step 3/24 : WORKDIR /edgex-goStep 3/23 : WORKDIR /edgex-go [2021-02-07T00:36:54.775Z] [2021-02-07T00:36:55.080Z] Removing intermediate container 3ce93055fea7 [2021-02-07T00:36:55.080Z] ---> 867936a09f0f [2021-02-07T00:36:55.080Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-07T00:36:55.080Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-07T00:36:55.080Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-07T00:36:55.080Z] ---> aefe523efa57 [2021-02-07T00:36:55.080Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-07T00:36:55.080Z] ---> Running in aa6135fdf3d2 [2021-02-07T00:36:55.080Z] Removing intermediate container 9093432cfd63 [2021-02-07T00:36:55.080Z] ---> 211caebd1171 [2021-02-07T00:36:55.080Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-07T00:36:55.080Z] ---> Running in 944973356c09 [2021-02-07T00:36:55.080Z] Removing intermediate container 3285d7ad7b89 [2021-02-07T00:36:55.080Z] ---> 0318ac629184 [2021-02-07T00:36:55.080Z] [2021-02-07T00:36:55.080Z] Step 10/23 : FROM alpine:3.12 [2021-02-07T00:36:55.080Z] ---> 389fef711851 [2021-02-07T00:36:55.080Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-07T00:36:55.080Z] ---> Using cache [2021-02-07T00:36:55.080Z] ---> cf4a5a103452 [2021-02-07T00:36:55.080Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-07T00:36:55.345Z] ---> Running in 609d3a158705 [2021-02-07T00:36:55.345Z] ---> Running in 12fe1bb13e7b [2021-02-07T00:36:55.346Z] ---> Running in 2dd9e56fe426 [2021-02-07T00:36:55.608Z] Removing intermediate container aa6135fdf3d2 [2021-02-07T00:36:55.608Z] ---> 44d270cbbf2d [2021-02-07T00:36:55.608Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-07T00:36:55.885Z] ---> Running in 8283220ebc0a [2021-02-07T00:36:55.885Z] Removing intermediate container 12fe1bb13e7b [2021-02-07T00:36:55.885Z] ---> f08bc4ed8243 [2021-02-07T00:36:55.885Z] Step 13/24 : WORKDIR / [2021-02-07T00:36:55.885Z] Removing intermediate container 2dd9e56fe426 [2021-02-07T00:36:55.885Z] ---> 70d9355c0cc7 [2021-02-07T00:36:55.885Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-07T00:36:56.159Z] ---> Running in e4feb1cdcee0 [2021-02-07T00:36:56.159Z] ---> Running in 5be2da21025c [2021-02-07T00:36:56.159Z] Removing intermediate container 8283220ebc0a [2021-02-07T00:36:56.159Z] ---> af497f277561 [2021-02-07T00:36:56.159Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-07T00:36:56.435Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:36:56.435Z] ---> Running in cddb525d11bb [2021-02-07T00:36:56.435Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:36:56.435Z] Removing intermediate container e4feb1cdcee0 [2021-02-07T00:36:56.435Z] ---> 53bc86a8bead [2021-02-07T00:36:56.435Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-07T00:36:56.435Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:36:56.435Z] Removing intermediate container 5be2da21025c [2021-02-07T00:36:56.435Z] ---> 186b6380ef09 [2021-02-07T00:36:56.435Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-07T00:36:56.702Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:36:56.702Z] ---> Running in 129cc6ca9827 [2021-02-07T00:36:56.702Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-07T00:36:56.702Z] (2/2) Installing su-exec (0.2-r1) [2021-02-07T00:36:56.702Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:36:56.702Z] OK: 6 MiB in 16 packages [2021-02-07T00:36:56.965Z] (1/2) Installing readline (8.0.4-r0) [2021-02-07T00:36:56.965Z] (2/2) Installing bash (5.0.17-r0) [2021-02-07T00:36:56.965Z] Executing bash-5.0.17-r0.post-install [2021-02-07T00:36:56.965Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:36:56.965Z] OK: 12 MiB in 22 packages [2021-02-07T00:36:57.556Z] Removing intermediate container cddb525d11bb [2021-02-07T00:36:57.556Z] ---> eadae38ea7d9 [2021-02-07T00:36:57.556Z] Step 15/23 : WORKDIR / [2021-02-07T00:36:57.556Z] ---> 716d4d62cad6 [2021-02-07T00:36:57.556Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-07T00:36:57.556Z] ---> Running in e7d36b06679c [2021-02-07T00:36:57.822Z] Removing intermediate container 129cc6ca9827 [2021-02-07T00:36:57.822Z] ---> 350ef7fde9a2 [2021-02-07T00:36:57.822Z] Step 15/23 : WORKDIR / [2021-02-07T00:36:57.822Z] ---> Running in 4967ea35c7de [2021-02-07T00:36:58.086Z] Removing intermediate container e7d36b06679c [2021-02-07T00:36:58.086Z] ---> c9db476d5065 [2021-02-07T00:36:58.086Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-07T00:36:58.224Z] ---> Running in d6f8101eb2d3 [2021-02-07T00:36:58.224Z] ---> Running in 98044bab8d6d [2021-02-07T00:36:58.224Z] ---> Running in e5859b7544e6 [2021-02-07T00:36:58.224Z] ---> Running in 87d3563dc437 [2021-02-07T00:36:58.224Z] ---> Running in 67ffefe5737a [2021-02-07T00:36:58.354Z] ---> 7373bf98a2ea [2021-02-07T00:36:58.354Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-07T00:36:58.354Z] Removing intermediate container 4967ea35c7de [2021-02-07T00:36:58.354Z] ---> 934d60edf475 [2021-02-07T00:36:58.354Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-07T00:36:58.619Z] Removing intermediate container 944973356c09 [2021-02-07T00:36:58.619Z] ---> c3e0af1046ad [2021-02-07T00:36:58.619Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-07T00:36:58.619Z] Removing intermediate container 609d3a158705 [2021-02-07T00:36:58.619Z] ---> 550a5ca43218 [2021-02-07T00:36:58.619Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-07T00:36:58.619Z] ---> 809cf7fbb09d [2021-02-07T00:36:58.619Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-07T00:36:58.822Z] Removing intermediate container 87d3563dc437 [2021-02-07T00:36:58.822Z] ---> 2e4657e90725 [2021-02-07T00:36:58.822Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:36:58.882Z] ---> Running in 240f826a4a82 [2021-02-07T00:36:58.882Z] ---> Running in bf28010c3df0 [2021-02-07T00:36:58.882Z] ---> ab094575f9bc [2021-02-07T00:36:58.882Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-07T00:36:59.092Z] Removing intermediate container 98044bab8d6d [2021-02-07T00:36:59.092Z] ---> 2e716f12e192 [2021-02-07T00:36:59.092Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:36:59.092Z] Removing intermediate container 67ffefe5737a [2021-02-07T00:36:59.092Z] ---> 21528febb1c1 [2021-02-07T00:36:59.092Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:36:59.092Z] Removing intermediate container e5859b7544e6 [2021-02-07T00:36:59.092Z] ---> a02f36235aad [2021-02-07T00:36:59.092Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:36:59.092Z] Removing intermediate container d6f8101eb2d3 [2021-02-07T00:36:59.092Z] ---> d36cb66a6972 [2021-02-07T00:36:59.092Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:36:59.150Z] ---> e4049c4640bd [2021-02-07T00:36:59.150Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-07T00:36:59.150Z] Removing intermediate container 240f826a4a82 [2021-02-07T00:36:59.150Z] ---> fd590f2eba69 [2021-02-07T00:36:59.150Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-07T00:36:59.364Z] ---> Running in eba230025741 [2021-02-07T00:36:59.364Z] ---> Running in e2cceebb9bbc [2021-02-07T00:36:59.364Z] ---> Running in 47968024c891 [2021-02-07T00:36:59.364Z] ---> Running in a96d34a00c14 [2021-02-07T00:36:59.364Z] ---> Running in 43f3dcdd8ddb [2021-02-07T00:36:59.415Z] Removing intermediate container bf28010c3df0 [2021-02-07T00:36:59.415Z] ---> 3389fb18a8a8 [2021-02-07T00:36:59.415Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-07T00:36:59.415Z] ---> Running in 903d3470457e [2021-02-07T00:37:00.819Z] ---> 581917354971 [2021-02-07T00:37:00.819Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-07T00:37:00.819Z] ---> Running in 384ccc7bd9cc [2021-02-07T00:37:00.819Z] ---> dfce142e7292 [2021-02-07T00:37:00.819Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-07T00:37:00.819Z] Removing intermediate container 903d3470457e [2021-02-07T00:37:00.819Z] ---> bad5db1ffe0a [2021-02-07T00:37:00.819Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-07T00:37:00.819Z] ---> 6b52215ad418 [2021-02-07T00:37:00.819Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-07T00:37:01.082Z] ---> a44ba4c8e373 [2021-02-07T00:37:01.082Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-07T00:37:01.082Z] ---> Running in ea41ab70c17f [2021-02-07T00:37:01.082Z] Removing intermediate container 384ccc7bd9cc [2021-02-07T00:37:01.082Z] ---> 2afa91145feb [2021-02-07T00:37:01.082Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-07T00:37:01.344Z] ---> Running in d559e09bc8db [2021-02-07T00:37:01.609Z] ---> Running in 8c677e55b45c [2021-02-07T00:37:01.609Z] ---> 2f2ff25e7188 [2021-02-07T00:37:01.609Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-07T00:37:01.609Z] ---> e4679153c391 [2021-02-07T00:37:01.609Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-07T00:37:01.609Z] Removing intermediate container d559e09bc8db [2021-02-07T00:37:01.609Z] ---> c4b1d534ebbe [2021-02-07T00:37:01.609Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-07T00:37:01.875Z] ---> Running in 707a3bff8818 [2021-02-07T00:37:01.875Z] ---> Running in b7b31b1ce94c [2021-02-07T00:37:01.875Z] Removing intermediate container 8c677e55b45c [2021-02-07T00:37:01.875Z] ---> 73427c30a7fb [2021-02-07T00:37:01.875Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-07T00:37:02.142Z] ---> 36e24110b6eb [2021-02-07T00:37:02.142Z] 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-02-07T00:37:02.142Z] Removing intermediate container 707a3bff8818 [2021-02-07T00:37:02.142Z] ---> 72e340b83ac3 [2021-02-07T00:37:02.142Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-07T00:37:02.406Z] ---> Running in 60cdcee16438 [2021-02-07T00:37:02.406Z] ---> Running in c5094f947ff8 [2021-02-07T00:37:02.406Z] Removing intermediate container b7b31b1ce94c [2021-02-07T00:37:02.406Z] ---> 979552b93d52 [2021-02-07T00:37:02.406Z] Step 21/23 : LABEL arch=x86_64 [2021-02-07T00:37:02.672Z] ---> Running in a5a74aab8c53 [2021-02-07T00:37:02.940Z] ---> 3f645098563b [2021-02-07T00:37:02.941Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-07T00:37:02.941Z] Removing intermediate container c5094f947ff8 [2021-02-07T00:37:02.941Z] ---> 1457e67cf80b [2021-02-07T00:37:02.941Z] Step 21/23 : LABEL arch=x86_64 [2021-02-07T00:37:02.941Z] Removing intermediate container ea41ab70c17f [2021-02-07T00:37:02.941Z] ---> de2ff306f42a [2021-02-07T00:37:02.941Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-07T00:37:02.941Z] Removing intermediate container a5a74aab8c53 [2021-02-07T00:37:02.941Z] ---> 54b76e896108 [2021-02-07T00:37:02.941Z] Step 22/23 : LABEL git_sha=27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:37:03.214Z] ---> Running in 6d6c6d95ca25 [2021-02-07T00:37:03.214Z] ---> Running in 5aca4581820a [2021-02-07T00:37:03.214Z] ---> Running in c47d500f0446 [2021-02-07T00:37:03.214Z] ---> d4a31a7c7360 [2021-02-07T00:37:03.214Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-07T00:37:03.485Z] Removing intermediate container 6d6c6d95ca25 [2021-02-07T00:37:03.485Z] ---> 30ad76998ffa [2021-02-07T00:37:03.486Z] Step 22/23 : LABEL git_sha=27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:37:03.486Z] Removing intermediate container 5aca4581820a [2021-02-07T00:37:03.486Z] ---> e1bfcbea29dc [2021-02-07T00:37:03.486Z] Step 23/23 : LABEL version=2.0.0-dev.83 [2021-02-07T00:37:03.729Z] Removing intermediate container eba230025741 [2021-02-07T00:37:03.729Z] ---> 8a6830114d60 [2021-02-07T00:37:03.729Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-07T00:37:03.729Z] ---> Running in 3028421d6ef0 [2021-02-07T00:37:03.764Z] Removing intermediate container c47d500f0446 [2021-02-07T00:37:03.765Z] ---> cfed2244e53b [2021-02-07T00:37:03.765Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-07T00:37:03.765Z] ---> Running in 74a959804ede [2021-02-07T00:37:03.765Z] ---> Running in ef8f98ee66f8 [2021-02-07T00:37:04.006Z] Removing intermediate container 47968024c891 [2021-02-07T00:37:04.006Z] ---> d10ea7f18720 [2021-02-07T00:37:04.006Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-07T00:37:04.031Z] ---> b05d1eda35a4 [2021-02-07T00:37:04.031Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-07T00:37:04.283Z] Removing intermediate container a96d34a00c14 [2021-02-07T00:37:04.283Z] ---> a9fcd4128b03 [2021-02-07T00:37:04.283Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-07T00:37:04.283Z] ---> Running in 58b27efd7f10 [2021-02-07T00:37:04.294Z] ---> Running in 2e493b046272 [2021-02-07T00:37:04.294Z] Removing intermediate container 74a959804ede [2021-02-07T00:37:04.294Z] ---> 891f7f55f4b4 [2021-02-07T00:37:04.294Z] [2021-02-07T00:37:04.294Z] ---> 7b5b29de087a [2021-02-07T00:37:04.294Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-07T00:37:04.294Z] Removing intermediate container ef8f98ee66f8 [2021-02-07T00:37:04.294Z] ---> 283180655ebd [2021-02-07T00:37:04.294Z] Step 23/23 : LABEL version=2.0.0-dev.83 [2021-02-07T00:37:04.294Z] Removing intermediate container 60cdcee16438 [2021-02-07T00:37:04.294Z] ---> a02ebc269d61 [2021-02-07T00:37:04.294Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-07T00:37:04.557Z] Removing intermediate container e2cceebb9bbc [2021-02-07T00:37:04.558Z] ---> ef00743f2afd [2021-02-07T00:37:04.558Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-07T00:37:04.558Z] ---> Running in 7354c34e18f8 [2021-02-07T00:37:04.563Z] Successfully built 891f7f55f4b4 [2021-02-07T00:37:04.563Z] Successfully tagged docker-core-metadata-go:latest [2021-02-07T00:37:04.563Z] ---> Running in 366145fef5d4 [2021-02-07T00:37:04.563Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-02-07T00:37:04.563Z] ---> Running in 92e41218c225 [2021-02-07T00:37:04.563Z] ---> Running in 2c31c4473b54 [2021-02-07T00:37:04.831Z] Removing intermediate container 92e41218c225 [2021-02-07T00:37:04.831Z] ---> d7b88026e460 [2021-02-07T00:37:04.831Z] Step 22/24 : LABEL arch=x86_64 [2021-02-07T00:37:04.831Z] Removing intermediate container 2c31c4473b54 [2021-02-07T00:37:04.831Z] ---> 96f9d377de5d [2021-02-07T00:37:04.831Z] [2021-02-07T00:37:04.839Z] ---> Running in 6f89374ad458 [2021-02-07T00:37:05.100Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:37:05.100Z] Successfully built 96f9d377de5d [2021-02-07T00:37:05.101Z] ---> Running in 1766ecf85e9c [2021-02-07T00:37:05.101Z] Successfully tagged docker-core-command-go:latest [2021-02-07T00:37:05.101Z]  Building docker-core-command-go ... done Building docker-support-notifications-go [2021-02-07T00:37:05.101Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:37:05.111Z] Removing intermediate container 43f3dcdd8ddb [2021-02-07T00:37:05.111Z] ---> 26c7319d4017 [2021-02-07T00:37:05.111Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-07T00:37:05.366Z] Removing intermediate container 1766ecf85e9c [2021-02-07T00:37:05.366Z] ---> 04a02b0074eb [2021-02-07T00:37:05.366Z] Step 23/24 : LABEL git_sha=27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:37:05.366Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-07T00:37:05.366Z] (2/33) Installing expat (2.2.9-r1) [2021-02-07T00:37:05.366Z] (3/33) Installing libffi (3.3-r2) [2021-02-07T00:37:05.366Z] (4/33) Installing gdbm (1.13-r1) [2021-02-07T00:37:05.366Z] ---> Running in 18f1d10b261e [2021-02-07T00:37:05.366Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-07T00:37:05.366Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-07T00:37:05.366Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-07T00:37:05.730Z] ---> Running in b61d13a40e61 [2021-02-07T00:37:05.730Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:37:06.721Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:37:06.721Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:37:06.993Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:37:06.993Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:37:06.993Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:37:07.268Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:37:07.544Z] OK: 217 MiB in 51 packages [2021-02-07T00:37:07.544Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:37:07.820Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:37:07.820Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:37:08.098Z] OK: 217 MiB in 51 packages [2021-02-07T00:37:08.694Z] OK: 217 MiB in 51 packages [2021-02-07T00:37:08.694Z] OK: 217 MiB in 51 packages [2021-02-07T00:37:08.694Z] OK: 217 MiB in 51 packages [2021-02-07T00:37:09.300Z] Removing intermediate container 3028421d6ef0 [2021-02-07T00:37:09.300Z] ---> 4166e2941694 [2021-02-07T00:37:09.300Z] Step 6/22 : COPY go.mod . [2021-02-07T00:37:09.916Z] Removing intermediate container 58b27efd7f10 [2021-02-07T00:37:09.916Z] ---> 7afc2140bc22 [2021-02-07T00:37:09.916Z] Step 6/23 : COPY go.mod . [2021-02-07T00:37:10.196Z] ---> 2f0df121c649 [2021-02-07T00:37:10.196Z] Step 7/22 : RUN go mod download [2021-02-07T00:37:10.472Z] Removing intermediate container b61d13a40e61 [2021-02-07T00:37:10.472Z] ---> 1ee11114a689 [2021-02-07T00:37:10.472Z] Step 6/23 : COPY go.mod . [2021-02-07T00:37:10.472Z] ---> Running in b78b6218202e [2021-02-07T00:37:10.749Z] Removing intermediate container 6f89374ad458 [2021-02-07T00:37:10.749Z] ---> fb840a669e11 [2021-02-07T00:37:10.749Z] Step 6/24 : COPY go.mod . [2021-02-07T00:37:10.749Z] Removing intermediate container 7354c34e18f8 [2021-02-07T00:37:10.749Z] ---> fb45c8c0558f [2021-02-07T00:37:10.749Z] Step 6/23 : COPY go.mod . [2021-02-07T00:37:11.031Z] ---> 4c902e503587 [2021-02-07T00:37:11.031Z] Step 7/23 : RUN go mod download [2021-02-07T00:37:11.310Z] ---> Running in c80171069410 [2021-02-07T00:37:11.600Z] ---> 7ac0c1338f87 [2021-02-07T00:37:11.600Z] Step 7/23 : RUN go mod download [2021-02-07T00:37:11.873Z] ---> Running in 6c0a956b7187 [2021-02-07T00:37:12.149Z] ---> d5b6dd33fed5 [2021-02-07T00:37:12.149Z] Step 7/24 : RUN go mod download [2021-02-07T00:37:12.149Z] ---> cd0da2743a50 [2021-02-07T00:37:12.149Z] Step 7/23 : RUN go mod download [2021-02-07T00:37:12.425Z] ---> Running in 93ff6c43dfed [2021-02-07T00:37:12.425Z] ---> Running in bfffcfd195df [2021-02-07T00:37:15.049Z] Removing intermediate container b78b6218202e [2021-02-07T00:37:15.049Z] ---> 7d1f0cca5abc [2021-02-07T00:37:15.049Z] Step 8/22 : COPY . . [2021-02-07T00:37:16.033Z] Removing intermediate container c80171069410 [2021-02-07T00:37:16.033Z] ---> c0979c98a9c8 [2021-02-07T00:37:16.033Z] Step 8/23 : COPY . . [2021-02-07T00:37:17.040Z] Removing intermediate container 6c0a956b7187 [2021-02-07T00:37:17.040Z] ---> f40fb9501ce3 [2021-02-07T00:37:17.040Z] Step 8/23 : COPY . . [2021-02-07T00:37:17.040Z] Removing intermediate container 93ff6c43dfed [2021-02-07T00:37:17.040Z] ---> 844893ffabc2 [2021-02-07T00:37:17.040Z] Step 8/24 : COPY . . [2021-02-07T00:37:17.317Z] Removing intermediate container bfffcfd195df [2021-02-07T00:37:17.317Z] ---> 4f5aa083a5ba [2021-02-07T00:37:17.317Z] Step 8/23 : COPY . . [2021-02-07T00:37:17.402Z] Removing intermediate container 18f1d10b261e [2021-02-07T00:37:17.402Z] ---> c6437c2187a3 [2021-02-07T00:37:17.403Z] Step 24/24 : LABEL version=2.0.0-dev.83 [2021-02-07T00:37:17.403Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-07T00:37:17.403Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-07T00:37:17.403Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-07T00:37:17.403Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-07T00:37:17.403Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-07T00:37:17.403Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-07T00:37:17.403Z] ---> Running in aaa43959da6c [2021-02-07T00:37:17.403Z] Removing intermediate container 366145fef5d4 [2021-02-07T00:37:17.403Z] ---> 92fe335dad90 [2021-02-07T00:37:17.403Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-07T00:37:17.403Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-07T00:37:17.403Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-07T00:37:17.403Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-07T00:37:17.403Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-07T00:37:17.403Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-07T00:37:17.403Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-07T00:37:17.403Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-07T00:37:17.403Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-07T00:37:17.403Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-07T00:37:18.360Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-07T00:37:19.770Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-07T00:37:20.035Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-07T00:37:20.304Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-07T00:37:20.304Z] Removing intermediate container aaa43959da6c [2021-02-07T00:37:20.304Z] ---> 6914d18502e7 [2021-02-07T00:37:20.304Z] [2021-02-07T00:37:20.579Z] ---> 4f8edfe7aec9 [2021-02-07T00:37:20.579Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-07T00:37:20.579Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-07T00:37:20.579Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-07T00:37:20.579Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-07T00:37:20.579Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-07T00:37:20.851Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-07T00:37:21.127Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-07T00:37:21.394Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-07T00:37:21.977Z] Successfully built 6914d18502e7 [2021-02-07T00:37:24.547Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-07T00:37:24.547Z] Building docker-security-proxy-setup-go [2021-02-07T00:37:25.126Z]  Building docker-security-secretstore-setup-go ... done Executing busybox-1.31.1-r19.trigger [2021-02-07T00:37:25.396Z] OK: 71 MiB in 55 packages [2021-02-07T00:37:25.986Z] ---> aa2e6d76d8e3 [2021-02-07T00:37:25.986Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-07T00:37:26.973Z] ---> fb73525454eb [2021-02-07T00:37:26.973Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-07T00:37:29.586Z] ---> d234fd405f74 [2021-02-07T00:37:29.586Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-07T00:37:31.021Z] ---> ec46f3cb28ba [2021-02-07T00:37:31.021Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-07T00:37:31.625Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:37:31.625Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:37:31.625Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:37:31.625Z] ---> 5cd2005c52eb [2021-02-07T00:37:31.625Z] Step 2/22 : FROM ${BUILDER_BASE} AS builderStep 3/23 : WORKDIR /edgex-go [2021-02-07T00:37:31.625Z] ---> 5cd2005c52eb [2021-02-07T00:37:31.625Z] [2021-02-07T00:37:31.625Z] Step 3/22 : WORKDIR /edgex-go [2021-02-07T00:37:31.625Z] ---> Using cache [2021-02-07T00:37:31.625Z] ---> 58e5f8ef4e45 [2021-02-07T00:37:31.625Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:37:31.625Z] ---> Using cache [2021-02-07T00:37:31.625Z] ---> 58e5f8ef4e45 [2021-02-07T00:37:31.625Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:37:31.625Z] ---> Using cache [2021-02-07T00:37:31.625Z] ---> 1a322af56b12 [2021-02-07T00:37:31.625Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-07T00:37:31.625Z] ---> Using cache [2021-02-07T00:37:31.625Z] ---> 1a322af56b12 [2021-02-07T00:37:31.625Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-07T00:37:34.191Z] ---> Running in 6a3ce5f04ee7 [2021-02-07T00:37:34.191Z] ---> Running in 28f1f506fdf4 [2021-02-07T00:37:34.191Z] ---> Running in 523baefd1c3c [2021-02-07T00:37:34.778Z] Removing intermediate container 523baefd1c3c [2021-02-07T00:37:34.778Z] ---> accb0c2001f3 [2021-02-07T00:37:34.778Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-07T00:37:36.188Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:37:36.188Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:37:37.157Z] ---> 14d135b59db9 [2021-02-07T00:37:37.157Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-07T00:37:38.574Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:37:38.574Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:37:38.574Z] ---> Running in ca45c34ce69d [2021-02-07T00:37:39.577Z] ---> 2f3e621e2240 [2021-02-07T00:37:39.578Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-07T00:37:39.578Z] ---> f95e604156d4 [2021-02-07T00:37:39.578Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-07T00:37:39.578Z] ---> Running in 7d1827b520ef [2021-02-07T00:37:39.578Z] ---> Running in edcc9d031a25 [2021-02-07T00:37:39.578Z] ---> 3d0676d9ad27 [2021-02-07T00:37:39.578Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-07T00:37:39.578Z] ---> c2185bbd519f [2021-02-07T00:37:39.578Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-07T00:37:39.578Z] ---> 927db32d5ebb [2021-02-07T00:37:39.578Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-07T00:37:39.578Z] ---> Running in 72b838bf497e [2021-02-07T00:37:39.578Z] ---> Running in 04884f8be587 [2021-02-07T00:37:39.578Z] ---> Running in 038c3e28190c [2021-02-07T00:37:39.578Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-07T00:37:39.578Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o cmd/core-command/core-command ./cmd/core-command [2021-02-07T00:37:39.578Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-07T00:37:39.861Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-07T00:37:39.986Z] OK: 233 MiB in 51 packages [2021-02-07T00:37:39.986Z] OK: 233 MiB in 51 packages [2021-02-07T00:37:40.146Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o cmd/core-data/core-data ./cmd/core-data [2021-02-07T00:37:43.351Z] Removing intermediate container 28f1f506fdf4 [2021-02-07T00:37:43.351Z] ---> 36cf22e8b3c0 [2021-02-07T00:37:43.351Z] Step 6/23 : COPY go.mod . [2021-02-07T00:37:43.613Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:37:43.613Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:37:43.613Z] ---> 5cd2005c52eb [2021-02-07T00:37:43.613Z] Step 3/21 : WORKDIR /edgex-go [2021-02-07T00:37:43.613Z] ---> Using cache [2021-02-07T00:37:43.613Z] ---> 58e5f8ef4e45 [2021-02-07T00:37:43.613Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:37:43.613Z] ---> Using cache [2021-02-07T00:37:43.613Z] ---> 1a322af56b12 [2021-02-07T00:37:43.613Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-07T00:37:43.613Z] ---> Using cache [2021-02-07T00:37:43.613Z] ---> 16325ac33c40 [2021-02-07T00:37:43.613Z] Step 6/21 : COPY go.mod . [2021-02-07T00:37:43.613Z] ---> Using cache [2021-02-07T00:37:43.613Z] ---> 16be8434bac3 [2021-02-07T00:37:43.613Z] Step 7/21 : RUN go mod download [2021-02-07T00:37:43.613Z] ---> Using cache [2021-02-07T00:37:43.613Z] ---> 9dc9d69c96c2 [2021-02-07T00:37:43.613Z] Step 8/21 : COPY . . [2021-02-07T00:37:43.613Z] ---> Using cache [2021-02-07T00:37:43.613Z] ---> 7f5837462273 [2021-02-07T00:37:43.613Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-07T00:37:44.561Z] Removing intermediate container 6a3ce5f04ee7 [2021-02-07T00:37:44.561Z] ---> 5455b4a42acf [2021-02-07T00:37:44.561Z] Step 6/22 : COPY go.mod . [2021-02-07T00:37:44.824Z] Removing intermediate container ca45c34ce69d [2021-02-07T00:37:44.824Z] ---> 3dcdd1f8c3ed [2021-02-07T00:37:44.824Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-07T00:37:44.824Z] ---> Running in 3f01e001b44b [2021-02-07T00:37:44.824Z] ---> 25193e54c80b [2021-02-07T00:37:44.824Z] Step 7/23 : RUN go mod download [2021-02-07T00:37:45.411Z] Removing intermediate container 2e493b046272 [2021-02-07T00:37:45.412Z] ---> 4f6704f9d579 [2021-02-07T00:37:45.412Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-07T00:37:45.412Z] ---> Running in 9fcdf21c5944 [2021-02-07T00:37:45.412Z] ---> Running in 4c90800d29cf [2021-02-07T00:37:45.412Z] ---> 0ba3c5de88c6 [2021-02-07T00:37:45.412Z] Step 7/22 : RUN go mod download [2021-02-07T00:37:45.412Z] ---> Running in d635ed2f65ce [2021-02-07T00:37:45.675Z] ---> Running in de3c4615ae70 [2021-02-07T00:37:45.675Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-07T00:37:45.675Z] Removing intermediate container 9fcdf21c5944 [2021-02-07T00:37:45.675Z] ---> ca6f696bb6e2 [2021-02-07T00:37:45.675Z] Step 28/31 : CMD ["gate"] [2021-02-07T00:37:46.273Z] ---> Running in 4fc20f73f682 [2021-02-07T00:37:46.868Z] Removing intermediate container 4fc20f73f682 [2021-02-07T00:37:46.868Z] ---> b5416e420774 [2021-02-07T00:37:46.868Z] Step 29/31 : LABEL arch=x86_64 [2021-02-07T00:37:47.136Z] ---> Running in 0f8240aeb5bd [2021-02-07T00:37:47.408Z] Removing intermediate container 0f8240aeb5bd [2021-02-07T00:37:47.408Z] ---> 52def32c30b7 [2021-02-07T00:37:47.408Z] Step 30/31 : LABEL git_sha=27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:37:47.694Z] ---> Running in 2bd350d1b9d2 [2021-02-07T00:37:47.976Z] Removing intermediate container 2bd350d1b9d2 [2021-02-07T00:37:47.976Z] ---> dd4a784b2b96 [2021-02-07T00:37:47.976Z] Step 31/31 : LABEL version=2.0.0-dev.83 [2021-02-07T00:37:48.257Z] Removing intermediate container 4c90800d29cf [2021-02-07T00:37:48.257Z] ---> b34b3e09ccf8 [2021-02-07T00:37:48.257Z] Step 8/23 : COPY . . [2021-02-07T00:37:48.531Z] ---> Running in 4e0ab1799c2e [2021-02-07T00:37:48.531Z] Removing intermediate container de3c4615ae70 [2021-02-07T00:37:48.531Z] ---> 7d1e82c37a8f [2021-02-07T00:37:48.531Z] Step 8/22 : COPY . . [2021-02-07T00:37:48.795Z] Removing intermediate container 4e0ab1799c2e [2021-02-07T00:37:48.795Z] ---> fe86b2af1848 [2021-02-07T00:37:48.795Z] [2021-02-07T00:37:51.391Z] Successfully built fe86b2af1848 [2021-02-07T00:37:51.661Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-07T00:37:51.661Z]  Building docker-security-bootstrapper-go ... done Building docker-support-scheduler-go [2021-02-07T00:37:51.928Z] Collecting docker-compose==1.23.2 [2021-02-07T00:37:51.928Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-07T00:37:52.900Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-07T00:37:52.900Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-07T00:37:55.499Z] Collecting texttable<0.10,>=0.9.0 [2021-02-07T00:37:55.499Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-07T00:37:59.850Z] Collecting PyYAML<4,>=3.10 [2021-02-07T00:37:59.850Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-07T00:38:03.256Z] Collecting jsonschema<3,>=2.5.1 [2021-02-07T00:38:03.256Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-07T00:38:03.256Z] Collecting cached-property<2,>=1.2.0 [2021-02-07T00:38:03.256Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-07T00:38:03.256Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-07T00:38:03.535Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-07T00:38:04.458Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-07T00:38:05.869Z] Collecting docopt<0.7,>=0.6.1 [2021-02-07T00:38:05.869Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-07T00:38:09.548Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-07T00:38:09.548Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-07T00:38:09.548Z] Collecting docker<4.0,>=3.6.0 [2021-02-07T00:38:09.548Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-07T00:38:09.548Z] Collecting idna<2.8,>=2.5 [2021-02-07T00:38:09.548Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-07T00:38:09.548Z] 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-02-07T00:38:09.548Z] 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-02-07T00:38:09.943Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-07T00:38:09.943Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-07T00:38:10.946Z] Collecting docker-pycreds>=0.4.0 [2021-02-07T00:38:11.221Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-07T00:38:11.221Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-07T00:38:11.221Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-07T00:38:11.221Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-07T00:38:11.221Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-07T00:38:11.485Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-07T00:38:12.075Z] Installing collected packages: websocket-client, texttable, PyYAML, jsonschema, cached-property, dockerpty, docopt, idna, urllib3, requests, docker-pycreds, docker, docker-compose [2021-02-07T00:38:14.028Z] Running setup.py install for texttable: started [2021-02-07T00:38:16.649Z] Running setup.py install for texttable: finished with status 'done' [2021-02-07T00:38:16.649Z] Running setup.py install for PyYAML: started [2021-02-07T00:38:19.825Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-07T00:38:21.787Z] Running setup.py install for dockerpty: started [2021-02-07T00:38:21.787Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:38:21.787Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:38:21.787Z] ---> 5cd2005c52eb [2021-02-07T00:38:21.787Z] Step 3/22 : WORKDIR /edgex-go [2021-02-07T00:38:21.787Z] ---> Using cache [2021-02-07T00:38:21.787Z] ---> 58e5f8ef4e45 [2021-02-07T00:38:21.787Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:38:21.787Z] ---> Using cache [2021-02-07T00:38:21.787Z] ---> 1a322af56b12 [2021-02-07T00:38:21.787Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-07T00:38:22.058Z] ---> Using cache [2021-02-07T00:38:22.058Z] ---> 16325ac33c40 [2021-02-07T00:38:22.058Z] Step 6/22 : COPY go.mod . [2021-02-07T00:38:22.058Z] ---> Using cache [2021-02-07T00:38:22.058Z] ---> 16be8434bac3 [2021-02-07T00:38:22.058Z] Step 7/22 : RUN go mod download [2021-02-07T00:38:22.058Z] ---> Using cache [2021-02-07T00:38:22.058Z] ---> 9dc9d69c96c2 [2021-02-07T00:38:22.058Z] Step 8/22 : COPY . . [2021-02-07T00:38:22.058Z] ---> Using cache [2021-02-07T00:38:22.058Z] ---> 7f5837462273 [2021-02-07T00:38:22.058Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-07T00:38:22.645Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-07T00:38:22.645Z] Running setup.py install for docopt: started [2021-02-07T00:38:23.260Z] ---> Running in 81c71118eb5a [2021-02-07T00:38:23.530Z] Running setup.py install for docopt: finished with status 'done' [2021-02-07T00:38:23.530Z] Attempting uninstall: idna [2021-02-07T00:38:23.530Z] Found existing installation: idna 2.9 [2021-02-07T00:38:23.530Z] Uninstalling idna-2.9: [2021-02-07T00:38:23.530Z] Successfully uninstalled idna-2.9 [2021-02-07T00:38:24.489Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-07T00:38:24.767Z] Attempting uninstall: urllib3 [2021-02-07T00:38:24.767Z] Found existing installation: urllib3 1.25.9 [2021-02-07T00:38:24.767Z] Uninstalling urllib3-1.25.9: [2021-02-07T00:38:25.034Z] ---> a9298ce70517 [2021-02-07T00:38:25.034Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-07T00:38:25.034Z] Successfully uninstalled urllib3-1.25.9 [2021-02-07T00:38:25.989Z] ---> Running in 28965e512568 [2021-02-07T00:38:25.989Z] ---> 240a6e5d495a [2021-02-07T00:38:25.989Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-07T00:38:26.256Z] Attempting uninstall: requests [2021-02-07T00:38:26.256Z] Found existing installation: requests 2.23.0 [2021-02-07T00:38:26.256Z] Uninstalling requests-2.23.0: [2021-02-07T00:38:26.537Z] Successfully uninstalled requests-2.23.0 [2021-02-07T00:38:26.537Z] Removing intermediate container 3f01e001b44b [2021-02-07T00:38:26.537Z] ---> 006f7fae0c21 [2021-02-07T00:38:26.537Z] [2021-02-07T00:38:26.537Z] Step 10/21 : FROM alpine:3.12 [2021-02-07T00:38:26.537Z] ---> 389fef711851 [2021-02-07T00:38:26.537Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-07T00:38:26.537Z] ---> Running in b4ec6f931c53 [2021-02-07T00:38:27.130Z] ---> Running in 801c5179dae7 [2021-02-07T00:38:28.552Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-07T00:38:28.553Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o cmd/core-data/core-data ./cmd/core-data [2021-02-07T00:38:28.553Z] 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-02-07T00:38:29.182Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:38:29.182Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:38:29.465Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-07T00:38:29.465Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-07T00:38:29.465Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-07T00:38:29.465Z] (4/4) Installing curl (7.69.1-r3) [2021-02-07T00:38:29.465Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:38:29.465Z] Executing ca-certificates-20191127-r4.trigger [2021-02-07T00:38:29.739Z] OK: 7 MiB in 18 packages [2021-02-07T00:38:35.116Z] Removing intermediate container 801c5179dae7 [2021-02-07T00:38:35.116Z] ---> 4c430c4bbacd [2021-02-07T00:38:35.116Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-07T00:38:35.116Z] Removing intermediate container d635ed2f65ce [2021-02-07T00:38:35.116Z] ---> aa8638bf6bf3 [2021-02-07T00:38:35.116Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-07T00:38:35.116Z] ---> Running in 83c93ab1bd71 [2021-02-07T00:38:35.116Z] ---> Running in 4d58b3ea2dfe [2021-02-07T00:38:35.116Z] Removing intermediate container 83c93ab1bd71 [2021-02-07T00:38:35.116Z] ---> 7bf9138e9d6a [2021-02-07T00:38:35.116Z] Step 13/21 : WORKDIR /edgex [2021-02-07T00:38:35.383Z] ---> Running in 50bdcce70365 [2021-02-07T00:38:36.810Z] Removing intermediate container 50bdcce70365 [2021-02-07T00:38:36.810Z] ---> 37e775c6b70f [2021-02-07T00:38:36.810Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-07T00:38:37.079Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:38:37.079Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:38:37.347Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-07T00:38:37.347Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-07T00:38:37.347Z] ---> 3120cf4ad2ef [2021-02-07T00:38:37.347Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-07T00:38:37.615Z] (3/3) Installing curl (7.69.1-r3) [2021-02-07T00:38:37.615Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:38:37.615Z] OK: 72 MiB in 58 packages [2021-02-07T00:38:38.602Z] ---> 6bb094737134 [2021-02-07T00:38:38.602Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-07T00:38:38.879Z] Removing intermediate container 4d58b3ea2dfe [2021-02-07T00:38:38.880Z] ---> 58036bd2c749 [2021-02-07T00:38:38.880Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-07T00:38:38.880Z] ---> Running in b7cf0ed35459 [2021-02-07T00:38:39.486Z] Removing intermediate container b7cf0ed35459 [2021-02-07T00:38:39.486Z] ---> c41afa4ec89b [2021-02-07T00:38:39.486Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-07T00:38:39.486Z] ---> Running in 7a7de0ea8742 [2021-02-07T00:38:40.463Z] ---> 34caf03de839 [2021-02-07T00:38:40.463Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-07T00:38:41.059Z] Removing intermediate container 7a7de0ea8742 [2021-02-07T00:38:41.059Z] ---> 656f83f5f037 [2021-02-07T00:38:41.059Z] Step 24/26 : LABEL arch=x86_64 [2021-02-07T00:38:41.332Z] ---> Running in 07e24b57d24e [2021-02-07T00:38:41.626Z] ---> Running in f13decc20713 [2021-02-07T00:38:41.906Z] Removing intermediate container 07e24b57d24e [2021-02-07T00:38:41.906Z] ---> d4b87429c8c2 [2021-02-07T00:38:41.906Z] Step 18/21 : CMD ["--init=true"] [2021-02-07T00:38:42.178Z] ---> Running in 4d5850c3b8e5 [2021-02-07T00:38:42.179Z] Removing intermediate container f13decc20713 [2021-02-07T00:38:42.179Z] ---> 9c080930644a [2021-02-07T00:38:42.179Z] Step 25/26 : LABEL git_sha=27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:38:42.179Z] ---> Running in 078355a8e445 [2021-02-07T00:38:42.460Z] Removing intermediate container 4d5850c3b8e5 [2021-02-07T00:38:42.460Z] ---> 359fdd1b90c1 [2021-02-07T00:38:42.460Z] Step 19/21 : LABEL arch=x86_64 [2021-02-07T00:38:42.735Z] ---> Running in aca962b9a8f6 [2021-02-07T00:38:42.735Z] Removing intermediate container 078355a8e445 [2021-02-07T00:38:42.735Z] ---> d203bbc94989 [2021-02-07T00:38:42.735Z] Step 26/26 : LABEL version=2.0.0-dev.83 [2021-02-07T00:38:42.735Z] ---> Running in f0613ea80dc2 [2021-02-07T00:38:43.015Z] Removing intermediate container aca962b9a8f6 [2021-02-07T00:38:43.015Z] ---> 170ef718026f [2021-02-07T00:38:43.015Z] Step 20/21 : LABEL git_sha=27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:38:43.283Z] ---> Running in 503166c141e2 [2021-02-07T00:38:43.283Z] Removing intermediate container f0613ea80dc2 [2021-02-07T00:38:43.283Z] ---> 3d69ef51bb02 [2021-02-07T00:38:43.283Z] [2021-02-07T00:38:43.283Z] Successfully built 3d69ef51bb02 [2021-02-07T00:38:43.557Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-07T00:38:43.557Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 503166c141e2 [2021-02-07T00:38:43.557Z] ---> 22519572611e [2021-02-07T00:38:43.557Z] Step 21/21 : LABEL version=2.0.0-dev.83 [2021-02-07T00:38:43.557Z] ---> Running in b752055240ba [2021-02-07T00:38:44.984Z] Removing intermediate container b752055240ba [2021-02-07T00:38:44.984Z] ---> bea45c2f0bae [2021-02-07T00:38:44.984Z] [2021-02-07T00:38:45.261Z] Successfully built bea45c2f0bae [2021-02-07T00:38:45.261Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-07T00:38:57.608Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 81c71118eb5a [2021-02-07T00:38:57.608Z] ---> 2da4c682604e [2021-02-07T00:38:57.608Z] [2021-02-07T00:38:57.608Z] Step 10/22 : FROM alpine:3.12 [2021-02-07T00:38:57.608Z] ---> 389fef711851 [2021-02-07T00:38:57.608Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-07T00:38:57.608Z] ---> Using cache [2021-02-07T00:38:57.608Z] ---> cf4a5a103452 [2021-02-07T00:38:57.608Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-07T00:38:57.608Z] ---> Using cache [2021-02-07T00:38:57.608Z] ---> 70d9355c0cc7 [2021-02-07T00:38:57.608Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-07T00:38:57.608Z] ---> Running in 5ad8388fd4b4 [2021-02-07T00:38:57.608Z] Removing intermediate container 5ad8388fd4b4 [2021-02-07T00:38:57.608Z] ---> 0fa8f0c0414b [2021-02-07T00:38:57.608Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-07T00:38:57.608Z] ---> Running in ac338e755bdb [2021-02-07T00:38:57.608Z] Removing intermediate container ac338e755bdb [2021-02-07T00:38:57.608Z] ---> 11e13f7529ed [2021-02-07T00:38:57.608Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-07T00:38:59.547Z] ---> 6caef5703ddc [2021-02-07T00:38:59.547Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-07T00:38:59.547Z] Removing intermediate container 28965e512568 [2021-02-07T00:38:59.547Z] ---> e460bcf082bd [2021-02-07T00:38:59.547Z] [2021-02-07T00:38:59.547Z] Step 10/22 : FROM alpine:3.12 [2021-02-07T00:38:59.547Z] ---> 389fef711851 [2021-02-07T00:38:59.547Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-07T00:38:59.811Z] ---> Running in ebdf1fcc85f5 [2021-02-07T00:39:00.080Z] ---> dd1523c08a4c [2021-02-07T00:39:00.080Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-07T00:39:00.656Z] ---> 9bc28e2c5fab [2021-02-07T00:39:00.656Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-07T00:39:00.656Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:39:00.656Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:39:00.920Z] ---> Running in b79c1ff14fbb [2021-02-07T00:39:00.920Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-07T00:39:00.920Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-07T00:39:00.920Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:39:00.920Z] Executing ca-certificates-20191127-r4.trigger [2021-02-07T00:39:03.515Z] OK: 6 MiB in 16 packages [2021-02-07T00:39:03.515Z] Removing intermediate container b79c1ff14fbb [2021-02-07T00:39:03.515Z] ---> 2cc6a39b3e80 [2021-02-07T00:39:03.515Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-07T00:39:04.913Z] ---> Running in e9e721efbe2c [2021-02-07T00:39:04.913Z] Removing intermediate container b4ec6f931c53 [2021-02-07T00:39:04.913Z] ---> 6d06951e53cb [2021-02-07T00:39:04.913Z] [2021-02-07T00:39:04.913Z] Step 10/23 : FROM alpine:3.12 [2021-02-07T00:39:04.913Z] ---> 389fef711851 [2021-02-07T00:39:04.913Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-07T00:39:05.176Z] ---> Running in 6d3759351637 [2021-02-07T00:39:05.176Z] Removing intermediate container e9e721efbe2c [2021-02-07T00:39:05.176Z] ---> 2510c5723a3e [2021-02-07T00:39:05.176Z] Step 20/22 : LABEL arch=x86_64 [2021-02-07T00:39:05.176Z] Removing intermediate container ebdf1fcc85f5 [2021-02-07T00:39:05.176Z] ---> 6d4ae5b06f17 [2021-02-07T00:39:05.176Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-07T00:39:05.438Z] ---> Running in c5ff4409348f [2021-02-07T00:39:05.438Z] ---> Running in 2bc6b56ec80b [2021-02-07T00:39:05.438Z] Removing intermediate container 6d3759351637 [2021-02-07T00:39:05.438Z] ---> d77897eb021c [2021-02-07T00:39:05.438Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-07T00:39:05.438Z] ---> Running in 318bf46ca471 [2021-02-07T00:39:05.701Z] Removing intermediate container c5ff4409348f [2021-02-07T00:39:05.701Z] ---> db6d001fc075 [2021-02-07T00:39:05.701Z] Step 21/22 : LABEL git_sha=27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:39:05.701Z] Removing intermediate container 2bc6b56ec80b [2021-02-07T00:39:05.701Z] ---> 89be28a72ac7 [2021-02-07T00:39:05.701Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-07T00:39:05.701Z] ---> Running in 40d1f2cae6b8 [2021-02-07T00:39:05.966Z] ---> Running in 13da8d931cfb [2021-02-07T00:39:05.966Z] Removing intermediate container 318bf46ca471 [2021-02-07T00:39:05.966Z] ---> 6c57cc6a86ad [2021-02-07T00:39:05.966Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-07T00:39:05.966Z] ---> Running in 1ca3185cf6d4 [2021-02-07T00:39:05.966Z] Removing intermediate container 40d1f2cae6b8 [2021-02-07T00:39:05.966Z] ---> 6f6c21d10f8b [2021-02-07T00:39:05.966Z] Step 22/22 : LABEL version=2.0.0-dev.83 [2021-02-07T00:39:05.966Z] Removing intermediate container 13da8d931cfb [2021-02-07T00:39:05.966Z] ---> bcecf4fcc07d [2021-02-07T00:39:05.966Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-07T00:39:06.231Z] ---> Running in f8cb0363db6f [2021-02-07T00:39:06.231Z] ---> Running in 09002613d637 [2021-02-07T00:39:06.231Z] Removing intermediate container 1ca3185cf6d4 [2021-02-07T00:39:06.231Z] ---> 322e6505e271 [2021-02-07T00:39:06.231Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:39:06.501Z] ---> Running in 0294071f73db [2021-02-07T00:39:06.501Z] Removing intermediate container f8cb0363db6f [2021-02-07T00:39:06.501Z] ---> 736a258b1bf0 [2021-02-07T00:39:06.501Z] [2021-02-07T00:39:06.501Z] Removing intermediate container 09002613d637 [2021-02-07T00:39:06.501Z] ---> 4c969e71c00d [2021-02-07T00:39:06.501Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-07T00:39:06.765Z] Successfully built 736a258b1bf0 [2021-02-07T00:39:06.765Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-07T00:39:07.031Z]  Building docker-support-scheduler-go ... done  ---> 6232b4a9d759 [2021-02-07T00:39:07.031Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-07T00:39:07.613Z] ---> 3fc761f30f54 [2021-02-07T00:39:07.613Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-07T00:39:07.613Z] Removing intermediate container 0294071f73db [2021-02-07T00:39:07.613Z] ---> 7d0419ccf3f5 [2021-02-07T00:39:07.613Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-07T00:39:07.878Z] ---> Running in 95ac4daaee87 [2021-02-07T00:39:07.878Z] ---> 74da3c0988b3 [2021-02-07T00:39:07.878Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-07T00:39:08.141Z] ---> Running in 022591324ee9 [2021-02-07T00:39:08.141Z] Removing intermediate container 022591324ee9 [2021-02-07T00:39:08.141Z] ---> 529abedd1439 [2021-02-07T00:39:08.141Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-07T00:39:08.141Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:39:08.403Z] ---> Running in 61bc29182656 [2021-02-07T00:39:08.404Z] Removing intermediate container 61bc29182656 [2021-02-07T00:39:08.404Z] ---> c321c7dd9a5e [2021-02-07T00:39:08.404Z] Step 20/22 : LABEL arch=x86_64 [2021-02-07T00:39:08.669Z] ---> Running in 370b3400e158 [2021-02-07T00:39:08.669Z] Removing intermediate container 370b3400e158 [2021-02-07T00:39:08.669Z] ---> 4f5f0056bc42 [2021-02-07T00:39:08.669Z] Step 21/22 : LABEL git_sha=27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:39:08.669Z] ---> Running in 7341524afab5 [2021-02-07T00:39:08.933Z] Removing intermediate container 7341524afab5 [2021-02-07T00:39:08.933Z] ---> d02f91bf950f [2021-02-07T00:39:08.933Z] Step 22/22 : LABEL version=2.0.0-dev.83 [2021-02-07T00:39:08.933Z] ---> Running in cd25c79b9782 [2021-02-07T00:39:09.198Z] Removing intermediate container cd25c79b9782 [2021-02-07T00:39:09.198Z] ---> 9796046be38b [2021-02-07T00:39:09.198Z] [2021-02-07T00:39:09.198Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:39:09.460Z] Successfully built 9796046be38b [2021-02-07T00:39:09.460Z] Successfully tagged docker-support-notifications-go:latest [2021-02-07T00:39:10.035Z]  Building docker-support-notifications-go ... done (1/6) Installing dumb-init (1.2.2-r1) [2021-02-07T00:39:10.035Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-07T00:39:10.298Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-07T00:39:10.298Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-07T00:39:10.565Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-07T00:39:10.827Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-07T00:39:10.827Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:39:10.827Z] OK: 8 MiB in 20 packages [2021-02-07T00:39:11.776Z] Removing intermediate container 95ac4daaee87 [2021-02-07T00:39:11.776Z] ---> 05ac3a15f34f [2021-02-07T00:39:11.776Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-07T00:39:12.740Z] ---> 5b145e219dd9 [2021-02-07T00:39:12.740Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-07T00:39:13.315Z] ---> 582de717a4aa [2021-02-07T00:39:13.315Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-07T00:39:13.315Z] ---> 07dc131df9f2 [2021-02-07T00:39:13.315Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-07T00:39:13.577Z] ---> Running in 426b002b9313 [2021-02-07T00:39:13.577Z] Removing intermediate container 426b002b9313 [2021-02-07T00:39:13.577Z] ---> a926bfc433dd [2021-02-07T00:39:13.577Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-07T00:39:13.841Z] ---> Running in 7e001386a959 [2021-02-07T00:39:13.841Z] Removing intermediate container 7e001386a959 [2021-02-07T00:39:13.841Z] ---> 164c7542c5e5 [2021-02-07T00:39:13.841Z] Step 21/23 : LABEL arch=x86_64 [2021-02-07T00:39:13.841Z] ---> Running in 807a4d084576 [2021-02-07T00:39:14.105Z] Removing intermediate container 807a4d084576 [2021-02-07T00:39:14.105Z] ---> ea4d6aa1821a [2021-02-07T00:39:14.105Z] Step 22/23 : LABEL git_sha=27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:39:14.105Z] ---> Running in ce240241134f [2021-02-07T00:39:14.376Z] Removing intermediate container ce240241134f [2021-02-07T00:39:14.376Z] ---> ed7da5ebe1a8 [2021-02-07T00:39:14.376Z] Step 23/23 : LABEL version=2.0.0-dev.83 [2021-02-07T00:39:14.376Z] ---> Running in 841679d8aaaa [2021-02-07T00:39:14.638Z] Removing intermediate container 841679d8aaaa [2021-02-07T00:39:14.638Z] ---> 23c891b9fee3 [2021-02-07T00:39:14.638Z] [2021-02-07T00:39:14.901Z] Successfully built 23c891b9fee3 [2021-02-07T00:39:14.901Z] Successfully tagged docker-core-data-go:latest [2021-02-07T00:39:15.173Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-07T00:39:15.196Z] $ docker stop --time=1 a77b67c903f9361a79ddde0615de07856d3c411f78fecc9d08bbeca3be9401aa [2021-02-07T00:39:16.882Z] $ docker rm -f a77b67c903f9361a79ddde0615de07856d3c411f78fecc9d08bbeca3be9401aa [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-07T00:39:17.484Z] + docker images [2021-02-07T00:39:17.484Z] + grep docker [2021-02-07T00:39:17.746Z] docker-core-data-go latest 23c891b9fee3 3 seconds ago 22.3MB [2021-02-07T00:39:17.746Z] docker-support-notifications-go latest 9796046be38b 8 seconds ago 17.6MB [2021-02-07T00:39:17.746Z] docker-support-scheduler-go latest 736a258b1bf0 11 seconds ago 17MB [2021-02-07T00:39:17.746Z] docker-security-proxy-setup-go latest bea45c2f0bae 33 seconds ago 24.4MB [2021-02-07T00:39:17.746Z] docker-sys-mgmt-agent-go latest 3d69ef51bb02 34 seconds ago 313MB [2021-02-07T00:39:17.746Z] docker-security-bootstrapper-go latest fe86b2af1848 About a minute ago 23.8MB [2021-02-07T00:39:17.746Z] docker-security-secretstore-setup-go latest 6914d18502e7 2 minutes ago 24.6MB [2021-02-07T00:39:17.746Z] docker-core-command-go latest 96f9d377de5d 2 minutes ago 16.9MB [2021-02-07T00:39:17.746Z] docker-core-metadata-go latest 891f7f55f4b4 2 minutes ago 18.8MB [2021-02-07T00:39:17.746Z] docker 20.10.0 aefe523efa57 8 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-02-07T00:39:18.279Z] provisioning config files... [2021-02-07T00:39:18.316Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/348@tmp/config1116139282598185173tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-07T00:39:18.745Z] ---> docker-login.sh [2021-02-07T00:39:18.745Z] nexus3.edgexfoundry.org:10001 [2021-02-07T00:39:18.745Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:39:19.104Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:39:19.104Z] Configure a credential helper to remove this warning. See [2021-02-07T00:39:19.104Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:39:19.104Z] [2021-02-07T00:39:19.104Z] Login Succeeded [2021-02-07T00:39:19.104Z] nexus3.edgexfoundry.org:10002 [2021-02-07T00:39:19.104Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:39:19.104Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:39:19.104Z] Configure a credential helper to remove this warning. See [2021-02-07T00:39:19.104Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:39:19.104Z] [2021-02-07T00:39:19.104Z] Login Succeeded [2021-02-07T00:39:19.104Z] nexus3.edgexfoundry.org:10003 [2021-02-07T00:39:19.407Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:39:19.407Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:39:19.407Z] Configure a credential helper to remove this warning. See [2021-02-07T00:39:19.407Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:39:19.407Z] [2021-02-07T00:39:19.407Z] Login Succeeded [2021-02-07T00:39:19.407Z] nexus3.edgexfoundry.org:10004 [2021-02-07T00:39:19.697Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:39:19.697Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:39:19.697Z] Configure a credential helper to remove this warning. See [2021-02-07T00:39:19.697Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:39:19.697Z] [2021-02-07T00:39:19.697Z] Login Succeeded [2021-02-07T00:39:19.697Z] docker.io [2021-02-07T00:39:19.966Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:39:20.241Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:39:20.241Z] Configure a credential helper to remove this warning. See [2021-02-07T00:39:20.241Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:39:20.241Z] [2021-02-07T00:39:20.241Z] Login Succeeded [2021-02-07T00:39:20.241Z] ---> docker-login.sh ends [Pipeline] } [2021-02-07T00:39:20.255Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-07T00:39:20.482Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-02-07T00:39:20.482Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:39:20.482Z] 2.0.0-dev.83 [2021-02-07T00:39:20.482Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [2021-02-07T00:39:20.482Z] master [2021-02-07T00:39:20.482Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:20.989Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:27e67a26db9587a799bf14cca6c65a65d4396aa9 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:21.303Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:39:21.303Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-07T00:39:21.303Z] fcc81ffca2fb: Preparing [2021-02-07T00:39:21.303Z] 347a49fa7230: Preparing [2021-02-07T00:39:21.303Z] fc779195db1a: Preparing [2021-02-07T00:39:21.303Z] 136b0236ff24: Preparing [2021-02-07T00:39:21.303Z] 777b2c648970: Preparing [2021-02-07T00:39:21.303Z] 777b2c648970: Layer already exists [2021-02-07T00:39:21.565Z] fc779195db1a: Pushed [2021-02-07T00:39:21.565Z] 136b0236ff24: Pushed [2021-02-07T00:39:21.565Z] fcc81ffca2fb: Pushed [2021-02-07T00:39:22.513Z] 347a49fa7230: Pushed [2021-02-07T00:39:22.775Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9: digest: sha256:9430a50e348d6bbd60ee471a724a62a3faf75ab97e7fa0bc3b8680bb3abbb014 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:23.089Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:23.398Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.83 [2021-02-07T00:39:23.399Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-07T00:39:23.399Z] fcc81ffca2fb: Preparing [2021-02-07T00:39:23.399Z] 347a49fa7230: Preparing [2021-02-07T00:39:23.399Z] fc779195db1a: Preparing [2021-02-07T00:39:23.399Z] 136b0236ff24: Preparing [2021-02-07T00:39:23.399Z] 777b2c648970: Preparing [2021-02-07T00:39:23.399Z] fc779195db1a: Layer already exists [2021-02-07T00:39:23.399Z] 777b2c648970: Layer already exists [2021-02-07T00:39:23.399Z] 136b0236ff24: Layer already exists [2021-02-07T00:39:23.399Z] 347a49fa7230: Layer already exists [2021-02-07T00:39:23.399Z] fcc81ffca2fb: Layer already exists [2021-02-07T00:39:23.399Z] 2.0.0-dev.83: digest: sha256:9430a50e348d6bbd60ee471a724a62a3faf75ab97e7fa0bc3b8680bb3abbb014 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:23.712Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:24.015Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [2021-02-07T00:39:24.016Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-07T00:39:24.016Z] fcc81ffca2fb: Preparing [2021-02-07T00:39:24.016Z] 347a49fa7230: Preparing [2021-02-07T00:39:24.016Z] fc779195db1a: Preparing [2021-02-07T00:39:24.016Z] 136b0236ff24: Preparing [2021-02-07T00:39:24.016Z] 777b2c648970: Preparing [2021-02-07T00:39:24.016Z] fc779195db1a: Layer already exists [2021-02-07T00:39:24.016Z] 777b2c648970: Layer already exists [2021-02-07T00:39:24.016Z] fcc81ffca2fb: Layer already exists [2021-02-07T00:39:24.016Z] 347a49fa7230: Layer already exists [2021-02-07T00:39:24.278Z] 136b0236ff24: Layer already exists [2021-02-07T00:39:24.278Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83: digest: sha256:9430a50e348d6bbd60ee471a724a62a3faf75ab97e7fa0bc3b8680bb3abbb014 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:24.592Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:24.896Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-02-07T00:39:24.896Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-07T00:39:24.896Z] fcc81ffca2fb: Preparing [2021-02-07T00:39:24.896Z] 347a49fa7230: Preparing [2021-02-07T00:39:24.896Z] fc779195db1a: Preparing [2021-02-07T00:39:24.896Z] 136b0236ff24: Preparing [2021-02-07T00:39:24.896Z] 777b2c648970: Preparing [2021-02-07T00:39:24.896Z] 777b2c648970: Layer already exists [2021-02-07T00:39:24.896Z] fcc81ffca2fb: Layer already exists [2021-02-07T00:39:24.896Z] 347a49fa7230: Layer already exists [2021-02-07T00:39:24.896Z] fc779195db1a: Layer already exists [2021-02-07T00:39:24.896Z] 136b0236ff24: Layer already exists [2021-02-07T00:39:24.896Z] master: digest: sha256:9430a50e348d6bbd60ee471a724a62a3faf75ab97e7fa0bc3b8680bb3abbb014 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-07T00:39:25.084Z] ===================================================== [Pipeline] echo [2021-02-07T00:39:25.130Z] taggedImages: [2021-02-07T00:39:25.130Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:39:25.130Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.83 [2021-02-07T00:39:25.130Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [2021-02-07T00:39:25.130Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-02-07T00:39:25.218Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-02-07T00:39:25.218Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:39:25.218Z] 2.0.0-dev.83 [2021-02-07T00:39:25.218Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [2021-02-07T00:39:25.218Z] master [2021-02-07T00:39:25.218Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:25.752Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:27e67a26db9587a799bf14cca6c65a65d4396aa9 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:26.061Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:39:26.061Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-07T00:39:26.061Z] f45327a45606: Preparing [2021-02-07T00:39:26.061Z] c7cd73777026: Preparing [2021-02-07T00:39:26.061Z] fc779195db1a: Preparing [2021-02-07T00:39:26.061Z] 49acb36dc2d5: Preparing [2021-02-07T00:39:26.061Z] 8ed1b3892041: Preparing [2021-02-07T00:39:26.061Z] 777b2c648970: Preparing [2021-02-07T00:39:26.061Z] 777b2c648970: Waiting [2021-02-07T00:39:26.061Z] fc779195db1a: Layer already exists [2021-02-07T00:39:26.061Z] 777b2c648970: Layer already exists [2021-02-07T00:39:26.326Z] 8ed1b3892041: Pushed [2021-02-07T00:39:26.326Z] f45327a45606: Pushed [2021-02-07T00:39:26.326Z] 49acb36dc2d5: Pushed [2021-02-07T00:39:27.717Z] c7cd73777026: Pushed [2021-02-07T00:39:27.717Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9: digest: sha256:eea48df3a6aa23d67ed9fe6dae2fe636afd9bf23d431fb4cc5ddbf0aac7dbf20 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:28.030Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:28.343Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.83 [2021-02-07T00:39:28.344Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-07T00:39:28.344Z] f45327a45606: Preparing [2021-02-07T00:39:28.344Z] c7cd73777026: Preparing [2021-02-07T00:39:28.344Z] fc779195db1a: Preparing [2021-02-07T00:39:28.344Z] 49acb36dc2d5: Preparing [2021-02-07T00:39:28.344Z] 8ed1b3892041: Preparing [2021-02-07T00:39:28.344Z] 777b2c648970: Preparing [2021-02-07T00:39:28.344Z] fc779195db1a: Layer already exists [2021-02-07T00:39:28.344Z] c7cd73777026: Layer already exists [2021-02-07T00:39:28.344Z] f45327a45606: Layer already exists [2021-02-07T00:39:28.344Z] 8ed1b3892041: Layer already exists [2021-02-07T00:39:28.344Z] 49acb36dc2d5: Layer already exists [2021-02-07T00:39:28.344Z] 777b2c648970: Layer already exists [2021-02-07T00:39:28.344Z] 2.0.0-dev.83: digest: sha256:eea48df3a6aa23d67ed9fe6dae2fe636afd9bf23d431fb4cc5ddbf0aac7dbf20 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:28.656Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:28.963Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [2021-02-07T00:39:28.963Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-07T00:39:28.963Z] f45327a45606: Preparing [2021-02-07T00:39:28.963Z] c7cd73777026: Preparing [2021-02-07T00:39:28.963Z] fc779195db1a: Preparing [2021-02-07T00:39:28.963Z] 49acb36dc2d5: Preparing [2021-02-07T00:39:28.963Z] 8ed1b3892041: Preparing [2021-02-07T00:39:28.963Z] 777b2c648970: Preparing [2021-02-07T00:39:28.963Z] 777b2c648970: Waiting [2021-02-07T00:39:28.963Z] f45327a45606: Layer already exists [2021-02-07T00:39:28.963Z] c7cd73777026: Layer already exists [2021-02-07T00:39:28.963Z] fc779195db1a: Layer already exists [2021-02-07T00:39:28.963Z] 8ed1b3892041: Layer already exists [2021-02-07T00:39:28.963Z] 49acb36dc2d5: Layer already exists [2021-02-07T00:39:28.963Z] 777b2c648970: Layer already exists [2021-02-07T00:39:28.963Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83: digest: sha256:eea48df3a6aa23d67ed9fe6dae2fe636afd9bf23d431fb4cc5ddbf0aac7dbf20 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:29.277Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:29.583Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-02-07T00:39:29.583Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-07T00:39:29.583Z] f45327a45606: Preparing [2021-02-07T00:39:29.583Z] c7cd73777026: Preparing [2021-02-07T00:39:29.583Z] fc779195db1a: Preparing [2021-02-07T00:39:29.583Z] 49acb36dc2d5: Preparing [2021-02-07T00:39:29.583Z] 8ed1b3892041: Preparing [2021-02-07T00:39:29.583Z] 777b2c648970: Preparing [2021-02-07T00:39:29.583Z] 777b2c648970: Waiting [2021-02-07T00:39:29.583Z] c7cd73777026: Layer already exists [2021-02-07T00:39:29.583Z] f45327a45606: Layer already exists [2021-02-07T00:39:29.583Z] fc779195db1a: Layer already exists [2021-02-07T00:39:29.583Z] 49acb36dc2d5: Layer already exists [2021-02-07T00:39:29.583Z] 8ed1b3892041: Layer already exists [2021-02-07T00:39:29.583Z] 777b2c648970: Layer already exists [2021-02-07T00:39:29.583Z] master: digest: sha256:eea48df3a6aa23d67ed9fe6dae2fe636afd9bf23d431fb4cc5ddbf0aac7dbf20 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-07T00:39:29.786Z] ===================================================== [Pipeline] echo [2021-02-07T00:39:29.831Z] taggedImages: [2021-02-07T00:39:29.831Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:39:29.831Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.83 [2021-02-07T00:39:29.831Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [2021-02-07T00:39:29.831Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-02-07T00:39:29.925Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-02-07T00:39:29.925Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:39:29.925Z] 2.0.0-dev.83 [2021-02-07T00:39:29.925Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [2021-02-07T00:39:29.925Z] master [2021-02-07T00:39:29.925Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:30.447Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:27e67a26db9587a799bf14cca6c65a65d4396aa9 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:30.751Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:39:30.751Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-07T00:39:30.751Z] 50197b7bf89c: Preparing [2021-02-07T00:39:30.751Z] e861227324ab: Preparing [2021-02-07T00:39:30.751Z] fc779195db1a: Preparing [2021-02-07T00:39:30.751Z] 136b0236ff24: Preparing [2021-02-07T00:39:30.751Z] 777b2c648970: Preparing [2021-02-07T00:39:30.751Z] 136b0236ff24: Layer already exists [2021-02-07T00:39:30.751Z] fc779195db1a: Layer already exists [2021-02-07T00:39:30.751Z] 777b2c648970: Layer already exists [2021-02-07T00:39:30.751Z] 50197b7bf89c: Pushed [2021-02-07T00:39:32.132Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-07T00:39:32.142Z] e861227324ab: Pushed [2021-02-07T00:39:33.530Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9: digest: sha256:e80e92099051da4e2e5bf8fc8328b210e2078a59741724296b92b07e118e9f8b size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:33.843Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:34.147Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.83 [2021-02-07T00:39:34.147Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-07T00:39:34.147Z] 50197b7bf89c: Preparing [2021-02-07T00:39:34.147Z] e861227324ab: Preparing [2021-02-07T00:39:34.147Z] fc779195db1a: Preparing [2021-02-07T00:39:34.148Z] 136b0236ff24: Preparing [2021-02-07T00:39:34.148Z] 777b2c648970: Preparing [2021-02-07T00:39:34.148Z] 50197b7bf89c: Layer already exists [2021-02-07T00:39:34.148Z] e861227324ab: Layer already exists [2021-02-07T00:39:34.148Z] 777b2c648970: Layer already exists [2021-02-07T00:39:34.148Z] 136b0236ff24: Layer already exists [2021-02-07T00:39:34.148Z] fc779195db1a: Layer already exists [2021-02-07T00:39:34.148Z] 2.0.0-dev.83: digest: sha256:e80e92099051da4e2e5bf8fc8328b210e2078a59741724296b92b07e118e9f8b size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:34.457Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:34.783Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [2021-02-07T00:39:34.783Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-07T00:39:34.783Z] 50197b7bf89c: Preparing [2021-02-07T00:39:34.783Z] e861227324ab: Preparing [2021-02-07T00:39:34.783Z] fc779195db1a: Preparing [2021-02-07T00:39:34.783Z] 136b0236ff24: Preparing [2021-02-07T00:39:34.783Z] 777b2c648970: Preparing [2021-02-07T00:39:34.783Z] fc779195db1a: Layer already exists [2021-02-07T00:39:34.783Z] 50197b7bf89c: Layer already exists [2021-02-07T00:39:34.783Z] 136b0236ff24: Layer already exists [2021-02-07T00:39:34.783Z] 777b2c648970: Layer already exists [2021-02-07T00:39:34.783Z] e861227324ab: Layer already exists [2021-02-07T00:39:34.783Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83: digest: sha256:e80e92099051da4e2e5bf8fc8328b210e2078a59741724296b92b07e118e9f8b size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:35.089Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:35.439Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-02-07T00:39:35.439Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-07T00:39:35.439Z] 50197b7bf89c: Preparing [2021-02-07T00:39:35.439Z] e861227324ab: Preparing [2021-02-07T00:39:35.439Z] fc779195db1a: Preparing [2021-02-07T00:39:35.439Z] 136b0236ff24: Preparing [2021-02-07T00:39:35.439Z] 777b2c648970: Preparing [2021-02-07T00:39:35.439Z] e861227324ab: Layer already exists [2021-02-07T00:39:35.439Z] 50197b7bf89c: Layer already exists [2021-02-07T00:39:35.439Z] 777b2c648970: Layer already exists [2021-02-07T00:39:35.439Z] fc779195db1a: Layer already exists [2021-02-07T00:39:35.439Z] 136b0236ff24: Layer already exists [2021-02-07T00:39:35.439Z] master: digest: sha256:e80e92099051da4e2e5bf8fc8328b210e2078a59741724296b92b07e118e9f8b size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-07T00:39:35.653Z] ===================================================== [Pipeline] echo [2021-02-07T00:39:35.707Z] taggedImages: [2021-02-07T00:39:35.707Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:39:35.707Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.83 [2021-02-07T00:39:35.707Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [2021-02-07T00:39:35.707Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-02-07T00:39:35.776Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-02-07T00:39:35.776Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:39:35.776Z] 2.0.0-dev.83 [2021-02-07T00:39:35.776Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [2021-02-07T00:39:35.776Z] master [2021-02-07T00:39:35.776Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:36.270Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:27e67a26db9587a799bf14cca6c65a65d4396aa9 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:36.569Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:39:36.569Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-07T00:39:36.569Z] a3280e04a56c: Preparing [2021-02-07T00:39:36.569Z] a3280e04a56c: Preparing [2021-02-07T00:39:36.569Z] 8ead73d9b316: Preparing [2021-02-07T00:39:36.569Z] b75771c821e3: Preparing [2021-02-07T00:39:36.569Z] cfbce2b53b0a: Preparing [2021-02-07T00:39:36.569Z] 9066298ea104: Preparing [2021-02-07T00:39:36.569Z] fc779195db1a: Preparing [2021-02-07T00:39:36.569Z] a8a88fc97189: Preparing [2021-02-07T00:39:36.569Z] a8a88fc97189: Preparing [2021-02-07T00:39:36.569Z] c2d0370c85a4: Preparing [2021-02-07T00:39:36.569Z] 4ba554dd5e64: Preparing [2021-02-07T00:39:36.569Z] 777b2c648970: Preparing [2021-02-07T00:39:36.569Z] fc779195db1a: Waiting [2021-02-07T00:39:36.569Z] a8a88fc97189: Waiting [2021-02-07T00:39:36.569Z] c2d0370c85a4: Waiting [2021-02-07T00:39:36.569Z] 4ba554dd5e64: Waiting [2021-02-07T00:39:36.569Z] 777b2c648970: Waiting [2021-02-07T00:39:36.569Z] 8ead73d9b316: Pushed [2021-02-07T00:39:36.832Z] a3280e04a56c: Pushed [2021-02-07T00:39:36.832Z] cfbce2b53b0a: Pushed [2021-02-07T00:39:36.832Z] fc779195db1a: Layer already exists [2021-02-07T00:39:36.832Z] a8a88fc97189: Pushed [2021-02-07T00:39:36.832Z] c2d0370c85a4: Pushed [2021-02-07T00:39:36.832Z] 4ba554dd5e64: Pushed [2021-02-07T00:39:36.832Z] 777b2c648970: Layer already exists [2021-02-07T00:39:37.406Z] b75771c821e3: Pushed [2021-02-07T00:39:37.668Z] 9066298ea104: Pushed [2021-02-07T00:39:37.668Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9: digest: sha256:f2058ec96a73d5825cf040bf98a04ad415c41866da3e030a75e81169b6b99705 size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:37.976Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:38.278Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.83 [2021-02-07T00:39:38.278Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-07T00:39:38.278Z] a3280e04a56c: Preparing [2021-02-07T00:39:38.278Z] a3280e04a56c: Preparing [2021-02-07T00:39:38.278Z] 8ead73d9b316: Preparing [2021-02-07T00:39:38.278Z] b75771c821e3: Preparing [2021-02-07T00:39:38.278Z] cfbce2b53b0a: Preparing [2021-02-07T00:39:38.278Z] 9066298ea104: Preparing [2021-02-07T00:39:38.278Z] fc779195db1a: Preparing [2021-02-07T00:39:38.278Z] a8a88fc97189: Preparing [2021-02-07T00:39:38.278Z] a8a88fc97189: Preparing [2021-02-07T00:39:38.278Z] c2d0370c85a4: Preparing [2021-02-07T00:39:38.278Z] 4ba554dd5e64: Preparing [2021-02-07T00:39:38.278Z] 777b2c648970: Preparing [2021-02-07T00:39:38.278Z] fc779195db1a: Waiting [2021-02-07T00:39:38.279Z] 4ba554dd5e64: Waiting [2021-02-07T00:39:38.279Z] a8a88fc97189: Waiting [2021-02-07T00:39:38.279Z] c2d0370c85a4: Waiting [2021-02-07T00:39:38.279Z] 777b2c648970: Waiting [2021-02-07T00:39:38.279Z] cfbce2b53b0a: Layer already exists [2021-02-07T00:39:38.279Z] 8ead73d9b316: Layer already exists [2021-02-07T00:39:38.279Z] 9066298ea104: Layer already exists [2021-02-07T00:39:38.279Z] a3280e04a56c: Layer already exists [2021-02-07T00:39:38.279Z] b75771c821e3: Layer already exists [2021-02-07T00:39:38.279Z] a8a88fc97189: Layer already exists [2021-02-07T00:39:38.279Z] fc779195db1a: Layer already exists [2021-02-07T00:39:38.279Z] 4ba554dd5e64: Layer already exists [2021-02-07T00:39:38.279Z] c2d0370c85a4: Layer already exists [2021-02-07T00:39:38.279Z] 777b2c648970: Layer already exists [2021-02-07T00:39:38.279Z] 2.0.0-dev.83: digest: sha256:f2058ec96a73d5825cf040bf98a04ad415c41866da3e030a75e81169b6b99705 size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:38.585Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:38.889Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [2021-02-07T00:39:38.889Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-07T00:39:38.889Z] a3280e04a56c: Preparing [2021-02-07T00:39:38.889Z] a3280e04a56c: Preparing [2021-02-07T00:39:38.889Z] 8ead73d9b316: Preparing [2021-02-07T00:39:38.889Z] b75771c821e3: Preparing [2021-02-07T00:39:38.889Z] cfbce2b53b0a: Preparing [2021-02-07T00:39:38.889Z] 9066298ea104: Preparing [2021-02-07T00:39:38.889Z] fc779195db1a: Preparing [2021-02-07T00:39:38.889Z] a8a88fc97189: Preparing [2021-02-07T00:39:38.889Z] a8a88fc97189: Preparing [2021-02-07T00:39:38.889Z] c2d0370c85a4: Preparing [2021-02-07T00:39:38.889Z] 4ba554dd5e64: Preparing [2021-02-07T00:39:38.889Z] 777b2c648970: Preparing [2021-02-07T00:39:38.889Z] fc779195db1a: Waiting [2021-02-07T00:39:38.889Z] a8a88fc97189: Waiting [2021-02-07T00:39:38.889Z] c2d0370c85a4: Waiting [2021-02-07T00:39:38.889Z] 4ba554dd5e64: Waiting [2021-02-07T00:39:38.889Z] 777b2c648970: Waiting [2021-02-07T00:39:38.889Z] 9066298ea104: Layer already exists [2021-02-07T00:39:38.889Z] 8ead73d9b316: Layer already exists [2021-02-07T00:39:38.889Z] cfbce2b53b0a: Layer already exists [2021-02-07T00:39:38.889Z] a3280e04a56c: Layer already exists [2021-02-07T00:39:38.889Z] b75771c821e3: Layer already exists [2021-02-07T00:39:38.889Z] fc779195db1a: Layer already exists [2021-02-07T00:39:38.889Z] a8a88fc97189: Layer already exists [2021-02-07T00:39:38.889Z] c2d0370c85a4: Layer already exists [2021-02-07T00:39:38.889Z] 777b2c648970: Layer already exists [2021-02-07T00:39:38.889Z] 4ba554dd5e64: Layer already exists [2021-02-07T00:39:38.889Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83: digest: sha256:f2058ec96a73d5825cf040bf98a04ad415c41866da3e030a75e81169b6b99705 size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:39.196Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:39.527Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-02-07T00:39:39.527Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-07T00:39:39.527Z] a3280e04a56c: Preparing [2021-02-07T00:39:39.527Z] a3280e04a56c: Preparing [2021-02-07T00:39:39.527Z] 8ead73d9b316: Preparing [2021-02-07T00:39:39.527Z] b75771c821e3: Preparing [2021-02-07T00:39:39.527Z] cfbce2b53b0a: Preparing [2021-02-07T00:39:39.527Z] 9066298ea104: Preparing [2021-02-07T00:39:39.527Z] fc779195db1a: Preparing [2021-02-07T00:39:39.527Z] a8a88fc97189: Preparing [2021-02-07T00:39:39.527Z] a8a88fc97189: Preparing [2021-02-07T00:39:39.527Z] c2d0370c85a4: Preparing [2021-02-07T00:39:39.527Z] 4ba554dd5e64: Preparing [2021-02-07T00:39:39.527Z] 777b2c648970: Preparing [2021-02-07T00:39:39.527Z] fc779195db1a: Waiting [2021-02-07T00:39:39.527Z] 777b2c648970: Waiting [2021-02-07T00:39:39.527Z] 4ba554dd5e64: Waiting [2021-02-07T00:39:39.527Z] a8a88fc97189: Waiting [2021-02-07T00:39:39.527Z] 8ead73d9b316: Layer already exists [2021-02-07T00:39:39.527Z] b75771c821e3: Layer already exists [2021-02-07T00:39:39.527Z] cfbce2b53b0a: Layer already exists [2021-02-07T00:39:39.527Z] 9066298ea104: Layer already exists [2021-02-07T00:39:39.788Z] a8a88fc97189: Layer already exists [2021-02-07T00:39:39.788Z] fc779195db1a: Layer already exists [2021-02-07T00:39:39.788Z] a3280e04a56c: Layer already exists [2021-02-07T00:39:39.788Z] c2d0370c85a4: Layer already exists [2021-02-07T00:39:39.788Z] 4ba554dd5e64: Layer already exists [2021-02-07T00:39:39.788Z] 777b2c648970: Layer already exists [2021-02-07T00:39:39.788Z] master: digest: sha256:f2058ec96a73d5825cf040bf98a04ad415c41866da3e030a75e81169b6b99705 size: 2820 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-07T00:39:39.979Z] ===================================================== [Pipeline] echo [2021-02-07T00:39:40.032Z] taggedImages: [2021-02-07T00:39:40.033Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:39:40.033Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.83 [2021-02-07T00:39:40.033Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [2021-02-07T00:39:40.033Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo [2021-02-07T00:39:40.117Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-02-07T00:39:40.117Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:39:40.117Z] 2.0.0-dev.83 [2021-02-07T00:39:40.117Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [2021-02-07T00:39:40.117Z] master [2021-02-07T00:39:40.117Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:40.525Z] Removing intermediate container 72b838bf497e [2021-02-07T00:39:40.525Z] ---> 40f8dc37503b [2021-02-07T00:39:40.525Z] [2021-02-07T00:39:40.525Z] Step 10/24 : FROM alpine:3.12 [2021-02-07T00:39:40.525Z] 3.12: Pulling from library/alpine [2021-02-07T00:39:40.644Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:27e67a26db9587a799bf14cca6c65a65d4396aa9 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:40.950Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:39:40.950Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-07T00:39:40.950Z] d628ef323522: Preparing [2021-02-07T00:39:40.950Z] 76f11f2d6073: Preparing [2021-02-07T00:39:40.950Z] 3b9f14cddd10: Preparing [2021-02-07T00:39:40.950Z] dcd796ad30ed: Preparing [2021-02-07T00:39:40.950Z] 68991f493a09: Preparing [2021-02-07T00:39:40.950Z] 777b2c648970: Preparing [2021-02-07T00:39:40.950Z] 777b2c648970: Waiting [2021-02-07T00:39:41.214Z] 3b9f14cddd10: Pushed [2021-02-07T00:39:41.214Z] dcd796ad30ed: Pushed [2021-02-07T00:39:41.214Z] 777b2c648970: Layer already exists [2021-02-07T00:39:41.214Z] 68991f493a09: Pushed [2021-02-07T00:39:41.987Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-07T00:39:41.987Z] Status: Downloaded newer image for alpine:3.12 [2021-02-07T00:39:41.987Z] ---> afeebe901d6b [2021-02-07T00:39:41.987Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-07T00:39:42.180Z] d628ef323522: Pushed [2021-02-07T00:39:42.180Z] 76f11f2d6073: Pushed [2021-02-07T00:39:42.180Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9: digest: sha256:ab5f4b305cdd48dcc744ba017661a301017fcae076bd5113c35d7d0d0babcf43 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:42.273Z] ---> Running in 1d883a7637ae [2021-02-07T00:39:42.487Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:42.805Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.83 [2021-02-07T00:39:42.805Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-07T00:39:42.805Z] d628ef323522: Preparing [2021-02-07T00:39:42.805Z] 76f11f2d6073: Preparing [2021-02-07T00:39:42.805Z] 3b9f14cddd10: Preparing [2021-02-07T00:39:42.805Z] dcd796ad30ed: Preparing [2021-02-07T00:39:42.805Z] 68991f493a09: Preparing [2021-02-07T00:39:42.805Z] 777b2c648970: Preparing [2021-02-07T00:39:42.805Z] 777b2c648970: Waiting [2021-02-07T00:39:42.805Z] d628ef323522: Layer already exists [2021-02-07T00:39:42.805Z] 76f11f2d6073: Layer already exists [2021-02-07T00:39:42.805Z] 68991f493a09: Layer already exists [2021-02-07T00:39:42.805Z] dcd796ad30ed: Layer already exists [2021-02-07T00:39:42.805Z] 3b9f14cddd10: Layer already exists [2021-02-07T00:39:42.805Z] 777b2c648970: Layer already exists [2021-02-07T00:39:42.805Z] 2.0.0-dev.83: digest: sha256:ab5f4b305cdd48dcc744ba017661a301017fcae076bd5113c35d7d0d0babcf43 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:43.113Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:43.412Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [2021-02-07T00:39:43.412Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-07T00:39:43.412Z] d628ef323522: Preparing [2021-02-07T00:39:43.412Z] 76f11f2d6073: Preparing [2021-02-07T00:39:43.412Z] 3b9f14cddd10: Preparing [2021-02-07T00:39:43.412Z] dcd796ad30ed: Preparing [2021-02-07T00:39:43.412Z] 68991f493a09: Preparing [2021-02-07T00:39:43.412Z] 777b2c648970: Preparing [2021-02-07T00:39:43.412Z] 777b2c648970: Waiting [2021-02-07T00:39:43.412Z] 76f11f2d6073: Layer already exists [2021-02-07T00:39:43.412Z] 68991f493a09: Layer already exists [2021-02-07T00:39:43.412Z] dcd796ad30ed: Layer already exists [2021-02-07T00:39:43.412Z] 3b9f14cddd10: Layer already exists [2021-02-07T00:39:43.412Z] d628ef323522: Layer already exists [2021-02-07T00:39:43.412Z] 777b2c648970: Layer already exists [2021-02-07T00:39:43.412Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83: digest: sha256:ab5f4b305cdd48dcc744ba017661a301017fcae076bd5113c35d7d0d0babcf43 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:43.719Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:44.032Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-02-07T00:39:44.032Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-07T00:39:44.032Z] d628ef323522: Preparing [2021-02-07T00:39:44.032Z] 76f11f2d6073: Preparing [2021-02-07T00:39:44.032Z] 3b9f14cddd10: Preparing [2021-02-07T00:39:44.032Z] dcd796ad30ed: Preparing [2021-02-07T00:39:44.032Z] 68991f493a09: Preparing [2021-02-07T00:39:44.032Z] 777b2c648970: Preparing [2021-02-07T00:39:44.032Z] 777b2c648970: Waiting [2021-02-07T00:39:44.032Z] dcd796ad30ed: Layer already exists [2021-02-07T00:39:44.032Z] 3b9f14cddd10: Layer already exists [2021-02-07T00:39:44.032Z] 76f11f2d6073: Layer already exists [2021-02-07T00:39:44.032Z] d628ef323522: Layer already exists [2021-02-07T00:39:44.032Z] 68991f493a09: Layer already exists [2021-02-07T00:39:44.032Z] 777b2c648970: Layer already exists [2021-02-07T00:39:44.032Z] master: digest: sha256:ab5f4b305cdd48dcc744ba017661a301017fcae076bd5113c35d7d0d0babcf43 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-07T00:39:44.281Z] ===================================================== [Pipeline] echo [2021-02-07T00:39:44.332Z] taggedImages: [2021-02-07T00:39:44.332Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:39:44.332Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.83 [2021-02-07T00:39:44.332Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [2021-02-07T00:39:44.332Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-02-07T00:39:44.396Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-02-07T00:39:44.396Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:39:44.396Z] 2.0.0-dev.83 [2021-02-07T00:39:44.396Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [2021-02-07T00:39:44.396Z] master [2021-02-07T00:39:44.396Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:44.895Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:27e67a26db9587a799bf14cca6c65a65d4396aa9 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:44.954Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:39:44.954Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:39:45.204Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:39:45.204Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-07T00:39:45.204Z] c7b98b6e00a4: Preparing [2021-02-07T00:39:45.204Z] 86575880f9ae: Preparing [2021-02-07T00:39:45.204Z] b063ef7339de: Preparing [2021-02-07T00:39:45.204Z] f6b5e2e67644: Preparing [2021-02-07T00:39:45.204Z] 281f8c38d9a7: Preparing [2021-02-07T00:39:45.204Z] a0112d398ed5: Preparing [2021-02-07T00:39:45.204Z] c595b34c79f7: Preparing [2021-02-07T00:39:45.204Z] 7ffa4e4e3ed1: Preparing [2021-02-07T00:39:45.204Z] 777b2c648970: Preparing [2021-02-07T00:39:45.204Z] a0112d398ed5: Waiting [2021-02-07T00:39:45.204Z] c595b34c79f7: Waiting [2021-02-07T00:39:45.204Z] 7ffa4e4e3ed1: Waiting [2021-02-07T00:39:45.204Z] 777b2c648970: Waiting [2021-02-07T00:39:45.204Z] 86575880f9ae: Pushed [2021-02-07T00:39:45.471Z] 281f8c38d9a7: Pushed [2021-02-07T00:39:45.471Z] c7b98b6e00a4: Pushed [2021-02-07T00:39:45.471Z] a0112d398ed5: Pushed [2021-02-07T00:39:45.471Z] 777b2c648970: Layer already exists [2021-02-07T00:39:45.471Z] c595b34c79f7: Pushed [2021-02-07T00:39:45.957Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-07T00:39:45.957Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-07T00:39:45.957Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-07T00:39:45.957Z] (4/5) Installing curl (7.69.1-r3) [2021-02-07T00:39:45.957Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-07T00:39:45.957Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:39:45.957Z] Executing ca-certificates-20191127-r4.trigger [2021-02-07T00:39:46.050Z] 7ffa4e4e3ed1: Pushed [2021-02-07T00:39:46.311Z] f6b5e2e67644: Pushed [2021-02-07T00:39:46.311Z] b063ef7339de: Pushed [2021-02-07T00:39:46.311Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9: digest: sha256:2f25cc14c44277c59f4ace1bbc42fcbe84c84977dc774d7b58a1ed17ad5ad30f size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:46.572Z] OK: 7 MiB in 19 packages [2021-02-07T00:39:46.623Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:46.925Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.83 [2021-02-07T00:39:46.925Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-07T00:39:46.925Z] c7b98b6e00a4: Preparing [2021-02-07T00:39:46.925Z] 86575880f9ae: Preparing [2021-02-07T00:39:46.925Z] b063ef7339de: Preparing [2021-02-07T00:39:46.925Z] f6b5e2e67644: Preparing [2021-02-07T00:39:46.925Z] 281f8c38d9a7: Preparing [2021-02-07T00:39:46.925Z] a0112d398ed5: Preparing [2021-02-07T00:39:46.925Z] c595b34c79f7: Preparing [2021-02-07T00:39:46.925Z] 7ffa4e4e3ed1: Preparing [2021-02-07T00:39:46.925Z] 777b2c648970: Preparing [2021-02-07T00:39:46.925Z] a0112d398ed5: Waiting [2021-02-07T00:39:46.925Z] c595b34c79f7: Waiting [2021-02-07T00:39:46.925Z] 7ffa4e4e3ed1: Waiting [2021-02-07T00:39:46.925Z] 777b2c648970: Waiting [2021-02-07T00:39:46.925Z] 281f8c38d9a7: Layer already exists [2021-02-07T00:39:46.925Z] c7b98b6e00a4: Layer already exists [2021-02-07T00:39:46.925Z] b063ef7339de: Layer already exists [2021-02-07T00:39:46.925Z] f6b5e2e67644: Layer already exists [2021-02-07T00:39:46.925Z] 86575880f9ae: Layer already exists [2021-02-07T00:39:46.925Z] c595b34c79f7: Layer already exists [2021-02-07T00:39:46.925Z] a0112d398ed5: Layer already exists [2021-02-07T00:39:46.925Z] 7ffa4e4e3ed1: Layer already exists [2021-02-07T00:39:46.925Z] 777b2c648970: Layer already exists [2021-02-07T00:39:46.925Z] 2.0.0-dev.83: digest: sha256:2f25cc14c44277c59f4ace1bbc42fcbe84c84977dc774d7b58a1ed17ad5ad30f size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:47.236Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:47.534Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [2021-02-07T00:39:47.534Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-07T00:39:47.535Z] c7b98b6e00a4: Preparing [2021-02-07T00:39:47.535Z] 86575880f9ae: Preparing [2021-02-07T00:39:47.535Z] b063ef7339de: Preparing [2021-02-07T00:39:47.535Z] f6b5e2e67644: Preparing [2021-02-07T00:39:47.535Z] 281f8c38d9a7: Preparing [2021-02-07T00:39:47.535Z] a0112d398ed5: Preparing [2021-02-07T00:39:47.535Z] c595b34c79f7: Preparing [2021-02-07T00:39:47.535Z] 7ffa4e4e3ed1: Preparing [2021-02-07T00:39:47.535Z] 777b2c648970: Preparing [2021-02-07T00:39:47.535Z] c595b34c79f7: Waiting [2021-02-07T00:39:47.535Z] 7ffa4e4e3ed1: Waiting [2021-02-07T00:39:47.535Z] 777b2c648970: Waiting [2021-02-07T00:39:47.535Z] a0112d398ed5: Waiting [2021-02-07T00:39:47.535Z] 281f8c38d9a7: Layer already exists [2021-02-07T00:39:47.535Z] 86575880f9ae: Layer already exists [2021-02-07T00:39:47.535Z] c7b98b6e00a4: Layer already exists [2021-02-07T00:39:47.535Z] b063ef7339de: Layer already exists [2021-02-07T00:39:47.535Z] f6b5e2e67644: Layer already exists [2021-02-07T00:39:47.535Z] a0112d398ed5: Layer already exists [2021-02-07T00:39:47.535Z] c595b34c79f7: Layer already exists [2021-02-07T00:39:47.535Z] 7ffa4e4e3ed1: Layer already exists [2021-02-07T00:39:47.535Z] 777b2c648970: Layer already exists [2021-02-07T00:39:47.535Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83: digest: sha256:2f25cc14c44277c59f4ace1bbc42fcbe84c84977dc774d7b58a1ed17ad5ad30f size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:47.848Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:48.184Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-02-07T00:39:48.184Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-07T00:39:48.184Z] c7b98b6e00a4: Preparing [2021-02-07T00:39:48.184Z] 86575880f9ae: Preparing [2021-02-07T00:39:48.184Z] b063ef7339de: Preparing [2021-02-07T00:39:48.184Z] f6b5e2e67644: Preparing [2021-02-07T00:39:48.184Z] 281f8c38d9a7: Preparing [2021-02-07T00:39:48.184Z] a0112d398ed5: Preparing [2021-02-07T00:39:48.184Z] c595b34c79f7: Preparing [2021-02-07T00:39:48.184Z] 7ffa4e4e3ed1: Preparing [2021-02-07T00:39:48.184Z] 777b2c648970: Preparing [2021-02-07T00:39:48.184Z] a0112d398ed5: Waiting [2021-02-07T00:39:48.184Z] c595b34c79f7: Waiting [2021-02-07T00:39:48.184Z] 7ffa4e4e3ed1: Waiting [2021-02-07T00:39:48.184Z] 777b2c648970: Waiting [2021-02-07T00:39:48.184Z] 86575880f9ae: Layer already exists [2021-02-07T00:39:48.184Z] b063ef7339de: Layer already exists [2021-02-07T00:39:48.184Z] c7b98b6e00a4: Layer already exists [2021-02-07T00:39:48.184Z] 281f8c38d9a7: Layer already exists [2021-02-07T00:39:48.184Z] f6b5e2e67644: Layer already exists [2021-02-07T00:39:48.184Z] a0112d398ed5: Layer already exists [2021-02-07T00:39:48.184Z] c595b34c79f7: Layer already exists [2021-02-07T00:39:48.184Z] 7ffa4e4e3ed1: Layer already exists [2021-02-07T00:39:48.184Z] 777b2c648970: Layer already exists [2021-02-07T00:39:48.184Z] master: digest: sha256:2f25cc14c44277c59f4ace1bbc42fcbe84c84977dc774d7b58a1ed17ad5ad30f size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-07T00:39:48.378Z] ===================================================== [Pipeline] echo [2021-02-07T00:39:48.424Z] taggedImages: [2021-02-07T00:39:48.424Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:39:48.424Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.83 [2021-02-07T00:39:48.424Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [2021-02-07T00:39:48.424Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-02-07T00:39:48.489Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-02-07T00:39:48.489Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:39:48.489Z] 2.0.0-dev.83 [2021-02-07T00:39:48.489Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [2021-02-07T00:39:48.489Z] master [2021-02-07T00:39:48.489Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:48.968Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:27e67a26db9587a799bf14cca6c65a65d4396aa9 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:49.265Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:39:49.265Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-07T00:39:49.265Z] 76f257f4f1e7: Preparing [2021-02-07T00:39:49.265Z] 6384781aa893: Preparing [2021-02-07T00:39:49.265Z] fc779195db1a: Preparing [2021-02-07T00:39:49.265Z] b3b23c5a2901: Preparing [2021-02-07T00:39:49.265Z] 777b2c648970: Preparing [2021-02-07T00:39:49.265Z] fc779195db1a: Layer already exists [2021-02-07T00:39:49.265Z] 777b2c648970: Layer already exists [2021-02-07T00:39:49.530Z] 76f257f4f1e7: Pushed [2021-02-07T00:39:49.530Z] b3b23c5a2901: Pushed [2021-02-07T00:39:50.158Z] Removing intermediate container 1d883a7637ae [2021-02-07T00:39:50.158Z] ---> 8355e689ebb3 [2021-02-07T00:39:50.158Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-07T00:39:50.158Z] ---> Running in 2e2a1e4a73f5 [2021-02-07T00:39:50.475Z] 6384781aa893: Pushed [2021-02-07T00:39:50.475Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9: digest: sha256:04147ec47502a0c5813002c674cf4cd1ec4673eb44b914e133cc937f37fe96b7 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:50.778Z] Removing intermediate container 2e2a1e4a73f5 [2021-02-07T00:39:50.778Z] ---> 70c41bb053e8 [2021-02-07T00:39:50.778Z] Step 13/24 : WORKDIR / [2021-02-07T00:39:51.080Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.83 [2021-02-07T00:39:51.099Z] ---> Running in 9fda11983879 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:51.413Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.83 [2021-02-07T00:39:51.413Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-07T00:39:51.413Z] 76f257f4f1e7: Preparing [2021-02-07T00:39:51.413Z] 6384781aa893: Preparing [2021-02-07T00:39:51.413Z] fc779195db1a: Preparing [2021-02-07T00:39:51.413Z] b3b23c5a2901: Preparing [2021-02-07T00:39:51.413Z] 777b2c648970: Preparing [2021-02-07T00:39:51.413Z] b3b23c5a2901: Layer already exists [2021-02-07T00:39:51.413Z] fc779195db1a: Layer already exists [2021-02-07T00:39:51.413Z] 777b2c648970: Layer already exists [2021-02-07T00:39:51.413Z] 76f257f4f1e7: Layer already exists [2021-02-07T00:39:51.413Z] 6384781aa893: Layer already exists [2021-02-07T00:39:51.413Z] 2.0.0-dev.83: digest: sha256:04147ec47502a0c5813002c674cf4cd1ec4673eb44b914e133cc937f37fe96b7 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:51.717Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:52.013Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [2021-02-07T00:39:52.013Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-07T00:39:52.013Z] 76f257f4f1e7: Preparing [2021-02-07T00:39:52.013Z] 6384781aa893: Preparing [2021-02-07T00:39:52.014Z] fc779195db1a: Preparing [2021-02-07T00:39:52.014Z] b3b23c5a2901: Preparing [2021-02-07T00:39:52.014Z] 777b2c648970: Preparing [2021-02-07T00:39:52.014Z] 777b2c648970: Layer already exists [2021-02-07T00:39:52.014Z] 6384781aa893: Layer already exists [2021-02-07T00:39:52.014Z] fc779195db1a: Layer already exists [2021-02-07T00:39:52.014Z] 76f257f4f1e7: Layer already exists [2021-02-07T00:39:52.014Z] b3b23c5a2901: Layer already exists [2021-02-07T00:39:52.014Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83: digest: sha256:04147ec47502a0c5813002c674cf4cd1ec4673eb44b914e133cc937f37fe96b7 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:52.102Z] Removing intermediate container 9fda11983879 [2021-02-07T00:39:52.102Z] ---> 2a280c6aca5d [2021-02-07T00:39:52.102Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-07T00:39:52.316Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:52.611Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-02-07T00:39:52.611Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-07T00:39:52.611Z] 76f257f4f1e7: Preparing [2021-02-07T00:39:52.611Z] 6384781aa893: Preparing [2021-02-07T00:39:52.611Z] fc779195db1a: Preparing [2021-02-07T00:39:52.611Z] b3b23c5a2901: Preparing [2021-02-07T00:39:52.611Z] 777b2c648970: Preparing [2021-02-07T00:39:52.612Z] fc779195db1a: Layer already exists [2021-02-07T00:39:52.612Z] 777b2c648970: Layer already exists [2021-02-07T00:39:52.612Z] 6384781aa893: Layer already exists [2021-02-07T00:39:52.612Z] 76f257f4f1e7: Layer already exists [2021-02-07T00:39:52.612Z] b3b23c5a2901: Layer already exists [2021-02-07T00:39:52.612Z] master: digest: sha256:04147ec47502a0c5813002c674cf4cd1ec4673eb44b914e133cc937f37fe96b7 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-07T00:39:52.804Z] ===================================================== [Pipeline] echo [2021-02-07T00:39:52.853Z] taggedImages: [2021-02-07T00:39:52.853Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:39:52.853Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.83 [2021-02-07T00:39:52.853Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [2021-02-07T00:39:52.853Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-02-07T00:39:52.918Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-02-07T00:39:52.918Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:39:52.918Z] 2.0.0-dev.83 [2021-02-07T00:39:52.918Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [2021-02-07T00:39:52.918Z] master [2021-02-07T00:39:52.918Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2021-02-07T00:39:53.096Z] ---> b6fb030ea454 [2021-02-07T00:39:53.096Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:53.399Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:27e67a26db9587a799bf14cca6c65a65d4396aa9 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:53.696Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:39:53.697Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-07T00:39:53.697Z] e7e6c8bbe30c: Preparing [2021-02-07T00:39:53.697Z] d4e47854e87d: Preparing [2021-02-07T00:39:53.697Z] fc779195db1a: Preparing [2021-02-07T00:39:53.697Z] 136b0236ff24: Preparing [2021-02-07T00:39:53.697Z] 777b2c648970: Preparing [2021-02-07T00:39:53.697Z] 777b2c648970: Layer already exists [2021-02-07T00:39:53.697Z] fc779195db1a: Layer already exists [2021-02-07T00:39:53.697Z] 136b0236ff24: Layer already exists [2021-02-07T00:39:53.697Z] e7e6c8bbe30c: Pushed [2021-02-07T00:39:54.568Z] ---> 63376b57e501 [2021-02-07T00:39:54.568Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-07T00:39:55.081Z] d4e47854e87d: Pushed [2021-02-07T00:39:55.081Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9: digest: sha256:e43b0c2069ba85c5431e0505b55f5b60a850b59998f17f24050b7a9deb2be483 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:55.396Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:55.570Z] ---> 9bfe9f6fee2c [2021-02-07T00:39:55.570Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-07T00:39:55.694Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.83 [2021-02-07T00:39:55.694Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-07T00:39:55.694Z] e7e6c8bbe30c: Preparing [2021-02-07T00:39:55.694Z] d4e47854e87d: Preparing [2021-02-07T00:39:55.694Z] fc779195db1a: Preparing [2021-02-07T00:39:55.694Z] 136b0236ff24: Preparing [2021-02-07T00:39:55.694Z] 777b2c648970: Preparing [2021-02-07T00:39:55.694Z] e7e6c8bbe30c: Layer already exists [2021-02-07T00:39:55.694Z] d4e47854e87d: Layer already exists [2021-02-07T00:39:55.694Z] 136b0236ff24: Layer already exists [2021-02-07T00:39:55.694Z] fc779195db1a: Layer already exists [2021-02-07T00:39:55.694Z] 777b2c648970: Layer already exists [2021-02-07T00:39:55.694Z] 2.0.0-dev.83: digest: sha256:e43b0c2069ba85c5431e0505b55f5b60a850b59998f17f24050b7a9deb2be483 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:56.031Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:56.326Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [2021-02-07T00:39:56.326Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-07T00:39:56.326Z] e7e6c8bbe30c: Preparing [2021-02-07T00:39:56.326Z] d4e47854e87d: Preparing [2021-02-07T00:39:56.326Z] fc779195db1a: Preparing [2021-02-07T00:39:56.326Z] 136b0236ff24: Preparing [2021-02-07T00:39:56.326Z] 777b2c648970: Preparing [2021-02-07T00:39:56.326Z] fc779195db1a: Layer already exists [2021-02-07T00:39:56.326Z] 777b2c648970: Layer already exists [2021-02-07T00:39:56.326Z] d4e47854e87d: Layer already exists [2021-02-07T00:39:56.326Z] e7e6c8bbe30c: Layer already exists [2021-02-07T00:39:56.326Z] 136b0236ff24: Layer already exists [2021-02-07T00:39:56.326Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83: digest: sha256:e43b0c2069ba85c5431e0505b55f5b60a850b59998f17f24050b7a9deb2be483 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:56.634Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:56.932Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-02-07T00:39:56.932Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-07T00:39:56.932Z] e7e6c8bbe30c: Preparing [2021-02-07T00:39:56.932Z] d4e47854e87d: Preparing [2021-02-07T00:39:56.932Z] fc779195db1a: Preparing [2021-02-07T00:39:56.932Z] 136b0236ff24: Preparing [2021-02-07T00:39:56.932Z] 777b2c648970: Preparing [2021-02-07T00:39:56.932Z] 136b0236ff24: Layer already exists [2021-02-07T00:39:56.932Z] d4e47854e87d: Layer already exists [2021-02-07T00:39:56.932Z] e7e6c8bbe30c: Layer already exists [2021-02-07T00:39:56.932Z] fc779195db1a: Layer already exists [2021-02-07T00:39:56.932Z] 777b2c648970: Layer already exists [2021-02-07T00:39:56.932Z] master: digest: sha256:e43b0c2069ba85c5431e0505b55f5b60a850b59998f17f24050b7a9deb2be483 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-07T00:39:57.111Z] ===================================================== [Pipeline] echo [2021-02-07T00:39:57.157Z] taggedImages: [2021-02-07T00:39:57.157Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:39:57.157Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.83 [2021-02-07T00:39:57.157Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [2021-02-07T00:39:57.157Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-02-07T00:39:57.221Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-02-07T00:39:57.221Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:39:57.221Z] 2.0.0-dev.83 [2021-02-07T00:39:57.221Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [2021-02-07T00:39:57.221Z] master [2021-02-07T00:39:57.221Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:57.704Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:27e67a26db9587a799bf14cca6c65a65d4396aa9 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:39:58.008Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:39:58.008Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-07T00:39:58.008Z] 6cfa44bd90e7: Preparing [2021-02-07T00:39:58.008Z] f132ae481bf3: Preparing [2021-02-07T00:39:58.008Z] c9157e7ea44e: Preparing [2021-02-07T00:39:58.008Z] a6e0d7f04753: Preparing [2021-02-07T00:39:58.008Z] 531b2a550059: Preparing [2021-02-07T00:39:58.008Z] 1fbb8ecb4d4b: Preparing [2021-02-07T00:39:58.008Z] 8cdfd4c670f9: Preparing [2021-02-07T00:39:58.008Z] 0754057c0ad3: Preparing [2021-02-07T00:39:58.008Z] 998cdf262ab1: Preparing [2021-02-07T00:39:58.008Z] 02e56110abd2: Preparing [2021-02-07T00:39:58.008Z] abc36efb885a: Preparing [2021-02-07T00:39:58.008Z] b0b09059f4e1: Preparing [2021-02-07T00:39:58.008Z] bb961f40224b: Preparing [2021-02-07T00:39:58.008Z] f4666769fca7: Preparing [2021-02-07T00:39:58.008Z] 998cdf262ab1: Waiting [2021-02-07T00:39:58.008Z] 1fbb8ecb4d4b: Waiting [2021-02-07T00:39:58.008Z] 02e56110abd2: Waiting [2021-02-07T00:39:58.008Z] abc36efb885a: Waiting [2021-02-07T00:39:58.008Z] b0b09059f4e1: Waiting [2021-02-07T00:39:58.008Z] bb961f40224b: Waiting [2021-02-07T00:39:58.008Z] f4666769fca7: Waiting [2021-02-07T00:39:58.008Z] 8cdfd4c670f9: Waiting [2021-02-07T00:39:58.008Z] 0754057c0ad3: Waiting [2021-02-07T00:39:58.250Z] ---> e047b8e663bf [2021-02-07T00:39:58.251Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-07T00:39:58.277Z] 531b2a550059: Pushed [2021-02-07T00:39:58.277Z] 6cfa44bd90e7: Pushed [2021-02-07T00:39:58.539Z] a6e0d7f04753: Pushed [2021-02-07T00:39:58.539Z] 0754057c0ad3: Layer already exists [2021-02-07T00:39:58.539Z] 998cdf262ab1: Layer already exists [2021-02-07T00:39:58.539Z] 8cdfd4c670f9: Pushed [2021-02-07T00:39:58.800Z] 02e56110abd2: Layer already exists [2021-02-07T00:39:58.800Z] abc36efb885a: Layer already exists [2021-02-07T00:39:58.800Z] b0b09059f4e1: Layer already exists [2021-02-07T00:39:58.800Z] bb961f40224b: Layer already exists [2021-02-07T00:39:58.800Z] f4666769fca7: Layer already exists [2021-02-07T00:39:58.800Z] f132ae481bf3: Pushed [2021-02-07T00:39:59.372Z] 1fbb8ecb4d4b: Pushed [2021-02-07T00:40:00.998Z] ---> 05afcb269088 [2021-02-07T00:40:00.998Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-07T00:40:03.675Z] ---> 2b4e9c14d3d0 [2021-02-07T00:40:03.675Z] 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-02-07T00:40:03.956Z] ---> Running in 8a2844beb57a [2021-02-07T00:40:05.975Z] c9157e7ea44e: Pushed [2021-02-07T00:40:05.975Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9: digest: sha256:7083f141031660850afbfc2add3cf8999b94cdfa2d48308a60b319edac5333c8 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:40:06.289Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:40:06.597Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.83 [2021-02-07T00:40:06.597Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-07T00:40:06.597Z] 6cfa44bd90e7: Preparing [2021-02-07T00:40:06.597Z] f132ae481bf3: Preparing [2021-02-07T00:40:06.597Z] c9157e7ea44e: Preparing [2021-02-07T00:40:06.597Z] a6e0d7f04753: Preparing [2021-02-07T00:40:06.597Z] 531b2a550059: Preparing [2021-02-07T00:40:06.597Z] 1fbb8ecb4d4b: Preparing [2021-02-07T00:40:06.597Z] 8cdfd4c670f9: Preparing [2021-02-07T00:40:06.597Z] 0754057c0ad3: Preparing [2021-02-07T00:40:06.597Z] 998cdf262ab1: Preparing [2021-02-07T00:40:06.597Z] 02e56110abd2: Preparing [2021-02-07T00:40:06.597Z] abc36efb885a: Preparing [2021-02-07T00:40:06.597Z] b0b09059f4e1: Preparing [2021-02-07T00:40:06.597Z] bb961f40224b: Preparing [2021-02-07T00:40:06.597Z] f4666769fca7: Preparing [2021-02-07T00:40:06.597Z] 0754057c0ad3: Waiting [2021-02-07T00:40:06.597Z] 1fbb8ecb4d4b: Waiting [2021-02-07T00:40:06.597Z] 8cdfd4c670f9: Waiting [2021-02-07T00:40:06.597Z] b0b09059f4e1: Waiting [2021-02-07T00:40:06.597Z] 998cdf262ab1: Waiting [2021-02-07T00:40:06.597Z] bb961f40224b: Waiting [2021-02-07T00:40:06.597Z] f4666769fca7: Waiting [2021-02-07T00:40:06.597Z] 02e56110abd2: Waiting [2021-02-07T00:40:06.598Z] a6e0d7f04753: Layer already exists [2021-02-07T00:40:06.598Z] 531b2a550059: Layer already exists [2021-02-07T00:40:06.598Z] 6cfa44bd90e7: Layer already exists [2021-02-07T00:40:06.598Z] c9157e7ea44e: Layer already exists [2021-02-07T00:40:06.598Z] f132ae481bf3: Layer already exists [2021-02-07T00:40:06.598Z] 1fbb8ecb4d4b: Layer already exists [2021-02-07T00:40:06.598Z] 998cdf262ab1: Layer already exists [2021-02-07T00:40:06.598Z] 8cdfd4c670f9: Layer already exists [2021-02-07T00:40:06.598Z] 02e56110abd2: Layer already exists [2021-02-07T00:40:06.598Z] 0754057c0ad3: Layer already exists [2021-02-07T00:40:06.598Z] bb961f40224b: Layer already exists [2021-02-07T00:40:06.598Z] f4666769fca7: Layer already exists [2021-02-07T00:40:06.598Z] b0b09059f4e1: Layer already exists [2021-02-07T00:40:06.598Z] abc36efb885a: Layer already exists [2021-02-07T00:40:06.598Z] 2.0.0-dev.83: digest: sha256:7083f141031660850afbfc2add3cf8999b94cdfa2d48308a60b319edac5333c8 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:40:06.906Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:40:07.210Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [2021-02-07T00:40:07.210Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-07T00:40:07.210Z] 6cfa44bd90e7: Preparing [2021-02-07T00:40:07.210Z] f132ae481bf3: Preparing [2021-02-07T00:40:07.210Z] c9157e7ea44e: Preparing [2021-02-07T00:40:07.210Z] a6e0d7f04753: Preparing [2021-02-07T00:40:07.210Z] 531b2a550059: Preparing [2021-02-07T00:40:07.210Z] 1fbb8ecb4d4b: Preparing [2021-02-07T00:40:07.210Z] 8cdfd4c670f9: Preparing [2021-02-07T00:40:07.210Z] 0754057c0ad3: Preparing [2021-02-07T00:40:07.210Z] 998cdf262ab1: Preparing [2021-02-07T00:40:07.210Z] 02e56110abd2: Preparing [2021-02-07T00:40:07.210Z] abc36efb885a: Preparing [2021-02-07T00:40:07.210Z] b0b09059f4e1: Preparing [2021-02-07T00:40:07.210Z] bb961f40224b: Preparing [2021-02-07T00:40:07.210Z] f4666769fca7: Preparing [2021-02-07T00:40:07.210Z] 1fbb8ecb4d4b: Waiting [2021-02-07T00:40:07.210Z] 8cdfd4c670f9: Waiting [2021-02-07T00:40:07.210Z] 0754057c0ad3: Waiting [2021-02-07T00:40:07.210Z] 998cdf262ab1: Waiting [2021-02-07T00:40:07.210Z] 02e56110abd2: Waiting [2021-02-07T00:40:07.210Z] abc36efb885a: Waiting [2021-02-07T00:40:07.210Z] b0b09059f4e1: Waiting [2021-02-07T00:40:07.210Z] bb961f40224b: Waiting [2021-02-07T00:40:07.210Z] f4666769fca7: Waiting [2021-02-07T00:40:07.210Z] c9157e7ea44e: Layer already exists [2021-02-07T00:40:07.210Z] 531b2a550059: Layer already exists [2021-02-07T00:40:07.210Z] a6e0d7f04753: Layer already exists [2021-02-07T00:40:07.210Z] f132ae481bf3: Layer already exists [2021-02-07T00:40:07.210Z] 6cfa44bd90e7: Layer already exists [2021-02-07T00:40:07.210Z] 0754057c0ad3: Layer already exists [2021-02-07T00:40:07.210Z] 998cdf262ab1: Layer already exists [2021-02-07T00:40:07.210Z] 8cdfd4c670f9: Layer already exists [2021-02-07T00:40:07.210Z] 1fbb8ecb4d4b: Layer already exists [2021-02-07T00:40:07.210Z] 02e56110abd2: Layer already exists [2021-02-07T00:40:07.210Z] bb961f40224b: Layer already exists [2021-02-07T00:40:07.210Z] abc36efb885a: Layer already exists [2021-02-07T00:40:07.210Z] b0b09059f4e1: Layer already exists [2021-02-07T00:40:07.210Z] f4666769fca7: Layer already exists [2021-02-07T00:40:07.210Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83: digest: sha256:7083f141031660850afbfc2add3cf8999b94cdfa2d48308a60b319edac5333c8 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:40:07.514Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:40:07.818Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-02-07T00:40:07.819Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-07T00:40:07.819Z] 6cfa44bd90e7: Preparing [2021-02-07T00:40:07.819Z] f132ae481bf3: Preparing [2021-02-07T00:40:07.819Z] c9157e7ea44e: Preparing [2021-02-07T00:40:07.819Z] a6e0d7f04753: Preparing [2021-02-07T00:40:07.819Z] 531b2a550059: Preparing [2021-02-07T00:40:07.819Z] 1fbb8ecb4d4b: Preparing [2021-02-07T00:40:07.819Z] 8cdfd4c670f9: Preparing [2021-02-07T00:40:07.819Z] 0754057c0ad3: Preparing [2021-02-07T00:40:07.819Z] 998cdf262ab1: Preparing [2021-02-07T00:40:07.819Z] 02e56110abd2: Preparing [2021-02-07T00:40:07.819Z] abc36efb885a: Preparing [2021-02-07T00:40:07.819Z] b0b09059f4e1: Preparing [2021-02-07T00:40:07.819Z] bb961f40224b: Preparing [2021-02-07T00:40:07.819Z] f4666769fca7: Preparing [2021-02-07T00:40:07.819Z] 02e56110abd2: Waiting [2021-02-07T00:40:07.819Z] abc36efb885a: Waiting [2021-02-07T00:40:07.819Z] b0b09059f4e1: Waiting [2021-02-07T00:40:07.819Z] bb961f40224b: Waiting [2021-02-07T00:40:07.819Z] 1fbb8ecb4d4b: Waiting [2021-02-07T00:40:07.819Z] f4666769fca7: Waiting [2021-02-07T00:40:07.819Z] 8cdfd4c670f9: Waiting [2021-02-07T00:40:07.819Z] 0754057c0ad3: Waiting [2021-02-07T00:40:07.819Z] 998cdf262ab1: Waiting [2021-02-07T00:40:07.819Z] c9157e7ea44e: Layer already exists [2021-02-07T00:40:07.819Z] f132ae481bf3: Layer already exists [2021-02-07T00:40:07.819Z] 531b2a550059: Layer already exists [2021-02-07T00:40:07.819Z] a6e0d7f04753: Layer already exists [2021-02-07T00:40:07.819Z] 6cfa44bd90e7: Layer already exists [2021-02-07T00:40:07.819Z] 0754057c0ad3: Layer already exists [2021-02-07T00:40:07.819Z] 02e56110abd2: Layer already exists [2021-02-07T00:40:07.819Z] 998cdf262ab1: Layer already exists [2021-02-07T00:40:07.819Z] 8cdfd4c670f9: Layer already exists [2021-02-07T00:40:07.819Z] 1fbb8ecb4d4b: Layer already exists [2021-02-07T00:40:07.819Z] abc36efb885a: Layer already exists [2021-02-07T00:40:07.819Z] bb961f40224b: Layer already exists [2021-02-07T00:40:07.819Z] b0b09059f4e1: Layer already exists [2021-02-07T00:40:07.819Z] f4666769fca7: Layer already exists [2021-02-07T00:40:07.819Z] master: digest: sha256:7083f141031660850afbfc2add3cf8999b94cdfa2d48308a60b319edac5333c8 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-07T00:40:08.001Z] ===================================================== [Pipeline] echo [2021-02-07T00:40:08.058Z] taggedImages: [2021-02-07T00:40:08.058Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:40:08.058Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.83 [2021-02-07T00:40:08.058Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [2021-02-07T00:40:08.058Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [2021-02-07T00:40:08.328Z] Removing intermediate container edcc9d031a25 [2021-02-07T00:40:08.328Z] ---> f26e11b805a4 [2021-02-07T00:40:08.328Z] [2021-02-07T00:40:08.328Z] Step 10/23 : FROM alpine:3.12 [2021-02-07T00:40:08.328Z] ---> afeebe901d6b [2021-02-07T00:40:08.328Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-07T00:40:08.613Z] ---> Running in 001c4230dd60 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [2021-02-07T00:40:08.899Z] Removing intermediate container 8a2844beb57a [2021-02-07T00:40:08.899Z] ---> 5d64eeb2ec59 [2021-02-07T00:40:08.899Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-07T00:40:09.525Z] ---> Running in 635158618b43 [2021-02-07T00:40:10.157Z] Removing intermediate container 7d1827b520ef [2021-02-07T00:40:10.157Z] ---> 3957a1f4f858 [2021-02-07T00:40:10.157Z] [2021-02-07T00:40:10.157Z] Step 10/22 : FROM alpine:3.12 [2021-02-07T00:40:10.460Z] ---> afeebe901d6b [2021-02-07T00:40:10.460Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-07T00:40:10.460Z] Removing intermediate container 635158618b43 [2021-02-07T00:40:10.460Z] ---> 851f3a8519cf [2021-02-07T00:40:10.460Z] Step 22/24 : LABEL arch=arm64 [2021-02-07T00:40:10.759Z] ---> Running in bf03ccea3f66 [2021-02-07T00:40:10.759Z] ---> Running in 17d7bae3c200 [2021-02-07T00:40:11.368Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:40:11.650Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:40:11.650Z] Removing intermediate container 17d7bae3c200 [2021-02-07T00:40:11.650Z] ---> 7e65b6d346ab [2021-02-07T00:40:11.650Z] Step 23/24 : LABEL git_sha=27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:40:11.946Z] ---> Running in f40628abe80d [2021-02-07T00:40:12.568Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-07T00:40:12.568Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:40:12.568Z] OK: 5 MiB in 15 packages [2021-02-07T00:40:12.856Z] Removing intermediate container f40628abe80d [2021-02-07T00:40:12.856Z] ---> 6624739a8a95 [2021-02-07T00:40:12.856Z] Step 24/24 : LABEL version=2.0.0-dev.83 [2021-02-07T00:40:13.137Z] ---> Running in bd3b048ba58f [2021-02-07T00:40:13.137Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:40:13.419Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:40:14.038Z] Removing intermediate container bd3b048ba58f [2021-02-07T00:40:14.038Z] ---> e367b4fd54e2 [2021-02-07T00:40:14.038Z] [2021-02-07T00:40:14.330Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-07T00:40:14.330Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:40:14.330Z] OK: 5 MiB in 15 packages [2021-02-07T00:40:14.614Z] Successfully built e367b4fd54e2 [2021-02-07T00:40:14.614Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-07T00:40:14.614Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go [2021-02-07T00:40:15.228Z] Removing intermediate container 001c4230dd60 [2021-02-07T00:40:15.228Z] ---> b3914bab8cec [2021-02-07T00:40:15.228Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-07T00:40:15.510Z] ---> Running in 98bcf2ecbd96 [2021-02-07T00:40:16.579Z] Removing intermediate container 98bcf2ecbd96 [2021-02-07T00:40:16.579Z] ---> f87da37a5e49 [2021-02-07T00:40:16.579Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-07T00:40:16.579Z] Removing intermediate container bf03ccea3f66 [2021-02-07T00:40:16.579Z] ---> 9bd2ac921e41 [2021-02-07T00:40:16.579Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-07T00:40:17.216Z] ---> Running in b09c21f87303 [2021-02-07T00:40:17.517Z] ---> Running in 8ff8bfdf23d2 [2021-02-07T00:40:18.561Z] Removing intermediate container b09c21f87303 [2021-02-07T00:40:18.561Z] ---> 9d61eec1c14e [2021-02-07T00:40:18.561Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-07T00:40:19.561Z] Removing intermediate container 8ff8bfdf23d2 [2021-02-07T00:40:19.561Z] ---> 9afb726c4618 [2021-02-07T00:40:19.561Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-07T00:40:19.847Z] ---> Running in 60e56f54f2ac [2021-02-07T00:40:19.847Z] ---> Running in f6c69d1ed491 [2021-02-07T00:40:20.856Z] Removing intermediate container 60e56f54f2ac [2021-02-07T00:40:20.856Z] ---> 8b612a23d3ef [2021-02-07T00:40:20.856Z] Step 15/23 : WORKDIR / [2021-02-07T00:40:21.469Z] Removing intermediate container f6c69d1ed491 [2021-02-07T00:40:21.469Z] ---> 454df983b4a5 [2021-02-07T00:40:21.469Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-07T00:40:21.746Z] ---> Running in 8269cd114e43 [2021-02-07T00:40:22.026Z] ---> Running in 118636e10e14 [2021-02-07T00:40:23.083Z] Removing intermediate container 8269cd114e43 [2021-02-07T00:40:23.083Z] ---> 8345a8d2734f [2021-02-07T00:40:23.083Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-07T00:40:23.701Z] Removing intermediate container 118636e10e14 [2021-02-07T00:40:23.701Z] ---> e2c105b4afef [2021-02-07T00:40:23.701Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-07T00:40:25.191Z] Removing intermediate container 038c3e28190c [2021-02-07T00:40:25.191Z] ---> f4b5628bd679 [2021-02-07T00:40:25.191Z] [2021-02-07T00:40:25.191Z] Step 10/23 : FROM alpine:3.12 [2021-02-07T00:40:25.492Z] ---> afeebe901d6b [2021-02-07T00:40:25.492Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-07T00:40:25.492Z] ---> Using cache [2021-02-07T00:40:25.492Z] ---> 9bd2ac921e41 [2021-02-07T00:40:25.492Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-07T00:40:25.492Z] ---> Using cache [2021-02-07T00:40:25.492Z] ---> 9afb726c4618 [2021-02-07T00:40:25.492Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-07T00:40:25.492Z] ---> 2417489a8337 [2021-02-07T00:40:25.492Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-07T00:40:26.111Z] ---> 3f92165b4291 [2021-02-07T00:40:26.112Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-07T00:40:26.393Z] ---> Running in 8ef9428a5f3e [2021-02-07T00:40:29.071Z] ---> 41585cf7cb3b [2021-02-07T00:40:29.071Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-07T00:40:29.071Z] Removing intermediate container 8ef9428a5f3e [2021-02-07T00:40:29.071Z] ---> 358b16eb343d [2021-02-07T00:40:29.071Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-07T00:40:29.358Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:40:29.358Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:40:29.358Z] ---> c6db1ecfe500 [2021-02-07T00:40:29.358Z] Step 3/31 : WORKDIR /edgex-go [2021-02-07T00:40:29.358Z] ---> Using cache [2021-02-07T00:40:29.358Z] ---> d36cb66a6972 [2021-02-07T00:40:29.358Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:40:29.358Z] ---> Using cache [2021-02-07T00:40:29.358Z] ---> 26c7319d4017 [2021-02-07T00:40:29.358Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-07T00:40:29.358Z] ---> Using cache [2021-02-07T00:40:29.358Z] ---> 1ee11114a689 [2021-02-07T00:40:29.358Z] Step 6/31 : COPY go.mod . [2021-02-07T00:40:29.358Z] ---> Using cache [2021-02-07T00:40:29.358Z] ---> 7ac0c1338f87 [2021-02-07T00:40:29.358Z] Step 7/31 : RUN go mod download [2021-02-07T00:40:29.358Z] ---> Using cache [2021-02-07T00:40:29.358Z] ---> f40fb9501ce3 [2021-02-07T00:40:29.358Z] Step 8/31 : COPY . . [2021-02-07T00:40:29.641Z] ---> Using cache [2021-02-07T00:40:29.641Z] ---> 927db32d5ebb [2021-02-07T00:40:29.641Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-07T00:40:29.641Z] ---> 829c3b593e62 [2021-02-07T00:40:29.641Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-07T00:40:29.923Z] ---> Running in 81a540d24ee2 [2021-02-07T00:40:30.208Z] ---> Running in c37f4beb2df0 [2021-02-07T00:40:30.842Z] ---> f9ef4844d1ec [2021-02-07T00:40:30.842Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-07T00:40:30.842Z] ---> Running in 83b12239b015 [2021-02-07T00:40:31.134Z] Removing intermediate container 81a540d24ee2 [2021-02-07T00:40:31.134Z] ---> bea324a4e6de [2021-02-07T00:40:31.134Z] Step 15/23 : WORKDIR / [2021-02-07T00:40:31.134Z] ---> 3b9deaf17e69 [2021-02-07T00:40:31.134Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-07T00:40:31.428Z] Removing intermediate container 04884f8be587 [2021-02-07T00:40:31.428Z] ---> f3341fd2833c [2021-02-07T00:40:31.428Z] [2021-02-07T00:40:31.428Z] Step 10/23 : FROM alpine:3.12 [2021-02-07T00:40:31.428Z] ---> afeebe901d6b [2021-02-07T00:40:31.428Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-07T00:40:31.428Z] ---> Running in 5e3b5d7442ab [2021-02-07T00:40:31.707Z] ---> Running in 9e3623193185 [2021-02-07T00:40:31.707Z] ---> Running in 37f7ed8f20dc [2021-02-07T00:40:31.984Z] Removing intermediate container 83b12239b015 [2021-02-07T00:40:31.984Z] ---> 8f94e48d0363 [2021-02-07T00:40:31.984Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-07T00:40:32.274Z] ---> Running in 95ef4ebedc1f [2021-02-07T00:40:32.274Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-07T00:40:32.557Z] Removing intermediate container 5e3b5d7442ab [2021-02-07T00:40:32.557Z] ---> b1663968a333 [2021-02-07T00:40:32.557Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-07T00:40:32.557Z] Removing intermediate container 9e3623193185 [2021-02-07T00:40:32.844Z] Removing intermediate container 37f7ed8f20dc [2021-02-07T00:40:32.844Z] ---> 6163241c3cf5 [2021-02-07T00:40:32.844Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-07T00:40:32.844Z] ---> 68b01849f66c [2021-02-07T00:40:32.844Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-07T00:40:33.150Z] ---> Running in 8428d24ccf10 [2021-02-07T00:40:33.150Z] ---> Running in bd9b8153cccc [2021-02-07T00:40:33.150Z] Removing intermediate container 95ef4ebedc1f [2021-02-07T00:40:33.150Z] ---> ea368646529a [2021-02-07T00:40:33.150Z] Step 21/23 : LABEL arch=arm64 [2021-02-07T00:40:33.439Z] ---> Running in 7ba8eb52eee4 [2021-02-07T00:40:34.050Z] Removing intermediate container bd9b8153cccc [2021-02-07T00:40:34.050Z] ---> be2a316c89a0 [2021-02-07T00:40:34.050Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-07T00:40:34.328Z] ---> fc3a1a004ec3 [2021-02-07T00:40:34.329Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-07T00:40:34.329Z] Removing intermediate container 8428d24ccf10 [2021-02-07T00:40:34.329Z] ---> 8f8ad356bc70 [2021-02-07T00:40:34.329Z] Step 20/22 : LABEL arch=arm64 [2021-02-07T00:40:34.607Z] ---> Running in c41215eef068 [2021-02-07T00:40:34.607Z] Removing intermediate container 7ba8eb52eee4 [2021-02-07T00:40:34.607Z] ---> 0b964f6392c8 [2021-02-07T00:40:34.607Z] Step 22/23 : LABEL git_sha=27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:40:34.607Z] ---> Running in aa84914cff5e [2021-02-07T00:40:34.888Z] ---> Running in 6f9e89fc314e [2021-02-07T00:40:35.891Z] Removing intermediate container c41215eef068 [2021-02-07T00:40:35.891Z] ---> f6e15d6ab595 [2021-02-07T00:40:35.891Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:40:36.173Z] ---> Running in 4c2b8e7ed5b0 [2021-02-07T00:40:36.467Z] Removing intermediate container aa84914cff5e [2021-02-07T00:40:36.467Z] ---> bda793dad1de [2021-02-07T00:40:36.467Z] Step 21/22 : LABEL git_sha=27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:40:36.467Z] Removing intermediate container 6f9e89fc314e [2021-02-07T00:40:36.467Z] ---> 1457190a616b [2021-02-07T00:40:36.467Z] Step 23/23 : LABEL version=2.0.0-dev.83 [2021-02-07T00:40:36.744Z] ---> Running in 2086fc98c4d8 [2021-02-07T00:40:37.023Z] ---> Running in bc8801619c6c [2021-02-07T00:40:38.017Z] ---> 0c7c38e440cc [2021-02-07T00:40:38.017Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-07T00:40:38.017Z] Removing intermediate container bc8801619c6c [2021-02-07T00:40:38.017Z] ---> 819ea00e5b0d [2021-02-07T00:40:38.017Z] [2021-02-07T00:40:38.292Z] Removing intermediate container 2086fc98c4d8 [2021-02-07T00:40:38.292Z] ---> 23484bb5cd66 [2021-02-07T00:40:38.292Z] Step 22/22 : LABEL version=2.0.0-dev.83 [2021-02-07T00:40:38.576Z] ---> Running in a0ae537471da [2021-02-07T00:40:39.570Z] Successfully built 819ea00e5b0d [2021-02-07T00:40:39.571Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-07T00:40:39.571Z]  Building docker-core-command-go ... done Building docker-support-notifications-go [2021-02-07T00:40:39.854Z] ---> 17c0cd09e287 [2021-02-07T00:40:39.854Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-07T00:40:40.159Z] Removing intermediate container a0ae537471da [2021-02-07T00:40:40.159Z] ---> 5954a33ffb6b [2021-02-07T00:40:40.159Z] [2021-02-07T00:40:40.454Z] ---> Running in 5b78c39d8cba [2021-02-07T00:40:41.088Z] Successfully built 5954a33ffb6b [2021-02-07T00:40:41.088Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-07T00:40:41.088Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-02-07T00:40:41.693Z] Removing intermediate container 5b78c39d8cba [2021-02-07T00:40:41.693Z] ---> 03f85eebf69f [2021-02-07T00:40:41.693Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-07T00:40:41.693Z] Removing intermediate container 4c2b8e7ed5b0 [2021-02-07T00:40:41.693Z] ---> a023461963ee [2021-02-07T00:40:41.693Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-07T00:40:41.972Z] ---> Running in be832ab1dd6a [2021-02-07T00:40:41.973Z] ---> Running in bd7f6cc57a24 [2021-02-07T00:40:42.980Z] Removing intermediate container be832ab1dd6a [2021-02-07T00:40:42.980Z] ---> d65caa0bff8b [2021-02-07T00:40:42.980Z] Step 21/23 : LABEL arch=arm64 [2021-02-07T00:40:43.265Z] ---> Running in d2af249d2a75 [2021-02-07T00:40:44.286Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:40:44.905Z] Removing intermediate container d2af249d2a75 [2021-02-07T00:40:44.905Z] ---> f6c0f71fa54b [2021-02-07T00:40:44.905Z] Step 22/23 : LABEL git_sha=27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:40:45.196Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:40:45.821Z] ---> Running in e1fd57c32550 [2021-02-07T00:40:46.429Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-07T00:40:46.429Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-07T00:40:46.722Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-07T00:40:46.722Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-07T00:40:47.011Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-07T00:40:47.302Z] Removing intermediate container e1fd57c32550 [2021-02-07T00:40:47.302Z] ---> 7bb7a564485a [2021-02-07T00:40:47.302Z] Step 23/23 : LABEL version=2.0.0-dev.83 [2021-02-07T00:40:47.302Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-07T00:40:47.302Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:40:47.587Z] OK: 8 MiB in 20 packages [2021-02-07T00:40:47.878Z] ---> Running in 28383f727836 [2021-02-07T00:40:49.369Z] Removing intermediate container 28383f727836 [2021-02-07T00:40:49.369Z] ---> 1b6bbcfd7738 [2021-02-07T00:40:49.369Z] [2021-02-07T00:40:49.661Z] Removing intermediate container bd7f6cc57a24 [2021-02-07T00:40:49.661Z] ---> 185f0c7114d4 [2021-02-07T00:40:49.661Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-07T00:40:49.661Z] Successfully built 1b6bbcfd7738 [2021-02-07T00:40:49.949Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-07T00:40:49.949Z]  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go [2021-02-07T00:40:50.963Z] ---> 3f95ece6fa29 [2021-02-07T00:40:50.963Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-07T00:40:52.982Z] ---> 3a6b78f0b551 [2021-02-07T00:40:52.982Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-07T00:40:53.992Z] ---> 6411ad5f4624 [2021-02-07T00:40:53.992Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-07T00:40:54.272Z] ---> Running in 2257380151b8 [2021-02-07T00:40:54.898Z] Removing intermediate container 2257380151b8 [2021-02-07T00:40:54.898Z] ---> 1b6bba97f622 [2021-02-07T00:40:54.898Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-07T00:40:55.176Z] ---> Running in c85059f1bad9 [2021-02-07T00:40:56.365Z] Removing intermediate container c85059f1bad9 [2021-02-07T00:40:56.365Z] ---> 870e15285601 [2021-02-07T00:40:56.365Z] Step 21/23 : LABEL arch=arm64 [2021-02-07T00:40:56.669Z] ---> Running in eaea4bb7245a [2021-02-07T00:40:57.746Z] Removing intermediate container eaea4bb7245a [2021-02-07T00:40:57.746Z] ---> cf0c86d9f0c8 [2021-02-07T00:40:57.747Z] Step 22/23 : LABEL git_sha=27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:40:58.052Z] ---> Running in 6874d65f3ccf [2021-02-07T00:40:59.604Z] Removing intermediate container 6874d65f3ccf [2021-02-07T00:40:59.604Z] ---> 9372c5a12545 [2021-02-07T00:40:59.604Z] Step 23/23 : LABEL version=2.0.0-dev.83 [2021-02-07T00:41:00.246Z] ---> Running in 8dee3ca41990 [2021-02-07T00:41:01.740Z] Removing intermediate container 8dee3ca41990 [2021-02-07T00:41:01.740Z] ---> 7f274d20b3fa [2021-02-07T00:41:01.740Z] [2021-02-07T00:41:02.032Z] Successfully built 7f274d20b3fa [2021-02-07T00:41:02.318Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-07T00:41:10.691Z]  Building docker-core-data-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:41:10.691Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:41:10.691Z] ---> c6db1ecfe500 [2021-02-07T00:41:10.691Z] Step 3/22 : WORKDIR /edgex-go [2021-02-07T00:41:10.691Z] ---> Using cache [2021-02-07T00:41:10.691Z] ---> d36cb66a6972 [2021-02-07T00:41:10.691Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:41:10.691Z] ---> Using cache [2021-02-07T00:41:10.691Z] ---> 26c7319d4017 [2021-02-07T00:41:10.691Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-07T00:41:12.702Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:41:12.702Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:41:12.702Z] ---> c6db1ecfe500 [2021-02-07T00:41:12.702Z] Step 3/26 : WORKDIR /edgex-go [2021-02-07T00:41:12.702Z] ---> Using cache [2021-02-07T00:41:12.702Z] ---> d36cb66a6972 [2021-02-07T00:41:12.702Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:41:12.702Z] ---> Using cache [2021-02-07T00:41:12.702Z] ---> 26c7319d4017 [2021-02-07T00:41:12.702Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-07T00:41:13.324Z] ---> Running in 050d2125e826 [2021-02-07T00:41:13.324Z] ---> Running in d2260edba0a1 [2021-02-07T00:41:15.997Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:41:15.997Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:41:16.622Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:41:16.911Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:41:17.520Z] OK: 217 MiB in 51 packages [2021-02-07T00:41:17.812Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:41:17.812Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:41:17.812Z] ---> c6db1ecfe500 [2021-02-07T00:41:17.812Z] Step 3/21 : WORKDIR /edgex-go [2021-02-07T00:41:17.812Z] ---> Using cache [2021-02-07T00:41:17.812Z] ---> d36cb66a6972 [2021-02-07T00:41:17.812Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:41:17.812Z] ---> Using cache [2021-02-07T00:41:17.812Z] ---> 26c7319d4017 [2021-02-07T00:41:17.812Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-07T00:41:17.812Z] ---> Using cache [2021-02-07T00:41:17.812Z] ---> 1ee11114a689 [2021-02-07T00:41:17.812Z] Step 6/21 : COPY go.mod . [2021-02-07T00:41:17.812Z] ---> Using cache [2021-02-07T00:41:17.812Z] ---> 7ac0c1338f87 [2021-02-07T00:41:17.812Z] Step 7/21 : RUN go mod download [2021-02-07T00:41:17.812Z] ---> Using cache [2021-02-07T00:41:17.812Z] ---> f40fb9501ce3 [2021-02-07T00:41:17.812Z] Step 8/21 : COPY . . [2021-02-07T00:41:17.812Z] ---> Using cache [2021-02-07T00:41:17.812Z] OK: 217 MiB in 51 packages [2021-02-07T00:41:17.812Z] ---> 927db32d5ebb [2021-02-07T00:41:17.812Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-07T00:41:19.303Z] ---> Running in 5590374b233c [2021-02-07T00:41:20.358Z] Removing intermediate container 050d2125e826 [2021-02-07T00:41:20.358Z] ---> 37458e2ae40a [2021-02-07T00:41:20.358Z] Step 6/22 : COPY go.mod . [2021-02-07T00:41:20.645Z] Removing intermediate container d2260edba0a1 [2021-02-07T00:41:20.645Z] ---> ed3e047fd94e [2021-02-07T00:41:20.645Z] Step 6/26 : COPY go.mod . [2021-02-07T00:41:20.929Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-07T00:41:21.558Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-07T00:41:21.851Z] ---> bc1096d14da9 [2021-02-07T00:41:21.851Z] Step 7/22 : RUN go mod download [2021-02-07T00:41:21.851Z] ---> 03756a70db31 [2021-02-07T00:41:21.851Z] Step 7/26 : RUN go mod download [2021-02-07T00:41:21.851Z] ---> Running in 06b87c21dd59 [2021-02-07T00:41:22.148Z] ---> Running in 788f01551bbb [2021-02-07T00:41:27.680Z] Removing intermediate container 06b87c21dd59 [2021-02-07T00:41:27.680Z] ---> d4399995e69d [2021-02-07T00:41:27.680Z] Step 8/22 : COPY . . [2021-02-07T00:41:27.680Z] Removing intermediate container 788f01551bbb [2021-02-07T00:41:27.680Z] ---> 79c420b4d11f [2021-02-07T00:41:27.680Z] Step 8/26 : COPY . . [2021-02-07T00:41:49.949Z] ---> 5bea84e61c53 [2021-02-07T00:41:49.949Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-07T00:41:49.949Z] ---> 00fbac973578 [2021-02-07T00:41:49.949Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-07T00:41:49.949Z] ---> Running in c2424b66c9e4 [2021-02-07T00:41:49.949Z] ---> Running in 00674215b4dc [2021-02-07T00:41:49.949Z] Removing intermediate container c37f4beb2df0 [2021-02-07T00:41:49.949Z] ---> 21287ae53c5d [2021-02-07T00:41:49.949Z] [2021-02-07T00:41:49.949Z] Step 10/31 : FROM alpine:3.12 [2021-02-07T00:41:49.949Z] ---> afeebe901d6b [2021-02-07T00:41:49.949Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-07T00:41:49.949Z] ---> Running in 26be769ad824 [2021-02-07T00:41:49.949Z] Removing intermediate container 26be769ad824 [2021-02-07T00:41:49.949Z] ---> 9793da3a0919 [2021-02-07T00:41:49.949Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-07T00:41:49.949Z] ---> Running in 23d78198faf1 [2021-02-07T00:41:49.949Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-07T00:41:50.226Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-07T00:41:51.675Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:41:51.955Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:41:52.951Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-07T00:41:52.951Z] (2/2) Installing su-exec (0.2-r1) [2021-02-07T00:41:52.951Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:41:52.951Z] OK: 5 MiB in 16 packages [2021-02-07T00:41:54.971Z] Removing intermediate container 23d78198faf1 [2021-02-07T00:41:54.971Z] ---> 1d091688e2a6 [2021-02-07T00:41:54.971Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-07T00:41:55.249Z] ---> Running in b3f1dd9047eb [2021-02-07T00:41:55.885Z] Removing intermediate container b3f1dd9047eb [2021-02-07T00:41:55.885Z] ---> 1bd7af0c6580 [2021-02-07T00:41:55.885Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-07T00:41:56.167Z] ---> Running in a16d4cea02aa [2021-02-07T00:41:56.776Z] Removing intermediate container a16d4cea02aa [2021-02-07T00:41:56.776Z] ---> 255e0c0429e2 [2021-02-07T00:41:56.776Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-07T00:41:57.053Z] ---> Running in fe3e7125a78e [2021-02-07T00:42:01.433Z] Removing intermediate container fe3e7125a78e [2021-02-07T00:42:01.433Z] ---> 41ae656e1afb [2021-02-07T00:42:01.433Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-07T00:42:01.433Z] ---> Running in cb6bf42dbaf2 [2021-02-07T00:42:02.459Z] Removing intermediate container cb6bf42dbaf2 [2021-02-07T00:42:02.459Z] ---> 2f2bf64d9228 [2021-02-07T00:42:02.459Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-07T00:42:03.942Z] ---> 1cdc44b97b69 [2021-02-07T00:42:03.942Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-07T00:42:03.942Z] ---> Running in b40a6eb9e59f [2021-02-07T00:42:08.359Z] Removing intermediate container b40a6eb9e59f [2021-02-07T00:42:08.359Z] ---> de607f1f78df [2021-02-07T00:42:08.359Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-07T00:42:08.981Z] ---> b398f700b144 [2021-02-07T00:42:08.981Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-07T00:42:11.035Z] ---> 552f487bdd62 [2021-02-07T00:42:11.035Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-07T00:42:12.565Z] ---> 8b7b4aea7dd5 [2021-02-07T00:42:12.565Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-07T00:42:14.608Z] ---> 9930d2ff8bef [2021-02-07T00:42:14.608Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-07T00:42:15.616Z] ---> 90e0a2ab127c [2021-02-07T00:42:15.616Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-07T00:42:15.895Z] ---> Running in 228e859ca6a8 [2021-02-07T00:42:16.900Z] Removing intermediate container 228e859ca6a8 [2021-02-07T00:42:16.900Z] ---> e07085e4c722 [2021-02-07T00:42:16.900Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-07T00:42:18.395Z] ---> 454e7b9cbfd3 [2021-02-07T00:42:18.395Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-07T00:42:18.697Z] ---> Running in 60958c77bf45 [2021-02-07T00:42:23.102Z] Removing intermediate container 60958c77bf45 [2021-02-07T00:42:23.102Z] ---> a95986a89acc [2021-02-07T00:42:23.102Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-07T00:42:23.102Z] ---> Running in 3b115a2b61e0 [2021-02-07T00:42:23.710Z] Removing intermediate container 3b115a2b61e0 [2021-02-07T00:42:23.710Z] ---> 1010cfd82da9 [2021-02-07T00:42:23.710Z] Step 28/31 : CMD ["gate"] [2021-02-07T00:42:24.323Z] ---> Running in 38a512e32e86 [2021-02-07T00:42:25.335Z] Removing intermediate container 38a512e32e86 [2021-02-07T00:42:25.335Z] ---> 1981709da6d0 [2021-02-07T00:42:25.335Z] Step 29/31 : LABEL arch=arm64 [2021-02-07T00:42:25.623Z] ---> Running in 8800611ea873 [2021-02-07T00:42:26.657Z] Removing intermediate container 8800611ea873 [2021-02-07T00:42:26.657Z] ---> 61b3f891123c [2021-02-07T00:42:26.657Z] Step 30/31 : LABEL git_sha=27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:42:27.062Z] ---> Running in 429488fa232d [2021-02-07T00:42:28.230Z] Removing intermediate container 429488fa232d [2021-02-07T00:42:28.230Z] ---> d6f9ad4539c0 [2021-02-07T00:42:28.230Z] Step 31/31 : LABEL version=2.0.0-dev.83 [2021-02-07T00:42:28.230Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-07T00:42:28.654Z] ---> Running in b82c6077d653 [2021-02-07T00:42:29.685Z] Removing intermediate container b82c6077d653 [2021-02-07T00:42:29.685Z] ---> 2d70b590d3f7 [2021-02-07T00:42:29.685Z] [2021-02-07T00:42:29.973Z] Successfully built 2d70b590d3f7 [2021-02-07T00:42:29.973Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-07T00:42:42.457Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 5590374b233c [2021-02-07T00:42:42.457Z] ---> 4241c7c47cc0 [2021-02-07T00:42:42.457Z] [2021-02-07T00:42:42.457Z] Step 10/21 : FROM alpine:3.12 [2021-02-07T00:42:42.457Z] ---> afeebe901d6b [2021-02-07T00:42:42.457Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-07T00:42:42.740Z] ---> Running in d7d348d01e86 [2021-02-07T00:42:44.088Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:42:44.368Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:42:45.372Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-07T00:42:45.372Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-07T00:42:45.372Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-07T00:42:45.372Z] (4/4) Installing curl (7.69.1-r3) [2021-02-07T00:42:45.372Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:42:45.372Z] Executing ca-certificates-20191127-r4.trigger [2021-02-07T00:42:45.655Z] OK: 7 MiB in 18 packages [2021-02-07T00:42:48.387Z] Removing intermediate container d7d348d01e86 [2021-02-07T00:42:48.387Z] ---> 65e4da4d73ed [2021-02-07T00:42:48.387Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-07T00:42:48.675Z] ---> Running in fb5d3243ad04 [2021-02-07T00:42:49.296Z] Removing intermediate container fb5d3243ad04 [2021-02-07T00:42:49.296Z] ---> 8d84ac3b1ae6 [2021-02-07T00:42:49.296Z] Step 13/21 : WORKDIR /edgex [2021-02-07T00:42:49.578Z] ---> Running in a151f9e2377b [2021-02-07T00:42:50.191Z] Removing intermediate container a151f9e2377b [2021-02-07T00:42:50.191Z] ---> f58666a5be18 [2021-02-07T00:42:50.191Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-07T00:42:51.669Z] ---> 04654394fa00 [2021-02-07T00:42:51.669Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-07T00:42:53.689Z] ---> 2e006e6caae4 [2021-02-07T00:42:53.689Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-07T00:42:55.174Z] ---> e3e7c7776532 [2021-02-07T00:42:55.174Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-07T00:42:55.458Z] ---> Running in a5e9bd1de0cc [2021-02-07T00:42:56.074Z] Removing intermediate container a5e9bd1de0cc [2021-02-07T00:42:56.074Z] ---> 8f51bbd38763 [2021-02-07T00:42:56.074Z] Step 18/21 : CMD ["--init=true"] [2021-02-07T00:42:56.357Z] ---> Running in 8401c8890300 [2021-02-07T00:42:57.359Z] Removing intermediate container 8401c8890300 [2021-02-07T00:42:57.359Z] ---> be925b6381fb [2021-02-07T00:42:57.359Z] Step 19/21 : LABEL arch=arm64 [2021-02-07T00:42:57.359Z] ---> Running in cb5f6a1d1588 [2021-02-07T00:42:57.972Z] Removing intermediate container cb5f6a1d1588 [2021-02-07T00:42:57.972Z] ---> 9636381a508e [2021-02-07T00:42:57.972Z] Step 20/21 : LABEL git_sha=27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:42:58.255Z] ---> Running in 4fa289961ce9 [2021-02-07T00:42:58.877Z] Removing intermediate container 4fa289961ce9 [2021-02-07T00:42:58.877Z] ---> 0ea0e7ca2aa1 [2021-02-07T00:42:58.877Z] Step 21/21 : LABEL version=2.0.0-dev.83 [2021-02-07T00:42:59.170Z] ---> Running in 588044141dde [2021-02-07T00:42:59.783Z] Removing intermediate container 588044141dde [2021-02-07T00:42:59.783Z] ---> 6832972bac0c [2021-02-07T00:42:59.783Z] [2021-02-07T00:43:00.066Z] Successfully built 6832972bac0c [2021-02-07T00:43:00.342Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-07T00:43:04.700Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 00674215b4dc [2021-02-07T00:43:04.701Z] ---> 066e96723b77 [2021-02-07T00:43:04.701Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-07T00:43:04.701Z] ---> Running in 9b94e1f2a22f [2021-02-07T00:43:06.159Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-07T00:43:09.565Z] Removing intermediate container c2424b66c9e4 [2021-02-07T00:43:09.565Z] ---> 2b189b3e10dc [2021-02-07T00:43:09.565Z] [2021-02-07T00:43:09.565Z] Step 10/22 : FROM alpine:3.12 [2021-02-07T00:43:09.565Z] ---> afeebe901d6b [2021-02-07T00:43:09.565Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-07T00:43:09.565Z] ---> Running in 6aa61e7a5eb9 [2021-02-07T00:43:09.565Z] Removing intermediate container 9b94e1f2a22f [2021-02-07T00:43:09.565Z] ---> da5dbe3e1ec0 [2021-02-07T00:43:09.565Z] [2021-02-07T00:43:09.565Z] Step 11/26 : FROM docker:20.10.0 [2021-02-07T00:43:09.565Z] 20.10.0: Pulling from library/docker [2021-02-07T00:43:11.002Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:43:11.279Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:43:11.879Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-07T00:43:11.879Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-07T00:43:11.879Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:43:11.879Z] Executing ca-certificates-20191127-r4.trigger [2021-02-07T00:43:12.152Z] OK: 6 MiB in 16 packages [2021-02-07T00:43:14.778Z] Removing intermediate container 6aa61e7a5eb9 [2021-02-07T00:43:14.778Z] ---> 7c753b4e7c31 [2021-02-07T00:43:14.778Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-07T00:43:15.053Z] ---> Running in 5f52491728b8 [2021-02-07T00:43:15.653Z] Removing intermediate container 5f52491728b8 [2021-02-07T00:43:15.653Z] ---> ccea57f79741 [2021-02-07T00:43:15.653Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-07T00:43:15.927Z] ---> Running in 6e3c22df87ca [2021-02-07T00:43:16.912Z] Removing intermediate container 6e3c22df87ca [2021-02-07T00:43:16.912Z] ---> f92849c5afd7 [2021-02-07T00:43:16.912Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-07T00:43:17.185Z] ---> Running in 945a4f9b1832 [2021-02-07T00:43:17.786Z] Removing intermediate container 945a4f9b1832 [2021-02-07T00:43:17.786Z] ---> 7983f2c9d87c [2021-02-07T00:43:17.786Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-07T00:43:18.763Z] ---> 17512739e9a3 [2021-02-07T00:43:18.763Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-07T00:43:19.357Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-07T00:43:19.357Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-07T00:43:19.357Z] ---> eeaf43b92773 [2021-02-07T00:43:19.357Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-07T00:43:19.357Z] ---> Running in 46869f09fedc [2021-02-07T00:43:19.961Z] ---> e7e96373ca98 [2021-02-07T00:43:19.961Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-07T00:43:20.950Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:43:20.950Z] ---> d587df514101 [2021-02-07T00:43:20.950Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-07T00:43:20.950Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:43:20.950Z] ---> Running in c3e31088aaf9 [2021-02-07T00:43:21.544Z] Removing intermediate container c3e31088aaf9 [2021-02-07T00:43:21.544Z] ---> 0f7abf5756b2 [2021-02-07T00:43:21.544Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-07T00:43:21.544Z] (1/2) Installing readline (8.0.4-r0) [2021-02-07T00:43:21.544Z] (2/2) Installing bash (5.0.17-r0) [2021-02-07T00:43:21.818Z] Executing bash-5.0.17-r0.post-install [2021-02-07T00:43:21.818Z] ---> Running in 583443fbebf1 [2021-02-07T00:43:21.818Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:43:21.818Z] OK: 12 MiB in 22 packages [2021-02-07T00:43:22.416Z] Removing intermediate container 583443fbebf1 [2021-02-07T00:43:22.416Z] ---> 9ff32683d891 [2021-02-07T00:43:22.416Z] Step 20/22 : LABEL arch=arm64 [2021-02-07T00:43:22.416Z] ---> Running in 5bfc9ea9778f [2021-02-07T00:43:23.011Z] Removing intermediate container 5bfc9ea9778f [2021-02-07T00:43:23.011Z] ---> c467add7ffaa [2021-02-07T00:43:23.011Z] Step 21/22 : LABEL git_sha=27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:43:23.284Z] ---> Running in aa0b78031053 [2021-02-07T00:43:23.284Z] Removing intermediate container 46869f09fedc [2021-02-07T00:43:23.284Z] ---> 3fb3c2ec01a2 [2021-02-07T00:43:23.284Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-07T00:43:23.556Z] ---> Running in 19966ae5cc7f [2021-02-07T00:43:23.833Z] Removing intermediate container aa0b78031053 [2021-02-07T00:43:23.833Z] ---> 971fc14afdac [2021-02-07T00:43:23.833Z] Step 22/22 : LABEL version=2.0.0-dev.83 [2021-02-07T00:43:24.109Z] Removing intermediate container 19966ae5cc7f [2021-02-07T00:43:24.109Z] ---> 90857509c0a6 [2021-02-07T00:43:24.109Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-07T00:43:24.109Z] ---> Running in 038773c82b19 [2021-02-07T00:43:24.109Z] ---> Running in 7c485279d730 [2021-02-07T00:43:24.707Z] Removing intermediate container 038773c82b19 [2021-02-07T00:43:24.707Z] ---> 9621c6e2379e [2021-02-07T00:43:24.707Z] [2021-02-07T00:43:24.707Z] Removing intermediate container 7c485279d730 [2021-02-07T00:43:24.707Z] ---> a109ebece8e4 [2021-02-07T00:43:24.707Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-07T00:43:24.980Z] Successfully built 9621c6e2379e [2021-02-07T00:43:24.980Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-07T00:43:24.980Z]  Building docker-support-notifications-go ... done  ---> Running in 38f60daf5ef4 [2021-02-07T00:43:25.574Z] Removing intermediate container 38f60daf5ef4 [2021-02-07T00:43:25.574Z] ---> b1f7c7e663a6 [2021-02-07T00:43:25.574Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-07T00:43:27.010Z] ---> 32a6f2e7dc88 [2021-02-07T00:43:27.010Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-07T00:43:27.603Z] ---> 8875463f9e53 [2021-02-07T00:43:27.603Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-07T00:43:28.584Z] ---> 112bc7311013 [2021-02-07T00:43:28.584Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-07T00:43:28.584Z] ---> Running in 9fb235ddc331 [2021-02-07T00:43:30.032Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:43:30.032Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:43:30.628Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-07T00:43:30.628Z] (2/33) Installing expat (2.2.9-r1) [2021-02-07T00:43:30.897Z] (3/33) Installing libffi (3.3-r2) [2021-02-07T00:43:30.897Z] (4/33) Installing gdbm (1.13-r1) [2021-02-07T00:43:30.897Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-07T00:43:30.897Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-07T00:43:30.897Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-07T00:43:32.874Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-07T00:43:32.874Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-07T00:43:32.874Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-07T00:43:32.874Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-07T00:43:32.874Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-07T00:43:32.874Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-07T00:43:32.874Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-07T00:43:32.874Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-07T00:43:32.874Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-07T00:43:32.874Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-07T00:43:32.874Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-07T00:43:33.156Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-07T00:43:33.156Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-07T00:43:33.156Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-07T00:43:33.156Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-07T00:43:33.156Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-07T00:43:33.156Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-07T00:43:33.156Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-07T00:43:33.156Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-07T00:43:33.156Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-07T00:43:33.156Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-07T00:43:33.156Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-07T00:43:33.433Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-07T00:43:33.433Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-07T00:43:33.433Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-07T00:43:33.433Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-07T00:43:33.433Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:43:33.433Z] OK: 71 MiB in 55 packages [2021-02-07T00:43:40.141Z] Removing intermediate container 9fb235ddc331 [2021-02-07T00:43:40.141Z] ---> 906a86e85856 [2021-02-07T00:43:40.141Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-07T00:43:40.141Z] ---> Running in 1a173e218b2c [2021-02-07T00:43:46.934Z] Collecting docker-compose==1.23.2 [2021-02-07T00:43:46.934Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-07T00:43:46.934Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-07T00:43:47.205Z] Collecting jsonschema<3,>=2.5.1 [2021-02-07T00:43:47.478Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-07T00:43:48.903Z] Collecting PyYAML<4,>=3.10 [2021-02-07T00:43:48.903Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-07T00:43:53.197Z] Collecting docopt<0.7,>=0.6.1 [2021-02-07T00:43:53.197Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-07T00:43:56.585Z] Collecting docker<4.0,>=3.6.0 [2021-02-07T00:43:56.585Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-07T00:43:57.178Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-07T00:43:57.450Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-07T00:44:00.824Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-07T00:44:00.824Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-07T00:44:01.806Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-07T00:44:01.806Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-07T00:44:02.401Z] Collecting texttable<0.10,>=0.9.0 [2021-02-07T00:44:02.673Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-07T00:44:05.293Z] Collecting cached-property<2,>=1.2.0 [2021-02-07T00:44:05.293Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-07T00:44:05.888Z] Collecting docker-pycreds>=0.4.0 [2021-02-07T00:44:05.888Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-07T00:44:06.480Z] Collecting idna<2.8,>=2.5 [2021-02-07T00:44:06.750Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-07T00:44:07.726Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-07T00:44:07.726Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-07T00:44:07.997Z] 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-02-07T00:44:07.997Z] 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-02-07T00:44:07.997Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-07T00:44:07.997Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-07T00:44:07.997Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-07T00:44:07.997Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-07T00:44:09.425Z] Installing collected packages: jsonschema, PyYAML, docopt, docker-pycreds, websocket-client, idna, urllib3, requests, docker, dockerpty, texttable, cached-property, docker-compose [2021-02-07T00:44:09.699Z] Running setup.py install for PyYAML: started [2021-02-07T00:44:12.305Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-07T00:44:12.305Z] Running setup.py install for docopt: started [2021-02-07T00:44:14.276Z] Running setup.py install for docopt: finished with status 'done' [2021-02-07T00:44:14.870Z] Attempting uninstall: idna [2021-02-07T00:44:14.870Z] Found existing installation: idna 2.9 [2021-02-07T00:44:14.870Z] Uninstalling idna-2.9: [2021-02-07T00:44:15.142Z] Successfully uninstalled idna-2.9 [2021-02-07T00:44:15.736Z] Attempting uninstall: urllib3 [2021-02-07T00:44:15.736Z] Found existing installation: urllib3 1.25.9 [2021-02-07T00:44:15.736Z] Uninstalling urllib3-1.25.9: [2021-02-07T00:44:16.008Z] Successfully uninstalled urllib3-1.25.9 [2021-02-07T00:44:16.603Z] Attempting uninstall: requests [2021-02-07T00:44:16.603Z] Found existing installation: requests 2.23.0 [2021-02-07T00:44:16.603Z] Uninstalling requests-2.23.0: [2021-02-07T00:44:16.877Z] Successfully uninstalled requests-2.23.0 [2021-02-07T00:44:17.866Z] Running setup.py install for dockerpty: started [2021-02-07T00:44:20.524Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-07T00:44:20.524Z] Running setup.py install for texttable: started [2021-02-07T00:44:23.146Z] Running setup.py install for texttable: finished with status 'done' [2021-02-07T00:44:23.742Z] 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-02-07T00:44:28.063Z] Removing intermediate container 1a173e218b2c [2021-02-07T00:44:28.063Z] ---> 1bd8cdeba73f [2021-02-07T00:44:28.063Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-07T00:44:28.063Z] ---> Running in 4671660f30a1 [2021-02-07T00:44:28.660Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:44:28.933Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:44:29.533Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-07T00:44:29.533Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-07T00:44:29.808Z] (3/3) Installing curl (7.69.1-r3) [2021-02-07T00:44:29.808Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:44:29.808Z] OK: 71 MiB in 58 packages [2021-02-07T00:44:31.256Z] Removing intermediate container 4671660f30a1 [2021-02-07T00:44:31.256Z] ---> 05bd3373456d [2021-02-07T00:44:31.256Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-07T00:44:31.256Z] ---> Running in 995396f63d9a [2021-02-07T00:44:31.530Z] Removing intermediate container 995396f63d9a [2021-02-07T00:44:31.530Z] ---> 1f91b6847bbf [2021-02-07T00:44:31.530Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-07T00:44:31.806Z] ---> Running in 52065d0ca4f1 [2021-02-07T00:44:32.403Z] Removing intermediate container 52065d0ca4f1 [2021-02-07T00:44:32.403Z] ---> b84c80a97781 [2021-02-07T00:44:32.403Z] Step 24/26 : LABEL arch=arm64 [2021-02-07T00:44:32.403Z] ---> Running in 3f8f1d29b260 [2021-02-07T00:44:33.002Z] Removing intermediate container 3f8f1d29b260 [2021-02-07T00:44:33.002Z] ---> e0796d75238b [2021-02-07T00:44:33.002Z] Step 25/26 : LABEL git_sha=27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:44:33.002Z] ---> Running in e4cf96c9b1ec [2021-02-07T00:44:33.601Z] Removing intermediate container e4cf96c9b1ec [2021-02-07T00:44:33.601Z] ---> 0ac5b134d1c9 [2021-02-07T00:44:33.601Z] Step 26/26 : LABEL version=2.0.0-dev.83 [2021-02-07T00:44:33.601Z] ---> Running in c818c2c481c4 [2021-02-07T00:44:34.197Z] Removing intermediate container c818c2c481c4 [2021-02-07T00:44:34.197Z] ---> 1688f7174b22 [2021-02-07T00:44:34.197Z] [2021-02-07T00:44:34.470Z] Successfully built 1688f7174b22 [2021-02-07T00:44:34.746Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-07T00:44:35.038Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-07T00:44:35.039Z] $ docker stop --time=1 0b24ddd01395a99aec33b2e0f8ee7d73f604652c127c2ff529a6d303bece1175 [2021-02-07T00:44:37.030Z] $ docker rm -f 0b24ddd01395a99aec33b2e0f8ee7d73f604652c127c2ff529a6d303bece1175 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-07T00:44:37.750Z] + grep docker [2021-02-07T00:44:37.750Z] + docker images [2021-02-07T00:44:38.023Z] docker-sys-mgmt-agent-go-arm64 latest 1688f7174b22 4 seconds ago 300MB [2021-02-07T00:44:38.023Z] docker-support-notifications-go-arm64 latest 9621c6e2379e About a minute ago 16.7MB [2021-02-07T00:44:38.023Z] docker-security-proxy-setup-go-arm64 latest 6832972bac0c About a minute ago 23.2MB [2021-02-07T00:44:38.023Z] docker-security-bootstrapper-go-arm64 latest 2d70b590d3f7 2 minutes ago 22.6MB [2021-02-07T00:44:38.023Z] docker-core-data-go-arm64 latest 7f274d20b3fa 3 minutes ago 21MB [2021-02-07T00:44:38.023Z] docker-core-metadata-go-arm64 latest 1b6bbcfd7738 3 minutes ago 17.8MB [2021-02-07T00:44:38.023Z] docker-support-scheduler-go-arm64 latest 5954a33ffb6b 3 minutes ago 16.1MB [2021-02-07T00:44:38.023Z] docker-core-command-go-arm64 latest 819ea00e5b0d 4 minutes ago 16MB [2021-02-07T00:44:38.023Z] docker-security-secretstore-setup-go-arm64 latest e367b4fd54e2 4 minutes ago 23.4MB [2021-02-07T00:44:38.023Z] docker 20.10.0 eeaf43b92773 8 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-02-07T00:44:38.478Z] provisioning config files... [2021-02-07T00:44:38.518Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/348@tmp/config8681076081487769814tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-07T00:44:38.917Z] ---> docker-login.sh [2021-02-07T00:44:38.917Z] nexus3.edgexfoundry.org:10001 [2021-02-07T00:44:39.191Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:44:39.465Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:44:39.465Z] Configure a credential helper to remove this warning. See [2021-02-07T00:44:39.465Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:44:39.465Z] [2021-02-07T00:44:39.465Z] Login Succeeded [2021-02-07T00:44:39.465Z] nexus3.edgexfoundry.org:10002 [2021-02-07T00:44:39.737Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:44:40.011Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:44:40.011Z] Configure a credential helper to remove this warning. See [2021-02-07T00:44:40.011Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:44:40.011Z] [2021-02-07T00:44:40.011Z] Login Succeeded [2021-02-07T00:44:40.011Z] nexus3.edgexfoundry.org:10003 [2021-02-07T00:44:40.284Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:44:40.558Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:44:40.558Z] Configure a credential helper to remove this warning. See [2021-02-07T00:44:40.558Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:44:40.558Z] [2021-02-07T00:44:40.558Z] Login Succeeded [2021-02-07T00:44:40.558Z] nexus3.edgexfoundry.org:10004 [2021-02-07T00:44:40.836Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:44:41.111Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:44:41.111Z] Configure a credential helper to remove this warning. See [2021-02-07T00:44:41.111Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:44:41.111Z] [2021-02-07T00:44:41.111Z] Login Succeeded [2021-02-07T00:44:41.111Z] docker.io [2021-02-07T00:44:41.384Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:44:41.980Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:44:41.980Z] Configure a credential helper to remove this warning. See [2021-02-07T00:44:41.980Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:44:41.980Z] [2021-02-07T00:44:41.980Z] Login Succeeded [2021-02-07T00:44:41.980Z] ---> docker-login.sh ends [Pipeline] } [2021-02-07T00:44:41.998Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-07T00:44:42.214Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-02-07T00:44:42.214Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:44:42.214Z] 2.0.0-dev.83 [2021-02-07T00:44:42.214Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [2021-02-07T00:44:42.214Z] master [2021-02-07T00:44:42.214Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:44:42.723Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:44:43.120Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:44:43.120Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-07T00:44:43.120Z] 20a2d7b7c210: Preparing [2021-02-07T00:44:43.120Z] f60179251840: Preparing [2021-02-07T00:44:43.120Z] 100e782c9ac7: Preparing [2021-02-07T00:44:43.120Z] a4cd1f065de3: Preparing [2021-02-07T00:44:43.120Z] 379067d0cb53: Preparing [2021-02-07T00:44:43.406Z] 379067d0cb53: Layer already exists [2021-02-07T00:44:43.407Z] 20a2d7b7c210: Pushed [2021-02-07T00:44:43.688Z] a4cd1f065de3: Pushed [2021-02-07T00:44:43.688Z] 100e782c9ac7: Pushed [2021-02-07T00:44:46.300Z] f60179251840: Pushed [2021-02-07T00:44:46.300Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9: digest: sha256:7b68073c33bba642b94342796d980e1e84e199fdb66eed1035d160dc5bb642a8 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:44:46.639Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:44:46.988Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.83 [2021-02-07T00:44:46.988Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-07T00:44:46.988Z] 20a2d7b7c210: Preparing [2021-02-07T00:44:46.988Z] f60179251840: Preparing [2021-02-07T00:44:46.988Z] 100e782c9ac7: Preparing [2021-02-07T00:44:46.988Z] a4cd1f065de3: Preparing [2021-02-07T00:44:46.988Z] 379067d0cb53: Preparing [2021-02-07T00:44:47.261Z] 379067d0cb53: Layer already exists [2021-02-07T00:44:47.261Z] 20a2d7b7c210: Layer already exists [2021-02-07T00:44:47.261Z] a4cd1f065de3: Layer already exists [2021-02-07T00:44:47.261Z] 100e782c9ac7: Layer already exists [2021-02-07T00:44:47.261Z] f60179251840: Layer already exists [2021-02-07T00:44:47.261Z] 2.0.0-dev.83: digest: sha256:7b68073c33bba642b94342796d980e1e84e199fdb66eed1035d160dc5bb642a8 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:44:47.606Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:44:47.938Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [2021-02-07T00:44:47.938Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-07T00:44:47.938Z] 20a2d7b7c210: Preparing [2021-02-07T00:44:47.938Z] f60179251840: Preparing [2021-02-07T00:44:47.938Z] 100e782c9ac7: Preparing [2021-02-07T00:44:47.938Z] a4cd1f065de3: Preparing [2021-02-07T00:44:47.938Z] 379067d0cb53: Preparing [2021-02-07T00:44:48.208Z] 20a2d7b7c210: Layer already exists [2021-02-07T00:44:48.208Z] 100e782c9ac7: Layer already exists [2021-02-07T00:44:48.208Z] a4cd1f065de3: Layer already exists [2021-02-07T00:44:48.208Z] f60179251840: Layer already exists [2021-02-07T00:44:48.208Z] 379067d0cb53: Layer already exists [2021-02-07T00:44:48.208Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83: digest: sha256:7b68073c33bba642b94342796d980e1e84e199fdb66eed1035d160dc5bb642a8 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:44:48.548Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:44:48.884Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-02-07T00:44:48.884Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-07T00:44:48.884Z] 20a2d7b7c210: Preparing [2021-02-07T00:44:48.884Z] f60179251840: Preparing [2021-02-07T00:44:48.884Z] 100e782c9ac7: Preparing [2021-02-07T00:44:48.884Z] a4cd1f065de3: Preparing [2021-02-07T00:44:48.884Z] 379067d0cb53: Preparing [2021-02-07T00:44:49.155Z] 20a2d7b7c210: Layer already exists [2021-02-07T00:44:49.155Z] f60179251840: Layer already exists [2021-02-07T00:44:49.155Z] a4cd1f065de3: Layer already exists [2021-02-07T00:44:49.155Z] 100e782c9ac7: Layer already exists [2021-02-07T00:44:49.155Z] 379067d0cb53: Layer already exists [2021-02-07T00:44:49.155Z] master: digest: sha256:7b68073c33bba642b94342796d980e1e84e199fdb66eed1035d160dc5bb642a8 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-07T00:44:49.359Z] ===================================================== [Pipeline] echo [2021-02-07T00:44:49.406Z] taggedImages: [2021-02-07T00:44:49.406Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:44:49.406Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.83 [2021-02-07T00:44:49.406Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [2021-02-07T00:44:49.406Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-02-07T00:44:49.496Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-02-07T00:44:49.496Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:44:49.496Z] 2.0.0-dev.83 [2021-02-07T00:44:49.496Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [2021-02-07T00:44:49.496Z] master [2021-02-07T00:44:49.496Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:44:50.043Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:44:50.380Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:44:50.380Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-07T00:44:50.380Z] 98f199a4fb41: Preparing [2021-02-07T00:44:50.380Z] aa0d99bf62b0: Preparing [2021-02-07T00:44:50.380Z] 100e782c9ac7: Preparing [2021-02-07T00:44:50.380Z] 625c51560b34: Preparing [2021-02-07T00:44:50.380Z] 2380296b56cd: Preparing [2021-02-07T00:44:50.380Z] 379067d0cb53: Preparing [2021-02-07T00:44:50.380Z] 379067d0cb53: Waiting [2021-02-07T00:44:50.652Z] 100e782c9ac7: Layer already exists [2021-02-07T00:44:50.652Z] 379067d0cb53: Layer already exists [2021-02-07T00:44:50.652Z] 2380296b56cd: Pushed [2021-02-07T00:44:50.652Z] 98f199a4fb41: Pushed [2021-02-07T00:44:51.245Z] 625c51560b34: Pushed [2021-02-07T00:44:53.852Z] aa0d99bf62b0: Pushed [2021-02-07T00:44:53.852Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9: digest: sha256:9e6d250a10b9966e03d0ea7aa96be6337522ac608041eda7e008e3f1e43f9910 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:44:54.195Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:44:54.545Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.83 [2021-02-07T00:44:54.545Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-07T00:44:54.545Z] 98f199a4fb41: Preparing [2021-02-07T00:44:54.545Z] aa0d99bf62b0: Preparing [2021-02-07T00:44:54.545Z] 100e782c9ac7: Preparing [2021-02-07T00:44:54.545Z] 625c51560b34: Preparing [2021-02-07T00:44:54.545Z] 2380296b56cd: Preparing [2021-02-07T00:44:54.545Z] 379067d0cb53: Preparing [2021-02-07T00:44:54.545Z] 379067d0cb53: Waiting [2021-02-07T00:44:54.817Z] 98f199a4fb41: Layer already exists [2021-02-07T00:44:54.817Z] aa0d99bf62b0: Layer already exists [2021-02-07T00:44:54.817Z] 2380296b56cd: Layer already exists [2021-02-07T00:44:54.817Z] 625c51560b34: Layer already exists [2021-02-07T00:44:54.817Z] 100e782c9ac7: Layer already exists [2021-02-07T00:44:54.817Z] 379067d0cb53: Layer already exists [2021-02-07T00:44:54.817Z] 2.0.0-dev.83: digest: sha256:9e6d250a10b9966e03d0ea7aa96be6337522ac608041eda7e008e3f1e43f9910 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:44:55.166Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:44:55.508Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [2021-02-07T00:44:55.509Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-07T00:44:55.509Z] 98f199a4fb41: Preparing [2021-02-07T00:44:55.509Z] aa0d99bf62b0: Preparing [2021-02-07T00:44:55.509Z] 100e782c9ac7: Preparing [2021-02-07T00:44:55.509Z] 625c51560b34: Preparing [2021-02-07T00:44:55.509Z] 2380296b56cd: Preparing [2021-02-07T00:44:55.509Z] 379067d0cb53: Preparing [2021-02-07T00:44:55.782Z] 625c51560b34: Layer already exists [2021-02-07T00:44:55.782Z] 2380296b56cd: Layer already exists [2021-02-07T00:44:55.782Z] 98f199a4fb41: Layer already exists [2021-02-07T00:44:55.782Z] aa0d99bf62b0: Layer already exists [2021-02-07T00:44:55.782Z] 100e782c9ac7: Layer already exists [2021-02-07T00:44:55.782Z] 379067d0cb53: Layer already exists [2021-02-07T00:44:55.782Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83: digest: sha256:9e6d250a10b9966e03d0ea7aa96be6337522ac608041eda7e008e3f1e43f9910 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:44:56.128Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:44:56.483Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-02-07T00:44:56.483Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-07T00:44:56.483Z] 98f199a4fb41: Preparing [2021-02-07T00:44:56.483Z] aa0d99bf62b0: Preparing [2021-02-07T00:44:56.483Z] 100e782c9ac7: Preparing [2021-02-07T00:44:56.483Z] 625c51560b34: Preparing [2021-02-07T00:44:56.483Z] 2380296b56cd: Preparing [2021-02-07T00:44:56.483Z] 379067d0cb53: Preparing [2021-02-07T00:44:56.483Z] 379067d0cb53: Waiting [2021-02-07T00:44:56.483Z] 2380296b56cd: Layer already exists [2021-02-07T00:44:56.483Z] 100e782c9ac7: Layer already exists [2021-02-07T00:44:56.483Z] aa0d99bf62b0: Layer already exists [2021-02-07T00:44:56.752Z] 98f199a4fb41: Layer already exists [2021-02-07T00:44:56.752Z] 625c51560b34: Layer already exists [2021-02-07T00:44:56.752Z] 379067d0cb53: Layer already exists [2021-02-07T00:44:56.752Z] master: digest: sha256:9e6d250a10b9966e03d0ea7aa96be6337522ac608041eda7e008e3f1e43f9910 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-07T00:44:56.958Z] ===================================================== [Pipeline] echo [2021-02-07T00:44:57.014Z] taggedImages: [2021-02-07T00:44:57.014Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:44:57.014Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.83 [2021-02-07T00:44:57.014Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [2021-02-07T00:44:57.014Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-02-07T00:44:57.080Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-02-07T00:44:57.080Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:44:57.080Z] 2.0.0-dev.83 [2021-02-07T00:44:57.080Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [2021-02-07T00:44:57.080Z] master [2021-02-07T00:44:57.080Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:44:57.590Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:44:57.924Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:44:57.924Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-07T00:44:57.924Z] 3b7885f9bfba: Preparing [2021-02-07T00:44:57.924Z] 167ae3c6d0d4: Preparing [2021-02-07T00:44:57.924Z] 100e782c9ac7: Preparing [2021-02-07T00:44:57.924Z] 9645e1ac4369: Preparing [2021-02-07T00:44:57.924Z] 379067d0cb53: Preparing [2021-02-07T00:44:58.201Z] 100e782c9ac7: Layer already exists [2021-02-07T00:44:58.201Z] 379067d0cb53: Layer already exists [2021-02-07T00:44:58.474Z] 9645e1ac4369: Pushed [2021-02-07T00:44:58.474Z] 3b7885f9bfba: Pushed [2021-02-07T00:45:01.091Z] 167ae3c6d0d4: Pushed [2021-02-07T00:45:01.362Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9: digest: sha256:12dcef311f743a938c8f56fc6d5b0a9b98bda2333717b2cf950f0c6eefa29135 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:45:01.724Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:45:02.078Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.83 [2021-02-07T00:45:02.078Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-07T00:45:02.078Z] 3b7885f9bfba: Preparing [2021-02-07T00:45:02.078Z] 167ae3c6d0d4: Preparing [2021-02-07T00:45:02.078Z] 100e782c9ac7: Preparing [2021-02-07T00:45:02.078Z] 9645e1ac4369: Preparing [2021-02-07T00:45:02.078Z] 379067d0cb53: Preparing [2021-02-07T00:45:02.350Z] 379067d0cb53: Layer already exists [2021-02-07T00:45:02.350Z] 9645e1ac4369: Layer already exists [2021-02-07T00:45:02.350Z] 3b7885f9bfba: Layer already exists [2021-02-07T00:45:02.350Z] 100e782c9ac7: Layer already exists [2021-02-07T00:45:02.350Z] 167ae3c6d0d4: Layer already exists [2021-02-07T00:45:02.350Z] 2.0.0-dev.83: digest: sha256:12dcef311f743a938c8f56fc6d5b0a9b98bda2333717b2cf950f0c6eefa29135 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:45:02.701Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:45:03.045Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [2021-02-07T00:45:03.046Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-07T00:45:03.046Z] 3b7885f9bfba: Preparing [2021-02-07T00:45:03.046Z] 167ae3c6d0d4: Preparing [2021-02-07T00:45:03.046Z] 100e782c9ac7: Preparing [2021-02-07T00:45:03.046Z] 9645e1ac4369: Preparing [2021-02-07T00:45:03.046Z] 379067d0cb53: Preparing [2021-02-07T00:45:03.318Z] 167ae3c6d0d4: Layer already exists [2021-02-07T00:45:03.318Z] 3b7885f9bfba: Layer already exists [2021-02-07T00:45:03.318Z] 100e782c9ac7: Layer already exists [2021-02-07T00:45:03.318Z] 9645e1ac4369: Layer already exists [2021-02-07T00:45:03.318Z] 379067d0cb53: Layer already exists [2021-02-07T00:45:03.318Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83: digest: sha256:12dcef311f743a938c8f56fc6d5b0a9b98bda2333717b2cf950f0c6eefa29135 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:45:03.667Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:45:04.005Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-02-07T00:45:04.006Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-07T00:45:04.006Z] 3b7885f9bfba: Preparing [2021-02-07T00:45:04.006Z] 167ae3c6d0d4: Preparing [2021-02-07T00:45:04.006Z] 100e782c9ac7: Preparing [2021-02-07T00:45:04.006Z] 9645e1ac4369: Preparing [2021-02-07T00:45:04.006Z] 379067d0cb53: Preparing [2021-02-07T00:45:04.286Z] 100e782c9ac7: Layer already exists [2021-02-07T00:45:04.286Z] 167ae3c6d0d4: Layer already exists [2021-02-07T00:45:04.286Z] 379067d0cb53: Layer already exists [2021-02-07T00:45:04.286Z] 9645e1ac4369: Layer already exists [2021-02-07T00:45:04.286Z] 3b7885f9bfba: Layer already exists [2021-02-07T00:45:04.286Z] master: digest: sha256:12dcef311f743a938c8f56fc6d5b0a9b98bda2333717b2cf950f0c6eefa29135 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-07T00:45:04.476Z] ===================================================== [Pipeline] echo [2021-02-07T00:45:04.519Z] taggedImages: [2021-02-07T00:45:04.519Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:45:04.519Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.83 [2021-02-07T00:45:04.519Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [2021-02-07T00:45:04.519Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-02-07T00:45:04.584Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-02-07T00:45:04.584Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:45:04.584Z] 2.0.0-dev.83 [2021-02-07T00:45:04.584Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [2021-02-07T00:45:04.584Z] master [2021-02-07T00:45:04.584Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:45:05.082Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:45:05.482Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:45:05.482Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-07T00:45:05.482Z] beadab6dccd8: Preparing [2021-02-07T00:45:05.482Z] beadab6dccd8: Preparing [2021-02-07T00:45:05.482Z] 10dab507af1e: Preparing [2021-02-07T00:45:05.482Z] 67db2435e384: Preparing [2021-02-07T00:45:05.482Z] dcc0a8159557: Preparing [2021-02-07T00:45:05.482Z] c98c6e6482fc: Preparing [2021-02-07T00:45:05.482Z] 100e782c9ac7: Preparing [2021-02-07T00:45:05.482Z] 7e8c4b0d5ecb: Preparing [2021-02-07T00:45:05.482Z] 7e8c4b0d5ecb: Preparing [2021-02-07T00:45:05.482Z] f323a86b4cf7: Preparing [2021-02-07T00:45:05.482Z] 1444e07a5699: Preparing [2021-02-07T00:45:05.482Z] 379067d0cb53: Preparing [2021-02-07T00:45:05.482Z] 100e782c9ac7: Waiting [2021-02-07T00:45:05.482Z] 7e8c4b0d5ecb: Waiting [2021-02-07T00:45:05.482Z] f323a86b4cf7: Waiting [2021-02-07T00:45:05.482Z] 1444e07a5699: Waiting [2021-02-07T00:45:05.482Z] 379067d0cb53: Waiting [2021-02-07T00:45:06.099Z] dcc0a8159557: Pushed [2021-02-07T00:45:06.099Z] 10dab507af1e: Pushed [2021-02-07T00:45:06.099Z] beadab6dccd8: Pushed [2021-02-07T00:45:06.099Z] 100e782c9ac7: Layer already exists [2021-02-07T00:45:06.099Z] 7e8c4b0d5ecb: Pushed [2021-02-07T00:45:06.387Z] f323a86b4cf7: Pushed [2021-02-07T00:45:06.387Z] 1444e07a5699: Pushed [2021-02-07T00:45:06.387Z] 379067d0cb53: Layer already exists [2021-02-07T00:45:07.833Z] 67db2435e384: Pushed [2021-02-07T00:45:08.104Z] c98c6e6482fc: Pushed [2021-02-07T00:45:08.376Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9: digest: sha256:1b9c7ddaecd35823359df922f6d6814a34777eaff0e257cf57620b5d26c2ab95 size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:45:08.727Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:45:09.067Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.83 [2021-02-07T00:45:09.067Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-07T00:45:09.067Z] beadab6dccd8: Preparing [2021-02-07T00:45:09.067Z] beadab6dccd8: Preparing [2021-02-07T00:45:09.067Z] 10dab507af1e: Preparing [2021-02-07T00:45:09.067Z] 67db2435e384: Preparing [2021-02-07T00:45:09.067Z] dcc0a8159557: Preparing [2021-02-07T00:45:09.067Z] c98c6e6482fc: Preparing [2021-02-07T00:45:09.067Z] 100e782c9ac7: Preparing [2021-02-07T00:45:09.067Z] 7e8c4b0d5ecb: Preparing [2021-02-07T00:45:09.067Z] 7e8c4b0d5ecb: Preparing [2021-02-07T00:45:09.067Z] f323a86b4cf7: Preparing [2021-02-07T00:45:09.067Z] 1444e07a5699: Preparing [2021-02-07T00:45:09.067Z] 379067d0cb53: Preparing [2021-02-07T00:45:09.067Z] 1444e07a5699: Waiting [2021-02-07T00:45:09.067Z] 100e782c9ac7: Waiting [2021-02-07T00:45:09.067Z] 7e8c4b0d5ecb: Waiting [2021-02-07T00:45:09.067Z] f323a86b4cf7: Waiting [2021-02-07T00:45:09.067Z] 379067d0cb53: Waiting [2021-02-07T00:45:09.337Z] beadab6dccd8: Layer already exists [2021-02-07T00:45:09.337Z] 67db2435e384: Layer already exists [2021-02-07T00:45:09.337Z] c98c6e6482fc: Layer already exists [2021-02-07T00:45:09.337Z] 10dab507af1e: Layer already exists [2021-02-07T00:45:09.337Z] dcc0a8159557: Layer already exists [2021-02-07T00:45:09.337Z] 100e782c9ac7: Layer already exists [2021-02-07T00:45:09.337Z] f323a86b4cf7: Layer already exists [2021-02-07T00:45:09.337Z] 7e8c4b0d5ecb: Layer already exists [2021-02-07T00:45:09.337Z] 1444e07a5699: Layer already exists [2021-02-07T00:45:09.337Z] 379067d0cb53: Layer already exists [2021-02-07T00:45:09.337Z] 2.0.0-dev.83: digest: sha256:1b9c7ddaecd35823359df922f6d6814a34777eaff0e257cf57620b5d26c2ab95 size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:45:09.679Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:45:10.009Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [2021-02-07T00:45:10.009Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-07T00:45:10.009Z] beadab6dccd8: Preparing [2021-02-07T00:45:10.009Z] beadab6dccd8: Preparing [2021-02-07T00:45:10.009Z] 10dab507af1e: Preparing [2021-02-07T00:45:10.009Z] 67db2435e384: Preparing [2021-02-07T00:45:10.009Z] dcc0a8159557: Preparing [2021-02-07T00:45:10.009Z] c98c6e6482fc: Preparing [2021-02-07T00:45:10.009Z] 100e782c9ac7: Preparing [2021-02-07T00:45:10.009Z] 7e8c4b0d5ecb: Preparing [2021-02-07T00:45:10.009Z] 7e8c4b0d5ecb: Preparing [2021-02-07T00:45:10.009Z] f323a86b4cf7: Preparing [2021-02-07T00:45:10.010Z] 1444e07a5699: Preparing [2021-02-07T00:45:10.010Z] 379067d0cb53: Preparing [2021-02-07T00:45:10.010Z] 100e782c9ac7: Waiting [2021-02-07T00:45:10.010Z] 7e8c4b0d5ecb: Waiting [2021-02-07T00:45:10.010Z] f323a86b4cf7: Waiting [2021-02-07T00:45:10.010Z] 379067d0cb53: Waiting [2021-02-07T00:45:10.010Z] 1444e07a5699: Waiting [2021-02-07T00:45:10.280Z] dcc0a8159557: Layer already exists [2021-02-07T00:45:10.280Z] 67db2435e384: Layer already exists [2021-02-07T00:45:10.280Z] c98c6e6482fc: Layer already exists [2021-02-07T00:45:10.280Z] beadab6dccd8: Layer already exists [2021-02-07T00:45:10.280Z] 10dab507af1e: Layer already exists [2021-02-07T00:45:10.280Z] 7e8c4b0d5ecb: Layer already exists [2021-02-07T00:45:10.280Z] 100e782c9ac7: Layer already exists [2021-02-07T00:45:10.280Z] f323a86b4cf7: Layer already exists [2021-02-07T00:45:10.280Z] 379067d0cb53: Layer already exists [2021-02-07T00:45:10.280Z] 1444e07a5699: Layer already exists [2021-02-07T00:45:10.280Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83: digest: sha256:1b9c7ddaecd35823359df922f6d6814a34777eaff0e257cf57620b5d26c2ab95 size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:45:10.626Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:45:10.963Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-02-07T00:45:10.963Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-07T00:45:10.963Z] beadab6dccd8: Preparing [2021-02-07T00:45:10.963Z] beadab6dccd8: Preparing [2021-02-07T00:45:10.963Z] 10dab507af1e: Preparing [2021-02-07T00:45:10.963Z] 67db2435e384: Preparing [2021-02-07T00:45:10.963Z] dcc0a8159557: Preparing [2021-02-07T00:45:10.963Z] c98c6e6482fc: Preparing [2021-02-07T00:45:10.963Z] 100e782c9ac7: Preparing [2021-02-07T00:45:10.963Z] 7e8c4b0d5ecb: Preparing [2021-02-07T00:45:10.963Z] 7e8c4b0d5ecb: Preparing [2021-02-07T00:45:10.963Z] f323a86b4cf7: Preparing [2021-02-07T00:45:10.963Z] 1444e07a5699: Preparing [2021-02-07T00:45:10.963Z] 379067d0cb53: Preparing [2021-02-07T00:45:10.963Z] 100e782c9ac7: Waiting [2021-02-07T00:45:10.963Z] 7e8c4b0d5ecb: Waiting [2021-02-07T00:45:10.963Z] f323a86b4cf7: Waiting [2021-02-07T00:45:10.963Z] 1444e07a5699: Waiting [2021-02-07T00:45:11.233Z] c98c6e6482fc: Layer already exists [2021-02-07T00:45:11.233Z] dcc0a8159557: Layer already exists [2021-02-07T00:45:11.233Z] 67db2435e384: Layer already exists [2021-02-07T00:45:11.233Z] beadab6dccd8: Layer already exists [2021-02-07T00:45:11.233Z] 10dab507af1e: Layer already exists [2021-02-07T00:45:11.233Z] 7e8c4b0d5ecb: Layer already exists [2021-02-07T00:45:11.233Z] f323a86b4cf7: Layer already exists [2021-02-07T00:45:11.233Z] 100e782c9ac7: Layer already exists [2021-02-07T00:45:11.233Z] 1444e07a5699: Layer already exists [2021-02-07T00:45:11.233Z] 379067d0cb53: Layer already exists [2021-02-07T00:45:11.233Z] master: digest: sha256:1b9c7ddaecd35823359df922f6d6814a34777eaff0e257cf57620b5d26c2ab95 size: 2820 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-07T00:45:11.424Z] ===================================================== [Pipeline] echo [2021-02-07T00:45:11.469Z] taggedImages: [2021-02-07T00:45:11.469Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:45:11.469Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.83 [2021-02-07T00:45:11.469Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [2021-02-07T00:45:11.469Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-02-07T00:45:11.532Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-02-07T00:45:11.532Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:45:11.532Z] 2.0.0-dev.83 [2021-02-07T00:45:11.532Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [2021-02-07T00:45:11.532Z] master [2021-02-07T00:45:11.532Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:45:12.031Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:45:12.383Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:45:12.383Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-07T00:45:12.383Z] 2497bf6b4093: Preparing [2021-02-07T00:45:12.383Z] e29eff108451: Preparing [2021-02-07T00:45:12.383Z] e0ac48bef513: Preparing [2021-02-07T00:45:12.383Z] 355d80c224bf: Preparing [2021-02-07T00:45:12.383Z] 475b11fe1096: Preparing [2021-02-07T00:45:12.383Z] 379067d0cb53: Preparing [2021-02-07T00:45:12.383Z] 379067d0cb53: Waiting [2021-02-07T00:45:12.658Z] e0ac48bef513: Pushed [2021-02-07T00:45:12.658Z] 355d80c224bf: Pushed [2021-02-07T00:45:12.941Z] 379067d0cb53: Layer already exists [2021-02-07T00:45:13.214Z] 475b11fe1096: Pushed [2021-02-07T00:45:14.647Z] e29eff108451: Pushed [2021-02-07T00:45:14.918Z] 2497bf6b4093: Pushed [2021-02-07T00:45:15.188Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9: digest: sha256:37ecf154499cf94d1ad29f60994c767a231dbe785a7130d10658e45cffc57f4d size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:45:15.527Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:45:15.868Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.83 [2021-02-07T00:45:15.868Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-07T00:45:15.868Z] 2497bf6b4093: Preparing [2021-02-07T00:45:15.868Z] e29eff108451: Preparing [2021-02-07T00:45:15.868Z] e0ac48bef513: Preparing [2021-02-07T00:45:15.868Z] 355d80c224bf: Preparing [2021-02-07T00:45:15.868Z] 475b11fe1096: Preparing [2021-02-07T00:45:15.868Z] 379067d0cb53: Preparing [2021-02-07T00:45:15.868Z] 379067d0cb53: Waiting [2021-02-07T00:45:16.138Z] 2497bf6b4093: Layer already exists [2021-02-07T00:45:16.139Z] 355d80c224bf: Layer already exists [2021-02-07T00:45:16.139Z] 475b11fe1096: Layer already exists [2021-02-07T00:45:16.139Z] e29eff108451: Layer already exists [2021-02-07T00:45:16.139Z] e0ac48bef513: Layer already exists [2021-02-07T00:45:16.139Z] 379067d0cb53: Layer already exists [2021-02-07T00:45:16.139Z] 2.0.0-dev.83: digest: sha256:37ecf154499cf94d1ad29f60994c767a231dbe785a7130d10658e45cffc57f4d size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:45:16.476Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:45:16.812Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [2021-02-07T00:45:16.812Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-07T00:45:16.812Z] 2497bf6b4093: Preparing [2021-02-07T00:45:16.812Z] e29eff108451: Preparing [2021-02-07T00:45:16.812Z] e0ac48bef513: Preparing [2021-02-07T00:45:16.812Z] 355d80c224bf: Preparing [2021-02-07T00:45:16.812Z] 475b11fe1096: Preparing [2021-02-07T00:45:16.812Z] 379067d0cb53: Preparing [2021-02-07T00:45:16.812Z] 379067d0cb53: Waiting [2021-02-07T00:45:17.082Z] e29eff108451: Layer already exists [2021-02-07T00:45:17.082Z] 2497bf6b4093: Layer already exists [2021-02-07T00:45:17.082Z] e0ac48bef513: Layer already exists [2021-02-07T00:45:17.082Z] 355d80c224bf: Layer already exists [2021-02-07T00:45:17.082Z] 475b11fe1096: Layer already exists [2021-02-07T00:45:17.082Z] 379067d0cb53: Layer already exists [2021-02-07T00:45:17.082Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83: digest: sha256:37ecf154499cf94d1ad29f60994c767a231dbe785a7130d10658e45cffc57f4d size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:45:17.420Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:45:17.753Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-02-07T00:45:17.753Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-07T00:45:17.753Z] 2497bf6b4093: Preparing [2021-02-07T00:45:17.753Z] e29eff108451: Preparing [2021-02-07T00:45:17.753Z] e0ac48bef513: Preparing [2021-02-07T00:45:17.753Z] 355d80c224bf: Preparing [2021-02-07T00:45:17.753Z] 475b11fe1096: Preparing [2021-02-07T00:45:17.753Z] 379067d0cb53: Preparing [2021-02-07T00:45:17.753Z] 379067d0cb53: Waiting [2021-02-07T00:45:18.025Z] e0ac48bef513: Layer already exists [2021-02-07T00:45:18.025Z] 355d80c224bf: Layer already exists [2021-02-07T00:45:18.025Z] 475b11fe1096: Layer already exists [2021-02-07T00:45:18.025Z] 2497bf6b4093: Layer already exists [2021-02-07T00:45:18.025Z] e29eff108451: Layer already exists [2021-02-07T00:45:18.025Z] 379067d0cb53: Layer already exists [2021-02-07T00:45:18.025Z] master: digest: sha256:37ecf154499cf94d1ad29f60994c767a231dbe785a7130d10658e45cffc57f4d size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-07T00:45:18.203Z] ===================================================== [Pipeline] echo [2021-02-07T00:45:18.247Z] taggedImages: [2021-02-07T00:45:18.247Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:45:18.247Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.83 [2021-02-07T00:45:18.247Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [2021-02-07T00:45:18.247Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-02-07T00:45:18.312Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-02-07T00:45:18.312Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:45:18.312Z] 2.0.0-dev.83 [2021-02-07T00:45:18.312Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [2021-02-07T00:45:18.312Z] master [2021-02-07T00:45:18.312Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:45:18.837Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:45:19.171Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:45:19.171Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-07T00:45:19.171Z] c998f2714d35: Preparing [2021-02-07T00:45:19.171Z] 47cb4ef5bb90: Preparing [2021-02-07T00:45:19.171Z] b4a767bc86dc: Preparing [2021-02-07T00:45:19.171Z] f209c99770bb: Preparing [2021-02-07T00:45:19.171Z] f8a5787771c4: Preparing [2021-02-07T00:45:19.171Z] c660372e47dd: Preparing [2021-02-07T00:45:19.171Z] ae6a2ecb8e6e: Preparing [2021-02-07T00:45:19.171Z] 50d74c2d20c2: Preparing [2021-02-07T00:45:19.171Z] 379067d0cb53: Preparing [2021-02-07T00:45:19.171Z] c660372e47dd: Waiting [2021-02-07T00:45:19.171Z] ae6a2ecb8e6e: Waiting [2021-02-07T00:45:19.171Z] 379067d0cb53: Waiting [2021-02-07T00:45:19.446Z] 47cb4ef5bb90: Pushed [2021-02-07T00:45:19.446Z] f8a5787771c4: Pushed [2021-02-07T00:45:19.446Z] c998f2714d35: Pushed [2021-02-07T00:45:19.721Z] c660372e47dd: Pushed [2021-02-07T00:45:19.721Z] ae6a2ecb8e6e: Pushed [2021-02-07T00:45:19.994Z] 379067d0cb53: Layer already exists [2021-02-07T00:45:20.269Z] 50d74c2d20c2: Pushed [2021-02-07T00:45:21.695Z] f209c99770bb: Pushed [2021-02-07T00:45:21.695Z] b4a767bc86dc: Pushed [2021-02-07T00:45:21.965Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9: digest: sha256:44fe9c49bf79cfcc9ec535a53949f9eb3c8af4ad69dfb968653be832b2ddc114 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:45:22.300Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:45:22.633Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.83 [2021-02-07T00:45:22.633Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-07T00:45:22.633Z] c998f2714d35: Preparing [2021-02-07T00:45:22.633Z] 47cb4ef5bb90: Preparing [2021-02-07T00:45:22.633Z] b4a767bc86dc: Preparing [2021-02-07T00:45:22.633Z] f209c99770bb: Preparing [2021-02-07T00:45:22.633Z] f8a5787771c4: Preparing [2021-02-07T00:45:22.633Z] c660372e47dd: Preparing [2021-02-07T00:45:22.633Z] ae6a2ecb8e6e: Preparing [2021-02-07T00:45:22.633Z] 50d74c2d20c2: Preparing [2021-02-07T00:45:22.633Z] 379067d0cb53: Preparing [2021-02-07T00:45:22.633Z] ae6a2ecb8e6e: Waiting [2021-02-07T00:45:22.633Z] 50d74c2d20c2: Waiting [2021-02-07T00:45:22.633Z] 379067d0cb53: Waiting [2021-02-07T00:45:22.633Z] c660372e47dd: Waiting [2021-02-07T00:45:22.904Z] f8a5787771c4: Layer already exists [2021-02-07T00:45:22.904Z] f209c99770bb: Layer already exists [2021-02-07T00:45:22.904Z] 47cb4ef5bb90: Layer already exists [2021-02-07T00:45:22.904Z] b4a767bc86dc: Layer already exists [2021-02-07T00:45:22.904Z] c998f2714d35: Layer already exists [2021-02-07T00:45:22.904Z] c660372e47dd: Layer already exists [2021-02-07T00:45:22.904Z] 50d74c2d20c2: Layer already exists [2021-02-07T00:45:22.904Z] ae6a2ecb8e6e: Layer already exists [2021-02-07T00:45:22.904Z] 379067d0cb53: Layer already exists [2021-02-07T00:45:22.904Z] 2.0.0-dev.83: digest: sha256:44fe9c49bf79cfcc9ec535a53949f9eb3c8af4ad69dfb968653be832b2ddc114 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:45:23.246Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:45:23.585Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [2021-02-07T00:45:23.585Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-07T00:45:23.585Z] c998f2714d35: Preparing [2021-02-07T00:45:23.585Z] 47cb4ef5bb90: Preparing [2021-02-07T00:45:23.585Z] b4a767bc86dc: Preparing [2021-02-07T00:45:23.585Z] f209c99770bb: Preparing [2021-02-07T00:45:23.585Z] f8a5787771c4: Preparing [2021-02-07T00:45:23.585Z] c660372e47dd: Preparing [2021-02-07T00:45:23.585Z] ae6a2ecb8e6e: Preparing [2021-02-07T00:45:23.585Z] 50d74c2d20c2: Preparing [2021-02-07T00:45:23.585Z] 379067d0cb53: Preparing [2021-02-07T00:45:23.585Z] ae6a2ecb8e6e: Waiting [2021-02-07T00:45:23.585Z] 50d74c2d20c2: Waiting [2021-02-07T00:45:23.585Z] 379067d0cb53: Waiting [2021-02-07T00:45:23.585Z] c660372e47dd: Waiting [2021-02-07T00:45:23.856Z] b4a767bc86dc: Layer already exists [2021-02-07T00:45:23.856Z] f209c99770bb: Layer already exists [2021-02-07T00:45:23.856Z] f8a5787771c4: Layer already exists [2021-02-07T00:45:23.856Z] c998f2714d35: Layer already exists [2021-02-07T00:45:23.856Z] 47cb4ef5bb90: Layer already exists [2021-02-07T00:45:23.856Z] c660372e47dd: Layer already exists [2021-02-07T00:45:23.856Z] ae6a2ecb8e6e: Layer already exists [2021-02-07T00:45:23.856Z] 50d74c2d20c2: Layer already exists [2021-02-07T00:45:23.856Z] 379067d0cb53: Layer already exists [2021-02-07T00:45:23.856Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83: digest: sha256:44fe9c49bf79cfcc9ec535a53949f9eb3c8af4ad69dfb968653be832b2ddc114 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:45:24.199Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:45:24.535Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-02-07T00:45:24.535Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-07T00:45:24.535Z] c998f2714d35: Preparing [2021-02-07T00:45:24.535Z] 47cb4ef5bb90: Preparing [2021-02-07T00:45:24.535Z] b4a767bc86dc: Preparing [2021-02-07T00:45:24.535Z] f209c99770bb: Preparing [2021-02-07T00:45:24.535Z] f8a5787771c4: Preparing [2021-02-07T00:45:24.535Z] c660372e47dd: Preparing [2021-02-07T00:45:24.535Z] ae6a2ecb8e6e: Preparing [2021-02-07T00:45:24.535Z] 50d74c2d20c2: Preparing [2021-02-07T00:45:24.535Z] 379067d0cb53: Preparing [2021-02-07T00:45:24.535Z] ae6a2ecb8e6e: Waiting [2021-02-07T00:45:24.535Z] 50d74c2d20c2: Waiting [2021-02-07T00:45:24.535Z] 379067d0cb53: Waiting [2021-02-07T00:45:24.535Z] c660372e47dd: Waiting [2021-02-07T00:45:24.535Z] 47cb4ef5bb90: Layer already exists [2021-02-07T00:45:24.535Z] f8a5787771c4: Layer already exists [2021-02-07T00:45:24.535Z] b4a767bc86dc: Layer already exists [2021-02-07T00:45:24.535Z] c998f2714d35: Layer already exists [2021-02-07T00:45:24.535Z] f209c99770bb: Layer already exists [2021-02-07T00:45:24.805Z] ae6a2ecb8e6e: Layer already exists [2021-02-07T00:45:24.805Z] c660372e47dd: Layer already exists [2021-02-07T00:45:24.805Z] 50d74c2d20c2: Layer already exists [2021-02-07T00:45:24.805Z] 379067d0cb53: Layer already exists [2021-02-07T00:45:24.806Z] master: digest: sha256:44fe9c49bf79cfcc9ec535a53949f9eb3c8af4ad69dfb968653be832b2ddc114 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-07T00:45:24.988Z] ===================================================== [Pipeline] echo [2021-02-07T00:45:25.033Z] taggedImages: [2021-02-07T00:45:25.033Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:45:25.033Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.83 [2021-02-07T00:45:25.033Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [2021-02-07T00:45:25.033Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-02-07T00:45:25.095Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-02-07T00:45:25.095Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:45:25.095Z] 2.0.0-dev.83 [2021-02-07T00:45:25.095Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [2021-02-07T00:45:25.095Z] master [2021-02-07T00:45:25.095Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:45:25.588Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:45:25.951Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:45:25.951Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-07T00:45:25.951Z] a0872637bc78: Preparing [2021-02-07T00:45:25.951Z] 21fae93dfebe: Preparing [2021-02-07T00:45:25.951Z] 100e782c9ac7: Preparing [2021-02-07T00:45:25.951Z] 8ef8bed58d3d: Preparing [2021-02-07T00:45:25.951Z] 379067d0cb53: Preparing [2021-02-07T00:45:26.225Z] 379067d0cb53: Layer already exists [2021-02-07T00:45:26.225Z] 100e782c9ac7: Layer already exists [2021-02-07T00:45:26.225Z] a0872637bc78: Pushed [2021-02-07T00:45:26.497Z] 8ef8bed58d3d: Pushed [2021-02-07T00:45:29.108Z] 21fae93dfebe: Pushed [2021-02-07T00:45:29.108Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9: digest: sha256:f417e8fb6c4fe5486db6411e95b1dc0bb17b28dafa106b5c1bf9383d47a34866 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:45:29.776Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:45:30.172Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.83 [2021-02-07T00:45:30.173Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-07T00:45:30.173Z] a0872637bc78: Preparing [2021-02-07T00:45:30.173Z] 21fae93dfebe: Preparing [2021-02-07T00:45:30.173Z] 100e782c9ac7: Preparing [2021-02-07T00:45:30.173Z] 8ef8bed58d3d: Preparing [2021-02-07T00:45:30.173Z] 379067d0cb53: Preparing [2021-02-07T00:45:30.457Z] 21fae93dfebe: Layer already exists [2021-02-07T00:45:30.457Z] 379067d0cb53: Layer already exists [2021-02-07T00:45:30.457Z] 100e782c9ac7: Layer already exists [2021-02-07T00:45:30.457Z] a0872637bc78: Layer already exists [2021-02-07T00:45:30.457Z] 8ef8bed58d3d: Layer already exists [2021-02-07T00:45:30.457Z] 2.0.0-dev.83: digest: sha256:f417e8fb6c4fe5486db6411e95b1dc0bb17b28dafa106b5c1bf9383d47a34866 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:45:30.810Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:45:31.149Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [2021-02-07T00:45:31.150Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-07T00:45:31.150Z] a0872637bc78: Preparing [2021-02-07T00:45:31.150Z] 21fae93dfebe: Preparing [2021-02-07T00:45:31.150Z] 100e782c9ac7: Preparing [2021-02-07T00:45:31.150Z] 8ef8bed58d3d: Preparing [2021-02-07T00:45:31.150Z] 379067d0cb53: Preparing [2021-02-07T00:45:31.421Z] 100e782c9ac7: Layer already exists [2021-02-07T00:45:31.421Z] 8ef8bed58d3d: Layer already exists [2021-02-07T00:45:31.421Z] 379067d0cb53: Layer already exists [2021-02-07T00:45:31.421Z] a0872637bc78: Layer already exists [2021-02-07T00:45:31.421Z] 21fae93dfebe: Layer already exists [2021-02-07T00:45:31.421Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83: digest: sha256:f417e8fb6c4fe5486db6411e95b1dc0bb17b28dafa106b5c1bf9383d47a34866 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:45:31.767Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:45:32.108Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-02-07T00:45:32.108Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-07T00:45:32.108Z] a0872637bc78: Preparing [2021-02-07T00:45:32.108Z] 21fae93dfebe: Preparing [2021-02-07T00:45:32.108Z] 100e782c9ac7: Preparing [2021-02-07T00:45:32.108Z] 8ef8bed58d3d: Preparing [2021-02-07T00:45:32.108Z] 379067d0cb53: Preparing [2021-02-07T00:45:32.385Z] 100e782c9ac7: Layer already exists [2021-02-07T00:45:32.385Z] 8ef8bed58d3d: Layer already exists [2021-02-07T00:45:32.385Z] a0872637bc78: Layer already exists [2021-02-07T00:45:32.385Z] 379067d0cb53: Layer already exists [2021-02-07T00:45:32.385Z] 21fae93dfebe: Layer already exists [2021-02-07T00:45:32.385Z] master: digest: sha256:f417e8fb6c4fe5486db6411e95b1dc0bb17b28dafa106b5c1bf9383d47a34866 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-07T00:45:32.585Z] ===================================================== [Pipeline] echo [2021-02-07T00:45:32.633Z] taggedImages: [2021-02-07T00:45:32.633Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:45:32.633Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.83 [2021-02-07T00:45:32.633Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [2021-02-07T00:45:32.633Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-02-07T00:45:32.694Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-02-07T00:45:32.694Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:45:32.694Z] 2.0.0-dev.83 [2021-02-07T00:45:32.694Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [2021-02-07T00:45:32.694Z] master [2021-02-07T00:45:32.694Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:45:33.215Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:45:33.557Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:45:33.558Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-07T00:45:33.558Z] 2ed7aca53fcc: Preparing [2021-02-07T00:45:33.558Z] 086360076961: Preparing [2021-02-07T00:45:33.558Z] 100e782c9ac7: Preparing [2021-02-07T00:45:33.558Z] 9645e1ac4369: Preparing [2021-02-07T00:45:33.558Z] 379067d0cb53: Preparing [2021-02-07T00:45:33.831Z] 9645e1ac4369: Layer already exists [2021-02-07T00:45:33.831Z] 379067d0cb53: Layer already exists [2021-02-07T00:45:33.831Z] 100e782c9ac7: Layer already exists [2021-02-07T00:45:33.831Z] 2ed7aca53fcc: Pushed [2021-02-07T00:45:36.454Z] 086360076961: Pushed [2021-02-07T00:45:36.454Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9: digest: sha256:f093398b2eb516f7272bbb5574c3c948df16c0073c63bab53ef268ab0bc37762 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:45:36.837Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:45:37.185Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.83 [2021-02-07T00:45:37.185Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-07T00:45:37.185Z] 2ed7aca53fcc: Preparing [2021-02-07T00:45:37.185Z] 086360076961: Preparing [2021-02-07T00:45:37.185Z] 100e782c9ac7: Preparing [2021-02-07T00:45:37.185Z] 9645e1ac4369: Preparing [2021-02-07T00:45:37.185Z] 379067d0cb53: Preparing [2021-02-07T00:45:37.460Z] 9645e1ac4369: Layer already exists [2021-02-07T00:45:37.460Z] 2ed7aca53fcc: Layer already exists [2021-02-07T00:45:37.460Z] 379067d0cb53: Layer already exists [2021-02-07T00:45:37.460Z] 100e782c9ac7: Layer already exists [2021-02-07T00:45:37.460Z] 086360076961: Layer already exists [2021-02-07T00:45:37.460Z] 2.0.0-dev.83: digest: sha256:f093398b2eb516f7272bbb5574c3c948df16c0073c63bab53ef268ab0bc37762 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:45:37.815Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:45:38.161Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [2021-02-07T00:45:38.161Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-07T00:45:38.161Z] 2ed7aca53fcc: Preparing [2021-02-07T00:45:38.161Z] 086360076961: Preparing [2021-02-07T00:45:38.161Z] 100e782c9ac7: Preparing [2021-02-07T00:45:38.161Z] 9645e1ac4369: Preparing [2021-02-07T00:45:38.161Z] 379067d0cb53: Preparing [2021-02-07T00:45:38.435Z] 379067d0cb53: Layer already exists [2021-02-07T00:45:38.435Z] 100e782c9ac7: Layer already exists [2021-02-07T00:45:38.435Z] 086360076961: Layer already exists [2021-02-07T00:45:38.435Z] 2ed7aca53fcc: Layer already exists [2021-02-07T00:45:38.435Z] 9645e1ac4369: Layer already exists [2021-02-07T00:45:38.435Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83: digest: sha256:f093398b2eb516f7272bbb5574c3c948df16c0073c63bab53ef268ab0bc37762 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:45:38.782Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:45:39.125Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-02-07T00:45:39.125Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-07T00:45:39.125Z] 2ed7aca53fcc: Preparing [2021-02-07T00:45:39.125Z] 086360076961: Preparing [2021-02-07T00:45:39.125Z] 100e782c9ac7: Preparing [2021-02-07T00:45:39.125Z] 9645e1ac4369: Preparing [2021-02-07T00:45:39.125Z] 379067d0cb53: Preparing [2021-02-07T00:45:39.399Z] 9645e1ac4369: Layer already exists [2021-02-07T00:45:39.399Z] 100e782c9ac7: Layer already exists [2021-02-07T00:45:39.399Z] 2ed7aca53fcc: Layer already exists [2021-02-07T00:45:39.399Z] 379067d0cb53: Layer already exists [2021-02-07T00:45:39.399Z] 086360076961: Layer already exists [2021-02-07T00:45:39.399Z] master: digest: sha256:f093398b2eb516f7272bbb5574c3c948df16c0073c63bab53ef268ab0bc37762 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-07T00:45:39.587Z] ===================================================== [Pipeline] echo [2021-02-07T00:45:39.633Z] taggedImages: [2021-02-07T00:45:39.633Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:45:39.633Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.83 [2021-02-07T00:45:39.633Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [2021-02-07T00:45:39.633Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-02-07T00:45:39.696Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-02-07T00:45:39.696Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:45:39.696Z] 2.0.0-dev.83 [2021-02-07T00:45:39.696Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [2021-02-07T00:45:39.696Z] master [2021-02-07T00:45:39.696Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:45:40.198Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:45:40.538Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:45:40.538Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-07T00:45:40.538Z] d72233bcb749: Preparing [2021-02-07T00:45:40.538Z] afc234c17a94: Preparing [2021-02-07T00:45:40.538Z] f7e8c40d50ac: Preparing [2021-02-07T00:45:40.538Z] 2101eceec59d: Preparing [2021-02-07T00:45:40.538Z] eb6e5fbdf03b: Preparing [2021-02-07T00:45:40.538Z] f4285faeb951: Preparing [2021-02-07T00:45:40.538Z] af942271357e: Preparing [2021-02-07T00:45:40.539Z] 9ded3b6bb9b5: Preparing [2021-02-07T00:45:40.539Z] fa1afe8e6ed9: Preparing [2021-02-07T00:45:40.539Z] 87a09b4c083e: Preparing [2021-02-07T00:45:40.539Z] 0f74e9ff2a61: Preparing [2021-02-07T00:45:40.539Z] b122376c33c6: Preparing [2021-02-07T00:45:40.539Z] f8381ed47b22: Preparing [2021-02-07T00:45:40.539Z] e934a737d657: Preparing [2021-02-07T00:45:40.539Z] af942271357e: Waiting [2021-02-07T00:45:40.539Z] 87a09b4c083e: Waiting [2021-02-07T00:45:40.539Z] f4285faeb951: Waiting [2021-02-07T00:45:40.539Z] f8381ed47b22: Waiting [2021-02-07T00:45:40.539Z] 0f74e9ff2a61: Waiting [2021-02-07T00:45:40.539Z] b122376c33c6: Waiting [2021-02-07T00:45:40.539Z] 9ded3b6bb9b5: Waiting [2021-02-07T00:45:40.539Z] fa1afe8e6ed9: Waiting [2021-02-07T00:45:40.539Z] e934a737d657: Waiting [2021-02-07T00:45:41.137Z] eb6e5fbdf03b: Pushed [2021-02-07T00:45:41.416Z] d72233bcb749: Pushed [2021-02-07T00:45:42.019Z] 2101eceec59d: Pushed [2021-02-07T00:45:42.019Z] 9ded3b6bb9b5: Layer already exists [2021-02-07T00:45:42.019Z] fa1afe8e6ed9: Layer already exists [2021-02-07T00:45:42.019Z] 87a09b4c083e: Layer already exists [2021-02-07T00:45:42.019Z] af942271357e: Pushed [2021-02-07T00:45:42.298Z] 0f74e9ff2a61: Layer already exists [2021-02-07T00:45:42.298Z] b122376c33c6: Layer already exists [2021-02-07T00:45:42.298Z] f8381ed47b22: Layer already exists [2021-02-07T00:45:42.298Z] e934a737d657: Layer already exists [2021-02-07T00:45:42.574Z] afc234c17a94: Pushed [2021-02-07T00:45:43.548Z] f4285faeb951: Pushed [2021-02-07T00:45:53.702Z] f7e8c40d50ac: Pushed [2021-02-07T00:45:53.702Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9: digest: sha256:790ee7853f03951848585175cb124dd4f7879e33966a15ea5ba25fe7bc7e7d68 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:45:54.049Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:45:54.388Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.83 [2021-02-07T00:45:54.388Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-07T00:45:54.388Z] d72233bcb749: Preparing [2021-02-07T00:45:54.388Z] afc234c17a94: Preparing [2021-02-07T00:45:54.388Z] f7e8c40d50ac: Preparing [2021-02-07T00:45:54.388Z] 2101eceec59d: Preparing [2021-02-07T00:45:54.388Z] eb6e5fbdf03b: Preparing [2021-02-07T00:45:54.388Z] f4285faeb951: Preparing [2021-02-07T00:45:54.388Z] af942271357e: Preparing [2021-02-07T00:45:54.388Z] 9ded3b6bb9b5: Preparing [2021-02-07T00:45:54.388Z] fa1afe8e6ed9: Preparing [2021-02-07T00:45:54.388Z] 87a09b4c083e: Preparing [2021-02-07T00:45:54.388Z] 0f74e9ff2a61: Preparing [2021-02-07T00:45:54.388Z] b122376c33c6: Preparing [2021-02-07T00:45:54.388Z] f8381ed47b22: Preparing [2021-02-07T00:45:54.388Z] e934a737d657: Preparing [2021-02-07T00:45:54.388Z] 87a09b4c083e: Waiting [2021-02-07T00:45:54.388Z] 0f74e9ff2a61: Waiting [2021-02-07T00:45:54.388Z] f4285faeb951: Waiting [2021-02-07T00:45:54.388Z] af942271357e: Waiting [2021-02-07T00:45:54.388Z] 9ded3b6bb9b5: Waiting [2021-02-07T00:45:54.388Z] fa1afe8e6ed9: Waiting [2021-02-07T00:45:54.388Z] b122376c33c6: Waiting [2021-02-07T00:45:54.388Z] e934a737d657: Waiting [2021-02-07T00:45:54.388Z] f8381ed47b22: Waiting [2021-02-07T00:45:54.659Z] 2101eceec59d: Layer already exists [2021-02-07T00:45:54.659Z] afc234c17a94: Layer already exists [2021-02-07T00:45:54.659Z] eb6e5fbdf03b: Layer already exists [2021-02-07T00:45:54.659Z] d72233bcb749: Layer already exists [2021-02-07T00:45:54.659Z] f7e8c40d50ac: Layer already exists [2021-02-07T00:45:54.659Z] af942271357e: Layer already exists [2021-02-07T00:45:54.659Z] f4285faeb951: Layer already exists [2021-02-07T00:45:54.659Z] 9ded3b6bb9b5: Layer already exists [2021-02-07T00:45:54.659Z] 87a09b4c083e: Layer already exists [2021-02-07T00:45:54.659Z] fa1afe8e6ed9: Layer already exists [2021-02-07T00:45:54.659Z] b122376c33c6: Layer already exists [2021-02-07T00:45:54.659Z] 0f74e9ff2a61: Layer already exists [2021-02-07T00:45:54.659Z] f8381ed47b22: Layer already exists [2021-02-07T00:45:54.659Z] e934a737d657: Layer already exists [2021-02-07T00:45:54.659Z] 2.0.0-dev.83: digest: sha256:790ee7853f03951848585175cb124dd4f7879e33966a15ea5ba25fe7bc7e7d68 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:45:55.001Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:45:55.339Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [2021-02-07T00:45:55.339Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-07T00:45:55.339Z] d72233bcb749: Preparing [2021-02-07T00:45:55.339Z] afc234c17a94: Preparing [2021-02-07T00:45:55.339Z] f7e8c40d50ac: Preparing [2021-02-07T00:45:55.339Z] 2101eceec59d: Preparing [2021-02-07T00:45:55.339Z] eb6e5fbdf03b: Preparing [2021-02-07T00:45:55.339Z] f4285faeb951: Preparing [2021-02-07T00:45:55.339Z] af942271357e: Preparing [2021-02-07T00:45:55.339Z] 9ded3b6bb9b5: Preparing [2021-02-07T00:45:55.339Z] fa1afe8e6ed9: Preparing [2021-02-07T00:45:55.339Z] 87a09b4c083e: Preparing [2021-02-07T00:45:55.339Z] 0f74e9ff2a61: Preparing [2021-02-07T00:45:55.339Z] b122376c33c6: Preparing [2021-02-07T00:45:55.339Z] f8381ed47b22: Preparing [2021-02-07T00:45:55.339Z] e934a737d657: Preparing [2021-02-07T00:45:55.339Z] f4285faeb951: Waiting [2021-02-07T00:45:55.339Z] af942271357e: Waiting [2021-02-07T00:45:55.339Z] b122376c33c6: Waiting [2021-02-07T00:45:55.339Z] fa1afe8e6ed9: Waiting [2021-02-07T00:45:55.339Z] f8381ed47b22: Waiting [2021-02-07T00:45:55.339Z] 87a09b4c083e: Waiting [2021-02-07T00:45:55.339Z] e934a737d657: Waiting [2021-02-07T00:45:55.339Z] 0f74e9ff2a61: Waiting [2021-02-07T00:45:55.339Z] 9ded3b6bb9b5: Waiting [2021-02-07T00:45:55.613Z] afc234c17a94: Layer already exists [2021-02-07T00:45:55.613Z] f7e8c40d50ac: Layer already exists [2021-02-07T00:45:55.613Z] eb6e5fbdf03b: Layer already exists [2021-02-07T00:45:55.613Z] 2101eceec59d: Layer already exists [2021-02-07T00:45:55.613Z] d72233bcb749: Layer already exists [2021-02-07T00:45:55.613Z] 9ded3b6bb9b5: Layer already exists [2021-02-07T00:45:55.613Z] af942271357e: Layer already exists [2021-02-07T00:45:55.613Z] fa1afe8e6ed9: Layer already exists [2021-02-07T00:45:55.613Z] f4285faeb951: Layer already exists [2021-02-07T00:45:55.613Z] 87a09b4c083e: Layer already exists [2021-02-07T00:45:55.613Z] 0f74e9ff2a61: Layer already exists [2021-02-07T00:45:55.613Z] f8381ed47b22: Layer already exists [2021-02-07T00:45:55.613Z] b122376c33c6: Layer already exists [2021-02-07T00:45:55.613Z] e934a737d657: Layer already exists [2021-02-07T00:45:55.613Z] 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83: digest: sha256:790ee7853f03951848585175cb124dd4f7879e33966a15ea5ba25fe7bc7e7d68 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:45:55.960Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:45:56.307Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-02-07T00:45:56.307Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-07T00:45:56.307Z] d72233bcb749: Preparing [2021-02-07T00:45:56.307Z] afc234c17a94: Preparing [2021-02-07T00:45:56.307Z] f7e8c40d50ac: Preparing [2021-02-07T00:45:56.307Z] 2101eceec59d: Preparing [2021-02-07T00:45:56.307Z] eb6e5fbdf03b: Preparing [2021-02-07T00:45:56.307Z] f4285faeb951: Preparing [2021-02-07T00:45:56.307Z] af942271357e: Preparing [2021-02-07T00:45:56.307Z] 9ded3b6bb9b5: Preparing [2021-02-07T00:45:56.307Z] fa1afe8e6ed9: Preparing [2021-02-07T00:45:56.307Z] 87a09b4c083e: Preparing [2021-02-07T00:45:56.307Z] 0f74e9ff2a61: Preparing [2021-02-07T00:45:56.307Z] b122376c33c6: Preparing [2021-02-07T00:45:56.307Z] f8381ed47b22: Preparing [2021-02-07T00:45:56.307Z] e934a737d657: Preparing [2021-02-07T00:45:56.307Z] f4285faeb951: Waiting [2021-02-07T00:45:56.307Z] 87a09b4c083e: Waiting [2021-02-07T00:45:56.307Z] af942271357e: Waiting [2021-02-07T00:45:56.307Z] 0f74e9ff2a61: Waiting [2021-02-07T00:45:56.307Z] b122376c33c6: Waiting [2021-02-07T00:45:56.307Z] f8381ed47b22: Waiting [2021-02-07T00:45:56.307Z] e934a737d657: Waiting [2021-02-07T00:45:56.307Z] 9ded3b6bb9b5: Waiting [2021-02-07T00:45:56.307Z] fa1afe8e6ed9: Waiting [2021-02-07T00:45:56.580Z] f7e8c40d50ac: Layer already exists [2021-02-07T00:45:56.580Z] afc234c17a94: Layer already exists [2021-02-07T00:45:56.580Z] d72233bcb749: Layer already exists [2021-02-07T00:45:56.580Z] eb6e5fbdf03b: Layer already exists [2021-02-07T00:45:56.580Z] 2101eceec59d: Layer already exists [2021-02-07T00:45:56.580Z] af942271357e: Layer already exists [2021-02-07T00:45:56.580Z] f4285faeb951: Layer already exists [2021-02-07T00:45:56.580Z] 9ded3b6bb9b5: Layer already exists [2021-02-07T00:45:56.580Z] 87a09b4c083e: Layer already exists [2021-02-07T00:45:56.580Z] fa1afe8e6ed9: Layer already exists [2021-02-07T00:45:56.580Z] b122376c33c6: Layer already exists [2021-02-07T00:45:56.580Z] 0f74e9ff2a61: Layer already exists [2021-02-07T00:45:56.580Z] f8381ed47b22: Layer already exists [2021-02-07T00:45:56.580Z] e934a737d657: Layer already exists [2021-02-07T00:45:56.580Z] master: digest: sha256:790ee7853f03951848585175cb124dd4f7879e33966a15ea5ba25fe7bc7e7d68 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-07T00:45:56.754Z] ===================================================== [Pipeline] echo [2021-02-07T00:45:56.796Z] taggedImages: [2021-02-07T00:45:56.796Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9 [2021-02-07T00:45:56.796Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.83 [2021-02-07T00:45:56.796Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [2021-02-07T00:45:56.796Z] - 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-02-07T00:45:58.475Z] provisioning config files... [2021-02-07T00:45:58.521Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/348@tmp/config120996662780303061tmp [Pipeline] { [Pipeline] sh [2021-02-07T00:45:58.974Z] + set +x [2021-02-07T00:45:58.974Z] + curl -s https://codecov.io/bash [2021-02-07T00:45:58.974Z] + bash -s -- [2021-02-07T00:45:59.273Z] [2021-02-07T00:45:59.273Z] _____ _ [2021-02-07T00:45:59.273Z] / ____| | | [2021-02-07T00:45:59.273Z] | | ___ __| | ___ ___ _____ __ [2021-02-07T00:45:59.273Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-07T00:45:59.273Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-07T00:45:59.273Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-07T00:45:59.273Z] Bash-20210129-7c25fce [2021-02-07T00:45:59.273Z] [2021-02-07T00:45:59.273Z] [2021-02-07T00:45:59.273Z] ==> git version 2.24.3 found [2021-02-07T00:45:59.273Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-02-07T00:45:59.273Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-07T00:45:59.273Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-07T00:45:59.273Z] ==> Jenkins CI detected. [2021-02-07T00:45:59.273Z] project root: . [2021-02-07T00:45:59.273Z] --> token set from env [2021-02-07T00:45:59.273Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-07T00:45:59.552Z] ==> Running gcov in . (disable via -X gcov) [2021-02-07T00:45:59.552Z] ==> Python coveragepy not found [2021-02-07T00:45:59.552Z] ==> Searching for coverage reports in: [2021-02-07T00:45:59.552Z] + . [2021-02-07T00:45:59.553Z] -> Found 1 reports [2021-02-07T00:45:59.553Z] ==> Detecting git/mercurial file structure [2021-02-07T00:45:59.553Z] ==> Reading reports [2021-02-07T00:45:59.553Z] + ./coverage.out bytes=590503 [2021-02-07T00:45:59.553Z] ==> Appending adjustments [2021-02-07T00:45:59.553Z] https://docs.codecov.io/docs/fixing-reports [2021-02-07T00:46:02.863Z] + Found adjustments [2021-02-07T00:46:02.863Z] ==> Gzipping contents [2021-02-07T00:46:02.863Z] 88K /tmp/codecov.P19ZjR.gz [2021-02-07T00:46:02.863Z] ==> Uploading reports [2021-02-07T00:46:02.863Z] url: https://codecov.io [2021-02-07T00:46:02.863Z] query: branch=master&commit=27e67a26db9587a799bf14cca6c65a65d4396aa9&build=348&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F348%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-07T00:46:02.863Z] -> Pinging Codecov [2021-02-07T00:46:02.863Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=27e67a26db9587a799bf14cca6c65a65d4396aa9&build=348&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F348%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-07T00:46:03.437Z] -> Uploading to [2021-02-07T00:46:03.437Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-07/00271124DB129430A58F1EEE437C3FCB/27e67a26db9587a799bf14cca6c65a65d4396aa9/a2aed4cc-65ec-4ae7-82ec-19aadc3a40bd.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210207%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210207T004603Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2a9e21f0abb1a3ba7038a651e66a579cf92f003038059994b5a739e4d407951d [2021-02-07T00:46:03.437Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-07T00:46:03.437Z] Dload Upload Total Spent Left Speed [2021-02-07T00:46:03.699Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88788 0 0 100 88788 0 164k --:--:-- --:--:-- --:--:-- 164k 100 88788 0 0 100 88788 0 164k --:--:-- --:--:-- --:--:-- 164k [2021-02-07T00:46:03.699Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/27e67a26db9587a799bf14cca6c65a65d4396aa9 [Pipeline] } [2021-02-07T00:46:03.711Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-02-07T00:46:04.554Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-02-07T00:46:04.645Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:46:04.994Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-07T00:46:04.994Z] [2021-02-07T00:46:04.994Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:46:05.342Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-07T00:46:05.343Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-02-07T00:46:05.343Z] 188c0c94c7c5: Already exists [2021-02-07T00:46:05.343Z] 0ef7d3d256c8: Already exists [2021-02-07T00:46:05.343Z] de9db76c5a1d: Already exists [2021-02-07T00:46:05.343Z] 0eba1c9be4d2: Pulling fs layer [2021-02-07T00:46:05.343Z] 0d57e429df01: Pulling fs layer [2021-02-07T00:46:05.343Z] 4e4be7b47b0d: Pulling fs layer [2021-02-07T00:46:05.343Z] e1f770b5df2f: Pulling fs layer [2021-02-07T00:46:05.343Z] 85a0685a4137: Pulling fs layer [2021-02-07T00:46:05.343Z] e1f770b5df2f: Waiting [2021-02-07T00:46:05.343Z] 85a0685a4137: Waiting [2021-02-07T00:46:05.343Z] 4e4be7b47b0d: Verifying Checksum [2021-02-07T00:46:05.343Z] 4e4be7b47b0d: Download complete [2021-02-07T00:46:05.343Z] 0d57e429df01: Verifying Checksum [2021-02-07T00:46:05.343Z] 0d57e429df01: Download complete [2021-02-07T00:46:07.266Z] e1f770b5df2f: Verifying Checksum [2021-02-07T00:46:07.266Z] e1f770b5df2f: Download complete [2021-02-07T00:46:09.828Z] 85a0685a4137: Verifying Checksum [2021-02-07T00:46:09.828Z] 85a0685a4137: Download complete [2021-02-07T00:46:09.828Z] 0eba1c9be4d2: Verifying Checksum [2021-02-07T00:46:09.828Z] 0eba1c9be4d2: Download complete [2021-02-07T00:46:15.154Z] 0eba1c9be4d2: Pull complete [2021-02-07T00:46:15.154Z] 0d57e429df01: Pull complete [2021-02-07T00:46:15.154Z] 4e4be7b47b0d: Pull complete [2021-02-07T00:46:19.373Z] e1f770b5df2f: Pull complete [2021-02-07T00:46:29.458Z] 85a0685a4137: Pull complete [2021-02-07T00:46:29.458Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-02-07T00:46:29.458Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-07T00:46:29.458Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-02-07T00:46:29.679Z] prd-centos7-docker-4c-2g-25358 does not seem to be running inside a container [2021-02-07T00:46:29.743Z] $ 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/348 -v /w/workspace/edgex-go/348:/w/workspace/edgex-go/348:rw,z -v /w/workspace/edgex-go/348@tmp:/w/workspace/edgex-go/348@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-02-07T00:46:30.877Z] $ docker top f2a4584d187c58f3cd5be1f61773b21121edfff9cd655b0bfa622aca05630f6b -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-07T00:46:31.158Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-02-07T00:46:31.453Z] + set -o pipefail [2021-02-07T00:46:31.453Z] + snyk monitor '--org=edgex-jenkins' [2021-02-07T00:46:41.490Z] [2021-02-07T00:46:41.490Z] Monitoring /w/workspace/edgex-go/348 (github.com/edgexfoundry/edgex-go)... [2021-02-07T00:46:41.490Z] [2021-02-07T00:46:41.490Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/960cb037-2900-4247-8c04-b72a77394376 [2021-02-07T00:46:41.490Z] [2021-02-07T00:46:41.490Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-02-07T00:46:41.490Z] [2021-02-07T00:46:41.490Z] [Pipeline] } [2021-02-07T00:46:41.509Z] $ docker stop --time=1 f2a4584d187c58f3cd5be1f61773b21121edfff9cd655b0bfa622aca05630f6b [2021-02-07T00:46:44.520Z] $ docker rm -f f2a4584d187c58f3cd5be1f61773b21121edfff9cd655b0bfa622aca05630f6b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-02-07T00:46:45.848Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-07T00:46:45.897Z] provisioning config files... [2021-02-07T00:46:45.910Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/348@tmp/config9058585244333462392tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-07T00:46:46.313Z] --> edgex-publish-swagger.sh [2021-02-07T00:46:46.313Z] === Publish openapi/v1 API === [2021-02-07T00:46:46.313Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-02-07T00:46:46.313Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/348/openapi/v1/core-command.yaml] [2021-02-07T00:46:46.314Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-07T00:46:46.314Z] Dload Upload Total Spent Left Speed [2021-02-07T00:46:47.705Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 8430 0:00:01 0:00:01 --:--:-- 8437 100 10522 0 0 100 10522 0 8401 0:00:01 0:00:01 --:--:-- 8410 [2021-02-07T00:46:47.705Z] [2021-02-07T00:46:47.705Z] [2021-02-07T00:46:47.705Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/348/openapi/v1/core-data.yaml] [2021-02-07T00:46:47.705Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-07T00:46:47.705Z] Dload Upload Total Spent Left Speed [2021-02-07T00:46:48.652Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 27826 0:00:01 0:00:01 --:--:-- 27850 [2021-02-07T00:46:48.652Z] [2021-02-07T00:46:48.652Z] [2021-02-07T00:46:48.652Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/348/openapi/v1/core-metadata.yaml] [2021-02-07T00:46:48.652Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-07T00:46:48.652Z] Dload Upload Total Spent Left Speed [2021-02-07T00:46:50.042Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 64541 0:00:01 0:00:01 --:--:-- 64497 100 73721 0 0 100 73721 0 64521 0:00:01 0:00:01 --:--:-- 64497 [2021-02-07T00:46:50.042Z] [2021-02-07T00:46:50.042Z] [2021-02-07T00:46:50.042Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/348/openapi/v1/support-logging.yaml] [2021-02-07T00:46:50.042Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-07T00:46:50.042Z] Dload Upload Total Spent Left Speed [2021-02-07T00:46:50.995Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 11438 0:00:01 0:00:01 --:--:-- 11441 100 13581 0 0 100 13581 0 11435 0:00:01 0:00:01 --:--:-- 11441 [2021-02-07T00:46:50.995Z] [2021-02-07T00:46:50.995Z] [2021-02-07T00:46:50.995Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/348/openapi/v1/support-notifications.yaml] [2021-02-07T00:46:50.995Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-07T00:46:50.995Z] Dload Upload Total Spent Left Speed [2021-02-07T00:46:52.385Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 34186 0:00:01 0:00:01 --:--:-- 34204 100 38890 0 0 100 38890 0 34179 0:00:01 0:00:01 --:--:-- 34204 [2021-02-07T00:46:52.385Z] [2021-02-07T00:46:52.385Z] [2021-02-07T00:46:52.385Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/348/openapi/v1/support-scheduler.yaml] [2021-02-07T00:46:52.385Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-07T00:46:52.385Z] Dload Upload Total Spent Left Speed [2021-02-07T00:46:53.330Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 13032 0:00:01 0:00:01 --:--:-- 13036 100 14249 0 0 100 14249 0 13030 0:00:01 0:00:01 --:--:-- 13036 [2021-02-07T00:46:53.330Z] [2021-02-07T00:46:53.330Z] [2021-02-07T00:46:53.330Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/348/openapi/v1/system-agent.yaml] [2021-02-07T00:46:53.330Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-07T00:46:53.330Z] Dload Upload Total Spent Left Speed [2021-02-07T00:46:54.274Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3741 0:00:01 0:00:01 --:--:-- 3743 100 4110 0 0 100 4110 0 3740 0:00:01 0:00:01 --:--:-- 3743 [2021-02-07T00:46:54.274Z] [2021-02-07T00:46:54.274Z] [2021-02-07T00:46:54.274Z] === Publish openapi/v2 API === [2021-02-07T00:46:54.274Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-02-07T00:46:54.274Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/348/openapi/v2/core-command.yaml] [2021-02-07T00:46:54.274Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-07T00:46:54.274Z] Dload Upload Total Spent Left Speed [2021-02-07T00:46:55.663Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 27057 0 0 100 27057 0 22438 0:00:01 0:00:01 --:--:-- 22453 100 27057 0 0 100 27057 0 22307 0:00:01 0:00:01 --:--:-- 22324 [2021-02-07T00:46:55.663Z] [2021-02-07T00:46:55.663Z] [2021-02-07T00:46:55.663Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/348/openapi/v2/core-data.yaml] [2021-02-07T00:46:55.663Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-07T00:46:55.663Z] Dload Upload Total Spent Left Speed [2021-02-07T00:46:56.608Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57136 0 0 100 57136 0 51288 0:00:01 0:00:01 --:--:-- 51289 100 57136 0 0 100 57136 0 51280 0:00:01 0:00:01 --:--:-- 51243 [2021-02-07T00:46:56.608Z] [2021-02-07T00:46:56.608Z] [2021-02-07T00:46:56.608Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/348/openapi/v2/core-metadata.yaml] [2021-02-07T00:46:56.869Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-07T00:46:56.869Z] Dload Upload Total Spent Left Speed [2021-02-07T00:46:58.263Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 118k 0 0 100 118k 0 98k 0:00:01 0:00:01 --:--:-- 98k 100 118k 0 0 100 118k 0 93074 0:00:01 0:00:01 --:--:-- 93097 [2021-02-07T00:46:58.263Z] [2021-02-07T00:46:58.263Z] [2021-02-07T00:46:58.263Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/348/openapi/v2/support-notifications.yaml] [2021-02-07T00:46:58.263Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-07T00:46:58.263Z] Dload Upload Total Spent Left Speed [2021-02-07T00:46:59.471Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59705 0 0 100 59705 0 49369 0:00:01 0:00:01 --:--:-- 49383 100 59705 0 0 100 59705 0 46854 0:00:01 0:00:01 --:--:-- 46864 [2021-02-07T00:46:59.471Z] [2021-02-07T00:46:59.471Z] [2021-02-07T00:46:59.471Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/348/openapi/v2/support-scheduler.yaml] [2021-02-07T00:46:59.471Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-07T00:46:59.471Z] Dload Upload Total Spent Left Speed [2021-02-07T00:47:00.419Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 40086 0 0 100 40086 0 34752 0:00:01 0:00:01 --:--:-- 34766 100 40086 0 0 100 40086 0 34746 0:00:01 0:00:01 --:--:-- 34766 [2021-02-07T00:47:00.419Z] [2021-02-07T00:47:00.419Z] [2021-02-07T00:47:00.419Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/348/openapi/v2/system-agent.yaml] [2021-02-07T00:47:00.419Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-07T00:47:00.419Z] Dload Upload Total Spent Left Speed [2021-02-07T00:47:01.682Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24182 0 0 100 24182 0 20804 0:00:01 0:00:01 --:--:-- 20792 100 24182 0 0 100 24182 0 20800 0:00:01 0:00:01 --:--:-- 20792 [2021-02-07T00:47:01.682Z] [2021-02-07T00:47:01.682Z] [Pipeline] } [2021-02-07T00:47:01.717Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:47:02.639Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-07T00:47:02.639Z] . [Pipeline] withDockerContainer [2021-02-07T00:47:02.744Z] prd-centos7-docker-4c-2g-25358 does not seem to be running inside a container [2021-02-07T00:47:02.799Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/348 -v /w/workspace/edgex-go/348:/w/workspace/edgex-go/348:rw,z -v /w/workspace/edgex-go/348@tmp:/w/workspace/edgex-go/348@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-02-07T00:47:04.048Z] $ docker top 7bf11ef3cba7013dd01e9356cb71bf829c9c53e8eab8ba60ea61afd911da8f81 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-07T00:47:04.365Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-07T00:47:04.365Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-07T00:47:04.623Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-07T00:47:04.629Z] $ docker exec 7bf11ef3cba7013dd01e9356cb71bf829c9c53e8eab8ba60ea61afd911da8f81 ssh-agent [2021-02-07T00:47:04.805Z] SSH_AUTH_SOCK=/tmp/ssh-1LUO82mPhvxv/agent.12 [2021-02-07T00:47:04.805Z] SSH_AGENT_PID=17 [2021-02-07T00:47:04.814Z] Running ssh-add (command line suppressed) [2021-02-07T00:47:04.945Z] Identity added: /w/workspace/edgex-go/348@tmp/private_key_7551140238637671925.key (/w/workspace/edgex-go/348@tmp/private_key_7551140238637671925.key) [2021-02-07T00:47:05.003Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-07T00:47:05.346Z] + git semver tag [2021-02-07T00:47:05.612Z] # -> Open(): unable to determine branch for HEAD [2021-02-07T00:47:05.612Z] # $GIT_DIR = /w/workspace/edgex-go/348/.git [2021-02-07T00:47:05.612Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/348 [2021-02-07T00:47:05.612Z] # $SEMVER_REMOTE_NAME = origin [2021-02-07T00:47:05.612Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-07T00:47:05.612Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-07T00:47:05.612Z] # $SEMVER_BRANCH = master [2021-02-07T00:47:05.612Z] # $SEMVER_DIR = /w/workspace/edgex-go/348/.semver [2021-02-07T00:47:05.612Z] # 27e67a26db9587a799bf14cca6c65a65d4396aa9 HEAD [2021-02-07T00:47:06.184Z] # -> Force: false [2021-02-07T00:47:06.184Z] # b93d4ea092aa5ba694cc542bfb92501a18a0b784 refs/tags/v2.0.0-dev.83 [Pipeline] } [2021-02-07T00:47:06.198Z] $ docker exec --env ******** --env ******** 7bf11ef3cba7013dd01e9356cb71bf829c9c53e8eab8ba60ea61afd911da8f81 ssh-agent -k [2021-02-07T00:47:06.324Z] unset SSH_AUTH_SOCK; [2021-02-07T00:47:06.324Z] unset SSH_AGENT_PID; [2021-02-07T00:47:06.324Z] echo Agent pid 17 killed; [2021-02-07T00:47:06.396Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-07T00:47:06.874Z] + git semver [Pipeline] } [2021-02-07T00:47:06.893Z] $ docker stop --time=1 7bf11ef3cba7013dd01e9356cb71bf829c9c53e8eab8ba60ea61afd911da8f81 [2021-02-07T00:47:08.261Z] $ docker rm -f 7bf11ef3cba7013dd01e9356cb71bf829c9c53e8eab8ba60ea61afd911da8f81 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:47:08.922Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-07T00:47:08.922Z] [2021-02-07T00:47:08.922Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:47:09.288Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-07T00:47:09.288Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-02-07T00:47:09.288Z] ab5ef0e58194: Pulling fs layer [2021-02-07T00:47:09.288Z] 9712f1f96733: Pulling fs layer [2021-02-07T00:47:09.288Z] 63f879dbbcfc: Pulling fs layer [2021-02-07T00:47:09.288Z] 0d9ebad4ef96: Pulling fs layer [2021-02-07T00:47:09.288Z] e9a5061849ea: Pulling fs layer [2021-02-07T00:47:09.288Z] d747dcd14b5f: Pulling fs layer [2021-02-07T00:47:09.288Z] 2de7ff778b66: Pulling fs layer [2021-02-07T00:47:09.288Z] e9a5061849ea: Waiting [2021-02-07T00:47:09.288Z] d747dcd14b5f: Waiting [2021-02-07T00:47:09.288Z] 0d9ebad4ef96: Waiting [2021-02-07T00:47:09.288Z] 9712f1f96733: Verifying Checksum [2021-02-07T00:47:09.288Z] 9712f1f96733: Download complete [2021-02-07T00:47:11.209Z] 63f879dbbcfc: Verifying Checksum [2021-02-07T00:47:11.209Z] 63f879dbbcfc: Download complete [2021-02-07T00:47:11.209Z] e9a5061849ea: Verifying Checksum [2021-02-07T00:47:11.209Z] e9a5061849ea: Download complete [2021-02-07T00:47:11.209Z] d747dcd14b5f: Verifying Checksum [2021-02-07T00:47:11.209Z] d747dcd14b5f: Download complete [2021-02-07T00:47:11.472Z] 2de7ff778b66: Verifying Checksum [2021-02-07T00:47:11.472Z] 2de7ff778b66: Download complete [2021-02-07T00:47:12.049Z] 0d9ebad4ef96: Verifying Checksum [2021-02-07T00:47:12.049Z] 0d9ebad4ef96: Download complete [2021-02-07T00:47:12.049Z] ab5ef0e58194: Download complete [2021-02-07T00:47:17.363Z] ab5ef0e58194: Pull complete [2021-02-07T00:47:17.363Z] 9712f1f96733: Pull complete [2021-02-07T00:47:19.287Z] 63f879dbbcfc: Pull complete [2021-02-07T00:47:25.941Z] 0d9ebad4ef96: Pull complete [2021-02-07T00:47:27.865Z] e9a5061849ea: Pull complete [2021-02-07T00:47:27.865Z] d747dcd14b5f: Pull complete [2021-02-07T00:47:31.187Z] 2de7ff778b66: Pull complete [2021-02-07T00:47:31.187Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-02-07T00:47:31.187Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-07T00:47:31.187Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-02-07T00:47:31.406Z] prd-centos7-docker-4c-2g-25358 does not seem to be running inside a container [2021-02-07T00:47:31.464Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/348 -v /w/workspace/edgex-go/348:/w/workspace/edgex-go/348:rw,z -v /w/workspace/edgex-go/348@tmp:/w/workspace/edgex-go/348@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-02-07T00:47:36.147Z] $ docker top d552646498996e2a1cae77285e09bcb41d8c0d32efad9546e6f1da42ed539c55 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-02-07T00:47:36.388Z] provisioning config files... [2021-02-07T00:47:36.397Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/348@tmp/config576666073465708328tmp [2021-02-07T00:47:36.424Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/348@tmp/config7668292313966549993tmp [2021-02-07T00:47:36.441Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/348@tmp/config6355584480129034844tmp [Pipeline] { [Pipeline] echo [2021-02-07T00:47:36.490Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-07T00:47:36.788Z] ---> sigul-configuration.sh [2021-02-07T00:47:36.788Z] gpg: directory `/root/.gnupg' created [2021-02-07T00:47:36.788Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-02-07T00:47:36.788Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-02-07T00:47:36.788Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-02-07T00:47:36.788Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-02-07T00:47:36.788Z] gpg: CAST5 encrypted data [2021-02-07T00:47:37.050Z] gpg: encrypted with 1 passphrase [2021-02-07T00:47:37.050Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-02-07T00:47:37.354Z] + mkdir /home/jenkins [2021-02-07T00:47:37.354Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-02-07T00:47:37.655Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-02-07T00:47:37.667Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-07T00:47:37.966Z] ---> sigul-install.sh [2021-02-07T00:47:43.273Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-02-07T00:47:43.574Z] + git tag --list [2021-02-07T00:47:43.574Z] 0.6.0 [2021-02-07T00:47:43.574Z] 0.6.1 [2021-02-07T00:47:43.574Z] 0.7.0 [2021-02-07T00:47:43.574Z] 0.7.1 [2021-02-07T00:47:43.574Z] v0.0.0 [2021-02-07T00:47:43.574Z] v0.0.1-dev.1 [2021-02-07T00:47:43.574Z] v1.0.0 [2021-02-07T00:47:43.574Z] v1.0.1 [2021-02-07T00:47:43.574Z] v1.1.0 [2021-02-07T00:47:43.574Z] v1.2.0 [2021-02-07T00:47:43.574Z] v1.2.1 [2021-02-07T00:47:43.574Z] v1.2.2-dev.1 [2021-02-07T00:47:43.574Z] v1.2.2-dev.10 [2021-02-07T00:47:43.574Z] v1.2.2-dev.100 [2021-02-07T00:47:43.574Z] v1.2.2-dev.101 [2021-02-07T00:47:43.574Z] v1.2.2-dev.102 [2021-02-07T00:47:43.574Z] v1.2.2-dev.103 [2021-02-07T00:47:43.574Z] v1.2.2-dev.104 [2021-02-07T00:47:43.574Z] v1.2.2-dev.105 [2021-02-07T00:47:43.574Z] v1.2.2-dev.106 [2021-02-07T00:47:43.574Z] v1.2.2-dev.107 [2021-02-07T00:47:43.574Z] v1.2.2-dev.11 [2021-02-07T00:47:43.574Z] v1.2.2-dev.12 [2021-02-07T00:47:43.574Z] v1.2.2-dev.13 [2021-02-07T00:47:43.574Z] v1.2.2-dev.14 [2021-02-07T00:47:43.574Z] v1.2.2-dev.15 [2021-02-07T00:47:43.574Z] v1.2.2-dev.16 [2021-02-07T00:47:43.574Z] v1.2.2-dev.17 [2021-02-07T00:47:43.574Z] v1.2.2-dev.18 [2021-02-07T00:47:43.574Z] v1.2.2-dev.19 [2021-02-07T00:47:43.574Z] v1.2.2-dev.2 [2021-02-07T00:47:43.574Z] v1.2.2-dev.20 [2021-02-07T00:47:43.574Z] v1.2.2-dev.21 [2021-02-07T00:47:43.574Z] v1.2.2-dev.22 [2021-02-07T00:47:43.574Z] v1.2.2-dev.23 [2021-02-07T00:47:43.574Z] v1.2.2-dev.24 [2021-02-07T00:47:43.574Z] v1.2.2-dev.25 [2021-02-07T00:47:43.574Z] v1.2.2-dev.26 [2021-02-07T00:47:43.574Z] v1.2.2-dev.27 [2021-02-07T00:47:43.574Z] v1.2.2-dev.28 [2021-02-07T00:47:43.574Z] v1.2.2-dev.29 [2021-02-07T00:47:43.574Z] v1.2.2-dev.3 [2021-02-07T00:47:43.574Z] v1.2.2-dev.30 [2021-02-07T00:47:43.574Z] v1.2.2-dev.31 [2021-02-07T00:47:43.574Z] v1.2.2-dev.32 [2021-02-07T00:47:43.574Z] v1.2.2-dev.33 [2021-02-07T00:47:43.574Z] v1.2.2-dev.34 [2021-02-07T00:47:43.574Z] v1.2.2-dev.35 [2021-02-07T00:47:43.574Z] v1.2.2-dev.36 [2021-02-07T00:47:43.574Z] v1.2.2-dev.37 [2021-02-07T00:47:43.574Z] v1.2.2-dev.38 [2021-02-07T00:47:43.574Z] v1.2.2-dev.39 [2021-02-07T00:47:43.575Z] v1.2.2-dev.4 [2021-02-07T00:47:43.575Z] v1.2.2-dev.40 [2021-02-07T00:47:43.575Z] v1.2.2-dev.41 [2021-02-07T00:47:43.575Z] v1.2.2-dev.42 [2021-02-07T00:47:43.575Z] v1.2.2-dev.43 [2021-02-07T00:47:43.575Z] v1.2.2-dev.44 [2021-02-07T00:47:43.575Z] v1.2.2-dev.45 [2021-02-07T00:47:43.575Z] v1.2.2-dev.46 [2021-02-07T00:47:43.575Z] v1.2.2-dev.47 [2021-02-07T00:47:43.575Z] v1.2.2-dev.48 [2021-02-07T00:47:43.575Z] v1.2.2-dev.49 [2021-02-07T00:47:43.575Z] v1.2.2-dev.5 [2021-02-07T00:47:43.575Z] v1.2.2-dev.50 [2021-02-07T00:47:43.575Z] v1.2.2-dev.51 [2021-02-07T00:47:43.575Z] v1.2.2-dev.52 [2021-02-07T00:47:43.575Z] v1.2.2-dev.53 [2021-02-07T00:47:43.575Z] v1.2.2-dev.54 [2021-02-07T00:47:43.575Z] v1.2.2-dev.55 [2021-02-07T00:47:43.575Z] v1.2.2-dev.56 [2021-02-07T00:47:43.575Z] v1.2.2-dev.57 [2021-02-07T00:47:43.575Z] v1.2.2-dev.58 [2021-02-07T00:47:43.575Z] v1.2.2-dev.59 [2021-02-07T00:47:43.575Z] v1.2.2-dev.6 [2021-02-07T00:47:43.575Z] v1.2.2-dev.60 [2021-02-07T00:47:43.575Z] v1.2.2-dev.61 [2021-02-07T00:47:43.575Z] v1.2.2-dev.62 [2021-02-07T00:47:43.575Z] v1.2.2-dev.63 [2021-02-07T00:47:43.575Z] v1.2.2-dev.64 [2021-02-07T00:47:43.575Z] v1.2.2-dev.65 [2021-02-07T00:47:43.575Z] v1.2.2-dev.66 [2021-02-07T00:47:43.575Z] v1.2.2-dev.67 [2021-02-07T00:47:43.575Z] v1.2.2-dev.68 [2021-02-07T00:47:43.575Z] v1.2.2-dev.69 [2021-02-07T00:47:43.575Z] v1.2.2-dev.7 [2021-02-07T00:47:43.575Z] v1.2.2-dev.70 [2021-02-07T00:47:43.575Z] v1.2.2-dev.71 [2021-02-07T00:47:43.575Z] v1.2.2-dev.72 [2021-02-07T00:47:43.575Z] v1.2.2-dev.73 [2021-02-07T00:47:43.575Z] v1.2.2-dev.74 [2021-02-07T00:47:43.575Z] v1.2.2-dev.75 [2021-02-07T00:47:43.575Z] v1.2.2-dev.76 [2021-02-07T00:47:43.575Z] v1.2.2-dev.77 [2021-02-07T00:47:43.575Z] v1.2.2-dev.78 [2021-02-07T00:47:43.575Z] v1.2.2-dev.79 [2021-02-07T00:47:43.575Z] v1.2.2-dev.8 [2021-02-07T00:47:43.575Z] v1.2.2-dev.80 [2021-02-07T00:47:43.575Z] v1.2.2-dev.81 [2021-02-07T00:47:43.575Z] v1.2.2-dev.82 [2021-02-07T00:47:43.575Z] v1.2.2-dev.83 [2021-02-07T00:47:43.575Z] v1.2.2-dev.84 [2021-02-07T00:47:43.575Z] v1.2.2-dev.85 [2021-02-07T00:47:43.575Z] v1.2.2-dev.86 [2021-02-07T00:47:43.575Z] v1.2.2-dev.87 [2021-02-07T00:47:43.575Z] v1.2.2-dev.88 [2021-02-07T00:47:43.575Z] v1.2.2-dev.89 [2021-02-07T00:47:43.575Z] v1.2.2-dev.9 [2021-02-07T00:47:43.575Z] v1.2.2-dev.90 [2021-02-07T00:47:43.575Z] v1.2.2-dev.91 [2021-02-07T00:47:43.575Z] v1.2.2-dev.92 [2021-02-07T00:47:43.575Z] v1.2.2-dev.93 [2021-02-07T00:47:43.575Z] v1.2.2-dev.94 [2021-02-07T00:47:43.575Z] v1.2.2-dev.95 [2021-02-07T00:47:43.575Z] v1.2.2-dev.96 [2021-02-07T00:47:43.575Z] v1.2.2-dev.97 [2021-02-07T00:47:43.575Z] v1.2.2-dev.98 [2021-02-07T00:47:43.575Z] v1.2.2-dev.99 [2021-02-07T00:47:43.575Z] v1.3.0 [2021-02-07T00:47:43.575Z] v1.3.1-dev.1 [2021-02-07T00:47:43.575Z] v1.3.1-dev.10 [2021-02-07T00:47:43.575Z] v1.3.1-dev.11 [2021-02-07T00:47:43.575Z] v1.3.1-dev.12 [2021-02-07T00:47:43.575Z] v1.3.1-dev.13 [2021-02-07T00:47:43.575Z] v1.3.1-dev.14 [2021-02-07T00:47:43.575Z] v1.3.1-dev.15 [2021-02-07T00:47:43.575Z] v1.3.1-dev.16 [2021-02-07T00:47:43.575Z] v1.3.1-dev.17 [2021-02-07T00:47:43.575Z] v1.3.1-dev.18 [2021-02-07T00:47:43.575Z] v1.3.1-dev.2 [2021-02-07T00:47:43.575Z] v1.3.1-dev.3 [2021-02-07T00:47:43.575Z] v1.3.1-dev.4 [2021-02-07T00:47:43.575Z] v1.3.1-dev.5 [2021-02-07T00:47:43.575Z] v1.3.1-dev.6 [2021-02-07T00:47:43.575Z] v1.3.1-dev.7 [2021-02-07T00:47:43.575Z] v1.3.1-dev.8 [2021-02-07T00:47:43.575Z] v1.3.1-dev.9 [2021-02-07T00:47:43.575Z] v2.0.0-dev.1 [2021-02-07T00:47:43.575Z] v2.0.0-dev.10 [2021-02-07T00:47:43.575Z] v2.0.0-dev.11 [2021-02-07T00:47:43.575Z] v2.0.0-dev.12 [2021-02-07T00:47:43.575Z] v2.0.0-dev.13 [2021-02-07T00:47:43.575Z] v2.0.0-dev.14 [2021-02-07T00:47:43.575Z] v2.0.0-dev.15 [2021-02-07T00:47:43.575Z] v2.0.0-dev.16 [2021-02-07T00:47:43.575Z] v2.0.0-dev.17 [2021-02-07T00:47:43.575Z] v2.0.0-dev.18 [2021-02-07T00:47:43.575Z] v2.0.0-dev.19 [2021-02-07T00:47:43.575Z] v2.0.0-dev.2 [2021-02-07T00:47:43.575Z] v2.0.0-dev.20 [2021-02-07T00:47:43.575Z] v2.0.0-dev.21 [2021-02-07T00:47:43.575Z] v2.0.0-dev.22 [2021-02-07T00:47:43.575Z] v2.0.0-dev.23 [2021-02-07T00:47:43.575Z] v2.0.0-dev.24 [2021-02-07T00:47:43.575Z] v2.0.0-dev.25 [2021-02-07T00:47:43.575Z] v2.0.0-dev.26 [2021-02-07T00:47:43.575Z] v2.0.0-dev.27 [2021-02-07T00:47:43.575Z] v2.0.0-dev.28 [2021-02-07T00:47:43.575Z] v2.0.0-dev.29 [2021-02-07T00:47:43.575Z] v2.0.0-dev.3 [2021-02-07T00:47:43.575Z] v2.0.0-dev.30 [2021-02-07T00:47:43.575Z] v2.0.0-dev.31 [2021-02-07T00:47:43.575Z] v2.0.0-dev.32 [2021-02-07T00:47:43.575Z] v2.0.0-dev.33 [2021-02-07T00:47:43.575Z] v2.0.0-dev.34 [2021-02-07T00:47:43.575Z] v2.0.0-dev.35 [2021-02-07T00:47:43.575Z] v2.0.0-dev.36 [2021-02-07T00:47:43.575Z] v2.0.0-dev.37 [2021-02-07T00:47:43.575Z] v2.0.0-dev.38 [2021-02-07T00:47:43.575Z] v2.0.0-dev.39 [2021-02-07T00:47:43.575Z] v2.0.0-dev.4 [2021-02-07T00:47:43.575Z] v2.0.0-dev.40 [2021-02-07T00:47:43.575Z] v2.0.0-dev.41 [2021-02-07T00:47:43.575Z] v2.0.0-dev.42 [2021-02-07T00:47:43.575Z] v2.0.0-dev.43 [2021-02-07T00:47:43.575Z] v2.0.0-dev.44 [2021-02-07T00:47:43.575Z] v2.0.0-dev.45 [2021-02-07T00:47:43.575Z] v2.0.0-dev.46 [2021-02-07T00:47:43.575Z] v2.0.0-dev.47 [2021-02-07T00:47:43.575Z] v2.0.0-dev.48 [2021-02-07T00:47:43.575Z] v2.0.0-dev.49 [2021-02-07T00:47:43.575Z] v2.0.0-dev.5 [2021-02-07T00:47:43.575Z] v2.0.0-dev.50 [2021-02-07T00:47:43.575Z] v2.0.0-dev.51 [2021-02-07T00:47:43.575Z] v2.0.0-dev.52 [2021-02-07T00:47:43.575Z] v2.0.0-dev.53 [2021-02-07T00:47:43.575Z] v2.0.0-dev.54 [2021-02-07T00:47:43.575Z] v2.0.0-dev.55 [2021-02-07T00:47:43.575Z] v2.0.0-dev.56 [2021-02-07T00:47:43.575Z] v2.0.0-dev.57 [2021-02-07T00:47:43.575Z] v2.0.0-dev.58 [2021-02-07T00:47:43.575Z] v2.0.0-dev.59 [2021-02-07T00:47:43.575Z] v2.0.0-dev.6 [2021-02-07T00:47:43.575Z] v2.0.0-dev.60 [2021-02-07T00:47:43.575Z] v2.0.0-dev.61 [2021-02-07T00:47:43.575Z] v2.0.0-dev.62 [2021-02-07T00:47:43.575Z] v2.0.0-dev.63 [2021-02-07T00:47:43.575Z] v2.0.0-dev.64 [2021-02-07T00:47:43.575Z] v2.0.0-dev.65 [2021-02-07T00:47:43.575Z] v2.0.0-dev.66 [2021-02-07T00:47:43.575Z] v2.0.0-dev.67 [2021-02-07T00:47:43.575Z] v2.0.0-dev.68 [2021-02-07T00:47:43.575Z] v2.0.0-dev.69 [2021-02-07T00:47:43.575Z] v2.0.0-dev.7 [2021-02-07T00:47:43.575Z] v2.0.0-dev.70 [2021-02-07T00:47:43.575Z] v2.0.0-dev.71 [2021-02-07T00:47:43.575Z] v2.0.0-dev.72 [2021-02-07T00:47:43.575Z] v2.0.0-dev.73 [2021-02-07T00:47:43.575Z] v2.0.0-dev.74 [2021-02-07T00:47:43.575Z] v2.0.0-dev.75 [2021-02-07T00:47:43.575Z] v2.0.0-dev.76 [2021-02-07T00:47:43.575Z] v2.0.0-dev.77 [2021-02-07T00:47:43.575Z] v2.0.0-dev.78 [2021-02-07T00:47:43.575Z] v2.0.0-dev.79 [2021-02-07T00:47:43.575Z] v2.0.0-dev.8 [2021-02-07T00:47:43.575Z] v2.0.0-dev.80 [2021-02-07T00:47:43.575Z] v2.0.0-dev.81 [2021-02-07T00:47:43.575Z] v2.0.0-dev.82 [2021-02-07T00:47:43.575Z] v2.0.0-dev.83 [2021-02-07T00:47:43.575Z] v2.0.0-dev.9 [Pipeline] sh [2021-02-07T00:47:43.982Z] + lftools sign git-tag v2.0.0-dev.83 [2021-02-07T00:47:44.939Z] Signing Git tag with Sigul... [2021-02-07T00:47:44.939Z] Signing v2.0.0-dev.83 [Pipeline] echo [2021-02-07T00:47:46.344Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-07T00:47:46.647Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-02-07T00:47:46.663Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-02-07T00:47:46.772Z] $ docker stop --time=1 d552646498996e2a1cae77285e09bcb41d8c0d32efad9546e6f1da42ed539c55 [2021-02-07T00:47:48.896Z] $ docker rm -f d552646498996e2a1cae77285e09bcb41d8c0d32efad9546e6f1da42ed539c55 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:47:49.757Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-07T00:47:49.757Z] . [Pipeline] withDockerContainer [2021-02-07T00:47:49.863Z] prd-centos7-docker-4c-2g-25358 does not seem to be running inside a container [2021-02-07T00:47:49.921Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/348 -v /w/workspace/edgex-go/348:/w/workspace/edgex-go/348:rw,z -v /w/workspace/edgex-go/348@tmp:/w/workspace/edgex-go/348@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-02-07T00:47:50.849Z] $ docker top 8458fade57e88fc20b06d4142815c7dfcee3090b6510d002ff74564676e89b19 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-07T00:47:51.255Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-07T00:47:51.255Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-07T00:47:51.500Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-07T00:47:51.506Z] $ docker exec 8458fade57e88fc20b06d4142815c7dfcee3090b6510d002ff74564676e89b19 ssh-agent [2021-02-07T00:47:51.693Z] SSH_AUTH_SOCK=/tmp/ssh-fII2ev6ZvpPe/agent.11 [2021-02-07T00:47:51.693Z] SSH_AGENT_PID=16 [2021-02-07T00:47:51.703Z] Running ssh-add (command line suppressed) [2021-02-07T00:47:51.834Z] Identity added: /w/workspace/edgex-go/348@tmp/private_key_7407568964793044247.key (/w/workspace/edgex-go/348@tmp/private_key_7407568964793044247.key) [2021-02-07T00:47:51.891Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-07T00:47:52.289Z] + git semver bump pre [2021-02-07T00:47:52.289Z] # -> Open(): unable to determine branch for HEAD [2021-02-07T00:47:52.289Z] # $GIT_DIR = /w/workspace/edgex-go/348/.git [2021-02-07T00:47:52.289Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/348 [2021-02-07T00:47:52.289Z] # $SEMVER_REMOTE_NAME = origin [2021-02-07T00:47:52.289Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-07T00:47:52.289Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-07T00:47:52.289Z] # $SEMVER_BRANCH = master [2021-02-07T00:47:52.289Z] # $SEMVER_DIR = /w/workspace/edgex-go/348/.semver [2021-02-07T00:47:52.289Z] 2.0.0-dev.84 [Pipeline] } [2021-02-07T00:47:52.304Z] $ docker exec --env ******** --env ******** 8458fade57e88fc20b06d4142815c7dfcee3090b6510d002ff74564676e89b19 ssh-agent -k [2021-02-07T00:47:52.431Z] unset SSH_AUTH_SOCK; [2021-02-07T00:47:52.431Z] unset SSH_AGENT_PID; [2021-02-07T00:47:52.431Z] echo Agent pid 16 killed; [2021-02-07T00:47:52.484Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-07T00:47:52.965Z] + git semver [Pipeline] } [2021-02-07T00:47:52.984Z] $ docker stop --time=1 8458fade57e88fc20b06d4142815c7dfcee3090b6510d002ff74564676e89b19 [2021-02-07T00:47:54.360Z] $ docker rm -f 8458fade57e88fc20b06d4142815c7dfcee3090b6510d002ff74564676e89b19 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:47:54.877Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-07T00:47:54.877Z] . [Pipeline] withDockerContainer [2021-02-07T00:47:54.982Z] prd-centos7-docker-4c-2g-25358 does not seem to be running inside a container [2021-02-07T00:47:55.186Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/348 -v /w/workspace/edgex-go/348:/w/workspace/edgex-go/348:rw,z -v /w/workspace/edgex-go/348@tmp:/w/workspace/edgex-go/348@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-02-07T00:47:55.851Z] $ docker top 83abf8d3e78f1ca48ebf7c5c960ef57f93408b362b022553785b9905f8dfafc8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-07T00:47:56.161Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-07T00:47:56.161Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-07T00:47:56.343Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-07T00:47:56.348Z] $ docker exec 83abf8d3e78f1ca48ebf7c5c960ef57f93408b362b022553785b9905f8dfafc8 ssh-agent [2021-02-07T00:47:56.528Z] SSH_AUTH_SOCK=/tmp/ssh-6hrZWDUVo3Wu/agent.11 [2021-02-07T00:47:56.528Z] SSH_AGENT_PID=17 [2021-02-07T00:47:56.534Z] Running ssh-add (command line suppressed) [2021-02-07T00:47:56.660Z] Identity added: /w/workspace/edgex-go/348@tmp/private_key_6033767991276191314.key (/w/workspace/edgex-go/348@tmp/private_key_6033767991276191314.key) [2021-02-07T00:47:56.715Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-07T00:47:57.048Z] + git semver push [2021-02-07T00:47:57.048Z] # -> Open(): unable to determine branch for HEAD [2021-02-07T00:47:57.048Z] # $GIT_DIR = /w/workspace/edgex-go/348/.git [2021-02-07T00:47:57.048Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/348 [2021-02-07T00:47:57.048Z] # $SEMVER_REMOTE_NAME = origin [2021-02-07T00:47:57.048Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-07T00:47:57.048Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-07T00:47:57.048Z] # $SEMVER_BRANCH = master [2021-02-07T00:47:57.048Z] # $SEMVER_DIR = /w/workspace/edgex-go/348/.semver [Pipeline] } [2021-02-07T00:48:07.077Z] $ docker exec --env ******** --env ******** 83abf8d3e78f1ca48ebf7c5c960ef57f93408b362b022553785b9905f8dfafc8 ssh-agent -k [2021-02-07T00:48:07.256Z] unset SSH_AUTH_SOCK; [2021-02-07T00:48:07.256Z] unset SSH_AGENT_PID; [2021-02-07T00:48:07.257Z] echo Agent pid 17 killed; [2021-02-07T00:48:07.334Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-07T00:48:07.828Z] + git semver [Pipeline] } [2021-02-07T00:48:07.847Z] $ docker stop --time=1 83abf8d3e78f1ca48ebf7c5c960ef57f93408b362b022553785b9905f8dfafc8 [2021-02-07T00:48:09.205Z] $ docker rm -f 83abf8d3e78f1ca48ebf7c5c960ef57f93408b362b022553785b9905f8dfafc8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-07T00:48:10.139Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-07T00:48:11.037Z] ---> package-listing.sh [2021-02-07T00:48:11.037Z] ++ facter osfamily [2021-02-07T00:48:11.037Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-07T00:48:11.037Z] + OS_FAMILY=redhat [2021-02-07T00:48:11.037Z] + workspace=/w/workspace/edgex-go/348 [2021-02-07T00:48:11.037Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-07T00:48:11.037Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-07T00:48:11.037Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-07T00:48:11.037Z] + PACKAGES=/tmp/packages_start.txt [2021-02-07T00:48:11.037Z] + '[' /w/workspace/edgex-go/348 ']' [2021-02-07T00:48:11.037Z] + PACKAGES=/tmp/packages_end.txt [2021-02-07T00:48:11.037Z] + case "${OS_FAMILY}" in [2021-02-07T00:48:11.037Z] + rpm -qa [2021-02-07T00:48:11.037Z] + sort [2021-02-07T00:48:16.345Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-07T00:48:16.345Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-07T00:48:16.345Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-07T00:48:16.345Z] + '[' /w/workspace/edgex-go/348 ']' [2021-02-07T00:48:16.345Z] + mkdir -p /w/workspace/edgex-go/348/archives/ [2021-02-07T00:48:16.345Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/348/archives/ [Pipeline] echo [2021-02-07T00:48:16.359Z] 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/348/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-07T00:48:16.651Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:48:16.956Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-07T00:48:16.956Z] [2021-02-07T00:48:16.956Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:48:17.303Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-07T00:48:17.303Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-07T00:48:17.303Z] df20fa9351a1: Pulling fs layer [2021-02-07T00:48:17.303Z] 36b3adc4ff6f: Pulling fs layer [2021-02-07T00:48:17.303Z] 8ad3a11d3b57: Pulling fs layer [2021-02-07T00:48:17.303Z] 46f8f816bc3b: Pulling fs layer [2021-02-07T00:48:17.303Z] 93b61091891f: Pulling fs layer [2021-02-07T00:48:17.303Z] 93b9cdb0e59b: Pulling fs layer [2021-02-07T00:48:17.303Z] 5e14af77c1be: Pulling fs layer [2021-02-07T00:48:17.303Z] 01666e4c0597: Pulling fs layer [2021-02-07T00:48:17.303Z] aa168da1d23b: Pulling fs layer [2021-02-07T00:48:17.303Z] 93b9cdb0e59b: Waiting [2021-02-07T00:48:17.303Z] 5e14af77c1be: Waiting [2021-02-07T00:48:17.303Z] 46f8f816bc3b: Waiting [2021-02-07T00:48:17.303Z] 93b61091891f: Waiting [2021-02-07T00:48:17.303Z] 01666e4c0597: Waiting [2021-02-07T00:48:17.303Z] 36b3adc4ff6f: Verifying Checksum [2021-02-07T00:48:17.303Z] 36b3adc4ff6f: Download complete [2021-02-07T00:48:17.303Z] 46f8f816bc3b: Verifying Checksum [2021-02-07T00:48:17.303Z] 46f8f816bc3b: Download complete [2021-02-07T00:48:17.303Z] df20fa9351a1: Verifying Checksum [2021-02-07T00:48:17.303Z] df20fa9351a1: Download complete [2021-02-07T00:48:17.566Z] 93b9cdb0e59b: Verifying Checksum [2021-02-07T00:48:17.566Z] 93b9cdb0e59b: Download complete [2021-02-07T00:48:17.566Z] 5e14af77c1be: Verifying Checksum [2021-02-07T00:48:17.566Z] 5e14af77c1be: Download complete [2021-02-07T00:48:17.566Z] 01666e4c0597: Verifying Checksum [2021-02-07T00:48:17.566Z] 01666e4c0597: Download complete [2021-02-07T00:48:17.566Z] 93b61091891f: Verifying Checksum [2021-02-07T00:48:17.566Z] 93b61091891f: Download complete [2021-02-07T00:48:17.828Z] df20fa9351a1: Pull complete [2021-02-07T00:48:17.828Z] 8ad3a11d3b57: Verifying Checksum [2021-02-07T00:48:17.828Z] 8ad3a11d3b57: Download complete [2021-02-07T00:48:18.095Z] 36b3adc4ff6f: Pull complete [2021-02-07T00:48:19.491Z] aa168da1d23b: Verifying Checksum [2021-02-07T00:48:19.491Z] aa168da1d23b: Download complete [2021-02-07T00:48:19.753Z] 8ad3a11d3b57: Pull complete [2021-02-07T00:48:20.330Z] 46f8f816bc3b: Pull complete [2021-02-07T00:48:20.593Z] 93b61091891f: Pull complete [2021-02-07T00:48:20.855Z] 93b9cdb0e59b: Pull complete [2021-02-07T00:48:20.855Z] 5e14af77c1be: Pull complete [2021-02-07T00:48:21.116Z] 01666e4c0597: Pull complete [2021-02-07T00:48:29.830Z] aa168da1d23b: Pull complete [2021-02-07T00:48:29.830Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-07T00:48:29.830Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-07T00:48:29.830Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-07T00:48:30.020Z] prd-centos7-docker-4c-2g-25358 does not seem to be running inside a container [2021-02-07T00:48:30.076Z] $ 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/348/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/348 -v /w/workspace/edgex-go/348:/w/workspace/edgex-go/348:rw,z -v /w/workspace/edgex-go/348@tmp:/w/workspace/edgex-go/348@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-02-07T00:48:33.353Z] $ docker top a0dfb5b761e4fd545399f4e6db03b0cae39bbf709a817822fe2d40622a478d73 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-07T00:48:33.909Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-07T00:48:34.207Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-07T00:48:34.505Z] + ls /var/log/sa-host [2021-02-07T00:48:34.505Z] + sadf -c /var/log/sa-host/sa07 [2021-02-07T00:48:34.505Z] file_magic: OK [2021-02-07T00:48:34.505Z] HZ: Using current value: 100 [2021-02-07T00:48:34.505Z] file_header: OK [2021-02-07T00:48:34.505Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-07T00:48:34.505Z] Statistics: [2021-02-07T00:48:34.505Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-07T00:48:34.505Z] File successfully converted to sysstat format version 12.2.1 [2021-02-07T00:48:34.505Z] + sadf -c /var/log/sa-host/sa23 [2021-02-07T00:48:34.505Z] file_magic: OK [2021-02-07T00:48:34.505Z] HZ: Using current value: 100 [2021-02-07T00:48:34.505Z] file_header: OK [2021-02-07T00:48:34.505Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-07T00:48:34.505Z] Statistics: [2021-02-07T00:48:34.505Z] Hnuu...uuuununununu... [2021-02-07T00:48:34.505Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-07T00:48:34.718Z] provisioning config files... [2021-02-07T00:48:34.839Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/348@tmp/config8978860826355776877tmp [Pipeline] { [Pipeline] echo [2021-02-07T00:48:34.891Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-07T00:48:35.200Z] ---> create-netrc.sh [Pipeline] } [2021-02-07T00:48:35.210Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-07T00:48:35.302Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-07T00:48:35.599Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-07T00:48:35.610Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-07T00:48:35.906Z] ---> sudo-logs.sh [2021-02-07T00:48:35.906Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-07T00:48:35.917Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-07T00:48:36.214Z] ---> job-cost.sh [2021-02-07T00:48:36.214Z] lf-activate-venv: SKIPPING [2021-02-07T00:48:36.214Z] INFO: No Stack... [2021-02-07T00:48:37.158Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-07T00:48:37.421Z] INFO: Archiving Costs [Pipeline] echo [2021-02-07T00:48:37.436Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-07T00:48:37.733Z] ---> logs-deploy.sh [2021-02-07T00:48:37.733Z] lf-activate-venv: SKIPPING [2021-02-07T00:48:37.733Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/348 [2021-02-07T00:48:37.733Z] INFO: archiving workspace using pattern(s): [2021-02-07T00:48:39.121Z] Archives upload complete. [2021-02-07T00:48:39.382Z] INFO: archiving logs to Nexus [2021-02-07T00:48:40.330Z] ---> uname -a: [2021-02-07T00:48:40.330Z] Linux prd-centos7-docker-4c-2g-25358.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-02-07T00:48:40.330Z] [2021-02-07T00:48:40.330Z] [2021-02-07T00:48:40.330Z] ---> lscpu: [2021-02-07T00:48:40.330Z] Architecture: x86_64 [2021-02-07T00:48:40.330Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-07T00:48:40.330Z] Byte Order: Little Endian [2021-02-07T00:48:40.330Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-07T00:48:40.330Z] CPU(s): 4 [2021-02-07T00:48:40.330Z] On-line CPU(s) list: 0-3 [2021-02-07T00:48:40.330Z] Thread(s) per core: 1 [2021-02-07T00:48:40.330Z] Core(s) per socket: 1 [2021-02-07T00:48:40.330Z] Socket(s): 4 [2021-02-07T00:48:40.330Z] NUMA node(s): 1 [2021-02-07T00:48:40.330Z] Vendor ID: GenuineIntel [2021-02-07T00:48:40.330Z] CPU family: 6 [2021-02-07T00:48:40.330Z] Model: 44 [2021-02-07T00:48:40.330Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-07T00:48:40.330Z] Stepping: 1 [2021-02-07T00:48:40.330Z] CPU MHz: 2933.438 [2021-02-07T00:48:40.330Z] BogoMIPS: 5866.87 [2021-02-07T00:48:40.330Z] Virtualization: VT-x [2021-02-07T00:48:40.330Z] Hypervisor vendor: KVM [2021-02-07T00:48:40.330Z] Virtualization type: full [2021-02-07T00:48:40.330Z] L1d cache: 128 KiB [2021-02-07T00:48:40.330Z] L1i cache: 128 KiB [2021-02-07T00:48:40.330Z] L2 cache: 16 MiB [2021-02-07T00:48:40.330Z] L3 cache: 64 MiB [2021-02-07T00:48:40.330Z] NUMA node0 CPU(s): 0-3 [2021-02-07T00:48:40.330Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-07T00:48:40.330Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-07T00:48:40.330Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-07T00:48:40.330Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-07T00:48:40.330Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-07T00:48:40.330Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-07T00:48:40.330Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-07T00:48:40.330Z] Vulnerability Srbds: Not affected [2021-02-07T00:48:40.330Z] Vulnerability Tsx async abort: Not affected [2021-02-07T00:48:40.330Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-02-07T00:48:40.330Z] [2021-02-07T00:48:40.330Z] [2021-02-07T00:48:40.330Z] ---> nproc: [2021-02-07T00:48:40.330Z] 4 [2021-02-07T00:48:40.330Z] [2021-02-07T00:48:40.330Z] [2021-02-07T00:48:40.330Z] ---> df -h: [2021-02-07T00:48:40.330Z] Filesystem Size Used Available Use% Mounted on [2021-02-07T00:48:40.330Z] overlay 50.0G 13.4G 36.5G 27% / [2021-02-07T00:48:40.330Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-07T00:48:40.330Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-07T00:48:40.330Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-07T00:48:40.330Z] /dev/vda1 50.0G 13.4G 36.5G 27% /facter-os [2021-02-07T00:48:40.330Z] /dev/vda1 50.0G 13.4G 36.5G 27% /etc/resolv.conf [2021-02-07T00:48:40.330Z] /dev/vda1 50.0G 13.4G 36.5G 27% /etc/hostname [2021-02-07T00:48:40.330Z] /dev/vda1 50.0G 13.4G 36.5G 27% /etc/hosts [2021-02-07T00:48:40.330Z] /dev/vda1 50.0G 13.4G 36.5G 27% /var/log/auth.log [2021-02-07T00:48:40.330Z] /dev/vda1 50.0G 13.4G 36.5G 27% /run/cloud-init/result.json [2021-02-07T00:48:40.330Z] /dev/vda1 50.0G 13.4G 36.5G 27% /var/log/sa-host [2021-02-07T00:48:40.330Z] /dev/vda1 50.0G 13.4G 36.5G 27% /var/log/secure [2021-02-07T00:48:40.330Z] /dev/vda1 50.0G 13.4G 36.5G 27% /w/workspace/edgex-go/348 [2021-02-07T00:48:40.330Z] /dev/vda1 50.0G 13.4G 36.5G 27% /w/workspace/edgex-go/348@tmp [2021-02-07T00:48:40.330Z] [2021-02-07T00:48:40.330Z] [2021-02-07T00:48:40.330Z] ---> free -m: [2021-02-07T00:48:40.330Z] total used free shared buff/cache available [2021-02-07T00:48:40.330Z] Mem: 1837 765 158 0 914 1017 [2021-02-07T00:48:40.330Z] Swap: 1023 75 948 [2021-02-07T00:48:40.330Z] [2021-02-07T00:48:40.330Z] [2021-02-07T00:48:40.330Z] ---> ip addr: [2021-02-07T00:48:40.330Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-02-07T00:48:40.330Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-02-07T00:48:40.330Z] inet 127.0.0.1/8 scope host lo [2021-02-07T00:48:40.330Z] valid_lft forever preferred_lft forever [2021-02-07T00:48:40.330Z] inet6 ::1/128 scope host [2021-02-07T00:48:40.330Z] valid_lft forever preferred_lft forever [2021-02-07T00:48:40.330Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-02-07T00:48:40.330Z] link/ether fa:16:3e:b8:42:4c brd ff:ff:ff:ff:ff:ff [2021-02-07T00:48:40.330Z] inet 10.30.123.240/23 brd 10.30.123.255 scope global dynamic eth0 [2021-02-07T00:48:40.330Z] valid_lft 85229sec preferred_lft 85229sec [2021-02-07T00:48:40.330Z] inet6 fe80::f816:3eff:feb8:424c/64 scope link [2021-02-07T00:48:40.330Z] valid_lft forever preferred_lft forever [2021-02-07T00:48:40.330Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-02-07T00:48:40.330Z] link/ether 02:42:aa:64:ef:84 brd ff:ff:ff:ff:ff:ff [2021-02-07T00:48:40.330Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-02-07T00:48:40.330Z] valid_lft forever preferred_lft forever [2021-02-07T00:48:40.330Z] inet6 fe80::42:aaff:fe64:ef84/64 scope link [2021-02-07T00:48:40.330Z] valid_lft forever preferred_lft forever [2021-02-07T00:48:40.330Z] [2021-02-07T00:48:40.330Z] [2021-02-07T00:48:40.330Z] ---> sar -b -r -n DEV: [2021-02-07T00:48:40.330Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/07/21 _x86_64_ (4 CPU) [2021-02-07T00:48:40.330Z] [2021-02-07T00:48:40.330Z] 00:28:58 LINUX RESTART (4 CPU) [2021-02-07T00:48:40.330Z] [2021-02-07T00:48:40.330Z] 00:30:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-02-07T00:48:40.330Z] 00:31:01 232.46 109.48 122.97 0.00 7625.49 46579.72 0.00 [2021-02-07T00:48:40.330Z] 00:32:01 205.35 82.43 122.92 0.00 3293.48 17921.21 0.00 [2021-02-07T00:48:40.330Z] 00:33:01 121.98 30.39 91.60 0.00 1153.74 12629.42 0.00 [2021-02-07T00:48:40.330Z] 00:34:01 129.28 57.56 71.72 0.00 3264.31 10086.72 0.00 [2021-02-07T00:48:40.330Z] 00:35:01 976.24 731.39 244.85 0.00 90556.78 165137.03 0.00 [2021-02-07T00:48:40.330Z] 00:36:02 2275.56 1932.01 343.55 0.00 135967.48 137598.12 0.00 [2021-02-07T00:48:40.330Z] 00:37:01 579.62 355.28 224.35 0.00 22833.72 51894.27 0.00 [2021-02-07T00:48:40.330Z] 00:38:02 1938.99 1577.17 361.82 0.00 123085.26 146805.28 0.00 [2021-02-07T00:48:40.330Z] 00:39:02 1432.47 1155.37 277.09 0.00 54080.05 69690.98 0.00 [2021-02-07T00:48:40.330Z] 00:40:01 120.02 62.67 57.35 0.00 6897.68 3416.86 0.00 [2021-02-07T00:48:40.330Z] 00:41:01 23.58 20.59 3.00 0.00 564.75 73.86 0.00 [2021-02-07T00:48:40.330Z] 00:42:01 0.75 0.35 0.40 0.00 4.13 7.36 0.00 [2021-02-07T00:48:40.331Z] 00:43:01 0.30 0.02 0.28 0.00 0.53 3.40 0.00 [2021-02-07T00:48:40.331Z] 00:44:01 0.42 0.15 0.27 0.00 7.46 3.01 0.00 [2021-02-07T00:48:40.331Z] 00:45:01 2.38 1.57 0.82 0.00 55.28 16.55 0.00 [2021-02-07T00:48:40.331Z] 00:46:01 9.86 9.61 0.25 0.00 805.06 22.60 0.00 [2021-02-07T00:48:40.331Z] 00:47:01 296.40 156.51 139.90 0.00 8563.78 36272.54 0.00 [2021-02-07T00:48:40.331Z] 00:48:01 217.62 67.27 150.35 0.00 5854.64 33516.81 0.00 [2021-02-07T00:48:40.331Z] Average: 478.42 355.04 123.38 0.00 25964.53 40832.23 0.00 [2021-02-07T00:48:40.331Z] [2021-02-07T00:48:40.331Z] 00:30:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-02-07T00:48:40.331Z] 00:31:01 92216 0 721332 38.34 1780 1066216 1457300 49.74 581348 968672 34528 [2021-02-07T00:48:40.331Z] 00:32:01 113260 0 806176 42.85 1492 960616 1742872 59.48 625796 870116 58668 [2021-02-07T00:48:40.331Z] 00:33:01 188248 0 758764 40.33 732 933800 1444852 49.31 644528 765296 3048 [2021-02-07T00:48:40.331Z] 00:34:01 140292 0 780624 41.49 660 959968 1434988 48.97 645332 806776 10348 [2021-02-07T00:48:40.331Z] 00:35:01 554376 0 670452 35.63 0 656716 1282716 43.78 483740 630160 48 [2021-02-07T00:48:40.331Z] 00:36:02 100184 0 901868 47.93 0 879492 2933956 100.13 693224 834776 13248 [2021-02-07T00:48:40.331Z] 00:37:01 128368 0 800732 42.56 0 952444 2279104 77.78 656548 851608 0 [2021-02-07T00:48:40.331Z] 00:38:02 98972 0 810544 43.08 0 972028 2413120 82.36 700088 844552 73176 [2021-02-07T00:48:40.331Z] 00:39:02 333228 0 714496 37.97 0 833820 1689620 57.66 635760 664484 1540 [2021-02-07T00:48:40.331Z] 00:40:01 303016 0 642972 34.17 0 935556 1412876 48.22 600272 729936 28 [2021-02-07T00:48:40.331Z] 00:41:01 315908 0 613480 32.61 0 952156 1199456 40.94 577548 742748 12 [2021-02-07T00:48:40.331Z] 00:42:01 318840 0 610532 32.45 0 952172 1163572 39.71 575300 742356 8 [2021-02-07T00:48:40.331Z] 00:43:01 319448 0 609932 32.42 0 952164 1163608 39.71 575344 742356 8 [2021-02-07T00:48:40.331Z] 00:44:01 319104 0 610068 32.42 0 952372 1164148 39.73 575820 742512 8 [2021-02-07T00:48:40.331Z] 00:45:01 317460 0 610840 32.46 0 953244 1163704 39.72 575444 743520 16 [2021-02-07T00:48:40.331Z] 00:46:01 287516 0 616748 32.78 0 977280 1166916 39.82 584232 762144 728 [2021-02-07T00:48:40.331Z] 00:47:01 237388 0 669044 35.56 0 975112 1171044 39.97 599024 740776 36 [2021-02-07T00:48:40.331Z] 00:48:01 157960 0 774052 41.14 0 949532 1375428 46.94 550032 814868 48 [2021-02-07T00:48:40.331Z] Average: 240321 0 706814 37.57 259 934149 1536627 52.44 604410 777648 10861 [2021-02-07T00:48:40.331Z] [2021-02-07T00:48:40.331Z] 00:30:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-02-07T00:48:40.331Z] 00:31:01 eth0 1079.40 1331.66 5770.20 145.56 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] 00:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] 00:31:01 vethc60e1ac 19.38 26.32 1.32 151.85 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] 00:31:01 docker0 1054.67 738.63 80.08 2827.76 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] 00:32:01 eth0 177.26 144.22 704.91 71.07 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] 00:32:01 vethbfb0216 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] 00:32:01 docker0 108.19 132.45 7.53 675.76 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] 00:33:01 eth0 26.51 13.90 19.82 10.54 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] 00:33:01 vethbfb0216 2.03 2.03 0.16 0.17 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] 00:33:01 docker0 2.03 2.03 0.13 0.17 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] 00:34:01 eth0 43.96 31.37 22.60 64.15 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] 00:34:01 vethbfb0216 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] 00:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] 00:35:01 vethf9e53f2 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] 00:35:01 eth0 196.67 153.91 1691.19 21.38 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] 00:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] 00:36:02 vethf9e53f2 0.00 0.30 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] 00:36:02 veth845462b 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] 00:36:02 vethdec758f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] 00:36:02 eth0 83.14 63.05 175.94 60.04 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] 00:37:01 vethf9e53f2 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] 00:37:01 vethbe7b8f1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] 00:37:01 eth0 181.70 139.58 1446.02 20.95 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] 00:37:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] 00:38:02 vethf9e53f2 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] 00:38:02 vetha2583ca 2.99 3.44 0.35 11.92 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] 00:38:02 eth0 124.05 81.31 409.71 81.91 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] 00:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] 00:39:02 vethf9e53f2 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] 00:39:02 vethf7ec97c 3.32 6.19 0.22 31.95 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] 00:39:02 eth0 75.45 49.10 149.10 67.20 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] 00:39:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] 00:40:01 eth0 413.27 397.34 230.32 1549.76 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] 00:40:01 docker0 1290.88 1045.57 95.86 4403.13 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] 00:41:01 eth0 32.76 28.68 16.72 97.14 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] 00:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] 00:42:01 eth0 1.02 0.32 0.32 0.20 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] 00:43:01 eth0 1.75 0.62 0.65 0.37 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] 00:44:01 eth0 1.33 0.50 0.58 0.42 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] 00:45:01 eth0 0.43 0.20 0.16 0.07 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] 00:46:01 eth0 19.32 18.20 6.00 31.20 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] 00:47:01 eth0 478.79 435.92 4270.10 84.69 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] 00:47:01 docker0 37.37 35.49 3.45 222.08 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] 00:48:01 eth0 513.33 442.80 3477.09 111.42 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] 00:48:01 veth90be7c0 1.11 0.88 0.40 0.54 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] 00:48:01 docker0 54.36 72.55 3.12 220.01 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] Average: eth0 191.53 185.00 1022.27 133.06 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] Average: veth90be7c0 0.06 0.05 0.02 0.03 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] Average: docker0 75.71 63.20 5.61 265.42 0.00 0.00 0.00 0.00 [2021-02-07T00:48:40.331Z] [2021-02-07T00:48:40.331Z] [2021-02-07T00:48:40.331Z] ---> sar -P ALL: [2021-02-07T00:48:40.331Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/07/21 _x86_64_ (4 CPU) [2021-02-07T00:48:40.331Z] [2021-02-07T00:48:40.331Z] 00:28:58 LINUX RESTART (4 CPU) [2021-02-07T00:48:40.331Z] [2021-02-07T00:48:40.331Z] 00:30:01 CPU %user %nice %system %iowait %steal %idle [2021-02-07T00:48:40.331Z] 00:31:01 all 16.50 0.00 9.43 2.32 0.22 71.54 [2021-02-07T00:48:40.331Z] 00:31:01 0 18.30 0.00 12.03 2.32 0.16 67.20 [2021-02-07T00:48:40.331Z] 00:31:01 1 15.88 0.00 8.09 1.73 0.14 74.16 [2021-02-07T00:48:40.331Z] 00:31:01 2 19.77 0.00 8.51 3.37 0.31 68.04 [2021-02-07T00:48:40.331Z] 00:31:01 3 12.03 0.00 9.11 1.87 0.27 76.72 [2021-02-07T00:48:40.331Z] 00:32:01 all 13.84 0.00 7.06 6.02 0.15 72.92 [2021-02-07T00:48:40.331Z] 00:32:01 0 15.03 0.00 6.15 4.50 0.12 74.20 [2021-02-07T00:48:40.331Z] 00:32:01 1 13.79 0.00 7.21 6.28 0.14 72.59 [2021-02-07T00:48:40.331Z] 00:32:01 2 14.30 0.00 7.97 6.93 0.19 70.61 [2021-02-07T00:48:40.331Z] 00:32:01 3 12.23 0.00 6.91 6.38 0.17 74.31 [2021-02-07T00:48:40.331Z] 00:33:01 all 51.59 0.00 12.48 4.19 0.14 31.60 [2021-02-07T00:48:40.331Z] 00:33:01 0 48.48 0.00 13.13 5.21 0.12 33.05 [2021-02-07T00:48:40.331Z] 00:33:01 1 52.82 0.00 12.00 3.71 0.16 31.32 [2021-02-07T00:48:40.331Z] 00:33:01 2 52.88 0.00 12.49 4.15 0.12 30.37 [2021-02-07T00:48:40.331Z] 00:33:01 3 52.15 0.00 12.33 3.69 0.17 31.66 [2021-02-07T00:48:40.331Z] 00:34:01 all 49.02 0.00 14.64 2.67 0.46 33.21 [2021-02-07T00:48:40.331Z] 00:34:01 0 48.04 0.00 14.19 1.95 0.54 35.28 [2021-02-07T00:48:40.331Z] 00:34:01 1 48.95 0.00 14.40 4.24 0.47 31.94 [2021-02-07T00:48:40.331Z] 00:34:01 2 49.89 0.00 15.26 3.54 0.37 30.94 [2021-02-07T00:48:40.331Z] 00:34:01 3 49.19 0.00 14.71 0.95 0.46 34.69 [2021-02-07T00:48:40.331Z] 00:35:01 all 22.13 0.00 21.21 4.40 1.42 50.84 [2021-02-07T00:48:40.331Z] 00:35:01 0 21.66 0.00 20.66 2.92 1.50 53.26 [2021-02-07T00:48:40.331Z] 00:35:01 1 21.69 0.00 21.24 3.96 1.36 51.75 [2021-02-07T00:48:40.331Z] 00:35:01 2 22.49 0.00 21.44 3.68 1.45 50.94 [2021-02-07T00:48:40.331Z] 00:35:01 3 22.68 0.00 21.50 7.05 1.38 47.39 [2021-02-07T00:48:40.331Z] 00:36:02 all 18.73 0.00 23.74 31.66 0.72 25.14 [2021-02-07T00:48:40.331Z] 00:36:02 0 18.90 0.00 23.33 29.94 0.84 26.99 [2021-02-07T00:48:40.331Z] 00:36:02 1 18.40 0.00 23.74 32.31 0.77 24.78 [2021-02-07T00:48:40.331Z] 00:36:02 2 17.86 0.00 23.60 32.96 0.62 24.96 [2021-02-07T00:48:40.331Z] 00:36:02 3 19.79 0.00 24.31 31.44 0.66 23.81 [2021-02-07T00:48:40.331Z] 00:37:01 all 60.09 0.00 18.43 11.44 0.53 9.50 [2021-02-07T00:48:40.331Z] 00:37:01 0 58.70 0.00 19.38 8.35 0.64 12.93 [2021-02-07T00:48:40.331Z] 00:37:01 1 61.61 0.00 16.89 13.67 0.52 7.32 [2021-02-07T00:48:40.331Z] 00:37:01 2 60.38 0.00 17.93 12.10 0.52 9.06 [2021-02-07T00:48:40.331Z] 00:37:01 3 59.68 0.00 19.53 11.67 0.45 8.67 [2021-02-07T00:48:40.331Z] 00:38:02 all 25.13 0.00 24.11 26.88 1.56 22.31 [2021-02-07T00:48:40.331Z] 00:38:02 0 22.80 0.00 22.14 20.84 1.86 32.36 [2021-02-07T00:48:40.331Z] 00:38:02 1 24.51 0.00 26.03 32.09 1.59 15.78 [2021-02-07T00:48:40.331Z] 00:38:02 2 27.04 0.00 23.64 27.64 1.46 20.22 [2021-02-07T00:48:40.331Z] 00:38:02 3 26.19 0.00 24.67 27.02 1.34 20.77 [2021-02-07T00:48:40.331Z] 00:39:02 all 52.28 0.00 21.07 16.47 0.60 9.58 [2021-02-07T00:48:40.331Z] 00:39:02 0 51.45 0.00 20.08 16.60 0.54 11.33 [2021-02-07T00:48:40.331Z] 00:39:02 1 51.68 0.00 20.62 16.87 0.54 10.29 [2021-02-07T00:48:40.331Z] 00:39:02 2 51.84 0.00 21.46 16.86 0.70 9.14 [2021-02-07T00:48:40.331Z] 00:39:02 3 54.14 0.00 22.11 15.56 0.63 7.56 [2021-02-07T00:48:40.331Z] 00:40:01 all 10.88 0.00 6.15 3.63 0.38 78.97 [2021-02-07T00:48:40.331Z] 00:40:01 0 11.00 0.00 6.22 3.57 0.42 78.79 [2021-02-07T00:48:40.331Z] 00:40:01 1 11.08 0.00 6.04 2.39 0.29 80.19 [2021-02-07T00:48:40.331Z] 00:40:01 2 10.78 0.00 6.31 2.54 0.43 79.94 [2021-02-07T00:48:40.331Z] 00:40:01 3 10.65 0.00 6.01 6.04 0.36 76.94 [2021-02-07T00:48:40.331Z] 00:41:01 all 1.16 0.00 0.49 0.56 0.01 97.78 [2021-02-07T00:48:40.331Z] 00:41:01 0 0.97 0.00 0.73 0.49 0.02 97.79 [2021-02-07T00:48:40.331Z] 00:41:01 1 0.90 0.00 0.37 0.54 0.02 98.16 [2021-02-07T00:48:40.331Z] 00:41:01 2 1.07 0.00 0.44 0.53 0.00 97.96 [2021-02-07T00:48:40.331Z] 00:41:01 3 1.71 0.00 0.41 0.66 0.00 97.22 [2021-02-07T00:48:40.331Z] [2021-02-07T00:48:40.331Z] 00:41:01 CPU %user %nice %system %iowait %steal %idle [2021-02-07T00:48:40.331Z] 00:42:01 all 0.17 0.00 0.03 0.01 0.00 99.79 [2021-02-07T00:48:40.331Z] 00:42:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-07T00:48:40.331Z] 00:42:01 1 0.07 0.00 0.07 0.02 0.00 99.85 [2021-02-07T00:48:40.331Z] 00:42:01 2 0.03 0.00 0.03 0.03 0.00 99.90 [2021-02-07T00:48:40.331Z] 00:42:01 3 0.55 0.00 0.02 0.00 0.00 99.43 [2021-02-07T00:48:40.331Z] 00:43:01 all 0.16 0.00 0.03 0.00 0.00 99.81 [2021-02-07T00:48:40.331Z] 00:43:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-07T00:48:40.331Z] 00:43:01 1 0.05 0.00 0.05 0.00 0.02 99.88 [2021-02-07T00:48:40.331Z] 00:43:01 2 0.05 0.00 0.02 0.00 0.00 99.93 [2021-02-07T00:48:40.331Z] 00:43:01 3 0.50 0.00 0.03 0.00 0.00 99.47 [2021-02-07T00:48:40.331Z] 00:44:01 all 0.17 0.00 0.06 0.00 0.00 99.77 [2021-02-07T00:48:40.331Z] 00:44:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-07T00:48:40.331Z] 00:44:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-07T00:48:40.331Z] 00:44:01 2 0.07 0.00 0.08 0.00 0.00 99.85 [2021-02-07T00:48:40.332Z] 00:44:01 3 0.53 0.00 0.10 0.00 0.00 99.37 [2021-02-07T00:48:40.332Z] 00:45:01 all 0.25 0.00 0.05 0.03 0.00 99.66 [2021-02-07T00:48:40.332Z] 00:45:01 0 0.28 0.00 0.08 0.02 0.02 99.60 [2021-02-07T00:48:40.332Z] 00:45:01 1 0.15 0.00 0.08 0.10 0.00 99.67 [2021-02-07T00:48:40.332Z] 00:45:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-07T00:48:40.332Z] 00:45:01 3 0.52 0.00 0.02 0.00 0.00 99.47 [2021-02-07T00:48:40.332Z] 00:46:01 all 0.85 0.00 0.49 0.22 0.01 98.43 [2021-02-07T00:48:40.332Z] 00:46:01 0 0.37 0.00 0.52 0.08 0.00 99.03 [2021-02-07T00:48:40.332Z] 00:46:01 1 1.02 0.00 0.57 0.42 0.00 98.00 [2021-02-07T00:48:40.332Z] 00:46:01 2 0.57 0.00 0.33 0.10 0.02 98.98 [2021-02-07T00:48:40.332Z] 00:46:01 3 1.47 0.00 0.53 0.28 0.02 97.70 [2021-02-07T00:48:40.332Z] 00:47:01 all 10.25 0.00 8.17 6.26 0.06 75.26 [2021-02-07T00:48:40.332Z] 00:47:01 0 10.79 0.00 9.01 8.05 0.05 72.10 [2021-02-07T00:48:40.332Z] 00:47:01 1 10.15 0.00 7.67 5.18 0.07 76.93 [2021-02-07T00:48:40.332Z] 00:47:01 2 10.59 0.00 8.10 5.64 0.05 75.63 [2021-02-07T00:48:40.332Z] 00:47:01 3 9.47 0.00 7.90 6.19 0.07 76.37 [2021-02-07T00:48:40.332Z] 00:48:01 all 12.06 0.00 10.00 3.12 0.07 74.75 [2021-02-07T00:48:40.332Z] 00:48:01 0 10.53 0.00 10.43 3.45 0.07 75.52 [2021-02-07T00:48:40.332Z] 00:48:01 1 10.89 0.00 9.32 2.06 0.10 77.63 [2021-02-07T00:48:40.332Z] 00:48:01 2 15.62 0.00 10.78 3.40 0.05 70.15 [2021-02-07T00:48:40.332Z] 00:48:01 3 11.18 0.00 9.48 3.58 0.07 75.70 [2021-02-07T00:48:40.332Z] Average: all 18.82 0.00 9.69 6.52 0.35 64.62 [2021-02-07T00:48:40.332Z] Average: 0 18.40 0.00 9.73 5.91 0.38 65.58 [2021-02-07T00:48:40.332Z] Average: 1 18.74 0.00 9.52 6.83 0.34 64.57 [2021-02-07T00:48:40.332Z] Average: 2 19.37 0.00 9.74 6.71 0.34 63.83 [2021-02-07T00:48:40.332Z] Average: 3 18.78 0.00 9.77 6.63 0.33 64.49 [2021-02-07T00:48:40.332Z] [2021-02-07T00:48:40.332Z] [2021-02-07T00:48:40.332Z]