Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-26801 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/361 [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/361 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 # timeout=10 Commit message: "feat(command): Implement PUT /device/name/{deviceName}/{command} V2 API (#3178)" > git rev-list --no-walk a05352d37eb5b985ae670d360b56d8b81b9d117b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-18T15:10:16.856Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-18T15:10:17.151Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-18T15:10:17.259Z] ========================================================= [2021-02-18T15:10:17.259Z] EdgeX Global Pipelines Version Info [2021-02-18T15:10:17.259Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-18T15:10:18.847Z] ------------------- [2021-02-18T15:10:18.847Z] stable info: [2021-02-18T15:10:18.847Z] ------------------- [2021-02-18T15:10:18.847Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-18T15:10:18.847Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-18T15:10:18.847Z] Message: update stable to v1.0.179 [2021-02-18T15:10:19.794Z] ------------------- [2021-02-18T15:10:19.794Z] experimental info: [2021-02-18T15:10:19.794Z] ------------------- [2021-02-18T15:10:19.794Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-18T15:10:19.794Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-18T15:10:19.794Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-18T15:10:20.087Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-18T15:10:20.208Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-18T15:10:20.313Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-18T15:10:20.450Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-18T15:10:20.589Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-18T15:10:20.733Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-18T15:10:20.841Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-18T15:10:20.998Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-18T15:10:21.109Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-18T15:10:21.211Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-18T15:10:21.303Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-18T15:10:21.426Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-18T15:10:21.566Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-18T15:10:21.663Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-18T15:10:21.762Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-18T15:10:21.906Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-18T15:10:22.031Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-18T15:10:22.126Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-18T15:10:22.261Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-18T15:10:22.359Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-18T15:10:22.456Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-18T15:10:22.598Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-18T15:10:22.722Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-18T15:10:22.822Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-02-18T15:10:22.948Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-02-18T15:10:23.046Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-02-18T15:10:23.144Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [Pipeline] echo [2021-02-18T15:10:23.240Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2dfe06a [Pipeline] echo [2021-02-18T15:10:23.334Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-18T15:10:23.517Z] provisioning config files... [2021-02-18T15:10:23.554Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/361@tmp/config4962322005953839134tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-18T15:10:23.913Z] ---> docker-login.sh [2021-02-18T15:10:23.913Z] nexus3.edgexfoundry.org:10001 [2021-02-18T15:10:24.179Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T15:10:24.445Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T15:10:24.445Z] Configure a credential helper to remove this warning. See [2021-02-18T15:10:24.445Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T15:10:24.445Z] [2021-02-18T15:10:24.445Z] Login Succeeded [2021-02-18T15:10:24.445Z] nexus3.edgexfoundry.org:10002 [2021-02-18T15:10:24.445Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T15:10:24.707Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T15:10:24.707Z] Configure a credential helper to remove this warning. See [2021-02-18T15:10:24.707Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T15:10:24.707Z] [2021-02-18T15:10:24.707Z] Login Succeeded [2021-02-18T15:10:24.707Z] nexus3.edgexfoundry.org:10003 [2021-02-18T15:10:24.707Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T15:10:24.707Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T15:10:24.707Z] Configure a credential helper to remove this warning. See [2021-02-18T15:10:24.707Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T15:10:24.707Z] [2021-02-18T15:10:24.707Z] Login Succeeded [2021-02-18T15:10:24.707Z] nexus3.edgexfoundry.org:10004 [2021-02-18T15:10:24.969Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T15:10:24.969Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T15:10:24.969Z] Configure a credential helper to remove this warning. See [2021-02-18T15:10:24.969Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T15:10:24.969Z] [2021-02-18T15:10:24.969Z] Login Succeeded [2021-02-18T15:10:24.969Z] docker.io [2021-02-18T15:10:25.232Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T15:10:25.495Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T15:10:25.495Z] Configure a credential helper to remove this warning. See [2021-02-18T15:10:25.495Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T15:10:25.495Z] [2021-02-18T15:10:25.495Z] Login Succeeded [2021-02-18T15:10:25.495Z] ---> docker-login.sh ends [Pipeline] } [2021-02-18T15:10:25.506Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-18T15:10:26.014Z] ++ 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-18T15:10:26.014Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T15:10:26.014Z] ++ dirname cmd/core-command/Dockerfile [2021-02-18T15:10:26.014Z] ++ cut -d/ -f2 [2021-02-18T15:10:26.014Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-18T15:10:26.014Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T15:10:26.014Z] ++ dirname cmd/core-data/Dockerfile [2021-02-18T15:10:26.014Z] ++ cut -d/ -f2 [2021-02-18T15:10:26.014Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-18T15:10:26.014Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T15:10:26.014Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-18T15:10:26.014Z] ++ cut -d/ -f2 [2021-02-18T15:10:26.014Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-18T15:10:26.014Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T15:10:26.014Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-18T15:10:26.014Z] ++ cut -d/ -f2 [2021-02-18T15:10:26.014Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-18T15:10:26.014Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T15:10:26.014Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-18T15:10:26.014Z] ++ cut -d/ -f2 [2021-02-18T15:10:26.014Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-18T15:10:26.014Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T15:10:26.014Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-18T15:10:26.014Z] ++ cut -d/ -f2 [2021-02-18T15:10:26.014Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-18T15:10:26.014Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T15:10:26.014Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-18T15:10:26.014Z] ++ cut -d/ -f2 [2021-02-18T15:10:26.014Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-18T15:10:26.014Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T15:10:26.014Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-18T15:10:26.014Z] ++ cut -d/ -f2 [2021-02-18T15:10:26.014Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-18T15:10:26.014Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T15:10:26.014Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-18T15:10:26.014Z] ++ cut -d/ -f2 [2021-02-18T15:10:26.014Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-18T15:10:26.091Z] 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-18T15:10:27.703Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-18T15:10:27.704Z] [2021-02-18T15:10:27.704Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:10:28.085Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-18T15:10:28.085Z] latest: Pulling from edgex-devops/git-semver [2021-02-18T15:10:28.085Z] 31603596830f: Pulling fs layer [2021-02-18T15:10:28.085Z] 2a8b12db71e7: Pulling fs layer [2021-02-18T15:10:28.085Z] 6ca5941a6612: Pulling fs layer [2021-02-18T15:10:28.085Z] ecc8261a40a4: Pulling fs layer [2021-02-18T15:10:28.085Z] ecc8261a40a4: Waiting [2021-02-18T15:10:28.085Z] 2a8b12db71e7: Verifying Checksum [2021-02-18T15:10:28.085Z] 2a8b12db71e7: Download complete [2021-02-18T15:10:28.348Z] 31603596830f: Download complete [2021-02-18T15:10:28.348Z] ecc8261a40a4: Verifying Checksum [2021-02-18T15:10:28.348Z] ecc8261a40a4: Download complete [2021-02-18T15:10:28.348Z] 6ca5941a6612: Verifying Checksum [2021-02-18T15:10:28.348Z] 6ca5941a6612: Download complete [2021-02-18T15:10:28.923Z] 31603596830f: Pull complete [2021-02-18T15:10:28.923Z] 2a8b12db71e7: Pull complete [2021-02-18T15:10:29.880Z] 6ca5941a6612: Pull complete [2021-02-18T15:10:30.142Z] ecc8261a40a4: Pull complete [2021-02-18T15:10:30.142Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-18T15:10:30.142Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-18T15:10:30.142Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-18T15:10:30.243Z] prd-centos7-docker-4c-2g-26801 does not seem to be running inside a container [2021-02-18T15:10:30.291Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/361 -v /w/workspace/edgex-go/361:/w/workspace/edgex-go/361:rw,z -v /w/workspace/edgex-go/361@tmp:/w/workspace/edgex-go/361@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-18T15:10:32.934Z] $ docker top ff58ad4b576c2a846d4fe8f6ab1aeade474ffaaf0192d0126b707a0a8cdf61b4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-18T15:10:33.341Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-18T15:10:33.341Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-18T15:10:33.549Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-18T15:10:33.551Z] $ docker exec ff58ad4b576c2a846d4fe8f6ab1aeade474ffaaf0192d0126b707a0a8cdf61b4 ssh-agent [2021-02-18T15:10:33.720Z] SSH_AUTH_SOCK=/tmp/ssh-XUCZHctAXM6K/agent.11 [2021-02-18T15:10:33.720Z] SSH_AGENT_PID=16 [2021-02-18T15:10:33.730Z] Running ssh-add (command line suppressed) [2021-02-18T15:10:33.848Z] Identity added: /w/workspace/edgex-go/361@tmp/private_key_1492153806543975321.key (/w/workspace/edgex-go/361@tmp/private_key_1492153806543975321.key) [2021-02-18T15:10:33.900Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-18T15:10:34.238Z] + git tag --points-at HEAD [Pipeline] } [2021-02-18T15:10:34.259Z] $ docker exec --env ******** --env ******** ff58ad4b576c2a846d4fe8f6ab1aeade474ffaaf0192d0126b707a0a8cdf61b4 ssh-agent -k [2021-02-18T15:10:34.372Z] unset SSH_AUTH_SOCK; [2021-02-18T15:10:34.373Z] unset SSH_AGENT_PID; [2021-02-18T15:10:34.373Z] echo Agent pid 16 killed; [2021-02-18T15:10:34.421Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-18T15:10:34.623Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-18T15:10:34.623Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-18T15:10:34.801Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-18T15:10:34.804Z] $ docker exec ff58ad4b576c2a846d4fe8f6ab1aeade474ffaaf0192d0126b707a0a8cdf61b4 ssh-agent [2021-02-18T15:10:34.976Z] SSH_AUTH_SOCK=/tmp/ssh-E8FBLcpEjd2Q/agent.45 [2021-02-18T15:10:34.976Z] SSH_AGENT_PID=51 [2021-02-18T15:10:34.983Z] Running ssh-add (command line suppressed) [2021-02-18T15:10:35.104Z] Identity added: /w/workspace/edgex-go/361@tmp/private_key_5457739130627065235.key (/w/workspace/edgex-go/361@tmp/private_key_5457739130627065235.key) [2021-02-18T15:10:35.155Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-18T15:10:35.493Z] + git semver init [2021-02-18T15:10:35.493Z] # -> Open(): unable to determine branch for HEAD [2021-02-18T15:10:35.493Z] # $GIT_DIR = /w/workspace/edgex-go/361/.git [2021-02-18T15:10:35.493Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/361 [2021-02-18T15:10:35.493Z] # $SEMVER_REMOTE_NAME = origin [2021-02-18T15:10:35.493Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-18T15:10:35.493Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-18T15:10:35.493Z] # $SEMVER_BRANCH = master [2021-02-18T15:10:35.493Z] # $SEMVER_TEMP = /tmp/semver-517950080 [2021-02-18T15:10:35.493Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-18T15:12:57.088Z] # '/tmp/semver-517950080' -> '/w/workspace/edgex-go/361/.semver' [2021-02-18T15:12:57.088Z] # -> Force: false [2021-02-18T15:12:57.088Z] # $SEMVER_DIR = /w/workspace/edgex-go/361/.semver [Pipeline] } [2021-02-18T15:12:57.104Z] $ docker exec --env ******** --env ******** ff58ad4b576c2a846d4fe8f6ab1aeade474ffaaf0192d0126b707a0a8cdf61b4 ssh-agent -k [2021-02-18T15:12:57.385Z] unset SSH_AUTH_SOCK; [2021-02-18T15:12:57.386Z] unset SSH_AGENT_PID; [2021-02-18T15:12:57.386Z] echo Agent pid 51 killed; [2021-02-18T15:12:57.490Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-18T15:12:58.110Z] + git semver [Pipeline] } [2021-02-18T15:12:58.127Z] $ docker stop --time=1 ff58ad4b576c2a846d4fe8f6ab1aeade474ffaaf0192d0126b707a0a8cdf61b4 [2021-02-18T15:13:00.021Z] $ docker rm -f ff58ad4b576c2a846d4fe8f6ab1aeade474ffaaf0192d0126b707a0a8cdf61b4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-18T15:13:00.537Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-18T15:13:01.177Z] Stashed 1 file(s) [Pipeline] echo [2021-02-18T15:13:01.180Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.95 [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-18T15:13:02.121Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-18T15:13:02.421Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-18T15:13:02.721Z] + sudo service docker restart [2021-02-18T15:13:02.721Z] + true [2021-02-18T15:13:02.721Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-18T15:13:03.311Z] ========================================================= [2021-02-18T15:13:03.311Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-18T15:13:03.311Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:13:03.653Z] + 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-18T15:13:07.896Z] Sending build context to Docker daemon 327.9MB [2021-02-18T15:13:07.896Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-18T15:13:07.896Z] Step 2/6 : FROM ${BASE} [2021-02-18T15:13:08.159Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-18T15:13:08.159Z] 188c0c94c7c5: Pulling fs layer [2021-02-18T15:13:08.159Z] 0ef7d3d256c8: Pulling fs layer [2021-02-18T15:13:08.159Z] de9db76c5a1d: Pulling fs layer [2021-02-18T15:13:08.159Z] bca2f99d35d6: Pulling fs layer [2021-02-18T15:13:08.159Z] 93359f2a8cfa: Pulling fs layer [2021-02-18T15:13:08.159Z] 7c6f9722023f: Pulling fs layer [2021-02-18T15:13:08.159Z] a35cf1a2eb13: Pulling fs layer [2021-02-18T15:13:08.159Z] bca2f99d35d6: Waiting [2021-02-18T15:13:08.159Z] 93359f2a8cfa: Waiting [2021-02-18T15:13:08.159Z] 7c6f9722023f: Waiting [2021-02-18T15:13:08.159Z] a35cf1a2eb13: Waiting [2021-02-18T15:13:08.159Z] de9db76c5a1d: Download complete [2021-02-18T15:13:08.159Z] 0ef7d3d256c8: Verifying Checksum [2021-02-18T15:13:08.159Z] 0ef7d3d256c8: Download complete [2021-02-18T15:13:08.159Z] 93359f2a8cfa: Verifying Checksum [2021-02-18T15:13:08.159Z] 93359f2a8cfa: Download complete [2021-02-18T15:13:08.750Z] 7c6f9722023f: Verifying Checksum [2021-02-18T15:13:08.750Z] 7c6f9722023f: Download complete [2021-02-18T15:13:08.750Z] 188c0c94c7c5: Verifying Checksum [2021-02-18T15:13:08.750Z] 188c0c94c7c5: Download complete [2021-02-18T15:13:09.018Z] 188c0c94c7c5: Pull complete [2021-02-18T15:13:09.289Z] 0ef7d3d256c8: Pull complete [2021-02-18T15:13:09.554Z] de9db76c5a1d: Pull complete [2021-02-18T15:13:10.503Z] a35cf1a2eb13: Verifying Checksum [2021-02-18T15:13:10.503Z] a35cf1a2eb13: Download complete [2021-02-18T15:13:11.119Z] bca2f99d35d6: Verifying Checksum [2021-02-18T15:13:11.119Z] bca2f99d35d6: Download complete [2021-02-18T15:13:16.467Z] bca2f99d35d6: Pull complete [2021-02-18T15:13:16.467Z] 93359f2a8cfa: Pull complete [2021-02-18T15:13:16.467Z] 7c6f9722023f: Pull complete [2021-02-18T15:13:16.608Z] Still waiting to schedule task [2021-02-18T15:13:16.608Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline [2021-02-18T15:13:21.794Z] a35cf1a2eb13: Pull complete [2021-02-18T15:13:21.794Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-18T15:13:21.794Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-18T15:13:21.794Z] ---> a62c8e92a672 [2021-02-18T15:13:21.794Z] 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-18T15:13:21.794Z] ---> Running in 37b3b0549e02 [2021-02-18T15:13:21.794Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T15:13:22.369Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T15:13:22.944Z] (1/12) Installing libmagic (5.38-r0) [2021-02-18T15:13:23.520Z] (2/12) Installing file (5.38-r0) [2021-02-18T15:13:23.520Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-18T15:13:23.783Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-18T15:13:28.000Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-18T15:13:28.000Z] (6/12) Installing patch (2.7.6-r6) [2021-02-18T15:13:28.000Z] (7/12) Installing build-base (0.5-r2) [2021-02-18T15:13:28.000Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-18T15:13:28.261Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-18T15:13:28.261Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-18T15:13:28.261Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-18T15:13:28.525Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-18T15:13:29.106Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T15:13:29.106Z] OK: 233 MiB in 51 packages [2021-02-18T15:13:32.425Z] Removing intermediate container 37b3b0549e02 [2021-02-18T15:13:32.425Z] ---> ee53484d1186 [2021-02-18T15:13:32.425Z] Step 4/6 : WORKDIR /edgex-go [2021-02-18T15:13:32.425Z] ---> Running in e8aade6c6f84 [2021-02-18T15:13:32.688Z] Removing intermediate container e8aade6c6f84 [2021-02-18T15:13:32.688Z] ---> 54ac66c93580 [2021-02-18T15:13:32.688Z] Step 5/6 : COPY go.mod . [2021-02-18T15:13:32.953Z] ---> 1b9351cd24b0 [2021-02-18T15:13:32.954Z] Step 6/6 : RUN go mod download [2021-02-18T15:13:32.954Z] ---> Running in c120f204bb5e [2021-02-18T15:13:54.985Z] Removing intermediate container c120f204bb5e [2021-02-18T15:13:54.985Z] ---> a104b8157a33 [2021-02-18T15:13:54.985Z] Successfully built a104b8157a33 [2021-02-18T15:13:54.985Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:13:55.309Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-18T15:13:55.309Z] . [Pipeline] withDockerContainer [2021-02-18T15:13:55.415Z] prd-centos7-docker-4c-2g-26801 does not seem to be running inside a container [2021-02-18T15:13:55.462Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/361 -v /w/workspace/edgex-go/361:/w/workspace/edgex-go/361:rw,z -v /w/workspace/edgex-go/361@tmp:/w/workspace/edgex-go/361@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-18T15:13:56.358Z] $ docker top fb55c6662aaa2032a7d630d10775202b4204f83d85cd0b21fe65b900bbce2642 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T15:13:56.882Z] + go version [2021-02-18T15:13:56.882Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-18T15:13:56.896Z] $ docker stop --time=1 fb55c6662aaa2032a7d630d10775202b4204f83d85cd0b21fe65b900bbce2642 [2021-02-18T15:13:58.298Z] $ docker rm -f fb55c6662aaa2032a7d630d10775202b4204f83d85cd0b21fe65b900bbce2642 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:13:59.111Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-18T15:13:59.111Z] . [Pipeline] withDockerContainer [2021-02-18T15:13:59.211Z] prd-centos7-docker-4c-2g-26801 does not seem to be running inside a container [2021-02-18T15:13:59.255Z] $ 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/361 -v /w/workspace/edgex-go/361:/w/workspace/edgex-go/361:rw,z -v /w/workspace/edgex-go/361@tmp:/w/workspace/edgex-go/361@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-18T15:14:00.556Z] $ docker top f0ee74c29d713c0e55d7a5d534dc263f8f5d164138834f9d17330011c5dcf703 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-18T15:14:00.792Z] ========================================================= [2021-02-18T15:14:00.792Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-18T15:14:00.792Z] ========================================================= [Pipeline] sh [2021-02-18T15:14:01.092Z] + make test [2021-02-18T15:14:01.092Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-18T15:14:11.206Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-18T15:14:26.672Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-18T15:14:33.356Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-18T15:14:33.356Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-18T15:14:33.356Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-18T15:14:34.760Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-18T15:14:34.760Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-18T15:14:34.760Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-18T15:14:34.760Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-18T15:14:35.731Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-18T15:14:36.000Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-18T15:14:38.591Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-18T15:14:38.591Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-18T15:14:38.591Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-18T15:14:41.930Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.091s coverage: 45.9% of statements [2021-02-18T15:14:41.930Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-18T15:14:41.930Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-18T15:14:41.930Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-18T15:14:41.930Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-18T15:14:41.930Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-18T15:14:41.930Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-18T15:14:41.930Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-18T15:14:41.930Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.071s coverage: 100.0% of statements [2021-02-18T15:14:45.299Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.153s coverage: 27.1% of statements [2021-02-18T15:14:45.299Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-18T15:14:45.299Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-18T15:14:45.299Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-18T15:14:45.299Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-18T15:14:45.299Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-18T15:14:45.299Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-18T15:14:45.299Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.034s coverage: 100.0% of statements [2021-02-18T15:14:45.299Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-18T15:14:45.299Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.047s coverage: 100.0% of statements [2021-02-18T15:14:45.299Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-18T15:14:45.299Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-18T15:14:45.299Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.072s coverage: 65.8% of statements [2021-02-18T15:14:45.299Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-18T15:14:45.299Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-18T15:14:45.299Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.445s coverage: 82.3% of statements [2021-02-18T15:14:45.299Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-18T15:14:45.299Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T15:14:45.299Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-18T15:14:45.299Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-18T15:14:47.269Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.345s coverage: 28.6% of statements [2021-02-18T15:14:47.269Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-18T15:14:47.269Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-18T15:14:47.269Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-18T15:14:47.269Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-18T15:14:47.269Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-18T15:14:47.269Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.059s coverage: 100.0% of statements [2021-02-18T15:14:47.269Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-18T15:14:47.269Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.054s coverage: 100.0% of statements [2021-02-18T15:14:47.269Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-18T15:14:47.269Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.086s coverage: 86.7% of statements [2021-02-18T15:14:47.269Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-18T15:14:47.269Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.105s coverage: 97.5% of statements [2021-02-18T15:14:47.269Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-18T15:14:47.542Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.073s coverage: 78.3% of statements [2021-02-18T15:14:47.542Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-18T15:14:47.542Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-18T15:14:47.542Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-18T15:14:47.542Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-18T15:14:50.147Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.409s coverage: 92.8% of statements [2021-02-18T15:14:50.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-18T15:14:50.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T15:14:50.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-18T15:14:50.147Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-18T15:14:50.147Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-18T15:14:50.147Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-18T15:14:50.147Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-18T15:14:50.147Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-18T15:14:50.147Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-18T15:14:50.147Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-18T15:14:50.147Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-18T15:14:50.147Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-18T15:14:50.147Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-18T15:14:50.147Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-18T15:14:50.147Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-18T15:14:50.147Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-18T15:14:50.147Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-18T15:14:50.147Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-18T15:14:50.147Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.028s coverage: 58.8% of statements [2021-02-18T15:14:50.147Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-18T15:14:50.147Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-18T15:14:50.147Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.059s coverage: 0.1% of statements [2021-02-18T15:14:50.147Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-18T15:14:50.147Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-18T15:14:50.147Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-18T15:14:50.147Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.043s coverage: 45.5% of statements [2021-02-18T15:14:50.147Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.061s coverage: 79.5% of statements [2021-02-18T15:14:50.147Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.033s coverage: 94.1% of statements [2021-02-18T15:14:50.147Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.049s coverage: 96.3% of statements [2021-02-18T15:14:50.147Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.035s coverage: 87.5% of statements [2021-02-18T15:15:01.435Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-26802 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-02-18T15:15:01.505Z] Running in /w/workspace/edgex-go/361 [Pipeline] { [Pipeline] checkout [2021-02-18T15:15:02.416Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.064s coverage: 94.4% of statements [2021-02-18T15:15:02.416Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.025s coverage: 44.8% of statements [2021-02-18T15:15:06.422Z] using credential edgex-jenkins-ssh [2021-02-18T15:15:06.485Z] Cloning the remote Git repository [2021-02-18T15:15:06.526Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-18T15:15:06.640Z] > git init /w/workspace/edgex-go/361 # timeout=10 [2021-02-18T15:15:06.703Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-18T15:15:06.704Z] > git --version # timeout=10 [2021-02-18T15:15:06.725Z] > git --version # 'git version 2.17.1' [2021-02-18T15:15:06.727Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T15:15:06.821Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-18T15:15:14.744Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.066s coverage: 92.9% of statements [2021-02-18T15:15:14.744Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-18T15:15:14.744Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-18T15:15:14.744Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-18T15:15:14.744Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-02-18T15:15:14.744Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-18T15:15:14.744Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-18T15:15:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-18T15:15:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-18T15:15:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-18T15:15:14.745Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.039s coverage: 87.2% of statements [2021-02-18T15:15:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-18T15:15:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-18T15:15:14.745Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-02-18T15:15:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-18T15:15:14.745Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.051s coverage: 75.5% of statements [2021-02-18T15:15:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-18T15:15:14.745Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements [2021-02-18T15:15:14.745Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-02-18T15:15:14.745Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.2% of statements [2021-02-18T15:15:14.745Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.4% of statements [2021-02-18T15:15:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-18T15:15:14.745Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.157s coverage: 63.5% of statements [2021-02-18T15:15:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-18T15:15:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-18T15:15:14.745Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements [2021-02-18T15:15:14.745Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements [2021-02-18T15:15:14.745Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-02-18T15:15:14.745Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-02-18T15:15:14.745Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-02-18T15:15:14.745Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.303s coverage: 68.9% of statements [2021-02-18T15:15:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-18T15:15:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-18T15:15:14.745Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.090s coverage: 37.0% of statements [2021-02-18T15:15:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-18T15:15:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-18T15:15:14.745Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.266s coverage: 84.0% of statements [2021-02-18T15:15:14.745Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.042s coverage: 100.0% of statements [2021-02-18T15:15:14.745Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.128s coverage: 47.0% of statements [2021-02-18T15:15:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-18T15:15:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-18T15:15:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-18T15:15:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-18T15:15:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-18T15:15:14.745Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.046s coverage: 100.0% of statements [2021-02-18T15:15:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-18T15:15:14.745Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.043s coverage: 100.0% of statements [2021-02-18T15:15:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-18T15:15:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-18T15:15:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-18T15:15:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-18T15:15:14.745Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.117s coverage: 89.4% of statements [2021-02-18T15:15:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-18T15:15:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T15:15:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-18T15:15:14.745Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.735s coverage: 29.1% of statements [2021-02-18T15:15:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-18T15:15:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-18T15:15:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-18T15:15:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-18T15:15:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-18T15:15:14.745Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.064s coverage: 99.0% of statements [2021-02-18T15:15:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-18T15:15:14.745Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.039s coverage: 100.0% of statements [2021-02-18T15:15:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-18T15:15:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-18T15:15:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-18T15:15:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-18T15:15:14.745Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.060s coverage: 100.0% of statements [2021-02-18T15:15:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-18T15:15:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T15:15:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-18T15:15:14.745Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements [2021-02-18T15:15:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-18T15:15:14.745Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.028s coverage: 100.0% of statements [2021-02-18T15:15:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-18T15:15:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-18T15:15:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-18T15:15:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-18T15:15:14.745Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.036s coverage: 87.9% of statements [2021-02-18T15:15:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-18T15:15:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-18T15:15:14.745Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.043s coverage: 100.0% of statements [2021-02-18T15:15:14.745Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-02-18T15:15:14.745Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.033s coverage: 100.0% of statements [2021-02-18T15:15:14.745Z] GO111MODULE=on go vet ./... [2021-02-18T15:15:22.766Z] Checking out Revision 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 (master) [2021-02-18T15:15:21.975Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-18T15:15:21.991Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-18T15:15:22.021Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-18T15:15:22.052Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-18T15:15:22.052Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T15:15:22.063Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-18T15:15:22.762Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T15:15:22.775Z] > git checkout -f 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 # timeout=10 [2021-02-18T15:15:27.213Z] Commit message: "feat(command): Implement PUT /device/name/{deviceName}/{command} V2 API (#3178)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-18T15:15:28.909Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-18T15:15:29.322Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-18T15:15:29.705Z] + + truesudo [2021-02-18T15:15:29.705Z] service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-18T15:15:31.760Z] provisioning config files... [2021-02-18T15:15:31.803Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/361@tmp/config681045156502755612tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-18T15:15:32.214Z] ---> docker-login.sh [2021-02-18T15:15:32.214Z] nexus3.edgexfoundry.org:10001 [2021-02-18T15:15:33.190Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T15:15:33.474Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T15:15:33.474Z] Configure a credential helper to remove this warning. See [2021-02-18T15:15:33.474Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T15:15:33.474Z] [2021-02-18T15:15:33.474Z] Login Succeeded [2021-02-18T15:15:33.474Z] nexus3.edgexfoundry.org:10002 [2021-02-18T15:15:34.074Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T15:15:34.074Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T15:15:34.074Z] Configure a credential helper to remove this warning. See [2021-02-18T15:15:34.074Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T15:15:34.074Z] [2021-02-18T15:15:34.074Z] Login Succeeded [2021-02-18T15:15:34.074Z] nexus3.edgexfoundry.org:10003 [2021-02-18T15:15:34.672Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T15:15:34.672Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T15:15:34.672Z] Configure a credential helper to remove this warning. See [2021-02-18T15:15:34.672Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T15:15:34.672Z] [2021-02-18T15:15:34.672Z] Login Succeeded [2021-02-18T15:15:34.672Z] nexus3.edgexfoundry.org:10004 [2021-02-18T15:15:34.945Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T15:15:35.220Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T15:15:35.220Z] Configure a credential helper to remove this warning. See [2021-02-18T15:15:35.220Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T15:15:35.220Z] [2021-02-18T15:15:35.220Z] Login Succeeded [2021-02-18T15:15:35.220Z] docker.io [2021-02-18T15:15:35.495Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T15:15:35.769Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T15:15:35.769Z] Configure a credential helper to remove this warning. See [2021-02-18T15:15:35.769Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T15:15:35.769Z] [2021-02-18T15:15:35.769Z] Login Succeeded [2021-02-18T15:15:36.039Z] ---> docker-login.sh ends [Pipeline] } [2021-02-18T15:15:36.056Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-18T15:15:36.475Z] ========================================================= [2021-02-18T15:15:36.475Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-18T15:15:36.475Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:15:36.853Z] + 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-18T15:15:39.488Z] Sending build context to Docker daemon 166.3MB [2021-02-18T15:15:39.488Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-18T15:15:39.488Z] Step 2/6 : FROM ${BASE} [2021-02-18T15:15:39.488Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-18T15:15:39.488Z] 5f621e34cdf4: Pulling fs layer [2021-02-18T15:15:39.488Z] a4357932f1b6: Pulling fs layer [2021-02-18T15:15:39.488Z] 18c013af1878: Pulling fs layer [2021-02-18T15:15:39.488Z] 00ac8860ef70: Pulling fs layer [2021-02-18T15:15:39.488Z] 63d7cb157983: Pulling fs layer [2021-02-18T15:15:39.488Z] b116817d02f9: Pulling fs layer [2021-02-18T15:15:39.488Z] 745a02a5169b: Pulling fs layer [2021-02-18T15:15:39.488Z] b116817d02f9: Waiting [2021-02-18T15:15:39.488Z] 00ac8860ef70: Waiting [2021-02-18T15:15:39.488Z] 745a02a5169b: Waiting [2021-02-18T15:15:39.488Z] 63d7cb157983: Waiting [2021-02-18T15:15:39.488Z] a4357932f1b6: Verifying Checksum [2021-02-18T15:15:39.488Z] a4357932f1b6: Download complete [2021-02-18T15:15:39.488Z] 18c013af1878: Download complete [2021-02-18T15:15:39.761Z] 63d7cb157983: Verifying Checksum [2021-02-18T15:15:39.762Z] 63d7cb157983: Download complete [2021-02-18T15:15:40.032Z] b116817d02f9: Verifying Checksum [2021-02-18T15:15:40.032Z] b116817d02f9: Download complete [2021-02-18T15:15:40.032Z] 5f621e34cdf4: Verifying Checksum [2021-02-18T15:15:40.032Z] 5f621e34cdf4: Download complete [2021-02-18T15:15:40.628Z] 5f621e34cdf4: Pull complete [2021-02-18T15:15:41.229Z] a4357932f1b6: Pull complete [2021-02-18T15:15:41.497Z] gofmt -l . [2021-02-18T15:15:41.497Z] [ "`gofmt -l .`" = "" ] [2021-02-18T15:15:41.497Z] ./bin/test-go-mod-tidy.sh [2021-02-18T15:15:41.497Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-18T15:15:41.513Z] 18c013af1878: Pull complete [2021-02-18T15:15:41.786Z] 745a02a5169b: Verifying Checksum [2021-02-18T15:15:41.786Z] 745a02a5169b: Download complete [2021-02-18T15:15:41.810Z] + ls -al . [2021-02-18T15:15:41.810Z] total 700 [2021-02-18T15:15:41.810Z] drwxrwxr-x 10 1001 1001 4096 Feb 18 15:15 . [2021-02-18T15:15:41.810Z] drwxr-xr-x 4 root root 32 Feb 18 15:14 .. [2021-02-18T15:15:41.810Z] -rw-rw-r-- 1 1001 1001 11 Feb 18 15:10 .dockerignore [2021-02-18T15:15:41.810Z] drwxrwxr-x 8 1001 1001 162 Feb 18 15:10 .git [2021-02-18T15:15:41.810Z] drwxrwxr-x 3 1001 1001 125 Feb 18 15:10 .github [2021-02-18T15:15:41.810Z] -rw-rw-r-- 1 1001 1001 818 Feb 18 15:10 .gitignore [2021-02-18T15:15:41.810Z] drwx------ 3 1001 1001 45 Feb 18 15:12 .semver [2021-02-18T15:15:41.810Z] -rw-rw-r-- 1 1001 1001 166 Feb 18 15:10 .sonarcloud.properties [2021-02-18T15:15:41.810Z] -rw-rw-r-- 1 1001 1001 7859 Feb 18 15:10 Attribution.txt [2021-02-18T15:15:41.810Z] -rw-rw-r-- 1 1001 1001 3804 Feb 18 15:10 CONTRIBUTING.md [2021-02-18T15:15:41.810Z] -rw-rw-r-- 1 1001 1001 931 Feb 18 15:10 Dockerfile.build [2021-02-18T15:15:41.810Z] -rw-rw-r-- 1 1001 1001 863 Feb 18 15:10 Jenkinsfile [2021-02-18T15:15:41.810Z] -rw-rw-r-- 1 1001 1001 10775 Feb 18 15:10 LICENSE [2021-02-18T15:15:41.810Z] -rw-rw-r-- 1 1001 1001 5774 Feb 18 15:10 Makefile [2021-02-18T15:15:41.810Z] -rw-rw-r-- 1 1001 1001 6524 Feb 18 15:10 README.md [2021-02-18T15:15:41.810Z] -rw-rw-r-- 1 1001 1001 6755 Feb 18 15:10 SECURITY.md [2021-02-18T15:15:41.810Z] -rw-rw-r-- 1 1001 1001 12 Feb 18 15:13 VERSION [2021-02-18T15:15:41.810Z] -rw-rw-r-- 1 1001 1001 4131 Feb 18 15:10 ZMQWindows.md [2021-02-18T15:15:41.810Z] drwxrwxr-x 2 1001 1001 117 Feb 18 15:10 bin [2021-02-18T15:15:41.810Z] drwxrwxr-x 14 1001 1001 4096 Feb 18 15:10 cmd [2021-02-18T15:15:41.810Z] -rw-r--r-- 1 root root 597520 Feb 18 15:15 coverage.out [2021-02-18T15:15:41.810Z] -rw-r--r-- 1 root root 1054 Feb 18 15:15 go.mod [2021-02-18T15:15:41.810Z] -rw-r--r-- 1 root root 19518 Feb 18 15:15 go.sum [2021-02-18T15:15:41.810Z] drwxrwxr-x 8 1001 1001 127 Feb 18 15:10 internal [2021-02-18T15:15:41.810Z] drwxrwxr-x 4 1001 1001 26 Feb 18 15:10 openapi [2021-02-18T15:15:41.810Z] drwxrwxr-x 4 1001 1001 71 Feb 18 15:10 snap [2021-02-18T15:15:41.810Z] -rw-rw-r-- 1 1001 1001 168 Feb 18 15:10 version.go [Pipeline] sh [2021-02-18T15:15:42.199Z] + '[' -e coverage.out ] [2021-02-18T15:15:42.199Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-18T15:15:42.468Z] Stashed 1 file(s) [Pipeline] sh [2021-02-18T15:15:42.793Z] + make build [2021-02-18T15:15:42.793Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.95" -o cmd/core-data/core-data ./cmd/core-data [2021-02-18T15:15:43.764Z] 00ac8860ef70: Verifying Checksum [2021-02-18T15:15:43.764Z] 00ac8860ef70: Download complete [2021-02-18T15:15:46.109Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.95" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-18T15:15:53.915Z] 00ac8860ef70: Pull complete [2021-02-18T15:15:53.915Z] 63d7cb157983: Pull complete [2021-02-18T15:15:53.915Z] b116817d02f9: Pull complete [2021-02-18T15:15:54.321Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.95" -o cmd/core-command/core-command ./cmd/core-command [2021-02-18T15:15:55.715Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.95" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-18T15:15:57.644Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.95" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-18T15:15:57.644Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.95" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-18T15:15:58.235Z] 745a02a5169b: Pull complete [2021-02-18T15:15:58.235Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-18T15:15:58.235Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-18T15:15:58.235Z] ---> b7e6874047d6 [2021-02-18T15:15:58.235Z] 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-18T15:15:59.044Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.95" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-18T15:16:00.966Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.95" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-18T15:16:01.630Z] ---> Running in bdbdf956d6ae [2021-02-18T15:16:01.918Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.95" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-18T15:16:02.231Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T15:16:02.892Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.95" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-18T15:16:03.236Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T15:16:03.830Z] (1/12) Installing libmagic (5.38-r0) [2021-02-18T15:16:04.102Z] (2/12) Installing file (5.38-r0) [2021-02-18T15:16:04.286Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.95" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-18T15:16:04.374Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-18T15:16:04.374Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-18T15:16:05.681Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.95" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-02-18T15:16:07.627Z] $ docker stop --time=1 f0ee74c29d713c0e55d7a5d534dc263f8f5d164138834f9d17330011c5dcf703 [2021-02-18T15:16:09.464Z] $ docker rm -f f0ee74c29d713c0e55d7a5d534dc263f8f5d164138834f9d17330011c5dcf703 [2021-02-18T15:16:09.771Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-18T15:16:09.771Z] (6/12) Installing patch (2.7.6-r6) [2021-02-18T15:16:09.771Z] (7/12) Installing build-base (0.5-r2) [2021-02-18T15:16:09.771Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-18T15:16:09.771Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-18T15:16:10.040Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-18T15:16:10.040Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-18T15:16:10.040Z] (12/12) Installing zeromq-dev (4.3.3-r0) [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-02-18T15:16:10.316Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T15:16:10.316Z] OK: 217 MiB in 51 packages [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:16:13.115Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-18T15:16:13.116Z] [2021-02-18T15:16:13.116Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:16:13.472Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-18T15:16:13.472Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-18T15:16:13.472Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-18T15:16:13.472Z] ca9280d653b3: Pulling fs layer [2021-02-18T15:16:13.472Z] 7e9c9ca2126c: Pulling fs layer [2021-02-18T15:16:13.734Z] cbdbe7a5bc2a: Download complete [2021-02-18T15:16:14.002Z] cbdbe7a5bc2a: Pull complete [2021-02-18T15:16:14.264Z] ca9280d653b3: Verifying Checksum [2021-02-18T15:16:14.264Z] ca9280d653b3: Download complete [2021-02-18T15:16:14.634Z] Removing intermediate container bdbdf956d6ae [2021-02-18T15:16:14.634Z] ---> 80765d1e39f6 [2021-02-18T15:16:14.634Z] Step 4/6 : WORKDIR /edgex-go [2021-02-18T15:16:14.634Z] ---> Running in dcc386d86c0f [2021-02-18T15:16:15.229Z] Removing intermediate container dcc386d86c0f [2021-02-18T15:16:15.229Z] ---> d914e831abf6 [2021-02-18T15:16:15.229Z] Step 5/6 : COPY go.mod . [2021-02-18T15:16:15.231Z] 7e9c9ca2126c: Verifying Checksum [2021-02-18T15:16:15.231Z] 7e9c9ca2126c: Download complete [2021-02-18T15:16:15.498Z] ca9280d653b3: Pull complete [2021-02-18T15:16:15.822Z] ---> d545929c92ab [2021-02-18T15:16:15.822Z] Step 6/6 : RUN go mod download [2021-02-18T15:16:15.822Z] ---> Running in c5e35ab4f47f [2021-02-18T15:16:22.114Z] 7e9c9ca2126c: Pull complete [2021-02-18T15:16:22.114Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-18T15:16:22.114Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-18T15:16:22.114Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-18T15:16:22.271Z] prd-centos7-docker-4c-2g-26801 does not seem to be running inside a container [2021-02-18T15:16:22.378Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/361 -v /w/workspace/edgex-go/361:/w/workspace/edgex-go/361:rw,z -v /w/workspace/edgex-go/361@tmp:/w/workspace/edgex-go/361@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-18T15:16:25.112Z] $ docker top e5a8de4be7153d5cc2fdc62d3f211c344538ff2e66e7c1d780158baf7884b2cd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T15:16:25.701Z] + docker-compose build --help [2021-02-18T15:16:25.702Z] + grep parallel [2021-02-18T15:16:26.648Z] --parallel Build images in parallel. [Pipeline] } [2021-02-18T15:16:26.662Z] $ docker stop --time=1 e5a8de4be7153d5cc2fdc62d3f211c344538ff2e66e7c1d780158baf7884b2cd [2021-02-18T15:16:28.054Z] $ docker rm -f e5a8de4be7153d5cc2fdc62d3f211c344538ff2e66e7c1d780158baf7884b2cd [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:16:28.674Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-18T15:16:28.674Z] . [Pipeline] withDockerContainer [2021-02-18T15:16:28.771Z] prd-centos7-docker-4c-2g-26801 does not seem to be running inside a container [2021-02-18T15:16:28.818Z] $ 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/361 -v /w/workspace/edgex-go/361:/w/workspace/edgex-go/361:rw,z -v /w/workspace/edgex-go/361@tmp:/w/workspace/edgex-go/361@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-18T15:16:29.625Z] $ docker top 0263d14cb0e632bb28441450885bee80304279bfc3298fabfd811800c1316550 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T15:16:30.104Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-18T15:16:31.049Z] Building docker-core-command-go ... [2021-02-18T15:16:31.049Z] Building docker-core-data-go ... [2021-02-18T15:16:31.049Z] Building docker-core-metadata-go ... [2021-02-18T15:16:31.049Z] Building docker-security-bootstrapper-go ... [2021-02-18T15:16:31.049Z] Building docker-security-proxy-setup-go ... [2021-02-18T15:16:31.049Z] Building docker-security-secretstore-setup-go ... [2021-02-18T15:16:31.049Z] Building docker-support-notifications-go ... [2021-02-18T15:16:31.049Z] Building docker-support-scheduler-go ... [2021-02-18T15:16:31.049Z] Building docker-sys-mgmt-agent-go ... [2021-02-18T15:16:31.049Z] Building docker-security-secretstore-setup-go [2021-02-18T15:16:31.049Z] Building docker-security-proxy-setup-go [2021-02-18T15:16:31.049Z] Building docker-core-command-go [2021-02-18T15:16:31.049Z] Building docker-sys-mgmt-agent-go [2021-02-18T15:16:31.049Z] Building docker-core-metadata-go [2021-02-18T15:16:42.613Z] Removing intermediate container c5e35ab4f47f [2021-02-18T15:16:42.613Z] ---> 087ad720fc9e [2021-02-18T15:16:42.613Z] Successfully built 087ad720fc9e [2021-02-18T15:16:42.613Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:16:42.955Z] + docker inspect -f . ci-base-image-arm64 [2021-02-18T15:16:42.955Z] . [Pipeline] withDockerContainer [2021-02-18T15:16:43.195Z] prd-ubuntu18.04-docker-arm64-4c-16g-26802 does not seem to be running inside a container [2021-02-18T15:16:43.250Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/361 -v /w/workspace/edgex-go/361:/w/workspace/edgex-go/361:rw,z -v /w/workspace/edgex-go/361@tmp:/w/workspace/edgex-go/361@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-18T15:16:44.684Z] $ docker top 92a8c60f0ce6d19210a9eda266e79b0532226d90e0588038863d7fe1ca49f277 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T15:16:45.723Z] + go version [2021-02-18T15:16:45.723Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-18T15:16:45.710Z] $ docker stop --time=1 92a8c60f0ce6d19210a9eda266e79b0532226d90e0588038863d7fe1ca49f277 [2021-02-18T15:16:47.656Z] $ docker rm -f 92a8c60f0ce6d19210a9eda266e79b0532226d90e0588038863d7fe1ca49f277 [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-18T15:16:49.125Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-18T15:16:49.125Z] [2021-02-18T15:16:49.125Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:16:49.508Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-18T15:16:49.785Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-18T15:16:49.785Z] 29e5d40040c1: Pulling fs layer [2021-02-18T15:16:49.785Z] 1ce36da41761: Pulling fs layer [2021-02-18T15:16:49.785Z] 25b303627fd3: Pulling fs layer [2021-02-18T15:16:50.377Z] 29e5d40040c1: Verifying Checksum [2021-02-18T15:16:50.377Z] 29e5d40040c1: Download complete [2021-02-18T15:16:50.651Z] 1ce36da41761: Verifying Checksum [2021-02-18T15:16:50.651Z] 1ce36da41761: Download complete [2021-02-18T15:16:50.926Z] 29e5d40040c1: Pull complete [2021-02-18T15:16:52.363Z] 25b303627fd3: Download complete [2021-02-18T15:16:52.363Z] 1ce36da41761: Pull complete [2021-02-18T15:17:02.524Z] 25b303627fd3: Pull complete [2021-02-18T15:17:02.524Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-18T15:17:02.524Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-18T15:17:02.524Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-18T15:17:02.762Z] prd-ubuntu18.04-docker-arm64-4c-16g-26802 does not seem to be running inside a container [2021-02-18T15:17:02.804Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/361 -v /w/workspace/edgex-go/361:/w/workspace/edgex-go/361:rw,z -v /w/workspace/edgex-go/361@tmp:/w/workspace/edgex-go/361@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-18T15:17:03.308Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T15:17:03.308Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-18T15:17:03.308Z] ---> a104b8157a33 [2021-02-18T15:17:03.308Z] Step 3/23 : WORKDIR /edgex-go [2021-02-18T15:17:03.308Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T15:17:03.308Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-18T15:17:03.308Z] ---> a104b8157a33 [2021-02-18T15:17:03.308Z] Step 3/21 : WORKDIR /edgex-go [2021-02-18T15:17:03.308Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T15:17:03.308Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-18T15:17:03.308Z] ---> a104b8157a33 [2021-02-18T15:17:03.308Z] Step 3/23 : WORKDIR /edgex-go [2021-02-18T15:17:03.308Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T15:17:03.308Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-18T15:17:03.308Z] ---> a104b8157a33 [2021-02-18T15:17:03.308Z] Step 3/24 : WORKDIR /edgex-go [2021-02-18T15:17:03.308Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T15:17:03.308Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-18T15:17:03.308Z] ---> a104b8157a33 [2021-02-18T15:17:03.308Z] Step 3/26 : WORKDIR /edgex-go [2021-02-18T15:17:03.308Z] ---> Running in 29e7a54917a9 [2021-02-18T15:17:03.308Z] ---> Running in 83fd20d5c84b [2021-02-18T15:17:03.308Z] ---> Running in 1df550338e17 [2021-02-18T15:17:03.308Z] ---> Running in 533057b13c1d [2021-02-18T15:17:03.308Z] ---> Running in 78592529574c [2021-02-18T15:17:03.570Z] Removing intermediate container 29e7a54917a9 [2021-02-18T15:17:03.570Z] ---> 2eff83de382c [2021-02-18T15:17:03.570Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T15:17:03.570Z] Removing intermediate container 533057b13c1d [2021-02-18T15:17:03.570Z] ---> 2f777347049c [2021-02-18T15:17:03.570Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T15:17:03.570Z] Removing intermediate container 83fd20d5c84b [2021-02-18T15:17:03.570Z] ---> 57298e51797c [2021-02-18T15:17:03.570Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T15:17:03.570Z] Removing intermediate container 78592529574c [2021-02-18T15:17:03.570Z] ---> 3d2057101d93 [2021-02-18T15:17:03.570Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T15:17:03.570Z] Removing intermediate container 1df550338e17 [2021-02-18T15:17:03.570Z] ---> b8da2b8e5923 [2021-02-18T15:17:03.570Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T15:17:03.835Z] ---> Running in eada7c31f2ec [2021-02-18T15:17:03.835Z] ---> Running in be397a8a962b [2021-02-18T15:17:03.835Z] ---> Running in 0a8d4b83dc50 [2021-02-18T15:17:03.835Z] ---> Running in 31edd1d70e32 [2021-02-18T15:17:03.835Z] ---> Running in a2e9a0502c0e [2021-02-18T15:17:05.771Z] Removing intermediate container be397a8a962b [2021-02-18T15:17:05.771Z] ---> 4e76692244c7 [2021-02-18T15:17:05.771Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-18T15:17:05.820Z] $ docker top 28a2e66cc2e54803563e7a4e6bf63a9439382c91ac197ff7b2b196e6963ddd9e -eo pid,comm [2021-02-18T15:17:06.041Z] Removing intermediate container eada7c31f2ec [2021-02-18T15:17:06.041Z] ---> f04ae5054582 [2021-02-18T15:17:06.041Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-18T15:17:06.041Z] ---> Running in 5abb980cdc97 [2021-02-18T15:17:06.041Z] Removing intermediate container 31edd1d70e32 [2021-02-18T15:17:06.041Z] ---> 5b246c0f06a4 [2021-02-18T15:17:06.041Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-18T15:17:06.041Z] ---> Running in fc9cfd9cdd39 [Pipeline] { [Pipeline] sh [2021-02-18T15:17:06.328Z] Removing intermediate container 0a8d4b83dc50 [2021-02-18T15:17:06.328Z] ---> a811acc6ab46 [2021-02-18T15:17:06.328Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-18T15:17:06.328Z] Removing intermediate container a2e9a0502c0e [2021-02-18T15:17:06.328Z] ---> be93b28bd827 [2021-02-18T15:17:06.328Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-18T15:17:06.328Z] ---> Running in f3fa6c43d662 [2021-02-18T15:17:06.328Z] ---> Running in 390d9b067174 [2021-02-18T15:17:06.591Z] ---> Running in 0ec2a40334a7 [2021-02-18T15:17:06.867Z] + grep parallel [2021-02-18T15:17:06.867Z] + docker-compose build --help [2021-02-18T15:17:07.551Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T15:17:07.551Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T15:17:07.551Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T15:17:07.551Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T15:17:07.551Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T15:17:08.132Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T15:17:08.132Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T15:17:08.132Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T15:17:08.395Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T15:17:08.658Z] OK: 233 MiB in 51 packages [2021-02-18T15:17:08.658Z] OK: 233 MiB in 51 packages [2021-02-18T15:17:08.658Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T15:17:08.658Z] OK: 233 MiB in 51 packages [2021-02-18T15:17:09.242Z] OK: 233 MiB in 51 packages [2021-02-18T15:17:09.242Z] OK: 233 MiB in 51 packages [2021-02-18T15:17:09.515Z] Removing intermediate container 5abb980cdc97 [2021-02-18T15:17:09.515Z] ---> 91a29506551c [2021-02-18T15:17:09.515Z] Step 6/23 : COPY go.mod . [2021-02-18T15:17:09.516Z] Removing intermediate container fc9cfd9cdd39 [2021-02-18T15:17:09.516Z] ---> b0d5575ba803 [2021-02-18T15:17:09.516Z] Step 6/21 : COPY go.mod . [2021-02-18T15:17:09.780Z] Removing intermediate container f3fa6c43d662 [2021-02-18T15:17:09.780Z] ---> d9e9119d9e63 [2021-02-18T15:17:09.780Z] Step 6/26 : COPY go.mod . [2021-02-18T15:17:10.046Z] ---> 3088c90a590e [2021-02-18T15:17:10.046Z] Step 7/23 : RUN go mod download [2021-02-18T15:17:10.046Z] ---> ef176604376a [2021-02-18T15:17:10.046Z] Step 7/21 : RUN go mod download [2021-02-18T15:17:10.046Z] Removing intermediate container 390d9b067174 [2021-02-18T15:17:10.046Z] ---> 2666181e6801 [2021-02-18T15:17:10.046Z] Step 6/24 : COPY go.mod . [2021-02-18T15:17:10.232Z] --parallel Build images in parallel. [Pipeline] } [2021-02-18T15:17:10.215Z] $ docker stop --time=1 28a2e66cc2e54803563e7a4e6bf63a9439382c91ac197ff7b2b196e6963ddd9e [2021-02-18T15:17:10.310Z] ---> Running in b37ff816488c [2021-02-18T15:17:10.310Z] Removing intermediate container 0ec2a40334a7 [2021-02-18T15:17:10.310Z] ---> 3d91c82f10e5 [2021-02-18T15:17:10.310Z] Step 6/23 : COPY go.mod . [2021-02-18T15:17:10.310Z] ---> 7eb2998c56ed [2021-02-18T15:17:10.310Z] Step 7/26 : RUN go mod download [2021-02-18T15:17:10.310Z] ---> Running in 224ef1979c5b [2021-02-18T15:17:10.573Z] ---> Running in bf6c359e9c28 [2021-02-18T15:17:10.573Z] ---> 38240763c860 [2021-02-18T15:17:10.573Z] Step 7/24 : RUN go mod download [2021-02-18T15:17:10.843Z] ---> cec81060efed [2021-02-18T15:17:10.843Z] Step 7/23 : RUN go mod download [2021-02-18T15:17:10.843Z] ---> Running in 242e083b04f0 [2021-02-18T15:17:11.109Z] ---> Running in 4bdddd027846 [2021-02-18T15:17:12.143Z] $ docker rm -f 28a2e66cc2e54803563e7a4e6bf63a9439382c91ac197ff7b2b196e6963ddd9e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:17:13.073Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-18T15:17:13.073Z] . [Pipeline] withDockerContainer [2021-02-18T15:17:13.334Z] prd-ubuntu18.04-docker-arm64-4c-16g-26802 does not seem to be running inside a container [2021-02-18T15:17:13.368Z] $ 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/361 -v /w/workspace/edgex-go/361:/w/workspace/edgex-go/361:rw,z -v /w/workspace/edgex-go/361@tmp:/w/workspace/edgex-go/361@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-18T15:17:14.466Z] Removing intermediate container b37ff816488c [2021-02-18T15:17:14.466Z] ---> e8adaea342d3 [2021-02-18T15:17:14.466Z] Step 8/23 : COPY . . [2021-02-18T15:17:14.466Z] Removing intermediate container 4bdddd027846 [2021-02-18T15:17:14.466Z] ---> 96f4dc271c35 [2021-02-18T15:17:14.466Z] Step 8/23 : COPY . . [2021-02-18T15:17:14.466Z] Removing intermediate container 242e083b04f0 [2021-02-18T15:17:14.466Z] ---> 96e68c9ebadb [2021-02-18T15:17:14.466Z] Step 8/24 : COPY . . [2021-02-18T15:17:14.466Z] Removing intermediate container bf6c359e9c28 [2021-02-18T15:17:14.466Z] ---> d04c13b1b6d3 [2021-02-18T15:17:14.466Z] Step 8/26 : COPY . . [2021-02-18T15:17:14.466Z] Removing intermediate container 224ef1979c5b [2021-02-18T15:17:14.466Z] ---> e42ec6fad874 [2021-02-18T15:17:14.466Z] Step 8/21 : COPY . . [2021-02-18T15:17:14.882Z] $ docker top 702c61b98e945c1e4e2ee84698b69064378c9e2c60c94365e6413d3731dcba17 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T15:17:16.115Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-18T15:17:19.517Z] Building docker-core-command-go ... [2021-02-18T15:17:19.517Z] Building docker-core-data-go ... [2021-02-18T15:17:19.517Z] Building docker-core-metadata-go ... [2021-02-18T15:17:19.517Z] Building docker-security-bootstrapper-go ... [2021-02-18T15:17:19.517Z] Building docker-security-proxy-setup-go ... [2021-02-18T15:17:19.517Z] Building docker-security-secretstore-setup-go ... [2021-02-18T15:17:19.517Z] Building docker-support-notifications-go ... [2021-02-18T15:17:19.517Z] Building docker-support-scheduler-go ... [2021-02-18T15:17:19.517Z] Building docker-sys-mgmt-agent-go ... [2021-02-18T15:17:19.517Z] Building docker-core-metadata-go [2021-02-18T15:17:19.517Z] Building docker-support-scheduler-go [2021-02-18T15:17:19.517Z] Building docker-core-command-go [2021-02-18T15:17:19.517Z] Building docker-support-notifications-go [2021-02-18T15:17:19.517Z] Building docker-security-secretstore-setup-go [2021-02-18T15:18:01.530Z] ---> b3cbff70673a [2021-02-18T15:18:01.530Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-18T15:18:01.530Z] ---> fb70098910c8 [2021-02-18T15:18:01.531Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-18T15:18:01.531Z] ---> a1729461bac0 [2021-02-18T15:18:01.531Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-18T15:18:01.531Z] ---> 91abbff8c529 [2021-02-18T15:18:01.531Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-18T15:18:01.531Z] ---> 1ef2c0535173 [2021-02-18T15:18:01.531Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-18T15:18:01.531Z] ---> Running in 10e87234854e [2021-02-18T15:18:01.531Z] ---> Running in b90f43f6270f [2021-02-18T15:18:01.531Z] ---> Running in 6c16ecb6d72d [2021-02-18T15:18:01.531Z] ---> Running in 6287233320cd [2021-02-18T15:18:01.531Z] ---> Running in eda71cf6d556 [2021-02-18T15:18:01.531Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.95" -o cmd/core-command/core-command ./cmd/core-command [2021-02-18T15:18:01.531Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.95" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-18T15:18:01.531Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.95" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-18T15:18:01.531Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.95" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-18T15:18:01.531Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.95" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-18T15:18:06.478Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T15:18:06.478Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-18T15:18:06.478Z] ---> 087ad720fc9e [2021-02-18T15:18:06.478Z] Step 3/23 : WORKDIR /edgex-go [2021-02-18T15:18:06.478Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T15:18:06.478Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-18T15:18:06.478Z] ---> 087ad720fc9e [2021-02-18T15:18:06.478Z] Step 3/22 : WORKDIR /edgex-go [2021-02-18T15:18:06.478Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T15:18:06.478Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-18T15:18:06.478Z] ---> 087ad720fc9e [2021-02-18T15:18:06.478Z] Step 3/23 : WORKDIR /edgex-go [2021-02-18T15:18:06.478Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T15:18:06.478Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-18T15:18:06.478Z] ---> 087ad720fc9e [2021-02-18T15:18:06.478Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 3/24 : WORKDIR /edgex-go [2021-02-18T15:18:06.478Z] [2021-02-18T15:18:06.478Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-18T15:18:06.478Z] ---> 087ad720fc9e [2021-02-18T15:18:06.478Z] Step 3/22 : WORKDIR /edgex-go [2021-02-18T15:18:06.478Z] ---> Running in 552487d16953 [2021-02-18T15:18:06.478Z] ---> Running in f93dda0ce67e [2021-02-18T15:18:06.478Z] ---> Running in 5686eeea3ef1 [2021-02-18T15:18:06.752Z] ---> Running in 543fe7d9cd9b [2021-02-18T15:18:06.752Z] ---> Running in 5d204c5cd6b0 [2021-02-18T15:18:07.348Z] Removing intermediate container 5686eeea3ef1 [2021-02-18T15:18:07.348Z] ---> c957e88a5747 [2021-02-18T15:18:07.348Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T15:18:07.348Z] Removing intermediate container 5d204c5cd6b0 [2021-02-18T15:18:07.348Z] ---> 86b0822ea8be [2021-02-18T15:18:07.348Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T15:18:07.348Z] Removing intermediate container f93dda0ce67e [2021-02-18T15:18:07.348Z] ---> 886fa08e4a1f [2021-02-18T15:18:07.348Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T15:18:07.348Z] Removing intermediate container 543fe7d9cd9b [2021-02-18T15:18:07.633Z] ---> 3853133ecf8a [2021-02-18T15:18:07.633Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T15:18:07.633Z] Removing intermediate container 552487d16953 [2021-02-18T15:18:07.633Z] ---> 83a62e9f4d59 [2021-02-18T15:18:07.633Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T15:18:07.633Z] ---> Running in 341f3bbedc8c [2021-02-18T15:18:07.633Z] ---> Running in cd82ae8ee6c2 [2021-02-18T15:18:07.633Z] ---> Running in 69f49e328932 [2021-02-18T15:18:07.915Z] ---> Running in c5927e552fee [2021-02-18T15:18:07.915Z] ---> Running in 6b837bba0cb4 [2021-02-18T15:18:12.219Z] Removing intermediate container cd82ae8ee6c2 [2021-02-18T15:18:12.219Z] ---> 2ab1c15c89a2 [2021-02-18T15:18:12.219Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-18T15:18:12.219Z] ---> Running in da392ce1b4d8 [2021-02-18T15:18:12.492Z] Removing intermediate container 341f3bbedc8c [2021-02-18T15:18:12.492Z] ---> 905ee13ece70 [2021-02-18T15:18:12.492Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-18T15:18:12.773Z] ---> Running in 4c64083c99ab [2021-02-18T15:18:12.773Z] Removing intermediate container c5927e552fee [2021-02-18T15:18:12.773Z] ---> 6653062f8771 [2021-02-18T15:18:12.773Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-18T15:18:13.057Z] Removing intermediate container 69f49e328932 [2021-02-18T15:18:13.057Z] ---> 9dea06099e99 [2021-02-18T15:18:13.057Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-18T15:18:13.335Z] Removing intermediate container 6b837bba0cb4 [2021-02-18T15:18:13.335Z] ---> 443517f7c653 [2021-02-18T15:18:13.335Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-18T15:18:13.335Z] ---> Running in 2b21a3243e3b [2021-02-18T15:18:13.335Z] ---> Running in 8ad32964de66 [2021-02-18T15:18:13.610Z] ---> Running in 0337fd1f0a72 [2021-02-18T15:18:14.218Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T15:18:14.824Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T15:18:14.824Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T15:18:15.438Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T15:18:15.438Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T15:18:15.715Z] OK: 217 MiB in 51 packages [2021-02-18T15:18:15.995Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T15:18:15.995Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T15:18:16.271Z] OK: 217 MiB in 51 packages [2021-02-18T15:18:16.271Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T15:18:16.882Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T15:18:16.882Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T15:18:17.159Z] OK: 217 MiB in 51 packages [2021-02-18T15:18:17.438Z] Removing intermediate container da392ce1b4d8 [2021-02-18T15:18:17.438Z] ---> be857f042190 [2021-02-18T15:18:17.438Z] Step 6/22 : COPY go.mod . [2021-02-18T15:18:17.717Z] OK: 217 MiB in 51 packages [2021-02-18T15:18:17.717Z] OK: 217 MiB in 51 packages [2021-02-18T15:18:18.318Z] Removing intermediate container 4c64083c99ab [2021-02-18T15:18:18.318Z] ---> ef22fd982d70 [2021-02-18T15:18:18.318Z] Step 6/22 : COPY go.mod . [2021-02-18T15:18:18.914Z] ---> 4e56a2831d24 [2021-02-18T15:18:18.914Z] Step 7/22 : RUN go mod download [2021-02-18T15:18:19.192Z] ---> Running in 7e5f03e8a597 [2021-02-18T15:18:19.192Z] Removing intermediate container 8ad32964de66 [2021-02-18T15:18:19.192Z] ---> 90f6a5925e4e [2021-02-18T15:18:19.192Z] Step 6/23 : COPY go.mod . [2021-02-18T15:18:19.471Z] ---> ade2ec4ad2db [2021-02-18T15:18:19.471Z] Step 7/22 : RUN go mod download [2021-02-18T15:18:19.750Z] ---> Running in b48f6f12382f [2021-02-18T15:18:20.022Z] Removing intermediate container 2b21a3243e3b [2021-02-18T15:18:20.022Z] ---> 15dacd47551a [2021-02-18T15:18:20.022Z] Step 6/23 : COPY go.mod . [2021-02-18T15:18:20.294Z] Removing intermediate container 0337fd1f0a72 [2021-02-18T15:18:20.294Z] ---> d868dc6a9ea4 [2021-02-18T15:18:20.294Z] Step 6/24 : COPY go.mod . [2021-02-18T15:18:20.570Z] ---> efed039bd498 [2021-02-18T15:18:20.570Z] Step 7/23 : RUN go mod download [2021-02-18T15:18:20.846Z] ---> Running in 0f418c510f04 [2021-02-18T15:18:21.449Z] ---> 557c389aed13 [2021-02-18T15:18:21.449Z] Step 7/24 : RUN go mod download [2021-02-18T15:18:21.449Z] ---> ba676f8dde40 [2021-02-18T15:18:21.449Z] Step 7/23 : RUN go mod download [2021-02-18T15:18:21.729Z] ---> Running in 92d23c3551c8 [2021-02-18T15:18:21.729Z] ---> Running in e4c6d90502be [2021-02-18T15:18:23.655Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.95" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-18T15:18:23.655Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.95" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-18T15:18:23.735Z] Removing intermediate container 7e5f03e8a597 [2021-02-18T15:18:23.735Z] ---> b157842ce673 [2021-02-18T15:18:23.735Z] Step 8/22 : COPY . . [2021-02-18T15:18:24.336Z] Removing intermediate container b48f6f12382f [2021-02-18T15:18:24.336Z] ---> 2a6e5ad3d1df [2021-02-18T15:18:24.336Z] Step 8/22 : COPY . . [2021-02-18T15:18:25.777Z] Removing intermediate container 0f418c510f04 [2021-02-18T15:18:25.777Z] ---> e8e443de6c56 [2021-02-18T15:18:25.777Z] Step 8/23 : COPY . . [2021-02-18T15:18:27.236Z] Removing intermediate container e4c6d90502be [2021-02-18T15:18:27.236Z] ---> 667ee1230a90 [2021-02-18T15:18:27.236Z] Step 8/24 : COPY . . [2021-02-18T15:18:27.833Z] Removing intermediate container 92d23c3551c8 [2021-02-18T15:18:27.833Z] ---> 3429e8331ccc [2021-02-18T15:18:27.833Z] Step 8/23 : COPY . . [2021-02-18T15:18:30.381Z] Removing intermediate container eda71cf6d556 [2021-02-18T15:18:30.381Z] ---> c7b778e4068b [2021-02-18T15:18:30.381Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-18T15:18:30.668Z] ---> Running in 2736d365de23 [2021-02-18T15:18:30.946Z] Removing intermediate container 6287233320cd [2021-02-18T15:18:30.946Z] ---> bfa54b9a1683 [2021-02-18T15:18:30.946Z] [2021-02-18T15:18:30.946Z] Step 10/24 : FROM alpine:3.12 [2021-02-18T15:18:30.946Z] 3.12: Pulling from library/alpine [2021-02-18T15:18:31.539Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.95" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-18T15:18:31.539Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-18T15:18:31.802Z] Status: Downloaded newer image for alpine:3.12 [2021-02-18T15:18:31.802Z] ---> 389fef711851 [2021-02-18T15:18:31.802Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-18T15:18:35.132Z] ---> Running in caf0b9c3267c [2021-02-18T15:18:35.132Z] Removing intermediate container 10e87234854e [2021-02-18T15:18:35.132Z] ---> 3b48bd386b66 [2021-02-18T15:18:35.132Z] [2021-02-18T15:18:35.132Z] Step 10/21 : FROM alpine:3.12 [2021-02-18T15:18:35.132Z] ---> 389fef711851 [2021-02-18T15:18:35.132Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-18T15:18:35.132Z] Removing intermediate container b90f43f6270f [2021-02-18T15:18:35.132Z] ---> fdca76eac176 [2021-02-18T15:18:35.132Z] [2021-02-18T15:18:35.132Z] Step 10/23 : FROM alpine:3.12 [2021-02-18T15:18:35.132Z] ---> 389fef711851 [2021-02-18T15:18:35.132Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-18T15:18:35.401Z] ---> Running in d17ece114bf0 [2021-02-18T15:18:35.401Z] ---> Running in b3b7dd383e3d [2021-02-18T15:18:36.371Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T15:18:36.371Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T15:18:36.371Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T15:18:36.642Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T15:18:36.642Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-18T15:18:36.642Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-18T15:18:36.642Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-18T15:18:36.642Z] (4/5) Installing curl (7.69.1-r3) [2021-02-18T15:18:36.642Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-18T15:18:36.642Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T15:18:36.642Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-18T15:18:36.910Z] Executing ca-certificates-20191127-r4.trigger [2021-02-18T15:18:36.910Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-18T15:18:36.910Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-18T15:18:36.910Z] (4/4) Installing curl (7.69.1-r3) [2021-02-18T15:18:36.910Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T15:18:36.910Z] Executing ca-certificates-20191127-r4.trigger [2021-02-18T15:18:36.910Z] OK: 7 MiB in 19 packages [2021-02-18T15:18:36.910Z] OK: 7 MiB in 18 packages [2021-02-18T15:18:37.174Z] Removing intermediate container 2736d365de23 [2021-02-18T15:18:37.174Z] ---> 08062ac693f5 [2021-02-18T15:18:37.174Z] [2021-02-18T15:18:37.174Z] Step 11/26 : FROM docker:20.10.0 [2021-02-18T15:18:37.174Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T15:18:37.174Z] 20.10.0: Pulling from library/docker [2021-02-18T15:18:37.174Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T15:18:37.438Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-18T15:18:37.438Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T15:18:37.438Z] OK: 6 MiB in 15 packages [2021-02-18T15:18:40.009Z] Removing intermediate container 6c16ecb6d72d [2021-02-18T15:18:40.009Z] ---> 971173a85e56 [2021-02-18T15:18:40.009Z] [2021-02-18T15:18:40.009Z] Step 10/23 : FROM alpine:3.12 [2021-02-18T15:18:40.009Z] ---> 389fef711851 [2021-02-18T15:18:40.009Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-18T15:18:40.009Z] ---> Running in 04cd6318b554 [2021-02-18T15:18:40.961Z] Removing intermediate container caf0b9c3267c [2021-02-18T15:18:40.961Z] ---> 33e471525b41 [2021-02-18T15:18:40.961Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-18T15:18:41.229Z] Removing intermediate container b3b7dd383e3d [2021-02-18T15:18:41.229Z] ---> 84005f33baf9 [2021-02-18T15:18:41.229Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T15:18:41.500Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T15:18:41.500Z] ---> Running in ef84bfde51b5 [2021-02-18T15:18:41.500Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T15:18:41.500Z] Removing intermediate container d17ece114bf0 [2021-02-18T15:18:41.500Z] ---> 7dca9aa28b0f [2021-02-18T15:18:41.500Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-18T15:18:41.500Z] ---> Running in fce0e4150a17 [2021-02-18T15:18:41.769Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-18T15:18:41.769Z] ---> Running in 8d9f61a907a6 [2021-02-18T15:18:41.769Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T15:18:41.769Z] OK: 6 MiB in 15 packages [2021-02-18T15:18:41.769Z] Removing intermediate container ef84bfde51b5 [2021-02-18T15:18:41.769Z] ---> 61ee51db589c [2021-02-18T15:18:41.769Z] Step 13/24 : WORKDIR / [2021-02-18T15:18:42.040Z] ---> Running in 114f2c9fdefc [2021-02-18T15:18:42.040Z] Removing intermediate container fce0e4150a17 [2021-02-18T15:18:42.040Z] ---> 92653423c09f [2021-02-18T15:18:42.040Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-18T15:18:42.622Z] ---> Running in b5d5c2ed7f03 [2021-02-18T15:18:42.622Z] Removing intermediate container 8d9f61a907a6 [2021-02-18T15:18:42.622Z] ---> 50d3b9845a12 [2021-02-18T15:18:42.622Z] Step 13/21 : WORKDIR /edgex [2021-02-18T15:18:42.888Z] ---> Running in df1d5d38a5d5 [2021-02-18T15:18:42.888Z] Removing intermediate container 114f2c9fdefc [2021-02-18T15:18:42.888Z] ---> ffc3e0967dbc [2021-02-18T15:18:42.888Z] 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-18T15:18:42.981Z] ---> ea5f64a39928 [2021-02-18T15:18:42.981Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-18T15:18:42.981Z] ---> 85c45fafc3d4 [2021-02-18T15:18:42.981Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-18T15:18:43.152Z] Removing intermediate container b5d5c2ed7f03 [2021-02-18T15:18:43.152Z] ---> 7ba8baa8641d [2021-02-18T15:18:43.152Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-18T15:18:43.152Z] ---> Running in 7b2a7eabda98 [2021-02-18T15:18:43.152Z] Removing intermediate container df1d5d38a5d5 [2021-02-18T15:18:43.152Z] ---> 000fe85e0a92 [2021-02-18T15:18:43.152Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-18T15:18:43.270Z] ---> f4fc5093d08d [2021-02-18T15:18:43.270Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-18T15:18:43.270Z] ---> 6d380c4db8c7 [2021-02-18T15:18:43.270Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-18T15:18:43.270Z] ---> f159a77492aa [2021-02-18T15:18:43.416Z] Removing intermediate container 04cd6318b554 [2021-02-18T15:18:43.416Z] ---> 17f88ef8f581 [2021-02-18T15:18:43.416Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T15:18:43.547Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-18T15:18:43.547Z] ---> Running in d16e4936402b [2021-02-18T15:18:43.547Z] ---> Running in bf429ff0fca9 [2021-02-18T15:18:43.818Z] ---> Running in 707f8646a481 [2021-02-18T15:18:43.818Z] ---> Running in 376eb9248147 [2021-02-18T15:18:43.818Z] ---> Running in 299ca65dd06c [2021-02-18T15:18:44.825Z] ---> 006bc3a060f0 [2021-02-18T15:18:44.825Z] 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-18T15:18:44.825Z] Removing intermediate container 7b2a7eabda98 [2021-02-18T15:18:44.825Z] ---> 6103c4ddbc61 [2021-02-18T15:18:44.825Z] Step 15/23 : WORKDIR / [2021-02-18T15:18:44.825Z] ---> Running in ed9a11a670f9 [2021-02-18T15:18:44.825Z] ---> 69c77955a45e [2021-02-18T15:18:44.825Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-18T15:18:44.825Z] ---> Running in e7177e99cd3d [2021-02-18T15:18:45.095Z] Removing intermediate container ed9a11a670f9 [2021-02-18T15:18:45.095Z] ---> 085710138e10 [2021-02-18T15:18:45.095Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-18T15:18:45.370Z] ---> d9aeed92b15d [2021-02-18T15:18:45.370Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-18T15:18:45.370Z] Removing intermediate container e7177e99cd3d [2021-02-18T15:18:45.370Z] ---> 180905716ca8 [2021-02-18T15:18:45.370Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T15:18:45.370Z] ---> Running in 2d8fd2277f2b [2021-02-18T15:18:45.633Z] ---> dbf273bf8706 [2021-02-18T15:18:45.633Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-18T15:18:45.633Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-18T15:18:45.633Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-18T15:18:45.633Z] ---> aefe523efa57 [2021-02-18T15:18:45.633Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-18T15:18:45.800Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.95" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-18T15:18:45.800Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.95" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-18T15:18:45.898Z] ---> Running in f60899f32d25 [2021-02-18T15:18:45.898Z] Removing intermediate container 2d8fd2277f2b [2021-02-18T15:18:45.898Z] ---> 87533d78acbf [2021-02-18T15:18:45.898Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-18T15:18:46.075Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.95" -o cmd/core-command/core-command ./cmd/core-command [2021-02-18T15:18:46.182Z] ---> 0dbe7bf00998 [2021-02-18T15:18:46.182Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-18T15:18:46.182Z] ---> c5f00d028bd4 [2021-02-18T15:18:46.182Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-18T15:18:46.182Z] ---> Running in 6281f456febe [2021-02-18T15:18:46.182Z] ---> 9e8bc21d101f [2021-02-18T15:18:46.182Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-18T15:18:46.460Z] ---> Running in 5b4b6a6bdd66 [2021-02-18T15:18:46.691Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.95" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-18T15:18:46.967Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.95" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-18T15:18:47.036Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T15:18:47.036Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T15:18:47.299Z] Removing intermediate container 6281f456febe [2021-02-18T15:18:47.299Z] ---> 2512e3e5574f [2021-02-18T15:18:47.299Z] Step 15/23 : WORKDIR / [2021-02-18T15:18:47.299Z] (1/2) Installing readline (8.0.4-r0) [2021-02-18T15:18:47.299Z] (2/2) Installing bash (5.0.17-r0) [2021-02-18T15:18:47.299Z] Executing bash-5.0.17-r0.post-install [2021-02-18T15:18:47.299Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T15:18:47.299Z] OK: 12 MiB in 22 packages [2021-02-18T15:18:47.578Z] Removing intermediate container 5b4b6a6bdd66 [2021-02-18T15:18:47.578Z] ---> 84ff51d901fb [2021-02-18T15:18:47.578Z] Step 18/21 : CMD ["--init=true"] [2021-02-18T15:18:47.578Z] ---> 0c2b49c5d67f [2021-02-18T15:18:47.578Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-18T15:18:47.578Z] ---> 869078767193 [2021-02-18T15:18:47.578Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-18T15:18:47.578Z] ---> Running in d06c8b02974b [2021-02-18T15:18:47.578Z] ---> Running in 24d26aaae3bb [2021-02-18T15:18:48.158Z] Removing intermediate container d06c8b02974b [2021-02-18T15:18:48.158Z] Removing intermediate container 24d26aaae3bb [2021-02-18T15:18:48.158Z] ---> 78a2794add4f [2021-02-18T15:18:48.158Z] ---> b7a6e9f8d6cc [2021-02-18T15:18:48.158Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T15:18:48.158Z] Step 19/21 : LABEL arch=x86_64 [2021-02-18T15:18:48.158Z] ---> 16012466fe50 [2021-02-18T15:18:48.158Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-18T15:18:48.422Z] ---> Running in 82ad42fc1efd [2021-02-18T15:18:48.422Z] ---> Running in ff67afd44333 [2021-02-18T15:18:48.422Z] ---> d8b4675222e4 [2021-02-18T15:18:48.422Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-18T15:18:48.422Z] Removing intermediate container f60899f32d25 [2021-02-18T15:18:48.422Z] ---> 202a8eae86d1 [2021-02-18T15:18:48.422Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-18T15:18:48.690Z] ---> e280865bb2ae [2021-02-18T15:18:48.690Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-18T15:18:48.690Z] ---> Running in 781779724dd3 [2021-02-18T15:18:48.690Z] Removing intermediate container ff67afd44333 [2021-02-18T15:18:48.690Z] ---> 4953f690489e [2021-02-18T15:18:48.690Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T15:18:48.690Z] Removing intermediate container 82ad42fc1efd [2021-02-18T15:18:48.690Z] ---> 8db803d3bbe1 [2021-02-18T15:18:48.690Z] Step 20/21 : LABEL git_sha=2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:18:48.957Z] ---> Running in 66c12a7efc7d [2021-02-18T15:18:48.957Z] ---> Running in df9af3e0fb3a [2021-02-18T15:18:48.957Z] ---> 2ff139b5b925 [2021-02-18T15:18:48.957Z] 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-18T15:18:48.957Z] Removing intermediate container 781779724dd3 [2021-02-18T15:18:48.957Z] ---> 5f6c8b3f4bbb [2021-02-18T15:18:48.957Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-18T15:18:49.221Z] ---> Running in bc0bed556ffc [2021-02-18T15:18:49.221Z] ---> Running in 10c85a9ba226 [2021-02-18T15:18:49.485Z] Removing intermediate container df9af3e0fb3a [2021-02-18T15:18:49.485Z] ---> 3837ec0d650d [2021-02-18T15:18:49.485Z] Step 21/21 : LABEL version=2.0.0-dev.95 [2021-02-18T15:18:49.485Z] Removing intermediate container 66c12a7efc7d [2021-02-18T15:18:49.485Z] ---> b35c2c8ec0ae [2021-02-18T15:18:49.485Z] Step 21/23 : LABEL arch=x86_64 [2021-02-18T15:18:49.750Z] ---> e8b404c3a4bf [2021-02-18T15:18:49.750Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-18T15:18:49.750Z] ---> Running in baa611f18894 [2021-02-18T15:18:49.750Z] ---> Running in 37e0bfbcf5c6 [2021-02-18T15:18:49.750Z] Removing intermediate container 10c85a9ba226 [2021-02-18T15:18:49.750Z] ---> f338f63fdc7b [2021-02-18T15:18:49.750Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-18T15:18:50.707Z] ---> Running in 73b3997ea3a4 [2021-02-18T15:18:50.707Z] Removing intermediate container baa611f18894 [2021-02-18T15:18:50.707Z] ---> 3b0be3ecb333 [2021-02-18T15:18:50.707Z] Step 22/23 : LABEL git_sha=2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:18:50.708Z] Removing intermediate container 37e0bfbcf5c6 [2021-02-18T15:18:50.708Z] ---> b0a6940edf69 [2021-02-18T15:18:50.708Z] [2021-02-18T15:18:50.708Z] ---> 7aa9e0fe823c [2021-02-18T15:18:50.708Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-18T15:18:50.972Z] ---> Running in daa5d6914747 [2021-02-18T15:18:50.972Z] ---> Running in fa705b598075 [2021-02-18T15:18:50.972Z] Successfully built b0a6940edf69 [2021-02-18T15:18:50.972Z] Removing intermediate container 73b3997ea3a4 [2021-02-18T15:18:50.972Z] ---> 4b5824301f58 [2021-02-18T15:18:50.972Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-18T15:18:50.972Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-18T15:18:50.972Z] Building docker-support-scheduler-go [2021-02-18T15:18:51.237Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container daa5d6914747 [2021-02-18T15:18:51.237Z] ---> 668f73543a2a [2021-02-18T15:18:51.237Z] Step 23/23 : LABEL version=2.0.0-dev.95 [2021-02-18T15:18:51.237Z] Removing intermediate container fa705b598075 [2021-02-18T15:18:51.237Z] ---> 26dfa4d299ee [2021-02-18T15:18:51.237Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T15:18:51.510Z] Removing intermediate container bc0bed556ffc [2021-02-18T15:18:51.510Z] ---> 0dca393ed487 [2021-02-18T15:18:51.510Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-18T15:18:51.510Z] ---> Running in eeb3336d2ca9 [2021-02-18T15:18:51.510Z] ---> Running in 5be7bca19138 [2021-02-18T15:18:51.510Z] ---> Running in a63536afcd8b [2021-02-18T15:18:51.510Z] ---> 47b481e62add [2021-02-18T15:18:51.510Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-18T15:18:51.777Z] Removing intermediate container eeb3336d2ca9 [2021-02-18T15:18:51.777Z] ---> b7f82ff62193 [2021-02-18T15:18:51.777Z] [2021-02-18T15:18:52.046Z] Successfully built b7f82ff62193 [2021-02-18T15:18:52.047Z] Removing intermediate container 5be7bca19138 [2021-02-18T15:18:52.047Z] ---> 9b439aa0a847 [2021-02-18T15:18:52.047Z] Step 21/23 : LABEL arch=x86_64 [2021-02-18T15:18:52.047Z] Successfully tagged docker-core-command-go:latest [2021-02-18T15:18:52.047Z] Building docker-core-data-go [2021-02-18T15:18:52.047Z]  Building docker-core-command-go ... done Removing intermediate container a63536afcd8b [2021-02-18T15:18:52.047Z] ---> 087235c5cabf [2021-02-18T15:18:52.047Z] Step 22/24 : LABEL arch=x86_64 [2021-02-18T15:18:54.733Z] ---> Running in bd9378c2929c [2021-02-18T15:18:55.012Z] ---> 3a9e7d0093c7 [2021-02-18T15:18:55.012Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-18T15:18:55.012Z] ---> Running in bd0d49265dff [2021-02-18T15:18:56.434Z] Removing intermediate container bd9378c2929c [2021-02-18T15:18:56.434Z] ---> 3e296c37c06d [2021-02-18T15:18:56.434Z] Step 22/23 : LABEL git_sha=2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:18:57.015Z] ---> Running in 6ed2e83e9e9e [2021-02-18T15:18:57.015Z] Removing intermediate container bd0d49265dff [2021-02-18T15:18:57.015Z] ---> b673e902edc2 [2021-02-18T15:18:57.015Z] Step 23/24 : LABEL git_sha=2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:18:57.015Z] ---> b5312c2a63c1 [2021-02-18T15:18:57.015Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-18T15:18:57.602Z] ---> Running in f53191c87038 [2021-02-18T15:18:58.193Z] ---> Running in 7edf3b046de5 [2021-02-18T15:18:58.802Z] Removing intermediate container 6ed2e83e9e9e [2021-02-18T15:18:58.802Z] ---> 430ac0ff61d4 [2021-02-18T15:18:58.802Z] Step 23/23 : LABEL version=2.0.0-dev.95 [2021-02-18T15:18:59.076Z] Removing intermediate container f53191c87038 [2021-02-18T15:18:59.076Z] ---> fe9ee2aa0ddb [2021-02-18T15:18:59.076Z] Step 24/24 : LABEL version=2.0.0-dev.95 [2021-02-18T15:18:59.076Z] ---> Running in 4cbb4178b026 [2021-02-18T15:18:59.666Z] ---> Running in f381230b1dbe [2021-02-18T15:18:59.932Z] Removing intermediate container 4cbb4178b026 [2021-02-18T15:18:59.932Z] ---> 3a60be2474bb [2021-02-18T15:18:59.932Z] [2021-02-18T15:18:59.932Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T15:18:59.932Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T15:18:59.932Z] Removing intermediate container f381230b1dbe [2021-02-18T15:18:59.932Z] ---> 71a5d5babb39 [2021-02-18T15:18:59.932Z] [2021-02-18T15:19:00.202Z] Successfully built 3a60be2474bb [2021-02-18T15:19:00.202Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-18T15:19:00.202Z] (2/33) Installing expat (2.2.9-r1) [2021-02-18T15:19:00.202Z] (3/33) Installing libffi (3.3-r2) [2021-02-18T15:19:00.202Z] (4/33) Installing gdbm (1.13-r1) [2021-02-18T15:19:00.202Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-18T15:19:00.202Z] Successfully tagged docker-core-metadata-go:latest [2021-02-18T15:19:00.202Z]  Building docker-core-metadata-go ... done Building docker-support-notifications-go [2021-02-18T15:19:00.202Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-18T15:19:00.202Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-18T15:19:00.809Z] Successfully built 71a5d5babb39 [2021-02-18T15:19:01.410Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-18T15:19:01.410Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go [2021-02-18T15:19:13.822Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-18T15:19:13.822Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-18T15:19:13.822Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-18T15:19:13.822Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-18T15:19:13.822Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-18T15:19:13.822Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-18T15:19:14.086Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-18T15:19:15.118Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-18T15:19:15.118Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-18T15:19:15.118Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-18T15:19:15.710Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-18T15:19:15.710Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-18T15:19:16.288Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-18T15:19:16.866Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T15:19:16.866Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-18T15:19:16.866Z] ---> a104b8157a33 [2021-02-18T15:19:16.866Z] Step 3/23 : WORKDIR /edgex-go [2021-02-18T15:19:17.445Z] ---> Using cache [2021-02-18T15:19:17.445Z] ---> b8da2b8e5923 [2021-02-18T15:19:17.445Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T15:19:17.445Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T15:19:17.445Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-18T15:19:17.445Z] ---> a104b8157a33 [2021-02-18T15:19:17.445Z] ---> Using cache [2021-02-18T15:19:17.445Z] Step 3/22 : WORKDIR /edgex-go ---> be93b28bd827 [2021-02-18T15:19:17.445Z] [2021-02-18T15:19:17.445Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git ---> Using cache [2021-02-18T15:19:17.445Z] ---> b8da2b8e5923 [2021-02-18T15:19:17.445Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T15:19:17.445Z] ---> Using cache [2021-02-18T15:19:17.445Z] ---> be93b28bd827 [2021-02-18T15:19:17.445Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-18T15:19:17.445Z] [2021-02-18T15:19:17.445Z] ---> Using cache [2021-02-18T15:19:17.445Z] ---> 3d91c82f10e5 [2021-02-18T15:19:17.445Z] Step 6/22 : COPY go.mod . [2021-02-18T15:19:17.445Z] ---> Using cache [2021-02-18T15:19:17.445Z] ---> cec81060efed [2021-02-18T15:19:17.445Z] Step 7/22 : RUN go mod download [2021-02-18T15:19:17.445Z] ---> Using cache [2021-02-18T15:19:17.445Z] ---> 96f4dc271c35 [2021-02-18T15:19:17.445Z] Step 8/22 : COPY . . [2021-02-18T15:19:17.710Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-18T15:19:17.710Z] ---> Using cache [2021-02-18T15:19:17.710Z] ---> b3cbff70673a [2021-02-18T15:19:17.710Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-18T15:19:19.110Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-18T15:19:19.373Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-18T15:19:19.373Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-18T15:19:19.373Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-18T15:19:19.373Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-18T15:19:19.638Z] ---> Running in 5ef966f447be [2021-02-18T15:19:19.638Z] ---> Running in b8cce7ada40a [2021-02-18T15:19:19.638Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-18T15:19:19.638Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-18T15:19:19.638Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-18T15:19:19.638Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-18T15:19:19.638Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-18T15:19:19.638Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-18T15:19:19.638Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-18T15:19:19.638Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T15:19:19.910Z] OK: 71 MiB in 55 packages [2021-02-18T15:19:22.529Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.95" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-18T15:19:22.811Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T15:19:23.413Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T15:19:24.020Z] OK: 233 MiB in 51 packages [2021-02-18T15:19:27.474Z] Removing intermediate container 5ef966f447be [2021-02-18T15:19:27.474Z] ---> b288709be89d [2021-02-18T15:19:27.474Z] Step 6/23 : COPY go.mod . [2021-02-18T15:19:28.072Z] ---> dcdcb09837c7 [2021-02-18T15:19:28.072Z] Step 7/23 : RUN go mod download [2021-02-18T15:19:28.354Z] ---> Running in 1b25e7a7d1bd [2021-02-18T15:19:35.144Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T15:19:35.144Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-18T15:19:35.144Z] ---> a104b8157a33 [2021-02-18T15:19:35.144Z] Step 3/22 : WORKDIR /edgex-go [2021-02-18T15:19:35.144Z] ---> Using cache [2021-02-18T15:19:35.144Z] ---> b8da2b8e5923 [2021-02-18T15:19:35.144Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T15:19:35.144Z] ---> Using cache [2021-02-18T15:19:35.144Z] ---> be93b28bd827 [2021-02-18T15:19:35.144Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-18T15:19:35.144Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T15:19:35.144Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-18T15:19:35.144Z] ---> a104b8157a33 [2021-02-18T15:19:35.144Z] Step 3/30 : WORKDIR /edgex-go [2021-02-18T15:19:35.144Z] ---> Using cache [2021-02-18T15:19:35.144Z] ---> b8da2b8e5923 [2021-02-18T15:19:35.144Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T15:19:35.144Z] ---> Using cache [2021-02-18T15:19:35.144Z] ---> be93b28bd827 [2021-02-18T15:19:35.144Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-18T15:19:35.144Z] ---> Using cache [2021-02-18T15:19:35.144Z] ---> 3d91c82f10e5 [2021-02-18T15:19:35.144Z] Step 6/30 : COPY go.mod . [2021-02-18T15:19:35.144Z] ---> Using cache [2021-02-18T15:19:35.144Z] ---> cec81060efed [2021-02-18T15:19:35.144Z] Step 7/30 : RUN go mod download [2021-02-18T15:19:35.144Z] ---> Using cache [2021-02-18T15:19:35.144Z] ---> 96f4dc271c35 [2021-02-18T15:19:35.144Z] Step 8/30 : COPY . . [2021-02-18T15:19:35.144Z] ---> Using cache [2021-02-18T15:19:35.144Z] ---> b3cbff70673a [2021-02-18T15:19:35.144Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-18T15:19:37.087Z] ---> Running in 46a74c31549b [2021-02-18T15:19:37.087Z] ---> Running in e88eb71afe95 [2021-02-18T15:19:37.359Z] Removing intermediate container 1b25e7a7d1bd [2021-02-18T15:19:37.359Z] ---> 0de5f0f87b82 [2021-02-18T15:19:37.359Z] Step 8/23 : COPY . . [2021-02-18T15:19:38.795Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.95" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-18T15:19:39.082Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T15:19:39.661Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T15:19:40.261Z] OK: 233 MiB in 51 packages [2021-02-18T15:19:42.886Z] Removing intermediate container 7edf3b046de5 [2021-02-18T15:19:42.886Z] ---> 65bcee14a665 [2021-02-18T15:19:42.886Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-18T15:19:45.480Z] ---> Running in 84ac779cb0da [2021-02-18T15:19:48.079Z] Removing intermediate container e88eb71afe95 [2021-02-18T15:19:48.079Z] ---> 65e753342378 [2021-02-18T15:19:48.079Z] Step 6/22 : COPY go.mod . [2021-02-18T15:19:49.080Z] ---> a88201767bde [2021-02-18T15:19:49.080Z] Step 7/22 : RUN go mod download [2021-02-18T15:19:51.080Z] ---> Running in ea08c646cb1a [2021-02-18T15:19:56.562Z] Collecting docker-compose==1.23.2 [2021-02-18T15:19:56.562Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-18T15:19:57.541Z] Collecting PyYAML<4,>=3.10 [2021-02-18T15:19:57.541Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-18T15:20:00.933Z] Removing intermediate container ea08c646cb1a [2021-02-18T15:20:00.933Z] ---> 9d93702c1fd4 [2021-02-18T15:20:00.933Z] Step 8/22 : COPY . . [2021-02-18T15:20:02.357Z] Collecting docopt<0.7,>=0.6.1 [2021-02-18T15:20:02.357Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-18T15:20:02.357Z] Removing intermediate container b8cce7ada40a [2021-02-18T15:20:02.357Z] ---> 5547f0a2e0d9 [2021-02-18T15:20:02.357Z] [2021-02-18T15:20:02.357Z] Step 10/22 : FROM alpine:3.12 [2021-02-18T15:20:02.357Z] ---> 389fef711851 [2021-02-18T15:20:02.357Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-18T15:20:02.357Z] ---> Using cache [2021-02-18T15:20:02.357Z] ---> 17f88ef8f581 [2021-02-18T15:20:02.357Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T15:20:02.357Z] ---> Using cache [2021-02-18T15:20:02.357Z] ---> 085710138e10 [2021-02-18T15:20:02.357Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-18T15:20:04.954Z] Collecting cached-property<2,>=1.2.0 [2021-02-18T15:20:04.954Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-18T15:20:05.227Z] ---> Running in 97c65223dac8 [2021-02-18T15:20:05.227Z] Collecting docker<4.0,>=3.6.0 [2021-02-18T15:20:05.499Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-18T15:20:06.934Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-18T15:20:06.934Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-18T15:20:07.906Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-18T15:20:07.906Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-18T15:20:08.787Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.95" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-18T15:20:09.850Z] Collecting texttable<0.10,>=0.9.0 [2021-02-18T15:20:09.851Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-18T15:20:11.281Z] Removing intermediate container 97c65223dac8 [2021-02-18T15:20:11.281Z] ---> bfe7e5a2ad46 [2021-02-18T15:20:11.281Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-18T15:20:11.547Z] Collecting jsonschema<3,>=2.5.1 [2021-02-18T15:20:11.547Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-18T15:20:12.498Z] 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-18T15:20:12.798Z] ---> Running in 6e6090940017 [2021-02-18T15:20:13.081Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-18T15:20:13.081Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-18T15:20:13.081Z] Collecting docker-pycreds>=0.4.0 [2021-02-18T15:20:13.081Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-18T15:20:13.348Z] ---> 41fde92dd831 [2021-02-18T15:20:13.348Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-18T15:20:13.348Z] 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-18T15:20:13.616Z] Collecting idna<2.8,>=2.5 [2021-02-18T15:20:13.616Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-18T15:20:16.180Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-18T15:20:16.444Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-18T15:20:16.716Z] Removing intermediate container 6e6090940017 [2021-02-18T15:20:16.717Z] ---> 7a928924ba3e [2021-02-18T15:20:16.717Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T15:20:16.717Z] ---> Running in 7aac9e944cb5 [2021-02-18T15:20:16.717Z] 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-18T15:20:16.717Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-18T15:20:16.717Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-18T15:20:16.717Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-18T15:20:16.717Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-18T15:20:17.158Z] Installing collected packages: PyYAML, docopt, cached-property, idna, urllib3, requests, docker-pycreds, websocket-client, docker, dockerpty, texttable, jsonschema, docker-compose [2021-02-18T15:20:17.158Z] Running setup.py install for PyYAML: started [2021-02-18T15:20:17.777Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.95" -o cmd/core-data/core-data ./cmd/core-data [2021-02-18T15:20:19.190Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-18T15:20:19.190Z] Running setup.py install for docopt: started [2021-02-18T15:20:19.458Z] ---> 3adbd626862a [2021-02-18T15:20:19.458Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-18T15:20:19.458Z] Removing intermediate container 46a74c31549b [2021-02-18T15:20:19.458Z] ---> 29cd051fb401 [2021-02-18T15:20:19.458Z] [2021-02-18T15:20:19.458Z] Step 10/30 : FROM alpine:3.12 [2021-02-18T15:20:19.458Z] ---> 389fef711851 [2021-02-18T15:20:19.458Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-18T15:20:20.063Z] Running setup.py install for docopt: finished with status 'done' [2021-02-18T15:20:20.338Z] Attempting uninstall: idna [2021-02-18T15:20:20.338Z] Found existing installation: idna 2.9 [2021-02-18T15:20:20.338Z] Uninstalling idna-2.9: [2021-02-18T15:20:20.928Z] Successfully uninstalled idna-2.9 [2021-02-18T15:20:20.928Z] ---> Running in a78ae2198e24 [2021-02-18T15:20:21.217Z] Removing intermediate container 376eb9248147 [2021-02-18T15:20:21.218Z] ---> 42980d8b4d11 [2021-02-18T15:20:21.218Z] [2021-02-18T15:20:21.218Z] Step 10/24 : FROM alpine:3.12 [2021-02-18T15:20:21.218Z] 3.12: Pulling from library/alpine [2021-02-18T15:20:21.821Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-18T15:20:21.821Z] Status: Downloaded newer image for alpine:3.12 [2021-02-18T15:20:21.821Z] ---> afeebe901d6b [2021-02-18T15:20:21.821Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-18T15:20:22.427Z] ---> Running in e51408994de0 [2021-02-18T15:20:22.981Z] ---> d2c53abb35bd [2021-02-18T15:20:22.982Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-18T15:20:22.982Z] Attempting uninstall: urllib3 [2021-02-18T15:20:22.982Z] Found existing installation: urllib3 1.25.9 [2021-02-18T15:20:22.982Z] Uninstalling urllib3-1.25.9: [2021-02-18T15:20:23.586Z] Successfully uninstalled urllib3-1.25.9 [2021-02-18T15:20:23.586Z] Removing intermediate container a78ae2198e24 [2021-02-18T15:20:23.586Z] ---> f31aa18c8f01 [2021-02-18T15:20:23.586Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-18T15:20:24.415Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T15:20:24.415Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T15:20:25.017Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-18T15:20:25.296Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-18T15:20:25.296Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-18T15:20:25.521Z] Attempting uninstall: requests [2021-02-18T15:20:25.521Z] Found existing installation: requests 2.23.0 [2021-02-18T15:20:25.521Z] Uninstalling requests-2.23.0: [2021-02-18T15:20:25.573Z] (4/5) Installing curl (7.69.1-r3) [2021-02-18T15:20:25.573Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-18T15:20:25.787Z] Successfully uninstalled requests-2.23.0 [2021-02-18T15:20:25.787Z] ---> Running in 0d8908408c77 [2021-02-18T15:20:25.853Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T15:20:25.853Z] Executing ca-certificates-20191127-r4.trigger [2021-02-18T15:20:25.853Z] OK: 7 MiB in 19 packages [2021-02-18T15:20:26.756Z] ---> c9a84c431937 [2021-02-18T15:20:26.756Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-18T15:20:27.352Z] ---> Running in 3bf37329f746 [2021-02-18T15:20:28.738Z] Removing intermediate container e51408994de0 [2021-02-18T15:20:28.738Z] ---> aa7456783049 [2021-02-18T15:20:28.739Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-18T15:20:28.779Z] ---> 8d600e6f6eb9 [2021-02-18T15:20:28.779Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-18T15:20:29.053Z] ---> Running in 28fbde46cec6 [2021-02-18T15:20:29.061Z] Running setup.py install for dockerpty: started [2021-02-18T15:20:29.663Z] Removing intermediate container 3bf37329f746 [2021-02-18T15:20:29.663Z] ---> 92cf20cdc768 [2021-02-18T15:20:29.663Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T15:20:29.663Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-18T15:20:29.663Z] Running setup.py install for texttable: started [2021-02-18T15:20:29.663Z] ---> Running in 5b476f0203ef [2021-02-18T15:20:29.956Z] ---> Running in 8352dff9cd63 [2021-02-18T15:20:30.070Z] Removing intermediate container 28fbde46cec6 [2021-02-18T15:20:30.070Z] ---> 1d02a6057176 [2021-02-18T15:20:30.070Z] Step 13/24 : WORKDIR / [2021-02-18T15:20:30.251Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T15:20:30.251Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T15:20:30.251Z] Removing intermediate container 8352dff9cd63 [2021-02-18T15:20:30.251Z] ---> 4738b8745ea1 [2021-02-18T15:20:30.251Z] Step 20/22 : LABEL arch=x86_64 [2021-02-18T15:20:30.251Z] Running setup.py install for texttable: finished with status 'done' [2021-02-18T15:20:30.380Z] ---> Running in 169ec02ae55d [2021-02-18T15:20:30.534Z] ---> Running in 70c602c4ebfb [2021-02-18T15:20:30.534Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-18T15:20:30.534Z] (2/2) Installing su-exec (0.2-r1) [2021-02-18T15:20:30.534Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T15:20:30.806Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.95" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-18T15:20:31.080Z] OK: 6 MiB in 16 packages [2021-02-18T15:20:31.080Z] Removing intermediate container 70c602c4ebfb [2021-02-18T15:20:31.080Z] ---> 500bf947b0fc [2021-02-18T15:20:31.080Z] Step 21/22 : LABEL git_sha=2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:20:31.358Z] 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-18T15:20:31.358Z] ---> Running in bbf0e543b387 [2021-02-18T15:20:31.836Z] Removing intermediate container 169ec02ae55d [2021-02-18T15:20:31.836Z] ---> 9fc6ec2403d7 [2021-02-18T15:20:31.836Z] 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-18T15:20:31.963Z] Removing intermediate container bbf0e543b387 [2021-02-18T15:20:31.963Z] ---> 99e15804590a [2021-02-18T15:20:31.964Z] Step 22/22 : LABEL version=2.0.0-dev.95 [2021-02-18T15:20:31.964Z] ---> Running in e93f2ef11c04 [2021-02-18T15:20:32.242Z] Removing intermediate container 0d8908408c77 [2021-02-18T15:20:32.243Z] ---> fddbb60d3ec7 [2021-02-18T15:20:32.243Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-18T15:20:32.517Z] ---> Running in 85bf1b014c06 [2021-02-18T15:20:32.517Z] Removing intermediate container e93f2ef11c04 [2021-02-18T15:20:32.517Z] ---> fc6b11ae220f [2021-02-18T15:20:32.517Z] [2021-02-18T15:20:32.794Z] Removing intermediate container 85bf1b014c06 [2021-02-18T15:20:32.794Z] ---> e85fedb4bee8 [2021-02-18T15:20:32.794Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-18T15:20:32.794Z] Successfully built fc6b11ae220f [2021-02-18T15:20:32.794Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-18T15:20:33.067Z]  Building docker-support-scheduler-go ... done  ---> Running in e5fd056a9f5e [2021-02-18T15:20:33.845Z] ---> 749f3486879e [2021-02-18T15:20:33.845Z] 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-18T15:20:34.505Z] Removing intermediate container e5fd056a9f5e [2021-02-18T15:20:34.505Z] ---> 136ee930f99c [2021-02-18T15:20:34.505Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-18T15:20:35.918Z] ---> Running in 67e35b947674 [2021-02-18T15:20:35.918Z] Removing intermediate container 84ac779cb0da [2021-02-18T15:20:35.918Z] ---> a389e7fe9c23 [2021-02-18T15:20:35.918Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-18T15:20:36.190Z] ---> Running in a5b3f8392f47 [2021-02-18T15:20:36.489Z] ---> 33956c07fc48 [2021-02-18T15:20:36.489Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-18T15:20:37.095Z] Removing intermediate container 299ca65dd06c [2021-02-18T15:20:37.095Z] ---> 0d8fb265c00e [2021-02-18T15:20:37.095Z] [2021-02-18T15:20:37.095Z] Step 10/23 : FROM alpine:3.12 [2021-02-18T15:20:37.095Z] ---> afeebe901d6b [2021-02-18T15:20:37.095Z] Removing intermediate container bf429ff0fca9 [2021-02-18T15:20:37.095Z] ---> 7dc0347eccf7 [2021-02-18T15:20:37.095Z] [2021-02-18T15:20:37.095Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-18T15:20:37.095Z] Step 10/22 : FROM alpine:3.12 [2021-02-18T15:20:37.095Z] ---> afeebe901d6b [2021-02-18T15:20:37.095Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-18T15:20:37.368Z] Removing intermediate container d16e4936402b [2021-02-18T15:20:37.369Z] ---> 9e23b0b80dbf [2021-02-18T15:20:37.369Z] [2021-02-18T15:20:37.369Z] Step 10/22 : FROM alpine:3.12 [2021-02-18T15:20:37.369Z] ---> afeebe901d6b [2021-02-18T15:20:37.369Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-18T15:20:37.627Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T15:20:37.653Z] ---> Running in 722b4909cc88 [2021-02-18T15:20:37.653Z] ---> Running in 719e143727b9 [2021-02-18T15:20:37.653Z] ---> Running in 03f92692e07a [2021-02-18T15:20:37.653Z] ---> 9f82024b5d9e [2021-02-18T15:20:37.653Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-18T15:20:38.239Z] Removing intermediate container 67e35b947674 [2021-02-18T15:20:38.239Z] ---> 015ad4c735ad [2021-02-18T15:20:38.239Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-18T15:20:38.239Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T15:20:38.239Z] ---> Running in e05858c36442 [2021-02-18T15:20:38.848Z] Removing intermediate container e05858c36442 [2021-02-18T15:20:38.848Z] ---> aab4e8b1a379 [2021-02-18T15:20:38.848Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-18T15:20:39.132Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-18T15:20:39.408Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-18T15:20:39.408Z] (3/3) Installing curl (7.69.1-r3) [2021-02-18T15:20:39.408Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T15:20:39.408Z] OK: 72 MiB in 58 packages [2021-02-18T15:20:39.408Z] ---> b7053f3463df [2021-02-18T15:20:39.408Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-18T15:20:39.643Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T15:20:39.644Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T15:20:39.677Z] ---> Running in b70da07c1240 [2021-02-18T15:20:39.914Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T15:20:39.914Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T15:20:39.914Z] ---> a90c7db37a17 [2021-02-18T15:20:39.914Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-18T15:20:40.188Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T15:20:40.461Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T15:20:40.461Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-18T15:20:40.461Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T15:20:40.461Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-18T15:20:40.461Z] OK: 5 MiB in 15 packages [2021-02-18T15:20:40.461Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T15:20:40.734Z] OK: 5 MiB in 15 packages [2021-02-18T15:20:41.007Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-18T15:20:41.147Z] Removing intermediate container a5b3f8392f47 [2021-02-18T15:20:41.147Z] ---> f1d2354cda04 [2021-02-18T15:20:41.147Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-18T15:20:41.147Z] ---> Running in 3cf6e5619ac5 [2021-02-18T15:20:41.284Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-18T15:20:41.284Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T15:20:41.285Z] Executing ca-certificates-20191127-r4.trigger [2021-02-18T15:20:41.563Z] OK: 6 MiB in 16 packages [2021-02-18T15:20:41.765Z] Removing intermediate container 3cf6e5619ac5 [2021-02-18T15:20:41.765Z] ---> b3b85fa662b2 [2021-02-18T15:20:41.765Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T15:20:41.765Z] ---> Running in 0973a1e65071 [2021-02-18T15:20:42.045Z] Removing intermediate container 0973a1e65071 [2021-02-18T15:20:42.045Z] ---> 1ab6dc1b143a [2021-02-18T15:20:42.045Z] Step 24/26 : LABEL arch=x86_64 [2021-02-18T15:20:42.045Z] Removing intermediate container b70da07c1240 [2021-02-18T15:20:42.045Z] ---> 3aa8f797cd48 [2021-02-18T15:20:42.045Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T15:20:42.319Z] ---> Running in 73386ee84921 [2021-02-18T15:20:42.542Z] ---> 405cffdd053a [2021-02-18T15:20:42.543Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-18T15:20:42.595Z] Removing intermediate container 73386ee84921 [2021-02-18T15:20:42.595Z] ---> 60b9a3b73582 [2021-02-18T15:20:42.595Z] Step 25/26 : LABEL git_sha=2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:20:42.595Z] ---> d24044cb04fe [2021-02-18T15:20:42.595Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-18T15:20:42.595Z] ---> Running in 95d0b4549357 [2021-02-18T15:20:42.868Z] Removing intermediate container 95d0b4549357 [2021-02-18T15:20:42.868Z] ---> 4fa9b2b33ac6 [2021-02-18T15:20:42.868Z] Step 26/26 : LABEL version=2.0.0-dev.95 [2021-02-18T15:20:43.136Z] ---> Running in a2041383c3c0 [2021-02-18T15:20:43.158Z] Removing intermediate container 03f92692e07a [2021-02-18T15:20:43.158Z] ---> 1dde94672fc2 [2021-02-18T15:20:43.158Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T15:20:43.158Z] Removing intermediate container 719e143727b9 [2021-02-18T15:20:43.158Z] ---> dbf14276fae3 [2021-02-18T15:20:43.158Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T15:20:43.408Z] Removing intermediate container a2041383c3c0 [2021-02-18T15:20:43.408Z] ---> 8a51bbc16347 [2021-02-18T15:20:43.408Z] [2021-02-18T15:20:43.437Z] ---> Running in 4ac1504bed0e [2021-02-18T15:20:43.710Z] ---> Running in 5a03ec4a0850 [2021-02-18T15:20:43.710Z] ---> 9b20cee8a817 [2021-02-18T15:20:43.710Z] 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-18T15:20:43.986Z] Removing intermediate container 722b4909cc88 [2021-02-18T15:20:43.986Z] ---> 1bb7f75d1972 [2021-02-18T15:20:43.986Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T15:20:43.986Z] Removing intermediate container 707f8646a481 [2021-02-18T15:20:43.986Z] ---> fc6eb89679ea [2021-02-18T15:20:43.986Z] [2021-02-18T15:20:43.986Z] Step 10/23 : FROM alpine:3.12 [2021-02-18T15:20:43.986Z] ---> afeebe901d6b [2021-02-18T15:20:43.986Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-18T15:20:43.986Z] ---> Using cache [2021-02-18T15:20:43.986Z] ---> dbf14276fae3 [2021-02-18T15:20:43.986Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T15:20:44.258Z] ---> Running in 1ddc4e8adfb1 [2021-02-18T15:20:44.258Z] Removing intermediate container 4ac1504bed0e [2021-02-18T15:20:44.258Z] ---> 8c6511330d63 [2021-02-18T15:20:44.258Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-18T15:20:44.258Z] ---> Running in 327258e78118 [2021-02-18T15:20:44.539Z] ---> Running in 160605772b57 [2021-02-18T15:20:44.539Z] Removing intermediate container 5a03ec4a0850 [2021-02-18T15:20:44.539Z] ---> e4ddc42c5df1 [2021-02-18T15:20:44.539Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-18T15:20:44.539Z] ---> Running in f002b9cdbea3 [2021-02-18T15:20:44.815Z] ---> Running in 96992d6c92ec [2021-02-18T15:20:44.822Z] Successfully built 8a51bbc16347 [2021-02-18T15:20:44.822Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-18T15:20:44.822Z]  Building docker-sys-mgmt-agent-go ... done  ---> 2d29f796e742 [2021-02-18T15:20:44.822Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-18T15:20:45.094Z] Removing intermediate container 327258e78118 [2021-02-18T15:20:45.094Z] ---> b71a0c414844 [2021-02-18T15:20:45.094Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-18T15:20:45.094Z] Removing intermediate container 160605772b57 [2021-02-18T15:20:45.094Z] ---> d26ca44b1947 [2021-02-18T15:20:45.094Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-18T15:20:45.375Z] Removing intermediate container f002b9cdbea3 [2021-02-18T15:20:45.375Z] ---> 5283f147b028 [2021-02-18T15:20:45.375Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-18T15:20:45.375Z] ---> Running in fcaa78bde9c9 [2021-02-18T15:20:45.408Z] ---> 92cccb2771e7 [2021-02-18T15:20:45.408Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-18T15:20:45.648Z] ---> Running in b08af892c115 [2021-02-18T15:20:45.648Z] Removing intermediate container 96992d6c92ec [2021-02-18T15:20:45.648Z] ---> 0e0453e0e5c8 [2021-02-18T15:20:45.648Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-18T15:20:45.648Z] ---> Running in 7408c6ca2010 [2021-02-18T15:20:45.924Z] ---> Running in f1661c55da29 [2021-02-18T15:20:46.201Z] Removing intermediate container fcaa78bde9c9 [2021-02-18T15:20:46.201Z] ---> 47dc147a0a74 [2021-02-18T15:20:46.201Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-18T15:20:46.201Z] Removing intermediate container 7408c6ca2010 [2021-02-18T15:20:46.201Z] ---> 131b66352810 [2021-02-18T15:20:46.201Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T15:20:46.201Z] Removing intermediate container b08af892c115 [2021-02-18T15:20:46.201Z] ---> 31f600b4ef25 [2021-02-18T15:20:46.201Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-18T15:20:46.380Z] ---> 7d7298dc7525 [2021-02-18T15:20:46.380Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-18T15:20:46.474Z] ---> Running in 263cf0ad9dd8 [2021-02-18T15:20:46.758Z] Removing intermediate container f1661c55da29 [2021-02-18T15:20:46.758Z] ---> ada79416767e [2021-02-18T15:20:46.758Z] Step 15/23 : WORKDIR / [2021-02-18T15:20:46.758Z] ---> Running in 764e40c50ba5 [2021-02-18T15:20:46.758Z] ---> Running in a1962f0075bc [2021-02-18T15:20:46.791Z] ---> Running in 9295bbc75200 [2021-02-18T15:20:47.030Z] Removing intermediate container 263cf0ad9dd8 [2021-02-18T15:20:47.030Z] ---> a8d68197ae5e [2021-02-18T15:20:47.030Z] Step 15/23 : WORKDIR / [2021-02-18T15:20:47.311Z] Removing intermediate container 1ddc4e8adfb1 [2021-02-18T15:20:47.311Z] ---> 12f96ed3cb2d [2021-02-18T15:20:47.311Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-18T15:20:47.311Z] ---> Running in bc497e733f5c [2021-02-18T15:20:47.311Z] Removing intermediate container 764e40c50ba5 [2021-02-18T15:20:47.311Z] ---> a7ab44aad27e [2021-02-18T15:20:47.311Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T15:20:47.587Z] ---> d3784dda9a5e [2021-02-18T15:20:47.587Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-18T15:20:47.587Z] ---> Running in ee43c58e42a6 [2021-02-18T15:20:47.587Z] Removing intermediate container a1962f0075bc [2021-02-18T15:20:47.587Z] ---> 01770b7755c3 [2021-02-18T15:20:47.587Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T15:20:47.868Z] Removing intermediate container bc497e733f5c [2021-02-18T15:20:47.868Z] ---> f20281767424 [2021-02-18T15:20:47.868Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T15:20:48.393Z] Removing intermediate container 9295bbc75200 [2021-02-18T15:20:48.393Z] ---> ef78c48e4234 [2021-02-18T15:20:48.393Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-18T15:20:48.466Z] ---> 860c12f7e4c8 [2021-02-18T15:20:48.466Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-18T15:20:48.467Z] Removing intermediate container ee43c58e42a6 [2021-02-18T15:20:48.467Z] ---> 4daa9ba17a0d [2021-02-18T15:20:48.467Z] Step 22/24 : LABEL arch=arm64 [2021-02-18T15:20:48.750Z] ---> 8f54f189468d [2021-02-18T15:20:48.750Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-18T15:20:48.750Z] ---> Running in d7a3a4bf3bde [2021-02-18T15:20:48.991Z] ---> ea04b306e494 [2021-02-18T15:20:48.991Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-18T15:20:49.263Z] ---> Running in 0f1b4a271713 [2021-02-18T15:20:49.347Z] ---> 29286ccef487 [2021-02-18T15:20:49.347Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-18T15:20:49.618Z] ---> 5072f4d86f83 [2021-02-18T15:20:49.618Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-18T15:20:49.618Z] Removing intermediate container d7a3a4bf3bde [2021-02-18T15:20:49.618Z] ---> 207021dc5495 [2021-02-18T15:20:49.618Z] Step 23/24 : LABEL git_sha=2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:20:50.223Z] ---> Running in 4f272085e356 [2021-02-18T15:20:50.503Z] ---> c835596f5cef [2021-02-18T15:20:50.503Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-18T15:20:50.503Z] ---> ce467152566f [2021-02-18T15:20:50.503Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-18T15:20:50.776Z] ---> 99e7e0eda589 [2021-02-18T15:20:50.776Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-18T15:20:51.053Z] ---> ec722a4eaa78 [2021-02-18T15:20:51.053Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-18T15:20:51.053Z] Removing intermediate container 4f272085e356 [2021-02-18T15:20:51.053Z] ---> 9994d42cc5ff [2021-02-18T15:20:51.053Z] Step 24/24 : LABEL version=2.0.0-dev.95 [2021-02-18T15:20:51.053Z] ---> Running in 796ee2e208e4 [2021-02-18T15:20:51.326Z] ---> Running in 7ca00f2f7de1 [2021-02-18T15:20:51.326Z] ---> b384bea8e76c [2021-02-18T15:20:51.326Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-18T15:20:51.326Z] ---> 5980ea7103fb [2021-02-18T15:20:51.326Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-18T15:20:51.598Z] ---> Running in deee46afb319 [2021-02-18T15:20:51.872Z] ---> Running in 1304f0b37ebe [2021-02-18T15:20:51.872Z] Removing intermediate container 796ee2e208e4 [2021-02-18T15:20:51.872Z] ---> f1755031a4c7 [2021-02-18T15:20:51.872Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T15:20:51.872Z] Removing intermediate container 7ca00f2f7de1 [2021-02-18T15:20:51.872Z] ---> 13186522f4d3 [2021-02-18T15:20:51.872Z] [2021-02-18T15:20:51.872Z] ---> 3b88571ec8f6 [2021-02-18T15:20:51.872Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-18T15:20:52.142Z] ---> Running in 8a04daa4b4ea [2021-02-18T15:20:52.142Z] Removing intermediate container deee46afb319 [2021-02-18T15:20:52.142Z] ---> ddf5e77818da [2021-02-18T15:20:52.142Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T15:20:52.412Z] Successfully built 13186522f4d3 [2021-02-18T15:20:52.412Z] ---> Running in 3033519a5062 [2021-02-18T15:20:52.412Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-18T15:20:52.412Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go [2021-02-18T15:20:52.412Z] Removing intermediate container 1304f0b37ebe [2021-02-18T15:20:52.412Z] ---> dad37be3f249 [2021-02-18T15:20:52.412Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T15:20:52.619Z] Removing intermediate container 7aac9e944cb5 [2021-02-18T15:20:52.619Z] ---> 634f05b6a66f [2021-02-18T15:20:52.619Z] [2021-02-18T15:20:52.619Z] Step 10/23 : FROM alpine:3.12 [2021-02-18T15:20:52.619Z] ---> 389fef711851 [2021-02-18T15:20:52.619Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-18T15:20:52.619Z] Removing intermediate container 0f1b4a271713 [2021-02-18T15:20:52.619Z] ---> 889681029bc2 [2021-02-18T15:20:52.619Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-18T15:20:52.619Z] ---> Running in cf7e995ed971 [2021-02-18T15:20:52.619Z] ---> Running in 1b095e1ddace [2021-02-18T15:20:52.689Z] ---> Running in 3830dae2deef [2021-02-18T15:20:52.689Z] ---> Running in bb1647b4a86a [2021-02-18T15:20:52.689Z] Removing intermediate container 8a04daa4b4ea [2021-02-18T15:20:52.689Z] ---> 2072e50eabe9 [2021-02-18T15:20:52.689Z] Step 20/22 : LABEL arch=arm64 [2021-02-18T15:20:52.882Z] Removing intermediate container cf7e995ed971 [2021-02-18T15:20:52.882Z] ---> 6057f8811aff [2021-02-18T15:20:52.882Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-18T15:20:52.961Z] Removing intermediate container 3033519a5062 [2021-02-18T15:20:52.961Z] ---> 8801089d6a43 [2021-02-18T15:20:52.961Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T15:20:53.250Z] ---> Running in c88ea09538ff [2021-02-18T15:20:53.250Z] Removing intermediate container 3830dae2deef [2021-02-18T15:20:53.250Z] ---> 65386c94ffdb [2021-02-18T15:20:53.250Z] Step 20/22 : LABEL arch=arm64 [2021-02-18T15:20:53.250Z] ---> Running in 8f84e61a26df [2021-02-18T15:20:53.528Z] Removing intermediate container bb1647b4a86a [2021-02-18T15:20:53.528Z] ---> 38b98a1fb106 [2021-02-18T15:20:53.528Z] Step 21/23 : LABEL arch=arm64 [2021-02-18T15:20:53.528Z] ---> Running in 4f0cd174bd7d [2021-02-18T15:20:53.803Z] ---> Running in ee3bf39fe212 [2021-02-18T15:20:53.833Z] ---> Running in 92b08a1cb3aa [2021-02-18T15:20:54.076Z] Removing intermediate container c88ea09538ff [2021-02-18T15:20:54.076Z] ---> 62435eb8ae84 [2021-02-18T15:20:54.076Z] Step 21/22 : LABEL git_sha=2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:20:54.349Z] Removing intermediate container 4f0cd174bd7d [2021-02-18T15:20:54.349Z] ---> 3a1c7edcc14f [2021-02-18T15:20:54.349Z] Step 21/22 : LABEL git_sha=2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:20:54.349Z] Removing intermediate container 8f84e61a26df [2021-02-18T15:20:54.349Z] ---> 337bf990c3e7 [2021-02-18T15:20:54.349Z] Step 21/23 : LABEL arch=arm64 [2021-02-18T15:20:54.418Z] Removing intermediate container 1b095e1ddace [2021-02-18T15:20:54.418Z] ---> 834afffabee8 [2021-02-18T15:20:54.418Z] Step 27/30 : CMD ["gate"] [2021-02-18T15:20:54.684Z] Removing intermediate container 5b476f0203ef [2021-02-18T15:20:54.684Z] ---> d0d79be8f9f1 [2021-02-18T15:20:54.684Z] [2021-02-18T15:20:54.684Z] Step 10/22 : FROM alpine:3.12 [2021-02-18T15:20:54.684Z] ---> 389fef711851 [2021-02-18T15:20:54.684Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-18T15:20:54.684Z] Removing intermediate container 92b08a1cb3aa [2021-02-18T15:20:54.684Z] ---> 0f4e69a27f24 [2021-02-18T15:20:54.684Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-18T15:20:54.684Z] ---> Running in cf7d2c4101c6 [2021-02-18T15:20:54.684Z] ---> Running in 1f9279d8e89c [2021-02-18T15:20:54.684Z] ---> Running in 6b9561524db5 [2021-02-18T15:20:54.951Z] ---> Running in 6101c9cca649 [2021-02-18T15:20:54.951Z] Removing intermediate container ee3bf39fe212 [2021-02-18T15:20:54.951Z] ---> 54c2b16405b5 [2021-02-18T15:20:54.951Z] Step 22/23 : LABEL git_sha=2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:20:54.951Z] ---> Running in f215f0500fd2 [2021-02-18T15:20:54.951Z] ---> Running in 48cba26490f8 [2021-02-18T15:20:54.951Z] Removing intermediate container cf7d2c4101c6 [2021-02-18T15:20:54.951Z] ---> aab4308ddbd2 [2021-02-18T15:20:54.951Z] Step 28/30 : LABEL arch=x86_64 [2021-02-18T15:20:55.236Z] Removing intermediate container 6b9561524db5 [2021-02-18T15:20:55.236Z] ---> acec3670049a [2021-02-18T15:20:55.237Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T15:20:55.237Z] ---> Running in c8d551e8f56f [2021-02-18T15:20:55.237Z] ---> Running in fb9154a21af2 [2021-02-18T15:20:55.504Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T15:20:55.504Z] Removing intermediate container c8d551e8f56f [2021-02-18T15:20:55.504Z] ---> 9379d96d2892 [2021-02-18T15:20:55.504Z] Step 29/30 : LABEL git_sha=2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:20:55.504Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T15:20:55.549Z] ---> Running in d60495a2b4b1 [2021-02-18T15:20:55.550Z] Removing intermediate container 6101c9cca649 [2021-02-18T15:20:55.550Z] ---> b7737a7e483c [2021-02-18T15:20:55.550Z] Step 22/22 : LABEL version=2.0.0-dev.95 [2021-02-18T15:20:55.767Z] ---> Running in 5b3ddee2145e [2021-02-18T15:20:55.825Z] Removing intermediate container f215f0500fd2 [2021-02-18T15:20:55.826Z] ---> 18b721e8398c [2021-02-18T15:20:55.826Z] Step 22/23 : LABEL git_sha=2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:20:55.826Z] Removing intermediate container 48cba26490f8 [2021-02-18T15:20:55.826Z] ---> 37d638cc93f8 [2021-02-18T15:20:55.826Z] Step 22/22 : LABEL version=2.0.0-dev.95 [2021-02-18T15:20:55.826Z] ---> Running in 8bd124676bc9 [2021-02-18T15:20:56.046Z] Removing intermediate container 5b3ddee2145e [2021-02-18T15:20:56.046Z] ---> c886f2373e8b [2021-02-18T15:20:56.046Z] Step 30/30 : LABEL version=2.0.0-dev.95 [2021-02-18T15:20:56.046Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-18T15:20:56.046Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-18T15:20:56.046Z] ---> Running in cb8187c1856c [2021-02-18T15:20:56.046Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T15:20:56.046Z] Executing ca-certificates-20191127-r4.trigger [2021-02-18T15:20:56.098Z] ---> Running in adac54d3f0f4 [2021-02-18T15:20:56.098Z] ---> Running in 58c490128f40 [2021-02-18T15:20:56.098Z] Removing intermediate container d60495a2b4b1 [2021-02-18T15:20:56.098Z] ---> 8d411ce6cdb5 [2021-02-18T15:20:56.098Z] Step 23/23 : LABEL version=2.0.0-dev.95 [2021-02-18T15:20:56.317Z] OK: 6 MiB in 16 packages [2021-02-18T15:20:56.376Z] ---> Running in 2f53a64e2816 [2021-02-18T15:20:56.377Z] Removing intermediate container 8bd124676bc9 [2021-02-18T15:20:56.377Z] ---> 464becc6fb56 [2021-02-18T15:20:56.377Z] [2021-02-18T15:20:56.650Z] Removing intermediate container 58c490128f40 [2021-02-18T15:20:56.650Z] ---> 3e8c20e4fc03 [2021-02-18T15:20:56.650Z] Step 23/23 : LABEL version=2.0.0-dev.95 [2021-02-18T15:20:56.650Z] Removing intermediate container adac54d3f0f4 [2021-02-18T15:20:56.650Z] ---> 8f2267d4ae45 [2021-02-18T15:20:56.650Z] [2021-02-18T15:20:56.931Z] Successfully built 464becc6fb56 [2021-02-18T15:20:56.931Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-18T15:20:56.931Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2021-02-18T15:20:56.931Z] ---> Running in 982c34a44e14 [2021-02-18T15:20:57.207Z] Removing intermediate container 2f53a64e2816 [2021-02-18T15:20:57.207Z] ---> 543e5cb028c1 [2021-02-18T15:20:57.207Z] [2021-02-18T15:20:57.207Z] Successfully built 8f2267d4ae45 [2021-02-18T15:20:57.207Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-18T15:20:57.207Z] Building docker-core-data-go [2021-02-18T15:20:57.476Z]  Building docker-support-notifications-go ... done Successfully built 543e5cb028c1 [2021-02-18T15:20:57.476Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-18T15:20:57.476Z]  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go [2021-02-18T15:20:57.717Z] Removing intermediate container cb8187c1856c [2021-02-18T15:20:57.717Z] ---> 1b63491f2ce5 [2021-02-18T15:20:57.717Z] [2021-02-18T15:20:57.717Z] Successfully built 1b63491f2ce5 [2021-02-18T15:20:57.717Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-18T15:20:57.717Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container fb9154a21af2 [2021-02-18T15:20:57.718Z] ---> ad26805b3175 [2021-02-18T15:20:57.718Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-18T15:20:57.746Z] Removing intermediate container 982c34a44e14 [2021-02-18T15:20:57.746Z] ---> 65348a25463e [2021-02-18T15:20:57.746Z] [2021-02-18T15:20:58.016Z] Successfully built 65348a25463e [2021-02-18T15:20:58.016Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-18T15:20:58.297Z] ---> Running in db3c76668d54 [2021-02-18T15:20:58.297Z] Removing intermediate container 1f9279d8e89c [2021-02-18T15:20:58.297Z] ---> c284cfea4b82 [2021-02-18T15:20:58.297Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T15:20:58.297Z] ---> Running in 88649d35ab98 [2021-02-18T15:20:58.562Z] Removing intermediate container 88649d35ab98 [2021-02-18T15:20:58.562Z] ---> 75c63f71b531 [2021-02-18T15:20:58.562Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-18T15:20:58.831Z] ---> Running in 33a1a8db0a15 [2021-02-18T15:20:58.831Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T15:20:58.831Z] Removing intermediate container 33a1a8db0a15 [2021-02-18T15:20:58.831Z] ---> 8a6a09e8734f [2021-02-18T15:20:58.831Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-18T15:20:59.094Z] ---> Running in cb5ae11fe096 [2021-02-18T15:20:59.094Z] Removing intermediate container cb5ae11fe096 [2021-02-18T15:20:59.094Z] ---> 5be0ca024a28 [2021-02-18T15:20:59.094Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T15:20:59.670Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T15:20:59.932Z] ---> 302626f25315 [2021-02-18T15:20:59.933Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-18T15:20:59.933Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-18T15:21:00.197Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-18T15:21:00.197Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-18T15:21:00.197Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-18T15:21:00.462Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-18T15:21:00.462Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-18T15:21:00.462Z] ---> 4c8b574bb4a9 [2021-02-18T15:21:00.462Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-18T15:21:00.728Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T15:21:00.728Z] OK: 8 MiB in 20 packages [2021-02-18T15:21:00.992Z] ---> 90850c767fe9 [2021-02-18T15:21:00.992Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-18T15:21:00.992Z] ---> Running in b5e72a7aba3f [2021-02-18T15:21:01.256Z] Removing intermediate container b5e72a7aba3f [2021-02-18T15:21:01.256Z] ---> 068ff35f2e3d [2021-02-18T15:21:01.256Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T15:21:01.256Z] ---> Running in 313d664e9147 [2021-02-18T15:21:01.256Z] Removing intermediate container db3c76668d54 [2021-02-18T15:21:01.256Z] ---> d485d705ca28 [2021-02-18T15:21:01.256Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T15:21:01.521Z] Removing intermediate container 313d664e9147 [2021-02-18T15:21:01.521Z] ---> 0201a1d29b3c [2021-02-18T15:21:01.521Z] Step 20/22 : LABEL arch=x86_64 [2021-02-18T15:21:01.521Z] ---> Running in 56056a6b0607 [2021-02-18T15:21:01.521Z] ---> c4262832cbf1 [2021-02-18T15:21:01.521Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-18T15:21:01.796Z] Removing intermediate container 56056a6b0607 [2021-02-18T15:21:01.796Z] ---> dd5478f91682 [2021-02-18T15:21:01.796Z] Step 21/22 : LABEL git_sha=2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:21:01.796Z] ---> Running in aa889e917507 [2021-02-18T15:21:02.061Z] Removing intermediate container aa889e917507 [2021-02-18T15:21:02.061Z] ---> 026918321b3c [2021-02-18T15:21:02.061Z] Step 22/22 : LABEL version=2.0.0-dev.95 [2021-02-18T15:21:02.324Z] ---> Running in 6f475db9fa17 [2021-02-18T15:21:02.325Z] ---> 970e5db06420 [2021-02-18T15:21:02.325Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-18T15:21:02.588Z] Removing intermediate container 6f475db9fa17 [2021-02-18T15:21:02.588Z] ---> 35c860de492d [2021-02-18T15:21:02.588Z] [2021-02-18T15:21:02.588Z] Successfully built 35c860de492d [2021-02-18T15:21:02.588Z] Successfully tagged docker-support-notifications-go:latest [2021-02-18T15:21:02.588Z]  Building docker-support-notifications-go ... done  ---> bc87f59b0052 [2021-02-18T15:21:02.588Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-18T15:21:02.852Z] ---> Running in d5166bc58dfb [2021-02-18T15:21:03.115Z] Removing intermediate container d5166bc58dfb [2021-02-18T15:21:03.115Z] ---> 6c625d9d4611 [2021-02-18T15:21:03.115Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T15:21:03.115Z] ---> Running in 6f25066fd804 [2021-02-18T15:21:03.379Z] Removing intermediate container 6f25066fd804 [2021-02-18T15:21:03.379Z] ---> 92e7371e7f3d [2021-02-18T15:21:03.379Z] Step 21/23 : LABEL arch=x86_64 [2021-02-18T15:21:03.379Z] ---> Running in 2b97eabc0041 [2021-02-18T15:21:03.379Z] Removing intermediate container 2b97eabc0041 [2021-02-18T15:21:03.379Z] ---> 6a7e76e96654 [2021-02-18T15:21:03.379Z] Step 22/23 : LABEL git_sha=2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:21:03.641Z] ---> Running in cc6dbd174108 [2021-02-18T15:21:03.641Z] Removing intermediate container cc6dbd174108 [2021-02-18T15:21:03.641Z] ---> 856af0cad49a [2021-02-18T15:21:03.641Z] Step 23/23 : LABEL version=2.0.0-dev.95 [2021-02-18T15:21:03.903Z] ---> Running in 603f3f9c55e2 [2021-02-18T15:21:03.903Z] Removing intermediate container 603f3f9c55e2 [2021-02-18T15:21:03.903Z] ---> 0ba0ee31f4fb [2021-02-18T15:21:03.903Z] [2021-02-18T15:21:04.166Z] Successfully built 0ba0ee31f4fb [2021-02-18T15:21:04.166Z] Successfully tagged docker-core-data-go:latest [2021-02-18T15:21:04.441Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-18T15:21:04.461Z] $ docker stop --time=1 0263d14cb0e632bb28441450885bee80304279bfc3298fabfd811800c1316550 [2021-02-18T15:21:06.122Z] $ docker rm -f 0263d14cb0e632bb28441450885bee80304279bfc3298fabfd811800c1316550 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-18T15:21:06.764Z] + docker images [2021-02-18T15:21:06.764Z] + grep docker [2021-02-18T15:21:07.027Z] docker-core-data-go latest 0ba0ee31f4fb 3 seconds ago 22.3MB [2021-02-18T15:21:07.027Z] docker-support-notifications-go latest 35c860de492d 4 seconds ago 17.6MB [2021-02-18T15:21:07.027Z] docker-security-bootstrapper-go latest 1b63491f2ce5 9 seconds ago 18MB [2021-02-18T15:21:07.027Z] docker-sys-mgmt-agent-go latest 8a51bbc16347 23 seconds ago 313MB [2021-02-18T15:21:07.027Z] docker-support-scheduler-go latest fc6b11ae220f 34 seconds ago 17MB [2021-02-18T15:21:07.027Z] docker-security-secretstore-setup-go latest 71a5d5babb39 2 minutes ago 24.6MB [2021-02-18T15:21:07.027Z] docker-core-metadata-go latest 3a60be2474bb 2 minutes ago 18.8MB [2021-02-18T15:21:07.027Z] docker-core-command-go latest b7f82ff62193 2 minutes ago 16.9MB [2021-02-18T15:21:07.027Z] docker-security-proxy-setup-go latest b0a6940edf69 2 minutes ago 24.4MB [2021-02-18T15:21:07.027Z] docker 20.10.0 aefe523efa57 2 months 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-18T15:21:08.103Z] provisioning config files... [2021-02-18T15:21:08.148Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/361@tmp/config6871803930768296570tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-18T15:21:08.521Z] ---> docker-login.sh [2021-02-18T15:21:08.521Z] nexus3.edgexfoundry.org:10001 [2021-02-18T15:21:08.521Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T15:21:08.783Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T15:21:08.783Z] Configure a credential helper to remove this warning. See [2021-02-18T15:21:08.783Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T15:21:08.783Z] [2021-02-18T15:21:08.783Z] Login Succeeded [2021-02-18T15:21:08.783Z] nexus3.edgexfoundry.org:10002 [2021-02-18T15:21:08.783Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T15:21:09.048Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T15:21:09.048Z] Configure a credential helper to remove this warning. See [2021-02-18T15:21:09.048Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T15:21:09.048Z] [2021-02-18T15:21:09.048Z] Login Succeeded [2021-02-18T15:21:09.048Z] nexus3.edgexfoundry.org:10003 [2021-02-18T15:21:09.048Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T15:21:09.048Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T15:21:09.048Z] Configure a credential helper to remove this warning. See [2021-02-18T15:21:09.048Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T15:21:09.048Z] [2021-02-18T15:21:09.048Z] Login Succeeded [2021-02-18T15:21:09.048Z] nexus3.edgexfoundry.org:10004 [2021-02-18T15:21:09.314Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T15:21:09.314Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T15:21:09.314Z] Configure a credential helper to remove this warning. See [2021-02-18T15:21:09.314Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T15:21:09.314Z] [2021-02-18T15:21:09.314Z] Login Succeeded [2021-02-18T15:21:09.314Z] docker.io [2021-02-18T15:21:09.577Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T15:21:09.839Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T15:21:09.839Z] Configure a credential helper to remove this warning. See [2021-02-18T15:21:09.839Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T15:21:09.839Z] [2021-02-18T15:21:09.839Z] Login Succeeded [2021-02-18T15:21:09.839Z] ---> docker-login.sh ends [Pipeline] } [2021-02-18T15:21:09.849Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-18T15:21:10.080Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-02-18T15:21:10.080Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:21:10.080Z] 2.0.0-dev.95 [2021-02-18T15:21:10.080Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [2021-02-18T15:21:10.080Z] master [2021-02-18T15:21:10.080Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:10.606Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:11.011Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:21:11.011Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-18T15:21:11.011Z] 51530d8b9daf: Preparing [2021-02-18T15:21:11.011Z] 3903cff9e4a7: Preparing [2021-02-18T15:21:11.011Z] 2bf12682ae58: Preparing [2021-02-18T15:21:11.011Z] 45d9abf49886: Preparing [2021-02-18T15:21:11.011Z] 777b2c648970: Preparing [2021-02-18T15:21:11.011Z] 777b2c648970: Layer already exists [2021-02-18T15:21:11.281Z] 45d9abf49886: Pushed [2021-02-18T15:21:11.281Z] 51530d8b9daf: Pushed [2021-02-18T15:21:11.281Z] 2bf12682ae58: Pushed [2021-02-18T15:21:12.227Z] 3903cff9e4a7: Pushed [2021-02-18T15:21:12.227Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6: digest: sha256:2cade8ea4a684fb0bfe021ca77ece18e55c5ebbdafde6a33812f090ded43912c size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:12.801Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.95 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:13.113Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.95 [2021-02-18T15:21:13.113Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-18T15:21:13.113Z] 51530d8b9daf: Preparing [2021-02-18T15:21:13.113Z] 3903cff9e4a7: Preparing [2021-02-18T15:21:13.113Z] 2bf12682ae58: Preparing [2021-02-18T15:21:13.114Z] 45d9abf49886: Preparing [2021-02-18T15:21:13.114Z] 777b2c648970: Preparing [2021-02-18T15:21:13.114Z] 3903cff9e4a7: Layer already exists [2021-02-18T15:21:13.114Z] 51530d8b9daf: Layer already exists [2021-02-18T15:21:13.114Z] 777b2c648970: Layer already exists [2021-02-18T15:21:13.114Z] 45d9abf49886: Layer already exists [2021-02-18T15:21:13.114Z] 2bf12682ae58: Layer already exists [2021-02-18T15:21:13.114Z] 2.0.0-dev.95: digest: sha256:2cade8ea4a684fb0bfe021ca77ece18e55c5ebbdafde6a33812f090ded43912c size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:13.423Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:13.725Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [2021-02-18T15:21:13.726Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-18T15:21:13.726Z] 51530d8b9daf: Preparing [2021-02-18T15:21:13.726Z] 3903cff9e4a7: Preparing [2021-02-18T15:21:13.726Z] 2bf12682ae58: Preparing [2021-02-18T15:21:13.726Z] 45d9abf49886: Preparing [2021-02-18T15:21:13.726Z] 777b2c648970: Preparing [2021-02-18T15:21:13.726Z] 2bf12682ae58: Layer already exists [2021-02-18T15:21:13.726Z] 3903cff9e4a7: Layer already exists [2021-02-18T15:21:13.726Z] 51530d8b9daf: Layer already exists [2021-02-18T15:21:13.726Z] 777b2c648970: Layer already exists [2021-02-18T15:21:13.726Z] 45d9abf49886: Layer already exists [2021-02-18T15:21:13.726Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95: digest: sha256:2cade8ea4a684fb0bfe021ca77ece18e55c5ebbdafde6a33812f090ded43912c size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:14.421Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:14.984Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-02-18T15:21:14.984Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-18T15:21:14.984Z] 51530d8b9daf: Preparing [2021-02-18T15:21:14.984Z] 3903cff9e4a7: Preparing [2021-02-18T15:21:14.984Z] 2bf12682ae58: Preparing [2021-02-18T15:21:14.984Z] 45d9abf49886: Preparing [2021-02-18T15:21:14.984Z] 777b2c648970: Preparing [2021-02-18T15:21:14.984Z] 3903cff9e4a7: Layer already exists [2021-02-18T15:21:14.984Z] 45d9abf49886: Layer already exists [2021-02-18T15:21:14.984Z] 777b2c648970: Layer already exists [2021-02-18T15:21:14.984Z] 2bf12682ae58: Layer already exists [2021-02-18T15:21:14.984Z] 51530d8b9daf: Layer already exists [2021-02-18T15:21:14.984Z] master: digest: sha256:2cade8ea4a684fb0bfe021ca77ece18e55c5ebbdafde6a33812f090ded43912c size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-18T15:21:15.197Z] ===================================================== [Pipeline] echo [2021-02-18T15:21:15.248Z] taggedImages: [2021-02-18T15:21:15.248Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:21:15.248Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.95 [2021-02-18T15:21:15.248Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [2021-02-18T15:21:15.248Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-02-18T15:21:15.321Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-02-18T15:21:15.321Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:21:15.321Z] 2.0.0-dev.95 [2021-02-18T15:21:15.321Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [2021-02-18T15:21:15.321Z] master [2021-02-18T15:21:15.321Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:15.982Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:16.285Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:21:16.285Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-18T15:21:16.285Z] f01ae8a768da: Preparing [2021-02-18T15:21:16.285Z] b0e62581fb1a: Preparing [2021-02-18T15:21:16.285Z] 2bf12682ae58: Preparing [2021-02-18T15:21:16.285Z] 56d5c17fc3e8: Preparing [2021-02-18T15:21:16.285Z] ef74845d4712: Preparing [2021-02-18T15:21:16.285Z] 777b2c648970: Preparing [2021-02-18T15:21:16.285Z] 777b2c648970: Waiting [2021-02-18T15:21:16.285Z] 2bf12682ae58: Layer already exists [2021-02-18T15:21:16.285Z] 777b2c648970: Layer already exists [2021-02-18T15:21:16.285Z] ef74845d4712: Pushed [2021-02-18T15:21:16.547Z] f01ae8a768da: Pushed [2021-02-18T15:21:16.547Z] 56d5c17fc3e8: Pushed [2021-02-18T15:21:17.489Z] b0e62581fb1a: Pushed [2021-02-18T15:21:17.750Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6: digest: sha256:bc7665e989e85804433ccf7ddd3dd762b4d3fc9443cf6cef50a389cd505e0cce size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:18.057Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.95 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:18.351Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.95 [2021-02-18T15:21:18.351Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-18T15:21:18.351Z] f01ae8a768da: Preparing [2021-02-18T15:21:18.351Z] b0e62581fb1a: Preparing [2021-02-18T15:21:18.351Z] 2bf12682ae58: Preparing [2021-02-18T15:21:18.351Z] 56d5c17fc3e8: Preparing [2021-02-18T15:21:18.351Z] ef74845d4712: Preparing [2021-02-18T15:21:18.351Z] 777b2c648970: Preparing [2021-02-18T15:21:18.351Z] 777b2c648970: Waiting [2021-02-18T15:21:18.351Z] b0e62581fb1a: Layer already exists [2021-02-18T15:21:18.351Z] ef74845d4712: Layer already exists [2021-02-18T15:21:18.351Z] 2bf12682ae58: Layer already exists [2021-02-18T15:21:18.351Z] 56d5c17fc3e8: Layer already exists [2021-02-18T15:21:18.351Z] f01ae8a768da: Layer already exists [2021-02-18T15:21:18.351Z] 777b2c648970: Layer already exists [2021-02-18T15:21:18.351Z] 2.0.0-dev.95: digest: sha256:bc7665e989e85804433ccf7ddd3dd762b4d3fc9443cf6cef50a389cd505e0cce size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:18.656Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:18.953Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [2021-02-18T15:21:18.953Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-18T15:21:18.953Z] f01ae8a768da: Preparing [2021-02-18T15:21:18.953Z] b0e62581fb1a: Preparing [2021-02-18T15:21:18.953Z] 2bf12682ae58: Preparing [2021-02-18T15:21:18.953Z] 56d5c17fc3e8: Preparing [2021-02-18T15:21:18.953Z] ef74845d4712: Preparing [2021-02-18T15:21:18.953Z] 777b2c648970: Preparing [2021-02-18T15:21:18.953Z] 777b2c648970: Waiting [2021-02-18T15:21:19.216Z] ef74845d4712: Layer already exists [2021-02-18T15:21:19.216Z] 56d5c17fc3e8: Layer already exists [2021-02-18T15:21:19.216Z] 2bf12682ae58: Layer already exists [2021-02-18T15:21:19.216Z] b0e62581fb1a: Layer already exists [2021-02-18T15:21:19.216Z] f01ae8a768da: Layer already exists [2021-02-18T15:21:19.216Z] 777b2c648970: Layer already exists [2021-02-18T15:21:19.216Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95: digest: sha256:bc7665e989e85804433ccf7ddd3dd762b4d3fc9443cf6cef50a389cd505e0cce size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:19.520Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:19.907Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-02-18T15:21:19.908Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-18T15:21:19.908Z] f01ae8a768da: Preparing [2021-02-18T15:21:19.908Z] b0e62581fb1a: Preparing [2021-02-18T15:21:19.908Z] 2bf12682ae58: Preparing [2021-02-18T15:21:19.908Z] 56d5c17fc3e8: Preparing [2021-02-18T15:21:19.908Z] ef74845d4712: Preparing [2021-02-18T15:21:19.908Z] 777b2c648970: Preparing [2021-02-18T15:21:19.908Z] 777b2c648970: Waiting [2021-02-18T15:21:19.908Z] b0e62581fb1a: Layer already exists [2021-02-18T15:21:19.908Z] 56d5c17fc3e8: Layer already exists [2021-02-18T15:21:19.908Z] f01ae8a768da: Layer already exists [2021-02-18T15:21:19.908Z] ef74845d4712: Layer already exists [2021-02-18T15:21:19.908Z] 2bf12682ae58: Layer already exists [2021-02-18T15:21:19.908Z] 777b2c648970: Layer already exists [2021-02-18T15:21:19.908Z] master: digest: sha256:bc7665e989e85804433ccf7ddd3dd762b4d3fc9443cf6cef50a389cd505e0cce size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-18T15:21:20.141Z] ===================================================== [Pipeline] echo [2021-02-18T15:21:20.238Z] taggedImages: [2021-02-18T15:21:20.238Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:21:20.238Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.95 [2021-02-18T15:21:20.238Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [2021-02-18T15:21:20.238Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-02-18T15:21:20.312Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-02-18T15:21:20.312Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:21:20.312Z] 2.0.0-dev.95 [2021-02-18T15:21:20.312Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [2021-02-18T15:21:20.312Z] master [2021-02-18T15:21:20.312Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:20.837Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:21.140Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:21:21.140Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-18T15:21:21.140Z] 9f071af628fc: Preparing [2021-02-18T15:21:21.140Z] 5658edb70957: Preparing [2021-02-18T15:21:21.140Z] 2bf12682ae58: Preparing [2021-02-18T15:21:21.140Z] df078da636ad: Preparing [2021-02-18T15:21:21.140Z] 777b2c648970: Preparing [2021-02-18T15:21:21.140Z] 777b2c648970: Layer already exists [2021-02-18T15:21:21.140Z] 2bf12682ae58: Layer already exists [2021-02-18T15:21:21.140Z] 9f071af628fc: Pushed [2021-02-18T15:21:21.140Z] df078da636ad: Pushed [2021-02-18T15:21:22.537Z] 5658edb70957: Pushed [2021-02-18T15:21:22.537Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6: digest: sha256:78843f6586262b64bb7438825a3e6ea585b8850be5078fbb00f9ec1ce917c8e3 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:23.111Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.95 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:23.409Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.95 [2021-02-18T15:21:23.409Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-18T15:21:23.409Z] 9f071af628fc: Preparing [2021-02-18T15:21:23.409Z] 5658edb70957: Preparing [2021-02-18T15:21:23.409Z] 2bf12682ae58: Preparing [2021-02-18T15:21:23.409Z] df078da636ad: Preparing [2021-02-18T15:21:23.409Z] 777b2c648970: Preparing [2021-02-18T15:21:23.409Z] 9f071af628fc: Layer already exists [2021-02-18T15:21:23.409Z] 777b2c648970: Layer already exists [2021-02-18T15:21:23.409Z] 5658edb70957: Layer already exists [2021-02-18T15:21:23.409Z] 2bf12682ae58: Layer already exists [2021-02-18T15:21:23.409Z] df078da636ad: Layer already exists [2021-02-18T15:21:23.409Z] 2.0.0-dev.95: digest: sha256:78843f6586262b64bb7438825a3e6ea585b8850be5078fbb00f9ec1ce917c8e3 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:23.717Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:24.017Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [2021-02-18T15:21:24.017Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-18T15:21:24.017Z] 9f071af628fc: Preparing [2021-02-18T15:21:24.017Z] 5658edb70957: Preparing [2021-02-18T15:21:24.017Z] 2bf12682ae58: Preparing [2021-02-18T15:21:24.017Z] df078da636ad: Preparing [2021-02-18T15:21:24.017Z] 777b2c648970: Preparing [2021-02-18T15:21:24.017Z] df078da636ad: Layer already exists [2021-02-18T15:21:24.017Z] 9f071af628fc: Layer already exists [2021-02-18T15:21:24.017Z] 5658edb70957: Layer already exists [2021-02-18T15:21:24.017Z] 777b2c648970: Layer already exists [2021-02-18T15:21:24.017Z] 2bf12682ae58: Layer already exists [2021-02-18T15:21:24.017Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95: digest: sha256:78843f6586262b64bb7438825a3e6ea585b8850be5078fbb00f9ec1ce917c8e3 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:24.324Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:24.623Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-02-18T15:21:24.623Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-18T15:21:24.623Z] 9f071af628fc: Preparing [2021-02-18T15:21:24.623Z] 5658edb70957: Preparing [2021-02-18T15:21:24.623Z] 2bf12682ae58: Preparing [2021-02-18T15:21:24.623Z] df078da636ad: Preparing [2021-02-18T15:21:24.623Z] 777b2c648970: Preparing [2021-02-18T15:21:24.623Z] 5658edb70957: Layer already exists [2021-02-18T15:21:24.623Z] 9f071af628fc: Layer already exists [2021-02-18T15:21:24.623Z] df078da636ad: Layer already exists [2021-02-18T15:21:24.623Z] 2bf12682ae58: Layer already exists [2021-02-18T15:21:24.623Z] 777b2c648970: Layer already exists [2021-02-18T15:21:24.623Z] master: digest: sha256:78843f6586262b64bb7438825a3e6ea585b8850be5078fbb00f9ec1ce917c8e3 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2021-02-18T15:21:24.786Z]  Building docker-core-metadata-go ... done Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T15:21:24.786Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-18T15:21:24.786Z] ---> 087ad720fc9e [2021-02-18T15:21:24.786Z] Step 3/30 : WORKDIR /edgex-go [2021-02-18T15:21:24.786Z] ---> Using cache [2021-02-18T15:21:24.786Z] ---> 83a62e9f4d59 [2021-02-18T15:21:24.786Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T15:21:24.786Z] ---> Using cache [2021-02-18T15:21:24.786Z] ---> 443517f7c653 [2021-02-18T15:21:24.786Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-18T15:21:24.786Z] ---> Using cache [2021-02-18T15:21:24.786Z] ---> d868dc6a9ea4 [2021-02-18T15:21:24.786Z] Step 6/30 : COPY go.mod . [2021-02-18T15:21:24.786Z] ---> Using cache [2021-02-18T15:21:24.786Z] ---> 557c389aed13 [2021-02-18T15:21:24.787Z] Step 7/30 : RUN go mod download [2021-02-18T15:21:24.787Z] ---> Using cache [2021-02-18T15:21:24.787Z] ---> 667ee1230a90 [2021-02-18T15:21:24.787Z] Step 8/30 : COPY . . [2021-02-18T15:21:24.787Z] ---> Using cache [2021-02-18T15:21:24.787Z] ---> f159a77492aa [2021-02-18T15:21:24.787Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [Pipeline] echo [2021-02-18T15:21:24.829Z] ===================================================== [Pipeline] echo [2021-02-18T15:21:24.882Z] taggedImages: [2021-02-18T15:21:24.882Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:21:24.882Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.95 [2021-02-18T15:21:24.882Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [2021-02-18T15:21:24.882Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-02-18T15:21:24.967Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-02-18T15:21:24.967Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:21:24.967Z] 2.0.0-dev.95 [2021-02-18T15:21:24.967Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [2021-02-18T15:21:24.967Z] master [2021-02-18T15:21:24.967Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:25.457Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:25.758Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:21:25.758Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-18T15:21:25.758Z] a858c0f83855: Preparing [2021-02-18T15:21:25.758Z] a858c0f83855: Preparing [2021-02-18T15:21:25.758Z] d9aff95861a5: Preparing [2021-02-18T15:21:25.758Z] e9bf749c2812: Preparing [2021-02-18T15:21:25.758Z] 8938dacaa3e5: Preparing [2021-02-18T15:21:25.758Z] 2bf12682ae58: Preparing [2021-02-18T15:21:25.758Z] 92252e2fe435: Preparing [2021-02-18T15:21:25.758Z] 92252e2fe435: Preparing [2021-02-18T15:21:25.758Z] bb16687efe76: Preparing [2021-02-18T15:21:25.758Z] 0391eb5c4a76: Preparing [2021-02-18T15:21:25.758Z] 777b2c648970: Preparing [2021-02-18T15:21:25.758Z] 92252e2fe435: Waiting [2021-02-18T15:21:25.758Z] bb16687efe76: Waiting [2021-02-18T15:21:25.758Z] 0391eb5c4a76: Waiting [2021-02-18T15:21:25.758Z] 777b2c648970: Waiting [2021-02-18T15:21:25.758Z] 2bf12682ae58: Layer already exists [2021-02-18T15:21:26.020Z] d9aff95861a5: Pushed [2021-02-18T15:21:26.020Z] a858c0f83855: Pushed [2021-02-18T15:21:26.020Z] e9bf749c2812: Pushed [2021-02-18T15:21:26.020Z] 92252e2fe435: Pushed [2021-02-18T15:21:26.020Z] 777b2c648970: Layer already exists [2021-02-18T15:21:26.020Z] bb16687efe76: Pushed [2021-02-18T15:21:26.020Z] 0391eb5c4a76: Pushed [2021-02-18T15:21:26.965Z] 8938dacaa3e5: Pushed [2021-02-18T15:21:27.228Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6: digest: sha256:dbdc5a53ecc47a42206296a0a0dab760ab8ee8e3163f26288c24e2b30b52fa18 size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:27.546Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.95 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:27.845Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.95 [2021-02-18T15:21:27.845Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-18T15:21:27.845Z] a858c0f83855: Preparing [2021-02-18T15:21:27.845Z] a858c0f83855: Preparing [2021-02-18T15:21:27.845Z] d9aff95861a5: Preparing [2021-02-18T15:21:27.845Z] e9bf749c2812: Preparing [2021-02-18T15:21:27.845Z] 8938dacaa3e5: Preparing [2021-02-18T15:21:27.845Z] 2bf12682ae58: Preparing [2021-02-18T15:21:27.845Z] 92252e2fe435: Preparing [2021-02-18T15:21:27.845Z] 92252e2fe435: Preparing [2021-02-18T15:21:27.845Z] bb16687efe76: Preparing [2021-02-18T15:21:27.845Z] 0391eb5c4a76: Preparing [2021-02-18T15:21:27.845Z] 777b2c648970: Preparing [2021-02-18T15:21:27.845Z] 92252e2fe435: Waiting [2021-02-18T15:21:27.845Z] 0391eb5c4a76: Waiting [2021-02-18T15:21:27.845Z] 777b2c648970: Waiting [2021-02-18T15:21:27.845Z] bb16687efe76: Waiting [2021-02-18T15:21:27.845Z] e9bf749c2812: Layer already exists [2021-02-18T15:21:27.845Z] a858c0f83855: Layer already exists [2021-02-18T15:21:27.845Z] 2bf12682ae58: Layer already exists [2021-02-18T15:21:27.845Z] 8938dacaa3e5: Layer already exists [2021-02-18T15:21:27.845Z] bb16687efe76: Layer already exists [2021-02-18T15:21:27.845Z] d9aff95861a5: Layer already exists [2021-02-18T15:21:27.845Z] 92252e2fe435: Layer already exists [2021-02-18T15:21:27.845Z] 777b2c648970: Layer already exists [2021-02-18T15:21:27.845Z] 0391eb5c4a76: Layer already exists [2021-02-18T15:21:27.845Z] 2.0.0-dev.95: digest: sha256:dbdc5a53ecc47a42206296a0a0dab760ab8ee8e3163f26288c24e2b30b52fa18 size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:28.156Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:28.461Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [2021-02-18T15:21:28.461Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-18T15:21:28.461Z] a858c0f83855: Preparing [2021-02-18T15:21:28.461Z] a858c0f83855: Preparing [2021-02-18T15:21:28.461Z] d9aff95861a5: Preparing [2021-02-18T15:21:28.461Z] e9bf749c2812: Preparing [2021-02-18T15:21:28.461Z] 8938dacaa3e5: Preparing [2021-02-18T15:21:28.461Z] 2bf12682ae58: Preparing [2021-02-18T15:21:28.461Z] 92252e2fe435: Preparing [2021-02-18T15:21:28.461Z] 92252e2fe435: Preparing [2021-02-18T15:21:28.461Z] bb16687efe76: Preparing [2021-02-18T15:21:28.461Z] 0391eb5c4a76: Preparing [2021-02-18T15:21:28.461Z] 777b2c648970: Preparing [2021-02-18T15:21:28.461Z] 92252e2fe435: Waiting [2021-02-18T15:21:28.461Z] bb16687efe76: Waiting [2021-02-18T15:21:28.461Z] 777b2c648970: Waiting [2021-02-18T15:21:28.461Z] 0391eb5c4a76: Waiting [2021-02-18T15:21:28.461Z] 8938dacaa3e5: Layer already exists [2021-02-18T15:21:28.461Z] 2bf12682ae58: Layer already exists [2021-02-18T15:21:28.461Z] e9bf749c2812: Layer already exists [2021-02-18T15:21:28.461Z] d9aff95861a5: Layer already exists [2021-02-18T15:21:28.461Z] a858c0f83855: Layer already exists [2021-02-18T15:21:28.461Z] 92252e2fe435: Layer already exists [2021-02-18T15:21:28.461Z] bb16687efe76: Layer already exists [2021-02-18T15:21:28.461Z] 0391eb5c4a76: Layer already exists [2021-02-18T15:21:28.461Z] 777b2c648970: Layer already exists [2021-02-18T15:21:28.461Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95: digest: sha256:dbdc5a53ecc47a42206296a0a0dab760ab8ee8e3163f26288c24e2b30b52fa18 size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:28.769Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:29.131Z] ---> Running in 33e23f852c29 [2021-02-18T15:21:29.158Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-02-18T15:21:29.158Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-18T15:21:29.158Z] a858c0f83855: Preparing [2021-02-18T15:21:29.158Z] a858c0f83855: Preparing [2021-02-18T15:21:29.158Z] d9aff95861a5: Preparing [2021-02-18T15:21:29.158Z] e9bf749c2812: Preparing [2021-02-18T15:21:29.158Z] 8938dacaa3e5: Preparing [2021-02-18T15:21:29.158Z] 2bf12682ae58: Preparing [2021-02-18T15:21:29.158Z] 92252e2fe435: Preparing [2021-02-18T15:21:29.158Z] 92252e2fe435: Preparing [2021-02-18T15:21:29.158Z] bb16687efe76: Preparing [2021-02-18T15:21:29.158Z] 0391eb5c4a76: Preparing [2021-02-18T15:21:29.158Z] 777b2c648970: Preparing [2021-02-18T15:21:29.158Z] 92252e2fe435: Waiting [2021-02-18T15:21:29.158Z] bb16687efe76: Waiting [2021-02-18T15:21:29.158Z] 0391eb5c4a76: Waiting [2021-02-18T15:21:29.158Z] 777b2c648970: Waiting [2021-02-18T15:21:29.158Z] 2bf12682ae58: Layer already exists [2021-02-18T15:21:29.158Z] 8938dacaa3e5: Layer already exists [2021-02-18T15:21:29.158Z] e9bf749c2812: Layer already exists [2021-02-18T15:21:29.158Z] a858c0f83855: Layer already exists [2021-02-18T15:21:29.158Z] d9aff95861a5: Layer already exists [2021-02-18T15:21:29.158Z] 92252e2fe435: Layer already exists [2021-02-18T15:21:29.158Z] bb16687efe76: Layer already exists [2021-02-18T15:21:29.158Z] 0391eb5c4a76: Layer already exists [2021-02-18T15:21:29.158Z] 777b2c648970: Layer already exists [2021-02-18T15:21:29.158Z] master: digest: sha256:dbdc5a53ecc47a42206296a0a0dab760ab8ee8e3163f26288c24e2b30b52fa18 size: 2609 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-18T15:21:29.354Z] ===================================================== [Pipeline] echo [2021-02-18T15:21:29.405Z] taggedImages: [2021-02-18T15:21:29.405Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:21:29.405Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.95 [2021-02-18T15:21:29.405Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [2021-02-18T15:21:29.405Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-02-18T15:21:29.407Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T15:21:29.407Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-18T15:21:29.407Z] ---> 087ad720fc9e [2021-02-18T15:21:29.407Z] Step 3/23 : WORKDIR /edgex-go [2021-02-18T15:21:29.407Z] ---> Using cache [Pipeline] echo [2021-02-18T15:21:29.476Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-02-18T15:21:29.476Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:21:29.476Z] 2.0.0-dev.95 [2021-02-18T15:21:29.476Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [2021-02-18T15:21:29.476Z] master [2021-02-18T15:21:29.476Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:29.687Z] ---> 83a62e9f4d59 [2021-02-18T15:21:29.688Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T15:21:29.688Z] ---> Using cache [2021-02-18T15:21:29.688Z] ---> 443517f7c653 [2021-02-18T15:21:29.688Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-18T15:21:29.688Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T15:21:29.688Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-18T15:21:29.688Z] ---> 087ad720fc9e [2021-02-18T15:21:29.688Z] Step 3/21 : WORKDIR /edgex-go [2021-02-18T15:21:29.688Z] ---> Using cache [2021-02-18T15:21:29.688Z] ---> 83a62e9f4d59 [2021-02-18T15:21:29.688Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T15:21:29.688Z] ---> Using cache [2021-02-18T15:21:29.688Z] ---> 443517f7c653 [2021-02-18T15:21:29.688Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-18T15:21:29.688Z] ---> Using cache [2021-02-18T15:21:29.688Z] ---> d868dc6a9ea4 [2021-02-18T15:21:29.688Z] Step 6/21 : COPY go.mod . [2021-02-18T15:21:29.688Z] ---> Using cache [2021-02-18T15:21:29.688Z] ---> 557c389aed13 [2021-02-18T15:21:29.688Z] Step 7/21 : RUN go mod download [2021-02-18T15:21:29.688Z] ---> Using cache [2021-02-18T15:21:29.688Z] ---> 667ee1230a90 [2021-02-18T15:21:29.688Z] Step 8/21 : COPY . . [2021-02-18T15:21:29.688Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T15:21:29.688Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-18T15:21:29.688Z] ---> 087ad720fc9e [2021-02-18T15:21:29.688Z] Step 3/26 : WORKDIR /edgex-go [2021-02-18T15:21:29.688Z] ---> Using cache [2021-02-18T15:21:29.688Z] ---> 83a62e9f4d59 [2021-02-18T15:21:29.688Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T15:21:29.688Z] ---> Using cache [2021-02-18T15:21:29.688Z] ---> 443517f7c653 [2021-02-18T15:21:29.688Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-18T15:21:29.961Z] ---> Using cache [2021-02-18T15:21:29.961Z] ---> f159a77492aa [2021-02-18T15:21:29.961Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-18T15:21:29.961Z] ---> Running in 6330847df675 [2021-02-18T15:21:29.961Z] ---> Running in d4aba9604121 [2021-02-18T15:21:29.969Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:30.235Z] ---> Running in 6acf749e3573 [2021-02-18T15:21:30.235Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.95" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-18T15:21:30.271Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:21:30.271Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-18T15:21:30.271Z] 72c979459b60: Preparing [2021-02-18T15:21:30.271Z] 85eaa5928cdd: Preparing [2021-02-18T15:21:30.271Z] 495f607a4ca4: Preparing [2021-02-18T15:21:30.271Z] fa770f7d0366: Preparing [2021-02-18T15:21:30.271Z] b66dc7f36601: Preparing [2021-02-18T15:21:30.271Z] 777b2c648970: Preparing [2021-02-18T15:21:30.271Z] 777b2c648970: Waiting [2021-02-18T15:21:30.533Z] fa770f7d0366: Pushed [2021-02-18T15:21:30.533Z] 495f607a4ca4: Pushed [2021-02-18T15:21:30.533Z] 777b2c648970: Layer already exists [2021-02-18T15:21:30.796Z] b66dc7f36601: Pushed [2021-02-18T15:21:31.367Z] 72c979459b60: Pushed [2021-02-18T15:21:31.367Z] 85eaa5928cdd: Pushed [2021-02-18T15:21:31.367Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6: digest: sha256:6d9a0a86b564f96559a3241869a7deed8703fae68b178f8be5790c3daf18eb75 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:31.669Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.95 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:31.978Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.95 [2021-02-18T15:21:31.978Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-18T15:21:31.978Z] 72c979459b60: Preparing [2021-02-18T15:21:31.978Z] 85eaa5928cdd: Preparing [2021-02-18T15:21:31.978Z] 495f607a4ca4: Preparing [2021-02-18T15:21:31.978Z] fa770f7d0366: Preparing [2021-02-18T15:21:31.978Z] b66dc7f36601: Preparing [2021-02-18T15:21:31.978Z] 777b2c648970: Preparing [2021-02-18T15:21:31.978Z] 777b2c648970: Waiting [2021-02-18T15:21:31.978Z] fa770f7d0366: Layer already exists [2021-02-18T15:21:31.978Z] 85eaa5928cdd: Layer already exists [2021-02-18T15:21:31.978Z] b66dc7f36601: Layer already exists [2021-02-18T15:21:31.978Z] 72c979459b60: Layer already exists [2021-02-18T15:21:31.978Z] 495f607a4ca4: Layer already exists [2021-02-18T15:21:31.978Z] 777b2c648970: Layer already exists [2021-02-18T15:21:31.978Z] 2.0.0-dev.95: digest: sha256:6d9a0a86b564f96559a3241869a7deed8703fae68b178f8be5790c3daf18eb75 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:32.221Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T15:21:32.221Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.95" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-18T15:21:32.221Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T15:21:32.289Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:32.591Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [2021-02-18T15:21:32.591Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-18T15:21:32.591Z] 72c979459b60: Preparing [2021-02-18T15:21:32.591Z] 85eaa5928cdd: Preparing [2021-02-18T15:21:32.591Z] 495f607a4ca4: Preparing [2021-02-18T15:21:32.591Z] fa770f7d0366: Preparing [2021-02-18T15:21:32.591Z] b66dc7f36601: Preparing [2021-02-18T15:21:32.591Z] 777b2c648970: Preparing [2021-02-18T15:21:32.591Z] 777b2c648970: Waiting [2021-02-18T15:21:32.591Z] 72c979459b60: Layer already exists [2021-02-18T15:21:32.591Z] b66dc7f36601: Layer already exists [2021-02-18T15:21:32.591Z] 85eaa5928cdd: Layer already exists [2021-02-18T15:21:32.591Z] 495f607a4ca4: Layer already exists [2021-02-18T15:21:32.591Z] fa770f7d0366: Layer already exists [2021-02-18T15:21:32.591Z] 777b2c648970: Layer already exists [2021-02-18T15:21:32.591Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95: digest: sha256:6d9a0a86b564f96559a3241869a7deed8703fae68b178f8be5790c3daf18eb75 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:32.821Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T15:21:32.821Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T15:21:32.894Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:33.196Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-02-18T15:21:33.196Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-18T15:21:33.196Z] 72c979459b60: Preparing [2021-02-18T15:21:33.196Z] 85eaa5928cdd: Preparing [2021-02-18T15:21:33.196Z] 495f607a4ca4: Preparing [2021-02-18T15:21:33.196Z] fa770f7d0366: Preparing [2021-02-18T15:21:33.196Z] b66dc7f36601: Preparing [2021-02-18T15:21:33.196Z] 777b2c648970: Preparing [2021-02-18T15:21:33.196Z] 777b2c648970: Waiting [2021-02-18T15:21:33.196Z] b66dc7f36601: Layer already exists [2021-02-18T15:21:33.196Z] 72c979459b60: Layer already exists [2021-02-18T15:21:33.196Z] 495f607a4ca4: Layer already exists [2021-02-18T15:21:33.196Z] 85eaa5928cdd: Layer already exists [2021-02-18T15:21:33.196Z] fa770f7d0366: Layer already exists [2021-02-18T15:21:33.196Z] 777b2c648970: Layer already exists [2021-02-18T15:21:33.196Z] master: digest: sha256:6d9a0a86b564f96559a3241869a7deed8703fae68b178f8be5790c3daf18eb75 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-18T15:21:33.376Z] ===================================================== [Pipeline] echo [2021-02-18T15:21:33.423Z] taggedImages: [2021-02-18T15:21:33.423Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:21:33.423Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.95 [2021-02-18T15:21:33.423Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [2021-02-18T15:21:33.424Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-02-18T15:21:33.424Z] OK: 217 MiB in 51 packages [Pipeline] echo [2021-02-18T15:21:33.490Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-02-18T15:21:33.490Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:21:33.490Z] 2.0.0-dev.95 [2021-02-18T15:21:33.490Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [2021-02-18T15:21:33.490Z] master [2021-02-18T15:21:33.490Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2021-02-18T15:21:33.698Z] OK: 217 MiB in 51 packages [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:33.990Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:34.291Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:21:34.291Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-18T15:21:34.291Z] 97ce93b06bc4: Preparing [2021-02-18T15:21:34.291Z] 0b4775157f61: Preparing [2021-02-18T15:21:34.291Z] f927b8d2b57e: Preparing [2021-02-18T15:21:34.291Z] 4e071268c0ed: Preparing [2021-02-18T15:21:34.291Z] b85c92e87b3e: Preparing [2021-02-18T15:21:34.291Z] e6ea8524d828: Preparing [2021-02-18T15:21:34.291Z] a3dff3c27455: Preparing [2021-02-18T15:21:34.291Z] 1c8be64622e6: Preparing [2021-02-18T15:21:34.291Z] 777b2c648970: Preparing [2021-02-18T15:21:34.291Z] a3dff3c27455: Waiting [2021-02-18T15:21:34.291Z] 1c8be64622e6: Waiting [2021-02-18T15:21:34.291Z] e6ea8524d828: Waiting [2021-02-18T15:21:34.291Z] 777b2c648970: Waiting [2021-02-18T15:21:34.558Z] 97ce93b06bc4: Pushed [2021-02-18T15:21:34.558Z] 0b4775157f61: Pushed [2021-02-18T15:21:34.558Z] b85c92e87b3e: Pushed [2021-02-18T15:21:34.558Z] e6ea8524d828: Pushed [2021-02-18T15:21:34.558Z] a3dff3c27455: Pushed [2021-02-18T15:21:34.822Z] 777b2c648970: Layer already exists [2021-02-18T15:21:35.085Z] 1c8be64622e6: Pushed [2021-02-18T15:21:35.347Z] 4e071268c0ed: Pushed [2021-02-18T15:21:35.347Z] f927b8d2b57e: Pushed [2021-02-18T15:21:35.609Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6: digest: sha256:5f27546015c5d6bbb59c50c6e6a84808ad3786c4dda8e98d4f067a8f0eff4c51 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:35.684Z] Removing intermediate container 6330847df675 [2021-02-18T15:21:35.684Z] ---> b93f036603a2 [2021-02-18T15:21:35.684Z] Step 6/23 : COPY go.mod . [2021-02-18T15:21:35.684Z] Removing intermediate container d4aba9604121 [2021-02-18T15:21:35.684Z] ---> 7be673db0313 [2021-02-18T15:21:35.684Z] Step 6/26 : COPY go.mod . [2021-02-18T15:21:35.911Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.95 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:36.214Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.95 [2021-02-18T15:21:36.214Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-18T15:21:36.214Z] 97ce93b06bc4: Preparing [2021-02-18T15:21:36.214Z] 0b4775157f61: Preparing [2021-02-18T15:21:36.214Z] f927b8d2b57e: Preparing [2021-02-18T15:21:36.214Z] 4e071268c0ed: Preparing [2021-02-18T15:21:36.214Z] b85c92e87b3e: Preparing [2021-02-18T15:21:36.214Z] e6ea8524d828: Preparing [2021-02-18T15:21:36.214Z] a3dff3c27455: Preparing [2021-02-18T15:21:36.214Z] 1c8be64622e6: Preparing [2021-02-18T15:21:36.214Z] 777b2c648970: Preparing [2021-02-18T15:21:36.214Z] e6ea8524d828: Waiting [2021-02-18T15:21:36.214Z] a3dff3c27455: Waiting [2021-02-18T15:21:36.214Z] 1c8be64622e6: Waiting [2021-02-18T15:21:36.214Z] 777b2c648970: Waiting [2021-02-18T15:21:36.214Z] f927b8d2b57e: Layer already exists [2021-02-18T15:21:36.214Z] 4e071268c0ed: Layer already exists [2021-02-18T15:21:36.214Z] b85c92e87b3e: Layer already exists [2021-02-18T15:21:36.214Z] 0b4775157f61: Layer already exists [2021-02-18T15:21:36.214Z] 97ce93b06bc4: Layer already exists [2021-02-18T15:21:36.214Z] 1c8be64622e6: Layer already exists [2021-02-18T15:21:36.214Z] a3dff3c27455: Layer already exists [2021-02-18T15:21:36.214Z] e6ea8524d828: Layer already exists [2021-02-18T15:21:36.214Z] 777b2c648970: Layer already exists [2021-02-18T15:21:36.214Z] 2.0.0-dev.95: digest: sha256:5f27546015c5d6bbb59c50c6e6a84808ad3786c4dda8e98d4f067a8f0eff4c51 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:36.524Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:36.681Z] ---> 198ce1c0169c [2021-02-18T15:21:36.681Z] Step 7/23 : RUN go mod download [2021-02-18T15:21:36.820Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [2021-02-18T15:21:36.820Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-18T15:21:36.820Z] 97ce93b06bc4: Preparing [2021-02-18T15:21:36.820Z] 0b4775157f61: Preparing [2021-02-18T15:21:36.820Z] f927b8d2b57e: Preparing [2021-02-18T15:21:36.820Z] 4e071268c0ed: Preparing [2021-02-18T15:21:36.820Z] b85c92e87b3e: Preparing [2021-02-18T15:21:36.820Z] e6ea8524d828: Preparing [2021-02-18T15:21:36.820Z] a3dff3c27455: Preparing [2021-02-18T15:21:36.820Z] 1c8be64622e6: Preparing [2021-02-18T15:21:36.820Z] 777b2c648970: Preparing [2021-02-18T15:21:36.820Z] a3dff3c27455: Waiting [2021-02-18T15:21:36.820Z] 1c8be64622e6: Waiting [2021-02-18T15:21:36.820Z] e6ea8524d828: Waiting [2021-02-18T15:21:36.820Z] 777b2c648970: Waiting [2021-02-18T15:21:36.820Z] 97ce93b06bc4: Layer already exists [2021-02-18T15:21:36.820Z] b85c92e87b3e: Layer already exists [2021-02-18T15:21:36.820Z] f927b8d2b57e: Layer already exists [2021-02-18T15:21:36.820Z] 0b4775157f61: Layer already exists [2021-02-18T15:21:36.820Z] 4e071268c0ed: Layer already exists [2021-02-18T15:21:36.820Z] 777b2c648970: Layer already exists [2021-02-18T15:21:36.820Z] a3dff3c27455: Layer already exists [2021-02-18T15:21:36.820Z] 1c8be64622e6: Layer already exists [2021-02-18T15:21:36.820Z] e6ea8524d828: Layer already exists [2021-02-18T15:21:36.820Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95: digest: sha256:5f27546015c5d6bbb59c50c6e6a84808ad3786c4dda8e98d4f067a8f0eff4c51 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:36.958Z] ---> Running in 4653d63be4ec [2021-02-18T15:21:36.958Z] ---> b7b0e6b5b627 [2021-02-18T15:21:36.958Z] Step 7/26 : RUN go mod download [2021-02-18T15:21:37.176Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:37.278Z] ---> Running in 3ed54d1f9dc0 [2021-02-18T15:21:37.527Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-02-18T15:21:37.527Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-18T15:21:37.527Z] 97ce93b06bc4: Preparing [2021-02-18T15:21:37.527Z] 0b4775157f61: Preparing [2021-02-18T15:21:37.527Z] f927b8d2b57e: Preparing [2021-02-18T15:21:37.527Z] 4e071268c0ed: Preparing [2021-02-18T15:21:37.527Z] b85c92e87b3e: Preparing [2021-02-18T15:21:37.527Z] e6ea8524d828: Preparing [2021-02-18T15:21:37.527Z] a3dff3c27455: Preparing [2021-02-18T15:21:37.527Z] 1c8be64622e6: Preparing [2021-02-18T15:21:37.527Z] 777b2c648970: Preparing [2021-02-18T15:21:37.527Z] a3dff3c27455: Waiting [2021-02-18T15:21:37.527Z] 1c8be64622e6: Waiting [2021-02-18T15:21:37.527Z] e6ea8524d828: Waiting [2021-02-18T15:21:37.527Z] 777b2c648970: Waiting [2021-02-18T15:21:37.527Z] 0b4775157f61: Layer already exists [2021-02-18T15:21:37.527Z] 4e071268c0ed: Layer already exists [2021-02-18T15:21:37.527Z] f927b8d2b57e: Layer already exists [2021-02-18T15:21:37.527Z] 97ce93b06bc4: Layer already exists [2021-02-18T15:21:37.527Z] b85c92e87b3e: Layer already exists [2021-02-18T15:21:37.527Z] a3dff3c27455: Layer already exists [2021-02-18T15:21:37.527Z] e6ea8524d828: Layer already exists [2021-02-18T15:21:37.527Z] 1c8be64622e6: Layer already exists [2021-02-18T15:21:37.527Z] 777b2c648970: Layer already exists [2021-02-18T15:21:37.527Z] master: digest: sha256:5f27546015c5d6bbb59c50c6e6a84808ad3786c4dda8e98d4f067a8f0eff4c51 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-18T15:21:37.716Z] ===================================================== [Pipeline] echo [2021-02-18T15:21:37.762Z] taggedImages: [2021-02-18T15:21:37.762Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:21:37.762Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.95 [2021-02-18T15:21:37.762Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [2021-02-18T15:21:37.762Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-02-18T15:21:37.842Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-02-18T15:21:37.843Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:21:37.843Z] 2.0.0-dev.95 [2021-02-18T15:21:37.843Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [2021-02-18T15:21:37.843Z] master [2021-02-18T15:21:37.843Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:38.341Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:38.642Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:21:38.642Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-18T15:21:38.642Z] 6e2f397371b5: Preparing [2021-02-18T15:21:38.642Z] aa0aa71dff9f: Preparing [2021-02-18T15:21:38.642Z] 2bf12682ae58: Preparing [2021-02-18T15:21:38.642Z] 3c9bf633a573: Preparing [2021-02-18T15:21:38.642Z] 777b2c648970: Preparing [2021-02-18T15:21:38.642Z] 777b2c648970: Layer already exists [2021-02-18T15:21:38.642Z] 2bf12682ae58: Layer already exists [2021-02-18T15:21:38.905Z] 6e2f397371b5: Pushed [2021-02-18T15:21:38.905Z] 3c9bf633a573: Pushed [2021-02-18T15:21:39.848Z] aa0aa71dff9f: Pushed [2021-02-18T15:21:40.110Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6: digest: sha256:c205c1812dbca9721b0961cbae9adc15d79258898d3386a93a28fc0d7424200e size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:40.422Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.95 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:40.720Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.95 [2021-02-18T15:21:40.720Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-18T15:21:40.720Z] 6e2f397371b5: Preparing [2021-02-18T15:21:40.720Z] aa0aa71dff9f: Preparing [2021-02-18T15:21:40.720Z] 2bf12682ae58: Preparing [2021-02-18T15:21:40.720Z] 3c9bf633a573: Preparing [2021-02-18T15:21:40.720Z] 777b2c648970: Preparing [2021-02-18T15:21:40.720Z] aa0aa71dff9f: Layer already exists [2021-02-18T15:21:40.720Z] 777b2c648970: Layer already exists [2021-02-18T15:21:40.720Z] 6e2f397371b5: Layer already exists [2021-02-18T15:21:40.720Z] 3c9bf633a573: Layer already exists [2021-02-18T15:21:40.720Z] 2bf12682ae58: Layer already exists [2021-02-18T15:21:40.720Z] 2.0.0-dev.95: digest: sha256:c205c1812dbca9721b0961cbae9adc15d79258898d3386a93a28fc0d7424200e size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:41.024Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:41.328Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [2021-02-18T15:21:41.329Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-18T15:21:41.329Z] 6e2f397371b5: Preparing [2021-02-18T15:21:41.329Z] aa0aa71dff9f: Preparing [2021-02-18T15:21:41.329Z] 2bf12682ae58: Preparing [2021-02-18T15:21:41.329Z] 3c9bf633a573: Preparing [2021-02-18T15:21:41.329Z] 777b2c648970: Preparing [2021-02-18T15:21:41.329Z] 777b2c648970: Layer already exists [2021-02-18T15:21:41.329Z] 2bf12682ae58: Layer already exists [2021-02-18T15:21:41.329Z] 6e2f397371b5: Layer already exists [2021-02-18T15:21:41.329Z] aa0aa71dff9f: Layer already exists [2021-02-18T15:21:41.329Z] 3c9bf633a573: Layer already exists [2021-02-18T15:21:41.329Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95: digest: sha256:c205c1812dbca9721b0961cbae9adc15d79258898d3386a93a28fc0d7424200e size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:41.605Z] Removing intermediate container 4653d63be4ec [2021-02-18T15:21:41.605Z] ---> 5015fc6bce34 [2021-02-18T15:21:41.605Z] Step 8/23 : COPY . . [2021-02-18T15:21:41.633Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:41.932Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-02-18T15:21:41.932Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-18T15:21:41.932Z] 6e2f397371b5: Preparing [2021-02-18T15:21:41.932Z] aa0aa71dff9f: Preparing [2021-02-18T15:21:41.932Z] 2bf12682ae58: Preparing [2021-02-18T15:21:41.932Z] 3c9bf633a573: Preparing [2021-02-18T15:21:41.932Z] 777b2c648970: Preparing [2021-02-18T15:21:41.932Z] 3c9bf633a573: Layer already exists [2021-02-18T15:21:41.932Z] aa0aa71dff9f: Layer already exists [2021-02-18T15:21:41.932Z] 6e2f397371b5: Layer already exists [2021-02-18T15:21:41.932Z] 2bf12682ae58: Layer already exists [2021-02-18T15:21:41.932Z] 777b2c648970: Layer already exists [2021-02-18T15:21:41.932Z] master: digest: sha256:c205c1812dbca9721b0961cbae9adc15d79258898d3386a93a28fc0d7424200e size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-18T15:21:42.115Z] ===================================================== [Pipeline] echo [2021-02-18T15:21:42.160Z] taggedImages: [2021-02-18T15:21:42.160Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:21:42.160Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.95 [2021-02-18T15:21:42.160Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [2021-02-18T15:21:42.160Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-02-18T15:21:42.208Z] Removing intermediate container 3ed54d1f9dc0 [2021-02-18T15:21:42.208Z] ---> 87d80ade1ec1 [2021-02-18T15:21:42.208Z] Step 8/26 : COPY . . [Pipeline] echo [2021-02-18T15:21:42.224Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-02-18T15:21:42.224Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:21:42.224Z] 2.0.0-dev.95 [2021-02-18T15:21:42.224Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [2021-02-18T15:21:42.224Z] master [2021-02-18T15:21:42.224Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:42.695Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:42.998Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:21:42.998Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-18T15:21:42.998Z] 6467f10ec77e: Preparing [2021-02-18T15:21:42.998Z] 732930f8c94e: Preparing [2021-02-18T15:21:42.998Z] 2bf12682ae58: Preparing [2021-02-18T15:21:42.998Z] df078da636ad: Preparing [2021-02-18T15:21:42.998Z] 777b2c648970: Preparing [2021-02-18T15:21:42.998Z] df078da636ad: Layer already exists [2021-02-18T15:21:42.998Z] 777b2c648970: Layer already exists [2021-02-18T15:21:42.998Z] 2bf12682ae58: Layer already exists [2021-02-18T15:21:42.998Z] 6467f10ec77e: Pushed [2021-02-18T15:21:44.401Z] 732930f8c94e: Pushed [2021-02-18T15:21:44.663Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6: digest: sha256:4057371957906b268f8d86af856a6d531f5bcc1f8747676d9b787512dd8fafb0 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:45.016Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.95 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:45.316Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.95 [2021-02-18T15:21:45.316Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-18T15:21:45.316Z] 6467f10ec77e: Preparing [2021-02-18T15:21:45.316Z] 732930f8c94e: Preparing [2021-02-18T15:21:45.316Z] 2bf12682ae58: Preparing [2021-02-18T15:21:45.316Z] df078da636ad: Preparing [2021-02-18T15:21:45.316Z] 777b2c648970: Preparing [2021-02-18T15:21:45.316Z] 2bf12682ae58: Layer already exists [2021-02-18T15:21:45.316Z] 732930f8c94e: Layer already exists [2021-02-18T15:21:45.316Z] df078da636ad: Layer already exists [2021-02-18T15:21:45.316Z] 777b2c648970: Layer already exists [2021-02-18T15:21:45.316Z] 6467f10ec77e: Layer already exists [2021-02-18T15:21:45.316Z] 2.0.0-dev.95: digest: sha256:4057371957906b268f8d86af856a6d531f5bcc1f8747676d9b787512dd8fafb0 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:45.626Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:45.936Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [2021-02-18T15:21:45.936Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-18T15:21:45.936Z] 6467f10ec77e: Preparing [2021-02-18T15:21:45.936Z] 732930f8c94e: Preparing [2021-02-18T15:21:45.936Z] 2bf12682ae58: Preparing [2021-02-18T15:21:45.936Z] df078da636ad: Preparing [2021-02-18T15:21:45.936Z] 777b2c648970: Preparing [2021-02-18T15:21:45.936Z] 732930f8c94e: Layer already exists [2021-02-18T15:21:45.936Z] df078da636ad: Layer already exists [2021-02-18T15:21:45.936Z] 6467f10ec77e: Layer already exists [2021-02-18T15:21:45.936Z] 2bf12682ae58: Layer already exists [2021-02-18T15:21:45.936Z] 777b2c648970: Layer already exists [2021-02-18T15:21:45.936Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95: digest: sha256:4057371957906b268f8d86af856a6d531f5bcc1f8747676d9b787512dd8fafb0 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:46.253Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:46.563Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-02-18T15:21:46.563Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-18T15:21:46.563Z] 6467f10ec77e: Preparing [2021-02-18T15:21:46.563Z] 732930f8c94e: Preparing [2021-02-18T15:21:46.563Z] 2bf12682ae58: Preparing [2021-02-18T15:21:46.563Z] df078da636ad: Preparing [2021-02-18T15:21:46.563Z] 777b2c648970: Preparing [2021-02-18T15:21:46.563Z] df078da636ad: Layer already exists [2021-02-18T15:21:46.563Z] 732930f8c94e: Layer already exists [2021-02-18T15:21:46.563Z] 6467f10ec77e: Layer already exists [2021-02-18T15:21:46.563Z] 777b2c648970: Layer already exists [2021-02-18T15:21:46.563Z] 2bf12682ae58: Layer already exists [2021-02-18T15:21:46.563Z] master: digest: sha256:4057371957906b268f8d86af856a6d531f5bcc1f8747676d9b787512dd8fafb0 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-18T15:21:46.750Z] ===================================================== [Pipeline] echo [2021-02-18T15:21:46.797Z] taggedImages: [2021-02-18T15:21:46.797Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:21:46.797Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.95 [2021-02-18T15:21:46.797Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [2021-02-18T15:21:46.797Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-02-18T15:21:46.862Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-02-18T15:21:46.862Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:21:46.862Z] 2.0.0-dev.95 [2021-02-18T15:21:46.862Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [2021-02-18T15:21:46.862Z] master [2021-02-18T15:21:46.862Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:47.375Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:47.687Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:21:47.687Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-18T15:21:47.687Z] 6bdee8756e4b: Preparing [2021-02-18T15:21:47.687Z] 3c7e41f8e159: Preparing [2021-02-18T15:21:47.687Z] 08ca1a20115c: Preparing [2021-02-18T15:21:47.687Z] 92b5da103bb3: Preparing [2021-02-18T15:21:47.687Z] 08c1ef298225: Preparing [2021-02-18T15:21:47.687Z] 6f3207a88a01: Preparing [2021-02-18T15:21:47.687Z] c48513e685a4: Preparing [2021-02-18T15:21:47.687Z] 0754057c0ad3: Preparing [2021-02-18T15:21:47.687Z] 998cdf262ab1: Preparing [2021-02-18T15:21:47.687Z] 02e56110abd2: Preparing [2021-02-18T15:21:47.687Z] abc36efb885a: Preparing [2021-02-18T15:21:47.687Z] b0b09059f4e1: Preparing [2021-02-18T15:21:47.687Z] bb961f40224b: Preparing [2021-02-18T15:21:47.687Z] f4666769fca7: Preparing [2021-02-18T15:21:47.687Z] c48513e685a4: Waiting [2021-02-18T15:21:47.687Z] 0754057c0ad3: Waiting [2021-02-18T15:21:47.687Z] 998cdf262ab1: Waiting [2021-02-18T15:21:47.687Z] 02e56110abd2: Waiting [2021-02-18T15:21:47.687Z] abc36efb885a: Waiting [2021-02-18T15:21:47.687Z] b0b09059f4e1: Waiting [2021-02-18T15:21:47.687Z] bb961f40224b: Waiting [2021-02-18T15:21:47.687Z] f4666769fca7: Waiting [2021-02-18T15:21:47.687Z] 6f3207a88a01: Waiting [2021-02-18T15:21:47.959Z] 08c1ef298225: Pushed [2021-02-18T15:21:47.959Z] 6bdee8756e4b: Pushed [2021-02-18T15:21:48.225Z] 92b5da103bb3: Pushed [2021-02-18T15:21:48.225Z] 0754057c0ad3: Layer already exists [2021-02-18T15:21:48.495Z] 998cdf262ab1: Layer already exists [2021-02-18T15:21:48.495Z] 02e56110abd2: Layer already exists [2021-02-18T15:21:48.495Z] c48513e685a4: Pushed [2021-02-18T15:21:48.495Z] abc36efb885a: Layer already exists [2021-02-18T15:21:48.495Z] b0b09059f4e1: Layer already exists [2021-02-18T15:21:48.495Z] bb961f40224b: Layer already exists [2021-02-18T15:21:48.496Z] 3c7e41f8e159: Pushed [2021-02-18T15:21:48.496Z] f4666769fca7: Layer already exists [2021-02-18T15:21:49.071Z] 6f3207a88a01: Pushed [2021-02-18T15:21:57.248Z] 08ca1a20115c: Pushed [2021-02-18T15:21:57.248Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6: digest: sha256:164ed13dc4598e74178ac5233608ad9aef5756c0eb752b838a5b6e196d2a64b0 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:57.565Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.95 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:57.868Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.95 [2021-02-18T15:21:57.868Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-18T15:21:57.868Z] 6bdee8756e4b: Preparing [2021-02-18T15:21:57.868Z] 3c7e41f8e159: Preparing [2021-02-18T15:21:57.868Z] 08ca1a20115c: Preparing [2021-02-18T15:21:57.868Z] 92b5da103bb3: Preparing [2021-02-18T15:21:57.868Z] 08c1ef298225: Preparing [2021-02-18T15:21:57.868Z] 6f3207a88a01: Preparing [2021-02-18T15:21:57.868Z] c48513e685a4: Preparing [2021-02-18T15:21:57.868Z] 0754057c0ad3: Preparing [2021-02-18T15:21:57.868Z] 998cdf262ab1: Preparing [2021-02-18T15:21:57.868Z] 02e56110abd2: Preparing [2021-02-18T15:21:57.868Z] abc36efb885a: Preparing [2021-02-18T15:21:57.868Z] b0b09059f4e1: Preparing [2021-02-18T15:21:57.868Z] bb961f40224b: Preparing [2021-02-18T15:21:57.868Z] f4666769fca7: Preparing [2021-02-18T15:21:57.868Z] 6f3207a88a01: Waiting [2021-02-18T15:21:57.868Z] b0b09059f4e1: Waiting [2021-02-18T15:21:57.868Z] 998cdf262ab1: Waiting [2021-02-18T15:21:57.868Z] 02e56110abd2: Waiting [2021-02-18T15:21:57.868Z] 0754057c0ad3: Waiting [2021-02-18T15:21:57.868Z] bb961f40224b: Waiting [2021-02-18T15:21:57.868Z] f4666769fca7: Waiting [2021-02-18T15:21:57.868Z] abc36efb885a: Waiting [2021-02-18T15:21:57.868Z] 08ca1a20115c: Layer already exists [2021-02-18T15:21:57.868Z] 6bdee8756e4b: Layer already exists [2021-02-18T15:21:57.868Z] 08c1ef298225: Layer already exists [2021-02-18T15:21:57.868Z] 92b5da103bb3: Layer already exists [2021-02-18T15:21:57.868Z] 3c7e41f8e159: Layer already exists [2021-02-18T15:21:57.868Z] 0754057c0ad3: Layer already exists [2021-02-18T15:21:57.868Z] 998cdf262ab1: Layer already exists [2021-02-18T15:21:57.868Z] c48513e685a4: Layer already exists [2021-02-18T15:21:57.868Z] 6f3207a88a01: Layer already exists [2021-02-18T15:21:57.868Z] 02e56110abd2: Layer already exists [2021-02-18T15:21:57.868Z] f4666769fca7: Layer already exists [2021-02-18T15:21:57.868Z] abc36efb885a: Layer already exists [2021-02-18T15:21:57.868Z] bb961f40224b: Layer already exists [2021-02-18T15:21:57.868Z] b0b09059f4e1: Layer already exists [2021-02-18T15:21:57.868Z] 2.0.0-dev.95: digest: sha256:164ed13dc4598e74178ac5233608ad9aef5756c0eb752b838a5b6e196d2a64b0 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:58.175Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:58.478Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [2021-02-18T15:21:58.478Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-18T15:21:58.478Z] 6bdee8756e4b: Preparing [2021-02-18T15:21:58.478Z] 3c7e41f8e159: Preparing [2021-02-18T15:21:58.478Z] 08ca1a20115c: Preparing [2021-02-18T15:21:58.478Z] 92b5da103bb3: Preparing [2021-02-18T15:21:58.478Z] 08c1ef298225: Preparing [2021-02-18T15:21:58.478Z] 6f3207a88a01: Preparing [2021-02-18T15:21:58.478Z] c48513e685a4: Preparing [2021-02-18T15:21:58.478Z] 0754057c0ad3: Preparing [2021-02-18T15:21:58.478Z] 998cdf262ab1: Preparing [2021-02-18T15:21:58.478Z] 02e56110abd2: Preparing [2021-02-18T15:21:58.478Z] abc36efb885a: Preparing [2021-02-18T15:21:58.478Z] b0b09059f4e1: Preparing [2021-02-18T15:21:58.478Z] bb961f40224b: Preparing [2021-02-18T15:21:58.478Z] f4666769fca7: Preparing [2021-02-18T15:21:58.478Z] 6f3207a88a01: Waiting [2021-02-18T15:21:58.478Z] c48513e685a4: Waiting [2021-02-18T15:21:58.478Z] 0754057c0ad3: Waiting [2021-02-18T15:21:58.478Z] 998cdf262ab1: Waiting [2021-02-18T15:21:58.478Z] 02e56110abd2: Waiting [2021-02-18T15:21:58.478Z] abc36efb885a: Waiting [2021-02-18T15:21:58.478Z] b0b09059f4e1: Waiting [2021-02-18T15:21:58.478Z] bb961f40224b: Waiting [2021-02-18T15:21:58.478Z] f4666769fca7: Waiting [2021-02-18T15:21:58.478Z] 6bdee8756e4b: Layer already exists [2021-02-18T15:21:58.478Z] 08ca1a20115c: Layer already exists [2021-02-18T15:21:58.478Z] 92b5da103bb3: Layer already exists [2021-02-18T15:21:58.478Z] 3c7e41f8e159: Layer already exists [2021-02-18T15:21:58.478Z] 08c1ef298225: Layer already exists [2021-02-18T15:21:58.478Z] c48513e685a4: Layer already exists [2021-02-18T15:21:58.478Z] 6f3207a88a01: Layer already exists [2021-02-18T15:21:58.478Z] 0754057c0ad3: Layer already exists [2021-02-18T15:21:58.478Z] 998cdf262ab1: Layer already exists [2021-02-18T15:21:58.478Z] 02e56110abd2: Layer already exists [2021-02-18T15:21:58.478Z] abc36efb885a: Layer already exists [2021-02-18T15:21:58.478Z] b0b09059f4e1: Layer already exists [2021-02-18T15:21:58.478Z] f4666769fca7: Layer already exists [2021-02-18T15:21:58.478Z] bb961f40224b: Layer already exists [2021-02-18T15:21:58.478Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95: digest: sha256:164ed13dc4598e74178ac5233608ad9aef5756c0eb752b838a5b6e196d2a64b0 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:58.785Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:21:59.179Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-02-18T15:21:59.179Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-18T15:21:59.179Z] 6bdee8756e4b: Preparing [2021-02-18T15:21:59.179Z] 3c7e41f8e159: Preparing [2021-02-18T15:21:59.179Z] 08ca1a20115c: Preparing [2021-02-18T15:21:59.179Z] 92b5da103bb3: Preparing [2021-02-18T15:21:59.179Z] 08c1ef298225: Preparing [2021-02-18T15:21:59.179Z] 6f3207a88a01: Preparing [2021-02-18T15:21:59.179Z] c48513e685a4: Preparing [2021-02-18T15:21:59.179Z] 0754057c0ad3: Preparing [2021-02-18T15:21:59.179Z] 998cdf262ab1: Preparing [2021-02-18T15:21:59.179Z] 02e56110abd2: Preparing [2021-02-18T15:21:59.179Z] abc36efb885a: Preparing [2021-02-18T15:21:59.179Z] b0b09059f4e1: Preparing [2021-02-18T15:21:59.179Z] bb961f40224b: Preparing [2021-02-18T15:21:59.179Z] f4666769fca7: Preparing [2021-02-18T15:21:59.179Z] 6f3207a88a01: Waiting [2021-02-18T15:21:59.179Z] c48513e685a4: Waiting [2021-02-18T15:21:59.179Z] 0754057c0ad3: Waiting [2021-02-18T15:21:59.179Z] 998cdf262ab1: Waiting [2021-02-18T15:21:59.179Z] 02e56110abd2: Waiting [2021-02-18T15:21:59.179Z] abc36efb885a: Waiting [2021-02-18T15:21:59.179Z] b0b09059f4e1: Waiting [2021-02-18T15:21:59.179Z] bb961f40224b: Waiting [2021-02-18T15:21:59.179Z] f4666769fca7: Waiting [2021-02-18T15:21:59.179Z] 08ca1a20115c: Layer already exists [2021-02-18T15:21:59.179Z] 08c1ef298225: Layer already exists [2021-02-18T15:21:59.179Z] 3c7e41f8e159: Layer already exists [2021-02-18T15:21:59.179Z] 92b5da103bb3: Layer already exists [2021-02-18T15:21:59.179Z] 6bdee8756e4b: Layer already exists [2021-02-18T15:21:59.179Z] 6f3207a88a01: Layer already exists [2021-02-18T15:21:59.179Z] c48513e685a4: Layer already exists [2021-02-18T15:21:59.179Z] 998cdf262ab1: Layer already exists [2021-02-18T15:21:59.179Z] 0754057c0ad3: Layer already exists [2021-02-18T15:21:59.179Z] 02e56110abd2: Layer already exists [2021-02-18T15:21:59.179Z] b0b09059f4e1: Layer already exists [2021-02-18T15:21:59.179Z] abc36efb885a: Layer already exists [2021-02-18T15:21:59.179Z] f4666769fca7: Layer already exists [2021-02-18T15:21:59.179Z] bb961f40224b: Layer already exists [2021-02-18T15:21:59.179Z] master: digest: sha256:164ed13dc4598e74178ac5233608ad9aef5756c0eb752b838a5b6e196d2a64b0 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-18T15:21:59.383Z] ===================================================== [Pipeline] echo [2021-02-18T15:21:59.428Z] taggedImages: [2021-02-18T15:21:59.428Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:21:59.428Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.95 [2021-02-18T15:21:59.428Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [2021-02-18T15:21:59.428Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-18T15:22:04.438Z] ---> 7f72f64ef3fb [2021-02-18T15:22:04.438Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-18T15:22:04.438Z] ---> 922f178be004 [2021-02-18T15:22:04.438Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-18T15:22:04.438Z] ---> Running in ba9d78aa98e4 [2021-02-18T15:22:04.438Z] ---> Running in 1af0ae64a1a1 [2021-02-18T15:22:04.438Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.95" -o cmd/core-data/core-data ./cmd/core-data [2021-02-18T15:22:05.040Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.95" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-18T15:22:23.407Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.95" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-18T15:22:30.471Z] Removing intermediate container 33e23f852c29 [2021-02-18T15:22:30.471Z] ---> 7cddaa90113a [2021-02-18T15:22:30.471Z] [2021-02-18T15:22:30.471Z] Step 10/30 : FROM alpine:3.12 [2021-02-18T15:22:30.471Z] ---> afeebe901d6b [2021-02-18T15:22:30.471Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-18T15:22:30.471Z] ---> Running in e38a2c031126 [2021-02-18T15:22:31.069Z] Removing intermediate container e38a2c031126 [2021-02-18T15:22:31.069Z] ---> c1aa7880e32f [2021-02-18T15:22:31.069Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-18T15:22:31.346Z] ---> Running in 445433ec60fb [2021-02-18T15:22:33.345Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T15:22:33.345Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T15:22:34.337Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-18T15:22:34.337Z] (2/2) Installing su-exec (0.2-r1) [2021-02-18T15:22:34.337Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T15:22:34.337Z] OK: 5 MiB in 16 packages [2021-02-18T15:22:36.350Z] Removing intermediate container 445433ec60fb [2021-02-18T15:22:36.350Z] ---> 19c97a8c0950 [2021-02-18T15:22:36.350Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-18T15:22:36.632Z] ---> Running in 364abb63da1a [2021-02-18T15:22:38.112Z] Removing intermediate container 364abb63da1a [2021-02-18T15:22:38.112Z] ---> ac716a614750 [2021-02-18T15:22:38.112Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-18T15:22:38.387Z] ---> Running in f968aa9a5c61 [2021-02-18T15:22:38.990Z] Removing intermediate container 6acf749e3573 [2021-02-18T15:22:38.990Z] ---> 696aaca469aa [2021-02-18T15:22:38.990Z] [2021-02-18T15:22:38.990Z] Step 10/21 : FROM alpine:3.12 [2021-02-18T15:22:38.990Z] ---> afeebe901d6b [2021-02-18T15:22:38.990Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-18T15:22:39.291Z] ---> Running in fc03bc9627ce [2021-02-18T15:22:39.291Z] Removing intermediate container f968aa9a5c61 [2021-02-18T15:22:39.291Z] ---> a045ae87f7a2 [2021-02-18T15:22:39.291Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-18T15:22:39.571Z] ---> Running in 2726c8bce673 [2021-02-18T15:22:41.571Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T15:22:41.571Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T15:22:42.566Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-18T15:22:42.566Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-18T15:22:42.566Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-18T15:22:42.566Z] (4/4) Installing curl (7.69.1-r3) [2021-02-18T15:22:42.566Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T15:22:42.566Z] Executing ca-certificates-20191127-r4.trigger [2021-02-18T15:22:42.845Z] OK: 7 MiB in 18 packages [2021-02-18T15:22:43.845Z] Removing intermediate container 2726c8bce673 [2021-02-18T15:22:43.845Z] ---> 66a5808d30c4 [2021-02-18T15:22:43.845Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-18T15:22:44.133Z] ---> Running in c4115a26b2fe [2021-02-18T15:22:45.132Z] Removing intermediate container c4115a26b2fe [2021-02-18T15:22:45.133Z] ---> b6671f9a18ff [2021-02-18T15:22:45.133Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-18T15:22:45.742Z] Removing intermediate container fc03bc9627ce [2021-02-18T15:22:45.742Z] ---> b16f1b0a173a [2021-02-18T15:22:45.742Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-18T15:22:45.742Z] ---> Running in ecf59833e249 [2021-02-18T15:22:46.021Z] ---> 869eddc6e0b4 [2021-02-18T15:22:46.021Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-18T15:22:46.301Z] ---> Running in 2741a8c5d7de [2021-02-18T15:22:46.583Z] Removing intermediate container ecf59833e249 [2021-02-18T15:22:46.583Z] ---> 233e32a198cb [2021-02-18T15:22:46.583Z] Step 13/21 : WORKDIR /edgex [2021-02-18T15:22:46.863Z] ---> Running in 0754fa3556be [2021-02-18T15:22:47.866Z] Removing intermediate container 0754fa3556be [2021-02-18T15:22:47.866Z] ---> 06b2d9994e02 [2021-02-18T15:22:47.866Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-18T15:22:49.336Z] ---> ebd54042ff74 [2021-02-18T15:22:49.336Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-18T15:22:50.343Z] Removing intermediate container 2741a8c5d7de [2021-02-18T15:22:50.343Z] ---> 6d9f0ad4686a [2021-02-18T15:22:50.343Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T15:22:51.821Z] ---> 0ecce1fed525 [2021-02-18T15:22:51.821Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-18T15:22:51.821Z] ---> f085207a6332 [2021-02-18T15:22:51.821Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-18T15:22:53.829Z] ---> 29ec32560fdd [2021-02-18T15:22:53.829Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-18T15:22:53.829Z] ---> Running in b88afd9e0161 [2021-02-18T15:22:54.107Z] ---> e16878be316a [2021-02-18T15:22:54.107Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-18T15:22:54.714Z] Removing intermediate container b88afd9e0161 [2021-02-18T15:22:54.714Z] ---> 4828b326fe5d [2021-02-18T15:22:54.714Z] Step 18/21 : CMD ["--init=true"] [2021-02-18T15:22:54.999Z] ---> Running in 0fc7cee5ba47 [2021-02-18T15:22:55.279Z] ---> a1333da05664 [2021-02-18T15:22:55.279Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-18T15:22:55.882Z] Removing intermediate container 0fc7cee5ba47 [2021-02-18T15:22:55.882Z] ---> 877bac03d998 [2021-02-18T15:22:55.882Z] Step 19/21 : LABEL arch=arm64 [2021-02-18T15:22:56.160Z] ---> Running in 3c805cadd21e [2021-02-18T15:22:56.807Z] ---> afa7ec703c5b [2021-02-18T15:22:56.807Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-18T15:22:57.096Z] Removing intermediate container 3c805cadd21e [2021-02-18T15:22:57.096Z] ---> 735f4b757e09 [2021-02-18T15:22:57.096Z] Step 20/21 : LABEL git_sha=2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:22:57.382Z] ---> Running in 7631ce135099 [2021-02-18T15:22:57.382Z] ---> Running in be593e0a84ea [2021-02-18T15:22:57.987Z] Removing intermediate container 7631ce135099 [2021-02-18T15:22:57.987Z] ---> d31d100381fc [2021-02-18T15:22:57.987Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-18T15:22:57.987Z] Removing intermediate container be593e0a84ea [2021-02-18T15:22:57.987Z] ---> 029d64d2fcbc [2021-02-18T15:22:57.987Z] Step 21/21 : LABEL version=2.0.0-dev.95 [2021-02-18T15:22:58.274Z] ---> Running in 4262986b7a54 [2021-02-18T15:22:59.275Z] Removing intermediate container 4262986b7a54 [2021-02-18T15:22:59.275Z] ---> 48d22c602f7c [2021-02-18T15:22:59.275Z] [2021-02-18T15:22:59.275Z] ---> 9298ad0a2d81 [2021-02-18T15:22:59.275Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-18T15:22:59.572Z] Successfully built 48d22c602f7c [2021-02-18T15:22:59.849Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-18T15:22:59.849Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 2c450328d784 [2021-02-18T15:23:03.294Z] Removing intermediate container 2c450328d784 [2021-02-18T15:23:03.294Z] ---> ee06fadca548 [2021-02-18T15:23:03.294Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-18T15:23:03.901Z] ---> Running in 0787e96de8c5 [2021-02-18T15:23:04.512Z] Removing intermediate container 0787e96de8c5 [2021-02-18T15:23:04.512Z] ---> f78932c5548e [2021-02-18T15:23:04.512Z] Step 27/30 : CMD ["gate"] [2021-02-18T15:23:05.146Z] ---> Running in 36ceb21d0b9a [2021-02-18T15:23:05.755Z] Removing intermediate container 36ceb21d0b9a [2021-02-18T15:23:05.755Z] ---> ea08f032d19f [2021-02-18T15:23:05.755Z] Step 28/30 : LABEL arch=arm64 [2021-02-18T15:23:06.032Z] ---> Running in 549da56fec5b [2021-02-18T15:23:06.641Z] Removing intermediate container 549da56fec5b [2021-02-18T15:23:06.641Z] ---> 08c988d804c7 [2021-02-18T15:23:06.641Z] Step 29/30 : LABEL git_sha=2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:23:06.944Z] ---> Running in c0be8f5a8f0a [2021-02-18T15:23:07.949Z] Removing intermediate container c0be8f5a8f0a [2021-02-18T15:23:07.949Z] ---> 258b879edd74 [2021-02-18T15:23:07.949Z] Step 30/30 : LABEL version=2.0.0-dev.95 [2021-02-18T15:23:08.568Z] ---> Running in 1e55364d64e5 [2021-02-18T15:23:09.178Z] Removing intermediate container 1e55364d64e5 [2021-02-18T15:23:09.178Z] ---> 1f11bd9c6171 [2021-02-18T15:23:09.178Z] [2021-02-18T15:23:09.457Z] Successfully built 1f11bd9c6171 [2021-02-18T15:23:09.731Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-18T15:23:12.367Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container ba9d78aa98e4 [2021-02-18T15:23:12.367Z] ---> 7f781883c797 [2021-02-18T15:23:12.367Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-18T15:23:12.367Z] ---> Running in ba42763e4e7a [2021-02-18T15:23:13.343Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.95" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-18T15:23:15.973Z] Removing intermediate container ba42763e4e7a [2021-02-18T15:23:15.973Z] ---> 16c4c07adf43 [2021-02-18T15:23:15.973Z] [2021-02-18T15:23:15.973Z] Step 11/26 : FROM docker:20.10.0 [2021-02-18T15:23:16.243Z] 20.10.0: Pulling from library/docker [2021-02-18T15:23:24.508Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-18T15:23:24.508Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-18T15:23:24.508Z] ---> eeaf43b92773 [2021-02-18T15:23:24.508Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-18T15:23:25.484Z] ---> Running in 241174f175e2 [2021-02-18T15:23:25.484Z] Removing intermediate container 1af0ae64a1a1 [2021-02-18T15:23:25.484Z] ---> 15687b132bd5 [2021-02-18T15:23:25.484Z] [2021-02-18T15:23:25.484Z] Step 10/23 : FROM alpine:3.12 [2021-02-18T15:23:25.484Z] ---> afeebe901d6b [2021-02-18T15:23:25.484Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-18T15:23:25.760Z] ---> Running in a8f8aec59486 [2021-02-18T15:23:26.354Z] Removing intermediate container a8f8aec59486 [2021-02-18T15:23:26.354Z] ---> 82ed8664adc3 [2021-02-18T15:23:26.354Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-18T15:23:26.354Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T15:23:26.628Z] ---> Running in 17f168626f46 [2021-02-18T15:23:26.628Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T15:23:26.900Z] Removing intermediate container 17f168626f46 [2021-02-18T15:23:26.900Z] ---> 0e1dc7ea154c [2021-02-18T15:23:26.900Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-18T15:23:27.174Z] ---> Running in c875861b6b93 [2021-02-18T15:23:27.174Z] (1/2) Installing readline (8.0.4-r0) [2021-02-18T15:23:27.446Z] (2/2) Installing bash (5.0.17-r0) [2021-02-18T15:23:27.446Z] Executing bash-5.0.17-r0.post-install [2021-02-18T15:23:27.446Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T15:23:27.446Z] OK: 12 MiB in 22 packages [2021-02-18T15:23:27.718Z] Removing intermediate container c875861b6b93 [2021-02-18T15:23:27.718Z] ---> 9f372ce18afa [2021-02-18T15:23:27.718Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T15:23:27.992Z] ---> Running in bc00f3e6ebef [2021-02-18T15:23:28.970Z] Removing intermediate container 241174f175e2 [2021-02-18T15:23:28.970Z] ---> dd35abee461c [2021-02-18T15:23:28.970Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-18T15:23:28.970Z] ---> Running in e5b26ae4b153 [2021-02-18T15:23:29.572Z] Removing intermediate container e5b26ae4b153 [2021-02-18T15:23:29.572Z] ---> bda746079956 [2021-02-18T15:23:29.572Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-18T15:23:29.846Z] ---> Running in b8ba33b7a37e [2021-02-18T15:23:30.117Z] Removing intermediate container bc00f3e6ebef [2021-02-18T15:23:30.117Z] ---> 3dc144613a1b [2021-02-18T15:23:30.117Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-18T15:23:30.388Z] Removing intermediate container b8ba33b7a37e [2021-02-18T15:23:30.388Z] ---> 2cf6d237e4e2 [2021-02-18T15:23:30.388Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-18T15:23:30.388Z] ---> Running in 30d4825741fa [2021-02-18T15:23:30.662Z] ---> Running in 80b8427d9e6a [2021-02-18T15:23:31.262Z] Removing intermediate container 80b8427d9e6a [2021-02-18T15:23:31.262Z] ---> 79365eb32352 [2021-02-18T15:23:31.262Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-18T15:23:31.533Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T15:23:32.129Z] ---> 4bf8e3c0d664 [2021-02-18T15:23:32.129Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-18T15:23:32.400Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T15:23:32.997Z] ---> 8b2c2417047b [2021-02-18T15:23:32.997Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-18T15:23:32.997Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-18T15:23:33.267Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-18T15:23:33.267Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-18T15:23:33.267Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-18T15:23:33.548Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-18T15:23:33.830Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-18T15:23:33.830Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T15:23:33.830Z] OK: 8 MiB in 20 packages [2021-02-18T15:23:34.122Z] ---> 761a1b94b7fa [2021-02-18T15:23:34.122Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-18T15:23:34.122Z] ---> Running in 8145090b7f87 [2021-02-18T15:23:35.655Z] Removing intermediate container 30d4825741fa [2021-02-18T15:23:35.655Z] ---> 597d3a7e78b4 [2021-02-18T15:23:35.655Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T15:23:35.655Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T15:23:35.934Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T15:23:36.216Z] ---> 29c260edc69c [2021-02-18T15:23:36.216Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-18T15:23:36.216Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-18T15:23:36.216Z] (2/33) Installing expat (2.2.9-r1) [2021-02-18T15:23:36.216Z] (3/33) Installing libffi (3.3-r2) [2021-02-18T15:23:36.216Z] (4/33) Installing gdbm (1.13-r1) [2021-02-18T15:23:36.489Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-18T15:23:36.489Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-18T15:23:36.489Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-18T15:23:38.454Z] ---> d9f9255a3c1d [2021-02-18T15:23:38.454Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-18T15:23:38.454Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-18T15:23:38.454Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-18T15:23:38.454Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-18T15:23:38.454Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-18T15:23:38.454Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-18T15:23:38.454Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-18T15:23:38.454Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-18T15:23:38.454Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-18T15:23:38.454Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-18T15:23:38.454Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-18T15:23:38.726Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-18T15:23:38.726Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-18T15:23:38.726Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-18T15:23:38.726Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-18T15:23:38.726Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-18T15:23:38.726Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-18T15:23:38.726Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-18T15:23:38.726Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-18T15:23:38.726Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-18T15:23:38.726Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-18T15:23:38.726Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-18T15:23:39.005Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-18T15:23:39.005Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-18T15:23:39.005Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-18T15:23:39.005Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-18T15:23:39.005Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-18T15:23:39.005Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T15:23:39.005Z] OK: 71 MiB in 55 packages [2021-02-18T15:23:39.281Z] ---> b4fd8c1010a3 [2021-02-18T15:23:39.281Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-18T15:23:39.281Z] ---> Running in 7b3c982a3435 [2021-02-18T15:23:39.871Z] Removing intermediate container 7b3c982a3435 [2021-02-18T15:23:39.871Z] ---> 49c3a981f5eb [2021-02-18T15:23:39.871Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T15:23:40.147Z] ---> Running in 75495b4dbdb2 [2021-02-18T15:23:40.746Z] Removing intermediate container 75495b4dbdb2 [2021-02-18T15:23:40.746Z] ---> d01cd4320d76 [2021-02-18T15:23:40.746Z] Step 21/23 : LABEL arch=arm64 [2021-02-18T15:23:41.020Z] ---> Running in 3775f190c537 [2021-02-18T15:23:41.295Z] Removing intermediate container 3775f190c537 [2021-02-18T15:23:41.295Z] ---> 89c2d240185f [2021-02-18T15:23:41.295Z] Step 22/23 : LABEL git_sha=2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:23:41.567Z] ---> Running in 666db30594c9 [2021-02-18T15:23:42.158Z] Removing intermediate container 666db30594c9 [2021-02-18T15:23:42.158Z] ---> 6cfb6e2cbc6e [2021-02-18T15:23:42.158Z] Step 23/23 : LABEL version=2.0.0-dev.95 [2021-02-18T15:23:42.431Z] ---> Running in 8e44f267b4f7 [2021-02-18T15:23:43.028Z] Removing intermediate container 8e44f267b4f7 [2021-02-18T15:23:43.028Z] ---> f8d8afeab965 [2021-02-18T15:23:43.028Z] [2021-02-18T15:23:43.303Z] Successfully built f8d8afeab965 [2021-02-18T15:23:43.574Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-18T15:23:44.548Z]  Building docker-core-data-go ... done Removing intermediate container 8145090b7f87 [2021-02-18T15:23:44.548Z] ---> caf90015237c [2021-02-18T15:23:44.548Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-18T15:23:44.819Z] ---> Running in 7087a3dfbd1c [2021-02-18T15:23:49.107Z] Collecting docker-compose==1.23.2 [2021-02-18T15:23:49.376Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-18T15:23:49.646Z] Collecting docopt<0.7,>=0.6.1 [2021-02-18T15:23:49.646Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-18T15:23:51.603Z] 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-18T15:23:51.603Z] Collecting jsonschema<3,>=2.5.1 [2021-02-18T15:23:51.603Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-18T15:23:53.028Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-18T15:23:53.028Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-18T15:23:53.614Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-18T15:23:53.614Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-18T15:23:53.884Z] Collecting cached-property<2,>=1.2.0 [2021-02-18T15:23:53.884Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-18T15:23:54.851Z] Collecting PyYAML<4,>=3.10 [2021-02-18T15:23:54.851Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-18T15:23:57.449Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-18T15:23:57.449Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-18T15:24:00.049Z] Collecting docker<4.0,>=3.6.0 [2021-02-18T15:24:00.050Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-18T15:24:00.321Z] Collecting texttable<0.10,>=0.9.0 [2021-02-18T15:24:00.321Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-18T15:24:01.738Z] 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-18T15:24:01.738Z] 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-18T15:24:02.334Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-18T15:24:02.334Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-18T15:24:02.604Z] Collecting idna<2.8,>=2.5 [2021-02-18T15:24:02.604Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-18T15:24:02.874Z] Collecting docker-pycreds>=0.4.0 [2021-02-18T15:24:02.874Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-18T15:24:03.145Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-18T15:24:03.145Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-18T15:24:03.145Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-18T15:24:03.145Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-18T15:24:03.733Z] Installing collected packages: docopt, jsonschema, urllib3, idna, requests, websocket-client, cached-property, PyYAML, dockerpty, docker-pycreds, docker, texttable, docker-compose [2021-02-18T15:24:03.733Z] Running setup.py install for docopt: started [2021-02-18T15:24:05.686Z] Running setup.py install for docopt: finished with status 'done' [2021-02-18T15:24:05.686Z] Attempting uninstall: urllib3 [2021-02-18T15:24:05.686Z] Found existing installation: urllib3 1.25.9 [2021-02-18T15:24:05.686Z] Uninstalling urllib3-1.25.9: [2021-02-18T15:24:05.955Z] Successfully uninstalled urllib3-1.25.9 [2021-02-18T15:24:06.543Z] Attempting uninstall: idna [2021-02-18T15:24:06.543Z] Found existing installation: idna 2.9 [2021-02-18T15:24:06.543Z] Uninstalling idna-2.9: [2021-02-18T15:24:06.543Z] Successfully uninstalled idna-2.9 [2021-02-18T15:24:07.130Z] Attempting uninstall: requests [2021-02-18T15:24:07.130Z] Found existing installation: requests 2.23.0 [2021-02-18T15:24:07.130Z] Uninstalling requests-2.23.0: [2021-02-18T15:24:07.398Z] Successfully uninstalled requests-2.23.0 [2021-02-18T15:24:07.987Z] Running setup.py install for PyYAML: started [2021-02-18T15:24:09.947Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-18T15:24:09.947Z] Running setup.py install for dockerpty: started [2021-02-18T15:24:11.905Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-18T15:24:12.494Z] Running setup.py install for texttable: started [2021-02-18T15:24:14.452Z] Running setup.py install for texttable: finished with status 'done' [2021-02-18T15:24:15.043Z] 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-18T15:24:19.321Z] Removing intermediate container 7087a3dfbd1c [2021-02-18T15:24:19.321Z] ---> e3f399e74b37 [2021-02-18T15:24:19.321Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-18T15:24:19.321Z] ---> Running in 53de83827e35 [2021-02-18T15:24:19.912Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T15:24:19.912Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T15:24:20.503Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-18T15:24:20.503Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-18T15:24:20.503Z] (3/3) Installing curl (7.69.1-r3) [2021-02-18T15:24:20.503Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T15:24:20.503Z] OK: 71 MiB in 58 packages [2021-02-18T15:24:21.935Z] Removing intermediate container 53de83827e35 [2021-02-18T15:24:21.935Z] ---> c89ea850b0df [2021-02-18T15:24:21.935Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-18T15:24:21.935Z] ---> Running in d929479742be [2021-02-18T15:24:22.206Z] Removing intermediate container d929479742be [2021-02-18T15:24:22.206Z] ---> 5b4473601fb4 [2021-02-18T15:24:22.206Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T15:24:22.479Z] ---> Running in 6abd78ec2631 [2021-02-18T15:24:23.069Z] Removing intermediate container 6abd78ec2631 [2021-02-18T15:24:23.069Z] ---> bed12f2a2792 [2021-02-18T15:24:23.069Z] Step 24/26 : LABEL arch=arm64 [2021-02-18T15:24:23.069Z] ---> Running in 283dcedb35fe [2021-02-18T15:24:23.660Z] Removing intermediate container 283dcedb35fe [2021-02-18T15:24:23.660Z] ---> c2f5c4cd7baa [2021-02-18T15:24:23.660Z] Step 25/26 : LABEL git_sha=2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:24:23.660Z] ---> Running in 084ae221075f [2021-02-18T15:24:24.253Z] Removing intermediate container 084ae221075f [2021-02-18T15:24:24.253Z] ---> 19c53e422b5e [2021-02-18T15:24:24.253Z] Step 26/26 : LABEL version=2.0.0-dev.95 [2021-02-18T15:24:24.253Z] ---> Running in 6ac3f132035a [2021-02-18T15:24:24.845Z] Removing intermediate container 6ac3f132035a [2021-02-18T15:24:24.845Z] ---> 34e15939d792 [2021-02-18T15:24:24.845Z] [2021-02-18T15:24:25.117Z] Successfully built 34e15939d792 [2021-02-18T15:24:25.117Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-18T15:24:25.725Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-18T15:24:25.581Z] $ docker stop --time=1 702c61b98e945c1e4e2ee84698b69064378c9e2c60c94365e6413d3731dcba17 [2021-02-18T15:24:27.543Z] $ docker rm -f 702c61b98e945c1e4e2ee84698b69064378c9e2c60c94365e6413d3731dcba17 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-18T15:24:28.341Z] + grep docker [2021-02-18T15:24:28.341Z] + docker images [2021-02-18T15:24:28.610Z] docker-sys-mgmt-agent-go-arm64 latest 34e15939d792 4 seconds ago 300MB [2021-02-18T15:24:28.610Z] docker-core-data-go-arm64 latest f8d8afeab965 46 seconds ago 21MB [2021-02-18T15:24:28.610Z] docker-security-bootstrapper-go-arm64 latest 1f11bd9c6171 About a minute ago 17MB [2021-02-18T15:24:28.610Z] docker-security-proxy-setup-go-arm64 latest 48d22c602f7c About a minute ago 23.2MB [2021-02-18T15:24:28.610Z] docker-core-metadata-go-arm64 latest 65348a25463e 3 minutes ago 17.8MB [2021-02-18T15:24:28.610Z] docker-support-scheduler-go-arm64 latest 464becc6fb56 3 minutes ago 16.1MB [2021-02-18T15:24:28.610Z] docker-core-command-go-arm64 latest 543e5cb028c1 3 minutes ago 16MB [2021-02-18T15:24:28.610Z] docker-support-notifications-go-arm64 latest 8f2267d4ae45 3 minutes ago 16.7MB [2021-02-18T15:24:28.610Z] docker-security-secretstore-setup-go-arm64 latest 13186522f4d3 3 minutes ago 23.4MB [2021-02-18T15:24:28.610Z] docker 20.10.0 eeaf43b92773 2 months 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-18T15:24:29.163Z] provisioning config files... [2021-02-18T15:24:29.199Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/361@tmp/config7032775306353401356tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-18T15:24:29.588Z] ---> docker-login.sh [2021-02-18T15:24:29.588Z] nexus3.edgexfoundry.org:10001 [2021-02-18T15:24:29.858Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T15:24:30.134Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T15:24:30.134Z] Configure a credential helper to remove this warning. See [2021-02-18T15:24:30.134Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T15:24:30.134Z] [2021-02-18T15:24:30.134Z] Login Succeeded [2021-02-18T15:24:30.134Z] nexus3.edgexfoundry.org:10002 [2021-02-18T15:24:30.404Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T15:24:30.676Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T15:24:30.676Z] Configure a credential helper to remove this warning. See [2021-02-18T15:24:30.676Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T15:24:30.676Z] [2021-02-18T15:24:30.676Z] Login Succeeded [2021-02-18T15:24:30.676Z] nexus3.edgexfoundry.org:10003 [2021-02-18T15:24:30.948Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T15:24:30.948Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T15:24:30.948Z] Configure a credential helper to remove this warning. See [2021-02-18T15:24:30.948Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T15:24:30.948Z] [2021-02-18T15:24:30.948Z] Login Succeeded [2021-02-18T15:24:31.220Z] nexus3.edgexfoundry.org:10004 [2021-02-18T15:24:31.491Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T15:24:31.491Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T15:24:31.491Z] Configure a credential helper to remove this warning. See [2021-02-18T15:24:31.491Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T15:24:31.491Z] [2021-02-18T15:24:31.491Z] Login Succeeded [2021-02-18T15:24:31.491Z] docker.io [2021-02-18T15:24:32.083Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T15:24:32.353Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T15:24:32.353Z] Configure a credential helper to remove this warning. See [2021-02-18T15:24:32.353Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T15:24:32.353Z] [2021-02-18T15:24:32.353Z] Login Succeeded [2021-02-18T15:24:32.353Z] ---> docker-login.sh ends [Pipeline] } [2021-02-18T15:24:32.369Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-18T15:24:32.584Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-02-18T15:24:32.584Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:24:32.584Z] 2.0.0-dev.95 [2021-02-18T15:24:32.584Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [2021-02-18T15:24:32.584Z] master [2021-02-18T15:24:32.584Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:24:33.115Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:24:33.465Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:24:33.465Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-18T15:24:33.465Z] 5d629a744259: Preparing [2021-02-18T15:24:33.465Z] 5d76a3bea6a8: Preparing [2021-02-18T15:24:33.465Z] 420a6375335d: Preparing [2021-02-18T15:24:33.465Z] e1996a59bb93: Preparing [2021-02-18T15:24:33.465Z] 379067d0cb53: Preparing [2021-02-18T15:24:33.764Z] 379067d0cb53: Layer already exists [2021-02-18T15:24:33.764Z] 5d629a744259: Pushed [2021-02-18T15:24:33.764Z] 420a6375335d: Pushed [2021-02-18T15:24:33.764Z] e1996a59bb93: Pushed [2021-02-18T15:24:36.361Z] 5d76a3bea6a8: Pushed [2021-02-18T15:24:36.632Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6: digest: sha256:79a29b98fb9dc6e9946481e127cb730636fd01ee02e8b56b7bfc7e56759ce9f6 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:24:36.972Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.95 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:24:37.306Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.95 [2021-02-18T15:24:37.306Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-18T15:24:37.306Z] 5d629a744259: Preparing [2021-02-18T15:24:37.306Z] 5d76a3bea6a8: Preparing [2021-02-18T15:24:37.306Z] 420a6375335d: Preparing [2021-02-18T15:24:37.306Z] e1996a59bb93: Preparing [2021-02-18T15:24:37.306Z] 379067d0cb53: Preparing [2021-02-18T15:24:37.306Z] e1996a59bb93: Layer already exists [2021-02-18T15:24:37.306Z] 420a6375335d: Layer already exists [2021-02-18T15:24:37.306Z] 5d76a3bea6a8: Layer already exists [2021-02-18T15:24:37.306Z] 379067d0cb53: Layer already exists [2021-02-18T15:24:37.306Z] 5d629a744259: Layer already exists [2021-02-18T15:24:37.574Z] 2.0.0-dev.95: digest: sha256:79a29b98fb9dc6e9946481e127cb730636fd01ee02e8b56b7bfc7e56759ce9f6 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:24:37.913Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:24:38.249Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [2021-02-18T15:24:38.249Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-18T15:24:38.249Z] 5d629a744259: Preparing [2021-02-18T15:24:38.249Z] 5d76a3bea6a8: Preparing [2021-02-18T15:24:38.249Z] 420a6375335d: Preparing [2021-02-18T15:24:38.249Z] e1996a59bb93: Preparing [2021-02-18T15:24:38.249Z] 379067d0cb53: Preparing [2021-02-18T15:24:38.249Z] 379067d0cb53: Layer already exists [2021-02-18T15:24:38.249Z] 420a6375335d: Layer already exists [2021-02-18T15:24:38.249Z] 5d76a3bea6a8: Layer already exists [2021-02-18T15:24:38.249Z] 5d629a744259: Layer already exists [2021-02-18T15:24:38.249Z] e1996a59bb93: Layer already exists [2021-02-18T15:24:38.518Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95: digest: sha256:79a29b98fb9dc6e9946481e127cb730636fd01ee02e8b56b7bfc7e56759ce9f6 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:24:38.860Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:24:39.195Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-02-18T15:24:39.195Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-18T15:24:39.195Z] 5d629a744259: Preparing [2021-02-18T15:24:39.195Z] 5d76a3bea6a8: Preparing [2021-02-18T15:24:39.195Z] 420a6375335d: Preparing [2021-02-18T15:24:39.195Z] e1996a59bb93: Preparing [2021-02-18T15:24:39.195Z] 379067d0cb53: Preparing [2021-02-18T15:24:39.195Z] 5d629a744259: Layer already exists [2021-02-18T15:24:39.195Z] e1996a59bb93: Layer already exists [2021-02-18T15:24:39.195Z] 420a6375335d: Layer already exists [2021-02-18T15:24:39.195Z] 379067d0cb53: Layer already exists [2021-02-18T15:24:39.195Z] 5d76a3bea6a8: Layer already exists [2021-02-18T15:24:39.465Z] master: digest: sha256:79a29b98fb9dc6e9946481e127cb730636fd01ee02e8b56b7bfc7e56759ce9f6 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-18T15:24:39.680Z] ===================================================== [Pipeline] echo [2021-02-18T15:24:39.728Z] taggedImages: [2021-02-18T15:24:39.728Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:24:39.728Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.95 [2021-02-18T15:24:39.728Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [2021-02-18T15:24:39.728Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-02-18T15:24:39.792Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-02-18T15:24:39.792Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:24:39.792Z] 2.0.0-dev.95 [2021-02-18T15:24:39.792Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [2021-02-18T15:24:39.792Z] master [2021-02-18T15:24:39.792Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:24:40.404Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:24:40.737Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:24:40.737Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-18T15:24:40.737Z] 4d047955e5b9: Preparing [2021-02-18T15:24:40.737Z] fe237ed92c04: Preparing [2021-02-18T15:24:40.737Z] 420a6375335d: Preparing [2021-02-18T15:24:40.737Z] 0426cb52c9e3: Preparing [2021-02-18T15:24:40.737Z] d09dc52e7aeb: Preparing [2021-02-18T15:24:40.737Z] 379067d0cb53: Preparing [2021-02-18T15:24:40.737Z] 379067d0cb53: Waiting [2021-02-18T15:24:41.017Z] 420a6375335d: Layer already exists [2021-02-18T15:24:41.017Z] 379067d0cb53: Layer already exists [2021-02-18T15:24:41.017Z] 4d047955e5b9: Pushed [2021-02-18T15:24:41.017Z] d09dc52e7aeb: Pushed [2021-02-18T15:24:41.607Z] 0426cb52c9e3: Pushed [2021-02-18T15:24:44.207Z] fe237ed92c04: Pushed [2021-02-18T15:24:44.477Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6: digest: sha256:57c0f83291071bf7d5cc236d92142a6af9be662ac33ea68ae363d871d7fe3341 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:24:44.818Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.95 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:24:45.151Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.95 [2021-02-18T15:24:45.151Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-18T15:24:45.151Z] 4d047955e5b9: Preparing [2021-02-18T15:24:45.151Z] fe237ed92c04: Preparing [2021-02-18T15:24:45.151Z] 420a6375335d: Preparing [2021-02-18T15:24:45.151Z] 0426cb52c9e3: Preparing [2021-02-18T15:24:45.151Z] d09dc52e7aeb: Preparing [2021-02-18T15:24:45.151Z] 379067d0cb53: Preparing [2021-02-18T15:24:45.151Z] 0426cb52c9e3: Layer already exists [2021-02-18T15:24:45.151Z] d09dc52e7aeb: Layer already exists [2021-02-18T15:24:45.151Z] 4d047955e5b9: Layer already exists [2021-02-18T15:24:45.151Z] fe237ed92c04: Layer already exists [2021-02-18T15:24:45.151Z] 420a6375335d: Layer already exists [2021-02-18T15:24:45.151Z] 379067d0cb53: Layer already exists [2021-02-18T15:24:45.418Z] 2.0.0-dev.95: digest: sha256:57c0f83291071bf7d5cc236d92142a6af9be662ac33ea68ae363d871d7fe3341 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:24:45.752Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:24:46.084Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [2021-02-18T15:24:46.084Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-18T15:24:46.084Z] 4d047955e5b9: Preparing [2021-02-18T15:24:46.084Z] fe237ed92c04: Preparing [2021-02-18T15:24:46.084Z] 420a6375335d: Preparing [2021-02-18T15:24:46.084Z] 0426cb52c9e3: Preparing [2021-02-18T15:24:46.084Z] d09dc52e7aeb: Preparing [2021-02-18T15:24:46.084Z] 379067d0cb53: Preparing [2021-02-18T15:24:46.084Z] 379067d0cb53: Waiting [2021-02-18T15:24:46.355Z] 420a6375335d: Layer already exists [2021-02-18T15:24:46.355Z] 0426cb52c9e3: Layer already exists [2021-02-18T15:24:46.355Z] d09dc52e7aeb: Layer already exists [2021-02-18T15:24:46.355Z] 4d047955e5b9: Layer already exists [2021-02-18T15:24:46.355Z] fe237ed92c04: Layer already exists [2021-02-18T15:24:46.355Z] 379067d0cb53: Layer already exists [2021-02-18T15:24:46.355Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95: digest: sha256:57c0f83291071bf7d5cc236d92142a6af9be662ac33ea68ae363d871d7fe3341 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:24:46.693Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:24:47.035Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-02-18T15:24:47.035Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-18T15:24:47.035Z] 4d047955e5b9: Preparing [2021-02-18T15:24:47.035Z] fe237ed92c04: Preparing [2021-02-18T15:24:47.035Z] 420a6375335d: Preparing [2021-02-18T15:24:47.035Z] 0426cb52c9e3: Preparing [2021-02-18T15:24:47.035Z] d09dc52e7aeb: Preparing [2021-02-18T15:24:47.035Z] 379067d0cb53: Preparing [2021-02-18T15:24:47.035Z] 379067d0cb53: Waiting [2021-02-18T15:24:47.035Z] 4d047955e5b9: Layer already exists [2021-02-18T15:24:47.035Z] 420a6375335d: Layer already exists [2021-02-18T15:24:47.035Z] d09dc52e7aeb: Layer already exists [2021-02-18T15:24:47.304Z] 0426cb52c9e3: Layer already exists [2021-02-18T15:24:47.304Z] fe237ed92c04: Layer already exists [2021-02-18T15:24:47.304Z] 379067d0cb53: Layer already exists [2021-02-18T15:24:47.304Z] master: digest: sha256:57c0f83291071bf7d5cc236d92142a6af9be662ac33ea68ae363d871d7fe3341 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-18T15:24:47.557Z] ===================================================== [Pipeline] echo [2021-02-18T15:24:47.603Z] taggedImages: [2021-02-18T15:24:47.603Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:24:47.603Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.95 [2021-02-18T15:24:47.603Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [2021-02-18T15:24:47.603Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-02-18T15:24:47.662Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-02-18T15:24:47.662Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:24:47.662Z] 2.0.0-dev.95 [2021-02-18T15:24:47.662Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [2021-02-18T15:24:47.662Z] master [2021-02-18T15:24:47.662Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:24:48.167Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:24:48.502Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:24:48.502Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-18T15:24:48.502Z] 068e8a933924: Preparing [2021-02-18T15:24:48.502Z] 4c822ec7c9db: Preparing [2021-02-18T15:24:48.502Z] 420a6375335d: Preparing [2021-02-18T15:24:48.502Z] e1996a59bb93: Preparing [2021-02-18T15:24:48.502Z] 379067d0cb53: Preparing [2021-02-18T15:24:48.773Z] 379067d0cb53: Layer already exists [2021-02-18T15:24:48.773Z] 420a6375335d: Layer already exists [2021-02-18T15:24:48.773Z] e1996a59bb93: Layer already exists [2021-02-18T15:24:48.773Z] 068e8a933924: Pushed [2021-02-18T15:24:52.137Z] 4c822ec7c9db: Pushed [2021-02-18T15:24:52.138Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6: digest: sha256:0dd1c0da5bf006563e5c1a0baced0bf72697efc2f686bc81a78a18ec569e6986 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:24:52.477Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.95 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:24:52.808Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.95 [2021-02-18T15:24:52.808Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-18T15:24:52.808Z] 068e8a933924: Preparing [2021-02-18T15:24:52.808Z] 4c822ec7c9db: Preparing [2021-02-18T15:24:52.808Z] 420a6375335d: Preparing [2021-02-18T15:24:52.808Z] e1996a59bb93: Preparing [2021-02-18T15:24:52.808Z] 379067d0cb53: Preparing [2021-02-18T15:24:52.808Z] 420a6375335d: Layer already exists [2021-02-18T15:24:52.808Z] 068e8a933924: Layer already exists [2021-02-18T15:24:52.808Z] 379067d0cb53: Layer already exists [2021-02-18T15:24:52.808Z] e1996a59bb93: Layer already exists [2021-02-18T15:24:52.808Z] 4c822ec7c9db: Layer already exists [2021-02-18T15:24:53.080Z] 2.0.0-dev.95: digest: sha256:0dd1c0da5bf006563e5c1a0baced0bf72697efc2f686bc81a78a18ec569e6986 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:24:53.414Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:24:53.744Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [2021-02-18T15:24:53.744Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-18T15:24:53.744Z] 068e8a933924: Preparing [2021-02-18T15:24:53.744Z] 4c822ec7c9db: Preparing [2021-02-18T15:24:53.744Z] 420a6375335d: Preparing [2021-02-18T15:24:53.744Z] e1996a59bb93: Preparing [2021-02-18T15:24:53.744Z] 379067d0cb53: Preparing [2021-02-18T15:24:53.744Z] 379067d0cb53: Layer already exists [2021-02-18T15:24:53.744Z] 068e8a933924: Layer already exists [2021-02-18T15:24:53.744Z] e1996a59bb93: Layer already exists [2021-02-18T15:24:53.744Z] 420a6375335d: Layer already exists [2021-02-18T15:24:53.744Z] 4c822ec7c9db: Layer already exists [2021-02-18T15:24:54.013Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95: digest: sha256:0dd1c0da5bf006563e5c1a0baced0bf72697efc2f686bc81a78a18ec569e6986 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:24:54.351Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:24:54.687Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-02-18T15:24:54.688Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-18T15:24:54.688Z] 068e8a933924: Preparing [2021-02-18T15:24:54.688Z] 4c822ec7c9db: Preparing [2021-02-18T15:24:54.688Z] 420a6375335d: Preparing [2021-02-18T15:24:54.688Z] e1996a59bb93: Preparing [2021-02-18T15:24:54.688Z] 379067d0cb53: Preparing [2021-02-18T15:24:54.688Z] 379067d0cb53: Layer already exists [2021-02-18T15:24:54.688Z] 068e8a933924: Layer already exists [2021-02-18T15:24:54.688Z] e1996a59bb93: Layer already exists [2021-02-18T15:24:54.688Z] 4c822ec7c9db: Layer already exists [2021-02-18T15:24:54.688Z] 420a6375335d: Layer already exists [2021-02-18T15:24:54.957Z] master: digest: sha256:0dd1c0da5bf006563e5c1a0baced0bf72697efc2f686bc81a78a18ec569e6986 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-18T15:24:55.164Z] ===================================================== [Pipeline] echo [2021-02-18T15:24:55.209Z] taggedImages: [2021-02-18T15:24:55.209Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:24:55.209Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.95 [2021-02-18T15:24:55.209Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [2021-02-18T15:24:55.209Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-02-18T15:24:55.270Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-02-18T15:24:55.270Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:24:55.270Z] 2.0.0-dev.95 [2021-02-18T15:24:55.270Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [2021-02-18T15:24:55.270Z] master [2021-02-18T15:24:55.270Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:24:55.766Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:24:56.141Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:24:56.141Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-18T15:24:56.429Z] 14d3d3b4584a: Preparing [2021-02-18T15:24:56.429Z] 14d3d3b4584a: Preparing [2021-02-18T15:24:56.429Z] 8551b3f6c5d5: Preparing [2021-02-18T15:24:56.429Z] 91428a7f80b4: Preparing [2021-02-18T15:24:56.429Z] 3aa9400b5690: Preparing [2021-02-18T15:24:56.429Z] 420a6375335d: Preparing [2021-02-18T15:24:56.429Z] e5a027542c36: Preparing [2021-02-18T15:24:56.429Z] e5a027542c36: Waiting [2021-02-18T15:24:56.429Z] e5a027542c36: Preparing [2021-02-18T15:24:56.429Z] ebfc2c73a71f: Preparing [2021-02-18T15:24:56.429Z] e8c7208af171: Preparing [2021-02-18T15:24:56.429Z] ebfc2c73a71f: Waiting [2021-02-18T15:24:56.429Z] e8c7208af171: Waiting [2021-02-18T15:24:56.429Z] 379067d0cb53: Preparing [2021-02-18T15:24:56.429Z] 379067d0cb53: Waiting [2021-02-18T15:24:56.429Z] 420a6375335d: Layer already exists [2021-02-18T15:24:56.723Z] 91428a7f80b4: Pushed [2021-02-18T15:24:56.723Z] 8551b3f6c5d5: Pushed [2021-02-18T15:24:56.723Z] e5a027542c36: Pushed [2021-02-18T15:24:56.723Z] 14d3d3b4584a: Pushed [2021-02-18T15:24:56.723Z] 379067d0cb53: Layer already exists [2021-02-18T15:24:56.723Z] ebfc2c73a71f: Pushed [2021-02-18T15:24:56.998Z] e8c7208af171: Pushed [2021-02-18T15:24:59.617Z] 3aa9400b5690: Pushed [2021-02-18T15:24:59.617Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6: digest: sha256:3b60597ee1952562e5c276607683c3ce1dacb9b4bfe65346b64c333505cbdb0d size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:24:59.959Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.95 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:25:00.295Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.95 [2021-02-18T15:25:00.295Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-18T15:25:00.295Z] 14d3d3b4584a: Preparing [2021-02-18T15:25:00.295Z] 14d3d3b4584a: Preparing [2021-02-18T15:25:00.295Z] 8551b3f6c5d5: Preparing [2021-02-18T15:25:00.295Z] 91428a7f80b4: Preparing [2021-02-18T15:25:00.295Z] 3aa9400b5690: Preparing [2021-02-18T15:25:00.295Z] 420a6375335d: Preparing [2021-02-18T15:25:00.295Z] e5a027542c36: Preparing [2021-02-18T15:25:00.295Z] e5a027542c36: Preparing [2021-02-18T15:25:00.295Z] ebfc2c73a71f: Preparing [2021-02-18T15:25:00.295Z] e8c7208af171: Preparing [2021-02-18T15:25:00.295Z] 379067d0cb53: Preparing [2021-02-18T15:25:00.295Z] ebfc2c73a71f: Waiting [2021-02-18T15:25:00.295Z] e8c7208af171: Waiting [2021-02-18T15:25:00.295Z] 379067d0cb53: Waiting [2021-02-18T15:25:00.295Z] e5a027542c36: Waiting [2021-02-18T15:25:00.567Z] 420a6375335d: Layer already exists [2021-02-18T15:25:00.567Z] 8551b3f6c5d5: Layer already exists [2021-02-18T15:25:00.567Z] 3aa9400b5690: Layer already exists [2021-02-18T15:25:00.567Z] 14d3d3b4584a: Layer already exists [2021-02-18T15:25:00.567Z] 91428a7f80b4: Layer already exists [2021-02-18T15:25:00.567Z] e5a027542c36: Layer already exists [2021-02-18T15:25:00.567Z] ebfc2c73a71f: Layer already exists [2021-02-18T15:25:00.567Z] e8c7208af171: Layer already exists [2021-02-18T15:25:00.567Z] 379067d0cb53: Layer already exists [2021-02-18T15:25:00.567Z] 2.0.0-dev.95: digest: sha256:3b60597ee1952562e5c276607683c3ce1dacb9b4bfe65346b64c333505cbdb0d size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:25:00.905Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:25:01.240Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [2021-02-18T15:25:01.240Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-18T15:25:01.240Z] 14d3d3b4584a: Preparing [2021-02-18T15:25:01.240Z] 14d3d3b4584a: Preparing [2021-02-18T15:25:01.240Z] 8551b3f6c5d5: Preparing [2021-02-18T15:25:01.240Z] 91428a7f80b4: Preparing [2021-02-18T15:25:01.240Z] 3aa9400b5690: Preparing [2021-02-18T15:25:01.240Z] 420a6375335d: Preparing [2021-02-18T15:25:01.240Z] e5a027542c36: Preparing [2021-02-18T15:25:01.240Z] e5a027542c36: Preparing [2021-02-18T15:25:01.240Z] ebfc2c73a71f: Preparing [2021-02-18T15:25:01.240Z] e8c7208af171: Preparing [2021-02-18T15:25:01.240Z] 379067d0cb53: Preparing [2021-02-18T15:25:01.240Z] e5a027542c36: Waiting [2021-02-18T15:25:01.240Z] ebfc2c73a71f: Waiting [2021-02-18T15:25:01.240Z] e8c7208af171: Waiting [2021-02-18T15:25:01.240Z] 379067d0cb53: Waiting [2021-02-18T15:25:01.511Z] 420a6375335d: Layer already exists [2021-02-18T15:25:01.511Z] 3aa9400b5690: Layer already exists [2021-02-18T15:25:01.511Z] 8551b3f6c5d5: Layer already exists [2021-02-18T15:25:01.511Z] 14d3d3b4584a: Layer already exists [2021-02-18T15:25:01.511Z] 91428a7f80b4: Layer already exists [2021-02-18T15:25:01.511Z] e5a027542c36: Layer already exists [2021-02-18T15:25:01.511Z] ebfc2c73a71f: Layer already exists [2021-02-18T15:25:01.511Z] 379067d0cb53: Layer already exists [2021-02-18T15:25:01.511Z] e8c7208af171: Layer already exists [2021-02-18T15:25:01.511Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95: digest: sha256:3b60597ee1952562e5c276607683c3ce1dacb9b4bfe65346b64c333505cbdb0d size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:25:01.852Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:25:02.187Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-02-18T15:25:02.187Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-18T15:25:02.187Z] 14d3d3b4584a: Preparing [2021-02-18T15:25:02.187Z] 14d3d3b4584a: Preparing [2021-02-18T15:25:02.187Z] 8551b3f6c5d5: Preparing [2021-02-18T15:25:02.187Z] 91428a7f80b4: Preparing [2021-02-18T15:25:02.187Z] 3aa9400b5690: Preparing [2021-02-18T15:25:02.187Z] 420a6375335d: Preparing [2021-02-18T15:25:02.187Z] e5a027542c36: Preparing [2021-02-18T15:25:02.187Z] e5a027542c36: Preparing [2021-02-18T15:25:02.187Z] ebfc2c73a71f: Preparing [2021-02-18T15:25:02.187Z] e8c7208af171: Preparing [2021-02-18T15:25:02.187Z] 379067d0cb53: Preparing [2021-02-18T15:25:02.187Z] e5a027542c36: Waiting [2021-02-18T15:25:02.187Z] ebfc2c73a71f: Waiting [2021-02-18T15:25:02.187Z] e8c7208af171: Waiting [2021-02-18T15:25:02.187Z] 379067d0cb53: Waiting [2021-02-18T15:25:02.457Z] 420a6375335d: Layer already exists [2021-02-18T15:25:02.457Z] 8551b3f6c5d5: Layer already exists [2021-02-18T15:25:02.457Z] 3aa9400b5690: Layer already exists [2021-02-18T15:25:02.457Z] 14d3d3b4584a: Layer already exists [2021-02-18T15:25:02.457Z] 91428a7f80b4: Layer already exists [2021-02-18T15:25:02.457Z] e5a027542c36: Layer already exists [2021-02-18T15:25:02.457Z] ebfc2c73a71f: Layer already exists [2021-02-18T15:25:02.457Z] e8c7208af171: Layer already exists [2021-02-18T15:25:02.457Z] 379067d0cb53: Layer already exists [2021-02-18T15:25:02.457Z] master: digest: sha256:3b60597ee1952562e5c276607683c3ce1dacb9b4bfe65346b64c333505cbdb0d size: 2609 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-18T15:25:02.637Z] ===================================================== [Pipeline] echo [2021-02-18T15:25:02.682Z] taggedImages: [2021-02-18T15:25:02.683Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:25:02.683Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.95 [2021-02-18T15:25:02.683Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [2021-02-18T15:25:02.683Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-02-18T15:25:02.742Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-02-18T15:25:02.742Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:25:02.742Z] 2.0.0-dev.95 [2021-02-18T15:25:02.742Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [2021-02-18T15:25:02.742Z] master [2021-02-18T15:25:02.742Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:25:03.235Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:25:03.564Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:25:03.564Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-18T15:25:03.564Z] 17268c3ad10c: Preparing [2021-02-18T15:25:03.564Z] 87bb3e93b21b: Preparing [2021-02-18T15:25:03.564Z] 826facf7f1b8: Preparing [2021-02-18T15:25:03.564Z] 28f90aee5966: Preparing [2021-02-18T15:25:03.564Z] 39033d58b0f1: Preparing [2021-02-18T15:25:03.564Z] 379067d0cb53: Preparing [2021-02-18T15:25:03.564Z] 379067d0cb53: Waiting [2021-02-18T15:25:04.159Z] 826facf7f1b8: Pushed [2021-02-18T15:25:04.159Z] 28f90aee5966: Pushed [2021-02-18T15:25:04.159Z] 379067d0cb53: Layer already exists [2021-02-18T15:25:04.430Z] 39033d58b0f1: Pushed [2021-02-18T15:25:05.857Z] 87bb3e93b21b: Pushed [2021-02-18T15:25:06.126Z] 17268c3ad10c: Pushed [2021-02-18T15:25:06.395Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6: digest: sha256:36162c1f1bc4caaa53e641cd60d712195d9a90c5cb0a438f8f916bdf0bea3e54 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:25:06.733Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.95 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:25:07.074Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.95 [2021-02-18T15:25:07.074Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-18T15:25:07.074Z] 17268c3ad10c: Preparing [2021-02-18T15:25:07.074Z] 87bb3e93b21b: Preparing [2021-02-18T15:25:07.074Z] 826facf7f1b8: Preparing [2021-02-18T15:25:07.074Z] 28f90aee5966: Preparing [2021-02-18T15:25:07.074Z] 39033d58b0f1: Preparing [2021-02-18T15:25:07.074Z] 379067d0cb53: Preparing [2021-02-18T15:25:07.074Z] 379067d0cb53: Waiting [2021-02-18T15:25:07.074Z] 826facf7f1b8: Layer already exists [2021-02-18T15:25:07.074Z] 17268c3ad10c: Layer already exists [2021-02-18T15:25:07.074Z] 28f90aee5966: Layer already exists [2021-02-18T15:25:07.074Z] 39033d58b0f1: Layer already exists [2021-02-18T15:25:07.074Z] 87bb3e93b21b: Layer already exists [2021-02-18T15:25:07.074Z] 379067d0cb53: Layer already exists [2021-02-18T15:25:07.343Z] 2.0.0-dev.95: digest: sha256:36162c1f1bc4caaa53e641cd60d712195d9a90c5cb0a438f8f916bdf0bea3e54 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:25:07.682Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:25:08.019Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [2021-02-18T15:25:08.019Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-18T15:25:08.019Z] 17268c3ad10c: Preparing [2021-02-18T15:25:08.019Z] 87bb3e93b21b: Preparing [2021-02-18T15:25:08.019Z] 826facf7f1b8: Preparing [2021-02-18T15:25:08.019Z] 28f90aee5966: Preparing [2021-02-18T15:25:08.019Z] 39033d58b0f1: Preparing [2021-02-18T15:25:08.019Z] 379067d0cb53: Preparing [2021-02-18T15:25:08.019Z] 379067d0cb53: Waiting [2021-02-18T15:25:08.019Z] 87bb3e93b21b: Layer already exists [2021-02-18T15:25:08.019Z] 39033d58b0f1: Layer already exists [2021-02-18T15:25:08.019Z] 17268c3ad10c: Layer already exists [2021-02-18T15:25:08.019Z] 826facf7f1b8: Layer already exists [2021-02-18T15:25:08.019Z] 28f90aee5966: Layer already exists [2021-02-18T15:25:08.019Z] 379067d0cb53: Layer already exists [2021-02-18T15:25:08.289Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95: digest: sha256:36162c1f1bc4caaa53e641cd60d712195d9a90c5cb0a438f8f916bdf0bea3e54 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:25:08.629Z] + 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-18T15:25:08.958Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-02-18T15:25:08.958Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-18T15:25:08.958Z] 17268c3ad10c: Preparing [2021-02-18T15:25:08.958Z] 87bb3e93b21b: Preparing [2021-02-18T15:25:08.958Z] 826facf7f1b8: Preparing [2021-02-18T15:25:08.958Z] 28f90aee5966: Preparing [2021-02-18T15:25:08.958Z] 39033d58b0f1: Preparing [2021-02-18T15:25:08.958Z] 379067d0cb53: Preparing [2021-02-18T15:25:08.958Z] 379067d0cb53: Waiting [2021-02-18T15:25:08.958Z] 39033d58b0f1: Layer already exists [2021-02-18T15:25:08.958Z] 826facf7f1b8: Layer already exists [2021-02-18T15:25:09.228Z] 87bb3e93b21b: Layer already exists [2021-02-18T15:25:09.228Z] 17268c3ad10c: Layer already exists [2021-02-18T15:25:09.228Z] 28f90aee5966: Layer already exists [2021-02-18T15:25:09.228Z] 379067d0cb53: Layer already exists [2021-02-18T15:25:09.228Z] master: digest: sha256:36162c1f1bc4caaa53e641cd60d712195d9a90c5cb0a438f8f916bdf0bea3e54 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-18T15:25:09.428Z] ===================================================== [Pipeline] echo [2021-02-18T15:25:09.478Z] taggedImages: [2021-02-18T15:25:09.478Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:25:09.478Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.95 [2021-02-18T15:25:09.478Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [2021-02-18T15:25:09.478Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-02-18T15:25:09.545Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-02-18T15:25:09.545Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:25:09.545Z] 2.0.0-dev.95 [2021-02-18T15:25:09.545Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [2021-02-18T15:25:09.545Z] master [2021-02-18T15:25:09.545Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:25:10.078Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:25:10.410Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:25:10.410Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-18T15:25:10.410Z] 0563e933ae83: Preparing [2021-02-18T15:25:10.410Z] a5182471416c: Preparing [2021-02-18T15:25:10.410Z] 1a252bc9e67e: Preparing [2021-02-18T15:25:10.410Z] 22479d2c6f22: Preparing [2021-02-18T15:25:10.410Z] 630f506a33a8: Preparing [2021-02-18T15:25:10.410Z] 352dec70dcb6: Preparing [2021-02-18T15:25:10.410Z] 9d24a14f1227: Preparing [2021-02-18T15:25:10.410Z] e3fd7e9b29ee: Preparing [2021-02-18T15:25:10.410Z] 379067d0cb53: Preparing [2021-02-18T15:25:10.410Z] 9d24a14f1227: Waiting [2021-02-18T15:25:10.410Z] e3fd7e9b29ee: Waiting [2021-02-18T15:25:10.410Z] 379067d0cb53: Waiting [2021-02-18T15:25:10.410Z] 352dec70dcb6: Waiting [2021-02-18T15:25:10.690Z] 630f506a33a8: Pushed [2021-02-18T15:25:10.690Z] 0563e933ae83: Pushed [2021-02-18T15:25:10.690Z] a5182471416c: Pushed [2021-02-18T15:25:10.965Z] 352dec70dcb6: Pushed [2021-02-18T15:25:10.965Z] 9d24a14f1227: Pushed [2021-02-18T15:25:10.965Z] 379067d0cb53: Layer already exists [2021-02-18T15:25:11.556Z] e3fd7e9b29ee: Pushed [2021-02-18T15:25:12.979Z] 22479d2c6f22: Pushed [2021-02-18T15:25:12.979Z] 1a252bc9e67e: Pushed [2021-02-18T15:25:12.979Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6: digest: sha256:08ee51c12ae04467a9952ef4b0b97d956bc828099139003a8105f36a5a1c3828 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:25:13.315Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.95 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:25:13.646Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.95 [2021-02-18T15:25:13.646Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-18T15:25:13.646Z] 0563e933ae83: Preparing [2021-02-18T15:25:13.646Z] a5182471416c: Preparing [2021-02-18T15:25:13.646Z] 1a252bc9e67e: Preparing [2021-02-18T15:25:13.646Z] 22479d2c6f22: Preparing [2021-02-18T15:25:13.646Z] 630f506a33a8: Preparing [2021-02-18T15:25:13.646Z] 352dec70dcb6: Preparing [2021-02-18T15:25:13.646Z] 9d24a14f1227: Preparing [2021-02-18T15:25:13.646Z] e3fd7e9b29ee: Preparing [2021-02-18T15:25:13.646Z] 379067d0cb53: Preparing [2021-02-18T15:25:13.646Z] 352dec70dcb6: Waiting [2021-02-18T15:25:13.646Z] 9d24a14f1227: Waiting [2021-02-18T15:25:13.646Z] e3fd7e9b29ee: Waiting [2021-02-18T15:25:13.646Z] 379067d0cb53: Waiting [2021-02-18T15:25:13.917Z] 0563e933ae83: Layer already exists [2021-02-18T15:25:13.917Z] 22479d2c6f22: Layer already exists [2021-02-18T15:25:13.917Z] 1a252bc9e67e: Layer already exists [2021-02-18T15:25:13.917Z] 630f506a33a8: Layer already exists [2021-02-18T15:25:13.917Z] 352dec70dcb6: Layer already exists [2021-02-18T15:25:13.917Z] a5182471416c: Layer already exists [2021-02-18T15:25:13.917Z] 9d24a14f1227: Layer already exists [2021-02-18T15:25:13.917Z] e3fd7e9b29ee: Layer already exists [2021-02-18T15:25:13.917Z] 379067d0cb53: Layer already exists [2021-02-18T15:25:13.917Z] 2.0.0-dev.95: digest: sha256:08ee51c12ae04467a9952ef4b0b97d956bc828099139003a8105f36a5a1c3828 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:25:14.257Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:25:14.588Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [2021-02-18T15:25:14.588Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-18T15:25:14.588Z] 0563e933ae83: Preparing [2021-02-18T15:25:14.588Z] a5182471416c: Preparing [2021-02-18T15:25:14.588Z] 1a252bc9e67e: Preparing [2021-02-18T15:25:14.588Z] 22479d2c6f22: Preparing [2021-02-18T15:25:14.588Z] 630f506a33a8: Preparing [2021-02-18T15:25:14.588Z] 352dec70dcb6: Preparing [2021-02-18T15:25:14.588Z] 9d24a14f1227: Preparing [2021-02-18T15:25:14.588Z] e3fd7e9b29ee: Preparing [2021-02-18T15:25:14.588Z] 379067d0cb53: Preparing [2021-02-18T15:25:14.588Z] 9d24a14f1227: Waiting [2021-02-18T15:25:14.588Z] 379067d0cb53: Waiting [2021-02-18T15:25:14.588Z] e3fd7e9b29ee: Waiting [2021-02-18T15:25:14.588Z] 352dec70dcb6: Waiting [2021-02-18T15:25:14.857Z] 630f506a33a8: Layer already exists [2021-02-18T15:25:14.857Z] 0563e933ae83: Layer already exists [2021-02-18T15:25:14.857Z] 22479d2c6f22: Layer already exists [2021-02-18T15:25:14.857Z] 1a252bc9e67e: Layer already exists [2021-02-18T15:25:14.857Z] a5182471416c: Layer already exists [2021-02-18T15:25:14.857Z] 352dec70dcb6: Layer already exists [2021-02-18T15:25:14.857Z] 9d24a14f1227: Layer already exists [2021-02-18T15:25:14.857Z] 379067d0cb53: Layer already exists [2021-02-18T15:25:14.857Z] e3fd7e9b29ee: Layer already exists [2021-02-18T15:25:14.857Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95: digest: sha256:08ee51c12ae04467a9952ef4b0b97d956bc828099139003a8105f36a5a1c3828 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:25:15.194Z] + 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-18T15:25:15.528Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-02-18T15:25:15.528Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-18T15:25:15.528Z] 0563e933ae83: Preparing [2021-02-18T15:25:15.528Z] a5182471416c: Preparing [2021-02-18T15:25:15.528Z] 1a252bc9e67e: Preparing [2021-02-18T15:25:15.528Z] 22479d2c6f22: Preparing [2021-02-18T15:25:15.528Z] 630f506a33a8: Preparing [2021-02-18T15:25:15.528Z] 352dec70dcb6: Preparing [2021-02-18T15:25:15.528Z] 9d24a14f1227: Preparing [2021-02-18T15:25:15.528Z] e3fd7e9b29ee: Preparing [2021-02-18T15:25:15.528Z] 379067d0cb53: Preparing [2021-02-18T15:25:15.528Z] 9d24a14f1227: Waiting [2021-02-18T15:25:15.528Z] 352dec70dcb6: Waiting [2021-02-18T15:25:15.528Z] 379067d0cb53: Waiting [2021-02-18T15:25:15.528Z] e3fd7e9b29ee: Waiting [2021-02-18T15:25:15.528Z] 1a252bc9e67e: Layer already exists [2021-02-18T15:25:15.528Z] 22479d2c6f22: Layer already exists [2021-02-18T15:25:15.528Z] 630f506a33a8: Layer already exists [2021-02-18T15:25:15.528Z] a5182471416c: Layer already exists [2021-02-18T15:25:15.528Z] 352dec70dcb6: Layer already exists [2021-02-18T15:25:15.528Z] 0563e933ae83: Layer already exists [2021-02-18T15:25:15.799Z] 9d24a14f1227: Layer already exists [2021-02-18T15:25:15.799Z] 379067d0cb53: Layer already exists [2021-02-18T15:25:15.799Z] e3fd7e9b29ee: Layer already exists [2021-02-18T15:25:15.799Z] master: digest: sha256:08ee51c12ae04467a9952ef4b0b97d956bc828099139003a8105f36a5a1c3828 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-18T15:25:15.991Z] ===================================================== [Pipeline] echo [2021-02-18T15:25:16.037Z] taggedImages: [2021-02-18T15:25:16.037Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:25:16.037Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.95 [2021-02-18T15:25:16.037Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [2021-02-18T15:25:16.037Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-02-18T15:25:16.103Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-02-18T15:25:16.103Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:25:16.103Z] 2.0.0-dev.95 [2021-02-18T15:25:16.103Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [2021-02-18T15:25:16.103Z] master [2021-02-18T15:25:16.103Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:25:16.654Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:25:16.986Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:25:16.986Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-18T15:25:16.986Z] 02e79beaa787: Preparing [2021-02-18T15:25:16.986Z] 1b1f563e9a08: Preparing [2021-02-18T15:25:16.986Z] 420a6375335d: Preparing [2021-02-18T15:25:16.986Z] ed99211c7ac6: Preparing [2021-02-18T15:25:16.986Z] 379067d0cb53: Preparing [2021-02-18T15:25:17.257Z] 379067d0cb53: Layer already exists [2021-02-18T15:25:17.257Z] 420a6375335d: Layer already exists [2021-02-18T15:25:17.257Z] 02e79beaa787: Pushed [2021-02-18T15:25:17.527Z] ed99211c7ac6: Pushed [2021-02-18T15:25:20.124Z] 1b1f563e9a08: Pushed [2021-02-18T15:25:20.124Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6: digest: sha256:47b9792f51c503c381b106312871626190f1e6041b5ce32574328d5ef7d19e55 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:25:20.489Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.95 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:25:20.840Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.95 [2021-02-18T15:25:20.840Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-18T15:25:20.840Z] 02e79beaa787: Preparing [2021-02-18T15:25:20.840Z] 1b1f563e9a08: Preparing [2021-02-18T15:25:20.840Z] 420a6375335d: Preparing [2021-02-18T15:25:20.840Z] ed99211c7ac6: Preparing [2021-02-18T15:25:20.840Z] 379067d0cb53: Preparing [2021-02-18T15:25:21.112Z] 02e79beaa787: Layer already exists [2021-02-18T15:25:21.112Z] ed99211c7ac6: Layer already exists [2021-02-18T15:25:21.112Z] 379067d0cb53: Layer already exists [2021-02-18T15:25:21.112Z] 420a6375335d: Layer already exists [2021-02-18T15:25:21.112Z] 1b1f563e9a08: Layer already exists [2021-02-18T15:25:21.112Z] 2.0.0-dev.95: digest: sha256:47b9792f51c503c381b106312871626190f1e6041b5ce32574328d5ef7d19e55 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:25:21.453Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:25:21.794Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [2021-02-18T15:25:21.794Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-18T15:25:21.794Z] 02e79beaa787: Preparing [2021-02-18T15:25:21.794Z] 1b1f563e9a08: Preparing [2021-02-18T15:25:21.794Z] 420a6375335d: Preparing [2021-02-18T15:25:21.794Z] ed99211c7ac6: Preparing [2021-02-18T15:25:21.794Z] 379067d0cb53: Preparing [2021-02-18T15:25:21.794Z] 02e79beaa787: Layer already exists [2021-02-18T15:25:21.794Z] 1b1f563e9a08: Layer already exists [2021-02-18T15:25:21.794Z] 379067d0cb53: Layer already exists [2021-02-18T15:25:21.794Z] ed99211c7ac6: Layer already exists [2021-02-18T15:25:21.794Z] 420a6375335d: Layer already exists [2021-02-18T15:25:22.062Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95: digest: sha256:47b9792f51c503c381b106312871626190f1e6041b5ce32574328d5ef7d19e55 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:25:22.390Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:25:22.719Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-02-18T15:25:22.719Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-18T15:25:22.719Z] 02e79beaa787: Preparing [2021-02-18T15:25:22.719Z] 1b1f563e9a08: Preparing [2021-02-18T15:25:22.719Z] 420a6375335d: Preparing [2021-02-18T15:25:22.719Z] ed99211c7ac6: Preparing [2021-02-18T15:25:22.719Z] 379067d0cb53: Preparing [2021-02-18T15:25:22.719Z] 420a6375335d: Layer already exists [2021-02-18T15:25:22.719Z] 379067d0cb53: Layer already exists [2021-02-18T15:25:22.719Z] 1b1f563e9a08: Layer already exists [2021-02-18T15:25:22.719Z] ed99211c7ac6: Layer already exists [2021-02-18T15:25:22.719Z] 02e79beaa787: Layer already exists [2021-02-18T15:25:22.987Z] master: digest: sha256:47b9792f51c503c381b106312871626190f1e6041b5ce32574328d5ef7d19e55 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-18T15:25:23.523Z] ===================================================== [Pipeline] echo [2021-02-18T15:25:23.577Z] taggedImages: [2021-02-18T15:25:23.578Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:25:23.578Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.95 [2021-02-18T15:25:23.578Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [2021-02-18T15:25:23.578Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-02-18T15:25:23.643Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-02-18T15:25:23.643Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:25:23.643Z] 2.0.0-dev.95 [2021-02-18T15:25:23.643Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [2021-02-18T15:25:23.643Z] master [2021-02-18T15:25:23.643Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:25:24.132Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:25:24.464Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:25:24.465Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-18T15:25:24.465Z] 82ed913098ad: Preparing [2021-02-18T15:25:24.465Z] ce343c1e7116: Preparing [2021-02-18T15:25:24.465Z] 420a6375335d: Preparing [2021-02-18T15:25:24.465Z] e1996a59bb93: Preparing [2021-02-18T15:25:24.465Z] 379067d0cb53: Preparing [2021-02-18T15:25:24.737Z] 379067d0cb53: Layer already exists [2021-02-18T15:25:24.737Z] 420a6375335d: Layer already exists [2021-02-18T15:25:24.737Z] e1996a59bb93: Layer already exists [2021-02-18T15:25:24.737Z] 82ed913098ad: Pushed [2021-02-18T15:25:27.343Z] ce343c1e7116: Pushed [2021-02-18T15:25:27.343Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6: digest: sha256:9496e1c8e7b261d56fc8059faae27c8c934b1dded2a40393215cda58bf7c6c73 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:25:27.681Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.95 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:25:28.010Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.95 [2021-02-18T15:25:28.010Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-18T15:25:28.010Z] 82ed913098ad: Preparing [2021-02-18T15:25:28.010Z] ce343c1e7116: Preparing [2021-02-18T15:25:28.010Z] 420a6375335d: Preparing [2021-02-18T15:25:28.010Z] e1996a59bb93: Preparing [2021-02-18T15:25:28.010Z] 379067d0cb53: Preparing [2021-02-18T15:25:28.010Z] 379067d0cb53: Layer already exists [2021-02-18T15:25:28.010Z] 82ed913098ad: Layer already exists [2021-02-18T15:25:28.010Z] ce343c1e7116: Layer already exists [2021-02-18T15:25:28.010Z] 420a6375335d: Layer already exists [2021-02-18T15:25:28.281Z] e1996a59bb93: Layer already exists [2021-02-18T15:25:28.281Z] 2.0.0-dev.95: digest: sha256:9496e1c8e7b261d56fc8059faae27c8c934b1dded2a40393215cda58bf7c6c73 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:25:28.615Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:25:28.946Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [2021-02-18T15:25:28.946Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-18T15:25:28.946Z] 82ed913098ad: Preparing [2021-02-18T15:25:28.946Z] ce343c1e7116: Preparing [2021-02-18T15:25:28.946Z] 420a6375335d: Preparing [2021-02-18T15:25:28.946Z] e1996a59bb93: Preparing [2021-02-18T15:25:28.946Z] 379067d0cb53: Preparing [2021-02-18T15:25:28.946Z] 82ed913098ad: Layer already exists [2021-02-18T15:25:28.946Z] 379067d0cb53: Layer already exists [2021-02-18T15:25:28.946Z] e1996a59bb93: Layer already exists [2021-02-18T15:25:28.946Z] ce343c1e7116: Layer already exists [2021-02-18T15:25:28.946Z] 420a6375335d: Layer already exists [2021-02-18T15:25:29.216Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95: digest: sha256:9496e1c8e7b261d56fc8059faae27c8c934b1dded2a40393215cda58bf7c6c73 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:25:29.550Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:25:29.879Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-02-18T15:25:29.880Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-18T15:25:29.880Z] 82ed913098ad: Preparing [2021-02-18T15:25:29.880Z] ce343c1e7116: Preparing [2021-02-18T15:25:29.880Z] 420a6375335d: Preparing [2021-02-18T15:25:29.880Z] e1996a59bb93: Preparing [2021-02-18T15:25:29.880Z] 379067d0cb53: Preparing [2021-02-18T15:25:29.880Z] 420a6375335d: Layer already exists [2021-02-18T15:25:29.880Z] 379067d0cb53: Layer already exists [2021-02-18T15:25:29.880Z] 82ed913098ad: Layer already exists [2021-02-18T15:25:30.150Z] ce343c1e7116: Layer already exists [2021-02-18T15:25:30.150Z] e1996a59bb93: Layer already exists [2021-02-18T15:25:30.150Z] master: digest: sha256:9496e1c8e7b261d56fc8059faae27c8c934b1dded2a40393215cda58bf7c6c73 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-18T15:25:30.373Z] ===================================================== [Pipeline] echo [2021-02-18T15:25:30.439Z] taggedImages: [2021-02-18T15:25:30.439Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:25:30.439Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.95 [2021-02-18T15:25:30.439Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [2021-02-18T15:25:30.439Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-02-18T15:25:30.500Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-02-18T15:25:30.500Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:25:30.500Z] 2.0.0-dev.95 [2021-02-18T15:25:30.500Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [2021-02-18T15:25:30.500Z] master [2021-02-18T15:25:30.500Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:25:31.023Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:25:31.354Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:25:31.355Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-18T15:25:31.355Z] fcf8c508a191: Preparing [2021-02-18T15:25:31.355Z] 95c838f2822c: Preparing [2021-02-18T15:25:31.355Z] 958b0726a178: Preparing [2021-02-18T15:25:31.355Z] 35a5278df322: Preparing [2021-02-18T15:25:31.355Z] 4e8a19c96b55: Preparing [2021-02-18T15:25:31.355Z] 69b32dbdc110: Preparing [2021-02-18T15:25:31.355Z] 32d585a293f7: Preparing [2021-02-18T15:25:31.355Z] 9ded3b6bb9b5: Preparing [2021-02-18T15:25:31.355Z] fa1afe8e6ed9: Preparing [2021-02-18T15:25:31.355Z] 87a09b4c083e: Preparing [2021-02-18T15:25:31.355Z] 0f74e9ff2a61: Preparing [2021-02-18T15:25:31.355Z] b122376c33c6: Preparing [2021-02-18T15:25:31.355Z] f8381ed47b22: Preparing [2021-02-18T15:25:31.355Z] e934a737d657: Preparing [2021-02-18T15:25:31.355Z] 9ded3b6bb9b5: Waiting [2021-02-18T15:25:31.355Z] fa1afe8e6ed9: Waiting [2021-02-18T15:25:31.355Z] 32d585a293f7: Waiting [2021-02-18T15:25:31.355Z] 87a09b4c083e: Waiting [2021-02-18T15:25:31.355Z] 0f74e9ff2a61: Waiting [2021-02-18T15:25:31.355Z] b122376c33c6: Waiting [2021-02-18T15:25:31.355Z] f8381ed47b22: Waiting [2021-02-18T15:25:31.355Z] e934a737d657: Waiting [2021-02-18T15:25:31.355Z] 69b32dbdc110: Waiting [2021-02-18T15:25:31.947Z] 4e8a19c96b55: Pushed [2021-02-18T15:25:32.226Z] fcf8c508a191: Pushed [2021-02-18T15:25:32.822Z] 35a5278df322: Pushed [2021-02-18T15:25:32.822Z] 9ded3b6bb9b5: Layer already exists [2021-02-18T15:25:32.822Z] 32d585a293f7: Pushed [2021-02-18T15:25:32.822Z] fa1afe8e6ed9: Layer already exists [2021-02-18T15:25:32.822Z] 87a09b4c083e: Layer already exists [2021-02-18T15:25:32.822Z] 0f74e9ff2a61: Layer already exists [2021-02-18T15:25:32.822Z] b122376c33c6: Layer already exists [2021-02-18T15:25:32.822Z] f8381ed47b22: Layer already exists [2021-02-18T15:25:33.095Z] e934a737d657: Layer already exists [2021-02-18T15:25:33.366Z] 95c838f2822c: Pushed [2021-02-18T15:25:34.333Z] 69b32dbdc110: Pushed [2021-02-18T15:25:44.429Z] 958b0726a178: Pushed [2021-02-18T15:25:44.429Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6: digest: sha256:77563c01f6fcc9439487fc53270cf1fe551066f39ee634e8297ce04489a5608b size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:25:44.767Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.95 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:25:45.114Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.95 [2021-02-18T15:25:45.114Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-18T15:25:45.114Z] fcf8c508a191: Preparing [2021-02-18T15:25:45.114Z] 95c838f2822c: Preparing [2021-02-18T15:25:45.114Z] 958b0726a178: Preparing [2021-02-18T15:25:45.114Z] 35a5278df322: Preparing [2021-02-18T15:25:45.114Z] 4e8a19c96b55: Preparing [2021-02-18T15:25:45.114Z] 69b32dbdc110: Preparing [2021-02-18T15:25:45.114Z] 32d585a293f7: Preparing [2021-02-18T15:25:45.114Z] 9ded3b6bb9b5: Preparing [2021-02-18T15:25:45.114Z] fa1afe8e6ed9: Preparing [2021-02-18T15:25:45.114Z] 87a09b4c083e: Preparing [2021-02-18T15:25:45.114Z] 0f74e9ff2a61: Preparing [2021-02-18T15:25:45.114Z] b122376c33c6: Preparing [2021-02-18T15:25:45.114Z] f8381ed47b22: Preparing [2021-02-18T15:25:45.114Z] 87a09b4c083e: Waiting [2021-02-18T15:25:45.114Z] 0f74e9ff2a61: Waiting [2021-02-18T15:25:45.114Z] b122376c33c6: Waiting [2021-02-18T15:25:45.114Z] 32d585a293f7: Waiting [2021-02-18T15:25:45.114Z] e934a737d657: Preparing [2021-02-18T15:25:45.114Z] 9ded3b6bb9b5: Waiting [2021-02-18T15:25:45.114Z] fa1afe8e6ed9: Waiting [2021-02-18T15:25:45.114Z] f8381ed47b22: Waiting [2021-02-18T15:25:45.114Z] e934a737d657: Waiting [2021-02-18T15:25:45.114Z] 69b32dbdc110: Waiting [2021-02-18T15:25:45.114Z] 95c838f2822c: Layer already exists [2021-02-18T15:25:45.114Z] fcf8c508a191: Layer already exists [2021-02-18T15:25:45.114Z] 35a5278df322: Layer already exists [2021-02-18T15:25:45.114Z] 958b0726a178: Layer already exists [2021-02-18T15:25:45.114Z] 4e8a19c96b55: Layer already exists [2021-02-18T15:25:45.384Z] 32d585a293f7: Layer already exists [2021-02-18T15:25:45.384Z] 69b32dbdc110: Layer already exists [2021-02-18T15:25:45.384Z] 9ded3b6bb9b5: Layer already exists [2021-02-18T15:25:45.384Z] 87a09b4c083e: Layer already exists [2021-02-18T15:25:45.384Z] fa1afe8e6ed9: Layer already exists [2021-02-18T15:25:45.384Z] 0f74e9ff2a61: Layer already exists [2021-02-18T15:25:45.384Z] b122376c33c6: Layer already exists [2021-02-18T15:25:45.384Z] e934a737d657: Layer already exists [2021-02-18T15:25:45.384Z] f8381ed47b22: Layer already exists [2021-02-18T15:25:45.384Z] 2.0.0-dev.95: digest: sha256:77563c01f6fcc9439487fc53270cf1fe551066f39ee634e8297ce04489a5608b size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:25:45.730Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:25:46.063Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [2021-02-18T15:25:46.063Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-18T15:25:46.063Z] fcf8c508a191: Preparing [2021-02-18T15:25:46.063Z] 95c838f2822c: Preparing [2021-02-18T15:25:46.063Z] 958b0726a178: Preparing [2021-02-18T15:25:46.063Z] 35a5278df322: Preparing [2021-02-18T15:25:46.063Z] 4e8a19c96b55: Preparing [2021-02-18T15:25:46.063Z] 69b32dbdc110: Preparing [2021-02-18T15:25:46.063Z] 32d585a293f7: Preparing [2021-02-18T15:25:46.063Z] 9ded3b6bb9b5: Preparing [2021-02-18T15:25:46.063Z] fa1afe8e6ed9: Preparing [2021-02-18T15:25:46.063Z] 87a09b4c083e: Preparing [2021-02-18T15:25:46.063Z] 0f74e9ff2a61: Preparing [2021-02-18T15:25:46.063Z] b122376c33c6: Preparing [2021-02-18T15:25:46.063Z] f8381ed47b22: Preparing [2021-02-18T15:25:46.063Z] e934a737d657: Preparing [2021-02-18T15:25:46.063Z] 69b32dbdc110: Waiting [2021-02-18T15:25:46.063Z] 32d585a293f7: Waiting [2021-02-18T15:25:46.063Z] b122376c33c6: Waiting [2021-02-18T15:25:46.063Z] 9ded3b6bb9b5: Waiting [2021-02-18T15:25:46.063Z] f8381ed47b22: Waiting [2021-02-18T15:25:46.063Z] e934a737d657: Waiting [2021-02-18T15:25:46.063Z] fa1afe8e6ed9: Waiting [2021-02-18T15:25:46.063Z] 0f74e9ff2a61: Waiting [2021-02-18T15:25:46.063Z] 87a09b4c083e: Waiting [2021-02-18T15:25:46.063Z] fcf8c508a191: Layer already exists [2021-02-18T15:25:46.063Z] 958b0726a178: Layer already exists [2021-02-18T15:25:46.063Z] 95c838f2822c: Layer already exists [2021-02-18T15:25:46.063Z] 35a5278df322: Layer already exists [2021-02-18T15:25:46.063Z] 4e8a19c96b55: Layer already exists [2021-02-18T15:25:46.063Z] 32d585a293f7: Layer already exists [2021-02-18T15:25:46.063Z] fa1afe8e6ed9: Layer already exists [2021-02-18T15:25:46.063Z] 9ded3b6bb9b5: Layer already exists [2021-02-18T15:25:46.063Z] 69b32dbdc110: Layer already exists [2021-02-18T15:25:46.063Z] 87a09b4c083e: Layer already exists [2021-02-18T15:25:46.334Z] 0f74e9ff2a61: Layer already exists [2021-02-18T15:25:46.334Z] b122376c33c6: Layer already exists [2021-02-18T15:25:46.334Z] f8381ed47b22: Layer already exists [2021-02-18T15:25:46.334Z] e934a737d657: Layer already exists [2021-02-18T15:25:46.334Z] 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95: digest: sha256:77563c01f6fcc9439487fc53270cf1fe551066f39ee634e8297ce04489a5608b size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:25:46.676Z] + 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-18T15:25:47.012Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-02-18T15:25:47.013Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-18T15:25:47.013Z] fcf8c508a191: Preparing [2021-02-18T15:25:47.013Z] 95c838f2822c: Preparing [2021-02-18T15:25:47.013Z] 958b0726a178: Preparing [2021-02-18T15:25:47.013Z] 35a5278df322: Preparing [2021-02-18T15:25:47.013Z] 4e8a19c96b55: Preparing [2021-02-18T15:25:47.013Z] 69b32dbdc110: Preparing [2021-02-18T15:25:47.013Z] 32d585a293f7: Preparing [2021-02-18T15:25:47.013Z] 9ded3b6bb9b5: Preparing [2021-02-18T15:25:47.013Z] fa1afe8e6ed9: Preparing [2021-02-18T15:25:47.013Z] 87a09b4c083e: Preparing [2021-02-18T15:25:47.013Z] 0f74e9ff2a61: Preparing [2021-02-18T15:25:47.013Z] b122376c33c6: Preparing [2021-02-18T15:25:47.013Z] f8381ed47b22: Preparing [2021-02-18T15:25:47.013Z] e934a737d657: Preparing [2021-02-18T15:25:47.013Z] fa1afe8e6ed9: Waiting [2021-02-18T15:25:47.013Z] 87a09b4c083e: Waiting [2021-02-18T15:25:47.013Z] 0f74e9ff2a61: Waiting [2021-02-18T15:25:47.013Z] b122376c33c6: Waiting [2021-02-18T15:25:47.013Z] 32d585a293f7: Waiting [2021-02-18T15:25:47.013Z] f8381ed47b22: Waiting [2021-02-18T15:25:47.013Z] 69b32dbdc110: Waiting [2021-02-18T15:25:47.013Z] e934a737d657: Waiting [2021-02-18T15:25:47.013Z] 9ded3b6bb9b5: Waiting [2021-02-18T15:25:47.013Z] fcf8c508a191: Layer already exists [2021-02-18T15:25:47.013Z] 4e8a19c96b55: Layer already exists [2021-02-18T15:25:47.013Z] 958b0726a178: Layer already exists [2021-02-18T15:25:47.013Z] 95c838f2822c: Layer already exists [2021-02-18T15:25:47.013Z] 35a5278df322: Layer already exists [2021-02-18T15:25:47.013Z] 69b32dbdc110: Layer already exists [2021-02-18T15:25:47.013Z] 32d585a293f7: Layer already exists [2021-02-18T15:25:47.013Z] 9ded3b6bb9b5: Layer already exists [2021-02-18T15:25:47.013Z] fa1afe8e6ed9: Layer already exists [2021-02-18T15:25:47.013Z] 87a09b4c083e: Layer already exists [2021-02-18T15:25:47.285Z] b122376c33c6: Layer already exists [2021-02-18T15:25:47.285Z] 0f74e9ff2a61: Layer already exists [2021-02-18T15:25:47.285Z] f8381ed47b22: Layer already exists [2021-02-18T15:25:47.285Z] e934a737d657: Layer already exists [2021-02-18T15:25:47.285Z] master: digest: sha256:77563c01f6fcc9439487fc53270cf1fe551066f39ee634e8297ce04489a5608b size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-18T15:25:47.468Z] ===================================================== [Pipeline] echo [2021-02-18T15:25:47.514Z] taggedImages: [2021-02-18T15:25:47.514Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [2021-02-18T15:25:47.514Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.95 [2021-02-18T15:25:47.514Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2dfe06adc26b1e386d7fcdf7d10bde116511fbf6-2.0.0-dev.95 [2021-02-18T15:25:47.514Z] - 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-18T15:25:49.116Z] provisioning config files... [2021-02-18T15:25:49.136Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/361@tmp/config1819981632501212612tmp [Pipeline] { [Pipeline] sh [2021-02-18T15:25:49.510Z] + set +x [2021-02-18T15:25:49.510Z] + curl -s https://codecov.io/bash [2021-02-18T15:25:49.510Z] + bash -s -- [2021-02-18T15:25:50.090Z] [2021-02-18T15:25:50.090Z] _____ _ [2021-02-18T15:25:50.090Z] / ____| | | [2021-02-18T15:25:50.090Z] | | ___ __| | ___ ___ _____ __ [2021-02-18T15:25:50.090Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-18T15:25:50.090Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-18T15:25:50.090Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-18T15:25:50.090Z] Bash-20210129-7c25fce [2021-02-18T15:25:50.090Z] [2021-02-18T15:25:50.090Z] [2021-02-18T15:25:50.090Z] ==> git version 2.24.3 found [2021-02-18T15:25:50.090Z] ==> 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-18T15:25:50.090Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-18T15:25:50.090Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-18T15:25:50.090Z] ==> Jenkins CI detected. [2021-02-18T15:25:50.090Z] project root: . [2021-02-18T15:25:50.090Z] --> token set from env [2021-02-18T15:25:50.090Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-18T15:25:50.090Z] ==> Running gcov in . (disable via -X gcov) [2021-02-18T15:25:50.090Z] ==> Python coveragepy not found [2021-02-18T15:25:50.090Z] ==> Searching for coverage reports in: [2021-02-18T15:25:50.090Z] + . [2021-02-18T15:25:50.090Z] -> Found 1 reports [2021-02-18T15:25:50.090Z] ==> Detecting git/mercurial file structure [2021-02-18T15:25:50.090Z] ==> Reading reports [2021-02-18T15:25:50.353Z] + ./coverage.out bytes=597520 [2021-02-18T15:25:50.353Z] ==> Appending adjustments [2021-02-18T15:25:50.353Z] https://docs.codecov.io/docs/fixing-reports [2021-02-18T15:25:53.669Z] + Found adjustments [2021-02-18T15:25:53.669Z] ==> Gzipping contents [2021-02-18T15:25:53.669Z] 88K /tmp/codecov.NyPGfM.gz [2021-02-18T15:25:53.669Z] ==> Uploading reports [2021-02-18T15:25:53.669Z] url: https://codecov.io [2021-02-18T15:25:53.669Z] query: branch=master&commit=2dfe06adc26b1e386d7fcdf7d10bde116511fbf6&build=361&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F361%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-18T15:25:53.669Z] -> Pinging Codecov [2021-02-18T15:25:53.669Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=2dfe06adc26b1e386d7fcdf7d10bde116511fbf6&build=361&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F361%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-18T15:25:54.244Z] -> Uploading to [2021-02-18T15:25:54.244Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-18/00271124DB129430A58F1EEE437C3FCB/2dfe06adc26b1e386d7fcdf7d10bde116511fbf6/7065155e-d002-4197-8473-7f8f43eef49c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210218%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210218T152553Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ce07d454e685f367dfe0c871b5ac787317a0e0ede57ad53ac5cca845fa345d7f [2021-02-18T15:25:54.244Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-18T15:25:54.244Z] Dload Upload Total Spent Left Speed [2021-02-18T15:25:54.820Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89701 0 0 100 89701 0 141k --:--:-- --:--:-- --:--:-- 141k 100 89701 0 0 100 89701 0 141k --:--:-- --:--:-- --:--:-- 141k [2021-02-18T15:25:54.820Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 [Pipeline] } [2021-02-18T15:25:54.831Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-02-18T15:25:55.626Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-02-18T15:25:55.714Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:25:56.068Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-18T15:25:56.068Z] [2021-02-18T15:25:56.068Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:25:56.418Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-18T15:25:56.419Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-02-18T15:25:56.419Z] 188c0c94c7c5: Already exists [2021-02-18T15:25:56.419Z] 0ef7d3d256c8: Already exists [2021-02-18T15:25:56.419Z] de9db76c5a1d: Already exists [2021-02-18T15:25:56.419Z] 0eba1c9be4d2: Pulling fs layer [2021-02-18T15:25:56.419Z] 0d57e429df01: Pulling fs layer [2021-02-18T15:25:56.419Z] 4e4be7b47b0d: Pulling fs layer [2021-02-18T15:25:56.419Z] e1f770b5df2f: Pulling fs layer [2021-02-18T15:25:56.419Z] 85a0685a4137: Pulling fs layer [2021-02-18T15:25:56.419Z] e1f770b5df2f: Waiting [2021-02-18T15:25:56.419Z] 85a0685a4137: Waiting [2021-02-18T15:25:56.419Z] 0d57e429df01: Verifying Checksum [2021-02-18T15:25:56.419Z] 0d57e429df01: Download complete [2021-02-18T15:25:56.419Z] 4e4be7b47b0d: Download complete [2021-02-18T15:25:58.344Z] e1f770b5df2f: Verifying Checksum [2021-02-18T15:25:58.344Z] e1f770b5df2f: Download complete [2021-02-18T15:26:00.284Z] 0eba1c9be4d2: Verifying Checksum [2021-02-18T15:26:00.284Z] 0eba1c9be4d2: Download complete [2021-02-18T15:26:00.550Z] 85a0685a4137: Verifying Checksum [2021-02-18T15:26:00.550Z] 85a0685a4137: Download complete [2021-02-18T15:26:07.180Z] 0eba1c9be4d2: Pull complete [2021-02-18T15:26:07.180Z] 0d57e429df01: Pull complete [2021-02-18T15:26:07.180Z] 4e4be7b47b0d: Pull complete [2021-02-18T15:26:09.770Z] e1f770b5df2f: Pull complete [2021-02-18T15:26:19.859Z] 85a0685a4137: Pull complete [2021-02-18T15:26:19.859Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-02-18T15:26:19.859Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-18T15:26:19.859Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-02-18T15:26:20.059Z] prd-centos7-docker-4c-2g-26801 does not seem to be running inside a container [2021-02-18T15:26:20.113Z] $ 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/361 -v /w/workspace/edgex-go/361:/w/workspace/edgex-go/361:rw,z -v /w/workspace/edgex-go/361@tmp:/w/workspace/edgex-go/361@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-02-18T15:26:21.320Z] $ docker top 2cb3324a170a317f0dd32830adab7d7fd61dcd57a586963d66960cec023a2bc6 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-18T15:26:21.625Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-02-18T15:26:21.928Z] + set -o pipefail [2021-02-18T15:26:21.928Z] + snyk monitor '--org=edgex-jenkins' [2021-02-18T15:26:34.203Z] [2021-02-18T15:26:34.203Z] Monitoring /w/workspace/edgex-go/361 (github.com/edgexfoundry/edgex-go)... [2021-02-18T15:26:34.203Z] [2021-02-18T15:26:34.203Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/34da54d2-c992-4e4c-a14b-acf6aa5b5ac2 [2021-02-18T15:26:34.203Z] [2021-02-18T15:26:34.203Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-02-18T15:26:34.203Z] [2021-02-18T15:26:34.203Z] [2021-02-18T15:26:34.203Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2021-02-18T15:26:34.203Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-02-18T15:26:34.219Z] $ docker stop --time=1 2cb3324a170a317f0dd32830adab7d7fd61dcd57a586963d66960cec023a2bc6 [2021-02-18T15:26:37.301Z] $ docker rm -f 2cb3324a170a317f0dd32830adab7d7fd61dcd57a586963d66960cec023a2bc6 [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-18T15:26:38.693Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-18T15:26:38.748Z] provisioning config files... [2021-02-18T15:26:38.759Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/361@tmp/config6908752796011858733tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-18T15:26:39.157Z] --> edgex-publish-swagger.sh [2021-02-18T15:26:39.157Z] === Publish openapi/v1 API === [2021-02-18T15:26:39.157Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-02-18T15:26:39.157Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/361/openapi/v1/core-command.yaml] [2021-02-18T15:26:39.157Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-18T15:26:39.157Z] Dload Upload Total Spent Left Speed [2021-02-18T15:26:40.102Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 9059 0:00:01 0:00:01 --:--:-- 9062 100 10522 0 0 100 10522 0 9058 0:00:01 0:00:01 --:--:-- 9062 [2021-02-18T15:26:40.102Z] [2021-02-18T15:26:40.102Z] [2021-02-18T15:26:40.102Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/361/openapi/v1/core-data.yaml] [2021-02-18T15:26:40.102Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-18T15:26:40.102Z] Dload Upload Total Spent Left Speed [2021-02-18T15:26:41.491Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 26965 0:00:01 0:00:01 --:--:-- 26973 100 32557 0 0 100 32557 0 25871 0:00:01 0:00:01 --:--:-- 25879 [2021-02-18T15:26:41.491Z] [2021-02-18T15:26:41.491Z] [2021-02-18T15:26:41.491Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/361/openapi/v1/core-metadata.yaml] [2021-02-18T15:26:41.491Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-18T15:26:41.491Z] Dload Upload Total Spent Left Speed [2021-02-18T15:26:42.712Z] 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 63424 0:00:01 0:00:01 --:--:-- 63388 100 73721 0 0 100 73721 0 63414 0:00:01 0:00:01 --:--:-- 63388 [2021-02-18T15:26:42.712Z] [2021-02-18T15:26:42.712Z] [2021-02-18T15:26:42.712Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/361/openapi/v1/support-logging.yaml] [2021-02-18T15:26:42.712Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-18T15:26:42.712Z] Dload Upload Total Spent Left Speed [2021-02-18T15:26:43.689Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 12405 0:00:01 0:00:01 --:--:-- 12414 100 13581 0 0 100 13581 0 12404 0:00:01 0:00:01 --:--:-- 12414 [2021-02-18T15:26:43.689Z] [2021-02-18T15:26:43.689Z] [2021-02-18T15:26:43.689Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/361/openapi/v1/support-notifications.yaml] [2021-02-18T15:26:43.689Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-18T15:26:43.689Z] Dload Upload Total Spent Left Speed [2021-02-18T15:26:45.094Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 33093 0:00:01 0:00:01 --:--:-- 33126 100 38890 0 0 100 38890 0 33088 0:00:01 0:00:01 --:--:-- 33097 [2021-02-18T15:26:45.094Z] [2021-02-18T15:26:45.094Z] [2021-02-18T15:26:45.094Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/361/openapi/v1/support-scheduler.yaml] [2021-02-18T15:26:45.094Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-18T15:26:45.094Z] Dload Upload Total Spent Left Speed [2021-02-18T15:26:46.041Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 12134 0:00:01 0:00:01 --:--:-- 12137 100 14249 0 0 100 14249 0 12132 0:00:01 0:00:01 --:--:-- 12137 [2021-02-18T15:26:46.041Z] [2021-02-18T15:26:46.041Z] [2021-02-18T15:26:46.041Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/361/openapi/v1/system-agent.yaml] [2021-02-18T15:26:46.041Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-18T15:26:46.041Z] Dload Upload Total Spent Left Speed [2021-02-18T15:26:47.433Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 4289 --:--:-- --:--:-- --:--:-- 4285 100 4110 0 0 100 4110 0 4288 --:--:-- --:--:-- --:--:-- 4285 [2021-02-18T15:26:47.433Z] [2021-02-18T15:26:47.433Z] [2021-02-18T15:26:47.433Z] === Publish openapi/v2 API === [2021-02-18T15:26:47.433Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-02-18T15:26:47.433Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/361/openapi/v2/core-command.yaml] [2021-02-18T15:26:47.433Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-18T15:26:47.433Z] Dload Upload Total Spent Left Speed [2021-02-18T15:26:48.378Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29744 0 0 100 29744 0 24759 0:00:01 0:00:01 --:--:-- 24766 100 29744 0 0 100 29744 0 24755 0:00:01 0:00:01 --:--:-- 24766 [2021-02-18T15:26:48.378Z] [2021-02-18T15:26:48.378Z] [2021-02-18T15:26:48.378Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/361/openapi/v2/core-data.yaml] [2021-02-18T15:26:48.378Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-18T15:26:48.378Z] Dload Upload Total Spent Left Speed [2021-02-18T15:26:49.323Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57136 0 0 100 57136 0 52416 0:00:01 0:00:01 --:--:-- 52466 100 57136 0 0 100 57136 0 52408 0:00:01 0:00:01 --:--:-- 52418 [2021-02-18T15:26:49.323Z] [2021-02-18T15:26:49.323Z] [2021-02-18T15:26:49.323Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/361/openapi/v2/core-metadata.yaml] [2021-02-18T15:26:49.323Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-18T15:26:49.323Z] Dload Upload Total Spent Left Speed [2021-02-18T15:26:50.532Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 118k 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 118k 0 0 100 118k 0 104k 0:00:01 0:00:01 --:--:-- 104k [2021-02-18T15:26:50.532Z] [2021-02-18T15:26:50.532Z] [2021-02-18T15:26:50.532Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/361/openapi/v2/support-notifications.yaml] [2021-02-18T15:26:50.532Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-18T15:26:50.532Z] Dload Upload Total Spent Left Speed [2021-02-18T15:26:51.740Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59705 0 0 100 59705 0 52255 0:00:01 0:00:01 --:--:-- 52235 100 59705 0 0 100 59705 0 52248 0:00:01 0:00:01 --:--:-- 52235 [2021-02-18T15:26:51.740Z] [2021-02-18T15:26:51.740Z] [2021-02-18T15:26:51.740Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/361/openapi/v2/support-scheduler.yaml] [2021-02-18T15:26:51.740Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-18T15:26:51.740Z] Dload Upload Total Spent Left Speed [2021-02-18T15:26:53.128Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37783 0 0 100 37783 0 32664 0:00:01 0:00:01 --:--:-- 32684 100 37783 0 0 100 37783 0 32659 0:00:01 0:00:01 --:--:-- 32684 [2021-02-18T15:26:53.128Z] [2021-02-18T15:26:53.128Z] [2021-02-18T15:26:53.128Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/361/openapi/v2/system-agent.yaml] [2021-02-18T15:26:53.128Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-18T15:26:53.128Z] Dload Upload Total Spent Left Speed [2021-02-18T15:26:54.336Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24182 0 0 100 24182 0 19984 0:00:01 0:00:01 --:--:-- 20001 100 24182 0 0 100 24182 0 18221 0:00:01 0:00:01 --:--:-- 18236 [2021-02-18T15:26:54.336Z] [2021-02-18T15:26:54.336Z] [Pipeline] } [2021-02-18T15:26:54.346Z] 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-18T15:26:55.154Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-18T15:26:55.154Z] . [Pipeline] withDockerContainer [2021-02-18T15:26:55.260Z] prd-centos7-docker-4c-2g-26801 does not seem to be running inside a container [2021-02-18T15:26:55.303Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/361 -v /w/workspace/edgex-go/361:/w/workspace/edgex-go/361:rw,z -v /w/workspace/edgex-go/361@tmp:/w/workspace/edgex-go/361@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-18T15:26:56.235Z] $ docker top da36b99bb5fde6d3e198ef6aaffa5dcfe79b1cb1c365f6dc7bab0b3b508a0cd4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-18T15:26:56.544Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-18T15:26:56.544Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-18T15:26:56.919Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-18T15:26:56.922Z] $ docker exec da36b99bb5fde6d3e198ef6aaffa5dcfe79b1cb1c365f6dc7bab0b3b508a0cd4 ssh-agent [2021-02-18T15:26:57.122Z] SSH_AUTH_SOCK=/tmp/ssh-6B291xQAlYdu/agent.12 [2021-02-18T15:26:57.122Z] SSH_AGENT_PID=17 [2021-02-18T15:26:57.131Z] Running ssh-add (command line suppressed) [2021-02-18T15:26:57.265Z] Identity added: /w/workspace/edgex-go/361@tmp/private_key_5438070975208667716.key (/w/workspace/edgex-go/361@tmp/private_key_5438070975208667716.key) [2021-02-18T15:26:57.342Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-18T15:26:57.720Z] + git semver tag [2021-02-18T15:26:57.983Z] # -> Open(): unable to determine branch for HEAD [2021-02-18T15:26:57.983Z] # $GIT_DIR = /w/workspace/edgex-go/361/.git [2021-02-18T15:26:57.983Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/361 [2021-02-18T15:26:57.983Z] # $SEMVER_REMOTE_NAME = origin [2021-02-18T15:26:57.983Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-18T15:26:57.983Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-18T15:26:57.983Z] # $SEMVER_BRANCH = master [2021-02-18T15:26:57.983Z] # $SEMVER_DIR = /w/workspace/edgex-go/361/.semver [2021-02-18T15:26:57.983Z] # 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 HEAD [2021-02-18T15:26:58.558Z] # -> Force: false [2021-02-18T15:26:58.558Z] # fe9c57863065400cf573f18e1604f26390a3f6d7 refs/tags/v2.0.0-dev.95 [Pipeline] } [2021-02-18T15:26:58.569Z] $ docker exec --env ******** --env ******** da36b99bb5fde6d3e198ef6aaffa5dcfe79b1cb1c365f6dc7bab0b3b508a0cd4 ssh-agent -k [2021-02-18T15:26:58.748Z] unset SSH_AUTH_SOCK; [2021-02-18T15:26:58.749Z] unset SSH_AGENT_PID; [2021-02-18T15:26:58.749Z] echo Agent pid 17 killed; [2021-02-18T15:26:58.830Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-18T15:26:59.283Z] + git semver [Pipeline] } [2021-02-18T15:26:59.300Z] $ docker stop --time=1 da36b99bb5fde6d3e198ef6aaffa5dcfe79b1cb1c365f6dc7bab0b3b508a0cd4 [2021-02-18T15:27:00.704Z] $ docker rm -f da36b99bb5fde6d3e198ef6aaffa5dcfe79b1cb1c365f6dc7bab0b3b508a0cd4 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:27:01.401Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-18T15:27:01.401Z] [2021-02-18T15:27:01.401Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:27:01.752Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-18T15:27:01.752Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-02-18T15:27:01.752Z] ab5ef0e58194: Pulling fs layer [2021-02-18T15:27:01.752Z] 9712f1f96733: Pulling fs layer [2021-02-18T15:27:01.752Z] 63f879dbbcfc: Pulling fs layer [2021-02-18T15:27:01.752Z] 0d9ebad4ef96: Pulling fs layer [2021-02-18T15:27:01.752Z] e9a5061849ea: Pulling fs layer [2021-02-18T15:27:01.752Z] d747dcd14b5f: Pulling fs layer [2021-02-18T15:27:01.752Z] 2de7ff778b66: Pulling fs layer [2021-02-18T15:27:01.752Z] 0d9ebad4ef96: Waiting [2021-02-18T15:27:01.752Z] e9a5061849ea: Waiting [2021-02-18T15:27:01.752Z] d747dcd14b5f: Waiting [2021-02-18T15:27:01.752Z] 9712f1f96733: Verifying Checksum [2021-02-18T15:27:01.752Z] 9712f1f96733: Download complete [2021-02-18T15:27:04.333Z] 63f879dbbcfc: Verifying Checksum [2021-02-18T15:27:04.333Z] 63f879dbbcfc: Download complete [2021-02-18T15:27:04.333Z] e9a5061849ea: Verifying Checksum [2021-02-18T15:27:04.333Z] e9a5061849ea: Download complete [2021-02-18T15:27:04.333Z] d747dcd14b5f: Verifying Checksum [2021-02-18T15:27:04.333Z] d747dcd14b5f: Download complete [2021-02-18T15:27:04.333Z] 2de7ff778b66: Verifying Checksum [2021-02-18T15:27:04.333Z] 2de7ff778b66: Download complete [2021-02-18T15:27:04.595Z] 0d9ebad4ef96: Verifying Checksum [2021-02-18T15:27:04.595Z] 0d9ebad4ef96: Download complete [2021-02-18T15:27:04.867Z] ab5ef0e58194: Verifying Checksum [2021-02-18T15:27:04.867Z] ab5ef0e58194: Download complete [2021-02-18T15:27:11.490Z] ab5ef0e58194: Pull complete [2021-02-18T15:27:11.490Z] 9712f1f96733: Pull complete [2021-02-18T15:27:13.437Z] 63f879dbbcfc: Pull complete [2021-02-18T15:27:21.612Z] 0d9ebad4ef96: Pull complete [2021-02-18T15:27:21.612Z] e9a5061849ea: Pull complete [2021-02-18T15:27:21.877Z] d747dcd14b5f: Pull complete [2021-02-18T15:27:24.609Z] 2de7ff778b66: Pull complete [2021-02-18T15:27:24.609Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-02-18T15:27:24.609Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-18T15:27:24.609Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-02-18T15:27:24.771Z] prd-centos7-docker-4c-2g-26801 does not seem to be running inside a container [2021-02-18T15:27:24.818Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/361 -v /w/workspace/edgex-go/361:/w/workspace/edgex-go/361:rw,z -v /w/workspace/edgex-go/361@tmp:/w/workspace/edgex-go/361@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-02-18T15:27:28.875Z] $ docker top 8cb62599595adc949f09c8ed8cd4d63e8b4d419306c8712d9f80427322c4e939 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-02-18T15:27:29.176Z] provisioning config files... [2021-02-18T15:27:29.187Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/361@tmp/config5942290751102351584tmp [2021-02-18T15:27:29.203Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/361@tmp/config1282320101852361041tmp [2021-02-18T15:27:29.218Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/361@tmp/config6195692341163034172tmp [Pipeline] { [Pipeline] echo [2021-02-18T15:27:29.277Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T15:27:29.587Z] ---> sigul-configuration.sh [2021-02-18T15:27:29.587Z] gpg: directory `/root/.gnupg' created [2021-02-18T15:27:29.587Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-02-18T15:27:29.587Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-02-18T15:27:29.587Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-02-18T15:27:29.587Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-02-18T15:27:29.587Z] gpg: CAST5 encrypted data [2021-02-18T15:27:29.851Z] gpg: encrypted with 1 passphrase [2021-02-18T15:27:29.851Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-02-18T15:27:30.158Z] + mkdir /home/jenkins [2021-02-18T15:27:30.158Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-02-18T15:27:30.467Z] + 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-18T15:27:30.478Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T15:27:30.784Z] ---> sigul-install.sh [2021-02-18T15:27:40.822Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-02-18T15:27:41.168Z] + git tag --list [2021-02-18T15:27:41.168Z] 0.6.0 [2021-02-18T15:27:41.168Z] 0.6.1 [2021-02-18T15:27:41.168Z] 0.7.0 [2021-02-18T15:27:41.168Z] 0.7.1 [2021-02-18T15:27:41.168Z] v0.0.0 [2021-02-18T15:27:41.168Z] v0.0.1-dev.1 [2021-02-18T15:27:41.168Z] v1.0.0 [2021-02-18T15:27:41.168Z] v1.0.1 [2021-02-18T15:27:41.168Z] v1.1.0 [2021-02-18T15:27:41.168Z] v1.2.0 [2021-02-18T15:27:41.168Z] v1.2.1 [2021-02-18T15:27:41.168Z] v1.2.2-dev.1 [2021-02-18T15:27:41.168Z] v1.2.2-dev.10 [2021-02-18T15:27:41.168Z] v1.2.2-dev.100 [2021-02-18T15:27:41.168Z] v1.2.2-dev.101 [2021-02-18T15:27:41.168Z] v1.2.2-dev.102 [2021-02-18T15:27:41.168Z] v1.2.2-dev.103 [2021-02-18T15:27:41.168Z] v1.2.2-dev.104 [2021-02-18T15:27:41.168Z] v1.2.2-dev.105 [2021-02-18T15:27:41.168Z] v1.2.2-dev.106 [2021-02-18T15:27:41.168Z] v1.2.2-dev.107 [2021-02-18T15:27:41.168Z] v1.2.2-dev.11 [2021-02-18T15:27:41.168Z] v1.2.2-dev.12 [2021-02-18T15:27:41.168Z] v1.2.2-dev.13 [2021-02-18T15:27:41.168Z] v1.2.2-dev.14 [2021-02-18T15:27:41.168Z] v1.2.2-dev.15 [2021-02-18T15:27:41.168Z] v1.2.2-dev.16 [2021-02-18T15:27:41.168Z] v1.2.2-dev.17 [2021-02-18T15:27:41.168Z] v1.2.2-dev.18 [2021-02-18T15:27:41.168Z] v1.2.2-dev.19 [2021-02-18T15:27:41.168Z] v1.2.2-dev.2 [2021-02-18T15:27:41.168Z] v1.2.2-dev.20 [2021-02-18T15:27:41.168Z] v1.2.2-dev.21 [2021-02-18T15:27:41.168Z] v1.2.2-dev.22 [2021-02-18T15:27:41.168Z] v1.2.2-dev.23 [2021-02-18T15:27:41.168Z] v1.2.2-dev.24 [2021-02-18T15:27:41.168Z] v1.2.2-dev.25 [2021-02-18T15:27:41.168Z] v1.2.2-dev.26 [2021-02-18T15:27:41.168Z] v1.2.2-dev.27 [2021-02-18T15:27:41.168Z] v1.2.2-dev.28 [2021-02-18T15:27:41.168Z] v1.2.2-dev.29 [2021-02-18T15:27:41.168Z] v1.2.2-dev.3 [2021-02-18T15:27:41.168Z] v1.2.2-dev.30 [2021-02-18T15:27:41.168Z] v1.2.2-dev.31 [2021-02-18T15:27:41.168Z] v1.2.2-dev.32 [2021-02-18T15:27:41.168Z] v1.2.2-dev.33 [2021-02-18T15:27:41.168Z] v1.2.2-dev.34 [2021-02-18T15:27:41.168Z] v1.2.2-dev.35 [2021-02-18T15:27:41.168Z] v1.2.2-dev.36 [2021-02-18T15:27:41.168Z] v1.2.2-dev.37 [2021-02-18T15:27:41.168Z] v1.2.2-dev.38 [2021-02-18T15:27:41.168Z] v1.2.2-dev.39 [2021-02-18T15:27:41.168Z] v1.2.2-dev.4 [2021-02-18T15:27:41.168Z] v1.2.2-dev.40 [2021-02-18T15:27:41.168Z] v1.2.2-dev.41 [2021-02-18T15:27:41.168Z] v1.2.2-dev.42 [2021-02-18T15:27:41.168Z] v1.2.2-dev.43 [2021-02-18T15:27:41.168Z] v1.2.2-dev.44 [2021-02-18T15:27:41.168Z] v1.2.2-dev.45 [2021-02-18T15:27:41.168Z] v1.2.2-dev.46 [2021-02-18T15:27:41.168Z] v1.2.2-dev.47 [2021-02-18T15:27:41.168Z] v1.2.2-dev.48 [2021-02-18T15:27:41.168Z] v1.2.2-dev.49 [2021-02-18T15:27:41.168Z] v1.2.2-dev.5 [2021-02-18T15:27:41.168Z] v1.2.2-dev.50 [2021-02-18T15:27:41.168Z] v1.2.2-dev.51 [2021-02-18T15:27:41.168Z] v1.2.2-dev.52 [2021-02-18T15:27:41.168Z] v1.2.2-dev.53 [2021-02-18T15:27:41.168Z] v1.2.2-dev.54 [2021-02-18T15:27:41.168Z] v1.2.2-dev.55 [2021-02-18T15:27:41.168Z] v1.2.2-dev.56 [2021-02-18T15:27:41.168Z] v1.2.2-dev.57 [2021-02-18T15:27:41.168Z] v1.2.2-dev.58 [2021-02-18T15:27:41.168Z] v1.2.2-dev.59 [2021-02-18T15:27:41.168Z] v1.2.2-dev.6 [2021-02-18T15:27:41.168Z] v1.2.2-dev.60 [2021-02-18T15:27:41.168Z] v1.2.2-dev.61 [2021-02-18T15:27:41.168Z] v1.2.2-dev.62 [2021-02-18T15:27:41.168Z] v1.2.2-dev.63 [2021-02-18T15:27:41.168Z] v1.2.2-dev.64 [2021-02-18T15:27:41.168Z] v1.2.2-dev.65 [2021-02-18T15:27:41.168Z] v1.2.2-dev.66 [2021-02-18T15:27:41.168Z] v1.2.2-dev.67 [2021-02-18T15:27:41.168Z] v1.2.2-dev.68 [2021-02-18T15:27:41.168Z] v1.2.2-dev.69 [2021-02-18T15:27:41.168Z] v1.2.2-dev.7 [2021-02-18T15:27:41.168Z] v1.2.2-dev.70 [2021-02-18T15:27:41.168Z] v1.2.2-dev.71 [2021-02-18T15:27:41.168Z] v1.2.2-dev.72 [2021-02-18T15:27:41.168Z] v1.2.2-dev.73 [2021-02-18T15:27:41.168Z] v1.2.2-dev.74 [2021-02-18T15:27:41.168Z] v1.2.2-dev.75 [2021-02-18T15:27:41.168Z] v1.2.2-dev.76 [2021-02-18T15:27:41.168Z] v1.2.2-dev.77 [2021-02-18T15:27:41.168Z] v1.2.2-dev.78 [2021-02-18T15:27:41.168Z] v1.2.2-dev.79 [2021-02-18T15:27:41.168Z] v1.2.2-dev.8 [2021-02-18T15:27:41.168Z] v1.2.2-dev.80 [2021-02-18T15:27:41.168Z] v1.2.2-dev.81 [2021-02-18T15:27:41.168Z] v1.2.2-dev.82 [2021-02-18T15:27:41.168Z] v1.2.2-dev.83 [2021-02-18T15:27:41.168Z] v1.2.2-dev.84 [2021-02-18T15:27:41.168Z] v1.2.2-dev.85 [2021-02-18T15:27:41.168Z] v1.2.2-dev.86 [2021-02-18T15:27:41.168Z] v1.2.2-dev.87 [2021-02-18T15:27:41.168Z] v1.2.2-dev.88 [2021-02-18T15:27:41.168Z] v1.2.2-dev.89 [2021-02-18T15:27:41.168Z] v1.2.2-dev.9 [2021-02-18T15:27:41.168Z] v1.2.2-dev.90 [2021-02-18T15:27:41.168Z] v1.2.2-dev.91 [2021-02-18T15:27:41.168Z] v1.2.2-dev.92 [2021-02-18T15:27:41.168Z] v1.2.2-dev.93 [2021-02-18T15:27:41.168Z] v1.2.2-dev.94 [2021-02-18T15:27:41.168Z] v1.2.2-dev.95 [2021-02-18T15:27:41.168Z] v1.2.2-dev.96 [2021-02-18T15:27:41.168Z] v1.2.2-dev.97 [2021-02-18T15:27:41.168Z] v1.2.2-dev.98 [2021-02-18T15:27:41.168Z] v1.2.2-dev.99 [2021-02-18T15:27:41.168Z] v1.3.0 [2021-02-18T15:27:41.168Z] v1.3.1 [2021-02-18T15:27:41.168Z] v1.3.1-dev.1 [2021-02-18T15:27:41.168Z] v1.3.1-dev.10 [2021-02-18T15:27:41.168Z] v1.3.1-dev.11 [2021-02-18T15:27:41.168Z] v1.3.1-dev.12 [2021-02-18T15:27:41.168Z] v1.3.1-dev.13 [2021-02-18T15:27:41.168Z] v1.3.1-dev.14 [2021-02-18T15:27:41.168Z] v1.3.1-dev.15 [2021-02-18T15:27:41.168Z] v1.3.1-dev.16 [2021-02-18T15:27:41.168Z] v1.3.1-dev.17 [2021-02-18T15:27:41.168Z] v1.3.1-dev.18 [2021-02-18T15:27:41.168Z] v1.3.1-dev.2 [2021-02-18T15:27:41.168Z] v1.3.1-dev.3 [2021-02-18T15:27:41.168Z] v1.3.1-dev.4 [2021-02-18T15:27:41.168Z] v1.3.1-dev.5 [2021-02-18T15:27:41.168Z] v1.3.1-dev.6 [2021-02-18T15:27:41.168Z] v1.3.1-dev.7 [2021-02-18T15:27:41.168Z] v1.3.1-dev.8 [2021-02-18T15:27:41.168Z] v1.3.1-dev.9 [2021-02-18T15:27:41.168Z] v2.0.0-dev.1 [2021-02-18T15:27:41.168Z] v2.0.0-dev.10 [2021-02-18T15:27:41.168Z] v2.0.0-dev.11 [2021-02-18T15:27:41.168Z] v2.0.0-dev.12 [2021-02-18T15:27:41.168Z] v2.0.0-dev.13 [2021-02-18T15:27:41.168Z] v2.0.0-dev.14 [2021-02-18T15:27:41.168Z] v2.0.0-dev.15 [2021-02-18T15:27:41.168Z] v2.0.0-dev.16 [2021-02-18T15:27:41.168Z] v2.0.0-dev.17 [2021-02-18T15:27:41.168Z] v2.0.0-dev.18 [2021-02-18T15:27:41.168Z] v2.0.0-dev.19 [2021-02-18T15:27:41.168Z] v2.0.0-dev.2 [2021-02-18T15:27:41.168Z] v2.0.0-dev.20 [2021-02-18T15:27:41.168Z] v2.0.0-dev.21 [2021-02-18T15:27:41.168Z] v2.0.0-dev.22 [2021-02-18T15:27:41.168Z] v2.0.0-dev.23 [2021-02-18T15:27:41.168Z] v2.0.0-dev.24 [2021-02-18T15:27:41.168Z] v2.0.0-dev.25 [2021-02-18T15:27:41.168Z] v2.0.0-dev.26 [2021-02-18T15:27:41.168Z] v2.0.0-dev.27 [2021-02-18T15:27:41.168Z] v2.0.0-dev.28 [2021-02-18T15:27:41.168Z] v2.0.0-dev.29 [2021-02-18T15:27:41.168Z] v2.0.0-dev.3 [2021-02-18T15:27:41.168Z] v2.0.0-dev.30 [2021-02-18T15:27:41.168Z] v2.0.0-dev.31 [2021-02-18T15:27:41.168Z] v2.0.0-dev.32 [2021-02-18T15:27:41.168Z] v2.0.0-dev.33 [2021-02-18T15:27:41.168Z] v2.0.0-dev.34 [2021-02-18T15:27:41.168Z] v2.0.0-dev.35 [2021-02-18T15:27:41.168Z] v2.0.0-dev.36 [2021-02-18T15:27:41.168Z] v2.0.0-dev.37 [2021-02-18T15:27:41.168Z] v2.0.0-dev.38 [2021-02-18T15:27:41.168Z] v2.0.0-dev.39 [2021-02-18T15:27:41.168Z] v2.0.0-dev.4 [2021-02-18T15:27:41.168Z] v2.0.0-dev.40 [2021-02-18T15:27:41.168Z] v2.0.0-dev.41 [2021-02-18T15:27:41.168Z] v2.0.0-dev.42 [2021-02-18T15:27:41.168Z] v2.0.0-dev.43 [2021-02-18T15:27:41.168Z] v2.0.0-dev.44 [2021-02-18T15:27:41.168Z] v2.0.0-dev.45 [2021-02-18T15:27:41.168Z] v2.0.0-dev.46 [2021-02-18T15:27:41.168Z] v2.0.0-dev.47 [2021-02-18T15:27:41.168Z] v2.0.0-dev.48 [2021-02-18T15:27:41.168Z] v2.0.0-dev.49 [2021-02-18T15:27:41.168Z] v2.0.0-dev.5 [2021-02-18T15:27:41.168Z] v2.0.0-dev.50 [2021-02-18T15:27:41.168Z] v2.0.0-dev.51 [2021-02-18T15:27:41.168Z] v2.0.0-dev.52 [2021-02-18T15:27:41.168Z] v2.0.0-dev.53 [2021-02-18T15:27:41.168Z] v2.0.0-dev.54 [2021-02-18T15:27:41.168Z] v2.0.0-dev.55 [2021-02-18T15:27:41.168Z] v2.0.0-dev.56 [2021-02-18T15:27:41.168Z] v2.0.0-dev.57 [2021-02-18T15:27:41.168Z] v2.0.0-dev.58 [2021-02-18T15:27:41.168Z] v2.0.0-dev.59 [2021-02-18T15:27:41.168Z] v2.0.0-dev.6 [2021-02-18T15:27:41.168Z] v2.0.0-dev.60 [2021-02-18T15:27:41.168Z] v2.0.0-dev.61 [2021-02-18T15:27:41.168Z] v2.0.0-dev.62 [2021-02-18T15:27:41.168Z] v2.0.0-dev.63 [2021-02-18T15:27:41.168Z] v2.0.0-dev.64 [2021-02-18T15:27:41.168Z] v2.0.0-dev.65 [2021-02-18T15:27:41.168Z] v2.0.0-dev.66 [2021-02-18T15:27:41.168Z] v2.0.0-dev.67 [2021-02-18T15:27:41.168Z] v2.0.0-dev.68 [2021-02-18T15:27:41.168Z] v2.0.0-dev.69 [2021-02-18T15:27:41.168Z] v2.0.0-dev.7 [2021-02-18T15:27:41.168Z] v2.0.0-dev.70 [2021-02-18T15:27:41.168Z] v2.0.0-dev.71 [2021-02-18T15:27:41.168Z] v2.0.0-dev.72 [2021-02-18T15:27:41.168Z] v2.0.0-dev.73 [2021-02-18T15:27:41.168Z] v2.0.0-dev.74 [2021-02-18T15:27:41.168Z] v2.0.0-dev.75 [2021-02-18T15:27:41.168Z] v2.0.0-dev.76 [2021-02-18T15:27:41.168Z] v2.0.0-dev.77 [2021-02-18T15:27:41.168Z] v2.0.0-dev.78 [2021-02-18T15:27:41.168Z] v2.0.0-dev.79 [2021-02-18T15:27:41.168Z] v2.0.0-dev.8 [2021-02-18T15:27:41.168Z] v2.0.0-dev.80 [2021-02-18T15:27:41.168Z] v2.0.0-dev.81 [2021-02-18T15:27:41.168Z] v2.0.0-dev.82 [2021-02-18T15:27:41.169Z] v2.0.0-dev.83 [2021-02-18T15:27:41.169Z] v2.0.0-dev.84 [2021-02-18T15:27:41.169Z] v2.0.0-dev.85 [2021-02-18T15:27:41.169Z] v2.0.0-dev.86 [2021-02-18T15:27:41.169Z] v2.0.0-dev.87 [2021-02-18T15:27:41.169Z] v2.0.0-dev.88 [2021-02-18T15:27:41.169Z] v2.0.0-dev.89 [2021-02-18T15:27:41.169Z] v2.0.0-dev.9 [2021-02-18T15:27:41.169Z] v2.0.0-dev.90 [2021-02-18T15:27:41.169Z] v2.0.0-dev.91 [2021-02-18T15:27:41.169Z] v2.0.0-dev.92 [2021-02-18T15:27:41.169Z] v2.0.0-dev.93 [2021-02-18T15:27:41.169Z] v2.0.0-dev.94 [2021-02-18T15:27:41.169Z] v2.0.0-dev.95 [Pipeline] sh [2021-02-18T15:27:41.471Z] + lftools sign git-tag v2.0.0-dev.95 [2021-02-18T15:27:42.863Z] Signing Git tag with Sigul... [2021-02-18T15:27:42.863Z] Signing v2.0.0-dev.95 [Pipeline] echo [2021-02-18T15:27:44.265Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T15:27:44.566Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-02-18T15:27:44.575Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-02-18T15:27:44.686Z] $ docker stop --time=1 8cb62599595adc949f09c8ed8cd4d63e8b4d419306c8712d9f80427322c4e939 [2021-02-18T15:27:46.759Z] $ docker rm -f 8cb62599595adc949f09c8ed8cd4d63e8b4d419306c8712d9f80427322c4e939 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:27:47.576Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-18T15:27:47.576Z] . [Pipeline] withDockerContainer [2021-02-18T15:27:47.682Z] prd-centos7-docker-4c-2g-26801 does not seem to be running inside a container [2021-02-18T15:27:47.728Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/361 -v /w/workspace/edgex-go/361:/w/workspace/edgex-go/361:rw,z -v /w/workspace/edgex-go/361@tmp:/w/workspace/edgex-go/361@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-18T15:27:48.532Z] $ docker top 1578bc30aa8fffe92ccf93b8c3fb10621846131c26fa5c852908331dbffeb47e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-18T15:27:48.835Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-18T15:27:48.835Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-18T15:27:49.036Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-18T15:27:49.038Z] $ docker exec 1578bc30aa8fffe92ccf93b8c3fb10621846131c26fa5c852908331dbffeb47e ssh-agent [2021-02-18T15:27:49.225Z] SSH_AUTH_SOCK=/tmp/ssh-sJznJkQgEGJZ/agent.11 [2021-02-18T15:27:49.225Z] SSH_AGENT_PID=16 [2021-02-18T15:27:49.232Z] Running ssh-add (command line suppressed) [2021-02-18T15:27:49.382Z] Identity added: /w/workspace/edgex-go/361@tmp/private_key_4073923534692782573.key (/w/workspace/edgex-go/361@tmp/private_key_4073923534692782573.key) [2021-02-18T15:27:49.443Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-18T15:27:49.783Z] + git semver bump pre [2021-02-18T15:27:49.783Z] # -> Open(): unable to determine branch for HEAD [2021-02-18T15:27:49.783Z] # $GIT_DIR = /w/workspace/edgex-go/361/.git [2021-02-18T15:27:49.783Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/361 [2021-02-18T15:27:49.783Z] # $SEMVER_REMOTE_NAME = origin [2021-02-18T15:27:49.783Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-18T15:27:49.783Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-18T15:27:49.783Z] # $SEMVER_BRANCH = master [2021-02-18T15:27:49.783Z] # $SEMVER_DIR = /w/workspace/edgex-go/361/.semver [2021-02-18T15:27:49.783Z] 2.0.0-dev.96 [Pipeline] } [2021-02-18T15:27:50.306Z] $ docker exec --env ******** --env ******** 1578bc30aa8fffe92ccf93b8c3fb10621846131c26fa5c852908331dbffeb47e ssh-agent -k [2021-02-18T15:27:50.436Z] unset SSH_AUTH_SOCK; [2021-02-18T15:27:50.436Z] unset SSH_AGENT_PID; [2021-02-18T15:27:50.436Z] echo Agent pid 16 killed; [2021-02-18T15:27:50.492Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-18T15:27:51.074Z] + git semver [Pipeline] } [2021-02-18T15:27:51.090Z] $ docker stop --time=1 1578bc30aa8fffe92ccf93b8c3fb10621846131c26fa5c852908331dbffeb47e [2021-02-18T15:27:52.480Z] $ docker rm -f 1578bc30aa8fffe92ccf93b8c3fb10621846131c26fa5c852908331dbffeb47e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:27:53.071Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-18T15:27:53.072Z] . [Pipeline] withDockerContainer [2021-02-18T15:27:53.179Z] prd-centos7-docker-4c-2g-26801 does not seem to be running inside a container [2021-02-18T15:27:53.225Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/361 -v /w/workspace/edgex-go/361:/w/workspace/edgex-go/361:rw,z -v /w/workspace/edgex-go/361@tmp:/w/workspace/edgex-go/361@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-18T15:27:54.025Z] $ docker top 767d5f01c73a6c95434ec0ea467a0f2de6727fc40d9904278ffaab2cdad88f7f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-18T15:27:54.370Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-18T15:27:54.370Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-18T15:27:54.594Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-18T15:27:54.597Z] $ docker exec 767d5f01c73a6c95434ec0ea467a0f2de6727fc40d9904278ffaab2cdad88f7f ssh-agent [2021-02-18T15:27:54.799Z] SSH_AUTH_SOCK=/tmp/ssh-YxkcHOeDDg10/agent.12 [2021-02-18T15:27:54.799Z] SSH_AGENT_PID=17 [2021-02-18T15:27:54.807Z] Running ssh-add (command line suppressed) [2021-02-18T15:27:54.938Z] Identity added: /w/workspace/edgex-go/361@tmp/private_key_3703501576087524412.key (/w/workspace/edgex-go/361@tmp/private_key_3703501576087524412.key) [2021-02-18T15:27:55.001Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-18T15:27:55.341Z] + git semver push [2021-02-18T15:27:55.341Z] # -> Open(): unable to determine branch for HEAD [2021-02-18T15:27:55.341Z] # $GIT_DIR = /w/workspace/edgex-go/361/.git [2021-02-18T15:27:55.341Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/361 [2021-02-18T15:27:55.341Z] # $SEMVER_REMOTE_NAME = origin [2021-02-18T15:27:55.341Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-18T15:27:55.341Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-18T15:27:55.341Z] # $SEMVER_BRANCH = master [2021-02-18T15:27:55.341Z] # $SEMVER_DIR = /w/workspace/edgex-go/361/.semver [Pipeline] } [2021-02-18T15:28:05.444Z] $ docker exec --env ******** --env ******** 767d5f01c73a6c95434ec0ea467a0f2de6727fc40d9904278ffaab2cdad88f7f ssh-agent -k [2021-02-18T15:28:05.647Z] unset SSH_AUTH_SOCK; [2021-02-18T15:28:05.647Z] unset SSH_AGENT_PID; [2021-02-18T15:28:05.647Z] echo Agent pid 17 killed; [2021-02-18T15:28:05.731Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-18T15:28:06.224Z] + git semver [Pipeline] } [2021-02-18T15:28:06.242Z] $ docker stop --time=1 767d5f01c73a6c95434ec0ea467a0f2de6727fc40d9904278ffaab2cdad88f7f [2021-02-18T15:28:07.676Z] $ docker rm -f 767d5f01c73a6c95434ec0ea467a0f2de6727fc40d9904278ffaab2cdad88f7f [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-18T15:28:09.124Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T15:28:10.003Z] ---> package-listing.sh [2021-02-18T15:28:10.003Z] ++ facter osfamily [2021-02-18T15:28:10.003Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-18T15:28:10.003Z] + OS_FAMILY=redhat [2021-02-18T15:28:10.003Z] + workspace=/w/workspace/edgex-go/361 [2021-02-18T15:28:10.003Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-18T15:28:10.003Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-18T15:28:10.003Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-18T15:28:10.003Z] + PACKAGES=/tmp/packages_start.txt [2021-02-18T15:28:10.003Z] + '[' /w/workspace/edgex-go/361 ']' [2021-02-18T15:28:10.003Z] + PACKAGES=/tmp/packages_end.txt [2021-02-18T15:28:10.003Z] + case "${OS_FAMILY}" in [2021-02-18T15:28:10.003Z] + rpm -qa [2021-02-18T15:28:10.003Z] + sort [2021-02-18T15:28:15.327Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-18T15:28:15.327Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-18T15:28:15.327Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-18T15:28:15.327Z] + '[' /w/workspace/edgex-go/361 ']' [2021-02-18T15:28:15.327Z] + mkdir -p /w/workspace/edgex-go/361/archives/ [2021-02-18T15:28:15.327Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/361/archives/ [Pipeline] echo [2021-02-18T15:28:15.343Z] 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/361/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-18T15:28:15.683Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:28:15.988Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-18T15:28:15.988Z] [2021-02-18T15:28:15.988Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-18T15:28:16.341Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-18T15:28:16.342Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-18T15:28:16.342Z] df20fa9351a1: Pulling fs layer [2021-02-18T15:28:16.342Z] 36b3adc4ff6f: Pulling fs layer [2021-02-18T15:28:16.342Z] 8ad3a11d3b57: Pulling fs layer [2021-02-18T15:28:16.342Z] 46f8f816bc3b: Pulling fs layer [2021-02-18T15:28:16.342Z] 93b61091891f: Pulling fs layer [2021-02-18T15:28:16.342Z] 93b9cdb0e59b: Pulling fs layer [2021-02-18T15:28:16.342Z] 5e14af77c1be: Pulling fs layer [2021-02-18T15:28:16.342Z] 01666e4c0597: Pulling fs layer [2021-02-18T15:28:16.342Z] aa168da1d23b: Pulling fs layer [2021-02-18T15:28:16.342Z] 93b9cdb0e59b: Waiting [2021-02-18T15:28:16.342Z] 5e14af77c1be: Waiting [2021-02-18T15:28:16.342Z] 01666e4c0597: Waiting [2021-02-18T15:28:16.342Z] aa168da1d23b: Waiting [2021-02-18T15:28:16.342Z] 46f8f816bc3b: Waiting [2021-02-18T15:28:16.342Z] 36b3adc4ff6f: Verifying Checksum [2021-02-18T15:28:16.342Z] 36b3adc4ff6f: Download complete [2021-02-18T15:28:16.342Z] 46f8f816bc3b: Verifying Checksum [2021-02-18T15:28:16.342Z] 46f8f816bc3b: Download complete [2021-02-18T15:28:16.342Z] df20fa9351a1: Verifying Checksum [2021-02-18T15:28:16.342Z] df20fa9351a1: Download complete [2021-02-18T15:28:16.607Z] 93b9cdb0e59b: Verifying Checksum [2021-02-18T15:28:16.607Z] 93b9cdb0e59b: Download complete [2021-02-18T15:28:16.607Z] 5e14af77c1be: Verifying Checksum [2021-02-18T15:28:16.607Z] 5e14af77c1be: Download complete [2021-02-18T15:28:16.607Z] 93b61091891f: Verifying Checksum [2021-02-18T15:28:16.607Z] 93b61091891f: Download complete [2021-02-18T15:28:16.607Z] 01666e4c0597: Verifying Checksum [2021-02-18T15:28:16.607Z] 01666e4c0597: Download complete [2021-02-18T15:28:16.607Z] 8ad3a11d3b57: Verifying Checksum [2021-02-18T15:28:16.607Z] 8ad3a11d3b57: Download complete [2021-02-18T15:28:17.182Z] df20fa9351a1: Pull complete [2021-02-18T15:28:17.182Z] 36b3adc4ff6f: Pull complete [2021-02-18T15:28:18.624Z] 8ad3a11d3b57: Pull complete [2021-02-18T15:28:18.624Z] 46f8f816bc3b: Pull complete [2021-02-18T15:28:18.886Z] aa168da1d23b: Verifying Checksum [2021-02-18T15:28:18.886Z] aa168da1d23b: Download complete [2021-02-18T15:28:19.461Z] 93b61091891f: Pull complete [2021-02-18T15:28:19.461Z] 93b9cdb0e59b: Pull complete [2021-02-18T15:28:19.723Z] 5e14af77c1be: Pull complete [2021-02-18T15:28:19.723Z] 01666e4c0597: Pull complete [2021-02-18T15:28:27.923Z] aa168da1d23b: Pull complete [2021-02-18T15:28:27.923Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-18T15:28:27.923Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-18T15:28:27.923Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-18T15:28:28.119Z] prd-centos7-docker-4c-2g-26801 does not seem to be running inside a container [2021-02-18T15:28:28.184Z] $ 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/361/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/361 -v /w/workspace/edgex-go/361:/w/workspace/edgex-go/361:rw,z -v /w/workspace/edgex-go/361@tmp:/w/workspace/edgex-go/361@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-18T15:28:31.250Z] $ docker top 2020eac12989868cfc1e586f0ea22c146ddcaa39114999d301238786beb32457 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T15:28:31.807Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-18T15:28:32.129Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-18T15:28:32.493Z] + ls /var/log/sa-host [2021-02-18T15:28:32.493Z] + sadf -c /var/log/sa-host/sa18 [2021-02-18T15:28:32.493Z] file_magic: OK [2021-02-18T15:28:32.493Z] HZ: Using current value: 100 [2021-02-18T15:28:32.493Z] file_header: OK [2021-02-18T15:28:32.493Z] 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-18T15:28:32.493Z] Statistics: [2021-02-18T15:28:32.493Z] 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-18T15:28:32.493Z] File successfully converted to sysstat format version 12.2.1 [2021-02-18T15:28:32.493Z] + sadf -c /var/log/sa-host/sa23 [2021-02-18T15:28:32.493Z] file_magic: OK [2021-02-18T15:28:32.493Z] HZ: Using current value: 100 [2021-02-18T15:28:32.493Z] file_header: OK [2021-02-18T15:28:32.493Z] 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-18T15:28:32.493Z] Statistics: [2021-02-18T15:28:32.494Z] Hnuu...uuuununununu... [2021-02-18T15:28:32.494Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-18T15:28:33.151Z] provisioning config files... [2021-02-18T15:28:33.170Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/361@tmp/config8025425549451609253tmp [Pipeline] { [Pipeline] echo [2021-02-18T15:28:33.241Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T15:28:33.540Z] ---> create-netrc.sh [Pipeline] } [2021-02-18T15:28:33.551Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-18T15:28:33.640Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T15:28:33.939Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-18T15:28:33.950Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T15:28:34.249Z] ---> sudo-logs.sh [2021-02-18T15:28:34.249Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-18T15:28:34.309Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T15:28:34.602Z] ---> job-cost.sh [2021-02-18T15:28:34.602Z] lf-activate-venv: SKIPPING [2021-02-18T15:28:34.602Z] INFO: No Stack... [2021-02-18T15:28:35.987Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-18T15:28:36.248Z] INFO: Archiving Costs [Pipeline] echo [2021-02-18T15:28:36.261Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T15:28:36.554Z] ---> logs-deploy.sh [2021-02-18T15:28:36.554Z] lf-activate-venv: SKIPPING [2021-02-18T15:28:36.554Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/361 [2021-02-18T15:28:36.554Z] INFO: archiving workspace using pattern(s): [2021-02-18T15:28:37.968Z] Archives upload complete. [2021-02-18T15:28:37.968Z] INFO: archiving logs to Nexus