Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from c7b5d06303d1c1949c9ce5e99765f1d861064f89 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-22221 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/316 [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/316 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision c7b5d06303d1c1949c9ce5e99765f1d861064f89 (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c7b5d06303d1c1949c9ce5e99765f1d861064f89 # timeout=10 Commit message: "Merge pull request #3067 from weichou1229/issue-3043-provision-watcher" > git rev-list --no-walk 5dc76a6c8e7f254c7fba720d41f2fe5f0204dd5b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-22T07:23:37.955Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-22T07:23:38.233Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-22T07:23:38.336Z] ========================================================= [2021-01-22T07:23:38.336Z] EdgeX Global Pipelines Version Info [2021-01-22T07:23:38.336Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-22T07:23:39.872Z] ------------------- [2021-01-22T07:23:39.872Z] stable info: [2021-01-22T07:23:39.872Z] ------------------- [2021-01-22T07:23:39.872Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-22T07:23:39.872Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-22T07:23:39.872Z] Message: update stable to v1.0.179 [2021-01-22T07:23:40.820Z] ------------------- [2021-01-22T07:23:40.820Z] experimental info: [2021-01-22T07:23:40.820Z] ------------------- [2021-01-22T07:23:40.820Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-22T07:23:40.820Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-22T07:23:40.820Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-22T07:23:41.138Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-22T07:23:41.233Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-22T07:23:41.353Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-22T07:23:41.444Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-22T07:23:41.525Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-22T07:23:41.621Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-22T07:23:41.718Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-22T07:23:41.805Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-22T07:23:41.916Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-22T07:23:42.014Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-22T07:23:42.103Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-22T07:23:42.185Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-22T07:23:42.264Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-22T07:23:42.363Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-22T07:23:42.459Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-22T07:23:42.569Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-22T07:23:42.649Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-22T07:23:42.730Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-22T07:23:42.837Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-22T07:23:42.947Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-22T07:23:43.034Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-22T07:23:43.134Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-22T07:23:43.217Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-22T07:23:43.302Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-22T07:23:43.425Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-22T07:23:43.513Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-22T07:23:43.597Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c7b5d06303d1c1949c9ce5e99765f1d861064f89 [Pipeline] echo [2021-01-22T07:23:43.695Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c7b5d06 [Pipeline] echo [2021-01-22T07:23:43.776Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-22T07:23:43.940Z] provisioning config files... [2021-01-22T07:23:43.970Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/316@tmp/config2066269491550566542tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T07:23:44.324Z] ---> docker-login.sh [2021-01-22T07:23:44.324Z] nexus3.edgexfoundry.org:10001 [2021-01-22T07:23:44.587Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T07:23:44.587Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T07:23:44.587Z] Configure a credential helper to remove this warning. See [2021-01-22T07:23:44.587Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T07:23:44.587Z] [2021-01-22T07:23:44.587Z] Login Succeeded [2021-01-22T07:23:44.587Z] nexus3.edgexfoundry.org:10002 [2021-01-22T07:23:44.587Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T07:23:44.849Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T07:23:44.849Z] Configure a credential helper to remove this warning. See [2021-01-22T07:23:44.849Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T07:23:44.849Z] [2021-01-22T07:23:44.849Z] Login Succeeded [2021-01-22T07:23:44.849Z] nexus3.edgexfoundry.org:10003 [2021-01-22T07:23:44.849Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T07:23:44.849Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T07:23:44.849Z] Configure a credential helper to remove this warning. See [2021-01-22T07:23:44.849Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T07:23:44.849Z] [2021-01-22T07:23:44.849Z] Login Succeeded [2021-01-22T07:23:44.849Z] nexus3.edgexfoundry.org:10004 [2021-01-22T07:23:45.111Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T07:23:45.111Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T07:23:45.111Z] Configure a credential helper to remove this warning. See [2021-01-22T07:23:45.111Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T07:23:45.111Z] [2021-01-22T07:23:45.111Z] Login Succeeded [2021-01-22T07:23:45.111Z] docker.io [2021-01-22T07:23:45.373Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T07:23:45.373Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T07:23:45.373Z] Configure a credential helper to remove this warning. See [2021-01-22T07:23:45.373Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T07:23:45.373Z] [2021-01-22T07:23:45.373Z] Login Succeeded [2021-01-22T07:23:45.373Z] ---> docker-login.sh ends [Pipeline] } [2021-01-22T07:23:45.383Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-22T07:23:45.865Z] ++ 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-01-22T07:23:45.865Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T07:23:45.865Z] ++ dirname cmd/core-command/Dockerfile [2021-01-22T07:23:45.865Z] ++ cut -d/ -f2 [2021-01-22T07:23:45.865Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-22T07:23:45.865Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T07:23:45.865Z] ++ dirname cmd/core-data/Dockerfile [2021-01-22T07:23:45.865Z] ++ cut -d/ -f2 [2021-01-22T07:23:45.865Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-22T07:23:45.865Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T07:23:45.865Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-22T07:23:45.865Z] ++ cut -d/ -f2 [2021-01-22T07:23:45.865Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-22T07:23:45.865Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T07:23:45.865Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-22T07:23:45.865Z] ++ cut -d/ -f2 [2021-01-22T07:23:45.865Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-22T07:23:45.865Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T07:23:45.865Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-22T07:23:45.865Z] ++ cut -d/ -f2 [2021-01-22T07:23:45.865Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-22T07:23:45.865Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T07:23:45.865Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-22T07:23:45.865Z] ++ cut -d/ -f2 [2021-01-22T07:23:45.865Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-22T07:23:45.865Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T07:23:45.865Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-22T07:23:45.865Z] ++ cut -d/ -f2 [2021-01-22T07:23:45.865Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-22T07:23:45.865Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T07:23:45.865Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-22T07:23:45.865Z] ++ cut -d/ -f2 [2021-01-22T07:23:45.865Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-22T07:23:45.865Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T07:23:45.865Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-22T07:23:45.865Z] ++ cut -d/ -f2 [2021-01-22T07:23:45.865Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-22T07:23:45.946Z] 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-01-22T07:23:46.737Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T07:23:46.737Z] [2021-01-22T07:23:46.737Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:23:47.085Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T07:23:47.349Z] latest: Pulling from edgex-devops/git-semver [2021-01-22T07:23:47.349Z] 31603596830f: Pulling fs layer [2021-01-22T07:23:47.349Z] 2a8b12db71e7: Pulling fs layer [2021-01-22T07:23:47.349Z] 6ca5941a6612: Pulling fs layer [2021-01-22T07:23:47.349Z] ecc8261a40a4: Pulling fs layer [2021-01-22T07:23:47.349Z] ecc8261a40a4: Waiting [2021-01-22T07:23:47.349Z] 2a8b12db71e7: Download complete [2021-01-22T07:23:47.349Z] 31603596830f: Verifying Checksum [2021-01-22T07:23:47.349Z] 31603596830f: Download complete [2021-01-22T07:23:47.610Z] ecc8261a40a4: Download complete [2021-01-22T07:23:47.610Z] 6ca5941a6612: Verifying Checksum [2021-01-22T07:23:47.610Z] 6ca5941a6612: Download complete [2021-01-22T07:23:47.610Z] 31603596830f: Pull complete [2021-01-22T07:23:47.880Z] 2a8b12db71e7: Pull complete [2021-01-22T07:23:48.457Z] 6ca5941a6612: Pull complete [2021-01-22T07:23:48.720Z] ecc8261a40a4: Pull complete [2021-01-22T07:23:48.720Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-22T07:23:48.720Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T07:23:48.720Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-22T07:23:48.819Z] prd-centos7-docker-4c-2g-22221 does not seem to be running inside a container [2021-01-22T07:23:48.869Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/316 -v /w/workspace/edgex-go/316:/w/workspace/edgex-go/316:rw,z -v /w/workspace/edgex-go/316@tmp:/w/workspace/edgex-go/316@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-01-22T07:23:51.336Z] $ docker top 5769684c6103c2ae2bbb44e4a97b695275f97cf7755518b3b5cdfb6c6a67fa5a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-22T07:23:51.619Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-22T07:23:51.619Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-22T07:23:51.798Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-22T07:23:51.802Z] $ docker exec 5769684c6103c2ae2bbb44e4a97b695275f97cf7755518b3b5cdfb6c6a67fa5a ssh-agent [2021-01-22T07:23:51.963Z] SSH_AUTH_SOCK=/tmp/ssh-UTEEdkCaQQkt/agent.13 [2021-01-22T07:23:51.963Z] SSH_AGENT_PID=18 [2021-01-22T07:23:51.972Z] Running ssh-add (command line suppressed) [2021-01-22T07:23:52.090Z] Identity added: /w/workspace/edgex-go/316@tmp/private_key_8498148216161824747.key (/w/workspace/edgex-go/316@tmp/private_key_8498148216161824747.key) [2021-01-22T07:23:52.143Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-22T07:23:52.470Z] + git tag --points-at HEAD [Pipeline] } [2021-01-22T07:23:52.492Z] $ docker exec --env ******** --env ******** 5769684c6103c2ae2bbb44e4a97b695275f97cf7755518b3b5cdfb6c6a67fa5a ssh-agent -k [2021-01-22T07:23:52.630Z] unset SSH_AUTH_SOCK; [2021-01-22T07:23:52.630Z] unset SSH_AGENT_PID; [2021-01-22T07:23:52.630Z] echo Agent pid 18 killed; [2021-01-22T07:23:52.699Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-22T07:23:52.854Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-22T07:23:52.854Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-22T07:23:53.024Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-22T07:23:53.028Z] $ docker exec 5769684c6103c2ae2bbb44e4a97b695275f97cf7755518b3b5cdfb6c6a67fa5a ssh-agent [2021-01-22T07:23:53.181Z] SSH_AUTH_SOCK=/tmp/ssh-Rc7APHaF0pr8/agent.48 [2021-01-22T07:23:53.181Z] SSH_AGENT_PID=53 [2021-01-22T07:23:53.187Z] Running ssh-add (command line suppressed) [2021-01-22T07:23:53.298Z] Identity added: /w/workspace/edgex-go/316@tmp/private_key_5774039199496456555.key (/w/workspace/edgex-go/316@tmp/private_key_5774039199496456555.key) [2021-01-22T07:23:53.349Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-22T07:23:53.681Z] + git semver init [2021-01-22T07:23:53.681Z] # -> Open(): unable to determine branch for HEAD [2021-01-22T07:23:53.681Z] # $GIT_DIR = /w/workspace/edgex-go/316/.git [2021-01-22T07:23:53.681Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/316 [2021-01-22T07:23:53.681Z] # $SEMVER_REMOTE_NAME = origin [2021-01-22T07:23:53.681Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-22T07:23:53.681Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-22T07:23:53.681Z] # $SEMVER_BRANCH = master [2021-01-22T07:23:53.681Z] # $SEMVER_TEMP = /tmp/semver-169326186 [2021-01-22T07:23:53.681Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-22T07:24:15.692Z] # '/tmp/semver-169326186' -> '/w/workspace/edgex-go/316/.semver' [2021-01-22T07:24:16.642Z] # -> Force: false [2021-01-22T07:24:16.642Z] # $SEMVER_DIR = /w/workspace/edgex-go/316/.semver [Pipeline] } [2021-01-22T07:24:16.660Z] $ docker exec --env ******** --env ******** 5769684c6103c2ae2bbb44e4a97b695275f97cf7755518b3b5cdfb6c6a67fa5a ssh-agent -k [2021-01-22T07:24:16.876Z] unset SSH_AUTH_SOCK; [2021-01-22T07:24:16.876Z] unset SSH_AGENT_PID; [2021-01-22T07:24:16.876Z] echo Agent pid 53 killed; [2021-01-22T07:24:16.943Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-22T07:24:17.416Z] + git semver [Pipeline] } [2021-01-22T07:24:17.433Z] $ docker stop --time=1 5769684c6103c2ae2bbb44e4a97b695275f97cf7755518b3b5cdfb6c6a67fa5a [2021-01-22T07:24:19.067Z] $ docker rm -f 5769684c6103c2ae2bbb44e4a97b695275f97cf7755518b3b5cdfb6c6a67fa5a [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-22T07:24:19.573Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-22T07:24:20.068Z] Stashed 1 file(s) [Pipeline] echo [2021-01-22T07:24:20.071Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.53 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-22T07:24:21.036Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-22T07:24:21.336Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-22T07:24:21.630Z] + sudo service docker restart [2021-01-22T07:24:21.631Z] + true [2021-01-22T07:24:21.631Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-22T07:24:22.218Z] ========================================================= [2021-01-22T07:24:22.218Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-22T07:24:22.218Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:24:22.587Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-22T07:24:26.836Z] Sending build context to Docker daemon 327.1MB [2021-01-22T07:24:26.836Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-22T07:24:26.836Z] Step 2/6 : FROM ${BASE} [2021-01-22T07:24:26.836Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-22T07:24:26.836Z] 188c0c94c7c5: Pulling fs layer [2021-01-22T07:24:26.836Z] 0ef7d3d256c8: Pulling fs layer [2021-01-22T07:24:26.836Z] de9db76c5a1d: Pulling fs layer [2021-01-22T07:24:26.836Z] bca2f99d35d6: Pulling fs layer [2021-01-22T07:24:26.836Z] 93359f2a8cfa: Pulling fs layer [2021-01-22T07:24:26.836Z] 7c6f9722023f: Pulling fs layer [2021-01-22T07:24:26.836Z] a35cf1a2eb13: Pulling fs layer [2021-01-22T07:24:26.836Z] bca2f99d35d6: Waiting [2021-01-22T07:24:26.836Z] 93359f2a8cfa: Waiting [2021-01-22T07:24:26.836Z] 7c6f9722023f: Waiting [2021-01-22T07:24:26.836Z] a35cf1a2eb13: Waiting [2021-01-22T07:24:26.836Z] 0ef7d3d256c8: Download complete [2021-01-22T07:24:26.836Z] de9db76c5a1d: Download complete [2021-01-22T07:24:26.836Z] 93359f2a8cfa: Download complete [2021-01-22T07:24:26.836Z] 7c6f9722023f: Verifying Checksum [2021-01-22T07:24:26.836Z] 7c6f9722023f: Download complete [2021-01-22T07:24:26.836Z] 188c0c94c7c5: Verifying Checksum [2021-01-22T07:24:26.836Z] 188c0c94c7c5: Download complete [2021-01-22T07:24:27.102Z] 188c0c94c7c5: Pull complete [2021-01-22T07:24:27.364Z] 0ef7d3d256c8: Pull complete [2021-01-22T07:24:27.631Z] de9db76c5a1d: Pull complete [2021-01-22T07:24:28.582Z] a35cf1a2eb13: Verifying Checksum [2021-01-22T07:24:28.582Z] a35cf1a2eb13: Download complete [2021-01-22T07:24:29.535Z] bca2f99d35d6: Verifying Checksum [2021-01-22T07:24:29.535Z] bca2f99d35d6: Download complete [2021-01-22T07:24:33.832Z] bca2f99d35d6: Pull complete [2021-01-22T07:24:34.093Z] 93359f2a8cfa: Pull complete [2021-01-22T07:24:34.355Z] 7c6f9722023f: Pull complete [2021-01-22T07:24:35.502Z] Still waiting to schedule task [2021-01-22T07:24:35.502Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-22T07:24:40.962Z] a35cf1a2eb13: Pull complete [2021-01-22T07:24:40.962Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-22T07:24:40.962Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-22T07:24:40.962Z] ---> a62c8e92a672 [2021-01-22T07:24:40.962Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-22T07:24:40.962Z] ---> Running in a68a512fab02 [2021-01-22T07:24:40.962Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T07:24:41.906Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T07:24:42.854Z] (1/12) Installing libmagic (5.38-r0) [2021-01-22T07:24:43.116Z] (2/12) Installing file (5.38-r0) [2021-01-22T07:24:43.116Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-22T07:24:43.380Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-22T07:25:01.501Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-22T07:25:01.763Z] (6/12) Installing patch (2.7.6-r6) [2021-01-22T07:25:01.763Z] (7/12) Installing build-base (0.5-r2) [2021-01-22T07:25:01.763Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-22T07:25:02.026Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-22T07:25:02.026Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-22T07:25:02.288Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-22T07:25:02.550Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-22T07:25:02.550Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T07:25:02.550Z] OK: 233 MiB in 51 packages [2021-01-22T07:25:05.858Z] Removing intermediate container a68a512fab02 [2021-01-22T07:25:05.858Z] ---> 62dfd60c09e3 [2021-01-22T07:25:05.858Z] Step 4/6 : WORKDIR /edgex-go [2021-01-22T07:25:05.858Z] ---> Running in e2c5caf58a86 [2021-01-22T07:25:06.119Z] Removing intermediate container e2c5caf58a86 [2021-01-22T07:25:06.120Z] ---> 695993985f70 [2021-01-22T07:25:06.120Z] Step 5/6 : COPY go.mod . [2021-01-22T07:25:06.382Z] ---> 8893b7cd9de1 [2021-01-22T07:25:06.382Z] Step 6/6 : RUN go mod download [2021-01-22T07:25:06.382Z] ---> Running in 9106bda89977 [2021-01-22T07:25:28.362Z] Removing intermediate container 9106bda89977 [2021-01-22T07:25:28.362Z] ---> 8b5e00ee2a07 [2021-01-22T07:25:28.362Z] Successfully built 8b5e00ee2a07 [2021-01-22T07:25:28.362Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:25:28.673Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-22T07:25:28.673Z] . [Pipeline] withDockerContainer [2021-01-22T07:25:28.769Z] prd-centos7-docker-4c-2g-22221 does not seem to be running inside a container [2021-01-22T07:25:28.812Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/316 -v /w/workspace/edgex-go/316:/w/workspace/edgex-go/316:rw,z -v /w/workspace/edgex-go/316@tmp:/w/workspace/edgex-go/316@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-01-22T07:25:29.578Z] $ docker top 2ddf760b72ab699f1f00a04dfa621d5a328806fe73fd20629560c83b45a97888 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T07:25:30.048Z] + go version [2021-01-22T07:25:30.048Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-22T07:25:30.062Z] $ docker stop --time=1 2ddf760b72ab699f1f00a04dfa621d5a328806fe73fd20629560c83b45a97888 [2021-01-22T07:25:31.380Z] $ docker rm -f 2ddf760b72ab699f1f00a04dfa621d5a328806fe73fd20629560c83b45a97888 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:25:32.216Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-22T07:25:32.216Z] . [Pipeline] withDockerContainer [2021-01-22T07:25:32.316Z] prd-centos7-docker-4c-2g-22221 does not seem to be running inside a container [2021-01-22T07:25:32.358Z] $ 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/316 -v /w/workspace/edgex-go/316:/w/workspace/edgex-go/316:rw,z -v /w/workspace/edgex-go/316@tmp:/w/workspace/edgex-go/316@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-01-22T07:25:32.935Z] $ docker top 7f1fcdd9a2053719f17862c6b9421d541592d6143db53630b20957fa5fc02134 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-22T07:25:33.149Z] ========================================================= [2021-01-22T07:25:33.149Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-22T07:25:33.149Z] ========================================================= [Pipeline] sh [2021-01-22T07:25:33.435Z] + make test [2021-01-22T07:25:33.435Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-22T07:25:41.791Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-22T07:25:56.805Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-22T07:26:02.144Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-22T07:26:02.144Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-22T07:26:02.144Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-22T07:26:02.144Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-22T07:26:05.520Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-22T07:26:05.520Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-22T07:26:05.520Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-22T07:26:05.520Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-22T07:26:05.520Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-22T07:26:05.520Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-22T07:26:07.470Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-22T07:26:07.470Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-22T07:26:07.470Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-22T07:26:08.887Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.090s coverage: 46.6% of statements [2021-01-22T07:26:08.887Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-22T07:26:08.887Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-22T07:26:08.887Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-22T07:26:08.887Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-22T07:26:08.887Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-22T07:26:13.137Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.184s coverage: 27.0% of statements [2021-01-22T07:26:13.137Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-22T07:26:13.137Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-22T07:26:13.137Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-22T07:26:13.137Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-22T07:26:13.137Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-22T07:26:13.137Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-22T07:26:13.137Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.047s coverage: 100.0% of statements [2021-01-22T07:26:13.137Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-22T07:26:13.137Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.047s coverage: 100.0% of statements [2021-01-22T07:26:13.137Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-22T07:26:13.137Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-22T07:26:13.137Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.120s coverage: 66.7% of statements [2021-01-22T07:26:13.137Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-22T07:26:13.137Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-22T07:26:13.722Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.462s coverage: 82.3% of statements [2021-01-22T07:26:13.722Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-22T07:26:13.722Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-22T07:26:13.722Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-22T07:26:13.722Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-22T07:26:15.123Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.355s coverage: 28.6% of statements [2021-01-22T07:26:15.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-22T07:26:15.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-22T07:26:15.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-22T07:26:15.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-22T07:26:15.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-22T07:26:15.124Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.063s coverage: 100.0% of statements [2021-01-22T07:26:15.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-22T07:26:15.124Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.035s coverage: 100.0% of statements [2021-01-22T07:26:15.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-22T07:26:15.704Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.137s coverage: 86.7% of statements [2021-01-22T07:26:15.704Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-22T07:26:15.704Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.095s coverage: 97.5% of statements [2021-01-22T07:26:15.704Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-22T07:26:15.970Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.070s coverage: 78.3% of statements [2021-01-22T07:26:15.970Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-22T07:26:15.970Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-22T07:26:15.970Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-22T07:26:15.970Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-22T07:26:18.582Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.351s coverage: 92.8% of statements [2021-01-22T07:26:18.582Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-22T07:26:18.582Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-22T07:26:18.582Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-22T07:26:18.582Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-22T07:26:18.582Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-22T07:26:18.582Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-22T07:26:18.582Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-22T07:26:18.582Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-22T07:26:18.582Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-22T07:26:18.582Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-22T07:26:18.582Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-22T07:26:18.582Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-22T07:26:18.582Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-22T07:26:18.582Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-22T07:26:18.582Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-22T07:26:18.582Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-22T07:26:18.582Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-22T07:26:18.582Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-22T07:26:18.582Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.028s coverage: 58.8% of statements [2021-01-22T07:26:18.582Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-22T07:26:18.582Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-22T07:26:18.582Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.077s coverage: 0.1% of statements [2021-01-22T07:26:18.582Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-22T07:26:18.582Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-22T07:26:18.582Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-22T07:26:18.582Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.027s coverage: 43.8% of statements [2021-01-22T07:26:18.582Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.084s coverage: 79.5% of statements [2021-01-22T07:26:18.582Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.038s coverage: 94.1% of statements [2021-01-22T07:26:18.582Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.063s coverage: 96.3% of statements [2021-01-22T07:26:18.582Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.026s coverage: 87.5% of statements [2021-01-22T07:26:30.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.046s coverage: 94.4% of statements [2021-01-22T07:26:30.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.025s coverage: 44.8% of statements [2021-01-22T07:26:30.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-22T07:26:30.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-22T07:26:30.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-22T07:26:30.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-22T07:26:30.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements [2021-01-22T07:26:30.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-22T07:26:30.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-22T07:26:30.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.028s coverage: 100.0% of statements [2021-01-22T07:26:30.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-22T07:26:30.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.042s coverage: 75.5% of statements [2021-01-22T07:26:30.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-22T07:26:30.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.038s coverage: 80.8% of statements [2021-01-22T07:26:30.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-01-22T07:26:30.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.2% of statements [2021-01-22T07:26:30.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.4% of statements [2021-01-22T07:26:30.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-22T07:26:30.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.173s coverage: 63.5% of statements [2021-01-22T07:26:30.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-22T07:26:30.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-22T07:26:30.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.025s coverage: 100.0% of statements [2021-01-22T07:26:30.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements [2021-01-22T07:26:30.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-01-22T07:26:30.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-01-22T07:26:30.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-01-22T07:26:30.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.275s coverage: 68.9% of statements [2021-01-22T07:26:30.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-22T07:26:30.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-22T07:26:30.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-22T07:26:30.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-22T07:26:30.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-22T07:26:30.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.086s coverage: 37.0% of statements [2021-01-22T07:26:30.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-22T07:26:30.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-22T07:26:30.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.285s coverage: 84.0% of statements [2021-01-22T07:26:30.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.032s coverage: 100.0% of statements [2021-01-22T07:26:30.859Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.106s coverage: 47.1% of statements [2021-01-22T07:26:30.859Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-22T07:26:30.859Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-22T07:26:30.859Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-22T07:26:30.859Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-22T07:26:30.859Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-22T07:26:30.859Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements [2021-01-22T07:26:30.859Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-22T07:26:30.859Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.043s coverage: 100.0% of statements [2021-01-22T07:26:30.859Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-22T07:26:30.859Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.669s coverage: 29.1% of statements [2021-01-22T07:26:30.859Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-22T07:26:30.859Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-22T07:26:30.859Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-22T07:26:30.859Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-22T07:26:30.859Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-22T07:26:30.859Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.063s coverage: 99.0% of statements [2021-01-22T07:26:30.859Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-22T07:26:30.859Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.042s coverage: 100.0% of statements [2021-01-22T07:26:30.859Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-22T07:26:30.859Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.029s coverage: 0.0% of statements [2021-01-22T07:26:30.859Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-22T07:26:30.859Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.058s coverage: 100.0% of statements [2021-01-22T07:26:30.859Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-22T07:26:30.859Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-22T07:26:30.859Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-22T07:26:30.859Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-22T07:26:31.435Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.041s coverage: 87.9% of statements [2021-01-22T07:26:31.435Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-22T07:26:31.435Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-22T07:26:31.435Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.028s coverage: 100.0% of statements [2021-01-22T07:26:31.435Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-01-22T07:26:31.696Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.042s coverage: 100.0% of statements [2021-01-22T07:26:31.956Z] GO111MODULE=on go vet ./... [2021-01-22T07:26:38.289Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-22226 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-01-22T07:26:38.345Z] Running in /w/workspace/edgex-go/316 [Pipeline] { [Pipeline] checkout [2021-01-22T07:26:42.945Z] using credential edgex-jenkins-ssh [2021-01-22T07:26:43.009Z] Cloning the remote Git repository [2021-01-22T07:26:43.062Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-22T07:26:43.175Z] > git init /w/workspace/edgex-go/316 # timeout=10 [2021-01-22T07:26:43.262Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-22T07:26:43.263Z] > git --version # timeout=10 [2021-01-22T07:26:43.281Z] > git --version # 'git version 2.17.1' [2021-01-22T07:26:43.283Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T07:26:43.360Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T07:26:58.676Z] gofmt -l . [2021-01-22T07:26:58.677Z] [ "`gofmt -l .`" = "" ] [2021-01-22T07:26:58.677Z] ./bin/test-go-mod-tidy.sh [2021-01-22T07:26:58.677Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-22T07:26:58.979Z] + ls -al . [2021-01-22T07:26:58.980Z] total 668 [2021-01-22T07:26:58.980Z] drwxrwxr-x 10 1001 1001 4096 Jan 22 07:26 . [2021-01-22T07:26:58.980Z] drwxr-xr-x 4 root root 32 Jan 22 07:25 .. [2021-01-22T07:26:58.980Z] -rw-rw-r-- 1 1001 1001 11 Jan 22 07:23 .dockerignore [2021-01-22T07:26:58.980Z] drwxrwxr-x 8 1001 1001 162 Jan 22 07:23 .git [2021-01-22T07:26:58.980Z] drwxrwxr-x 3 1001 1001 125 Jan 22 07:23 .github [2021-01-22T07:26:58.980Z] -rw-rw-r-- 1 1001 1001 872 Jan 22 07:23 .gitignore [2021-01-22T07:26:58.980Z] drwx------ 3 1001 1001 32 Jan 22 07:24 .semver [2021-01-22T07:26:58.980Z] -rw-rw-r-- 1 1001 1001 166 Jan 22 07:23 .sonarcloud.properties [2021-01-22T07:26:58.980Z] -rw-rw-r-- 1 1001 1001 7859 Jan 22 07:23 Attribution.txt [2021-01-22T07:26:58.980Z] -rw-rw-r-- 1 1001 1001 3804 Jan 22 07:23 CONTRIBUTING.md [2021-01-22T07:26:58.980Z] -rw-rw-r-- 1 1001 1001 931 Jan 22 07:23 Dockerfile.build [2021-01-22T07:26:58.980Z] -rw-rw-r-- 1 1001 1001 863 Jan 22 07:23 Jenkinsfile [2021-01-22T07:26:58.980Z] -rw-rw-r-- 1 1001 1001 10775 Jan 22 07:23 LICENSE [2021-01-22T07:26:58.980Z] -rw-rw-r-- 1 1001 1001 6001 Jan 22 07:23 Makefile [2021-01-22T07:26:58.980Z] -rw-rw-r-- 1 1001 1001 6524 Jan 22 07:23 README.md [2021-01-22T07:26:58.980Z] -rw-rw-r-- 1 1001 1001 6755 Jan 22 07:23 SECURITY.md [2021-01-22T07:26:58.980Z] -rw-rw-r-- 1 1001 1001 12 Jan 22 07:24 VERSION [2021-01-22T07:26:58.980Z] -rw-rw-r-- 1 1001 1001 4131 Jan 22 07:23 ZMQWindows.md [2021-01-22T07:26:58.980Z] drwxrwxr-x 2 1001 1001 117 Jan 22 07:23 bin [2021-01-22T07:26:58.980Z] drwxrwxr-x 15 1001 1001 4096 Jan 22 07:23 cmd [2021-01-22T07:26:58.980Z] -rw-r--r-- 1 root root 563886 Jan 22 07:26 coverage.out [2021-01-22T07:26:58.980Z] -rw-r--r-- 1 root root 1053 Jan 22 07:26 go.mod [2021-01-22T07:26:58.980Z] -rw-r--r-- 1 root root 18878 Jan 22 07:26 go.sum [2021-01-22T07:26:58.980Z] drwxrwxr-x 8 1001 1001 127 Jan 22 07:23 internal [2021-01-22T07:26:58.980Z] drwxrwxr-x 4 1001 1001 26 Jan 22 07:23 openapi [2021-01-22T07:26:58.980Z] drwxrwxr-x 4 1001 1001 71 Jan 22 07:23 snap [2021-01-22T07:26:58.980Z] -rw-rw-r-- 1 1001 1001 168 Jan 22 07:23 version.go [Pipeline] sh [2021-01-22T07:26:59.276Z] + '[' -e coverage.out ] [2021-01-22T07:26:59.276Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-22T07:26:59.493Z] Stashed 1 file(s) [Pipeline] sh [2021-01-22T07:26:59.920Z] + make build [2021-01-22T07:26:59.920Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.53" -o cmd/core-data/core-data ./cmd/core-data [2021-01-22T07:27:01.647Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-22T07:27:01.670Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T07:27:01.693Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-22T07:27:01.733Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-22T07:27:01.734Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T07:27:01.747Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-22T07:27:03.447Z] Checking out Revision c7b5d06303d1c1949c9ce5e99765f1d861064f89 (master) [2021-01-22T07:27:04.157Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.53" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-22T07:27:03.464Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T07:27:03.484Z] > git checkout -f c7b5d06303d1c1949c9ce5e99765f1d861064f89 # timeout=10 [2021-01-22T07:27:08.081Z] Commit message: "Merge pull request #3067 from weichou1229/issue-3043-provision-watcher" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-22T07:27:09.656Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-22T07:27:10.125Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-22T07:27:10.567Z] + sudo service docker restart [2021-01-22T07:27:10.567Z] + true [2021-01-22T07:27:10.827Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.53" -o cmd/core-command/core-command ./cmd/core-command [2021-01-22T07:27:12.214Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.53" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-22T07:27:12.714Z] provisioning config files... [2021-01-22T07:27:12.763Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/316@tmp/config2045661390585344737tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T07:27:13.165Z] ---> docker-login.sh [2021-01-22T07:27:13.165Z] nexus3.edgexfoundry.org:10001 [2021-01-22T07:27:13.624Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.53" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-22T07:27:13.624Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.53" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-22T07:27:14.148Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T07:27:14.425Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T07:27:14.425Z] Configure a credential helper to remove this warning. See [2021-01-22T07:27:14.425Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T07:27:14.425Z] [2021-01-22T07:27:14.425Z] Login Succeeded [2021-01-22T07:27:14.425Z] nexus3.edgexfoundry.org:10002 [2021-01-22T07:27:14.714Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T07:27:15.003Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T07:27:15.003Z] Configure a credential helper to remove this warning. See [2021-01-22T07:27:15.003Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T07:27:15.003Z] [2021-01-22T07:27:15.003Z] Login Succeeded [2021-01-22T07:27:15.003Z] nexus3.edgexfoundry.org:10003 [2021-01-22T07:27:15.024Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.53" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-22T07:27:15.279Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T07:27:15.279Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T07:27:15.279Z] Configure a credential helper to remove this warning. See [2021-01-22T07:27:15.279Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T07:27:15.279Z] [2021-01-22T07:27:15.279Z] Login Succeeded [2021-01-22T07:27:15.279Z] nexus3.edgexfoundry.org:10004 [2021-01-22T07:27:15.889Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T07:27:15.889Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T07:27:15.889Z] Configure a credential helper to remove this warning. See [2021-01-22T07:27:15.889Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T07:27:15.889Z] [2021-01-22T07:27:15.889Z] Login Succeeded [2021-01-22T07:27:15.889Z] docker.io [2021-01-22T07:27:16.173Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T07:27:16.413Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.53" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-22T07:27:16.770Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T07:27:16.770Z] Configure a credential helper to remove this warning. See [2021-01-22T07:27:16.770Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T07:27:16.770Z] [2021-01-22T07:27:16.770Z] Login Succeeded [2021-01-22T07:27:16.770Z] ---> docker-login.sh ends [Pipeline] } [2021-01-22T07:27:16.793Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-22T07:27:17.246Z] ========================================================= [2021-01-22T07:27:17.246Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-22T07:27:17.246Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:27:17.356Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.53" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-22T07:27:17.635Z] + 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-01-22T07:27:18.765Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.53" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-22T07:27:19.677Z] Sending build context to Docker daemon 165.9MB [2021-01-22T07:27:19.708Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.53" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-22T07:27:19.951Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-22T07:27:19.952Z] Step 2/6 : FROM ${BASE} [2021-01-22T07:27:19.952Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-22T07:27:19.952Z] 5f621e34cdf4: Pulling fs layer [2021-01-22T07:27:19.952Z] a4357932f1b6: Pulling fs layer [2021-01-22T07:27:19.952Z] 18c013af1878: Pulling fs layer [2021-01-22T07:27:19.952Z] 00ac8860ef70: Pulling fs layer [2021-01-22T07:27:19.952Z] 63d7cb157983: Pulling fs layer [2021-01-22T07:27:19.952Z] b116817d02f9: Pulling fs layer [2021-01-22T07:27:19.952Z] 745a02a5169b: Pulling fs layer [2021-01-22T07:27:19.952Z] 00ac8860ef70: Waiting [2021-01-22T07:27:19.952Z] 745a02a5169b: Waiting [2021-01-22T07:27:19.952Z] b116817d02f9: Waiting [2021-01-22T07:27:19.952Z] 18c013af1878: Download complete [2021-01-22T07:27:19.952Z] a4357932f1b6: Verifying Checksum [2021-01-22T07:27:19.952Z] a4357932f1b6: Download complete [2021-01-22T07:27:19.952Z] 63d7cb157983: Verifying Checksum [2021-01-22T07:27:19.952Z] 63d7cb157983: Download complete [2021-01-22T07:27:19.952Z] b116817d02f9: Download complete [2021-01-22T07:27:20.557Z] 5f621e34cdf4: Verifying Checksum [2021-01-22T07:27:20.557Z] 5f621e34cdf4: Download complete [2021-01-22T07:27:20.661Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.53" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-22T07:27:21.168Z] 5f621e34cdf4: Pull complete [2021-01-22T07:27:21.624Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.53" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-22T07:27:21.773Z] a4357932f1b6: Pull complete [2021-01-22T07:27:22.047Z] 18c013af1878: Pull complete [2021-01-22T07:27:22.650Z] 745a02a5169b: Verifying Checksum [2021-01-22T07:27:22.650Z] 745a02a5169b: Download complete [Pipeline] } [2021-01-22T07:27:23.560Z] $ docker stop --time=1 7f1fcdd9a2053719f17862c6b9421d541592d6143db53630b20957fa5fc02134 [2021-01-22T07:27:24.633Z] 00ac8860ef70: Verifying Checksum [2021-01-22T07:27:24.633Z] 00ac8860ef70: Download complete [2021-01-22T07:27:25.210Z] $ docker rm -f 7f1fcdd9a2053719f17862c6b9421d541592d6143db53630b20957fa5fc02134 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:27:26.938Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-22T07:27:26.938Z] [2021-01-22T07:27:26.938Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:27:27.282Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-22T07:27:27.282Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-22T07:27:27.282Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-22T07:27:27.282Z] ca9280d653b3: Pulling fs layer [2021-01-22T07:27:27.282Z] 7e9c9ca2126c: Pulling fs layer [2021-01-22T07:27:27.550Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-22T07:27:27.550Z] cbdbe7a5bc2a: Download complete [2021-01-22T07:27:27.812Z] cbdbe7a5bc2a: Pull complete [2021-01-22T07:27:27.812Z] ca9280d653b3: Verifying Checksum [2021-01-22T07:27:27.812Z] ca9280d653b3: Download complete [2021-01-22T07:27:28.774Z] ca9280d653b3: Pull complete [2021-01-22T07:27:29.035Z] 7e9c9ca2126c: Download complete [2021-01-22T07:27:34.345Z] 7e9c9ca2126c: Pull complete [2021-01-22T07:27:34.345Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-22T07:27:34.345Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-22T07:27:34.345Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-22T07:27:34.450Z] prd-centos7-docker-4c-2g-22221 does not seem to be running inside a container [2021-01-22T07:27:34.490Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/316 -v /w/workspace/edgex-go/316:/w/workspace/edgex-go/316:rw,z -v /w/workspace/edgex-go/316@tmp:/w/workspace/edgex-go/316@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-01-22T07:27:34.796Z] 00ac8860ef70: Pull complete [2021-01-22T07:27:35.071Z] 63d7cb157983: Pull complete [2021-01-22T07:27:35.343Z] b116817d02f9: Pull complete [2021-01-22T07:27:36.583Z] $ docker top 1695958dd73c4d6298910cb4a129dbc497ac8bbfe2d4aa6496ffed197597e004 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T07:27:37.123Z] + docker-compose build --help [2021-01-22T07:27:37.123Z] + grep parallel [2021-01-22T07:27:38.096Z] --parallel Build images in parallel. [Pipeline] } [2021-01-22T07:27:38.131Z] $ docker stop --time=1 1695958dd73c4d6298910cb4a129dbc497ac8bbfe2d4aa6496ffed197597e004 [2021-01-22T07:27:39.491Z] $ docker rm -f 1695958dd73c4d6298910cb4a129dbc497ac8bbfe2d4aa6496ffed197597e004 [Pipeline] // withDockerContainer [2021-01-22T07:27:39.674Z] 745a02a5169b: Pull complete [2021-01-22T07:27:39.674Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-22T07:27:39.674Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-22T07:27:39.674Z] ---> b7e6874047d6 [2021-01-22T07:27:39.674Z] 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 [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:27:40.084Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-22T07:27:40.084Z] . [Pipeline] withDockerContainer [2021-01-22T07:27:40.189Z] prd-centos7-docker-4c-2g-22221 does not seem to be running inside a container [2021-01-22T07:27:40.255Z] $ 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/316 -v /w/workspace/edgex-go/316:/w/workspace/edgex-go/316:rw,z -v /w/workspace/edgex-go/316@tmp:/w/workspace/edgex-go/316@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-22T07:27:41.676Z] $ docker top 59a2f50086e0b2550bda329b10ef946f6f40d1695391f7dca8cdb2addb555360 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T07:27:42.171Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-22T07:27:43.089Z] ---> Running in e018f3e82973 [2021-01-22T07:27:43.114Z] Building docker-core-command-go ... [2021-01-22T07:27:43.114Z] Building docker-core-data-go ... [2021-01-22T07:27:43.114Z] Building docker-core-metadata-go ... [2021-01-22T07:27:43.114Z] Building docker-security-bootstrapper-go ... [2021-01-22T07:27:43.114Z] Building docker-security-proxy-setup-go ... [2021-01-22T07:27:43.114Z] Building docker-security-secretstore-setup-go ... [2021-01-22T07:27:43.114Z] Building docker-support-notifications-go ... [2021-01-22T07:27:43.114Z] Building docker-support-scheduler-go ... [2021-01-22T07:27:43.114Z] Building docker-sys-mgmt-agent-go ... [2021-01-22T07:27:43.114Z] Building docker-security-proxy-setup-go [2021-01-22T07:27:43.114Z] Building docker-support-notifications-go [2021-01-22T07:27:43.114Z] Building docker-core-command-go [2021-01-22T07:27:43.114Z] Building docker-support-scheduler-go [2021-01-22T07:27:43.114Z] Building docker-core-data-go [2021-01-22T07:27:43.689Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T07:27:45.673Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T07:27:49.061Z] (1/12) Installing libmagic (5.38-r0) [2021-01-22T07:27:49.653Z] (2/12) Installing file (5.38-r0) [2021-01-22T07:27:49.653Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-22T07:27:49.653Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-22T07:28:07.953Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-22T07:28:07.953Z] (6/12) Installing patch (2.7.6-r6) [2021-01-22T07:28:07.953Z] (7/12) Installing build-base (0.5-r2) [2021-01-22T07:28:07.953Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-22T07:28:07.953Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-22T07:28:07.953Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-22T07:28:07.953Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-22T07:28:07.953Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-22T07:28:07.953Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T07:28:07.953Z] OK: 217 MiB in 51 packages [2021-01-22T07:28:09.920Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T07:28:09.920Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T07:28:09.920Z] ---> 8b5e00ee2a07 [2021-01-22T07:28:09.920Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T07:28:09.920Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T07:28:09.920Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-22T07:28:09.920Z] ---> 8b5e00ee2a07 [2021-01-22T07:28:09.920Z] Step 3/22 : WORKDIR /edgex-go [2021-01-22T07:28:09.920Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T07:28:09.920Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-22T07:28:09.920Z] ---> 8b5e00ee2a07 [2021-01-22T07:28:09.920Z] Step 3/21 : WORKDIR /edgex-go [2021-01-22T07:28:09.920Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T07:28:09.920Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-22T07:28:09.920Z] ---> 8b5e00ee2a07 [2021-01-22T07:28:09.920Z] Step 3/22 : WORKDIR /edgex-go [2021-01-22T07:28:10.573Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T07:28:10.573Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T07:28:10.573Z] ---> 8b5e00ee2a07 [2021-01-22T07:28:10.573Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T07:28:10.592Z] Removing intermediate container e018f3e82973 [2021-01-22T07:28:10.592Z] ---> 211c980893db [2021-01-22T07:28:10.592Z] Step 4/6 : WORKDIR /edgex-go [2021-01-22T07:28:10.592Z] ---> Running in 1dd590dc8943 [2021-01-22T07:28:10.592Z] Removing intermediate container 1dd590dc8943 [2021-01-22T07:28:10.592Z] ---> 3b84552c7359 [2021-01-22T07:28:10.592Z] Step 5/6 : COPY go.mod . [2021-01-22T07:28:11.597Z] ---> dc24b4a602be [2021-01-22T07:28:11.597Z] Step 6/6 : RUN go mod download [2021-01-22T07:28:11.597Z] ---> Running in ef35a162240f [2021-01-22T07:28:11.966Z] ---> Running in 03256022ad67 [2021-01-22T07:28:11.966Z] ---> Running in 20c368e3331a [2021-01-22T07:28:11.966Z] ---> Running in 6f5dd8bb0a8f [2021-01-22T07:28:11.966Z] ---> Running in 9fc25abf3c76 [2021-01-22T07:28:11.966Z] ---> Running in 1f345c9e2a22 [2021-01-22T07:28:12.229Z] Removing intermediate container 03256022ad67 [2021-01-22T07:28:12.229Z] ---> aa4fa7dd0c85 [2021-01-22T07:28:12.229Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T07:28:12.229Z] Removing intermediate container 9fc25abf3c76 [2021-01-22T07:28:12.229Z] ---> ac3901789bc8 [2021-01-22T07:28:12.229Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T07:28:12.229Z] Removing intermediate container 6f5dd8bb0a8f [2021-01-22T07:28:12.229Z] ---> fd43e301e617 [2021-01-22T07:28:12.229Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T07:28:12.229Z] Removing intermediate container 1f345c9e2a22 [2021-01-22T07:28:12.229Z] ---> 0b3443fec3f4 [2021-01-22T07:28:12.229Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T07:28:12.229Z] Removing intermediate container 20c368e3331a [2021-01-22T07:28:12.229Z] ---> e6c108c69c54 [2021-01-22T07:28:12.229Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T07:28:12.491Z] ---> Running in df90d51ae9e8 [2021-01-22T07:28:12.491Z] ---> Running in a31b54ce2221 [2021-01-22T07:28:12.491Z] ---> Running in f6b2771387e6 [2021-01-22T07:28:12.491Z] ---> Running in 0698e31c6ac6 [2021-01-22T07:28:12.491Z] ---> Running in 2a5455fb6dbc [2021-01-22T07:28:14.446Z] Removing intermediate container f6b2771387e6 [2021-01-22T07:28:14.447Z] ---> d015f6db29ff [2021-01-22T07:28:14.447Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-22T07:28:14.447Z] ---> Running in 6774bee1cc5a [2021-01-22T07:28:14.447Z] Removing intermediate container df90d51ae9e8 [2021-01-22T07:28:14.447Z] ---> 76bad95fc6de [2021-01-22T07:28:14.447Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-22T07:28:14.709Z] Removing intermediate container a31b54ce2221 [2021-01-22T07:28:14.709Z] ---> 9ddd622cb85c [2021-01-22T07:28:14.709Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-22T07:28:14.709Z] Removing intermediate container 0698e31c6ac6 [2021-01-22T07:28:14.709Z] ---> 721ea3a3d314 [2021-01-22T07:28:14.709Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-22T07:28:14.970Z] ---> Running in 9f0024b3baec [2021-01-22T07:28:14.970Z] ---> Running in 1800ec18f5a3 [2021-01-22T07:28:14.970Z] ---> Running in 1a95c4ae002b [2021-01-22T07:28:14.970Z] Removing intermediate container 2a5455fb6dbc [2021-01-22T07:28:14.970Z] ---> 4458d71a3b94 [2021-01-22T07:28:14.970Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-22T07:28:15.232Z] ---> Running in 50acfc9cbbd1 [2021-01-22T07:28:15.232Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T07:28:15.807Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T07:28:15.807Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T07:28:16.068Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T07:28:16.068Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T07:28:16.638Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T07:28:16.638Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T07:28:16.897Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T07:28:16.897Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T07:28:16.897Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T07:28:17.484Z] OK: 233 MiB in 51 packages [2021-01-22T07:28:17.747Z] OK: 233 MiB in 51 packages [2021-01-22T07:28:18.008Z] OK: 233 MiB in 51 packages [2021-01-22T07:28:18.008Z] Removing intermediate container 9f0024b3baec [2021-01-22T07:28:18.008Z] ---> 77bef7e94079 [2021-01-22T07:28:18.008Z] Step 6/23 : COPY go.mod . [2021-01-22T07:28:18.275Z] OK: 233 MiB in 51 packages [2021-01-22T07:28:18.275Z] OK: 233 MiB in 51 packages [2021-01-22T07:28:18.540Z] ---> 2d6ef4ca6636 [2021-01-22T07:28:18.540Z] Step 7/23 : RUN go mod download [2021-01-22T07:28:18.540Z] Removing intermediate container 50acfc9cbbd1 [2021-01-22T07:28:18.540Z] ---> f3bc0c262139 [2021-01-22T07:28:18.540Z] Step 6/22 : COPY go.mod . [2021-01-22T07:28:18.800Z] ---> Running in a31d4cead142 [2021-01-22T07:28:18.800Z] Removing intermediate container 1800ec18f5a3 [2021-01-22T07:28:18.800Z] ---> b6bc9410f835 [2021-01-22T07:28:18.800Z] Step 6/21 : COPY go.mod . [2021-01-22T07:28:19.061Z] ---> 37db45e03add [2021-01-22T07:28:19.061Z] Step 7/22 : RUN go mod download [2021-01-22T07:28:19.321Z] ---> d1d8b0e7ae01 [2021-01-22T07:28:19.321Z] Step 7/21 : RUN go mod download [2021-01-22T07:28:19.321Z] ---> Running in 9b097de48c67 [2021-01-22T07:28:19.581Z] Removing intermediate container 1a95c4ae002b [2021-01-22T07:28:19.581Z] ---> cd8d4b52427a [2021-01-22T07:28:19.581Z] Step 6/23 : COPY go.mod . [2021-01-22T07:28:19.581Z] ---> Running in fefdbd94c8d7 [2021-01-22T07:28:19.581Z] Removing intermediate container 6774bee1cc5a [2021-01-22T07:28:19.581Z] ---> d99130dcb6f4 [2021-01-22T07:28:19.581Z] Step 6/22 : COPY go.mod . [2021-01-22T07:28:19.847Z] ---> 8ca093d8f5cb [2021-01-22T07:28:19.847Z] Step 7/23 : RUN go mod download [2021-01-22T07:28:20.116Z] ---> a1a6e3db2e4c [2021-01-22T07:28:20.117Z] Step 7/22 : RUN go mod download [2021-01-22T07:28:20.117Z] ---> Running in 3688e201058d [2021-01-22T07:28:20.117Z] ---> Running in 1a0877b702b1 [2021-01-22T07:28:21.065Z] Removing intermediate container a31d4cead142 [2021-01-22T07:28:21.065Z] ---> f268525d40d8 [2021-01-22T07:28:21.065Z] Step 8/23 : COPY . . [2021-01-22T07:28:21.331Z] Removing intermediate container fefdbd94c8d7 [2021-01-22T07:28:21.331Z] ---> d7e69dfeec8d [2021-01-22T07:28:21.331Z] Step 8/21 : COPY . . [2021-01-22T07:28:23.888Z] Removing intermediate container 9b097de48c67 [2021-01-22T07:28:23.888Z] ---> 72b9a8896eb9 [2021-01-22T07:28:23.888Z] Step 8/22 : COPY . . [2021-01-22T07:28:27.225Z] Removing intermediate container 3688e201058d [2021-01-22T07:28:27.225Z] ---> 9aba759f533d [2021-01-22T07:28:27.225Z] Step 8/23 : COPY . . [2021-01-22T07:28:29.325Z] Removing intermediate container 1a0877b702b1 [2021-01-22T07:28:29.325Z] ---> e5aba0ec57b3 [2021-01-22T07:28:29.325Z] Step 8/22 : COPY . . [2021-01-22T07:28:38.400Z] Removing intermediate container ef35a162240f [2021-01-22T07:28:38.400Z] ---> 408eff0bff18 [2021-01-22T07:28:38.400Z] Successfully built 408eff0bff18 [2021-01-22T07:28:38.400Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:28:38.744Z] + docker inspect -f . ci-base-image-arm64 [2021-01-22T07:28:38.744Z] . [Pipeline] withDockerContainer [2021-01-22T07:28:39.023Z] prd-ubuntu18.04-docker-arm64-4c-16g-22226 does not seem to be running inside a container [2021-01-22T07:28:39.108Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/316 -v /w/workspace/edgex-go/316:/w/workspace/edgex-go/316:rw,z -v /w/workspace/edgex-go/316@tmp:/w/workspace/edgex-go/316@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-22T07:28:40.670Z] $ docker top 08ad2fa0e49c1823b914ff9128bab9420e57464f531ef1fa8d9a6ee0e0d9867b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T07:28:41.730Z] + go version [2021-01-22T07:28:41.730Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-22T07:28:41.755Z] $ docker stop --time=1 08ad2fa0e49c1823b914ff9128bab9420e57464f531ef1fa8d9a6ee0e0d9867b [2021-01-22T07:28:43.689Z] $ docker rm -f 08ad2fa0e49c1823b914ff9128bab9420e57464f531ef1fa8d9a6ee0e0d9867b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:28:44.916Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-22T07:28:44.916Z] [2021-01-22T07:28:44.916Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:28:45.304Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-22T07:28:45.304Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-22T07:28:45.304Z] 29e5d40040c1: Pulling fs layer [2021-01-22T07:28:45.304Z] 1ce36da41761: Pulling fs layer [2021-01-22T07:28:45.304Z] 25b303627fd3: Pulling fs layer [2021-01-22T07:28:45.581Z] 29e5d40040c1: Verifying Checksum [2021-01-22T07:28:45.581Z] 29e5d40040c1: Download complete [2021-01-22T07:28:46.187Z] 1ce36da41761: Verifying Checksum [2021-01-22T07:28:46.187Z] 1ce36da41761: Download complete [2021-01-22T07:28:46.187Z] 29e5d40040c1: Pull complete [2021-01-22T07:28:47.637Z] 1ce36da41761: Pull complete [2021-01-22T07:28:47.910Z] 25b303627fd3: Verifying Checksum [2021-01-22T07:28:47.910Z] 25b303627fd3: Download complete [2021-01-22T07:28:56.204Z] ---> d3870299c067 [2021-01-22T07:28:56.204Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-22T07:28:57.160Z] ---> 38166fa35afc [2021-01-22T07:28:57.160Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-22T07:28:57.436Z] ---> Running in 2b1e4703b287 [2021-01-22T07:28:58.027Z] ---> Running in e3ddb4e9751a [2021-01-22T07:28:58.027Z] ---> fed86ead7ded [2021-01-22T07:28:58.027Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-22T07:28:58.112Z] 25b303627fd3: Pull complete [2021-01-22T07:28:58.112Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-22T07:28:58.112Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-22T07:28:58.112Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-22T07:28:58.300Z] ---> d422fbee96c6 [2021-01-22T07:28:58.300Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-22T07:28:58.355Z] prd-ubuntu18.04-docker-arm64-4c-16g-22226 does not seem to be running inside a container [2021-01-22T07:28:58.436Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/316 -v /w/workspace/edgex-go/316:/w/workspace/edgex-go/316:rw,z -v /w/workspace/edgex-go/316@tmp:/w/workspace/edgex-go/316@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-22T07:28:58.570Z] ---> 0ba4b5b6892a [2021-01-22T07:28:58.570Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-22T07:28:58.841Z] ---> Running in 14ac6e2a1af1 [2021-01-22T07:28:58.841Z] ---> Running in 3bb4d9ff15f4 [2021-01-22T07:28:58.841Z] ---> Running in e282fce16b9f [2021-01-22T07:28:59.423Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.53" -o cmd/core-command/core-command ./cmd/core-command [2021-01-22T07:28:59.700Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.53" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-22T07:28:59.700Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.53" -o cmd/core-data/core-data ./cmd/core-data [2021-01-22T07:28:59.700Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.53" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-22T07:28:59.973Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.53" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-22T07:29:01.573Z] $ docker top b7d1dffde7a81e72514c362cfa8a3a8ec74bbba46861f8cf33c1a6fb182084d3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T07:29:02.687Z] + grep parallel [2021-01-22T07:29:02.687Z] + docker-compose build --help [2021-01-22T07:29:06.084Z] --parallel Build images in parallel. [Pipeline] } [2021-01-22T07:29:06.105Z] $ docker stop --time=1 b7d1dffde7a81e72514c362cfa8a3a8ec74bbba46861f8cf33c1a6fb182084d3 [2021-01-22T07:29:08.078Z] $ docker rm -f b7d1dffde7a81e72514c362cfa8a3a8ec74bbba46861f8cf33c1a6fb182084d3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:29:08.868Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-22T07:29:08.868Z] . [Pipeline] withDockerContainer [2021-01-22T07:29:09.170Z] prd-ubuntu18.04-docker-arm64-4c-16g-22226 does not seem to be running inside a container [2021-01-22T07:29:09.321Z] $ 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/316 -v /w/workspace/edgex-go/316:/w/workspace/edgex-go/316:rw,z -v /w/workspace/edgex-go/316@tmp:/w/workspace/edgex-go/316@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-22T07:29:10.731Z] $ docker top 21c98cf2fb9fdb8d8227e6827ae679e8944ed428dafbc16cc63adc9ad6795e25 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T07:29:11.841Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-22T07:29:15.240Z] Building docker-core-command-go ... [2021-01-22T07:29:15.240Z] Building docker-core-data-go ... [2021-01-22T07:29:15.240Z] Building docker-core-metadata-go ... [2021-01-22T07:29:15.240Z] Building docker-security-bootstrapper-go ... [2021-01-22T07:29:15.240Z] Building docker-security-proxy-setup-go ... [2021-01-22T07:29:15.240Z] Building docker-security-secretstore-setup-go ... [2021-01-22T07:29:15.240Z] Building docker-support-notifications-go ... [2021-01-22T07:29:15.240Z] Building docker-support-scheduler-go ... [2021-01-22T07:29:15.240Z] Building docker-sys-mgmt-agent-go ... [2021-01-22T07:29:15.240Z] Building docker-security-bootstrapper-go [2021-01-22T07:29:15.240Z] Building docker-core-command-go [2021-01-22T07:29:15.240Z] Building docker-sys-mgmt-agent-go [2021-01-22T07:29:15.240Z] Building docker-core-metadata-go [2021-01-22T07:29:15.240Z] Building docker-security-secretstore-setup-go [2021-01-22T07:29:26.718Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.53" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-22T07:29:33.393Z] Removing intermediate container e3ddb4e9751a [2021-01-22T07:29:33.393Z] ---> 52cf6e32746d [2021-01-22T07:29:33.393Z] [2021-01-22T07:29:33.393Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T07:29:33.393Z] 3.12: Pulling from library/alpine [2021-01-22T07:29:33.655Z] Removing intermediate container 3bb4d9ff15f4 [2021-01-22T07:29:33.655Z] ---> 7d78c0d68561 [2021-01-22T07:29:33.655Z] [2021-01-22T07:29:33.655Z] Step 10/22 : FROM alpine:3.12 [2021-01-22T07:29:33.655Z] Removing intermediate container e282fce16b9f [2021-01-22T07:29:33.655Z] ---> 60c00352a968 [2021-01-22T07:29:33.655Z] [2021-01-22T07:29:33.655Z] Step 10/22 : FROM alpine:3.12 [2021-01-22T07:29:33.655Z] 3.12: Pulling from library/alpine [2021-01-22T07:29:33.655Z] 3.12: Pulling from library/alpine [2021-01-22T07:29:34.599Z] Removing intermediate container 2b1e4703b287 [2021-01-22T07:29:34.599Z] ---> 9abfcb448d53 [2021-01-22T07:29:34.599Z] [2021-01-22T07:29:34.599Z] Step 10/21 : FROM alpine:3.12 [2021-01-22T07:29:34.599Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-22T07:29:34.599Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-22T07:29:34.599Z] Status: Downloaded newer image for alpine:3.12 [2021-01-22T07:29:34.599Z] Status: Image is up to date for alpine:3.12 [2021-01-22T07:29:34.599Z] 3.12: Pulling from library/alpine [2021-01-22T07:29:34.599Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-22T07:29:34.599Z] Status: Image is up to date for alpine:3.12 [2021-01-22T07:29:34.599Z] ---> 389fef711851 [2021-01-22T07:29:34.599Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-22T07:29:34.599Z] ---> 389fef711851 [2021-01-22T07:29:34.599Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-22T07:29:34.599Z] ---> 389fef711851 [2021-01-22T07:29:34.599Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-22T07:29:34.599Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-22T07:29:34.599Z] Status: Image is up to date for alpine:3.12 [2021-01-22T07:29:34.599Z] ---> 389fef711851 [2021-01-22T07:29:34.599Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-22T07:29:34.865Z] ---> Running in 515c23c21afe [2021-01-22T07:29:34.865Z] ---> Running in a76e4e822366 [2021-01-22T07:29:34.865Z] ---> Running in a3ed804bf7de [2021-01-22T07:29:34.865Z] ---> Running in d76bb435631e [2021-01-22T07:29:35.859Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T07:29:35.859Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T07:29:35.859Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T07:29:35.859Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T07:29:36.132Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T07:29:36.132Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-22T07:29:36.132Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T07:29:36.132Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-22T07:29:36.132Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-22T07:29:36.132Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T07:29:36.132Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T07:29:36.132Z] OK: 6 MiB in 15 packages [2021-01-22T07:29:36.132Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T07:29:36.132Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T07:29:36.132Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T07:29:36.132Z] OK: 6 MiB in 16 packages [2021-01-22T07:29:36.396Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-22T07:29:36.396Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T07:29:36.396Z] OK: 6 MiB in 15 packages [2021-01-22T07:29:36.396Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-22T07:29:36.396Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T07:29:36.396Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-22T07:29:36.396Z] (4/4) Installing curl (7.69.1-r3) [2021-01-22T07:29:36.396Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T07:29:36.396Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T07:29:36.396Z] OK: 7 MiB in 18 packages [2021-01-22T07:29:38.330Z] Removing intermediate container 14ac6e2a1af1 [2021-01-22T07:29:38.330Z] ---> a39235447648 [2021-01-22T07:29:38.330Z] [2021-01-22T07:29:38.330Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T07:29:38.330Z] ---> 389fef711851 [2021-01-22T07:29:38.330Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-22T07:29:38.594Z] ---> Running in bd5d7ad27336 [2021-01-22T07:29:39.537Z] Removing intermediate container bd5d7ad27336 [2021-01-22T07:29:39.537Z] ---> 6b7bd1b24b9f [2021-01-22T07:29:39.537Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-22T07:29:39.537Z] Removing intermediate container 515c23c21afe [2021-01-22T07:29:39.537Z] ---> c233f49d0461 [2021-01-22T07:29:39.537Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T07:29:39.537Z] Removing intermediate container a76e4e822366 [2021-01-22T07:29:39.537Z] ---> 7b2b34fb5a91 [2021-01-22T07:29:39.537Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T07:29:39.801Z] Removing intermediate container d76bb435631e [2021-01-22T07:29:39.801Z] ---> 051c70cd07cd [2021-01-22T07:29:39.801Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T07:29:39.801Z] ---> Running in 3dcce75ce838 [2021-01-22T07:29:39.801Z] ---> Running in a90b0f510ab4 [2021-01-22T07:29:39.801Z] ---> Running in ed398017f982 [2021-01-22T07:29:39.801Z] ---> Running in 42bfbcda1986 [2021-01-22T07:29:39.801Z] Removing intermediate container a3ed804bf7de [2021-01-22T07:29:39.801Z] ---> d25d1c05b159 [2021-01-22T07:29:39.801Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-22T07:29:40.765Z] ---> Running in 696ce971e6cd [2021-01-22T07:29:40.765Z] Removing intermediate container a90b0f510ab4 [2021-01-22T07:29:40.765Z] ---> ee786115b55c [2021-01-22T07:29:40.765Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-22T07:29:40.765Z] Removing intermediate container ed398017f982 [2021-01-22T07:29:40.765Z] ---> 9d5bb4c12c7b [2021-01-22T07:29:40.765Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-22T07:29:40.765Z] Removing intermediate container 3dcce75ce838 [2021-01-22T07:29:40.765Z] ---> e2f3f793413b [2021-01-22T07:29:40.765Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-22T07:29:40.765Z] Removing intermediate container 42bfbcda1986 [2021-01-22T07:29:40.765Z] ---> dd79e207605a [2021-01-22T07:29:40.765Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-22T07:29:40.765Z] ---> Running in d4c9b84c9996 [2021-01-22T07:29:40.765Z] ---> Running in e63f771aa2ab [2021-01-22T07:29:40.765Z] ---> Running in 5401654aeccb [2021-01-22T07:29:40.765Z] ---> Running in 525b481b9805 [2021-01-22T07:29:41.029Z] Removing intermediate container 696ce971e6cd [2021-01-22T07:29:41.029Z] ---> 87e903506e11 [2021-01-22T07:29:41.029Z] Step 13/21 : WORKDIR /edgex [2021-01-22T07:29:41.029Z] ---> Running in fd8136d2f745 [2021-01-22T07:29:41.290Z] Removing intermediate container e63f771aa2ab [2021-01-22T07:29:41.290Z] ---> cf6d908d9d74 [2021-01-22T07:29:41.290Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-22T07:29:41.290Z] Removing intermediate container 5401654aeccb [2021-01-22T07:29:41.290Z] ---> 1e7ca4b73ad3 [2021-01-22T07:29:41.290Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T07:29:41.290Z] Removing intermediate container d4c9b84c9996 [2021-01-22T07:29:41.290Z] ---> 63d80b29bcbd [2021-01-22T07:29:41.290Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-22T07:29:41.290Z] ---> Running in 8948fc83b935 [2021-01-22T07:29:41.290Z] Removing intermediate container 525b481b9805 [2021-01-22T07:29:41.290Z] ---> 61382b838a23 [2021-01-22T07:29:41.290Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-22T07:29:41.552Z] Removing intermediate container fd8136d2f745 [2021-01-22T07:29:41.552Z] ---> 116eb7a19489 [2021-01-22T07:29:41.552Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-22T07:29:41.552Z] ---> Running in 7e07d622f98b [2021-01-22T07:29:41.552Z] ---> Running in 04fa2b0aecbd [2021-01-22T07:29:41.816Z] ---> Running in 225ea6f2408f [2021-01-22T07:29:41.816Z] Removing intermediate container 8948fc83b935 [2021-01-22T07:29:41.816Z] ---> 39233be43af5 [2021-01-22T07:29:41.816Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T07:29:42.788Z] ---> 71ee92e125b8 [2021-01-22T07:29:42.788Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-22T07:29:42.788Z] Removing intermediate container 04fa2b0aecbd [2021-01-22T07:29:42.788Z] ---> db12df8fceca [2021-01-22T07:29:42.788Z] Step 15/23 : WORKDIR / [2021-01-22T07:29:42.788Z] Removing intermediate container 225ea6f2408f [2021-01-22T07:29:42.788Z] ---> 62f673d5af90 [2021-01-22T07:29:42.788Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T07:29:43.067Z] ---> 630c43a00c94 [2021-01-22T07:29:43.067Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-22T07:29:43.067Z] ---> Running in 60ef2e4c62bc [2021-01-22T07:29:43.338Z] ---> 2635d85b1b33 [2021-01-22T07:29:43.338Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-22T07:29:43.338Z] Removing intermediate container 60ef2e4c62bc [2021-01-22T07:29:43.338Z] ---> f44b5eef8bf0 [2021-01-22T07:29:43.338Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T07:29:43.605Z] ---> b15d3fadd593 [2021-01-22T07:29:43.605Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-22T07:29:43.877Z] ---> c2d706837d82 [2021-01-22T07:29:43.877Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-22T07:29:43.877Z] ---> 6f26a3ae0bec [2021-01-22T07:29:43.877Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-22T07:29:43.877Z] Removing intermediate container 7e07d622f98b [2021-01-22T07:29:43.877Z] ---> dae3a70fcc47 [2021-01-22T07:29:43.877Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-22T07:29:44.155Z] ---> 19973629e600 [2021-01-22T07:29:44.155Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-22T07:29:44.155Z] ---> 0f21592b3c95 [2021-01-22T07:29:44.155Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-22T07:29:44.155Z] ---> 30a2072370f9 [2021-01-22T07:29:44.155Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-22T07:29:44.155Z] ---> Running in af1fecc15eb7 [2021-01-22T07:29:44.416Z] ---> Running in c7a62a21ac2b [2021-01-22T07:29:44.416Z] ---> Running in c1ec9b63a248 [2021-01-22T07:29:44.678Z] ---> 21a0fdb4c1e1 [2021-01-22T07:29:44.678Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-22T07:29:44.678Z] ---> 99ddacdc60ee [2021-01-22T07:29:44.678Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-22T07:29:44.678Z] Removing intermediate container c7a62a21ac2b [2021-01-22T07:29:44.678Z] ---> 4a8004ed0860 [2021-01-22T07:29:44.678Z] Step 18/21 : CMD ["--init=true"] [2021-01-22T07:29:44.940Z] Removing intermediate container c1ec9b63a248 [2021-01-22T07:29:44.940Z] ---> 1821201231e7 [2021-01-22T07:29:44.940Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T07:29:44.940Z] ---> Running in 589759c4258c [2021-01-22T07:29:44.940Z] ---> Running in 07675718413c [2021-01-22T07:29:44.940Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T07:29:44.940Z] ---> Running in b3af63a0cdd2 [2021-01-22T07:29:45.202Z] ---> 7e244844bd54 [2021-01-22T07:29:45.202Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-22T07:29:45.202Z] Removing intermediate container 589759c4258c [2021-01-22T07:29:45.202Z] ---> dad28615f36e [2021-01-22T07:29:45.202Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T07:29:45.202Z] Removing intermediate container 07675718413c [2021-01-22T07:29:45.202Z] ---> da00ea9eba2f [2021-01-22T07:29:45.202Z] Step 19/21 : LABEL arch=x86_64 [2021-01-22T07:29:45.476Z] ---> Running in 4e55659b7f1b [2021-01-22T07:29:45.476Z] Removing intermediate container b3af63a0cdd2 [2021-01-22T07:29:45.476Z] ---> d0a2a0f0ca12 [2021-01-22T07:29:45.476Z] Step 20/22 : LABEL arch=x86_64 [2021-01-22T07:29:45.476Z] ---> Running in f309b7f26347 [2021-01-22T07:29:45.476Z] ---> Running in 5c9026770fdc [2021-01-22T07:29:45.476Z] ---> Running in d501f1c8b20b [2021-01-22T07:29:45.738Z] Removing intermediate container 4e55659b7f1b [2021-01-22T07:29:45.738Z] ---> 8daa1cde6473 [2021-01-22T07:29:45.738Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T07:29:45.738Z] ---> Running in 74b634959e43 [2021-01-22T07:29:45.738Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T07:29:45.738Z] Removing intermediate container f309b7f26347 [2021-01-22T07:29:45.738Z] ---> b996c7cb06af [2021-01-22T07:29:45.738Z] Step 20/22 : LABEL arch=x86_64 [2021-01-22T07:29:46.000Z] Removing intermediate container 5c9026770fdc [2021-01-22T07:29:46.000Z] ---> 9b5ad1c2d0fa [2021-01-22T07:29:46.000Z] Step 20/21 : LABEL git_sha=c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:29:46.000Z] Removing intermediate container d501f1c8b20b [2021-01-22T07:29:46.000Z] ---> 05075d81804d [2021-01-22T07:29:46.000Z] Step 21/22 : LABEL git_sha=c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:29:46.001Z] ---> Running in 957936cce25c [2021-01-22T07:29:46.001Z] ---> Running in 5f5ffabf6130 [2021-01-22T07:29:46.266Z] ---> Running in fc2b7a36fe4f [2021-01-22T07:29:46.266Z] Removing intermediate container 74b634959e43 [2021-01-22T07:29:46.266Z] ---> 74a6de3710e9 [2021-01-22T07:29:46.266Z] Step 21/23 : LABEL arch=x86_64 [2021-01-22T07:29:46.266Z] ---> Running in d863bf758e62 [2021-01-22T07:29:46.266Z] Removing intermediate container 957936cce25c [2021-01-22T07:29:46.266Z] ---> 7c606ee343fb [2021-01-22T07:29:46.266Z] Step 21/22 : LABEL git_sha=c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:29:46.529Z] Removing intermediate container 5f5ffabf6130 [2021-01-22T07:29:46.529Z] ---> 4dc864195c61 [2021-01-22T07:29:46.529Z] Step 21/21 : LABEL version=2.0.0-dev.53 [2021-01-22T07:29:46.529Z] Removing intermediate container fc2b7a36fe4f [2021-01-22T07:29:46.529Z] ---> ec0f871b65d3 [2021-01-22T07:29:46.529Z] Step 22/22 : LABEL version=2.0.0-dev.53 [2021-01-22T07:29:46.529Z] Removing intermediate container d863bf758e62 [2021-01-22T07:29:46.529Z] ---> b626396b73e0 [2021-01-22T07:29:46.529Z] Step 22/23 : LABEL git_sha=c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:29:46.529Z] ---> Running in 26023a63caf7 [2021-01-22T07:29:46.796Z] ---> Running in 4b465afb499c [2021-01-22T07:29:46.796Z] ---> Running in 538c1f017c21 [2021-01-22T07:29:46.796Z] ---> Running in 777cad861768 [2021-01-22T07:29:46.796Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-22T07:29:46.796Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-22T07:29:46.796Z] Removing intermediate container 26023a63caf7 [2021-01-22T07:29:46.796Z] ---> 5aa848da0eab [2021-01-22T07:29:46.796Z] Step 22/22 : LABEL version=2.0.0-dev.53 [2021-01-22T07:29:47.061Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-22T07:29:47.062Z] Removing intermediate container 4b465afb499c [2021-01-22T07:29:47.062Z] ---> 12dfecc6fd65 [2021-01-22T07:29:47.062Z] [2021-01-22T07:29:47.062Z] Removing intermediate container 538c1f017c21 [2021-01-22T07:29:47.062Z] ---> ba10a8a51188 [2021-01-22T07:29:47.062Z] [2021-01-22T07:29:47.062Z] Removing intermediate container 777cad861768 [2021-01-22T07:29:47.062Z] ---> 0d02244dcdfe [2021-01-22T07:29:47.062Z] Step 23/23 : LABEL version=2.0.0-dev.53 [2021-01-22T07:29:47.062Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-22T07:29:47.062Z] ---> Running in f62929ab6e97 [2021-01-22T07:29:47.062Z] Successfully built ba10a8a51188 [2021-01-22T07:29:47.325Z] ---> Running in 4be4b22e8640 [2021-01-22T07:29:47.325Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-22T07:29:47.325Z] Successfully built 12dfecc6fd65 [2021-01-22T07:29:47.325Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-01-22T07:29:47.325Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-22T07:29:47.325Z]  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go [2021-01-22T07:29:47.325Z] Removing intermediate container f62929ab6e97 [2021-01-22T07:29:47.325Z] ---> 7c5b77a9f5e6 [2021-01-22T07:29:47.325Z] [2021-01-22T07:29:47.599Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-22T07:29:47.599Z] Successfully built 7c5b77a9f5e6 [2021-01-22T07:29:47.599Z] Successfully tagged docker-support-notifications-go:latest [2021-01-22T07:29:47.599Z] Building docker-security-bootstrapper-go [2021-01-22T07:29:47.599Z]  Building docker-support-notifications-go ... done Removing intermediate container 4be4b22e8640 [2021-01-22T07:29:47.599Z] ---> 56f60dd85747 [2021-01-22T07:29:47.599Z] [2021-01-22T07:29:47.866Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-22T07:29:47.866Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T07:29:47.866Z] OK: 8 MiB in 20 packages [2021-01-22T07:29:47.866Z] Successfully built 56f60dd85747 [2021-01-22T07:29:47.866Z] Successfully tagged docker-core-command-go:latest [2021-01-22T07:29:47.866Z] Building docker-security-secretstore-setup-go [2021-01-22T07:29:48.541Z]  Building docker-core-command-go ... done Removing intermediate container af1fecc15eb7 [2021-01-22T07:29:48.541Z] ---> aeecb55e1a88 [2021-01-22T07:29:48.541Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T07:29:51.942Z] ---> 424f68dac5ba [2021-01-22T07:29:51.943Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-22T07:29:58.537Z] ---> 73e01c550706 [2021-01-22T07:29:58.537Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-22T07:29:59.923Z] ---> 3c3055c8f241 [2021-01-22T07:29:59.923Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-22T07:29:59.923Z] ---> Running in 72e8fc54b0b7 [2021-01-22T07:29:59.923Z] Removing intermediate container 72e8fc54b0b7 [2021-01-22T07:29:59.923Z] ---> 51bcb1463ed4 [2021-01-22T07:29:59.923Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T07:29:59.923Z] ---> Running in 5269916e5823 [2021-01-22T07:30:00.184Z] Removing intermediate container 5269916e5823 [2021-01-22T07:30:00.184Z] ---> 1077c0755a99 [2021-01-22T07:30:00.184Z] Step 21/23 : LABEL arch=x86_64 [2021-01-22T07:30:00.184Z] ---> Running in 8c1dc929c82a [2021-01-22T07:30:00.452Z] Removing intermediate container 8c1dc929c82a [2021-01-22T07:30:00.452Z] ---> 64fa3ef1a3b0 [2021-01-22T07:30:00.452Z] Step 22/23 : LABEL git_sha=c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:30:00.452Z] ---> Running in 135f16fcd9e8 [2021-01-22T07:30:01.030Z] Removing intermediate container 135f16fcd9e8 [2021-01-22T07:30:01.030Z] ---> 4a9885bb7f76 [2021-01-22T07:30:01.030Z] Step 23/23 : LABEL version=2.0.0-dev.53 [2021-01-22T07:30:02.296Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T07:30:02.297Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T07:30:02.297Z] ---> 408eff0bff18 [2021-01-22T07:30:02.297Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T07:30:02.297Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T07:30:02.297Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-22T07:30:02.297Z] ---> 408eff0bff18 [2021-01-22T07:30:02.297Z] Step 3/26 : WORKDIR /edgex-go [2021-01-22T07:30:02.297Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T07:30:02.297Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-22T07:30:02.297Z] ---> 408eff0bff18 [2021-01-22T07:30:02.297Z] Step 3/24 : WORKDIR /edgex-go [2021-01-22T07:30:02.297Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T07:30:02.297Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-22T07:30:02.297Z] ---> 408eff0bff18 [2021-01-22T07:30:02.297Z] Step 3/33 : WORKDIR /edgex-go [2021-01-22T07:30:02.297Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T07:30:02.297Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T07:30:02.297Z] ---> 408eff0bff18 [2021-01-22T07:30:02.297Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T07:30:03.644Z] ---> Running in 6abef4cbf565 [2021-01-22T07:30:03.910Z] Removing intermediate container 6abef4cbf565 [2021-01-22T07:30:03.910Z] ---> 559bf1899921 [2021-01-22T07:30:03.910Z] [2021-01-22T07:30:04.178Z] Successfully built 559bf1899921 [2021-01-22T07:30:04.283Z] ---> Running in 289f8540433c [2021-01-22T07:30:04.283Z] ---> Running in b98374849f8c [2021-01-22T07:30:04.283Z] ---> Running in 57149a02fe01 [2021-01-22T07:30:04.283Z] ---> Running in 5f1dfbc9134b [2021-01-22T07:30:04.283Z] ---> Running in de3d4c36c444 [2021-01-22T07:30:04.765Z] Successfully tagged docker-core-data-go:latest [2021-01-22T07:30:05.274Z] Removing intermediate container 5f1dfbc9134b [2021-01-22T07:30:05.274Z] ---> 381fc36a7862 [2021-01-22T07:30:05.274Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T07:30:05.274Z] Removing intermediate container 57149a02fe01 [2021-01-22T07:30:05.274Z] ---> 21bcb35e6298 [2021-01-22T07:30:05.274Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T07:30:05.274Z] Removing intermediate container b98374849f8c [2021-01-22T07:30:05.274Z] ---> 754caf33b479 [2021-01-22T07:30:05.274Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T07:30:05.274Z] ---> Running in 2cd638e69993 [2021-01-22T07:30:05.274Z] Removing intermediate container 289f8540433c [2021-01-22T07:30:05.274Z] ---> 0cd469118223 [2021-01-22T07:30:05.274Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T07:30:05.274Z] Removing intermediate container de3d4c36c444 [2021-01-22T07:30:05.274Z] ---> 3bd87ddf4187 [2021-01-22T07:30:05.274Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T07:30:05.554Z] ---> Running in a3e4a3209e36 [2021-01-22T07:30:05.554Z] ---> Running in 4790a45160d7 [2021-01-22T07:30:05.554Z] ---> Running in 4ce0df8b764b [2021-01-22T07:30:05.554Z] ---> Running in 0f210ce81bc6 [2021-01-22T07:30:08.974Z] Removing intermediate container 2cd638e69993 [2021-01-22T07:30:08.974Z] ---> 1000f795bdf1 [2021-01-22T07:30:08.974Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-22T07:30:09.248Z] ---> Running in cd810d64fb1d [2021-01-22T07:30:09.522Z] Removing intermediate container a3e4a3209e36 [2021-01-22T07:30:09.522Z] ---> 31fd75e690e3 [2021-01-22T07:30:09.522Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-22T07:30:09.522Z] Removing intermediate container 0f210ce81bc6 [2021-01-22T07:30:09.522Z] ---> cd1e2e08f7a9 [2021-01-22T07:30:09.522Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-22T07:30:09.797Z] ---> Running in 5db364c1c13b [2021-01-22T07:30:09.797Z] ---> Running in 1d0e02e5ea8d [2021-01-22T07:30:10.077Z] Removing intermediate container 4790a45160d7 [2021-01-22T07:30:10.077Z] ---> 8dc68c9017c4 [2021-01-22T07:30:10.077Z] Removing intermediate container 4ce0df8b764b [2021-01-22T07:30:10.077Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-22T07:30:10.077Z] ---> af7b5e9ece5f [2021-01-22T07:30:10.077Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-22T07:30:10.354Z] ---> Running in 7b125ff15faf [2021-01-22T07:30:10.354Z] ---> Running in 9e9352840de6 [2021-01-22T07:30:11.345Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T07:30:11.618Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T07:30:11.891Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T07:30:12.165Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T07:30:12.165Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T07:30:12.165Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T07:30:12.766Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T07:30:12.766Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T07:30:13.040Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T07:30:13.040Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T07:30:13.040Z] OK: 217 MiB in 51 packages [2021-01-22T07:30:13.673Z] OK: 217 MiB in 51 packages [2021-01-22T07:30:13.949Z] OK: 217 MiB in 51 packages [2021-01-22T07:30:14.225Z] OK: 217 MiB in 51 packages [2021-01-22T07:30:14.226Z] OK: 217 MiB in 51 packages [2021-01-22T07:30:14.836Z] Removing intermediate container cd810d64fb1d [2021-01-22T07:30:14.836Z] ---> 5c451eeb4ddf [2021-01-22T07:30:14.836Z] Step 6/23 : COPY go.mod . [2021-01-22T07:30:14.963Z]  Building docker-core-data-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T07:30:14.963Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T07:30:14.963Z] ---> 8b5e00ee2a07 [2021-01-22T07:30:14.963Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T07:30:14.963Z] ---> Using cache [2021-01-22T07:30:14.963Z] ---> e6c108c69c54 [2021-01-22T07:30:14.963Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T07:30:14.963Z] ---> Using cache [2021-01-22T07:30:14.963Z] ---> 4458d71a3b94 [2021-01-22T07:30:14.963Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-22T07:30:14.963Z] ---> Using cache [2021-01-22T07:30:14.963Z] ---> f3bc0c262139 [2021-01-22T07:30:14.963Z] Step 6/23 : COPY go.mod . [2021-01-22T07:30:14.963Z] ---> Using cache [2021-01-22T07:30:14.963Z] ---> 37db45e03add [2021-01-22T07:30:14.963Z] Step 7/23 : RUN go mod download [2021-01-22T07:30:14.963Z] ---> Using cache [2021-01-22T07:30:14.963Z] ---> 72b9a8896eb9 [2021-01-22T07:30:14.963Z] Step 8/23 : COPY . . [2021-01-22T07:30:14.963Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T07:30:14.963Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-22T07:30:14.963Z] ---> 8b5e00ee2a07 [2021-01-22T07:30:14.963Z] Step 3/24 : WORKDIR /edgex-go [2021-01-22T07:30:14.963Z] ---> Using cache [2021-01-22T07:30:14.963Z] ---> e6c108c69c54 [2021-01-22T07:30:14.963Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T07:30:14.963Z] ---> Using cache [2021-01-22T07:30:14.963Z] ---> 4458d71a3b94 [2021-01-22T07:30:14.963Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-22T07:30:14.963Z] ---> Using cache [2021-01-22T07:30:14.963Z] ---> f3bc0c262139 [2021-01-22T07:30:14.963Z] Step 6/24 : COPY go.mod . [2021-01-22T07:30:14.963Z] ---> Using cache [2021-01-22T07:30:14.963Z] ---> 37db45e03add [2021-01-22T07:30:14.963Z] Step 7/24 : RUN go mod download [2021-01-22T07:30:14.963Z] ---> Using cache [2021-01-22T07:30:14.963Z] ---> 72b9a8896eb9 [2021-01-22T07:30:14.963Z] Step 8/24 : COPY . . [2021-01-22T07:30:14.963Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T07:30:14.963Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-22T07:30:14.964Z] ---> 8b5e00ee2a07 [2021-01-22T07:30:14.964Z] Step 3/26 : WORKDIR /edgex-go [2021-01-22T07:30:14.964Z] ---> Using cache [2021-01-22T07:30:14.964Z] ---> e6c108c69c54 [2021-01-22T07:30:14.964Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T07:30:14.964Z] ---> Using cache [2021-01-22T07:30:14.964Z] ---> 4458d71a3b94 [2021-01-22T07:30:14.964Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-22T07:30:14.964Z] ---> Using cache [2021-01-22T07:30:14.964Z] ---> d422fbee96c6 [2021-01-22T07:30:14.964Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-22T07:30:14.964Z] ---> Using cache [2021-01-22T07:30:14.964Z] ---> d422fbee96c6 [2021-01-22T07:30:14.964Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-22T07:30:14.964Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T07:30:14.964Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-22T07:30:14.964Z] ---> 8b5e00ee2a07 [2021-01-22T07:30:14.964Z] Step 3/33 : WORKDIR /edgex-go [2021-01-22T07:30:14.964Z] ---> Using cache [2021-01-22T07:30:14.964Z] ---> e6c108c69c54 [2021-01-22T07:30:14.964Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T07:30:14.964Z] ---> Using cache [2021-01-22T07:30:14.964Z] ---> 4458d71a3b94 [2021-01-22T07:30:14.964Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-22T07:30:14.964Z] ---> Using cache [2021-01-22T07:30:14.964Z] ---> f3bc0c262139 [2021-01-22T07:30:14.964Z] Step 6/33 : COPY go.mod . [2021-01-22T07:30:14.964Z] ---> Using cache [2021-01-22T07:30:14.964Z] ---> 37db45e03add [2021-01-22T07:30:14.964Z] Step 7/33 : RUN go mod download [2021-01-22T07:30:14.964Z] ---> Using cache [2021-01-22T07:30:14.964Z] ---> 72b9a8896eb9 [2021-01-22T07:30:14.964Z] Step 8/33 : COPY . . [2021-01-22T07:30:14.964Z] ---> Using cache [2021-01-22T07:30:14.964Z] ---> d422fbee96c6 [2021-01-22T07:30:14.964Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-22T07:30:14.964Z] ---> Running in cfa23d066e40 [2021-01-22T07:30:14.964Z] ---> Running in 2b7611b121dc [2021-01-22T07:30:14.964Z] ---> Running in e3dfe06bdaba [2021-01-22T07:30:14.964Z] ---> Running in f611e807a569 [2021-01-22T07:30:15.434Z] Removing intermediate container 5db364c1c13b [2021-01-22T07:30:15.434Z] ---> b88ddc0baae5 [2021-01-22T07:30:15.434Z] Step 6/23 : COPY go.mod . [2021-01-22T07:30:15.709Z] ---> 4856bdb3c461 [2021-01-22T07:30:15.709Z] Step 7/23 : RUN go mod download [2021-01-22T07:30:15.709Z] Removing intermediate container 1d0e02e5ea8d [2021-01-22T07:30:15.709Z] ---> ac241c1bafe9 [2021-01-22T07:30:15.709Z] Step 6/33 : COPY go.mod . [2021-01-22T07:30:15.937Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.53" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-22T07:30:15.937Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.53" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-22T07:30:15.937Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.53" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-22T07:30:15.937Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T07:30:15.986Z] ---> Running in c731b6578eaa [2021-01-22T07:30:16.259Z] Removing intermediate container 7b125ff15faf [2021-01-22T07:30:16.259Z] ---> d0cd3fab1401 [2021-01-22T07:30:16.259Z] Step 6/24 : COPY go.mod . [2021-01-22T07:30:16.259Z] Removing intermediate container 9e9352840de6 [2021-01-22T07:30:16.259Z] ---> 74ea4bb325e0 [2021-01-22T07:30:16.259Z] Step 6/26 : COPY go.mod . [2021-01-22T07:30:16.259Z] ---> aab9d034e5dd [2021-01-22T07:30:16.259Z] Step 7/23 : RUN go mod download [2021-01-22T07:30:16.862Z] ---> Running in 39152170c825 [2021-01-22T07:30:16.862Z] ---> d9cf68466fc6 [2021-01-22T07:30:16.862Z] Step 7/33 : RUN go mod download [2021-01-22T07:30:16.901Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T07:30:17.138Z] ---> 4fa4d03ba272 [2021-01-22T07:30:17.138Z] Step 7/26 : RUN go mod download [2021-01-22T07:30:17.415Z] ---> Running in e7562712f1b6 [2021-01-22T07:30:17.415Z] ---> 4137c22a70a4 [2021-01-22T07:30:17.415Z] Step 7/24 : RUN go mod download [2021-01-22T07:30:17.483Z] OK: 233 MiB in 51 packages [2021-01-22T07:30:17.691Z] ---> Running in 3e4e08653c33 [2021-01-22T07:30:17.691Z] ---> Running in be3ca63222bd [2021-01-22T07:30:18.903Z] Removing intermediate container 2b7611b121dc [2021-01-22T07:30:18.904Z] ---> 20c7efeff2d1 [2021-01-22T07:30:18.904Z] Step 6/26 : COPY go.mod . [2021-01-22T07:30:20.667Z] ---> dfeba3b1b9bd [2021-01-22T07:30:20.667Z] Step 7/26 : RUN go mod download [2021-01-22T07:30:20.667Z] ---> Running in 480504e02e97 [2021-01-22T07:30:20.675Z] Removing intermediate container c731b6578eaa [2021-01-22T07:30:20.675Z] ---> 4c893f79e16c [2021-01-22T07:30:20.675Z] Step 8/23 : COPY . . [2021-01-22T07:30:20.675Z] Removing intermediate container 39152170c825 [2021-01-22T07:30:20.675Z] ---> 155ae2149f52 [2021-01-22T07:30:20.675Z] Step 8/23 : COPY . . [2021-01-22T07:30:21.671Z] Removing intermediate container e7562712f1b6 [2021-01-22T07:30:21.671Z] ---> e60d7b35c274 [2021-01-22T07:30:21.671Z] Step 8/33 : COPY . . [2021-01-22T07:30:22.103Z] Removing intermediate container 480504e02e97 [2021-01-22T07:30:22.103Z] ---> 558b4bb96984 [2021-01-22T07:30:22.103Z] Step 8/26 : COPY . . [2021-01-22T07:30:22.652Z] Removing intermediate container be3ca63222bd [2021-01-22T07:30:22.652Z] ---> 7b5575c38227 [2021-01-22T07:30:22.652Z] Step 8/24 : COPY . . [2021-01-22T07:30:22.927Z] Removing intermediate container 3e4e08653c33 [2021-01-22T07:30:22.927Z] ---> d2d58766f1eb [2021-01-22T07:30:22.927Z] Step 8/26 : COPY . . [2021-01-22T07:30:37.247Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.53" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-22T07:30:37.247Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.53" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-22T07:30:41.263Z] ---> f191cd870e7b [2021-01-22T07:30:41.263Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-22T07:30:41.263Z] ---> 737fab8e0265 [2021-01-22T07:30:41.263Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-22T07:30:41.263Z] ---> 567329f84de0 [2021-01-22T07:30:41.263Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-22T07:30:41.263Z] ---> e95cbeee0a00 [2021-01-22T07:30:41.263Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-22T07:30:41.263Z] ---> Running in 03d3de8fd5af [2021-01-22T07:30:41.263Z] ---> Running in 139bb256db1c [2021-01-22T07:30:41.263Z] ---> Running in 98c5e38e8078 [2021-01-22T07:30:41.263Z] ---> Running in 5391d6eded86 [2021-01-22T07:30:41.263Z] ---> 9cb9d801cdff [2021-01-22T07:30:41.263Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-22T07:30:41.263Z] ---> Running in fd9de6e74f74 [2021-01-22T07:30:42.720Z] ---> 63b8fa7a5b25 [2021-01-22T07:30:42.720Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-22T07:30:42.720Z] ---> Running in b455fcc4fd5f [2021-01-22T07:30:42.728Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.53" -o cmd/core-command/core-command ./cmd/core-command [2021-01-22T07:30:42.728Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.53" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-22T07:30:42.728Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.53" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-22T07:30:42.728Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.53" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-22T07:30:43.011Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.53" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-22T07:30:43.684Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.53" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-22T07:30:45.638Z] Removing intermediate container e3dfe06bdaba [2021-01-22T07:30:45.638Z] ---> 406c30c5a263 [2021-01-22T07:30:45.638Z] [2021-01-22T07:30:45.638Z] Step 10/24 : FROM alpine:3.12 [2021-01-22T07:30:45.956Z] ---> 389fef711851 [2021-01-22T07:30:45.956Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-22T07:30:46.938Z] Removing intermediate container cfa23d066e40 [2021-01-22T07:30:46.938Z] ---> 36eb7d8f1116 [2021-01-22T07:30:46.938Z] [2021-01-22T07:30:46.938Z] Step 10/33 : FROM alpine:3.12 [2021-01-22T07:30:46.938Z] ---> 389fef711851 [2021-01-22T07:30:46.938Z] Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-22T07:30:47.205Z] ---> Running in 5d7f8a87482e [2021-01-22T07:30:47.480Z] ---> Running in 5409aa9ce85b [2021-01-22T07:30:47.480Z] Removing intermediate container f611e807a569 [2021-01-22T07:30:47.480Z] ---> b85db60f880b [2021-01-22T07:30:47.480Z] [2021-01-22T07:30:47.480Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T07:30:47.480Z] ---> 389fef711851 [2021-01-22T07:30:47.480Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-22T07:30:47.480Z] ---> Using cache [2021-01-22T07:30:47.480Z] ---> 051c70cd07cd [2021-01-22T07:30:47.480Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T07:30:47.480Z] ---> Using cache [2021-01-22T07:30:47.480Z] ---> dd79e207605a [2021-01-22T07:30:47.480Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-22T07:30:47.759Z] ---> Running in dddf363ba108 [2021-01-22T07:30:48.355Z] Removing intermediate container dddf363ba108 [2021-01-22T07:30:48.355Z] ---> d266a4d289de [2021-01-22T07:30:48.355Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-22T07:30:48.355Z] ---> Running in 3930536e5c97 [2021-01-22T07:30:48.627Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T07:30:48.627Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T07:30:48.627Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T07:30:48.627Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T07:30:48.627Z] Removing intermediate container 3930536e5c97 [2021-01-22T07:30:48.627Z] ---> 1258fcd4b143 [2021-01-22T07:30:48.627Z] Step 15/23 : WORKDIR / [2021-01-22T07:30:48.627Z] ---> Running in eb0abe14fe03 [2021-01-22T07:30:48.898Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-22T07:30:48.898Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-22T07:30:48.899Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-22T07:30:48.899Z] (3/3) Installing su-exec (0.2-r1) [2021-01-22T07:30:48.899Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T07:30:48.899Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T07:30:48.899Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-22T07:30:48.899Z] (4/5) Installing curl (7.69.1-r3) [2021-01-22T07:30:48.899Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-22T07:30:48.899Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T07:30:48.899Z] OK: 6 MiB in 17 packages [2021-01-22T07:30:48.899Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T07:30:49.492Z] OK: 7 MiB in 19 packages [2021-01-22T07:30:49.492Z] Removing intermediate container eb0abe14fe03 [2021-01-22T07:30:49.492Z] ---> b8b37f1ca6ad [2021-01-22T07:30:49.492Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T07:30:50.088Z] ---> b7547fcfc5c5 [2021-01-22T07:30:50.088Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-22T07:30:50.088Z] Removing intermediate container 5409aa9ce85b [2021-01-22T07:30:50.088Z] ---> b40d59d7723f [2021-01-22T07:30:50.088Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-22T07:30:50.088Z] ---> Running in 99df37023a3a [2021-01-22T07:30:50.366Z] Removing intermediate container 5d7f8a87482e [2021-01-22T07:30:50.366Z] ---> 7a2b88b279a1 [2021-01-22T07:30:50.366Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-22T07:30:50.643Z] Removing intermediate container 99df37023a3a [2021-01-22T07:30:50.643Z] ---> 560f7c6251c3 [2021-01-22T07:30:50.643Z] Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-22T07:30:50.643Z] ---> Running in 508b286058e6 [2021-01-22T07:30:50.910Z] ---> Running in 58b34b7e25a4 [2021-01-22T07:30:50.910Z] ---> 27d9b6c89d5b [2021-01-22T07:30:50.910Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-22T07:30:50.910Z] Removing intermediate container 508b286058e6 [2021-01-22T07:30:50.910Z] ---> 8a87a3744bdc [2021-01-22T07:30:50.910Z] Step 13/24 : WORKDIR / [2021-01-22T07:30:51.866Z] Removing intermediate container 58b34b7e25a4 [2021-01-22T07:30:51.866Z] ---> ca2f915ae15e [2021-01-22T07:30:51.866Z] Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz [2021-01-22T07:30:51.866Z] ---> Running in 1be0283e7708 [2021-01-22T07:30:52.136Z] ---> 82a411b36b14 [2021-01-22T07:30:52.136Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-22T07:30:52.136Z] ---> Running in 23abe6a8f321 [2021-01-22T07:30:52.408Z] ---> Running in b8f304e7db4f [2021-01-22T07:30:52.690Z] Removing intermediate container 1be0283e7708 [2021-01-22T07:30:52.690Z] ---> 9c70d8db98fd [2021-01-22T07:30:52.690Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-22T07:30:52.977Z] Removing intermediate container b8f304e7db4f [2021-01-22T07:30:52.977Z] ---> 1bec8f6ff77e [2021-01-22T07:30:52.977Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T07:30:52.977Z] ---> Running in 6a0731b6cd9c [2021-01-22T07:30:53.258Z] Connecting to github.com (140.82.112.3:443) [2021-01-22T07:30:53.258Z]  ---> 23c3a1143dbd [2021-01-22T07:30:53.258Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-22T07:30:53.258Z] Removing intermediate container 6a0731b6cd9c [2021-01-22T07:30:53.258Z] ---> f2079ac35d8a [2021-01-22T07:30:53.258Z] Step 21/23 : LABEL arch=x86_64 [2021-01-22T07:30:53.529Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.143.68:443) [2021-01-22T07:30:53.529Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-22T07:30:53.529Z]  ---> Running in a0ded2d56ee2 [2021-01-22T07:30:53.801Z] ---> 5751092ce293 [2021-01-22T07:30:53.801Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-22T07:30:53.801Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-22T07:30:53.801Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-22T07:30:53.801Z] dockerize [2021-01-22T07:30:54.065Z] Removing intermediate container a0ded2d56ee2 [2021-01-22T07:30:54.065Z] ---> 55af671d1d62 [2021-01-22T07:30:54.065Z] Step 22/23 : LABEL git_sha=c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:30:54.327Z] ---> Running in eb908aed6090 [2021-01-22T07:30:54.327Z] ---> 5ebb36656a8b [2021-01-22T07:30:54.327Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-22T07:30:54.589Z] Removing intermediate container eb908aed6090 [2021-01-22T07:30:54.589Z] ---> cbdb2804f2b3 [2021-01-22T07:30:54.589Z] Step 23/23 : LABEL version=2.0.0-dev.53 [2021-01-22T07:30:55.176Z] ---> Running in c91d6c4fff7a [2021-01-22T07:30:55.176Z] Removing intermediate container 23abe6a8f321 [2021-01-22T07:30:55.176Z] ---> e3689a0ade25 [2021-01-22T07:30:55.176Z] Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-22T07:30:55.176Z] ---> de4b6fbdbce4 [2021-01-22T07:30:55.176Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-22T07:30:55.176Z] ---> Running in fbc291fb5665 [2021-01-22T07:30:55.176Z] Removing intermediate container c91d6c4fff7a [2021-01-22T07:30:55.177Z] ---> bea937ecf6dd [2021-01-22T07:30:55.177Z] [2021-01-22T07:30:55.449Z] Successfully built bea937ecf6dd [2021-01-22T07:30:55.449Z] Successfully tagged docker-core-metadata-go:latest [2021-01-22T07:30:55.449Z]  Building docker-core-metadata-go ... done Removing intermediate container fbc291fb5665 [2021-01-22T07:30:55.449Z] ---> 2ad9b6b59cfc [2021-01-22T07:30:55.449Z] Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-22T07:30:55.710Z] ---> Running in d8f9ab6dcbc6 [2021-01-22T07:30:57.092Z] ---> 4136835ff9bb [2021-01-22T07:30:57.092Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-22T07:30:57.092Z] Removing intermediate container d8f9ab6dcbc6 [2021-01-22T07:30:57.092Z] ---> ff519c664dfb [2021-01-22T07:30:57.092Z] Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} [2021-01-22T07:30:57.353Z] ---> Running in 3b071f074896 [2021-01-22T07:30:57.353Z] Removing intermediate container b455fcc4fd5f [2021-01-22T07:30:57.353Z] ---> 5cb7e15b3f9c [2021-01-22T07:30:57.353Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-22T07:30:57.613Z] ---> 3036b662d67c [2021-01-22T07:30:57.613Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-22T07:30:57.613Z] ---> Running in 70ce3dfa63fd [2021-01-22T07:30:57.613Z] ---> Running in 33327995626b [2021-01-22T07:30:58.190Z] Move dockerize executable [2021-01-22T07:30:58.454Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.53" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-22T07:30:59.025Z] Removing intermediate container 3b071f074896 [2021-01-22T07:30:59.025Z] ---> 2b520b785cfd [2021-01-22T07:30:59.025Z] Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-22T07:30:59.025Z] ---> Running in 28de03fce995 [2021-01-22T07:30:59.290Z] Removing intermediate container 33327995626b [2021-01-22T07:30:59.290Z] ---> cbb0f6d65d22 [2021-01-22T07:30:59.290Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-22T07:30:59.290Z] ---> Running in 82596f332662 [2021-01-22T07:30:59.290Z] Removing intermediate container 28de03fce995 [2021-01-22T07:30:59.290Z] ---> f50ae4daa5f8 [2021-01-22T07:30:59.290Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-22T07:30:59.552Z] Removing intermediate container 70ce3dfa63fd [2021-01-22T07:30:59.552Z] ---> 00037a36a438 [2021-01-22T07:30:59.552Z] [2021-01-22T07:30:59.552Z] Step 11/26 : FROM docker:20.10.0 [2021-01-22T07:30:59.552Z] Removing intermediate container 82596f332662 [2021-01-22T07:30:59.552Z] ---> 61241a03665e [2021-01-22T07:30:59.552Z] Step 22/24 : LABEL arch=x86_64 [2021-01-22T07:30:59.552Z] 20.10.0: Pulling from library/docker [2021-01-22T07:30:59.811Z] ---> Running in 0abd96d2fef8 [2021-01-22T07:30:59.811Z] ---> 72f9f05b20fc [2021-01-22T07:30:59.811Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-22T07:31:00.387Z] ---> Running in 04bc79e17472 [2021-01-22T07:31:00.650Z] Removing intermediate container 0abd96d2fef8 [2021-01-22T07:31:00.650Z] ---> 05696515e16f [2021-01-22T07:31:00.650Z] Step 23/24 : LABEL git_sha=c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:31:01.594Z] ---> Running in 0ffcf3bf4674 [2021-01-22T07:31:01.594Z] Removing intermediate container 0ffcf3bf4674 [2021-01-22T07:31:01.594Z] ---> cf725c94b186 [2021-01-22T07:31:01.594Z] Step 24/24 : LABEL version=2.0.0-dev.53 [2021-01-22T07:31:01.857Z] ---> Running in 96fd75ae154a [2021-01-22T07:31:02.127Z] Removing intermediate container 96fd75ae154a [2021-01-22T07:31:02.127Z] ---> fbd93613a5f9 [2021-01-22T07:31:02.127Z] [2021-01-22T07:31:02.396Z] Successfully built fbd93613a5f9 [2021-01-22T07:31:02.396Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-22T07:31:02.659Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 04bc79e17472 [2021-01-22T07:31:02.659Z] ---> c42289221845 [2021-01-22T07:31:02.659Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T07:31:03.236Z] ---> c97b7da8049b [2021-01-22T07:31:03.236Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-22T07:31:03.818Z] ---> 24e1f106f5e4 [2021-01-22T07:31:03.818Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-22T07:31:04.398Z] ---> b7019aecd0f8 [2021-01-22T07:31:04.398Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-22T07:31:05.788Z] ---> 847f38a9f3e1 [2021-01-22T07:31:05.788Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-22T07:31:06.050Z] ---> 58d28105881a [2021-01-22T07:31:06.050Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-22T07:31:06.050Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-22T07:31:06.050Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-22T07:31:06.050Z] ---> aefe523efa57 [2021-01-22T07:31:06.050Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-22T07:31:06.312Z] ---> Running in eed31fb84663 [2021-01-22T07:31:06.312Z] ---> Running in 11eb68f2632f [2021-01-22T07:31:06.574Z] Removing intermediate container eed31fb84663 [2021-01-22T07:31:06.574Z] ---> cc5fe32739e4 [2021-01-22T07:31:06.574Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-22T07:31:06.836Z] ---> 5c4fe27768f6 [2021-01-22T07:31:06.836Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-22T07:31:06.836Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T07:31:06.836Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T07:31:07.098Z] ---> Running in d5cc01a48b2b [2021-01-22T07:31:07.098Z] (1/2) Installing readline (8.0.4-r0) [2021-01-22T07:31:07.098Z] (2/2) Installing bash (5.0.17-r0) [2021-01-22T07:31:07.360Z] Executing bash-5.0.17-r0.post-install [2021-01-22T07:31:07.360Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T07:31:07.360Z] OK: 12 MiB in 22 packages [2021-01-22T07:31:07.935Z] Removing intermediate container 11eb68f2632f [2021-01-22T07:31:07.935Z] ---> 0b107151b3a7 [2021-01-22T07:31:07.935Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-22T07:31:07.935Z] ---> Running in c3d63b3b2a3a [2021-01-22T07:31:08.197Z] Removing intermediate container d5cc01a48b2b [2021-01-22T07:31:08.197Z] ---> 6281d0e79a12 [2021-01-22T07:31:08.197Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-22T07:31:08.197Z] Removing intermediate container c3d63b3b2a3a [2021-01-22T07:31:08.197Z] ---> 3dec4847fe08 [2021-01-22T07:31:08.197Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-22T07:31:08.197Z] ---> Running in 34f4bdc2f550 [2021-01-22T07:31:08.460Z] ---> Running in 674d6bd73695 [2021-01-22T07:31:08.460Z] Removing intermediate container 34f4bdc2f550 [2021-01-22T07:31:08.460Z] ---> 9fa6c24de6d7 [2021-01-22T07:31:08.460Z] Step 30/33 : CMD ["gate"] [2021-01-22T07:31:08.722Z] ---> Running in 221377ba3d35 [2021-01-22T07:31:08.722Z] Removing intermediate container 674d6bd73695 [2021-01-22T07:31:08.722Z] ---> 0954896dde68 [2021-01-22T07:31:08.722Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-22T07:31:08.722Z] ---> Running in 30b55bb90f9f [2021-01-22T07:31:08.984Z] Removing intermediate container 221377ba3d35 [2021-01-22T07:31:08.984Z] ---> a92931eaa1ce [2021-01-22T07:31:08.984Z] Step 31/33 : LABEL arch=x86_64 [2021-01-22T07:31:08.984Z] Removing intermediate container 30b55bb90f9f [2021-01-22T07:31:08.984Z] ---> ed014e8242d4 [2021-01-22T07:31:08.984Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-22T07:31:08.984Z] ---> Running in a0fb06c56422 [2021-01-22T07:31:09.248Z] Removing intermediate container a0fb06c56422 [2021-01-22T07:31:09.248Z] ---> b1d2e254c6eb [2021-01-22T07:31:09.248Z] Step 32/33 : LABEL git_sha=c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:31:09.509Z] ---> Running in cef186a234fe [2021-01-22T07:31:09.509Z] ---> 205e00902a6b [2021-01-22T07:31:09.509Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-22T07:31:09.773Z] Removing intermediate container cef186a234fe [2021-01-22T07:31:09.773Z] ---> e54ff20fdf95 [2021-01-22T07:31:09.773Z] Step 33/33 : LABEL version=2.0.0-dev.53 [2021-01-22T07:31:09.773Z] ---> Running in df8f2077dc33 [2021-01-22T07:31:09.773Z] ---> 39d712a2deb3 [2021-01-22T07:31:09.773Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-22T07:31:10.034Z] Removing intermediate container df8f2077dc33 [2021-01-22T07:31:10.034Z] ---> ce8b2998f3f2 [2021-01-22T07:31:10.034Z] [2021-01-22T07:31:10.295Z] ---> d1c27e7d7eaa [2021-01-22T07:31:10.295Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-22T07:31:10.295Z] Successfully built ce8b2998f3f2 [2021-01-22T07:31:10.295Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-22T07:31:10.295Z]  Building docker-security-bootstrapper-go ... done  ---> Running in 656bbbf55b47 [2021-01-22T07:31:10.874Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T07:31:10.874Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T07:31:11.134Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-22T07:31:11.134Z] (2/33) Installing expat (2.2.9-r1) [2021-01-22T07:31:11.134Z] (3/33) Installing libffi (3.3-r2) [2021-01-22T07:31:11.134Z] (4/33) Installing gdbm (1.13-r1) [2021-01-22T07:31:11.134Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-22T07:31:11.134Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-22T07:31:11.134Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-22T07:31:13.047Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-22T07:31:13.047Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-22T07:31:13.047Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-22T07:31:13.047Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-22T07:31:13.047Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-22T07:31:13.047Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-22T07:31:13.308Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-22T07:31:13.308Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-22T07:31:13.308Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-22T07:31:13.308Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-22T07:31:13.308Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-22T07:31:13.308Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-22T07:31:13.308Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-22T07:31:13.308Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-22T07:31:13.308Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-22T07:31:13.569Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-22T07:31:13.569Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-22T07:31:13.569Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-22T07:31:13.569Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-22T07:31:13.569Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-22T07:31:13.569Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-22T07:31:13.569Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-22T07:31:13.569Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-22T07:31:13.569Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-22T07:31:13.569Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-22T07:31:13.569Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-22T07:31:13.858Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T07:31:13.858Z] OK: 71 MiB in 55 packages [2021-01-22T07:31:22.056Z] Removing intermediate container 656bbbf55b47 [2021-01-22T07:31:22.056Z] ---> de3ad9f94675 [2021-01-22T07:31:22.056Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-22T07:31:22.056Z] ---> Running in 7d504b8145ba [2021-01-22T07:31:22.317Z] Collecting docker-compose==1.23.2 [2021-01-22T07:31:22.317Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-22T07:31:22.577Z] Collecting docker<4.0,>=3.6.0 [2021-01-22T07:31:22.577Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-22T07:31:22.838Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-22T07:31:22.838Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-22T07:31:23.098Z] Collecting jsonschema<3,>=2.5.1 [2021-01-22T07:31:23.098Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-22T07:31:23.098Z] Collecting cached-property<2,>=1.2.0 [2021-01-22T07:31:23.098Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-22T07:31:23.359Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-22T07:31:23.359Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-22T07:31:23.619Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-22T07:31:23.879Z] Collecting PyYAML<4,>=3.10 [2021-01-22T07:31:23.879Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-22T07:31:24.820Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-22T07:31:24.820Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-22T07:31:24.820Z] Collecting docopt<0.7,>=0.6.1 [2021-01-22T07:31:24.820Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-22T07:31:25.395Z] Collecting texttable<0.10,>=0.9.0 [2021-01-22T07:31:25.395Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-22T07:31:25.967Z] Collecting docker-pycreds>=0.4.0 [2021-01-22T07:31:25.967Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-22T07:31:25.967Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-22T07:31:26.228Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-22T07:31:26.228Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-22T07:31:26.228Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-22T07:31:26.228Z] Collecting idna<2.8,>=2.5 [2021-01-22T07:31:26.228Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-22T07:31:26.228Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-22T07:31:26.228Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-22T07:31:26.228Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-22T07:31:26.228Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-22T07:31:26.489Z] Installing collected packages: urllib3, idna, requests, websocket-client, docker-pycreds, docker, jsonschema, cached-property, dockerpty, PyYAML, docopt, texttable, docker-compose [2021-01-22T07:31:26.489Z] Attempting uninstall: urllib3 [2021-01-22T07:31:26.489Z] Found existing installation: urllib3 1.25.9 [2021-01-22T07:31:26.489Z] Uninstalling urllib3-1.25.9: [2021-01-22T07:31:26.489Z] Successfully uninstalled urllib3-1.25.9 [2021-01-22T07:31:26.748Z] Attempting uninstall: idna [2021-01-22T07:31:26.748Z] Found existing installation: idna 2.9 [2021-01-22T07:31:26.748Z] Uninstalling idna-2.9: [2021-01-22T07:31:26.748Z] Successfully uninstalled idna-2.9 [2021-01-22T07:31:27.010Z] Attempting uninstall: requests [2021-01-22T07:31:27.010Z] Found existing installation: requests 2.23.0 [2021-01-22T07:31:27.010Z] Uninstalling requests-2.23.0: [2021-01-22T07:31:27.010Z] Successfully uninstalled requests-2.23.0 [2021-01-22T07:31:27.956Z] Running setup.py install for dockerpty: started [2021-01-22T07:31:28.222Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-22T07:31:28.222Z] Running setup.py install for PyYAML: started [2021-01-22T07:31:28.795Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-22T07:31:28.795Z] Running setup.py install for docopt: started [2021-01-22T07:31:29.367Z] Running setup.py install for docopt: finished with status 'done' [2021-01-22T07:31:29.367Z] Running setup.py install for texttable: started [2021-01-22T07:31:29.627Z] Running setup.py install for texttable: finished with status 'done' [2021-01-22T07:31:29.889Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-22T07:31:33.191Z] Removing intermediate container 7d504b8145ba [2021-01-22T07:31:33.191Z] ---> 85c992e5bedd [2021-01-22T07:31:33.191Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-22T07:31:33.191Z] ---> Running in 7ed8f97cdcfc [2021-01-22T07:31:33.763Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T07:31:33.763Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T07:31:34.031Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T07:31:34.031Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-22T07:31:34.031Z] (3/3) Installing curl (7.69.1-r3) [2021-01-22T07:31:34.031Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T07:31:34.031Z] OK: 72 MiB in 58 packages [2021-01-22T07:31:34.608Z] Removing intermediate container 7ed8f97cdcfc [2021-01-22T07:31:34.608Z] ---> 95fa9f1815a8 [2021-01-22T07:31:34.608Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-22T07:31:34.608Z] ---> Running in 2048d96adcab [2021-01-22T07:31:34.608Z] Removing intermediate container 2048d96adcab [2021-01-22T07:31:34.608Z] ---> 0981abb833c6 [2021-01-22T07:31:34.608Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T07:31:34.608Z] ---> Running in 0b65952ff4ec [2021-01-22T07:31:34.868Z] Removing intermediate container 0b65952ff4ec [2021-01-22T07:31:34.869Z] ---> 80add8f7b032 [2021-01-22T07:31:34.869Z] Step 24/26 : LABEL arch=x86_64 [2021-01-22T07:31:34.869Z] ---> Running in 8f108d77d435 [2021-01-22T07:31:35.129Z] Removing intermediate container 8f108d77d435 [2021-01-22T07:31:35.129Z] ---> 36287a7a156d [2021-01-22T07:31:35.129Z] Step 25/26 : LABEL git_sha=c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:31:35.129Z] ---> Running in ff6070e7d193 [2021-01-22T07:31:35.390Z] Removing intermediate container ff6070e7d193 [2021-01-22T07:31:35.390Z] ---> 921c63481e96 [2021-01-22T07:31:35.390Z] Step 26/26 : LABEL version=2.0.0-dev.53 [2021-01-22T07:31:35.390Z] ---> Running in c55f4184f8f7 [2021-01-22T07:31:35.652Z] Removing intermediate container c55f4184f8f7 [2021-01-22T07:31:35.652Z] ---> 2dd611488e9d [2021-01-22T07:31:35.652Z] [2021-01-22T07:31:35.652Z] Successfully built 2dd611488e9d [2021-01-22T07:31:35.652Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-22T07:31:35.923Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-22T07:31:35.930Z] $ docker stop --time=1 59a2f50086e0b2550bda329b10ef946f6f40d1695391f7dca8cdb2addb555360 [2021-01-22T07:31:37.462Z] $ docker rm -f 59a2f50086e0b2550bda329b10ef946f6f40d1695391f7dca8cdb2addb555360 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-22T07:31:37.978Z] + docker images [2021-01-22T07:31:37.978Z] + grep docker [2021-01-22T07:31:38.240Z] docker-sys-mgmt-agent-go latest 2dd611488e9d 3 seconds ago 313MB [2021-01-22T07:31:38.240Z] docker-security-bootstrapper-go latest ce8b2998f3f2 29 seconds ago 41.5MB [2021-01-22T07:31:38.240Z] docker-security-secretstore-setup-go latest fbd93613a5f9 37 seconds ago 24.6MB [2021-01-22T07:31:38.240Z] docker-core-metadata-go latest bea937ecf6dd 43 seconds ago 18.8MB [2021-01-22T07:31:38.240Z] docker-core-data-go latest 559bf1899921 About a minute ago 22.3MB [2021-01-22T07:31:38.240Z] docker-support-notifications-go latest 7c5b77a9f5e6 About a minute ago 16.9MB [2021-01-22T07:31:38.240Z] docker-core-command-go latest 56f60dd85747 About a minute ago 16.3MB [2021-01-22T07:31:38.240Z] docker-security-proxy-setup-go latest 12dfecc6fd65 About a minute ago 24.4MB [2021-01-22T07:31:38.240Z] docker-support-scheduler-go latest ba10a8a51188 About a minute ago 16.4MB [2021-01-22T07:31:38.240Z] docker 20.10.0 aefe523efa57 6 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-22T07:31:38.757Z] provisioning config files... [2021-01-22T07:31:38.792Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/316@tmp/config7664222235960043973tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T07:31:39.150Z] ---> docker-login.sh [2021-01-22T07:31:39.151Z] nexus3.edgexfoundry.org:10001 [2021-01-22T07:31:39.151Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T07:31:39.412Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T07:31:39.412Z] Configure a credential helper to remove this warning. See [2021-01-22T07:31:39.412Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T07:31:39.412Z] [2021-01-22T07:31:39.412Z] Login Succeeded [2021-01-22T07:31:39.412Z] nexus3.edgexfoundry.org:10002 [2021-01-22T07:31:39.412Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T07:31:39.412Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T07:31:39.412Z] Configure a credential helper to remove this warning. See [2021-01-22T07:31:39.412Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T07:31:39.412Z] [2021-01-22T07:31:39.412Z] Login Succeeded [2021-01-22T07:31:39.412Z] nexus3.edgexfoundry.org:10003 [2021-01-22T07:31:39.673Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T07:31:39.673Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T07:31:39.673Z] Configure a credential helper to remove this warning. See [2021-01-22T07:31:39.673Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T07:31:39.673Z] [2021-01-22T07:31:39.673Z] Login Succeeded [2021-01-22T07:31:39.673Z] nexus3.edgexfoundry.org:10004 [2021-01-22T07:31:39.934Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T07:31:39.934Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T07:31:39.934Z] Configure a credential helper to remove this warning. See [2021-01-22T07:31:39.934Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T07:31:39.934Z] [2021-01-22T07:31:39.934Z] Login Succeeded [2021-01-22T07:31:39.934Z] docker.io [2021-01-22T07:31:39.934Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T07:31:40.195Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T07:31:40.195Z] Configure a credential helper to remove this warning. See [2021-01-22T07:31:40.195Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T07:31:40.195Z] [2021-01-22T07:31:40.195Z] Login Succeeded [2021-01-22T07:31:40.195Z] ---> docker-login.sh ends [Pipeline] } [2021-01-22T07:31:40.204Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-22T07:31:40.462Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-01-22T07:31:40.462Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:31:40.462Z] 2.0.0-dev.53 [2021-01-22T07:31:40.462Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [2021-01-22T07:31:40.462Z] master [2021-01-22T07:31:40.462Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:31:41.031Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:c7b5d06303d1c1949c9ce5e99765f1d861064f89 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:31:41.399Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:31:41.399Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-22T07:31:41.399Z] c01d766aca24: Preparing [2021-01-22T07:31:41.399Z] 2850c7af4cba: Preparing [2021-01-22T07:31:41.399Z] 4531004ef509: Preparing [2021-01-22T07:31:41.399Z] 2b8bfe3489a3: Preparing [2021-01-22T07:31:41.399Z] 777b2c648970: Preparing [2021-01-22T07:31:41.399Z] 777b2c648970: Layer already exists [2021-01-22T07:31:41.683Z] 2b8bfe3489a3: Pushed [2021-01-22T07:31:41.683Z] 4531004ef509: Pushed [2021-01-22T07:31:41.683Z] c01d766aca24: Pushed [2021-01-22T07:31:42.636Z] 2850c7af4cba: Pushed [2021-01-22T07:31:43.207Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89: digest: sha256:e0b1eb9baedc3412e4dad39496fb1aceff004d0232d46a22165b33ae246be0b3 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:31:43.835Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.53 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:31:44.136Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.53 [2021-01-22T07:31:44.136Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-22T07:31:44.136Z] c01d766aca24: Preparing [2021-01-22T07:31:44.136Z] 2850c7af4cba: Preparing [2021-01-22T07:31:44.136Z] 4531004ef509: Preparing [2021-01-22T07:31:44.136Z] 2b8bfe3489a3: Preparing [2021-01-22T07:31:44.136Z] 777b2c648970: Preparing [2021-01-22T07:31:44.136Z] 2850c7af4cba: Layer already exists [2021-01-22T07:31:44.136Z] 2b8bfe3489a3: Layer already exists [2021-01-22T07:31:44.136Z] c01d766aca24: Layer already exists [2021-01-22T07:31:44.136Z] 777b2c648970: Layer already exists [2021-01-22T07:31:44.136Z] 4531004ef509: Layer already exists [2021-01-22T07:31:44.136Z] 2.0.0-dev.53: digest: sha256:e0b1eb9baedc3412e4dad39496fb1aceff004d0232d46a22165b33ae246be0b3 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:31:44.447Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:31:44.750Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [2021-01-22T07:31:44.751Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-22T07:31:44.751Z] c01d766aca24: Preparing [2021-01-22T07:31:44.751Z] 2850c7af4cba: Preparing [2021-01-22T07:31:44.751Z] 4531004ef509: Preparing [2021-01-22T07:31:44.751Z] 2b8bfe3489a3: Preparing [2021-01-22T07:31:44.751Z] 777b2c648970: Preparing [2021-01-22T07:31:44.751Z] 4531004ef509: Layer already exists [2021-01-22T07:31:44.751Z] 777b2c648970: Layer already exists [2021-01-22T07:31:44.751Z] c01d766aca24: Layer already exists [2021-01-22T07:31:44.751Z] 2b8bfe3489a3: Layer already exists [2021-01-22T07:31:44.751Z] 2850c7af4cba: Layer already exists [2021-01-22T07:31:44.751Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53: digest: sha256:e0b1eb9baedc3412e4dad39496fb1aceff004d0232d46a22165b33ae246be0b3 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:31:45.057Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:31:45.356Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-01-22T07:31:45.356Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-22T07:31:45.356Z] c01d766aca24: Preparing [2021-01-22T07:31:45.356Z] 2850c7af4cba: Preparing [2021-01-22T07:31:45.356Z] 4531004ef509: Preparing [2021-01-22T07:31:45.356Z] 2b8bfe3489a3: Preparing [2021-01-22T07:31:45.356Z] 777b2c648970: Preparing [2021-01-22T07:31:45.356Z] 2b8bfe3489a3: Layer already exists [2021-01-22T07:31:45.356Z] 2850c7af4cba: Layer already exists [2021-01-22T07:31:45.356Z] 777b2c648970: Layer already exists [2021-01-22T07:31:45.356Z] 4531004ef509: Layer already exists [2021-01-22T07:31:45.356Z] c01d766aca24: Layer already exists [2021-01-22T07:31:45.356Z] master: digest: sha256:e0b1eb9baedc3412e4dad39496fb1aceff004d0232d46a22165b33ae246be0b3 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-22T07:31:45.542Z] ===================================================== [Pipeline] echo [2021-01-22T07:31:45.588Z] taggedImages: [2021-01-22T07:31:45.588Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:31:45.588Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.53 [2021-01-22T07:31:45.588Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [2021-01-22T07:31:45.588Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-01-22T07:31:45.652Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-01-22T07:31:45.652Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:31:45.652Z] 2.0.0-dev.53 [2021-01-22T07:31:45.652Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [2021-01-22T07:31:45.652Z] master [2021-01-22T07:31:45.652Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:31:46.130Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:c7b5d06303d1c1949c9ce5e99765f1d861064f89 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:31:46.429Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:31:46.430Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-22T07:31:46.430Z] 8d40070ab3ba: Preparing [2021-01-22T07:31:46.430Z] 01a4922c6e58: Preparing [2021-01-22T07:31:46.430Z] 4531004ef509: Preparing [2021-01-22T07:31:46.430Z] 450968234985: Preparing [2021-01-22T07:31:46.430Z] c964c2cf77ab: Preparing [2021-01-22T07:31:46.430Z] 777b2c648970: Preparing [2021-01-22T07:31:46.430Z] 777b2c648970: Waiting [2021-01-22T07:31:46.430Z] 4531004ef509: Layer already exists [2021-01-22T07:31:46.430Z] 777b2c648970: Layer already exists [2021-01-22T07:31:46.691Z] c964c2cf77ab: Pushed [2021-01-22T07:31:46.691Z] 8d40070ab3ba: Pushed [2021-01-22T07:31:46.952Z] 450968234985: Pushed [2021-01-22T07:31:47.896Z] 01a4922c6e58: Pushed [2021-01-22T07:31:48.156Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89: digest: sha256:5164d42fe4c647112a515c4bd4b756b6d4f8ab6f8b205e46bad139bbd046f083 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:31:48.463Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.53 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:31:48.759Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.53 [2021-01-22T07:31:48.759Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-22T07:31:48.759Z] 8d40070ab3ba: Preparing [2021-01-22T07:31:48.759Z] 01a4922c6e58: Preparing [2021-01-22T07:31:48.759Z] 4531004ef509: Preparing [2021-01-22T07:31:48.759Z] 450968234985: Preparing [2021-01-22T07:31:48.759Z] c964c2cf77ab: Preparing [2021-01-22T07:31:48.759Z] 777b2c648970: Preparing [2021-01-22T07:31:48.759Z] 777b2c648970: Waiting [2021-01-22T07:31:48.759Z] 01a4922c6e58: Layer already exists [2021-01-22T07:31:48.759Z] 4531004ef509: Layer already exists [2021-01-22T07:31:48.759Z] c964c2cf77ab: Layer already exists [2021-01-22T07:31:48.759Z] 450968234985: Layer already exists [2021-01-22T07:31:48.759Z] 8d40070ab3ba: Layer already exists [2021-01-22T07:31:48.759Z] 777b2c648970: Layer already exists [2021-01-22T07:31:48.759Z] 2.0.0-dev.53: digest: sha256:5164d42fe4c647112a515c4bd4b756b6d4f8ab6f8b205e46bad139bbd046f083 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:31:49.060Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:31:49.366Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [2021-01-22T07:31:49.366Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-22T07:31:49.366Z] 8d40070ab3ba: Preparing [2021-01-22T07:31:49.366Z] 01a4922c6e58: Preparing [2021-01-22T07:31:49.366Z] 4531004ef509: Preparing [2021-01-22T07:31:49.366Z] 450968234985: Preparing [2021-01-22T07:31:49.366Z] c964c2cf77ab: Preparing [2021-01-22T07:31:49.366Z] 777b2c648970: Preparing [2021-01-22T07:31:49.366Z] 777b2c648970: Waiting [2021-01-22T07:31:49.366Z] 8d40070ab3ba: Layer already exists [2021-01-22T07:31:49.366Z] c964c2cf77ab: Layer already exists [2021-01-22T07:31:49.366Z] 450968234985: Layer already exists [2021-01-22T07:31:49.366Z] 4531004ef509: Layer already exists [2021-01-22T07:31:49.366Z] 01a4922c6e58: Layer already exists [2021-01-22T07:31:49.366Z] 777b2c648970: Layer already exists [2021-01-22T07:31:49.366Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53: digest: sha256:5164d42fe4c647112a515c4bd4b756b6d4f8ab6f8b205e46bad139bbd046f083 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:31:49.670Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:31:49.967Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-01-22T07:31:49.967Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-22T07:31:49.967Z] 8d40070ab3ba: Preparing [2021-01-22T07:31:49.967Z] 01a4922c6e58: Preparing [2021-01-22T07:31:49.967Z] 4531004ef509: Preparing [2021-01-22T07:31:49.967Z] 450968234985: Preparing [2021-01-22T07:31:49.967Z] c964c2cf77ab: Preparing [2021-01-22T07:31:49.967Z] 777b2c648970: Preparing [2021-01-22T07:31:49.967Z] 777b2c648970: Waiting [2021-01-22T07:31:49.967Z] 450968234985: Layer already exists [2021-01-22T07:31:49.967Z] c964c2cf77ab: Layer already exists [2021-01-22T07:31:49.967Z] 4531004ef509: Layer already exists [2021-01-22T07:31:49.967Z] 8d40070ab3ba: Layer already exists [2021-01-22T07:31:49.967Z] 01a4922c6e58: Layer already exists [2021-01-22T07:31:49.967Z] 777b2c648970: Layer already exists [2021-01-22T07:31:49.967Z] master: digest: sha256:5164d42fe4c647112a515c4bd4b756b6d4f8ab6f8b205e46bad139bbd046f083 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-22T07:31:50.212Z] ===================================================== [Pipeline] echo [2021-01-22T07:31:50.269Z] taggedImages: [2021-01-22T07:31:50.269Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:31:50.269Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.53 [2021-01-22T07:31:50.269Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [2021-01-22T07:31:50.269Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-01-22T07:31:50.341Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-01-22T07:31:50.341Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:31:50.341Z] 2.0.0-dev.53 [2021-01-22T07:31:50.341Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [2021-01-22T07:31:50.341Z] master [2021-01-22T07:31:50.341Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:31:50.915Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:c7b5d06303d1c1949c9ce5e99765f1d861064f89 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:31:51.211Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:31:51.211Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-22T07:31:51.211Z] d2699680460d: Preparing [2021-01-22T07:31:51.211Z] a64eb6bf902d: Preparing [2021-01-22T07:31:51.211Z] 4531004ef509: Preparing [2021-01-22T07:31:51.211Z] 2b8bfe3489a3: Preparing [2021-01-22T07:31:51.211Z] 777b2c648970: Preparing [2021-01-22T07:31:51.211Z] 777b2c648970: Layer already exists [2021-01-22T07:31:51.211Z] 4531004ef509: Layer already exists [2021-01-22T07:31:51.211Z] 2b8bfe3489a3: Layer already exists [2021-01-22T07:31:51.472Z] d2699680460d: Pushed [2021-01-22T07:31:52.413Z] a64eb6bf902d: Pushed [2021-01-22T07:31:52.984Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89: digest: sha256:a7fc2dd027e76bfa5832763be1953b76282b41d87fc2d6e1061c47c04283c751 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:31:53.286Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.53 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:31:53.580Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.53 [2021-01-22T07:31:53.580Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-22T07:31:53.580Z] d2699680460d: Preparing [2021-01-22T07:31:53.580Z] a64eb6bf902d: Preparing [2021-01-22T07:31:53.580Z] 4531004ef509: Preparing [2021-01-22T07:31:53.580Z] 2b8bfe3489a3: Preparing [2021-01-22T07:31:53.580Z] 777b2c648970: Preparing [2021-01-22T07:31:53.580Z] 4531004ef509: Layer already exists [2021-01-22T07:31:53.580Z] a64eb6bf902d: Layer already exists [2021-01-22T07:31:53.580Z] d2699680460d: Layer already exists [2021-01-22T07:31:53.580Z] 2b8bfe3489a3: Layer already exists [2021-01-22T07:31:53.580Z] 777b2c648970: Layer already exists [2021-01-22T07:31:53.580Z] 2.0.0-dev.53: digest: sha256:a7fc2dd027e76bfa5832763be1953b76282b41d87fc2d6e1061c47c04283c751 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:31:53.883Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:31:54.180Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [2021-01-22T07:31:54.180Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-22T07:31:54.180Z] d2699680460d: Preparing [2021-01-22T07:31:54.180Z] a64eb6bf902d: Preparing [2021-01-22T07:31:54.180Z] 4531004ef509: Preparing [2021-01-22T07:31:54.180Z] 2b8bfe3489a3: Preparing [2021-01-22T07:31:54.180Z] 777b2c648970: Preparing [2021-01-22T07:31:54.180Z] 4531004ef509: Layer already exists [2021-01-22T07:31:54.180Z] d2699680460d: Layer already exists [2021-01-22T07:31:54.180Z] 2b8bfe3489a3: Layer already exists [2021-01-22T07:31:54.180Z] 777b2c648970: Layer already exists [2021-01-22T07:31:54.180Z] a64eb6bf902d: Layer already exists [2021-01-22T07:31:54.180Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53: digest: sha256:a7fc2dd027e76bfa5832763be1953b76282b41d87fc2d6e1061c47c04283c751 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:31:54.483Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:31:54.778Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-01-22T07:31:54.778Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-22T07:31:54.778Z] d2699680460d: Preparing [2021-01-22T07:31:54.778Z] a64eb6bf902d: Preparing [2021-01-22T07:31:54.778Z] 4531004ef509: Preparing [2021-01-22T07:31:54.778Z] 2b8bfe3489a3: Preparing [2021-01-22T07:31:54.778Z] 777b2c648970: Preparing [2021-01-22T07:31:54.778Z] 4531004ef509: Layer already exists [2021-01-22T07:31:54.778Z] a64eb6bf902d: Layer already exists [2021-01-22T07:31:54.778Z] 777b2c648970: Layer already exists [2021-01-22T07:31:54.778Z] 2b8bfe3489a3: Layer already exists [2021-01-22T07:31:54.778Z] d2699680460d: Layer already exists [2021-01-22T07:31:54.778Z] master: digest: sha256:a7fc2dd027e76bfa5832763be1953b76282b41d87fc2d6e1061c47c04283c751 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-22T07:31:55.216Z] ===================================================== [Pipeline] echo [2021-01-22T07:31:55.261Z] taggedImages: [2021-01-22T07:31:55.261Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:31:55.261Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.53 [2021-01-22T07:31:55.261Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [2021-01-22T07:31:55.261Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-01-22T07:31:55.327Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-01-22T07:31:55.327Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:31:55.327Z] 2.0.0-dev.53 [2021-01-22T07:31:55.327Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [2021-01-22T07:31:55.327Z] master [2021-01-22T07:31:55.327Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:31:55.830Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:c7b5d06303d1c1949c9ce5e99765f1d861064f89 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:31:56.123Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:31:56.123Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-01-22T07:31:56.123Z] 96b458e88178: Preparing [2021-01-22T07:31:56.123Z] 96b458e88178: Preparing [2021-01-22T07:31:56.123Z] 2d56d6e5fd87: Preparing [2021-01-22T07:31:56.123Z] 0484a6690d25: Preparing [2021-01-22T07:31:56.123Z] f25a2053fb5d: Preparing [2021-01-22T07:31:56.123Z] 10b9499a1baf: Preparing [2021-01-22T07:31:56.123Z] 4531004ef509: Preparing [2021-01-22T07:31:56.123Z] 64b29734b348: Preparing [2021-01-22T07:31:56.123Z] 64b29734b348: Preparing [2021-01-22T07:31:56.123Z] a05077a2c1f6: Preparing [2021-01-22T07:31:56.123Z] 979f67d8f431: Preparing [2021-01-22T07:31:56.123Z] 122a7eefcbf8: Preparing [2021-01-22T07:31:56.123Z] 777b2c648970: Preparing [2021-01-22T07:31:56.123Z] 4531004ef509: Waiting [2021-01-22T07:31:56.123Z] 64b29734b348: Waiting [2021-01-22T07:31:56.123Z] a05077a2c1f6: Waiting [2021-01-22T07:31:56.123Z] 979f67d8f431: Waiting [2021-01-22T07:31:56.123Z] 122a7eefcbf8: Waiting [2021-01-22T07:31:56.123Z] 777b2c648970: Waiting [2021-01-22T07:31:56.389Z] 2d56d6e5fd87: Pushed [2021-01-22T07:31:56.389Z] 96b458e88178: Pushed [2021-01-22T07:31:56.389Z] f25a2053fb5d: Pushed [2021-01-22T07:31:56.389Z] 4531004ef509: Layer already exists [2021-01-22T07:31:56.985Z] 64b29734b348: Pushed [2021-01-22T07:31:57.246Z] 122a7eefcbf8: Pushed [2021-01-22T07:31:57.246Z] 777b2c648970: Layer already exists [2021-01-22T07:31:57.246Z] 10b9499a1baf: Pushed [2021-01-22T07:31:57.246Z] 0484a6690d25: Pushed [2021-01-22T07:31:57.506Z] 979f67d8f431: Pushed [2021-01-22T07:31:57.506Z] a05077a2c1f6: Pushed [2021-01-22T07:31:57.766Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89: digest: sha256:bfbb67ac6141fb4f6cc25021dc044f43015384f14b5b50bb50954c2748f1ec19 size: 3036 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:31:58.068Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.53 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:31:58.364Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.53 [2021-01-22T07:31:58.365Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-01-22T07:31:58.365Z] 96b458e88178: Preparing [2021-01-22T07:31:58.365Z] 96b458e88178: Preparing [2021-01-22T07:31:58.365Z] 2d56d6e5fd87: Preparing [2021-01-22T07:31:58.365Z] 0484a6690d25: Preparing [2021-01-22T07:31:58.365Z] f25a2053fb5d: Preparing [2021-01-22T07:31:58.365Z] 10b9499a1baf: Preparing [2021-01-22T07:31:58.365Z] 4531004ef509: Preparing [2021-01-22T07:31:58.365Z] 64b29734b348: Preparing [2021-01-22T07:31:58.365Z] 64b29734b348: Preparing [2021-01-22T07:31:58.365Z] a05077a2c1f6: Preparing [2021-01-22T07:31:58.365Z] 979f67d8f431: Preparing [2021-01-22T07:31:58.365Z] 122a7eefcbf8: Preparing [2021-01-22T07:31:58.365Z] 777b2c648970: Preparing [2021-01-22T07:31:58.365Z] a05077a2c1f6: Waiting [2021-01-22T07:31:58.365Z] 979f67d8f431: Waiting [2021-01-22T07:31:58.365Z] 122a7eefcbf8: Waiting [2021-01-22T07:31:58.365Z] 4531004ef509: Waiting [2021-01-22T07:31:58.365Z] 64b29734b348: Waiting [2021-01-22T07:31:58.365Z] 10b9499a1baf: Layer already exists [2021-01-22T07:31:58.365Z] 0484a6690d25: Layer already exists [2021-01-22T07:31:58.365Z] 2d56d6e5fd87: Layer already exists [2021-01-22T07:31:58.365Z] f25a2053fb5d: Layer already exists [2021-01-22T07:31:58.365Z] 96b458e88178: Layer already exists [2021-01-22T07:31:58.365Z] 4531004ef509: Layer already exists [2021-01-22T07:31:58.365Z] a05077a2c1f6: Layer already exists [2021-01-22T07:31:58.365Z] 979f67d8f431: Layer already exists [2021-01-22T07:31:58.365Z] 64b29734b348: Layer already exists [2021-01-22T07:31:58.365Z] 122a7eefcbf8: Layer already exists [2021-01-22T07:31:58.365Z] 777b2c648970: Layer already exists [2021-01-22T07:31:58.624Z] 2.0.0-dev.53: digest: sha256:bfbb67ac6141fb4f6cc25021dc044f43015384f14b5b50bb50954c2748f1ec19 size: 3036 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:31:58.924Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:31:59.218Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [2021-01-22T07:31:59.218Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-01-22T07:31:59.219Z] 96b458e88178: Preparing [2021-01-22T07:31:59.219Z] 96b458e88178: Preparing [2021-01-22T07:31:59.219Z] 2d56d6e5fd87: Preparing [2021-01-22T07:31:59.219Z] 0484a6690d25: Preparing [2021-01-22T07:31:59.219Z] f25a2053fb5d: Preparing [2021-01-22T07:31:59.219Z] 10b9499a1baf: Preparing [2021-01-22T07:31:59.219Z] 4531004ef509: Preparing [2021-01-22T07:31:59.219Z] 64b29734b348: Preparing [2021-01-22T07:31:59.219Z] 64b29734b348: Preparing [2021-01-22T07:31:59.219Z] a05077a2c1f6: Preparing [2021-01-22T07:31:59.219Z] 979f67d8f431: Preparing [2021-01-22T07:31:59.219Z] 122a7eefcbf8: Preparing [2021-01-22T07:31:59.219Z] 777b2c648970: Preparing [2021-01-22T07:31:59.219Z] 64b29734b348: Waiting [2021-01-22T07:31:59.219Z] a05077a2c1f6: Waiting [2021-01-22T07:31:59.219Z] 122a7eefcbf8: Waiting [2021-01-22T07:31:59.219Z] 777b2c648970: Waiting [2021-01-22T07:31:59.219Z] 979f67d8f431: Waiting [2021-01-22T07:31:59.219Z] 10b9499a1baf: Layer already exists [2021-01-22T07:31:59.219Z] 2d56d6e5fd87: Layer already exists [2021-01-22T07:31:59.219Z] 0484a6690d25: Layer already exists [2021-01-22T07:31:59.219Z] 96b458e88178: Layer already exists [2021-01-22T07:31:59.219Z] f25a2053fb5d: Layer already exists [2021-01-22T07:31:59.219Z] 4531004ef509: Layer already exists [2021-01-22T07:31:59.219Z] 64b29734b348: Layer already exists [2021-01-22T07:31:59.219Z] a05077a2c1f6: Layer already exists [2021-01-22T07:31:59.219Z] 979f67d8f431: Layer already exists [2021-01-22T07:31:59.219Z] 122a7eefcbf8: Layer already exists [2021-01-22T07:31:59.219Z] 777b2c648970: Layer already exists [2021-01-22T07:31:59.219Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53: digest: sha256:bfbb67ac6141fb4f6cc25021dc044f43015384f14b5b50bb50954c2748f1ec19 size: 3036 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:31:59.530Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:31:59.943Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-01-22T07:31:59.943Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-01-22T07:31:59.943Z] 96b458e88178: Preparing [2021-01-22T07:31:59.943Z] 96b458e88178: Preparing [2021-01-22T07:31:59.943Z] 2d56d6e5fd87: Preparing [2021-01-22T07:31:59.943Z] 0484a6690d25: Preparing [2021-01-22T07:31:59.943Z] f25a2053fb5d: Preparing [2021-01-22T07:31:59.943Z] 10b9499a1baf: Preparing [2021-01-22T07:31:59.943Z] 4531004ef509: Preparing [2021-01-22T07:31:59.943Z] 64b29734b348: Preparing [2021-01-22T07:31:59.943Z] 64b29734b348: Preparing [2021-01-22T07:31:59.943Z] a05077a2c1f6: Preparing [2021-01-22T07:31:59.943Z] 979f67d8f431: Preparing [2021-01-22T07:31:59.943Z] 122a7eefcbf8: Preparing [2021-01-22T07:31:59.943Z] 777b2c648970: Preparing [2021-01-22T07:31:59.943Z] a05077a2c1f6: Waiting [2021-01-22T07:31:59.943Z] 979f67d8f431: Waiting [2021-01-22T07:31:59.943Z] 122a7eefcbf8: Waiting [2021-01-22T07:31:59.943Z] 777b2c648970: Waiting [2021-01-22T07:31:59.943Z] 4531004ef509: Waiting [2021-01-22T07:31:59.943Z] 64b29734b348: Waiting [2021-01-22T07:31:59.943Z] 10b9499a1baf: Layer already exists [2021-01-22T07:31:59.943Z] 96b458e88178: Layer already exists [2021-01-22T07:31:59.943Z] 2d56d6e5fd87: Layer already exists [2021-01-22T07:31:59.943Z] 0484a6690d25: Layer already exists [2021-01-22T07:31:59.943Z] f25a2053fb5d: Layer already exists [2021-01-22T07:31:59.943Z] 4531004ef509: Layer already exists [2021-01-22T07:31:59.943Z] 64b29734b348: Layer already exists [2021-01-22T07:31:59.943Z] a05077a2c1f6: Layer already exists [2021-01-22T07:31:59.943Z] 979f67d8f431: Layer already exists [2021-01-22T07:31:59.943Z] 122a7eefcbf8: Layer already exists [2021-01-22T07:31:59.943Z] 777b2c648970: Layer already exists [2021-01-22T07:32:00.204Z] master: digest: sha256:bfbb67ac6141fb4f6cc25021dc044f43015384f14b5b50bb50954c2748f1ec19 size: 3036 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-22T07:32:00.412Z] ===================================================== [Pipeline] echo [2021-01-22T07:32:00.475Z] taggedImages: [2021-01-22T07:32:00.476Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:32:00.476Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.53 [2021-01-22T07:32:00.476Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [2021-01-22T07:32:00.476Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo [2021-01-22T07:32:00.589Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-01-22T07:32:00.589Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:32:00.589Z] 2.0.0-dev.53 [2021-01-22T07:32:00.589Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [2021-01-22T07:32:00.589Z] master [2021-01-22T07:32:00.589Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:32:01.090Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:c7b5d06303d1c1949c9ce5e99765f1d861064f89 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:32:01.393Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:32:01.393Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-22T07:32:01.393Z] 6a28a81d61b1: Preparing [2021-01-22T07:32:01.393Z] 8769d1906df0: Preparing [2021-01-22T07:32:01.393Z] bdd7de03c7d7: Preparing [2021-01-22T07:32:01.393Z] 5f529cf80c42: Preparing [2021-01-22T07:32:01.393Z] ab38a7669b49: Preparing [2021-01-22T07:32:01.393Z] 777b2c648970: Preparing [2021-01-22T07:32:01.393Z] 777b2c648970: Waiting [2021-01-22T07:32:01.655Z] 5f529cf80c42: Pushed [2021-01-22T07:32:01.655Z] bdd7de03c7d7: Pushed [2021-01-22T07:32:01.655Z] 777b2c648970: Layer already exists [2021-01-22T07:32:01.916Z] ab38a7669b49: Pushed [2021-01-22T07:32:02.488Z] 8769d1906df0: Pushed [2021-01-22T07:32:02.488Z] 6a28a81d61b1: Pushed [2021-01-22T07:32:02.488Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89: digest: sha256:0c6aea2a3efb43f912a1f4ae1a6decccff83b91c120f7cd9a3074ec19d3b12da size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:32:02.792Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.53 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:32:03.091Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.53 [2021-01-22T07:32:03.092Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-22T07:32:03.092Z] 6a28a81d61b1: Preparing [2021-01-22T07:32:03.092Z] 8769d1906df0: Preparing [2021-01-22T07:32:03.092Z] bdd7de03c7d7: Preparing [2021-01-22T07:32:03.092Z] 5f529cf80c42: Preparing [2021-01-22T07:32:03.092Z] ab38a7669b49: Preparing [2021-01-22T07:32:03.092Z] 777b2c648970: Preparing [2021-01-22T07:32:03.092Z] 777b2c648970: Waiting [2021-01-22T07:32:03.092Z] 8769d1906df0: Layer already exists [2021-01-22T07:32:03.092Z] 5f529cf80c42: Layer already exists [2021-01-22T07:32:03.092Z] ab38a7669b49: Layer already exists [2021-01-22T07:32:03.092Z] bdd7de03c7d7: Layer already exists [2021-01-22T07:32:03.092Z] 6a28a81d61b1: Layer already exists [2021-01-22T07:32:03.092Z] 777b2c648970: Layer already exists [2021-01-22T07:32:03.092Z] 2.0.0-dev.53: digest: sha256:0c6aea2a3efb43f912a1f4ae1a6decccff83b91c120f7cd9a3074ec19d3b12da size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:32:03.389Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:32:03.697Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [2021-01-22T07:32:03.697Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-22T07:32:03.697Z] 6a28a81d61b1: Preparing [2021-01-22T07:32:03.697Z] 8769d1906df0: Preparing [2021-01-22T07:32:03.697Z] bdd7de03c7d7: Preparing [2021-01-22T07:32:03.697Z] 5f529cf80c42: Preparing [2021-01-22T07:32:03.697Z] ab38a7669b49: Preparing [2021-01-22T07:32:03.697Z] 777b2c648970: Preparing [2021-01-22T07:32:03.697Z] bdd7de03c7d7: Layer already exists [2021-01-22T07:32:03.697Z] 8769d1906df0: Layer already exists [2021-01-22T07:32:03.697Z] 5f529cf80c42: Layer already exists [2021-01-22T07:32:03.697Z] 6a28a81d61b1: Layer already exists [2021-01-22T07:32:03.697Z] ab38a7669b49: Layer already exists [2021-01-22T07:32:03.697Z] 777b2c648970: Layer already exists [2021-01-22T07:32:03.697Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53: digest: sha256:0c6aea2a3efb43f912a1f4ae1a6decccff83b91c120f7cd9a3074ec19d3b12da size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:32:04.002Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:32:04.296Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-01-22T07:32:04.296Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-22T07:32:04.296Z] 6a28a81d61b1: Preparing [2021-01-22T07:32:04.296Z] 8769d1906df0: Preparing [2021-01-22T07:32:04.296Z] bdd7de03c7d7: Preparing [2021-01-22T07:32:04.296Z] 5f529cf80c42: Preparing [2021-01-22T07:32:04.296Z] ab38a7669b49: Preparing [2021-01-22T07:32:04.296Z] 777b2c648970: Preparing [2021-01-22T07:32:04.296Z] 777b2c648970: Waiting [2021-01-22T07:32:04.296Z] ab38a7669b49: Layer already exists [2021-01-22T07:32:04.296Z] 8769d1906df0: Layer already exists [2021-01-22T07:32:04.296Z] 5f529cf80c42: Layer already exists [2021-01-22T07:32:04.296Z] 6a28a81d61b1: Layer already exists [2021-01-22T07:32:04.296Z] bdd7de03c7d7: Layer already exists [2021-01-22T07:32:04.296Z] 777b2c648970: Layer already exists [2021-01-22T07:32:04.296Z] master: digest: sha256:0c6aea2a3efb43f912a1f4ae1a6decccff83b91c120f7cd9a3074ec19d3b12da size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-22T07:32:04.784Z] ===================================================== [Pipeline] echo [2021-01-22T07:32:04.833Z] taggedImages: [2021-01-22T07:32:04.833Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:32:04.833Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.53 [2021-01-22T07:32:04.833Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [2021-01-22T07:32:04.833Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-01-22T07:32:04.899Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.53" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-22T07:32:04.899Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.53" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [Pipeline] echo [2021-01-22T07:32:04.950Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-01-22T07:32:04.950Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:32:04.950Z] 2.0.0-dev.53 [2021-01-22T07:32:04.950Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [2021-01-22T07:32:04.950Z] master [2021-01-22T07:32:04.950Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:32:05.436Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:c7b5d06303d1c1949c9ce5e99765f1d861064f89 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:32:05.736Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:32:05.736Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-22T07:32:05.736Z] 92365d2aa7de: Preparing [2021-01-22T07:32:05.736Z] 698a9c86bc0a: Preparing [2021-01-22T07:32:05.736Z] 1fea3b962838: Preparing [2021-01-22T07:32:05.736Z] 7c7727647884: Preparing [2021-01-22T07:32:05.736Z] 65c9fe9c2caa: Preparing [2021-01-22T07:32:05.736Z] 51662044de35: Preparing [2021-01-22T07:32:05.736Z] 5f9293e61af5: Preparing [2021-01-22T07:32:05.736Z] f15c0aaa5245: Preparing [2021-01-22T07:32:05.736Z] 777b2c648970: Preparing [2021-01-22T07:32:05.736Z] 51662044de35: Waiting [2021-01-22T07:32:05.736Z] 5f9293e61af5: Waiting [2021-01-22T07:32:05.736Z] f15c0aaa5245: Waiting [2021-01-22T07:32:05.736Z] 777b2c648970: Waiting [2021-01-22T07:32:06.002Z] 65c9fe9c2caa: Pushed [2021-01-22T07:32:06.002Z] 92365d2aa7de: Pushed [2021-01-22T07:32:06.002Z] 698a9c86bc0a: Pushed [2021-01-22T07:32:06.002Z] 51662044de35: Pushed [2021-01-22T07:32:06.262Z] 5f9293e61af5: Pushed [2021-01-22T07:32:06.262Z] 777b2c648970: Layer already exists [2021-01-22T07:32:06.262Z] f15c0aaa5245: Pushed [2021-01-22T07:32:06.832Z] 7c7727647884: Pushed [2021-01-22T07:32:06.832Z] 1fea3b962838: Pushed [2021-01-22T07:32:06.832Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89: digest: sha256:32bba2e23a12de46d2498fb943d7f04c4bc2c8e1c3df8a0e87214b5aaaaf410b size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:32:07.131Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.53 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:32:07.427Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.53 [2021-01-22T07:32:07.427Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-22T07:32:07.427Z] 92365d2aa7de: Preparing [2021-01-22T07:32:07.427Z] 698a9c86bc0a: Preparing [2021-01-22T07:32:07.427Z] 1fea3b962838: Preparing [2021-01-22T07:32:07.427Z] 7c7727647884: Preparing [2021-01-22T07:32:07.427Z] 65c9fe9c2caa: Preparing [2021-01-22T07:32:07.427Z] 51662044de35: Preparing [2021-01-22T07:32:07.427Z] 5f9293e61af5: Preparing [2021-01-22T07:32:07.427Z] f15c0aaa5245: Preparing [2021-01-22T07:32:07.427Z] 777b2c648970: Preparing [2021-01-22T07:32:07.427Z] 51662044de35: Waiting [2021-01-22T07:32:07.427Z] 5f9293e61af5: Waiting [2021-01-22T07:32:07.427Z] f15c0aaa5245: Waiting [2021-01-22T07:32:07.427Z] 777b2c648970: Waiting [2021-01-22T07:32:07.427Z] 7c7727647884: Layer already exists [2021-01-22T07:32:07.427Z] 698a9c86bc0a: Layer already exists [2021-01-22T07:32:07.427Z] 1fea3b962838: Layer already exists [2021-01-22T07:32:07.427Z] 65c9fe9c2caa: Layer already exists [2021-01-22T07:32:07.427Z] 92365d2aa7de: Layer already exists [2021-01-22T07:32:07.427Z] f15c0aaa5245: Layer already exists [2021-01-22T07:32:07.427Z] 51662044de35: Layer already exists [2021-01-22T07:32:07.427Z] 5f9293e61af5: Layer already exists [2021-01-22T07:32:07.427Z] 777b2c648970: Layer already exists [2021-01-22T07:32:07.427Z] 2.0.0-dev.53: digest: sha256:32bba2e23a12de46d2498fb943d7f04c4bc2c8e1c3df8a0e87214b5aaaaf410b size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:32:07.772Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:32:08.090Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [2021-01-22T07:32:08.090Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-22T07:32:08.090Z] 92365d2aa7de: Preparing [2021-01-22T07:32:08.090Z] 698a9c86bc0a: Preparing [2021-01-22T07:32:08.090Z] 1fea3b962838: Preparing [2021-01-22T07:32:08.090Z] 7c7727647884: Preparing [2021-01-22T07:32:08.090Z] 65c9fe9c2caa: Preparing [2021-01-22T07:32:08.090Z] 51662044de35: Preparing [2021-01-22T07:32:08.090Z] 5f9293e61af5: Preparing [2021-01-22T07:32:08.090Z] f15c0aaa5245: Preparing [2021-01-22T07:32:08.090Z] 777b2c648970: Preparing [2021-01-22T07:32:08.090Z] 51662044de35: Waiting [2021-01-22T07:32:08.090Z] 5f9293e61af5: Waiting [2021-01-22T07:32:08.090Z] f15c0aaa5245: Waiting [2021-01-22T07:32:08.090Z] 777b2c648970: Waiting [2021-01-22T07:32:08.090Z] 698a9c86bc0a: Layer already exists [2021-01-22T07:32:08.090Z] 92365d2aa7de: Layer already exists [2021-01-22T07:32:08.090Z] 1fea3b962838: Layer already exists [2021-01-22T07:32:08.090Z] 65c9fe9c2caa: Layer already exists [2021-01-22T07:32:08.090Z] 7c7727647884: Layer already exists [2021-01-22T07:32:08.090Z] 5f9293e61af5: Layer already exists [2021-01-22T07:32:08.090Z] 777b2c648970: Layer already exists [2021-01-22T07:32:08.090Z] 51662044de35: Layer already exists [2021-01-22T07:32:08.090Z] f15c0aaa5245: Layer already exists [2021-01-22T07:32:08.090Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53: digest: sha256:32bba2e23a12de46d2498fb943d7f04c4bc2c8e1c3df8a0e87214b5aaaaf410b size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:32:08.411Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:32:08.708Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-01-22T07:32:08.708Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-22T07:32:08.708Z] 92365d2aa7de: Preparing [2021-01-22T07:32:08.708Z] 698a9c86bc0a: Preparing [2021-01-22T07:32:08.708Z] 1fea3b962838: Preparing [2021-01-22T07:32:08.708Z] 7c7727647884: Preparing [2021-01-22T07:32:08.708Z] 65c9fe9c2caa: Preparing [2021-01-22T07:32:08.708Z] 51662044de35: Preparing [2021-01-22T07:32:08.708Z] 5f9293e61af5: Preparing [2021-01-22T07:32:08.708Z] f15c0aaa5245: Preparing [2021-01-22T07:32:08.708Z] 777b2c648970: Preparing [2021-01-22T07:32:08.708Z] 5f9293e61af5: Waiting [2021-01-22T07:32:08.708Z] f15c0aaa5245: Waiting [2021-01-22T07:32:08.708Z] 777b2c648970: Waiting [2021-01-22T07:32:08.708Z] 51662044de35: Waiting [2021-01-22T07:32:08.708Z] 92365d2aa7de: Layer already exists [2021-01-22T07:32:08.708Z] 7c7727647884: Layer already exists [2021-01-22T07:32:08.708Z] 698a9c86bc0a: Layer already exists [2021-01-22T07:32:08.708Z] 1fea3b962838: Layer already exists [2021-01-22T07:32:08.708Z] 65c9fe9c2caa: Layer already exists [2021-01-22T07:32:08.708Z] f15c0aaa5245: Layer already exists [2021-01-22T07:32:08.708Z] 5f9293e61af5: Layer already exists [2021-01-22T07:32:08.708Z] 51662044de35: Layer already exists [2021-01-22T07:32:08.708Z] 777b2c648970: Layer already exists [2021-01-22T07:32:08.708Z] master: digest: sha256:32bba2e23a12de46d2498fb943d7f04c4bc2c8e1c3df8a0e87214b5aaaaf410b size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-22T07:32:08.955Z] ===================================================== [Pipeline] echo [2021-01-22T07:32:09.007Z] taggedImages: [2021-01-22T07:32:09.007Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:32:09.007Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.53 [2021-01-22T07:32:09.007Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [2021-01-22T07:32:09.007Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-01-22T07:32:09.089Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-01-22T07:32:09.089Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:32:09.089Z] 2.0.0-dev.53 [2021-01-22T07:32:09.089Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [2021-01-22T07:32:09.089Z] master [2021-01-22T07:32:09.089Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:32:09.659Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:c7b5d06303d1c1949c9ce5e99765f1d861064f89 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:32:09.956Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:32:09.956Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-22T07:32:09.956Z] fc725800d285: Preparing [2021-01-22T07:32:09.956Z] 6942c1fd76f9: Preparing [2021-01-22T07:32:09.956Z] 4531004ef509: Preparing [2021-01-22T07:32:09.956Z] 439103083812: Preparing [2021-01-22T07:32:09.956Z] 777b2c648970: Preparing [2021-01-22T07:32:09.956Z] 777b2c648970: Layer already exists [2021-01-22T07:32:09.956Z] 4531004ef509: Layer already exists [2021-01-22T07:32:10.217Z] fc725800d285: Pushed [2021-01-22T07:32:10.477Z] 439103083812: Pushed [2021-01-22T07:32:11.078Z] 6942c1fd76f9: Pushed [2021-01-22T07:32:11.078Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89: digest: sha256:26b47b1468eeedc461975d311c88d3f79c7026acceadc0580842c0d2a0669851 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:32:11.385Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.53 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:32:11.676Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.53 [2021-01-22T07:32:11.676Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-22T07:32:11.676Z] fc725800d285: Preparing [2021-01-22T07:32:11.676Z] 6942c1fd76f9: Preparing [2021-01-22T07:32:11.676Z] 4531004ef509: Preparing [2021-01-22T07:32:11.676Z] 439103083812: Preparing [2021-01-22T07:32:11.676Z] 777b2c648970: Preparing [2021-01-22T07:32:11.676Z] 439103083812: Layer already exists [2021-01-22T07:32:11.676Z] fc725800d285: Layer already exists [2021-01-22T07:32:11.676Z] 4531004ef509: Layer already exists [2021-01-22T07:32:11.676Z] 6942c1fd76f9: Layer already exists [2021-01-22T07:32:11.676Z] 777b2c648970: Layer already exists [2021-01-22T07:32:11.676Z] 2.0.0-dev.53: digest: sha256:26b47b1468eeedc461975d311c88d3f79c7026acceadc0580842c0d2a0669851 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:32:11.973Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:32:12.269Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [2021-01-22T07:32:12.269Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-22T07:32:12.269Z] fc725800d285: Preparing [2021-01-22T07:32:12.269Z] 6942c1fd76f9: Preparing [2021-01-22T07:32:12.269Z] 4531004ef509: Preparing [2021-01-22T07:32:12.269Z] 439103083812: Preparing [2021-01-22T07:32:12.269Z] 777b2c648970: Preparing [2021-01-22T07:32:12.269Z] fc725800d285: Layer already exists [2021-01-22T07:32:12.269Z] 439103083812: Layer already exists [2021-01-22T07:32:12.269Z] 4531004ef509: Layer already exists [2021-01-22T07:32:12.269Z] 6942c1fd76f9: Layer already exists [2021-01-22T07:32:12.269Z] 777b2c648970: Layer already exists [2021-01-22T07:32:12.269Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53: digest: sha256:26b47b1468eeedc461975d311c88d3f79c7026acceadc0580842c0d2a0669851 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:32:12.681Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:32:12.985Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-01-22T07:32:12.985Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-22T07:32:12.985Z] fc725800d285: Preparing [2021-01-22T07:32:12.985Z] 6942c1fd76f9: Preparing [2021-01-22T07:32:12.985Z] 4531004ef509: Preparing [2021-01-22T07:32:12.985Z] 439103083812: Preparing [2021-01-22T07:32:12.985Z] 777b2c648970: Preparing [2021-01-22T07:32:12.985Z] 6942c1fd76f9: Layer already exists [2021-01-22T07:32:12.985Z] 4531004ef509: Layer already exists [2021-01-22T07:32:12.985Z] fc725800d285: Layer already exists [2021-01-22T07:32:12.985Z] 777b2c648970: Layer already exists [2021-01-22T07:32:12.985Z] 439103083812: Layer already exists [2021-01-22T07:32:12.985Z] master: digest: sha256:26b47b1468eeedc461975d311c88d3f79c7026acceadc0580842c0d2a0669851 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-22T07:32:13.317Z] ===================================================== [Pipeline] echo [2021-01-22T07:32:13.363Z] taggedImages: [2021-01-22T07:32:13.364Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:32:13.364Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.53 [2021-01-22T07:32:13.364Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [2021-01-22T07:32:13.364Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-01-22T07:32:13.426Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-01-22T07:32:13.426Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:32:13.426Z] 2.0.0-dev.53 [2021-01-22T07:32:13.426Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [2021-01-22T07:32:13.426Z] master [2021-01-22T07:32:13.426Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:32:13.911Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:c7b5d06303d1c1949c9ce5e99765f1d861064f89 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:32:14.211Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:32:14.211Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-22T07:32:14.211Z] 4e547925f420: Preparing [2021-01-22T07:32:14.211Z] 157d58deffb9: Preparing [2021-01-22T07:32:14.211Z] 4531004ef509: Preparing [2021-01-22T07:32:14.211Z] 8fac7416f97e: Preparing [2021-01-22T07:32:14.211Z] 777b2c648970: Preparing [2021-01-22T07:32:14.211Z] 4531004ef509: Layer already exists [2021-01-22T07:32:14.211Z] 777b2c648970: Layer already exists [2021-01-22T07:32:14.471Z] 4e547925f420: Pushed [2021-01-22T07:32:14.471Z] 8fac7416f97e: Pushed [2021-01-22T07:32:15.410Z] 157d58deffb9: Pushed [2021-01-22T07:32:15.410Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89: digest: sha256:2191111e64dcd27018eceab4c0058e352a2679f56e97a4d2bc6b510e575a207e size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:32:15.709Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.53 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:32:16.087Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.53 [2021-01-22T07:32:16.087Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-22T07:32:16.087Z] 4e547925f420: Preparing [2021-01-22T07:32:16.087Z] 157d58deffb9: Preparing [2021-01-22T07:32:16.087Z] 4531004ef509: Preparing [2021-01-22T07:32:16.087Z] 8fac7416f97e: Preparing [2021-01-22T07:32:16.087Z] 777b2c648970: Preparing [2021-01-22T07:32:16.087Z] 157d58deffb9: Layer already exists [2021-01-22T07:32:16.087Z] 8fac7416f97e: Layer already exists [2021-01-22T07:32:16.087Z] 777b2c648970: Layer already exists [2021-01-22T07:32:16.087Z] 4e547925f420: Layer already exists [2021-01-22T07:32:16.087Z] 4531004ef509: Layer already exists [2021-01-22T07:32:16.087Z] 2.0.0-dev.53: digest: sha256:2191111e64dcd27018eceab4c0058e352a2679f56e97a4d2bc6b510e575a207e size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:32:16.388Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:32:16.682Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [2021-01-22T07:32:16.682Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-22T07:32:16.682Z] 4e547925f420: Preparing [2021-01-22T07:32:16.682Z] 157d58deffb9: Preparing [2021-01-22T07:32:16.682Z] 4531004ef509: Preparing [2021-01-22T07:32:16.682Z] 8fac7416f97e: Preparing [2021-01-22T07:32:16.682Z] 777b2c648970: Preparing [2021-01-22T07:32:16.682Z] 4e547925f420: Layer already exists [2021-01-22T07:32:16.682Z] 4531004ef509: Layer already exists [2021-01-22T07:32:16.682Z] 157d58deffb9: Layer already exists [2021-01-22T07:32:16.682Z] 777b2c648970: Layer already exists [2021-01-22T07:32:16.682Z] 8fac7416f97e: Layer already exists [2021-01-22T07:32:16.682Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53: digest: sha256:2191111e64dcd27018eceab4c0058e352a2679f56e97a4d2bc6b510e575a207e size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:32:16.985Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:32:17.278Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-01-22T07:32:17.278Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-22T07:32:17.278Z] 4e547925f420: Preparing [2021-01-22T07:32:17.278Z] 157d58deffb9: Preparing [2021-01-22T07:32:17.278Z] 4531004ef509: Preparing [2021-01-22T07:32:17.278Z] 8fac7416f97e: Preparing [2021-01-22T07:32:17.278Z] 777b2c648970: Preparing [2021-01-22T07:32:17.278Z] 4e547925f420: Layer already exists [2021-01-22T07:32:17.278Z] 157d58deffb9: Layer already exists [2021-01-22T07:32:17.278Z] 4531004ef509: Layer already exists [2021-01-22T07:32:17.278Z] 8fac7416f97e: Layer already exists [2021-01-22T07:32:17.278Z] 777b2c648970: Layer already exists [2021-01-22T07:32:17.278Z] master: digest: sha256:2191111e64dcd27018eceab4c0058e352a2679f56e97a4d2bc6b510e575a207e size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2021-01-22T07:32:17.373Z] Removing intermediate container 5391d6eded86 [2021-01-22T07:32:17.373Z] ---> 8c304d2561c6 [2021-01-22T07:32:17.373Z] [2021-01-22T07:32:17.373Z] Step 10/24 : FROM alpine:3.12 [2021-01-22T07:32:17.373Z] 3.12: Pulling from library/alpine [2021-01-22T07:32:17.373Z] Removing intermediate container fd9de6e74f74 [2021-01-22T07:32:17.373Z] ---> 8b020fc83640 [2021-01-22T07:32:17.373Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [Pipeline] // withEnv [Pipeline] echo [2021-01-22T07:32:17.460Z] ===================================================== [Pipeline] echo [2021-01-22T07:32:17.507Z] taggedImages: [2021-01-22T07:32:17.507Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:32:17.507Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.53 [2021-01-22T07:32:17.507Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [2021-01-22T07:32:17.507Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-01-22T07:32:17.571Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-01-22T07:32:17.571Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:32:17.571Z] 2.0.0-dev.53 [2021-01-22T07:32:17.571Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [2021-01-22T07:32:17.571Z] master [2021-01-22T07:32:17.571Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:32:17.996Z] ---> Running in 4cc2b5b07308 [2021-01-22T07:32:18.051Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:c7b5d06303d1c1949c9ce5e99765f1d861064f89 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:32:18.354Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:32:18.354Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-22T07:32:18.354Z] be31644c1137: Preparing [2021-01-22T07:32:18.354Z] 76ea7bc06aef: Preparing [2021-01-22T07:32:18.354Z] 941b8f51523b: Preparing [2021-01-22T07:32:18.354Z] 1096cdc599fd: Preparing [2021-01-22T07:32:18.354Z] 2ebc55ddb114: Preparing [2021-01-22T07:32:18.354Z] 83e269434113: Preparing [2021-01-22T07:32:18.354Z] 2aabbd288283: Preparing [2021-01-22T07:32:18.354Z] 0754057c0ad3: Preparing [2021-01-22T07:32:18.354Z] 998cdf262ab1: Preparing [2021-01-22T07:32:18.354Z] 02e56110abd2: Preparing [2021-01-22T07:32:18.354Z] abc36efb885a: Preparing [2021-01-22T07:32:18.354Z] b0b09059f4e1: Preparing [2021-01-22T07:32:18.354Z] bb961f40224b: Preparing [2021-01-22T07:32:18.354Z] f4666769fca7: Preparing [2021-01-22T07:32:18.354Z] 998cdf262ab1: Waiting [2021-01-22T07:32:18.354Z] 02e56110abd2: Waiting [2021-01-22T07:32:18.354Z] abc36efb885a: Waiting [2021-01-22T07:32:18.354Z] b0b09059f4e1: Waiting [2021-01-22T07:32:18.354Z] bb961f40224b: Waiting [2021-01-22T07:32:18.354Z] f4666769fca7: Waiting [2021-01-22T07:32:18.354Z] 2aabbd288283: Waiting [2021-01-22T07:32:18.354Z] 0754057c0ad3: Waiting [2021-01-22T07:32:18.354Z] 83e269434113: Waiting [2021-01-22T07:32:18.617Z] be31644c1137: Pushed [2021-01-22T07:32:18.617Z] 2ebc55ddb114: Pushed [2021-01-22T07:32:18.880Z] 1096cdc599fd: Pushed [2021-01-22T07:32:18.880Z] 0754057c0ad3: Layer already exists [2021-01-22T07:32:18.880Z] 998cdf262ab1: Layer already exists [2021-01-22T07:32:18.880Z] 02e56110abd2: Layer already exists [2021-01-22T07:32:18.880Z] 2aabbd288283: Pushed [2021-01-22T07:32:18.880Z] abc36efb885a: Layer already exists [2021-01-22T07:32:18.880Z] b0b09059f4e1: Layer already exists [2021-01-22T07:32:18.880Z] bb961f40224b: Layer already exists [2021-01-22T07:32:18.880Z] f4666769fca7: Layer already exists [2021-01-22T07:32:18.986Z] Removing intermediate container 03d3de8fd5af [2021-01-22T07:32:18.986Z] ---> c7aab00b38a4 [2021-01-22T07:32:18.986Z] [2021-01-22T07:32:18.986Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T07:32:18.986Z] 3.12: Pulling from library/alpine [2021-01-22T07:32:19.146Z] 76ea7bc06aef: Pushed [2021-01-22T07:32:19.261Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-22T07:32:19.261Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-22T07:32:19.261Z] Status: Downloaded newer image for alpine:3.12 [2021-01-22T07:32:19.261Z] ---> afeebe901d6b [2021-01-22T07:32:19.261Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-22T07:32:19.261Z] Status: Image is up to date for alpine:3.12 [2021-01-22T07:32:19.261Z] ---> afeebe901d6b [2021-01-22T07:32:19.261Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-22T07:32:19.722Z] 83e269434113: Pushed [2021-01-22T07:32:19.879Z] ---> Running in 3a58b5adc277 [2021-01-22T07:32:19.879Z] ---> Running in 16f6400c9fb9 [2021-01-22T07:32:19.879Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.53" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-22T07:32:21.890Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T07:32:21.890Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T07:32:22.167Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T07:32:22.167Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T07:32:22.766Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-22T07:32:22.766Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-22T07:32:23.028Z] 941b8f51523b: Pushed [2021-01-22T07:32:23.029Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89: digest: sha256:77e89976b4331296be279cfea33d07a9af6cd5e41e1a36eafb4564688766e40b size: 3252 [2021-01-22T07:32:23.045Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T07:32:23.045Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-22T07:32:23.045Z] (4/5) Installing curl (7.69.1-r3) [2021-01-22T07:32:23.045Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-22T07:32:23.045Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T07:32:23.045Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T07:32:23.045Z] OK: 5 MiB in 15 packages [2021-01-22T07:32:23.045Z] Executing ca-certificates-20191127-r4.trigger [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:32:23.324Z] OK: 7 MiB in 19 packages [2021-01-22T07:32:23.334Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.53 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:32:23.631Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.53 [2021-01-22T07:32:23.631Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-22T07:32:23.631Z] be31644c1137: Preparing [2021-01-22T07:32:23.631Z] 76ea7bc06aef: Preparing [2021-01-22T07:32:23.631Z] 941b8f51523b: Preparing [2021-01-22T07:32:23.631Z] 1096cdc599fd: Preparing [2021-01-22T07:32:23.631Z] 2ebc55ddb114: Preparing [2021-01-22T07:32:23.631Z] 83e269434113: Preparing [2021-01-22T07:32:23.631Z] 2aabbd288283: Preparing [2021-01-22T07:32:23.631Z] 0754057c0ad3: Preparing [2021-01-22T07:32:23.631Z] 998cdf262ab1: Preparing [2021-01-22T07:32:23.631Z] 02e56110abd2: Preparing [2021-01-22T07:32:23.631Z] abc36efb885a: Preparing [2021-01-22T07:32:23.631Z] b0b09059f4e1: Preparing [2021-01-22T07:32:23.631Z] bb961f40224b: Preparing [2021-01-22T07:32:23.631Z] f4666769fca7: Preparing [2021-01-22T07:32:23.631Z] 83e269434113: Waiting [2021-01-22T07:32:23.631Z] 2aabbd288283: Waiting [2021-01-22T07:32:23.631Z] 02e56110abd2: Waiting [2021-01-22T07:32:23.631Z] b0b09059f4e1: Waiting [2021-01-22T07:32:23.631Z] 0754057c0ad3: Waiting [2021-01-22T07:32:23.631Z] bb961f40224b: Waiting [2021-01-22T07:32:23.631Z] 998cdf262ab1: Waiting [2021-01-22T07:32:23.631Z] f4666769fca7: Waiting [2021-01-22T07:32:23.631Z] abc36efb885a: Waiting [2021-01-22T07:32:23.631Z] be31644c1137: Layer already exists [2021-01-22T07:32:23.631Z] 941b8f51523b: Layer already exists [2021-01-22T07:32:23.631Z] 76ea7bc06aef: Layer already exists [2021-01-22T07:32:23.631Z] 2ebc55ddb114: Layer already exists [2021-01-22T07:32:23.631Z] 1096cdc599fd: Layer already exists [2021-01-22T07:32:23.631Z] 2aabbd288283: Layer already exists [2021-01-22T07:32:23.631Z] 83e269434113: Layer already exists [2021-01-22T07:32:23.631Z] 02e56110abd2: Layer already exists [2021-01-22T07:32:23.631Z] 998cdf262ab1: Layer already exists [2021-01-22T07:32:23.631Z] 0754057c0ad3: Layer already exists [2021-01-22T07:32:23.631Z] b0b09059f4e1: Layer already exists [2021-01-22T07:32:23.631Z] abc36efb885a: Layer already exists [2021-01-22T07:32:23.631Z] bb961f40224b: Layer already exists [2021-01-22T07:32:23.631Z] f4666769fca7: Layer already exists [2021-01-22T07:32:23.631Z] 2.0.0-dev.53: digest: sha256:77e89976b4331296be279cfea33d07a9af6cd5e41e1a36eafb4564688766e40b size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:32:23.932Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:32:24.227Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [2021-01-22T07:32:24.227Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-22T07:32:24.227Z] be31644c1137: Preparing [2021-01-22T07:32:24.227Z] 76ea7bc06aef: Preparing [2021-01-22T07:32:24.227Z] 941b8f51523b: Preparing [2021-01-22T07:32:24.227Z] 1096cdc599fd: Preparing [2021-01-22T07:32:24.227Z] 2ebc55ddb114: Preparing [2021-01-22T07:32:24.227Z] 83e269434113: Preparing [2021-01-22T07:32:24.227Z] 2aabbd288283: Preparing [2021-01-22T07:32:24.227Z] 0754057c0ad3: Preparing [2021-01-22T07:32:24.227Z] 998cdf262ab1: Preparing [2021-01-22T07:32:24.227Z] 02e56110abd2: Preparing [2021-01-22T07:32:24.227Z] abc36efb885a: Preparing [2021-01-22T07:32:24.227Z] b0b09059f4e1: Preparing [2021-01-22T07:32:24.227Z] bb961f40224b: Preparing [2021-01-22T07:32:24.227Z] f4666769fca7: Preparing [2021-01-22T07:32:24.227Z] 83e269434113: Waiting [2021-01-22T07:32:24.227Z] 2aabbd288283: Waiting [2021-01-22T07:32:24.227Z] 0754057c0ad3: Waiting [2021-01-22T07:32:24.227Z] 998cdf262ab1: Waiting [2021-01-22T07:32:24.227Z] 02e56110abd2: Waiting [2021-01-22T07:32:24.227Z] abc36efb885a: Waiting [2021-01-22T07:32:24.227Z] b0b09059f4e1: Waiting [2021-01-22T07:32:24.227Z] bb961f40224b: Waiting [2021-01-22T07:32:24.227Z] f4666769fca7: Waiting [2021-01-22T07:32:24.227Z] 2ebc55ddb114: Layer already exists [2021-01-22T07:32:24.227Z] 941b8f51523b: Layer already exists [2021-01-22T07:32:24.227Z] be31644c1137: Layer already exists [2021-01-22T07:32:24.227Z] 76ea7bc06aef: Layer already exists [2021-01-22T07:32:24.227Z] 1096cdc599fd: Layer already exists [2021-01-22T07:32:24.227Z] 83e269434113: Layer already exists [2021-01-22T07:32:24.227Z] 2aabbd288283: Layer already exists [2021-01-22T07:32:24.227Z] 0754057c0ad3: Layer already exists [2021-01-22T07:32:24.227Z] 02e56110abd2: Layer already exists [2021-01-22T07:32:24.227Z] 998cdf262ab1: Layer already exists [2021-01-22T07:32:24.227Z] abc36efb885a: Layer already exists [2021-01-22T07:32:24.227Z] f4666769fca7: Layer already exists [2021-01-22T07:32:24.227Z] b0b09059f4e1: Layer already exists [2021-01-22T07:32:24.227Z] bb961f40224b: Layer already exists [2021-01-22T07:32:24.227Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53: digest: sha256:77e89976b4331296be279cfea33d07a9af6cd5e41e1a36eafb4564688766e40b size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:32:24.528Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:32:24.824Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-01-22T07:32:24.824Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-22T07:32:24.824Z] be31644c1137: Preparing [2021-01-22T07:32:24.824Z] 76ea7bc06aef: Preparing [2021-01-22T07:32:24.824Z] 941b8f51523b: Preparing [2021-01-22T07:32:24.824Z] 1096cdc599fd: Preparing [2021-01-22T07:32:24.824Z] 2ebc55ddb114: Preparing [2021-01-22T07:32:24.824Z] 83e269434113: Preparing [2021-01-22T07:32:24.824Z] 2aabbd288283: Preparing [2021-01-22T07:32:24.824Z] 0754057c0ad3: Preparing [2021-01-22T07:32:24.824Z] 998cdf262ab1: Preparing [2021-01-22T07:32:24.824Z] 02e56110abd2: Preparing [2021-01-22T07:32:24.824Z] abc36efb885a: Preparing [2021-01-22T07:32:24.824Z] b0b09059f4e1: Preparing [2021-01-22T07:32:24.824Z] bb961f40224b: Preparing [2021-01-22T07:32:24.824Z] f4666769fca7: Preparing [2021-01-22T07:32:24.824Z] 83e269434113: Waiting [2021-01-22T07:32:24.824Z] 2aabbd288283: Waiting [2021-01-22T07:32:24.824Z] 0754057c0ad3: Waiting [2021-01-22T07:32:24.824Z] 998cdf262ab1: Waiting [2021-01-22T07:32:24.824Z] 02e56110abd2: Waiting [2021-01-22T07:32:24.824Z] abc36efb885a: Waiting [2021-01-22T07:32:24.824Z] b0b09059f4e1: Waiting [2021-01-22T07:32:24.824Z] bb961f40224b: Waiting [2021-01-22T07:32:24.824Z] f4666769fca7: Waiting [2021-01-22T07:32:24.824Z] 941b8f51523b: Layer already exists [2021-01-22T07:32:24.824Z] 2ebc55ddb114: Layer already exists [2021-01-22T07:32:24.824Z] be31644c1137: Layer already exists [2021-01-22T07:32:24.824Z] 76ea7bc06aef: Layer already exists [2021-01-22T07:32:24.824Z] 1096cdc599fd: Layer already exists [2021-01-22T07:32:24.824Z] 83e269434113: Layer already exists [2021-01-22T07:32:24.824Z] 2aabbd288283: Layer already exists [2021-01-22T07:32:24.824Z] 998cdf262ab1: Layer already exists [2021-01-22T07:32:24.824Z] 0754057c0ad3: Layer already exists [2021-01-22T07:32:24.824Z] 02e56110abd2: Layer already exists [2021-01-22T07:32:24.824Z] abc36efb885a: Layer already exists [2021-01-22T07:32:24.824Z] b0b09059f4e1: Layer already exists [2021-01-22T07:32:24.824Z] f4666769fca7: Layer already exists [2021-01-22T07:32:24.824Z] bb961f40224b: Layer already exists [2021-01-22T07:32:24.824Z] master: digest: sha256:77e89976b4331296be279cfea33d07a9af6cd5e41e1a36eafb4564688766e40b size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-22T07:32:25.003Z] ===================================================== [Pipeline] echo [2021-01-22T07:32:25.051Z] taggedImages: [2021-01-22T07:32:25.051Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:32:25.051Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.53 [2021-01-22T07:32:25.051Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [2021-01-22T07:32:25.051Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [2021-01-22T07:32:25.414Z] Removing intermediate container 16f6400c9fb9 [2021-01-22T07:32:25.414Z] ---> a7e712dcbba5 [2021-01-22T07:32:25.414Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T07:32:25.414Z] Removing intermediate container 98c5e38e8078 [2021-01-22T07:32:25.414Z] ---> 07808f43540e [2021-01-22T07:32:25.414Z] [2021-01-22T07:32:25.414Z] Step 10/33 : FROM alpine:3.12 [2021-01-22T07:32:25.414Z] ---> afeebe901d6b [2021-01-22T07:32:25.414Z] Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [2021-01-22T07:32:25.760Z] ---> Running in 3496573efa8c [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-22T07:32:26.084Z] ---> Running in fe8305482e57 [2021-01-22T07:32:26.533Z] Removing intermediate container 4cc2b5b07308 [2021-01-22T07:32:26.533Z] ---> 6de9006ea04b [2021-01-22T07:32:26.533Z] [2021-01-22T07:32:26.533Z] Step 11/26 : FROM docker:20.10.0 [2021-01-22T07:32:26.533Z] 20.10.0: Pulling from library/docker [2021-01-22T07:32:26.816Z] Removing intermediate container 3496573efa8c [2021-01-22T07:32:26.816Z] ---> 5cb18c5ecc0a [2021-01-22T07:32:26.816Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-22T07:32:27.180Z] Removing intermediate container 3a58b5adc277 [2021-01-22T07:32:27.180Z] ---> 24402073ed54 [2021-01-22T07:32:27.180Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-22T07:32:27.508Z] ---> Running in 7697dc4e8df1 [2021-01-22T07:32:27.508Z] ---> Running in 1d2752e912a2 [2021-01-22T07:32:28.493Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T07:32:28.493Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T07:32:29.103Z] Removing intermediate container 7697dc4e8df1 [2021-01-22T07:32:29.103Z] ---> f823e12d78db [2021-01-22T07:32:29.103Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-22T07:32:29.103Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-22T07:32:29.103Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-22T07:32:29.103Z] (3/3) Installing su-exec (0.2-r1) [2021-01-22T07:32:29.103Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T07:32:29.103Z] OK: 6 MiB in 17 packages [2021-01-22T07:32:29.384Z] Removing intermediate container 1d2752e912a2 [2021-01-22T07:32:29.384Z] ---> 7e0587bf31ae [2021-01-22T07:32:29.384Z] Step 13/24 : WORKDIR / [2021-01-22T07:32:29.666Z] ---> Running in 1995c5800ef2 [2021-01-22T07:32:29.952Z] ---> Running in 5704524897a3 [2021-01-22T07:32:30.555Z] Removing intermediate container 1995c5800ef2 [2021-01-22T07:32:30.555Z] ---> c9496de3824f [2021-01-22T07:32:30.555Z] Step 15/23 : WORKDIR / [2021-01-22T07:32:31.164Z] ---> Running in 18f7842a1d20 [2021-01-22T07:32:31.164Z] Removing intermediate container 5704524897a3 [2021-01-22T07:32:31.164Z] ---> 12e678265be8 [2021-01-22T07:32:31.164Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-22T07:32:31.164Z] Removing intermediate container fe8305482e57 [2021-01-22T07:32:31.164Z] ---> 385a0b8fcdcc [2021-01-22T07:32:31.164Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-22T07:32:31.445Z] ---> Running in 3e035406bf90 [2021-01-22T07:32:32.043Z] Removing intermediate container 18f7842a1d20 [2021-01-22T07:32:32.043Z] ---> 903bc1d76b99 [2021-01-22T07:32:32.043Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T07:32:32.644Z] Removing intermediate container 3e035406bf90 [2021-01-22T07:32:32.644Z] ---> 15e95950f606 [2021-01-22T07:32:32.644Z] Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-22T07:32:33.245Z] ---> acb790aa22de [2021-01-22T07:32:33.245Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-22T07:32:33.849Z] ---> Running in 4e3f3c026a87 [2021-01-22T07:32:34.127Z] ---> 5962fea31146 [2021-01-22T07:32:34.127Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-22T07:32:34.730Z] Removing intermediate container 139bb256db1c [2021-01-22T07:32:34.730Z] ---> 114018ec0b57 [2021-01-22T07:32:34.730Z] [2021-01-22T07:32:34.730Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T07:32:34.730Z] ---> afeebe901d6b [2021-01-22T07:32:34.730Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-22T07:32:34.730Z] ---> Using cache [2021-01-22T07:32:34.730Z] ---> a7e712dcbba5 [2021-01-22T07:32:34.730Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T07:32:34.730Z] ---> Using cache [2021-01-22T07:32:34.730Z] ---> 5cb18c5ecc0a [2021-01-22T07:32:34.730Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-22T07:32:35.007Z] ---> 3a2edda06e4d [2021-01-22T07:32:35.007Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-22T07:32:35.007Z] Removing intermediate container 4e3f3c026a87 [2021-01-22T07:32:35.007Z] ---> 85d2d4665101 [2021-01-22T07:32:35.007Z] Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz [2021-01-22T07:32:35.297Z] ---> Running in ff9ad227885e [2021-01-22T07:32:35.297Z] ---> Running in 8254dc20d0af [2021-01-22T07:32:35.909Z] ---> 1b415cc6a006 [2021-01-22T07:32:35.909Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-22T07:32:36.189Z] Removing intermediate container ff9ad227885e [2021-01-22T07:32:36.189Z] ---> dffa9d15d3e0 [2021-01-22T07:32:36.189Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-22T07:32:36.189Z] ---> be4eb951783f [2021-01-22T07:32:36.189Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-22T07:32:36.464Z] ---> Running in 873714630e4c [2021-01-22T07:32:37.080Z] Connecting to github.com (140.82.113.3:443) [2021-01-22T07:32:37.080Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.136.228:443) [2021-01-22T07:32:37.362Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-22T07:32:37.362Z] dockerize-alpine-lin 39% |************ | 1172k 0:00:01 ETA [2021-01-22T07:32:37.362Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-22T07:32:37.362Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-22T07:32:37.362Z] dockerize [2021-01-22T07:32:37.636Z] Removing intermediate container 873714630e4c [2021-01-22T07:32:37.636Z] ---> ca4e187934b9 [2021-01-22T07:32:37.636Z] Step 15/23 : WORKDIR / [2021-01-22T07:32:37.912Z] ---> e8edc4162175 [2021-01-22T07:32:37.912Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-22T07:32:38.528Z] ---> Running in c976c5e9e8c1 [2021-01-22T07:32:38.528Z] ---> Running in 4f9560f8cdf7 [2021-01-22T07:32:38.804Z] ---> 000a34e2fe3b [2021-01-22T07:32:38.804Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-22T07:32:39.416Z] Removing intermediate container c976c5e9e8c1 [2021-01-22T07:32:39.416Z] ---> 181412ce1f25 [2021-01-22T07:32:39.416Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T07:32:39.698Z] Removing intermediate container 4f9560f8cdf7 [2021-01-22T07:32:39.698Z] ---> 1da236c857a4 [2021-01-22T07:32:39.698Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T07:32:39.989Z] ---> Running in ce67cab2ce3c [2021-01-22T07:32:40.263Z] Removing intermediate container 8254dc20d0af [2021-01-22T07:32:40.263Z] ---> 809a3263075d [2021-01-22T07:32:40.263Z] Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-22T07:32:40.537Z] ---> Running in 8ff3f69f267c [2021-01-22T07:32:40.811Z] ---> 36044bc78223 [2021-01-22T07:32:40.811Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-22T07:32:40.811Z] ---> 5e35f71427f3 [2021-01-22T07:32:40.811Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-22T07:32:40.811Z] Removing intermediate container ce67cab2ce3c [2021-01-22T07:32:40.811Z] ---> a4a1871f3c22 [2021-01-22T07:32:40.811Z] Step 21/23 : LABEL arch=arm64 [2021-01-22T07:32:41.090Z] ---> Running in e4ac4e5983cc [2021-01-22T07:32:41.090Z] Removing intermediate container 8ff3f69f267c [2021-01-22T07:32:41.090Z] ---> 4235d9615141 [2021-01-22T07:32:41.090Z] Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-22T07:32:41.379Z] ---> Running in 033bd4e439af [2021-01-22T07:32:41.379Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-22T07:32:41.379Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-22T07:32:41.379Z] ---> eeaf43b92773 [2021-01-22T07:32:41.379Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-22T07:32:42.007Z] Removing intermediate container e4ac4e5983cc [2021-01-22T07:32:42.007Z] ---> 5e41a7fcdced [2021-01-22T07:32:42.007Z] Step 22/23 : LABEL git_sha=c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:32:42.007Z] ---> Running in 8878734658cf [2021-01-22T07:32:42.007Z] Removing intermediate container 033bd4e439af [2021-01-22T07:32:42.007Z] ---> 022863b90509 [2021-01-22T07:32:42.007Z] Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} [2021-01-22T07:32:42.293Z] ---> b71daa124080 [2021-01-22T07:32:42.293Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-22T07:32:42.293Z] ---> Running in 35afe366b179 [2021-01-22T07:32:42.293Z] ---> Running in fc2f66271a6d [2021-01-22T07:32:42.293Z] ---> Running in 4740cb2529fd [2021-01-22T07:32:42.579Z] ---> 2f67b34c8755 [2021-01-22T07:32:42.579Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-22T07:32:43.191Z] Removing intermediate container 35afe366b179 [2021-01-22T07:32:43.191Z] ---> 09a89b9df32f [2021-01-22T07:32:43.191Z] Step 23/23 : LABEL version=2.0.0-dev.53 [2021-01-22T07:32:43.467Z] ---> Running in 1fa41d6363c3 [2021-01-22T07:32:43.741Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T07:32:43.741Z] ---> 20890b865521 [2021-01-22T07:32:43.741Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-22T07:32:44.015Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T07:32:44.015Z] ---> Running in a553c730042c [2021-01-22T07:32:44.015Z] Removing intermediate container 1fa41d6363c3 [2021-01-22T07:32:44.015Z] ---> 8211c3fff424 [2021-01-22T07:32:44.015Z] [2021-01-22T07:32:44.289Z] Move dockerize executable [2021-01-22T07:32:44.562Z] Successfully built 8211c3fff424 [2021-01-22T07:32:44.562Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-22T07:32:44.562Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-01-22T07:32:44.850Z] (1/2) Installing readline (8.0.4-r0) [2021-01-22T07:32:44.850Z] (2/2) Installing bash (5.0.17-r0) [2021-01-22T07:32:44.850Z] Executing bash-5.0.17-r0.post-install [2021-01-22T07:32:44.850Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T07:32:44.850Z] OK: 12 MiB in 22 packages [2021-01-22T07:32:44.850Z] Removing intermediate container a553c730042c [2021-01-22T07:32:44.850Z] ---> fe5fd1b852f8 [2021-01-22T07:32:44.850Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T07:32:45.454Z] ---> Running in 92660578bc1c [2021-01-22T07:32:46.443Z] Removing intermediate container 4740cb2529fd [2021-01-22T07:32:46.443Z] ---> 4b652c782517 [2021-01-22T07:32:46.443Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-22T07:32:47.041Z] Removing intermediate container 92660578bc1c [2021-01-22T07:32:47.041Z] ---> de3110fe396d [2021-01-22T07:32:47.041Z] Step 21/23 : LABEL arch=arm64 [2021-01-22T07:32:47.315Z] ---> Running in c1400f7dcbda [2021-01-22T07:32:47.315Z] Removing intermediate container 8878734658cf [2021-01-22T07:32:47.315Z] ---> 4fbae079bd69 [2021-01-22T07:32:47.315Z] Removing intermediate container fc2f66271a6d [2021-01-22T07:32:47.315Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-22T07:32:47.315Z] ---> 5486691067dd [2021-01-22T07:32:47.315Z] Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-22T07:32:47.615Z] ---> Running in 01bd07a87dbc [2021-01-22T07:32:47.900Z] ---> Running in 54714c29a7e2 [2021-01-22T07:32:47.900Z] ---> Running in 0f174b390833 [2021-01-22T07:32:48.175Z] Removing intermediate container c1400f7dcbda [2021-01-22T07:32:48.175Z] ---> af550a073ecb [2021-01-22T07:32:48.175Z] Step 22/24 : LABEL arch=arm64 [2021-01-22T07:32:48.175Z] Removing intermediate container 01bd07a87dbc [2021-01-22T07:32:48.175Z] ---> 4bdab20984d1 [2021-01-22T07:32:48.175Z] Step 22/23 : LABEL git_sha=c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:32:48.445Z] ---> Running in af86f5c48acd [2021-01-22T07:32:48.445Z] ---> Running in fbd53d77812b [2021-01-22T07:32:48.722Z] Removing intermediate container 0f174b390833 [2021-01-22T07:32:48.722Z] ---> 804bb14b9d82 [2021-01-22T07:32:48.722Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-22T07:32:48.722Z] Removing intermediate container 54714c29a7e2 [2021-01-22T07:32:48.722Z] ---> 4a1115e14595 [2021-01-22T07:32:48.722Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-22T07:32:49.008Z] ---> Running in 9e7c7eaf6b7f [2021-01-22T07:32:49.008Z] Removing intermediate container af86f5c48acd [2021-01-22T07:32:49.008Z] ---> b1dddc21612e [2021-01-22T07:32:49.008Z] Step 23/24 : LABEL git_sha=c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:32:49.287Z] Removing intermediate container fbd53d77812b [2021-01-22T07:32:49.287Z] ---> 0a7517c1f324 [2021-01-22T07:32:49.287Z] Step 23/23 : LABEL version=2.0.0-dev.53 [2021-01-22T07:32:49.287Z] ---> Running in c88c051e4482 [2021-01-22T07:32:49.569Z] ---> Running in 9082a2352c4a [2021-01-22T07:32:49.569Z] ---> 7cda3058be46 [2021-01-22T07:32:49.569Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-22T07:32:49.569Z] Removing intermediate container 9e7c7eaf6b7f [2021-01-22T07:32:49.569Z] ---> f1d49d95655d [2021-01-22T07:32:49.569Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-22T07:32:49.844Z] ---> Running in 53bd92f9b127 [2021-01-22T07:32:49.844Z] ---> Running in 2f12496c274b [2021-01-22T07:32:50.129Z] Removing intermediate container c88c051e4482 [2021-01-22T07:32:50.129Z] ---> ee1b786ff3fc [2021-01-22T07:32:50.129Z] Step 24/24 : LABEL version=2.0.0-dev.53 [2021-01-22T07:32:50.129Z] Removing intermediate container 9082a2352c4a [2021-01-22T07:32:50.129Z] ---> 8ad584bb284f [2021-01-22T07:32:50.129Z] [2021-01-22T07:32:50.410Z] ---> Running in f189a06d4227 [2021-01-22T07:32:50.681Z] Removing intermediate container 53bd92f9b127 [2021-01-22T07:32:50.681Z] ---> 3e9e266178c8 [2021-01-22T07:32:50.681Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-22T07:32:50.963Z] Successfully built 8ad584bb284f [2021-01-22T07:32:50.963Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-22T07:32:50.963Z] Building docker-support-notifications-go [2021-01-22T07:32:51.242Z]  Building docker-core-metadata-go ... done Removing intermediate container f189a06d4227 [2021-01-22T07:32:51.242Z] ---> 4683a65dfccf [2021-01-22T07:32:51.242Z] [2021-01-22T07:32:51.846Z] Successfully built 4683a65dfccf [2021-01-22T07:32:51.846Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-22T07:32:51.846Z] Building docker-support-scheduler-go [2021-01-22T07:32:52.456Z]  Building docker-security-secretstore-setup-go ... done  ---> b465729afeae [2021-01-22T07:32:52.456Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-22T07:32:53.436Z] Removing intermediate container 2f12496c274b [2021-01-22T07:32:53.436Z] ---> 55b9df415cac [2021-01-22T07:32:53.436Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T07:32:53.436Z] ---> 6f0448fffacc [2021-01-22T07:32:53.436Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-22T07:32:54.887Z] ---> b7a49552baf8 [2021-01-22T07:32:54.887Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-22T07:32:54.887Z] ---> 0eebff5575ee [2021-01-22T07:32:54.887Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-22T07:32:55.491Z] ---> Running in 682b60372569 [2021-01-22T07:32:56.471Z] ---> eb1ae96ea690 [2021-01-22T07:32:56.471Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-22T07:32:56.743Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T07:32:57.018Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T07:32:57.626Z] ---> 27136da069dc [2021-01-22T07:32:57.626Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-22T07:32:57.626Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-22T07:32:57.626Z] (2/33) Installing expat (2.2.9-r1) [2021-01-22T07:32:57.626Z] (3/33) Installing libffi (3.3-r2) [2021-01-22T07:32:57.626Z] (4/33) Installing gdbm (1.13-r1) [2021-01-22T07:32:57.626Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-22T07:32:57.626Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-22T07:32:57.899Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-22T07:32:59.922Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-22T07:32:59.922Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-22T07:32:59.922Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-22T07:32:59.922Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-22T07:32:59.922Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-22T07:32:59.922Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-22T07:32:59.922Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-22T07:32:59.922Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-22T07:32:59.922Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-22T07:32:59.922Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-22T07:32:59.922Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-22T07:32:59.922Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-22T07:33:00.197Z] ---> 4507adedd882 [2021-01-22T07:33:00.197Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-22T07:33:00.197Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-22T07:33:00.197Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-22T07:33:00.197Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-22T07:33:00.197Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-22T07:33:00.197Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-22T07:33:00.197Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-22T07:33:00.197Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-22T07:33:00.197Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-22T07:33:00.197Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-22T07:33:00.475Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-22T07:33:00.475Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-22T07:33:00.475Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-22T07:33:00.475Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-22T07:33:00.475Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-22T07:33:00.475Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T07:33:00.475Z] OK: 71 MiB in 55 packages [2021-01-22T07:33:01.079Z] ---> 688fb658868b [2021-01-22T07:33:01.079Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-22T07:33:01.688Z] ---> Running in b7be86f44e60 [2021-01-22T07:33:02.287Z] Removing intermediate container b7be86f44e60 [2021-01-22T07:33:02.287Z] ---> 4463f2a4d979 [2021-01-22T07:33:02.287Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-22T07:33:03.287Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T07:33:03.287Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T07:33:03.287Z] ---> 408eff0bff18 [2021-01-22T07:33:03.287Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T07:33:03.287Z] ---> Using cache [2021-01-22T07:33:03.287Z] ---> 3bd87ddf4187 [2021-01-22T07:33:03.287Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T07:33:03.287Z] ---> Using cache [2021-01-22T07:33:03.287Z] ---> cd1e2e08f7a9 [2021-01-22T07:33:03.287Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-22T07:33:03.575Z] ---> Running in 498f7ae7d362 [2021-01-22T07:33:03.865Z] ---> e9f47626e899 [2021-01-22T07:33:03.865Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-22T07:33:05.351Z] ---> Running in 98b67562d881 [2021-01-22T07:33:05.627Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T07:33:07.626Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T07:33:09.629Z] Removing intermediate container 98b67562d881 [2021-01-22T07:33:09.629Z] ---> 9dd44ba4944e [2021-01-22T07:33:09.629Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-22T07:33:10.245Z] OK: 217 MiB in 51 packages [2021-01-22T07:33:10.246Z] Removing intermediate container 682b60372569 [2021-01-22T07:33:10.246Z] ---> fae750495e12 [2021-01-22T07:33:10.246Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-22T07:33:10.530Z] ---> Running in fbee9157fdf0 [2021-01-22T07:33:10.530Z] ---> Running in 0b9651383b64 [2021-01-22T07:33:11.536Z] Removing intermediate container fbee9157fdf0 [2021-01-22T07:33:11.536Z] ---> 589b10df26c3 [2021-01-22T07:33:11.536Z] Step 30/33 : CMD ["gate"] [2021-01-22T07:33:12.135Z] ---> Running in 7815c7c602bd [2021-01-22T07:33:12.135Z] Removing intermediate container 498f7ae7d362 [2021-01-22T07:33:12.135Z] ---> abb1ec30bae2 [2021-01-22T07:33:12.135Z] Step 6/23 : COPY go.mod . [2021-01-22T07:33:13.583Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T07:33:13.583Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-22T07:33:13.583Z] ---> 408eff0bff18 [2021-01-22T07:33:13.583Z] Step 3/22 : WORKDIR /edgex-go [2021-01-22T07:33:13.583Z] ---> Using cache [2021-01-22T07:33:13.583Z] ---> 3bd87ddf4187 [2021-01-22T07:33:13.583Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T07:33:13.583Z] ---> Using cache [2021-01-22T07:33:13.583Z] ---> cd1e2e08f7a9 [2021-01-22T07:33:13.583Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-22T07:33:13.858Z] Removing intermediate container 7815c7c602bd [2021-01-22T07:33:13.858Z] ---> ef58515d805b [2021-01-22T07:33:13.858Z] Step 31/33 : LABEL arch=arm64 [2021-01-22T07:33:13.858Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T07:33:13.858Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-22T07:33:13.858Z] ---> 408eff0bff18 [2021-01-22T07:33:13.858Z] Step 3/22 : WORKDIR /edgex-go [2021-01-22T07:33:13.858Z] ---> Using cache [2021-01-22T07:33:13.858Z] ---> 3bd87ddf4187 [2021-01-22T07:33:13.858Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T07:33:13.858Z] ---> Using cache [2021-01-22T07:33:13.858Z] ---> cd1e2e08f7a9 [2021-01-22T07:33:13.858Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-22T07:33:13.858Z] ---> Using cache [2021-01-22T07:33:13.858Z] ---> ac241c1bafe9 [2021-01-22T07:33:13.858Z] Step 6/22 : COPY go.mod . [2021-01-22T07:33:13.858Z] ---> Using cache [2021-01-22T07:33:13.858Z] ---> d9cf68466fc6 [2021-01-22T07:33:13.858Z] Step 7/22 : RUN go mod download [2021-01-22T07:33:13.858Z] ---> Using cache [2021-01-22T07:33:13.858Z] ---> e60d7b35c274 [2021-01-22T07:33:13.858Z] Step 8/22 : COPY . . [2021-01-22T07:33:14.144Z] ---> Using cache [2021-01-22T07:33:14.144Z] ---> 2bd38c0e2a27 [2021-01-22T07:33:14.144Z] ---> 567329f84de0 [2021-01-22T07:33:14.144Z] Step 7/23 : RUN go mod downloadStep 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-22T07:33:14.144Z] [2021-01-22T07:33:14.144Z] ---> Running in 9fc7a97591fa [2021-01-22T07:33:14.417Z] ---> Running in cea8803b5819 [2021-01-22T07:33:14.417Z] ---> Running in bca4953e849e [2021-01-22T07:33:14.417Z] ---> Running in 50d29a7ceb4c [2021-01-22T07:33:15.399Z] Removing intermediate container 50d29a7ceb4c [2021-01-22T07:33:15.399Z] ---> 8550ff1188b1 [2021-01-22T07:33:15.399Z] Step 32/33 : LABEL git_sha=c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:33:15.996Z] ---> Running in bf260915c46a [2021-01-22T07:33:16.602Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T07:33:16.602Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.53" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-22T07:33:16.879Z] Removing intermediate container bf260915c46a [2021-01-22T07:33:16.879Z] ---> ae71a7168860 [2021-01-22T07:33:16.879Z] Step 33/33 : LABEL version=2.0.0-dev.53 [2021-01-22T07:33:16.879Z] Collecting docker-compose==1.23.2 [2021-01-22T07:33:16.879Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-22T07:33:17.481Z] ---> Running in f280668e0eb3 [2021-01-22T07:33:17.481Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-22T07:33:17.758Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T07:33:18.039Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-22T07:33:18.039Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-22T07:33:18.039Z] Removing intermediate container f280668e0eb3 [2021-01-22T07:33:18.039Z] ---> 21ed744d0844 [2021-01-22T07:33:18.039Z] [2021-01-22T07:33:18.647Z] Successfully built 21ed744d0844 [2021-01-22T07:33:18.647Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-22T07:33:18.647Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-22T07:33:18.647Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-22T07:33:18.647Z]  Building docker-security-bootstrapper-go ... done Building docker-security-proxy-setup-go [2021-01-22T07:33:18.647Z] Removing intermediate container cea8803b5819 [2021-01-22T07:33:18.647Z] ---> 2262e5816cb6 [2021-01-22T07:33:18.647Z] Step 8/23 : COPY . . [2021-01-22T07:33:19.248Z] OK: 217 MiB in 51 packages [2021-01-22T07:33:22.654Z] Collecting docopt<0.7,>=0.6.1 [2021-01-22T07:33:22.654Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-22T07:33:22.654Z] Removing intermediate container 9fc7a97591fa [2021-01-22T07:33:22.654Z] ---> 241242d2d719 [2021-01-22T07:33:22.654Z] Step 6/22 : COPY go.mod . [2021-01-22T07:33:24.103Z] ---> 6dcc3e85457c [2021-01-22T07:33:24.103Z] Step 7/22 : RUN go mod download [2021-01-22T07:33:24.387Z] ---> Running in 9aa58c121711 [2021-01-22T07:33:24.991Z] Collecting cached-property<2,>=1.2.0 [2021-01-22T07:33:25.269Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-22T07:33:26.256Z] Collecting PyYAML<4,>=3.10 [2021-01-22T07:33:26.256Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-22T07:33:31.810Z] Removing intermediate container 9aa58c121711 [2021-01-22T07:33:31.810Z] ---> bc8a981d7037 [2021-01-22T07:33:31.810Z] Step 8/22 : COPY . . [2021-01-22T07:33:31.810Z] Collecting texttable<0.10,>=0.9.0 [2021-01-22T07:33:31.810Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-22T07:33:33.796Z] Collecting docker<4.0,>=3.6.0 [2021-01-22T07:33:33.796Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-22T07:33:35.784Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-22T07:33:35.784Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-22T07:33:36.398Z] Collecting jsonschema<3,>=2.5.1 [2021-01-22T07:33:36.685Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-22T07:33:37.687Z] Collecting docker-pycreds>=0.4.0 [2021-01-22T07:33:37.687Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-22T07:33:37.971Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T07:33:37.971Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-22T07:33:37.971Z] ---> 408eff0bff18 [2021-01-22T07:33:37.971Z] Step 3/21 : WORKDIR /edgex-go [2021-01-22T07:33:37.971Z] ---> Using cache [2021-01-22T07:33:37.971Z] ---> 3bd87ddf4187 [2021-01-22T07:33:37.971Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T07:33:37.971Z] ---> Using cache [2021-01-22T07:33:37.971Z] ---> cd1e2e08f7a9 [2021-01-22T07:33:37.971Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-22T07:33:37.971Z] ---> Using cache [2021-01-22T07:33:37.971Z] ---> ac241c1bafe9 [2021-01-22T07:33:37.971Z] Step 6/21 : COPY go.mod . [2021-01-22T07:33:37.971Z] ---> Using cache [2021-01-22T07:33:37.971Z] ---> d9cf68466fc6 [2021-01-22T07:33:37.971Z] Step 7/21 : RUN go mod download [2021-01-22T07:33:37.971Z] ---> Using cache [2021-01-22T07:33:37.971Z] ---> e60d7b35c274 [2021-01-22T07:33:37.971Z] Step 8/21 : COPY . . [2021-01-22T07:33:38.246Z] ---> Using cache [2021-01-22T07:33:38.246Z] ---> 567329f84de0 [2021-01-22T07:33:38.246Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-22T07:33:38.848Z] ---> d9480ecf54af [2021-01-22T07:33:38.848Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-22T07:33:38.848Z] ---> Running in 515563fb2f23 [2021-01-22T07:33:39.128Z] ---> Running in 2ffb8cdb90d0 [2021-01-22T07:33:39.128Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-22T07:33:39.412Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-22T07:33:39.688Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-22T07:33:39.969Z] Collecting idna<2.8,>=2.5 [2021-01-22T07:33:39.969Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-22T07:33:39.969Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-22T07:33:39.969Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-22T07:33:39.969Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-22T07:33:39.969Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-22T07:33:39.969Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-22T07:33:40.962Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.53" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-22T07:33:41.239Z] Installing collected packages: websocket-client, dockerpty, docopt, cached-property, PyYAML, texttable, urllib3, idna, requests, docker-pycreds, docker, jsonschema, docker-compose [2021-01-22T07:33:41.239Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.53" -o cmd/core-data/core-data ./cmd/core-data [2021-01-22T07:33:41.516Z] Running setup.py install for dockerpty: started [2021-01-22T07:33:44.916Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-22T07:33:44.916Z] Running setup.py install for docopt: started [2021-01-22T07:33:48.320Z] Running setup.py install for docopt: finished with status 'done' [2021-01-22T07:33:48.320Z] Running setup.py install for PyYAML: started [2021-01-22T07:33:48.320Z] ---> e1fd7ffb2449 [2021-01-22T07:33:48.320Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-22T07:33:48.601Z] ---> Running in da7df499b2e4 [2021-01-22T07:33:50.593Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.53" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-22T07:33:51.193Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-22T07:33:51.193Z] Running setup.py install for texttable: started [2021-01-22T07:33:53.832Z] Running setup.py install for texttable: finished with status 'done' [2021-01-22T07:33:53.832Z] Attempting uninstall: urllib3 [2021-01-22T07:33:53.832Z] Found existing installation: urllib3 1.25.9 [2021-01-22T07:33:53.832Z] Uninstalling urllib3-1.25.9: [2021-01-22T07:33:53.832Z] Successfully uninstalled urllib3-1.25.9 [2021-01-22T07:33:54.439Z] Attempting uninstall: idna [2021-01-22T07:33:54.439Z] Found existing installation: idna 2.9 [2021-01-22T07:33:54.439Z] Uninstalling idna-2.9: [2021-01-22T07:33:54.716Z] Successfully uninstalled idna-2.9 [2021-01-22T07:33:55.315Z] Attempting uninstall: requests [2021-01-22T07:33:55.315Z] Found existing installation: requests 2.23.0 [2021-01-22T07:33:55.315Z] Uninstalling requests-2.23.0: [2021-01-22T07:33:55.592Z] Successfully uninstalled requests-2.23.0 [2021-01-22T07:33:58.222Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-22T07:34:03.663Z] Removing intermediate container 0b9651383b64 [2021-01-22T07:34:03.663Z] ---> 9e7d56f452d8 [2021-01-22T07:34:03.663Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-22T07:34:03.663Z] ---> Running in cefede42973d [2021-01-22T07:34:05.678Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T07:34:05.678Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T07:34:06.671Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T07:34:06.672Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-22T07:34:06.672Z] (3/3) Installing curl (7.69.1-r3) [2021-01-22T07:34:06.672Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T07:34:06.672Z] OK: 71 MiB in 58 packages [2021-01-22T07:34:08.661Z] Removing intermediate container cefede42973d [2021-01-22T07:34:08.661Z] ---> 005bddf8d3c2 [2021-01-22T07:34:08.661Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-22T07:34:08.661Z] ---> Running in 4c51d05604ed [2021-01-22T07:34:09.262Z] Removing intermediate container 4c51d05604ed [2021-01-22T07:34:09.262Z] ---> 914ccb3a1fe2 [2021-01-22T07:34:09.262Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T07:34:09.538Z] ---> Running in 4e73a7ad95c4 [2021-01-22T07:34:10.139Z] Removing intermediate container 4e73a7ad95c4 [2021-01-22T07:34:10.139Z] ---> 7de0b593230a [2021-01-22T07:34:10.139Z] Step 24/26 : LABEL arch=arm64 [2021-01-22T07:34:10.418Z] ---> Running in 3e4ebebfc969 [2021-01-22T07:34:11.404Z] Removing intermediate container 3e4ebebfc969 [2021-01-22T07:34:11.404Z] ---> 7d13c2a3c9ca [2021-01-22T07:34:11.404Z] Step 25/26 : LABEL git_sha=c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:34:11.404Z] ---> Running in bedf6d405aeb [2021-01-22T07:34:12.022Z] Removing intermediate container bedf6d405aeb [2021-01-22T07:34:12.022Z] ---> 23db5b3e7490 [2021-01-22T07:34:12.022Z] Step 26/26 : LABEL version=2.0.0-dev.53 [2021-01-22T07:34:12.296Z] ---> Running in c924759652af [2021-01-22T07:34:12.898Z] Removing intermediate container c924759652af [2021-01-22T07:34:12.898Z] ---> e9b020486800 [2021-01-22T07:34:12.898Z] [2021-01-22T07:34:13.173Z] Successfully built e9b020486800 [2021-01-22T07:34:13.173Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-22T07:34:40.015Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container bca4953e849e [2021-01-22T07:34:40.015Z] ---> b763190051a5 [2021-01-22T07:34:40.015Z] [2021-01-22T07:34:40.015Z] Step 10/22 : FROM alpine:3.12 [2021-01-22T07:34:40.015Z] ---> afeebe901d6b [2021-01-22T07:34:40.015Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-22T07:34:40.015Z] ---> Using cache [2021-01-22T07:34:40.015Z] ---> a7e712dcbba5 [2021-01-22T07:34:40.015Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T07:34:40.015Z] ---> Using cache [2021-01-22T07:34:40.015Z] ---> 5cb18c5ecc0a [2021-01-22T07:34:40.015Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-22T07:34:40.015Z] ---> Running in 3aedb7c4945d [2021-01-22T07:34:40.015Z] Removing intermediate container 3aedb7c4945d [2021-01-22T07:34:40.015Z] ---> 9dabb43cb095 [2021-01-22T07:34:40.015Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-22T07:34:40.015Z] ---> Running in 2cb5551470d8 [2021-01-22T07:34:40.015Z] Removing intermediate container 2cb5551470d8 [2021-01-22T07:34:40.015Z] ---> 284ee7f1a8db [2021-01-22T07:34:40.015Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T07:34:40.015Z] ---> 0f01b79a92f3 [2021-01-22T07:34:40.015Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-22T07:34:42.022Z] ---> e1e6d51f7fb6 [2021-01-22T07:34:42.022Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-22T07:34:43.023Z] ---> 7adb58b81e49 [2021-01-22T07:34:43.023Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-22T07:34:43.023Z] ---> Running in b0d4f580cc0d [2021-01-22T07:34:44.016Z] Removing intermediate container b0d4f580cc0d [2021-01-22T07:34:44.016Z] ---> 539b1824446f [2021-01-22T07:34:44.016Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T07:34:44.016Z] ---> Running in a4cd71c2bdb7 [2021-01-22T07:34:44.622Z] Removing intermediate container a4cd71c2bdb7 [2021-01-22T07:34:44.622Z] ---> 583aec09de65 [2021-01-22T07:34:44.622Z] Step 20/22 : LABEL arch=arm64 [2021-01-22T07:34:44.899Z] ---> Running in 2c88ccb63d38 [2021-01-22T07:34:45.518Z] Removing intermediate container 2c88ccb63d38 [2021-01-22T07:34:45.518Z] ---> c4e19a2a8243 [2021-01-22T07:34:45.518Z] Step 21/22 : LABEL git_sha=c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:34:45.799Z] ---> Running in 43a079f1e9e8 [2021-01-22T07:34:46.402Z] Removing intermediate container 43a079f1e9e8 [2021-01-22T07:34:46.402Z] ---> 9f1956646bc0 [2021-01-22T07:34:46.402Z] Step 22/22 : LABEL version=2.0.0-dev.53 [2021-01-22T07:34:46.679Z] ---> Running in c118cf031730 [2021-01-22T07:34:47.283Z] Removing intermediate container c118cf031730 [2021-01-22T07:34:47.283Z] ---> d19c3e3b8327 [2021-01-22T07:34:47.283Z] [2021-01-22T07:34:47.888Z] Successfully built d19c3e3b8327 [2021-01-22T07:34:47.888Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-22T07:34:52.216Z]  Building docker-support-scheduler-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.53" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-22T07:35:07.349Z] Removing intermediate container 515563fb2f23 [2021-01-22T07:35:07.349Z] ---> 43f01147aef5 [2021-01-22T07:35:07.349Z] [2021-01-22T07:35:07.349Z] Step 10/21 : FROM alpine:3.12 [2021-01-22T07:35:07.349Z] ---> afeebe901d6b [2021-01-22T07:35:07.349Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-22T07:35:07.349Z] Removing intermediate container da7df499b2e4 [2021-01-22T07:35:07.349Z] ---> f37accf14e1d [2021-01-22T07:35:07.349Z] [2021-01-22T07:35:07.349Z] Step 10/22 : FROM alpine:3.12 [2021-01-22T07:35:07.349Z] ---> afeebe901d6b [2021-01-22T07:35:07.349Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-22T07:35:07.349Z] ---> Running in dd37355cfd7c [2021-01-22T07:35:07.349Z] ---> Running in 3470c96594ae [2021-01-22T07:35:07.946Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T07:35:07.946Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T07:35:07.946Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T07:35:08.240Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T07:35:08.515Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-22T07:35:08.515Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T07:35:08.515Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-22T07:35:08.515Z] (4/4) Installing curl (7.69.1-r3) [2021-01-22T07:35:08.790Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T07:35:08.790Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T07:35:08.790Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-22T07:35:08.790Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-22T07:35:08.790Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T07:35:08.790Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T07:35:08.790Z] OK: 7 MiB in 18 packages [2021-01-22T07:35:09.152Z] OK: 6 MiB in 16 packages [2021-01-22T07:35:11.960Z] Removing intermediate container dd37355cfd7c [2021-01-22T07:35:11.960Z] ---> bcf3dd9277d1 [2021-01-22T07:35:11.960Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-22T07:35:11.960Z] Removing intermediate container 3470c96594ae [2021-01-22T07:35:11.960Z] ---> 2694a6c76d47 [2021-01-22T07:35:11.960Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T07:35:12.232Z] ---> Running in 4c397bf62f1b [2021-01-22T07:35:12.232Z] ---> Running in 6d2dfe646f17 [2021-01-22T07:35:12.826Z] Removing intermediate container 4c397bf62f1b [2021-01-22T07:35:12.826Z] ---> 08caa2078432 [2021-01-22T07:35:12.826Z] Step 13/21 : WORKDIR /edgex [2021-01-22T07:35:12.826Z] Removing intermediate container 6d2dfe646f17 [2021-01-22T07:35:12.826Z] ---> 3236a5167000 [2021-01-22T07:35:12.826Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-22T07:35:13.103Z] ---> Running in d2492ac8382b [2021-01-22T07:35:13.103Z] ---> Running in 190d4948ba54 [2021-01-22T07:35:13.383Z] Removing intermediate container d2492ac8382b [2021-01-22T07:35:13.383Z] ---> 7de520375585 [2021-01-22T07:35:13.383Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-22T07:35:13.658Z] Removing intermediate container 190d4948ba54 [2021-01-22T07:35:13.658Z] ---> b4fbf4e6b2b8 [2021-01-22T07:35:13.658Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-22T07:35:13.933Z] ---> Running in d1c98991a54c [2021-01-22T07:35:14.207Z] ---> 896b375ccdbe [2021-01-22T07:35:14.207Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-22T07:35:14.490Z] Removing intermediate container d1c98991a54c [2021-01-22T07:35:14.490Z] ---> 2f384c01e985 [2021-01-22T07:35:14.490Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T07:35:15.943Z] ---> 7d8247b9cb24 [2021-01-22T07:35:15.943Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-22T07:35:15.943Z] ---> 349c353109d4 [2021-01-22T07:35:15.943Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-22T07:35:17.387Z] ---> 8018e39f4908 [2021-01-22T07:35:17.387Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-22T07:35:17.660Z] ---> 9f51e02f717f [2021-01-22T07:35:17.660Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-22T07:35:17.933Z] ---> Running in e631bb391256 [2021-01-22T07:35:18.531Z] Removing intermediate container 2ffb8cdb90d0 [2021-01-22T07:35:18.531Z] ---> fca447704646 [2021-01-22T07:35:18.531Z] [2021-01-22T07:35:18.531Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T07:35:18.531Z] ---> afeebe901d6b [2021-01-22T07:35:18.531Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-22T07:35:18.531Z] Removing intermediate container e631bb391256 [2021-01-22T07:35:18.531Z] ---> 0d8cdb66e40f [2021-01-22T07:35:18.531Z] Step 18/21 : CMD ["--init=true"] [2021-01-22T07:35:18.531Z] ---> 5f35634151f6 [2021-01-22T07:35:18.531Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-22T07:35:18.805Z] ---> Running in 33839c97b4d7 [2021-01-22T07:35:18.805Z] ---> Running in 3ef6d9c5027f [2021-01-22T07:35:18.805Z] ---> Running in bfb6a69960c5 [2021-01-22T07:35:19.402Z] Removing intermediate container 3ef6d9c5027f [2021-01-22T07:35:19.402Z] ---> 3eb7b9300be7 [2021-01-22T07:35:19.402Z] Removing intermediate container bfb6a69960c5 [2021-01-22T07:35:19.402Z] Step 19/21 : LABEL arch=arm64 ---> fd2967714b7a [2021-01-22T07:35:19.402Z] [2021-01-22T07:35:19.402Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T07:35:19.402Z] Removing intermediate container 33839c97b4d7 [2021-01-22T07:35:19.402Z] ---> 8a461cdd45ad [2021-01-22T07:35:19.402Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-22T07:35:19.402Z] ---> Running in 08879a19fafa [2021-01-22T07:35:19.402Z] ---> Running in 33d1590165a8 [2021-01-22T07:35:19.402Z] ---> Running in faf2d7fc30fa [2021-01-22T07:35:20.003Z] Removing intermediate container 33d1590165a8 [2021-01-22T07:35:20.003Z] ---> c900202aafde [2021-01-22T07:35:20.003Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-22T07:35:20.277Z] ---> Running in 8b2ca69be042 [2021-01-22T07:35:20.277Z] Removing intermediate container 08879a19fafa [2021-01-22T07:35:20.277Z] ---> c9c7caa121c7 [2021-01-22T07:35:20.277Z] Step 20/21 : LABEL git_sha=c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:35:20.277Z] Removing intermediate container faf2d7fc30fa [2021-01-22T07:35:20.277Z] ---> c7d306f1e544 [2021-01-22T07:35:20.277Z] Step 20/22 : LABEL arch=arm64 [2021-01-22T07:35:20.552Z] ---> Running in 3244d05cc508 [2021-01-22T07:35:20.552Z] ---> Running in 4dfd1356dbd8 [2021-01-22T07:35:20.830Z] Removing intermediate container 8b2ca69be042 [2021-01-22T07:35:20.830Z] ---> 8512975a827c [2021-01-22T07:35:20.830Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T07:35:20.830Z] ---> Running in efb7cc8a53ff [2021-01-22T07:35:21.112Z] Removing intermediate container 3244d05cc508 [2021-01-22T07:35:21.112Z] ---> 6a59211acf39 [2021-01-22T07:35:21.112Z] Step 21/21 : LABEL version=2.0.0-dev.53 [2021-01-22T07:35:21.112Z] Removing intermediate container 4dfd1356dbd8 [2021-01-22T07:35:21.112Z] ---> 5a12aee2078f [2021-01-22T07:35:21.112Z] Step 21/22 : LABEL git_sha=c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:35:21.112Z] ---> Running in 6969bba264cf [2021-01-22T07:35:21.383Z] ---> Running in cf0c3238943f [2021-01-22T07:35:21.980Z] Removing intermediate container 6969bba264cf [2021-01-22T07:35:21.980Z] ---> f801ba3756e7 [2021-01-22T07:35:21.980Z] [2021-01-22T07:35:22.270Z] Removing intermediate container cf0c3238943f [2021-01-22T07:35:22.270Z] ---> c646f0a591ef [2021-01-22T07:35:22.270Z] Step 22/22 : LABEL version=2.0.0-dev.53 [2021-01-22T07:35:22.270Z] Successfully built f801ba3756e7 [2021-01-22T07:35:22.270Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-22T07:35:22.270Z]  Building docker-security-proxy-setup-go ... done  ---> Running in da40a841b3a4 [2021-01-22T07:35:22.864Z] Removing intermediate container da40a841b3a4 [2021-01-22T07:35:22.864Z] ---> d63a25b9df55 [2021-01-22T07:35:22.864Z] [2021-01-22T07:35:23.139Z] Successfully built d63a25b9df55 [2021-01-22T07:35:23.410Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-22T07:35:23.410Z]  Building docker-support-notifications-go ... done Removing intermediate container efb7cc8a53ff [2021-01-22T07:35:23.410Z] ---> a333fc78bc49 [2021-01-22T07:35:23.410Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-22T07:35:23.681Z] ---> Running in cca81fe1dc9d [2021-01-22T07:35:24.660Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T07:35:25.642Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T07:35:26.235Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-22T07:35:26.235Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-22T07:35:26.505Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-22T07:35:26.505Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-22T07:35:26.777Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-22T07:35:27.050Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-22T07:35:27.050Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T07:35:27.050Z] OK: 8 MiB in 20 packages [2021-01-22T07:35:28.479Z] Removing intermediate container cca81fe1dc9d [2021-01-22T07:35:28.479Z] ---> 28af0ac6c304 [2021-01-22T07:35:28.479Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T07:35:29.074Z] ---> 634bb02fff83 [2021-01-22T07:35:29.074Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-22T07:35:30.504Z] ---> 24d1e7a99239 [2021-01-22T07:35:30.504Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-22T07:35:31.100Z] ---> b0351254a852 [2021-01-22T07:35:31.100Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-22T07:35:31.371Z] ---> Running in 21372ac355b4 [2021-01-22T07:35:32.345Z] Removing intermediate container 21372ac355b4 [2021-01-22T07:35:32.345Z] ---> c33c0b4875f7 [2021-01-22T07:35:32.345Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T07:35:32.345Z] ---> Running in 0e1964adc399 [2021-01-22T07:35:32.940Z] Removing intermediate container 0e1964adc399 [2021-01-22T07:35:32.940Z] ---> e4d5a9f85445 [2021-01-22T07:35:32.940Z] Step 21/23 : LABEL arch=arm64 [2021-01-22T07:35:32.940Z] ---> Running in cfcfc8acd99a [2021-01-22T07:35:33.539Z] Removing intermediate container cfcfc8acd99a [2021-01-22T07:35:33.539Z] ---> a201dbda18ff [2021-01-22T07:35:33.539Z] Step 22/23 : LABEL git_sha=c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:35:33.539Z] ---> Running in bbbc8f61de9d [2021-01-22T07:35:34.129Z] Removing intermediate container bbbc8f61de9d [2021-01-22T07:35:34.129Z] ---> 633279b9fd75 [2021-01-22T07:35:34.129Z] Step 23/23 : LABEL version=2.0.0-dev.53 [2021-01-22T07:35:34.129Z] ---> Running in e199eb005183 [2021-01-22T07:35:34.725Z] Removing intermediate container e199eb005183 [2021-01-22T07:35:34.725Z] ---> 7eada561fa6a [2021-01-22T07:35:34.725Z] [2021-01-22T07:35:34.998Z] Successfully built 7eada561fa6a [2021-01-22T07:35:34.999Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-22T07:35:35.607Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-22T07:35:35.611Z] $ docker stop --time=1 21c98cf2fb9fdb8d8227e6827ae679e8944ed428dafbc16cc63adc9ad6795e25 [2021-01-22T07:35:37.483Z] $ docker rm -f 21c98cf2fb9fdb8d8227e6827ae679e8944ed428dafbc16cc63adc9ad6795e25 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-22T07:35:38.145Z] + + grep docker [2021-01-22T07:35:38.145Z] docker images [2021-01-22T07:35:38.416Z] docker-core-data-go-arm64 latest 7eada561fa6a 4 seconds ago 21MB [2021-01-22T07:35:38.416Z] docker-support-notifications-go-arm64 latest d63a25b9df55 16 seconds ago 16MB [2021-01-22T07:35:38.416Z] docker-security-proxy-setup-go-arm64 latest f801ba3756e7 17 seconds ago 23.2MB [2021-01-22T07:35:38.416Z] docker-support-scheduler-go-arm64 latest d19c3e3b8327 51 seconds ago 15.5MB [2021-01-22T07:35:38.416Z] docker-sys-mgmt-agent-go-arm64 latest e9b020486800 About a minute ago 300MB [2021-01-22T07:35:38.416Z] docker-security-bootstrapper-go-arm64 latest 21ed744d0844 2 minutes ago 40.3MB [2021-01-22T07:35:38.416Z] docker-security-secretstore-setup-go-arm64 latest 4683a65dfccf 2 minutes ago 23.4MB [2021-01-22T07:35:38.416Z] docker-core-metadata-go-arm64 latest 8ad584bb284f 2 minutes ago 17.7MB [2021-01-22T07:35:38.416Z] docker-core-command-go-arm64 latest 8211c3fff424 2 minutes ago 15.4MB [2021-01-22T07:35:38.416Z] docker 20.10.0 eeaf43b92773 6 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-22T07:35:38.889Z] provisioning config files... [2021-01-22T07:35:38.927Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/316@tmp/config1492398665008052764tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T07:35:39.329Z] ---> docker-login.sh [2021-01-22T07:35:39.329Z] nexus3.edgexfoundry.org:10001 [2021-01-22T07:35:39.599Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T07:35:39.872Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T07:35:39.898Z] Configure a credential helper to remove this warning. See [2021-01-22T07:35:39.898Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T07:35:39.898Z] [2021-01-22T07:35:39.898Z] Login Succeeded [2021-01-22T07:35:39.898Z] nexus3.edgexfoundry.org:10002 [2021-01-22T07:35:40.168Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T07:35:40.168Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T07:35:40.168Z] Configure a credential helper to remove this warning. See [2021-01-22T07:35:40.168Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T07:35:40.168Z] [2021-01-22T07:35:40.168Z] Login Succeeded [2021-01-22T07:35:40.168Z] nexus3.edgexfoundry.org:10003 [2021-01-22T07:35:40.760Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T07:35:40.760Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T07:35:40.760Z] Configure a credential helper to remove this warning. See [2021-01-22T07:35:40.760Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T07:35:40.760Z] [2021-01-22T07:35:40.760Z] Login Succeeded [2021-01-22T07:35:40.760Z] nexus3.edgexfoundry.org:10004 [2021-01-22T07:35:41.353Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T07:35:41.353Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T07:35:41.353Z] Configure a credential helper to remove this warning. See [2021-01-22T07:35:41.353Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T07:35:41.353Z] [2021-01-22T07:35:41.353Z] Login Succeeded [2021-01-22T07:35:41.353Z] docker.io [2021-01-22T07:35:41.948Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T07:35:42.220Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T07:35:42.220Z] Configure a credential helper to remove this warning. See [2021-01-22T07:35:42.220Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T07:35:42.220Z] [2021-01-22T07:35:42.220Z] Login Succeeded [2021-01-22T07:35:42.220Z] ---> docker-login.sh ends [Pipeline] } [2021-01-22T07:35:42.236Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-22T07:35:42.466Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-01-22T07:35:42.466Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:35:42.466Z] 2.0.0-dev.53 [2021-01-22T07:35:42.466Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [2021-01-22T07:35:42.466Z] master [2021-01-22T07:35:42.466Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:35:43.006Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:c7b5d06303d1c1949c9ce5e99765f1d861064f89 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:35:43.341Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:35:43.341Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-22T07:35:43.341Z] 3334d1518296: Preparing [2021-01-22T07:35:43.341Z] b133e532e486: Preparing [2021-01-22T07:35:43.341Z] 4c8c6989ce65: Preparing [2021-01-22T07:35:43.341Z] 0420e59ee900: Preparing [2021-01-22T07:35:43.341Z] 379067d0cb53: Preparing [2021-01-22T07:35:43.613Z] 379067d0cb53: Layer already exists [2021-01-22T07:35:43.613Z] 0420e59ee900: Pushed [2021-01-22T07:35:43.613Z] 4c8c6989ce65: Pushed [2021-01-22T07:35:43.883Z] 3334d1518296: Pushed [2021-01-22T07:35:46.489Z] b133e532e486: Pushed [2021-01-22T07:35:46.489Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89: digest: sha256:798954ba476e6fd7afef8a0fa47af32c4bc04bc47b7a5bb6df07df8d9500aef4 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:35:46.828Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.53 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:35:47.158Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.53 [2021-01-22T07:35:47.158Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-22T07:35:47.158Z] 3334d1518296: Preparing [2021-01-22T07:35:47.158Z] b133e532e486: Preparing [2021-01-22T07:35:47.158Z] 4c8c6989ce65: Preparing [2021-01-22T07:35:47.158Z] 0420e59ee900: Preparing [2021-01-22T07:35:47.158Z] 379067d0cb53: Preparing [2021-01-22T07:35:47.158Z] 4c8c6989ce65: Layer already exists [2021-01-22T07:35:47.158Z] 379067d0cb53: Layer already exists [2021-01-22T07:35:47.158Z] 0420e59ee900: Layer already exists [2021-01-22T07:35:47.158Z] 3334d1518296: Layer already exists [2021-01-22T07:35:47.158Z] b133e532e486: Layer already exists [2021-01-22T07:35:47.427Z] 2.0.0-dev.53: digest: sha256:798954ba476e6fd7afef8a0fa47af32c4bc04bc47b7a5bb6df07df8d9500aef4 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:35:47.766Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:35:48.099Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [2021-01-22T07:35:48.099Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-22T07:35:48.099Z] 3334d1518296: Preparing [2021-01-22T07:35:48.099Z] b133e532e486: Preparing [2021-01-22T07:35:48.099Z] 4c8c6989ce65: Preparing [2021-01-22T07:35:48.099Z] 0420e59ee900: Preparing [2021-01-22T07:35:48.099Z] 379067d0cb53: Preparing [2021-01-22T07:35:48.099Z] 0420e59ee900: Layer already exists [2021-01-22T07:35:48.099Z] 379067d0cb53: Layer already exists [2021-01-22T07:35:48.099Z] b133e532e486: Layer already exists [2021-01-22T07:35:48.099Z] 3334d1518296: Layer already exists [2021-01-22T07:35:48.099Z] 4c8c6989ce65: Layer already exists [2021-01-22T07:35:48.371Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53: digest: sha256:798954ba476e6fd7afef8a0fa47af32c4bc04bc47b7a5bb6df07df8d9500aef4 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:35:48.707Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:35:49.040Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-01-22T07:35:49.040Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-22T07:35:49.040Z] 3334d1518296: Preparing [2021-01-22T07:35:49.040Z] b133e532e486: Preparing [2021-01-22T07:35:49.040Z] 4c8c6989ce65: Preparing [2021-01-22T07:35:49.040Z] 0420e59ee900: Preparing [2021-01-22T07:35:49.040Z] 379067d0cb53: Preparing [2021-01-22T07:35:49.040Z] 379067d0cb53: Layer already exists [2021-01-22T07:35:49.040Z] b133e532e486: Layer already exists [2021-01-22T07:35:49.040Z] 3334d1518296: Layer already exists [2021-01-22T07:35:49.040Z] 0420e59ee900: Layer already exists [2021-01-22T07:35:49.040Z] 4c8c6989ce65: Layer already exists [2021-01-22T07:35:49.311Z] master: digest: sha256:798954ba476e6fd7afef8a0fa47af32c4bc04bc47b7a5bb6df07df8d9500aef4 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-22T07:35:49.508Z] ===================================================== [Pipeline] echo [2021-01-22T07:35:49.556Z] taggedImages: [2021-01-22T07:35:49.556Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:35:49.556Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.53 [2021-01-22T07:35:49.556Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [2021-01-22T07:35:49.556Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-01-22T07:35:49.618Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-01-22T07:35:49.618Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:35:49.618Z] 2.0.0-dev.53 [2021-01-22T07:35:49.618Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [2021-01-22T07:35:49.618Z] master [2021-01-22T07:35:49.618Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:35:50.123Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:c7b5d06303d1c1949c9ce5e99765f1d861064f89 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:35:50.593Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:35:50.593Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-22T07:35:50.593Z] c88bea04e799: Preparing [2021-01-22T07:35:50.593Z] 41e93ee95ebc: Preparing [2021-01-22T07:35:50.593Z] 4c8c6989ce65: Preparing [2021-01-22T07:35:50.593Z] 761c63ced047: Preparing [2021-01-22T07:35:50.593Z] 815ade668803: Preparing [2021-01-22T07:35:50.593Z] 379067d0cb53: Preparing [2021-01-22T07:35:50.593Z] 379067d0cb53: Waiting [2021-01-22T07:35:50.593Z] 4c8c6989ce65: Layer already exists [2021-01-22T07:35:50.916Z] 379067d0cb53: Layer already exists [2021-01-22T07:35:50.916Z] c88bea04e799: Pushed [2021-01-22T07:35:50.916Z] 815ade668803: Pushed [2021-01-22T07:35:51.545Z] 761c63ced047: Pushed [2021-01-22T07:35:54.928Z] 41e93ee95ebc: Pushed [2021-01-22T07:35:54.928Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89: digest: sha256:e08484a99ddde136f4bfe31ddd5e36399589d212a0f50a31ac46059c8dd014fd size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:35:55.274Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.53 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:35:55.612Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.53 [2021-01-22T07:35:55.612Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-22T07:35:55.612Z] c88bea04e799: Preparing [2021-01-22T07:35:55.612Z] 41e93ee95ebc: Preparing [2021-01-22T07:35:55.612Z] 4c8c6989ce65: Preparing [2021-01-22T07:35:55.612Z] 761c63ced047: Preparing [2021-01-22T07:35:55.612Z] 815ade668803: Preparing [2021-01-22T07:35:55.612Z] 379067d0cb53: Preparing [2021-01-22T07:35:55.612Z] 379067d0cb53: Waiting [2021-01-22T07:35:55.882Z] 815ade668803: Layer already exists [2021-01-22T07:35:55.882Z] 761c63ced047: Layer already exists [2021-01-22T07:35:55.882Z] c88bea04e799: Layer already exists [2021-01-22T07:35:55.882Z] 4c8c6989ce65: Layer already exists [2021-01-22T07:35:55.882Z] 41e93ee95ebc: Layer already exists [2021-01-22T07:35:55.882Z] 379067d0cb53: Layer already exists [2021-01-22T07:35:55.882Z] 2.0.0-dev.53: digest: sha256:e08484a99ddde136f4bfe31ddd5e36399589d212a0f50a31ac46059c8dd014fd size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:35:56.223Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:35:56.554Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [2021-01-22T07:35:56.555Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-22T07:35:56.555Z] c88bea04e799: Preparing [2021-01-22T07:35:56.555Z] 41e93ee95ebc: Preparing [2021-01-22T07:35:56.555Z] 4c8c6989ce65: Preparing [2021-01-22T07:35:56.555Z] 761c63ced047: Preparing [2021-01-22T07:35:56.555Z] 815ade668803: Preparing [2021-01-22T07:35:56.555Z] 379067d0cb53: Preparing [2021-01-22T07:35:56.555Z] 379067d0cb53: Waiting [2021-01-22T07:35:56.827Z] 815ade668803: Layer already exists [2021-01-22T07:35:56.827Z] 41e93ee95ebc: Layer already exists [2021-01-22T07:35:56.827Z] 761c63ced047: Layer already exists [2021-01-22T07:35:56.827Z] c88bea04e799: Layer already exists [2021-01-22T07:35:56.827Z] 4c8c6989ce65: Layer already exists [2021-01-22T07:35:56.827Z] 379067d0cb53: Layer already exists [2021-01-22T07:35:56.827Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53: digest: sha256:e08484a99ddde136f4bfe31ddd5e36399589d212a0f50a31ac46059c8dd014fd size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:35:57.167Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:35:57.510Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-01-22T07:35:57.510Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-22T07:35:57.510Z] c88bea04e799: Preparing [2021-01-22T07:35:57.510Z] 41e93ee95ebc: Preparing [2021-01-22T07:35:57.510Z] 4c8c6989ce65: Preparing [2021-01-22T07:35:57.510Z] 761c63ced047: Preparing [2021-01-22T07:35:57.510Z] 815ade668803: Preparing [2021-01-22T07:35:57.510Z] 379067d0cb53: Preparing [2021-01-22T07:35:57.510Z] 379067d0cb53: Waiting [2021-01-22T07:35:57.510Z] 4c8c6989ce65: Layer already exists [2021-01-22T07:35:57.510Z] 815ade668803: Layer already exists [2021-01-22T07:35:57.510Z] 761c63ced047: Layer already exists [2021-01-22T07:35:57.510Z] 41e93ee95ebc: Layer already exists [2021-01-22T07:35:57.782Z] c88bea04e799: Layer already exists [2021-01-22T07:35:57.782Z] 379067d0cb53: Layer already exists [2021-01-22T07:35:57.782Z] master: digest: sha256:e08484a99ddde136f4bfe31ddd5e36399589d212a0f50a31ac46059c8dd014fd size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-22T07:35:57.976Z] ===================================================== [Pipeline] echo [2021-01-22T07:35:58.019Z] taggedImages: [2021-01-22T07:35:58.019Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:35:58.019Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.53 [2021-01-22T07:35:58.019Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [2021-01-22T07:35:58.019Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-01-22T07:35:58.081Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-01-22T07:35:58.081Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:35:58.081Z] 2.0.0-dev.53 [2021-01-22T07:35:58.081Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [2021-01-22T07:35:58.081Z] master [2021-01-22T07:35:58.081Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:35:58.620Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:c7b5d06303d1c1949c9ce5e99765f1d861064f89 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:35:58.956Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:35:58.956Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-22T07:35:58.956Z] 599d2fb8dfb2: Preparing [2021-01-22T07:35:58.956Z] 07a4ec15536d: Preparing [2021-01-22T07:35:58.956Z] 4c8c6989ce65: Preparing [2021-01-22T07:35:58.956Z] 0420e59ee900: Preparing [2021-01-22T07:35:58.956Z] 379067d0cb53: Preparing [2021-01-22T07:35:59.225Z] 379067d0cb53: Layer already exists [2021-01-22T07:35:59.225Z] 4c8c6989ce65: Layer already exists [2021-01-22T07:35:59.225Z] 0420e59ee900: Layer already exists [2021-01-22T07:35:59.225Z] 599d2fb8dfb2: Pushed [2021-01-22T07:36:02.626Z] 07a4ec15536d: Pushed [2021-01-22T07:36:02.626Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89: digest: sha256:abb10995b67010d12b050b740a55a9e0227fc54fae78d8fea7efd412fe593b89 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:36:02.963Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.53 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:36:03.296Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.53 [2021-01-22T07:36:03.296Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-22T07:36:03.296Z] 599d2fb8dfb2: Preparing [2021-01-22T07:36:03.296Z] 07a4ec15536d: Preparing [2021-01-22T07:36:03.296Z] 4c8c6989ce65: Preparing [2021-01-22T07:36:03.296Z] 0420e59ee900: Preparing [2021-01-22T07:36:03.296Z] 379067d0cb53: Preparing [2021-01-22T07:36:03.296Z] 0420e59ee900: Layer already exists [2021-01-22T07:36:03.571Z] 599d2fb8dfb2: Layer already exists [2021-01-22T07:36:03.571Z] 379067d0cb53: Layer already exists [2021-01-22T07:36:03.571Z] 07a4ec15536d: Layer already exists [2021-01-22T07:36:03.571Z] 4c8c6989ce65: Layer already exists [2021-01-22T07:36:03.571Z] 2.0.0-dev.53: digest: sha256:abb10995b67010d12b050b740a55a9e0227fc54fae78d8fea7efd412fe593b89 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:36:03.950Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:36:04.285Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [2021-01-22T07:36:04.286Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-22T07:36:04.286Z] 599d2fb8dfb2: Preparing [2021-01-22T07:36:04.286Z] 07a4ec15536d: Preparing [2021-01-22T07:36:04.286Z] 4c8c6989ce65: Preparing [2021-01-22T07:36:04.286Z] 0420e59ee900: Preparing [2021-01-22T07:36:04.286Z] 379067d0cb53: Preparing [2021-01-22T07:36:04.286Z] 0420e59ee900: Layer already exists [2021-01-22T07:36:04.567Z] 07a4ec15536d: Layer already exists [2021-01-22T07:36:04.567Z] 599d2fb8dfb2: Layer already exists [2021-01-22T07:36:04.567Z] 4c8c6989ce65: Layer already exists [2021-01-22T07:36:04.567Z] 379067d0cb53: Layer already exists [2021-01-22T07:36:04.567Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53: digest: sha256:abb10995b67010d12b050b740a55a9e0227fc54fae78d8fea7efd412fe593b89 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:36:04.943Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:36:05.299Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-01-22T07:36:05.299Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-22T07:36:05.299Z] 599d2fb8dfb2: Preparing [2021-01-22T07:36:05.299Z] 07a4ec15536d: Preparing [2021-01-22T07:36:05.299Z] 4c8c6989ce65: Preparing [2021-01-22T07:36:05.299Z] 0420e59ee900: Preparing [2021-01-22T07:36:05.299Z] 379067d0cb53: Preparing [2021-01-22T07:36:05.299Z] 4c8c6989ce65: Layer already exists [2021-01-22T07:36:05.299Z] 379067d0cb53: Layer already exists [2021-01-22T07:36:05.569Z] 599d2fb8dfb2: Layer already exists [2021-01-22T07:36:05.569Z] 07a4ec15536d: Layer already exists [2021-01-22T07:36:05.569Z] 0420e59ee900: Layer already exists [2021-01-22T07:36:05.569Z] master: digest: sha256:abb10995b67010d12b050b740a55a9e0227fc54fae78d8fea7efd412fe593b89 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-22T07:36:05.753Z] ===================================================== [Pipeline] echo [2021-01-22T07:36:05.800Z] taggedImages: [2021-01-22T07:36:05.800Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:36:05.800Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.53 [2021-01-22T07:36:05.800Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [2021-01-22T07:36:05.800Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-01-22T07:36:05.863Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-01-22T07:36:05.863Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:36:05.863Z] 2.0.0-dev.53 [2021-01-22T07:36:05.863Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [2021-01-22T07:36:05.863Z] master [2021-01-22T07:36:05.863Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:36:06.366Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:c7b5d06303d1c1949c9ce5e99765f1d861064f89 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:36:06.711Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:36:06.711Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-01-22T07:36:06.711Z] f5ae7e03a341: Preparing [2021-01-22T07:36:06.711Z] f5ae7e03a341: Preparing [2021-01-22T07:36:06.711Z] 459d95acfead: Preparing [2021-01-22T07:36:06.711Z] b08e0cea6bda: Preparing [2021-01-22T07:36:06.711Z] babd521398d7: Preparing [2021-01-22T07:36:06.711Z] 053f30a2b8bc: Preparing [2021-01-22T07:36:06.711Z] 4c8c6989ce65: Preparing [2021-01-22T07:36:06.711Z] 55a2f8b43c95: Preparing [2021-01-22T07:36:06.711Z] 55a2f8b43c95: Preparing [2021-01-22T07:36:06.711Z] 6c5a750199a5: Preparing [2021-01-22T07:36:06.711Z] 55a2f8b43c95: Waiting [2021-01-22T07:36:06.711Z] 4c8c6989ce65: Waiting [2021-01-22T07:36:06.711Z] 6c5a750199a5: Waiting [2021-01-22T07:36:06.711Z] 1438bfcac55a: Preparing [2021-01-22T07:36:06.711Z] 0de56a2a9257: Preparing [2021-01-22T07:36:06.711Z] 379067d0cb53: Preparing [2021-01-22T07:36:06.711Z] 1438bfcac55a: Waiting [2021-01-22T07:36:06.711Z] 379067d0cb53: Waiting [2021-01-22T07:36:06.711Z] 0de56a2a9257: Waiting [2021-01-22T07:36:06.985Z] f5ae7e03a341: Pushed [2021-01-22T07:36:06.985Z] 459d95acfead: Pushed [2021-01-22T07:36:06.985Z] babd521398d7: Pushed [2021-01-22T07:36:07.258Z] 4c8c6989ce65: Layer already exists [2021-01-22T07:36:07.532Z] 55a2f8b43c95: Pushed [2021-01-22T07:36:08.136Z] 0de56a2a9257: Pushed [2021-01-22T07:36:08.412Z] 379067d0cb53: Layer already exists [2021-01-22T07:36:09.394Z] b08e0cea6bda: Pushed [2021-01-22T07:36:09.394Z] 053f30a2b8bc: Pushed [2021-01-22T07:36:09.992Z] 6c5a750199a5: Pushed [2021-01-22T07:36:09.992Z] 1438bfcac55a: Pushed [2021-01-22T07:36:10.584Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89: digest: sha256:fb7f73895ed65c9d567a9a68fe05ad0757dea95d7af839934467e052a56d1ef0 size: 3036 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:36:10.931Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.53 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:36:11.273Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.53 [2021-01-22T07:36:11.274Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-01-22T07:36:11.274Z] f5ae7e03a341: Preparing [2021-01-22T07:36:11.274Z] f5ae7e03a341: Preparing [2021-01-22T07:36:11.274Z] 459d95acfead: Preparing [2021-01-22T07:36:11.274Z] b08e0cea6bda: Preparing [2021-01-22T07:36:11.274Z] babd521398d7: Preparing [2021-01-22T07:36:11.274Z] 053f30a2b8bc: Preparing [2021-01-22T07:36:11.274Z] 4c8c6989ce65: Preparing [2021-01-22T07:36:11.274Z] 55a2f8b43c95: Preparing [2021-01-22T07:36:11.274Z] 55a2f8b43c95: Preparing [2021-01-22T07:36:11.274Z] 6c5a750199a5: Preparing [2021-01-22T07:36:11.274Z] 1438bfcac55a: Preparing [2021-01-22T07:36:11.274Z] 0de56a2a9257: Preparing [2021-01-22T07:36:11.274Z] 379067d0cb53: Preparing [2021-01-22T07:36:11.274Z] 1438bfcac55a: Waiting [2021-01-22T07:36:11.274Z] 4c8c6989ce65: Waiting [2021-01-22T07:36:11.274Z] 55a2f8b43c95: Waiting [2021-01-22T07:36:11.274Z] 6c5a750199a5: Waiting [2021-01-22T07:36:11.274Z] 0de56a2a9257: Waiting [2021-01-22T07:36:11.274Z] 459d95acfead: Layer already exists [2021-01-22T07:36:11.274Z] babd521398d7: Layer already exists [2021-01-22T07:36:11.274Z] f5ae7e03a341: Layer already exists [2021-01-22T07:36:11.546Z] b08e0cea6bda: Layer already exists [2021-01-22T07:36:11.546Z] 053f30a2b8bc: Layer already exists [2021-01-22T07:36:11.546Z] 4c8c6989ce65: Layer already exists [2021-01-22T07:36:11.546Z] 6c5a750199a5: Layer already exists [2021-01-22T07:36:11.546Z] 55a2f8b43c95: Layer already exists [2021-01-22T07:36:11.546Z] 0de56a2a9257: Layer already exists [2021-01-22T07:36:11.546Z] 1438bfcac55a: Layer already exists [2021-01-22T07:36:11.546Z] 379067d0cb53: Layer already exists [2021-01-22T07:36:11.546Z] 2.0.0-dev.53: digest: sha256:fb7f73895ed65c9d567a9a68fe05ad0757dea95d7af839934467e052a56d1ef0 size: 3036 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:36:11.911Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:36:12.250Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [2021-01-22T07:36:12.250Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-01-22T07:36:12.250Z] f5ae7e03a341: Preparing [2021-01-22T07:36:12.250Z] f5ae7e03a341: Preparing [2021-01-22T07:36:12.250Z] 459d95acfead: Preparing [2021-01-22T07:36:12.250Z] b08e0cea6bda: Preparing [2021-01-22T07:36:12.250Z] babd521398d7: Preparing [2021-01-22T07:36:12.250Z] 053f30a2b8bc: Preparing [2021-01-22T07:36:12.250Z] 4c8c6989ce65: Preparing [2021-01-22T07:36:12.250Z] 55a2f8b43c95: Preparing [2021-01-22T07:36:12.250Z] 55a2f8b43c95: Preparing [2021-01-22T07:36:12.250Z] 6c5a750199a5: Preparing [2021-01-22T07:36:12.250Z] 1438bfcac55a: Preparing [2021-01-22T07:36:12.250Z] 0de56a2a9257: Preparing [2021-01-22T07:36:12.250Z] 379067d0cb53: Preparing [2021-01-22T07:36:12.250Z] 4c8c6989ce65: Waiting [2021-01-22T07:36:12.250Z] 55a2f8b43c95: Waiting [2021-01-22T07:36:12.250Z] 6c5a750199a5: Waiting [2021-01-22T07:36:12.250Z] 1438bfcac55a: Waiting [2021-01-22T07:36:12.251Z] 379067d0cb53: Waiting [2021-01-22T07:36:12.251Z] 0de56a2a9257: Waiting [2021-01-22T07:36:12.251Z] b08e0cea6bda: Layer already exists [2021-01-22T07:36:12.251Z] babd521398d7: Layer already exists [2021-01-22T07:36:12.251Z] 053f30a2b8bc: Layer already exists [2021-01-22T07:36:12.251Z] f5ae7e03a341: Layer already exists [2021-01-22T07:36:12.251Z] 459d95acfead: Layer already exists [2021-01-22T07:36:12.521Z] 0de56a2a9257: Layer already exists [2021-01-22T07:36:12.521Z] 55a2f8b43c95: Layer already exists [2021-01-22T07:36:12.521Z] 4c8c6989ce65: Layer already exists [2021-01-22T07:36:12.521Z] 6c5a750199a5: Layer already exists [2021-01-22T07:36:12.521Z] 1438bfcac55a: Layer already exists [2021-01-22T07:36:12.521Z] 379067d0cb53: Layer already exists [2021-01-22T07:36:12.521Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53: digest: sha256:fb7f73895ed65c9d567a9a68fe05ad0757dea95d7af839934467e052a56d1ef0 size: 3036 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:36:12.863Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:36:13.213Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-01-22T07:36:13.213Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-01-22T07:36:13.213Z] f5ae7e03a341: Preparing [2021-01-22T07:36:13.213Z] f5ae7e03a341: Preparing [2021-01-22T07:36:13.213Z] 459d95acfead: Preparing [2021-01-22T07:36:13.213Z] b08e0cea6bda: Preparing [2021-01-22T07:36:13.213Z] babd521398d7: Preparing [2021-01-22T07:36:13.213Z] 053f30a2b8bc: Preparing [2021-01-22T07:36:13.213Z] 4c8c6989ce65: Preparing [2021-01-22T07:36:13.213Z] 55a2f8b43c95: Preparing [2021-01-22T07:36:13.213Z] 55a2f8b43c95: Preparing [2021-01-22T07:36:13.213Z] 6c5a750199a5: Preparing [2021-01-22T07:36:13.213Z] 1438bfcac55a: Preparing [2021-01-22T07:36:13.213Z] 0de56a2a9257: Preparing [2021-01-22T07:36:13.213Z] 379067d0cb53: Preparing [2021-01-22T07:36:13.213Z] 4c8c6989ce65: Waiting [2021-01-22T07:36:13.213Z] 55a2f8b43c95: Waiting [2021-01-22T07:36:13.213Z] 6c5a750199a5: Waiting [2021-01-22T07:36:13.213Z] 1438bfcac55a: Waiting [2021-01-22T07:36:13.213Z] 0de56a2a9257: Waiting [2021-01-22T07:36:13.213Z] 379067d0cb53: Waiting [2021-01-22T07:36:13.213Z] f5ae7e03a341: Layer already exists [2021-01-22T07:36:13.487Z] b08e0cea6bda: Layer already exists [2021-01-22T07:36:13.487Z] babd521398d7: Layer already exists [2021-01-22T07:36:13.487Z] 459d95acfead: Layer already exists [2021-01-22T07:36:13.487Z] 053f30a2b8bc: Layer already exists [2021-01-22T07:36:13.487Z] 4c8c6989ce65: Layer already exists [2021-01-22T07:36:13.487Z] 1438bfcac55a: Layer already exists [2021-01-22T07:36:13.487Z] 55a2f8b43c95: Layer already exists [2021-01-22T07:36:13.487Z] 0de56a2a9257: Layer already exists [2021-01-22T07:36:13.487Z] 6c5a750199a5: Layer already exists [2021-01-22T07:36:13.487Z] 379067d0cb53: Layer already exists [2021-01-22T07:36:13.487Z] master: digest: sha256:fb7f73895ed65c9d567a9a68fe05ad0757dea95d7af839934467e052a56d1ef0 size: 3036 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-22T07:36:13.692Z] ===================================================== [Pipeline] echo [2021-01-22T07:36:13.737Z] taggedImages: [2021-01-22T07:36:13.737Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:36:13.737Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.53 [2021-01-22T07:36:13.737Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [2021-01-22T07:36:13.737Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-01-22T07:36:13.799Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-01-22T07:36:13.799Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:36:13.799Z] 2.0.0-dev.53 [2021-01-22T07:36:13.799Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [2021-01-22T07:36:13.799Z] master [2021-01-22T07:36:13.799Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:36:14.333Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:c7b5d06303d1c1949c9ce5e99765f1d861064f89 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:36:14.714Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:36:14.714Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-22T07:36:14.714Z] ec0f7e03c2ad: Preparing [2021-01-22T07:36:14.714Z] 2a059e7ca233: Preparing [2021-01-22T07:36:14.714Z] 71b4ac57a668: Preparing [2021-01-22T07:36:14.714Z] beefe632baa0: Preparing [2021-01-22T07:36:14.714Z] 849a4a51eab5: Preparing [2021-01-22T07:36:14.714Z] 379067d0cb53: Preparing [2021-01-22T07:36:14.714Z] 379067d0cb53: Waiting [2021-01-22T07:36:14.995Z] 71b4ac57a668: Pushed [2021-01-22T07:36:14.995Z] beefe632baa0: Pushed [2021-01-22T07:36:15.281Z] 379067d0cb53: Layer already exists [2021-01-22T07:36:15.560Z] 849a4a51eab5: Pushed [2021-01-22T07:36:17.077Z] 2a059e7ca233: Pushed [2021-01-22T07:36:17.077Z] ec0f7e03c2ad: Pushed [2021-01-22T07:36:17.365Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89: digest: sha256:8e511abc9b70d51c056f276cbc3a76f00463a0c198e621606a7db595d8ca5a42 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:36:17.791Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.53 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:36:18.227Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.53 [2021-01-22T07:36:18.227Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-22T07:36:18.227Z] ec0f7e03c2ad: Preparing [2021-01-22T07:36:18.227Z] 2a059e7ca233: Preparing [2021-01-22T07:36:18.227Z] 71b4ac57a668: Preparing [2021-01-22T07:36:18.227Z] beefe632baa0: Preparing [2021-01-22T07:36:18.227Z] 849a4a51eab5: Preparing [2021-01-22T07:36:18.227Z] 379067d0cb53: Preparing [2021-01-22T07:36:18.227Z] 379067d0cb53: Waiting [2021-01-22T07:36:18.227Z] 2a059e7ca233: Layer already exists [2021-01-22T07:36:18.227Z] 71b4ac57a668: Layer already exists [2021-01-22T07:36:18.227Z] beefe632baa0: Layer already exists [2021-01-22T07:36:18.227Z] 849a4a51eab5: Layer already exists [2021-01-22T07:36:18.227Z] ec0f7e03c2ad: Layer already exists [2021-01-22T07:36:18.227Z] 379067d0cb53: Layer already exists [2021-01-22T07:36:18.516Z] 2.0.0-dev.53: digest: sha256:8e511abc9b70d51c056f276cbc3a76f00463a0c198e621606a7db595d8ca5a42 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:36:18.908Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:36:19.281Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [2021-01-22T07:36:19.281Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-22T07:36:19.281Z] ec0f7e03c2ad: Preparing [2021-01-22T07:36:19.281Z] 2a059e7ca233: Preparing [2021-01-22T07:36:19.281Z] 71b4ac57a668: Preparing [2021-01-22T07:36:19.281Z] beefe632baa0: Preparing [2021-01-22T07:36:19.281Z] 849a4a51eab5: Preparing [2021-01-22T07:36:19.281Z] 379067d0cb53: Preparing [2021-01-22T07:36:19.281Z] 379067d0cb53: Waiting [2021-01-22T07:36:19.281Z] 849a4a51eab5: Layer already exists [2021-01-22T07:36:19.281Z] ec0f7e03c2ad: Layer already exists [2021-01-22T07:36:19.281Z] 71b4ac57a668: Layer already exists [2021-01-22T07:36:19.281Z] beefe632baa0: Layer already exists [2021-01-22T07:36:19.281Z] 2a059e7ca233: Layer already exists [2021-01-22T07:36:19.561Z] 379067d0cb53: Layer already exists [2021-01-22T07:36:19.561Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53: digest: sha256:8e511abc9b70d51c056f276cbc3a76f00463a0c198e621606a7db595d8ca5a42 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:36:19.929Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:36:20.310Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-01-22T07:36:20.310Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-22T07:36:20.310Z] ec0f7e03c2ad: Preparing [2021-01-22T07:36:20.310Z] 2a059e7ca233: Preparing [2021-01-22T07:36:20.310Z] 71b4ac57a668: Preparing [2021-01-22T07:36:20.310Z] beefe632baa0: Preparing [2021-01-22T07:36:20.310Z] 849a4a51eab5: Preparing [2021-01-22T07:36:20.310Z] 379067d0cb53: Preparing [2021-01-22T07:36:20.310Z] 379067d0cb53: Waiting [2021-01-22T07:36:20.310Z] ec0f7e03c2ad: Layer already exists [2021-01-22T07:36:20.310Z] 849a4a51eab5: Layer already exists [2021-01-22T07:36:20.310Z] 71b4ac57a668: Layer already exists [2021-01-22T07:36:20.310Z] beefe632baa0: Layer already exists [2021-01-22T07:36:20.310Z] 2a059e7ca233: Layer already exists [2021-01-22T07:36:20.310Z] 379067d0cb53: Layer already exists [2021-01-22T07:36:20.587Z] master: digest: sha256:8e511abc9b70d51c056f276cbc3a76f00463a0c198e621606a7db595d8ca5a42 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-22T07:36:20.916Z] ===================================================== [Pipeline] echo [2021-01-22T07:36:20.967Z] taggedImages: [2021-01-22T07:36:20.967Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:36:20.967Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.53 [2021-01-22T07:36:20.967Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [2021-01-22T07:36:20.967Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-01-22T07:36:21.034Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-01-22T07:36:21.034Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:36:21.034Z] 2.0.0-dev.53 [2021-01-22T07:36:21.034Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [2021-01-22T07:36:21.034Z] master [2021-01-22T07:36:21.034Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:36:21.542Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:c7b5d06303d1c1949c9ce5e99765f1d861064f89 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:36:21.874Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:36:21.875Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-22T07:36:21.875Z] 767160cca9fe: Preparing [2021-01-22T07:36:21.875Z] e389f89120ab: Preparing [2021-01-22T07:36:21.875Z] 7f5715028642: Preparing [2021-01-22T07:36:21.875Z] 086de1f870d7: Preparing [2021-01-22T07:36:21.875Z] bbda469a52ce: Preparing [2021-01-22T07:36:21.875Z] f24f76e8ae42: Preparing [2021-01-22T07:36:21.875Z] a57288de0e4e: Preparing [2021-01-22T07:36:21.875Z] bf6b853788a7: Preparing [2021-01-22T07:36:21.875Z] 379067d0cb53: Preparing [2021-01-22T07:36:21.875Z] f24f76e8ae42: Waiting [2021-01-22T07:36:21.875Z] a57288de0e4e: Waiting [2021-01-22T07:36:21.875Z] bf6b853788a7: Waiting [2021-01-22T07:36:21.875Z] 379067d0cb53: Waiting [2021-01-22T07:36:22.161Z] 767160cca9fe: Pushed [2021-01-22T07:36:22.161Z] bbda469a52ce: Pushed [2021-01-22T07:36:22.161Z] e389f89120ab: Pushed [2021-01-22T07:36:22.452Z] a57288de0e4e: Pushed [2021-01-22T07:36:22.452Z] f24f76e8ae42: Pushed [2021-01-22T07:36:22.452Z] 379067d0cb53: Layer already exists [2021-01-22T07:36:23.044Z] bf6b853788a7: Pushed [2021-01-22T07:36:24.469Z] 7f5715028642: Pushed [2021-01-22T07:36:24.469Z] 086de1f870d7: Pushed [2021-01-22T07:36:24.469Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89: digest: sha256:6636140bbdcf9bb4d001cf29c1c73f885ff0ddfe7855b35e6b307a1b1b40c913 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:36:25.083Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.53 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:36:25.418Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.53 [2021-01-22T07:36:25.418Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-22T07:36:25.418Z] 767160cca9fe: Preparing [2021-01-22T07:36:25.418Z] e389f89120ab: Preparing [2021-01-22T07:36:25.418Z] 7f5715028642: Preparing [2021-01-22T07:36:25.418Z] 086de1f870d7: Preparing [2021-01-22T07:36:25.418Z] bbda469a52ce: Preparing [2021-01-22T07:36:25.418Z] f24f76e8ae42: Preparing [2021-01-22T07:36:25.418Z] a57288de0e4e: Preparing [2021-01-22T07:36:25.418Z] bf6b853788a7: Preparing [2021-01-22T07:36:25.418Z] 379067d0cb53: Preparing [2021-01-22T07:36:25.418Z] a57288de0e4e: Waiting [2021-01-22T07:36:25.418Z] bf6b853788a7: Waiting [2021-01-22T07:36:25.418Z] 379067d0cb53: Waiting [2021-01-22T07:36:25.418Z] f24f76e8ae42: Waiting [2021-01-22T07:36:25.418Z] bbda469a52ce: Layer already exists [2021-01-22T07:36:25.418Z] 767160cca9fe: Layer already exists [2021-01-22T07:36:25.418Z] e389f89120ab: Layer already exists [2021-01-22T07:36:25.688Z] 086de1f870d7: Layer already exists [2021-01-22T07:36:25.688Z] 7f5715028642: Layer already exists [2021-01-22T07:36:25.688Z] a57288de0e4e: Layer already exists [2021-01-22T07:36:25.688Z] bf6b853788a7: Layer already exists [2021-01-22T07:36:25.688Z] f24f76e8ae42: Layer already exists [2021-01-22T07:36:25.688Z] 379067d0cb53: Layer already exists [2021-01-22T07:36:25.688Z] 2.0.0-dev.53: digest: sha256:6636140bbdcf9bb4d001cf29c1c73f885ff0ddfe7855b35e6b307a1b1b40c913 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:36:26.029Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:36:26.362Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [2021-01-22T07:36:26.363Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-22T07:36:26.363Z] 767160cca9fe: Preparing [2021-01-22T07:36:26.363Z] e389f89120ab: Preparing [2021-01-22T07:36:26.363Z] 7f5715028642: Preparing [2021-01-22T07:36:26.363Z] 086de1f870d7: Preparing [2021-01-22T07:36:26.363Z] bbda469a52ce: Preparing [2021-01-22T07:36:26.363Z] f24f76e8ae42: Preparing [2021-01-22T07:36:26.363Z] a57288de0e4e: Preparing [2021-01-22T07:36:26.363Z] bf6b853788a7: Preparing [2021-01-22T07:36:26.363Z] 379067d0cb53: Preparing [2021-01-22T07:36:26.363Z] a57288de0e4e: Waiting [2021-01-22T07:36:26.363Z] 379067d0cb53: Waiting [2021-01-22T07:36:26.363Z] f24f76e8ae42: Waiting [2021-01-22T07:36:26.363Z] bf6b853788a7: Waiting [2021-01-22T07:36:26.363Z] 086de1f870d7: Layer already exists [2021-01-22T07:36:26.363Z] 767160cca9fe: Layer already exists [2021-01-22T07:36:26.363Z] bbda469a52ce: Layer already exists [2021-01-22T07:36:26.363Z] 7f5715028642: Layer already exists [2021-01-22T07:36:26.633Z] e389f89120ab: Layer already exists [2021-01-22T07:36:26.633Z] f24f76e8ae42: Layer already exists [2021-01-22T07:36:26.633Z] 379067d0cb53: Layer already exists [2021-01-22T07:36:26.633Z] bf6b853788a7: Layer already exists [2021-01-22T07:36:26.633Z] a57288de0e4e: Layer already exists [2021-01-22T07:36:26.633Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53: digest: sha256:6636140bbdcf9bb4d001cf29c1c73f885ff0ddfe7855b35e6b307a1b1b40c913 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:36:26.980Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:36:27.314Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-01-22T07:36:27.314Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-22T07:36:27.314Z] 767160cca9fe: Preparing [2021-01-22T07:36:27.314Z] e389f89120ab: Preparing [2021-01-22T07:36:27.314Z] 7f5715028642: Preparing [2021-01-22T07:36:27.314Z] 086de1f870d7: Preparing [2021-01-22T07:36:27.314Z] bbda469a52ce: Preparing [2021-01-22T07:36:27.314Z] f24f76e8ae42: Preparing [2021-01-22T07:36:27.314Z] a57288de0e4e: Preparing [2021-01-22T07:36:27.314Z] bf6b853788a7: Preparing [2021-01-22T07:36:27.314Z] 379067d0cb53: Preparing [2021-01-22T07:36:27.314Z] bf6b853788a7: Waiting [2021-01-22T07:36:27.314Z] a57288de0e4e: Waiting [2021-01-22T07:36:27.314Z] 379067d0cb53: Waiting [2021-01-22T07:36:27.314Z] f24f76e8ae42: Waiting [2021-01-22T07:36:27.314Z] e389f89120ab: Layer already exists [2021-01-22T07:36:27.314Z] 086de1f870d7: Layer already exists [2021-01-22T07:36:27.314Z] 7f5715028642: Layer already exists [2021-01-22T07:36:27.589Z] bbda469a52ce: Layer already exists [2021-01-22T07:36:27.589Z] 767160cca9fe: Layer already exists [2021-01-22T07:36:27.589Z] a57288de0e4e: Layer already exists [2021-01-22T07:36:27.589Z] f24f76e8ae42: Layer already exists [2021-01-22T07:36:27.589Z] 379067d0cb53: Layer already exists [2021-01-22T07:36:27.589Z] bf6b853788a7: Layer already exists [2021-01-22T07:36:27.589Z] master: digest: sha256:6636140bbdcf9bb4d001cf29c1c73f885ff0ddfe7855b35e6b307a1b1b40c913 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-22T07:36:27.783Z] ===================================================== [Pipeline] echo [2021-01-22T07:36:27.831Z] taggedImages: [2021-01-22T07:36:27.831Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:36:27.831Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.53 [2021-01-22T07:36:27.831Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [2021-01-22T07:36:27.831Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-01-22T07:36:27.896Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-01-22T07:36:27.896Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:36:27.896Z] 2.0.0-dev.53 [2021-01-22T07:36:27.896Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [2021-01-22T07:36:27.896Z] master [2021-01-22T07:36:27.896Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:36:28.392Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:c7b5d06303d1c1949c9ce5e99765f1d861064f89 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:36:28.731Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:36:28.731Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-22T07:36:28.731Z] 24c6583ad287: Preparing [2021-01-22T07:36:28.731Z] 67b7321b8977: Preparing [2021-01-22T07:36:28.731Z] 4c8c6989ce65: Preparing [2021-01-22T07:36:28.731Z] 5bb70d48c515: Preparing [2021-01-22T07:36:28.731Z] 379067d0cb53: Preparing [2021-01-22T07:36:29.004Z] 4c8c6989ce65: Layer already exists [2021-01-22T07:36:29.004Z] 379067d0cb53: Layer already exists [2021-01-22T07:36:29.004Z] 24c6583ad287: Pushed [2021-01-22T07:36:29.276Z] 5bb70d48c515: Pushed [2021-01-22T07:36:31.882Z] 67b7321b8977: Pushed [2021-01-22T07:36:31.882Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89: digest: sha256:99a112c9e4cad6334d2eb02627b619e09ae55324e2a5494451eab52d909742ff size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:36:32.217Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.53 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:36:32.547Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.53 [2021-01-22T07:36:32.547Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-22T07:36:32.547Z] 24c6583ad287: Preparing [2021-01-22T07:36:32.547Z] 67b7321b8977: Preparing [2021-01-22T07:36:32.547Z] 4c8c6989ce65: Preparing [2021-01-22T07:36:32.547Z] 5bb70d48c515: Preparing [2021-01-22T07:36:32.547Z] 379067d0cb53: Preparing [2021-01-22T07:36:32.547Z] 67b7321b8977: Layer already exists [2021-01-22T07:36:32.547Z] 379067d0cb53: Layer already exists [2021-01-22T07:36:32.547Z] 5bb70d48c515: Layer already exists [2021-01-22T07:36:32.547Z] 24c6583ad287: Layer already exists [2021-01-22T07:36:32.547Z] 4c8c6989ce65: Layer already exists [2021-01-22T07:36:32.817Z] 2.0.0-dev.53: digest: sha256:99a112c9e4cad6334d2eb02627b619e09ae55324e2a5494451eab52d909742ff size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:36:33.152Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:36:33.486Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [2021-01-22T07:36:33.486Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-22T07:36:33.486Z] 24c6583ad287: Preparing [2021-01-22T07:36:33.486Z] 67b7321b8977: Preparing [2021-01-22T07:36:33.486Z] 4c8c6989ce65: Preparing [2021-01-22T07:36:33.486Z] 5bb70d48c515: Preparing [2021-01-22T07:36:33.486Z] 379067d0cb53: Preparing [2021-01-22T07:36:33.486Z] 67b7321b8977: Layer already exists [2021-01-22T07:36:33.486Z] 24c6583ad287: Layer already exists [2021-01-22T07:36:33.486Z] 4c8c6989ce65: Layer already exists [2021-01-22T07:36:33.486Z] 379067d0cb53: Layer already exists [2021-01-22T07:36:33.486Z] 5bb70d48c515: Layer already exists [2021-01-22T07:36:33.757Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53: digest: sha256:99a112c9e4cad6334d2eb02627b619e09ae55324e2a5494451eab52d909742ff size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:36:34.097Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:36:34.427Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-01-22T07:36:34.427Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-22T07:36:34.427Z] 24c6583ad287: Preparing [2021-01-22T07:36:34.427Z] 67b7321b8977: Preparing [2021-01-22T07:36:34.427Z] 4c8c6989ce65: Preparing [2021-01-22T07:36:34.427Z] 5bb70d48c515: Preparing [2021-01-22T07:36:34.427Z] 379067d0cb53: Preparing [2021-01-22T07:36:34.427Z] 4c8c6989ce65: Layer already exists [2021-01-22T07:36:34.427Z] 24c6583ad287: Layer already exists [2021-01-22T07:36:34.427Z] 67b7321b8977: Layer already exists [2021-01-22T07:36:34.427Z] 5bb70d48c515: Layer already exists [2021-01-22T07:36:34.427Z] 379067d0cb53: Layer already exists [2021-01-22T07:36:34.697Z] master: digest: sha256:99a112c9e4cad6334d2eb02627b619e09ae55324e2a5494451eab52d909742ff size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-22T07:36:34.957Z] ===================================================== [Pipeline] echo [2021-01-22T07:36:35.040Z] taggedImages: [2021-01-22T07:36:35.040Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:36:35.040Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.53 [2021-01-22T07:36:35.040Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [2021-01-22T07:36:35.040Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-01-22T07:36:35.106Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-01-22T07:36:35.106Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:36:35.106Z] 2.0.0-dev.53 [2021-01-22T07:36:35.106Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [2021-01-22T07:36:35.106Z] master [2021-01-22T07:36:35.106Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:36:35.649Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:c7b5d06303d1c1949c9ce5e99765f1d861064f89 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:36:37.239Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:36:37.239Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-22T07:36:37.239Z] 52bc5af2690a: Preparing [2021-01-22T07:36:37.239Z] b0368b2a878a: Preparing [2021-01-22T07:36:37.239Z] 4c8c6989ce65: Preparing [2021-01-22T07:36:37.239Z] 0420e59ee900: Preparing [2021-01-22T07:36:37.239Z] 379067d0cb53: Preparing [2021-01-22T07:36:37.239Z] 4c8c6989ce65: Layer already exists [2021-01-22T07:36:37.239Z] 379067d0cb53: Layer already exists [2021-01-22T07:36:37.239Z] 0420e59ee900: Layer already exists [2021-01-22T07:36:37.239Z] 52bc5af2690a: Pushed [2021-01-22T07:36:38.672Z] b0368b2a878a: Pushed [2021-01-22T07:36:38.958Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89: digest: sha256:0043fb293640a09e43f65fe83edf7798f45f82c06fa838f8f8800b7ff9c4fdf0 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:36:39.337Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.53 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:36:39.679Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.53 [2021-01-22T07:36:39.679Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-22T07:36:39.679Z] 52bc5af2690a: Preparing [2021-01-22T07:36:39.679Z] b0368b2a878a: Preparing [2021-01-22T07:36:39.679Z] 4c8c6989ce65: Preparing [2021-01-22T07:36:39.679Z] 0420e59ee900: Preparing [2021-01-22T07:36:39.679Z] 379067d0cb53: Preparing [2021-01-22T07:36:39.679Z] 379067d0cb53: Layer already exists [2021-01-22T07:36:39.679Z] 52bc5af2690a: Layer already exists [2021-01-22T07:36:39.679Z] b0368b2a878a: Layer already exists [2021-01-22T07:36:39.679Z] 4c8c6989ce65: Layer already exists [2021-01-22T07:36:39.948Z] 0420e59ee900: Layer already exists [2021-01-22T07:36:39.948Z] 2.0.0-dev.53: digest: sha256:0043fb293640a09e43f65fe83edf7798f45f82c06fa838f8f8800b7ff9c4fdf0 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:36:40.303Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:36:40.652Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [2021-01-22T07:36:40.652Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-22T07:36:40.652Z] 52bc5af2690a: Preparing [2021-01-22T07:36:40.652Z] b0368b2a878a: Preparing [2021-01-22T07:36:40.652Z] 4c8c6989ce65: Preparing [2021-01-22T07:36:40.652Z] 0420e59ee900: Preparing [2021-01-22T07:36:40.652Z] 379067d0cb53: Preparing [2021-01-22T07:36:40.652Z] b0368b2a878a: Layer already exists [2021-01-22T07:36:40.652Z] 52bc5af2690a: Layer already exists [2021-01-22T07:36:40.652Z] 0420e59ee900: Layer already exists [2021-01-22T07:36:40.652Z] 379067d0cb53: Layer already exists [2021-01-22T07:36:40.653Z] 4c8c6989ce65: Layer already exists [2021-01-22T07:36:40.928Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53: digest: sha256:0043fb293640a09e43f65fe83edf7798f45f82c06fa838f8f8800b7ff9c4fdf0 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:36:41.287Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:36:41.635Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-01-22T07:36:41.635Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-22T07:36:41.635Z] 52bc5af2690a: Preparing [2021-01-22T07:36:41.635Z] b0368b2a878a: Preparing [2021-01-22T07:36:41.635Z] 4c8c6989ce65: Preparing [2021-01-22T07:36:41.635Z] 0420e59ee900: Preparing [2021-01-22T07:36:41.635Z] 379067d0cb53: Preparing [2021-01-22T07:36:41.907Z] 0420e59ee900: Layer already exists [2021-01-22T07:36:41.907Z] 4c8c6989ce65: Layer already exists [2021-01-22T07:36:41.907Z] 52bc5af2690a: Layer already exists [2021-01-22T07:36:41.907Z] 379067d0cb53: Layer already exists [2021-01-22T07:36:41.907Z] b0368b2a878a: Layer already exists [2021-01-22T07:36:41.907Z] master: digest: sha256:0043fb293640a09e43f65fe83edf7798f45f82c06fa838f8f8800b7ff9c4fdf0 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-22T07:36:42.127Z] ===================================================== [Pipeline] echo [2021-01-22T07:36:42.173Z] taggedImages: [2021-01-22T07:36:42.173Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:36:42.173Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.53 [2021-01-22T07:36:42.173Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [2021-01-22T07:36:42.173Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-01-22T07:36:42.309Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-01-22T07:36:42.309Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:36:42.309Z] 2.0.0-dev.53 [2021-01-22T07:36:42.309Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [2021-01-22T07:36:42.309Z] master [2021-01-22T07:36:42.309Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:36:42.839Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:c7b5d06303d1c1949c9ce5e99765f1d861064f89 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:36:43.184Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:36:43.184Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-22T07:36:43.184Z] e7b4617f5a13: Preparing [2021-01-22T07:36:43.184Z] ea7b49d191e2: Preparing [2021-01-22T07:36:43.184Z] 743dfdb60344: Preparing [2021-01-22T07:36:43.184Z] ab5179863cff: Preparing [2021-01-22T07:36:43.184Z] 407cf13c4dd8: Preparing [2021-01-22T07:36:43.184Z] 7c4d4e8c41f1: Preparing [2021-01-22T07:36:43.184Z] e9cbae161ec7: Preparing [2021-01-22T07:36:43.184Z] 9ded3b6bb9b5: Preparing [2021-01-22T07:36:43.184Z] fa1afe8e6ed9: Preparing [2021-01-22T07:36:43.184Z] 87a09b4c083e: Preparing [2021-01-22T07:36:43.184Z] 0f74e9ff2a61: Preparing [2021-01-22T07:36:43.184Z] b122376c33c6: Preparing [2021-01-22T07:36:43.184Z] f8381ed47b22: Preparing [2021-01-22T07:36:43.184Z] e934a737d657: Preparing [2021-01-22T07:36:43.184Z] 7c4d4e8c41f1: Waiting [2021-01-22T07:36:43.184Z] e9cbae161ec7: Waiting [2021-01-22T07:36:43.184Z] 9ded3b6bb9b5: Waiting [2021-01-22T07:36:43.184Z] fa1afe8e6ed9: Waiting [2021-01-22T07:36:43.184Z] 87a09b4c083e: Waiting [2021-01-22T07:36:43.184Z] 0f74e9ff2a61: Waiting [2021-01-22T07:36:43.184Z] b122376c33c6: Waiting [2021-01-22T07:36:43.184Z] e934a737d657: Waiting [2021-01-22T07:36:43.184Z] f8381ed47b22: Waiting [2021-01-22T07:36:43.779Z] 407cf13c4dd8: Pushed [2021-01-22T07:36:44.052Z] e7b4617f5a13: Pushed [2021-01-22T07:36:44.333Z] ab5179863cff: Pushed [2021-01-22T07:36:44.605Z] 9ded3b6bb9b5: Layer already exists [2021-01-22T07:36:44.605Z] fa1afe8e6ed9: Layer already exists [2021-01-22T07:36:44.605Z] e9cbae161ec7: Pushed [2021-01-22T07:36:44.605Z] 87a09b4c083e: Layer already exists [2021-01-22T07:36:44.605Z] 0f74e9ff2a61: Layer already exists [2021-01-22T07:36:44.605Z] b122376c33c6: Layer already exists [2021-01-22T07:36:44.605Z] f8381ed47b22: Layer already exists [2021-01-22T07:36:44.605Z] e934a737d657: Layer already exists [2021-01-22T07:36:45.200Z] ea7b49d191e2: Pushed [2021-01-22T07:36:46.627Z] 7c4d4e8c41f1: Pushed [2021-01-22T07:36:56.730Z] 743dfdb60344: Pushed [2021-01-22T07:36:56.730Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89: digest: sha256:9bd45d0ac04c9bf409078ca25d99c174b800f592ff8258dca9b0d98cc9cb18a8 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:36:57.062Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.53 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:36:57.391Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.53 [2021-01-22T07:36:57.391Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-22T07:36:57.391Z] e7b4617f5a13: Preparing [2021-01-22T07:36:57.391Z] ea7b49d191e2: Preparing [2021-01-22T07:36:57.391Z] 743dfdb60344: Preparing [2021-01-22T07:36:57.391Z] ab5179863cff: Preparing [2021-01-22T07:36:57.391Z] 407cf13c4dd8: Preparing [2021-01-22T07:36:57.391Z] 7c4d4e8c41f1: Preparing [2021-01-22T07:36:57.391Z] e9cbae161ec7: Preparing [2021-01-22T07:36:57.391Z] 9ded3b6bb9b5: Preparing [2021-01-22T07:36:57.391Z] fa1afe8e6ed9: Preparing [2021-01-22T07:36:57.391Z] 87a09b4c083e: Preparing [2021-01-22T07:36:57.391Z] 0f74e9ff2a61: Preparing [2021-01-22T07:36:57.391Z] b122376c33c6: Preparing [2021-01-22T07:36:57.391Z] f8381ed47b22: Preparing [2021-01-22T07:36:57.391Z] e934a737d657: Preparing [2021-01-22T07:36:57.391Z] 7c4d4e8c41f1: Waiting [2021-01-22T07:36:57.391Z] e9cbae161ec7: Waiting [2021-01-22T07:36:57.391Z] 9ded3b6bb9b5: Waiting [2021-01-22T07:36:57.391Z] fa1afe8e6ed9: Waiting [2021-01-22T07:36:57.391Z] 87a09b4c083e: Waiting [2021-01-22T07:36:57.391Z] 0f74e9ff2a61: Waiting [2021-01-22T07:36:57.391Z] b122376c33c6: Waiting [2021-01-22T07:36:57.391Z] f8381ed47b22: Waiting [2021-01-22T07:36:57.391Z] e934a737d657: Waiting [2021-01-22T07:36:57.391Z] ea7b49d191e2: Layer already exists [2021-01-22T07:36:57.391Z] 743dfdb60344: Layer already exists [2021-01-22T07:36:57.391Z] e7b4617f5a13: Layer already exists [2021-01-22T07:36:57.661Z] 407cf13c4dd8: Layer already exists [2021-01-22T07:36:57.661Z] ab5179863cff: Layer already exists [2021-01-22T07:36:57.661Z] 7c4d4e8c41f1: Layer already exists [2021-01-22T07:36:57.661Z] 9ded3b6bb9b5: Layer already exists [2021-01-22T07:36:57.661Z] e9cbae161ec7: Layer already exists [2021-01-22T07:36:57.661Z] fa1afe8e6ed9: Layer already exists [2021-01-22T07:36:57.661Z] 87a09b4c083e: Layer already exists [2021-01-22T07:36:57.661Z] 0f74e9ff2a61: Layer already exists [2021-01-22T07:36:57.661Z] b122376c33c6: Layer already exists [2021-01-22T07:36:57.661Z] f8381ed47b22: Layer already exists [2021-01-22T07:36:57.661Z] e934a737d657: Layer already exists [2021-01-22T07:36:57.661Z] 2.0.0-dev.53: digest: sha256:9bd45d0ac04c9bf409078ca25d99c174b800f592ff8258dca9b0d98cc9cb18a8 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:36:57.997Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:36:58.329Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [2021-01-22T07:36:58.329Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-22T07:36:58.329Z] e7b4617f5a13: Preparing [2021-01-22T07:36:58.329Z] ea7b49d191e2: Preparing [2021-01-22T07:36:58.329Z] 743dfdb60344: Preparing [2021-01-22T07:36:58.329Z] ab5179863cff: Preparing [2021-01-22T07:36:58.329Z] 407cf13c4dd8: Preparing [2021-01-22T07:36:58.329Z] 7c4d4e8c41f1: Preparing [2021-01-22T07:36:58.329Z] e9cbae161ec7: Preparing [2021-01-22T07:36:58.329Z] 9ded3b6bb9b5: Preparing [2021-01-22T07:36:58.329Z] fa1afe8e6ed9: Preparing [2021-01-22T07:36:58.329Z] 87a09b4c083e: Preparing [2021-01-22T07:36:58.329Z] 0f74e9ff2a61: Preparing [2021-01-22T07:36:58.329Z] b122376c33c6: Preparing [2021-01-22T07:36:58.329Z] f8381ed47b22: Preparing [2021-01-22T07:36:58.329Z] e934a737d657: Preparing [2021-01-22T07:36:58.329Z] 87a09b4c083e: Waiting [2021-01-22T07:36:58.329Z] 7c4d4e8c41f1: Waiting [2021-01-22T07:36:58.329Z] e9cbae161ec7: Waiting [2021-01-22T07:36:58.329Z] 9ded3b6bb9b5: Waiting [2021-01-22T07:36:58.329Z] b122376c33c6: Waiting [2021-01-22T07:36:58.329Z] fa1afe8e6ed9: Waiting [2021-01-22T07:36:58.329Z] f8381ed47b22: Waiting [2021-01-22T07:36:58.329Z] e934a737d657: Waiting [2021-01-22T07:36:58.329Z] 0f74e9ff2a61: Waiting [2021-01-22T07:36:58.329Z] 743dfdb60344: Layer already exists [2021-01-22T07:36:58.329Z] 407cf13c4dd8: Layer already exists [2021-01-22T07:36:58.329Z] ab5179863cff: Layer already exists [2021-01-22T07:36:58.329Z] ea7b49d191e2: Layer already exists [2021-01-22T07:36:58.329Z] e7b4617f5a13: Layer already exists [2021-01-22T07:36:58.600Z] 87a09b4c083e: Layer already exists [2021-01-22T07:36:58.600Z] e9cbae161ec7: Layer already exists [2021-01-22T07:36:58.600Z] 7c4d4e8c41f1: Layer already exists [2021-01-22T07:36:58.600Z] 9ded3b6bb9b5: Layer already exists [2021-01-22T07:36:58.600Z] fa1afe8e6ed9: Layer already exists [2021-01-22T07:36:58.600Z] b122376c33c6: Layer already exists [2021-01-22T07:36:58.600Z] 0f74e9ff2a61: Layer already exists [2021-01-22T07:36:58.600Z] f8381ed47b22: Layer already exists [2021-01-22T07:36:58.600Z] e934a737d657: Layer already exists [2021-01-22T07:36:58.600Z] c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53: digest: sha256:9bd45d0ac04c9bf409078ca25d99c174b800f592ff8258dca9b0d98cc9cb18a8 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:36:58.937Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:36:59.271Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-01-22T07:36:59.271Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-22T07:36:59.272Z] e7b4617f5a13: Preparing [2021-01-22T07:36:59.272Z] ea7b49d191e2: Preparing [2021-01-22T07:36:59.272Z] 743dfdb60344: Preparing [2021-01-22T07:36:59.272Z] ab5179863cff: Preparing [2021-01-22T07:36:59.272Z] 407cf13c4dd8: Preparing [2021-01-22T07:36:59.272Z] 7c4d4e8c41f1: Preparing [2021-01-22T07:36:59.272Z] e9cbae161ec7: Preparing [2021-01-22T07:36:59.272Z] 9ded3b6bb9b5: Preparing [2021-01-22T07:36:59.272Z] fa1afe8e6ed9: Preparing [2021-01-22T07:36:59.272Z] 87a09b4c083e: Preparing [2021-01-22T07:36:59.272Z] 0f74e9ff2a61: Preparing [2021-01-22T07:36:59.272Z] b122376c33c6: Preparing [2021-01-22T07:36:59.272Z] f8381ed47b22: Preparing [2021-01-22T07:36:59.272Z] e934a737d657: Preparing [2021-01-22T07:36:59.272Z] fa1afe8e6ed9: Waiting [2021-01-22T07:36:59.272Z] 87a09b4c083e: Waiting [2021-01-22T07:36:59.272Z] 0f74e9ff2a61: Waiting [2021-01-22T07:36:59.272Z] b122376c33c6: Waiting [2021-01-22T07:36:59.272Z] f8381ed47b22: Waiting [2021-01-22T07:36:59.272Z] e934a737d657: Waiting [2021-01-22T07:36:59.272Z] 7c4d4e8c41f1: Waiting [2021-01-22T07:36:59.272Z] e9cbae161ec7: Waiting [2021-01-22T07:36:59.272Z] 9ded3b6bb9b5: Waiting [2021-01-22T07:36:59.272Z] e7b4617f5a13: Layer already exists [2021-01-22T07:36:59.272Z] 407cf13c4dd8: Layer already exists [2021-01-22T07:36:59.544Z] 743dfdb60344: Layer already exists [2021-01-22T07:36:59.544Z] ab5179863cff: Layer already exists [2021-01-22T07:36:59.544Z] ea7b49d191e2: Layer already exists [2021-01-22T07:36:59.544Z] 87a09b4c083e: Layer already exists [2021-01-22T07:36:59.544Z] 9ded3b6bb9b5: Layer already exists [2021-01-22T07:36:59.544Z] fa1afe8e6ed9: Layer already exists [2021-01-22T07:36:59.544Z] e9cbae161ec7: Layer already exists [2021-01-22T07:36:59.544Z] 7c4d4e8c41f1: Layer already exists [2021-01-22T07:36:59.544Z] b122376c33c6: Layer already exists [2021-01-22T07:36:59.544Z] 0f74e9ff2a61: Layer already exists [2021-01-22T07:36:59.544Z] f8381ed47b22: Layer already exists [2021-01-22T07:36:59.544Z] e934a737d657: Layer already exists [2021-01-22T07:36:59.544Z] master: digest: sha256:9bd45d0ac04c9bf409078ca25d99c174b800f592ff8258dca9b0d98cc9cb18a8 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-22T07:36:59.740Z] ===================================================== [Pipeline] echo [2021-01-22T07:36:59.803Z] taggedImages: [2021-01-22T07:36:59.803Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:c7b5d06303d1c1949c9ce5e99765f1d861064f89 [2021-01-22T07:36:59.803Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.53 [2021-01-22T07:36:59.803Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:c7b5d06303d1c1949c9ce5e99765f1d861064f89-2.0.0-dev.53 [2021-01-22T07:36:59.803Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-22T07:37:01.456Z] provisioning config files... [2021-01-22T07:37:01.470Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/316@tmp/config6283416384298733766tmp [Pipeline] { [Pipeline] sh [2021-01-22T07:37:01.851Z] + set +x [2021-01-22T07:37:01.851Z] + curl -s https://codecov.io/bash [2021-01-22T07:37:01.851Z] + bash -s -- [2021-01-22T07:37:02.116Z] [2021-01-22T07:37:02.116Z] _____ _ [2021-01-22T07:37:02.116Z] / ____| | | [2021-01-22T07:37:02.116Z] | | ___ __| | ___ ___ _____ __ [2021-01-22T07:37:02.116Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-22T07:37:02.116Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-22T07:37:02.116Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-22T07:37:02.116Z] Bash-20210115-cec3c92 [2021-01-22T07:37:02.116Z] [2021-01-22T07:37:02.116Z] [2021-01-22T07:37:02.116Z] ==> git version 2.24.3 found [2021-01-22T07:37:02.116Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-22T07:37:02.116Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-22T07:37:02.116Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-22T07:37:02.116Z] ==> Jenkins CI detected. [2021-01-22T07:37:02.377Z] project root: . [2021-01-22T07:37:02.377Z] --> token set from env [2021-01-22T07:37:02.377Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-22T07:37:02.377Z] ==> Running gcov in . (disable via -X gcov) [2021-01-22T07:37:02.377Z] ==> Python coveragepy not found [2021-01-22T07:37:02.377Z] ==> Searching for coverage reports in: [2021-01-22T07:37:02.377Z] + . [2021-01-22T07:37:02.377Z] -> Found 1 reports [2021-01-22T07:37:02.377Z] ==> Detecting git/mercurial file structure [2021-01-22T07:37:02.377Z] ==> Reading reports [2021-01-22T07:37:02.377Z] + ./coverage.out bytes=563886 [2021-01-22T07:37:02.377Z] ==> Appending adjustments [2021-01-22T07:37:02.377Z] https://docs.codecov.io/docs/fixing-reports [2021-01-22T07:37:05.697Z] + Found adjustments [2021-01-22T07:37:05.697Z] ==> Gzipping contents [2021-01-22T07:37:05.697Z] 84K /tmp/codecov.LK06NK.gz [2021-01-22T07:37:05.697Z] ==> Uploading reports [2021-01-22T07:37:05.697Z] url: https://codecov.io [2021-01-22T07:37:05.697Z] query: branch=master&commit=c7b5d06303d1c1949c9ce5e99765f1d861064f89&build=316&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F316%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-22T07:37:05.697Z] -> Pinging Codecov [2021-01-22T07:37:05.697Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=c7b5d06303d1c1949c9ce5e99765f1d861064f89&build=316&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F316%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-22T07:37:05.967Z] -> Uploading to [2021-01-22T07:37:05.967Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-22/00271124DB129430A58F1EEE437C3FCB/c7b5d06303d1c1949c9ce5e99765f1d861064f89/9a8a88b0-c447-4ef1-ae48-5120f7bad9cd.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210122%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210122T073705Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f0a0f98c28ad9e9e0a6b0a1c64d80f6fd19eef12b7d147aad8d64ea4f0671f18 [2021-01-22T07:37:05.967Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T07:37:05.967Z] Dload Upload Total Spent Left Speed [2021-01-22T07:37:06.545Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85516 0 0 100 85516 0 141k --:--:-- --:--:-- --:--:-- 141k [2021-01-22T07:37:06.545Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/c7b5d06303d1c1949c9ce5e99765f1d861064f89 [Pipeline] } [2021-01-22T07:37:06.571Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-01-22T07:37:07.464Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-22T07:37:07.532Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:37:07.920Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-22T07:37:07.920Z] [2021-01-22T07:37:07.920Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:37:08.369Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-22T07:37:08.370Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-22T07:37:08.370Z] 188c0c94c7c5: Already exists [2021-01-22T07:37:08.370Z] 0ef7d3d256c8: Already exists [2021-01-22T07:37:08.370Z] de9db76c5a1d: Already exists [2021-01-22T07:37:08.370Z] 0eba1c9be4d2: Pulling fs layer [2021-01-22T07:37:08.370Z] 0d57e429df01: Pulling fs layer [2021-01-22T07:37:08.370Z] 4e4be7b47b0d: Pulling fs layer [2021-01-22T07:37:08.370Z] e1f770b5df2f: Pulling fs layer [2021-01-22T07:37:08.370Z] 85a0685a4137: Pulling fs layer [2021-01-22T07:37:08.370Z] e1f770b5df2f: Waiting [2021-01-22T07:37:08.370Z] 4e4be7b47b0d: Verifying Checksum [2021-01-22T07:37:08.370Z] 4e4be7b47b0d: Download complete [2021-01-22T07:37:08.370Z] 0d57e429df01: Verifying Checksum [2021-01-22T07:37:08.370Z] 0d57e429df01: Download complete [2021-01-22T07:37:11.778Z] e1f770b5df2f: Verifying Checksum [2021-01-22T07:37:11.778Z] e1f770b5df2f: Download complete [2021-01-22T07:37:13.737Z] 0eba1c9be4d2: Verifying Checksum [2021-01-22T07:37:13.737Z] 0eba1c9be4d2: Download complete [2021-01-22T07:37:14.684Z] 85a0685a4137: Verifying Checksum [2021-01-22T07:37:14.684Z] 85a0685a4137: Download complete [2021-01-22T07:37:18.920Z] 0eba1c9be4d2: Pull complete [2021-01-22T07:37:18.920Z] 0d57e429df01: Pull complete [2021-01-22T07:37:18.921Z] 4e4be7b47b0d: Pull complete [2021-01-22T07:37:23.138Z] e1f770b5df2f: Pull complete [2021-01-22T07:37:31.399Z] 85a0685a4137: Pull complete [2021-01-22T07:37:31.399Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-22T07:37:31.399Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-22T07:37:31.399Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-22T07:37:31.619Z] prd-centos7-docker-4c-2g-22221 does not seem to be running inside a container [2021-01-22T07:37:31.767Z] $ 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/316 -v /w/workspace/edgex-go/316:/w/workspace/edgex-go/316:rw,z -v /w/workspace/edgex-go/316@tmp:/w/workspace/edgex-go/316@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-01-22T07:37:32.812Z] $ docker top b881097c39cfe663508e0931a478f8e9aafc38029941841eed5180042162af33 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-22T07:37:33.164Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-22T07:37:33.501Z] + set -o pipefail [2021-01-22T07:37:33.501Z] + snyk monitor '--org=edgex-jenkins' [2021-01-22T07:38:05.718Z] [2021-01-22T07:38:05.718Z] Monitoring /w/workspace/edgex-go/316 (github.com/edgexfoundry/edgex-go)... [2021-01-22T07:38:05.718Z] [2021-01-22T07:38:05.718Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/2e3dc94a-2246-4d0b-a40f-31ec214d81c9 [2021-01-22T07:38:05.718Z] [2021-01-22T07:38:05.718Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-22T07:38:05.718Z] [2021-01-22T07:38:05.718Z] [Pipeline] } [2021-01-22T07:38:05.731Z] $ docker stop --time=1 b881097c39cfe663508e0931a478f8e9aafc38029941841eed5180042162af33 [2021-01-22T07:38:08.652Z] $ docker rm -f b881097c39cfe663508e0931a478f8e9aafc38029941841eed5180042162af33 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-01-22T07:38:09.966Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-22T07:38:10.120Z] provisioning config files... [2021-01-22T07:38:10.134Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/316@tmp/config149837743874458019tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T07:38:10.549Z] --> edgex-publish-swagger.sh [2021-01-22T07:38:10.549Z] === Publish openapi/v1 API === [2021-01-22T07:38:10.549Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-01-22T07:38:10.549Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/316/openapi/v1/core-command.yaml] [2021-01-22T07:38:10.549Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T07:38:10.549Z] Dload Upload Total Spent Left Speed [2021-01-22T07:38:11.932Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 8308 0:00:01 0:00:01 --:--:-- 8317 100 10522 0 0 100 10522 0 8179 0:00:01 0:00:01 --:--:-- 8188 [2021-01-22T07:38:11.932Z] [2021-01-22T07:38:11.932Z] [2021-01-22T07:38:11.932Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/316/openapi/v1/core-data.yaml] [2021-01-22T07:38:11.932Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T07:38:11.932Z] Dload Upload Total Spent Left Speed [2021-01-22T07:38:12.881Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 29751 0:00:01 0:00:01 --:--:-- 29759 100 32557 0 0 100 32557 0 29747 0:00:01 0:00:01 --:--:-- 29759 [2021-01-22T07:38:12.881Z] [2021-01-22T07:38:12.881Z] [2021-01-22T07:38:12.881Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/316/openapi/v1/core-metadata.yaml] [2021-01-22T07:38:12.881Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T07:38:12.881Z] Dload Upload Total Spent Left Speed [2021-01-22T07:38:14.092Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 70770 0:00:01 0:00:01 --:--:-- 70817 [2021-01-22T07:38:14.092Z] [2021-01-22T07:38:14.092Z] [2021-01-22T07:38:14.092Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/316/openapi/v1/support-logging.yaml] [2021-01-22T07:38:14.092Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T07:38:14.092Z] Dload Upload Total Spent Left Speed [2021-01-22T07:38:15.041Z] 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 11471 0:00:01 0:00:01 --:--:-- 11470 100 13581 0 0 100 13581 0 11470 0:00:01 0:00:01 --:--:-- 11470 [2021-01-22T07:38:15.042Z] [2021-01-22T07:38:15.042Z] [2021-01-22T07:38:15.042Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/316/openapi/v1/support-notifications.yaml] [2021-01-22T07:38:15.042Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T07:38:15.042Z] Dload Upload Total Spent Left Speed [2021-01-22T07:38:16.473Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 32610 0:00:01 0:00:01 --:--:-- 32625 100 38890 0 0 100 38890 0 31746 0:00:01 0:00:01 --:--:-- 31772 [2021-01-22T07:38:16.473Z] [2021-01-22T07:38:16.473Z] [2021-01-22T07:38:16.473Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/316/openapi/v1/support-scheduler.yaml] [2021-01-22T07:38:16.473Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T07:38:16.473Z] Dload Upload Total Spent Left Speed [2021-01-22T07:38:17.426Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 12368 0:00:01 0:00:01 --:--:-- 12379 100 14249 0 0 100 14249 0 12367 0:00:01 0:00:01 --:--:-- 12368 [2021-01-22T07:38:17.426Z] [2021-01-22T07:38:17.426Z] [2021-01-22T07:38:17.426Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/316/openapi/v1/system-agent.yaml] [2021-01-22T07:38:17.426Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T07:38:17.426Z] Dload Upload Total Spent Left Speed [2021-01-22T07:38:18.807Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 4047 0:00:01 0:00:01 --:--:-- 4049 100 4110 0 0 100 4110 0 4047 0:00:01 0:00:01 --:--:-- 4049 [2021-01-22T07:38:18.807Z] [2021-01-22T07:38:18.807Z] [2021-01-22T07:38:18.807Z] === Publish openapi/v2 API === [2021-01-22T07:38:18.807Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-01-22T07:38:18.807Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/316/openapi/v2/core-command.yaml] [2021-01-22T07:38:18.807Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T07:38:18.807Z] Dload Upload Total Spent Left Speed [2021-01-22T07:38:19.746Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20843 0 0 100 20843 0 19481 0:00:01 0:00:01 --:--:-- 19497 100 20843 0 0 100 20843 0 19479 0:00:01 0:00:01 --:--:-- 19497 [2021-01-22T07:38:19.746Z] [2021-01-22T07:38:19.746Z] [2021-01-22T07:38:19.746Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/316/openapi/v2/core-data.yaml] [2021-01-22T07:38:19.746Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T07:38:19.746Z] Dload Upload Total Spent Left Speed [2021-01-22T07:38:21.133Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57055 0 0 100 57055 0 47821 0:00:01 0:00:01 --:--:-- 47864 100 57055 0 0 100 57055 0 46309 0:00:01 0:00:01 --:--:-- 46348 [2021-01-22T07:38:21.133Z] [2021-01-22T07:38:21.133Z] [2021-01-22T07:38:21.133Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/316/openapi/v2/core-metadata.yaml] [2021-01-22T07:38:21.133Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T07:38:21.133Z] Dload Upload Total Spent Left Speed [2021-01-22T07:38:22.073Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 120k 0 0 100 120k 0 106k 0:00:01 0:00:01 --:--:-- 106k [2021-01-22T07:38:22.073Z] [2021-01-22T07:38:22.073Z] [2021-01-22T07:38:22.073Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/316/openapi/v2/support-logging.yaml] [2021-01-22T07:38:22.074Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T07:38:22.074Z] Dload Upload Total Spent Left Speed [2021-01-22T07:38:23.028Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23692 0 0 100 23692 0 21543 0:00:01 0:00:01 --:--:-- 21538 100 23692 0 0 100 23692 0 21540 0:00:01 0:00:01 --:--:-- 21538 [2021-01-22T07:38:23.028Z] [2021-01-22T07:38:23.028Z] [2021-01-22T07:38:23.028Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/316/openapi/v2/support-notifications.yaml] [2021-01-22T07:38:23.028Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T07:38:23.028Z] Dload Upload Total Spent Left Speed [2021-01-22T07:38:24.416Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 57606 0:00:01 0:00:01 --:--:-- 57620 100 62691 0 0 100 62691 0 57599 0:00:01 0:00:01 --:--:-- 57620 [2021-01-22T07:38:24.416Z] [2021-01-22T07:38:24.416Z] [2021-01-22T07:38:24.416Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/316/openapi/v2/support-scheduler.yaml] [2021-01-22T07:38:24.416Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T07:38:24.416Z] Dload Upload Total Spent Left Speed [2021-01-22T07:38:25.354Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39667 0 0 100 39667 0 34727 0:00:01 0:00:01 --:--:-- 34734 100 39667 0 0 100 39667 0 34722 0:00:01 0:00:01 --:--:-- 34734 [2021-01-22T07:38:25.354Z] [2021-01-22T07:38:25.354Z] [2021-01-22T07:38:25.354Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/316/openapi/v2/system-agent.yaml] [2021-01-22T07:38:25.354Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T07:38:25.354Z] Dload Upload Total Spent Left Speed [2021-01-22T07:38:26.293Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23726 0 0 100 23726 0 22970 0:00:01 0:00:01 --:--:-- 22990 100 23726 0 0 100 23726 0 22967 0:00:01 0:00:01 --:--:-- 22990 [2021-01-22T07:38:26.293Z] [2021-01-22T07:38:26.293Z] [Pipeline] } [2021-01-22T07:38:26.301Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:38:27.070Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T07:38:27.070Z] . [Pipeline] withDockerContainer [2021-01-22T07:38:27.168Z] prd-centos7-docker-4c-2g-22221 does not seem to be running inside a container [2021-01-22T07:38:27.211Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/316 -v /w/workspace/edgex-go/316:/w/workspace/edgex-go/316:rw,z -v /w/workspace/edgex-go/316@tmp:/w/workspace/edgex-go/316@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-01-22T07:38:28.050Z] $ docker top c7ec5209d0307696ba29a9c0e18b53f10ea4bb4337970f711f98119d4cf86b03 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-22T07:38:28.347Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-22T07:38:28.347Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-22T07:38:28.554Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-22T07:38:28.558Z] $ docker exec c7ec5209d0307696ba29a9c0e18b53f10ea4bb4337970f711f98119d4cf86b03 ssh-agent [2021-01-22T07:38:28.720Z] SSH_AUTH_SOCK=/tmp/ssh-olksdzJn4xsC/agent.11 [2021-01-22T07:38:28.720Z] SSH_AGENT_PID=16 [2021-01-22T07:38:28.727Z] Running ssh-add (command line suppressed) [2021-01-22T07:38:28.857Z] Identity added: /w/workspace/edgex-go/316@tmp/private_key_1377971832992015542.key (/w/workspace/edgex-go/316@tmp/private_key_1377971832992015542.key) [2021-01-22T07:38:28.920Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-22T07:38:29.252Z] + git semver tag [2021-01-22T07:38:29.513Z] # -> Open(): unable to determine branch for HEAD [2021-01-22T07:38:29.513Z] # $GIT_DIR = /w/workspace/edgex-go/316/.git [2021-01-22T07:38:29.513Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/316 [2021-01-22T07:38:29.513Z] # $SEMVER_REMOTE_NAME = origin [2021-01-22T07:38:29.513Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-22T07:38:29.513Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-22T07:38:29.513Z] # $SEMVER_BRANCH = master [2021-01-22T07:38:29.513Z] # $SEMVER_DIR = /w/workspace/edgex-go/316/.semver [2021-01-22T07:38:29.513Z] # c7b5d06303d1c1949c9ce5e99765f1d861064f89 HEAD [2021-01-22T07:38:30.088Z] # -> Force: false [2021-01-22T07:38:30.088Z] # e2dbb5f1efa7602e18908dcdcaa42dda4d3fb0cf refs/tags/v2.0.0-dev.53 [Pipeline] } [2021-01-22T07:38:30.099Z] $ docker exec --env ******** --env ******** c7ec5209d0307696ba29a9c0e18b53f10ea4bb4337970f711f98119d4cf86b03 ssh-agent -k [2021-01-22T07:38:30.217Z] unset SSH_AUTH_SOCK; [2021-01-22T07:38:30.217Z] unset SSH_AGENT_PID; [2021-01-22T07:38:30.217Z] echo Agent pid 16 killed; [2021-01-22T07:38:30.270Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-22T07:38:30.799Z] + git semver [Pipeline] } [2021-01-22T07:38:30.814Z] $ docker stop --time=1 c7ec5209d0307696ba29a9c0e18b53f10ea4bb4337970f711f98119d4cf86b03 [2021-01-22T07:38:32.173Z] $ docker rm -f c7ec5209d0307696ba29a9c0e18b53f10ea4bb4337970f711f98119d4cf86b03 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:38:32.833Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-22T07:38:32.833Z] [2021-01-22T07:38:32.833Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:38:33.232Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-22T07:38:33.233Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-22T07:38:33.233Z] ab5ef0e58194: Pulling fs layer [2021-01-22T07:38:33.233Z] 9712f1f96733: Pulling fs layer [2021-01-22T07:38:33.233Z] 63f879dbbcfc: Pulling fs layer [2021-01-22T07:38:33.233Z] 0d9ebad4ef96: Pulling fs layer [2021-01-22T07:38:33.233Z] e9a5061849ea: Pulling fs layer [2021-01-22T07:38:33.233Z] d747dcd14b5f: Pulling fs layer [2021-01-22T07:38:33.233Z] 2de7ff778b66: Pulling fs layer [2021-01-22T07:38:33.233Z] 0d9ebad4ef96: Waiting [2021-01-22T07:38:33.233Z] e9a5061849ea: Waiting [2021-01-22T07:38:33.233Z] d747dcd14b5f: Waiting [2021-01-22T07:38:33.233Z] 2de7ff778b66: Waiting [2021-01-22T07:38:33.233Z] 9712f1f96733: Verifying Checksum [2021-01-22T07:38:33.233Z] 9712f1f96733: Download complete [2021-01-22T07:38:35.146Z] 63f879dbbcfc: Verifying Checksum [2021-01-22T07:38:35.146Z] 63f879dbbcfc: Download complete [2021-01-22T07:38:35.407Z] e9a5061849ea: Verifying Checksum [2021-01-22T07:38:35.407Z] e9a5061849ea: Download complete [2021-01-22T07:38:35.407Z] d747dcd14b5f: Download complete [2021-01-22T07:38:35.982Z] 2de7ff778b66: Verifying Checksum [2021-01-22T07:38:35.982Z] 2de7ff778b66: Download complete [2021-01-22T07:38:36.243Z] 0d9ebad4ef96: Verifying Checksum [2021-01-22T07:38:36.243Z] 0d9ebad4ef96: Download complete [2021-01-22T07:38:36.507Z] ab5ef0e58194: Verifying Checksum [2021-01-22T07:38:36.507Z] ab5ef0e58194: Download complete [2021-01-22T07:38:40.775Z] ab5ef0e58194: Pull complete [2021-01-22T07:38:41.035Z] 9712f1f96733: Pull complete [2021-01-22T07:38:44.549Z] 63f879dbbcfc: Pull complete [2021-01-22T07:38:49.857Z] 0d9ebad4ef96: Pull complete [2021-01-22T07:38:51.241Z] e9a5061849ea: Pull complete [2021-01-22T07:38:51.502Z] d747dcd14b5f: Pull complete [2021-01-22T07:38:54.051Z] 2de7ff778b66: Pull complete [2021-01-22T07:38:54.051Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-22T07:38:54.051Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-22T07:38:54.051Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-22T07:38:54.270Z] prd-centos7-docker-4c-2g-22221 does not seem to be running inside a container [2021-01-22T07:38:54.321Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/316 -v /w/workspace/edgex-go/316:/w/workspace/edgex-go/316:rw,z -v /w/workspace/edgex-go/316@tmp:/w/workspace/edgex-go/316@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-01-22T07:38:57.734Z] $ docker top 11caaa4da923f432e265e7a7d5177a27fce0c1816038fc9e1fc494d39dfc508d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-22T07:38:58.014Z] provisioning config files... [2021-01-22T07:38:58.024Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/316@tmp/config946659064291442988tmp [2021-01-22T07:38:58.038Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/316@tmp/config1597872708344241069tmp [2021-01-22T07:38:58.051Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/316@tmp/config1566572504311537734tmp [Pipeline] { [Pipeline] echo [2021-01-22T07:38:58.109Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T07:38:58.403Z] ---> sigul-configuration.sh [2021-01-22T07:38:58.403Z] gpg: directory `/root/.gnupg' created [2021-01-22T07:38:58.403Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-22T07:38:58.403Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-22T07:38:58.403Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-22T07:38:58.403Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-22T07:38:58.403Z] gpg: CAST5 encrypted data [2021-01-22T07:38:58.664Z] gpg: encrypted with 1 passphrase [2021-01-22T07:38:58.664Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-22T07:38:58.959Z] + mkdir /home/jenkins [2021-01-22T07:38:58.959Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-22T07:38:59.256Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-01-22T07:38:59.266Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T07:38:59.559Z] ---> sigul-install.sh [2021-01-22T07:39:06.164Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-22T07:39:06.459Z] + git tag --list [2021-01-22T07:39:06.459Z] 0.6.0 [2021-01-22T07:39:06.459Z] 0.6.1 [2021-01-22T07:39:06.459Z] 0.7.0 [2021-01-22T07:39:06.459Z] 0.7.1 [2021-01-22T07:39:06.459Z] v1.0.0 [2021-01-22T07:39:06.459Z] v1.0.1 [2021-01-22T07:39:06.459Z] v1.1.0 [2021-01-22T07:39:06.459Z] v1.2.0 [2021-01-22T07:39:06.459Z] v1.2.1 [2021-01-22T07:39:06.459Z] v1.2.2-dev.1 [2021-01-22T07:39:06.459Z] v1.2.2-dev.10 [2021-01-22T07:39:06.459Z] v1.2.2-dev.100 [2021-01-22T07:39:06.459Z] v1.2.2-dev.101 [2021-01-22T07:39:06.459Z] v1.2.2-dev.102 [2021-01-22T07:39:06.459Z] v1.2.2-dev.103 [2021-01-22T07:39:06.459Z] v1.2.2-dev.104 [2021-01-22T07:39:06.459Z] v1.2.2-dev.105 [2021-01-22T07:39:06.459Z] v1.2.2-dev.106 [2021-01-22T07:39:06.459Z] v1.2.2-dev.107 [2021-01-22T07:39:06.459Z] v1.2.2-dev.11 [2021-01-22T07:39:06.459Z] v1.2.2-dev.12 [2021-01-22T07:39:06.459Z] v1.2.2-dev.13 [2021-01-22T07:39:06.459Z] v1.2.2-dev.14 [2021-01-22T07:39:06.459Z] v1.2.2-dev.15 [2021-01-22T07:39:06.459Z] v1.2.2-dev.16 [2021-01-22T07:39:06.459Z] v1.2.2-dev.17 [2021-01-22T07:39:06.459Z] v1.2.2-dev.18 [2021-01-22T07:39:06.459Z] v1.2.2-dev.19 [2021-01-22T07:39:06.459Z] v1.2.2-dev.2 [2021-01-22T07:39:06.459Z] v1.2.2-dev.20 [2021-01-22T07:39:06.459Z] v1.2.2-dev.21 [2021-01-22T07:39:06.459Z] v1.2.2-dev.22 [2021-01-22T07:39:06.459Z] v1.2.2-dev.23 [2021-01-22T07:39:06.459Z] v1.2.2-dev.24 [2021-01-22T07:39:06.459Z] v1.2.2-dev.25 [2021-01-22T07:39:06.459Z] v1.2.2-dev.26 [2021-01-22T07:39:06.459Z] v1.2.2-dev.27 [2021-01-22T07:39:06.459Z] v1.2.2-dev.28 [2021-01-22T07:39:06.459Z] v1.2.2-dev.29 [2021-01-22T07:39:06.459Z] v1.2.2-dev.3 [2021-01-22T07:39:06.459Z] v1.2.2-dev.30 [2021-01-22T07:39:06.459Z] v1.2.2-dev.31 [2021-01-22T07:39:06.459Z] v1.2.2-dev.32 [2021-01-22T07:39:06.459Z] v1.2.2-dev.33 [2021-01-22T07:39:06.459Z] v1.2.2-dev.34 [2021-01-22T07:39:06.459Z] v1.2.2-dev.35 [2021-01-22T07:39:06.459Z] v1.2.2-dev.36 [2021-01-22T07:39:06.459Z] v1.2.2-dev.37 [2021-01-22T07:39:06.459Z] v1.2.2-dev.38 [2021-01-22T07:39:06.459Z] v1.2.2-dev.39 [2021-01-22T07:39:06.459Z] v1.2.2-dev.4 [2021-01-22T07:39:06.459Z] v1.2.2-dev.40 [2021-01-22T07:39:06.459Z] v1.2.2-dev.41 [2021-01-22T07:39:06.459Z] v1.2.2-dev.42 [2021-01-22T07:39:06.459Z] v1.2.2-dev.43 [2021-01-22T07:39:06.459Z] v1.2.2-dev.44 [2021-01-22T07:39:06.459Z] v1.2.2-dev.45 [2021-01-22T07:39:06.459Z] v1.2.2-dev.46 [2021-01-22T07:39:06.459Z] v1.2.2-dev.47 [2021-01-22T07:39:06.459Z] v1.2.2-dev.48 [2021-01-22T07:39:06.459Z] v1.2.2-dev.49 [2021-01-22T07:39:06.459Z] v1.2.2-dev.5 [2021-01-22T07:39:06.459Z] v1.2.2-dev.50 [2021-01-22T07:39:06.459Z] v1.2.2-dev.51 [2021-01-22T07:39:06.459Z] v1.2.2-dev.52 [2021-01-22T07:39:06.459Z] v1.2.2-dev.53 [2021-01-22T07:39:06.459Z] v1.2.2-dev.54 [2021-01-22T07:39:06.459Z] v1.2.2-dev.55 [2021-01-22T07:39:06.459Z] v1.2.2-dev.56 [2021-01-22T07:39:06.459Z] v1.2.2-dev.57 [2021-01-22T07:39:06.459Z] v1.2.2-dev.58 [2021-01-22T07:39:06.459Z] v1.2.2-dev.59 [2021-01-22T07:39:06.459Z] v1.2.2-dev.6 [2021-01-22T07:39:06.459Z] v1.2.2-dev.60 [2021-01-22T07:39:06.459Z] v1.2.2-dev.61 [2021-01-22T07:39:06.459Z] v1.2.2-dev.62 [2021-01-22T07:39:06.459Z] v1.2.2-dev.63 [2021-01-22T07:39:06.459Z] v1.2.2-dev.64 [2021-01-22T07:39:06.459Z] v1.2.2-dev.65 [2021-01-22T07:39:06.459Z] v1.2.2-dev.66 [2021-01-22T07:39:06.459Z] v1.2.2-dev.67 [2021-01-22T07:39:06.459Z] v1.2.2-dev.68 [2021-01-22T07:39:06.459Z] v1.2.2-dev.69 [2021-01-22T07:39:06.459Z] v1.2.2-dev.7 [2021-01-22T07:39:06.459Z] v1.2.2-dev.70 [2021-01-22T07:39:06.459Z] v1.2.2-dev.71 [2021-01-22T07:39:06.459Z] v1.2.2-dev.72 [2021-01-22T07:39:06.459Z] v1.2.2-dev.73 [2021-01-22T07:39:06.459Z] v1.2.2-dev.74 [2021-01-22T07:39:06.459Z] v1.2.2-dev.75 [2021-01-22T07:39:06.459Z] v1.2.2-dev.76 [2021-01-22T07:39:06.459Z] v1.2.2-dev.77 [2021-01-22T07:39:06.459Z] v1.2.2-dev.78 [2021-01-22T07:39:06.459Z] v1.2.2-dev.79 [2021-01-22T07:39:06.459Z] v1.2.2-dev.8 [2021-01-22T07:39:06.459Z] v1.2.2-dev.80 [2021-01-22T07:39:06.459Z] v1.2.2-dev.81 [2021-01-22T07:39:06.459Z] v1.2.2-dev.82 [2021-01-22T07:39:06.459Z] v1.2.2-dev.83 [2021-01-22T07:39:06.459Z] v1.2.2-dev.84 [2021-01-22T07:39:06.459Z] v1.2.2-dev.85 [2021-01-22T07:39:06.459Z] v1.2.2-dev.86 [2021-01-22T07:39:06.459Z] v1.2.2-dev.87 [2021-01-22T07:39:06.459Z] v1.2.2-dev.88 [2021-01-22T07:39:06.459Z] v1.2.2-dev.89 [2021-01-22T07:39:06.459Z] v1.2.2-dev.9 [2021-01-22T07:39:06.459Z] v1.2.2-dev.90 [2021-01-22T07:39:06.459Z] v1.2.2-dev.91 [2021-01-22T07:39:06.459Z] v1.2.2-dev.92 [2021-01-22T07:39:06.459Z] v1.2.2-dev.93 [2021-01-22T07:39:06.459Z] v1.2.2-dev.94 [2021-01-22T07:39:06.459Z] v1.2.2-dev.95 [2021-01-22T07:39:06.459Z] v1.2.2-dev.96 [2021-01-22T07:39:06.459Z] v1.2.2-dev.97 [2021-01-22T07:39:06.459Z] v1.2.2-dev.98 [2021-01-22T07:39:06.459Z] v1.2.2-dev.99 [2021-01-22T07:39:06.459Z] v1.3.0 [2021-01-22T07:39:06.459Z] v1.3.1-dev.1 [2021-01-22T07:39:06.459Z] v1.3.1-dev.10 [2021-01-22T07:39:06.459Z] v1.3.1-dev.11 [2021-01-22T07:39:06.459Z] v1.3.1-dev.12 [2021-01-22T07:39:06.459Z] v1.3.1-dev.13 [2021-01-22T07:39:06.459Z] v1.3.1-dev.14 [2021-01-22T07:39:06.459Z] v1.3.1-dev.15 [2021-01-22T07:39:06.459Z] v1.3.1-dev.16 [2021-01-22T07:39:06.459Z] v1.3.1-dev.17 [2021-01-22T07:39:06.459Z] v1.3.1-dev.18 [2021-01-22T07:39:06.459Z] v1.3.1-dev.2 [2021-01-22T07:39:06.459Z] v1.3.1-dev.3 [2021-01-22T07:39:06.459Z] v1.3.1-dev.4 [2021-01-22T07:39:06.459Z] v1.3.1-dev.5 [2021-01-22T07:39:06.459Z] v1.3.1-dev.6 [2021-01-22T07:39:06.459Z] v1.3.1-dev.7 [2021-01-22T07:39:06.459Z] v1.3.1-dev.8 [2021-01-22T07:39:06.459Z] v1.3.1-dev.9 [2021-01-22T07:39:06.459Z] v2.0.0-dev.1 [2021-01-22T07:39:06.459Z] v2.0.0-dev.10 [2021-01-22T07:39:06.459Z] v2.0.0-dev.11 [2021-01-22T07:39:06.459Z] v2.0.0-dev.12 [2021-01-22T07:39:06.459Z] v2.0.0-dev.13 [2021-01-22T07:39:06.459Z] v2.0.0-dev.14 [2021-01-22T07:39:06.459Z] v2.0.0-dev.15 [2021-01-22T07:39:06.459Z] v2.0.0-dev.16 [2021-01-22T07:39:06.459Z] v2.0.0-dev.17 [2021-01-22T07:39:06.459Z] v2.0.0-dev.18 [2021-01-22T07:39:06.459Z] v2.0.0-dev.19 [2021-01-22T07:39:06.459Z] v2.0.0-dev.2 [2021-01-22T07:39:06.459Z] v2.0.0-dev.20 [2021-01-22T07:39:06.459Z] v2.0.0-dev.21 [2021-01-22T07:39:06.459Z] v2.0.0-dev.22 [2021-01-22T07:39:06.459Z] v2.0.0-dev.23 [2021-01-22T07:39:06.459Z] v2.0.0-dev.24 [2021-01-22T07:39:06.459Z] v2.0.0-dev.25 [2021-01-22T07:39:06.459Z] v2.0.0-dev.26 [2021-01-22T07:39:06.459Z] v2.0.0-dev.27 [2021-01-22T07:39:06.459Z] v2.0.0-dev.28 [2021-01-22T07:39:06.459Z] v2.0.0-dev.29 [2021-01-22T07:39:06.459Z] v2.0.0-dev.3 [2021-01-22T07:39:06.459Z] v2.0.0-dev.30 [2021-01-22T07:39:06.459Z] v2.0.0-dev.31 [2021-01-22T07:39:06.459Z] v2.0.0-dev.32 [2021-01-22T07:39:06.459Z] v2.0.0-dev.33 [2021-01-22T07:39:06.459Z] v2.0.0-dev.34 [2021-01-22T07:39:06.459Z] v2.0.0-dev.35 [2021-01-22T07:39:06.459Z] v2.0.0-dev.36 [2021-01-22T07:39:06.459Z] v2.0.0-dev.37 [2021-01-22T07:39:06.459Z] v2.0.0-dev.38 [2021-01-22T07:39:06.459Z] v2.0.0-dev.39 [2021-01-22T07:39:06.459Z] v2.0.0-dev.4 [2021-01-22T07:39:06.459Z] v2.0.0-dev.40 [2021-01-22T07:39:06.459Z] v2.0.0-dev.41 [2021-01-22T07:39:06.459Z] v2.0.0-dev.42 [2021-01-22T07:39:06.459Z] v2.0.0-dev.43 [2021-01-22T07:39:06.459Z] v2.0.0-dev.44 [2021-01-22T07:39:06.459Z] v2.0.0-dev.45 [2021-01-22T07:39:06.459Z] v2.0.0-dev.46 [2021-01-22T07:39:06.459Z] v2.0.0-dev.47 [2021-01-22T07:39:06.459Z] v2.0.0-dev.48 [2021-01-22T07:39:06.459Z] v2.0.0-dev.49 [2021-01-22T07:39:06.459Z] v2.0.0-dev.5 [2021-01-22T07:39:06.459Z] v2.0.0-dev.50 [2021-01-22T07:39:06.459Z] v2.0.0-dev.51 [2021-01-22T07:39:06.459Z] v2.0.0-dev.52 [2021-01-22T07:39:06.459Z] v2.0.0-dev.53 [2021-01-22T07:39:06.459Z] v2.0.0-dev.6 [2021-01-22T07:39:06.459Z] v2.0.0-dev.7 [2021-01-22T07:39:06.459Z] v2.0.0-dev.8 [2021-01-22T07:39:06.459Z] v2.0.0-dev.9 [Pipeline] sh [2021-01-22T07:39:07.126Z] + lftools sign git-tag v2.0.0-dev.53 [2021-01-22T07:39:08.067Z] Signing Git tag with Sigul... [2021-01-22T07:39:08.067Z] Signing v2.0.0-dev.53 [Pipeline] echo [2021-01-22T07:39:09.464Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T07:39:09.756Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-22T07:39:09.765Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-22T07:39:09.911Z] $ docker stop --time=1 11caaa4da923f432e265e7a7d5177a27fce0c1816038fc9e1fc494d39dfc508d [2021-01-22T07:39:12.234Z] $ docker rm -f 11caaa4da923f432e265e7a7d5177a27fce0c1816038fc9e1fc494d39dfc508d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:39:13.072Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T07:39:13.072Z] . [Pipeline] withDockerContainer [2021-01-22T07:39:13.166Z] prd-centos7-docker-4c-2g-22221 does not seem to be running inside a container [2021-01-22T07:39:13.214Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/316 -v /w/workspace/edgex-go/316:/w/workspace/edgex-go/316:rw,z -v /w/workspace/edgex-go/316@tmp:/w/workspace/edgex-go/316@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-01-22T07:39:14.188Z] $ docker top 7893cf5bd9229771d25c6ea405e86a66cdd9f8467ad47c878e5c121a94acc73d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-22T07:39:14.479Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-22T07:39:14.479Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-22T07:39:14.674Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-22T07:39:14.678Z] $ docker exec 7893cf5bd9229771d25c6ea405e86a66cdd9f8467ad47c878e5c121a94acc73d ssh-agent [2021-01-22T07:39:14.851Z] SSH_AUTH_SOCK=/tmp/ssh-9ilG76exPWPv/agent.11 [2021-01-22T07:39:14.851Z] SSH_AGENT_PID=16 [2021-01-22T07:39:14.858Z] Running ssh-add (command line suppressed) [2021-01-22T07:39:14.975Z] Identity added: /w/workspace/edgex-go/316@tmp/private_key_8555661889778995447.key (/w/workspace/edgex-go/316@tmp/private_key_8555661889778995447.key) [2021-01-22T07:39:15.028Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-22T07:39:15.354Z] + git semver bump pre [2021-01-22T07:39:15.354Z] # -> Open(): unable to determine branch for HEAD [2021-01-22T07:39:15.354Z] # $GIT_DIR = /w/workspace/edgex-go/316/.git [2021-01-22T07:39:15.354Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/316 [2021-01-22T07:39:15.354Z] # $SEMVER_REMOTE_NAME = origin [2021-01-22T07:39:15.354Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-22T07:39:15.354Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-22T07:39:15.354Z] # $SEMVER_BRANCH = master [2021-01-22T07:39:15.354Z] # $SEMVER_DIR = /w/workspace/edgex-go/316/.semver [2021-01-22T07:39:15.354Z] 2.0.0-dev.54 [Pipeline] } [2021-01-22T07:39:15.365Z] $ docker exec --env ******** --env ******** 7893cf5bd9229771d25c6ea405e86a66cdd9f8467ad47c878e5c121a94acc73d ssh-agent -k [2021-01-22T07:39:15.478Z] unset SSH_AUTH_SOCK; [2021-01-22T07:39:15.478Z] unset SSH_AGENT_PID; [2021-01-22T07:39:15.478Z] echo Agent pid 16 killed; [2021-01-22T07:39:15.525Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-22T07:39:16.004Z] + git semver [Pipeline] } [2021-01-22T07:39:16.022Z] $ docker stop --time=1 7893cf5bd9229771d25c6ea405e86a66cdd9f8467ad47c878e5c121a94acc73d [2021-01-22T07:39:17.416Z] $ docker rm -f 7893cf5bd9229771d25c6ea405e86a66cdd9f8467ad47c878e5c121a94acc73d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:39:17.947Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T07:39:17.947Z] . [Pipeline] withDockerContainer [2021-01-22T07:39:18.037Z] prd-centos7-docker-4c-2g-22221 does not seem to be running inside a container [2021-01-22T07:39:18.080Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/316 -v /w/workspace/edgex-go/316:/w/workspace/edgex-go/316:rw,z -v /w/workspace/edgex-go/316@tmp:/w/workspace/edgex-go/316@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-01-22T07:39:18.734Z] $ docker top 82517eaff3eb5b055117541114256c08b1fb750f9beece2b51f9ad5dac9c6d4d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-22T07:39:19.014Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-22T07:39:19.014Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-22T07:39:19.188Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-22T07:39:19.191Z] $ docker exec 82517eaff3eb5b055117541114256c08b1fb750f9beece2b51f9ad5dac9c6d4d ssh-agent [2021-01-22T07:39:19.355Z] SSH_AUTH_SOCK=/tmp/ssh-gAGJMxWqK5Fd/agent.11 [2021-01-22T07:39:19.355Z] SSH_AGENT_PID=16 [2021-01-22T07:39:19.362Z] Running ssh-add (command line suppressed) [2021-01-22T07:39:19.480Z] Identity added: /w/workspace/edgex-go/316@tmp/private_key_8420294565916593853.key (/w/workspace/edgex-go/316@tmp/private_key_8420294565916593853.key) [2021-01-22T07:39:19.533Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-22T07:39:19.860Z] + git semver push [2021-01-22T07:39:19.860Z] # -> Open(): unable to determine branch for HEAD [2021-01-22T07:39:19.860Z] # $GIT_DIR = /w/workspace/edgex-go/316/.git [2021-01-22T07:39:19.860Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/316 [2021-01-22T07:39:19.860Z] # $SEMVER_REMOTE_NAME = origin [2021-01-22T07:39:19.860Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-22T07:39:19.860Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-22T07:39:19.860Z] # $SEMVER_BRANCH = master [2021-01-22T07:39:19.860Z] # $SEMVER_DIR = /w/workspace/edgex-go/316/.semver [Pipeline] } [2021-01-22T07:39:29.896Z] $ docker exec --env ******** --env ******** 82517eaff3eb5b055117541114256c08b1fb750f9beece2b51f9ad5dac9c6d4d ssh-agent -k [2021-01-22T07:39:30.043Z] unset SSH_AUTH_SOCK; [2021-01-22T07:39:30.044Z] unset SSH_AGENT_PID; [2021-01-22T07:39:30.044Z] echo Agent pid 16 killed; [2021-01-22T07:39:30.102Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-22T07:39:30.703Z] + git semver [Pipeline] } [2021-01-22T07:39:30.720Z] $ docker stop --time=1 82517eaff3eb5b055117541114256c08b1fb750f9beece2b51f9ad5dac9c6d4d [2021-01-22T07:39:32.070Z] $ docker rm -f 82517eaff3eb5b055117541114256c08b1fb750f9beece2b51f9ad5dac9c6d4d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-22T07:39:33.123Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T07:39:34.008Z] ---> package-listing.sh [2021-01-22T07:39:34.008Z] ++ facter osfamily [2021-01-22T07:39:34.008Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-22T07:39:34.008Z] + OS_FAMILY=redhat [2021-01-22T07:39:34.008Z] + workspace=/w/workspace/edgex-go/316 [2021-01-22T07:39:34.008Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-22T07:39:34.008Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-22T07:39:34.008Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-22T07:39:34.008Z] + PACKAGES=/tmp/packages_start.txt [2021-01-22T07:39:34.008Z] + '[' /w/workspace/edgex-go/316 ']' [2021-01-22T07:39:34.008Z] + PACKAGES=/tmp/packages_end.txt [2021-01-22T07:39:34.008Z] + case "${OS_FAMILY}" in [2021-01-22T07:39:34.008Z] + rpm -qa [2021-01-22T07:39:34.008Z] + sort [2021-01-22T07:39:39.373Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-22T07:39:39.373Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-22T07:39:39.373Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-22T07:39:39.373Z] + '[' /w/workspace/edgex-go/316 ']' [2021-01-22T07:39:39.373Z] + mkdir -p /w/workspace/edgex-go/316/archives/ [2021-01-22T07:39:39.373Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/316/archives/ [Pipeline] echo [2021-01-22T07:39:39.385Z] 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/316/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-22T07:39:39.672Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:39:39.971Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T07:39:39.971Z] [2021-01-22T07:39:39.971Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:39:40.320Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T07:39:40.320Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-22T07:39:40.320Z] df20fa9351a1: Pulling fs layer [2021-01-22T07:39:40.320Z] 36b3adc4ff6f: Pulling fs layer [2021-01-22T07:39:40.320Z] 8ad3a11d3b57: Pulling fs layer [2021-01-22T07:39:40.320Z] 46f8f816bc3b: Pulling fs layer [2021-01-22T07:39:40.320Z] 93b61091891f: Pulling fs layer [2021-01-22T07:39:40.320Z] 93b9cdb0e59b: Pulling fs layer [2021-01-22T07:39:40.320Z] 5e14af77c1be: Pulling fs layer [2021-01-22T07:39:40.320Z] 01666e4c0597: Pulling fs layer [2021-01-22T07:39:40.320Z] aa168da1d23b: Pulling fs layer [2021-01-22T07:39:40.320Z] 46f8f816bc3b: Waiting [2021-01-22T07:39:40.320Z] 93b9cdb0e59b: Waiting [2021-01-22T07:39:40.320Z] 01666e4c0597: Waiting [2021-01-22T07:39:40.320Z] 5e14af77c1be: Waiting [2021-01-22T07:39:40.320Z] 93b61091891f: Waiting [2021-01-22T07:39:40.320Z] aa168da1d23b: Waiting [2021-01-22T07:39:40.320Z] 36b3adc4ff6f: Download complete [2021-01-22T07:39:40.320Z] 46f8f816bc3b: Verifying Checksum [2021-01-22T07:39:40.320Z] 46f8f816bc3b: Download complete [2021-01-22T07:39:40.320Z] df20fa9351a1: Download complete [2021-01-22T07:39:40.580Z] 93b9cdb0e59b: Download complete [2021-01-22T07:39:40.581Z] 93b61091891f: Download complete [2021-01-22T07:39:40.581Z] 5e14af77c1be: Verifying Checksum [2021-01-22T07:39:40.581Z] 5e14af77c1be: Download complete [2021-01-22T07:39:40.581Z] 01666e4c0597: Verifying Checksum [2021-01-22T07:39:40.581Z] 01666e4c0597: Download complete [2021-01-22T07:39:40.844Z] df20fa9351a1: Pull complete [2021-01-22T07:39:41.109Z] 36b3adc4ff6f: Pull complete [2021-01-22T07:39:41.109Z] 8ad3a11d3b57: Verifying Checksum [2021-01-22T07:39:41.109Z] 8ad3a11d3b57: Download complete [2021-01-22T07:39:41.685Z] 8ad3a11d3b57: Pull complete [2021-01-22T07:39:41.951Z] 46f8f816bc3b: Pull complete [2021-01-22T07:39:42.528Z] 93b61091891f: Pull complete [2021-01-22T07:39:42.790Z] aa168da1d23b: Verifying Checksum [2021-01-22T07:39:43.050Z] 93b9cdb0e59b: Pull complete [2021-01-22T07:39:43.310Z] 5e14af77c1be: Pull complete [2021-01-22T07:39:43.569Z] 01666e4c0597: Pull complete [2021-01-22T07:39:50.272Z] aa168da1d23b: Pull complete [2021-01-22T07:39:50.272Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-22T07:39:50.272Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T07:39:50.272Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-22T07:39:50.422Z] prd-centos7-docker-4c-2g-22221 does not seem to be running inside a container [2021-01-22T07:39:50.467Z] $ 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/316/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/316 -v /w/workspace/edgex-go/316:/w/workspace/edgex-go/316:rw,z -v /w/workspace/edgex-go/316@tmp:/w/workspace/edgex-go/316@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-01-22T07:39:53.889Z] $ docker top 48dc544a47903a8d8cd40e7b313b928cc933978a221f14eea3e44dce8041d54d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T07:39:54.368Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-22T07:39:54.661Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-22T07:39:54.956Z] + ls /var/log/sa-host [2021-01-22T07:39:54.956Z] + sadf -c /var/log/sa-host/sa22 [2021-01-22T07:39:54.956Z] file_magic: OK [2021-01-22T07:39:54.956Z] HZ: Using current value: 100 [2021-01-22T07:39:54.956Z] file_header: OK [2021-01-22T07:39:54.956Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-22T07:39:54.956Z] Statistics: [2021-01-22T07:39:54.956Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-22T07:39:54.956Z] File successfully converted to sysstat format version 12.2.1 [2021-01-22T07:39:54.956Z] + sadf -c /var/log/sa-host/sa23 [2021-01-22T07:39:54.956Z] file_magic: OK [2021-01-22T07:39:54.956Z] HZ: Using current value: 100 [2021-01-22T07:39:54.956Z] file_header: OK [2021-01-22T07:39:54.956Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-22T07:39:54.956Z] Statistics: [2021-01-22T07:39:54.956Z] Hnuu...uuuununununu... [2021-01-22T07:39:54.956Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-22T07:39:55.189Z] provisioning config files... [2021-01-22T07:39:55.202Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/316@tmp/config4041272400140828750tmp [Pipeline] { [Pipeline] echo [2021-01-22T07:39:55.279Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T07:39:55.574Z] ---> create-netrc.sh [Pipeline] } [2021-01-22T07:39:55.583Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-22T07:39:55.703Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T07:39:55.994Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-22T07:39:56.005Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T07:39:56.334Z] ---> sudo-logs.sh [2021-01-22T07:39:56.334Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-22T07:39:56.343Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T07:39:56.633Z] ---> job-cost.sh [2021-01-22T07:39:56.633Z] lf-activate-venv: SKIPPING [2021-01-22T07:39:56.633Z] INFO: No Stack... [2021-01-22T07:39:57.580Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-22T07:39:58.150Z] INFO: Archiving Costs [Pipeline] echo [2021-01-22T07:39:58.163Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T07:39:58.454Z] ---> logs-deploy.sh [2021-01-22T07:39:58.454Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/316 [2021-01-22T07:39:58.454Z] INFO: archiving workspace using pattern(s): [2021-01-22T07:39:59.844Z] Archives upload complete. [2021-01-22T07:39:59.844Z] INFO: archiving logs to Nexus [2021-01-22T07:40:00.787Z] ---> uname -a: [2021-01-22T07:40:00.787Z] Linux prd-centos7-docker-4c-2g-22221.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-01-22T07:40:00.787Z] [2021-01-22T07:40:00.787Z]