Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 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 Waiting for next available executor Running on prd-centos7-docker-4c-2g-26510 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/358 [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/358 # 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 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 # timeout=10 Commit message: "Merge pull request #3169 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.34" > git rev-list --no-walk c45cbaf51db8bca8828eded85884901e9538081e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-15T16:49:31.088Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-15T16:49:31.368Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-15T16:49:31.479Z] ========================================================= [2021-02-15T16:49:31.479Z] EdgeX Global Pipelines Version Info [2021-02-15T16:49:31.479Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-15T16:49:33.043Z] ------------------- [2021-02-15T16:49:33.044Z] stable info: [2021-02-15T16:49:33.044Z] ------------------- [2021-02-15T16:49:33.044Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-15T16:49:33.044Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-15T16:49:33.044Z] Message: update stable to v1.0.179 [2021-02-15T16:49:34.007Z] ------------------- [2021-02-15T16:49:34.007Z] experimental info: [2021-02-15T16:49:34.007Z] ------------------- [2021-02-15T16:49:34.007Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-15T16:49:34.007Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-15T16:49:34.007Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-15T16:49:34.270Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-15T16:49:34.392Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-15T16:49:34.477Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-15T16:49:34.561Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-15T16:49:34.641Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-15T16:49:34.721Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-15T16:49:34.846Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-15T16:49:34.932Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-15T16:49:35.074Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-15T16:49:35.156Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-15T16:49:35.242Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-15T16:49:35.330Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-15T16:49:35.431Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-15T16:49:35.534Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-15T16:49:35.634Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-15T16:49:35.763Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-15T16:49:35.858Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-15T16:49:35.944Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-15T16:49:36.035Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-15T16:49:36.124Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-15T16:49:36.207Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-15T16:49:36.289Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-15T16:49:36.369Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-15T16:49:36.458Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-02-15T16:49:36.559Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-02-15T16:49:36.639Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-02-15T16:49:36.722Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [Pipeline] echo [2021-02-15T16:49:36.809Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3e9c61b [Pipeline] echo [2021-02-15T16:49:36.893Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-15T16:49:37.105Z] provisioning config files... [2021-02-15T16:49:37.132Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/358@tmp/config2718094601388396917tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-15T16:49:37.491Z] ---> docker-login.sh [2021-02-15T16:49:37.491Z] nexus3.edgexfoundry.org:10001 [2021-02-15T16:49:37.755Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-15T16:49:38.022Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-15T16:49:38.022Z] Configure a credential helper to remove this warning. See [2021-02-15T16:49:38.022Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-15T16:49:38.022Z] [2021-02-15T16:49:38.022Z] Login Succeeded [2021-02-15T16:49:38.022Z] nexus3.edgexfoundry.org:10002 [2021-02-15T16:49:38.292Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-15T16:49:38.292Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-15T16:49:38.292Z] Configure a credential helper to remove this warning. See [2021-02-15T16:49:38.292Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-15T16:49:38.292Z] [2021-02-15T16:49:38.292Z] Login Succeeded [2021-02-15T16:49:38.292Z] nexus3.edgexfoundry.org:10003 [2021-02-15T16:49:38.292Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-15T16:49:38.555Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-15T16:49:38.555Z] Configure a credential helper to remove this warning. See [2021-02-15T16:49:38.555Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-15T16:49:38.555Z] [2021-02-15T16:49:38.555Z] Login Succeeded [2021-02-15T16:49:38.555Z] nexus3.edgexfoundry.org:10004 [2021-02-15T16:49:38.555Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-15T16:49:38.555Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-15T16:49:38.555Z] Configure a credential helper to remove this warning. See [2021-02-15T16:49:38.555Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-15T16:49:38.555Z] [2021-02-15T16:49:38.555Z] Login Succeeded [2021-02-15T16:49:38.555Z] docker.io [2021-02-15T16:49:38.818Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-15T16:49:39.080Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-15T16:49:39.080Z] Configure a credential helper to remove this warning. See [2021-02-15T16:49:39.080Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-15T16:49:39.080Z] [2021-02-15T16:49:39.080Z] Login Succeeded [2021-02-15T16:49:39.080Z] ---> docker-login.sh ends [Pipeline] } [2021-02-15T16:49:39.090Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-15T16:49:39.599Z] ++ 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-15T16:49:39.599Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-15T16:49:39.599Z] ++ dirname cmd/core-command/Dockerfile [2021-02-15T16:49:39.599Z] ++ cut -d/ -f2 [2021-02-15T16:49:39.599Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-15T16:49:39.599Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-15T16:49:39.599Z] ++ dirname cmd/core-data/Dockerfile [2021-02-15T16:49:39.599Z] ++ cut -d/ -f2 [2021-02-15T16:49:39.599Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-15T16:49:39.599Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-15T16:49:39.599Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-15T16:49:39.599Z] ++ cut -d/ -f2 [2021-02-15T16:49:39.599Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-15T16:49:39.599Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-15T16:49:39.599Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-15T16:49:39.599Z] ++ cut -d/ -f2 [2021-02-15T16:49:39.599Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-15T16:49:39.599Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-15T16:49:39.599Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-15T16:49:39.599Z] ++ cut -d/ -f2 [2021-02-15T16:49:39.599Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-15T16:49:39.599Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-15T16:49:39.599Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-15T16:49:39.599Z] ++ cut -d/ -f2 [2021-02-15T16:49:39.599Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-15T16:49:39.599Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-15T16:49:39.599Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-15T16:49:39.599Z] ++ cut -d/ -f2 [2021-02-15T16:49:39.599Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-15T16:49:39.599Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-15T16:49:39.599Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-15T16:49:39.599Z] ++ cut -d/ -f2 [2021-02-15T16:49:39.599Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-15T16:49:39.599Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-15T16:49:39.599Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-15T16:49:39.599Z] ++ cut -d/ -f2 [2021-02-15T16:49:39.599Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-15T16:49:39.677Z] 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-15T16:49:40.903Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-15T16:49:40.903Z] [2021-02-15T16:49:40.903Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:49:41.246Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-15T16:49:41.246Z] latest: Pulling from edgex-devops/git-semver [2021-02-15T16:49:41.246Z] 31603596830f: Pulling fs layer [2021-02-15T16:49:41.246Z] 2a8b12db71e7: Pulling fs layer [2021-02-15T16:49:41.246Z] 6ca5941a6612: Pulling fs layer [2021-02-15T16:49:41.246Z] ecc8261a40a4: Pulling fs layer [2021-02-15T16:49:41.246Z] ecc8261a40a4: Waiting [2021-02-15T16:49:41.246Z] 2a8b12db71e7: Verifying Checksum [2021-02-15T16:49:41.246Z] 2a8b12db71e7: Download complete [2021-02-15T16:49:41.515Z] 31603596830f: Verifying Checksum [2021-02-15T16:49:41.515Z] 31603596830f: Download complete [2021-02-15T16:49:41.515Z] ecc8261a40a4: Verifying Checksum [2021-02-15T16:49:41.515Z] ecc8261a40a4: Download complete [2021-02-15T16:49:41.515Z] 6ca5941a6612: Verifying Checksum [2021-02-15T16:49:41.515Z] 6ca5941a6612: Download complete [2021-02-15T16:49:41.782Z] 31603596830f: Pull complete [2021-02-15T16:49:41.782Z] 2a8b12db71e7: Pull complete [2021-02-15T16:49:42.751Z] 6ca5941a6612: Pull complete [2021-02-15T16:49:43.013Z] ecc8261a40a4: Pull complete [2021-02-15T16:49:43.013Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-15T16:49:43.013Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-15T16:49:43.013Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-15T16:49:43.125Z] prd-centos7-docker-4c-2g-26510 does not seem to be running inside a container [2021-02-15T16:49:43.178Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/358 -v /w/workspace/edgex-go/358:/w/workspace/edgex-go/358:rw,z -v /w/workspace/edgex-go/358@tmp:/w/workspace/edgex-go/358@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-15T16:49:45.943Z] $ docker top 21c30de98b1eb371afe379756f02edd4192dbc7b1e6c17357f60b16293857752 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-15T16:49:46.242Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-15T16:49:46.242Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-15T16:49:46.475Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-15T16:49:46.479Z] $ docker exec 21c30de98b1eb371afe379756f02edd4192dbc7b1e6c17357f60b16293857752 ssh-agent [2021-02-15T16:49:46.654Z] SSH_AUTH_SOCK=/tmp/ssh-E7kAcCo6PZRW/agent.12 [2021-02-15T16:49:46.654Z] SSH_AGENT_PID=17 [2021-02-15T16:49:46.665Z] Running ssh-add (command line suppressed) [2021-02-15T16:49:46.800Z] Identity added: /w/workspace/edgex-go/358@tmp/private_key_2001422234912765677.key (/w/workspace/edgex-go/358@tmp/private_key_2001422234912765677.key) [2021-02-15T16:49:46.860Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-15T16:49:47.367Z] + git tag --points-at HEAD [Pipeline] } [2021-02-15T16:49:47.394Z] $ docker exec --env ******** --env ******** 21c30de98b1eb371afe379756f02edd4192dbc7b1e6c17357f60b16293857752 ssh-agent -k [2021-02-15T16:49:47.527Z] unset SSH_AUTH_SOCK; [2021-02-15T16:49:47.527Z] unset SSH_AGENT_PID; [2021-02-15T16:49:47.527Z] echo Agent pid 17 killed; [2021-02-15T16:49:47.579Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-15T16:49:47.764Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-15T16:49:47.764Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-15T16:49:47.963Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-15T16:49:47.967Z] $ docker exec 21c30de98b1eb371afe379756f02edd4192dbc7b1e6c17357f60b16293857752 ssh-agent [2021-02-15T16:49:48.173Z] SSH_AUTH_SOCK=/tmp/ssh-nTUcSIPUe1lV/agent.46 [2021-02-15T16:49:48.173Z] SSH_AGENT_PID=52 [2021-02-15T16:49:48.180Z] Running ssh-add (command line suppressed) [2021-02-15T16:49:48.309Z] Identity added: /w/workspace/edgex-go/358@tmp/private_key_2850636667732580790.key (/w/workspace/edgex-go/358@tmp/private_key_2850636667732580790.key) [2021-02-15T16:49:48.366Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-15T16:49:48.703Z] + git semver init [2021-02-15T16:49:48.703Z] # -> Open(): unable to determine branch for HEAD [2021-02-15T16:49:48.703Z] # $GIT_DIR = /w/workspace/edgex-go/358/.git [2021-02-15T16:49:48.703Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/358 [2021-02-15T16:49:48.703Z] # $SEMVER_REMOTE_NAME = origin [2021-02-15T16:49:48.703Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-15T16:49:48.703Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-15T16:49:48.703Z] # $SEMVER_BRANCH = master [2021-02-15T16:49:48.703Z] # $SEMVER_TEMP = /tmp/semver-648911877 [2021-02-15T16:49:48.703Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-15T16:50:20.890Z] # '/tmp/semver-648911877' -> '/w/workspace/edgex-go/358/.semver' [2021-02-15T16:50:20.890Z] # -> Force: false [2021-02-15T16:50:20.890Z] # $SEMVER_DIR = /w/workspace/edgex-go/358/.semver [Pipeline] } [2021-02-15T16:50:20.907Z] $ docker exec --env ******** --env ******** 21c30de98b1eb371afe379756f02edd4192dbc7b1e6c17357f60b16293857752 ssh-agent -k [2021-02-15T16:50:21.173Z] unset SSH_AUTH_SOCK; [2021-02-15T16:50:21.173Z] unset SSH_AGENT_PID; [2021-02-15T16:50:21.173Z] echo Agent pid 52 killed; [2021-02-15T16:50:21.278Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-15T16:50:21.739Z] + git semver [Pipeline] } [2021-02-15T16:50:21.757Z] $ docker stop --time=1 21c30de98b1eb371afe379756f02edd4192dbc7b1e6c17357f60b16293857752 [2021-02-15T16:50:23.363Z] $ docker rm -f 21c30de98b1eb371afe379756f02edd4192dbc7b1e6c17357f60b16293857752 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-15T16:50:23.898Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-15T16:50:24.452Z] Stashed 1 file(s) [Pipeline] echo [2021-02-15T16:50:24.455Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.92 [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-15T16:50:25.474Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-15T16:50:25.774Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-15T16:50:26.073Z] + sudo service docker restart [2021-02-15T16:50:26.073Z] + true [2021-02-15T16:50:26.073Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-15T16:50:26.669Z] ========================================================= [2021-02-15T16:50:26.669Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-15T16:50:26.669Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:50:27.010Z] + 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-15T16:50:32.329Z] Sending build context to Docker daemon 327.8MB [2021-02-15T16:50:32.329Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-15T16:50:32.329Z] Step 2/6 : FROM ${BASE} [2021-02-15T16:50:32.329Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-15T16:50:32.329Z] 188c0c94c7c5: Pulling fs layer [2021-02-15T16:50:32.329Z] 0ef7d3d256c8: Pulling fs layer [2021-02-15T16:50:32.329Z] de9db76c5a1d: Pulling fs layer [2021-02-15T16:50:32.329Z] bca2f99d35d6: Pulling fs layer [2021-02-15T16:50:32.329Z] 93359f2a8cfa: Pulling fs layer [2021-02-15T16:50:32.329Z] 7c6f9722023f: Pulling fs layer [2021-02-15T16:50:32.329Z] a35cf1a2eb13: Pulling fs layer [2021-02-15T16:50:32.329Z] 93359f2a8cfa: Waiting [2021-02-15T16:50:32.329Z] 7c6f9722023f: Waiting [2021-02-15T16:50:32.329Z] a35cf1a2eb13: Waiting [2021-02-15T16:50:32.329Z] bca2f99d35d6: Waiting [2021-02-15T16:50:32.329Z] de9db76c5a1d: Verifying Checksum [2021-02-15T16:50:32.329Z] de9db76c5a1d: Download complete [2021-02-15T16:50:32.329Z] 0ef7d3d256c8: Download complete [2021-02-15T16:50:32.329Z] 93359f2a8cfa: Verifying Checksum [2021-02-15T16:50:32.329Z] 93359f2a8cfa: Download complete [2021-02-15T16:50:32.601Z] 7c6f9722023f: Verifying Checksum [2021-02-15T16:50:32.601Z] 7c6f9722023f: Download complete [2021-02-15T16:50:32.601Z] 188c0c94c7c5: Verifying Checksum [2021-02-15T16:50:32.601Z] 188c0c94c7c5: Download complete [2021-02-15T16:50:32.870Z] 188c0c94c7c5: Pull complete [2021-02-15T16:50:33.139Z] 0ef7d3d256c8: Pull complete [2021-02-15T16:50:33.139Z] de9db76c5a1d: Pull complete [2021-02-15T16:50:34.539Z] a35cf1a2eb13: Verifying Checksum [2021-02-15T16:50:34.539Z] a35cf1a2eb13: Download complete [2021-02-15T16:50:35.118Z] bca2f99d35d6: Verifying Checksum [2021-02-15T16:50:35.118Z] bca2f99d35d6: Download complete [2021-02-15T16:50:39.960Z] Still waiting to schedule task [2021-02-15T16:50:39.960Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-02-15T16:50:41.783Z] bca2f99d35d6: Pull complete [2021-02-15T16:50:41.783Z] 93359f2a8cfa: Pull complete [2021-02-15T16:50:41.783Z] 7c6f9722023f: Pull complete [2021-02-15T16:50:46.039Z] a35cf1a2eb13: Pull complete [2021-02-15T16:50:46.039Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-15T16:50:46.039Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-15T16:50:46.039Z] ---> a62c8e92a672 [2021-02-15T16:50:46.039Z] 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-15T16:50:46.310Z] ---> Running in a1b04e1ae8c8 [2021-02-15T16:50:47.263Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-15T16:50:47.839Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-15T16:50:48.105Z] (1/12) Installing libmagic (5.38-r0) [2021-02-15T16:50:49.053Z] (2/12) Installing file (5.38-r0) [2021-02-15T16:50:49.053Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-15T16:50:49.053Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-15T16:50:53.282Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-15T16:50:53.282Z] (6/12) Installing patch (2.7.6-r6) [2021-02-15T16:50:53.282Z] (7/12) Installing build-base (0.5-r2) [2021-02-15T16:50:53.282Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-15T16:50:53.282Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-15T16:50:53.545Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-15T16:50:53.545Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-15T16:50:53.811Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-15T16:50:53.811Z] Executing busybox-1.31.1-r19.trigger [2021-02-15T16:50:53.811Z] OK: 233 MiB in 51 packages [2021-02-15T16:50:57.150Z] Removing intermediate container a1b04e1ae8c8 [2021-02-15T16:50:57.150Z] ---> fce63d8585c9 [2021-02-15T16:50:57.150Z] Step 4/6 : WORKDIR /edgex-go [2021-02-15T16:50:57.416Z] ---> Running in f7389ef25d41 [2021-02-15T16:50:57.681Z] Removing intermediate container f7389ef25d41 [2021-02-15T16:50:57.681Z] ---> 8d9b45d94e3f [2021-02-15T16:50:57.681Z] Step 5/6 : COPY go.mod . [2021-02-15T16:50:57.681Z] ---> 96c20e9edf6e [2021-02-15T16:50:57.681Z] Step 6/6 : RUN go mod download [2021-02-15T16:50:57.944Z] ---> Running in 04e1c00a21be [2021-02-15T16:51:21.404Z] Removing intermediate container 04e1c00a21be [2021-02-15T16:51:21.404Z] ---> 96a36b71e238 [2021-02-15T16:51:21.404Z] Successfully built 96a36b71e238 [2021-02-15T16:51:21.404Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:51:21.724Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-15T16:51:21.724Z] . [Pipeline] withDockerContainer [2021-02-15T16:51:21.851Z] prd-centos7-docker-4c-2g-26510 does not seem to be running inside a container [2021-02-15T16:51:21.910Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/358 -v /w/workspace/edgex-go/358:/w/workspace/edgex-go/358:rw,z -v /w/workspace/edgex-go/358@tmp:/w/workspace/edgex-go/358@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-15T16:51:22.778Z] $ docker top 4406b923a7649f6c26fa699c49cb19243f51ee0100087105fef8cf59a5497a97 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-15T16:51:23.287Z] + go version [2021-02-15T16:51:23.287Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-15T16:51:23.304Z] $ docker stop --time=1 4406b923a7649f6c26fa699c49cb19243f51ee0100087105fef8cf59a5497a97 [2021-02-15T16:51:24.696Z] $ docker rm -f 4406b923a7649f6c26fa699c49cb19243f51ee0100087105fef8cf59a5497a97 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:51:25.521Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-15T16:51:25.521Z] . [Pipeline] withDockerContainer [2021-02-15T16:51:25.628Z] prd-centos7-docker-4c-2g-26510 does not seem to be running inside a container [2021-02-15T16:51:25.681Z] $ 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/358 -v /w/workspace/edgex-go/358:/w/workspace/edgex-go/358:rw,z -v /w/workspace/edgex-go/358@tmp:/w/workspace/edgex-go/358@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-15T16:51:26.419Z] $ docker top 38ba95740c8c35b67fa528eafafedf25a1d64cbb99b48b912f4f4e1c9f75d148 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-15T16:51:26.679Z] ========================================================= [2021-02-15T16:51:26.679Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-15T16:51:26.679Z] ========================================================= [Pipeline] sh [2021-02-15T16:51:27.020Z] + make test [2021-02-15T16:51:27.020Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-15T16:51:37.138Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-15T16:51:56.034Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-15T16:52:01.459Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-15T16:52:01.459Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-15T16:52:01.459Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-15T16:52:04.830Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-15T16:52:04.830Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-15T16:52:04.830Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-15T16:52:04.830Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-15T16:52:05.435Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-15T16:52:05.702Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-15T16:52:08.326Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-15T16:52:08.326Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-15T16:52:08.326Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-15T16:52:12.758Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.165s coverage: 45.9% of statements [2021-02-15T16:52:12.758Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-15T16:52:12.758Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-15T16:52:12.758Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-15T16:52:12.758Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-15T16:52:12.758Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-15T16:52:12.758Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-15T16:52:12.758Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-15T16:52:12.758Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.089s coverage: 100.0% of statements [2021-02-15T16:52:13.745Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.222s coverage: 27.1% of statements [2021-02-15T16:52:13.745Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-15T16:52:13.745Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-15T16:52:13.745Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-15T16:52:13.745Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-15T16:52:13.745Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-15T16:52:13.745Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-15T16:52:13.745Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.053s coverage: 100.0% of statements [2021-02-15T16:52:13.745Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-15T16:52:13.745Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.056s coverage: 100.0% of statements [2021-02-15T16:52:13.745Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-15T16:52:13.745Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-15T16:52:15.176Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.106s coverage: 65.8% of statements [2021-02-15T16:52:15.176Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-15T16:52:15.176Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-15T16:52:15.446Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.471s coverage: 82.3% of statements [2021-02-15T16:52:15.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-15T16:52:15.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-15T16:52:15.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-15T16:52:15.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-15T16:52:17.402Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.368s coverage: 28.6% of statements [2021-02-15T16:52:17.402Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-15T16:52:17.402Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-15T16:52:17.402Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-15T16:52:17.402Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-15T16:52:17.402Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-15T16:52:17.402Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.078s coverage: 100.0% of statements [2021-02-15T16:52:17.402Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-15T16:52:17.402Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.067s coverage: 100.0% of statements [2021-02-15T16:52:17.402Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-15T16:52:17.670Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.144s coverage: 86.7% of statements [2021-02-15T16:52:17.670Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-15T16:52:17.935Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.132s coverage: 97.5% of statements [2021-02-15T16:52:17.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-15T16:52:18.213Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.064s coverage: 78.3% of statements [2021-02-15T16:52:18.213Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-15T16:52:18.213Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-15T16:52:18.213Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-15T16:52:18.213Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-15T16:52:21.634Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.484s coverage: 92.8% of statements [2021-02-15T16:52:21.634Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-15T16:52:21.634Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-15T16:52:21.634Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-15T16:52:21.634Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-15T16:52:21.634Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-15T16:52:21.634Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-15T16:52:21.634Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-15T16:52:21.634Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-15T16:52:21.634Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-15T16:52:21.634Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-15T16:52:21.634Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-15T16:52:21.634Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-15T16:52:21.634Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-15T16:52:21.634Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-15T16:52:21.634Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-15T16:52:21.634Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-15T16:52:21.634Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-15T16:52:21.634Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-15T16:52:21.634Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.043s coverage: 58.8% of statements [2021-02-15T16:52:21.634Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-15T16:52:21.634Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-15T16:52:21.634Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.057s coverage: 0.1% of statements [2021-02-15T16:52:21.634Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-15T16:52:21.634Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-15T16:52:21.634Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-15T16:52:21.634Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.047s coverage: 45.5% of statements [2021-02-15T16:52:21.634Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.051s coverage: 79.5% of statements [2021-02-15T16:52:21.634Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.039s coverage: 94.1% of statements [2021-02-15T16:52:21.634Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.073s coverage: 96.3% of statements [2021-02-15T16:52:21.634Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.030s coverage: 87.5% of statements [2021-02-15T16:52:29.796Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-26515 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-02-15T16:52:29.845Z] Running in /w/workspace/edgex-go/358 [Pipeline] { [Pipeline] checkout [2021-02-15T16:52:33.947Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.050s coverage: 94.4% of statements [2021-02-15T16:52:33.947Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.030s coverage: 44.8% of statements [2021-02-15T16:52:35.242Z] using credential edgex-jenkins-ssh [2021-02-15T16:52:35.294Z] Cloning the remote Git repository [2021-02-15T16:52:35.360Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-15T16:52:35.462Z] > git init /w/workspace/edgex-go/358 # timeout=10 [2021-02-15T16:52:35.554Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-15T16:52:35.556Z] > git --version # timeout=10 [2021-02-15T16:52:35.576Z] > git --version # 'git version 2.17.1' [2021-02-15T16:52:35.578Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-15T16:52:35.634Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-15T16:52:46.293Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.077s coverage: 92.9% of statements [2021-02-15T16:52:46.293Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-15T16:52:46.293Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-15T16:52:46.293Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-15T16:52:46.293Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.046s coverage: 77.8% of statements [2021-02-15T16:52:46.293Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-15T16:52:46.293Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-15T16:52:46.293Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-15T16:52:46.293Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-15T16:52:46.293Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-15T16:52:46.293Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.049s coverage: 87.2% of statements [2021-02-15T16:52:46.293Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-15T16:52:46.293Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-15T16:52:46.293Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-02-15T16:52:46.293Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-15T16:52:46.293Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.054s coverage: 75.5% of statements [2021-02-15T16:52:46.293Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-15T16:52:46.293Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-02-15T16:52:46.293Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.065s coverage: 87.2% of statements [2021-02-15T16:52:46.293Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements [2021-02-15T16:52:46.293Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.083s coverage: 91.4% of statements [2021-02-15T16:52:46.293Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-15T16:52:46.293Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.159s coverage: 63.5% of statements [2021-02-15T16:52:46.293Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-15T16:52:46.293Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-15T16:52:46.293Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-02-15T16:52:46.293Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements [2021-02-15T16:52:46.293Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-02-15T16:52:46.293Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-02-15T16:52:46.293Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements [2021-02-15T16:52:46.293Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.315s coverage: 68.9% of statements [2021-02-15T16:52:46.293Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-15T16:52:46.293Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-15T16:52:46.293Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.102s coverage: 37.0% of statements [2021-02-15T16:52:46.293Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-15T16:52:46.293Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-15T16:52:46.293Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.301s coverage: 84.0% of statements [2021-02-15T16:52:46.293Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.039s coverage: 100.0% of statements [2021-02-15T16:52:46.293Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.124s coverage: 47.0% of statements [2021-02-15T16:52:46.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-15T16:52:46.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-15T16:52:46.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-15T16:52:46.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-15T16:52:46.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-15T16:52:46.293Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.086s coverage: 100.0% of statements [2021-02-15T16:52:46.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-15T16:52:46.293Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.058s coverage: 100.0% of statements [2021-02-15T16:52:46.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-15T16:52:46.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-15T16:52:46.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-15T16:52:46.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-15T16:52:46.293Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.127s coverage: 89.4% of statements [2021-02-15T16:52:46.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-15T16:52:46.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-15T16:52:46.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-15T16:52:46.293Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.692s coverage: 29.1% of statements [2021-02-15T16:52:46.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-15T16:52:46.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-15T16:52:46.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-15T16:52:46.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-15T16:52:46.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-15T16:52:46.293Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.096s coverage: 99.0% of statements [2021-02-15T16:52:46.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-15T16:52:46.293Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.054s coverage: 100.0% of statements [2021-02-15T16:52:46.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-15T16:52:46.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-15T16:52:46.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-15T16:52:46.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-15T16:52:46.293Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.069s coverage: 100.0% of statements [2021-02-15T16:52:46.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-15T16:52:46.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-15T16:52:46.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-15T16:52:46.293Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements [2021-02-15T16:52:46.293Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-15T16:52:46.293Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.027s coverage: 100.0% of statements [2021-02-15T16:52:46.293Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-15T16:52:46.293Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-15T16:52:46.293Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-15T16:52:46.293Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-15T16:52:46.293Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.038s coverage: 87.9% of statements [2021-02-15T16:52:46.293Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-15T16:52:46.293Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-15T16:52:46.293Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements [2021-02-15T16:52:46.293Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements [2021-02-15T16:52:46.293Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-02-15T16:52:46.558Z] GO111MODULE=on go vet ./... [2021-02-15T16:52:51.382Z] Checking out Revision 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 (master) [2021-02-15T16:52:50.547Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-15T16:52:50.616Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-15T16:52:50.654Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-15T16:52:50.728Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-15T16:52:50.731Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-15T16:52:50.754Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-15T16:52:51.404Z] > git config core.sparsecheckout # timeout=10 [2021-02-15T16:52:51.424Z] > git checkout -f 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 # timeout=10 [2021-02-15T16:52:55.850Z] Commit message: "Merge pull request #3169 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.34" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-15T16:52:57.328Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-15T16:52:57.751Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-15T16:52:58.136Z] + true [2021-02-15T16:52:58.136Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-15T16:53:00.189Z] provisioning config files... [2021-02-15T16:53:00.242Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/358@tmp/config2999924686126356384tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-15T16:53:00.641Z] ---> docker-login.sh [2021-02-15T16:53:00.641Z] nexus3.edgexfoundry.org:10001 [2021-02-15T16:53:01.628Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-15T16:53:01.902Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-15T16:53:01.902Z] Configure a credential helper to remove this warning. See [2021-02-15T16:53:01.902Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-15T16:53:01.902Z] [2021-02-15T16:53:01.902Z] Login Succeeded [2021-02-15T16:53:02.175Z] nexus3.edgexfoundry.org:10002 [2021-02-15T16:53:02.455Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-15T16:53:02.728Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-15T16:53:02.728Z] Configure a credential helper to remove this warning. See [2021-02-15T16:53:02.728Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-15T16:53:02.728Z] [2021-02-15T16:53:02.728Z] Login Succeeded [2021-02-15T16:53:02.728Z] nexus3.edgexfoundry.org:10003 [2021-02-15T16:53:03.000Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-15T16:53:03.273Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-15T16:53:03.273Z] Configure a credential helper to remove this warning. See [2021-02-15T16:53:03.273Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-15T16:53:03.273Z] [2021-02-15T16:53:03.273Z] Login Succeeded [2021-02-15T16:53:03.273Z] nexus3.edgexfoundry.org:10004 [2021-02-15T16:53:03.549Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-15T16:53:03.823Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-15T16:53:03.823Z] Configure a credential helper to remove this warning. See [2021-02-15T16:53:03.823Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-15T16:53:03.823Z] [2021-02-15T16:53:03.823Z] Login Succeeded [2021-02-15T16:53:03.823Z] docker.io [2021-02-15T16:53:04.097Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-15T16:53:04.369Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-15T16:53:04.369Z] Configure a credential helper to remove this warning. See [2021-02-15T16:53:04.369Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-15T16:53:04.369Z] [2021-02-15T16:53:04.369Z] Login Succeeded [2021-02-15T16:53:04.369Z] ---> docker-login.sh ends [Pipeline] } [2021-02-15T16:53:04.386Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-15T16:53:04.840Z] ========================================================= [2021-02-15T16:53:04.841Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-15T16:53:04.841Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:53:05.233Z] + 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-15T16:53:07.907Z] Sending build context to Docker daemon 166.3MB [2021-02-15T16:53:07.907Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-15T16:53:07.907Z] Step 2/6 : FROM ${BASE} [2021-02-15T16:53:07.907Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-15T16:53:07.907Z] 5f621e34cdf4: Pulling fs layer [2021-02-15T16:53:07.907Z] a4357932f1b6: Pulling fs layer [2021-02-15T16:53:07.907Z] 18c013af1878: Pulling fs layer [2021-02-15T16:53:07.907Z] 00ac8860ef70: Pulling fs layer [2021-02-15T16:53:07.907Z] 63d7cb157983: Pulling fs layer [2021-02-15T16:53:07.907Z] b116817d02f9: Pulling fs layer [2021-02-15T16:53:07.907Z] 745a02a5169b: Pulling fs layer [2021-02-15T16:53:07.907Z] 00ac8860ef70: Waiting [2021-02-15T16:53:07.907Z] 63d7cb157983: Waiting [2021-02-15T16:53:07.907Z] b116817d02f9: Waiting [2021-02-15T16:53:07.907Z] 18c013af1878: Verifying Checksum [2021-02-15T16:53:07.907Z] 18c013af1878: Download complete [2021-02-15T16:53:07.907Z] a4357932f1b6: Download complete [2021-02-15T16:53:07.907Z] 63d7cb157983: Verifying Checksum [2021-02-15T16:53:07.907Z] 63d7cb157983: Download complete [2021-02-15T16:53:07.907Z] b116817d02f9: Verifying Checksum [2021-02-15T16:53:07.907Z] b116817d02f9: Download complete [2021-02-15T16:53:07.907Z] 5f621e34cdf4: Verifying Checksum [2021-02-15T16:53:07.907Z] 5f621e34cdf4: Download complete [2021-02-15T16:53:08.513Z] 5f621e34cdf4: Pull complete [2021-02-15T16:53:09.111Z] a4357932f1b6: Pull complete [2021-02-15T16:53:09.384Z] 18c013af1878: Pull complete [2021-02-15T16:53:09.976Z] 745a02a5169b: Verifying Checksum [2021-02-15T16:53:09.976Z] 745a02a5169b: Download complete [2021-02-15T16:53:11.411Z] 00ac8860ef70: Verifying Checksum [2021-02-15T16:53:11.411Z] 00ac8860ef70: Download complete [2021-02-15T16:53:18.881Z] gofmt -l . [2021-02-15T16:53:18.881Z] [ "`gofmt -l .`" = "" ] [2021-02-15T16:53:18.881Z] ./bin/test-go-mod-tidy.sh [2021-02-15T16:53:18.881Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-15T16:53:19.204Z] + ls -al . [2021-02-15T16:53:19.204Z] total 700 [2021-02-15T16:53:19.204Z] drwxrwxr-x 10 1001 1001 4096 Feb 15 16:53 . [2021-02-15T16:53:19.204Z] drwxr-xr-x 4 root root 32 Feb 15 16:51 .. [2021-02-15T16:53:19.204Z] -rw-rw-r-- 1 1001 1001 11 Feb 15 16:49 .dockerignore [2021-02-15T16:53:19.204Z] drwxrwxr-x 8 1001 1001 162 Feb 15 16:49 .git [2021-02-15T16:53:19.204Z] drwxrwxr-x 3 1001 1001 125 Feb 15 16:49 .github [2021-02-15T16:53:19.204Z] -rw-rw-r-- 1 1001 1001 818 Feb 15 16:49 .gitignore [2021-02-15T16:53:19.204Z] drwx------ 3 1001 1001 45 Feb 15 16:50 .semver [2021-02-15T16:53:19.204Z] -rw-rw-r-- 1 1001 1001 166 Feb 15 16:49 .sonarcloud.properties [2021-02-15T16:53:19.204Z] -rw-rw-r-- 1 1001 1001 7859 Feb 15 16:49 Attribution.txt [2021-02-15T16:53:19.204Z] -rw-rw-r-- 1 1001 1001 3804 Feb 15 16:49 CONTRIBUTING.md [2021-02-15T16:53:19.204Z] -rw-rw-r-- 1 1001 1001 931 Feb 15 16:49 Dockerfile.build [2021-02-15T16:53:19.204Z] -rw-rw-r-- 1 1001 1001 863 Feb 15 16:49 Jenkinsfile [2021-02-15T16:53:19.204Z] -rw-rw-r-- 1 1001 1001 10775 Feb 15 16:49 LICENSE [2021-02-15T16:53:19.204Z] -rw-rw-r-- 1 1001 1001 5774 Feb 15 16:49 Makefile [2021-02-15T16:53:19.204Z] -rw-rw-r-- 1 1001 1001 6524 Feb 15 16:49 README.md [2021-02-15T16:53:19.204Z] -rw-rw-r-- 1 1001 1001 6755 Feb 15 16:49 SECURITY.md [2021-02-15T16:53:19.204Z] -rw-rw-r-- 1 1001 1001 12 Feb 15 16:50 VERSION [2021-02-15T16:53:19.204Z] -rw-rw-r-- 1 1001 1001 4131 Feb 15 16:49 ZMQWindows.md [2021-02-15T16:53:19.204Z] drwxrwxr-x 2 1001 1001 117 Feb 15 16:49 bin [2021-02-15T16:53:19.204Z] drwxrwxr-x 14 1001 1001 4096 Feb 15 16:49 cmd [2021-02-15T16:53:19.204Z] -rw-r--r-- 1 root root 595676 Feb 15 16:52 coverage.out [2021-02-15T16:53:19.204Z] -rw-r--r-- 1 root root 1054 Feb 15 16:53 go.mod [2021-02-15T16:53:19.204Z] -rw-r--r-- 1 root root 19518 Feb 15 16:53 go.sum [2021-02-15T16:53:19.204Z] drwxrwxr-x 8 1001 1001 127 Feb 15 16:49 internal [2021-02-15T16:53:19.204Z] drwxrwxr-x 4 1001 1001 26 Feb 15 16:49 openapi [2021-02-15T16:53:19.204Z] drwxrwxr-x 4 1001 1001 71 Feb 15 16:49 snap [2021-02-15T16:53:19.204Z] -rw-rw-r-- 1 1001 1001 168 Feb 15 16:49 version.go [Pipeline] sh [2021-02-15T16:53:19.522Z] + '[' -e coverage.out ] [2021-02-15T16:53:19.522Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-15T16:53:19.761Z] Stashed 1 file(s) [Pipeline] sh [2021-02-15T16:53:20.062Z] + make build [2021-02-15T16:53:20.062Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o cmd/core-data/core-data ./cmd/core-data [2021-02-15T16:53:21.591Z] 00ac8860ef70: Pull complete [2021-02-15T16:53:21.591Z] 63d7cb157983: Pull complete [2021-02-15T16:53:21.865Z] b116817d02f9: Pull complete [2021-02-15T16:53:24.299Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-15T16:53:26.195Z] 745a02a5169b: Pull complete [2021-02-15T16:53:26.195Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-15T16:53:26.195Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-15T16:53:26.195Z] ---> b7e6874047d6 [2021-02-15T16:53:26.195Z] 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-15T16:53:29.599Z] ---> Running in 3d11e1d2c9e4 [2021-02-15T16:53:30.590Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-15T16:53:31.571Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-15T16:53:32.164Z] (1/12) Installing libmagic (5.38-r0) [2021-02-15T16:53:32.435Z] (2/12) Installing file (5.38-r0) [2021-02-15T16:53:32.501Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o cmd/core-command/core-command ./cmd/core-command [2021-02-15T16:53:32.707Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-15T16:53:32.707Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-15T16:53:33.454Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-15T16:53:35.388Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-15T16:53:35.388Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-15T16:53:37.346Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-15T16:53:39.303Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-15T16:53:40.269Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-15T16:53:40.962Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-15T16:53:40.962Z] (6/12) Installing patch (2.7.6-r6) [2021-02-15T16:53:40.962Z] (7/12) Installing build-base (0.5-r2) [2021-02-15T16:53:40.962Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-15T16:53:40.962Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-15T16:53:40.962Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-15T16:53:40.962Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-15T16:53:40.962Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-15T16:53:40.962Z] Executing busybox-1.31.1-r19.trigger [2021-02-15T16:53:40.962Z] OK: 217 MiB in 51 packages [2021-02-15T16:53:41.673Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-15T16:53:42.636Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-15T16:53:44.055Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-15T16:53:45.262Z] Removing intermediate container 3d11e1d2c9e4 [2021-02-15T16:53:45.263Z] ---> ac5ec8e38b74 [2021-02-15T16:53:45.263Z] Step 4/6 : WORKDIR /edgex-go [2021-02-15T16:53:45.263Z] ---> Running in ae3993e4eea5 [2021-02-15T16:53:45.263Z] Removing intermediate container ae3993e4eea5 [2021-02-15T16:53:45.263Z] ---> cbea5a24d61e [2021-02-15T16:53:45.263Z] Step 5/6 : COPY go.mod . [2021-02-15T16:53:46.242Z] ---> bcf34e7d180a [2021-02-15T16:53:46.242Z] Step 6/6 : RUN go mod download [2021-02-15T16:53:46.516Z] ---> Running in 26061976da67 [Pipeline] } [2021-02-15T16:53:46.646Z] $ docker stop --time=1 38ba95740c8c35b67fa528eafafedf25a1d64cbb99b48b912f4f4e1c9f75d148 [2021-02-15T16:53:48.489Z] $ docker rm -f 38ba95740c8c35b67fa528eafafedf25a1d64cbb99b48b912f4f4e1c9f75d148 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:53:52.587Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-15T16:53:52.587Z] [2021-02-15T16:53:52.587Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:53:52.939Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-15T16:53:52.939Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-15T16:53:52.939Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-15T16:53:52.939Z] ca9280d653b3: Pulling fs layer [2021-02-15T16:53:52.939Z] 7e9c9ca2126c: Pulling fs layer [2021-02-15T16:53:53.214Z] cbdbe7a5bc2a: Download complete [2021-02-15T16:53:53.476Z] cbdbe7a5bc2a: Pull complete [2021-02-15T16:53:53.746Z] ca9280d653b3: Verifying Checksum [2021-02-15T16:53:53.746Z] ca9280d653b3: Download complete [2021-02-15T16:53:55.174Z] ca9280d653b3: Pull complete [2021-02-15T16:53:55.174Z] 7e9c9ca2126c: Verifying Checksum [2021-02-15T16:53:55.174Z] 7e9c9ca2126c: Download complete [2021-02-15T16:54:03.373Z] 7e9c9ca2126c: Pull complete [2021-02-15T16:54:03.373Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-15T16:54:03.373Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-15T16:54:03.373Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-15T16:54:03.527Z] prd-centos7-docker-4c-2g-26510 does not seem to be running inside a container [2021-02-15T16:54:03.597Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/358 -v /w/workspace/edgex-go/358:/w/workspace/edgex-go/358:rw,z -v /w/workspace/edgex-go/358@tmp:/w/workspace/edgex-go/358@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-15T16:54:05.302Z] $ docker top 4f75f4c35914488490c7693f78008c9b87bce6988be426fd41e8add435bf6470 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-15T16:54:05.900Z] + docker-compose build --help [2021-02-15T16:54:05.900Z] + grep parallel [2021-02-15T16:54:07.015Z] --parallel Build images in parallel. [Pipeline] } [2021-02-15T16:54:07.316Z] $ docker stop --time=1 4f75f4c35914488490c7693f78008c9b87bce6988be426fd41e8add435bf6470 [2021-02-15T16:54:08.720Z] $ docker rm -f 4f75f4c35914488490c7693f78008c9b87bce6988be426fd41e8add435bf6470 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:54:09.388Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-15T16:54:09.388Z] . [Pipeline] withDockerContainer [2021-02-15T16:54:09.499Z] prd-centos7-docker-4c-2g-26510 does not seem to be running inside a container [2021-02-15T16:54:09.564Z] $ 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/358 -v /w/workspace/edgex-go/358:/w/workspace/edgex-go/358:rw,z -v /w/workspace/edgex-go/358@tmp:/w/workspace/edgex-go/358@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-15T16:54:11.302Z] $ docker top b053c2722307da288dac04ffba0a65ed8966af91975097775b70a2b881f5febd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-15T16:54:11.941Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-15T16:54:13.360Z] Building docker-core-command-go ... [2021-02-15T16:54:13.360Z] Building docker-core-data-go ... [2021-02-15T16:54:13.360Z] Building docker-core-metadata-go ... [2021-02-15T16:54:13.360Z] Building docker-security-bootstrapper-go ... [2021-02-15T16:54:13.360Z] Building docker-security-proxy-setup-go ... [2021-02-15T16:54:13.360Z] Building docker-security-secretstore-setup-go ... [2021-02-15T16:54:13.360Z] Building docker-support-notifications-go ... [2021-02-15T16:54:13.360Z] Building docker-support-scheduler-go ... [2021-02-15T16:54:13.360Z] Building docker-sys-mgmt-agent-go ... [2021-02-15T16:54:13.360Z] Building docker-support-scheduler-go [2021-02-15T16:54:13.360Z] Building docker-sys-mgmt-agent-go [2021-02-15T16:54:13.360Z] Building docker-security-secretstore-setup-go [2021-02-15T16:54:13.360Z] Building docker-security-bootstrapper-go [2021-02-15T16:54:13.360Z] Building docker-core-data-go [2021-02-15T16:54:13.492Z] Removing intermediate container 26061976da67 [2021-02-15T16:54:13.492Z] ---> 2302e9bd86b1 [2021-02-15T16:54:13.492Z] Successfully built 2302e9bd86b1 [2021-02-15T16:54:13.492Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:54:13.844Z] + docker inspect -f . ci-base-image-arm64 [2021-02-15T16:54:13.844Z] . [Pipeline] withDockerContainer [2021-02-15T16:54:14.102Z] prd-ubuntu18.04-docker-arm64-4c-16g-26515 does not seem to be running inside a container [2021-02-15T16:54:14.194Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/358 -v /w/workspace/edgex-go/358:/w/workspace/edgex-go/358:rw,z -v /w/workspace/edgex-go/358@tmp:/w/workspace/edgex-go/358@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-15T16:54:15.997Z] $ docker top 92b591e3d3377be81ca3f20028aa1274dd158dc427870ede2b0172ddc0e173d2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-15T16:54:16.977Z] + go version [2021-02-15T16:54:16.977Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-15T16:54:17.009Z] $ docker stop --time=1 92b591e3d3377be81ca3f20028aa1274dd158dc427870ede2b0172ddc0e173d2 [2021-02-15T16:54:19.123Z] $ docker rm -f 92b591e3d3377be81ca3f20028aa1274dd158dc427870ede2b0172ddc0e173d2 [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-15T16:54:20.279Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-15T16:54:20.279Z] [2021-02-15T16:54:20.279Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:54:20.733Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-15T16:54:21.010Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-15T16:54:21.010Z] 29e5d40040c1: Pulling fs layer [2021-02-15T16:54:21.010Z] 1ce36da41761: Pulling fs layer [2021-02-15T16:54:21.010Z] 25b303627fd3: Pulling fs layer [2021-02-15T16:54:21.988Z] 29e5d40040c1: Verifying Checksum [2021-02-15T16:54:21.988Z] 29e5d40040c1: Download complete [2021-02-15T16:54:22.262Z] 1ce36da41761: Verifying Checksum [2021-02-15T16:54:22.262Z] 1ce36da41761: Download complete [2021-02-15T16:54:22.861Z] 29e5d40040c1: Pull complete [2021-02-15T16:54:23.839Z] 25b303627fd3: Download complete [2021-02-15T16:54:24.112Z] 1ce36da41761: Pull complete [2021-02-15T16:54:34.279Z] 25b303627fd3: Pull complete [2021-02-15T16:54:34.279Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-15T16:54:34.279Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-15T16:54:34.279Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-15T16:54:34.540Z] prd-ubuntu18.04-docker-arm64-4c-16g-26515 does not seem to be running inside a container [2021-02-15T16:54:34.624Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/358 -v /w/workspace/edgex-go/358:/w/workspace/edgex-go/358:rw,z -v /w/workspace/edgex-go/358@tmp:/w/workspace/edgex-go/358@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-15T16:54:37.723Z] $ docker top 5a21b46d5e0ca7ca66cb0f167160b8d4f753586c9eecee08372e35f1c5eb1ba1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-15T16:54:38.758Z] + + grep parallel [2021-02-15T16:54:38.758Z] docker-compose build --help [2021-02-15T16:54:42.131Z] --parallel Build images in parallel. [Pipeline] } [2021-02-15T16:54:42.162Z] $ docker stop --time=1 5a21b46d5e0ca7ca66cb0f167160b8d4f753586c9eecee08372e35f1c5eb1ba1 [2021-02-15T16:54:44.095Z] $ docker rm -f 5a21b46d5e0ca7ca66cb0f167160b8d4f753586c9eecee08372e35f1c5eb1ba1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:54:44.834Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-15T16:54:44.834Z] . [Pipeline] withDockerContainer [2021-02-15T16:54:45.090Z] prd-ubuntu18.04-docker-arm64-4c-16g-26515 does not seem to be running inside a container [2021-02-15T16:54:45.178Z] $ 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/358 -v /w/workspace/edgex-go/358:/w/workspace/edgex-go/358:rw,z -v /w/workspace/edgex-go/358@tmp:/w/workspace/edgex-go/358@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-15T16:54:46.517Z] $ docker top 1a9f63c473c0aa1975de58d44eb1aaf225039c34dc9d3997f7197447a556f666 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-15T16:54:47.530Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-15T16:54:50.914Z] Building docker-core-command-go ... [2021-02-15T16:54:50.914Z] Building docker-core-data-go ... [2021-02-15T16:54:50.914Z] Building docker-core-metadata-go ... [2021-02-15T16:54:50.914Z] Building docker-security-bootstrapper-go ... [2021-02-15T16:54:50.914Z] Building docker-security-proxy-setup-go ... [2021-02-15T16:54:50.914Z] Building docker-security-secretstore-setup-go ... [2021-02-15T16:54:50.914Z] Building docker-support-notifications-go ... [2021-02-15T16:54:50.914Z] Building docker-support-scheduler-go ... [2021-02-15T16:54:50.914Z] Building docker-sys-mgmt-agent-go ... [2021-02-15T16:54:50.914Z] Building docker-support-notifications-go [2021-02-15T16:54:50.914Z] Building docker-security-proxy-setup-go [2021-02-15T16:54:50.914Z] Building docker-security-secretstore-setup-go [2021-02-15T16:54:50.914Z] Building docker-core-command-go [2021-02-15T16:54:50.914Z] Building docker-core-data-go [2021-02-15T16:54:52.463Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-15T16:54:52.463Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-15T16:54:52.463Z] ---> 96a36b71e238 [2021-02-15T16:54:52.463Z] Step 3/22 : WORKDIR /edgex-go [2021-02-15T16:54:52.463Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-15T16:54:52.463Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-15T16:54:52.463Z] ---> 96a36b71e238 [2021-02-15T16:54:52.463Z] Step 3/23 : WORKDIR /edgex-go [2021-02-15T16:54:52.463Z] ---> Running in ff3e18032045 [2021-02-15T16:54:52.463Z] ---> Running in 5d4620bcd089 [2021-02-15T16:54:52.463Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-15T16:54:52.463Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-15T16:54:52.463Z] ---> 96a36b71e238 [2021-02-15T16:54:52.463Z] Step 3/30 : WORKDIR /edgex-go [2021-02-15T16:54:52.463Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-15T16:54:52.463Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-15T16:54:52.463Z] ---> 96a36b71e238 [2021-02-15T16:54:52.463Z] Step 3/26 : WORKDIR /edgex-go [2021-02-15T16:54:52.463Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-15T16:54:52.463Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-15T16:54:52.463Z] ---> 96a36b71e238 [2021-02-15T16:54:52.463Z] Step 3/24 : WORKDIR /edgex-go [2021-02-15T16:54:52.463Z] ---> Running in 0b8529d2bb52 [2021-02-15T16:54:52.463Z] ---> Running in 03f3d7217083 [2021-02-15T16:54:52.463Z] ---> Running in 24e8a496ad2a [2021-02-15T16:54:52.463Z] Removing intermediate container 0b8529d2bb52 [2021-02-15T16:54:52.463Z] ---> a58851d7f792 [2021-02-15T16:54:52.463Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-15T16:54:52.463Z] Removing intermediate container 5d4620bcd089 [2021-02-15T16:54:52.463Z] ---> a6444c569c3a [2021-02-15T16:54:52.463Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-15T16:54:52.463Z] Removing intermediate container 03f3d7217083 [2021-02-15T16:54:52.463Z] ---> 90b5215d3383 [2021-02-15T16:54:52.463Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-15T16:54:52.463Z] Removing intermediate container ff3e18032045 [2021-02-15T16:54:52.463Z] ---> d671ce9e937f [2021-02-15T16:54:52.463Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-15T16:54:52.463Z] Removing intermediate container 24e8a496ad2a [2021-02-15T16:54:52.463Z] ---> 7810d39ef974 [2021-02-15T16:54:52.463Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-15T16:54:52.463Z] ---> Running in 60535e56eb02 [2021-02-15T16:54:52.463Z] ---> Running in 326a7517c5a3 [2021-02-15T16:54:52.463Z] ---> Running in 93ee0fcc27a0 [2021-02-15T16:54:52.463Z] ---> Running in c058717859f4 [2021-02-15T16:54:52.463Z] ---> Running in 4573bafe1d2c [2021-02-15T16:54:53.063Z] Removing intermediate container 326a7517c5a3 [2021-02-15T16:54:53.063Z] ---> 90d14d874ad7 [2021-02-15T16:54:53.063Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-15T16:54:53.328Z] Removing intermediate container 60535e56eb02 [2021-02-15T16:54:53.328Z] ---> 6932ff9cf693 [2021-02-15T16:54:53.328Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-15T16:54:53.328Z] ---> Running in 0471d1918211 [2021-02-15T16:54:53.328Z] Removing intermediate container 93ee0fcc27a0 [2021-02-15T16:54:53.328Z] ---> 198d202062cc [2021-02-15T16:54:53.328Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-15T16:54:53.591Z] ---> Running in 263717640edc [2021-02-15T16:54:53.591Z] ---> Running in 3d260c82ea21 [2021-02-15T16:54:53.863Z] Removing intermediate container c058717859f4 [2021-02-15T16:54:53.863Z] ---> 752391e417d0 [2021-02-15T16:54:53.863Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-15T16:54:53.863Z] Removing intermediate container 4573bafe1d2c [2021-02-15T16:54:53.863Z] ---> 2851c3ccf954 [2021-02-15T16:54:53.863Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-15T16:54:54.148Z] ---> Running in a09b31a84fd2 [2021-02-15T16:54:54.148Z] ---> Running in 5731f4cf87a8 [2021-02-15T16:54:54.755Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-15T16:54:54.755Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-15T16:54:54.755Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-15T16:54:55.351Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-15T16:54:55.351Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-15T16:54:55.351Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-15T16:54:55.351Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-15T16:54:55.617Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-15T16:54:55.880Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-15T16:54:55.880Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-15T16:54:56.173Z] OK: 233 MiB in 51 packages [2021-02-15T16:54:56.173Z] OK: 233 MiB in 51 packages [2021-02-15T16:54:56.443Z] OK: 233 MiB in 51 packages [2021-02-15T16:54:56.713Z] OK: 233 MiB in 51 packages [2021-02-15T16:54:56.713Z] OK: 233 MiB in 51 packages [2021-02-15T16:54:57.002Z] Removing intermediate container 0471d1918211 [2021-02-15T16:54:57.002Z] ---> 1c158f63d3ce [2021-02-15T16:54:57.002Z] Step 6/24 : COPY go.mod . [2021-02-15T16:54:57.002Z] Removing intermediate container 263717640edc [2021-02-15T16:54:57.002Z] ---> 9a2eb7308c24 [2021-02-15T16:54:57.002Z] Step 6/30 : COPY go.mod . [2021-02-15T16:54:57.002Z] Removing intermediate container 3d260c82ea21 [2021-02-15T16:54:57.002Z] ---> 2ac6d7b9f70e [2021-02-15T16:54:57.002Z] Step 6/23 : COPY go.mod . [2021-02-15T16:54:57.268Z] ---> d563c14712eb [2021-02-15T16:54:57.268Z] Step 7/24 : RUN go mod download [2021-02-15T16:54:57.268Z] ---> 8d5db37c1f4a [2021-02-15T16:54:57.268Z] Step 7/30 : RUN go mod download [2021-02-15T16:54:57.553Z] ---> Running in 80d93d638505 [2021-02-15T16:54:57.553Z] ---> Running in d5ec8e7c5d76 [2021-02-15T16:54:57.834Z] Removing intermediate container a09b31a84fd2 [2021-02-15T16:54:57.834Z] ---> 6413a941b15d [2021-02-15T16:54:57.834Z] Step 6/26 : COPY go.mod . [2021-02-15T16:54:57.834Z] ---> a4b6ef8cf423 [2021-02-15T16:54:57.834Z] Step 7/23 : RUN go mod download [2021-02-15T16:54:57.834Z] Removing intermediate container 5731f4cf87a8 [2021-02-15T16:54:57.834Z] ---> 4f7959895f66 [2021-02-15T16:54:57.834Z] Step 6/22 : COPY go.mod . [2021-02-15T16:54:58.112Z] ---> Running in bb60f66184ba [2021-02-15T16:54:58.390Z] ---> b513fb7c27f9 [2021-02-15T16:54:58.390Z] Step 7/26 : RUN go mod download [2021-02-15T16:54:58.390Z] ---> 595f6aa299ef [2021-02-15T16:54:58.390Z] Step 7/22 : RUN go mod download [2021-02-15T16:54:58.390Z] ---> Running in 3b8a74130d29 [2021-02-15T16:54:58.683Z] ---> Running in 4fd2cbcdda9a [2021-02-15T16:55:00.693Z] Removing intermediate container bb60f66184ba [2021-02-15T16:55:00.693Z] ---> 2bdb4feee950 [2021-02-15T16:55:00.694Z] Step 8/23 : COPY . . [2021-02-15T16:55:00.694Z] Removing intermediate container 3b8a74130d29 [2021-02-15T16:55:00.694Z] ---> 2ddc5cae3bb3 [2021-02-15T16:55:00.694Z] Step 8/26 : COPY . . [2021-02-15T16:55:01.705Z] Removing intermediate container 80d93d638505 [2021-02-15T16:55:01.705Z] ---> c58509afdec2 [2021-02-15T16:55:01.705Z] Step 8/24 : COPY . . [2021-02-15T16:55:05.084Z] Removing intermediate container d5ec8e7c5d76 [2021-02-15T16:55:05.084Z] ---> a3c136fdeea5 [2021-02-15T16:55:05.084Z] Step 8/30 : COPY . . [2021-02-15T16:55:05.084Z] Removing intermediate container 4fd2cbcdda9a [2021-02-15T16:55:05.084Z] ---> 31c5efc05b76 [2021-02-15T16:55:05.084Z] Step 8/22 : COPY . . [2021-02-15T16:55:37.901Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-15T16:55:37.901Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-15T16:55:37.901Z] ---> 2302e9bd86b1 [2021-02-15T16:55:37.901Z] Step 3/22 : WORKDIR /edgex-go [2021-02-15T16:55:37.901Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-15T16:55:37.901Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-15T16:55:37.901Z] ---> 2302e9bd86b1 [2021-02-15T16:55:37.901Z] Step 3/24 : WORKDIR /edgex-go [2021-02-15T16:55:37.901Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-15T16:55:37.901Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-15T16:55:37.901Z] ---> 2302e9bd86b1 [2021-02-15T16:55:37.901Z] Step 3/23 : WORKDIR /edgex-go [2021-02-15T16:55:37.901Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-15T16:55:37.901Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-15T16:55:37.901Z] ---> 2302e9bd86b1 [2021-02-15T16:55:37.901Z] Step 3/21 : WORKDIR /edgex-go [2021-02-15T16:55:37.901Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-15T16:55:37.901Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-15T16:55:37.901Z] ---> 2302e9bd86b1 [2021-02-15T16:55:37.901Z] Step 3/23 : WORKDIR /edgex-go [2021-02-15T16:55:37.901Z] ---> Running in d25e18a57eaa [2021-02-15T16:55:37.901Z] ---> Running in 0afb458decd1 [2021-02-15T16:55:37.901Z] ---> Running in f5953de5e407 [2021-02-15T16:55:37.901Z] ---> Running in f755abb6f1b2 [2021-02-15T16:55:37.901Z] ---> Running in 011ab6dcc318 [2021-02-15T16:55:38.509Z] Removing intermediate container f755abb6f1b2 [2021-02-15T16:55:38.509Z] ---> cd1cd73d32e3 [2021-02-15T16:55:38.509Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-15T16:55:38.786Z] Removing intermediate container 011ab6dcc318 [2021-02-15T16:55:38.786Z] Removing intermediate container f5953de5e407 [2021-02-15T16:55:38.786Z] ---> 1d4ee830288e [2021-02-15T16:55:38.786Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-15T16:55:38.786Z] ---> 59b628b82bc8 [2021-02-15T16:55:38.786Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-15T16:55:38.786Z] Removing intermediate container d25e18a57eaa [2021-02-15T16:55:38.786Z] ---> e5d7058025b2 [2021-02-15T16:55:38.787Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-15T16:55:38.787Z] Removing intermediate container 0afb458decd1 [2021-02-15T16:55:38.787Z] ---> 9195fa277931 [2021-02-15T16:55:38.787Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-15T16:55:38.787Z] ---> Running in 9a07ac21da40 [2021-02-15T16:55:39.067Z] ---> Running in 843e295446a4 [2021-02-15T16:55:39.067Z] ---> Running in 5a282743fa34 [2021-02-15T16:55:39.067Z] ---> Running in 2332bbec4b6d [2021-02-15T16:55:39.067Z] ---> Running in 7f70846d4f1c [2021-02-15T16:55:42.556Z] Removing intermediate container 9a07ac21da40 [2021-02-15T16:55:42.556Z] ---> 89cf5d1ea319 [2021-02-15T16:55:42.556Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-15T16:55:42.846Z] ---> Running in 74503336f2cc [2021-02-15T16:55:43.147Z] Removing intermediate container 7f70846d4f1c [2021-02-15T16:55:43.147Z] ---> d3074205ebe3 [2021-02-15T16:55:43.147Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-15T16:55:43.147Z] Removing intermediate container 843e295446a4 [2021-02-15T16:55:43.147Z] ---> 428971777ba7 [2021-02-15T16:55:43.147Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-15T16:55:43.426Z] ---> Running in b9b100fb380c [2021-02-15T16:55:43.426Z] Removing intermediate container 2332bbec4b6d [2021-02-15T16:55:43.426Z] ---> 8b31aee43a72 [2021-02-15T16:55:43.426Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-15T16:55:43.710Z] ---> Running in 265573cdb351 [2021-02-15T16:55:43.710Z] Removing intermediate container 5a282743fa34 [2021-02-15T16:55:43.710Z] ---> 3be41ecfde6c [2021-02-15T16:55:43.710Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-15T16:55:43.710Z] ---> Running in bb589e968cb2 [2021-02-15T16:55:44.004Z] ---> Running in 0f3b73bdef60 [2021-02-15T16:55:44.135Z] ---> b06874545a04 [2021-02-15T16:55:44.135Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-15T16:55:44.135Z] ---> 275af39a7b36 [2021-02-15T16:55:44.135Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-15T16:55:44.135Z] ---> 5cbcdd5db9ec [2021-02-15T16:55:44.135Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-15T16:55:44.135Z] ---> 037735ef7396 [2021-02-15T16:55:44.135Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-15T16:55:44.135Z] ---> 65ee95deb3d9 [2021-02-15T16:55:44.135Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-15T16:55:44.135Z] ---> Running in 49eb06714a9b [2021-02-15T16:55:44.135Z] ---> Running in ea2eaf6f54a0 [2021-02-15T16:55:44.135Z] ---> Running in d7173ab90619 [2021-02-15T16:55:44.135Z] ---> Running in fc04fd7ca647 [2021-02-15T16:55:44.135Z] ---> Running in a70eba2c7c10 [2021-02-15T16:55:44.135Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o cmd/core-data/core-data ./cmd/core-data [2021-02-15T16:55:44.135Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-15T16:55:44.135Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-15T16:55:44.135Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-15T16:55:44.135Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-15T16:55:44.604Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-15T16:55:45.594Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-15T16:55:45.594Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-15T16:55:45.867Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-15T16:55:45.867Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-15T16:55:45.867Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-15T16:55:46.138Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-15T16:55:46.743Z] OK: 217 MiB in 51 packages [2021-02-15T16:55:46.743Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-15T16:55:46.743Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-15T16:55:46.743Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-15T16:55:47.744Z] OK: 217 MiB in 51 packages [2021-02-15T16:55:47.744Z] OK: 217 MiB in 51 packages [2021-02-15T16:55:47.744Z] Removing intermediate container 74503336f2cc [2021-02-15T16:55:48.032Z] ---> 4acad8c45c3c [2021-02-15T16:55:48.032Z] Step 6/22 : COPY go.mod . [2021-02-15T16:55:48.032Z] OK: 217 MiB in 51 packages [2021-02-15T16:55:48.311Z] OK: 217 MiB in 51 packages [2021-02-15T16:55:49.302Z] ---> 946cbb2e00f4 [2021-02-15T16:55:49.302Z] Step 7/22 : RUN go mod download [2021-02-15T16:55:49.302Z] ---> Running in 97a5101c576e [2021-02-15T16:55:49.579Z] Removing intermediate container 265573cdb351 [2021-02-15T16:55:49.579Z] ---> 301c7b752bb5 [2021-02-15T16:55:49.579Z] Step 6/21 : COPY go.mod . [2021-02-15T16:55:49.579Z] Removing intermediate container 0f3b73bdef60 [2021-02-15T16:55:49.579Z] ---> da93c3443e3f [2021-02-15T16:55:49.579Z] Step 6/24 : COPY go.mod . [2021-02-15T16:55:49.873Z] Removing intermediate container b9b100fb380c [2021-02-15T16:55:49.873Z] ---> 7a2a2e72b243 [2021-02-15T16:55:49.873Z] Step 6/23 : COPY go.mod . [2021-02-15T16:55:50.156Z] Removing intermediate container bb589e968cb2 [2021-02-15T16:55:50.156Z] ---> 7693b385b721 [2021-02-15T16:55:50.156Z] Step 6/23 : COPY go.mod . [2021-02-15T16:55:50.761Z] ---> d5165e4ac647 [2021-02-15T16:55:50.761Z] Step 7/21 : RUN go mod download [2021-02-15T16:55:51.038Z] ---> e1bc974a5667 [2021-02-15T16:55:51.038Z] Step 7/24 : RUN go mod download [2021-02-15T16:55:51.038Z] ---> Running in b3148a2b45b2 [2021-02-15T16:55:51.038Z] ---> 0ef2d9ce40d1 [2021-02-15T16:55:51.038Z] Step 7/23 : RUN go mod download [2021-02-15T16:55:51.312Z] ---> Running in b70c93e7cddb [2021-02-15T16:55:51.312Z] ---> fc99de0636fe [2021-02-15T16:55:51.312Z] Step 7/23 : RUN go mod download [2021-02-15T16:55:51.586Z] ---> Running in 571bae7a17ba [2021-02-15T16:55:51.586Z] ---> Running in cbe75c5fb710 [2021-02-15T16:55:53.028Z] Removing intermediate container 97a5101c576e [2021-02-15T16:55:53.028Z] ---> 60e791c1b4ff [2021-02-15T16:55:53.028Z] Step 8/22 : COPY . . [2021-02-15T16:55:56.449Z] Removing intermediate container b3148a2b45b2 [2021-02-15T16:55:56.449Z] ---> 56d7585fb0e2 [2021-02-15T16:55:56.449Z] Step 8/21 : COPY . . [2021-02-15T16:55:57.056Z] Removing intermediate container 571bae7a17ba [2021-02-15T16:55:57.056Z] ---> 0f28c55045e9 [2021-02-15T16:55:57.056Z] Step 8/23 : COPY . . [2021-02-15T16:55:57.344Z] Removing intermediate container b70c93e7cddb [2021-02-15T16:55:57.344Z] ---> 0a3b4e6cc949 [2021-02-15T16:55:57.344Z] Step 8/24 : COPY . . [2021-02-15T16:55:57.344Z] Removing intermediate container cbe75c5fb710 [2021-02-15T16:55:57.344Z] ---> 43dba1fe542e [2021-02-15T16:55:57.344Z] Step 8/23 : COPY . . [2021-02-15T16:56:09.780Z] ---> fc29951ce72b [2021-02-15T16:56:09.780Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-15T16:56:10.379Z] ---> 3ffa2d53778b [2021-02-15T16:56:10.379Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-15T16:56:10.654Z] ---> Running in 5f76f2149f69 [2021-02-15T16:56:10.938Z] ---> Running in ce894ecfb536 [2021-02-15T16:56:11.541Z] ---> f9191e5afdb0 [2021-02-15T16:56:11.541Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-15T16:56:11.541Z] ---> d1e90546e831 [2021-02-15T16:56:11.541Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-15T16:56:11.541Z] ---> adc922da09c6 [2021-02-15T16:56:11.541Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-15T16:56:11.821Z] ---> Running in fa4cb8e97b34 [2021-02-15T16:56:11.821Z] ---> Running in b5cc6f3c3981 [2021-02-15T16:56:11.821Z] ---> Running in 532a48f36981 [2021-02-15T16:56:12.828Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-15T16:56:12.828Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-15T16:56:14.279Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o cmd/core-command/core-command ./cmd/core-command [2021-02-15T16:56:14.279Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-15T16:56:14.279Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o cmd/core-data/core-data ./cmd/core-data [2021-02-15T16:56:16.571Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-15T16:56:21.985Z] Removing intermediate container a70eba2c7c10 [2021-02-15T16:56:21.985Z] ---> 70f9d0719420 [2021-02-15T16:56:21.985Z] [2021-02-15T16:56:21.985Z] Step 10/30 : FROM alpine:3.12 [2021-02-15T16:56:21.985Z] Removing intermediate container 49eb06714a9b [2021-02-15T16:56:21.985Z] ---> 8bb6513e4e86 [2021-02-15T16:56:21.985Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-15T16:56:21.985Z] 3.12: Pulling from library/alpine [2021-02-15T16:56:21.985Z] ---> Running in 9970e7e834d4 [2021-02-15T16:56:22.255Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-15T16:56:22.255Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-15T16:56:24.196Z] Status: Downloaded newer image for alpine:3.12 [2021-02-15T16:56:24.196Z] ---> 389fef711851 [2021-02-15T16:56:24.196Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-15T16:56:25.589Z] ---> Running in e9b95612b698 [2021-02-15T16:56:25.589Z] Removing intermediate container ea2eaf6f54a0 [2021-02-15T16:56:25.589Z] ---> 951dd0cb9859 [2021-02-15T16:56:25.589Z] [2021-02-15T16:56:25.589Z] Step 10/24 : FROM alpine:3.12 [2021-02-15T16:56:25.589Z] ---> 389fef711851 [2021-02-15T16:56:25.589Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-15T16:56:25.589Z] Removing intermediate container fc04fd7ca647 [2021-02-15T16:56:25.589Z] ---> b7c2d93783de [2021-02-15T16:56:25.589Z] [2021-02-15T16:56:25.589Z] Step 10/22 : FROM alpine:3.12 [2021-02-15T16:56:25.589Z] ---> 389fef711851 [2021-02-15T16:56:25.589Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-15T16:56:25.854Z] ---> Running in 12007072bd4a [2021-02-15T16:56:25.854Z] ---> Running in 92f0a3f97c23 [2021-02-15T16:56:25.854Z] Removing intermediate container e9b95612b698 [2021-02-15T16:56:25.854Z] ---> 6b3e457e4dfb [2021-02-15T16:56:25.854Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-15T16:56:26.124Z] ---> Running in 6771f0567571 [2021-02-15T16:56:26.392Z] Removing intermediate container 9970e7e834d4 [2021-02-15T16:56:26.392Z] ---> 2ebd8ebd251d [2021-02-15T16:56:26.392Z] [2021-02-15T16:56:26.392Z] Step 11/26 : FROM docker:20.10.0 [2021-02-15T16:56:26.392Z] 20.10.0: Pulling from library/docker [2021-02-15T16:56:26.986Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-15T16:56:26.986Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-15T16:56:27.277Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-15T16:56:27.277Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-15T16:56:27.277Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-15T16:56:27.277Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-15T16:56:27.552Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-15T16:56:27.552Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-15T16:56:27.552Z] Executing busybox-1.31.1-r19.trigger [2021-02-15T16:56:27.552Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-15T16:56:27.552Z] (2/2) Installing su-exec (0.2-r1) [2021-02-15T16:56:27.552Z] Executing busybox-1.31.1-r19.trigger [2021-02-15T16:56:27.552Z] OK: 6 MiB in 16 packages [2021-02-15T16:56:27.552Z] OK: 6 MiB in 15 packages [2021-02-15T16:56:27.552Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-15T16:56:27.552Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-15T16:56:27.552Z] (4/5) Installing curl (7.69.1-r3) [2021-02-15T16:56:27.828Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-15T16:56:27.828Z] Executing busybox-1.31.1-r19.trigger [2021-02-15T16:56:27.828Z] Executing ca-certificates-20191127-r4.trigger [2021-02-15T16:56:27.828Z] OK: 7 MiB in 19 packages [2021-02-15T16:56:30.396Z] Removing intermediate container d7173ab90619 [2021-02-15T16:56:30.396Z] ---> 15dc31619e04 [2021-02-15T16:56:30.396Z] [2021-02-15T16:56:30.396Z] Step 10/23 : FROM alpine:3.12 [2021-02-15T16:56:30.396Z] ---> 389fef711851 [2021-02-15T16:56:30.396Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-15T16:56:30.663Z] ---> Running in 234c0f362957 [2021-02-15T16:56:30.928Z] Removing intermediate container 12007072bd4a [2021-02-15T16:56:30.928Z] ---> 8aadca2d4a55 [2021-02-15T16:56:30.928Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-15T16:56:32.871Z] Removing intermediate container 234c0f362957 [2021-02-15T16:56:32.871Z] ---> d2b0ab68745c [2021-02-15T16:56:32.871Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-15T16:56:32.871Z] ---> Running in f45d4ea0886b [2021-02-15T16:56:32.871Z] Removing intermediate container 6771f0567571 [2021-02-15T16:56:32.871Z] ---> 70010a88a28a [2021-02-15T16:56:32.871Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-15T16:56:32.871Z] ---> Running in b508a29fcf2f [2021-02-15T16:56:32.871Z] Removing intermediate container 92f0a3f97c23 [2021-02-15T16:56:32.871Z] ---> b9733a46b40d [2021-02-15T16:56:32.871Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-15T16:56:32.871Z] ---> Running in 360435827d23 [2021-02-15T16:56:32.871Z] ---> Running in ccb5ab8267de [2021-02-15T16:56:33.146Z] Removing intermediate container f45d4ea0886b [2021-02-15T16:56:33.146Z] ---> 298108ad9239 [2021-02-15T16:56:33.146Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-15T16:56:33.146Z] Removing intermediate container b508a29fcf2f [2021-02-15T16:56:33.146Z] ---> 06861420a121 [2021-02-15T16:56:33.146Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-15T16:56:33.420Z] ---> Running in 1da892bdbbc5 [2021-02-15T16:56:33.420Z] Removing intermediate container 360435827d23 [2021-02-15T16:56:33.420Z] ---> 8d8c2fe307a6 [2021-02-15T16:56:33.420Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-15T16:56:33.420Z] Removing intermediate container ccb5ab8267de [2021-02-15T16:56:33.420Z] ---> 19cbca3ef3f9 [2021-02-15T16:56:33.420Z] Step 13/24 : WORKDIR / [2021-02-15T16:56:33.420Z] ---> Running in 9f9fddafe90e [2021-02-15T16:56:33.694Z] ---> Running in 94aefa49b6ed [2021-02-15T16:56:33.694Z] ---> Running in d0214eac641a [2021-02-15T16:56:33.694Z] Removing intermediate container 1da892bdbbc5 [2021-02-15T16:56:33.694Z] ---> 6436e83ce322 [2021-02-15T16:56:33.694Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-15T16:56:33.961Z] ---> Running in 431c86916b85 [2021-02-15T16:56:33.961Z] Removing intermediate container 9f9fddafe90e [2021-02-15T16:56:33.961Z] ---> 2fc3037e00d5 [2021-02-15T16:56:33.961Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-15T16:56:34.537Z] Removing intermediate container 94aefa49b6ed [2021-02-15T16:56:34.537Z] ---> 7294dd1162b4 [2021-02-15T16:56:34.537Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-15T16:56:34.537Z] Removing intermediate container d0214eac641a [2021-02-15T16:56:34.537Z] ---> 0f96351a7889 [2021-02-15T16:56:34.537Z] 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-15T16:56:34.537Z] ---> Running in 166daef8cb05 [2021-02-15T16:56:34.537Z] Removing intermediate container 431c86916b85 [2021-02-15T16:56:34.537Z] ---> 47052f78a504 [2021-02-15T16:56:34.537Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-15T16:56:34.802Z] ---> Running in 482d3b55fe71 [2021-02-15T16:56:35.064Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-15T16:56:35.064Z] ---> 5b9a667c943a [2021-02-15T16:56:35.064Z] 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-15T16:56:35.064Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-15T16:56:35.336Z] ---> aefe523efa57 [2021-02-15T16:56:35.336Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-15T16:56:35.336Z] ---> 2999370716c0 [2021-02-15T16:56:35.336Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-15T16:56:35.336Z] ---> Running in b06e349c1cc4 [2021-02-15T16:56:35.605Z] ---> 4fec575bdb4c [2021-02-15T16:56:35.605Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-15T16:56:36.210Z] ---> 29ce3d4c8dc5 [2021-02-15T16:56:36.210Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-15T16:56:36.210Z] ---> 83802900730d [2021-02-15T16:56:36.210Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-15T16:56:36.210Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-15T16:56:36.210Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-15T16:56:36.210Z] Removing intermediate container 166daef8cb05 [2021-02-15T16:56:36.210Z] ---> 4f3fbdd69fee [2021-02-15T16:56:36.210Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-15T16:56:36.478Z] (1/2) Installing readline (8.0.4-r0) [2021-02-15T16:56:36.478Z] (2/2) Installing bash (5.0.17-r0) [2021-02-15T16:56:36.478Z] Executing bash-5.0.17-r0.post-install [2021-02-15T16:56:36.478Z] Executing busybox-1.31.1-r19.trigger [2021-02-15T16:56:36.478Z] OK: 12 MiB in 22 packages [2021-02-15T16:56:36.478Z] ---> Running in 3a92f62e67bc [2021-02-15T16:56:36.740Z] ---> 8160f8ea71cd [2021-02-15T16:56:36.740Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-15T16:56:36.740Z] Removing intermediate container 482d3b55fe71 [2021-02-15T16:56:36.740Z] ---> 461aa9bebd3d [2021-02-15T16:56:36.740Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-15T16:56:36.740Z] ---> Running in 3358d9c855cb [2021-02-15T16:56:37.006Z] ---> 6ba1fa4a81c9 [2021-02-15T16:56:37.006Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-15T16:56:37.006Z] ---> Running in b19f27493d2c [2021-02-15T16:56:37.272Z] Removing intermediate container 3358d9c855cb [2021-02-15T16:56:37.272Z] ---> ab03cecbdd35 [2021-02-15T16:56:37.272Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-15T16:56:37.534Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-15T16:56:37.534Z] ---> Running in 9d1f4cc19122 [2021-02-15T16:56:37.534Z] Removing intermediate container b19f27493d2c [2021-02-15T16:56:37.534Z] ---> 1c3657fa5a73 [2021-02-15T16:56:37.534Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-15T16:56:38.122Z] Removing intermediate container b06e349c1cc4 [2021-02-15T16:56:38.122Z] ---> a170787b0d8b [2021-02-15T16:56:38.122Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-15T16:56:38.122Z] ---> c94767b1f52d [2021-02-15T16:56:38.122Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-15T16:56:38.122Z] ---> Running in 77f4ece3eaee [2021-02-15T16:56:38.122Z] ---> 71210ef370a3 [2021-02-15T16:56:38.122Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-15T16:56:38.386Z] Removing intermediate container 9d1f4cc19122 [2021-02-15T16:56:38.386Z] ---> 4b1910196038 [2021-02-15T16:56:38.386Z] Step 20/22 : LABEL arch=x86_64 [2021-02-15T16:56:38.386Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-15T16:56:38.386Z] ---> Running in 3a4725868449 [2021-02-15T16:56:38.386Z] ---> Running in 43f989e6d745 [2021-02-15T16:56:38.650Z] Removing intermediate container 77f4ece3eaee [2021-02-15T16:56:38.650Z] ---> b62c7e303739 [2021-02-15T16:56:38.650Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-15T16:56:38.650Z] ---> e53b80015275 [2021-02-15T16:56:38.650Z] 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-15T16:56:38.914Z] Removing intermediate container 43f989e6d745 [2021-02-15T16:56:38.914Z] ---> 7e908950e406 [2021-02-15T16:56:38.914Z] Step 21/22 : LABEL git_sha=3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T16:56:38.914Z] ---> Running in 2d1897a72a31 [2021-02-15T16:56:38.914Z] ---> Running in 36fef737b4b5 [2021-02-15T16:56:38.914Z] ---> Running in bec40efab5ff [2021-02-15T16:56:39.178Z] Removing intermediate container 36fef737b4b5 [2021-02-15T16:56:39.178Z] ---> 1e6937a89466 [2021-02-15T16:56:39.178Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-15T16:56:39.454Z] ---> Running in 75a5625ad7ad [2021-02-15T16:56:39.454Z] Removing intermediate container bec40efab5ff [2021-02-15T16:56:39.454Z] ---> 3e2813e07c0d [2021-02-15T16:56:39.454Z] Step 22/22 : LABEL version=2.0.0-dev.92 [2021-02-15T16:56:39.454Z] ---> Running in c2ea3ec243b7 [2021-02-15T16:56:39.722Z] Removing intermediate container 75a5625ad7ad [2021-02-15T16:56:39.722Z] ---> 707575747c87 [2021-02-15T16:56:39.722Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-15T16:56:39.722Z] Removing intermediate container c2ea3ec243b7 [2021-02-15T16:56:39.722Z] ---> 89446100ad85 [2021-02-15T16:56:39.722Z] [2021-02-15T16:56:39.989Z] Removing intermediate container 3a4725868449 [2021-02-15T16:56:39.989Z] ---> 44514268a670 [2021-02-15T16:56:39.989Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-15T16:56:40.254Z] Successfully built 89446100ad85 [2021-02-15T16:56:40.254Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-15T16:56:40.254Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2021-02-15T16:56:40.520Z] Removing intermediate container 2d1897a72a31 [2021-02-15T16:56:40.520Z] ---> 22071493f15f [2021-02-15T16:56:40.520Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-15T16:56:40.520Z] ---> 22dbf0b88d53 [2021-02-15T16:56:40.520Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-15T16:56:40.520Z] ---> 2e1520862c46 [2021-02-15T16:56:40.520Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-15T16:56:40.520Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-15T16:56:40.520Z] ---> Running in 7b59fb3784a5 [2021-02-15T16:56:40.520Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-15T16:56:40.785Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-15T16:56:40.785Z] ---> feec5cbe32e3 [2021-02-15T16:56:40.785Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-15T16:56:40.785Z] Removing intermediate container 7b59fb3784a5 [2021-02-15T16:56:40.785Z] ---> bb422d555032 [2021-02-15T16:56:40.785Z] Step 22/24 : LABEL arch=x86_64 [2021-02-15T16:56:41.053Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-15T16:56:42.020Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-15T16:56:42.285Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-15T16:56:42.554Z] Executing busybox-1.31.1-r19.trigger [2021-02-15T16:56:42.554Z] OK: 8 MiB in 20 packages [2021-02-15T16:56:43.559Z] ---> Running in 361cc62c57b2 [2021-02-15T16:56:43.837Z] ---> 489c079f5b96 [2021-02-15T16:56:43.837Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-15T16:56:43.837Z] ---> 57d06dbb4820 [2021-02-15T16:56:43.837Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-15T16:56:44.134Z] ---> Running in 34fc1c441d4b [2021-02-15T16:56:45.120Z] Removing intermediate container 361cc62c57b2 [2021-02-15T16:56:45.120Z] ---> 67f2eae72990 [2021-02-15T16:56:45.120Z] Step 23/24 : LABEL git_sha=3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T16:56:46.558Z] Removing intermediate container 3a92f62e67bc [2021-02-15T16:56:46.558Z] ---> c2ee001f3e8a [2021-02-15T16:56:46.558Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-15T16:56:46.558Z] ---> a48f02acd6c4 [2021-02-15T16:56:46.558Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-15T16:56:46.558Z] ---> Running in 1254d5096d94 [2021-02-15T16:56:46.558Z] ---> 796d5efed5bc [2021-02-15T16:56:46.558Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-15T16:56:46.558Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-15T16:56:46.558Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-15T16:56:46.976Z] Removing intermediate container 1254d5096d94 [2021-02-15T16:56:46.976Z] ---> 9a082a403b9a [2021-02-15T16:56:46.976Z] Step 24/24 : LABEL version=2.0.0-dev.92 [2021-02-15T16:56:46.976Z] ---> ffaf314447a6 [2021-02-15T16:56:46.976Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-15T16:56:46.976Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-15T16:56:46.976Z] (2/33) Installing expat (2.2.9-r1) [2021-02-15T16:56:46.976Z] (3/33) Installing libffi (3.3-r2) [2021-02-15T16:56:46.976Z] (4/33) Installing gdbm (1.13-r1) [2021-02-15T16:56:46.976Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-15T16:56:46.976Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-15T16:56:46.976Z] ---> Running in b1c633387452 [2021-02-15T16:56:46.976Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-15T16:56:49.685Z] ---> Running in 989015be4565 [2021-02-15T16:56:52.248Z] Removing intermediate container b1c633387452 [2021-02-15T16:56:52.248Z] ---> 76ebced2f88e [2021-02-15T16:56:52.248Z] [2021-02-15T16:56:52.248Z] ---> 69dc89049866 [2021-02-15T16:56:52.248Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-15T16:56:52.519Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-15T16:56:52.519Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-15T16:56:52.519Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-15T16:56:52.519Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-15T16:56:52.787Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-15T16:56:53.373Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-15T16:56:53.649Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-15T16:56:53.649Z] Removing intermediate container 989015be4565 [2021-02-15T16:56:53.649Z] ---> 65919a5bdd55 [2021-02-15T16:56:53.649Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-15T16:56:53.649Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-15T16:56:53.649Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-15T16:56:53.923Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-15T16:56:53.923Z] Successfully built 76ebced2f88e [2021-02-15T16:56:53.923Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-15T16:56:53.923Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-15T16:56:54.498Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-15T16:56:54.498Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-15T16:56:54.498Z] Building docker-core-metadata-go [2021-02-15T16:56:55.453Z]  Building docker-security-secretstore-setup-go ... done (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-15T16:56:56.047Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-15T16:56:56.630Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-15T16:56:56.897Z] ---> c4c9d5def8dd [2021-02-15T16:56:56.897Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-15T16:56:56.897Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-15T16:56:57.163Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-15T16:56:57.163Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-15T16:56:58.140Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-15T16:56:58.140Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-15T16:56:58.140Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-15T16:56:58.413Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-15T16:56:58.413Z] ---> 12a56d18f524 [2021-02-15T16:56:58.413Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-15T16:56:58.413Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-15T16:56:58.691Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-15T16:56:58.691Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-15T16:56:59.287Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-15T16:56:59.287Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-15T16:56:59.287Z] ---> 96a36b71e238 [2021-02-15T16:56:59.287Z] Step 3/23 : WORKDIR /edgex-go [2021-02-15T16:56:59.287Z] ---> Using cache [2021-02-15T16:56:59.287Z] ---> 7810d39ef974 [2021-02-15T16:56:59.287Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-15T16:56:59.287Z] ---> Using cache [2021-02-15T16:56:59.287Z] ---> 2851c3ccf954 [2021-02-15T16:56:59.287Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-15T16:57:00.233Z] ---> Running in 4a0d54750033 [2021-02-15T16:57:00.810Z] Executing busybox-1.31.1-r19.trigger [2021-02-15T16:57:00.810Z] OK: 71 MiB in 55 packages [2021-02-15T16:57:03.404Z] ---> Running in 7ba5f68a9c3a [2021-02-15T16:57:03.404Z] Removing intermediate container 4a0d54750033 [2021-02-15T16:57:03.404Z] ---> ef27abad5884 [2021-02-15T16:57:03.404Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-15T16:57:03.404Z] ---> Running in bca7f3533713 [2021-02-15T16:57:03.404Z] ---> Running in 9b59d3d9c641 [2021-02-15T16:57:04.824Z] Removing intermediate container 9b59d3d9c641 [2021-02-15T16:57:04.824Z] ---> bd8cad704c98 [2021-02-15T16:57:04.824Z] Step 21/23 : LABEL arch=x86_64 [2021-02-15T16:57:05.788Z] ---> Running in 6d6db4f104a5 [2021-02-15T16:57:05.788Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-15T16:57:06.384Z] Removing intermediate container 6d6db4f104a5 [2021-02-15T16:57:06.384Z] ---> 4f19ac57a28d [2021-02-15T16:57:06.384Z] Step 22/23 : LABEL git_sha=3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T16:57:06.384Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-15T16:57:06.988Z] ---> Running in 7cf40c8cbe8f [2021-02-15T16:57:07.260Z] OK: 233 MiB in 51 packages [2021-02-15T16:57:07.852Z] Removing intermediate container 7cf40c8cbe8f [2021-02-15T16:57:07.852Z] ---> cbc1a81acf53 [2021-02-15T16:57:07.852Z] Step 23/23 : LABEL version=2.0.0-dev.92 [2021-02-15T16:57:07.852Z] Removing intermediate container 7ba5f68a9c3a [2021-02-15T16:57:07.852Z] ---> 4719f9845dbe [2021-02-15T16:57:07.852Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-15T16:57:09.250Z] ---> Running in c4079e89d32b [2021-02-15T16:57:10.652Z] ---> Running in e8e2cb6a8612 [2021-02-15T16:57:11.612Z] Removing intermediate container c4079e89d32b [2021-02-15T16:57:11.612Z] ---> a6690c2b3849 [2021-02-15T16:57:11.612Z] [2021-02-15T16:57:12.210Z] Successfully built a6690c2b3849 [2021-02-15T16:57:12.798Z] Removing intermediate container bca7f3533713 [2021-02-15T16:57:12.798Z] ---> 367b249512f2 [2021-02-15T16:57:12.798Z] Step 6/23 : COPY go.mod . [2021-02-15T16:57:12.798Z] Successfully tagged docker-core-data-go:latest [2021-02-15T16:57:12.798Z]  Building docker-core-data-go ... done Building docker-security-proxy-setup-go [2021-02-15T16:57:13.063Z] Removing intermediate container e8e2cb6a8612 [2021-02-15T16:57:13.063Z] ---> b93b4b3fd391 [2021-02-15T16:57:13.063Z] Step 27/30 : CMD ["gate"] [2021-02-15T16:57:13.329Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-15T16:57:13.329Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-15T16:57:13.329Z] ---> 96a36b71e238 [2021-02-15T16:57:13.329Z] Step 3/23 : WORKDIR /edgex-go [2021-02-15T16:57:13.329Z] ---> Using cache [2021-02-15T16:57:13.329Z] ---> 7810d39ef974 [2021-02-15T16:57:13.329Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-15T16:57:13.329Z] ---> Using cache [2021-02-15T16:57:13.329Z] ---> 2851c3ccf954 [2021-02-15T16:57:13.329Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-15T16:57:13.599Z] ---> Using cache [2021-02-15T16:57:13.599Z] ---> 367b249512f2 [2021-02-15T16:57:13.599Z] Step 6/23 : COPY go.mod . [2021-02-15T16:57:14.565Z] ---> Running in eb873213f81b [2021-02-15T16:57:14.565Z] ---> 0e79b34e4fbb [2021-02-15T16:57:14.565Z] Step 7/23 : RUN go mod download [2021-02-15T16:57:14.565Z] ---> e6ba0ff437d1 [2021-02-15T16:57:14.565Z] Step 7/23 : RUN go mod download [2021-02-15T16:57:14.846Z] ---> Running in dd3c67e15970 [2021-02-15T16:57:14.846Z] ---> Running in 5e0bee5ffda9 [2021-02-15T16:57:15.436Z] Removing intermediate container eb873213f81b [2021-02-15T16:57:15.436Z] ---> e784aa9ee1f3 [2021-02-15T16:57:15.436Z] Step 28/30 : LABEL arch=x86_64 [2021-02-15T16:57:19.699Z] ---> Running in bd6d5f98a5c8 [2021-02-15T16:57:21.129Z] Removing intermediate container bd6d5f98a5c8 [2021-02-15T16:57:21.129Z] ---> b63741326b33 [2021-02-15T16:57:21.129Z] Step 29/30 : LABEL git_sha=3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T16:57:21.752Z] Removing intermediate container 34fc1c441d4b [2021-02-15T16:57:21.752Z] ---> 366c705249a5 [2021-02-15T16:57:21.752Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-15T16:57:22.765Z] ---> Running in 8994cd20c999 [2021-02-15T16:57:22.765Z] ---> Running in a880a045cf0e [2021-02-15T16:57:24.744Z] Removing intermediate container 8994cd20c999 [2021-02-15T16:57:24.744Z] ---> c3fb3dc04f40 [2021-02-15T16:57:24.744Z] Step 30/30 : LABEL version=2.0.0-dev.92 [2021-02-15T16:57:24.744Z] Removing intermediate container dd3c67e15970 [2021-02-15T16:57:24.744Z] ---> 81b0be6f443a [2021-02-15T16:57:24.744Z] Step 8/23 : COPY . . [2021-02-15T16:57:25.343Z] Removing intermediate container 5e0bee5ffda9 [2021-02-15T16:57:25.343Z] ---> c725ae9f1138 [2021-02-15T16:57:25.343Z] Step 8/23 : COPY . . [2021-02-15T16:57:25.343Z] ---> Running in 51e2c93f7f98 [2021-02-15T16:57:28.775Z] Removing intermediate container 51e2c93f7f98 [2021-02-15T16:57:28.775Z] ---> 410f726c853d [2021-02-15T16:57:28.775Z] [2021-02-15T16:57:29.737Z] Successfully built 410f726c853d [2021-02-15T16:57:30.002Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-15T16:57:30.002Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-15T16:57:30.583Z] ---> 96a36b71e238 [2021-02-15T16:57:30.583Z] Step 3/21 : WORKDIR /edgex-go [2021-02-15T16:57:30.852Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-15T16:57:30.852Z]  Building docker-security-bootstrapper-go ... done Building docker-support-notifications-go [2021-02-15T16:57:30.852Z] ---> Using cache [2021-02-15T16:57:30.852Z] ---> 7810d39ef974 [2021-02-15T16:57:30.852Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-15T16:57:30.852Z] ---> Using cache [2021-02-15T16:57:30.852Z] ---> 2851c3ccf954 [2021-02-15T16:57:30.852Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-15T16:57:30.852Z] ---> Using cache [2021-02-15T16:57:30.852Z] ---> 367b249512f2 [2021-02-15T16:57:30.852Z] Step 6/21 : COPY go.mod . [2021-02-15T16:57:30.852Z] ---> Using cache [2021-02-15T16:57:30.852Z] ---> e6ba0ff437d1 [2021-02-15T16:57:30.852Z] Step 7/21 : RUN go mod download [2021-02-15T16:57:30.852Z] ---> Using cache [2021-02-15T16:57:30.852Z] ---> c725ae9f1138 [2021-02-15T16:57:30.852Z] Step 8/21 : COPY . . [2021-02-15T16:57:36.128Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-15T16:57:36.128Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-15T16:57:39.239Z] Collecting docker-compose==1.23.2 [2021-02-15T16:57:39.239Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-15T16:57:40.680Z] Collecting docker<4.0,>=3.6.0 [2021-02-15T16:57:40.680Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-15T16:57:40.680Z] 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-15T16:57:40.954Z] Collecting PyYAML<4,>=3.10 [2021-02-15T16:57:40.954Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-15T16:57:49.316Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-15T16:57:49.316Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-15T16:57:49.316Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-15T16:57:49.316Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-15T16:57:49.586Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-15T16:57:49.586Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-15T16:57:51.279Z] Removing intermediate container b5cc6f3c3981 [2021-02-15T16:57:51.279Z] ---> 03d96b37b270 [2021-02-15T16:57:51.279Z] [2021-02-15T16:57:51.279Z] Step 10/24 : FROM alpine:3.12 [2021-02-15T16:57:51.279Z] 3.12: Pulling from library/alpine [2021-02-15T16:57:51.279Z] Removing intermediate container ce894ecfb536 [2021-02-15T16:57:51.279Z] ---> 827bf3db49ea [2021-02-15T16:57:51.279Z] [2021-02-15T16:57:51.279Z] Step 10/21 : FROM alpine:3.12 [2021-02-15T16:57:51.279Z] 3.12: Pulling from library/alpine [2021-02-15T16:57:51.279Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-15T16:57:51.279Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-15T16:57:51.279Z] Status: Downloaded newer image for alpine:3.12 [2021-02-15T16:57:51.279Z] ---> afeebe901d6b [2021-02-15T16:57:51.279Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-15T16:57:51.279Z] Status: Image is up to date for alpine:3.12 [2021-02-15T16:57:51.279Z] ---> afeebe901d6b [2021-02-15T16:57:51.279Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-15T16:57:51.568Z] ---> Running in 152cc6fefda5 [2021-02-15T16:57:51.568Z] ---> Running in 8e20d956a723 [2021-02-15T16:57:53.573Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-15T16:57:53.573Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-15T16:57:53.852Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-15T16:57:53.852Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-15T16:57:54.460Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-15T16:57:54.737Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-15T16:57:54.737Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-15T16:57:54.737Z] (4/5) Installing curl (7.69.1-r3) [2021-02-15T16:57:54.737Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-15T16:57:54.737Z] Executing busybox-1.31.1-r19.trigger [2021-02-15T16:57:54.737Z] Executing ca-certificates-20191127-r4.trigger [2021-02-15T16:57:54.737Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-15T16:57:55.012Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-15T16:57:55.012Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-15T16:57:55.012Z] (4/4) Installing curl (7.69.1-r3) [2021-02-15T16:57:55.012Z] Executing busybox-1.31.1-r19.trigger [2021-02-15T16:57:55.012Z] Executing ca-certificates-20191127-r4.trigger [2021-02-15T16:57:55.012Z] OK: 7 MiB in 19 packages [2021-02-15T16:57:55.037Z] Collecting jsonschema<3,>=2.5.1 [2021-02-15T16:57:55.037Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-15T16:57:55.037Z] Collecting docopt<0.7,>=0.6.1 [2021-02-15T16:57:55.037Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-15T16:57:55.292Z] OK: 7 MiB in 18 packages [2021-02-15T16:57:58.743Z] Removing intermediate container 8e20d956a723 [2021-02-15T16:57:58.743Z] ---> afe64786cf37 [2021-02-15T16:57:58.743Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-15T16:57:58.743Z] Removing intermediate container 152cc6fefda5 [2021-02-15T16:57:58.743Z] ---> 143160833e3b [2021-02-15T16:57:58.743Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-15T16:57:59.035Z] ---> Running in 2983a4d19585 [2021-02-15T16:57:59.314Z] ---> Running in c3b0f1602cf1 [2021-02-15T16:57:59.364Z] Collecting texttable<0.10,>=0.9.0 [2021-02-15T16:57:59.364Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-15T16:57:59.920Z] Removing intermediate container 2983a4d19585 [2021-02-15T16:57:59.920Z] ---> f462c5062075 [2021-02-15T16:57:59.920Z] Step 13/24 : WORKDIR / [2021-02-15T16:58:00.201Z] ---> Running in 8d5c82aa509e [2021-02-15T16:58:00.365Z] Collecting cached-property<2,>=1.2.0 [2021-02-15T16:58:00.365Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-15T16:58:00.483Z] Removing intermediate container c3b0f1602cf1 [2021-02-15T16:58:00.483Z] ---> 8c6d99050510 [2021-02-15T16:58:00.483Z] Step 13/21 : WORKDIR /edgex [2021-02-15T16:58:00.763Z] ---> Running in a4dfa4950575 [2021-02-15T16:58:00.967Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-15T16:58:00.967Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-15T16:58:00.967Z] ---> 96a36b71e238 [2021-02-15T16:58:00.967Z] Step 3/22 : WORKDIR /edgex-go [2021-02-15T16:58:00.967Z] Collecting docker-pycreds>=0.4.0 [2021-02-15T16:58:00.967Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-15T16:58:00.967Z] ---> Using cache [2021-02-15T16:58:00.967Z] ---> 7810d39ef974 [2021-02-15T16:58:00.967Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-15T16:58:00.967Z] ---> Using cache [2021-02-15T16:58:00.967Z] ---> 2851c3ccf954 [2021-02-15T16:58:00.967Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-15T16:58:01.051Z] Removing intermediate container 8d5c82aa509e [2021-02-15T16:58:01.051Z] ---> 5b0e0325a2b3 [2021-02-15T16:58:01.051Z] 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-15T16:58:01.241Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-15T16:58:01.241Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-15T16:58:01.867Z] 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-15T16:58:02.044Z] Removing intermediate container a4dfa4950575 [2021-02-15T16:58:02.044Z] ---> 32a18efca2bb [2021-02-15T16:58:02.044Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-15T16:58:02.454Z] ---> Running in 176cba24aa4b [2021-02-15T16:58:02.454Z] Collecting idna<2.8,>=2.5 [2021-02-15T16:58:02.454Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-15T16:58:02.454Z] 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-15T16:58:02.454Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-15T16:58:02.454Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-15T16:58:02.454Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-15T16:58:02.454Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-15T16:58:02.724Z] Installing collected packages: websocket-client, urllib3, idna, requests, docker-pycreds, docker, PyYAML, dockerpty, jsonschema, docopt, texttable, cached-property, docker-compose [2021-02-15T16:58:02.987Z] Attempting uninstall: urllib3 [2021-02-15T16:58:02.987Z] Found existing installation: urllib3 1.25.9 [2021-02-15T16:58:02.987Z] Uninstalling urllib3-1.25.9: [2021-02-15T16:58:03.504Z] ---> 5bd134e2efef [2021-02-15T16:58:03.504Z] 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-15T16:58:03.951Z] Successfully uninstalled urllib3-1.25.9 [2021-02-15T16:58:03.951Z] Attempting uninstall: idna [2021-02-15T16:58:03.951Z] Found existing installation: idna 2.9 [2021-02-15T16:58:03.951Z] Uninstalling idna-2.9: [2021-02-15T16:58:04.118Z] ---> 3265b930b692 [2021-02-15T16:58:04.118Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-15T16:58:04.215Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-15T16:58:04.215Z] Successfully uninstalled idna-2.9 [2021-02-15T16:58:04.807Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-15T16:58:04.807Z] Attempting uninstall: requests [2021-02-15T16:58:04.807Z] Found existing installation: requests 2.23.0 [2021-02-15T16:58:04.807Z] Uninstalling requests-2.23.0: [2021-02-15T16:58:05.074Z] Successfully uninstalled requests-2.23.0 [2021-02-15T16:58:05.345Z] OK: 233 MiB in 51 packages [2021-02-15T16:58:05.345Z] ---> c62c693819c9 [2021-02-15T16:58:05.345Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-15T16:58:05.573Z] ---> 625ac5e91f26 [2021-02-15T16:58:05.573Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-15T16:58:05.608Z] ---> fc02d460a946 [2021-02-15T16:58:05.608Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-15T16:58:05.861Z] ---> 49d702322a27 [2021-02-15T16:58:05.861Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-15T16:58:06.229Z] ---> Running in 146608bb6d69 [2021-02-15T16:58:06.229Z] ---> Running in bf133f7d884c [2021-02-15T16:58:06.229Z] ---> bd6c788162b0 [2021-02-15T16:58:06.229Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-15T16:58:06.459Z] Removing intermediate container 5f76f2149f69 [2021-02-15T16:58:06.459Z] ---> 7aec4c9ea8bb [2021-02-15T16:58:06.459Z] [2021-02-15T16:58:06.459Z] Step 10/22 : FROM alpine:3.12 [2021-02-15T16:58:06.459Z] ---> afeebe901d6b [2021-02-15T16:58:06.459Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-15T16:58:06.459Z] Removing intermediate container fa4cb8e97b34 [2021-02-15T16:58:06.459Z] ---> 2c82bc258cbe [2021-02-15T16:58:06.459Z] [2021-02-15T16:58:06.459Z] Step 10/23 : FROM alpine:3.12 [2021-02-15T16:58:06.459Z] ---> afeebe901d6b [2021-02-15T16:58:06.459Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-15T16:58:06.748Z] ---> Running in 4ce0ce2bd1ab [2021-02-15T16:58:06.748Z] ---> Running in f38c45a0777c [2021-02-15T16:58:06.835Z] Running setup.py install for PyYAML: started [2021-02-15T16:58:06.835Z] ---> Running in 4f4e978aebf0 [2021-02-15T16:58:06.835Z] Removing intermediate container 176cba24aa4b [2021-02-15T16:58:06.835Z] ---> 95e72e8c9110 [2021-02-15T16:58:06.835Z] Step 6/22 : COPY go.mod . [2021-02-15T16:58:07.021Z] ---> 342d03a70046 [2021-02-15T16:58:07.021Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-15T16:58:07.429Z] ---> 5831564754be [2021-02-15T16:58:07.429Z] Step 7/22 : RUN go mod download [2021-02-15T16:58:07.429Z] ---> Running in 32a2f40a792c [2021-02-15T16:58:07.706Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o cmd/core-command/core-command ./cmd/core-command [2021-02-15T16:58:07.706Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-15T16:58:07.706Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-15T16:58:07.985Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-15T16:58:07.985Z] Running setup.py install for dockerpty: started [2021-02-15T16:58:08.480Z] ---> 3fd4159e854a [2021-02-15T16:58:08.481Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-15T16:58:08.763Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-15T16:58:08.763Z] ---> Running in 64046610bbe4 [2021-02-15T16:58:08.952Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-15T16:58:08.952Z] Running setup.py install for docopt: started [2021-02-15T16:58:09.042Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-15T16:58:09.042Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-15T16:58:09.042Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-15T16:58:09.326Z] ---> d171f5b36c25 [2021-02-15T16:58:09.326Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-15T16:58:09.543Z] Running setup.py install for docopt: finished with status 'done' [2021-02-15T16:58:09.639Z] Removing intermediate container 64046610bbe4 [2021-02-15T16:58:09.639Z] ---> 975421465b99 [2021-02-15T16:58:09.639Z] Step 18/21 : CMD ["--init=true"] [2021-02-15T16:58:09.807Z] Running setup.py install for texttable: started [2021-02-15T16:58:09.921Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-15T16:58:09.921Z] ---> Running in eb99291c9cb1 [2021-02-15T16:58:09.921Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-15T16:58:09.921Z] Executing busybox-1.31.1-r19.trigger [2021-02-15T16:58:09.921Z] Executing ca-certificates-20191127-r4.trigger [2021-02-15T16:58:09.921Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-15T16:58:10.200Z] Executing busybox-1.31.1-r19.trigger [2021-02-15T16:58:10.200Z] OK: 5 MiB in 15 packages [2021-02-15T16:58:10.200Z] OK: 6 MiB in 16 packages [2021-02-15T16:58:10.386Z] Running setup.py install for texttable: finished with status 'done' [2021-02-15T16:58:10.822Z] Removing intermediate container eb99291c9cb1 [2021-02-15T16:58:10.822Z] ---> 0b4e516c9c94 [2021-02-15T16:58:10.822Z] Step 19/21 : LABEL arch=arm64 [2021-02-15T16:58:11.445Z] ---> b8e0f18b70aa [2021-02-15T16:58:11.445Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-15T16:58:11.445Z] ---> Running in f12074f8a8a6 [2021-02-15T16:58:12.375Z] Removing intermediate container 32a2f40a792c [2021-02-15T16:58:12.375Z] ---> 9ea8eda13854 [2021-02-15T16:58:12.375Z] Step 8/22 : COPY . . [2021-02-15T16:58:12.375Z] 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-15T16:58:12.439Z] Removing intermediate container f12074f8a8a6 [2021-02-15T16:58:12.439Z] ---> 8b0a6f79c51e [2021-02-15T16:58:12.439Z] Step 20/21 : LABEL git_sha=3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T16:58:12.439Z] Removing intermediate container f38c45a0777c [2021-02-15T16:58:12.439Z] ---> ea7ddb5e3d21 [2021-02-15T16:58:12.439Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-15T16:58:12.439Z] ---> Running in 7a8944edb244 [2021-02-15T16:58:12.439Z] ---> Running in 1ca06244aeca [2021-02-15T16:58:12.714Z] ---> 1ebc5b3779f3 [2021-02-15T16:58:12.714Z] 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-15T16:58:12.989Z] Removing intermediate container 4ce0ce2bd1ab [2021-02-15T16:58:12.989Z] ---> d4485d20869f [2021-02-15T16:58:12.989Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-15T16:58:13.263Z] ---> Running in db338384e880 [2021-02-15T16:58:13.263Z] Removing intermediate container 7a8944edb244 [2021-02-15T16:58:13.263Z] ---> 09482904542f [2021-02-15T16:58:13.263Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-15T16:58:13.537Z] ---> Running in 15acbe11836b [2021-02-15T16:58:13.537Z] Removing intermediate container 1ca06244aeca [2021-02-15T16:58:13.537Z] ---> 2e32f3844a6c [2021-02-15T16:58:13.537Z] Step 21/21 : LABEL version=2.0.0-dev.92 [2021-02-15T16:58:13.537Z] ---> Running in cc9764313edc [2021-02-15T16:58:13.537Z] ---> Running in 46367b6de218 [2021-02-15T16:58:14.150Z] Removing intermediate container 15acbe11836b [2021-02-15T16:58:14.150Z] ---> d37179d60891 [2021-02-15T16:58:14.150Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-15T16:58:14.441Z] Removing intermediate container cc9764313edc [2021-02-15T16:58:14.441Z] ---> 5c35f58d74a0 [2021-02-15T16:58:14.441Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-15T16:58:14.441Z] ---> Running in 95d24c0c42d2 [2021-02-15T16:58:14.441Z] Removing intermediate container 46367b6de218 [2021-02-15T16:58:14.441Z] ---> a569a0501236 [2021-02-15T16:58:14.441Z] [2021-02-15T16:58:14.441Z] ---> Running in 4ea4cab7afc6 [2021-02-15T16:58:15.048Z] Successfully built a569a0501236 [2021-02-15T16:58:15.048Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-15T16:58:15.048Z] Building docker-sys-mgmt-agent-go [2021-02-15T16:58:15.331Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 95d24c0c42d2 [2021-02-15T16:58:15.331Z] ---> 37404a843850 [2021-02-15T16:58:15.331Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-15T16:58:15.603Z] Removing intermediate container 4ea4cab7afc6 [2021-02-15T16:58:15.603Z] ---> 23bb1a8f0eb0 [2021-02-15T16:58:15.603Z] Step 15/23 : WORKDIR / [2021-02-15T16:58:15.879Z] ---> Running in a310828c874c [2021-02-15T16:58:15.879Z] ---> Running in d6bf3036afe4 [2021-02-15T16:58:16.874Z] Removing intermediate container a310828c874c [2021-02-15T16:58:16.875Z] ---> 59b116af7893 [2021-02-15T16:58:16.875Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-15T16:58:16.875Z] Removing intermediate container db338384e880 [2021-02-15T16:58:16.875Z] ---> 3402f8cf440a [2021-02-15T16:58:16.875Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-15T16:58:17.159Z] Removing intermediate container d6bf3036afe4 [2021-02-15T16:58:17.159Z] ---> c98952164013 [2021-02-15T16:58:17.159Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-15T16:58:17.787Z] ---> Running in 1b3558fde49c [2021-02-15T16:58:18.787Z] ---> 3c98930dcbd5 [2021-02-15T16:58:18.787Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-15T16:58:19.400Z] ---> b7452dabf0ba [2021-02-15T16:58:19.400Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-15T16:58:19.400Z] Removing intermediate container 1b3558fde49c [2021-02-15T16:58:19.400Z] ---> 79235b55c191 [2021-02-15T16:58:19.400Z] Step 22/24 : LABEL arch=arm64 [2021-02-15T16:58:20.036Z] ---> Running in df659d058833 [2021-02-15T16:58:20.642Z] Removing intermediate container 532a48f36981 [2021-02-15T16:58:20.642Z] ---> 48eee13a8e9f [2021-02-15T16:58:20.642Z] [2021-02-15T16:58:20.642Z] Step 10/23 : FROM alpine:3.12 [2021-02-15T16:58:20.642Z] ---> afeebe901d6b [2021-02-15T16:58:20.642Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-15T16:58:20.917Z] ---> bd2dd90c272c [2021-02-15T16:58:20.917Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-15T16:58:21.192Z] ---> Running in cff47b6a0ac4 [2021-02-15T16:58:21.192Z] Removing intermediate container df659d058833 [2021-02-15T16:58:21.192Z] ---> 4f3a140cf367 [2021-02-15T16:58:21.192Z] Step 23/24 : LABEL git_sha=3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T16:58:21.192Z] ---> ec483b48cf12 [2021-02-15T16:58:21.192Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-15T16:58:21.473Z] ---> Running in d939de1055f5 [2021-02-15T16:58:21.745Z] Removing intermediate container cff47b6a0ac4 [2021-02-15T16:58:21.745Z] ---> 955e2e395a32 [2021-02-15T16:58:21.745Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-15T16:58:22.730Z] ---> Running in 2b91d3059bc2 [2021-02-15T16:58:23.003Z] ---> 5537dae3dbf3 [2021-02-15T16:58:23.003Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-15T16:58:23.601Z] Removing intermediate container d939de1055f5 [2021-02-15T16:58:23.601Z] ---> 64aa3dbc10a8 [2021-02-15T16:58:23.601Z] Step 24/24 : LABEL version=2.0.0-dev.92 [2021-02-15T16:58:23.601Z] ---> c80b9818e291 [2021-02-15T16:58:23.601Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-15T16:58:23.917Z] ---> Running in eb4c2eab630a [2021-02-15T16:58:24.198Z] ---> Running in 79d763cfc335 [2021-02-15T16:58:24.198Z] ---> Running in f9bf69919862 [2021-02-15T16:58:24.477Z] Removing intermediate container 2b91d3059bc2 [2021-02-15T16:58:24.477Z] ---> 7b7669dac655 [2021-02-15T16:58:24.477Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-15T16:58:24.757Z] Removing intermediate container eb4c2eab630a [2021-02-15T16:58:24.757Z] ---> 8485783e61fc [2021-02-15T16:58:24.757Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-15T16:58:25.367Z] ---> Running in a1060a60c57f [2021-02-15T16:58:25.640Z] Removing intermediate container 79d763cfc335 [2021-02-15T16:58:25.640Z] ---> a98230bfcf22 [2021-02-15T16:58:25.640Z] [2021-02-15T16:58:25.640Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-15T16:58:25.640Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-15T16:58:25.640Z] ---> 2302e9bd86b1 [2021-02-15T16:58:25.640Z] Step 3/26 : WORKDIR /edgex-go [2021-02-15T16:58:25.640Z] ---> Using cache [2021-02-15T16:58:25.640Z] ---> 9195fa277931 [2021-02-15T16:58:25.640Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-15T16:58:25.640Z] ---> Using cache [2021-02-15T16:58:25.640Z] ---> d3074205ebe3 [2021-02-15T16:58:25.640Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-15T16:58:25.640Z] Removing intermediate container f9bf69919862 [2021-02-15T16:58:25.640Z] ---> b211c36fa001 [2021-02-15T16:58:25.640Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-15T16:58:25.913Z] ---> Running in cc9cc728095e [2021-02-15T16:58:25.913Z] ---> Running in aee94f460645 [2021-02-15T16:58:25.913Z] Successfully built a98230bfcf22 [2021-02-15T16:58:26.191Z] ---> Running in 35bcc6fde870 [2021-02-15T16:58:26.191Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-15T16:58:26.191Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go [2021-02-15T16:58:26.191Z] Removing intermediate container a1060a60c57f [2021-02-15T16:58:26.191Z] ---> 7923783f779c [2021-02-15T16:58:26.191Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-15T16:58:26.484Z] ---> Running in 0a7caeb0dc48 [2021-02-15T16:58:26.484Z] Removing intermediate container aee94f460645 [2021-02-15T16:58:26.484Z] ---> ad43f112dcab [2021-02-15T16:58:26.484Z] Step 20/22 : LABEL arch=arm64 [2021-02-15T16:58:26.760Z] ---> Running in bf6a5083b08f [2021-02-15T16:58:27.042Z] Removing intermediate container 35bcc6fde870 [2021-02-15T16:58:27.042Z] ---> 2ef9decfbcb1 [2021-02-15T16:58:27.042Z] Step 21/23 : LABEL arch=arm64 [2021-02-15T16:58:27.042Z] ---> Running in ec8857723938 [2021-02-15T16:58:27.614Z] Removing intermediate container a880a045cf0e [2021-02-15T16:58:27.614Z] ---> 0455e9322449 [2021-02-15T16:58:27.614Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-15T16:58:27.614Z] ---> Running in ad0ce660726e [2021-02-15T16:58:27.643Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-15T16:58:27.919Z] Removing intermediate container bf6a5083b08f [2021-02-15T16:58:27.919Z] ---> a71d370c7fda [2021-02-15T16:58:27.919Z] Step 21/22 : LABEL git_sha=3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T16:58:28.524Z] Removing intermediate container ec8857723938 [2021-02-15T16:58:28.524Z] ---> bb407365f336 [2021-02-15T16:58:28.524Z] Step 22/23 : LABEL git_sha=3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T16:58:28.524Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-15T16:58:28.830Z] ---> Running in 2b038a5f447d [2021-02-15T16:58:28.898Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-15T16:58:28.898Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-15T16:58:29.106Z] ---> Running in 20f2c22c6ff5 [2021-02-15T16:58:29.356Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-15T16:58:29.356Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-15T16:58:29.356Z] (3/3) Installing curl (7.69.1-r3) [2021-02-15T16:58:29.356Z] Executing busybox-1.31.1-r19.trigger [2021-02-15T16:58:29.384Z] OK: 217 MiB in 51 packages [2021-02-15T16:58:29.677Z] Removing intermediate container 2b038a5f447d [2021-02-15T16:58:29.677Z] ---> 718a0cf6e06a [2021-02-15T16:58:29.677Z] Step 22/22 : LABEL version=2.0.0-dev.92 [2021-02-15T16:58:29.746Z] OK: 72 MiB in 58 packages [2021-02-15T16:58:29.958Z] Removing intermediate container 20f2c22c6ff5 [2021-02-15T16:58:29.958Z] ---> a5f3c6fb0ee2 [2021-02-15T16:58:29.958Z] Step 23/23 : LABEL version=2.0.0-dev.92 [2021-02-15T16:58:29.958Z] ---> Running in a920c5294a6b [2021-02-15T16:58:30.240Z] ---> Running in 1a82a9709589 [2021-02-15T16:58:30.519Z] Removing intermediate container 0a7caeb0dc48 [2021-02-15T16:58:30.519Z] ---> 11af3f5f48b6 [2021-02-15T16:58:30.519Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-15T16:58:30.793Z] Removing intermediate container a920c5294a6b [2021-02-15T16:58:30.793Z] ---> bdc45d580b94 [2021-02-15T16:58:30.793Z] [2021-02-15T16:58:30.793Z] ---> Running in 92d94465d609 [2021-02-15T16:58:31.083Z] Removing intermediate container 1a82a9709589 [2021-02-15T16:58:31.083Z] ---> b017d8868cdf [2021-02-15T16:58:31.083Z] [2021-02-15T16:58:31.083Z] Removing intermediate container cc9cc728095e [2021-02-15T16:58:31.083Z] ---> cd15fad4a8e8 [2021-02-15T16:58:31.083Z] Step 6/26 : COPY go.mod . [2021-02-15T16:58:31.549Z] Successfully built bdc45d580b94 [2021-02-15T16:58:31.549Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-15T16:58:31.549Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2021-02-15T16:58:31.897Z] Successfully built b017d8868cdf [2021-02-15T16:58:31.897Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-15T16:58:31.897Z] Building docker-support-scheduler-go [2021-02-15T16:58:32.610Z]  Building docker-core-command-go ... done  ---> d7e30a597117 [2021-02-15T16:58:32.610Z] Step 7/26 : RUN go mod download [2021-02-15T16:58:32.610Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-15T16:58:32.610Z] ---> Running in f2d774be9f31 [2021-02-15T16:58:33.218Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-15T16:58:33.496Z] Removing intermediate container ad0ce660726e [2021-02-15T16:58:33.496Z] ---> bf81ec19a40f [2021-02-15T16:58:33.496Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-15T16:58:33.769Z] ---> Running in 2e9cb359fccc [2021-02-15T16:58:33.890Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-15T16:58:34.219Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-15T16:58:34.219Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-15T16:58:34.219Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-15T16:58:34.548Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-15T16:58:34.548Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-15T16:58:34.548Z] Executing busybox-1.31.1-r19.trigger [2021-02-15T16:58:34.853Z] OK: 8 MiB in 20 packages [2021-02-15T16:58:35.737Z] Removing intermediate container 2e9cb359fccc [2021-02-15T16:58:35.737Z] ---> 2090efa4dcd4 [2021-02-15T16:58:35.737Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-15T16:58:36.724Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-15T16:58:37.577Z] Removing intermediate container f2d774be9f31 [2021-02-15T16:58:37.577Z] ---> aed8c5bc1290 [2021-02-15T16:58:37.577Z] Step 8/26 : COPY . . [2021-02-15T16:58:37.702Z] ---> Running in 44a8e57feb30 [2021-02-15T16:58:38.184Z] Removing intermediate container 92d94465d609 [2021-02-15T16:58:38.184Z] ---> c1760244c6f5 [2021-02-15T16:58:38.184Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-15T16:58:39.672Z] Removing intermediate container 44a8e57feb30 [2021-02-15T16:58:39.672Z] ---> 71b2875ac54c [2021-02-15T16:58:39.672Z] Step 24/26 : LABEL arch=x86_64 [2021-02-15T16:58:40.666Z] ---> Running in e06ac976e884 [2021-02-15T16:58:41.588Z] ---> 1ea1b3f10b1b [2021-02-15T16:58:41.588Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-15T16:58:41.637Z] ---> 80b5a23c2fd4 [2021-02-15T16:58:41.637Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-15T16:58:42.604Z] Removing intermediate container e06ac976e884 [2021-02-15T16:58:42.604Z] ---> 707d76661ed4 [2021-02-15T16:58:42.604Z] Step 25/26 : LABEL git_sha=3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T16:58:42.893Z] ---> Running in 3ae58798b241 [2021-02-15T16:58:42.893Z] ---> Running in be7f36847ae5 [2021-02-15T16:58:43.166Z] Removing intermediate container be7f36847ae5 [2021-02-15T16:58:43.166Z] ---> 6103f641e9f6 [2021-02-15T16:58:43.166Z] Step 26/26 : LABEL version=2.0.0-dev.92 [2021-02-15T16:58:43.462Z] ---> Running in 1f1e6b72e89f [2021-02-15T16:58:43.754Z] Removing intermediate container 1f1e6b72e89f [2021-02-15T16:58:43.754Z] ---> 1e1e38f49251 [2021-02-15T16:58:43.754Z] [2021-02-15T16:58:43.754Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-15T16:58:44.054Z] Successfully built 1e1e38f49251 [2021-02-15T16:58:44.054Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-15T16:58:44.201Z] ---> f0936af5287b [2021-02-15T16:58:44.201Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-15T16:58:45.633Z] ---> 7789b71d8330 [2021-02-15T16:58:45.633Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-15T16:58:45.908Z] ---> Running in f369591b5348 [2021-02-15T16:58:46.088Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 146608bb6d69 [2021-02-15T16:58:46.088Z] ---> 21d5c1323a98 [2021-02-15T16:58:46.088Z] [2021-02-15T16:58:46.088Z] Step 10/23 : FROM alpine:3.12 [2021-02-15T16:58:46.088Z] ---> 389fef711851 [2021-02-15T16:58:46.088Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-15T16:58:46.180Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-15T16:58:46.180Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-15T16:58:46.180Z] ---> 2302e9bd86b1 [2021-02-15T16:58:46.180Z] Step 3/30 : WORKDIR /edgex-go [2021-02-15T16:58:46.180Z] ---> Using cache [2021-02-15T16:58:46.180Z] ---> 9195fa277931 [2021-02-15T16:58:46.180Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-15T16:58:46.180Z] ---> Using cache [2021-02-15T16:58:46.180Z] ---> d3074205ebe3 [2021-02-15T16:58:46.180Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-15T16:58:46.180Z] ---> Using cache [2021-02-15T16:58:46.180Z] ---> 7a2a2e72b243 [2021-02-15T16:58:46.180Z] Step 6/30 : COPY go.mod . [2021-02-15T16:58:46.180Z] ---> Using cache [2021-02-15T16:58:46.180Z] ---> fc99de0636fe [2021-02-15T16:58:46.180Z] Step 7/30 : RUN go mod download [2021-02-15T16:58:46.180Z] ---> Using cache [2021-02-15T16:58:46.180Z] ---> 43dba1fe542e [2021-02-15T16:58:46.180Z] Step 8/30 : COPY . . [2021-02-15T16:58:46.180Z] ---> Using cache [2021-02-15T16:58:46.180Z] ---> d1e90546e831 [2021-02-15T16:58:46.180Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-15T16:58:46.378Z] ---> Using cache [2021-02-15T16:58:46.378Z] ---> 8aadca2d4a55 [2021-02-15T16:58:46.378Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-15T16:58:46.378Z] ---> Using cache [2021-02-15T16:58:46.378Z] ---> 298108ad9239 [2021-02-15T16:58:46.378Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-15T16:58:46.449Z] ---> Running in d6a93a63f73c [2021-02-15T16:58:46.725Z] ---> 0a10a5e25a84 [2021-02-15T16:58:46.725Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-15T16:58:46.725Z] Removing intermediate container f369591b5348 [2021-02-15T16:58:46.725Z] ---> 5d503f9eac58 [2021-02-15T16:58:46.725Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-15T16:58:47.003Z] ---> Running in b9368478e8c5 [2021-02-15T16:58:47.003Z] ---> Running in ce6484336120 [2021-02-15T16:58:47.808Z] ---> Running in 30c589b80810 [2021-02-15T16:58:47.808Z] Removing intermediate container 4f4e978aebf0 [2021-02-15T16:58:47.808Z] ---> a7dea233fbc3 [2021-02-15T16:58:47.808Z] [2021-02-15T16:58:47.808Z] Step 10/21 : FROM alpine:3.12 [2021-02-15T16:58:47.808Z] ---> 389fef711851 [2021-02-15T16:58:47.808Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-15T16:58:47.991Z] Removing intermediate container b9368478e8c5 [2021-02-15T16:58:47.991Z] ---> aa3d3f12165d [2021-02-15T16:58:47.991Z] Step 21/23 : LABEL arch=arm64 [2021-02-15T16:58:48.435Z] Removing intermediate container 30c589b80810 [2021-02-15T16:58:48.435Z] ---> 08e28a6b0cd2 [2021-02-15T16:58:48.435Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-15T16:58:48.597Z] ---> Running in 334259eefa61 [2021-02-15T16:58:48.597Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-15T16:58:48.597Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-15T16:58:48.714Z] ---> Running in 4cfd862d5c78 [2021-02-15T16:58:49.585Z] Removing intermediate container 334259eefa61 [2021-02-15T16:58:49.585Z] ---> b3136f8ec0b8 [2021-02-15T16:58:49.585Z] Step 22/23 : LABEL git_sha=3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T16:58:50.187Z] ---> Running in 13fc87c446af [2021-02-15T16:58:50.665Z] ---> Running in c6964d72bdcc [2021-02-15T16:58:51.634Z] Removing intermediate container 13fc87c446af [2021-02-15T16:58:51.634Z] ---> 706f1665e5d9 [2021-02-15T16:58:51.634Z] Step 23/23 : LABEL version=2.0.0-dev.92 [2021-02-15T16:58:51.654Z] Removing intermediate container bf133f7d884c [2021-02-15T16:58:51.654Z] ---> 43dfbf11cf56 [2021-02-15T16:58:51.654Z] [2021-02-15T16:58:51.654Z] Step 10/23 : FROM alpine:3.12 [2021-02-15T16:58:51.654Z] ---> 389fef711851 [2021-02-15T16:58:51.654Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-15T16:58:51.654Z] ---> Using cache [2021-02-15T16:58:51.654Z] ---> 8aadca2d4a55 [2021-02-15T16:58:51.654Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-15T16:58:51.654Z] ---> Using cache [2021-02-15T16:58:51.654Z] ---> 298108ad9239 [2021-02-15T16:58:51.654Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-15T16:58:51.654Z] Removing intermediate container c6964d72bdcc [2021-02-15T16:58:51.654Z] ---> dafad170f44f [2021-02-15T16:58:51.654Z] Step 15/23 : WORKDIR / [2021-02-15T16:58:51.654Z] ---> Running in 284e719dc8f5 [2021-02-15T16:58:51.654Z] ---> Running in 96bda5fae3aa [2021-02-15T16:58:51.909Z] ---> Running in b480dd290d5d [2021-02-15T16:58:51.934Z] Removing intermediate container 96bda5fae3aa [2021-02-15T16:58:51.934Z] ---> d8206f4d964b [2021-02-15T16:58:51.934Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-15T16:58:52.212Z] Removing intermediate container 284e719dc8f5 [2021-02-15T16:58:52.212Z] ---> a03015e8cf15 [2021-02-15T16:58:52.212Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-15T16:58:52.212Z] ---> Running in 50a17096654c [2021-02-15T16:58:52.212Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-15T16:58:52.212Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-15T16:58:52.493Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-15T16:58:52.493Z] Removing intermediate container 50a17096654c [2021-02-15T16:58:52.493Z] ---> dc6bcb5dbd59 [2021-02-15T16:58:52.493Z] Step 15/23 : WORKDIR / [2021-02-15T16:58:52.493Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-15T16:58:52.493Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-15T16:58:52.493Z] (4/4) Installing curl (7.69.1-r3) [2021-02-15T16:58:52.493Z] Executing busybox-1.31.1-r19.trigger [2021-02-15T16:58:52.771Z] Executing ca-certificates-20191127-r4.trigger [2021-02-15T16:58:52.771Z] ---> e8806f7e8bfb [2021-02-15T16:58:52.771Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-15T16:58:52.771Z] OK: 7 MiB in 18 packages [2021-02-15T16:58:52.771Z] ---> Running in 7dde4600e36f [2021-02-15T16:58:53.366Z] Removing intermediate container b480dd290d5d [2021-02-15T16:58:53.366Z] ---> 0dbedb4360ab [2021-02-15T16:58:53.366Z] [2021-02-15T16:58:53.381Z] Removing intermediate container 7dde4600e36f [2021-02-15T16:58:53.381Z] ---> 53e291e9241c [2021-02-15T16:58:53.381Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-15T16:58:53.974Z] Successfully built 0dbedb4360ab [2021-02-15T16:58:53.974Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-15T16:58:54.366Z] ---> 09320cf88e0f [2021-02-15T16:58:54.366Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-15T16:58:54.366Z] ---> 52ea49c9d8e6 [2021-02-15T16:58:54.366Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-15T16:58:54.366Z] Removing intermediate container 4cfd862d5c78 [2021-02-15T16:58:54.366Z] ---> 3bf8708d857d [2021-02-15T16:58:54.367Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-15T16:58:54.660Z] ---> Running in e8edc33fc32c [2021-02-15T16:58:54.947Z] Removing intermediate container e8edc33fc32c [2021-02-15T16:58:54.947Z] ---> 35c6eb7e7fa9 [2021-02-15T16:58:54.947Z] Step 13/21 : WORKDIR /edgex [2021-02-15T16:58:55.224Z] ---> 2e93e0e1430c [2021-02-15T16:58:55.224Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-15T16:58:55.224Z] ---> Running in b33d39edad3e [2021-02-15T16:58:55.224Z] ---> Running in 703516528f64 [2021-02-15T16:58:55.498Z] ---> 7d3c2063b37d [2021-02-15T16:58:55.498Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-15T16:58:55.767Z] Removing intermediate container b33d39edad3e [2021-02-15T16:58:55.767Z] ---> db9a261614e5 [2021-02-15T16:58:55.767Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-15T16:58:56.751Z] Removing intermediate container 703516528f64 [2021-02-15T16:58:56.751Z] ---> 776c58ffe7f3 [2021-02-15T16:58:56.751Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-15T16:58:57.019Z] ---> Running in 45c050c8c465 [2021-02-15T16:58:57.019Z] ---> 0c5a00066672 [2021-02-15T16:58:57.019Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-15T16:58:57.019Z] ---> f39ed5548734 [2021-02-15T16:58:57.019Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-15T16:58:57.294Z] ---> Running in 204650a16f7a [2021-02-15T16:58:57.294Z] Removing intermediate container 45c050c8c465 [2021-02-15T16:58:57.294Z] ---> 782d3baf1e43 [2021-02-15T16:58:57.294Z] Step 21/23 : LABEL arch=x86_64 [2021-02-15T16:58:57.407Z]  Building docker-core-data-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-15T16:58:57.407Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-15T16:58:57.407Z] ---> 2302e9bd86b1 [2021-02-15T16:58:57.407Z] Step 3/23 : WORKDIR /edgex-go [2021-02-15T16:58:57.407Z] ---> Using cache [2021-02-15T16:58:57.407Z] ---> 9195fa277931 [2021-02-15T16:58:57.407Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-15T16:58:57.407Z] ---> Using cache [2021-02-15T16:58:57.407Z] ---> d3074205ebe3 [2021-02-15T16:58:57.407Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-15T16:58:57.407Z] ---> Using cache [2021-02-15T16:58:57.407Z] ---> 7a2a2e72b243 [2021-02-15T16:58:57.407Z] Step 6/23 : COPY go.mod . [2021-02-15T16:58:57.407Z] ---> Using cache [2021-02-15T16:58:57.407Z] ---> fc99de0636fe [2021-02-15T16:58:57.407Z] Step 7/23 : RUN go mod download [2021-02-15T16:58:57.407Z] ---> Using cache [2021-02-15T16:58:57.407Z] ---> 43dba1fe542e [2021-02-15T16:58:57.407Z] Step 8/23 : COPY . . [2021-02-15T16:58:57.407Z] ---> Using cache [2021-02-15T16:58:57.407Z] ---> d1e90546e831 [2021-02-15T16:58:57.407Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-15T16:58:57.407Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-15T16:58:57.407Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-15T16:58:57.407Z] ---> 2302e9bd86b1 [2021-02-15T16:58:57.407Z] Step 3/22 : WORKDIR /edgex-go [2021-02-15T16:58:57.407Z] ---> Using cache [2021-02-15T16:58:57.407Z] ---> 9195fa277931 [2021-02-15T16:58:57.407Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-15T16:58:57.407Z] ---> Using cache [2021-02-15T16:58:57.407Z] ---> d3074205ebe3 [2021-02-15T16:58:57.407Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-15T16:58:57.407Z] ---> Using cache [2021-02-15T16:58:57.407Z] ---> 7a2a2e72b243 [2021-02-15T16:58:57.407Z] Step 6/22 : COPY go.mod . [2021-02-15T16:58:57.407Z] ---> Using cache [2021-02-15T16:58:57.407Z] ---> fc99de0636fe [2021-02-15T16:58:57.407Z] Step 7/22 : RUN go mod download [2021-02-15T16:58:57.407Z] ---> Using cache [2021-02-15T16:58:57.407Z] ---> 43dba1fe542e [2021-02-15T16:58:57.407Z] Step 8/22 : COPY . . [2021-02-15T16:58:57.407Z] ---> Using cache [2021-02-15T16:58:57.407Z] ---> d1e90546e831 [2021-02-15T16:58:57.407Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-15T16:58:57.882Z] ---> Running in b76aa3ef2191 [2021-02-15T16:58:57.883Z] Removing intermediate container 204650a16f7a [2021-02-15T16:58:57.883Z] ---> 7c2625e3b25c [2021-02-15T16:58:57.883Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-15T16:58:57.883Z] ---> d7913dcfea3c [2021-02-15T16:58:57.883Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-15T16:58:57.883Z] ---> Running in 3aa773038998 [2021-02-15T16:58:58.165Z] Removing intermediate container b76aa3ef2191 [2021-02-15T16:58:58.165Z] ---> 83f4239ecf93 [2021-02-15T16:58:58.165Z] Step 22/23 : LABEL git_sha=3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T16:58:58.165Z] ---> Running in 9930275f195e [2021-02-15T16:58:58.441Z] Removing intermediate container 3aa773038998 [2021-02-15T16:58:58.441Z] ---> d9740f92265f [2021-02-15T16:58:58.441Z] Step 21/23 : LABEL arch=x86_64 [2021-02-15T16:58:58.441Z] ---> Running in 7d4d55e0314e [2021-02-15T16:58:58.710Z] ---> 9b2a1103d98d [2021-02-15T16:58:58.710Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-15T16:58:58.710Z] Removing intermediate container 9930275f195e [2021-02-15T16:58:58.710Z] ---> f58a7d6be330 [2021-02-15T16:58:58.710Z] Step 23/23 : LABEL version=2.0.0-dev.92 [2021-02-15T16:58:58.710Z] ---> Running in 7934e1173bb2 [2021-02-15T16:58:58.710Z] ---> Running in e0c1decb29f4 [2021-02-15T16:58:58.710Z] Removing intermediate container 7d4d55e0314e [2021-02-15T16:58:58.710Z] ---> 55b019e79022 [2021-02-15T16:58:58.710Z] Step 22/23 : LABEL git_sha=3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T16:58:58.876Z] ---> Running in e8843ab1a9ee [2021-02-15T16:58:58.876Z] ---> Running in 703248ebd6ca [2021-02-15T16:58:58.997Z] ---> Running in 06cab8c272e0 [2021-02-15T16:58:59.272Z] Removing intermediate container e0c1decb29f4 [2021-02-15T16:58:59.272Z] ---> 14bca74f3c79 [2021-02-15T16:58:59.272Z] Step 18/21 : CMD ["--init=true"] [2021-02-15T16:58:59.272Z] Removing intermediate container 7934e1173bb2 [2021-02-15T16:58:59.272Z] ---> a8f56c1f0157 [2021-02-15T16:58:59.272Z] [2021-02-15T16:58:59.565Z] Removing intermediate container 06cab8c272e0 [2021-02-15T16:58:59.565Z] ---> e1d62ebf9bd4 [2021-02-15T16:58:59.565Z] Step 23/23 : LABEL version=2.0.0-dev.92 [2021-02-15T16:58:59.565Z] ---> Running in 4a5510409315 [2021-02-15T16:58:59.565Z] Successfully built a8f56c1f0157 [2021-02-15T16:58:59.565Z] Successfully tagged docker-core-command-go:latest [2021-02-15T16:58:59.848Z]  Building docker-core-command-go ... done  ---> Running in 3f633bb0e930 [2021-02-15T16:58:59.848Z] Removing intermediate container 4a5510409315 [2021-02-15T16:58:59.848Z] ---> 970dd31133d5 [2021-02-15T16:58:59.848Z] Step 19/21 : LABEL arch=x86_64 [2021-02-15T16:59:00.113Z] ---> Running in 587798af0b68 [2021-02-15T16:59:00.113Z] Removing intermediate container 3f633bb0e930 [2021-02-15T16:59:00.113Z] ---> 74a0ffa5cd1f [2021-02-15T16:59:00.113Z] [2021-02-15T16:59:00.377Z] Successfully built 74a0ffa5cd1f [2021-02-15T16:59:00.644Z] Successfully tagged docker-core-metadata-go:latest [2021-02-15T16:59:00.644Z]  Building docker-core-metadata-go ... done Removing intermediate container 587798af0b68 [2021-02-15T16:59:00.644Z] ---> 7cbeb5d7e75b [2021-02-15T16:59:00.644Z] Step 20/21 : LABEL git_sha=3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T16:59:00.850Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-15T16:59:01.125Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-15T16:59:02.061Z] ---> Running in 53932799e0ec [2021-02-15T16:59:02.328Z] Removing intermediate container 3ae58798b241 [2021-02-15T16:59:02.328Z] ---> 0572f5c46f50 [2021-02-15T16:59:02.328Z] [2021-02-15T16:59:02.328Z] Step 10/22 : FROM alpine:3.12 [2021-02-15T16:59:02.328Z] ---> 389fef711851 [2021-02-15T16:59:02.328Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-15T16:59:02.328Z] ---> Running in 26528a5e43ec [2021-02-15T16:59:02.328Z] Removing intermediate container 53932799e0ec [2021-02-15T16:59:02.328Z] ---> eea2124f8ee0 [2021-02-15T16:59:02.328Z] Step 21/21 : LABEL version=2.0.0-dev.92 [2021-02-15T16:59:02.601Z] ---> Running in 1a277b180f24 [2021-02-15T16:59:02.869Z] Removing intermediate container 1a277b180f24 [2021-02-15T16:59:02.869Z] ---> 333a292b4b20 [2021-02-15T16:59:02.869Z] [2021-02-15T16:59:02.869Z] Successfully built 333a292b4b20 [2021-02-15T16:59:02.869Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-15T16:59:03.135Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-15T16:59:03.135Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-15T16:59:03.135Z]  Building docker-security-proxy-setup-go ... done (1/2) Installing ca-certificates (20191127-r4) [2021-02-15T16:59:03.135Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-15T16:59:03.135Z] Executing busybox-1.31.1-r19.trigger [2021-02-15T16:59:03.135Z] Executing ca-certificates-20191127-r4.trigger [2021-02-15T16:59:03.401Z] OK: 6 MiB in 16 packages [2021-02-15T16:59:04.821Z] Removing intermediate container 26528a5e43ec [2021-02-15T16:59:04.821Z] ---> fb97c1e5b957 [2021-02-15T16:59:04.821Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-15T16:59:04.821Z] ---> Running in dfa42ecca75b [2021-02-15T16:59:04.821Z] Removing intermediate container dfa42ecca75b [2021-02-15T16:59:04.821Z] ---> 752b724c54bd [2021-02-15T16:59:04.821Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-15T16:59:04.821Z] ---> Running in 486e4bba5b70 [2021-02-15T16:59:05.086Z] Removing intermediate container 486e4bba5b70 [2021-02-15T16:59:05.086Z] ---> 76181e475909 [2021-02-15T16:59:05.086Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-15T16:59:05.086Z] ---> Running in bc18a994b72d [2021-02-15T16:59:05.351Z] Removing intermediate container bc18a994b72d [2021-02-15T16:59:05.351Z] ---> 0e9fb7eeae00 [2021-02-15T16:59:05.351Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-15T16:59:05.619Z] ---> 5e69505125dd [2021-02-15T16:59:05.619Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-15T16:59:06.207Z] ---> 77832667baa1 [2021-02-15T16:59:06.208Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-15T16:59:06.475Z] ---> 0ad04ccbc940 [2021-02-15T16:59:06.475Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-15T16:59:06.746Z] ---> Running in e0e6206eb120 [2021-02-15T16:59:06.746Z] Removing intermediate container e0e6206eb120 [2021-02-15T16:59:06.746Z] ---> 5ed7b6819138 [2021-02-15T16:59:06.746Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-15T16:59:07.011Z] ---> Running in 65031c61b78e [2021-02-15T16:59:07.283Z] Removing intermediate container 65031c61b78e [2021-02-15T16:59:07.283Z] ---> 570769692bf9 [2021-02-15T16:59:07.283Z] Step 20/22 : LABEL arch=x86_64 [2021-02-15T16:59:07.283Z] ---> Running in db5610b535f5 [2021-02-15T16:59:07.283Z] Removing intermediate container db5610b535f5 [2021-02-15T16:59:07.283Z] ---> e3ba1c4333b1 [2021-02-15T16:59:07.283Z] Step 21/22 : LABEL git_sha=3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T16:59:07.549Z] ---> Running in f65c1e6f58ba [2021-02-15T16:59:07.549Z] Removing intermediate container f65c1e6f58ba [2021-02-15T16:59:07.549Z] ---> d0d64a9a0a7f [2021-02-15T16:59:07.549Z] Step 22/22 : LABEL version=2.0.0-dev.92 [2021-02-15T16:59:08.627Z] ---> Running in cb2dd9dddba2 [2021-02-15T16:59:08.627Z] Removing intermediate container cb2dd9dddba2 [2021-02-15T16:59:08.627Z] ---> c19eb5216ecd [2021-02-15T16:59:08.627Z] [2021-02-15T16:59:08.627Z] Successfully built c19eb5216ecd [2021-02-15T16:59:08.627Z] Successfully tagged docker-support-notifications-go:latest [2021-02-15T16:59:09.224Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2021-02-15T16:59:09.259Z] $ docker stop --time=1 b053c2722307da288dac04ffba0a65ed8966af91975097775b70a2b881f5febd [2021-02-15T16:59:11.052Z] $ docker rm -f b053c2722307da288dac04ffba0a65ed8966af91975097775b70a2b881f5febd [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-15T16:59:12.457Z] + docker images [2021-02-15T16:59:12.457Z] + grep docker [2021-02-15T16:59:12.720Z] docker-support-notifications-go latest c19eb5216ecd 5 seconds ago 17.6MB [2021-02-15T16:59:12.720Z] docker-security-proxy-setup-go latest 333a292b4b20 10 seconds ago 24.4MB [2021-02-15T16:59:12.720Z] docker-core-metadata-go latest 74a0ffa5cd1f 13 seconds ago 18.8MB [2021-02-15T16:59:12.720Z] docker-core-command-go latest a8f56c1f0157 14 seconds ago 16.9MB [2021-02-15T16:59:12.720Z] docker-sys-mgmt-agent-go latest 1e1e38f49251 29 seconds ago 313MB [2021-02-15T16:59:12.720Z] docker-security-bootstrapper-go latest 410f726c853d About a minute ago 18MB [2021-02-15T16:59:12.720Z] docker-core-data-go latest a6690c2b3849 2 minutes ago 22.3MB [2021-02-15T16:59:12.720Z] docker-security-secretstore-setup-go latest 76ebced2f88e 2 minutes ago 24.6MB [2021-02-15T16:59:12.720Z] docker-support-scheduler-go latest 89446100ad85 2 minutes ago 17MB [2021-02-15T16:59:12.720Z] 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-15T16:59:13.207Z] provisioning config files... [2021-02-15T16:59:13.247Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/358@tmp/config1413023159832427893tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-15T16:59:13.666Z] ---> docker-login.sh [2021-02-15T16:59:13.666Z] nexus3.edgexfoundry.org:10001 [2021-02-15T16:59:13.666Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-15T16:59:13.929Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-15T16:59:13.929Z] Configure a credential helper to remove this warning. See [2021-02-15T16:59:13.929Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-15T16:59:13.929Z] [2021-02-15T16:59:13.929Z] Login Succeeded [2021-02-15T16:59:13.929Z] nexus3.edgexfoundry.org:10002 [2021-02-15T16:59:13.929Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-15T16:59:13.929Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-15T16:59:13.929Z] Configure a credential helper to remove this warning. See [2021-02-15T16:59:13.929Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-15T16:59:13.929Z] [2021-02-15T16:59:13.929Z] Login Succeeded [2021-02-15T16:59:13.929Z] nexus3.edgexfoundry.org:10003 [2021-02-15T16:59:14.191Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-15T16:59:14.191Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-15T16:59:14.191Z] Configure a credential helper to remove this warning. See [2021-02-15T16:59:14.191Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-15T16:59:14.191Z] [2021-02-15T16:59:14.191Z] Login Succeeded [2021-02-15T16:59:14.191Z] nexus3.edgexfoundry.org:10004 [2021-02-15T16:59:14.455Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-15T16:59:14.455Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-15T16:59:14.455Z] Configure a credential helper to remove this warning. See [2021-02-15T16:59:14.455Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-15T16:59:14.455Z] [2021-02-15T16:59:14.455Z] Login Succeeded [2021-02-15T16:59:14.455Z] docker.io [2021-02-15T16:59:14.455Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-15T16:59:15.029Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-15T16:59:15.029Z] Configure a credential helper to remove this warning. See [2021-02-15T16:59:15.029Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-15T16:59:15.029Z] [2021-02-15T16:59:15.029Z] Login Succeeded [2021-02-15T16:59:15.029Z] ---> docker-login.sh ends [Pipeline] } [2021-02-15T16:59:15.038Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-15T16:59:15.261Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-02-15T16:59:15.261Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T16:59:15.261Z] 2.0.0-dev.92 [2021-02-15T16:59:15.261Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [2021-02-15T16:59:15.261Z] master [2021-02-15T16:59:15.261Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:15.743Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:16.067Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T16:59:16.067Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-15T16:59:16.067Z] 716ac421a0b8: Preparing [2021-02-15T16:59:16.067Z] 0889edd262d8: Preparing [2021-02-15T16:59:16.067Z] ab11bfd6fca5: Preparing [2021-02-15T16:59:16.067Z] 904a3365b523: Preparing [2021-02-15T16:59:16.067Z] 777b2c648970: Preparing [2021-02-15T16:59:16.067Z] 777b2c648970: Layer already exists [2021-02-15T16:59:16.343Z] 716ac421a0b8: Pushed [2021-02-15T16:59:16.343Z] ab11bfd6fca5: Pushed [2021-02-15T16:59:16.343Z] 904a3365b523: Pushed [2021-02-15T16:59:17.296Z] 0889edd262d8: Pushed [2021-02-15T16:59:17.558Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0: digest: sha256:ccef48f777f67e5df5da0f3540ee3365ccf48ffdbd7b6bb046f37bb6d17dcab9 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:17.879Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:18.188Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.92 [2021-02-15T16:59:18.188Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-15T16:59:18.188Z] 716ac421a0b8: Preparing [2021-02-15T16:59:18.188Z] 0889edd262d8: Preparing [2021-02-15T16:59:18.188Z] ab11bfd6fca5: Preparing [2021-02-15T16:59:18.188Z] 904a3365b523: Preparing [2021-02-15T16:59:18.188Z] 777b2c648970: Preparing [2021-02-15T16:59:18.188Z] 904a3365b523: Layer already exists [2021-02-15T16:59:18.188Z] 777b2c648970: Layer already exists [2021-02-15T16:59:18.188Z] 716ac421a0b8: Layer already exists [2021-02-15T16:59:18.188Z] ab11bfd6fca5: Layer already exists [2021-02-15T16:59:18.188Z] 0889edd262d8: Layer already exists [2021-02-15T16:59:18.188Z] 2.0.0-dev.92: digest: sha256:ccef48f777f67e5df5da0f3540ee3365ccf48ffdbd7b6bb046f37bb6d17dcab9 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:18.500Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:18.807Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [2021-02-15T16:59:18.807Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-15T16:59:18.807Z] 716ac421a0b8: Preparing [2021-02-15T16:59:18.807Z] 0889edd262d8: Preparing [2021-02-15T16:59:18.807Z] ab11bfd6fca5: Preparing [2021-02-15T16:59:18.807Z] 904a3365b523: Preparing [2021-02-15T16:59:18.807Z] 777b2c648970: Preparing [2021-02-15T16:59:18.807Z] 716ac421a0b8: Layer already exists [2021-02-15T16:59:18.807Z] 904a3365b523: Layer already exists [2021-02-15T16:59:18.807Z] 777b2c648970: Layer already exists [2021-02-15T16:59:18.807Z] 0889edd262d8: Layer already exists [2021-02-15T16:59:18.807Z] ab11bfd6fca5: Layer already exists [2021-02-15T16:59:18.807Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92: digest: sha256:ccef48f777f67e5df5da0f3540ee3365ccf48ffdbd7b6bb046f37bb6d17dcab9 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:19.123Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:19.434Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-02-15T16:59:19.434Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-15T16:59:19.434Z] 716ac421a0b8: Preparing [2021-02-15T16:59:19.434Z] 0889edd262d8: Preparing [2021-02-15T16:59:19.434Z] ab11bfd6fca5: Preparing [2021-02-15T16:59:19.434Z] 904a3365b523: Preparing [2021-02-15T16:59:19.434Z] 777b2c648970: Preparing [2021-02-15T16:59:19.434Z] ab11bfd6fca5: Layer already exists [2021-02-15T16:59:19.434Z] 777b2c648970: Layer already exists [2021-02-15T16:59:19.434Z] 716ac421a0b8: Layer already exists [2021-02-15T16:59:19.434Z] 904a3365b523: Layer already exists [2021-02-15T16:59:19.434Z] 0889edd262d8: Layer already exists [2021-02-15T16:59:19.434Z] master: digest: sha256:ccef48f777f67e5df5da0f3540ee3365ccf48ffdbd7b6bb046f37bb6d17dcab9 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-15T16:59:19.610Z] ===================================================== [Pipeline] echo [2021-02-15T16:59:19.656Z] taggedImages: [2021-02-15T16:59:19.656Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T16:59:19.656Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.92 [2021-02-15T16:59:19.656Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [2021-02-15T16:59:19.656Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-02-15T16:59:19.721Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-02-15T16:59:19.721Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T16:59:19.721Z] 2.0.0-dev.92 [2021-02-15T16:59:19.721Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [2021-02-15T16:59:19.721Z] master [2021-02-15T16:59:19.721Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:20.305Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:20.710Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T16:59:20.710Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-15T16:59:20.710Z] 71edc19d6588: Preparing [2021-02-15T16:59:20.710Z] 3d4a27c7ba33: Preparing [2021-02-15T16:59:20.710Z] ab11bfd6fca5: Preparing [2021-02-15T16:59:20.710Z] 8e7ce1cf1518: Preparing [2021-02-15T16:59:20.710Z] 137b1e5d4117: Preparing [2021-02-15T16:59:20.710Z] 777b2c648970: Preparing [2021-02-15T16:59:20.710Z] 777b2c648970: Waiting [2021-02-15T16:59:20.710Z] ab11bfd6fca5: Layer already exists [2021-02-15T16:59:20.710Z] 777b2c648970: Layer already exists [2021-02-15T16:59:20.710Z] 71edc19d6588: Pushed [2021-02-15T16:59:20.998Z] 137b1e5d4117: Pushed [2021-02-15T16:59:21.265Z] 8e7ce1cf1518: Pushed [2021-02-15T16:59:21.839Z] 3d4a27c7ba33: Pushed [2021-02-15T16:59:22.101Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0: digest: sha256:2a23491f920a06aba2cb4dbb6982bd604cb2d20ae53aa2715f8544a97e9a20ec size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:22.415Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:22.731Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.92 [2021-02-15T16:59:22.731Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-15T16:59:22.731Z] 71edc19d6588: Preparing [2021-02-15T16:59:22.731Z] 3d4a27c7ba33: Preparing [2021-02-15T16:59:22.731Z] ab11bfd6fca5: Preparing [2021-02-15T16:59:22.731Z] 8e7ce1cf1518: Preparing [2021-02-15T16:59:22.731Z] 137b1e5d4117: Preparing [2021-02-15T16:59:22.731Z] 777b2c648970: Preparing [2021-02-15T16:59:22.731Z] 777b2c648970: Waiting [2021-02-15T16:59:22.731Z] ab11bfd6fca5: Layer already exists [2021-02-15T16:59:22.731Z] 3d4a27c7ba33: Layer already exists [2021-02-15T16:59:22.731Z] 137b1e5d4117: Layer already exists [2021-02-15T16:59:22.731Z] 8e7ce1cf1518: Layer already exists [2021-02-15T16:59:22.731Z] 71edc19d6588: Layer already exists [2021-02-15T16:59:22.731Z] 777b2c648970: Layer already exists [2021-02-15T16:59:22.731Z] 2.0.0-dev.92: digest: sha256:2a23491f920a06aba2cb4dbb6982bd604cb2d20ae53aa2715f8544a97e9a20ec size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:23.040Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:23.351Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [2021-02-15T16:59:23.351Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-15T16:59:23.351Z] 71edc19d6588: Preparing [2021-02-15T16:59:23.351Z] 3d4a27c7ba33: Preparing [2021-02-15T16:59:23.351Z] ab11bfd6fca5: Preparing [2021-02-15T16:59:23.351Z] 8e7ce1cf1518: Preparing [2021-02-15T16:59:23.351Z] 137b1e5d4117: Preparing [2021-02-15T16:59:23.351Z] 777b2c648970: Preparing [2021-02-15T16:59:23.351Z] 777b2c648970: Waiting [2021-02-15T16:59:23.351Z] 71edc19d6588: Layer already exists [2021-02-15T16:59:23.351Z] 3d4a27c7ba33: Layer already exists [2021-02-15T16:59:23.351Z] ab11bfd6fca5: Layer already exists [2021-02-15T16:59:23.351Z] 8e7ce1cf1518: Layer already exists [2021-02-15T16:59:23.351Z] 137b1e5d4117: Layer already exists [2021-02-15T16:59:23.351Z] 777b2c648970: Layer already exists [2021-02-15T16:59:23.352Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92: digest: sha256:2a23491f920a06aba2cb4dbb6982bd604cb2d20ae53aa2715f8544a97e9a20ec size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:23.663Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:23.996Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-02-15T16:59:23.996Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-15T16:59:23.996Z] 71edc19d6588: Preparing [2021-02-15T16:59:23.996Z] 3d4a27c7ba33: Preparing [2021-02-15T16:59:23.996Z] ab11bfd6fca5: Preparing [2021-02-15T16:59:23.996Z] 8e7ce1cf1518: Preparing [2021-02-15T16:59:23.996Z] 137b1e5d4117: Preparing [2021-02-15T16:59:23.996Z] 777b2c648970: Preparing [2021-02-15T16:59:23.996Z] 777b2c648970: Waiting [2021-02-15T16:59:23.996Z] 8e7ce1cf1518: Layer already exists [2021-02-15T16:59:23.996Z] 71edc19d6588: Layer already exists [2021-02-15T16:59:23.996Z] ab11bfd6fca5: Layer already exists [2021-02-15T16:59:23.996Z] 3d4a27c7ba33: Layer already exists [2021-02-15T16:59:23.996Z] 137b1e5d4117: Layer already exists [2021-02-15T16:59:23.996Z] 777b2c648970: Layer already exists [2021-02-15T16:59:23.996Z] master: digest: sha256:2a23491f920a06aba2cb4dbb6982bd604cb2d20ae53aa2715f8544a97e9a20ec size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-15T16:59:24.214Z] ===================================================== [Pipeline] echo [2021-02-15T16:59:24.262Z] taggedImages: [2021-02-15T16:59:24.262Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T16:59:24.262Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.92 [2021-02-15T16:59:24.262Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [2021-02-15T16:59:24.262Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-02-15T16:59:24.328Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-02-15T16:59:24.328Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T16:59:24.328Z] 2.0.0-dev.92 [2021-02-15T16:59:24.328Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [2021-02-15T16:59:24.328Z] master [2021-02-15T16:59:24.328Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:24.808Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:25.116Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T16:59:25.116Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-15T16:59:25.116Z] c8787f65c6ed: Preparing [2021-02-15T16:59:25.116Z] 35f1fb9c018c: Preparing [2021-02-15T16:59:25.116Z] ab11bfd6fca5: Preparing [2021-02-15T16:59:25.116Z] 904a3365b523: Preparing [2021-02-15T16:59:25.116Z] 777b2c648970: Preparing [2021-02-15T16:59:25.116Z] 904a3365b523: Layer already exists [2021-02-15T16:59:25.116Z] ab11bfd6fca5: Layer already exists [2021-02-15T16:59:25.116Z] 777b2c648970: Layer already exists [2021-02-15T16:59:25.116Z] c8787f65c6ed: Pushed [2021-02-15T16:59:27.038Z] 35f1fb9c018c: Pushed [2021-02-15T16:59:27.038Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0: digest: sha256:3eee07da2761b37d0c75eb0c2cc4cd9649f9386dbc6c5e97f9baf0c44bd84df3 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:27.351Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:27.652Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.92 [2021-02-15T16:59:27.652Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-15T16:59:27.652Z] c8787f65c6ed: Preparing [2021-02-15T16:59:27.652Z] 35f1fb9c018c: Preparing [2021-02-15T16:59:27.652Z] ab11bfd6fca5: Preparing [2021-02-15T16:59:27.652Z] 904a3365b523: Preparing [2021-02-15T16:59:27.652Z] 777b2c648970: Preparing [2021-02-15T16:59:27.652Z] ab11bfd6fca5: Layer already exists [2021-02-15T16:59:27.652Z] 35f1fb9c018c: Layer already exists [2021-02-15T16:59:27.652Z] c8787f65c6ed: Layer already exists [2021-02-15T16:59:27.652Z] 904a3365b523: Layer already exists [2021-02-15T16:59:27.652Z] 777b2c648970: Layer already exists [2021-02-15T16:59:27.652Z] 2.0.0-dev.92: digest: sha256:3eee07da2761b37d0c75eb0c2cc4cd9649f9386dbc6c5e97f9baf0c44bd84df3 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:27.963Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:28.271Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [2021-02-15T16:59:28.271Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-15T16:59:28.271Z] c8787f65c6ed: Preparing [2021-02-15T16:59:28.271Z] 35f1fb9c018c: Preparing [2021-02-15T16:59:28.271Z] ab11bfd6fca5: Preparing [2021-02-15T16:59:28.271Z] 904a3365b523: Preparing [2021-02-15T16:59:28.271Z] 777b2c648970: Preparing [2021-02-15T16:59:28.271Z] 777b2c648970: Layer already exists [2021-02-15T16:59:28.271Z] c8787f65c6ed: Layer already exists [2021-02-15T16:59:28.271Z] ab11bfd6fca5: Layer already exists [2021-02-15T16:59:28.271Z] 35f1fb9c018c: Layer already exists [2021-02-15T16:59:28.271Z] 904a3365b523: Layer already exists [2021-02-15T16:59:28.271Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92: digest: sha256:3eee07da2761b37d0c75eb0c2cc4cd9649f9386dbc6c5e97f9baf0c44bd84df3 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:28.592Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:28.938Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-02-15T16:59:28.939Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-15T16:59:28.939Z] c8787f65c6ed: Preparing [2021-02-15T16:59:28.939Z] 35f1fb9c018c: Preparing [2021-02-15T16:59:28.939Z] ab11bfd6fca5: Preparing [2021-02-15T16:59:28.939Z] 904a3365b523: Preparing [2021-02-15T16:59:28.939Z] 777b2c648970: Preparing [2021-02-15T16:59:28.939Z] 777b2c648970: Layer already exists [2021-02-15T16:59:28.939Z] c8787f65c6ed: Layer already exists [2021-02-15T16:59:28.939Z] 35f1fb9c018c: Layer already exists [2021-02-15T16:59:28.939Z] ab11bfd6fca5: Layer already exists [2021-02-15T16:59:28.939Z] 904a3365b523: Layer already exists [2021-02-15T16:59:28.939Z] master: digest: sha256:3eee07da2761b37d0c75eb0c2cc4cd9649f9386dbc6c5e97f9baf0c44bd84df3 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-15T16:59:29.119Z] ===================================================== [Pipeline] echo [2021-02-15T16:59:29.168Z] taggedImages: [2021-02-15T16:59:29.168Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T16:59:29.168Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.92 [2021-02-15T16:59:29.168Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [2021-02-15T16:59:29.168Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-02-15T16:59:29.239Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-02-15T16:59:29.239Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T16:59:29.239Z] 2.0.0-dev.92 [2021-02-15T16:59:29.239Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [2021-02-15T16:59:29.239Z] master [2021-02-15T16:59:29.239Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:29.729Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:30.043Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T16:59:30.043Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-15T16:59:30.043Z] 7fc43c583425: Preparing [2021-02-15T16:59:30.043Z] 7fc43c583425: Preparing [2021-02-15T16:59:30.043Z] d52fec92b016: Preparing [2021-02-15T16:59:30.043Z] 88b955389ee1: Preparing [2021-02-15T16:59:30.043Z] 839e64d9d9d3: Preparing [2021-02-15T16:59:30.043Z] ab11bfd6fca5: Preparing [2021-02-15T16:59:30.043Z] e6f1937f553b: Preparing [2021-02-15T16:59:30.043Z] e6f1937f553b: Preparing [2021-02-15T16:59:30.043Z] 06582f291c48: Preparing [2021-02-15T16:59:30.043Z] fc93378dd728: Preparing [2021-02-15T16:59:30.043Z] 777b2c648970: Preparing [2021-02-15T16:59:30.043Z] e6f1937f553b: Waiting [2021-02-15T16:59:30.043Z] fc93378dd728: Waiting [2021-02-15T16:59:30.043Z] 06582f291c48: Waiting [2021-02-15T16:59:30.043Z] 777b2c648970: Waiting [2021-02-15T16:59:30.043Z] ab11bfd6fca5: Layer already exists [2021-02-15T16:59:30.306Z] d52fec92b016: Pushed [2021-02-15T16:59:30.306Z] e6f1937f553b: Pushed [2021-02-15T16:59:30.306Z] 88b955389ee1: Pushed [2021-02-15T16:59:30.306Z] 7fc43c583425: Pushed [2021-02-15T16:59:30.306Z] 777b2c648970: Layer already exists [2021-02-15T16:59:30.306Z] 06582f291c48: Pushed [2021-02-15T16:59:30.570Z] fc93378dd728: Pushed [2021-02-15T16:59:31.144Z] 839e64d9d9d3: Pushed [2021-02-15T16:59:31.406Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0: digest: sha256:c709aaeae0c137e62e9bd6251002a23803619382842d852cd3703a3046d6f7f2 size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:31.715Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:32.014Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.92 [2021-02-15T16:59:32.014Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-15T16:59:32.014Z] 7fc43c583425: Preparing [2021-02-15T16:59:32.014Z] 7fc43c583425: Preparing [2021-02-15T16:59:32.014Z] d52fec92b016: Preparing [2021-02-15T16:59:32.014Z] 88b955389ee1: Preparing [2021-02-15T16:59:32.014Z] 839e64d9d9d3: Preparing [2021-02-15T16:59:32.014Z] ab11bfd6fca5: Preparing [2021-02-15T16:59:32.014Z] e6f1937f553b: Preparing [2021-02-15T16:59:32.014Z] e6f1937f553b: Preparing [2021-02-15T16:59:32.014Z] 06582f291c48: Preparing [2021-02-15T16:59:32.014Z] fc93378dd728: Preparing [2021-02-15T16:59:32.014Z] 777b2c648970: Preparing [2021-02-15T16:59:32.014Z] e6f1937f553b: Waiting [2021-02-15T16:59:32.014Z] 06582f291c48: Waiting [2021-02-15T16:59:32.014Z] fc93378dd728: Waiting [2021-02-15T16:59:32.014Z] 777b2c648970: Waiting [2021-02-15T16:59:32.014Z] 7fc43c583425: Layer already exists [2021-02-15T16:59:32.014Z] 839e64d9d9d3: Layer already exists [2021-02-15T16:59:32.014Z] d52fec92b016: Layer already exists [2021-02-15T16:59:32.014Z] 88b955389ee1: Layer already exists [2021-02-15T16:59:32.014Z] ab11bfd6fca5: Layer already exists [2021-02-15T16:59:32.014Z] 06582f291c48: Layer already exists [2021-02-15T16:59:32.014Z] 777b2c648970: Layer already exists [2021-02-15T16:59:32.014Z] e6f1937f553b: Layer already exists [2021-02-15T16:59:32.014Z] fc93378dd728: Layer already exists [2021-02-15T16:59:32.014Z] 2.0.0-dev.92: digest: sha256:c709aaeae0c137e62e9bd6251002a23803619382842d852cd3703a3046d6f7f2 size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:32.323Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:32.632Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [2021-02-15T16:59:32.632Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-15T16:59:32.632Z] 7fc43c583425: Preparing [2021-02-15T16:59:32.632Z] 7fc43c583425: Preparing [2021-02-15T16:59:32.632Z] d52fec92b016: Preparing [2021-02-15T16:59:32.632Z] 88b955389ee1: Preparing [2021-02-15T16:59:32.632Z] 839e64d9d9d3: Preparing [2021-02-15T16:59:32.632Z] ab11bfd6fca5: Preparing [2021-02-15T16:59:32.632Z] e6f1937f553b: Preparing [2021-02-15T16:59:32.632Z] e6f1937f553b: Preparing [2021-02-15T16:59:32.632Z] 06582f291c48: Preparing [2021-02-15T16:59:32.632Z] fc93378dd728: Preparing [2021-02-15T16:59:32.632Z] 777b2c648970: Preparing [2021-02-15T16:59:32.632Z] e6f1937f553b: Waiting [2021-02-15T16:59:32.632Z] fc93378dd728: Waiting [2021-02-15T16:59:32.632Z] 777b2c648970: Waiting [2021-02-15T16:59:32.632Z] 06582f291c48: Waiting [2021-02-15T16:59:32.632Z] 88b955389ee1: Layer already exists [2021-02-15T16:59:32.632Z] 7fc43c583425: Layer already exists [2021-02-15T16:59:32.632Z] d52fec92b016: Layer already exists [2021-02-15T16:59:32.632Z] ab11bfd6fca5: Layer already exists [2021-02-15T16:59:32.632Z] 839e64d9d9d3: Layer already exists [2021-02-15T16:59:32.632Z] 06582f291c48: Layer already exists [2021-02-15T16:59:32.632Z] e6f1937f553b: Layer already exists [2021-02-15T16:59:32.632Z] fc93378dd728: Layer already exists [2021-02-15T16:59:32.632Z] 777b2c648970: Layer already exists [2021-02-15T16:59:32.632Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92: digest: sha256:c709aaeae0c137e62e9bd6251002a23803619382842d852cd3703a3046d6f7f2 size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:32.948Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:33.250Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-02-15T16:59:33.250Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-15T16:59:33.250Z] 7fc43c583425: Preparing [2021-02-15T16:59:33.250Z] 7fc43c583425: Preparing [2021-02-15T16:59:33.250Z] d52fec92b016: Preparing [2021-02-15T16:59:33.250Z] 88b955389ee1: Preparing [2021-02-15T16:59:33.250Z] 839e64d9d9d3: Preparing [2021-02-15T16:59:33.250Z] ab11bfd6fca5: Preparing [2021-02-15T16:59:33.250Z] e6f1937f553b: Preparing [2021-02-15T16:59:33.250Z] e6f1937f553b: Preparing [2021-02-15T16:59:33.250Z] 06582f291c48: Preparing [2021-02-15T16:59:33.250Z] fc93378dd728: Preparing [2021-02-15T16:59:33.250Z] 777b2c648970: Preparing [2021-02-15T16:59:33.250Z] e6f1937f553b: Waiting [2021-02-15T16:59:33.250Z] 06582f291c48: Waiting [2021-02-15T16:59:33.250Z] fc93378dd728: Waiting [2021-02-15T16:59:33.250Z] 777b2c648970: Waiting [2021-02-15T16:59:33.250Z] ab11bfd6fca5: Layer already exists [2021-02-15T16:59:33.250Z] d52fec92b016: Layer already exists [2021-02-15T16:59:33.250Z] 88b955389ee1: Layer already exists [2021-02-15T16:59:33.250Z] 7fc43c583425: Layer already exists [2021-02-15T16:59:33.250Z] 839e64d9d9d3: Layer already exists [2021-02-15T16:59:33.250Z] e6f1937f553b: Layer already exists [2021-02-15T16:59:33.250Z] 06582f291c48: Layer already exists [2021-02-15T16:59:33.250Z] 777b2c648970: Layer already exists [2021-02-15T16:59:33.250Z] fc93378dd728: Layer already exists [2021-02-15T16:59:33.516Z] master: digest: sha256:c709aaeae0c137e62e9bd6251002a23803619382842d852cd3703a3046d6f7f2 size: 2609 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-15T16:59:33.708Z] ===================================================== [Pipeline] echo [2021-02-15T16:59:33.773Z] taggedImages: [2021-02-15T16:59:33.773Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T16:59:33.773Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.92 [2021-02-15T16:59:33.773Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [2021-02-15T16:59:33.773Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo [2021-02-15T16:59:33.836Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-02-15T16:59:33.837Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T16:59:33.837Z] 2.0.0-dev.92 [2021-02-15T16:59:33.837Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [2021-02-15T16:59:33.837Z] master [2021-02-15T16:59:33.837Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:34.394Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:34.718Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T16:59:34.718Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-15T16:59:34.718Z] b161106202e2: Preparing [2021-02-15T16:59:34.718Z] 889b361f6d17: Preparing [2021-02-15T16:59:34.718Z] ada6e9f3c8af: Preparing [2021-02-15T16:59:34.718Z] a5ab6beaae34: Preparing [2021-02-15T16:59:34.718Z] 9a8b47e11f1f: Preparing [2021-02-15T16:59:34.718Z] 777b2c648970: Preparing [2021-02-15T16:59:34.718Z] 777b2c648970: Waiting [2021-02-15T16:59:34.991Z] ada6e9f3c8af: Pushed [2021-02-15T16:59:34.991Z] a5ab6beaae34: Pushed [2021-02-15T16:59:34.991Z] 777b2c648970: Layer already exists [2021-02-15T16:59:34.991Z] 9a8b47e11f1f: Pushed [2021-02-15T16:59:35.564Z] 889b361f6d17: Pushed [2021-02-15T16:59:35.564Z] b161106202e2: Pushed [2021-02-15T16:59:36.137Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0: digest: sha256:67c2abc51e7b80e1d6da7d958893ffe68a604480e3b07e70101b4a8793ccd12d size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:36.440Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:36.746Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.92 [2021-02-15T16:59:36.746Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-15T16:59:36.746Z] b161106202e2: Preparing [2021-02-15T16:59:36.746Z] 889b361f6d17: Preparing [2021-02-15T16:59:36.746Z] ada6e9f3c8af: Preparing [2021-02-15T16:59:36.746Z] a5ab6beaae34: Preparing [2021-02-15T16:59:36.746Z] 9a8b47e11f1f: Preparing [2021-02-15T16:59:36.746Z] 777b2c648970: Preparing [2021-02-15T16:59:36.746Z] 777b2c648970: Waiting [2021-02-15T16:59:36.746Z] b161106202e2: Layer already exists [2021-02-15T16:59:36.746Z] 889b361f6d17: Layer already exists [2021-02-15T16:59:36.746Z] a5ab6beaae34: Layer already exists [2021-02-15T16:59:36.746Z] ada6e9f3c8af: Layer already exists [2021-02-15T16:59:36.746Z] 9a8b47e11f1f: Layer already exists [2021-02-15T16:59:36.746Z] 777b2c648970: Layer already exists [2021-02-15T16:59:36.746Z] 2.0.0-dev.92: digest: sha256:67c2abc51e7b80e1d6da7d958893ffe68a604480e3b07e70101b4a8793ccd12d size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:37.066Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:37.371Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [2021-02-15T16:59:37.371Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-15T16:59:37.371Z] b161106202e2: Preparing [2021-02-15T16:59:37.371Z] 889b361f6d17: Preparing [2021-02-15T16:59:37.371Z] ada6e9f3c8af: Preparing [2021-02-15T16:59:37.371Z] a5ab6beaae34: Preparing [2021-02-15T16:59:37.371Z] 9a8b47e11f1f: Preparing [2021-02-15T16:59:37.371Z] 777b2c648970: Preparing [2021-02-15T16:59:37.371Z] 777b2c648970: Waiting [2021-02-15T16:59:37.371Z] b161106202e2: Layer already exists [2021-02-15T16:59:37.371Z] 9a8b47e11f1f: Layer already exists [2021-02-15T16:59:37.371Z] a5ab6beaae34: Layer already exists [2021-02-15T16:59:37.371Z] 889b361f6d17: Layer already exists [2021-02-15T16:59:37.371Z] ada6e9f3c8af: Layer already exists [2021-02-15T16:59:37.371Z] 777b2c648970: Layer already exists [2021-02-15T16:59:37.371Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92: digest: sha256:67c2abc51e7b80e1d6da7d958893ffe68a604480e3b07e70101b4a8793ccd12d size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:37.684Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:37.982Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-02-15T16:59:37.982Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-15T16:59:38.243Z] b161106202e2: Preparing [2021-02-15T16:59:38.243Z] 889b361f6d17: Preparing [2021-02-15T16:59:38.243Z] ada6e9f3c8af: Preparing [2021-02-15T16:59:38.243Z] a5ab6beaae34: Preparing [2021-02-15T16:59:38.243Z] 9a8b47e11f1f: Preparing [2021-02-15T16:59:38.243Z] 777b2c648970: Preparing [2021-02-15T16:59:38.243Z] 777b2c648970: Waiting [2021-02-15T16:59:38.243Z] b161106202e2: Layer already exists [2021-02-15T16:59:38.243Z] 889b361f6d17: Layer already exists [2021-02-15T16:59:38.243Z] a5ab6beaae34: Layer already exists [2021-02-15T16:59:38.243Z] 9a8b47e11f1f: Layer already exists [2021-02-15T16:59:38.243Z] ada6e9f3c8af: Layer already exists [2021-02-15T16:59:38.816Z] 777b2c648970: Layer already exists [2021-02-15T16:59:39.079Z] master: digest: sha256:67c2abc51e7b80e1d6da7d958893ffe68a604480e3b07e70101b4a8793ccd12d size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-15T16:59:39.307Z] ===================================================== [Pipeline] echo [2021-02-15T16:59:39.352Z] taggedImages: [2021-02-15T16:59:39.352Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T16:59:39.352Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.92 [2021-02-15T16:59:39.352Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [2021-02-15T16:59:39.352Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-02-15T16:59:39.414Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-02-15T16:59:39.414Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T16:59:39.414Z] 2.0.0-dev.92 [2021-02-15T16:59:39.414Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [2021-02-15T16:59:39.414Z] master [2021-02-15T16:59:39.414Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:39.999Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:40.461Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T16:59:40.461Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-15T16:59:40.461Z] 3a4809a94f68: Preparing [2021-02-15T16:59:40.461Z] 1396368656df: Preparing [2021-02-15T16:59:40.461Z] 85dc8708691c: Preparing [2021-02-15T16:59:40.461Z] 96c91959309e: Preparing [2021-02-15T16:59:40.461Z] 6be128b857f5: Preparing [2021-02-15T16:59:40.461Z] b1924275bfeb: Preparing [2021-02-15T16:59:40.461Z] 08f5197c319d: Preparing [2021-02-15T16:59:40.461Z] c5a768c44743: Preparing [2021-02-15T16:59:40.461Z] 777b2c648970: Preparing [2021-02-15T16:59:40.461Z] b1924275bfeb: Waiting [2021-02-15T16:59:40.461Z] 08f5197c319d: Waiting [2021-02-15T16:59:40.461Z] c5a768c44743: Waiting [2021-02-15T16:59:40.461Z] 777b2c648970: Waiting [2021-02-15T16:59:40.745Z] 3a4809a94f68: Pushed [2021-02-15T16:59:40.745Z] 6be128b857f5: Pushed [2021-02-15T16:59:40.745Z] 1396368656df: Pushed [2021-02-15T16:59:41.009Z] b1924275bfeb: Pushed [2021-02-15T16:59:41.009Z] 08f5197c319d: Pushed [2021-02-15T16:59:41.009Z] 777b2c648970: Layer already exists [2021-02-15T16:59:41.273Z] c5a768c44743: Pushed [2021-02-15T16:59:41.273Z] 96c91959309e: Pushed [2021-02-15T16:59:41.537Z] 85dc8708691c: Pushed [2021-02-15T16:59:42.115Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0: digest: sha256:d63c747d0e92049025a8b3ce17ac4a608f27b6e87b41a6bb550909996adb11e1 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:42.430Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:42.729Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.92 [2021-02-15T16:59:42.729Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-15T16:59:42.729Z] 3a4809a94f68: Preparing [2021-02-15T16:59:42.729Z] 1396368656df: Preparing [2021-02-15T16:59:42.729Z] 85dc8708691c: Preparing [2021-02-15T16:59:42.729Z] 96c91959309e: Preparing [2021-02-15T16:59:42.729Z] 6be128b857f5: Preparing [2021-02-15T16:59:42.729Z] b1924275bfeb: Preparing [2021-02-15T16:59:42.729Z] 08f5197c319d: Preparing [2021-02-15T16:59:42.729Z] c5a768c44743: Preparing [2021-02-15T16:59:42.729Z] 777b2c648970: Preparing [2021-02-15T16:59:42.729Z] b1924275bfeb: Waiting [2021-02-15T16:59:42.729Z] 08f5197c319d: Waiting [2021-02-15T16:59:42.729Z] c5a768c44743: Waiting [2021-02-15T16:59:42.729Z] 777b2c648970: Waiting [2021-02-15T16:59:42.729Z] 6be128b857f5: Layer already exists [2021-02-15T16:59:42.729Z] 3a4809a94f68: Layer already exists [2021-02-15T16:59:42.729Z] 1396368656df: Layer already exists [2021-02-15T16:59:42.729Z] 85dc8708691c: Layer already exists [2021-02-15T16:59:42.729Z] 96c91959309e: Layer already exists [2021-02-15T16:59:42.729Z] 08f5197c319d: Layer already exists [2021-02-15T16:59:42.729Z] c5a768c44743: Layer already exists [2021-02-15T16:59:42.729Z] b1924275bfeb: Layer already exists [2021-02-15T16:59:42.729Z] 777b2c648970: Layer already exists [2021-02-15T16:59:42.729Z] 2.0.0-dev.92: digest: sha256:d63c747d0e92049025a8b3ce17ac4a608f27b6e87b41a6bb550909996adb11e1 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:43.036Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:43.336Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [2021-02-15T16:59:43.336Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-15T16:59:43.336Z] 3a4809a94f68: Preparing [2021-02-15T16:59:43.336Z] 1396368656df: Preparing [2021-02-15T16:59:43.336Z] 85dc8708691c: Preparing [2021-02-15T16:59:43.336Z] 96c91959309e: Preparing [2021-02-15T16:59:43.336Z] 6be128b857f5: Preparing [2021-02-15T16:59:43.336Z] b1924275bfeb: Preparing [2021-02-15T16:59:43.336Z] 08f5197c319d: Preparing [2021-02-15T16:59:43.336Z] c5a768c44743: Preparing [2021-02-15T16:59:43.336Z] 777b2c648970: Preparing [2021-02-15T16:59:43.336Z] 08f5197c319d: Waiting [2021-02-15T16:59:43.336Z] c5a768c44743: Waiting [2021-02-15T16:59:43.336Z] b1924275bfeb: Waiting [2021-02-15T16:59:43.336Z] 777b2c648970: Waiting [2021-02-15T16:59:43.336Z] 3a4809a94f68: Layer already exists [2021-02-15T16:59:43.336Z] 85dc8708691c: Layer already exists [2021-02-15T16:59:43.336Z] 1396368656df: Layer already exists [2021-02-15T16:59:43.336Z] 6be128b857f5: Layer already exists [2021-02-15T16:59:43.336Z] 96c91959309e: Layer already exists [2021-02-15T16:59:43.336Z] b1924275bfeb: Layer already exists [2021-02-15T16:59:43.336Z] 08f5197c319d: Layer already exists [2021-02-15T16:59:43.336Z] c5a768c44743: Layer already exists [2021-02-15T16:59:43.336Z] 777b2c648970: Layer already exists [2021-02-15T16:59:43.336Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92: digest: sha256:d63c747d0e92049025a8b3ce17ac4a608f27b6e87b41a6bb550909996adb11e1 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:43.646Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:43.945Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-02-15T16:59:43.945Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-15T16:59:43.945Z] 3a4809a94f68: Preparing [2021-02-15T16:59:43.945Z] 1396368656df: Preparing [2021-02-15T16:59:43.945Z] 85dc8708691c: Preparing [2021-02-15T16:59:43.945Z] 96c91959309e: Preparing [2021-02-15T16:59:43.945Z] 6be128b857f5: Preparing [2021-02-15T16:59:43.945Z] b1924275bfeb: Preparing [2021-02-15T16:59:43.945Z] 08f5197c319d: Preparing [2021-02-15T16:59:43.945Z] c5a768c44743: Preparing [2021-02-15T16:59:43.945Z] 777b2c648970: Preparing [2021-02-15T16:59:43.945Z] b1924275bfeb: Waiting [2021-02-15T16:59:43.945Z] 08f5197c319d: Waiting [2021-02-15T16:59:43.945Z] c5a768c44743: Waiting [2021-02-15T16:59:43.945Z] 777b2c648970: Waiting [2021-02-15T16:59:43.945Z] 6be128b857f5: Layer already exists [2021-02-15T16:59:43.945Z] 3a4809a94f68: Layer already exists [2021-02-15T16:59:43.945Z] 85dc8708691c: Layer already exists [2021-02-15T16:59:43.945Z] 1396368656df: Layer already exists [2021-02-15T16:59:43.945Z] 96c91959309e: Layer already exists [2021-02-15T16:59:43.946Z] b1924275bfeb: Layer already exists [2021-02-15T16:59:43.946Z] 777b2c648970: Layer already exists [2021-02-15T16:59:43.946Z] 08f5197c319d: Layer already exists [2021-02-15T16:59:43.946Z] c5a768c44743: Layer already exists [2021-02-15T16:59:43.946Z] master: digest: sha256:d63c747d0e92049025a8b3ce17ac4a608f27b6e87b41a6bb550909996adb11e1 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-15T16:59:44.127Z] ===================================================== [Pipeline] echo [2021-02-15T16:59:44.179Z] taggedImages: [2021-02-15T16:59:44.179Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T16:59:44.179Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.92 [2021-02-15T16:59:44.179Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [2021-02-15T16:59:44.179Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-02-15T16:59:44.241Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-02-15T16:59:44.241Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T16:59:44.241Z] 2.0.0-dev.92 [2021-02-15T16:59:44.241Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [2021-02-15T16:59:44.241Z] master [2021-02-15T16:59:44.241Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:44.714Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:45.018Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T16:59:45.018Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-15T16:59:45.018Z] 1e8428a7bea6: Preparing [2021-02-15T16:59:45.018Z] 4294a7bb6ecc: Preparing [2021-02-15T16:59:45.018Z] ab11bfd6fca5: Preparing [2021-02-15T16:59:45.018Z] 8960173324be: Preparing [2021-02-15T16:59:45.018Z] 777b2c648970: Preparing [2021-02-15T16:59:45.018Z] 777b2c648970: Layer already exists [2021-02-15T16:59:45.018Z] ab11bfd6fca5: Layer already exists [2021-02-15T16:59:45.018Z] 1e8428a7bea6: Pushed [2021-02-15T16:59:45.280Z] 8960173324be: Pushed [2021-02-15T16:59:46.226Z] 4294a7bb6ecc: Pushed [2021-02-15T16:59:46.226Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0: digest: sha256:99f30bb14110029dbcfc97f4dc5b96eb33242635e11cb1253ba142de8e8e9ecb size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:46.562Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:46.867Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.92 [2021-02-15T16:59:46.867Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-15T16:59:46.867Z] 1e8428a7bea6: Preparing [2021-02-15T16:59:46.867Z] 4294a7bb6ecc: Preparing [2021-02-15T16:59:46.867Z] ab11bfd6fca5: Preparing [2021-02-15T16:59:46.867Z] 8960173324be: Preparing [2021-02-15T16:59:46.867Z] 777b2c648970: Preparing [2021-02-15T16:59:46.867Z] ab11bfd6fca5: Layer already exists [2021-02-15T16:59:46.867Z] 1e8428a7bea6: Layer already exists [2021-02-15T16:59:46.867Z] 4294a7bb6ecc: Layer already exists [2021-02-15T16:59:46.867Z] 8960173324be: Layer already exists [2021-02-15T16:59:46.867Z] 777b2c648970: Layer already exists [2021-02-15T16:59:46.867Z] 2.0.0-dev.92: digest: sha256:99f30bb14110029dbcfc97f4dc5b96eb33242635e11cb1253ba142de8e8e9ecb size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:47.177Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:47.477Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [2021-02-15T16:59:47.477Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-15T16:59:47.477Z] 1e8428a7bea6: Preparing [2021-02-15T16:59:47.477Z] 4294a7bb6ecc: Preparing [2021-02-15T16:59:47.477Z] ab11bfd6fca5: Preparing [2021-02-15T16:59:47.477Z] 8960173324be: Preparing [2021-02-15T16:59:47.477Z] 777b2c648970: Preparing [2021-02-15T16:59:47.477Z] ab11bfd6fca5: Layer already exists [2021-02-15T16:59:47.477Z] 4294a7bb6ecc: Layer already exists [2021-02-15T16:59:47.477Z] 1e8428a7bea6: Layer already exists [2021-02-15T16:59:47.477Z] 777b2c648970: Layer already exists [2021-02-15T16:59:47.477Z] 8960173324be: Layer already exists [2021-02-15T16:59:47.477Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92: digest: sha256:99f30bb14110029dbcfc97f4dc5b96eb33242635e11cb1253ba142de8e8e9ecb size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:47.783Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:48.086Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-02-15T16:59:48.086Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-15T16:59:48.086Z] 1e8428a7bea6: Preparing [2021-02-15T16:59:48.086Z] 4294a7bb6ecc: Preparing [2021-02-15T16:59:48.086Z] ab11bfd6fca5: Preparing [2021-02-15T16:59:48.086Z] 8960173324be: Preparing [2021-02-15T16:59:48.086Z] 777b2c648970: Preparing [2021-02-15T16:59:48.086Z] ab11bfd6fca5: Layer already exists [2021-02-15T16:59:48.086Z] 8960173324be: Layer already exists [2021-02-15T16:59:48.086Z] 777b2c648970: Layer already exists [2021-02-15T16:59:48.086Z] 1e8428a7bea6: Layer already exists [2021-02-15T16:59:48.086Z] 4294a7bb6ecc: Layer already exists [2021-02-15T16:59:48.086Z] master: digest: sha256:99f30bb14110029dbcfc97f4dc5b96eb33242635e11cb1253ba142de8e8e9ecb size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-15T16:59:48.262Z] ===================================================== [Pipeline] echo [2021-02-15T16:59:48.349Z] taggedImages: [2021-02-15T16:59:48.349Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T16:59:48.349Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.92 [2021-02-15T16:59:48.349Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [2021-02-15T16:59:48.349Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-02-15T16:59:48.434Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-02-15T16:59:48.434Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T16:59:48.434Z] 2.0.0-dev.92 [2021-02-15T16:59:48.434Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [2021-02-15T16:59:48.434Z] master [2021-02-15T16:59:48.434Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:48.942Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:49.245Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T16:59:49.245Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-15T16:59:49.245Z] 7711df07b8ed: Preparing [2021-02-15T16:59:49.245Z] 20e07c5796c4: Preparing [2021-02-15T16:59:49.245Z] ab11bfd6fca5: Preparing [2021-02-15T16:59:49.245Z] 904a3365b523: Preparing [2021-02-15T16:59:49.245Z] 777b2c648970: Preparing [2021-02-15T16:59:49.245Z] 777b2c648970: Layer already exists [2021-02-15T16:59:49.245Z] 904a3365b523: Layer already exists [2021-02-15T16:59:49.245Z] ab11bfd6fca5: Layer already exists [2021-02-15T16:59:49.509Z] 7711df07b8ed: Pushed [2021-02-15T16:59:50.461Z] 20e07c5796c4: Pushed [2021-02-15T16:59:50.728Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0: digest: sha256:c62fd6ad7912f5751a19edd1c155d864cf5357b76516da1c2aa661192c2a48ef size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:51.052Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:51.361Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.92 [2021-02-15T16:59:51.361Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-15T16:59:51.361Z] 7711df07b8ed: Preparing [2021-02-15T16:59:51.361Z] 20e07c5796c4: Preparing [2021-02-15T16:59:51.361Z] ab11bfd6fca5: Preparing [2021-02-15T16:59:51.361Z] 904a3365b523: Preparing [2021-02-15T16:59:51.361Z] 777b2c648970: Preparing [2021-02-15T16:59:51.361Z] 777b2c648970: Layer already exists [2021-02-15T16:59:51.361Z] 20e07c5796c4: Layer already exists [2021-02-15T16:59:51.361Z] 904a3365b523: Layer already exists [2021-02-15T16:59:51.361Z] ab11bfd6fca5: Layer already exists [2021-02-15T16:59:51.361Z] 7711df07b8ed: Layer already exists [2021-02-15T16:59:51.361Z] 2.0.0-dev.92: digest: sha256:c62fd6ad7912f5751a19edd1c155d864cf5357b76516da1c2aa661192c2a48ef size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:51.680Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:51.984Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [2021-02-15T16:59:51.984Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-15T16:59:51.984Z] 7711df07b8ed: Preparing [2021-02-15T16:59:51.984Z] 20e07c5796c4: Preparing [2021-02-15T16:59:51.984Z] ab11bfd6fca5: Preparing [2021-02-15T16:59:51.984Z] 904a3365b523: Preparing [2021-02-15T16:59:51.984Z] 777b2c648970: Preparing [2021-02-15T16:59:51.984Z] 904a3365b523: Layer already exists [2021-02-15T16:59:51.984Z] 7711df07b8ed: Layer already exists [2021-02-15T16:59:51.984Z] ab11bfd6fca5: Layer already exists [2021-02-15T16:59:51.984Z] 777b2c648970: Layer already exists [2021-02-15T16:59:51.984Z] 20e07c5796c4: Layer already exists [2021-02-15T16:59:51.984Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92: digest: sha256:c62fd6ad7912f5751a19edd1c155d864cf5357b76516da1c2aa661192c2a48ef size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:52.295Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:52.595Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-02-15T16:59:52.596Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-15T16:59:52.596Z] 7711df07b8ed: Preparing [2021-02-15T16:59:52.596Z] 20e07c5796c4: Preparing [2021-02-15T16:59:52.596Z] ab11bfd6fca5: Preparing [2021-02-15T16:59:52.596Z] 904a3365b523: Preparing [2021-02-15T16:59:52.596Z] 777b2c648970: Preparing [2021-02-15T16:59:52.596Z] ab11bfd6fca5: Layer already exists [2021-02-15T16:59:52.596Z] 777b2c648970: Layer already exists [2021-02-15T16:59:52.596Z] 7711df07b8ed: Layer already exists [2021-02-15T16:59:52.596Z] 20e07c5796c4: Layer already exists [2021-02-15T16:59:52.596Z] 904a3365b523: Layer already exists [2021-02-15T16:59:52.596Z] master: digest: sha256:c62fd6ad7912f5751a19edd1c155d864cf5357b76516da1c2aa661192c2a48ef size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-15T16:59:52.803Z] ===================================================== [Pipeline] echo [2021-02-15T16:59:52.850Z] taggedImages: [2021-02-15T16:59:52.850Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T16:59:52.850Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.92 [2021-02-15T16:59:52.850Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [2021-02-15T16:59:52.850Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-02-15T16:59:52.911Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-02-15T16:59:52.911Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T16:59:52.911Z] 2.0.0-dev.92 [2021-02-15T16:59:52.911Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [2021-02-15T16:59:52.911Z] master [2021-02-15T16:59:52.911Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:53.378Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:53.686Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T16:59:53.686Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-15T16:59:53.686Z] 19872dd2675e: Preparing [2021-02-15T16:59:53.686Z] da7d606620f4: Preparing [2021-02-15T16:59:53.686Z] e8dedfda1086: Preparing [2021-02-15T16:59:53.686Z] 31530b57d332: Preparing [2021-02-15T16:59:53.686Z] 1161b7253bd6: Preparing [2021-02-15T16:59:53.686Z] a9c027bff4c0: Preparing [2021-02-15T16:59:53.686Z] ea01744211d3: Preparing [2021-02-15T16:59:53.686Z] 0754057c0ad3: Preparing [2021-02-15T16:59:53.686Z] 998cdf262ab1: Preparing [2021-02-15T16:59:53.686Z] 02e56110abd2: Preparing [2021-02-15T16:59:53.686Z] abc36efb885a: Preparing [2021-02-15T16:59:53.686Z] b0b09059f4e1: Preparing [2021-02-15T16:59:53.686Z] bb961f40224b: Preparing [2021-02-15T16:59:53.686Z] f4666769fca7: Preparing [2021-02-15T16:59:53.686Z] a9c027bff4c0: Waiting [2021-02-15T16:59:53.686Z] ea01744211d3: Waiting [2021-02-15T16:59:53.686Z] abc36efb885a: Waiting [2021-02-15T16:59:53.686Z] b0b09059f4e1: Waiting [2021-02-15T16:59:53.686Z] bb961f40224b: Waiting [2021-02-15T16:59:53.686Z] f4666769fca7: Waiting [2021-02-15T16:59:53.686Z] 0754057c0ad3: Waiting [2021-02-15T16:59:53.686Z] 998cdf262ab1: Waiting [2021-02-15T16:59:53.686Z] 02e56110abd2: Waiting [2021-02-15T16:59:53.953Z] 1161b7253bd6: Pushed [2021-02-15T16:59:53.953Z] 19872dd2675e: Pushed [2021-02-15T16:59:54.217Z] 31530b57d332: Pushed [2021-02-15T16:59:54.217Z] 0754057c0ad3: Layer already exists [2021-02-15T16:59:54.217Z] 998cdf262ab1: Layer already exists [2021-02-15T16:59:54.217Z] 02e56110abd2: Layer already exists [2021-02-15T16:59:54.217Z] abc36efb885a: Layer already exists [2021-02-15T16:59:54.217Z] b0b09059f4e1: Layer already exists [2021-02-15T16:59:54.480Z] bb961f40224b: Layer already exists [2021-02-15T16:59:54.480Z] ea01744211d3: Pushed [2021-02-15T16:59:54.480Z] f4666769fca7: Layer already exists [2021-02-15T16:59:55.055Z] a9c027bff4c0: Pushed [2021-02-15T16:59:55.055Z] da7d606620f4: Pushed [2021-02-15T17:00:03.234Z] e8dedfda1086: Pushed [2021-02-15T17:00:03.235Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0: digest: sha256:629583d60ba74777aa978a7b3b802f98f5f6b00ffee69b52fb0b1b77966f594a size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:00:03.558Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:00:03.874Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.92 [2021-02-15T17:00:03.874Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-15T17:00:03.874Z] 19872dd2675e: Preparing [2021-02-15T17:00:03.874Z] da7d606620f4: Preparing [2021-02-15T17:00:03.874Z] e8dedfda1086: Preparing [2021-02-15T17:00:03.874Z] 31530b57d332: Preparing [2021-02-15T17:00:03.874Z] 1161b7253bd6: Preparing [2021-02-15T17:00:03.874Z] a9c027bff4c0: Preparing [2021-02-15T17:00:03.874Z] ea01744211d3: Preparing [2021-02-15T17:00:03.874Z] 0754057c0ad3: Preparing [2021-02-15T17:00:03.874Z] 998cdf262ab1: Preparing [2021-02-15T17:00:03.874Z] 02e56110abd2: Preparing [2021-02-15T17:00:03.874Z] abc36efb885a: Preparing [2021-02-15T17:00:03.874Z] b0b09059f4e1: Preparing [2021-02-15T17:00:03.874Z] bb961f40224b: Preparing [2021-02-15T17:00:03.874Z] f4666769fca7: Preparing [2021-02-15T17:00:03.874Z] 02e56110abd2: Waiting [2021-02-15T17:00:03.874Z] abc36efb885a: Waiting [2021-02-15T17:00:03.874Z] b0b09059f4e1: Waiting [2021-02-15T17:00:03.874Z] bb961f40224b: Waiting [2021-02-15T17:00:03.874Z] f4666769fca7: Waiting [2021-02-15T17:00:03.874Z] ea01744211d3: Waiting [2021-02-15T17:00:03.874Z] a9c027bff4c0: Waiting [2021-02-15T17:00:03.874Z] 0754057c0ad3: Waiting [2021-02-15T17:00:03.874Z] 998cdf262ab1: Waiting [2021-02-15T17:00:03.874Z] 19872dd2675e: Layer already exists [2021-02-15T17:00:03.874Z] e8dedfda1086: Layer already exists [2021-02-15T17:00:03.874Z] 31530b57d332: Layer already exists [2021-02-15T17:00:03.874Z] da7d606620f4: Layer already exists [2021-02-15T17:00:03.874Z] 1161b7253bd6: Layer already exists [2021-02-15T17:00:03.874Z] a9c027bff4c0: Layer already exists [2021-02-15T17:00:03.874Z] ea01744211d3: Layer already exists [2021-02-15T17:00:03.874Z] 998cdf262ab1: Layer already exists [2021-02-15T17:00:03.874Z] 02e56110abd2: Layer already exists [2021-02-15T17:00:03.874Z] 0754057c0ad3: Layer already exists [2021-02-15T17:00:03.874Z] abc36efb885a: Layer already exists [2021-02-15T17:00:03.874Z] b0b09059f4e1: Layer already exists [2021-02-15T17:00:03.874Z] f4666769fca7: Layer already exists [2021-02-15T17:00:03.874Z] bb961f40224b: Layer already exists [2021-02-15T17:00:03.874Z] 2.0.0-dev.92: digest: sha256:629583d60ba74777aa978a7b3b802f98f5f6b00ffee69b52fb0b1b77966f594a size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:00:04.181Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:00:04.489Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [2021-02-15T17:00:04.490Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-15T17:00:04.490Z] 19872dd2675e: Preparing [2021-02-15T17:00:04.490Z] da7d606620f4: Preparing [2021-02-15T17:00:04.490Z] e8dedfda1086: Preparing [2021-02-15T17:00:04.490Z] 31530b57d332: Preparing [2021-02-15T17:00:04.490Z] 1161b7253bd6: Preparing [2021-02-15T17:00:04.490Z] a9c027bff4c0: Preparing [2021-02-15T17:00:04.490Z] ea01744211d3: Preparing [2021-02-15T17:00:04.490Z] 0754057c0ad3: Preparing [2021-02-15T17:00:04.490Z] 998cdf262ab1: Preparing [2021-02-15T17:00:04.490Z] 02e56110abd2: Preparing [2021-02-15T17:00:04.490Z] abc36efb885a: Preparing [2021-02-15T17:00:04.490Z] b0b09059f4e1: Preparing [2021-02-15T17:00:04.490Z] bb961f40224b: Preparing [2021-02-15T17:00:04.490Z] f4666769fca7: Preparing [2021-02-15T17:00:04.490Z] a9c027bff4c0: Waiting [2021-02-15T17:00:04.490Z] abc36efb885a: Waiting [2021-02-15T17:00:04.490Z] b0b09059f4e1: Waiting [2021-02-15T17:00:04.490Z] bb961f40224b: Waiting [2021-02-15T17:00:04.490Z] f4666769fca7: Waiting [2021-02-15T17:00:04.490Z] ea01744211d3: Waiting [2021-02-15T17:00:04.490Z] 0754057c0ad3: Waiting [2021-02-15T17:00:04.490Z] 998cdf262ab1: Waiting [2021-02-15T17:00:04.490Z] 02e56110abd2: Waiting [2021-02-15T17:00:04.490Z] 1161b7253bd6: Layer already exists [2021-02-15T17:00:04.490Z] da7d606620f4: Layer already exists [2021-02-15T17:00:04.490Z] 31530b57d332: Layer already exists [2021-02-15T17:00:04.490Z] 19872dd2675e: Layer already exists [2021-02-15T17:00:04.490Z] e8dedfda1086: Layer already exists [2021-02-15T17:00:04.490Z] ea01744211d3: Layer already exists [2021-02-15T17:00:04.490Z] 02e56110abd2: Layer already exists [2021-02-15T17:00:04.490Z] 0754057c0ad3: Layer already exists [2021-02-15T17:00:04.490Z] a9c027bff4c0: Layer already exists [2021-02-15T17:00:04.490Z] 998cdf262ab1: Layer already exists [2021-02-15T17:00:04.490Z] abc36efb885a: Layer already exists [2021-02-15T17:00:04.490Z] bb961f40224b: Layer already exists [2021-02-15T17:00:04.490Z] b0b09059f4e1: Layer already exists [2021-02-15T17:00:04.490Z] f4666769fca7: Layer already exists [2021-02-15T17:00:04.490Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92: digest: sha256:629583d60ba74777aa978a7b3b802f98f5f6b00ffee69b52fb0b1b77966f594a size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:00:04.802Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:00:05.112Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-02-15T17:00:05.112Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-15T17:00:05.113Z] 19872dd2675e: Preparing [2021-02-15T17:00:05.113Z] da7d606620f4: Preparing [2021-02-15T17:00:05.113Z] e8dedfda1086: Preparing [2021-02-15T17:00:05.113Z] 31530b57d332: Preparing [2021-02-15T17:00:05.113Z] 1161b7253bd6: Preparing [2021-02-15T17:00:05.113Z] a9c027bff4c0: Preparing [2021-02-15T17:00:05.113Z] ea01744211d3: Preparing [2021-02-15T17:00:05.113Z] 0754057c0ad3: Preparing [2021-02-15T17:00:05.113Z] 998cdf262ab1: Preparing [2021-02-15T17:00:05.113Z] 02e56110abd2: Preparing [2021-02-15T17:00:05.113Z] abc36efb885a: Preparing [2021-02-15T17:00:05.113Z] b0b09059f4e1: Preparing [2021-02-15T17:00:05.113Z] bb961f40224b: Preparing [2021-02-15T17:00:05.113Z] f4666769fca7: Preparing [2021-02-15T17:00:05.113Z] 0754057c0ad3: Waiting [2021-02-15T17:00:05.113Z] 998cdf262ab1: Waiting [2021-02-15T17:00:05.113Z] 02e56110abd2: Waiting [2021-02-15T17:00:05.113Z] abc36efb885a: Waiting [2021-02-15T17:00:05.113Z] b0b09059f4e1: Waiting [2021-02-15T17:00:05.113Z] a9c027bff4c0: Waiting [2021-02-15T17:00:05.113Z] ea01744211d3: Waiting [2021-02-15T17:00:05.113Z] bb961f40224b: Waiting [2021-02-15T17:00:05.113Z] f4666769fca7: Waiting [2021-02-15T17:00:05.113Z] e8dedfda1086: Layer already exists [2021-02-15T17:00:05.113Z] 31530b57d332: Layer already exists [2021-02-15T17:00:05.113Z] da7d606620f4: Layer already exists [2021-02-15T17:00:05.113Z] 19872dd2675e: Layer already exists [2021-02-15T17:00:05.113Z] 1161b7253bd6: Layer already exists [2021-02-15T17:00:05.113Z] 0754057c0ad3: Layer already exists [2021-02-15T17:00:05.113Z] a9c027bff4c0: Layer already exists [2021-02-15T17:00:05.113Z] ea01744211d3: Layer already exists [2021-02-15T17:00:05.113Z] 998cdf262ab1: Layer already exists [2021-02-15T17:00:05.113Z] 02e56110abd2: Layer already exists [2021-02-15T17:00:05.113Z] bb961f40224b: Layer already exists [2021-02-15T17:00:05.113Z] abc36efb885a: Layer already exists [2021-02-15T17:00:05.113Z] b0b09059f4e1: Layer already exists [2021-02-15T17:00:05.113Z] f4666769fca7: Layer already exists [2021-02-15T17:00:05.375Z] master: digest: sha256:629583d60ba74777aa978a7b3b802f98f5f6b00ffee69b52fb0b1b77966f594a size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-15T17:00:05.580Z] ===================================================== [Pipeline] echo [2021-02-15T17:00:05.641Z] taggedImages: [2021-02-15T17:00:05.641Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T17:00:05.641Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.92 [2021-02-15T17:00:05.641Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [2021-02-15T17:00:05.641Z] - 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-15T17:00:10.010Z] Removing intermediate container d6a93a63f73c [2021-02-15T17:00:10.010Z] ---> 9d91ef5457d1 [2021-02-15T17:00:10.010Z] [2021-02-15T17:00:10.010Z] Step 10/30 : FROM alpine:3.12 [2021-02-15T17:00:10.010Z] ---> afeebe901d6b [2021-02-15T17:00:10.010Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-15T17:00:10.010Z] ---> Running in d5dd0653cb6e [2021-02-15T17:00:10.010Z] Removing intermediate container d5dd0653cb6e [2021-02-15T17:00:10.010Z] ---> 953db9f20021 [2021-02-15T17:00:10.010Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-15T17:00:10.010Z] ---> Running in 8c973623a31c [2021-02-15T17:00:10.010Z] Removing intermediate container ce6484336120 [2021-02-15T17:00:10.010Z] ---> 1429e7d2764e [2021-02-15T17:00:10.010Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-15T17:00:10.010Z] ---> Running in 68c419a3c832 [2021-02-15T17:00:10.010Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-15T17:00:10.010Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-15T17:00:10.010Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-15T17:00:10.010Z] (2/2) Installing su-exec (0.2-r1) [2021-02-15T17:00:10.010Z] Executing busybox-1.31.1-r19.trigger [2021-02-15T17:00:10.010Z] OK: 5 MiB in 16 packages [2021-02-15T17:00:10.010Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-15T17:00:10.010Z] Removing intermediate container 8c973623a31c [2021-02-15T17:00:10.010Z] ---> 84a7d6c1af8f [2021-02-15T17:00:10.010Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-15T17:00:10.010Z] ---> Running in dd58a5eb68f1 [2021-02-15T17:00:10.010Z] Removing intermediate container dd58a5eb68f1 [2021-02-15T17:00:10.010Z] ---> 4fdef96eb062 [2021-02-15T17:00:10.010Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-15T17:00:10.010Z] ---> Running in 5d853ef96582 [2021-02-15T17:00:10.010Z] Removing intermediate container 5d853ef96582 [2021-02-15T17:00:10.010Z] ---> 9b321286d93e [2021-02-15T17:00:10.010Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-15T17:00:10.010Z] ---> Running in 1698a8eee26d [2021-02-15T17:00:10.624Z] Removing intermediate container 68c419a3c832 [2021-02-15T17:00:10.624Z] ---> 8c0a88bbe859 [2021-02-15T17:00:10.624Z] [2021-02-15T17:00:10.624Z] Step 11/26 : FROM docker:20.10.0 [2021-02-15T17:00:10.624Z] 20.10.0: Pulling from library/docker [2021-02-15T17:00:12.624Z] Removing intermediate container 1698a8eee26d [2021-02-15T17:00:12.624Z] ---> cd7d06c26a82 [2021-02-15T17:00:12.624Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-15T17:00:13.251Z] ---> Running in 78b6bd2e844a [2021-02-15T17:00:15.250Z] Removing intermediate container 78b6bd2e844a [2021-02-15T17:00:15.250Z] ---> 52632456af05 [2021-02-15T17:00:15.250Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-15T17:00:16.725Z] ---> e566ed563ea2 [2021-02-15T17:00:16.725Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-15T17:00:16.725Z] ---> Running in fcb1c55f6fe9 [2021-02-15T17:00:21.073Z] Removing intermediate container fcb1c55f6fe9 [2021-02-15T17:00:21.073Z] ---> eb86376c8196 [2021-02-15T17:00:21.073Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-15T17:00:22.070Z] ---> 50701b9c16c3 [2021-02-15T17:00:22.070Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-15T17:00:25.465Z] ---> 59cf9dd8e380 [2021-02-15T17:00:25.465Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-15T17:00:25.465Z] Removing intermediate container 703248ebd6ca [2021-02-15T17:00:25.465Z] ---> 4a0c23e9a727 [2021-02-15T17:00:25.465Z] [2021-02-15T17:00:25.465Z] Step 10/22 : FROM alpine:3.12 [2021-02-15T17:00:25.465Z] ---> afeebe901d6b [2021-02-15T17:00:25.465Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-15T17:00:25.465Z] ---> Using cache [2021-02-15T17:00:25.465Z] ---> ea7ddb5e3d21 [2021-02-15T17:00:25.465Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-15T17:00:25.465Z] ---> Using cache [2021-02-15T17:00:25.465Z] ---> 09482904542f [2021-02-15T17:00:25.465Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-15T17:00:25.740Z] ---> Running in 5c46f26b64db [2021-02-15T17:00:26.340Z] ---> 4e69f97afc88 [2021-02-15T17:00:26.340Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-15T17:00:26.617Z] Removing intermediate container 5c46f26b64db [2021-02-15T17:00:26.617Z] ---> e855ba46610f [2021-02-15T17:00:26.617Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-15T17:00:26.896Z] ---> Running in 4fef6b1e586e [2021-02-15T17:00:27.895Z] Removing intermediate container 4fef6b1e586e [2021-02-15T17:00:27.895Z] ---> 9a06d0b0f7b2 [2021-02-15T17:00:27.895Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-15T17:00:27.895Z] ---> cc3deaf388d5 [2021-02-15T17:00:27.895Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-15T17:00:28.171Z] ---> Running in 0da3c5183b76 [2021-02-15T17:00:28.785Z] ---> 7a1dbf43a2cf [2021-02-15T17:00:28.785Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-15T17:00:29.058Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-15T17:00:29.058Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-15T17:00:29.058Z] ---> eeaf43b92773 [2021-02-15T17:00:29.058Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-15T17:00:29.339Z] Removing intermediate container 0da3c5183b76 [2021-02-15T17:00:29.339Z] ---> 6091f4553975 [2021-02-15T17:00:29.339Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-15T17:00:29.614Z] ---> Running in f432dffacfab [2021-02-15T17:00:30.606Z] Removing intermediate container e8843ab1a9ee [2021-02-15T17:00:30.606Z] ---> 8832fa2dcd9d [2021-02-15T17:00:30.606Z] [2021-02-15T17:00:30.606Z] Step 10/23 : FROM alpine:3.12 [2021-02-15T17:00:30.606Z] ---> afeebe901d6b [2021-02-15T17:00:30.606Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-15T17:00:30.606Z] ---> Using cache [2021-02-15T17:00:30.606Z] ---> ea7ddb5e3d21 [2021-02-15T17:00:30.606Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-15T17:00:30.606Z] ---> Using cache [2021-02-15T17:00:30.606Z] ---> 09482904542f [2021-02-15T17:00:30.606Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-15T17:00:30.606Z] ---> 72d600942735 [2021-02-15T17:00:30.606Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-15T17:00:30.606Z] ---> d4d2baf7e480 [2021-02-15T17:00:30.606Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-15T17:00:30.880Z] ---> Running in ecb4180734c5 [2021-02-15T17:00:30.880Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-15T17:00:31.156Z] ---> Running in 09709158e94f [2021-02-15T17:00:31.157Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-15T17:00:31.446Z] Removing intermediate container ecb4180734c5 [2021-02-15T17:00:31.446Z] ---> a35aea106f0b [2021-02-15T17:00:31.446Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-15T17:00:31.738Z] ---> Running in 039b9f7a1cff [2021-02-15T17:00:31.738Z] ---> ae961af09a8b [2021-02-15T17:00:31.738Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-15T17:00:31.738Z] (1/2) Installing readline (8.0.4-r0) [2021-02-15T17:00:31.738Z] (2/2) Installing bash (5.0.17-r0) [2021-02-15T17:00:31.738Z] Executing bash-5.0.17-r0.post-install [2021-02-15T17:00:31.738Z] Executing busybox-1.31.1-r19.trigger [2021-02-15T17:00:31.738Z] OK: 12 MiB in 22 packages [2021-02-15T17:00:32.015Z] ---> Running in 6cbb86bac0bf [2021-02-15T17:00:32.289Z] Removing intermediate container 039b9f7a1cff [2021-02-15T17:00:32.289Z] ---> 55682c440957 [2021-02-15T17:00:32.289Z] Step 15/23 : WORKDIR / [2021-02-15T17:00:32.566Z] Removing intermediate container 6cbb86bac0bf [2021-02-15T17:00:32.566Z] ---> 3aee77cfe02b [2021-02-15T17:00:32.566Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-15T17:00:32.566Z] ---> Running in ec15c35d3f80 [2021-02-15T17:00:32.566Z] ---> Running in cd9ac475e731 [2021-02-15T17:00:33.174Z] Removing intermediate container ec15c35d3f80 [2021-02-15T17:00:33.174Z] ---> 39a60bd8da67 [2021-02-15T17:00:33.174Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-15T17:00:33.452Z] Removing intermediate container cd9ac475e731 [2021-02-15T17:00:33.452Z] ---> a7c1c40aaff6 [2021-02-15T17:00:33.452Z] Step 20/22 : LABEL arch=arm64 [2021-02-15T17:00:33.452Z] Removing intermediate container f432dffacfab [2021-02-15T17:00:33.452Z] ---> b6ee26ea4d33 [2021-02-15T17:00:33.452Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-15T17:00:33.736Z] ---> Running in 06fb39fd4849 [2021-02-15T17:00:33.736Z] ---> Running in 3c8bd0813c72 [2021-02-15T17:00:33.736Z] Removing intermediate container 09709158e94f [2021-02-15T17:00:33.736Z] ---> dbb6ebe49a09 [2021-02-15T17:00:33.736Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-15T17:00:34.333Z] ---> Running in 1765918f3549 [2021-02-15T17:00:34.333Z] ---> 4e05b3b25c8e [2021-02-15T17:00:34.333Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-15T17:00:34.333Z] Removing intermediate container 3c8bd0813c72 [2021-02-15T17:00:34.333Z] ---> 97a6d0be796c [2021-02-15T17:00:34.333Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-15T17:00:34.333Z] Removing intermediate container 06fb39fd4849 [2021-02-15T17:00:34.333Z] ---> b55fa55d8eae [2021-02-15T17:00:34.333Z] Step 21/22 : LABEL git_sha=3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T17:00:34.608Z] ---> Running in 0678a50a9240 [2021-02-15T17:00:34.608Z] ---> Running in 705417ef3d92 [2021-02-15T17:00:34.881Z] Removing intermediate container 1765918f3549 [2021-02-15T17:00:34.881Z] ---> bf90bebc4b4a [2021-02-15T17:00:34.881Z] Step 27/30 : CMD ["gate"] [2021-02-15T17:00:35.492Z] ---> Running in 2e862ecc5aca [2021-02-15T17:00:35.492Z] Removing intermediate container 705417ef3d92 [2021-02-15T17:00:35.492Z] ---> 383b2f6dfe92 [2021-02-15T17:00:35.492Z] Step 22/22 : LABEL version=2.0.0-dev.92 [2021-02-15T17:00:35.492Z] Removing intermediate container 0678a50a9240 [2021-02-15T17:00:35.492Z] ---> a6993ad247b1 [2021-02-15T17:00:35.492Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-15T17:00:35.781Z] ---> 43588a1b1592 [2021-02-15T17:00:35.781Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-15T17:00:35.781Z] ---> Running in fd34cbf0b1de [2021-02-15T17:00:35.781Z] ---> Running in 5c7c705fae2c [2021-02-15T17:00:36.064Z] Removing intermediate container 2e862ecc5aca [2021-02-15T17:00:36.064Z] ---> f0445a2d86ba [2021-02-15T17:00:36.064Z] Step 28/30 : LABEL arch=arm64 [2021-02-15T17:00:36.348Z] Removing intermediate container 5c7c705fae2c [2021-02-15T17:00:36.348Z] ---> 46d40b893d66 [2021-02-15T17:00:36.348Z] [2021-02-15T17:00:36.622Z] Successfully built 46d40b893d66 [2021-02-15T17:00:36.908Z] ---> Running in dec483db72ee [2021-02-15T17:00:36.908Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-15T17:00:36.908Z]  Building docker-support-scheduler-go ... done Removing intermediate container fd34cbf0b1de [2021-02-15T17:00:36.908Z] ---> 8600ec311e2f [2021-02-15T17:00:36.908Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-15T17:00:37.181Z] ---> ef8b52b6a0a3 [2021-02-15T17:00:37.181Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-15T17:00:37.782Z] ---> Running in 154d18a71e95 [2021-02-15T17:00:38.374Z] Removing intermediate container dec483db72ee [2021-02-15T17:00:38.374Z] ---> a5427bc2cac7 [2021-02-15T17:00:38.374Z] Step 29/30 : LABEL git_sha=3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T17:00:38.646Z] ---> f2a9b713b2cc [2021-02-15T17:00:38.646Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-15T17:00:38.929Z] ---> Running in c7ce7951df82 [2021-02-15T17:00:38.929Z] Removing intermediate container 154d18a71e95 [2021-02-15T17:00:38.929Z] ---> 8cc373f9477b [2021-02-15T17:00:38.929Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-15T17:00:39.527Z] ---> Running in 54f7e2af27ec [2021-02-15T17:00:40.506Z] ---> d2bd538f223c [2021-02-15T17:00:40.506Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-15T17:00:40.506Z] Removing intermediate container c7ce7951df82 [2021-02-15T17:00:40.506Z] ---> 03313f564646 [2021-02-15T17:00:40.507Z] Step 30/30 : LABEL version=2.0.0-dev.92 [2021-02-15T17:00:40.780Z] Removing intermediate container 54f7e2af27ec [2021-02-15T17:00:40.780Z] ---> 163894291db9 [2021-02-15T17:00:40.780Z] Step 21/23 : LABEL arch=arm64 [2021-02-15T17:00:41.055Z] ---> Running in ff137bd2f734 [2021-02-15T17:00:41.055Z] ---> Running in 52e247ee2608 [2021-02-15T17:00:41.327Z] ---> f664c8ca75f1 [2021-02-15T17:00:41.327Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-15T17:00:41.606Z] ---> Running in 68963dc6c34b [2021-02-15T17:00:41.606Z] Removing intermediate container ff137bd2f734 [2021-02-15T17:00:41.606Z] ---> 18833b49dde2 [2021-02-15T17:00:41.606Z] [2021-02-15T17:00:41.606Z] Removing intermediate container 52e247ee2608 [2021-02-15T17:00:41.606Z] ---> ef2a411c9f10 [2021-02-15T17:00:41.606Z] Step 22/23 : LABEL git_sha=3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T17:00:41.879Z] Successfully built 18833b49dde2 [2021-02-15T17:00:41.879Z] ---> Running in 656db8fb9e38 [2021-02-15T17:00:42.155Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-15T17:00:42.428Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 656db8fb9e38 [2021-02-15T17:00:42.428Z] ---> a301531eabf4 [2021-02-15T17:00:42.428Z] Step 23/23 : LABEL version=2.0.0-dev.92 [2021-02-15T17:00:42.704Z] ---> Running in a68eaf3b9b85 [2021-02-15T17:00:42.704Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-15T17:00:42.984Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-15T17:00:43.261Z] Removing intermediate container a68eaf3b9b85 [2021-02-15T17:00:43.261Z] ---> 38a012dd9c41 [2021-02-15T17:00:43.261Z] [2021-02-15T17:00:43.535Z] Successfully built 38a012dd9c41 [2021-02-15T17:00:43.535Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-15T17:00:43.535Z] (2/33) Installing expat (2.2.9-r1) [2021-02-15T17:00:43.535Z] (3/33) Installing libffi (3.3-r2) [2021-02-15T17:00:43.535Z] (4/33) Installing gdbm (1.13-r1) [2021-02-15T17:00:43.535Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-15T17:00:43.535Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-15T17:00:43.535Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-15T17:00:43.535Z]  Building docker-core-metadata-go ... done (7/33) Installing python3 (3.8.5-r0) [2021-02-15T17:00:45.507Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-15T17:00:45.507Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-15T17:00:45.507Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-15T17:00:45.507Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-15T17:00:45.508Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-15T17:00:45.508Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-15T17:00:45.508Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-15T17:00:45.508Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-15T17:00:45.508Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-15T17:00:45.508Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-15T17:00:45.508Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-15T17:00:45.508Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-15T17:00:45.508Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-15T17:00:45.508Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-15T17:00:45.508Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-15T17:00:45.508Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-15T17:00:45.508Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-15T17:00:45.508Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-15T17:00:45.508Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-15T17:00:45.508Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-15T17:00:45.508Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-15T17:00:45.782Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-15T17:00:45.782Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-15T17:00:45.782Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-15T17:00:45.782Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-15T17:00:45.782Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-15T17:00:45.782Z] Executing busybox-1.31.1-r19.trigger [2021-02-15T17:00:45.782Z] OK: 71 MiB in 55 packages [2021-02-15T17:00:52.510Z] Removing intermediate container 68963dc6c34b [2021-02-15T17:00:52.510Z] ---> 8ded17d804f8 [2021-02-15T17:00:52.510Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-15T17:00:52.795Z] ---> Running in 2e549284b43c [2021-02-15T17:00:57.111Z] Collecting docker-compose==1.23.2 [2021-02-15T17:00:57.111Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-15T17:00:57.704Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-15T17:00:57.704Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-15T17:00:59.673Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-15T17:00:59.673Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-15T17:01:01.098Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-15T17:01:01.098Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-15T17:01:01.368Z] Collecting jsonschema<3,>=2.5.1 [2021-02-15T17:01:01.368Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-15T17:01:01.643Z] Collecting cached-property<2,>=1.2.0 [2021-02-15T17:01:01.643Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-15T17:01:02.250Z] Collecting docker<4.0,>=3.6.0 [2021-02-15T17:01:02.250Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-15T17:01:02.855Z] 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-15T17:01:02.855Z] Collecting docopt<0.7,>=0.6.1 [2021-02-15T17:01:02.855Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-15T17:01:05.490Z] Collecting PyYAML<4,>=3.10 [2021-02-15T17:01:05.490Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-15T17:01:08.141Z] Collecting texttable<0.10,>=0.9.0 [2021-02-15T17:01:08.141Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-15T17:01:10.132Z] Collecting idna<2.8,>=2.5 [2021-02-15T17:01:10.132Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-15T17:01:10.132Z] 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-15T17:01:10.132Z] 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-15T17:01:10.404Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-15T17:01:10.404Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-15T17:01:10.998Z] Collecting docker-pycreds>=0.4.0 [2021-02-15T17:01:10.998Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-15T17:01:10.998Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-15T17:01:10.998Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-15T17:01:10.998Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-15T17:01:10.998Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-15T17:01:11.971Z] Installing collected packages: dockerpty, websocket-client, idna, urllib3, requests, jsonschema, cached-property, docker-pycreds, docker, docopt, PyYAML, texttable, docker-compose [2021-02-15T17:01:11.971Z] Running setup.py install for dockerpty: started [2021-02-15T17:01:13.422Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-15T17:01:14.027Z] Attempting uninstall: idna [2021-02-15T17:01:14.027Z] Found existing installation: idna 2.9 [2021-02-15T17:01:14.027Z] Uninstalling idna-2.9: [2021-02-15T17:01:14.027Z] Successfully uninstalled idna-2.9 [2021-02-15T17:01:14.622Z] Attempting uninstall: urllib3 [2021-02-15T17:01:14.622Z] Found existing installation: urllib3 1.25.9 [2021-02-15T17:01:14.622Z] Uninstalling urllib3-1.25.9: [2021-02-15T17:01:14.892Z] Successfully uninstalled urllib3-1.25.9 [2021-02-15T17:01:15.484Z] Attempting uninstall: requests [2021-02-15T17:01:15.484Z] Found existing installation: requests 2.23.0 [2021-02-15T17:01:15.484Z] Uninstalling requests-2.23.0: [2021-02-15T17:01:15.484Z] Successfully uninstalled requests-2.23.0 [2021-02-15T17:01:16.910Z] Running setup.py install for docopt: started [2021-02-15T17:01:18.917Z] Running setup.py install for docopt: finished with status 'done' [2021-02-15T17:01:18.917Z] Running setup.py install for PyYAML: started [2021-02-15T17:01:20.887Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-15T17:01:20.887Z] Running setup.py install for texttable: started [2021-02-15T17:01:22.313Z] Running setup.py install for texttable: finished with status 'done' [2021-02-15T17:01:23.302Z] 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-15T17:01:27.670Z] Removing intermediate container 2e549284b43c [2021-02-15T17:01:27.670Z] ---> 9ca9d859148c [2021-02-15T17:01:27.670Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-15T17:01:27.670Z] ---> Running in fe361bdde634 [2021-02-15T17:01:28.658Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-15T17:01:28.658Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-15T17:01:29.281Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-15T17:01:29.281Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-15T17:01:29.281Z] (3/3) Installing curl (7.69.1-r3) [2021-02-15T17:01:29.281Z] Executing busybox-1.31.1-r19.trigger [2021-02-15T17:01:29.281Z] OK: 71 MiB in 58 packages [2021-02-15T17:01:30.715Z] Removing intermediate container fe361bdde634 [2021-02-15T17:01:30.715Z] ---> b210054a1ff6 [2021-02-15T17:01:30.715Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-15T17:01:30.715Z] ---> Running in 698a3509a0b2 [2021-02-15T17:01:30.994Z] Removing intermediate container 698a3509a0b2 [2021-02-15T17:01:30.994Z] ---> 8c0e315043de [2021-02-15T17:01:30.994Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-15T17:01:30.994Z] ---> Running in ff799c9a3409 [2021-02-15T17:01:31.585Z] Removing intermediate container ff799c9a3409 [2021-02-15T17:01:31.585Z] ---> a3f8addb5d05 [2021-02-15T17:01:31.585Z] Step 24/26 : LABEL arch=arm64 [2021-02-15T17:01:31.856Z] ---> Running in bdbe4a44b640 [2021-02-15T17:01:32.127Z] Removing intermediate container bdbe4a44b640 [2021-02-15T17:01:32.127Z] ---> b2e2d2fb7dae [2021-02-15T17:01:32.127Z] Step 25/26 : LABEL git_sha=3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T17:01:32.398Z] ---> Running in a493539da7b8 [2021-02-15T17:01:32.672Z] Removing intermediate container a493539da7b8 [2021-02-15T17:01:32.672Z] ---> 757c62871d97 [2021-02-15T17:01:32.672Z] Step 26/26 : LABEL version=2.0.0-dev.92 [2021-02-15T17:01:32.947Z] ---> Running in 222d49db1208 [2021-02-15T17:01:33.536Z] Removing intermediate container 222d49db1208 [2021-02-15T17:01:33.536Z] ---> 2d485ff07f53 [2021-02-15T17:01:33.536Z] [2021-02-15T17:01:33.808Z] Successfully built 2d485ff07f53 [2021-02-15T17:01:33.808Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-15T17:01:34.095Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-15T17:01:34.113Z] $ docker stop --time=1 1a9f63c473c0aa1975de58d44eb1aaf225039c34dc9d3997f7197447a556f666 [2021-02-15T17:01:36.048Z] $ docker rm -f 1a9f63c473c0aa1975de58d44eb1aaf225039c34dc9d3997f7197447a556f666 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-15T17:01:36.670Z] + + grepdocker docker [2021-02-15T17:01:36.670Z] images [2021-02-15T17:01:36.943Z] docker-sys-mgmt-agent-go-arm64 latest 2d485ff07f53 3 seconds ago 300MB [2021-02-15T17:01:36.943Z] docker-core-metadata-go-arm64 latest 38a012dd9c41 54 seconds ago 17.8MB [2021-02-15T17:01:36.943Z] docker-security-bootstrapper-go-arm64 latest 18833b49dde2 55 seconds ago 17MB [2021-02-15T17:01:36.943Z] docker-support-scheduler-go-arm64 latest 46d40b893d66 About a minute ago 16.1MB [2021-02-15T17:01:36.943Z] docker-core-data-go-arm64 latest 0dbedb4360ab 2 minutes ago 21MB [2021-02-15T17:01:36.943Z] docker-core-command-go-arm64 latest b017d8868cdf 3 minutes ago 16MB [2021-02-15T17:01:36.943Z] docker-support-notifications-go-arm64 latest bdc45d580b94 3 minutes ago 16.7MB [2021-02-15T17:01:36.943Z] docker-security-secretstore-setup-go-arm64 latest a98230bfcf22 3 minutes ago 23.4MB [2021-02-15T17:01:36.943Z] docker-security-proxy-setup-go-arm64 latest a569a0501236 3 minutes ago 23.2MB [2021-02-15T17:01:36.943Z] 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-15T17:01:37.422Z] provisioning config files... [2021-02-15T17:01:37.472Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/358@tmp/config7009956677896281190tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-15T17:01:37.892Z] ---> docker-login.sh [2021-02-15T17:01:37.892Z] nexus3.edgexfoundry.org:10001 [2021-02-15T17:01:38.166Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-15T17:01:38.438Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-15T17:01:38.438Z] Configure a credential helper to remove this warning. See [2021-02-15T17:01:38.438Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-15T17:01:38.438Z] [2021-02-15T17:01:38.438Z] Login Succeeded [2021-02-15T17:01:38.438Z] nexus3.edgexfoundry.org:10002 [2021-02-15T17:01:38.710Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-15T17:01:38.982Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-15T17:01:38.982Z] Configure a credential helper to remove this warning. See [2021-02-15T17:01:38.982Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-15T17:01:38.982Z] [2021-02-15T17:01:38.982Z] Login Succeeded [2021-02-15T17:01:38.982Z] nexus3.edgexfoundry.org:10003 [2021-02-15T17:01:39.254Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-15T17:01:39.525Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-15T17:01:39.525Z] Configure a credential helper to remove this warning. See [2021-02-15T17:01:39.525Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-15T17:01:39.525Z] [2021-02-15T17:01:39.525Z] Login Succeeded [2021-02-15T17:01:39.525Z] nexus3.edgexfoundry.org:10004 [2021-02-15T17:01:39.805Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-15T17:01:40.076Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-15T17:01:40.076Z] Configure a credential helper to remove this warning. See [2021-02-15T17:01:40.076Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-15T17:01:40.076Z] [2021-02-15T17:01:40.076Z] Login Succeeded [2021-02-15T17:01:40.076Z] docker.io [2021-02-15T17:01:40.348Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-15T17:01:40.948Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-15T17:01:40.948Z] Configure a credential helper to remove this warning. See [2021-02-15T17:01:40.948Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-15T17:01:40.948Z] [2021-02-15T17:01:40.948Z] Login Succeeded [2021-02-15T17:01:40.948Z] ---> docker-login.sh ends [Pipeline] } [2021-02-15T17:01:40.965Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-15T17:01:41.204Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-02-15T17:01:41.204Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T17:01:41.204Z] 2.0.0-dev.92 [2021-02-15T17:01:41.204Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [2021-02-15T17:01:41.204Z] master [2021-02-15T17:01:41.204Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:01:41.704Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:01:42.198Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T17:01:42.198Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-15T17:01:42.198Z] 6bbc37cbf68e: Preparing [2021-02-15T17:01:42.198Z] 4fc6dfae96c1: Preparing [2021-02-15T17:01:42.198Z] 195b32253822: Preparing [2021-02-15T17:01:42.198Z] 3b7357fff201: Preparing [2021-02-15T17:01:42.198Z] 379067d0cb53: Preparing [2021-02-15T17:01:42.198Z] 379067d0cb53: Layer already exists [2021-02-15T17:01:42.492Z] 6bbc37cbf68e: Pushed [2021-02-15T17:01:42.492Z] 195b32253822: Pushed [2021-02-15T17:01:42.492Z] 3b7357fff201: Pushed [2021-02-15T17:01:45.225Z] 4fc6dfae96c1: Pushed [2021-02-15T17:01:45.500Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0: digest: sha256:18c3f944882513286e75e9e3847f76951135158d75273c1cbb9f704fd4b0f372 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:01:45.870Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:01:46.231Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.92 [2021-02-15T17:01:46.231Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-15T17:01:46.231Z] 6bbc37cbf68e: Preparing [2021-02-15T17:01:46.231Z] 4fc6dfae96c1: Preparing [2021-02-15T17:01:46.231Z] 195b32253822: Preparing [2021-02-15T17:01:46.231Z] 3b7357fff201: Preparing [2021-02-15T17:01:46.231Z] 379067d0cb53: Preparing [2021-02-15T17:01:46.231Z] 3b7357fff201: Layer already exists [2021-02-15T17:01:46.231Z] 195b32253822: Layer already exists [2021-02-15T17:01:46.231Z] 4fc6dfae96c1: Layer already exists [2021-02-15T17:01:46.231Z] 6bbc37cbf68e: Layer already exists [2021-02-15T17:01:46.231Z] 379067d0cb53: Layer already exists [2021-02-15T17:01:46.506Z] 2.0.0-dev.92: digest: sha256:18c3f944882513286e75e9e3847f76951135158d75273c1cbb9f704fd4b0f372 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:01:46.867Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:01:47.209Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [2021-02-15T17:01:47.209Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-15T17:01:47.209Z] 6bbc37cbf68e: Preparing [2021-02-15T17:01:47.209Z] 4fc6dfae96c1: Preparing [2021-02-15T17:01:47.209Z] 195b32253822: Preparing [2021-02-15T17:01:47.209Z] 3b7357fff201: Preparing [2021-02-15T17:01:47.209Z] 379067d0cb53: Preparing [2021-02-15T17:01:47.481Z] 3b7357fff201: Layer already exists [2021-02-15T17:01:47.481Z] 195b32253822: Layer already exists [2021-02-15T17:01:47.481Z] 379067d0cb53: Layer already exists [2021-02-15T17:01:47.481Z] 4fc6dfae96c1: Layer already exists [2021-02-15T17:01:47.481Z] 6bbc37cbf68e: Layer already exists [2021-02-15T17:01:47.481Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92: digest: sha256:18c3f944882513286e75e9e3847f76951135158d75273c1cbb9f704fd4b0f372 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:01:47.827Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:01:48.171Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-02-15T17:01:48.171Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-15T17:01:48.171Z] 6bbc37cbf68e: Preparing [2021-02-15T17:01:48.171Z] 4fc6dfae96c1: Preparing [2021-02-15T17:01:48.171Z] 195b32253822: Preparing [2021-02-15T17:01:48.171Z] 3b7357fff201: Preparing [2021-02-15T17:01:48.172Z] 379067d0cb53: Preparing [2021-02-15T17:01:48.172Z] 3b7357fff201: Layer already exists [2021-02-15T17:01:48.172Z] 6bbc37cbf68e: Layer already exists [2021-02-15T17:01:48.172Z] 195b32253822: Layer already exists [2021-02-15T17:01:48.172Z] 4fc6dfae96c1: Layer already exists [2021-02-15T17:01:48.172Z] 379067d0cb53: Layer already exists [2021-02-15T17:01:48.446Z] master: digest: sha256:18c3f944882513286e75e9e3847f76951135158d75273c1cbb9f704fd4b0f372 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-15T17:01:48.658Z] ===================================================== [Pipeline] echo [2021-02-15T17:01:48.706Z] taggedImages: [2021-02-15T17:01:48.706Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T17:01:48.706Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.92 [2021-02-15T17:01:48.706Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [2021-02-15T17:01:48.706Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-02-15T17:01:48.772Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-02-15T17:01:48.772Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T17:01:48.772Z] 2.0.0-dev.92 [2021-02-15T17:01:48.772Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [2021-02-15T17:01:48.772Z] master [2021-02-15T17:01:48.772Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:01:49.289Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:01:50.815Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T17:01:50.815Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-15T17:01:50.815Z] bb36a4e3a453: Preparing [2021-02-15T17:01:50.815Z] d5333152e27f: Preparing [2021-02-15T17:01:50.815Z] 195b32253822: Preparing [2021-02-15T17:01:50.815Z] 6b99ef704833: Preparing [2021-02-15T17:01:50.815Z] 0174061c0aa4: Preparing [2021-02-15T17:01:50.815Z] 379067d0cb53: Preparing [2021-02-15T17:01:50.815Z] 195b32253822: Layer already exists [2021-02-15T17:01:50.815Z] 379067d0cb53: Layer already exists [2021-02-15T17:01:50.815Z] bb36a4e3a453: Pushed [2021-02-15T17:01:50.815Z] 0174061c0aa4: Pushed [2021-02-15T17:01:50.815Z] 6b99ef704833: Pushed [2021-02-15T17:01:52.779Z] d5333152e27f: Pushed [2021-02-15T17:01:53.050Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0: digest: sha256:241b6b38a582022c9719e69d88029d34aec1ff993b6f4e13cd5f810720defe24 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:01:53.390Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:01:53.724Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.92 [2021-02-15T17:01:53.724Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-15T17:01:53.724Z] bb36a4e3a453: Preparing [2021-02-15T17:01:53.724Z] d5333152e27f: Preparing [2021-02-15T17:01:53.724Z] 195b32253822: Preparing [2021-02-15T17:01:53.724Z] 6b99ef704833: Preparing [2021-02-15T17:01:53.724Z] 0174061c0aa4: Preparing [2021-02-15T17:01:53.724Z] 379067d0cb53: Preparing [2021-02-15T17:01:53.724Z] 379067d0cb53: Waiting [2021-02-15T17:01:53.724Z] bb36a4e3a453: Layer already exists [2021-02-15T17:01:53.724Z] 195b32253822: Layer already exists [2021-02-15T17:01:53.724Z] 6b99ef704833: Layer already exists [2021-02-15T17:01:53.724Z] 0174061c0aa4: Layer already exists [2021-02-15T17:01:53.724Z] d5333152e27f: Layer already exists [2021-02-15T17:01:53.724Z] 379067d0cb53: Layer already exists [2021-02-15T17:01:53.995Z] 2.0.0-dev.92: digest: sha256:241b6b38a582022c9719e69d88029d34aec1ff993b6f4e13cd5f810720defe24 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:01:54.340Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:01:54.680Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [2021-02-15T17:01:54.680Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-15T17:01:54.680Z] bb36a4e3a453: Preparing [2021-02-15T17:01:54.680Z] d5333152e27f: Preparing [2021-02-15T17:01:54.680Z] 195b32253822: Preparing [2021-02-15T17:01:54.680Z] 6b99ef704833: Preparing [2021-02-15T17:01:54.680Z] 0174061c0aa4: Preparing [2021-02-15T17:01:54.680Z] 379067d0cb53: Preparing [2021-02-15T17:01:54.680Z] 379067d0cb53: Waiting [2021-02-15T17:01:54.680Z] 0174061c0aa4: Layer already exists [2021-02-15T17:01:54.680Z] d5333152e27f: Layer already exists [2021-02-15T17:01:54.680Z] 6b99ef704833: Layer already exists [2021-02-15T17:01:54.680Z] bb36a4e3a453: Layer already exists [2021-02-15T17:01:54.680Z] 195b32253822: Layer already exists [2021-02-15T17:01:54.680Z] 379067d0cb53: Layer already exists [2021-02-15T17:01:54.950Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92: digest: sha256:241b6b38a582022c9719e69d88029d34aec1ff993b6f4e13cd5f810720defe24 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:01:55.296Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:01:55.642Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-02-15T17:01:55.642Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-15T17:01:55.642Z] bb36a4e3a453: Preparing [2021-02-15T17:01:55.642Z] d5333152e27f: Preparing [2021-02-15T17:01:55.642Z] 195b32253822: Preparing [2021-02-15T17:01:55.642Z] 6b99ef704833: Preparing [2021-02-15T17:01:55.642Z] 0174061c0aa4: Preparing [2021-02-15T17:01:55.642Z] 379067d0cb53: Preparing [2021-02-15T17:01:55.642Z] 379067d0cb53: Waiting [2021-02-15T17:01:55.642Z] 195b32253822: Layer already exists [2021-02-15T17:01:55.642Z] 0174061c0aa4: Layer already exists [2021-02-15T17:01:55.642Z] bb36a4e3a453: Layer already exists [2021-02-15T17:01:55.642Z] d5333152e27f: Layer already exists [2021-02-15T17:01:55.642Z] 6b99ef704833: Layer already exists [2021-02-15T17:01:55.912Z] 379067d0cb53: Layer already exists [2021-02-15T17:01:55.912Z] master: digest: sha256:241b6b38a582022c9719e69d88029d34aec1ff993b6f4e13cd5f810720defe24 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-15T17:01:56.114Z] ===================================================== [Pipeline] echo [2021-02-15T17:01:56.160Z] taggedImages: [2021-02-15T17:01:56.160Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T17:01:56.160Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.92 [2021-02-15T17:01:56.160Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [2021-02-15T17:01:56.160Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-02-15T17:01:56.236Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-02-15T17:01:56.236Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T17:01:56.236Z] 2.0.0-dev.92 [2021-02-15T17:01:56.236Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [2021-02-15T17:01:56.236Z] master [2021-02-15T17:01:56.236Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:01:56.772Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:01:57.106Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T17:01:57.106Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-15T17:01:57.106Z] f8f257fb83ac: Preparing [2021-02-15T17:01:57.106Z] 2ce041024542: Preparing [2021-02-15T17:01:57.106Z] 195b32253822: Preparing [2021-02-15T17:01:57.106Z] 3b7357fff201: Preparing [2021-02-15T17:01:57.106Z] 379067d0cb53: Preparing [2021-02-15T17:01:57.377Z] 379067d0cb53: Layer already exists [2021-02-15T17:01:57.377Z] 195b32253822: Layer already exists [2021-02-15T17:01:57.377Z] 3b7357fff201: Layer already exists [2021-02-15T17:01:57.377Z] f8f257fb83ac: Pushed [2021-02-15T17:02:00.749Z] 2ce041024542: Pushed [2021-02-15T17:02:00.749Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0: digest: sha256:1094dc9bb5b9bd5f8e60cd2d0440ebe129670ad7c64c8dc0c057df2438be0261 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:02:01.089Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:02:01.428Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.92 [2021-02-15T17:02:01.428Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-15T17:02:01.428Z] f8f257fb83ac: Preparing [2021-02-15T17:02:01.428Z] 2ce041024542: Preparing [2021-02-15T17:02:01.428Z] 195b32253822: Preparing [2021-02-15T17:02:01.428Z] 3b7357fff201: Preparing [2021-02-15T17:02:01.428Z] 379067d0cb53: Preparing [2021-02-15T17:02:01.428Z] 195b32253822: Layer already exists [2021-02-15T17:02:01.428Z] 3b7357fff201: Layer already exists [2021-02-15T17:02:01.428Z] f8f257fb83ac: Layer already exists [2021-02-15T17:02:01.701Z] 379067d0cb53: Layer already exists [2021-02-15T17:02:01.701Z] 2ce041024542: Layer already exists [2021-02-15T17:02:01.701Z] 2.0.0-dev.92: digest: sha256:1094dc9bb5b9bd5f8e60cd2d0440ebe129670ad7c64c8dc0c057df2438be0261 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:02:02.036Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:02:02.373Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [2021-02-15T17:02:02.373Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-15T17:02:02.373Z] f8f257fb83ac: Preparing [2021-02-15T17:02:02.373Z] 2ce041024542: Preparing [2021-02-15T17:02:02.373Z] 195b32253822: Preparing [2021-02-15T17:02:02.373Z] 3b7357fff201: Preparing [2021-02-15T17:02:02.373Z] 379067d0cb53: Preparing [2021-02-15T17:02:02.373Z] f8f257fb83ac: Layer already exists [2021-02-15T17:02:02.373Z] 3b7357fff201: Layer already exists [2021-02-15T17:02:02.373Z] 379067d0cb53: Layer already exists [2021-02-15T17:02:02.373Z] 195b32253822: Layer already exists [2021-02-15T17:02:02.373Z] 2ce041024542: Layer already exists [2021-02-15T17:02:02.643Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92: digest: sha256:1094dc9bb5b9bd5f8e60cd2d0440ebe129670ad7c64c8dc0c057df2438be0261 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:02:02.980Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:02:03.312Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-02-15T17:02:03.312Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-15T17:02:03.312Z] f8f257fb83ac: Preparing [2021-02-15T17:02:03.312Z] 2ce041024542: Preparing [2021-02-15T17:02:03.312Z] 195b32253822: Preparing [2021-02-15T17:02:03.312Z] 3b7357fff201: Preparing [2021-02-15T17:02:03.312Z] 379067d0cb53: Preparing [2021-02-15T17:02:03.312Z] 2ce041024542: Layer already exists [2021-02-15T17:02:03.312Z] 379067d0cb53: Layer already exists [2021-02-15T17:02:03.582Z] f8f257fb83ac: Layer already exists [2021-02-15T17:02:03.582Z] 195b32253822: Layer already exists [2021-02-15T17:02:03.582Z] 3b7357fff201: Layer already exists [2021-02-15T17:02:03.582Z] master: digest: sha256:1094dc9bb5b9bd5f8e60cd2d0440ebe129670ad7c64c8dc0c057df2438be0261 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-15T17:02:03.760Z] ===================================================== [Pipeline] echo [2021-02-15T17:02:03.807Z] taggedImages: [2021-02-15T17:02:03.807Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T17:02:03.807Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.92 [2021-02-15T17:02:03.807Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [2021-02-15T17:02:03.807Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-02-15T17:02:03.870Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-02-15T17:02:03.870Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T17:02:03.870Z] 2.0.0-dev.92 [2021-02-15T17:02:03.870Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [2021-02-15T17:02:03.870Z] master [2021-02-15T17:02:03.870Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:02:04.399Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:02:04.753Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T17:02:04.753Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-15T17:02:04.753Z] d94cd7378743: Preparing [2021-02-15T17:02:04.753Z] d94cd7378743: Preparing [2021-02-15T17:02:04.753Z] 4e0823658758: Preparing [2021-02-15T17:02:04.753Z] 50f988445008: Preparing [2021-02-15T17:02:04.753Z] 5fe6a4d4747f: Preparing [2021-02-15T17:02:04.753Z] 195b32253822: Preparing [2021-02-15T17:02:04.753Z] 27c2f130d536: Preparing [2021-02-15T17:02:04.753Z] 27c2f130d536: Preparing [2021-02-15T17:02:04.753Z] c65112cca910: Preparing [2021-02-15T17:02:04.753Z] 5e2d6cfc638e: Preparing [2021-02-15T17:02:04.753Z] 379067d0cb53: Preparing [2021-02-15T17:02:04.753Z] 27c2f130d536: Waiting [2021-02-15T17:02:04.753Z] c65112cca910: Waiting [2021-02-15T17:02:04.753Z] 5e2d6cfc638e: Waiting [2021-02-15T17:02:04.753Z] 379067d0cb53: Waiting [2021-02-15T17:02:05.025Z] 195b32253822: Layer already exists [2021-02-15T17:02:05.025Z] 4e0823658758: Pushed [2021-02-15T17:02:05.025Z] 50f988445008: Pushed [2021-02-15T17:02:05.025Z] d94cd7378743: Pushed [2021-02-15T17:02:05.025Z] 27c2f130d536: Pushed [2021-02-15T17:02:05.297Z] 379067d0cb53: Layer already exists [2021-02-15T17:02:05.297Z] c65112cca910: Pushed [2021-02-15T17:02:05.297Z] 5e2d6cfc638e: Pushed [2021-02-15T17:02:07.896Z] 5fe6a4d4747f: Pushed [2021-02-15T17:02:07.896Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0: digest: sha256:a3c3c337da60404b8b9907ebee2cd8941a7bea91c00a3b0073d03d745e402268 size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:02:08.241Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:02:08.575Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.92 [2021-02-15T17:02:08.575Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-15T17:02:08.575Z] d94cd7378743: Preparing [2021-02-15T17:02:08.575Z] d94cd7378743: Preparing [2021-02-15T17:02:08.575Z] 4e0823658758: Preparing [2021-02-15T17:02:08.575Z] 50f988445008: Preparing [2021-02-15T17:02:08.575Z] 5fe6a4d4747f: Preparing [2021-02-15T17:02:08.575Z] 195b32253822: Preparing [2021-02-15T17:02:08.575Z] 27c2f130d536: Preparing [2021-02-15T17:02:08.575Z] 27c2f130d536: Preparing [2021-02-15T17:02:08.575Z] c65112cca910: Preparing [2021-02-15T17:02:08.575Z] 5e2d6cfc638e: Preparing [2021-02-15T17:02:08.575Z] 379067d0cb53: Preparing [2021-02-15T17:02:08.575Z] 27c2f130d536: Waiting [2021-02-15T17:02:08.575Z] c65112cca910: Waiting [2021-02-15T17:02:08.575Z] 379067d0cb53: Waiting [2021-02-15T17:02:08.575Z] 5e2d6cfc638e: Waiting [2021-02-15T17:02:08.575Z] 5fe6a4d4747f: Layer already exists [2021-02-15T17:02:08.575Z] 4e0823658758: Layer already exists [2021-02-15T17:02:08.575Z] 50f988445008: Layer already exists [2021-02-15T17:02:08.575Z] d94cd7378743: Layer already exists [2021-02-15T17:02:08.575Z] 195b32253822: Layer already exists [2021-02-15T17:02:08.846Z] c65112cca910: Layer already exists [2021-02-15T17:02:08.846Z] 27c2f130d536: Layer already exists [2021-02-15T17:02:08.846Z] 379067d0cb53: Layer already exists [2021-02-15T17:02:08.846Z] 5e2d6cfc638e: Layer already exists [2021-02-15T17:02:08.846Z] 2.0.0-dev.92: digest: sha256:a3c3c337da60404b8b9907ebee2cd8941a7bea91c00a3b0073d03d745e402268 size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:02:09.187Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:02:09.515Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [2021-02-15T17:02:09.515Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-15T17:02:09.515Z] d94cd7378743: Preparing [2021-02-15T17:02:09.515Z] d94cd7378743: Preparing [2021-02-15T17:02:09.515Z] 4e0823658758: Preparing [2021-02-15T17:02:09.515Z] 50f988445008: Preparing [2021-02-15T17:02:09.515Z] 5fe6a4d4747f: Preparing [2021-02-15T17:02:09.515Z] 195b32253822: Preparing [2021-02-15T17:02:09.515Z] 27c2f130d536: Preparing [2021-02-15T17:02:09.515Z] 27c2f130d536: Preparing [2021-02-15T17:02:09.515Z] c65112cca910: Preparing [2021-02-15T17:02:09.515Z] 5e2d6cfc638e: Preparing [2021-02-15T17:02:09.515Z] 379067d0cb53: Preparing [2021-02-15T17:02:09.515Z] 27c2f130d536: Waiting [2021-02-15T17:02:09.515Z] 5e2d6cfc638e: Waiting [2021-02-15T17:02:09.515Z] 379067d0cb53: Waiting [2021-02-15T17:02:09.515Z] c65112cca910: Waiting [2021-02-15T17:02:09.515Z] 195b32253822: Layer already exists [2021-02-15T17:02:09.515Z] d94cd7378743: Layer already exists [2021-02-15T17:02:09.515Z] 50f988445008: Layer already exists [2021-02-15T17:02:09.515Z] 5fe6a4d4747f: Layer already exists [2021-02-15T17:02:09.515Z] 4e0823658758: Layer already exists [2021-02-15T17:02:09.515Z] 27c2f130d536: Layer already exists [2021-02-15T17:02:09.515Z] 5e2d6cfc638e: Layer already exists [2021-02-15T17:02:09.515Z] c65112cca910: Layer already exists [2021-02-15T17:02:09.515Z] 379067d0cb53: Layer already exists [2021-02-15T17:02:09.791Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92: digest: sha256:a3c3c337da60404b8b9907ebee2cd8941a7bea91c00a3b0073d03d745e402268 size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:02:10.142Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:02:10.486Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-02-15T17:02:10.486Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-15T17:02:10.486Z] d94cd7378743: Preparing [2021-02-15T17:02:10.486Z] d94cd7378743: Preparing [2021-02-15T17:02:10.486Z] 4e0823658758: Preparing [2021-02-15T17:02:10.486Z] 50f988445008: Preparing [2021-02-15T17:02:10.486Z] 5fe6a4d4747f: Preparing [2021-02-15T17:02:10.486Z] 195b32253822: Preparing [2021-02-15T17:02:10.486Z] 27c2f130d536: Preparing [2021-02-15T17:02:10.486Z] 27c2f130d536: Preparing [2021-02-15T17:02:10.486Z] c65112cca910: Preparing [2021-02-15T17:02:10.486Z] 5e2d6cfc638e: Preparing [2021-02-15T17:02:10.486Z] 379067d0cb53: Preparing [2021-02-15T17:02:10.486Z] 27c2f130d536: Waiting [2021-02-15T17:02:10.486Z] c65112cca910: Waiting [2021-02-15T17:02:10.486Z] 5e2d6cfc638e: Waiting [2021-02-15T17:02:10.486Z] 379067d0cb53: Waiting [2021-02-15T17:02:10.486Z] 5fe6a4d4747f: Layer already exists [2021-02-15T17:02:10.486Z] 4e0823658758: Layer already exists [2021-02-15T17:02:10.763Z] 50f988445008: Layer already exists [2021-02-15T17:02:10.763Z] d94cd7378743: Layer already exists [2021-02-15T17:02:10.763Z] 195b32253822: Layer already exists [2021-02-15T17:02:10.763Z] 27c2f130d536: Layer already exists [2021-02-15T17:02:10.763Z] c65112cca910: Layer already exists [2021-02-15T17:02:10.763Z] 379067d0cb53: Layer already exists [2021-02-15T17:02:10.763Z] 5e2d6cfc638e: Layer already exists [2021-02-15T17:02:10.763Z] master: digest: sha256:a3c3c337da60404b8b9907ebee2cd8941a7bea91c00a3b0073d03d745e402268 size: 2609 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-15T17:02:10.965Z] ===================================================== [Pipeline] echo [2021-02-15T17:02:11.017Z] taggedImages: [2021-02-15T17:02:11.017Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T17:02:11.017Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.92 [2021-02-15T17:02:11.017Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [2021-02-15T17:02:11.017Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-02-15T17:02:11.079Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-02-15T17:02:11.079Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T17:02:11.079Z] 2.0.0-dev.92 [2021-02-15T17:02:11.079Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [2021-02-15T17:02:11.079Z] master [2021-02-15T17:02:11.079Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:02:11.579Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:02:11.919Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T17:02:11.919Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-15T17:02:11.919Z] 171d34dad60e: Preparing [2021-02-15T17:02:11.919Z] 491256d6bfd8: Preparing [2021-02-15T17:02:11.919Z] d87ec50552d8: Preparing [2021-02-15T17:02:11.919Z] 5fb386e9d3d3: Preparing [2021-02-15T17:02:11.919Z] 7f60d773e6a7: Preparing [2021-02-15T17:02:11.919Z] 379067d0cb53: Preparing [2021-02-15T17:02:11.919Z] 379067d0cb53: Waiting [2021-02-15T17:02:12.203Z] 5fb386e9d3d3: Pushed [2021-02-15T17:02:12.203Z] d87ec50552d8: Pushed [2021-02-15T17:02:12.476Z] 379067d0cb53: Layer already exists [2021-02-15T17:02:12.749Z] 7f60d773e6a7: Pushed [2021-02-15T17:02:14.178Z] 171d34dad60e: Pushed [2021-02-15T17:02:14.455Z] 491256d6bfd8: Pushed [2021-02-15T17:02:14.736Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0: digest: sha256:2fc55c22c40e54625071fae7d09a83d7068819aa19f600c48665dc4156b6384f size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:02:15.081Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:02:15.454Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.92 [2021-02-15T17:02:15.454Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-15T17:02:15.454Z] 171d34dad60e: Preparing [2021-02-15T17:02:15.454Z] 491256d6bfd8: Preparing [2021-02-15T17:02:15.454Z] d87ec50552d8: Preparing [2021-02-15T17:02:15.454Z] 5fb386e9d3d3: Preparing [2021-02-15T17:02:15.454Z] 7f60d773e6a7: Preparing [2021-02-15T17:02:15.454Z] 379067d0cb53: Preparing [2021-02-15T17:02:15.454Z] 379067d0cb53: Waiting [2021-02-15T17:02:15.454Z] 491256d6bfd8: Layer already exists [2021-02-15T17:02:15.454Z] 5fb386e9d3d3: Layer already exists [2021-02-15T17:02:15.454Z] 7f60d773e6a7: Layer already exists [2021-02-15T17:02:15.454Z] d87ec50552d8: Layer already exists [2021-02-15T17:02:15.454Z] 171d34dad60e: Layer already exists [2021-02-15T17:02:15.723Z] 379067d0cb53: Layer already exists [2021-02-15T17:02:15.723Z] 2.0.0-dev.92: digest: sha256:2fc55c22c40e54625071fae7d09a83d7068819aa19f600c48665dc4156b6384f size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:02:16.073Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:02:16.441Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [2021-02-15T17:02:16.442Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-15T17:02:16.442Z] 171d34dad60e: Preparing [2021-02-15T17:02:16.442Z] 491256d6bfd8: Preparing [2021-02-15T17:02:16.442Z] d87ec50552d8: Preparing [2021-02-15T17:02:16.442Z] 5fb386e9d3d3: Preparing [2021-02-15T17:02:16.442Z] 7f60d773e6a7: Preparing [2021-02-15T17:02:16.442Z] 379067d0cb53: Preparing [2021-02-15T17:02:16.442Z] 379067d0cb53: Waiting [2021-02-15T17:02:16.442Z] 7f60d773e6a7: Layer already exists [2021-02-15T17:02:16.442Z] d87ec50552d8: Layer already exists [2021-02-15T17:02:16.442Z] 5fb386e9d3d3: Layer already exists [2021-02-15T17:02:16.442Z] 171d34dad60e: Layer already exists [2021-02-15T17:02:16.442Z] 491256d6bfd8: Layer already exists [2021-02-15T17:02:16.442Z] 379067d0cb53: Layer already exists [2021-02-15T17:02:16.715Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92: digest: sha256:2fc55c22c40e54625071fae7d09a83d7068819aa19f600c48665dc4156b6384f size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:02:17.055Z] + 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-15T17:02:17.388Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-02-15T17:02:17.389Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-15T17:02:17.389Z] 171d34dad60e: Preparing [2021-02-15T17:02:17.389Z] 491256d6bfd8: Preparing [2021-02-15T17:02:17.389Z] d87ec50552d8: Preparing [2021-02-15T17:02:17.389Z] 5fb386e9d3d3: Preparing [2021-02-15T17:02:17.389Z] 7f60d773e6a7: Preparing [2021-02-15T17:02:17.389Z] 379067d0cb53: Preparing [2021-02-15T17:02:17.389Z] 379067d0cb53: Waiting [2021-02-15T17:02:17.389Z] 7f60d773e6a7: Layer already exists [2021-02-15T17:02:17.389Z] 5fb386e9d3d3: Layer already exists [2021-02-15T17:02:17.389Z] 491256d6bfd8: Layer already exists [2021-02-15T17:02:17.389Z] d87ec50552d8: Layer already exists [2021-02-15T17:02:17.389Z] 171d34dad60e: Layer already exists [2021-02-15T17:02:17.389Z] 379067d0cb53: Layer already exists [2021-02-15T17:02:17.660Z] master: digest: sha256:2fc55c22c40e54625071fae7d09a83d7068819aa19f600c48665dc4156b6384f size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-15T17:02:17.878Z] ===================================================== [Pipeline] echo [2021-02-15T17:02:17.923Z] taggedImages: [2021-02-15T17:02:17.923Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T17:02:17.923Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.92 [2021-02-15T17:02:17.923Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [2021-02-15T17:02:17.923Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-02-15T17:02:18.005Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-02-15T17:02:18.005Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T17:02:18.005Z] 2.0.0-dev.92 [2021-02-15T17:02:18.005Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [2021-02-15T17:02:18.005Z] master [2021-02-15T17:02:18.005Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:02:18.502Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:02:18.836Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T17:02:18.836Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-15T17:02:18.836Z] 190cc9cd0ba0: Preparing [2021-02-15T17:02:18.836Z] 74cb9e2b3673: Preparing [2021-02-15T17:02:18.836Z] c8c2cba01368: Preparing [2021-02-15T17:02:18.836Z] ec12359cad0b: Preparing [2021-02-15T17:02:18.836Z] 0a32775ed315: Preparing [2021-02-15T17:02:18.836Z] 19129a3f00b0: Preparing [2021-02-15T17:02:18.836Z] 7d1a1eb64472: Preparing [2021-02-15T17:02:18.836Z] 22f1dd28892a: Preparing [2021-02-15T17:02:18.836Z] 379067d0cb53: Preparing [2021-02-15T17:02:18.836Z] 19129a3f00b0: Waiting [2021-02-15T17:02:18.836Z] 7d1a1eb64472: Waiting [2021-02-15T17:02:18.836Z] 22f1dd28892a: Waiting [2021-02-15T17:02:18.836Z] 379067d0cb53: Waiting [2021-02-15T17:02:19.113Z] 74cb9e2b3673: Pushed [2021-02-15T17:02:19.389Z] 190cc9cd0ba0: Pushed [2021-02-15T17:02:19.389Z] 0a32775ed315: Pushed [2021-02-15T17:02:19.389Z] 19129a3f00b0: Pushed [2021-02-15T17:02:19.662Z] 379067d0cb53: Layer already exists [2021-02-15T17:02:19.662Z] 7d1a1eb64472: Pushed [2021-02-15T17:02:19.936Z] 22f1dd28892a: Pushed [2021-02-15T17:02:21.367Z] ec12359cad0b: Pushed [2021-02-15T17:02:21.367Z] c8c2cba01368: Pushed [2021-02-15T17:02:21.637Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0: digest: sha256:eb56a68f7b72d635f48f6ca49ca8cc2b4a7e4d985f3c6858838c244c1d605ce5 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:02:21.976Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:02:22.313Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.92 [2021-02-15T17:02:22.313Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-15T17:02:22.313Z] 190cc9cd0ba0: Preparing [2021-02-15T17:02:22.313Z] 74cb9e2b3673: Preparing [2021-02-15T17:02:22.313Z] c8c2cba01368: Preparing [2021-02-15T17:02:22.313Z] ec12359cad0b: Preparing [2021-02-15T17:02:22.313Z] 0a32775ed315: Preparing [2021-02-15T17:02:22.313Z] 19129a3f00b0: Preparing [2021-02-15T17:02:22.313Z] 7d1a1eb64472: Preparing [2021-02-15T17:02:22.313Z] 22f1dd28892a: Preparing [2021-02-15T17:02:22.313Z] 379067d0cb53: Preparing [2021-02-15T17:02:22.313Z] 19129a3f00b0: Waiting [2021-02-15T17:02:22.313Z] 7d1a1eb64472: Waiting [2021-02-15T17:02:22.313Z] 22f1dd28892a: Waiting [2021-02-15T17:02:22.313Z] 379067d0cb53: Waiting [2021-02-15T17:02:22.313Z] 74cb9e2b3673: Layer already exists [2021-02-15T17:02:22.313Z] ec12359cad0b: Layer already exists [2021-02-15T17:02:22.313Z] 190cc9cd0ba0: Layer already exists [2021-02-15T17:02:22.313Z] 0a32775ed315: Layer already exists [2021-02-15T17:02:22.313Z] c8c2cba01368: Layer already exists [2021-02-15T17:02:22.589Z] 22f1dd28892a: Layer already exists [2021-02-15T17:02:22.589Z] 7d1a1eb64472: Layer already exists [2021-02-15T17:02:22.589Z] 379067d0cb53: Layer already exists [2021-02-15T17:02:22.589Z] 19129a3f00b0: Layer already exists [2021-02-15T17:02:22.589Z] 2.0.0-dev.92: digest: sha256:eb56a68f7b72d635f48f6ca49ca8cc2b4a7e4d985f3c6858838c244c1d605ce5 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:02:22.928Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:02:23.268Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [2021-02-15T17:02:23.268Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-15T17:02:23.268Z] 190cc9cd0ba0: Preparing [2021-02-15T17:02:23.268Z] 74cb9e2b3673: Preparing [2021-02-15T17:02:23.268Z] c8c2cba01368: Preparing [2021-02-15T17:02:23.268Z] ec12359cad0b: Preparing [2021-02-15T17:02:23.268Z] 0a32775ed315: Preparing [2021-02-15T17:02:23.268Z] 19129a3f00b0: Preparing [2021-02-15T17:02:23.268Z] 7d1a1eb64472: Preparing [2021-02-15T17:02:23.268Z] 22f1dd28892a: Preparing [2021-02-15T17:02:23.268Z] 379067d0cb53: Preparing [2021-02-15T17:02:23.268Z] 7d1a1eb64472: Waiting [2021-02-15T17:02:23.268Z] 22f1dd28892a: Waiting [2021-02-15T17:02:23.268Z] 379067d0cb53: Waiting [2021-02-15T17:02:23.268Z] 19129a3f00b0: Waiting [2021-02-15T17:02:23.268Z] 190cc9cd0ba0: Layer already exists [2021-02-15T17:02:23.268Z] c8c2cba01368: Layer already exists [2021-02-15T17:02:23.268Z] 0a32775ed315: Layer already exists [2021-02-15T17:02:23.268Z] ec12359cad0b: Layer already exists [2021-02-15T17:02:23.268Z] 74cb9e2b3673: Layer already exists [2021-02-15T17:02:23.544Z] 19129a3f00b0: Layer already exists [2021-02-15T17:02:23.544Z] 7d1a1eb64472: Layer already exists [2021-02-15T17:02:23.544Z] 379067d0cb53: Layer already exists [2021-02-15T17:02:23.544Z] 22f1dd28892a: Layer already exists [2021-02-15T17:02:23.544Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92: digest: sha256:eb56a68f7b72d635f48f6ca49ca8cc2b4a7e4d985f3c6858838c244c1d605ce5 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:02:23.881Z] + 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-15T17:02:24.212Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-02-15T17:02:24.212Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-15T17:02:24.212Z] 190cc9cd0ba0: Preparing [2021-02-15T17:02:24.212Z] 74cb9e2b3673: Preparing [2021-02-15T17:02:24.212Z] c8c2cba01368: Preparing [2021-02-15T17:02:24.212Z] ec12359cad0b: Preparing [2021-02-15T17:02:24.212Z] 0a32775ed315: Preparing [2021-02-15T17:02:24.212Z] 19129a3f00b0: Preparing [2021-02-15T17:02:24.212Z] 7d1a1eb64472: Preparing [2021-02-15T17:02:24.212Z] 22f1dd28892a: Preparing [2021-02-15T17:02:24.212Z] 379067d0cb53: Preparing [2021-02-15T17:02:24.212Z] 19129a3f00b0: Waiting [2021-02-15T17:02:24.212Z] 7d1a1eb64472: Waiting [2021-02-15T17:02:24.212Z] 22f1dd28892a: Waiting [2021-02-15T17:02:24.212Z] 379067d0cb53: Waiting [2021-02-15T17:02:24.482Z] ec12359cad0b: Layer already exists [2021-02-15T17:02:24.482Z] 74cb9e2b3673: Layer already exists [2021-02-15T17:02:24.482Z] 0a32775ed315: Layer already exists [2021-02-15T17:02:24.482Z] c8c2cba01368: Layer already exists [2021-02-15T17:02:24.482Z] 190cc9cd0ba0: Layer already exists [2021-02-15T17:02:24.482Z] 19129a3f00b0: Layer already exists [2021-02-15T17:02:24.482Z] 22f1dd28892a: Layer already exists [2021-02-15T17:02:24.482Z] 379067d0cb53: Layer already exists [2021-02-15T17:02:24.482Z] 7d1a1eb64472: Layer already exists [2021-02-15T17:02:24.753Z] master: digest: sha256:eb56a68f7b72d635f48f6ca49ca8cc2b4a7e4d985f3c6858838c244c1d605ce5 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-15T17:02:24.943Z] ===================================================== [Pipeline] echo [2021-02-15T17:02:24.989Z] taggedImages: [2021-02-15T17:02:24.989Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T17:02:24.989Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.92 [2021-02-15T17:02:24.989Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [2021-02-15T17:02:24.989Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-02-15T17:02:25.065Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-02-15T17:02:25.065Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T17:02:25.065Z] 2.0.0-dev.92 [2021-02-15T17:02:25.065Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [2021-02-15T17:02:25.065Z] master [2021-02-15T17:02:25.065Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:02:25.577Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:02:25.905Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T17:02:25.906Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-15T17:02:25.906Z] 222003ae6fa6: Preparing [2021-02-15T17:02:25.906Z] ff5aadcc49f5: Preparing [2021-02-15T17:02:25.906Z] 195b32253822: Preparing [2021-02-15T17:02:25.906Z] 3e931dc2e9d8: Preparing [2021-02-15T17:02:25.906Z] 379067d0cb53: Preparing [2021-02-15T17:02:26.175Z] 379067d0cb53: Layer already exists [2021-02-15T17:02:26.175Z] 195b32253822: Layer already exists [2021-02-15T17:02:26.175Z] 222003ae6fa6: Pushed [2021-02-15T17:02:26.445Z] 3e931dc2e9d8: Pushed [2021-02-15T17:02:29.050Z] ff5aadcc49f5: Pushed [2021-02-15T17:02:29.050Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0: digest: sha256:f2da79f0efe8f867efde84208748236a09556997ff8c7e79c3d4465b76cf93fc size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:02:29.385Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:02:29.718Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.92 [2021-02-15T17:02:29.718Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-15T17:02:29.718Z] 222003ae6fa6: Preparing [2021-02-15T17:02:29.718Z] ff5aadcc49f5: Preparing [2021-02-15T17:02:29.718Z] 195b32253822: Preparing [2021-02-15T17:02:29.718Z] 3e931dc2e9d8: Preparing [2021-02-15T17:02:29.718Z] 379067d0cb53: Preparing [2021-02-15T17:02:29.718Z] 222003ae6fa6: Layer already exists [2021-02-15T17:02:29.718Z] 3e931dc2e9d8: Layer already exists [2021-02-15T17:02:29.718Z] 195b32253822: Layer already exists [2021-02-15T17:02:29.718Z] 379067d0cb53: Layer already exists [2021-02-15T17:02:29.718Z] ff5aadcc49f5: Layer already exists [2021-02-15T17:02:29.989Z] 2.0.0-dev.92: digest: sha256:f2da79f0efe8f867efde84208748236a09556997ff8c7e79c3d4465b76cf93fc size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:02:30.333Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:02:30.666Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [2021-02-15T17:02:30.666Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-15T17:02:30.666Z] 222003ae6fa6: Preparing [2021-02-15T17:02:30.666Z] ff5aadcc49f5: Preparing [2021-02-15T17:02:30.666Z] 195b32253822: Preparing [2021-02-15T17:02:30.666Z] 3e931dc2e9d8: Preparing [2021-02-15T17:02:30.666Z] 379067d0cb53: Preparing [2021-02-15T17:02:30.666Z] ff5aadcc49f5: Layer already exists [2021-02-15T17:02:30.666Z] 3e931dc2e9d8: Layer already exists [2021-02-15T17:02:30.666Z] 379067d0cb53: Layer already exists [2021-02-15T17:02:30.666Z] 195b32253822: Layer already exists [2021-02-15T17:02:30.666Z] 222003ae6fa6: Layer already exists [2021-02-15T17:02:30.936Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92: digest: sha256:f2da79f0efe8f867efde84208748236a09556997ff8c7e79c3d4465b76cf93fc size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:02:31.274Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:02:31.606Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-02-15T17:02:31.606Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-15T17:02:31.606Z] 222003ae6fa6: Preparing [2021-02-15T17:02:31.606Z] ff5aadcc49f5: Preparing [2021-02-15T17:02:31.606Z] 195b32253822: Preparing [2021-02-15T17:02:31.606Z] 3e931dc2e9d8: Preparing [2021-02-15T17:02:31.606Z] 379067d0cb53: Preparing [2021-02-15T17:02:31.606Z] 222003ae6fa6: Layer already exists [2021-02-15T17:02:31.606Z] 195b32253822: Layer already exists [2021-02-15T17:02:31.606Z] 3e931dc2e9d8: Layer already exists [2021-02-15T17:02:31.606Z] 379067d0cb53: Layer already exists [2021-02-15T17:02:31.606Z] ff5aadcc49f5: Layer already exists [2021-02-15T17:02:31.876Z] master: digest: sha256:f2da79f0efe8f867efde84208748236a09556997ff8c7e79c3d4465b76cf93fc size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-15T17:02:32.087Z] ===================================================== [Pipeline] echo [2021-02-15T17:02:32.172Z] taggedImages: [2021-02-15T17:02:32.172Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T17:02:32.172Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.92 [2021-02-15T17:02:32.172Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [2021-02-15T17:02:32.172Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-02-15T17:02:32.263Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-02-15T17:02:32.263Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T17:02:32.263Z] 2.0.0-dev.92 [2021-02-15T17:02:32.263Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [2021-02-15T17:02:32.263Z] master [2021-02-15T17:02:32.263Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:02:32.821Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:02:33.159Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T17:02:33.159Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-15T17:02:33.159Z] 0841623ae1ba: Preparing [2021-02-15T17:02:33.159Z] 85bbc86d1261: Preparing [2021-02-15T17:02:33.159Z] 195b32253822: Preparing [2021-02-15T17:02:33.159Z] 3b7357fff201: Preparing [2021-02-15T17:02:33.159Z] 379067d0cb53: Preparing [2021-02-15T17:02:33.429Z] 379067d0cb53: Layer already exists [2021-02-15T17:02:33.429Z] 3b7357fff201: Layer already exists [2021-02-15T17:02:33.429Z] 195b32253822: Layer already exists [2021-02-15T17:02:33.429Z] 0841623ae1ba: Pushed [2021-02-15T17:02:36.032Z] 85bbc86d1261: Pushed [2021-02-15T17:02:36.302Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0: digest: sha256:a662425fd0a1d435443ee485dd1d2317404c0c587ba740f1e03212c0a8a67f7d size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:02:36.971Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:02:37.351Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.92 [2021-02-15T17:02:37.351Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-15T17:02:37.351Z] 0841623ae1ba: Preparing [2021-02-15T17:02:37.351Z] 85bbc86d1261: Preparing [2021-02-15T17:02:37.351Z] 195b32253822: Preparing [2021-02-15T17:02:37.351Z] 3b7357fff201: Preparing [2021-02-15T17:02:37.351Z] 379067d0cb53: Preparing [2021-02-15T17:02:37.628Z] 195b32253822: Layer already exists [2021-02-15T17:02:37.628Z] 85bbc86d1261: Layer already exists [2021-02-15T17:02:37.628Z] 0841623ae1ba: Layer already exists [2021-02-15T17:02:37.628Z] 379067d0cb53: Layer already exists [2021-02-15T17:02:37.628Z] 3b7357fff201: Layer already exists [2021-02-15T17:02:37.628Z] 2.0.0-dev.92: digest: sha256:a662425fd0a1d435443ee485dd1d2317404c0c587ba740f1e03212c0a8a67f7d size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:02:37.986Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:02:38.347Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [2021-02-15T17:02:38.347Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-15T17:02:38.347Z] 0841623ae1ba: Preparing [2021-02-15T17:02:38.347Z] 85bbc86d1261: Preparing [2021-02-15T17:02:38.347Z] 195b32253822: Preparing [2021-02-15T17:02:38.347Z] 3b7357fff201: Preparing [2021-02-15T17:02:38.347Z] 379067d0cb53: Preparing [2021-02-15T17:02:38.630Z] 195b32253822: Layer already exists [2021-02-15T17:02:38.630Z] 379067d0cb53: Layer already exists [2021-02-15T17:02:38.630Z] 85bbc86d1261: Layer already exists [2021-02-15T17:02:38.630Z] 3b7357fff201: Layer already exists [2021-02-15T17:02:38.630Z] 0841623ae1ba: Layer already exists [2021-02-15T17:02:38.630Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92: digest: sha256:a662425fd0a1d435443ee485dd1d2317404c0c587ba740f1e03212c0a8a67f7d size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:02:38.984Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:02:39.343Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-02-15T17:02:39.343Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-15T17:02:39.343Z] 0841623ae1ba: Preparing [2021-02-15T17:02:39.343Z] 85bbc86d1261: Preparing [2021-02-15T17:02:39.343Z] 195b32253822: Preparing [2021-02-15T17:02:39.343Z] 3b7357fff201: Preparing [2021-02-15T17:02:39.343Z] 379067d0cb53: Preparing [2021-02-15T17:02:39.343Z] 85bbc86d1261: Layer already exists [2021-02-15T17:02:39.343Z] 195b32253822: Layer already exists [2021-02-15T17:02:39.343Z] 3b7357fff201: Layer already exists [2021-02-15T17:02:39.343Z] 379067d0cb53: Layer already exists [2021-02-15T17:02:39.343Z] 0841623ae1ba: Layer already exists [2021-02-15T17:02:39.623Z] master: digest: sha256:a662425fd0a1d435443ee485dd1d2317404c0c587ba740f1e03212c0a8a67f7d size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-15T17:02:39.807Z] ===================================================== [Pipeline] echo [2021-02-15T17:02:39.855Z] taggedImages: [2021-02-15T17:02:39.855Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T17:02:39.855Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.92 [2021-02-15T17:02:39.855Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [2021-02-15T17:02:39.855Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-02-15T17:02:39.923Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-02-15T17:02:39.923Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T17:02:39.923Z] 2.0.0-dev.92 [2021-02-15T17:02:39.923Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [2021-02-15T17:02:39.923Z] master [2021-02-15T17:02:39.923Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:02:40.425Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:02:40.771Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T17:02:40.771Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-15T17:02:40.771Z] f55c202554fa: Preparing [2021-02-15T17:02:40.771Z] 27af09fd8698: Preparing [2021-02-15T17:02:40.771Z] 04f3b60f687f: Preparing [2021-02-15T17:02:40.771Z] 97b8f9338186: Preparing [2021-02-15T17:02:40.771Z] f033acaa2296: Preparing [2021-02-15T17:02:40.771Z] 324e3688173c: Preparing [2021-02-15T17:02:40.771Z] f49dbea6848d: Preparing [2021-02-15T17:02:40.771Z] 9ded3b6bb9b5: Preparing [2021-02-15T17:02:40.771Z] fa1afe8e6ed9: Preparing [2021-02-15T17:02:40.771Z] 87a09b4c083e: Preparing [2021-02-15T17:02:40.771Z] 0f74e9ff2a61: Preparing [2021-02-15T17:02:40.771Z] b122376c33c6: Preparing [2021-02-15T17:02:40.771Z] f8381ed47b22: Preparing [2021-02-15T17:02:40.771Z] e934a737d657: Preparing [2021-02-15T17:02:40.771Z] fa1afe8e6ed9: Waiting [2021-02-15T17:02:40.771Z] 87a09b4c083e: Waiting [2021-02-15T17:02:40.771Z] 0f74e9ff2a61: Waiting [2021-02-15T17:02:40.771Z] b122376c33c6: Waiting [2021-02-15T17:02:40.771Z] f8381ed47b22: Waiting [2021-02-15T17:02:40.771Z] e934a737d657: Waiting [2021-02-15T17:02:40.771Z] f49dbea6848d: Waiting [2021-02-15T17:02:40.771Z] 9ded3b6bb9b5: Waiting [2021-02-15T17:02:40.771Z] 324e3688173c: Waiting [2021-02-15T17:02:41.367Z] f033acaa2296: Pushed [2021-02-15T17:02:41.636Z] f55c202554fa: Pushed [2021-02-15T17:02:41.915Z] 97b8f9338186: Pushed [2021-02-15T17:02:41.915Z] 9ded3b6bb9b5: Layer already exists [2021-02-15T17:02:42.193Z] fa1afe8e6ed9: Layer already exists [2021-02-15T17:02:42.193Z] f49dbea6848d: Pushed [2021-02-15T17:02:42.193Z] 87a09b4c083e: Layer already exists [2021-02-15T17:02:42.193Z] 0f74e9ff2a61: Layer already exists [2021-02-15T17:02:42.193Z] f8381ed47b22: Layer already exists [2021-02-15T17:02:42.193Z] b122376c33c6: Layer already exists [2021-02-15T17:02:42.193Z] e934a737d657: Layer already exists [2021-02-15T17:02:42.796Z] 27af09fd8698: Pushed [2021-02-15T17:02:43.772Z] 324e3688173c: Pushed [2021-02-15T17:02:53.891Z] 04f3b60f687f: Pushed [2021-02-15T17:02:53.891Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0: digest: sha256:95fe8517acd161d94be7608ba703332f120565512db3e4a7bf7551ebc15405c3 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:02:54.227Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:02:54.555Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.92 [2021-02-15T17:02:54.555Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-15T17:02:54.555Z] f55c202554fa: Preparing [2021-02-15T17:02:54.555Z] 27af09fd8698: Preparing [2021-02-15T17:02:54.555Z] 04f3b60f687f: Preparing [2021-02-15T17:02:54.555Z] 97b8f9338186: Preparing [2021-02-15T17:02:54.555Z] f033acaa2296: Preparing [2021-02-15T17:02:54.555Z] 324e3688173c: Preparing [2021-02-15T17:02:54.555Z] f49dbea6848d: Preparing [2021-02-15T17:02:54.555Z] 9ded3b6bb9b5: Preparing [2021-02-15T17:02:54.555Z] fa1afe8e6ed9: Preparing [2021-02-15T17:02:54.555Z] 87a09b4c083e: Preparing [2021-02-15T17:02:54.555Z] 0f74e9ff2a61: Preparing [2021-02-15T17:02:54.555Z] b122376c33c6: Preparing [2021-02-15T17:02:54.555Z] f8381ed47b22: Preparing [2021-02-15T17:02:54.555Z] e934a737d657: Preparing [2021-02-15T17:02:54.555Z] 324e3688173c: Waiting [2021-02-15T17:02:54.555Z] f49dbea6848d: Waiting [2021-02-15T17:02:54.555Z] 9ded3b6bb9b5: Waiting [2021-02-15T17:02:54.555Z] fa1afe8e6ed9: Waiting [2021-02-15T17:02:54.555Z] 87a09b4c083e: Waiting [2021-02-15T17:02:54.555Z] 0f74e9ff2a61: Waiting [2021-02-15T17:02:54.555Z] b122376c33c6: Waiting [2021-02-15T17:02:54.555Z] f8381ed47b22: Waiting [2021-02-15T17:02:54.555Z] e934a737d657: Waiting [2021-02-15T17:02:54.824Z] f033acaa2296: Layer already exists [2021-02-15T17:02:54.824Z] 97b8f9338186: Layer already exists [2021-02-15T17:02:54.824Z] 04f3b60f687f: Layer already exists [2021-02-15T17:02:54.824Z] 27af09fd8698: Layer already exists [2021-02-15T17:02:54.824Z] f55c202554fa: Layer already exists [2021-02-15T17:02:54.824Z] 9ded3b6bb9b5: Layer already exists [2021-02-15T17:02:54.824Z] 324e3688173c: Layer already exists [2021-02-15T17:02:54.824Z] 87a09b4c083e: Layer already exists [2021-02-15T17:02:54.824Z] f49dbea6848d: Layer already exists [2021-02-15T17:02:54.824Z] fa1afe8e6ed9: Layer already exists [2021-02-15T17:02:54.824Z] 0f74e9ff2a61: Layer already exists [2021-02-15T17:02:54.824Z] b122376c33c6: Layer already exists [2021-02-15T17:02:54.824Z] e934a737d657: Layer already exists [2021-02-15T17:02:54.824Z] f8381ed47b22: Layer already exists [2021-02-15T17:02:54.824Z] 2.0.0-dev.92: digest: sha256:95fe8517acd161d94be7608ba703332f120565512db3e4a7bf7551ebc15405c3 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:02:55.157Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:02:55.483Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [2021-02-15T17:02:55.483Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-15T17:02:55.483Z] f55c202554fa: Preparing [2021-02-15T17:02:55.483Z] 27af09fd8698: Preparing [2021-02-15T17:02:55.483Z] 04f3b60f687f: Preparing [2021-02-15T17:02:55.483Z] 97b8f9338186: Preparing [2021-02-15T17:02:55.483Z] f033acaa2296: Preparing [2021-02-15T17:02:55.483Z] 324e3688173c: Preparing [2021-02-15T17:02:55.483Z] f49dbea6848d: Preparing [2021-02-15T17:02:55.483Z] 9ded3b6bb9b5: Preparing [2021-02-15T17:02:55.483Z] fa1afe8e6ed9: Preparing [2021-02-15T17:02:55.483Z] 87a09b4c083e: Preparing [2021-02-15T17:02:55.483Z] 0f74e9ff2a61: Preparing [2021-02-15T17:02:55.483Z] b122376c33c6: Preparing [2021-02-15T17:02:55.483Z] f8381ed47b22: Preparing [2021-02-15T17:02:55.483Z] e934a737d657: Preparing [2021-02-15T17:02:55.483Z] 9ded3b6bb9b5: Waiting [2021-02-15T17:02:55.483Z] fa1afe8e6ed9: Waiting [2021-02-15T17:02:55.483Z] 87a09b4c083e: Waiting [2021-02-15T17:02:55.483Z] 0f74e9ff2a61: Waiting [2021-02-15T17:02:55.483Z] b122376c33c6: Waiting [2021-02-15T17:02:55.483Z] f8381ed47b22: Waiting [2021-02-15T17:02:55.483Z] e934a737d657: Waiting [2021-02-15T17:02:55.483Z] f49dbea6848d: Waiting [2021-02-15T17:02:55.483Z] 324e3688173c: Waiting [2021-02-15T17:02:55.483Z] f55c202554fa: Layer already exists [2021-02-15T17:02:55.483Z] 27af09fd8698: Layer already exists [2021-02-15T17:02:55.755Z] f033acaa2296: Layer already exists [2021-02-15T17:02:55.755Z] 04f3b60f687f: Layer already exists [2021-02-15T17:02:55.755Z] 97b8f9338186: Layer already exists [2021-02-15T17:02:55.755Z] 324e3688173c: Layer already exists [2021-02-15T17:02:55.755Z] 9ded3b6bb9b5: Layer already exists [2021-02-15T17:02:55.755Z] fa1afe8e6ed9: Layer already exists [2021-02-15T17:02:55.755Z] f49dbea6848d: Layer already exists [2021-02-15T17:02:55.755Z] 87a09b4c083e: Layer already exists [2021-02-15T17:02:55.755Z] f8381ed47b22: Layer already exists [2021-02-15T17:02:55.755Z] 0f74e9ff2a61: Layer already exists [2021-02-15T17:02:55.755Z] b122376c33c6: Layer already exists [2021-02-15T17:02:55.755Z] e934a737d657: Layer already exists [2021-02-15T17:02:55.755Z] 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92: digest: sha256:95fe8517acd161d94be7608ba703332f120565512db3e4a7bf7551ebc15405c3 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:02:56.091Z] + 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-15T17:02:56.421Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-02-15T17:02:56.421Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-15T17:02:56.421Z] f55c202554fa: Preparing [2021-02-15T17:02:56.421Z] 27af09fd8698: Preparing [2021-02-15T17:02:56.421Z] 04f3b60f687f: Preparing [2021-02-15T17:02:56.421Z] 97b8f9338186: Preparing [2021-02-15T17:02:56.421Z] f033acaa2296: Preparing [2021-02-15T17:02:56.421Z] 324e3688173c: Preparing [2021-02-15T17:02:56.421Z] f49dbea6848d: Preparing [2021-02-15T17:02:56.421Z] 9ded3b6bb9b5: Preparing [2021-02-15T17:02:56.421Z] fa1afe8e6ed9: Preparing [2021-02-15T17:02:56.421Z] 87a09b4c083e: Preparing [2021-02-15T17:02:56.421Z] 0f74e9ff2a61: Preparing [2021-02-15T17:02:56.421Z] b122376c33c6: Preparing [2021-02-15T17:02:56.421Z] f8381ed47b22: Preparing [2021-02-15T17:02:56.421Z] e934a737d657: Preparing [2021-02-15T17:02:56.421Z] 324e3688173c: Waiting [2021-02-15T17:02:56.421Z] f49dbea6848d: Waiting [2021-02-15T17:02:56.421Z] 87a09b4c083e: Waiting [2021-02-15T17:02:56.421Z] 9ded3b6bb9b5: Waiting [2021-02-15T17:02:56.421Z] 0f74e9ff2a61: Waiting [2021-02-15T17:02:56.421Z] b122376c33c6: Waiting [2021-02-15T17:02:56.421Z] f8381ed47b22: Waiting [2021-02-15T17:02:56.421Z] e934a737d657: Waiting [2021-02-15T17:02:56.421Z] fa1afe8e6ed9: Waiting [2021-02-15T17:02:56.421Z] 27af09fd8698: Layer already exists [2021-02-15T17:02:56.421Z] f55c202554fa: Layer already exists [2021-02-15T17:02:56.692Z] 97b8f9338186: Layer already exists [2021-02-15T17:02:56.692Z] f033acaa2296: Layer already exists [2021-02-15T17:02:56.692Z] 04f3b60f687f: Layer already exists [2021-02-15T17:02:56.692Z] f49dbea6848d: Layer already exists [2021-02-15T17:02:56.692Z] 324e3688173c: Layer already exists [2021-02-15T17:02:56.692Z] fa1afe8e6ed9: Layer already exists [2021-02-15T17:02:56.692Z] 9ded3b6bb9b5: Layer already exists [2021-02-15T17:02:56.692Z] 87a09b4c083e: Layer already exists [2021-02-15T17:02:56.692Z] 0f74e9ff2a61: Layer already exists [2021-02-15T17:02:56.692Z] f8381ed47b22: Layer already exists [2021-02-15T17:02:56.692Z] b122376c33c6: Layer already exists [2021-02-15T17:02:56.692Z] e934a737d657: Layer already exists [2021-02-15T17:02:56.692Z] master: digest: sha256:95fe8517acd161d94be7608ba703332f120565512db3e4a7bf7551ebc15405c3 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-15T17:02:56.865Z] ===================================================== [Pipeline] echo [2021-02-15T17:02:56.909Z] taggedImages: [2021-02-15T17:02:56.909Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [2021-02-15T17:02:56.909Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.92 [2021-02-15T17:02:56.909Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [2021-02-15T17:02:56.909Z] - 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-15T17:02:58.163Z] provisioning config files... [2021-02-15T17:02:58.189Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/358@tmp/config1896102295704283031tmp [Pipeline] { [Pipeline] sh [2021-02-15T17:02:58.647Z] + set +x [2021-02-15T17:02:58.647Z] + curl -s https://codecov.io/bash [2021-02-15T17:02:58.647Z] + bash -s -- [2021-02-15T17:02:58.959Z] [2021-02-15T17:02:58.959Z] _____ _ [2021-02-15T17:02:58.959Z] / ____| | | [2021-02-15T17:02:58.959Z] | | ___ __| | ___ ___ _____ __ [2021-02-15T17:02:58.959Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-15T17:02:58.959Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-15T17:02:58.959Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-15T17:02:58.959Z] Bash-20210129-7c25fce [2021-02-15T17:02:58.959Z] [2021-02-15T17:02:58.959Z] [2021-02-15T17:02:58.959Z] ==> git version 2.24.3 found [2021-02-15T17:02:58.959Z] ==> 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-15T17:02:58.959Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-15T17:02:58.959Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-15T17:02:58.959Z] ==> Jenkins CI detected. [2021-02-15T17:02:59.224Z] project root: . [2021-02-15T17:02:59.224Z] --> token set from env [2021-02-15T17:02:59.224Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-15T17:02:59.224Z] ==> Running gcov in . (disable via -X gcov) [2021-02-15T17:02:59.224Z] ==> Python coveragepy not found [2021-02-15T17:02:59.224Z] ==> Searching for coverage reports in: [2021-02-15T17:02:59.224Z] + . [2021-02-15T17:02:59.224Z] -> Found 1 reports [2021-02-15T17:02:59.224Z] ==> Detecting git/mercurial file structure [2021-02-15T17:02:59.224Z] ==> Reading reports [2021-02-15T17:02:59.224Z] + ./coverage.out bytes=595676 [2021-02-15T17:02:59.224Z] ==> Appending adjustments [2021-02-15T17:02:59.224Z] https://docs.codecov.io/docs/fixing-reports [2021-02-15T17:03:03.449Z] + Found adjustments [2021-02-15T17:03:03.449Z] ==> Gzipping contents [2021-02-15T17:03:03.449Z] 88K /tmp/codecov.IGBqwh.gz [2021-02-15T17:03:03.449Z] ==> Uploading reports [2021-02-15T17:03:03.449Z] url: https://codecov.io [2021-02-15T17:03:03.449Z] query: branch=master&commit=3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0&build=358&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F358%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-15T17:03:03.449Z] -> Pinging Codecov [2021-02-15T17:03:03.449Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0&build=358&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F358%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-15T17:03:03.449Z] -> Uploading to [2021-02-15T17:03:03.449Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-15/00271124DB129430A58F1EEE437C3FCB/3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0/31b58c96-f8e5-4dd8-b832-9ad0f7e942af.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210215%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210215T170303Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ebe00d512f253c5be702a71a65486ee83c8ba43af78dfb25e5db6141978dd61d [2021-02-15T17:03:03.449Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-15T17:03:03.449Z] Dload Upload Total Spent Left Speed [2021-02-15T17:03:04.023Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89406 0 0 100 89406 0 156k --:--:-- --:--:-- --:--:-- 156k 100 89406 0 0 100 89406 0 156k --:--:-- --:--:-- --:--:-- 155k [2021-02-15T17:03:04.023Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [Pipeline] } [2021-02-15T17:03:04.033Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-02-15T17:03:04.639Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-02-15T17:03:04.728Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:03:05.075Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-15T17:03:05.075Z] [2021-02-15T17:03:05.075Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:03:05.419Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-15T17:03:05.419Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-02-15T17:03:05.419Z] 188c0c94c7c5: Already exists [2021-02-15T17:03:05.419Z] 0ef7d3d256c8: Already exists [2021-02-15T17:03:05.419Z] de9db76c5a1d: Already exists [2021-02-15T17:03:05.419Z] 0eba1c9be4d2: Pulling fs layer [2021-02-15T17:03:05.419Z] 0d57e429df01: Pulling fs layer [2021-02-15T17:03:05.419Z] 4e4be7b47b0d: Pulling fs layer [2021-02-15T17:03:05.419Z] e1f770b5df2f: Pulling fs layer [2021-02-15T17:03:05.419Z] 85a0685a4137: Pulling fs layer [2021-02-15T17:03:05.419Z] e1f770b5df2f: Waiting [2021-02-15T17:03:05.419Z] 85a0685a4137: Waiting [2021-02-15T17:03:05.419Z] 4e4be7b47b0d: Verifying Checksum [2021-02-15T17:03:05.419Z] 4e4be7b47b0d: Download complete [2021-02-15T17:03:05.419Z] 0d57e429df01: Verifying Checksum [2021-02-15T17:03:05.419Z] 0d57e429df01: Download complete [2021-02-15T17:03:07.345Z] e1f770b5df2f: Verifying Checksum [2021-02-15T17:03:07.345Z] e1f770b5df2f: Download complete [2021-02-15T17:03:09.278Z] 0eba1c9be4d2: Verifying Checksum [2021-02-15T17:03:09.279Z] 0eba1c9be4d2: Download complete [2021-02-15T17:03:09.862Z] 85a0685a4137: Verifying Checksum [2021-02-15T17:03:09.862Z] 85a0685a4137: Download complete [2021-02-15T17:03:15.207Z] 0eba1c9be4d2: Pull complete [2021-02-15T17:03:15.469Z] 0d57e429df01: Pull complete [2021-02-15T17:03:15.469Z] 4e4be7b47b0d: Pull complete [2021-02-15T17:03:19.691Z] e1f770b5df2f: Pull complete [2021-02-15T17:03:28.495Z] 85a0685a4137: Pull complete [2021-02-15T17:03:28.495Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-02-15T17:03:28.495Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-15T17:03:28.495Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-02-15T17:03:28.730Z] prd-centos7-docker-4c-2g-26510 does not seem to be running inside a container [2021-02-15T17:03:28.807Z] $ 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/358 -v /w/workspace/edgex-go/358:/w/workspace/edgex-go/358:rw,z -v /w/workspace/edgex-go/358@tmp:/w/workspace/edgex-go/358@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-15T17:03:30.656Z] $ docker top 36ff7c393f3055f0c28809b5878702c77ebefbfeb6ec74af36f50af393861443 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-15T17:03:31.043Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-02-15T17:03:31.344Z] + set -o pipefail [2021-02-15T17:03:31.344Z] + snyk monitor '--org=edgex-jenkins' [2021-02-15T17:03:46.283Z] [2021-02-15T17:03:46.283Z] Monitoring /w/workspace/edgex-go/358 (github.com/edgexfoundry/edgex-go)... [2021-02-15T17:03:46.283Z] [2021-02-15T17:03:46.283Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/f7210201-933c-4026-a2c0-7665113dbf10 [2021-02-15T17:03:46.283Z] [2021-02-15T17:03:46.283Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-02-15T17:03:46.283Z] [2021-02-15T17:03:46.283Z] [2021-02-15T17:03:46.283Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2021-02-15T17:03:46.283Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-02-15T17:03:46.302Z] $ docker stop --time=1 36ff7c393f3055f0c28809b5878702c77ebefbfeb6ec74af36f50af393861443 [2021-02-15T17:03:49.324Z] $ docker rm -f 36ff7c393f3055f0c28809b5878702c77ebefbfeb6ec74af36f50af393861443 [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-15T17:03:50.673Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-15T17:03:50.723Z] provisioning config files... [2021-02-15T17:03:50.733Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/358@tmp/config5281380328315231150tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-15T17:03:51.125Z] --> edgex-publish-swagger.sh [2021-02-15T17:03:51.125Z] === Publish openapi/v1 API === [2021-02-15T17:03:51.125Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-02-15T17:03:51.125Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/358/openapi/v1/core-command.yaml] [2021-02-15T17:03:51.125Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-15T17:03:51.125Z] Dload Upload Total Spent Left Speed [2021-02-15T17:03:52.515Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 8782 0:00:01 0:00:01 --:--:-- 8790 100 10522 0 0 100 10522 0 8781 0:00:01 0:00:01 --:--:-- 8790 [2021-02-15T17:03:52.515Z] [2021-02-15T17:03:52.515Z] [2021-02-15T17:03:52.515Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/358/openapi/v1/core-data.yaml] [2021-02-15T17:03:52.515Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-15T17:03:52.515Z] Dload Upload Total Spent Left Speed [2021-02-15T17:03:53.460Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 29780 0:00:01 0:00:01 --:--:-- 29786 100 32557 0 0 100 32557 0 29775 0:00:01 0:00:01 --:--:-- 29786 [2021-02-15T17:03:53.461Z] [2021-02-15T17:03:53.461Z] [2021-02-15T17:03:53.461Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/358/openapi/v1/core-metadata.yaml] [2021-02-15T17:03:53.461Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-15T17:03:53.461Z] Dload Upload Total Spent Left Speed [2021-02-15T17:03:54.850Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 61884 0:00:01 0:00:01 --:--:-- 61898 100 73721 0 0 100 73721 0 61876 0:00:01 0:00:01 --:--:-- 61898 [2021-02-15T17:03:54.850Z] [2021-02-15T17:03:54.850Z] [2021-02-15T17:03:54.850Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/358/openapi/v1/support-logging.yaml] [2021-02-15T17:03:54.850Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-15T17:03:54.850Z] Dload Upload Total Spent Left Speed [2021-02-15T17:03:55.802Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 12134 0:00:01 0:00:01 --:--:-- 12125 100 13581 0 0 100 13581 0 12132 0:00:01 0:00:01 --:--:-- 12125 [2021-02-15T17:03:55.802Z] [2021-02-15T17:03:55.802Z] [2021-02-15T17:03:55.802Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/358/openapi/v1/support-notifications.yaml] [2021-02-15T17:03:55.802Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-15T17:03:55.802Z] Dload Upload Total Spent Left Speed [2021-02-15T17:03:57.191Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 32494 0:00:01 0:00:01 --:--:-- 32516 100 38890 0 0 100 38890 0 32489 0:00:01 0:00:01 --:--:-- 32516 [2021-02-15T17:03:57.191Z] [2021-02-15T17:03:57.191Z] [2021-02-15T17:03:57.191Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/358/openapi/v1/support-scheduler.yaml] [2021-02-15T17:03:57.191Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-15T17:03:57.191Z] Dload Upload Total Spent Left Speed [2021-02-15T17:03:58.140Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 12700 0:00:01 0:00:01 --:--:-- 12710 100 14249 0 0 100 14249 0 12698 0:00:01 0:00:01 --:--:-- 12710 [2021-02-15T17:03:58.140Z] [2021-02-15T17:03:58.140Z] [2021-02-15T17:03:58.140Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/358/openapi/v1/system-agent.yaml] [2021-02-15T17:03:58.140Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-15T17:03:58.140Z] Dload Upload Total Spent Left Speed [2021-02-15T17:03:59.092Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3850 0:00:01 0:00:01 --:--:-- 3851 100 4110 0 0 100 4110 0 3849 0:00:01 0:00:01 --:--:-- 3851 [2021-02-15T17:03:59.092Z] [2021-02-15T17:03:59.092Z] [2021-02-15T17:03:59.092Z] === Publish openapi/v2 API === [2021-02-15T17:03:59.092Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-02-15T17:03:59.092Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/358/openapi/v2/core-command.yaml] [2021-02-15T17:03:59.092Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-15T17:03:59.092Z] Dload Upload Total Spent Left Speed [2021-02-15T17:04:00.484Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29744 0 0 100 29744 0 25467 0:00:01 0:00:01 --:--:-- 25487 100 29744 0 0 100 29744 0 25462 0:00:01 0:00:01 --:--:-- 25487 [2021-02-15T17:04:00.484Z] [2021-02-15T17:04:00.484Z] [2021-02-15T17:04:00.484Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/358/openapi/v2/core-data.yaml] [2021-02-15T17:04:00.484Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-15T17:04:00.484Z] Dload Upload Total Spent Left Speed [2021-02-15T17:04:01.443Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57136 0 0 100 57136 0 51338 0:00:01 0:00:01 --:--:-- 51381 100 57136 0 0 100 57136 0 51330 0:00:01 0:00:01 --:--:-- 51381 [2021-02-15T17:04:01.443Z] [2021-02-15T17:04:01.443Z] [2021-02-15T17:04:01.443Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/358/openapi/v2/core-metadata.yaml] [2021-02-15T17:04:01.443Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-15T17:04:01.443Z] Dload Upload Total Spent Left Speed [2021-02-15T17:04:02.669Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 118k 0 0 100 118k 0 106k 0:00:01 0:00:01 --:--:-- 106k [2021-02-15T17:04:02.669Z] [2021-02-15T17:04:02.669Z] [2021-02-15T17:04:02.669Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/358/openapi/v2/support-notifications.yaml] [2021-02-15T17:04:02.669Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-15T17:04:02.669Z] Dload Upload Total Spent Left Speed [2021-02-15T17:04:03.618Z] 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 54356 0:00:01 0:00:01 --:--:-- 54326 100 59705 0 0 100 59705 0 54344 0:00:01 0:00:01 --:--:-- 54326 [2021-02-15T17:04:03.618Z] [2021-02-15T17:04:03.618Z] [2021-02-15T17:04:03.618Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/358/openapi/v2/support-scheduler.yaml] [2021-02-15T17:04:03.618Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-15T17:04:03.618Z] Dload Upload Total Spent Left Speed [2021-02-15T17:04:05.006Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 40086 0 0 100 40086 0 33905 0:00:01 0:00:01 --:--:-- 33913 100 40086 0 0 100 40086 0 33899 0:00:01 0:00:01 --:--:-- 33913 [2021-02-15T17:04:05.006Z] [2021-02-15T17:04:05.006Z] [2021-02-15T17:04:05.007Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/358/openapi/v2/system-agent.yaml] [2021-02-15T17:04:05.007Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-15T17:04:05.007Z] Dload Upload Total Spent Left Speed [2021-02-15T17:04:05.951Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24182 0 0 100 24182 0 21716 0:00:01 0:00:01 --:--:-- 21726 100 24182 0 0 100 24182 0 21713 0:00:01 0:00:01 --:--:-- 21726 [2021-02-15T17:04:05.951Z] [2021-02-15T17:04:05.951Z] [Pipeline] } [2021-02-15T17:04:05.961Z] 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-15T17:04:06.792Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-15T17:04:06.792Z] . [Pipeline] withDockerContainer [2021-02-15T17:04:06.909Z] prd-centos7-docker-4c-2g-26510 does not seem to be running inside a container [2021-02-15T17:04:06.959Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/358 -v /w/workspace/edgex-go/358:/w/workspace/edgex-go/358:rw,z -v /w/workspace/edgex-go/358@tmp:/w/workspace/edgex-go/358@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-15T17:04:08.097Z] $ docker top e53e8fef28e7b063e9857e72b1e102e52a0aa8f8316a51211d1574b25157040a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-15T17:04:08.462Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-15T17:04:08.463Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-15T17:04:08.754Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-15T17:04:08.757Z] $ docker exec e53e8fef28e7b063e9857e72b1e102e52a0aa8f8316a51211d1574b25157040a ssh-agent [2021-02-15T17:04:08.952Z] SSH_AUTH_SOCK=/tmp/ssh-QysHZG6Xlfb1/agent.11 [2021-02-15T17:04:08.952Z] SSH_AGENT_PID=16 [2021-02-15T17:04:08.960Z] Running ssh-add (command line suppressed) [2021-02-15T17:04:09.104Z] Identity added: /w/workspace/edgex-go/358@tmp/private_key_3710195843771189084.key (/w/workspace/edgex-go/358@tmp/private_key_3710195843771189084.key) [2021-02-15T17:04:09.167Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-15T17:04:09.556Z] + git semver tag [2021-02-15T17:04:09.828Z] # -> Open(): unable to determine branch for HEAD [2021-02-15T17:04:09.828Z] # $GIT_DIR = /w/workspace/edgex-go/358/.git [2021-02-15T17:04:09.828Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/358 [2021-02-15T17:04:09.828Z] # $SEMVER_REMOTE_NAME = origin [2021-02-15T17:04:09.828Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-15T17:04:09.828Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-15T17:04:09.828Z] # $SEMVER_BRANCH = master [2021-02-15T17:04:09.828Z] # $SEMVER_DIR = /w/workspace/edgex-go/358/.semver [2021-02-15T17:04:09.828Z] # 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 HEAD [2021-02-15T17:04:10.422Z] # -> Force: false [2021-02-15T17:04:10.422Z] # 2a87badd0c0fe2a58894083d3d050c005728a9cf refs/tags/v2.0.0-dev.92 [Pipeline] } [2021-02-15T17:04:10.444Z] $ docker exec --env ******** --env ******** e53e8fef28e7b063e9857e72b1e102e52a0aa8f8316a51211d1574b25157040a ssh-agent -k [2021-02-15T17:04:10.611Z] unset SSH_AUTH_SOCK; [2021-02-15T17:04:10.611Z] unset SSH_AGENT_PID; [2021-02-15T17:04:10.611Z] echo Agent pid 16 killed; [2021-02-15T17:04:10.680Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-15T17:04:11.166Z] + git semver [Pipeline] } [2021-02-15T17:04:11.190Z] $ docker stop --time=1 e53e8fef28e7b063e9857e72b1e102e52a0aa8f8316a51211d1574b25157040a [2021-02-15T17:04:12.788Z] $ docker rm -f e53e8fef28e7b063e9857e72b1e102e52a0aa8f8316a51211d1574b25157040a [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:04:13.393Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-15T17:04:13.393Z] [2021-02-15T17:04:13.393Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:04:13.754Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-15T17:04:13.754Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-02-15T17:04:13.754Z] ab5ef0e58194: Pulling fs layer [2021-02-15T17:04:13.754Z] 9712f1f96733: Pulling fs layer [2021-02-15T17:04:13.754Z] 63f879dbbcfc: Pulling fs layer [2021-02-15T17:04:13.754Z] 0d9ebad4ef96: Pulling fs layer [2021-02-15T17:04:13.754Z] e9a5061849ea: Pulling fs layer [2021-02-15T17:04:13.754Z] d747dcd14b5f: Pulling fs layer [2021-02-15T17:04:13.754Z] 2de7ff778b66: Pulling fs layer [2021-02-15T17:04:13.754Z] 2de7ff778b66: Waiting [2021-02-15T17:04:13.754Z] e9a5061849ea: Waiting [2021-02-15T17:04:13.754Z] d747dcd14b5f: Waiting [2021-02-15T17:04:13.754Z] 0d9ebad4ef96: Waiting [2021-02-15T17:04:13.754Z] 9712f1f96733: Verifying Checksum [2021-02-15T17:04:13.754Z] 9712f1f96733: Download complete [2021-02-15T17:04:16.319Z] 63f879dbbcfc: Verifying Checksum [2021-02-15T17:04:16.319Z] 63f879dbbcfc: Download complete [2021-02-15T17:04:16.319Z] e9a5061849ea: Verifying Checksum [2021-02-15T17:04:16.319Z] e9a5061849ea: Download complete [2021-02-15T17:04:16.319Z] d747dcd14b5f: Verifying Checksum [2021-02-15T17:04:16.319Z] d747dcd14b5f: Download complete [2021-02-15T17:04:16.900Z] 2de7ff778b66: Verifying Checksum [2021-02-15T17:04:16.900Z] 2de7ff778b66: Download complete [2021-02-15T17:04:17.162Z] ab5ef0e58194: Verifying Checksum [2021-02-15T17:04:17.162Z] ab5ef0e58194: Download complete [2021-02-15T17:04:17.162Z] 0d9ebad4ef96: Download complete [2021-02-15T17:04:22.501Z] ab5ef0e58194: Pull complete [2021-02-15T17:04:22.501Z] 9712f1f96733: Pull complete [2021-02-15T17:04:25.069Z] 63f879dbbcfc: Pull complete [2021-02-15T17:04:31.703Z] 0d9ebad4ef96: Pull complete [2021-02-15T17:04:31.703Z] e9a5061849ea: Pull complete [2021-02-15T17:04:31.970Z] d747dcd14b5f: Pull complete [2021-02-15T17:04:36.357Z] 2de7ff778b66: Pull complete [2021-02-15T17:04:36.357Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-02-15T17:04:36.357Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-15T17:04:36.357Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-02-15T17:04:36.587Z] prd-centos7-docker-4c-2g-26510 does not seem to be running inside a container [2021-02-15T17:04:36.640Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/358 -v /w/workspace/edgex-go/358:/w/workspace/edgex-go/358:rw,z -v /w/workspace/edgex-go/358@tmp:/w/workspace/edgex-go/358@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-15T17:04:40.214Z] $ docker top 90f2436260725525c54503b22a4cb576c121b9226d3da007aec12c748b47ddc8 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-02-15T17:04:40.620Z] provisioning config files... [2021-02-15T17:04:40.633Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/358@tmp/config3650857124565021768tmp [2021-02-15T17:04:40.651Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/358@tmp/config2381469823432455453tmp [2021-02-15T17:04:40.665Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/358@tmp/config4812556737662733340tmp [Pipeline] { [Pipeline] echo [2021-02-15T17:04:40.721Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-15T17:04:41.022Z] ---> sigul-configuration.sh [2021-02-15T17:04:41.022Z] gpg: directory `/root/.gnupg' created [2021-02-15T17:04:41.022Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-02-15T17:04:41.022Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-02-15T17:04:41.022Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-02-15T17:04:41.022Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-02-15T17:04:41.022Z] gpg: CAST5 encrypted data [2021-02-15T17:04:41.286Z] gpg: encrypted with 1 passphrase [2021-02-15T17:04:41.286Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-02-15T17:04:41.587Z] + mkdir /home/jenkins [2021-02-15T17:04:41.587Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-02-15T17:04:41.886Z] + 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-15T17:04:41.898Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-15T17:04:42.207Z] ---> sigul-install.sh [2021-02-15T17:04:47.506Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-02-15T17:04:48.075Z] + git tag --list [2021-02-15T17:04:48.338Z] 0.6.0 [2021-02-15T17:04:48.338Z] 0.6.1 [2021-02-15T17:04:48.338Z] 0.7.0 [2021-02-15T17:04:48.338Z] 0.7.1 [2021-02-15T17:04:48.338Z] v0.0.0 [2021-02-15T17:04:48.338Z] v0.0.1-dev.1 [2021-02-15T17:04:48.338Z] v1.0.0 [2021-02-15T17:04:48.338Z] v1.0.1 [2021-02-15T17:04:48.338Z] v1.1.0 [2021-02-15T17:04:48.338Z] v1.2.0 [2021-02-15T17:04:48.338Z] v1.2.1 [2021-02-15T17:04:48.338Z] v1.2.2-dev.1 [2021-02-15T17:04:48.338Z] v1.2.2-dev.10 [2021-02-15T17:04:48.338Z] v1.2.2-dev.100 [2021-02-15T17:04:48.338Z] v1.2.2-dev.101 [2021-02-15T17:04:48.338Z] v1.2.2-dev.102 [2021-02-15T17:04:48.338Z] v1.2.2-dev.103 [2021-02-15T17:04:48.339Z] v1.2.2-dev.104 [2021-02-15T17:04:48.339Z] v1.2.2-dev.105 [2021-02-15T17:04:48.339Z] v1.2.2-dev.106 [2021-02-15T17:04:48.339Z] v1.2.2-dev.107 [2021-02-15T17:04:48.339Z] v1.2.2-dev.11 [2021-02-15T17:04:48.339Z] v1.2.2-dev.12 [2021-02-15T17:04:48.339Z] v1.2.2-dev.13 [2021-02-15T17:04:48.339Z] v1.2.2-dev.14 [2021-02-15T17:04:48.339Z] v1.2.2-dev.15 [2021-02-15T17:04:48.339Z] v1.2.2-dev.16 [2021-02-15T17:04:48.339Z] v1.2.2-dev.17 [2021-02-15T17:04:48.339Z] v1.2.2-dev.18 [2021-02-15T17:04:48.339Z] v1.2.2-dev.19 [2021-02-15T17:04:48.339Z] v1.2.2-dev.2 [2021-02-15T17:04:48.339Z] v1.2.2-dev.20 [2021-02-15T17:04:48.339Z] v1.2.2-dev.21 [2021-02-15T17:04:48.339Z] v1.2.2-dev.22 [2021-02-15T17:04:48.339Z] v1.2.2-dev.23 [2021-02-15T17:04:48.339Z] v1.2.2-dev.24 [2021-02-15T17:04:48.339Z] v1.2.2-dev.25 [2021-02-15T17:04:48.339Z] v1.2.2-dev.26 [2021-02-15T17:04:48.339Z] v1.2.2-dev.27 [2021-02-15T17:04:48.339Z] v1.2.2-dev.28 [2021-02-15T17:04:48.339Z] v1.2.2-dev.29 [2021-02-15T17:04:48.339Z] v1.2.2-dev.3 [2021-02-15T17:04:48.339Z] v1.2.2-dev.30 [2021-02-15T17:04:48.339Z] v1.2.2-dev.31 [2021-02-15T17:04:48.339Z] v1.2.2-dev.32 [2021-02-15T17:04:48.339Z] v1.2.2-dev.33 [2021-02-15T17:04:48.339Z] v1.2.2-dev.34 [2021-02-15T17:04:48.339Z] v1.2.2-dev.35 [2021-02-15T17:04:48.339Z] v1.2.2-dev.36 [2021-02-15T17:04:48.339Z] v1.2.2-dev.37 [2021-02-15T17:04:48.339Z] v1.2.2-dev.38 [2021-02-15T17:04:48.339Z] v1.2.2-dev.39 [2021-02-15T17:04:48.339Z] v1.2.2-dev.4 [2021-02-15T17:04:48.339Z] v1.2.2-dev.40 [2021-02-15T17:04:48.339Z] v1.2.2-dev.41 [2021-02-15T17:04:48.339Z] v1.2.2-dev.42 [2021-02-15T17:04:48.339Z] v1.2.2-dev.43 [2021-02-15T17:04:48.339Z] v1.2.2-dev.44 [2021-02-15T17:04:48.339Z] v1.2.2-dev.45 [2021-02-15T17:04:48.339Z] v1.2.2-dev.46 [2021-02-15T17:04:48.339Z] v1.2.2-dev.47 [2021-02-15T17:04:48.339Z] v1.2.2-dev.48 [2021-02-15T17:04:48.339Z] v1.2.2-dev.49 [2021-02-15T17:04:48.339Z] v1.2.2-dev.5 [2021-02-15T17:04:48.339Z] v1.2.2-dev.50 [2021-02-15T17:04:48.339Z] v1.2.2-dev.51 [2021-02-15T17:04:48.339Z] v1.2.2-dev.52 [2021-02-15T17:04:48.339Z] v1.2.2-dev.53 [2021-02-15T17:04:48.339Z] v1.2.2-dev.54 [2021-02-15T17:04:48.339Z] v1.2.2-dev.55 [2021-02-15T17:04:48.339Z] v1.2.2-dev.56 [2021-02-15T17:04:48.339Z] v1.2.2-dev.57 [2021-02-15T17:04:48.339Z] v1.2.2-dev.58 [2021-02-15T17:04:48.339Z] v1.2.2-dev.59 [2021-02-15T17:04:48.339Z] v1.2.2-dev.6 [2021-02-15T17:04:48.339Z] v1.2.2-dev.60 [2021-02-15T17:04:48.339Z] v1.2.2-dev.61 [2021-02-15T17:04:48.339Z] v1.2.2-dev.62 [2021-02-15T17:04:48.339Z] v1.2.2-dev.63 [2021-02-15T17:04:48.339Z] v1.2.2-dev.64 [2021-02-15T17:04:48.339Z] v1.2.2-dev.65 [2021-02-15T17:04:48.339Z] v1.2.2-dev.66 [2021-02-15T17:04:48.339Z] v1.2.2-dev.67 [2021-02-15T17:04:48.339Z] v1.2.2-dev.68 [2021-02-15T17:04:48.339Z] v1.2.2-dev.69 [2021-02-15T17:04:48.339Z] v1.2.2-dev.7 [2021-02-15T17:04:48.339Z] v1.2.2-dev.70 [2021-02-15T17:04:48.339Z] v1.2.2-dev.71 [2021-02-15T17:04:48.339Z] v1.2.2-dev.72 [2021-02-15T17:04:48.339Z] v1.2.2-dev.73 [2021-02-15T17:04:48.339Z] v1.2.2-dev.74 [2021-02-15T17:04:48.339Z] v1.2.2-dev.75 [2021-02-15T17:04:48.339Z] v1.2.2-dev.76 [2021-02-15T17:04:48.339Z] v1.2.2-dev.77 [2021-02-15T17:04:48.339Z] v1.2.2-dev.78 [2021-02-15T17:04:48.339Z] v1.2.2-dev.79 [2021-02-15T17:04:48.339Z] v1.2.2-dev.8 [2021-02-15T17:04:48.339Z] v1.2.2-dev.80 [2021-02-15T17:04:48.339Z] v1.2.2-dev.81 [2021-02-15T17:04:48.339Z] v1.2.2-dev.82 [2021-02-15T17:04:48.339Z] v1.2.2-dev.83 [2021-02-15T17:04:48.339Z] v1.2.2-dev.84 [2021-02-15T17:04:48.339Z] v1.2.2-dev.85 [2021-02-15T17:04:48.339Z] v1.2.2-dev.86 [2021-02-15T17:04:48.339Z] v1.2.2-dev.87 [2021-02-15T17:04:48.339Z] v1.2.2-dev.88 [2021-02-15T17:04:48.339Z] v1.2.2-dev.89 [2021-02-15T17:04:48.339Z] v1.2.2-dev.9 [2021-02-15T17:04:48.339Z] v1.2.2-dev.90 [2021-02-15T17:04:48.339Z] v1.2.2-dev.91 [2021-02-15T17:04:48.339Z] v1.2.2-dev.92 [2021-02-15T17:04:48.339Z] v1.2.2-dev.93 [2021-02-15T17:04:48.339Z] v1.2.2-dev.94 [2021-02-15T17:04:48.339Z] v1.2.2-dev.95 [2021-02-15T17:04:48.339Z] v1.2.2-dev.96 [2021-02-15T17:04:48.339Z] v1.2.2-dev.97 [2021-02-15T17:04:48.339Z] v1.2.2-dev.98 [2021-02-15T17:04:48.339Z] v1.2.2-dev.99 [2021-02-15T17:04:48.339Z] v1.3.0 [2021-02-15T17:04:48.339Z] v1.3.1 [2021-02-15T17:04:48.339Z] v1.3.1-dev.1 [2021-02-15T17:04:48.339Z] v1.3.1-dev.10 [2021-02-15T17:04:48.339Z] v1.3.1-dev.11 [2021-02-15T17:04:48.339Z] v1.3.1-dev.12 [2021-02-15T17:04:48.339Z] v1.3.1-dev.13 [2021-02-15T17:04:48.339Z] v1.3.1-dev.14 [2021-02-15T17:04:48.339Z] v1.3.1-dev.15 [2021-02-15T17:04:48.339Z] v1.3.1-dev.16 [2021-02-15T17:04:48.339Z] v1.3.1-dev.17 [2021-02-15T17:04:48.339Z] v1.3.1-dev.18 [2021-02-15T17:04:48.339Z] v1.3.1-dev.2 [2021-02-15T17:04:48.339Z] v1.3.1-dev.3 [2021-02-15T17:04:48.339Z] v1.3.1-dev.4 [2021-02-15T17:04:48.339Z] v1.3.1-dev.5 [2021-02-15T17:04:48.339Z] v1.3.1-dev.6 [2021-02-15T17:04:48.339Z] v1.3.1-dev.7 [2021-02-15T17:04:48.339Z] v1.3.1-dev.8 [2021-02-15T17:04:48.339Z] v1.3.1-dev.9 [2021-02-15T17:04:48.339Z] v2.0.0-dev.1 [2021-02-15T17:04:48.339Z] v2.0.0-dev.10 [2021-02-15T17:04:48.339Z] v2.0.0-dev.11 [2021-02-15T17:04:48.339Z] v2.0.0-dev.12 [2021-02-15T17:04:48.339Z] v2.0.0-dev.13 [2021-02-15T17:04:48.339Z] v2.0.0-dev.14 [2021-02-15T17:04:48.339Z] v2.0.0-dev.15 [2021-02-15T17:04:48.339Z] v2.0.0-dev.16 [2021-02-15T17:04:48.339Z] v2.0.0-dev.17 [2021-02-15T17:04:48.339Z] v2.0.0-dev.18 [2021-02-15T17:04:48.339Z] v2.0.0-dev.19 [2021-02-15T17:04:48.339Z] v2.0.0-dev.2 [2021-02-15T17:04:48.339Z] v2.0.0-dev.20 [2021-02-15T17:04:48.339Z] v2.0.0-dev.21 [2021-02-15T17:04:48.339Z] v2.0.0-dev.22 [2021-02-15T17:04:48.339Z] v2.0.0-dev.23 [2021-02-15T17:04:48.339Z] v2.0.0-dev.24 [2021-02-15T17:04:48.339Z] v2.0.0-dev.25 [2021-02-15T17:04:48.339Z] v2.0.0-dev.26 [2021-02-15T17:04:48.339Z] v2.0.0-dev.27 [2021-02-15T17:04:48.339Z] v2.0.0-dev.28 [2021-02-15T17:04:48.339Z] v2.0.0-dev.29 [2021-02-15T17:04:48.339Z] v2.0.0-dev.3 [2021-02-15T17:04:48.339Z] v2.0.0-dev.30 [2021-02-15T17:04:48.339Z] v2.0.0-dev.31 [2021-02-15T17:04:48.339Z] v2.0.0-dev.32 [2021-02-15T17:04:48.339Z] v2.0.0-dev.33 [2021-02-15T17:04:48.339Z] v2.0.0-dev.34 [2021-02-15T17:04:48.339Z] v2.0.0-dev.35 [2021-02-15T17:04:48.339Z] v2.0.0-dev.36 [2021-02-15T17:04:48.339Z] v2.0.0-dev.37 [2021-02-15T17:04:48.339Z] v2.0.0-dev.38 [2021-02-15T17:04:48.339Z] v2.0.0-dev.39 [2021-02-15T17:04:48.339Z] v2.0.0-dev.4 [2021-02-15T17:04:48.339Z] v2.0.0-dev.40 [2021-02-15T17:04:48.339Z] v2.0.0-dev.41 [2021-02-15T17:04:48.339Z] v2.0.0-dev.42 [2021-02-15T17:04:48.339Z] v2.0.0-dev.43 [2021-02-15T17:04:48.339Z] v2.0.0-dev.44 [2021-02-15T17:04:48.339Z] v2.0.0-dev.45 [2021-02-15T17:04:48.339Z] v2.0.0-dev.46 [2021-02-15T17:04:48.339Z] v2.0.0-dev.47 [2021-02-15T17:04:48.339Z] v2.0.0-dev.48 [2021-02-15T17:04:48.339Z] v2.0.0-dev.49 [2021-02-15T17:04:48.339Z] v2.0.0-dev.5 [2021-02-15T17:04:48.339Z] v2.0.0-dev.50 [2021-02-15T17:04:48.339Z] v2.0.0-dev.51 [2021-02-15T17:04:48.339Z] v2.0.0-dev.52 [2021-02-15T17:04:48.339Z] v2.0.0-dev.53 [2021-02-15T17:04:48.339Z] v2.0.0-dev.54 [2021-02-15T17:04:48.339Z] v2.0.0-dev.55 [2021-02-15T17:04:48.339Z] v2.0.0-dev.56 [2021-02-15T17:04:48.339Z] v2.0.0-dev.57 [2021-02-15T17:04:48.339Z] v2.0.0-dev.58 [2021-02-15T17:04:48.339Z] v2.0.0-dev.59 [2021-02-15T17:04:48.339Z] v2.0.0-dev.6 [2021-02-15T17:04:48.339Z] v2.0.0-dev.60 [2021-02-15T17:04:48.339Z] v2.0.0-dev.61 [2021-02-15T17:04:48.339Z] v2.0.0-dev.62 [2021-02-15T17:04:48.339Z] v2.0.0-dev.63 [2021-02-15T17:04:48.339Z] v2.0.0-dev.64 [2021-02-15T17:04:48.339Z] v2.0.0-dev.65 [2021-02-15T17:04:48.339Z] v2.0.0-dev.66 [2021-02-15T17:04:48.339Z] v2.0.0-dev.67 [2021-02-15T17:04:48.339Z] v2.0.0-dev.68 [2021-02-15T17:04:48.339Z] v2.0.0-dev.69 [2021-02-15T17:04:48.339Z] v2.0.0-dev.7 [2021-02-15T17:04:48.339Z] v2.0.0-dev.70 [2021-02-15T17:04:48.339Z] v2.0.0-dev.71 [2021-02-15T17:04:48.339Z] v2.0.0-dev.72 [2021-02-15T17:04:48.339Z] v2.0.0-dev.73 [2021-02-15T17:04:48.339Z] v2.0.0-dev.74 [2021-02-15T17:04:48.339Z] v2.0.0-dev.75 [2021-02-15T17:04:48.339Z] v2.0.0-dev.76 [2021-02-15T17:04:48.339Z] v2.0.0-dev.77 [2021-02-15T17:04:48.339Z] v2.0.0-dev.78 [2021-02-15T17:04:48.339Z] v2.0.0-dev.79 [2021-02-15T17:04:48.339Z] v2.0.0-dev.8 [2021-02-15T17:04:48.339Z] v2.0.0-dev.80 [2021-02-15T17:04:48.339Z] v2.0.0-dev.81 [2021-02-15T17:04:48.339Z] v2.0.0-dev.82 [2021-02-15T17:04:48.339Z] v2.0.0-dev.83 [2021-02-15T17:04:48.339Z] v2.0.0-dev.84 [2021-02-15T17:04:48.339Z] v2.0.0-dev.85 [2021-02-15T17:04:48.339Z] v2.0.0-dev.86 [2021-02-15T17:04:48.339Z] v2.0.0-dev.87 [2021-02-15T17:04:48.339Z] v2.0.0-dev.88 [2021-02-15T17:04:48.339Z] v2.0.0-dev.89 [2021-02-15T17:04:48.339Z] v2.0.0-dev.9 [2021-02-15T17:04:48.339Z] v2.0.0-dev.90 [2021-02-15T17:04:48.339Z] v2.0.0-dev.91 [2021-02-15T17:04:48.339Z] v2.0.0-dev.92 [Pipeline] sh [2021-02-15T17:04:48.638Z] + lftools sign git-tag v2.0.0-dev.92 [2021-02-15T17:04:50.028Z] Signing Git tag with Sigul... [2021-02-15T17:04:50.028Z] Signing v2.0.0-dev.92 [Pipeline] echo [2021-02-15T17:04:50.985Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-15T17:04:51.282Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-02-15T17:04:51.292Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-02-15T17:04:51.383Z] $ docker stop --time=1 90f2436260725525c54503b22a4cb576c121b9226d3da007aec12c748b47ddc8 [2021-02-15T17:04:53.752Z] $ docker rm -f 90f2436260725525c54503b22a4cb576c121b9226d3da007aec12c748b47ddc8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:04:54.575Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-15T17:04:54.575Z] . [Pipeline] withDockerContainer [2021-02-15T17:04:54.690Z] prd-centos7-docker-4c-2g-26510 does not seem to be running inside a container [2021-02-15T17:04:54.838Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/358 -v /w/workspace/edgex-go/358:/w/workspace/edgex-go/358:rw,z -v /w/workspace/edgex-go/358@tmp:/w/workspace/edgex-go/358@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-15T17:04:55.773Z] $ docker top cdbd9eaff3174b217c21c9a53ed5b5366399cd5363d64bee72a0ff4e6aa343f5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-15T17:04:56.115Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-15T17:04:56.115Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-15T17:04:56.340Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-15T17:04:56.343Z] $ docker exec cdbd9eaff3174b217c21c9a53ed5b5366399cd5363d64bee72a0ff4e6aa343f5 ssh-agent [2021-02-15T17:04:56.535Z] SSH_AUTH_SOCK=/tmp/ssh-0zNyE7YPFC5a/agent.12 [2021-02-15T17:04:56.535Z] SSH_AGENT_PID=18 [2021-02-15T17:04:56.542Z] Running ssh-add (command line suppressed) [2021-02-15T17:04:56.671Z] Identity added: /w/workspace/edgex-go/358@tmp/private_key_7331204961500714548.key (/w/workspace/edgex-go/358@tmp/private_key_7331204961500714548.key) [2021-02-15T17:04:56.732Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-15T17:04:57.067Z] + git semver bump pre [2021-02-15T17:04:57.067Z] # -> Open(): unable to determine branch for HEAD [2021-02-15T17:04:57.067Z] # $GIT_DIR = /w/workspace/edgex-go/358/.git [2021-02-15T17:04:57.067Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/358 [2021-02-15T17:04:57.067Z] # $SEMVER_REMOTE_NAME = origin [2021-02-15T17:04:57.067Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-15T17:04:57.067Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-15T17:04:57.067Z] # $SEMVER_BRANCH = master [2021-02-15T17:04:57.067Z] # $SEMVER_DIR = /w/workspace/edgex-go/358/.semver [2021-02-15T17:04:57.067Z] 2.0.0-dev.93 [Pipeline] } [2021-02-15T17:04:57.079Z] $ docker exec --env ******** --env ******** cdbd9eaff3174b217c21c9a53ed5b5366399cd5363d64bee72a0ff4e6aa343f5 ssh-agent -k [2021-02-15T17:04:57.242Z] unset SSH_AUTH_SOCK; [2021-02-15T17:04:57.242Z] unset SSH_AGENT_PID; [2021-02-15T17:04:57.242Z] echo Agent pid 18 killed; [2021-02-15T17:04:57.317Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-15T17:04:57.764Z] + git semver [Pipeline] } [2021-02-15T17:04:57.780Z] $ docker stop --time=1 cdbd9eaff3174b217c21c9a53ed5b5366399cd5363d64bee72a0ff4e6aa343f5 [2021-02-15T17:04:59.162Z] $ docker rm -f cdbd9eaff3174b217c21c9a53ed5b5366399cd5363d64bee72a0ff4e6aa343f5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:04:59.722Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-15T17:04:59.723Z] . [Pipeline] withDockerContainer [2021-02-15T17:04:59.838Z] prd-centos7-docker-4c-2g-26510 does not seem to be running inside a container [2021-02-15T17:04:59.893Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/358 -v /w/workspace/edgex-go/358:/w/workspace/edgex-go/358:rw,z -v /w/workspace/edgex-go/358@tmp:/w/workspace/edgex-go/358@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-15T17:05:00.730Z] $ docker top e378f5c12536ff499be7df0738231290a56ffb78adf4255ad3c261714c1ade34 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-15T17:05:01.077Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-15T17:05:01.078Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-15T17:05:01.321Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-15T17:05:01.338Z] $ docker exec e378f5c12536ff499be7df0738231290a56ffb78adf4255ad3c261714c1ade34 ssh-agent [2021-02-15T17:05:01.623Z] SSH_AUTH_SOCK=/tmp/ssh-qMiOrXhwPLEq/agent.11 [2021-02-15T17:05:01.623Z] SSH_AGENT_PID=17 [2021-02-15T17:05:01.648Z] Running ssh-add (command line suppressed) [2021-02-15T17:05:01.814Z] Identity added: /w/workspace/edgex-go/358@tmp/private_key_4518598346259824663.key (/w/workspace/edgex-go/358@tmp/private_key_4518598346259824663.key) [2021-02-15T17:05:01.896Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-15T17:05:02.298Z] + git semver push [2021-02-15T17:05:02.298Z] # -> Open(): unable to determine branch for HEAD [2021-02-15T17:05:02.298Z] # $GIT_DIR = /w/workspace/edgex-go/358/.git [2021-02-15T17:05:02.298Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/358 [2021-02-15T17:05:02.298Z] # $SEMVER_REMOTE_NAME = origin [2021-02-15T17:05:02.298Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-15T17:05:02.298Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-15T17:05:02.298Z] # $SEMVER_BRANCH = master [2021-02-15T17:05:02.298Z] # $SEMVER_DIR = /w/workspace/edgex-go/358/.semver [Pipeline] } [2021-02-15T17:05:14.560Z] $ docker exec --env ******** --env ******** e378f5c12536ff499be7df0738231290a56ffb78adf4255ad3c261714c1ade34 ssh-agent -k [2021-02-15T17:05:14.700Z] unset SSH_AUTH_SOCK; [2021-02-15T17:05:14.700Z] unset SSH_AGENT_PID; [2021-02-15T17:05:14.700Z] echo Agent pid 17 killed; [2021-02-15T17:05:14.760Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-15T17:05:15.230Z] + git semver [Pipeline] } [2021-02-15T17:05:15.247Z] $ docker stop --time=1 e378f5c12536ff499be7df0738231290a56ffb78adf4255ad3c261714c1ade34 [2021-02-15T17:05:16.602Z] $ docker rm -f e378f5c12536ff499be7df0738231290a56ffb78adf4255ad3c261714c1ade34 [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-15T17:05:17.944Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-15T17:05:18.822Z] ---> package-listing.sh [2021-02-15T17:05:18.822Z] ++ facter osfamily [2021-02-15T17:05:18.822Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-15T17:05:18.822Z] + OS_FAMILY=redhat [2021-02-15T17:05:18.822Z] + workspace=/w/workspace/edgex-go/358 [2021-02-15T17:05:18.822Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-15T17:05:18.822Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-15T17:05:18.822Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-15T17:05:18.822Z] + PACKAGES=/tmp/packages_start.txt [2021-02-15T17:05:18.822Z] + '[' /w/workspace/edgex-go/358 ']' [2021-02-15T17:05:18.822Z] + PACKAGES=/tmp/packages_end.txt [2021-02-15T17:05:18.822Z] + case "${OS_FAMILY}" in [2021-02-15T17:05:18.822Z] + rpm -qa [2021-02-15T17:05:18.822Z] + sort [2021-02-15T17:05:24.131Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-15T17:05:24.131Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-15T17:05:24.131Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-15T17:05:24.131Z] + '[' /w/workspace/edgex-go/358 ']' [2021-02-15T17:05:24.131Z] + mkdir -p /w/workspace/edgex-go/358/archives/ [2021-02-15T17:05:24.131Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/358/archives/ [Pipeline] echo [2021-02-15T17:05:24.146Z] 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/358/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-15T17:05:24.444Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:05:24.785Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-15T17:05:24.785Z] [2021-02-15T17:05:24.785Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:05:25.131Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-15T17:05:25.131Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-15T17:05:25.131Z] df20fa9351a1: Pulling fs layer [2021-02-15T17:05:25.131Z] 36b3adc4ff6f: Pulling fs layer [2021-02-15T17:05:25.131Z] 8ad3a11d3b57: Pulling fs layer [2021-02-15T17:05:25.131Z] 46f8f816bc3b: Pulling fs layer [2021-02-15T17:05:25.131Z] 93b61091891f: Pulling fs layer [2021-02-15T17:05:25.131Z] 93b9cdb0e59b: Pulling fs layer [2021-02-15T17:05:25.131Z] 5e14af77c1be: Pulling fs layer [2021-02-15T17:05:25.131Z] 01666e4c0597: Pulling fs layer [2021-02-15T17:05:25.131Z] aa168da1d23b: Pulling fs layer [2021-02-15T17:05:25.131Z] 46f8f816bc3b: Waiting [2021-02-15T17:05:25.131Z] 93b61091891f: Waiting [2021-02-15T17:05:25.131Z] 93b9cdb0e59b: Waiting [2021-02-15T17:05:25.131Z] 5e14af77c1be: Waiting [2021-02-15T17:05:25.131Z] 01666e4c0597: Waiting [2021-02-15T17:05:25.131Z] aa168da1d23b: Waiting [2021-02-15T17:05:25.131Z] 36b3adc4ff6f: Verifying Checksum [2021-02-15T17:05:25.131Z] 36b3adc4ff6f: Download complete [2021-02-15T17:05:25.395Z] 46f8f816bc3b: Verifying Checksum [2021-02-15T17:05:25.395Z] 46f8f816bc3b: Download complete [2021-02-15T17:05:25.395Z] df20fa9351a1: Verifying Checksum [2021-02-15T17:05:25.395Z] df20fa9351a1: Download complete [2021-02-15T17:05:25.395Z] 93b9cdb0e59b: Verifying Checksum [2021-02-15T17:05:25.395Z] 93b9cdb0e59b: Download complete [2021-02-15T17:05:25.395Z] 93b61091891f: Verifying Checksum [2021-02-15T17:05:25.395Z] 93b61091891f: Download complete [2021-02-15T17:05:25.395Z] 5e14af77c1be: Verifying Checksum [2021-02-15T17:05:25.395Z] 5e14af77c1be: Download complete [2021-02-15T17:05:25.395Z] 01666e4c0597: Verifying Checksum [2021-02-15T17:05:25.395Z] 01666e4c0597: Download complete [2021-02-15T17:05:25.967Z] df20fa9351a1: Pull complete [2021-02-15T17:05:25.967Z] 36b3adc4ff6f: Pull complete [2021-02-15T17:05:26.232Z] 8ad3a11d3b57: Verifying Checksum [2021-02-15T17:05:26.232Z] 8ad3a11d3b57: Download complete [2021-02-15T17:05:27.637Z] 8ad3a11d3b57: Pull complete [2021-02-15T17:05:27.899Z] aa168da1d23b: Verifying Checksum [2021-02-15T17:05:27.899Z] aa168da1d23b: Download complete [2021-02-15T17:05:28.473Z] 46f8f816bc3b: Pull complete [2021-02-15T17:05:29.047Z] 93b61091891f: Pull complete [2021-02-15T17:05:29.047Z] 93b9cdb0e59b: Pull complete [2021-02-15T17:05:29.309Z] 5e14af77c1be: Pull complete [2021-02-15T17:05:29.309Z] 01666e4c0597: Pull complete [2021-02-15T17:05:35.950Z] aa168da1d23b: Pull complete [2021-02-15T17:05:36.229Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-15T17:05:36.229Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-15T17:05:36.229Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-15T17:05:36.443Z] prd-centos7-docker-4c-2g-26510 does not seem to be running inside a container [2021-02-15T17:05:36.503Z] $ 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/358/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/358 -v /w/workspace/edgex-go/358:/w/workspace/edgex-go/358:rw,z -v /w/workspace/edgex-go/358@tmp:/w/workspace/edgex-go/358@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-15T17:05:41.131Z] $ docker top 7439dc359eb13e4f76978a036ba61e945b82bd7f4233fe3fcf5acff6e279a076 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-15T17:05:41.715Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-15T17:05:42.017Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-15T17:05:42.315Z] + ls /var/log/sa-host [2021-02-15T17:05:42.889Z] + sadf -c /var/log/sa-host/sa15 [2021-02-15T17:05:42.889Z] file_magic: OK [2021-02-15T17:05:42.889Z] HZ: Using current value: 100 [2021-02-15T17:05:42.889Z] file_header: OK [2021-02-15T17:05:42.889Z] 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-15T17:05:42.889Z] Statistics: [2021-02-15T17:05:42.889Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-15T17:05:42.890Z] File successfully converted to sysstat format version 12.2.1 [2021-02-15T17:05:42.890Z] + sadf -c /var/log/sa-host/sa23 [2021-02-15T17:05:42.890Z] file_magic: OK [2021-02-15T17:05:42.890Z] HZ: Using current value: 100 [2021-02-15T17:05:42.890Z] file_header: OK [2021-02-15T17:05:42.890Z] 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-15T17:05:42.890Z] Statistics: [2021-02-15T17:05:42.890Z] Hnuu...uuuununununu... [2021-02-15T17:05:42.890Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-15T17:05:43.111Z] provisioning config files... [2021-02-15T17:05:43.126Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/358@tmp/config8312931286890754531tmp [Pipeline] { [Pipeline] echo [2021-02-15T17:05:43.192Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-15T17:05:43.488Z] ---> create-netrc.sh [Pipeline] } [2021-02-15T17:05:43.498Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-15T17:05:43.585Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-15T17:05:43.883Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-15T17:05:43.894Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-15T17:05:44.199Z] ---> sudo-logs.sh [2021-02-15T17:05:44.199Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-15T17:05:44.275Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-15T17:05:44.576Z] ---> job-cost.sh [2021-02-15T17:05:44.576Z] lf-activate-venv: SKIPPING [2021-02-15T17:05:44.576Z] INFO: No Stack... [2021-02-15T17:05:45.521Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-15T17:05:46.096Z] INFO: Archiving Costs [Pipeline] echo [2021-02-15T17:05:46.110Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-15T17:05:46.409Z] ---> logs-deploy.sh [2021-02-15T17:05:46.409Z] lf-activate-venv: SKIPPING [2021-02-15T17:05:46.410Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/358 [2021-02-15T17:05:46.410Z] INFO: archiving workspace using pattern(s): [2021-02-15T17:05:48.330Z] Archives upload complete. [2021-02-15T17:05:48.330Z] INFO: archiving logs to Nexus