Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 5abdadd8b70be8a3e6975420755e8102c38e7ff4 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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-18523 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/274 [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/274 # 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 5abdadd8b70be8a3e6975420755e8102c38e7ff4 (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 5abdadd8b70be8a3e6975420755e8102c38e7ff4 # timeout=10 Commit message: "Merge pull request #2984 from edgexfoundry/dependabot/go_modules/github.com/google/uuid-1.1.4" > git rev-list --no-walk b1ee81e4e3b6c158e7d4e70852c35341297a1b11 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-05T17:01:22.926Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-05T17:01:24.208Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-05T17:01:24.308Z] ========================================================= [2021-01-05T17:01:24.308Z] EdgeX Global Pipelines Version Info [2021-01-05T17:01:24.308Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-05T17:01:26.288Z] ------------------- [2021-01-05T17:01:26.288Z] stable info: [2021-01-05T17:01:26.288Z] ------------------- [2021-01-05T17:01:26.288Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-05T17:01:26.288Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-05T17:01:26.288Z] Message: update stable to v1.0.173 [2021-01-05T17:01:26.865Z] ------------------- [2021-01-05T17:01:26.865Z] experimental info: [2021-01-05T17:01:26.865Z] ------------------- [2021-01-05T17:01:26.865Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-05T17:01:26.865Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-05T17:01:26.865Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-05T17:01:27.110Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-05T17:01:27.199Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-05T17:01:27.293Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-05T17:01:27.376Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-05T17:01:27.458Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-05T17:01:27.539Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-05T17:01:27.631Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-05T17:01:27.713Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-05T17:01:27.804Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-05T17:01:27.887Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-05T17:01:27.975Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-05T17:01:28.128Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-05T17:01:28.226Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-05T17:01:28.547Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-05T17:01:28.647Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-05T17:01:28.765Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-05T17:01:28.846Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-05T17:01:28.949Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-05T17:01:29.030Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-05T17:01:29.109Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-05T17:01:29.235Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-05T17:01:29.318Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-05T17:01:29.404Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-05T17:01:29.484Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-05T17:01:29.564Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-05T17:01:29.643Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-05T17:01:29.735Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5abdadd8b70be8a3e6975420755e8102c38e7ff4 [Pipeline] echo [2021-01-05T17:01:29.817Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5abdadd [Pipeline] echo [2021-01-05T17:01:29.898Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-05T17:01:30.079Z] provisioning config files... [2021-01-05T17:01:30.107Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/274@tmp/config27536424513479441tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-05T17:01:30.529Z] ---> docker-login.sh [2021-01-05T17:01:30.529Z] nexus3.edgexfoundry.org:10001 [2021-01-05T17:01:30.791Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T17:01:31.053Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T17:01:31.053Z] Configure a credential helper to remove this warning. See [2021-01-05T17:01:31.053Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T17:01:31.053Z] [2021-01-05T17:01:31.053Z] Login Succeeded [2021-01-05T17:01:31.053Z] nexus3.edgexfoundry.org:10002 [2021-01-05T17:01:31.053Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T17:01:31.053Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T17:01:31.053Z] Configure a credential helper to remove this warning. See [2021-01-05T17:01:31.053Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T17:01:31.053Z] [2021-01-05T17:01:31.053Z] Login Succeeded [2021-01-05T17:01:31.053Z] nexus3.edgexfoundry.org:10003 [2021-01-05T17:01:31.316Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T17:01:31.316Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T17:01:31.316Z] Configure a credential helper to remove this warning. See [2021-01-05T17:01:31.316Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T17:01:31.316Z] [2021-01-05T17:01:31.316Z] Login Succeeded [2021-01-05T17:01:31.316Z] nexus3.edgexfoundry.org:10004 [2021-01-05T17:01:31.578Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T17:01:31.578Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T17:01:31.578Z] Configure a credential helper to remove this warning. See [2021-01-05T17:01:31.578Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T17:01:31.578Z] [2021-01-05T17:01:31.578Z] Login Succeeded [2021-01-05T17:01:31.578Z] docker.io [2021-01-05T17:01:31.578Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T17:01:31.840Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T17:01:31.840Z] Configure a credential helper to remove this warning. See [2021-01-05T17:01:31.840Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T17:01:31.840Z] [2021-01-05T17:01:31.840Z] Login Succeeded [2021-01-05T17:01:31.840Z] ---> docker-login.sh ends [Pipeline] } [2021-01-05T17:01:31.850Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-05T17:01:32.324Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-05T17:01:32.324Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T17:01:32.324Z] ++ dirname cmd/core-command/Dockerfile [2021-01-05T17:01:32.324Z] ++ cut -d/ -f2 [2021-01-05T17:01:32.324Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-05T17:01:32.324Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T17:01:32.324Z] ++ dirname cmd/core-data/Dockerfile [2021-01-05T17:01:32.324Z] ++ cut -d/ -f2 [2021-01-05T17:01:32.324Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-05T17:01:32.324Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T17:01:32.324Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-05T17:01:32.324Z] ++ cut -d/ -f2 [2021-01-05T17:01:32.324Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-05T17:01:32.324Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T17:01:32.324Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-05T17:01:32.324Z] ++ cut -d/ -f2 [2021-01-05T17:01:32.324Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-05T17:01:32.324Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T17:01:32.324Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-05T17:01:32.324Z] ++ cut -d/ -f2 [2021-01-05T17:01:32.324Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-05T17:01:32.324Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T17:01:32.324Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-05T17:01:32.324Z] ++ cut -d/ -f2 [2021-01-05T17:01:32.324Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-05T17:01:32.324Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T17:01:32.324Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-05T17:01:32.324Z] ++ cut -d/ -f2 [2021-01-05T17:01:32.324Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-05T17:01:32.324Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T17:01:32.324Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-05T17:01:32.324Z] ++ cut -d/ -f2 [2021-01-05T17:01:32.324Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-05T17:01:32.324Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T17:01:32.324Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-05T17:01:32.324Z] ++ cut -d/ -f2 [2021-01-05T17:01:32.324Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-05T17:01:32.392Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:01:33.289Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-05T17:01:33.289Z] [2021-01-05T17:01:33.289Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:01:33.677Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-05T17:01:33.677Z] latest: Pulling from edgex-devops/git-semver [2021-01-05T17:01:33.677Z] 31603596830f: Pulling fs layer [2021-01-05T17:01:33.677Z] 2a8b12db71e7: Pulling fs layer [2021-01-05T17:01:33.677Z] 6ca5941a6612: Pulling fs layer [2021-01-05T17:01:33.677Z] ecc8261a40a4: Pulling fs layer [2021-01-05T17:01:33.677Z] ecc8261a40a4: Waiting [2021-01-05T17:01:33.677Z] 2a8b12db71e7: Download complete [2021-01-05T17:01:33.943Z] 31603596830f: Verifying Checksum [2021-01-05T17:01:33.943Z] 31603596830f: Download complete [2021-01-05T17:01:33.943Z] 6ca5941a6612: Verifying Checksum [2021-01-05T17:01:33.943Z] 6ca5941a6612: Download complete [2021-01-05T17:01:33.943Z] ecc8261a40a4: Verifying Checksum [2021-01-05T17:01:33.943Z] ecc8261a40a4: Download complete [2021-01-05T17:01:34.208Z] 31603596830f: Pull complete [2021-01-05T17:01:34.208Z] 2a8b12db71e7: Pull complete [2021-01-05T17:01:35.162Z] 6ca5941a6612: Pull complete [2021-01-05T17:01:35.426Z] ecc8261a40a4: Pull complete [2021-01-05T17:01:35.426Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-05T17:01:35.426Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-05T17:01:35.426Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-05T17:01:35.554Z] prd-centos7-docker-4c-2g-18523 does not seem to be running inside a container [2021-01-05T17:01:35.609Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/274 -v /w/workspace/edgex-go/274:/w/workspace/edgex-go/274:rw,z -v /w/workspace/edgex-go/274@tmp:/w/workspace/edgex-go/274@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-05T17:01:38.256Z] $ docker top 036f87a08e496cdb61ac869d08183af60cd278f89180ffb07386a5bea9b0c69f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-05T17:01:38.603Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-05T17:01:38.603Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-05T17:01:38.818Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-05T17:01:38.824Z] $ docker exec 036f87a08e496cdb61ac869d08183af60cd278f89180ffb07386a5bea9b0c69f ssh-agent [2021-01-05T17:01:38.988Z] SSH_AUTH_SOCK=/tmp/ssh-0uuFb5vPiP12/agent.12 [2021-01-05T17:01:38.988Z] SSH_AGENT_PID=17 [2021-01-05T17:01:39.001Z] Running ssh-add (command line suppressed) [2021-01-05T17:01:39.117Z] Identity added: /w/workspace/edgex-go/274@tmp/private_key_6181180912028586135.key (/w/workspace/edgex-go/274@tmp/private_key_6181180912028586135.key) [2021-01-05T17:01:39.171Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-05T17:01:39.527Z] + git tag --points-at HEAD [Pipeline] } [2021-01-05T17:01:39.552Z] $ docker exec --env ******** --env ******** 036f87a08e496cdb61ac869d08183af60cd278f89180ffb07386a5bea9b0c69f ssh-agent -k [2021-01-05T17:01:39.666Z] unset SSH_AUTH_SOCK; [2021-01-05T17:01:39.666Z] unset SSH_AGENT_PID; [2021-01-05T17:01:39.666Z] echo Agent pid 17 killed; [2021-01-05T17:01:39.718Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-05T17:01:39.867Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-05T17:01:39.867Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-05T17:01:40.042Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-05T17:01:40.046Z] $ docker exec 036f87a08e496cdb61ac869d08183af60cd278f89180ffb07386a5bea9b0c69f ssh-agent [2021-01-05T17:01:40.212Z] SSH_AUTH_SOCK=/tmp/ssh-1BcsPmBQ4k1N/agent.45 [2021-01-05T17:01:40.212Z] SSH_AGENT_PID=50 [2021-01-05T17:01:40.224Z] Running ssh-add (command line suppressed) [2021-01-05T17:01:40.354Z] Identity added: /w/workspace/edgex-go/274@tmp/private_key_7176694055462776969.key (/w/workspace/edgex-go/274@tmp/private_key_7176694055462776969.key) [2021-01-05T17:01:40.410Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-05T17:01:40.790Z] + git semver init [2021-01-05T17:01:40.790Z] # -> Open(): unable to determine branch for HEAD [2021-01-05T17:01:40.790Z] # $GIT_DIR = /w/workspace/edgex-go/274/.git [2021-01-05T17:01:40.790Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/274 [2021-01-05T17:01:40.790Z] # $SEMVER_REMOTE_NAME = origin [2021-01-05T17:01:40.790Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-05T17:01:40.790Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-05T17:01:40.790Z] # $SEMVER_BRANCH = master [2021-01-05T17:01:40.790Z] # $SEMVER_TEMP = /tmp/semver-881628952 [2021-01-05T17:01:40.790Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-05T17:02:19.646Z] # '/tmp/semver-881628952' -> '/w/workspace/edgex-go/274/.semver' [2021-01-05T17:02:19.646Z] # -> Force: false [2021-01-05T17:02:19.646Z] # $SEMVER_DIR = /w/workspace/edgex-go/274/.semver [Pipeline] } [2021-01-05T17:02:19.662Z] $ docker exec --env ******** --env ******** 036f87a08e496cdb61ac869d08183af60cd278f89180ffb07386a5bea9b0c69f ssh-agent -k [2021-01-05T17:02:19.926Z] unset SSH_AUTH_SOCK; [2021-01-05T17:02:19.927Z] unset SSH_AGENT_PID; [2021-01-05T17:02:19.927Z] echo Agent pid 50 killed; [2021-01-05T17:02:20.019Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-05T17:02:20.586Z] + git semver [Pipeline] } [2021-01-05T17:02:20.608Z] $ docker stop --time=1 036f87a08e496cdb61ac869d08183af60cd278f89180ffb07386a5bea9b0c69f [2021-01-05T17:02:22.211Z] $ docker rm -f 036f87a08e496cdb61ac869d08183af60cd278f89180ffb07386a5bea9b0c69f [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-05T17:02:22.712Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-05T17:02:23.213Z] Stashed 1 file(s) [Pipeline] echo [2021-01-05T17:02:23.216Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.29 [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-05T17:02:24.064Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-05T17:02:24.367Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-05T17:02:24.684Z] + sudo service docker restart [2021-01-05T17:02:24.684Z] + true [2021-01-05T17:02:24.684Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-05T17:02:25.274Z] ========================================================= [2021-01-05T17:02:25.274Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-05T17:02:25.274Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:02:25.620Z] + 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-05T17:02:30.944Z] Sending build context to Docker daemon 326.3MB [2021-01-05T17:02:30.944Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-05T17:02:30.944Z] Step 2/6 : FROM ${BASE} [2021-01-05T17:02:30.944Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-05T17:02:30.944Z] 188c0c94c7c5: Pulling fs layer [2021-01-05T17:02:30.944Z] 0ef7d3d256c8: Pulling fs layer [2021-01-05T17:02:30.944Z] de9db76c5a1d: Pulling fs layer [2021-01-05T17:02:30.944Z] bca2f99d35d6: Pulling fs layer [2021-01-05T17:02:30.944Z] 93359f2a8cfa: Pulling fs layer [2021-01-05T17:02:30.944Z] 7c6f9722023f: Pulling fs layer [2021-01-05T17:02:30.944Z] a35cf1a2eb13: Pulling fs layer [2021-01-05T17:02:30.944Z] 93359f2a8cfa: Waiting [2021-01-05T17:02:30.944Z] a35cf1a2eb13: Waiting [2021-01-05T17:02:30.944Z] 7c6f9722023f: Waiting [2021-01-05T17:02:30.944Z] bca2f99d35d6: Waiting [2021-01-05T17:02:30.944Z] 0ef7d3d256c8: Verifying Checksum [2021-01-05T17:02:30.944Z] de9db76c5a1d: Download complete [2021-01-05T17:02:30.944Z] 0ef7d3d256c8: Download complete [2021-01-05T17:02:30.944Z] 93359f2a8cfa: Verifying Checksum [2021-01-05T17:02:30.944Z] 93359f2a8cfa: Download complete [2021-01-05T17:02:30.944Z] 7c6f9722023f: Verifying Checksum [2021-01-05T17:02:30.944Z] 7c6f9722023f: Download complete [2021-01-05T17:02:30.944Z] 188c0c94c7c5: Download complete [2021-01-05T17:02:30.944Z] 188c0c94c7c5: Pull complete [2021-01-05T17:02:31.209Z] 0ef7d3d256c8: Pull complete [2021-01-05T17:02:31.475Z] de9db76c5a1d: Pull complete [2021-01-05T17:02:32.877Z] a35cf1a2eb13: Verifying Checksum [2021-01-05T17:02:32.877Z] a35cf1a2eb13: Download complete [2021-01-05T17:02:33.143Z] bca2f99d35d6: Verifying Checksum [2021-01-05T17:02:33.143Z] bca2f99d35d6: Download complete [2021-01-05T17:02:38.492Z] bca2f99d35d6: Pull complete [2021-01-05T17:02:38.492Z] 93359f2a8cfa: Pull complete [2021-01-05T17:02:38.566Z] Still waiting to schedule task [2021-01-05T17:02:38.566Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-05T17:02:38.761Z] 7c6f9722023f: Pull complete [2021-01-05T17:02:45.384Z] a35cf1a2eb13: Pull complete [2021-01-05T17:02:45.384Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-05T17:02:45.384Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-05T17:02:45.384Z] ---> a62c8e92a672 [2021-01-05T17:02:45.384Z] 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-05T17:02:45.384Z] ---> Running in f3b21411d19a [2021-01-05T17:02:45.384Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T17:02:46.331Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T17:02:47.281Z] (1/12) Installing libmagic (5.38-r0) [2021-01-05T17:02:47.281Z] (2/12) Installing file (5.38-r0) [2021-01-05T17:02:47.545Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-05T17:02:47.545Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-05T17:02:59.795Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-05T17:02:59.795Z] (6/12) Installing patch (2.7.6-r6) [2021-01-05T17:02:59.795Z] (7/12) Installing build-base (0.5-r2) [2021-01-05T17:02:59.795Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-05T17:02:59.795Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-05T17:02:59.795Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-05T17:02:59.795Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-05T17:02:59.795Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-05T17:02:59.795Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T17:02:59.795Z] OK: 233 MiB in 51 packages [2021-01-05T17:03:04.019Z] Removing intermediate container f3b21411d19a [2021-01-05T17:03:04.019Z] ---> 12c419c09ee2 [2021-01-05T17:03:04.019Z] Step 4/6 : WORKDIR /edgex-go [2021-01-05T17:03:04.019Z] ---> Running in 79e7620e1cee [2021-01-05T17:03:04.019Z] Removing intermediate container 79e7620e1cee [2021-01-05T17:03:04.019Z] ---> 190e98f28c7b [2021-01-05T17:03:04.019Z] Step 5/6 : COPY go.mod . [2021-01-05T17:03:04.280Z] ---> c0e0eb4b0305 [2021-01-05T17:03:04.280Z] Step 6/6 : RUN go mod download [2021-01-05T17:03:04.280Z] ---> Running in f524bc7c5f32 [2021-01-05T17:03:26.357Z] Removing intermediate container f524bc7c5f32 [2021-01-05T17:03:26.357Z] ---> c18523b006ee [2021-01-05T17:03:26.357Z] Successfully built c18523b006ee [2021-01-05T17:03:26.357Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:03:26.691Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-05T17:03:26.691Z] . [Pipeline] withDockerContainer [2021-01-05T17:03:26.798Z] prd-centos7-docker-4c-2g-18523 does not seem to be running inside a container [2021-01-05T17:03:26.852Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/274 -v /w/workspace/edgex-go/274:/w/workspace/edgex-go/274:rw,z -v /w/workspace/edgex-go/274@tmp:/w/workspace/edgex-go/274@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-05T17:03:27.650Z] $ docker top 913085b8d1f17c47b286160b3c2087b95da342aba95b1a19a66a0fb46d2ff2c2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T17:03:28.132Z] + go version [2021-01-05T17:03:28.132Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-05T17:03:28.149Z] $ docker stop --time=1 913085b8d1f17c47b286160b3c2087b95da342aba95b1a19a66a0fb46d2ff2c2 [2021-01-05T17:03:29.496Z] $ docker rm -f 913085b8d1f17c47b286160b3c2087b95da342aba95b1a19a66a0fb46d2ff2c2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:03:30.299Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-05T17:03:30.299Z] . [Pipeline] withDockerContainer [2021-01-05T17:03:30.398Z] prd-centos7-docker-4c-2g-18523 does not seem to be running inside a container [2021-01-05T17:03:30.440Z] $ 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/274 -v /w/workspace/edgex-go/274:/w/workspace/edgex-go/274:rw,z -v /w/workspace/edgex-go/274@tmp:/w/workspace/edgex-go/274@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-05T17:03:31.185Z] $ docker top 77ea3bce1b0a60bbf787745d0b3460a1f5ad4599beeb4225887db5e4bf47cf22 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-05T17:03:31.437Z] ========================================================= [2021-01-05T17:03:31.437Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-05T17:03:31.437Z] ========================================================= [Pipeline] sh [2021-01-05T17:03:31.761Z] + make test [2021-01-05T17:03:31.761Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-05T17:03:39.947Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-05T17:03:55.060Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-05T17:04:01.728Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-05T17:04:01.728Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-05T17:04:01.728Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-05T17:04:01.728Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-05T17:04:01.728Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-05T17:04:01.728Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-05T17:04:01.728Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-05T17:04:02.334Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-05T17:04:02.605Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-05T17:04:05.198Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-05T17:04:05.198Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-05T17:04:05.198Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-05T17:04:06.647Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.110s coverage: 46.6% of statements [2021-01-05T17:04:06.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-05T17:04:06.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-05T17:04:06.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-05T17:04:06.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-05T17:04:06.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-05T17:04:12.006Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.191s coverage: 27.0% of statements [2021-01-05T17:04:12.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-05T17:04:12.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-05T17:04:12.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-05T17:04:12.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-05T17:04:12.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-05T17:04:12.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-05T17:04:12.006Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.057s coverage: 100.0% of statements [2021-01-05T17:04:12.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-05T17:04:12.006Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.053s coverage: 100.0% of statements [2021-01-05T17:04:12.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-05T17:04:12.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-05T17:04:12.006Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.108s coverage: 77.1% of statements [2021-01-05T17:04:12.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-05T17:04:12.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-05T17:04:12.006Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.133s coverage: 82.4% of statements [2021-01-05T17:04:12.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-05T17:04:12.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-05T17:04:12.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-05T17:04:12.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-05T17:04:12.006Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.348s coverage: 28.6% of statements [2021-01-05T17:04:12.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-05T17:04:12.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-05T17:04:12.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-05T17:04:12.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-05T17:04:12.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-05T17:04:12.006Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.064s coverage: 100.0% of statements [2021-01-05T17:04:12.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-05T17:04:12.006Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.050s coverage: 100.0% of statements [2021-01-05T17:04:12.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-05T17:04:13.450Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.180s coverage: 86.7% of statements [2021-01-05T17:04:13.450Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-05T17:04:13.450Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.105s coverage: 97.5% of statements [2021-01-05T17:04:13.450Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-05T17:04:13.450Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.060s coverage: 78.3% of statements [2021-01-05T17:04:13.450Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-05T17:04:13.450Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-05T17:04:13.450Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-05T17:04:13.450Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-05T17:04:14.905Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.369s coverage: 93.8% of statements [2021-01-05T17:04:14.905Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-05T17:04:14.905Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-05T17:04:14.905Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-05T17:04:14.905Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-05T17:04:14.905Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-05T17:04:14.905Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-05T17:04:14.905Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-05T17:04:14.905Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-05T17:04:14.905Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-05T17:04:14.905Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-05T17:04:14.905Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-05T17:04:14.905Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-05T17:04:14.905Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-05T17:04:14.905Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-05T17:04:14.905Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-05T17:04:14.905Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-05T17:04:14.905Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-05T17:04:14.905Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-05T17:04:14.905Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.035s coverage: 58.8% of statements [2021-01-05T17:04:14.905Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-05T17:04:14.905Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-05T17:04:15.178Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.055s coverage: 0.1% of statements [2021-01-05T17:04:15.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-05T17:04:15.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-05T17:04:15.178Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-05T17:04:15.178Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-05T17:04:15.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.039s coverage: 100.0% of statements [2021-01-05T17:04:15.178Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-05T17:04:15.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.051s coverage: 75.5% of statements [2021-01-05T17:04:15.178Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-05T17:04:15.450Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.050s coverage: 80.8% of statements [2021-01-05T17:04:16.064Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.107s coverage: 87.2% of statements [2021-01-05T17:04:16.064Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.054s coverage: 84.2% of statements [2021-01-05T17:04:16.333Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.4% of statements [2021-01-05T17:04:16.333Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-05T17:04:17.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.160s coverage: 63.5% of statements [2021-01-05T17:04:17.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-05T17:04:17.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-05T17:04:17.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.035s coverage: 100.0% of statements [2021-01-05T17:04:17.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.036s coverage: 91.3% of statements [2021-01-05T17:04:17.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.037s coverage: 100.0% of statements [2021-01-05T17:04:17.568Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.038s coverage: 73.7% of statements [2021-01-05T17:04:17.836Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements [2021-01-05T17:04:19.254Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.354s coverage: 55.9% of statements [2021-01-05T17:04:19.254Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-05T17:04:19.254Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-05T17:04:19.254Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-05T17:04:19.254Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-05T17:04:19.254Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-05T17:04:19.254Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.088s coverage: 37.0% of statements [2021-01-05T17:04:19.254Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-05T17:04:19.254Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-05T17:04:19.254Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.332s coverage: 84.0% of statements [2021-01-05T17:04:19.254Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.034s coverage: 100.0% of statements [2021-01-05T17:04:21.881Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.116s coverage: 47.1% of statements [2021-01-05T17:04:21.881Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-05T17:04:21.881Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-05T17:04:21.881Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-05T17:04:21.881Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-05T17:04:21.881Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-05T17:04:21.881Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.060s coverage: 100.0% of statements [2021-01-05T17:04:21.881Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-05T17:04:21.881Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.055s coverage: 100.0% of statements [2021-01-05T17:04:21.881Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-05T17:04:22.839Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.691s coverage: 29.1% of statements [2021-01-05T17:04:22.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-05T17:04:22.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-05T17:04:22.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-05T17:04:22.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-05T17:04:22.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-05T17:04:22.839Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.107s coverage: 99.0% of statements [2021-01-05T17:04:22.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-05T17:04:22.839Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.043s coverage: 100.0% of statements [2021-01-05T17:04:22.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-05T17:04:22.839Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements [2021-01-05T17:04:22.839Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-05T17:04:22.839Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.058s coverage: 100.0% of statements [2021-01-05T17:04:22.839Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-05T17:04:22.839Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-05T17:04:22.839Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-05T17:04:22.839Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-05T17:04:22.839Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.051s coverage: 87.9% of statements [2021-01-05T17:04:22.839Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-05T17:04:22.839Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-05T17:04:22.839Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements [2021-01-05T17:04:23.104Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements [2021-01-05T17:04:23.368Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-05T17:04:23.633Z] GO111MODULE=on go vet ./... [2021-01-05T17:04:45.728Z] gofmt -l . [2021-01-05T17:04:46.312Z] [ "`gofmt -l .`" = "" ] [2021-01-05T17:04:46.890Z] ./bin/test-go-mod-tidy.sh [2021-01-05T17:04:47.465Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-05T17:04:49.176Z] + ls -al . [2021-01-05T17:04:49.176Z] total 640 [2021-01-05T17:04:49.176Z] drwxrwxr-x 10 1001 1001 4096 Jan 5 17:04 . [2021-01-05T17:04:49.176Z] drwxr-xr-x 4 root root 32 Jan 5 17:03 .. [2021-01-05T17:04:49.176Z] -rw-rw-r-- 1 1001 1001 11 Jan 5 17:01 .dockerignore [2021-01-05T17:04:49.176Z] drwxrwxr-x 8 1001 1001 162 Jan 5 17:01 .git [2021-01-05T17:04:49.176Z] drwxrwxr-x 3 1001 1001 125 Jan 5 17:01 .github [2021-01-05T17:04:49.176Z] -rw-rw-r-- 1 1001 1001 824 Jan 5 17:01 .gitignore [2021-01-05T17:04:49.176Z] drwx------ 3 1001 1001 32 Jan 5 17:02 .semver [2021-01-05T17:04:49.176Z] -rw-rw-r-- 1 1001 1001 166 Jan 5 17:01 .sonarcloud.properties [2021-01-05T17:04:49.176Z] -rw-rw-r-- 1 1001 1001 3804 Jan 5 17:01 CONTRIBUTING.md [2021-01-05T17:04:49.176Z] -rw-rw-r-- 1 1001 1001 931 Jan 5 17:01 Dockerfile.build [2021-01-05T17:04:49.176Z] -rw-rw-r-- 1 1001 1001 863 Jan 5 17:01 Jenkinsfile [2021-01-05T17:04:49.176Z] -rw-rw-r-- 1 1001 1001 10775 Jan 5 17:01 LICENSE [2021-01-05T17:04:49.176Z] -rw-rw-r-- 1 1001 1001 5750 Jan 5 17:01 Makefile [2021-01-05T17:04:49.176Z] -rw-rw-r-- 1 1001 1001 6511 Jan 5 17:01 README.md [2021-01-05T17:04:49.176Z] -rw-rw-r-- 1 1001 1001 6744 Jan 5 17:01 SECURITY.md [2021-01-05T17:04:49.176Z] -rw-rw-r-- 1 1001 1001 12 Jan 5 17:02 VERSION [2021-01-05T17:04:49.176Z] -rw-rw-r-- 1 1001 1001 4131 Jan 5 17:01 ZMQWindows.md [2021-01-05T17:04:49.176Z] drwxrwxr-x 2 1001 1001 117 Jan 5 17:01 bin [2021-01-05T17:04:49.176Z] drwxrwxr-x 14 1001 1001 4096 Jan 5 17:01 cmd [2021-01-05T17:04:49.176Z] -rw-r--r-- 1 root root 541590 Jan 5 17:04 coverage.out [2021-01-05T17:04:49.176Z] -rw-r--r-- 1 root root 979 Jan 5 17:04 go.mod [2021-01-05T17:04:49.176Z] -rw-r--r-- 1 root root 18934 Jan 5 17:04 go.sum [2021-01-05T17:04:49.176Z] drwxrwxr-x 8 1001 1001 127 Jan 5 17:01 internal [2021-01-05T17:04:49.176Z] drwxrwxr-x 4 1001 1001 26 Jan 5 17:01 openapi [2021-01-05T17:04:49.176Z] drwxrwxr-x 4 1001 1001 71 Jan 5 17:01 snap [2021-01-05T17:04:49.177Z] -rw-rw-r-- 1 1001 1001 168 Jan 5 17:01 version.go [Pipeline] sh [2021-01-05T17:04:49.487Z] + '[' -e coverage.out ] [2021-01-05T17:04:49.487Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-05T17:04:49.693Z] Stashed 1 file(s) [Pipeline] sh [2021-01-05T17:04:49.989Z] + make build [2021-01-05T17:04:49.989Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.29" -o cmd/core-data/core-data ./cmd/core-data [2021-01-05T17:04:53.317Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.29" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-05T17:04:59.990Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.29" -o cmd/core-command/core-command ./cmd/core-command [2021-01-05T17:05:01.390Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.29" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-05T17:05:02.791Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.29" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-05T17:05:03.053Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.29" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-05T17:05:04.486Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.29" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-05T17:05:05.883Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.29" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-05T17:05:06.841Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.29" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-05T17:05:08.251Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.29" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-05T17:05:09.201Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.29" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-05T17:05:10.150Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.29" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2021-01-05T17:05:11.572Z] $ docker stop --time=1 77ea3bce1b0a60bbf787745d0b3460a1f5ad4599beeb4225887db5e4bf47cf22 [2021-01-05T17:05:13.296Z] $ docker rm -f 77ea3bce1b0a60bbf787745d0b3460a1f5ad4599beeb4225887db5e4bf47cf22 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:05:15.260Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-05T17:05:15.260Z] [2021-01-05T17:05:15.260Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:05:15.753Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-05T17:05:15.753Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-05T17:05:15.753Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-05T17:05:15.753Z] ca9280d653b3: Pulling fs layer [2021-01-05T17:05:15.753Z] 7e9c9ca2126c: Pulling fs layer [2021-01-05T17:05:15.753Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-05T17:05:15.753Z] cbdbe7a5bc2a: Download complete [2021-01-05T17:05:16.349Z] cbdbe7a5bc2a: Pull complete [2021-01-05T17:05:16.349Z] ca9280d653b3: Verifying Checksum [2021-01-05T17:05:16.349Z] ca9280d653b3: Download complete [2021-01-05T17:05:17.331Z] 7e9c9ca2126c: Download complete [2021-01-05T17:05:17.331Z] ca9280d653b3: Pull complete [2021-01-05T17:05:25.506Z] 7e9c9ca2126c: Pull complete [2021-01-05T17:05:25.506Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-05T17:05:25.506Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-05T17:05:25.506Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-05T17:05:25.650Z] prd-centos7-docker-4c-2g-18523 does not seem to be running inside a container [2021-01-05T17:05:25.701Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/274 -v /w/workspace/edgex-go/274:/w/workspace/edgex-go/274:rw,z -v /w/workspace/edgex-go/274@tmp:/w/workspace/edgex-go/274@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-05T17:05:26.666Z] $ docker top c103abddab75e8b67587e316ae64f9d44a8d9976dbf1027eda4caa0dd9c868fa -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T17:05:27.301Z] + docker-compose build --help [2021-01-05T17:05:27.301Z] + grep parallel [2021-01-05T17:05:28.249Z] --parallel Build images in parallel. [Pipeline] } [2021-01-05T17:05:28.276Z] $ docker stop --time=1 c103abddab75e8b67587e316ae64f9d44a8d9976dbf1027eda4caa0dd9c868fa [2021-01-05T17:05:29.657Z] $ docker rm -f c103abddab75e8b67587e316ae64f9d44a8d9976dbf1027eda4caa0dd9c868fa [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:05:30.351Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-05T17:05:30.351Z] . [Pipeline] withDockerContainer [2021-01-05T17:05:30.457Z] prd-centos7-docker-4c-2g-18523 does not seem to be running inside a container [2021-01-05T17:05:30.515Z] $ 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/274 -v /w/workspace/edgex-go/274:/w/workspace/edgex-go/274:rw,z -v /w/workspace/edgex-go/274@tmp:/w/workspace/edgex-go/274@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-05T17:05:31.290Z] $ docker top a1ad6decdee4941ab20b21a55fd8fef403856c051cc30de492ba746d96a4041d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T17:05:31.788Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-05T17:05:32.739Z] Building docker-core-command-go ... [2021-01-05T17:05:32.739Z] Building docker-core-data-go ... [2021-01-05T17:05:32.739Z] Building docker-core-metadata-go ... [2021-01-05T17:05:32.739Z] Building docker-security-bootstrap-redis-go ... [2021-01-05T17:05:32.739Z] Building docker-security-proxy-setup-go ... [2021-01-05T17:05:32.739Z] Building docker-security-secretstore-setup-go ... [2021-01-05T17:05:32.739Z] Building docker-support-notifications-go ... [2021-01-05T17:05:32.739Z] Building docker-support-scheduler-go ... [2021-01-05T17:05:32.739Z] Building docker-sys-mgmt-agent-go ... [2021-01-05T17:05:32.739Z] Building docker-core-metadata-go [2021-01-05T17:05:32.739Z] Building docker-support-notifications-go [2021-01-05T17:05:32.739Z] Building docker-core-command-go [2021-01-05T17:05:32.739Z] Building docker-security-proxy-setup-go [2021-01-05T17:05:32.739Z] Building docker-security-bootstrap-redis-go [2021-01-05T17:05:37.196Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-18529 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-01-05T17:05:37.249Z] Running in /w/workspace/edgex-go/274 [Pipeline] { [Pipeline] checkout [2021-01-05T17:05:42.737Z] using credential edgex-jenkins-ssh [2021-01-05T17:05:42.801Z] Cloning the remote Git repository [2021-01-05T17:05:42.858Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-05T17:05:42.967Z] > git init /w/workspace/edgex-go/274 # timeout=10 [2021-01-05T17:05:43.055Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-05T17:05:43.056Z] > git --version # timeout=10 [2021-01-05T17:05:43.078Z] > git --version # 'git version 2.17.1' [2021-01-05T17:05:43.080Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T17:05:43.137Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-05T17:06:05.057Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T17:06:05.057Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-05T17:06:05.057Z] ---> c18523b006ee [2021-01-05T17:06:05.057Z] Step 3/24 : WORKDIR /edgex-go [2021-01-05T17:06:05.057Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T17:06:05.057Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-05T17:06:05.057Z] ---> c18523b006ee [2021-01-05T17:06:05.057Z] Step 3/22 : WORKDIR /edgex-go [2021-01-05T17:06:05.057Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T17:06:05.057Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-05T17:06:05.057Z] ---> c18523b006ee [2021-01-05T17:06:05.057Z] Step 3/21 : WORKDIR /edgex-go [2021-01-05T17:06:05.057Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T17:06:05.057Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-05T17:06:05.057Z] ---> c18523b006ee [2021-01-05T17:06:05.057Z] Step 3/22 : WORKDIR /edgex-go [2021-01-05T17:06:05.057Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T17:06:05.057Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-05T17:06:05.057Z] ---> c18523b006ee [2021-01-05T17:06:05.057Z] Step 3/22 : WORKDIR /edgex-go [2021-01-05T17:06:05.057Z] ---> Running in a648df59586f [2021-01-05T17:06:05.057Z] ---> Running in 2a526ebce9ff [2021-01-05T17:06:05.057Z] ---> Running in 7fe2d434ad8e [2021-01-05T17:06:05.057Z] ---> Running in d1250dbd0ed3 [2021-01-05T17:06:05.057Z] ---> Running in 59d46f240137 [2021-01-05T17:06:05.319Z] Removing intermediate container 7fe2d434ad8e [2021-01-05T17:06:05.319Z] ---> 0c146564552d [2021-01-05T17:06:05.319Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T17:06:05.319Z] Removing intermediate container 59d46f240137 [2021-01-05T17:06:05.319Z] ---> af0608719497 [2021-01-05T17:06:05.319Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T17:06:05.319Z] Removing intermediate container d1250dbd0ed3 [2021-01-05T17:06:05.319Z] ---> 32b3a0d8f993 [2021-01-05T17:06:05.319Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T17:06:05.319Z] Removing intermediate container 2a526ebce9ff [2021-01-05T17:06:05.319Z] ---> 687a9eb3a8e0 [2021-01-05T17:06:05.319Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T17:06:05.319Z] Removing intermediate container a648df59586f [2021-01-05T17:06:05.319Z] ---> 778bc46483a2 [2021-01-05T17:06:05.319Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T17:06:05.583Z] ---> Running in 1caeb9979570 [2021-01-05T17:06:05.583Z] ---> Running in df4ce47205b9 [2021-01-05T17:06:05.583Z] ---> Running in 5ee1bc603651 [2021-01-05T17:06:05.583Z] ---> Running in 43b266b7a24b [2021-01-05T17:06:05.583Z] ---> Running in 634e7c53515f [2021-01-05T17:06:07.525Z] Removing intermediate container 5ee1bc603651 [2021-01-05T17:06:07.525Z] ---> c142d6e59edf [2021-01-05T17:06:07.525Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-05T17:06:07.787Z] Removing intermediate container df4ce47205b9 [2021-01-05T17:06:07.787Z] ---> 8ceb9c88aa71 [2021-01-05T17:06:07.787Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-05T17:06:07.787Z] ---> Running in d6e567176267 [2021-01-05T17:06:07.787Z] ---> Running in c8ec3476f302 [2021-01-05T17:06:08.050Z] Removing intermediate container 1caeb9979570 [2021-01-05T17:06:08.050Z] ---> eb0eef75f00e [2021-01-05T17:06:08.050Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-05T17:06:08.312Z] ---> Running in c25e25038de4 [2021-01-05T17:06:08.312Z] Removing intermediate container 634e7c53515f [2021-01-05T17:06:08.312Z] ---> 9d579f178f06 [2021-01-05T17:06:08.312Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-05T17:06:08.312Z] Removing intermediate container 43b266b7a24b [2021-01-05T17:06:08.312Z] ---> e17792816d32 [2021-01-05T17:06:08.312Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-05T17:06:08.577Z] ---> Running in 12d1b18cdb59 [2021-01-05T17:06:08.577Z] ---> Running in bcb346ba08b2 [2021-01-05T17:06:09.183Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T17:06:09.183Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T17:06:09.449Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T17:06:09.449Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T17:06:09.449Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T17:06:10.399Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T17:06:10.399Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T17:06:10.399Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T17:06:10.399Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T17:06:10.662Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T17:06:11.244Z] OK: 233 MiB in 51 packages [2021-01-05T17:06:11.507Z] OK: 233 MiB in 51 packages [2021-01-05T17:06:11.769Z] OK: 233 MiB in 51 packages [2021-01-05T17:06:12.038Z] Removing intermediate container 12d1b18cdb59 [2021-01-05T17:06:12.038Z] ---> 51d8b67b3553 [2021-01-05T17:06:12.038Z] Step 6/22 : COPY go.mod . [2021-01-05T17:06:12.038Z] OK: 233 MiB in 51 packages [2021-01-05T17:06:12.309Z] ---> 1ab9e6735bf2 [2021-01-05T17:06:12.309Z] Step 7/22 : RUN go mod download [2021-01-05T17:06:12.309Z] Removing intermediate container c25e25038de4 [2021-01-05T17:06:12.309Z] ---> 20f8e2253f64 [2021-01-05T17:06:12.309Z] Step 6/22 : COPY go.mod . [2021-01-05T17:06:12.344Z] Checking out Revision 5abdadd8b70be8a3e6975420755e8102c38e7ff4 (master) [2021-01-05T17:06:12.573Z] OK: 233 MiB in 51 packages [2021-01-05T17:06:12.573Z] Removing intermediate container c8ec3476f302 [2021-01-05T17:06:12.573Z] ---> 601fa1530bb8 [2021-01-05T17:06:12.573Z] Step 6/22 : COPY go.mod . [2021-01-05T17:06:12.573Z] ---> Running in ee5bd750372d [2021-01-05T17:06:12.837Z] Removing intermediate container bcb346ba08b2 [2021-01-05T17:06:12.837Z] ---> 94e2fbf2e5cd [2021-01-05T17:06:12.837Z] Step 6/24 : COPY go.mod . [2021-01-05T17:06:12.837Z] ---> 3ddb2749b6b0 [2021-01-05T17:06:12.837Z] Step 7/22 : RUN go mod download [2021-01-05T17:06:13.113Z] ---> 820a6e91759f [2021-01-05T17:06:13.113Z] Step 7/22 : RUN go mod download [2021-01-05T17:06:13.113Z] ---> Running in 1be3bc080a7d [2021-01-05T17:06:13.113Z] ---> Running in fc59fd7a16a4 [2021-01-05T17:06:13.382Z] ---> abb8a6cc485c [2021-01-05T17:06:13.382Z] Step 7/24 : RUN go mod download [2021-01-05T17:06:13.382Z] ---> Running in dd86229613ea [2021-01-05T17:06:13.649Z] Removing intermediate container d6e567176267 [2021-01-05T17:06:13.649Z] ---> 285b6d9ed6d5 [2021-01-05T17:06:13.649Z] Step 6/21 : COPY go.mod . [2021-01-05T17:06:11.618Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-05T17:06:11.644Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-05T17:06:11.668Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-05T17:06:11.717Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-05T17:06:11.718Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T17:06:11.740Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-05T17:06:12.362Z] > git config core.sparsecheckout # timeout=10 [2021-01-05T17:06:12.373Z] > git checkout -f 5abdadd8b70be8a3e6975420755e8102c38e7ff4 # timeout=10 [2021-01-05T17:06:13.931Z] ---> b4887e8084c3 [2021-01-05T17:06:13.931Z] Step 7/21 : RUN go mod download [2021-01-05T17:06:13.932Z] ---> Running in 9a83da2983d3 [2021-01-05T17:06:15.151Z] Removing intermediate container ee5bd750372d [2021-01-05T17:06:15.151Z] ---> 8a22b575b652 [2021-01-05T17:06:15.151Z] Step 8/22 : COPY . . [2021-01-05T17:06:16.855Z] Commit message: "Merge pull request #2984 from edgexfoundry/dependabot/go_modules/github.com/google/uuid-1.1.4" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-05T17:06:18.400Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-05T17:06:18.512Z] Removing intermediate container fc59fd7a16a4 [2021-01-05T17:06:18.512Z] ---> d93c038eb465 [2021-01-05T17:06:18.512Z] Step 8/22 : COPY . . [2021-01-05T17:06:18.852Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-05T17:06:19.278Z] + sudo service docker restart [2021-01-05T17:06:19.278Z] + true [2021-01-05T17:06:19.480Z] Removing intermediate container 1be3bc080a7d [2021-01-05T17:06:19.480Z] ---> 00d28238ef23 [2021-01-05T17:06:19.480Z] Step 8/22 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-05T17:06:21.341Z] provisioning config files... [2021-01-05T17:06:21.395Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/274@tmp/config2812926619233990034tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-05T17:06:21.806Z] ---> docker-login.sh [2021-01-05T17:06:21.806Z] nexus3.edgexfoundry.org:10001 [2021-01-05T17:06:22.788Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T17:06:23.064Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T17:06:23.064Z] Configure a credential helper to remove this warning. See [2021-01-05T17:06:23.064Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T17:06:23.064Z] [2021-01-05T17:06:23.064Z] Login Succeeded [2021-01-05T17:06:23.064Z] nexus3.edgexfoundry.org:10002 [2021-01-05T17:06:23.342Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T17:06:23.617Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T17:06:23.617Z] Configure a credential helper to remove this warning. See [2021-01-05T17:06:23.617Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T17:06:23.617Z] [2021-01-05T17:06:23.617Z] Login Succeeded [2021-01-05T17:06:23.617Z] nexus3.edgexfoundry.org:10003 [2021-01-05T17:06:23.739Z] Removing intermediate container dd86229613ea [2021-01-05T17:06:23.739Z] ---> 14109646bee5 [2021-01-05T17:06:23.739Z] Step 8/24 : COPY . . [2021-01-05T17:06:23.739Z] Removing intermediate container 9a83da2983d3 [2021-01-05T17:06:23.739Z] ---> b351c97502b4 [2021-01-05T17:06:23.739Z] Step 8/21 : COPY . . [2021-01-05T17:06:23.892Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T17:06:24.167Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T17:06:24.167Z] Configure a credential helper to remove this warning. See [2021-01-05T17:06:24.167Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T17:06:24.167Z] [2021-01-05T17:06:24.167Z] Login Succeeded [2021-01-05T17:06:24.167Z] nexus3.edgexfoundry.org:10004 [2021-01-05T17:06:24.442Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T17:06:24.719Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T17:06:24.719Z] Configure a credential helper to remove this warning. See [2021-01-05T17:06:24.719Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T17:06:24.719Z] [2021-01-05T17:06:24.719Z] Login Succeeded [2021-01-05T17:06:24.719Z] docker.io [2021-01-05T17:06:24.991Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T17:06:25.264Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T17:06:25.264Z] Configure a credential helper to remove this warning. See [2021-01-05T17:06:25.264Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T17:06:25.264Z] [2021-01-05T17:06:25.264Z] Login Succeeded [2021-01-05T17:06:25.264Z] ---> docker-login.sh ends [Pipeline] } [2021-01-05T17:06:25.284Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-05T17:06:25.722Z] ========================================================= [2021-01-05T17:06:25.722Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-05T17:06:25.722Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:06:26.105Z] + 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-05T17:06:28.765Z] Sending build context to Docker daemon 165.4MB [2021-01-05T17:06:28.765Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-05T17:06:28.765Z] Step 2/6 : FROM ${BASE} [2021-01-05T17:06:28.765Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-05T17:06:28.765Z] 5f621e34cdf4: Pulling fs layer [2021-01-05T17:06:28.765Z] a4357932f1b6: Pulling fs layer [2021-01-05T17:06:28.765Z] 18c013af1878: Pulling fs layer [2021-01-05T17:06:28.765Z] 00ac8860ef70: Pulling fs layer [2021-01-05T17:06:28.765Z] 63d7cb157983: Pulling fs layer [2021-01-05T17:06:28.765Z] b116817d02f9: Pulling fs layer [2021-01-05T17:06:28.765Z] 745a02a5169b: Pulling fs layer [2021-01-05T17:06:28.765Z] 00ac8860ef70: Waiting [2021-01-05T17:06:28.765Z] 63d7cb157983: Waiting [2021-01-05T17:06:28.765Z] b116817d02f9: Waiting [2021-01-05T17:06:28.765Z] 745a02a5169b: Waiting [2021-01-05T17:06:28.765Z] 18c013af1878: Verifying Checksum [2021-01-05T17:06:28.765Z] 18c013af1878: Download complete [2021-01-05T17:06:28.765Z] a4357932f1b6: Verifying Checksum [2021-01-05T17:06:28.765Z] a4357932f1b6: Download complete [2021-01-05T17:06:28.765Z] 63d7cb157983: Verifying Checksum [2021-01-05T17:06:28.765Z] 63d7cb157983: Download complete [2021-01-05T17:06:28.765Z] b116817d02f9: Verifying Checksum [2021-01-05T17:06:28.765Z] b116817d02f9: Download complete [2021-01-05T17:06:28.765Z] 5f621e34cdf4: Verifying Checksum [2021-01-05T17:06:28.765Z] 5f621e34cdf4: Download complete [2021-01-05T17:06:29.390Z] 5f621e34cdf4: Pull complete [2021-01-05T17:06:29.992Z] a4357932f1b6: Pull complete [2021-01-05T17:06:30.268Z] 18c013af1878: Pull complete [2021-01-05T17:06:30.545Z] 745a02a5169b: Verifying Checksum [2021-01-05T17:06:30.545Z] 745a02a5169b: Download complete [2021-01-05T17:06:31.983Z] 00ac8860ef70: Verifying Checksum [2021-01-05T17:06:31.983Z] 00ac8860ef70: Download complete [2021-01-05T17:06:42.168Z] 00ac8860ef70: Pull complete [2021-01-05T17:06:42.445Z] 63d7cb157983: Pull complete [2021-01-05T17:06:43.046Z] b116817d02f9: Pull complete [2021-01-05T17:06:47.375Z] 745a02a5169b: Pull complete [2021-01-05T17:06:47.375Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-05T17:06:47.375Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-05T17:06:47.375Z] ---> b7e6874047d6 [2021-01-05T17:06:47.375Z] 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-05T17:06:50.062Z] ---> Running in 9cb4e6753a2d [2021-01-05T17:06:50.516Z] ---> 376d5d23eabf [2021-01-05T17:06:50.516Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-05T17:06:51.477Z] ---> Running in 9ac379054fa0 [2021-01-05T17:06:51.519Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T17:06:53.499Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T17:06:54.228Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.29" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-05T17:06:54.914Z] ---> 3623a7013650 [2021-01-05T17:06:54.914Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-05T17:06:55.184Z] ---> fc405f42d67f [2021-01-05T17:06:55.184Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-05T17:06:55.184Z] ---> 88914bfcb790 [2021-01-05T17:06:55.184Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-05T17:06:55.184Z] ---> Running in b12cc0e77210 [2021-01-05T17:06:55.464Z] ---> Running in 770f67831e34 [2021-01-05T17:06:55.464Z] ---> Running in b4743f3cfe21 [2021-01-05T17:06:55.758Z] ---> 3a5352282e85 [2021-01-05T17:06:55.758Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-05T17:06:56.030Z] ---> Running in b451076a18be [2021-01-05T17:06:56.125Z] (1/12) Installing libmagic (5.38-r0) [2021-01-05T17:06:56.397Z] (2/12) Installing file (5.38-r0) [2021-01-05T17:06:56.397Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-05T17:06:56.651Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.29" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-05T17:06:56.669Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-05T17:06:57.253Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.29" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-05T17:06:57.253Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.29" -o cmd/core-command/core-command ./cmd/core-command [2021-01-05T17:06:57.253Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.29" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-05T17:07:14.984Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-05T17:07:14.984Z] (6/12) Installing patch (2.7.6-r6) [2021-01-05T17:07:14.984Z] (7/12) Installing build-base (0.5-r2) [2021-01-05T17:07:14.984Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-05T17:07:14.984Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-05T17:07:14.984Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-05T17:07:14.984Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-05T17:07:14.984Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-05T17:07:14.984Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T17:07:14.984Z] OK: 217 MiB in 51 packages [2021-01-05T17:07:17.619Z] Removing intermediate container 9cb4e6753a2d [2021-01-05T17:07:17.619Z] ---> 0cff760d144c [2021-01-05T17:07:17.619Z] Step 4/6 : WORKDIR /edgex-go [2021-01-05T17:07:17.619Z] ---> Running in 9f623c288604 [2021-01-05T17:07:18.216Z] Removing intermediate container 9f623c288604 [2021-01-05T17:07:18.216Z] ---> 7ef87af26940 [2021-01-05T17:07:18.216Z] Step 5/6 : COPY go.mod . [2021-01-05T17:07:18.827Z] ---> 52bca2bf0ce7 [2021-01-05T17:07:18.827Z] Step 6/6 : RUN go mod download [2021-01-05T17:07:19.114Z] ---> Running in 19d03a311041 [2021-01-05T17:07:24.005Z] Removing intermediate container 9ac379054fa0 [2021-01-05T17:07:24.005Z] ---> 99a4d31af7fe [2021-01-05T17:07:24.005Z] [2021-01-05T17:07:24.005Z] Step 10/22 : FROM alpine:3.12 [2021-01-05T17:07:24.005Z] 3.12: Pulling from library/alpine [2021-01-05T17:07:24.005Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-05T17:07:24.005Z] Status: Downloaded newer image for alpine:3.12 [2021-01-05T17:07:24.005Z] ---> 389fef711851 [2021-01-05T17:07:24.005Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-05T17:07:24.005Z] ---> Running in a208569f740f [2021-01-05T17:07:24.005Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.29" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-05T17:07:24.600Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T17:07:24.869Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T17:07:25.147Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-05T17:07:25.147Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T17:07:25.441Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-05T17:07:25.441Z] (4/5) Installing curl (7.69.1-r3) [2021-01-05T17:07:25.441Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-05T17:07:25.441Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T17:07:25.441Z] Executing ca-certificates-20191127-r4.trigger [2021-01-05T17:07:25.721Z] OK: 7 MiB in 19 packages [2021-01-05T17:07:28.287Z] Removing intermediate container b4743f3cfe21 [2021-01-05T17:07:28.287Z] ---> 6b843c83f0bd [2021-01-05T17:07:28.287Z] [2021-01-05T17:07:28.287Z] Step 10/22 : FROM scratch [2021-01-05T17:07:28.287Z] ---> [2021-01-05T17:07:28.287Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T17:07:28.577Z] ---> Running in b45f646a1218 [2021-01-05T17:07:29.165Z] Removing intermediate container a208569f740f [2021-01-05T17:07:29.165Z] ---> 1c02d2fdf8a4 [2021-01-05T17:07:29.165Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-05T17:07:30.115Z] Removing intermediate container b45f646a1218 [2021-01-05T17:07:30.115Z] ---> a40994412efb [2021-01-05T17:07:30.115Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-05T17:07:30.392Z] Removing intermediate container 770f67831e34 [2021-01-05T17:07:30.392Z] ---> bbab1626c3b5 [2021-01-05T17:07:30.392Z] [2021-01-05T17:07:30.392Z] Step 10/24 : FROM scratch [2021-01-05T17:07:30.392Z] ---> [2021-01-05T17:07:30.392Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-05T17:07:30.392Z] ---> Running in 4bc64505e9e5 [2021-01-05T17:07:30.392Z] ---> Running in 72b0df63c8b1 [2021-01-05T17:07:30.392Z] ---> Running in d7bac6c5ba1c [2021-01-05T17:07:31.789Z] Removing intermediate container 4bc64505e9e5 [2021-01-05T17:07:31.789Z] ---> d9317f5b4fc9 [2021-01-05T17:07:31.789Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-05T17:07:32.366Z] Removing intermediate container 72b0df63c8b1 [2021-01-05T17:07:32.366Z] ---> 993b1380e696 [2021-01-05T17:07:32.366Z] Step 13/22 : WORKDIR / [2021-01-05T17:07:34.309Z] Removing intermediate container d7bac6c5ba1c [2021-01-05T17:07:34.309Z] ---> 53e1f9b69a44 [2021-01-05T17:07:34.309Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-05T17:07:34.309Z] ---> Running in a84656596606 [2021-01-05T17:07:34.309Z] ---> Running in f8795863dc92 [2021-01-05T17:07:34.309Z] ---> Running in 87d194229490 [2021-01-05T17:07:34.309Z] Removing intermediate container b451076a18be [2021-01-05T17:07:34.309Z] ---> 8a54d4755d51 [2021-01-05T17:07:34.309Z] [2021-01-05T17:07:34.309Z] Step 10/21 : FROM alpine:3.12 [2021-01-05T17:07:34.309Z] ---> 389fef711851 [2021-01-05T17:07:34.309Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-05T17:07:34.309Z] Removing intermediate container b12cc0e77210 [2021-01-05T17:07:34.309Z] ---> 71da3a4fdf07 [2021-01-05T17:07:34.309Z] [2021-01-05T17:07:34.309Z] Step 10/22 : FROM scratch [2021-01-05T17:07:34.309Z] ---> [2021-01-05T17:07:34.309Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T17:07:34.309Z] ---> Using cache [2021-01-05T17:07:34.309Z] ---> a40994412efb [2021-01-05T17:07:34.309Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-05T17:07:34.309Z] ---> Running in 48aeddf66449 [2021-01-05T17:07:34.309Z] ---> Running in f27139bde771 [2021-01-05T17:07:34.573Z] Removing intermediate container 87d194229490 [2021-01-05T17:07:34.573Z] ---> 2ea41c1fb972 [2021-01-05T17:07:34.573Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-05T17:07:34.573Z] Removing intermediate container a84656596606 [2021-01-05T17:07:34.573Z] ---> 6239dd72f8ac [2021-01-05T17:07:34.573Z] Step 14/22 : WORKDIR / [2021-01-05T17:07:34.573Z] Removing intermediate container f8795863dc92 [2021-01-05T17:07:34.573Z] ---> 33e5467cd557 [2021-01-05T17:07:34.573Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-05T17:07:35.534Z] ---> Running in 5677cedd2143 [2021-01-05T17:07:35.534Z] ---> Running in 4206edc9dbd8 [2021-01-05T17:07:35.534Z] Removing intermediate container f27139bde771 [2021-01-05T17:07:35.534Z] ---> d67e7738b19c [2021-01-05T17:07:35.534Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-05T17:07:35.534Z] ---> 80007661aaa3 [2021-01-05T17:07:35.534Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-05T17:07:35.534Z] ---> Running in 980c1e858f98 [2021-01-05T17:07:35.811Z] Removing intermediate container 4206edc9dbd8 [2021-01-05T17:07:35.811Z] ---> 062f929ccbc5 [2021-01-05T17:07:35.811Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-05T17:07:35.811Z] Removing intermediate container 5677cedd2143 [2021-01-05T17:07:35.811Z] ---> a7734a8e18af [2021-01-05T17:07:35.811Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-05T17:07:35.811Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T17:07:35.811Z] Removing intermediate container 980c1e858f98 [2021-01-05T17:07:35.811Z] ---> 53c3308fd8a5 [2021-01-05T17:07:35.811Z] Step 14/22 : WORKDIR / [2021-01-05T17:07:35.811Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T17:07:36.074Z] ---> Running in a487363552bb [2021-01-05T17:07:36.074Z] ---> 0d7491037a2d [2021-01-05T17:07:36.074Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-05T17:07:36.074Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-05T17:07:36.074Z] ---> d05caa188410 [2021-01-05T17:07:36.074Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-05T17:07:36.075Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T17:07:36.075Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-05T17:07:36.075Z] (4/4) Installing curl (7.69.1-r3) [2021-01-05T17:07:36.075Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T17:07:36.075Z] Executing ca-certificates-20191127-r4.trigger [2021-01-05T17:07:36.338Z] OK: 7 MiB in 18 packages [2021-01-05T17:07:36.920Z] ---> 6b5be24c1044 [2021-01-05T17:07:36.920Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-05T17:07:37.506Z] Removing intermediate container a487363552bb [2021-01-05T17:07:37.506Z] ---> 3c5c71e0e8de [2021-01-05T17:07:37.506Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-05T17:07:37.506Z] ---> 21f4eabd5aff [2021-01-05T17:07:37.506Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-05T17:07:37.506Z] ---> 8c2b8d097ae2 [2021-01-05T17:07:37.506Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-05T17:07:37.785Z] ---> 1f00608f04d7 [2021-01-05T17:07:37.785Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-05T17:07:38.734Z] ---> 2fd86ab6ac3c [2021-01-05T17:07:38.734Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-05T17:07:38.734Z] ---> 21f34573e39c [2021-01-05T17:07:38.734Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-05T17:07:38.997Z] ---> 76c3cfd368d8 [2021-01-05T17:07:38.997Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-05T17:07:38.997Z] ---> 93a2f74b8612 [2021-01-05T17:07:38.997Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-05T17:07:39.261Z] Removing intermediate container 48aeddf66449 [2021-01-05T17:07:39.261Z] ---> 3c2abe8dfc15 [2021-01-05T17:07:39.261Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-05T17:07:39.261Z] ---> Running in ebd2499466f9 [2021-01-05T17:07:39.261Z] ---> Running in e084cf222d16 [2021-01-05T17:07:39.261Z] ---> 505af4033f32 [2021-01-05T17:07:39.261Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-05T17:07:39.261Z] ---> Running in 0bf82390d909 [2021-01-05T17:07:39.532Z] ---> 1af92a7b9ed3 [2021-01-05T17:07:39.532Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-05T17:07:39.532Z] Removing intermediate container ebd2499466f9 [2021-01-05T17:07:39.532Z] ---> 877f5fc2e9bb [2021-01-05T17:07:39.532Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T17:07:39.806Z] ---> 5eb4b0a2de15 [2021-01-05T17:07:39.806Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-05T17:07:39.806Z] Removing intermediate container 0bf82390d909 [2021-01-05T17:07:39.806Z] ---> 622460bf2902 [2021-01-05T17:07:39.806Z] Step 13/21 : WORKDIR /edgex [2021-01-05T17:07:39.806Z] ---> Running in 1b43ea71ebb7 [2021-01-05T17:07:39.806Z] ---> Running in ee14c91fc570 [2021-01-05T17:07:40.072Z] ---> Running in 0bf1379cf3f7 [2021-01-05T17:07:40.072Z] Removing intermediate container ee14c91fc570 [2021-01-05T17:07:40.072Z] ---> c3cfdf365757 [2021-01-05T17:07:40.072Z] Step 20/22 : LABEL arch=x86_64 [2021-01-05T17:07:40.072Z] Removing intermediate container 1b43ea71ebb7 [2021-01-05T17:07:40.072Z] ---> 741613cc971c [2021-01-05T17:07:40.072Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T17:07:40.334Z] ---> 7fe30112948e [2021-01-05T17:07:40.335Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-05T17:07:40.599Z] ---> Running in 6407e2e4880e [2021-01-05T17:07:40.599Z] ---> Running in b51e99a3a168 [2021-01-05T17:07:40.599Z] Removing intermediate container 0bf1379cf3f7 [2021-01-05T17:07:40.599Z] ---> 64fa0639b480 [2021-01-05T17:07:40.599Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-05T17:07:40.866Z] ---> d1603373deeb [2021-01-05T17:07:40.866Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-05T17:07:40.866Z] Removing intermediate container 6407e2e4880e [2021-01-05T17:07:40.866Z] ---> 826ea80dd153 [2021-01-05T17:07:40.866Z] Step 21/22 : LABEL git_sha=5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:07:41.129Z] ---> Running in 0fc0937ed5bf [2021-01-05T17:07:41.129Z] Removing intermediate container b51e99a3a168 [2021-01-05T17:07:41.129Z] ---> 1bde4e93386c [2021-01-05T17:07:41.129Z] Step 20/22 : LABEL arch=x86_64 [2021-01-05T17:07:41.129Z] Removing intermediate container e084cf222d16 [2021-01-05T17:07:41.129Z] ---> 60fe4e0b5e96 [2021-01-05T17:07:41.129Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-05T17:07:41.129Z] ---> b5c61f3bba4a [2021-01-05T17:07:41.129Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-05T17:07:41.393Z] ---> Running in e6010a776b1a [2021-01-05T17:07:41.393Z] ---> Running in 8f8de9151512 [2021-01-05T17:07:41.393Z] ---> Running in cdbfddb85e2c [2021-01-05T17:07:41.393Z] Removing intermediate container 0fc0937ed5bf [2021-01-05T17:07:41.393Z] ---> 07ea56ceec41 [2021-01-05T17:07:41.393Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T17:07:41.656Z] ---> Running in 1f4c07abcf2d [2021-01-05T17:07:41.656Z] Removing intermediate container 8f8de9151512 [2021-01-05T17:07:41.656Z] ---> 372f1854f0be [2021-01-05T17:07:41.656Z] Step 21/22 : LABEL git_sha=5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:07:41.656Z] Removing intermediate container cdbfddb85e2c [2021-01-05T17:07:41.656Z] ---> adaa44fe48c1 [2021-01-05T17:07:41.656Z] Step 20/22 : LABEL arch=x86_64 [2021-01-05T17:07:41.924Z] Removing intermediate container e6010a776b1a [2021-01-05T17:07:41.924Z] ---> 3a57f7749fd0 [2021-01-05T17:07:41.924Z] Step 22/22 : LABEL version=2.0.0-dev.29 [2021-01-05T17:07:41.924Z] ---> Running in 5ddfe305317b [2021-01-05T17:07:41.924Z] ---> 7a00bedef82e [2021-01-05T17:07:41.924Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-05T17:07:41.924Z] Removing intermediate container 1f4c07abcf2d [2021-01-05T17:07:41.924Z] ---> 7d7d654cbfed [2021-01-05T17:07:41.924Z] Step 22/24 : LABEL arch=x86_64 [2021-01-05T17:07:41.924Z] ---> Running in 55ee021a298a [2021-01-05T17:07:41.924Z] ---> Running in 403c22df0c52 [2021-01-05T17:07:42.189Z] ---> Running in f677b0da9b93 [2021-01-05T17:07:42.189Z] Removing intermediate container 5ddfe305317b [2021-01-05T17:07:42.189Z] ---> 63ee70ce622a [2021-01-05T17:07:42.189Z] Step 22/22 : LABEL version=2.0.0-dev.29 [2021-01-05T17:07:42.452Z] Removing intermediate container 55ee021a298a [2021-01-05T17:07:42.452Z] ---> 332593db60db [2021-01-05T17:07:42.452Z] Step 21/22 : LABEL git_sha=5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:07:42.452Z] Removing intermediate container 403c22df0c52 [2021-01-05T17:07:42.452Z] ---> c6b91b6eb41d [2021-01-05T17:07:42.452Z] [2021-01-05T17:07:42.452Z] ---> Running in 7a0e4cba6f1d [2021-01-05T17:07:42.716Z] Successfully built c6b91b6eb41d [2021-01-05T17:07:42.979Z] ---> Running in 9029bc2782f8 [2021-01-05T17:07:42.979Z] Removing intermediate container f677b0da9b93 [2021-01-05T17:07:42.979Z] ---> 72eb637fd888 [2021-01-05T17:07:42.979Z] Step 23/24 : LABEL git_sha=5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:07:42.979Z] ---> 1d213d4bbd1c [2021-01-05T17:07:42.979Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-05T17:07:42.979Z] Successfully tagged docker-core-command-go:latest [2021-01-05T17:07:42.979Z]  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go [2021-01-05T17:07:42.979Z] ---> Running in cb616846defe [2021-01-05T17:07:42.979Z] ---> Running in d1042b541273 [2021-01-05T17:07:43.244Z] Removing intermediate container 7a0e4cba6f1d [2021-01-05T17:07:43.244Z] ---> a33528b0eb3e [2021-01-05T17:07:43.244Z] [2021-01-05T17:07:43.244Z] Removing intermediate container 9029bc2782f8 [2021-01-05T17:07:43.244Z] ---> 86466f125ce2 [2021-01-05T17:07:43.244Z] Step 22/22 : LABEL version=2.0.0-dev.29 [2021-01-05T17:07:43.244Z] Successfully built a33528b0eb3e [2021-01-05T17:07:43.244Z] ---> Running in 88d08745bf1c [2021-01-05T17:07:43.512Z] Successfully tagged docker-core-metadata-go:latest [2021-01-05T17:07:43.512Z]  Building docker-core-metadata-go ... done Building docker-support-scheduler-go [2021-01-05T17:07:43.512Z] Removing intermediate container d1042b541273 [2021-01-05T17:07:43.512Z] ---> 6dfa265a46f9 [2021-01-05T17:07:43.512Z] Step 18/21 : CMD ["--init=true"] [2021-01-05T17:07:43.512Z] Removing intermediate container cb616846defe [2021-01-05T17:07:43.512Z] ---> 1d5c100e3193 [2021-01-05T17:07:43.512Z] Step 24/24 : LABEL version=2.0.0-dev.29 [2021-01-05T17:07:43.512Z] ---> Running in d85f9b0d0f5f [2021-01-05T17:07:43.778Z] ---> Running in 1c0fa2f45d4c [2021-01-05T17:07:43.779Z] Removing intermediate container 88d08745bf1c [2021-01-05T17:07:43.779Z] ---> f9bf79b4f5e1 [2021-01-05T17:07:43.779Z] [2021-01-05T17:07:44.046Z] Successfully built f9bf79b4f5e1 [2021-01-05T17:07:45.971Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-05T17:07:45.971Z] Building docker-core-data-go [2021-01-05T17:07:45.972Z] Removing intermediate container 19d03a311041 [2021-01-05T17:07:45.972Z] ---> e0ba08aa1f2b [2021-01-05T17:07:45.972Z] Successfully built e0ba08aa1f2b [2021-01-05T17:07:45.972Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:07:46.314Z] + docker inspect -f . ci-base-image-arm64 [2021-01-05T17:07:46.314Z] . [Pipeline] withDockerContainer [2021-01-05T17:07:46.558Z] prd-ubuntu18.04-docker-arm64-4c-16g-18529 does not seem to be running inside a container [2021-01-05T17:07:46.641Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/274 -v /w/workspace/edgex-go/274:/w/workspace/edgex-go/274:rw,z -v /w/workspace/edgex-go/274@tmp:/w/workspace/edgex-go/274@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-05T17:07:46.920Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container d85f9b0d0f5f [2021-01-05T17:07:46.920Z] ---> aa9d4204468a [2021-01-05T17:07:46.920Z] Step 19/21 : LABEL arch=x86_64 [2021-01-05T17:07:48.196Z] $ docker top db6017f4bee0a49e76484d6ada0171b923404ba907ed85431efa574ded094bcc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T17:07:49.217Z] + go version [2021-01-05T17:07:49.218Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-05T17:07:49.240Z] $ docker stop --time=1 db6017f4bee0a49e76484d6ada0171b923404ba907ed85431efa574ded094bcc [2021-01-05T17:07:51.151Z] $ docker rm -f db6017f4bee0a49e76484d6ada0171b923404ba907ed85431efa574ded094bcc [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-05T17:07:52.239Z] Removing intermediate container 1c0fa2f45d4c [2021-01-05T17:07:52.239Z] ---> dc62f187cdcb [2021-01-05T17:07:52.239Z] [2021-01-05T17:07:52.239Z] Successfully built dc62f187cdcb [2021-01-05T17:07:52.378Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-05T17:07:52.504Z] Successfully tagged docker-support-notifications-go:latest [2021-01-05T17:07:52.504Z] Building docker-sys-mgmt-agent-go [2021-01-05T17:07:52.504Z] ---> Running in 514e66c688bd [2021-01-05T17:07:52.653Z] [2021-01-05T17:07:52.653Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:07:53.046Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-05T17:07:53.046Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-05T17:07:53.046Z] 29e5d40040c1: Pulling fs layer [2021-01-05T17:07:53.046Z] 1ce36da41761: Pulling fs layer [2021-01-05T17:07:53.046Z] 25b303627fd3: Pulling fs layer [2021-01-05T17:07:53.079Z]  Building docker-support-notifications-go ... done Removing intermediate container 514e66c688bd [2021-01-05T17:07:53.079Z] ---> 69943c03f013 [2021-01-05T17:07:53.079Z] Step 20/21 : LABEL git_sha=5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:07:53.317Z] 29e5d40040c1: Verifying Checksum [2021-01-05T17:07:53.317Z] 29e5d40040c1: Download complete [2021-01-05T17:07:53.360Z] ---> Running in b15b8cb0adff [2021-01-05T17:07:53.914Z] 1ce36da41761: Verifying Checksum [2021-01-05T17:07:53.915Z] 1ce36da41761: Download complete [2021-01-05T17:07:53.915Z] 29e5d40040c1: Pull complete [2021-01-05T17:07:54.893Z] 1ce36da41761: Pull complete [2021-01-05T17:07:55.489Z] 25b303627fd3: Verifying Checksum [2021-01-05T17:07:55.489Z] 25b303627fd3: Download complete [2021-01-05T17:07:57.651Z] Removing intermediate container b15b8cb0adff [2021-01-05T17:07:57.651Z] ---> 7111cfb052b3 [2021-01-05T17:07:57.651Z] Step 21/21 : LABEL version=2.0.0-dev.29 [2021-01-05T17:08:00.348Z] ---> Running in d7497e30af3a [2021-01-05T17:08:03.748Z] 25b303627fd3: Pull complete [2021-01-05T17:08:03.748Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-05T17:08:04.020Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-05T17:08:04.020Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-05T17:08:04.252Z] prd-ubuntu18.04-docker-arm64-4c-16g-18529 does not seem to be running inside a container [2021-01-05T17:08:04.329Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/274 -v /w/workspace/edgex-go/274:/w/workspace/edgex-go/274:rw,z -v /w/workspace/edgex-go/274@tmp:/w/workspace/edgex-go/274@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-05T17:08:05.720Z] Removing intermediate container d7497e30af3a [2021-01-05T17:08:05.720Z] ---> c5c3d32bc7de [2021-01-05T17:08:05.720Z] [2021-01-05T17:08:06.313Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T17:08:06.313Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-05T17:08:06.313Z] ---> c18523b006ee [2021-01-05T17:08:06.313Z] Step 3/21 : WORKDIR /edgex-go [2021-01-05T17:08:06.313Z] ---> Using cache [2021-01-05T17:08:06.313Z] ---> 778bc46483a2 [2021-01-05T17:08:06.313Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T17:08:06.313Z] ---> Using cache [2021-01-05T17:08:06.313Z] ---> 9d579f178f06 [2021-01-05T17:08:06.313Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-05T17:08:06.313Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T17:08:06.313Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-05T17:08:06.313Z] ---> c18523b006ee [2021-01-05T17:08:06.313Z] Step 3/23 : WORKDIR /edgex-go [2021-01-05T17:08:06.313Z] ---> Using cache [2021-01-05T17:08:06.313Z] ---> 778bc46483a2 [2021-01-05T17:08:06.313Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T17:08:06.313Z] ---> Using cache [2021-01-05T17:08:06.313Z] ---> 9d579f178f06 [2021-01-05T17:08:06.313Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-05T17:08:06.313Z] Successfully built c5c3d32bc7de [2021-01-05T17:08:06.313Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-05T17:08:06.576Z]  Building docker-security-proxy-setup-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T17:08:06.576Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-05T17:08:06.576Z] ---> c18523b006ee [2021-01-05T17:08:06.576Z] Step 3/24 : WORKDIR /edgex-go [2021-01-05T17:08:06.576Z] ---> Using cache [2021-01-05T17:08:06.576Z] ---> 778bc46483a2 [2021-01-05T17:08:06.576Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T17:08:06.576Z] ---> Using cache [2021-01-05T17:08:06.576Z] ---> 9d579f178f06 [2021-01-05T17:08:06.576Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-05T17:08:07.513Z] $ docker top 22258dd1bf8da630687f7511055d6fb090045ccc8894137cf8c0bc507d11d3fc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T17:08:07.986Z] ---> Running in e17f249b3c72 [2021-01-05T17:08:07.986Z] ---> Running in 476ef24d3726 [2021-01-05T17:08:07.986Z] ---> Running in a4efee4c6ee6 [2021-01-05T17:08:08.502Z] + + docker-composegrep build parallel --help [2021-01-05T17:08:08.502Z] [2021-01-05T17:08:10.602Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T17:08:10.602Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T17:08:10.602Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T17:08:12.020Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T17:08:12.020Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T17:08:12.285Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T17:08:12.868Z] OK: 233 MiB in 51 packages [2021-01-05T17:08:13.838Z] OK: 233 MiB in 51 packages [2021-01-05T17:08:13.934Z] --parallel Build images in parallel. [Pipeline] } [2021-01-05T17:08:13.963Z] $ docker stop --time=1 22258dd1bf8da630687f7511055d6fb090045ccc8894137cf8c0bc507d11d3fc [2021-01-05T17:08:14.121Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T17:08:14.121Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-05T17:08:14.121Z] ---> c18523b006ee [2021-01-05T17:08:14.121Z] Step 3/26 : WORKDIR /edgex-go [2021-01-05T17:08:14.121Z] ---> Using cache [2021-01-05T17:08:14.121Z] ---> 778bc46483a2 [2021-01-05T17:08:14.121Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T17:08:14.121Z] ---> Using cache [2021-01-05T17:08:14.121Z] ---> 9d579f178f06 [2021-01-05T17:08:14.121Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-05T17:08:14.121Z] OK: 233 MiB in 51 packages [2021-01-05T17:08:14.705Z] ---> Running in 4165c7b6b332 [2021-01-05T17:08:14.705Z] Removing intermediate container 476ef24d3726 [2021-01-05T17:08:14.705Z] ---> 2c4ef9b7a429 [2021-01-05T17:08:14.705Z] Step 6/23 : COPY go.mod . [2021-01-05T17:08:15.691Z] ---> b022459dfc65 [2021-01-05T17:08:15.691Z] Step 7/23 : RUN go mod download [2021-01-05T17:08:15.843Z] $ docker rm -f 22258dd1bf8da630687f7511055d6fb090045ccc8894137cf8c0bc507d11d3fc [2021-01-05T17:08:15.956Z] Removing intermediate container a4efee4c6ee6 [2021-01-05T17:08:15.956Z] ---> d52ef4de6859 [2021-01-05T17:08:15.956Z] Step 6/21 : COPY go.mod . [2021-01-05T17:08:15.956Z] Removing intermediate container e17f249b3c72 [2021-01-05T17:08:15.956Z] ---> aebf18b093cc [2021-01-05T17:08:15.956Z] Step 6/24 : COPY go.mod . [2021-01-05T17:08:15.956Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T17:08:15.956Z] ---> Running in 20e07ee8c149 [Pipeline] // withDockerContainer [Pipeline] writeFile [2021-01-05T17:08:16.229Z] ---> be328c4d872d [2021-01-05T17:08:16.229Z] Step 7/21 : RUN go mod download [2021-01-05T17:08:16.229Z] ---> 4e066c6836d8 [2021-01-05T17:08:16.229Z] Step 7/24 : RUN go mod download [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:08:16.504Z] ---> Running in 69986a4ab4a2 [2021-01-05T17:08:16.504Z] ---> Running in 126e462be90e [2021-01-05T17:08:16.666Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-05T17:08:16.666Z] . [Pipeline] withDockerContainer [2021-01-05T17:08:16.956Z] prd-ubuntu18.04-docker-arm64-4c-16g-18529 does not seem to be running inside a container [2021-01-05T17:08:17.042Z] $ 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/274 -v /w/workspace/edgex-go/274:/w/workspace/edgex-go/274:rw,z -v /w/workspace/edgex-go/274@tmp:/w/workspace/edgex-go/274@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-05T17:08:17.927Z] Removing intermediate container 20e07ee8c149 [2021-01-05T17:08:17.927Z] ---> 650ef74a7ad0 [2021-01-05T17:08:17.927Z] Step 8/23 : COPY . . [2021-01-05T17:08:18.460Z] $ docker top 45e4d337ef61b382d54d5a6b46ab68d0c4d6a22b23399b923e676e0f6daa5939 -eo pid,comm [2021-01-05T17:08:18.514Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T17:08:18.514Z] Removing intermediate container 69986a4ab4a2 [2021-01-05T17:08:18.514Z] ---> f0b97d0a22b6 [2021-01-05T17:08:18.514Z] Step 8/21 : COPY . . [2021-01-05T17:08:18.786Z] Removing intermediate container 126e462be90e [2021-01-05T17:08:18.786Z] ---> 2cb589e9124b [2021-01-05T17:08:18.786Z] Step 8/24 : COPY . . [Pipeline] { [Pipeline] sh [2021-01-05T17:08:19.478Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-05T17:08:21.387Z] OK: 233 MiB in 51 packages [2021-01-05T17:08:24.884Z] Building docker-core-command-go ... [2021-01-05T17:08:24.884Z] Building docker-core-data-go ... [2021-01-05T17:08:24.884Z] Building docker-core-metadata-go ... [2021-01-05T17:08:24.884Z] Building docker-security-bootstrap-redis-go ... [2021-01-05T17:08:24.884Z] Building docker-security-proxy-setup-go ... [2021-01-05T17:08:24.884Z] Building docker-security-secretstore-setup-go ... [2021-01-05T17:08:24.884Z] Building docker-support-notifications-go ... [2021-01-05T17:08:24.884Z] Building docker-support-scheduler-go ... [2021-01-05T17:08:24.884Z] Building docker-sys-mgmt-agent-go ... [2021-01-05T17:08:24.884Z] Building docker-core-metadata-go [2021-01-05T17:08:24.884Z] Building docker-support-notifications-go [2021-01-05T17:08:24.884Z] Building docker-core-command-go [2021-01-05T17:08:24.884Z] Building docker-security-proxy-setup-go [2021-01-05T17:08:24.884Z] Building docker-security-bootstrap-redis-go [2021-01-05T17:08:26.762Z] Removing intermediate container 4165c7b6b332 [2021-01-05T17:08:26.762Z] ---> 5fbe2930964e [2021-01-05T17:08:26.762Z] Step 6/26 : COPY go.mod . [2021-01-05T17:08:31.220Z] ---> e53c4c9b8a78 [2021-01-05T17:08:31.220Z] Step 7/26 : RUN go mod download [2021-01-05T17:08:33.883Z] ---> Running in bbb3b6676098 [2021-01-05T17:08:39.297Z] Removing intermediate container bbb3b6676098 [2021-01-05T17:08:39.297Z] ---> 80b3ab4e688d [2021-01-05T17:08:39.297Z] Step 8/26 : COPY . . [2021-01-05T17:08:47.947Z] ---> bd233b6a8143 [2021-01-05T17:08:47.947Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-05T17:08:47.947Z] ---> 86a6528d307e [2021-01-05T17:08:47.947Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-05T17:08:47.947Z] ---> 6bfd90eb4d5f [2021-01-05T17:08:47.947Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-05T17:08:48.527Z] ---> Running in 1d8b58651962 [2021-01-05T17:08:48.527Z] ---> Running in ff04bfd6eda7 [2021-01-05T17:08:48.527Z] ---> Running in f2f5ac3f2dbb [2021-01-05T17:08:50.516Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.29" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-05T17:08:50.516Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.29" -o cmd/core-data/core-data ./cmd/core-data [2021-01-05T17:08:50.516Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.29" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-05T17:09:00.685Z] ---> ec5d8e405f8b [2021-01-05T17:09:00.685Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-05T17:09:00.685Z] ---> Running in 485df9a4f4f2 [2021-01-05T17:09:00.954Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.29" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-05T17:09:04.778Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T17:09:04.778Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-05T17:09:04.778Z] ---> e0ba08aa1f2b [2021-01-05T17:09:04.778Z] Step 3/24 : WORKDIR /edgex-go [2021-01-05T17:09:04.778Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T17:09:04.778Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-05T17:09:04.778Z] ---> e0ba08aa1f2b [2021-01-05T17:09:04.778Z] Step 3/22 : WORKDIR /edgex-go [2021-01-05T17:09:05.053Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T17:09:05.053Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-05T17:09:05.053Z] ---> e0ba08aa1f2b [2021-01-05T17:09:05.053Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 3/22 : WORKDIR /edgex-go [2021-01-05T17:09:05.053Z] [2021-01-05T17:09:05.053Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-05T17:09:05.053Z] ---> e0ba08aa1f2b [2021-01-05T17:09:05.053Z] Step 3/22 : WORKDIR /edgex-go [2021-01-05T17:09:05.053Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T17:09:05.053Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-05T17:09:05.053Z] ---> e0ba08aa1f2b [2021-01-05T17:09:05.053Z] Step 3/21 : WORKDIR /edgex-go [2021-01-05T17:09:07.689Z] ---> Running in 7be935b0f1be [2021-01-05T17:09:07.689Z] ---> Running in 62922344db0e [2021-01-05T17:09:07.689Z] ---> Running in 4d17ca1addf5 [2021-01-05T17:09:07.689Z] ---> Running in 2e9f16fc6cd1 [2021-01-05T17:09:07.689Z] ---> Running in 46d04d714019 [2021-01-05T17:09:08.289Z] Removing intermediate container 7be935b0f1be [2021-01-05T17:09:08.289Z] ---> 3961aedfb41a [2021-01-05T17:09:08.289Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T17:09:08.289Z] Removing intermediate container 46d04d714019 [2021-01-05T17:09:08.289Z] Removing intermediate container 62922344db0e [2021-01-05T17:09:08.289Z] ---> b8da9c7c7ca7 [2021-01-05T17:09:08.289Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T17:09:08.289Z] ---> 15769b5b2d98 [2021-01-05T17:09:08.289Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T17:09:08.289Z] Removing intermediate container 2e9f16fc6cd1 [2021-01-05T17:09:08.289Z] ---> 0341311e0320 [2021-01-05T17:09:08.289Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T17:09:08.289Z] Removing intermediate container 4d17ca1addf5 [2021-01-05T17:09:08.289Z] ---> 97dc1496260f [2021-01-05T17:09:08.289Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T17:09:08.563Z] ---> Running in ef8fa4d384db [2021-01-05T17:09:08.563Z] ---> Running in 438b7f2239fd [2021-01-05T17:09:08.563Z] ---> Running in cc3cc6d767ac [2021-01-05T17:09:08.563Z] ---> Running in 11de1c2f4963 [2021-01-05T17:09:08.563Z] ---> Running in fd6196dcd3c5 [2021-01-05T17:09:11.981Z] Removing intermediate container ef8fa4d384db [2021-01-05T17:09:11.981Z] ---> 5afc83200abf [2021-01-05T17:09:11.981Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-05T17:09:12.256Z] ---> Running in de1f620e14a1 [2021-01-05T17:09:12.534Z] Removing intermediate container cc3cc6d767ac [2021-01-05T17:09:12.534Z] ---> fa9915c7b7f1 [2021-01-05T17:09:12.534Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-05T17:09:12.534Z] Removing intermediate container 11de1c2f4963 [2021-01-05T17:09:12.534Z] ---> cb6a7c8643d7 [2021-01-05T17:09:12.534Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-05T17:09:12.816Z] ---> Running in be36b47878a2 [2021-01-05T17:09:12.816Z] ---> Running in b5d235684dee [2021-01-05T17:09:13.106Z] Removing intermediate container 438b7f2239fd [2021-01-05T17:09:13.106Z] ---> db9b4a928f74 [2021-01-05T17:09:13.106Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-05T17:09:13.106Z] Removing intermediate container fd6196dcd3c5 [2021-01-05T17:09:13.106Z] ---> 2664f3e03b0b [2021-01-05T17:09:13.106Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-05T17:09:13.335Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.29" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-05T17:09:13.382Z] ---> Running in 01a0552e6a19 [2021-01-05T17:09:13.693Z] ---> Running in d44254a92bf4 [2021-01-05T17:09:14.302Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T17:09:14.906Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T17:09:14.906Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T17:09:14.906Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T17:09:15.179Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T17:09:15.179Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T17:09:15.463Z] OK: 217 MiB in 51 packages [2021-01-05T17:09:15.740Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T17:09:15.740Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T17:09:16.019Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T17:09:16.019Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T17:09:16.626Z] OK: 217 MiB in 51 packages [2021-01-05T17:09:16.626Z] OK: 217 MiB in 51 packages [2021-01-05T17:09:16.907Z] OK: 217 MiB in 51 packages [2021-01-05T17:09:16.907Z] OK: 217 MiB in 51 packages [2021-01-05T17:09:17.185Z] Removing intermediate container de1f620e14a1 [2021-01-05T17:09:17.185Z] ---> b9a53b092782 [2021-01-05T17:09:17.185Z] Step 6/22 : COPY go.mod . [2021-01-05T17:09:18.175Z] ---> 38ccb252250b [2021-01-05T17:09:18.175Z] Step 7/22 : RUN go mod download [2021-01-05T17:09:18.450Z] ---> Running in 642dd272aaa3 [2021-01-05T17:09:18.450Z] Removing intermediate container be36b47878a2 [2021-01-05T17:09:18.450Z] ---> 2cbc81bb2072 [2021-01-05T17:09:18.450Z] Step 6/22 : COPY go.mod . [2021-01-05T17:09:18.450Z] Removing intermediate container b5d235684dee [2021-01-05T17:09:18.451Z] ---> 98f5bcfd5428 [2021-01-05T17:09:18.451Z] Step 6/21 : COPY go.mod . [2021-01-05T17:09:18.707Z] Removing intermediate container 1d8b58651962 [2021-01-05T17:09:18.707Z] ---> efedaa477cf2 [2021-01-05T17:09:18.707Z] [2021-01-05T17:09:18.707Z] Step 10/21 : FROM scratch [2021-01-05T17:09:18.707Z] ---> [2021-01-05T17:09:18.707Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T17:09:18.740Z] Removing intermediate container d44254a92bf4 [2021-01-05T17:09:18.740Z] ---> 24a22c770933 [2021-01-05T17:09:18.740Z] Step 6/24 : COPY go.mod . [2021-01-05T17:09:19.023Z] Removing intermediate container 01a0552e6a19 [2021-01-05T17:09:19.023Z] ---> 9e4093495fd8 [2021-01-05T17:09:19.023Z] Step 6/22 : COPY go.mod . [2021-01-05T17:09:19.646Z] ---> 4a371064c37c [2021-01-05T17:09:19.646Z] Step 7/22 : RUN go mod download [2021-01-05T17:09:19.646Z] ---> 680eb4e4ecb5 [2021-01-05T17:09:19.646Z] Step 7/21 : RUN go mod download [2021-01-05T17:09:19.646Z] ---> Running in 78d611548c59 [2021-01-05T17:09:19.703Z] ---> Using cache [2021-01-05T17:09:19.703Z] ---> a40994412efb [2021-01-05T17:09:19.703Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-05T17:09:20.254Z] ---> Running in 7c3fba782fb2 [2021-01-05T17:09:20.254Z] ---> c94bb1568a02 [2021-01-05T17:09:20.254Z] Step 7/24 : RUN go mod download [2021-01-05T17:09:20.254Z] ---> 2ea872425ab6 [2021-01-05T17:09:20.254Z] Step 7/22 : RUN go mod download [2021-01-05T17:09:20.289Z] ---> Running in d326c56c41c8 [2021-01-05T17:09:20.555Z] ---> Running in 7c43ad9f130c [2021-01-05T17:09:20.555Z] ---> Running in ea6bc67155be [2021-01-05T17:09:22.215Z] Removing intermediate container f2f5ac3f2dbb [2021-01-05T17:09:22.215Z] ---> bc5101fb19a5 [2021-01-05T17:09:22.215Z] [2021-01-05T17:09:22.215Z] Step 10/24 : FROM alpine:3.12 [2021-01-05T17:09:22.215Z] ---> 389fef711851 [2021-01-05T17:09:22.215Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-05T17:09:22.215Z] ---> Using cache [2021-01-05T17:09:22.215Z] ---> 1c02d2fdf8a4 [2021-01-05T17:09:22.215Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-05T17:09:22.543Z] Removing intermediate container 642dd272aaa3 [2021-01-05T17:09:22.543Z] ---> b760bdd20f01 [2021-01-05T17:09:22.543Z] Step 8/22 : COPY . . [2021-01-05T17:09:22.796Z] Removing intermediate container d326c56c41c8 [2021-01-05T17:09:22.797Z] ---> a7ca9d51e7fc [2021-01-05T17:09:22.797Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-05T17:09:22.797Z] ---> Running in 585e61cc5f87 [2021-01-05T17:09:22.797Z] ---> Running in aabb52a35c56 [2021-01-05T17:09:23.060Z] Removing intermediate container 585e61cc5f87 [2021-01-05T17:09:23.060Z] ---> 1479aaeb1557 [2021-01-05T17:09:23.060Z] Step 13/24 : WORKDIR / [2021-01-05T17:09:23.060Z] Removing intermediate container aabb52a35c56 [2021-01-05T17:09:23.060Z] ---> a74d8a63b491 [2021-01-05T17:09:23.060Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-05T17:09:23.060Z] ---> Running in 77aa7ba0699c [2021-01-05T17:09:23.643Z] ---> ac0adde69ce8 [2021-01-05T17:09:23.643Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-05T17:09:24.553Z] Removing intermediate container 78d611548c59 [2021-01-05T17:09:24.553Z] ---> 4607284b57eb [2021-01-05T17:09:24.553Z] Step 8/22 : COPY . . [2021-01-05T17:09:24.601Z] Removing intermediate container 77aa7ba0699c [2021-01-05T17:09:24.602Z] ---> 000b39f44b9e [2021-01-05T17:09:24.602Z] 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-05T17:09:24.835Z] Removing intermediate container 7c3fba782fb2 [2021-01-05T17:09:24.836Z] ---> 71ea22cc18ca [2021-01-05T17:09:24.836Z] Step 8/21 : COPY . . [2021-01-05T17:09:25.567Z] ---> 30b9903bfed8 [2021-01-05T17:09:25.567Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-05T17:09:25.567Z] Removing intermediate container ff04bfd6eda7 [2021-01-05T17:09:25.567Z] ---> 949f5a1581cc [2021-01-05T17:09:25.567Z] [2021-01-05T17:09:25.567Z] Step 10/23 : FROM alpine:3.12 [2021-01-05T17:09:25.567Z] ---> 389fef711851 [2021-01-05T17:09:25.567Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T17:09:25.567Z] ---> 1e8e3bfb1c14 [2021-01-05T17:09:25.567Z] 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-05T17:09:25.567Z] ---> Running in a79092a64907 [2021-01-05T17:09:25.850Z] Removing intermediate container ea6bc67155be [2021-01-05T17:09:25.850Z] ---> cdfff3f681ed [2021-01-05T17:09:25.850Z] Step 8/22 : COPY . . [2021-01-05T17:09:26.127Z] Removing intermediate container 7c43ad9f130c [2021-01-05T17:09:26.127Z] ---> d9a822ead689 [2021-01-05T17:09:26.127Z] Step 8/24 : COPY . . [2021-01-05T17:09:26.968Z] ---> 9ee9cd513acf [2021-01-05T17:09:26.968Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-05T17:09:27.235Z] Removing intermediate container a79092a64907 [2021-01-05T17:09:27.235Z] ---> 38170fa55dba [2021-01-05T17:09:27.235Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-05T17:09:27.235Z] ---> f8e21c4892dd [2021-01-05T17:09:27.235Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-05T17:09:27.235Z] ---> Running in 13c76aec70fa [2021-01-05T17:09:27.235Z] Removing intermediate container 485df9a4f4f2 [2021-01-05T17:09:27.235Z] ---> bbffd51048f4 [2021-01-05T17:09:27.235Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-05T17:09:27.235Z] ---> Running in c5514126dcda [2021-01-05T17:09:27.498Z] ---> Running in 82221ecf2e67 [2021-01-05T17:09:27.779Z] Removing intermediate container 13c76aec70fa [2021-01-05T17:09:27.779Z] ---> 551723abfdb8 [2021-01-05T17:09:27.779Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T17:09:27.779Z] ---> 2a5890733d22 [2021-01-05T17:09:27.779Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-05T17:09:27.779Z] Removing intermediate container c5514126dcda [2021-01-05T17:09:27.779Z] ---> b6f12c93e9e7 [2021-01-05T17:09:27.779Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-05T17:09:27.779Z] ---> Running in af2e20a191d8 [2021-01-05T17:09:28.051Z] ---> Running in a36c9bc6e540 [2021-01-05T17:09:28.319Z] Removing intermediate container af2e20a191d8 [2021-01-05T17:09:28.319Z] ---> 55d6b362716e [2021-01-05T17:09:28.319Z] Step 19/21 : LABEL arch=x86_64 [2021-01-05T17:09:28.319Z] Removing intermediate container a36c9bc6e540 [2021-01-05T17:09:28.319Z] ---> 4e6819617a99 [2021-01-05T17:09:28.319Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T17:09:28.319Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.29" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-05T17:09:28.319Z] ---> Running in 67f49225923e [2021-01-05T17:09:28.319Z] ---> Running in cd77f5d69a74 [2021-01-05T17:09:28.319Z] ---> 98546f5fa190 [2021-01-05T17:09:28.319Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-05T17:09:28.597Z] Removing intermediate container 67f49225923e [2021-01-05T17:09:28.597Z] ---> 97b147403f35 [2021-01-05T17:09:28.597Z] Step 20/21 : LABEL git_sha=5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:09:29.564Z] ---> Running in 6e1b19a4cbd1 [2021-01-05T17:09:29.564Z] ---> 008cfc732a3f [2021-01-05T17:09:29.564Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-05T17:09:29.832Z] Removing intermediate container 6e1b19a4cbd1 [2021-01-05T17:09:29.832Z] ---> 364ca0309c91 [2021-01-05T17:09:29.832Z] Step 21/21 : LABEL version=2.0.0-dev.29 [2021-01-05T17:09:30.099Z] ---> ef9e3dfa38ed [2021-01-05T17:09:30.099Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-05T17:09:30.099Z] ---> Running in 32d5695ee495 [2021-01-05T17:09:30.363Z] ---> Running in 64d7a6301f0c [2021-01-05T17:09:30.363Z] Removing intermediate container 82221ecf2e67 [2021-01-05T17:09:30.363Z] ---> e274599db624 [2021-01-05T17:09:30.363Z] [2021-01-05T17:09:30.363Z] Step 11/26 : FROM docker:20.10.0 [2021-01-05T17:09:30.363Z] 20.10.0: Pulling from library/docker [2021-01-05T17:09:30.627Z] Removing intermediate container 32d5695ee495 [2021-01-05T17:09:30.627Z] ---> 8ea572da532f [2021-01-05T17:09:30.627Z] [2021-01-05T17:09:30.627Z] Removing intermediate container cd77f5d69a74 [2021-01-05T17:09:30.627Z] ---> ea22c4530079 [2021-01-05T17:09:30.627Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-05T17:09:30.891Z] ---> Running in d33c86a1a253 [2021-01-05T17:09:30.891Z] Successfully built 8ea572da532f [2021-01-05T17:09:30.891Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-05T17:09:31.482Z]  Building docker-support-scheduler-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T17:09:32.059Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T17:09:32.327Z] Removing intermediate container 64d7a6301f0c [2021-01-05T17:09:32.328Z] ---> 206dc74a0f19 [2021-01-05T17:09:32.328Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-05T17:09:32.592Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-05T17:09:32.592Z] ---> Running in ef3ea3def687 [2021-01-05T17:09:32.592Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-05T17:09:32.858Z] Removing intermediate container ef3ea3def687 [2021-01-05T17:09:32.858Z] ---> 2c6fcccd32bd [2021-01-05T17:09:32.858Z] Step 22/24 : LABEL arch=x86_64 [2021-01-05T17:09:32.858Z] ---> Running in 0ae8b8c680dc [2021-01-05T17:09:32.858Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-05T17:09:33.437Z] Removing intermediate container 0ae8b8c680dc [2021-01-05T17:09:33.437Z] ---> d79c12bf934a [2021-01-05T17:09:33.437Z] Step 23/24 : LABEL git_sha=5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:09:33.437Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-05T17:09:33.437Z] ---> Running in c80f54b21e18 [2021-01-05T17:09:33.702Z] Removing intermediate container c80f54b21e18 [2021-01-05T17:09:33.702Z] ---> 870cc89f9081 [2021-01-05T17:09:33.702Z] Step 24/24 : LABEL version=2.0.0-dev.29 [2021-01-05T17:09:33.702Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-05T17:09:33.969Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T17:09:33.969Z] OK: 8 MiB in 19 packages [2021-01-05T17:09:33.969Z] ---> Running in a9a3c96b7e70 [2021-01-05T17:09:34.232Z] Removing intermediate container a9a3c96b7e70 [2021-01-05T17:09:34.232Z] ---> c95da35bb6d6 [2021-01-05T17:09:34.232Z] [2021-01-05T17:09:34.497Z] Successfully built c95da35bb6d6 [2021-01-05T17:09:34.497Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-05T17:09:35.074Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container d33c86a1a253 [2021-01-05T17:09:35.074Z] ---> d286d109b64a [2021-01-05T17:09:35.074Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-05T17:09:35.337Z] ---> ab443a0c6df4 [2021-01-05T17:09:35.337Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-05T17:09:35.600Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-05T17:09:35.600Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-05T17:09:35.600Z] ---> aefe523efa57 [2021-01-05T17:09:35.600Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-05T17:09:35.868Z] ---> Running in ac6bdec37ab8 [2021-01-05T17:09:35.868Z] ---> 026961faa1a7 [2021-01-05T17:09:35.868Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-05T17:09:36.131Z] ---> 11a98200d406 [2021-01-05T17:09:36.131Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-05T17:09:36.395Z] ---> Running in 5b72c776c3ff [2021-01-05T17:09:36.395Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T17:09:36.395Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T17:09:36.395Z] Removing intermediate container 5b72c776c3ff [2021-01-05T17:09:36.395Z] ---> 372d658da066 [2021-01-05T17:09:36.395Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T17:09:36.395Z] ---> Running in bd50a8b2a71a [2021-01-05T17:09:36.657Z] (1/2) Installing readline (8.0.4-r0) [2021-01-05T17:09:36.657Z] (2/2) Installing bash (5.0.17-r0) [2021-01-05T17:09:36.657Z] Executing bash-5.0.17-r0.post-install [2021-01-05T17:09:36.657Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T17:09:36.657Z] OK: 12 MiB in 22 packages [2021-01-05T17:09:36.657Z] Removing intermediate container bd50a8b2a71a [2021-01-05T17:09:36.657Z] ---> c3311eecacfc [2021-01-05T17:09:36.657Z] Step 21/23 : LABEL arch=x86_64 [2021-01-05T17:09:36.657Z] ---> Running in d573c0ee8309 [2021-01-05T17:09:37.232Z] Removing intermediate container d573c0ee8309 [2021-01-05T17:09:37.232Z] ---> 8345be6cdea6 [2021-01-05T17:09:37.232Z] Step 22/23 : LABEL git_sha=5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:09:37.232Z] ---> Running in ebd252419158 [2021-01-05T17:09:37.232Z] Removing intermediate container ac6bdec37ab8 [2021-01-05T17:09:37.232Z] ---> 514ec7c47677 [2021-01-05T17:09:37.232Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-05T17:09:37.495Z] Removing intermediate container ebd252419158 [2021-01-05T17:09:37.495Z] ---> ecb1d4460d98 [2021-01-05T17:09:37.495Z] Step 23/23 : LABEL version=2.0.0-dev.29 [2021-01-05T17:09:37.495Z] ---> Running in f60d931dba94 [2021-01-05T17:09:37.495Z] ---> Running in 15eb8656346d [2021-01-05T17:09:37.758Z] Removing intermediate container f60d931dba94 [2021-01-05T17:09:37.758Z] ---> 4852102c1aae [2021-01-05T17:09:37.758Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-05T17:09:37.758Z] Removing intermediate container 15eb8656346d [2021-01-05T17:09:37.758Z] ---> bef44e623ed8 [2021-01-05T17:09:37.758Z] [2021-01-05T17:09:37.758Z] ---> Running in f4361d581af6 [2021-01-05T17:09:37.758Z] Successfully built bef44e623ed8 [2021-01-05T17:09:37.758Z] Successfully tagged docker-core-data-go:latest [2021-01-05T17:09:38.021Z]  Building docker-core-data-go ... done Removing intermediate container f4361d581af6 [2021-01-05T17:09:38.021Z] ---> 96c5b45b5373 [2021-01-05T17:09:38.021Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-05T17:09:38.021Z] ---> Running in 1db528e9b1db [2021-01-05T17:09:38.293Z] Removing intermediate container 1db528e9b1db [2021-01-05T17:09:38.293Z] ---> 01265e30fe5e [2021-01-05T17:09:38.293Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-05T17:09:38.557Z] ---> c9f5a9cae9e6 [2021-01-05T17:09:38.557Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-05T17:09:38.822Z] ---> e18aecd1d951 [2021-01-05T17:09:38.822Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-05T17:09:39.399Z] ---> 153199facc49 [2021-01-05T17:09:39.399Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-05T17:09:39.399Z] ---> Running in eff4724732f5 [2021-01-05T17:09:39.974Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T17:09:39.974Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T17:09:39.974Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-05T17:09:39.974Z] (2/33) Installing expat (2.2.9-r1) [2021-01-05T17:09:39.974Z] (3/33) Installing libffi (3.3-r2) [2021-01-05T17:09:40.238Z] (4/33) Installing gdbm (1.13-r1) [2021-01-05T17:09:40.238Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-05T17:09:40.238Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-05T17:09:40.238Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-05T17:09:41.184Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-05T17:09:41.184Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-05T17:09:41.184Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-05T17:09:41.184Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-05T17:09:41.184Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-05T17:09:41.184Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-05T17:09:41.184Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-05T17:09:41.184Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-05T17:09:41.446Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-05T17:09:41.446Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-05T17:09:41.446Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-05T17:09:41.446Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-05T17:09:41.446Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-05T17:09:41.446Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-05T17:09:41.446Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-05T17:09:41.446Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-05T17:09:41.446Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-05T17:09:41.446Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-05T17:09:41.446Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-05T17:09:41.710Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-05T17:09:41.710Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-05T17:09:41.710Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-05T17:09:41.710Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-05T17:09:41.710Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-05T17:09:41.710Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-05T17:09:41.710Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-05T17:09:41.977Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T17:09:41.977Z] OK: 71 MiB in 55 packages [2021-01-05T17:09:44.473Z] ---> 0525b9675099 [2021-01-05T17:09:44.473Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-05T17:09:44.473Z] ---> 9a8dc2f33154 [2021-01-05T17:09:44.473Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-05T17:09:44.473Z] ---> c65ae58d0143 [2021-01-05T17:09:44.473Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-05T17:09:44.473Z] ---> 958ff298045c [2021-01-05T17:09:44.473Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-05T17:09:44.473Z] ---> f014e5cf679d [2021-01-05T17:09:44.473Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-05T17:09:44.473Z] ---> Running in 0d5036816c9a [2021-01-05T17:09:44.473Z] ---> Running in abd8d9fd70b0 [2021-01-05T17:09:44.473Z] ---> Running in 22c2b286ea33 [2021-01-05T17:09:44.473Z] ---> Running in 7e72e6255a98 [2021-01-05T17:09:44.473Z] ---> Running in 68bd0ae84f11 [2021-01-05T17:09:45.085Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.29" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-05T17:09:45.085Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.29" -o cmd/core-command/core-command ./cmd/core-command [2021-01-05T17:09:45.711Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.29" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-05T17:09:45.711Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.29" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-05T17:09:45.711Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.29" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-05T17:09:50.154Z] Removing intermediate container eff4724732f5 [2021-01-05T17:09:50.154Z] ---> 2a777725360a [2021-01-05T17:09:50.154Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-05T17:09:50.154Z] ---> Running in 0f40dd0255e8 [2021-01-05T17:09:52.125Z] Collecting docker-compose==1.23.2 [2021-01-05T17:09:52.125Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-05T17:09:52.125Z] Collecting docopt<0.7,>=0.6.1 [2021-01-05T17:09:52.125Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-05T17:09:52.722Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-05T17:09:52.722Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-05T17:09:52.987Z] Collecting docker<4.0,>=3.6.0 [2021-01-05T17:09:52.987Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-05T17:09:53.249Z] Collecting jsonschema<3,>=2.5.1 [2021-01-05T17:09:53.249Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-05T17:09:53.249Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-05T17:09:53.249Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-05T17:09:53.510Z] Collecting cached-property<2,>=1.2.0 [2021-01-05T17:09:53.510Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-05T17:09:53.510Z] Collecting PyYAML<4,>=3.10 [2021-01-05T17:09:53.510Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-05T17:09:54.457Z] Collecting texttable<0.10,>=0.9.0 [2021-01-05T17:09:54.457Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-05T17:09:55.031Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-05T17:09:55.031Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-05T17:09:55.293Z] 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-05T17:09:55.556Z] Collecting idna<2.8,>=2.5 [2021-01-05T17:09:55.556Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-05T17:09:55.556Z] 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-05T17:09:55.556Z] 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-05T17:09:55.556Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-05T17:09:55.556Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-05T17:09:55.820Z] Collecting docker-pycreds>=0.4.0 [2021-01-05T17:09:55.820Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-05T17:09:55.820Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-05T17:09:55.820Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-05T17:09:55.820Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-05T17:09:55.820Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-05T17:09:56.081Z] Installing collected packages: docopt, idna, urllib3, requests, websocket-client, docker-pycreds, docker, jsonschema, cached-property, PyYAML, texttable, dockerpty, docker-compose [2021-01-05T17:09:56.081Z] Running setup.py install for docopt: started [2021-01-05T17:09:56.343Z] Running setup.py install for docopt: finished with status 'done' [2021-01-05T17:09:56.343Z] Attempting uninstall: idna [2021-01-05T17:09:56.343Z] Found existing installation: idna 2.9 [2021-01-05T17:09:56.343Z] Uninstalling idna-2.9: [2021-01-05T17:09:56.343Z] Successfully uninstalled idna-2.9 [2021-01-05T17:09:56.605Z] Attempting uninstall: urllib3 [2021-01-05T17:09:56.605Z] Found existing installation: urllib3 1.25.9 [2021-01-05T17:09:56.605Z] Uninstalling urllib3-1.25.9: [2021-01-05T17:09:56.605Z] Successfully uninstalled urllib3-1.25.9 [2021-01-05T17:09:56.867Z] Attempting uninstall: requests [2021-01-05T17:09:56.867Z] Found existing installation: requests 2.23.0 [2021-01-05T17:09:56.867Z] Uninstalling requests-2.23.0: [2021-01-05T17:09:56.867Z] Successfully uninstalled requests-2.23.0 [2021-01-05T17:09:57.440Z] Running setup.py install for PyYAML: started [2021-01-05T17:09:58.014Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-05T17:09:58.014Z] Running setup.py install for texttable: started [2021-01-05T17:09:58.589Z] Running setup.py install for texttable: finished with status 'done' [2021-01-05T17:09:58.589Z] Running setup.py install for dockerpty: started [2021-01-05T17:09:58.853Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-05T17:09:59.116Z] 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-05T17:10:02.436Z] Removing intermediate container 0f40dd0255e8 [2021-01-05T17:10:02.436Z] ---> 867c34462620 [2021-01-05T17:10:02.436Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-05T17:10:02.436Z] ---> Running in db1a5ffcd0e5 [2021-01-05T17:10:03.402Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T17:10:03.665Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T17:10:03.665Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T17:10:03.665Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-05T17:10:03.930Z] (3/3) Installing curl (7.69.1-r3) [2021-01-05T17:10:03.930Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T17:10:03.930Z] OK: 72 MiB in 58 packages [2021-01-05T17:10:04.508Z] Removing intermediate container db1a5ffcd0e5 [2021-01-05T17:10:04.508Z] ---> 94381182223c [2021-01-05T17:10:04.508Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-05T17:10:04.508Z] ---> Running in 10551eef5dae [2021-01-05T17:10:04.508Z] Removing intermediate container 10551eef5dae [2021-01-05T17:10:04.508Z] ---> 7aef640cda74 [2021-01-05T17:10:04.508Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T17:10:04.771Z] ---> Running in 805af594b189 [2021-01-05T17:10:05.033Z] Removing intermediate container 805af594b189 [2021-01-05T17:10:05.033Z] ---> a7cf1800905f [2021-01-05T17:10:05.033Z] Step 24/26 : LABEL arch=x86_64 [2021-01-05T17:10:05.033Z] ---> Running in e8a848372725 [2021-01-05T17:10:05.033Z] Removing intermediate container e8a848372725 [2021-01-05T17:10:05.033Z] ---> 6b22aa35cc0a [2021-01-05T17:10:05.033Z] Step 25/26 : LABEL git_sha=5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:10:05.299Z] ---> Running in 0b8e312063b0 [2021-01-05T17:10:05.299Z] Removing intermediate container 0b8e312063b0 [2021-01-05T17:10:05.299Z] ---> d652cf9a1b70 [2021-01-05T17:10:05.299Z] Step 26/26 : LABEL version=2.0.0-dev.29 [2021-01-05T17:10:05.562Z] ---> Running in f89fce06b599 [2021-01-05T17:10:05.563Z] Removing intermediate container f89fce06b599 [2021-01-05T17:10:05.563Z] ---> 195356fddd87 [2021-01-05T17:10:05.563Z] [2021-01-05T17:10:05.828Z] Successfully built 195356fddd87 [2021-01-05T17:10:05.828Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-05T17:10:06.101Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-05T17:10:06.124Z] $ docker stop --time=1 a1ad6decdee4941ab20b21a55fd8fef403856c051cc30de492ba746d96a4041d [2021-01-05T17:10:07.883Z] $ docker rm -f a1ad6decdee4941ab20b21a55fd8fef403856c051cc30de492ba746d96a4041d [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-05T17:10:08.408Z] + docker images [2021-01-05T17:10:08.408Z] + grep docker [2021-01-05T17:10:08.408Z] docker-sys-mgmt-agent-go latest 195356fddd87 3 seconds ago 313MB [2021-01-05T17:10:08.408Z] docker-core-data-go latest bef44e623ed8 31 seconds ago 22.2MB [2021-01-05T17:10:08.408Z] docker-security-secretstore-setup-go latest c95da35bb6d6 34 seconds ago 24.6MB [2021-01-05T17:10:08.408Z] docker-support-scheduler-go latest 8ea572da532f 38 seconds ago 10.7MB [2021-01-05T17:10:08.408Z] docker-security-proxy-setup-go latest c5c3d32bc7de 2 minutes ago 24.5MB [2021-01-05T17:10:08.408Z] docker-support-notifications-go latest dc62f187cdcb 2 minutes ago 12MB [2021-01-05T17:10:08.408Z] docker-security-bootstrap-redis-go latest f9bf79b4f5e1 2 minutes ago 15.8MB [2021-01-05T17:10:08.408Z] docker-core-command-go latest c6b91b6eb41d 2 minutes ago 10.6MB [2021-01-05T17:10:08.408Z] docker-core-metadata-go latest a33528b0eb3e 2 minutes ago 13MB [2021-01-05T17:10:08.408Z] docker 20.10.0 aefe523efa57 3 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-05T17:10:08.978Z] provisioning config files... [2021-01-05T17:10:09.015Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/274@tmp/config6346569708545625050tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-05T17:10:09.387Z] ---> docker-login.sh [2021-01-05T17:10:09.387Z] nexus3.edgexfoundry.org:10001 [2021-01-05T17:10:09.387Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T17:10:09.649Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T17:10:09.649Z] Configure a credential helper to remove this warning. See [2021-01-05T17:10:09.649Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T17:10:09.649Z] [2021-01-05T17:10:09.649Z] Login Succeeded [2021-01-05T17:10:09.649Z] nexus3.edgexfoundry.org:10002 [2021-01-05T17:10:09.649Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T17:10:09.649Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T17:10:09.649Z] Configure a credential helper to remove this warning. See [2021-01-05T17:10:09.649Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T17:10:09.649Z] [2021-01-05T17:10:09.649Z] Login Succeeded [2021-01-05T17:10:09.649Z] nexus3.edgexfoundry.org:10003 [2021-01-05T17:10:09.916Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T17:10:09.916Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T17:10:09.916Z] Configure a credential helper to remove this warning. See [2021-01-05T17:10:09.916Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T17:10:09.916Z] [2021-01-05T17:10:09.916Z] Login Succeeded [2021-01-05T17:10:09.916Z] nexus3.edgexfoundry.org:10004 [2021-01-05T17:10:10.178Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T17:10:10.178Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T17:10:10.178Z] Configure a credential helper to remove this warning. See [2021-01-05T17:10:10.178Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T17:10:10.178Z] [2021-01-05T17:10:10.178Z] Login Succeeded [2021-01-05T17:10:10.178Z] docker.io [2021-01-05T17:10:10.178Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T17:10:10.752Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T17:10:10.752Z] Configure a credential helper to remove this warning. See [2021-01-05T17:10:10.752Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T17:10:10.752Z] [2021-01-05T17:10:10.752Z] Login Succeeded [2021-01-05T17:10:10.752Z] ---> docker-login.sh ends [Pipeline] } [2021-01-05T17:10:10.762Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-05T17:10:11.020Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-01-05T17:10:11.020Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:10:11.020Z] 2.0.0-dev.29 [2021-01-05T17:10:11.020Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [2021-01-05T17:10:11.020Z] master [2021-01-05T17:10:11.020Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:11.526Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:5abdadd8b70be8a3e6975420755e8102c38e7ff4 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:11.832Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:10:11.832Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-05T17:10:11.832Z] 1c8cd509cefd: Preparing [2021-01-05T17:10:11.832Z] 88f15869618c: Preparing [2021-01-05T17:10:11.832Z] f5af42a2f1f9: Preparing [2021-01-05T17:10:12.094Z] f5af42a2f1f9: Pushed [2021-01-05T17:10:12.094Z] 1c8cd509cefd: Pushed [2021-01-05T17:10:13.042Z] 88f15869618c: Pushed [2021-01-05T17:10:13.042Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4: digest: sha256:90ecfb7972dfe0163564763730328fceda71b3c812797297beded730e144d319 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:13.356Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.29 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:13.700Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.29 [2021-01-05T17:10:13.700Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-05T17:10:13.700Z] 1c8cd509cefd: Preparing [2021-01-05T17:10:13.700Z] 88f15869618c: Preparing [2021-01-05T17:10:13.700Z] f5af42a2f1f9: Preparing [2021-01-05T17:10:13.700Z] f5af42a2f1f9: Layer already exists [2021-01-05T17:10:13.700Z] 88f15869618c: Layer already exists [2021-01-05T17:10:13.700Z] 1c8cd509cefd: Layer already exists [2021-01-05T17:10:13.700Z] 2.0.0-dev.29: digest: sha256:90ecfb7972dfe0163564763730328fceda71b3c812797297beded730e144d319 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:14.009Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:14.319Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [2021-01-05T17:10:14.319Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-05T17:10:14.319Z] 1c8cd509cefd: Preparing [2021-01-05T17:10:14.319Z] 88f15869618c: Preparing [2021-01-05T17:10:14.319Z] f5af42a2f1f9: Preparing [2021-01-05T17:10:14.319Z] f5af42a2f1f9: Layer already exists [2021-01-05T17:10:14.319Z] 88f15869618c: Layer already exists [2021-01-05T17:10:14.319Z] 1c8cd509cefd: Layer already exists [2021-01-05T17:10:14.319Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29: digest: sha256:90ecfb7972dfe0163564763730328fceda71b3c812797297beded730e144d319 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:14.629Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:14.977Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-01-05T17:10:14.977Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-05T17:10:14.977Z] 1c8cd509cefd: Preparing [2021-01-05T17:10:14.977Z] 88f15869618c: Preparing [2021-01-05T17:10:14.977Z] f5af42a2f1f9: Preparing [2021-01-05T17:10:14.977Z] 88f15869618c: Layer already exists [2021-01-05T17:10:14.977Z] f5af42a2f1f9: Layer already exists [2021-01-05T17:10:14.977Z] 1c8cd509cefd: Layer already exists [2021-01-05T17:10:14.977Z] master: digest: sha256:90ecfb7972dfe0163564763730328fceda71b3c812797297beded730e144d319 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-05T17:10:15.178Z] ===================================================== [Pipeline] echo [2021-01-05T17:10:15.229Z] taggedImages: [2021-01-05T17:10:15.229Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:10:15.229Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.29 [2021-01-05T17:10:15.229Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [2021-01-05T17:10:15.229Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-01-05T17:10:15.298Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-01-05T17:10:15.298Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:10:15.298Z] 2.0.0-dev.29 [2021-01-05T17:10:15.298Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [2021-01-05T17:10:15.298Z] master [2021-01-05T17:10:15.298Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:15.775Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:5abdadd8b70be8a3e6975420755e8102c38e7ff4 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:16.074Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:10:16.074Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-05T17:10:16.074Z] 724b05848ff9: Preparing [2021-01-05T17:10:16.074Z] f1893248e960: Preparing [2021-01-05T17:10:16.074Z] 5bf0e685054b: Preparing [2021-01-05T17:10:16.074Z] c9f076963d82: Preparing [2021-01-05T17:10:16.074Z] 1609e2b2f01c: Preparing [2021-01-05T17:10:16.074Z] 777b2c648970: Preparing [2021-01-05T17:10:16.074Z] 777b2c648970: Waiting [2021-01-05T17:10:16.336Z] 1609e2b2f01c: Pushed [2021-01-05T17:10:16.336Z] 5bf0e685054b: Pushed [2021-01-05T17:10:16.336Z] 724b05848ff9: Pushed [2021-01-05T17:10:16.336Z] 777b2c648970: Layer already exists [2021-01-05T17:10:16.336Z] c9f076963d82: Pushed [2021-01-05T17:10:17.726Z] f1893248e960: Pushed [2021-01-05T17:10:17.726Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4: digest: sha256:06e8893cb2d032d34140b76ad0b0983f2e93967037f19965959aae55550b6f6a size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:18.034Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.29 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:18.336Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.29 [2021-01-05T17:10:18.336Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-05T17:10:18.336Z] 724b05848ff9: Preparing [2021-01-05T17:10:18.336Z] f1893248e960: Preparing [2021-01-05T17:10:18.336Z] 5bf0e685054b: Preparing [2021-01-05T17:10:18.336Z] c9f076963d82: Preparing [2021-01-05T17:10:18.336Z] 1609e2b2f01c: Preparing [2021-01-05T17:10:18.336Z] 777b2c648970: Preparing [2021-01-05T17:10:18.336Z] 777b2c648970: Waiting [2021-01-05T17:10:18.336Z] 1609e2b2f01c: Layer already exists [2021-01-05T17:10:18.336Z] c9f076963d82: Layer already exists [2021-01-05T17:10:18.336Z] 724b05848ff9: Layer already exists [2021-01-05T17:10:18.336Z] 5bf0e685054b: Layer already exists [2021-01-05T17:10:18.336Z] f1893248e960: Layer already exists [2021-01-05T17:10:18.336Z] 777b2c648970: Layer already exists [2021-01-05T17:10:18.336Z] 2.0.0-dev.29: digest: sha256:06e8893cb2d032d34140b76ad0b0983f2e93967037f19965959aae55550b6f6a size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:18.644Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:18.947Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [2021-01-05T17:10:18.947Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-05T17:10:18.947Z] 724b05848ff9: Preparing [2021-01-05T17:10:18.947Z] f1893248e960: Preparing [2021-01-05T17:10:18.947Z] 5bf0e685054b: Preparing [2021-01-05T17:10:18.947Z] c9f076963d82: Preparing [2021-01-05T17:10:18.947Z] 1609e2b2f01c: Preparing [2021-01-05T17:10:18.947Z] 777b2c648970: Preparing [2021-01-05T17:10:18.947Z] 777b2c648970: Waiting [2021-01-05T17:10:18.947Z] 1609e2b2f01c: Layer already exists [2021-01-05T17:10:18.947Z] c9f076963d82: Layer already exists [2021-01-05T17:10:18.947Z] 5bf0e685054b: Layer already exists [2021-01-05T17:10:18.947Z] 724b05848ff9: Layer already exists [2021-01-05T17:10:18.947Z] f1893248e960: Layer already exists [2021-01-05T17:10:18.947Z] 777b2c648970: Layer already exists [2021-01-05T17:10:18.947Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29: digest: sha256:06e8893cb2d032d34140b76ad0b0983f2e93967037f19965959aae55550b6f6a size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:19.254Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:19.657Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-01-05T17:10:19.657Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-05T17:10:19.657Z] 724b05848ff9: Preparing [2021-01-05T17:10:19.657Z] f1893248e960: Preparing [2021-01-05T17:10:19.657Z] 5bf0e685054b: Preparing [2021-01-05T17:10:19.657Z] c9f076963d82: Preparing [2021-01-05T17:10:19.657Z] 1609e2b2f01c: Preparing [2021-01-05T17:10:19.657Z] 777b2c648970: Preparing [2021-01-05T17:10:19.657Z] 777b2c648970: Waiting [2021-01-05T17:10:19.657Z] 724b05848ff9: Layer already exists [2021-01-05T17:10:19.657Z] c9f076963d82: Layer already exists [2021-01-05T17:10:19.657Z] f1893248e960: Layer already exists [2021-01-05T17:10:19.657Z] 5bf0e685054b: Layer already exists [2021-01-05T17:10:19.657Z] 1609e2b2f01c: Layer already exists [2021-01-05T17:10:19.657Z] 777b2c648970: Layer already exists [2021-01-05T17:10:19.657Z] master: digest: sha256:06e8893cb2d032d34140b76ad0b0983f2e93967037f19965959aae55550b6f6a size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-05T17:10:19.869Z] ===================================================== [Pipeline] echo [2021-01-05T17:10:19.916Z] taggedImages: [2021-01-05T17:10:19.916Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:10:19.916Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.29 [2021-01-05T17:10:19.916Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [2021-01-05T17:10:19.916Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-01-05T17:10:20.007Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-01-05T17:10:20.007Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:10:20.007Z] 2.0.0-dev.29 [2021-01-05T17:10:20.007Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [2021-01-05T17:10:20.007Z] master [2021-01-05T17:10:20.007Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:20.696Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5abdadd8b70be8a3e6975420755e8102c38e7ff4 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:21.019Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:10:21.019Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-05T17:10:21.019Z] 94e26ed1fac4: Preparing [2021-01-05T17:10:21.019Z] 7970790dea67: Preparing [2021-01-05T17:10:21.019Z] 81b9de3687c8: Preparing [2021-01-05T17:10:21.282Z] 94e26ed1fac4: Pushed [2021-01-05T17:10:21.282Z] 81b9de3687c8: Pushed [2021-01-05T17:10:22.229Z] 7970790dea67: Pushed [2021-01-05T17:10:22.492Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4: digest: sha256:e38fca3a0d330dc46ff72d76e4f129bb90935f7f5568f1e59a6c061b0c6c4726 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:22.799Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.29 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:23.107Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.29 [2021-01-05T17:10:23.107Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-05T17:10:23.107Z] 94e26ed1fac4: Preparing [2021-01-05T17:10:23.107Z] 7970790dea67: Preparing [2021-01-05T17:10:23.107Z] 81b9de3687c8: Preparing [2021-01-05T17:10:23.107Z] 81b9de3687c8: Layer already exists [2021-01-05T17:10:23.107Z] 7970790dea67: Layer already exists [2021-01-05T17:10:23.107Z] 94e26ed1fac4: Layer already exists [2021-01-05T17:10:23.107Z] 2.0.0-dev.29: digest: sha256:e38fca3a0d330dc46ff72d76e4f129bb90935f7f5568f1e59a6c061b0c6c4726 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:23.412Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:23.712Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [2021-01-05T17:10:23.712Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-05T17:10:23.712Z] 94e26ed1fac4: Preparing [2021-01-05T17:10:23.712Z] 7970790dea67: Preparing [2021-01-05T17:10:23.712Z] 81b9de3687c8: Preparing [2021-01-05T17:10:23.712Z] 81b9de3687c8: Layer already exists [2021-01-05T17:10:23.712Z] 94e26ed1fac4: Layer already exists [2021-01-05T17:10:23.712Z] 7970790dea67: Layer already exists [2021-01-05T17:10:23.712Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29: digest: sha256:e38fca3a0d330dc46ff72d76e4f129bb90935f7f5568f1e59a6c061b0c6c4726 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:24.020Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:24.319Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-01-05T17:10:24.319Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-05T17:10:24.320Z] 94e26ed1fac4: Preparing [2021-01-05T17:10:24.320Z] 7970790dea67: Preparing [2021-01-05T17:10:24.320Z] 81b9de3687c8: Preparing [2021-01-05T17:10:24.320Z] 94e26ed1fac4: Layer already exists [2021-01-05T17:10:24.320Z] 81b9de3687c8: Layer already exists [2021-01-05T17:10:24.320Z] 7970790dea67: Layer already exists [2021-01-05T17:10:24.320Z] master: digest: sha256:e38fca3a0d330dc46ff72d76e4f129bb90935f7f5568f1e59a6c061b0c6c4726 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-05T17:10:24.558Z] ===================================================== [Pipeline] echo [2021-01-05T17:10:24.629Z] taggedImages: [2021-01-05T17:10:24.630Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:10:24.630Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.29 [2021-01-05T17:10:24.630Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [2021-01-05T17:10:24.630Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-01-05T17:10:24.722Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2021-01-05T17:10:24.722Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:10:24.722Z] 2.0.0-dev.29 [2021-01-05T17:10:24.722Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [2021-01-05T17:10:24.722Z] master [2021-01-05T17:10:24.722Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:25.221Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:5abdadd8b70be8a3e6975420755e8102c38e7ff4 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:25.522Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:10:25.522Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-05T17:10:25.522Z] bdcd8717929c: Preparing [2021-01-05T17:10:25.522Z] f6b02a5ed887: Preparing [2021-01-05T17:10:25.522Z] 8cebaeea7672: Preparing [2021-01-05T17:10:25.522Z] 7366530d2863: Preparing [2021-01-05T17:10:25.522Z] 0867b6ecbab8: Preparing [2021-01-05T17:10:25.522Z] 0f34cf97d59f: Preparing [2021-01-05T17:10:25.522Z] 777b2c648970: Preparing [2021-01-05T17:10:25.523Z] 0f34cf97d59f: Waiting [2021-01-05T17:10:25.523Z] 777b2c648970: Waiting [2021-01-05T17:10:25.784Z] 8cebaeea7672: Pushed [2021-01-05T17:10:25.784Z] 0867b6ecbab8: Pushed [2021-01-05T17:10:25.784Z] f6b02a5ed887: Pushed [2021-01-05T17:10:25.784Z] bdcd8717929c: Pushed [2021-01-05T17:10:25.784Z] 777b2c648970: Layer already exists [2021-01-05T17:10:26.356Z] 0f34cf97d59f: Pushed [2021-01-05T17:10:26.617Z] 7366530d2863: Pushed [2021-01-05T17:10:26.878Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4: digest: sha256:6d444522ec6384d5d9ce1fd0cd4a8242a11a1ba6cc4b0069002a2b148ee8d8f8 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:27.184Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.29 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:27.481Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.29 [2021-01-05T17:10:27.481Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-05T17:10:27.481Z] bdcd8717929c: Preparing [2021-01-05T17:10:27.481Z] f6b02a5ed887: Preparing [2021-01-05T17:10:27.481Z] 8cebaeea7672: Preparing [2021-01-05T17:10:27.481Z] 7366530d2863: Preparing [2021-01-05T17:10:27.481Z] 0867b6ecbab8: Preparing [2021-01-05T17:10:27.481Z] 0f34cf97d59f: Preparing [2021-01-05T17:10:27.481Z] 777b2c648970: Preparing [2021-01-05T17:10:27.481Z] 0f34cf97d59f: Waiting [2021-01-05T17:10:27.481Z] 777b2c648970: Waiting [2021-01-05T17:10:27.481Z] 7366530d2863: Layer already exists [2021-01-05T17:10:27.481Z] 8cebaeea7672: Layer already exists [2021-01-05T17:10:27.481Z] f6b02a5ed887: Layer already exists [2021-01-05T17:10:27.481Z] 0867b6ecbab8: Layer already exists [2021-01-05T17:10:27.481Z] bdcd8717929c: Layer already exists [2021-01-05T17:10:27.481Z] 0f34cf97d59f: Layer already exists [2021-01-05T17:10:27.481Z] 777b2c648970: Layer already exists [2021-01-05T17:10:27.743Z] 2.0.0-dev.29: digest: sha256:6d444522ec6384d5d9ce1fd0cd4a8242a11a1ba6cc4b0069002a2b148ee8d8f8 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:28.051Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:28.381Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [2021-01-05T17:10:28.382Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-05T17:10:28.382Z] bdcd8717929c: Preparing [2021-01-05T17:10:28.382Z] f6b02a5ed887: Preparing [2021-01-05T17:10:28.382Z] 8cebaeea7672: Preparing [2021-01-05T17:10:28.382Z] 7366530d2863: Preparing [2021-01-05T17:10:28.382Z] 0867b6ecbab8: Preparing [2021-01-05T17:10:28.382Z] 0f34cf97d59f: Preparing [2021-01-05T17:10:28.382Z] 777b2c648970: Preparing [2021-01-05T17:10:28.382Z] 0f34cf97d59f: Waiting [2021-01-05T17:10:28.382Z] 777b2c648970: Waiting [2021-01-05T17:10:28.382Z] 8cebaeea7672: Layer already exists [2021-01-05T17:10:28.382Z] bdcd8717929c: Layer already exists [2021-01-05T17:10:28.382Z] f6b02a5ed887: Layer already exists [2021-01-05T17:10:28.382Z] 7366530d2863: Layer already exists [2021-01-05T17:10:28.382Z] 0867b6ecbab8: Layer already exists [2021-01-05T17:10:28.382Z] 0f34cf97d59f: Layer already exists [2021-01-05T17:10:28.382Z] 777b2c648970: Layer already exists [2021-01-05T17:10:28.644Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29: digest: sha256:6d444522ec6384d5d9ce1fd0cd4a8242a11a1ba6cc4b0069002a2b148ee8d8f8 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:28.947Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:29.245Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2021-01-05T17:10:29.246Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-05T17:10:29.246Z] bdcd8717929c: Preparing [2021-01-05T17:10:29.246Z] f6b02a5ed887: Preparing [2021-01-05T17:10:29.246Z] 8cebaeea7672: Preparing [2021-01-05T17:10:29.246Z] 7366530d2863: Preparing [2021-01-05T17:10:29.246Z] 0867b6ecbab8: Preparing [2021-01-05T17:10:29.246Z] 0f34cf97d59f: Preparing [2021-01-05T17:10:29.246Z] 777b2c648970: Preparing [2021-01-05T17:10:29.246Z] 0f34cf97d59f: Waiting [2021-01-05T17:10:29.246Z] 777b2c648970: Waiting [2021-01-05T17:10:29.246Z] f6b02a5ed887: Layer already exists [2021-01-05T17:10:29.246Z] 7366530d2863: Layer already exists [2021-01-05T17:10:29.246Z] 0867b6ecbab8: Layer already exists [2021-01-05T17:10:29.246Z] 8cebaeea7672: Layer already exists [2021-01-05T17:10:29.246Z] bdcd8717929c: Layer already exists [2021-01-05T17:10:29.246Z] 0f34cf97d59f: Layer already exists [2021-01-05T17:10:29.246Z] 777b2c648970: Layer already exists [2021-01-05T17:10:29.507Z] master: digest: sha256:6d444522ec6384d5d9ce1fd0cd4a8242a11a1ba6cc4b0069002a2b148ee8d8f8 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-05T17:10:29.699Z] ===================================================== [Pipeline] echo [2021-01-05T17:10:29.745Z] taggedImages: [2021-01-05T17:10:29.745Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:10:29.745Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.29 [2021-01-05T17:10:29.745Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [2021-01-05T17:10:29.745Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] echo [2021-01-05T17:10:29.814Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-01-05T17:10:29.814Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:10:29.814Z] 2.0.0-dev.29 [2021-01-05T17:10:29.814Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [2021-01-05T17:10:29.814Z] master [2021-01-05T17:10:29.814Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:30.393Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5abdadd8b70be8a3e6975420755e8102c38e7ff4 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:30.699Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:10:30.699Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-05T17:10:30.699Z] 79dfe7ad5a49: Preparing [2021-01-05T17:10:30.699Z] efcf7d16f1ab: Preparing [2021-01-05T17:10:30.699Z] bf52eeb2cec0: Preparing [2021-01-05T17:10:30.699Z] fe2a4cafd7c4: Preparing [2021-01-05T17:10:30.699Z] fab0f0d713ec: Preparing [2021-01-05T17:10:30.699Z] 777b2c648970: Preparing [2021-01-05T17:10:30.699Z] 777b2c648970: Waiting [2021-01-05T17:10:30.964Z] fe2a4cafd7c4: Pushed [2021-01-05T17:10:30.964Z] bf52eeb2cec0: Pushed [2021-01-05T17:10:31.227Z] 777b2c648970: Layer already exists [2021-01-05T17:10:31.227Z] fab0f0d713ec: Pushed [2021-01-05T17:10:31.800Z] efcf7d16f1ab: Pushed [2021-01-05T17:10:31.800Z] 79dfe7ad5a49: Pushed [2021-01-05T17:10:32.061Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4: digest: sha256:43eca9f173e7ecfa94664ce0e0ce232b5fdfacfd6f1578490bbbf22bc0653f44 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:32.367Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.29 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:32.677Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.29 [2021-01-05T17:10:32.677Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-05T17:10:32.677Z] 79dfe7ad5a49: Preparing [2021-01-05T17:10:32.677Z] efcf7d16f1ab: Preparing [2021-01-05T17:10:32.677Z] bf52eeb2cec0: Preparing [2021-01-05T17:10:32.677Z] fe2a4cafd7c4: Preparing [2021-01-05T17:10:32.677Z] fab0f0d713ec: Preparing [2021-01-05T17:10:32.677Z] 777b2c648970: Preparing [2021-01-05T17:10:32.677Z] 777b2c648970: Waiting [2021-01-05T17:10:32.677Z] fe2a4cafd7c4: Layer already exists [2021-01-05T17:10:32.677Z] efcf7d16f1ab: Layer already exists [2021-01-05T17:10:32.677Z] 79dfe7ad5a49: Layer already exists [2021-01-05T17:10:32.677Z] fab0f0d713ec: Layer already exists [2021-01-05T17:10:32.677Z] bf52eeb2cec0: Layer already exists [2021-01-05T17:10:32.677Z] 777b2c648970: Layer already exists [2021-01-05T17:10:32.677Z] 2.0.0-dev.29: digest: sha256:43eca9f173e7ecfa94664ce0e0ce232b5fdfacfd6f1578490bbbf22bc0653f44 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:32.985Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:33.287Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [2021-01-05T17:10:33.287Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-05T17:10:33.287Z] 79dfe7ad5a49: Preparing [2021-01-05T17:10:33.287Z] efcf7d16f1ab: Preparing [2021-01-05T17:10:33.287Z] bf52eeb2cec0: Preparing [2021-01-05T17:10:33.287Z] fe2a4cafd7c4: Preparing [2021-01-05T17:10:33.287Z] fab0f0d713ec: Preparing [2021-01-05T17:10:33.287Z] 777b2c648970: Preparing [2021-01-05T17:10:33.287Z] 777b2c648970: Waiting [2021-01-05T17:10:33.287Z] efcf7d16f1ab: Layer already exists [2021-01-05T17:10:33.287Z] fe2a4cafd7c4: Layer already exists [2021-01-05T17:10:33.287Z] bf52eeb2cec0: Layer already exists [2021-01-05T17:10:33.287Z] fab0f0d713ec: Layer already exists [2021-01-05T17:10:33.287Z] 79dfe7ad5a49: Layer already exists [2021-01-05T17:10:33.287Z] 777b2c648970: Layer already exists [2021-01-05T17:10:33.287Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29: digest: sha256:43eca9f173e7ecfa94664ce0e0ce232b5fdfacfd6f1578490bbbf22bc0653f44 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:33.620Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:33.916Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-01-05T17:10:33.917Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-05T17:10:33.917Z] 79dfe7ad5a49: Preparing [2021-01-05T17:10:33.917Z] efcf7d16f1ab: Preparing [2021-01-05T17:10:33.917Z] bf52eeb2cec0: Preparing [2021-01-05T17:10:33.917Z] fe2a4cafd7c4: Preparing [2021-01-05T17:10:33.917Z] fab0f0d713ec: Preparing [2021-01-05T17:10:33.917Z] 777b2c648970: Preparing [2021-01-05T17:10:33.917Z] 777b2c648970: Waiting [2021-01-05T17:10:33.917Z] fab0f0d713ec: Layer already exists [2021-01-05T17:10:33.917Z] bf52eeb2cec0: Layer already exists [2021-01-05T17:10:33.917Z] fe2a4cafd7c4: Layer already exists [2021-01-05T17:10:33.917Z] efcf7d16f1ab: Layer already exists [2021-01-05T17:10:33.917Z] 79dfe7ad5a49: Layer already exists [2021-01-05T17:10:33.917Z] 777b2c648970: Layer already exists [2021-01-05T17:10:33.917Z] master: digest: sha256:43eca9f173e7ecfa94664ce0e0ce232b5fdfacfd6f1578490bbbf22bc0653f44 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-05T17:10:34.133Z] ===================================================== [Pipeline] echo [2021-01-05T17:10:34.181Z] taggedImages: [2021-01-05T17:10:34.181Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:10:34.181Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.29 [2021-01-05T17:10:34.181Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [2021-01-05T17:10:34.181Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-01-05T17:10:34.244Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-01-05T17:10:34.244Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:10:34.244Z] 2.0.0-dev.29 [2021-01-05T17:10:34.244Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [2021-01-05T17:10:34.244Z] master [2021-01-05T17:10:34.244Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:34.719Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5abdadd8b70be8a3e6975420755e8102c38e7ff4 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:35.021Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:10:35.021Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-05T17:10:35.021Z] a16ae704de5f: Preparing [2021-01-05T17:10:35.021Z] 8306ee0a4ee5: Preparing [2021-01-05T17:10:35.021Z] 76687ee9da1f: Preparing [2021-01-05T17:10:35.021Z] d7b04297aa9f: Preparing [2021-01-05T17:10:35.021Z] c033c6b90853: Preparing [2021-01-05T17:10:35.021Z] 6f65e2f2878d: Preparing [2021-01-05T17:10:35.021Z] 7df32e882958: Preparing [2021-01-05T17:10:35.021Z] 0f34cf97d59f: Preparing [2021-01-05T17:10:35.021Z] 777b2c648970: Preparing [2021-01-05T17:10:35.021Z] 6f65e2f2878d: Waiting [2021-01-05T17:10:35.021Z] 7df32e882958: Waiting [2021-01-05T17:10:35.021Z] 0f34cf97d59f: Waiting [2021-01-05T17:10:35.021Z] 777b2c648970: Waiting [2021-01-05T17:10:35.290Z] a16ae704de5f: Pushed [2021-01-05T17:10:35.290Z] c033c6b90853: Pushed [2021-01-05T17:10:35.290Z] 8306ee0a4ee5: Pushed [2021-01-05T17:10:35.290Z] 0f34cf97d59f: Layer already exists [2021-01-05T17:10:35.290Z] 777b2c648970: Layer already exists [2021-01-05T17:10:35.290Z] 6f65e2f2878d: Pushed [2021-01-05T17:10:35.557Z] 7df32e882958: Pushed [2021-01-05T17:10:36.137Z] d7b04297aa9f: Pushed [2021-01-05T17:10:36.137Z] 76687ee9da1f: Pushed [2021-01-05T17:10:36.401Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4: digest: sha256:84f1fc7be8c1c3743fcba30bd6d25031610db78ae970d10525517f779d32293e size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:36.829Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.29 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:37.176Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.29 [2021-01-05T17:10:37.177Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-05T17:10:37.177Z] a16ae704de5f: Preparing [2021-01-05T17:10:37.177Z] 8306ee0a4ee5: Preparing [2021-01-05T17:10:37.177Z] 76687ee9da1f: Preparing [2021-01-05T17:10:37.177Z] d7b04297aa9f: Preparing [2021-01-05T17:10:37.177Z] c033c6b90853: Preparing [2021-01-05T17:10:37.177Z] 6f65e2f2878d: Preparing [2021-01-05T17:10:37.177Z] 7df32e882958: Preparing [2021-01-05T17:10:37.177Z] 0f34cf97d59f: Preparing [2021-01-05T17:10:37.177Z] 777b2c648970: Preparing [2021-01-05T17:10:37.177Z] 6f65e2f2878d: Waiting [2021-01-05T17:10:37.177Z] 7df32e882958: Waiting [2021-01-05T17:10:37.177Z] 0f34cf97d59f: Waiting [2021-01-05T17:10:37.177Z] 777b2c648970: Waiting [2021-01-05T17:10:37.177Z] 76687ee9da1f: Layer already exists [2021-01-05T17:10:37.177Z] a16ae704de5f: Layer already exists [2021-01-05T17:10:37.177Z] d7b04297aa9f: Layer already exists [2021-01-05T17:10:37.177Z] c033c6b90853: Layer already exists [2021-01-05T17:10:37.177Z] 8306ee0a4ee5: Layer already exists [2021-01-05T17:10:37.177Z] 6f65e2f2878d: Layer already exists [2021-01-05T17:10:37.177Z] 7df32e882958: Layer already exists [2021-01-05T17:10:37.177Z] 0f34cf97d59f: Layer already exists [2021-01-05T17:10:37.177Z] 777b2c648970: Layer already exists [2021-01-05T17:10:37.177Z] 2.0.0-dev.29: digest: sha256:84f1fc7be8c1c3743fcba30bd6d25031610db78ae970d10525517f779d32293e size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:37.483Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:37.806Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [2021-01-05T17:10:37.806Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-05T17:10:37.806Z] a16ae704de5f: Preparing [2021-01-05T17:10:37.806Z] 8306ee0a4ee5: Preparing [2021-01-05T17:10:37.806Z] 76687ee9da1f: Preparing [2021-01-05T17:10:37.806Z] d7b04297aa9f: Preparing [2021-01-05T17:10:37.806Z] c033c6b90853: Preparing [2021-01-05T17:10:37.806Z] 6f65e2f2878d: Preparing [2021-01-05T17:10:37.806Z] 7df32e882958: Preparing [2021-01-05T17:10:37.806Z] 0f34cf97d59f: Preparing [2021-01-05T17:10:37.806Z] 777b2c648970: Preparing [2021-01-05T17:10:37.806Z] 6f65e2f2878d: Waiting [2021-01-05T17:10:37.806Z] 7df32e882958: Waiting [2021-01-05T17:10:37.806Z] 0f34cf97d59f: Waiting [2021-01-05T17:10:37.806Z] 777b2c648970: Waiting [2021-01-05T17:10:37.806Z] 8306ee0a4ee5: Layer already exists [2021-01-05T17:10:37.806Z] 76687ee9da1f: Layer already exists [2021-01-05T17:10:37.806Z] a16ae704de5f: Layer already exists [2021-01-05T17:10:37.806Z] d7b04297aa9f: Layer already exists [2021-01-05T17:10:37.806Z] c033c6b90853: Layer already exists [2021-01-05T17:10:37.806Z] 6f65e2f2878d: Layer already exists [2021-01-05T17:10:37.806Z] 7df32e882958: Layer already exists [2021-01-05T17:10:37.806Z] 777b2c648970: Layer already exists [2021-01-05T17:10:37.806Z] 0f34cf97d59f: Layer already exists [2021-01-05T17:10:37.806Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29: digest: sha256:84f1fc7be8c1c3743fcba30bd6d25031610db78ae970d10525517f779d32293e size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:38.124Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:38.426Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-01-05T17:10:38.427Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-05T17:10:38.427Z] a16ae704de5f: Preparing [2021-01-05T17:10:38.427Z] 8306ee0a4ee5: Preparing [2021-01-05T17:10:38.427Z] 76687ee9da1f: Preparing [2021-01-05T17:10:38.427Z] d7b04297aa9f: Preparing [2021-01-05T17:10:38.427Z] c033c6b90853: Preparing [2021-01-05T17:10:38.427Z] 6f65e2f2878d: Preparing [2021-01-05T17:10:38.427Z] 7df32e882958: Preparing [2021-01-05T17:10:38.427Z] 0f34cf97d59f: Preparing [2021-01-05T17:10:38.427Z] 777b2c648970: Preparing [2021-01-05T17:10:38.427Z] 6f65e2f2878d: Waiting [2021-01-05T17:10:38.427Z] 7df32e882958: Waiting [2021-01-05T17:10:38.427Z] 0f34cf97d59f: Waiting [2021-01-05T17:10:38.427Z] 777b2c648970: Waiting [2021-01-05T17:10:38.427Z] c033c6b90853: Layer already exists [2021-01-05T17:10:38.427Z] a16ae704de5f: Layer already exists [2021-01-05T17:10:38.427Z] 76687ee9da1f: Layer already exists [2021-01-05T17:10:38.427Z] 8306ee0a4ee5: Layer already exists [2021-01-05T17:10:38.427Z] d7b04297aa9f: Layer already exists [2021-01-05T17:10:38.427Z] 6f65e2f2878d: Layer already exists [2021-01-05T17:10:38.427Z] 7df32e882958: Layer already exists [2021-01-05T17:10:38.427Z] 777b2c648970: Layer already exists [2021-01-05T17:10:38.427Z] 0f34cf97d59f: Layer already exists [2021-01-05T17:10:38.687Z] master: digest: sha256:84f1fc7be8c1c3743fcba30bd6d25031610db78ae970d10525517f779d32293e size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-05T17:10:38.876Z] ===================================================== [Pipeline] echo [2021-01-05T17:10:38.919Z] taggedImages: [2021-01-05T17:10:38.919Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:10:38.919Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.29 [2021-01-05T17:10:38.919Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [2021-01-05T17:10:38.919Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-01-05T17:10:38.980Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-01-05T17:10:38.980Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:10:38.980Z] 2.0.0-dev.29 [2021-01-05T17:10:38.980Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [2021-01-05T17:10:38.980Z] master [2021-01-05T17:10:38.980Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:39.484Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5abdadd8b70be8a3e6975420755e8102c38e7ff4 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:39.781Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:10:39.782Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-05T17:10:39.782Z] 6c84a9691a41: Preparing [2021-01-05T17:10:39.782Z] c19a8415f5c9: Preparing [2021-01-05T17:10:39.782Z] cd08ea90f13c: Preparing [2021-01-05T17:10:39.782Z] a742e6aec58b: Preparing [2021-01-05T17:10:39.782Z] 5a7d028451b2: Preparing [2021-01-05T17:10:39.782Z] b66b947f24cc: Preparing [2021-01-05T17:10:39.782Z] b66b947f24cc: Waiting [2021-01-05T17:10:40.049Z] cd08ea90f13c: Pushed [2021-01-05T17:10:40.049Z] 6c84a9691a41: Pushed [2021-01-05T17:10:40.311Z] a742e6aec58b: Pushed [2021-01-05T17:10:40.311Z] 5a7d028451b2: Pushed [2021-01-05T17:10:40.574Z] b66b947f24cc: Pushed [2021-01-05T17:10:41.149Z] c19a8415f5c9: Pushed [2021-01-05T17:10:41.412Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4: digest: sha256:86e0c4abe45fe4afa34cdc0bd76b6a47ddb1cd8e6c2ed3c63dd7ac27b72229e8 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:41.721Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.29 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:42.020Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.29 [2021-01-05T17:10:42.021Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-05T17:10:42.021Z] 6c84a9691a41: Preparing [2021-01-05T17:10:42.021Z] c19a8415f5c9: Preparing [2021-01-05T17:10:42.021Z] cd08ea90f13c: Preparing [2021-01-05T17:10:42.021Z] a742e6aec58b: Preparing [2021-01-05T17:10:42.021Z] 5a7d028451b2: Preparing [2021-01-05T17:10:42.021Z] b66b947f24cc: Preparing [2021-01-05T17:10:42.021Z] b66b947f24cc: Waiting [2021-01-05T17:10:42.021Z] 5a7d028451b2: Layer already exists [2021-01-05T17:10:42.021Z] 6c84a9691a41: Layer already exists [2021-01-05T17:10:42.021Z] c19a8415f5c9: Layer already exists [2021-01-05T17:10:42.021Z] cd08ea90f13c: Layer already exists [2021-01-05T17:10:42.021Z] a742e6aec58b: Layer already exists [2021-01-05T17:10:42.021Z] b66b947f24cc: Layer already exists [2021-01-05T17:10:42.021Z] 2.0.0-dev.29: digest: sha256:86e0c4abe45fe4afa34cdc0bd76b6a47ddb1cd8e6c2ed3c63dd7ac27b72229e8 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:42.339Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:42.641Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [2021-01-05T17:10:42.641Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-05T17:10:42.641Z] 6c84a9691a41: Preparing [2021-01-05T17:10:42.641Z] c19a8415f5c9: Preparing [2021-01-05T17:10:42.641Z] cd08ea90f13c: Preparing [2021-01-05T17:10:42.641Z] a742e6aec58b: Preparing [2021-01-05T17:10:42.641Z] 5a7d028451b2: Preparing [2021-01-05T17:10:42.642Z] b66b947f24cc: Preparing [2021-01-05T17:10:42.642Z] b66b947f24cc: Waiting [2021-01-05T17:10:42.642Z] 6c84a9691a41: Layer already exists [2021-01-05T17:10:42.642Z] c19a8415f5c9: Layer already exists [2021-01-05T17:10:42.642Z] cd08ea90f13c: Layer already exists [2021-01-05T17:10:42.642Z] 5a7d028451b2: Layer already exists [2021-01-05T17:10:42.642Z] a742e6aec58b: Layer already exists [2021-01-05T17:10:42.642Z] b66b947f24cc: Layer already exists [2021-01-05T17:10:42.642Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29: digest: sha256:86e0c4abe45fe4afa34cdc0bd76b6a47ddb1cd8e6c2ed3c63dd7ac27b72229e8 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:42.945Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:43.247Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-01-05T17:10:43.247Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-05T17:10:43.247Z] 6c84a9691a41: Preparing [2021-01-05T17:10:43.247Z] c19a8415f5c9: Preparing [2021-01-05T17:10:43.247Z] cd08ea90f13c: Preparing [2021-01-05T17:10:43.247Z] a742e6aec58b: Preparing [2021-01-05T17:10:43.247Z] 5a7d028451b2: Preparing [2021-01-05T17:10:43.247Z] b66b947f24cc: Preparing [2021-01-05T17:10:43.247Z] b66b947f24cc: Waiting [2021-01-05T17:10:43.247Z] 5a7d028451b2: Layer already exists [2021-01-05T17:10:43.247Z] c19a8415f5c9: Layer already exists [2021-01-05T17:10:43.247Z] cd08ea90f13c: Layer already exists [2021-01-05T17:10:43.247Z] 6c84a9691a41: Layer already exists [2021-01-05T17:10:43.247Z] a742e6aec58b: Layer already exists [2021-01-05T17:10:43.247Z] b66b947f24cc: Layer already exists [2021-01-05T17:10:43.247Z] master: digest: sha256:86e0c4abe45fe4afa34cdc0bd76b6a47ddb1cd8e6c2ed3c63dd7ac27b72229e8 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-05T17:10:43.421Z] ===================================================== [Pipeline] echo [2021-01-05T17:10:43.469Z] taggedImages: [2021-01-05T17:10:43.469Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:10:43.469Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.29 [2021-01-05T17:10:43.469Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [2021-01-05T17:10:43.469Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-01-05T17:10:43.533Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-01-05T17:10:43.533Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:10:43.533Z] 2.0.0-dev.29 [2021-01-05T17:10:43.533Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [2021-01-05T17:10:43.533Z] master [2021-01-05T17:10:43.533Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:43.997Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5abdadd8b70be8a3e6975420755e8102c38e7ff4 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:44.300Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:10:44.300Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-05T17:10:44.300Z] 7d62ae71a3f3: Preparing [2021-01-05T17:10:44.300Z] fad0e4c3eeb3: Preparing [2021-01-05T17:10:44.300Z] 522bf517df63: Preparing [2021-01-05T17:10:44.562Z] 522bf517df63: Pushed [2021-01-05T17:10:44.562Z] 7d62ae71a3f3: Pushed [2021-01-05T17:10:45.508Z] fad0e4c3eeb3: Pushed [2021-01-05T17:10:45.770Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4: digest: sha256:82cb75e6407195eaafbb2ea5c8db1449854269c9d7d72a97275fb2531b10327c size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:46.077Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.29 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:46.377Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.29 [2021-01-05T17:10:46.377Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-05T17:10:46.377Z] 7d62ae71a3f3: Preparing [2021-01-05T17:10:46.377Z] fad0e4c3eeb3: Preparing [2021-01-05T17:10:46.377Z] 522bf517df63: Preparing [2021-01-05T17:10:46.377Z] fad0e4c3eeb3: Layer already exists [2021-01-05T17:10:46.377Z] 522bf517df63: Layer already exists [2021-01-05T17:10:46.377Z] 7d62ae71a3f3: Layer already exists [2021-01-05T17:10:46.377Z] 2.0.0-dev.29: digest: sha256:82cb75e6407195eaafbb2ea5c8db1449854269c9d7d72a97275fb2531b10327c size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:46.690Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:46.991Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [2021-01-05T17:10:46.991Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-05T17:10:46.991Z] 7d62ae71a3f3: Preparing [2021-01-05T17:10:46.991Z] fad0e4c3eeb3: Preparing [2021-01-05T17:10:46.991Z] 522bf517df63: Preparing [2021-01-05T17:10:46.991Z] fad0e4c3eeb3: Layer already exists [2021-01-05T17:10:46.991Z] 522bf517df63: Layer already exists [2021-01-05T17:10:46.991Z] 7d62ae71a3f3: Layer already exists [2021-01-05T17:10:46.991Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29: digest: sha256:82cb75e6407195eaafbb2ea5c8db1449854269c9d7d72a97275fb2531b10327c size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:47.301Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:47.601Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-01-05T17:10:47.601Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-05T17:10:47.601Z] 7d62ae71a3f3: Preparing [2021-01-05T17:10:47.601Z] fad0e4c3eeb3: Preparing [2021-01-05T17:10:47.601Z] 522bf517df63: Preparing [2021-01-05T17:10:47.601Z] fad0e4c3eeb3: Layer already exists [2021-01-05T17:10:47.601Z] 7d62ae71a3f3: Layer already exists [2021-01-05T17:10:47.601Z] 522bf517df63: Layer already exists [2021-01-05T17:10:47.601Z] master: digest: sha256:82cb75e6407195eaafbb2ea5c8db1449854269c9d7d72a97275fb2531b10327c size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-05T17:10:47.829Z] ===================================================== [Pipeline] echo [2021-01-05T17:10:47.878Z] taggedImages: [2021-01-05T17:10:47.878Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:10:47.878Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.29 [2021-01-05T17:10:47.878Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [2021-01-05T17:10:47.878Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-01-05T17:10:47.941Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-01-05T17:10:47.941Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:10:47.941Z] 2.0.0-dev.29 [2021-01-05T17:10:47.941Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [2021-01-05T17:10:47.941Z] master [2021-01-05T17:10:47.941Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:48.463Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5abdadd8b70be8a3e6975420755e8102c38e7ff4 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:48.773Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:10:48.773Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-05T17:10:48.773Z] 80e6586adb36: Preparing [2021-01-05T17:10:48.773Z] 8eee2934d3d6: Preparing [2021-01-05T17:10:48.773Z] 1d97c59f0c00: Preparing [2021-01-05T17:10:48.773Z] f0566467f44c: Preparing [2021-01-05T17:10:48.773Z] 59531b965c59: Preparing [2021-01-05T17:10:48.773Z] 55a5b892d1a5: Preparing [2021-01-05T17:10:48.773Z] 07511d8900be: Preparing [2021-01-05T17:10:48.773Z] 0754057c0ad3: Preparing [2021-01-05T17:10:48.773Z] 998cdf262ab1: Preparing [2021-01-05T17:10:48.773Z] 02e56110abd2: Preparing [2021-01-05T17:10:48.773Z] abc36efb885a: Preparing [2021-01-05T17:10:48.773Z] b0b09059f4e1: Preparing [2021-01-05T17:10:48.773Z] bb961f40224b: Preparing [2021-01-05T17:10:48.773Z] f4666769fca7: Preparing [2021-01-05T17:10:48.773Z] 998cdf262ab1: Waiting [2021-01-05T17:10:48.773Z] 02e56110abd2: Waiting [2021-01-05T17:10:48.773Z] abc36efb885a: Waiting [2021-01-05T17:10:48.773Z] b0b09059f4e1: Waiting [2021-01-05T17:10:48.773Z] bb961f40224b: Waiting [2021-01-05T17:10:48.773Z] f4666769fca7: Waiting [2021-01-05T17:10:48.773Z] 55a5b892d1a5: Waiting [2021-01-05T17:10:48.773Z] 0754057c0ad3: Waiting [2021-01-05T17:10:48.773Z] 07511d8900be: Waiting [2021-01-05T17:10:49.061Z] 59531b965c59: Pushed [2021-01-05T17:10:49.061Z] 80e6586adb36: Pushed [2021-01-05T17:10:49.332Z] f0566467f44c: Pushed [2021-01-05T17:10:49.332Z] 0754057c0ad3: Layer already exists [2021-01-05T17:10:49.332Z] 998cdf262ab1: Layer already exists [2021-01-05T17:10:49.332Z] 07511d8900be: Pushed [2021-01-05T17:10:49.332Z] 02e56110abd2: Layer already exists [2021-01-05T17:10:49.332Z] abc36efb885a: Layer already exists [2021-01-05T17:10:49.599Z] b0b09059f4e1: Layer already exists [2021-01-05T17:10:49.599Z] 8eee2934d3d6: Pushed [2021-01-05T17:10:49.599Z] bb961f40224b: Layer already exists [2021-01-05T17:10:49.599Z] f4666769fca7: Layer already exists [2021-01-05T17:10:50.175Z] 55a5b892d1a5: Pushed [2021-01-05T17:10:53.486Z] 1d97c59f0c00: Pushed [2021-01-05T17:10:53.486Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4: digest: sha256:8174849486e68d4d4326d00c2ba3aba9555bbf9e734780d31a28af9ee7a7b683 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:53.812Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.29 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:54.124Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.29 [2021-01-05T17:10:54.124Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-05T17:10:54.124Z] 80e6586adb36: Preparing [2021-01-05T17:10:54.124Z] 8eee2934d3d6: Preparing [2021-01-05T17:10:54.124Z] 1d97c59f0c00: Preparing [2021-01-05T17:10:54.124Z] f0566467f44c: Preparing [2021-01-05T17:10:54.124Z] 59531b965c59: Preparing [2021-01-05T17:10:54.124Z] 55a5b892d1a5: Preparing [2021-01-05T17:10:54.124Z] 07511d8900be: Preparing [2021-01-05T17:10:54.124Z] 0754057c0ad3: Preparing [2021-01-05T17:10:54.124Z] 998cdf262ab1: Preparing [2021-01-05T17:10:54.124Z] 02e56110abd2: Preparing [2021-01-05T17:10:54.124Z] abc36efb885a: Preparing [2021-01-05T17:10:54.124Z] b0b09059f4e1: Preparing [2021-01-05T17:10:54.124Z] bb961f40224b: Preparing [2021-01-05T17:10:54.124Z] f4666769fca7: Preparing [2021-01-05T17:10:54.124Z] 02e56110abd2: Waiting [2021-01-05T17:10:54.124Z] 55a5b892d1a5: Waiting [2021-01-05T17:10:54.124Z] abc36efb885a: Waiting [2021-01-05T17:10:54.124Z] b0b09059f4e1: Waiting [2021-01-05T17:10:54.124Z] bb961f40224b: Waiting [2021-01-05T17:10:54.124Z] f4666769fca7: Waiting [2021-01-05T17:10:54.124Z] 07511d8900be: Waiting [2021-01-05T17:10:54.124Z] 998cdf262ab1: Waiting [2021-01-05T17:10:54.124Z] 59531b965c59: Layer already exists [2021-01-05T17:10:54.124Z] 1d97c59f0c00: Layer already exists [2021-01-05T17:10:54.124Z] f0566467f44c: Layer already exists [2021-01-05T17:10:54.124Z] 8eee2934d3d6: Layer already exists [2021-01-05T17:10:54.124Z] 80e6586adb36: Layer already exists [2021-01-05T17:10:54.124Z] 07511d8900be: Layer already exists [2021-01-05T17:10:54.124Z] 0754057c0ad3: Layer already exists [2021-01-05T17:10:54.124Z] 55a5b892d1a5: Layer already exists [2021-01-05T17:10:54.124Z] 998cdf262ab1: Layer already exists [2021-01-05T17:10:54.124Z] 02e56110abd2: Layer already exists [2021-01-05T17:10:54.124Z] b0b09059f4e1: Layer already exists [2021-01-05T17:10:54.124Z] abc36efb885a: Layer already exists [2021-01-05T17:10:54.124Z] f4666769fca7: Layer already exists [2021-01-05T17:10:54.124Z] bb961f40224b: Layer already exists [2021-01-05T17:10:54.384Z] 2.0.0-dev.29: digest: sha256:8174849486e68d4d4326d00c2ba3aba9555bbf9e734780d31a28af9ee7a7b683 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:54.770Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:55.108Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [2021-01-05T17:10:55.108Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-05T17:10:55.108Z] 80e6586adb36: Preparing [2021-01-05T17:10:55.108Z] 8eee2934d3d6: Preparing [2021-01-05T17:10:55.108Z] 1d97c59f0c00: Preparing [2021-01-05T17:10:55.108Z] f0566467f44c: Preparing [2021-01-05T17:10:55.108Z] 59531b965c59: Preparing [2021-01-05T17:10:55.108Z] 55a5b892d1a5: Preparing [2021-01-05T17:10:55.108Z] 07511d8900be: Preparing [2021-01-05T17:10:55.108Z] 0754057c0ad3: Preparing [2021-01-05T17:10:55.108Z] 998cdf262ab1: Preparing [2021-01-05T17:10:55.108Z] 02e56110abd2: Preparing [2021-01-05T17:10:55.108Z] abc36efb885a: Preparing [2021-01-05T17:10:55.108Z] b0b09059f4e1: Preparing [2021-01-05T17:10:55.108Z] bb961f40224b: Preparing [2021-01-05T17:10:55.108Z] f4666769fca7: Preparing [2021-01-05T17:10:55.108Z] 998cdf262ab1: Waiting [2021-01-05T17:10:55.108Z] 02e56110abd2: Waiting [2021-01-05T17:10:55.108Z] abc36efb885a: Waiting [2021-01-05T17:10:55.108Z] 55a5b892d1a5: Waiting [2021-01-05T17:10:55.108Z] b0b09059f4e1: Waiting [2021-01-05T17:10:55.108Z] bb961f40224b: Waiting [2021-01-05T17:10:55.108Z] f4666769fca7: Waiting [2021-01-05T17:10:55.108Z] 07511d8900be: Waiting [2021-01-05T17:10:55.108Z] 0754057c0ad3: Waiting [2021-01-05T17:10:55.108Z] f0566467f44c: Layer already exists [2021-01-05T17:10:55.108Z] 80e6586adb36: Layer already exists [2021-01-05T17:10:55.108Z] 8eee2934d3d6: Layer already exists [2021-01-05T17:10:55.108Z] 59531b965c59: Layer already exists [2021-01-05T17:10:55.108Z] 1d97c59f0c00: Layer already exists [2021-01-05T17:10:55.109Z] 55a5b892d1a5: Layer already exists [2021-01-05T17:10:55.109Z] 0754057c0ad3: Layer already exists [2021-01-05T17:10:55.109Z] 07511d8900be: Layer already exists [2021-01-05T17:10:55.109Z] 02e56110abd2: Layer already exists [2021-01-05T17:10:55.109Z] 998cdf262ab1: Layer already exists [2021-01-05T17:10:55.109Z] abc36efb885a: Layer already exists [2021-01-05T17:10:55.109Z] b0b09059f4e1: Layer already exists [2021-01-05T17:10:55.109Z] f4666769fca7: Layer already exists [2021-01-05T17:10:55.109Z] bb961f40224b: Layer already exists [2021-01-05T17:10:55.109Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29: digest: sha256:8174849486e68d4d4326d00c2ba3aba9555bbf9e734780d31a28af9ee7a7b683 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:55.420Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:55.727Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-01-05T17:10:55.727Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-05T17:10:55.727Z] 80e6586adb36: Preparing [2021-01-05T17:10:55.727Z] 8eee2934d3d6: Preparing [2021-01-05T17:10:55.727Z] 1d97c59f0c00: Preparing [2021-01-05T17:10:55.727Z] f0566467f44c: Preparing [2021-01-05T17:10:55.727Z] 59531b965c59: Preparing [2021-01-05T17:10:55.727Z] 55a5b892d1a5: Preparing [2021-01-05T17:10:55.727Z] 07511d8900be: Preparing [2021-01-05T17:10:55.727Z] 0754057c0ad3: Preparing [2021-01-05T17:10:55.727Z] 998cdf262ab1: Preparing [2021-01-05T17:10:55.727Z] 02e56110abd2: Preparing [2021-01-05T17:10:55.727Z] abc36efb885a: Preparing [2021-01-05T17:10:55.727Z] b0b09059f4e1: Preparing [2021-01-05T17:10:55.727Z] bb961f40224b: Preparing [2021-01-05T17:10:55.727Z] f4666769fca7: Preparing [2021-01-05T17:10:55.727Z] 55a5b892d1a5: Waiting [2021-01-05T17:10:55.727Z] 07511d8900be: Waiting [2021-01-05T17:10:55.727Z] 0754057c0ad3: Waiting [2021-01-05T17:10:55.727Z] 998cdf262ab1: Waiting [2021-01-05T17:10:55.727Z] 02e56110abd2: Waiting [2021-01-05T17:10:55.727Z] abc36efb885a: Waiting [2021-01-05T17:10:55.727Z] b0b09059f4e1: Waiting [2021-01-05T17:10:55.727Z] bb961f40224b: Waiting [2021-01-05T17:10:55.727Z] f4666769fca7: Waiting [2021-01-05T17:10:55.727Z] 8eee2934d3d6: Layer already exists [2021-01-05T17:10:55.727Z] 1d97c59f0c00: Layer already exists [2021-01-05T17:10:55.727Z] f0566467f44c: Layer already exists [2021-01-05T17:10:55.727Z] 59531b965c59: Layer already exists [2021-01-05T17:10:55.727Z] 80e6586adb36: Layer already exists [2021-01-05T17:10:55.727Z] 55a5b892d1a5: Layer already exists [2021-01-05T17:10:55.727Z] 07511d8900be: Layer already exists [2021-01-05T17:10:55.727Z] 02e56110abd2: Layer already exists [2021-01-05T17:10:55.727Z] 0754057c0ad3: Layer already exists [2021-01-05T17:10:55.727Z] 998cdf262ab1: Layer already exists [2021-01-05T17:10:55.727Z] abc36efb885a: Layer already exists [2021-01-05T17:10:55.727Z] f4666769fca7: Layer already exists [2021-01-05T17:10:55.727Z] bb961f40224b: Layer already exists [2021-01-05T17:10:55.727Z] b0b09059f4e1: Layer already exists [2021-01-05T17:10:55.727Z] master: digest: sha256:8174849486e68d4d4326d00c2ba3aba9555bbf9e734780d31a28af9ee7a7b683 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-05T17:10:55.942Z] ===================================================== [Pipeline] echo [2021-01-05T17:10:55.985Z] taggedImages: [2021-01-05T17:10:55.985Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:10:55.985Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.29 [2021-01-05T17:10:55.985Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [2021-01-05T17:10:55.985Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-05T17:11:22.619Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.29" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-05T17:11:22.619Z] Removing intermediate container 0d5036816c9a [2021-01-05T17:11:22.619Z] ---> 10227462e94c [2021-01-05T17:11:22.619Z] [2021-01-05T17:11:22.619Z] Step 10/22 : FROM alpine:3.12 [2021-01-05T17:11:22.619Z] 3.12: Pulling from library/alpine [2021-01-05T17:11:22.619Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-05T17:11:22.619Z] Status: Downloaded newer image for alpine:3.12 [2021-01-05T17:11:22.619Z] ---> afeebe901d6b [2021-01-05T17:11:22.619Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-05T17:11:22.619Z] ---> Running in d6ef35e38a7b [2021-01-05T17:11:25.283Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T17:11:25.283Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T17:11:25.561Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-05T17:11:25.840Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T17:11:25.840Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-05T17:11:25.840Z] (4/5) Installing curl (7.69.1-r3) [2021-01-05T17:11:25.840Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-05T17:11:25.840Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T17:11:25.840Z] Executing ca-certificates-20191127-r4.trigger [2021-01-05T17:11:26.121Z] OK: 7 MiB in 19 packages [2021-01-05T17:11:28.803Z] Removing intermediate container 22c2b286ea33 [2021-01-05T17:11:28.803Z] ---> f8d3ccd01042 [2021-01-05T17:11:28.803Z] [2021-01-05T17:11:28.803Z] Step 10/21 : FROM alpine:3.12 [2021-01-05T17:11:28.803Z] ---> afeebe901d6b [2021-01-05T17:11:28.803Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-05T17:11:29.411Z] ---> Running in f073dc139a74 [2021-01-05T17:11:29.715Z] Removing intermediate container abd8d9fd70b0 [2021-01-05T17:11:29.715Z] ---> a53417ac6fc3 [2021-01-05T17:11:29.715Z] [2021-01-05T17:11:29.715Z] Step 10/22 : FROM scratch [2021-01-05T17:11:29.715Z] ---> [2021-01-05T17:11:29.715Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T17:11:29.998Z] Removing intermediate container d6ef35e38a7b [2021-01-05T17:11:29.998Z] ---> 65cc8f983f9e [2021-01-05T17:11:29.998Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-05T17:11:30.277Z] ---> Running in b2093cc51220 [2021-01-05T17:11:30.277Z] Removing intermediate container 7e72e6255a98 [2021-01-05T17:11:30.277Z] ---> 6b45bb90da9c [2021-01-05T17:11:30.277Z] [2021-01-05T17:11:30.277Z] Step 10/24 : FROM scratch [2021-01-05T17:11:30.277Z] ---> [2021-01-05T17:11:30.277Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-05T17:11:30.555Z] ---> Running in 1a7d546cc4b4 [2021-01-05T17:11:30.555Z] ---> Running in c3307f2d5ac0 [2021-01-05T17:11:31.158Z] Removing intermediate container b2093cc51220 [2021-01-05T17:11:31.158Z] ---> 4f9a94a5c534 [2021-01-05T17:11:31.158Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-05T17:11:31.440Z] ---> Running in 07f78a6e24d9 [2021-01-05T17:11:31.717Z] Removing intermediate container 1a7d546cc4b4 [2021-01-05T17:11:31.717Z] ---> 0083e297ece3 [2021-01-05T17:11:31.717Z] Step 13/22 : WORKDIR / [2021-01-05T17:11:31.717Z] Removing intermediate container c3307f2d5ac0 [2021-01-05T17:11:31.717Z] ---> 1b9a920fb1ac [2021-01-05T17:11:31.717Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-05T17:11:31.997Z] ---> Running in 635f554b6de7 [2021-01-05T17:11:31.997Z] ---> Running in 8b730bdaf498 [2021-01-05T17:11:31.997Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T17:11:32.285Z] Removing intermediate container 07f78a6e24d9 [2021-01-05T17:11:32.285Z] ---> 4f3cbc572ebf [2021-01-05T17:11:32.285Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-05T17:11:32.285Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T17:11:32.285Z] ---> Running in 0e86f91e2ac5 [2021-01-05T17:11:32.567Z] Removing intermediate container 635f554b6de7 [2021-01-05T17:11:32.567Z] ---> dfcffc167fad [2021-01-05T17:11:32.567Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-05T17:11:32.567Z] Removing intermediate container 8b730bdaf498 [2021-01-05T17:11:32.567Z] ---> ce4bd27d7930 [2021-01-05T17:11:32.567Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-05T17:11:32.851Z] ---> Running in f5260052ab1a [2021-01-05T17:11:33.130Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-05T17:11:33.130Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T17:11:33.130Z] Removing intermediate container 0e86f91e2ac5 [2021-01-05T17:11:33.130Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-05T17:11:33.130Z] ---> 14dd5b6c945f [2021-01-05T17:11:33.130Z] Step 14/22 : WORKDIR / [2021-01-05T17:11:33.130Z] (4/4) Installing curl (7.69.1-r3) [2021-01-05T17:11:33.130Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T17:11:33.130Z] Executing ca-certificates-20191127-r4.trigger [2021-01-05T17:11:33.411Z] ---> Running in 553f3126105b [2021-01-05T17:11:33.411Z] OK: 7 MiB in 18 packages [2021-01-05T17:11:33.692Z] Removing intermediate container f5260052ab1a [2021-01-05T17:11:33.693Z] ---> 50014c5ce9f6 [2021-01-05T17:11:33.693Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-05T17:11:33.978Z] ---> 2de3f1ac6ae8 [2021-01-05T17:11:33.978Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-05T17:11:34.598Z] Removing intermediate container 553f3126105b [2021-01-05T17:11:34.598Z] ---> ffa380e1282d [2021-01-05T17:11:34.598Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-05T17:11:35.200Z] ---> 4a3d056e5097 [2021-01-05T17:11:35.200Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-05T17:11:35.809Z] ---> a56113df6ac4 [2021-01-05T17:11:35.809Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-05T17:11:36.086Z] Removing intermediate container f073dc139a74 [2021-01-05T17:11:36.086Z] ---> 263b6afc8d49 [2021-01-05T17:11:36.086Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-05T17:11:36.367Z] ---> 6b7a05088529 [2021-01-05T17:11:36.367Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-05T17:11:36.644Z] ---> Running in 5ad393f46643 [2021-01-05T17:11:37.643Z] ---> 07d498f7a85f [2021-01-05T17:11:37.643Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-05T17:11:37.931Z] Removing intermediate container 5ad393f46643 [2021-01-05T17:11:37.931Z] ---> aeacc6d4aac6 [2021-01-05T17:11:37.931Z] Step 13/21 : WORKDIR /edgex [2021-01-05T17:11:37.931Z] ---> 3aeb01a4b0b3 [2021-01-05T17:11:37.931Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-05T17:11:38.209Z] ---> 31f48811866b [2021-01-05T17:11:38.209Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-05T17:11:38.209Z] ---> Running in 57caf7316df2 [2021-01-05T17:11:39.201Z] Removing intermediate container 57caf7316df2 [2021-01-05T17:11:39.201Z] ---> 6efad792098d [2021-01-05T17:11:39.201Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-05T17:11:39.481Z] ---> 27035654d79c [2021-01-05T17:11:39.481Z] ---> f5166ac5c6ac [2021-01-05T17:11:39.481Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-05T17:11:39.481Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-05T17:11:39.767Z] ---> b2c2f6e13f82 [2021-01-05T17:11:39.767Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-05T17:11:40.051Z] ---> Running in 84bc0854c8bc [2021-01-05T17:11:40.051Z] ---> Running in 4c72840eb994 [2021-01-05T17:11:40.658Z] ---> 4bbc553f91b4 [2021-01-05T17:11:40.658Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-05T17:11:40.939Z] Removing intermediate container 84bc0854c8bc [2021-01-05T17:11:40.939Z] ---> fe76f466fecc [2021-01-05T17:11:40.939Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T17:11:41.221Z] ---> 81c152517161 [2021-01-05T17:11:41.221Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-05T17:11:41.503Z] ---> Running in bb27acc85cac [2021-01-05T17:11:42.492Z] Removing intermediate container bb27acc85cac [2021-01-05T17:11:42.492Z] ---> 2b31b8e0aa9f [2021-01-05T17:11:42.492Z] Step 20/22 : LABEL arch=arm64 [2021-01-05T17:11:43.103Z] Removing intermediate container 68bd0ae84f11 [2021-01-05T17:11:43.103Z] ---> 38f587022318 [2021-01-05T17:11:43.103Z] [2021-01-05T17:11:43.103Z] Step 10/22 : FROM scratch [2021-01-05T17:11:43.103Z] ---> [2021-01-05T17:11:43.103Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' ---> 194f1b800f98 [2021-01-05T17:11:43.103Z] [2021-01-05T17:11:43.103Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-05T17:11:43.103Z] ---> Using cache [2021-01-05T17:11:43.103Z] ---> 4f9a94a5c534 [2021-01-05T17:11:43.103Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-05T17:11:43.103Z] ---> Running in 175d1d1e583b [2021-01-05T17:11:43.383Z] ---> 0b65081d2685 [2021-01-05T17:11:43.383Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-05T17:11:43.383Z] ---> Running in b9ba13d155ec [2021-01-05T17:11:44.000Z] Removing intermediate container 4c72840eb994 [2021-01-05T17:11:44.000Z] ---> af0206f95a76 [2021-01-05T17:11:44.000Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-05T17:11:44.284Z] Removing intermediate container b9ba13d155ec [2021-01-05T17:11:44.284Z] ---> d8a1bb87a5c7 [2021-01-05T17:11:44.284Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-05T17:11:44.284Z] Removing intermediate container 175d1d1e583b [2021-01-05T17:11:44.284Z] ---> c60e4d7fbb74 [2021-01-05T17:11:44.284Z] Step 21/22 : LABEL git_sha=5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:11:44.561Z] ---> Running in b2a7f195c38a [2021-01-05T17:11:44.561Z] ---> Running in 09648ef04cab [2021-01-05T17:11:44.561Z] ---> Running in 866584b6fd3b [2021-01-05T17:11:44.561Z] ---> 0d6414f5cbc0 [2021-01-05T17:11:44.561Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-05T17:11:44.561Z] ---> f048c83f5d4a [2021-01-05T17:11:44.561Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-05T17:11:44.840Z] ---> Running in 5ec329722abd [2021-01-05T17:11:44.840Z] ---> Running in 242bfef32f35 [2021-01-05T17:11:45.113Z] Removing intermediate container 09648ef04cab [2021-01-05T17:11:45.114Z] ---> 5fdfc7596d49 [2021-01-05T17:11:45.114Z] Step 14/22 : WORKDIR / [2021-01-05T17:11:45.114Z] Removing intermediate container b2a7f195c38a [2021-01-05T17:11:45.114Z] ---> c978b00fbd77 [2021-01-05T17:11:45.114Z] Step 20/22 : LABEL arch=arm64 [2021-01-05T17:11:45.390Z] ---> Running in 63f10930df77 [2021-01-05T17:11:45.390Z] Removing intermediate container 866584b6fd3b [2021-01-05T17:11:45.390Z] ---> 163aa99a0ba8 [2021-01-05T17:11:45.390Z] Step 22/22 : LABEL version=2.0.0-dev.29 [2021-01-05T17:11:45.390Z] ---> Running in 4cea005e3081 [2021-01-05T17:11:45.672Z] ---> Running in 5a529dabf025 [2021-01-05T17:11:45.672Z] Removing intermediate container 5ec329722abd [2021-01-05T17:11:45.672Z] ---> 3de47b4c16c8 [2021-01-05T17:11:45.672Z] Step 18/21 : CMD ["--init=true"] [2021-01-05T17:11:45.672Z] Removing intermediate container 242bfef32f35 [2021-01-05T17:11:45.672Z] ---> c3748c984c49 [2021-01-05T17:11:45.672Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T17:11:45.947Z] ---> Running in ff4bd1607ac8 [2021-01-05T17:11:45.947Z] Removing intermediate container 63f10930df77 [2021-01-05T17:11:45.947Z] ---> 6164a8993b29 [2021-01-05T17:11:45.947Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-05T17:11:45.947Z] ---> Running in 089889c1aa5c [2021-01-05T17:11:46.224Z] Removing intermediate container 4cea005e3081 [2021-01-05T17:11:46.224Z] ---> b2b4030ae33f [2021-01-05T17:11:46.224Z] Step 21/22 : LABEL git_sha=5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:11:46.224Z] Removing intermediate container 5a529dabf025 [2021-01-05T17:11:46.224Z] ---> 73a6b4259946 [2021-01-05T17:11:46.224Z] [2021-01-05T17:11:46.508Z] ---> Running in 5d250cec7d60 [2021-01-05T17:11:46.784Z] Removing intermediate container ff4bd1607ac8 [2021-01-05T17:11:46.784Z] ---> 036fbacf1490 [2021-01-05T17:11:46.784Z] Step 19/21 : LABEL arch=arm64 [2021-01-05T17:11:46.784Z] Successfully built 73a6b4259946 [2021-01-05T17:11:46.784Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-05T17:11:46.784Z] Building docker-security-secretstore-setup-go [2021-01-05T17:11:46.784Z] Removing intermediate container 089889c1aa5c [2021-01-05T17:11:46.784Z]  Building docker-core-command-go ... done  ---> e8ed2a773536 [2021-01-05T17:11:46.784Z] Step 22/24 : LABEL arch=arm64 [2021-01-05T17:11:47.076Z] ---> Running in 538413cf6252 [2021-01-05T17:11:47.076Z] ---> Running in 8e2540753fae [2021-01-05T17:11:47.076Z] Removing intermediate container 5d250cec7d60 [2021-01-05T17:11:47.076Z] ---> faa9bfbf327a [2021-01-05T17:11:47.076Z] Step 22/22 : LABEL version=2.0.0-dev.29 [2021-01-05T17:11:47.076Z] ---> 0f0962521cb1 [2021-01-05T17:11:47.076Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-05T17:11:47.362Z] ---> Running in 59359a295f31 [2021-01-05T17:11:47.637Z] Removing intermediate container 538413cf6252 [2021-01-05T17:11:47.637Z] ---> 6484602852cd [2021-01-05T17:11:47.637Z] Step 20/21 : LABEL git_sha=5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:11:47.920Z] Removing intermediate container 8e2540753fae [2021-01-05T17:11:47.920Z] ---> 8205b1e5b882 [2021-01-05T17:11:47.920Z] Step 23/24 : LABEL git_sha=5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:11:47.920Z] ---> Running in ea51fb419a5e [2021-01-05T17:11:48.524Z] ---> Running in cfbe63d42fdc [2021-01-05T17:11:49.130Z] Removing intermediate container 59359a295f31 [2021-01-05T17:11:49.130Z] ---> f984d5bc8278 [2021-01-05T17:11:49.130Z] [2021-01-05T17:11:49.404Z] Successfully built f984d5bc8278 [2021-01-05T17:11:49.690Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-05T17:11:49.690Z]  Building docker-security-bootstrap-redis-go ... done Building docker-support-scheduler-go [2021-01-05T17:11:49.690Z] Removing intermediate container ea51fb419a5e [2021-01-05T17:11:49.690Z] ---> d6b45e330f8c [2021-01-05T17:11:49.690Z] Step 21/21 : LABEL version=2.0.0-dev.29 [2021-01-05T17:11:49.690Z] Removing intermediate container cfbe63d42fdc [2021-01-05T17:11:49.690Z] ---> 43ccf8425353 [2021-01-05T17:11:49.690Z] Step 24/24 : LABEL version=2.0.0-dev.29 [2021-01-05T17:11:49.970Z] ---> 6ba67a5e8ce7 [2021-01-05T17:11:49.970Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-05T17:11:50.244Z] ---> Running in d615f2b51a87 [2021-01-05T17:11:50.244Z] ---> Running in 9efa9fe2dca3 [2021-01-05T17:11:50.851Z] Removing intermediate container 9efa9fe2dca3 [2021-01-05T17:11:50.851Z] ---> 50cb11bd2021 [2021-01-05T17:11:50.851Z] [2021-01-05T17:11:51.452Z] Successfully built 50cb11bd2021 [2021-01-05T17:11:51.727Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-05T17:11:51.727Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-01-05T17:11:51.727Z] Removing intermediate container d615f2b51a87 [2021-01-05T17:11:51.727Z] ---> 9350ebb311b0 [2021-01-05T17:11:51.727Z] [2021-01-05T17:11:52.006Z] ---> 8d2be3ca5362 [2021-01-05T17:11:52.006Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-05T17:11:52.006Z] Successfully built 9350ebb311b0 [2021-01-05T17:11:52.006Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-05T17:11:52.283Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-01-05T17:11:52.283Z] ---> Running in 1d674c50ca8f [2021-01-05T17:11:52.892Z] Removing intermediate container 1d674c50ca8f [2021-01-05T17:11:52.892Z] ---> d8a94c66a0bf [2021-01-05T17:11:52.892Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T17:11:52.892Z] ---> Running in 37e2d4b0d5b2 [2021-01-05T17:11:53.504Z] Removing intermediate container 37e2d4b0d5b2 [2021-01-05T17:11:53.504Z] ---> 3dcfb2919654 [2021-01-05T17:11:53.504Z] Step 20/22 : LABEL arch=arm64 [2021-01-05T17:11:53.504Z] ---> Running in 070a3b9f143d [2021-01-05T17:11:54.112Z] Removing intermediate container 070a3b9f143d [2021-01-05T17:11:54.112Z] ---> 0b36e8b6ac7d [2021-01-05T17:11:54.112Z] Step 21/22 : LABEL git_sha=5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:11:54.389Z] ---> Running in dfb051007e51 [2021-01-05T17:11:55.001Z] Removing intermediate container dfb051007e51 [2021-01-05T17:11:55.001Z] ---> 852888acec9d [2021-01-05T17:11:55.001Z] Step 22/22 : LABEL version=2.0.0-dev.29 [2021-01-05T17:11:55.601Z] ---> Running in 7cc79827c67b [2021-01-05T17:11:56.586Z] Removing intermediate container 7cc79827c67b [2021-01-05T17:11:56.586Z] ---> 747d85026b1b [2021-01-05T17:11:56.586Z] [2021-01-05T17:11:56.863Z] Successfully built 747d85026b1b [2021-01-05T17:11:56.863Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-05T17:12:19.058Z]  Building docker-core-metadata-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T17:12:19.058Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-05T17:12:19.058Z] ---> e0ba08aa1f2b [2021-01-05T17:12:19.058Z] Step 3/24 : WORKDIR /edgex-go [2021-01-05T17:12:19.058Z] ---> Using cache [2021-01-05T17:12:19.058Z] ---> 97dc1496260f [2021-01-05T17:12:19.058Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T17:12:19.058Z] ---> Using cache [2021-01-05T17:12:19.058Z] ---> 2664f3e03b0b [2021-01-05T17:12:19.058Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-05T17:12:22.489Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T17:12:22.489Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-05T17:12:22.489Z] ---> e0ba08aa1f2b [2021-01-05T17:12:22.489Z] Step 3/21 : WORKDIR /edgex-go [2021-01-05T17:12:22.489Z] ---> Using cache [2021-01-05T17:12:22.489Z] ---> 97dc1496260f [2021-01-05T17:12:22.489Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T17:12:22.489Z] ---> Using cache [2021-01-05T17:12:22.489Z] ---> 2664f3e03b0b [2021-01-05T17:12:22.489Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-05T17:12:24.319Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T17:12:24.319Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-05T17:12:24.319Z] ---> e0ba08aa1f2b [2021-01-05T17:12:24.319Z] Step 3/23 : WORKDIR /edgex-go [2021-01-05T17:12:24.319Z] ---> Using cache [2021-01-05T17:12:24.319Z] ---> 97dc1496260f [2021-01-05T17:12:24.319Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T17:12:24.319Z] ---> Using cache [2021-01-05T17:12:24.319Z] ---> 2664f3e03b0b [2021-01-05T17:12:24.319Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-05T17:12:24.605Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T17:12:24.605Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-05T17:12:24.605Z] ---> e0ba08aa1f2b [2021-01-05T17:12:24.605Z] Step 3/26 : WORKDIR /edgex-go [2021-01-05T17:12:24.605Z] ---> Using cache [2021-01-05T17:12:24.605Z] ---> 97dc1496260f [2021-01-05T17:12:24.605Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T17:12:24.605Z] ---> Using cache [2021-01-05T17:12:24.605Z] ---> 2664f3e03b0b [2021-01-05T17:12:24.605Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-05T17:12:24.902Z] ---> Running in 7c466c4f2ef3 [2021-01-05T17:12:24.902Z] ---> Running in 6148079c6f93 [2021-01-05T17:12:24.902Z] ---> Running in 0868416771fb [2021-01-05T17:12:24.902Z] ---> Running in c9553525c001 [2021-01-05T17:12:27.837Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T17:12:27.837Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T17:12:27.837Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T17:12:28.130Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T17:12:28.784Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T17:12:28.784Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T17:12:28.784Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T17:12:29.058Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T17:12:30.518Z] OK: 217 MiB in 51 packages [2021-01-05T17:12:30.518Z] OK: 217 MiB in 51 packages [2021-01-05T17:12:31.139Z] OK: 217 MiB in 51 packages [2021-01-05T17:12:31.139Z] OK: 217 MiB in 51 packages [2021-01-05T17:12:32.157Z] Removing intermediate container 7c466c4f2ef3 [2021-01-05T17:12:32.157Z] ---> b15baedbcbda [2021-01-05T17:12:32.157Z] Step 6/21 : COPY go.mod . [2021-01-05T17:12:32.157Z] Removing intermediate container c9553525c001 [2021-01-05T17:12:32.157Z] ---> 975abcefb7e4 [2021-01-05T17:12:32.157Z] Step 6/24 : COPY go.mod . [2021-01-05T17:12:32.759Z] Removing intermediate container 6148079c6f93 [2021-01-05T17:12:32.759Z] ---> e9545dc001d6 [2021-01-05T17:12:32.759Z] Step 6/23 : COPY go.mod . [2021-01-05T17:12:32.759Z] Removing intermediate container 0868416771fb [2021-01-05T17:12:32.759Z] ---> 39ba4ba672cc [2021-01-05T17:12:32.759Z] Step 6/26 : COPY go.mod . [2021-01-05T17:12:33.035Z] ---> f5c321fb96b9 [2021-01-05T17:12:33.035Z] Step 7/21 : RUN go mod download [2021-01-05T17:12:33.306Z] ---> Running in 0b2f6a2872a3 [2021-01-05T17:12:33.306Z] ---> f0760f6fa46d [2021-01-05T17:12:33.306Z] Step 7/24 : RUN go mod download [2021-01-05T17:12:33.578Z] ---> 563920723ea0 [2021-01-05T17:12:33.578Z] Step 7/23 : RUN go mod download [2021-01-05T17:12:33.578Z] ---> Running in d4cedc04d867 [2021-01-05T17:12:33.853Z] ---> d56a7ff91d7d [2021-01-05T17:12:33.853Z] Step 7/26 : RUN go mod download [2021-01-05T17:12:33.853Z] ---> Running in 296fb2732f6b [2021-01-05T17:12:34.124Z] ---> Running in 644b6c36a4c7 [2021-01-05T17:12:36.753Z] Removing intermediate container 0b2f6a2872a3 [2021-01-05T17:12:36.753Z] ---> 9b23b6f13107 [2021-01-05T17:12:36.753Z] Step 8/21 : COPY . . [2021-01-05T17:12:37.740Z] Removing intermediate container d4cedc04d867 [2021-01-05T17:12:37.740Z] ---> 7153e3ac6a41 [2021-01-05T17:12:37.740Z] Step 8/24 : COPY . . [2021-01-05T17:12:38.019Z] Removing intermediate container 644b6c36a4c7 [2021-01-05T17:12:38.019Z] ---> 600c37350790 [2021-01-05T17:12:38.019Z] Step 8/26 : COPY . . [2021-01-05T17:12:38.293Z] Removing intermediate container 296fb2732f6b [2021-01-05T17:12:38.293Z] ---> 9e5c5db5ba5a [2021-01-05T17:12:38.293Z] Step 8/23 : COPY . . [2021-01-05T17:12:56.653Z] ---> 1c4c3250776b [2021-01-05T17:12:56.653Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-05T17:12:56.653Z] ---> 124d39c7dbc9 [2021-01-05T17:12:56.653Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-05T17:12:56.653Z] ---> 44bf2d374ed1 [2021-01-05T17:12:56.653Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-05T17:12:56.653Z] ---> 8d23222898e8 [2021-01-05T17:12:56.653Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-05T17:12:56.653Z] ---> Running in b9107676df6f [2021-01-05T17:12:56.653Z] ---> Running in 49a857c37aeb [2021-01-05T17:12:56.653Z] ---> Running in e468940e729b [2021-01-05T17:12:56.653Z] ---> Running in ba887a3a8727 [2021-01-05T17:12:56.653Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.29" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-05T17:12:56.653Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.29" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-05T17:12:56.653Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.29" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-05T17:12:56.653Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.29" -o cmd/core-data/core-data ./cmd/core-data [2021-01-05T17:14:04.794Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.29" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-05T17:14:19.973Z] Removing intermediate container e468940e729b [2021-01-05T17:14:19.973Z] ---> 8de198b1fdee [2021-01-05T17:14:19.973Z] [2021-01-05T17:14:19.973Z] Step 10/24 : FROM alpine:3.12 [2021-01-05T17:14:19.973Z] ---> afeebe901d6b [2021-01-05T17:14:19.973Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-05T17:14:19.973Z] ---> Using cache [2021-01-05T17:14:19.973Z] ---> 65cc8f983f9e [2021-01-05T17:14:19.973Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-05T17:14:19.973Z] ---> Running in eb23c6364d79 [2021-01-05T17:14:19.973Z] Removing intermediate container eb23c6364d79 [2021-01-05T17:14:19.973Z] ---> f7ce0de0bbf3 [2021-01-05T17:14:19.973Z] Step 13/24 : WORKDIR / [2021-01-05T17:14:19.973Z] ---> Running in a8380531fe9f [2021-01-05T17:14:20.252Z] Removing intermediate container a8380531fe9f [2021-01-05T17:14:20.252Z] ---> 547e522ceea0 [2021-01-05T17:14:20.252Z] 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-05T17:14:22.911Z] ---> e3e255ec10ea [2021-01-05T17:14:22.911Z] 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-05T17:14:24.900Z] Removing intermediate container b9107676df6f [2021-01-05T17:14:24.900Z] ---> 50ed4cc866a9 [2021-01-05T17:14:24.900Z] [2021-01-05T17:14:24.900Z] Step 10/21 : FROM scratch [2021-01-05T17:14:24.901Z] ---> [2021-01-05T17:14:24.901Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T17:14:24.901Z] Removing intermediate container 49a857c37aeb [2021-01-05T17:14:24.901Z] ---> 3fdaeb00bf39 [2021-01-05T17:14:24.901Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-05T17:14:24.901Z] ---> bdf59e489417 [2021-01-05T17:14:24.901Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-05T17:14:24.901Z] ---> Using cache [2021-01-05T17:14:24.901Z] ---> 4f9a94a5c534 [2021-01-05T17:14:24.901Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-05T17:14:24.901Z] ---> Running in 3ffb77d95825 [2021-01-05T17:14:24.901Z] ---> Running in 9947f896c14a [2021-01-05T17:14:25.935Z] ---> 56372030fdb2 [2021-01-05T17:14:25.935Z] Removing intermediate container 9947f896c14a [2021-01-05T17:14:25.935Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-05T17:14:25.935Z] ---> 8421f7d64648 [2021-01-05T17:14:25.935Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-05T17:14:25.935Z] ---> Running in 2a7b226ea9d3 [2021-01-05T17:14:26.546Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.29" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-05T17:14:26.822Z] Removing intermediate container 2a7b226ea9d3 [2021-01-05T17:14:26.822Z] ---> 87064d45cea1 [2021-01-05T17:14:26.822Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-05T17:14:27.812Z] ---> 36ef1702556b [2021-01-05T17:14:27.812Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-05T17:14:27.812Z] ---> aedba248dc5a [2021-01-05T17:14:27.812Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-05T17:14:29.802Z] ---> f5104fb2d8ca [2021-01-05T17:14:29.802Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-05T17:14:29.802Z] ---> 03b48742f6b6 [2021-01-05T17:14:29.802Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-05T17:14:30.791Z] Removing intermediate container 3ffb77d95825 [2021-01-05T17:14:30.791Z] ---> f0592fc3fcf1 [2021-01-05T17:14:30.791Z] [2021-01-05T17:14:30.791Z] Step 11/26 : FROM docker:20.10.0 [2021-01-05T17:14:31.071Z] ---> ee9dc9be5508 [2021-01-05T17:14:31.071Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-05T17:14:31.071Z] 20.10.0: Pulling from library/docker [2021-01-05T17:14:31.071Z] ---> db122cd555f1 [2021-01-05T17:14:31.071Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-05T17:14:31.346Z] ---> Running in 1beee43e25bc [2021-01-05T17:14:31.346Z] ---> Running in 7186eb09e362 [2021-01-05T17:14:32.793Z] Removing intermediate container 1beee43e25bc [2021-01-05T17:14:32.793Z] ---> 5d5ce91790e8 [2021-01-05T17:14:32.794Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T17:14:33.071Z] ---> Running in 0aecf154b6ac [2021-01-05T17:14:34.558Z] Removing intermediate container 0aecf154b6ac [2021-01-05T17:14:34.558Z] ---> 44891a09f21d [2021-01-05T17:14:34.558Z] Step 19/21 : LABEL arch=arm64 [2021-01-05T17:14:35.159Z] Removing intermediate container 7186eb09e362 [2021-01-05T17:14:35.159Z] ---> 30d7cb838563 [2021-01-05T17:14:35.159Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-05T17:14:35.159Z] ---> Running in 2374987cfd7a [2021-01-05T17:14:35.159Z] ---> Running in 23551338ca69 [2021-01-05T17:14:35.764Z] Removing intermediate container 2374987cfd7a [2021-01-05T17:14:35.764Z] ---> bf70f668f4cd [2021-01-05T17:14:35.764Z] Step 20/21 : LABEL git_sha=5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:14:36.043Z] ---> Running in 2abf92e0691e [2021-01-05T17:14:36.043Z] Removing intermediate container 23551338ca69 [2021-01-05T17:14:36.043Z] ---> 29bd1e2244e3 [2021-01-05T17:14:36.043Z] Step 22/24 : LABEL arch=arm64 [2021-01-05T17:14:36.645Z] ---> Running in 1c51e65d2cf6 [2021-01-05T17:14:36.919Z] Removing intermediate container 2abf92e0691e [2021-01-05T17:14:36.919Z] ---> 742ef6d2a34b [2021-01-05T17:14:36.919Z] Step 21/21 : LABEL version=2.0.0-dev.29 [2021-01-05T17:14:37.520Z] Removing intermediate container 1c51e65d2cf6 [2021-01-05T17:14:37.520Z] ---> c791bc76cddd [2021-01-05T17:14:37.521Z] Step 23/24 : LABEL git_sha=5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:14:37.800Z] ---> Running in dec6d30981c9 [2021-01-05T17:14:38.099Z] ---> Running in 52f1cd46761d [2021-01-05T17:14:38.703Z] Removing intermediate container dec6d30981c9 [2021-01-05T17:14:38.703Z] ---> 973e64261d0f [2021-01-05T17:14:38.703Z] [2021-01-05T17:14:38.992Z] Removing intermediate container 52f1cd46761d [2021-01-05T17:14:38.992Z] ---> 54ce09a693b6 [2021-01-05T17:14:38.992Z] Step 24/24 : LABEL version=2.0.0-dev.29 [2021-01-05T17:14:39.268Z] Successfully built 973e64261d0f [2021-01-05T17:14:39.268Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-05T17:14:39.868Z]  Building docker-support-scheduler-go ... done  ---> Running in 9aa2c5cbbd92 [2021-01-05T17:14:40.861Z] Removing intermediate container 9aa2c5cbbd92 [2021-01-05T17:14:40.861Z] ---> c1514188f3cd [2021-01-05T17:14:40.861Z] [2021-01-05T17:14:41.136Z] Successfully built c1514188f3cd [2021-01-05T17:14:41.136Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-05T17:14:42.137Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container ba887a3a8727 [2021-01-05T17:14:42.137Z] ---> 0a2fe9d762e5 [2021-01-05T17:14:42.137Z] [2021-01-05T17:14:42.137Z] Step 10/23 : FROM alpine:3.12 [2021-01-05T17:14:42.137Z] ---> afeebe901d6b [2021-01-05T17:14:42.137Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T17:14:42.414Z] ---> Running in c5085d8fbe54 [2021-01-05T17:14:43.029Z] Removing intermediate container c5085d8fbe54 [2021-01-05T17:14:43.029Z] ---> 968164b4aaf8 [2021-01-05T17:14:43.029Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-05T17:14:43.029Z] ---> Running in 717332ac3991 [2021-01-05T17:14:43.029Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-05T17:14:43.029Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-05T17:14:43.029Z] ---> eeaf43b92773 [2021-01-05T17:14:43.029Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-05T17:14:43.305Z] ---> Running in 57ec4caf4ec2 [2021-01-05T17:14:43.614Z] Removing intermediate container 717332ac3991 [2021-01-05T17:14:43.614Z] ---> e965c6687997 [2021-01-05T17:14:43.614Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-05T17:14:43.903Z] ---> Running in 585654f4efa6 [2021-01-05T17:14:44.506Z] Removing intermediate container 585654f4efa6 [2021-01-05T17:14:44.506Z] ---> 666c528a759a [2021-01-05T17:14:44.506Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T17:14:44.506Z] ---> Running in 0f3fdf2a6479 [2021-01-05T17:14:44.785Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T17:14:45.064Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T17:14:45.670Z] (1/2) Installing readline (8.0.4-r0) [2021-01-05T17:14:45.670Z] (2/2) Installing bash (5.0.17-r0) [2021-01-05T17:14:45.950Z] Executing bash-5.0.17-r0.post-install [2021-01-05T17:14:45.950Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T17:14:45.950Z] OK: 12 MiB in 22 packages [2021-01-05T17:14:46.942Z] Removing intermediate container 0f3fdf2a6479 [2021-01-05T17:14:46.942Z] ---> 7fc72ce3fabf [2021-01-05T17:14:46.942Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-05T17:14:47.217Z] ---> Running in 7c9980287d13 [2021-01-05T17:14:47.497Z] Removing intermediate container 57ec4caf4ec2 [2021-01-05T17:14:47.497Z] ---> fd8d4f7e9049 [2021-01-05T17:14:47.497Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-05T17:14:47.497Z] ---> Running in f392bbef1b88 [2021-01-05T17:14:48.101Z] Removing intermediate container f392bbef1b88 [2021-01-05T17:14:48.101Z] ---> 48d3ac2b60b0 [2021-01-05T17:14:48.101Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-05T17:14:48.378Z] ---> Running in 7d3ff08b7095 [2021-01-05T17:14:48.654Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T17:14:48.654Z] Removing intermediate container 7d3ff08b7095 [2021-01-05T17:14:48.654Z] ---> 0e1bf6fa5358 [2021-01-05T17:14:48.654Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-05T17:14:48.929Z] ---> Running in fa2351edfb61 [2021-01-05T17:14:49.532Z] Removing intermediate container fa2351edfb61 [2021-01-05T17:14:49.532Z] ---> 055d1d04e309 [2021-01-05T17:14:49.532Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-05T17:14:49.532Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T17:14:50.526Z] ---> faeafb2e2452 [2021-01-05T17:14:50.526Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-05T17:14:51.132Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-05T17:14:51.132Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-05T17:14:51.132Z] ---> 7174a56b1634 [2021-01-05T17:14:51.132Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-05T17:14:51.405Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-05T17:14:52.014Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-05T17:14:52.293Z] ---> ccb9a8f60adc [2021-01-05T17:14:52.293Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-05T17:14:52.293Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-05T17:14:52.293Z] ---> Running in a01e1454c191 [2021-01-05T17:14:52.580Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T17:14:52.580Z] OK: 8 MiB in 19 packages [2021-01-05T17:14:53.594Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T17:14:53.873Z] Removing intermediate container 7c9980287d13 [2021-01-05T17:14:53.873Z] ---> 2824171da312 [2021-01-05T17:14:53.873Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-05T17:14:53.873Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T17:14:54.474Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-05T17:14:54.474Z] (2/33) Installing expat (2.2.9-r1) [2021-01-05T17:14:54.474Z] ---> 88e065aba80d [2021-01-05T17:14:54.474Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-05T17:14:54.474Z] (3/33) Installing libffi (3.3-r2) [2021-01-05T17:14:54.474Z] (4/33) Installing gdbm (1.13-r1) [2021-01-05T17:14:54.474Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-05T17:14:54.474Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-05T17:14:54.750Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-05T17:14:56.206Z] ---> a4ca7859d60f [2021-01-05T17:14:56.206Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-05T17:14:56.819Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-05T17:14:56.819Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-05T17:14:56.819Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-05T17:14:56.819Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-05T17:14:56.819Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-05T17:14:56.819Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-05T17:14:56.819Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-05T17:14:56.819Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-05T17:14:56.819Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-05T17:14:57.104Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-05T17:14:57.104Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-05T17:14:57.104Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-05T17:14:57.104Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-05T17:14:57.104Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-05T17:14:57.104Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-05T17:14:57.104Z] ---> f975c15e3af3 [2021-01-05T17:14:57.104Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-05T17:14:57.104Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-05T17:14:57.381Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-05T17:14:57.381Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-05T17:14:57.381Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-05T17:14:57.381Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-05T17:14:57.381Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-05T17:14:57.381Z] ---> Running in ec555760befb [2021-01-05T17:14:57.381Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-05T17:14:57.381Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-05T17:14:57.381Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-05T17:14:57.381Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-05T17:14:57.381Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-05T17:14:57.658Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T17:14:57.658Z] OK: 71 MiB in 55 packages [2021-01-05T17:14:57.932Z] Removing intermediate container ec555760befb [2021-01-05T17:14:57.932Z] ---> 9a68bfbcfc40 [2021-01-05T17:14:57.932Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T17:14:58.215Z] ---> Running in 355b84b903ed [2021-01-05T17:14:58.826Z] Removing intermediate container 355b84b903ed [2021-01-05T17:14:58.826Z] ---> b693d0609e6a [2021-01-05T17:14:58.826Z] Step 21/23 : LABEL arch=arm64 [2021-01-05T17:14:58.826Z] ---> Running in 2e453c9def7f [2021-01-05T17:14:59.426Z] Removing intermediate container 2e453c9def7f [2021-01-05T17:14:59.426Z] ---> 998305317439 [2021-01-05T17:14:59.426Z] Step 22/23 : LABEL git_sha=5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:14:59.708Z] ---> Running in 2dc64c6ca7ba [2021-01-05T17:15:00.311Z] Removing intermediate container 2dc64c6ca7ba [2021-01-05T17:15:00.311Z] ---> 89b270d44899 [2021-01-05T17:15:00.311Z] Step 23/23 : LABEL version=2.0.0-dev.29 [2021-01-05T17:15:00.586Z] ---> Running in d9c4a2c6c08b [2021-01-05T17:15:01.190Z] Removing intermediate container d9c4a2c6c08b [2021-01-05T17:15:01.190Z] ---> f1f8e863a6e4 [2021-01-05T17:15:01.190Z] [2021-01-05T17:15:01.470Z] Successfully built f1f8e863a6e4 [2021-01-05T17:15:01.470Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-05T17:15:04.120Z]  Building docker-core-data-go ... done Removing intermediate container a01e1454c191 [2021-01-05T17:15:04.120Z] ---> 0fb6721f7a8a [2021-01-05T17:15:04.120Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-05T17:15:04.120Z] ---> Running in 9045203cdca0 [2021-01-05T17:15:10.845Z] Collecting docker-compose==1.23.2 [2021-01-05T17:15:10.845Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-05T17:15:11.118Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-05T17:15:11.118Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-05T17:15:11.714Z] Collecting docopt<0.7,>=0.6.1 [2021-01-05T17:15:11.714Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-05T17:15:14.341Z] Collecting jsonschema<3,>=2.5.1 [2021-01-05T17:15:14.341Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-05T17:15:14.615Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-05T17:15:14.615Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-05T17:15:18.013Z] Collecting cached-property<2,>=1.2.0 [2021-01-05T17:15:18.013Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-05T17:15:18.013Z] Collecting texttable<0.10,>=0.9.0 [2021-01-05T17:15:18.013Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-05T17:15:22.355Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-05T17:15:22.355Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-05T17:15:22.965Z] Collecting docker<4.0,>=3.6.0 [2021-01-05T17:15:22.965Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-05T17:15:24.413Z] Collecting PyYAML<4,>=3.10 [2021-01-05T17:15:24.413Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-05T17:15:27.832Z] 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-05T17:15:27.832Z] 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-05T17:15:27.832Z] Collecting idna<2.8,>=2.5 [2021-01-05T17:15:28.107Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-05T17:15:28.107Z] 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-05T17:15:28.709Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-05T17:15:28.709Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-05T17:15:29.314Z] Collecting docker-pycreds>=0.4.0 [2021-01-05T17:15:29.314Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-05T17:15:29.314Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-05T17:15:29.314Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-05T17:15:29.314Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-05T17:15:29.314Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-05T17:15:30.752Z] Installing collected packages: websocket-client, docopt, jsonschema, dockerpty, cached-property, texttable, idna, urllib3, requests, docker-pycreds, docker, PyYAML, docker-compose [2021-01-05T17:15:30.752Z] Running setup.py install for docopt: started [2021-01-05T17:15:33.383Z] Running setup.py install for docopt: finished with status 'done' [2021-01-05T17:15:33.383Z] Running setup.py install for dockerpty: started [2021-01-05T17:15:36.002Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-05T17:15:36.002Z] Running setup.py install for texttable: started [2021-01-05T17:15:37.973Z] Running setup.py install for texttable: finished with status 'done' [2021-01-05T17:15:37.973Z] Attempting uninstall: idna [2021-01-05T17:15:37.973Z] Found existing installation: idna 2.9 [2021-01-05T17:15:37.973Z] Uninstalling idna-2.9: [2021-01-05T17:15:38.247Z] Successfully uninstalled idna-2.9 [2021-01-05T17:15:38.842Z] Attempting uninstall: urllib3 [2021-01-05T17:15:38.842Z] Found existing installation: urllib3 1.25.9 [2021-01-05T17:15:38.842Z] Uninstalling urllib3-1.25.9: [2021-01-05T17:15:39.114Z] Successfully uninstalled urllib3-1.25.9 [2021-01-05T17:15:39.710Z] Attempting uninstall: requests [2021-01-05T17:15:39.710Z] Found existing installation: requests 2.23.0 [2021-01-05T17:15:39.710Z] Uninstalling requests-2.23.0: [2021-01-05T17:15:39.982Z] Successfully uninstalled requests-2.23.0 [2021-01-05T17:15:41.411Z] Running setup.py install for PyYAML: started [2021-01-05T17:15:44.027Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-05T17:15:44.628Z] 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-05T17:15:48.924Z] Removing intermediate container 9045203cdca0 [2021-01-05T17:15:48.924Z] ---> 8453f7ed196d [2021-01-05T17:15:48.924Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-05T17:15:48.924Z] ---> Running in 1d71233849d3 [2021-01-05T17:15:49.902Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T17:15:49.902Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T17:15:50.495Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T17:15:50.495Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-05T17:15:50.495Z] (3/3) Installing curl (7.69.1-r3) [2021-01-05T17:15:50.495Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T17:15:50.768Z] OK: 71 MiB in 58 packages [2021-01-05T17:15:51.751Z] Removing intermediate container 1d71233849d3 [2021-01-05T17:15:51.751Z] ---> 9b284c7e65df [2021-01-05T17:15:51.751Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-05T17:15:52.023Z] ---> Running in 8141781d4d2e [2021-01-05T17:15:52.296Z] Removing intermediate container 8141781d4d2e [2021-01-05T17:15:52.296Z] ---> 4ea468a344ba [2021-01-05T17:15:52.296Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T17:15:52.568Z] ---> Running in d71a75359f4f [2021-01-05T17:15:53.161Z] Removing intermediate container d71a75359f4f [2021-01-05T17:15:53.161Z] ---> 3b3a4b68e1bf [2021-01-05T17:15:53.161Z] Step 24/26 : LABEL arch=arm64 [2021-01-05T17:15:53.161Z] ---> Running in 84747f465c67 [2021-01-05T17:15:53.753Z] Removing intermediate container 84747f465c67 [2021-01-05T17:15:53.753Z] ---> 5dbff90e6fb9 [2021-01-05T17:15:53.753Z] Step 25/26 : LABEL git_sha=5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:15:53.753Z] ---> Running in 52194e3243c1 [2021-01-05T17:15:54.027Z] Removing intermediate container 52194e3243c1 [2021-01-05T17:15:54.027Z] ---> 5ac79fbfa0a7 [2021-01-05T17:15:54.027Z] Step 26/26 : LABEL version=2.0.0-dev.29 [2021-01-05T17:15:54.302Z] ---> Running in cfb007155d93 [2021-01-05T17:15:54.899Z] Removing intermediate container cfb007155d93 [2021-01-05T17:15:54.899Z] ---> 7d8bb1d05d3c [2021-01-05T17:15:54.899Z] [2021-01-05T17:15:55.172Z] Successfully built 7d8bb1d05d3c [2021-01-05T17:15:55.172Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-05T17:15:55.461Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-05T17:15:55.457Z] $ docker stop --time=1 45e4d337ef61b382d54d5a6b46ab68d0c4d6a22b23399b923e676e0f6daa5939 [2021-01-05T17:15:57.429Z] $ docker rm -f 45e4d337ef61b382d54d5a6b46ab68d0c4d6a22b23399b923e676e0f6daa5939 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-05T17:15:58.202Z] + docker images [2021-01-05T17:15:58.202Z] + grep docker [2021-01-05T17:15:58.474Z] docker-sys-mgmt-agent-go-arm64 latest 7d8bb1d05d3c 4 seconds ago 300MB [2021-01-05T17:15:58.474Z] docker-core-data-go-arm64 latest f1f8e863a6e4 58 seconds ago 21MB [2021-01-05T17:15:58.474Z] docker-security-secretstore-setup-go-arm64 latest c1514188f3cd About a minute ago 23.4MB [2021-01-05T17:15:58.474Z] docker-support-scheduler-go-arm64 latest 973e64261d0f About a minute ago 10MB [2021-01-05T17:15:58.474Z] docker-core-metadata-go-arm64 latest 747d85026b1b 4 minutes ago 12.2MB [2021-01-05T17:15:58.474Z] docker-security-proxy-setup-go-arm64 latest 9350ebb311b0 4 minutes ago 23.3MB [2021-01-05T17:15:58.474Z] docker-support-notifications-go-arm64 latest 50cb11bd2021 4 minutes ago 11.4MB [2021-01-05T17:15:58.474Z] docker-security-bootstrap-redis-go-arm64 latest f984d5bc8278 4 minutes ago 15.1MB [2021-01-05T17:15:58.474Z] docker-core-command-go-arm64 latest 73a6b4259946 4 minutes ago 9.98MB [2021-01-05T17:15:58.474Z] docker 20.10.0 eeaf43b92773 3 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-05T17:15:58.961Z] provisioning config files... [2021-01-05T17:15:59.000Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/274@tmp/config7965448699871013425tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-05T17:15:59.458Z] ---> docker-login.sh [2021-01-05T17:15:59.458Z] nexus3.edgexfoundry.org:10001 [2021-01-05T17:15:59.762Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T17:16:00.040Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T17:16:00.040Z] Configure a credential helper to remove this warning. See [2021-01-05T17:16:00.040Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T17:16:00.040Z] [2021-01-05T17:16:00.040Z] Login Succeeded [2021-01-05T17:16:00.040Z] nexus3.edgexfoundry.org:10002 [2021-01-05T17:16:00.651Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T17:16:00.651Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T17:16:00.651Z] Configure a credential helper to remove this warning. See [2021-01-05T17:16:00.651Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T17:16:00.651Z] [2021-01-05T17:16:00.651Z] Login Succeeded [2021-01-05T17:16:00.651Z] nexus3.edgexfoundry.org:10003 [2021-01-05T17:16:01.268Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T17:16:01.268Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T17:16:01.268Z] Configure a credential helper to remove this warning. See [2021-01-05T17:16:01.268Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T17:16:01.268Z] [2021-01-05T17:16:01.268Z] Login Succeeded [2021-01-05T17:16:01.268Z] nexus3.edgexfoundry.org:10004 [2021-01-05T17:16:01.874Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T17:16:01.874Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T17:16:01.874Z] Configure a credential helper to remove this warning. See [2021-01-05T17:16:01.874Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T17:16:01.874Z] [2021-01-05T17:16:01.874Z] Login Succeeded [2021-01-05T17:16:01.874Z] docker.io [2021-01-05T17:16:02.485Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T17:16:02.765Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T17:16:02.765Z] Configure a credential helper to remove this warning. See [2021-01-05T17:16:02.765Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T17:16:02.765Z] [2021-01-05T17:16:02.765Z] Login Succeeded [2021-01-05T17:16:02.765Z] ---> docker-login.sh ends [Pipeline] } [2021-01-05T17:16:02.786Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-05T17:16:03.029Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-01-05T17:16:03.029Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:16:03.029Z] 2.0.0-dev.29 [2021-01-05T17:16:03.029Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [2021-01-05T17:16:03.029Z] master [2021-01-05T17:16:03.029Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:16:03.560Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5abdadd8b70be8a3e6975420755e8102c38e7ff4 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:16:03.914Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:16:03.915Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-05T17:16:03.915Z] ddc554aaec7f: Preparing [2021-01-05T17:16:03.915Z] 0b55f0f87975: Preparing [2021-01-05T17:16:03.915Z] 61549bb61289: Preparing [2021-01-05T17:16:04.193Z] 61549bb61289: Pushed [2021-01-05T17:16:04.193Z] ddc554aaec7f: Pushed [2021-01-05T17:16:06.803Z] 0b55f0f87975: Pushed [2021-01-05T17:16:06.803Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4: digest: sha256:3fa2b32bb797429572b601b568633866d2702b4bc2d3e2bf0703df9fc052a36f size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:16:07.148Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.29 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:16:07.487Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.29 [2021-01-05T17:16:07.488Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-05T17:16:07.488Z] ddc554aaec7f: Preparing [2021-01-05T17:16:07.488Z] 0b55f0f87975: Preparing [2021-01-05T17:16:07.488Z] 61549bb61289: Preparing [2021-01-05T17:16:07.760Z] 61549bb61289: Layer already exists [2021-01-05T17:16:07.760Z] ddc554aaec7f: Layer already exists [2021-01-05T17:16:07.760Z] 0b55f0f87975: Layer already exists [2021-01-05T17:16:07.760Z] 2.0.0-dev.29: digest: sha256:3fa2b32bb797429572b601b568633866d2702b4bc2d3e2bf0703df9fc052a36f size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:16:08.110Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:16:08.452Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [2021-01-05T17:16:08.453Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-05T17:16:08.453Z] ddc554aaec7f: Preparing [2021-01-05T17:16:08.453Z] 0b55f0f87975: Preparing [2021-01-05T17:16:08.453Z] 61549bb61289: Preparing [2021-01-05T17:16:08.724Z] 61549bb61289: Layer already exists [2021-01-05T17:16:08.724Z] ddc554aaec7f: Layer already exists [2021-01-05T17:16:08.724Z] 0b55f0f87975: Layer already exists [2021-01-05T17:16:08.724Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29: digest: sha256:3fa2b32bb797429572b601b568633866d2702b4bc2d3e2bf0703df9fc052a36f size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:16:09.073Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:16:09.417Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-01-05T17:16:09.417Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-05T17:16:09.417Z] ddc554aaec7f: Preparing [2021-01-05T17:16:09.417Z] 0b55f0f87975: Preparing [2021-01-05T17:16:09.417Z] 61549bb61289: Preparing [2021-01-05T17:16:09.691Z] 61549bb61289: Layer already exists [2021-01-05T17:16:09.691Z] ddc554aaec7f: Layer already exists [2021-01-05T17:16:09.691Z] 0b55f0f87975: Layer already exists [2021-01-05T17:16:09.691Z] master: digest: sha256:3fa2b32bb797429572b601b568633866d2702b4bc2d3e2bf0703df9fc052a36f size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-05T17:16:10.923Z] ===================================================== [Pipeline] echo [2021-01-05T17:16:10.978Z] taggedImages: [2021-01-05T17:16:10.978Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:16:10.978Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.29 [2021-01-05T17:16:10.978Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [2021-01-05T17:16:10.978Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-01-05T17:16:11.044Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-01-05T17:16:11.044Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:16:11.044Z] 2.0.0-dev.29 [2021-01-05T17:16:11.044Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [2021-01-05T17:16:11.044Z] master [2021-01-05T17:16:11.044Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:16:11.594Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5abdadd8b70be8a3e6975420755e8102c38e7ff4 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:16:11.940Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:16:11.940Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-05T17:16:11.940Z] d7bf9b1e8109: Preparing [2021-01-05T17:16:11.940Z] 21c1ef5d7fc7: Preparing [2021-01-05T17:16:11.940Z] 02d7fe923804: Preparing [2021-01-05T17:16:11.940Z] a20761eaca95: Preparing [2021-01-05T17:16:11.940Z] d6ba2b56dd5e: Preparing [2021-01-05T17:16:11.940Z] 379067d0cb53: Preparing [2021-01-05T17:16:11.940Z] 379067d0cb53: Waiting [2021-01-05T17:16:12.212Z] d7bf9b1e8109: Pushed [2021-01-05T17:16:12.485Z] d6ba2b56dd5e: Pushed [2021-01-05T17:16:12.485Z] 02d7fe923804: Pushed [2021-01-05T17:16:12.485Z] 379067d0cb53: Layer already exists [2021-01-05T17:16:13.076Z] a20761eaca95: Pushed [2021-01-05T17:16:15.699Z] 21c1ef5d7fc7: Pushed [2021-01-05T17:16:15.974Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4: digest: sha256:66fe7dde25f0f45ff41c41554d44d6384bb957f94c059652cd71c3d5775eda01 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:16:16.333Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.29 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:16:16.943Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.29 [2021-01-05T17:16:16.943Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-05T17:16:16.943Z] d7bf9b1e8109: Preparing [2021-01-05T17:16:16.943Z] 21c1ef5d7fc7: Preparing [2021-01-05T17:16:16.943Z] 02d7fe923804: Preparing [2021-01-05T17:16:16.943Z] a20761eaca95: Preparing [2021-01-05T17:16:16.943Z] d6ba2b56dd5e: Preparing [2021-01-05T17:16:16.943Z] 379067d0cb53: Preparing [2021-01-05T17:16:16.943Z] 379067d0cb53: Waiting [2021-01-05T17:16:17.218Z] 21c1ef5d7fc7: Layer already exists [2021-01-05T17:16:17.218Z] 02d7fe923804: Layer already exists [2021-01-05T17:16:17.218Z] d6ba2b56dd5e: Layer already exists [2021-01-05T17:16:17.218Z] a20761eaca95: Layer already exists [2021-01-05T17:16:17.218Z] d7bf9b1e8109: Layer already exists [2021-01-05T17:16:17.218Z] 379067d0cb53: Layer already exists [2021-01-05T17:16:17.218Z] 2.0.0-dev.29: digest: sha256:66fe7dde25f0f45ff41c41554d44d6384bb957f94c059652cd71c3d5775eda01 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:16:17.588Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:16:17.935Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [2021-01-05T17:16:17.936Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-05T17:16:17.936Z] d7bf9b1e8109: Preparing [2021-01-05T17:16:17.936Z] 21c1ef5d7fc7: Preparing [2021-01-05T17:16:17.936Z] 02d7fe923804: Preparing [2021-01-05T17:16:17.936Z] a20761eaca95: Preparing [2021-01-05T17:16:17.936Z] d6ba2b56dd5e: Preparing [2021-01-05T17:16:17.936Z] 379067d0cb53: Preparing [2021-01-05T17:16:17.936Z] 379067d0cb53: Waiting [2021-01-05T17:16:18.210Z] d7bf9b1e8109: Layer already exists [2021-01-05T17:16:18.210Z] 21c1ef5d7fc7: Layer already exists [2021-01-05T17:16:18.210Z] 02d7fe923804: Layer already exists [2021-01-05T17:16:18.210Z] d6ba2b56dd5e: Layer already exists [2021-01-05T17:16:18.210Z] a20761eaca95: Layer already exists [2021-01-05T17:16:18.210Z] 379067d0cb53: Layer already exists [2021-01-05T17:16:18.210Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29: digest: sha256:66fe7dde25f0f45ff41c41554d44d6384bb957f94c059652cd71c3d5775eda01 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:16:18.572Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:16:19.185Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-01-05T17:16:19.185Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-05T17:16:19.185Z] d7bf9b1e8109: Preparing [2021-01-05T17:16:19.185Z] 21c1ef5d7fc7: Preparing [2021-01-05T17:16:19.185Z] 02d7fe923804: Preparing [2021-01-05T17:16:19.185Z] a20761eaca95: Preparing [2021-01-05T17:16:19.185Z] d6ba2b56dd5e: Preparing [2021-01-05T17:16:19.185Z] 379067d0cb53: Preparing [2021-01-05T17:16:19.185Z] 379067d0cb53: Waiting [2021-01-05T17:16:19.457Z] d6ba2b56dd5e: Layer already exists [2021-01-05T17:16:19.457Z] d7bf9b1e8109: Layer already exists [2021-01-05T17:16:19.457Z] a20761eaca95: Layer already exists [2021-01-05T17:16:19.457Z] 21c1ef5d7fc7: Layer already exists [2021-01-05T17:16:19.457Z] 02d7fe923804: Layer already exists [2021-01-05T17:16:19.457Z] 379067d0cb53: Layer already exists [2021-01-05T17:16:19.457Z] master: digest: sha256:66fe7dde25f0f45ff41c41554d44d6384bb957f94c059652cd71c3d5775eda01 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-05T17:16:19.664Z] ===================================================== [Pipeline] echo [2021-01-05T17:16:19.713Z] taggedImages: [2021-01-05T17:16:19.713Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:16:19.713Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.29 [2021-01-05T17:16:19.713Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [2021-01-05T17:16:19.713Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-01-05T17:16:19.787Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-01-05T17:16:19.787Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:16:19.787Z] 2.0.0-dev.29 [2021-01-05T17:16:19.787Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [2021-01-05T17:16:19.787Z] master [2021-01-05T17:16:19.787Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:16:20.293Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5abdadd8b70be8a3e6975420755e8102c38e7ff4 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:16:20.628Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:16:20.628Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-05T17:16:20.628Z] 948473ef03a3: Preparing [2021-01-05T17:16:20.628Z] b0f9f1cd63ad: Preparing [2021-01-05T17:16:20.628Z] 5265fe10dc38: Preparing [2021-01-05T17:16:20.900Z] 5265fe10dc38: Pushed [2021-01-05T17:16:20.900Z] 948473ef03a3: Pushed [2021-01-05T17:16:24.277Z] b0f9f1cd63ad: Pushed [2021-01-05T17:16:24.277Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4: digest: sha256:6235f22d71c078db8c5cee566c5de18e790baf9edc597258ff6c2c5d3facaf06 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:16:24.648Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.29 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:16:25.009Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.29 [2021-01-05T17:16:25.009Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-05T17:16:25.009Z] 948473ef03a3: Preparing [2021-01-05T17:16:25.009Z] b0f9f1cd63ad: Preparing [2021-01-05T17:16:25.009Z] 5265fe10dc38: Preparing [2021-01-05T17:16:25.285Z] b0f9f1cd63ad: Layer already exists [2021-01-05T17:16:25.285Z] 5265fe10dc38: Layer already exists [2021-01-05T17:16:25.285Z] 948473ef03a3: Layer already exists [2021-01-05T17:16:25.285Z] 2.0.0-dev.29: digest: sha256:6235f22d71c078db8c5cee566c5de18e790baf9edc597258ff6c2c5d3facaf06 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:16:25.667Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:16:26.015Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [2021-01-05T17:16:26.015Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-05T17:16:26.015Z] 948473ef03a3: Preparing [2021-01-05T17:16:26.015Z] b0f9f1cd63ad: Preparing [2021-01-05T17:16:26.015Z] 5265fe10dc38: Preparing [2021-01-05T17:16:26.286Z] 5265fe10dc38: Layer already exists [2021-01-05T17:16:26.286Z] b0f9f1cd63ad: Layer already exists [2021-01-05T17:16:26.286Z] 948473ef03a3: Layer already exists [2021-01-05T17:16:26.286Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29: digest: sha256:6235f22d71c078db8c5cee566c5de18e790baf9edc597258ff6c2c5d3facaf06 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:16:26.631Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:16:26.971Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-01-05T17:16:26.971Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-05T17:16:26.971Z] 948473ef03a3: Preparing [2021-01-05T17:16:26.972Z] b0f9f1cd63ad: Preparing [2021-01-05T17:16:26.972Z] 5265fe10dc38: Preparing [2021-01-05T17:16:27.242Z] 5265fe10dc38: Layer already exists [2021-01-05T17:16:27.242Z] b0f9f1cd63ad: Layer already exists [2021-01-05T17:16:27.242Z] 948473ef03a3: Layer already exists [2021-01-05T17:16:27.242Z] master: digest: sha256:6235f22d71c078db8c5cee566c5de18e790baf9edc597258ff6c2c5d3facaf06 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-05T17:16:27.460Z] ===================================================== [Pipeline] echo [2021-01-05T17:16:27.520Z] taggedImages: [2021-01-05T17:16:27.520Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:16:27.520Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.29 [2021-01-05T17:16:27.520Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [2021-01-05T17:16:27.520Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-01-05T17:16:27.587Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2021-01-05T17:16:27.587Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:16:27.587Z] 2.0.0-dev.29 [2021-01-05T17:16:27.587Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [2021-01-05T17:16:27.587Z] master [2021-01-05T17:16:27.587Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:16:28.125Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:5abdadd8b70be8a3e6975420755e8102c38e7ff4 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:16:28.762Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:16:28.762Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-05T17:16:28.762Z] 7b43d12216c8: Preparing [2021-01-05T17:16:28.762Z] b6e6e7dfe50e: Preparing [2021-01-05T17:16:28.762Z] 30917d985c02: Preparing [2021-01-05T17:16:28.762Z] fb11d3dac79c: Preparing [2021-01-05T17:16:28.762Z] eab391cf89bf: Preparing [2021-01-05T17:16:28.762Z] f06e1aad7e28: Preparing [2021-01-05T17:16:28.762Z] 379067d0cb53: Preparing [2021-01-05T17:16:28.762Z] f06e1aad7e28: Waiting [2021-01-05T17:16:28.762Z] 379067d0cb53: Waiting [2021-01-05T17:16:29.362Z] 30917d985c02: Pushed [2021-01-05T17:16:29.362Z] b6e6e7dfe50e: Pushed [2021-01-05T17:16:29.362Z] 7b43d12216c8: Pushed [2021-01-05T17:16:29.362Z] eab391cf89bf: Pushed [2021-01-05T17:16:29.633Z] f06e1aad7e28: Pushed [2021-01-05T17:16:30.611Z] 379067d0cb53: Layer already exists [2021-01-05T17:16:31.588Z] fb11d3dac79c: Pushed [2021-01-05T17:16:31.588Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4: digest: sha256:0dc07b60d5f88cac29927bfb6a10f0e585359c0b5a9abd283fb3e44300873825 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:16:31.943Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.29 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:16:32.284Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.29 [2021-01-05T17:16:32.284Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-05T17:16:32.284Z] 7b43d12216c8: Preparing [2021-01-05T17:16:32.284Z] b6e6e7dfe50e: Preparing [2021-01-05T17:16:32.284Z] 30917d985c02: Preparing [2021-01-05T17:16:32.284Z] fb11d3dac79c: Preparing [2021-01-05T17:16:32.284Z] eab391cf89bf: Preparing [2021-01-05T17:16:32.284Z] f06e1aad7e28: Preparing [2021-01-05T17:16:32.284Z] 379067d0cb53: Preparing [2021-01-05T17:16:32.284Z] f06e1aad7e28: Waiting [2021-01-05T17:16:32.284Z] 379067d0cb53: Waiting [2021-01-05T17:16:32.557Z] eab391cf89bf: Layer already exists [2021-01-05T17:16:32.557Z] b6e6e7dfe50e: Layer already exists [2021-01-05T17:16:32.557Z] 7b43d12216c8: Layer already exists [2021-01-05T17:16:32.557Z] fb11d3dac79c: Layer already exists [2021-01-05T17:16:32.557Z] 30917d985c02: Layer already exists [2021-01-05T17:16:32.557Z] f06e1aad7e28: Layer already exists [2021-01-05T17:16:32.557Z] 379067d0cb53: Layer already exists [2021-01-05T17:16:32.557Z] 2.0.0-dev.29: digest: sha256:0dc07b60d5f88cac29927bfb6a10f0e585359c0b5a9abd283fb3e44300873825 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:16:32.903Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:16:33.271Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [2021-01-05T17:16:33.271Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-05T17:16:33.271Z] 7b43d12216c8: Preparing [2021-01-05T17:16:33.271Z] b6e6e7dfe50e: Preparing [2021-01-05T17:16:33.271Z] 30917d985c02: Preparing [2021-01-05T17:16:33.271Z] fb11d3dac79c: Preparing [2021-01-05T17:16:33.271Z] eab391cf89bf: Preparing [2021-01-05T17:16:33.271Z] f06e1aad7e28: Preparing [2021-01-05T17:16:33.271Z] 379067d0cb53: Preparing [2021-01-05T17:16:33.271Z] f06e1aad7e28: Waiting [2021-01-05T17:16:33.271Z] 379067d0cb53: Waiting [2021-01-05T17:16:33.543Z] eab391cf89bf: Layer already exists [2021-01-05T17:16:33.543Z] b6e6e7dfe50e: Layer already exists [2021-01-05T17:16:33.543Z] 30917d985c02: Layer already exists [2021-01-05T17:16:33.543Z] 7b43d12216c8: Layer already exists [2021-01-05T17:16:33.543Z] fb11d3dac79c: Layer already exists [2021-01-05T17:16:33.543Z] f06e1aad7e28: Layer already exists [2021-01-05T17:16:33.543Z] 379067d0cb53: Layer already exists [2021-01-05T17:16:33.543Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29: digest: sha256:0dc07b60d5f88cac29927bfb6a10f0e585359c0b5a9abd283fb3e44300873825 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:16:33.886Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:16:34.227Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [2021-01-05T17:16:34.227Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-05T17:16:34.227Z] 7b43d12216c8: Preparing [2021-01-05T17:16:34.227Z] b6e6e7dfe50e: Preparing [2021-01-05T17:16:34.227Z] 30917d985c02: Preparing [2021-01-05T17:16:34.227Z] fb11d3dac79c: Preparing [2021-01-05T17:16:34.227Z] eab391cf89bf: Preparing [2021-01-05T17:16:34.227Z] f06e1aad7e28: Preparing [2021-01-05T17:16:34.227Z] 379067d0cb53: Preparing [2021-01-05T17:16:34.227Z] f06e1aad7e28: Waiting [2021-01-05T17:16:34.227Z] 379067d0cb53: Waiting [2021-01-05T17:16:34.498Z] 7b43d12216c8: Layer already exists [2021-01-05T17:16:34.498Z] b6e6e7dfe50e: Layer already exists [2021-01-05T17:16:34.498Z] 30917d985c02: Layer already exists [2021-01-05T17:16:34.498Z] fb11d3dac79c: Layer already exists [2021-01-05T17:16:34.498Z] eab391cf89bf: Layer already exists [2021-01-05T17:16:34.498Z] f06e1aad7e28: Layer already exists [2021-01-05T17:16:34.498Z] 379067d0cb53: Layer already exists [2021-01-05T17:16:34.498Z] master: digest: sha256:0dc07b60d5f88cac29927bfb6a10f0e585359c0b5a9abd283fb3e44300873825 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-05T17:16:34.685Z] ===================================================== [Pipeline] echo [2021-01-05T17:16:34.755Z] taggedImages: [2021-01-05T17:16:34.755Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:16:34.755Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.29 [2021-01-05T17:16:34.755Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [2021-01-05T17:16:34.755Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo [2021-01-05T17:16:34.823Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-01-05T17:16:34.823Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:16:34.823Z] 2.0.0-dev.29 [2021-01-05T17:16:34.823Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [2021-01-05T17:16:34.823Z] master [2021-01-05T17:16:34.823Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:16:35.335Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5abdadd8b70be8a3e6975420755e8102c38e7ff4 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:16:35.673Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:16:35.673Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-05T17:16:35.673Z] cfa8053c2716: Preparing [2021-01-05T17:16:35.673Z] aca54df8c6ab: Preparing [2021-01-05T17:16:35.673Z] bf85feff8ca5: Preparing [2021-01-05T17:16:35.673Z] 79d1c8223c7f: Preparing [2021-01-05T17:16:35.673Z] 904ff825b834: Preparing [2021-01-05T17:16:35.673Z] 379067d0cb53: Preparing [2021-01-05T17:16:35.673Z] 379067d0cb53: Waiting [2021-01-05T17:16:36.273Z] 79d1c8223c7f: Pushed [2021-01-05T17:16:36.273Z] bf85feff8ca5: Pushed [2021-01-05T17:16:36.273Z] 379067d0cb53: Layer already exists [2021-01-05T17:16:36.547Z] 904ff825b834: Pushed [2021-01-05T17:16:38.521Z] cfa8053c2716: Pushed [2021-01-05T17:16:38.522Z] aca54df8c6ab: Pushed [2021-01-05T17:16:38.522Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4: digest: sha256:0b07fdbb1765553b83be5a851eb5168cbc13aa1289cc9b482490f51a3f9579ab size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:16:38.894Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.29 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:16:39.236Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.29 [2021-01-05T17:16:39.236Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-05T17:16:39.236Z] cfa8053c2716: Preparing [2021-01-05T17:16:39.236Z] aca54df8c6ab: Preparing [2021-01-05T17:16:39.236Z] bf85feff8ca5: Preparing [2021-01-05T17:16:39.236Z] 79d1c8223c7f: Preparing [2021-01-05T17:16:39.236Z] 904ff825b834: Preparing [2021-01-05T17:16:39.236Z] 379067d0cb53: Preparing [2021-01-05T17:16:39.236Z] 379067d0cb53: Waiting [2021-01-05T17:16:39.236Z] 904ff825b834: Layer already exists [2021-01-05T17:16:39.236Z] aca54df8c6ab: Layer already exists [2021-01-05T17:16:39.236Z] cfa8053c2716: Layer already exists [2021-01-05T17:16:39.236Z] bf85feff8ca5: Layer already exists [2021-01-05T17:16:39.236Z] 79d1c8223c7f: Layer already exists [2021-01-05T17:16:39.508Z] 379067d0cb53: Layer already exists [2021-01-05T17:16:39.508Z] 2.0.0-dev.29: digest: sha256:0b07fdbb1765553b83be5a851eb5168cbc13aa1289cc9b482490f51a3f9579ab size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:16:39.853Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:16:40.203Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [2021-01-05T17:16:40.203Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-05T17:16:40.203Z] cfa8053c2716: Preparing [2021-01-05T17:16:40.203Z] aca54df8c6ab: Preparing [2021-01-05T17:16:40.203Z] bf85feff8ca5: Preparing [2021-01-05T17:16:40.203Z] 79d1c8223c7f: Preparing [2021-01-05T17:16:40.203Z] 904ff825b834: Preparing [2021-01-05T17:16:40.203Z] 379067d0cb53: Preparing [2021-01-05T17:16:40.203Z] 379067d0cb53: Waiting [2021-01-05T17:16:40.203Z] cfa8053c2716: Layer already exists [2021-01-05T17:16:40.203Z] aca54df8c6ab: Layer already exists [2021-01-05T17:16:40.203Z] 79d1c8223c7f: Layer already exists [2021-01-05T17:16:40.203Z] 904ff825b834: Layer already exists [2021-01-05T17:16:40.475Z] bf85feff8ca5: Layer already exists [2021-01-05T17:16:40.475Z] 379067d0cb53: Layer already exists [2021-01-05T17:16:40.475Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29: digest: sha256:0b07fdbb1765553b83be5a851eb5168cbc13aa1289cc9b482490f51a3f9579ab size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:16:40.817Z] + 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-05T17:16:41.164Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-01-05T17:16:41.164Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-05T17:16:41.164Z] cfa8053c2716: Preparing [2021-01-05T17:16:41.164Z] aca54df8c6ab: Preparing [2021-01-05T17:16:41.164Z] bf85feff8ca5: Preparing [2021-01-05T17:16:41.164Z] 79d1c8223c7f: Preparing [2021-01-05T17:16:41.164Z] 904ff825b834: Preparing [2021-01-05T17:16:41.164Z] 379067d0cb53: Preparing [2021-01-05T17:16:41.164Z] 379067d0cb53: Waiting [2021-01-05T17:16:41.436Z] 79d1c8223c7f: Layer already exists [2021-01-05T17:16:41.436Z] bf85feff8ca5: Layer already exists [2021-01-05T17:16:41.436Z] cfa8053c2716: Layer already exists [2021-01-05T17:16:41.436Z] 904ff825b834: Layer already exists [2021-01-05T17:16:41.436Z] aca54df8c6ab: Layer already exists [2021-01-05T17:16:41.436Z] 379067d0cb53: Layer already exists [2021-01-05T17:16:41.436Z] master: digest: sha256:0b07fdbb1765553b83be5a851eb5168cbc13aa1289cc9b482490f51a3f9579ab size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-05T17:16:41.633Z] ===================================================== [Pipeline] echo [2021-01-05T17:16:41.706Z] taggedImages: [2021-01-05T17:16:41.706Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:16:41.706Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.29 [2021-01-05T17:16:41.706Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [2021-01-05T17:16:41.706Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-01-05T17:16:41.775Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-01-05T17:16:41.775Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:16:41.775Z] 2.0.0-dev.29 [2021-01-05T17:16:41.775Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [2021-01-05T17:16:41.775Z] master [2021-01-05T17:16:41.775Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:16:42.325Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5abdadd8b70be8a3e6975420755e8102c38e7ff4 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:16:42.668Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:16:42.668Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-05T17:16:42.668Z] feaf305aef37: Preparing [2021-01-05T17:16:42.668Z] 737cf3db3fc3: Preparing [2021-01-05T17:16:42.668Z] 300d7841e192: Preparing [2021-01-05T17:16:42.669Z] c8e18182c538: Preparing [2021-01-05T17:16:42.669Z] 5ba4734485b7: Preparing [2021-01-05T17:16:42.669Z] c872d91c4590: Preparing [2021-01-05T17:16:42.669Z] 8e41395fa066: Preparing [2021-01-05T17:16:42.669Z] f06e1aad7e28: Preparing [2021-01-05T17:16:42.669Z] 379067d0cb53: Preparing [2021-01-05T17:16:42.669Z] c872d91c4590: Waiting [2021-01-05T17:16:42.669Z] 8e41395fa066: Waiting [2021-01-05T17:16:42.669Z] 379067d0cb53: Waiting [2021-01-05T17:16:42.669Z] f06e1aad7e28: Waiting [2021-01-05T17:16:42.950Z] 737cf3db3fc3: Pushed [2021-01-05T17:16:42.950Z] 5ba4734485b7: Pushed [2021-01-05T17:16:42.950Z] feaf305aef37: Pushed [2021-01-05T17:16:43.234Z] f06e1aad7e28: Layer already exists [2021-01-05T17:16:43.234Z] c872d91c4590: Pushed [2021-01-05T17:16:43.234Z] 379067d0cb53: Layer already exists [2021-01-05T17:16:43.234Z] 8e41395fa066: Pushed [2021-01-05T17:16:45.214Z] c8e18182c538: Pushed [2021-01-05T17:16:45.214Z] 300d7841e192: Pushed [2021-01-05T17:16:45.214Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4: digest: sha256:4efa977119ac8b67e7275bc4dae64f7311ffcba121ca4b382221cddee726e0cc size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:16:45.560Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.29 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:16:45.923Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.29 [2021-01-05T17:16:45.923Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-05T17:16:45.923Z] feaf305aef37: Preparing [2021-01-05T17:16:45.923Z] 737cf3db3fc3: Preparing [2021-01-05T17:16:45.923Z] 300d7841e192: Preparing [2021-01-05T17:16:45.923Z] c8e18182c538: Preparing [2021-01-05T17:16:45.923Z] 5ba4734485b7: Preparing [2021-01-05T17:16:45.923Z] c872d91c4590: Preparing [2021-01-05T17:16:45.923Z] 8e41395fa066: Preparing [2021-01-05T17:16:45.923Z] f06e1aad7e28: Preparing [2021-01-05T17:16:45.923Z] 379067d0cb53: Preparing [2021-01-05T17:16:45.923Z] c872d91c4590: Waiting [2021-01-05T17:16:45.923Z] 8e41395fa066: Waiting [2021-01-05T17:16:45.923Z] f06e1aad7e28: Waiting [2021-01-05T17:16:45.923Z] 379067d0cb53: Waiting [2021-01-05T17:16:46.194Z] c8e18182c538: Layer already exists [2021-01-05T17:16:46.194Z] 300d7841e192: Layer already exists [2021-01-05T17:16:46.194Z] 5ba4734485b7: Layer already exists [2021-01-05T17:16:46.194Z] feaf305aef37: Layer already exists [2021-01-05T17:16:46.194Z] 737cf3db3fc3: Layer already exists [2021-01-05T17:16:46.194Z] c872d91c4590: Layer already exists [2021-01-05T17:16:46.194Z] 8e41395fa066: Layer already exists [2021-01-05T17:16:46.194Z] f06e1aad7e28: Layer already exists [2021-01-05T17:16:46.194Z] 379067d0cb53: Layer already exists [2021-01-05T17:16:46.194Z] 2.0.0-dev.29: digest: sha256:4efa977119ac8b67e7275bc4dae64f7311ffcba121ca4b382221cddee726e0cc size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:16:46.534Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:16:47.148Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [2021-01-05T17:16:47.149Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-05T17:16:47.149Z] feaf305aef37: Preparing [2021-01-05T17:16:47.149Z] 737cf3db3fc3: Preparing [2021-01-05T17:16:47.149Z] 300d7841e192: Preparing [2021-01-05T17:16:47.149Z] c8e18182c538: Preparing [2021-01-05T17:16:47.149Z] 5ba4734485b7: Preparing [2021-01-05T17:16:47.149Z] c872d91c4590: Preparing [2021-01-05T17:16:47.149Z] 8e41395fa066: Preparing [2021-01-05T17:16:47.149Z] f06e1aad7e28: Preparing [2021-01-05T17:16:47.149Z] 379067d0cb53: Preparing [2021-01-05T17:16:47.149Z] 8e41395fa066: Waiting [2021-01-05T17:16:47.149Z] 379067d0cb53: Waiting [2021-01-05T17:16:47.149Z] f06e1aad7e28: Waiting [2021-01-05T17:16:47.149Z] c872d91c4590: Waiting [2021-01-05T17:16:47.421Z] 300d7841e192: Layer already exists [2021-01-05T17:16:47.421Z] 5ba4734485b7: Layer already exists [2021-01-05T17:16:47.421Z] 737cf3db3fc3: Layer already exists [2021-01-05T17:16:47.421Z] c8e18182c538: Layer already exists [2021-01-05T17:16:47.421Z] feaf305aef37: Layer already exists [2021-01-05T17:16:47.421Z] 8e41395fa066: Layer already exists [2021-01-05T17:16:47.421Z] c872d91c4590: Layer already exists [2021-01-05T17:16:47.421Z] f06e1aad7e28: Layer already exists [2021-01-05T17:16:47.421Z] 379067d0cb53: Layer already exists [2021-01-05T17:16:47.421Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29: digest: sha256:4efa977119ac8b67e7275bc4dae64f7311ffcba121ca4b382221cddee726e0cc size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:16:47.765Z] + 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-05T17:16:48.107Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-01-05T17:16:48.107Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-05T17:16:48.107Z] feaf305aef37: Preparing [2021-01-05T17:16:48.107Z] 737cf3db3fc3: Preparing [2021-01-05T17:16:48.107Z] 300d7841e192: Preparing [2021-01-05T17:16:48.107Z] c8e18182c538: Preparing [2021-01-05T17:16:48.107Z] 5ba4734485b7: Preparing [2021-01-05T17:16:48.107Z] c872d91c4590: Preparing [2021-01-05T17:16:48.107Z] 8e41395fa066: Preparing [2021-01-05T17:16:48.107Z] f06e1aad7e28: Preparing [2021-01-05T17:16:48.107Z] 379067d0cb53: Preparing [2021-01-05T17:16:48.107Z] 8e41395fa066: Waiting [2021-01-05T17:16:48.107Z] f06e1aad7e28: Waiting [2021-01-05T17:16:48.107Z] 379067d0cb53: Waiting [2021-01-05T17:16:48.107Z] c872d91c4590: Waiting [2021-01-05T17:16:48.382Z] c8e18182c538: Layer already exists [2021-01-05T17:16:48.382Z] 737cf3db3fc3: Layer already exists [2021-01-05T17:16:48.382Z] 300d7841e192: Layer already exists [2021-01-05T17:16:48.382Z] feaf305aef37: Layer already exists [2021-01-05T17:16:48.382Z] 5ba4734485b7: Layer already exists [2021-01-05T17:16:48.382Z] c872d91c4590: Layer already exists [2021-01-05T17:16:48.382Z] f06e1aad7e28: Layer already exists [2021-01-05T17:16:48.382Z] 8e41395fa066: Layer already exists [2021-01-05T17:16:48.382Z] 379067d0cb53: Layer already exists [2021-01-05T17:16:48.382Z] master: digest: sha256:4efa977119ac8b67e7275bc4dae64f7311ffcba121ca4b382221cddee726e0cc size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-05T17:16:48.566Z] ===================================================== [Pipeline] echo [2021-01-05T17:16:48.612Z] taggedImages: [2021-01-05T17:16:48.612Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:16:48.612Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.29 [2021-01-05T17:16:48.612Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [2021-01-05T17:16:48.612Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-01-05T17:16:48.675Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-01-05T17:16:48.675Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:16:48.675Z] 2.0.0-dev.29 [2021-01-05T17:16:48.675Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [2021-01-05T17:16:48.675Z] master [2021-01-05T17:16:48.675Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:16:49.207Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5abdadd8b70be8a3e6975420755e8102c38e7ff4 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:16:49.543Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:16:49.543Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-05T17:16:49.543Z] 040a6a49148c: Preparing [2021-01-05T17:16:49.543Z] 8a6eb86ded1a: Preparing [2021-01-05T17:16:49.543Z] 134337a0b8b5: Preparing [2021-01-05T17:16:49.543Z] fa4578caee38: Preparing [2021-01-05T17:16:49.543Z] 2d10f4e788be: Preparing [2021-01-05T17:16:49.543Z] 7ce2e208e386: Preparing [2021-01-05T17:16:49.543Z] 7ce2e208e386: Waiting [2021-01-05T17:16:50.146Z] 134337a0b8b5: Pushed [2021-01-05T17:16:50.146Z] fa4578caee38: Pushed [2021-01-05T17:16:50.146Z] 040a6a49148c: Pushed [2021-01-05T17:16:50.146Z] 2d10f4e788be: Pushed [2021-01-05T17:16:50.419Z] 7ce2e208e386: Pushed [2021-01-05T17:16:52.400Z] 8a6eb86ded1a: Pushed [2021-01-05T17:16:52.675Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4: digest: sha256:d10c84b6a1b796a6a53a88bb131495d16da288b55d119d9cebac151504f9f84a size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:16:53.030Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.29 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:16:53.376Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.29 [2021-01-05T17:16:53.376Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-05T17:16:53.376Z] 040a6a49148c: Preparing [2021-01-05T17:16:53.376Z] 8a6eb86ded1a: Preparing [2021-01-05T17:16:53.376Z] 134337a0b8b5: Preparing [2021-01-05T17:16:53.376Z] fa4578caee38: Preparing [2021-01-05T17:16:53.376Z] 2d10f4e788be: Preparing [2021-01-05T17:16:53.376Z] 7ce2e208e386: Preparing [2021-01-05T17:16:53.376Z] 7ce2e208e386: Waiting [2021-01-05T17:16:53.650Z] 2d10f4e788be: Layer already exists [2021-01-05T17:16:53.650Z] 8a6eb86ded1a: Layer already exists [2021-01-05T17:16:53.650Z] 134337a0b8b5: Layer already exists [2021-01-05T17:16:53.650Z] 040a6a49148c: Layer already exists [2021-01-05T17:16:53.650Z] fa4578caee38: Layer already exists [2021-01-05T17:16:53.650Z] 7ce2e208e386: Layer already exists [2021-01-05T17:16:53.650Z] 2.0.0-dev.29: digest: sha256:d10c84b6a1b796a6a53a88bb131495d16da288b55d119d9cebac151504f9f84a size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:16:53.999Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:16:54.337Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [2021-01-05T17:16:54.337Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-05T17:16:54.337Z] 040a6a49148c: Preparing [2021-01-05T17:16:54.337Z] 8a6eb86ded1a: Preparing [2021-01-05T17:16:54.337Z] 134337a0b8b5: Preparing [2021-01-05T17:16:54.337Z] fa4578caee38: Preparing [2021-01-05T17:16:54.337Z] 2d10f4e788be: Preparing [2021-01-05T17:16:54.337Z] 7ce2e208e386: Preparing [2021-01-05T17:16:54.337Z] 7ce2e208e386: Waiting [2021-01-05T17:16:54.337Z] 040a6a49148c: Layer already exists [2021-01-05T17:16:54.337Z] 134337a0b8b5: Layer already exists [2021-01-05T17:16:54.337Z] fa4578caee38: Layer already exists [2021-01-05T17:16:54.337Z] 2d10f4e788be: Layer already exists [2021-01-05T17:16:54.337Z] 8a6eb86ded1a: Layer already exists [2021-01-05T17:16:54.609Z] 7ce2e208e386: Layer already exists [2021-01-05T17:16:54.609Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29: digest: sha256:d10c84b6a1b796a6a53a88bb131495d16da288b55d119d9cebac151504f9f84a size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:16:54.979Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:16:55.337Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-01-05T17:16:55.337Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-05T17:16:55.337Z] 040a6a49148c: Preparing [2021-01-05T17:16:55.337Z] 8a6eb86ded1a: Preparing [2021-01-05T17:16:55.337Z] 134337a0b8b5: Preparing [2021-01-05T17:16:55.337Z] fa4578caee38: Preparing [2021-01-05T17:16:55.337Z] 2d10f4e788be: Preparing [2021-01-05T17:16:55.337Z] 7ce2e208e386: Preparing [2021-01-05T17:16:55.337Z] 7ce2e208e386: Waiting [2021-01-05T17:16:55.337Z] 2d10f4e788be: Layer already exists [2021-01-05T17:16:55.337Z] 8a6eb86ded1a: Layer already exists [2021-01-05T17:16:55.337Z] fa4578caee38: Layer already exists [2021-01-05T17:16:55.337Z] 040a6a49148c: Layer already exists [2021-01-05T17:16:55.337Z] 134337a0b8b5: Layer already exists [2021-01-05T17:16:55.611Z] 7ce2e208e386: Layer already exists [2021-01-05T17:16:55.611Z] master: digest: sha256:d10c84b6a1b796a6a53a88bb131495d16da288b55d119d9cebac151504f9f84a size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-05T17:16:55.811Z] ===================================================== [Pipeline] echo [2021-01-05T17:16:55.858Z] taggedImages: [2021-01-05T17:16:55.858Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:16:55.858Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.29 [2021-01-05T17:16:55.858Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [2021-01-05T17:16:55.858Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-01-05T17:16:55.941Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-01-05T17:16:55.941Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:16:55.941Z] 2.0.0-dev.29 [2021-01-05T17:16:55.941Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [2021-01-05T17:16:55.941Z] master [2021-01-05T17:16:55.941Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:16:56.497Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5abdadd8b70be8a3e6975420755e8102c38e7ff4 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:16:56.867Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:16:56.867Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-05T17:16:56.867Z] 8d5df2f82419: Preparing [2021-01-05T17:16:56.867Z] b66d0623622f: Preparing [2021-01-05T17:16:56.867Z] e763002b0191: Preparing [2021-01-05T17:16:57.148Z] 8d5df2f82419: Pushed [2021-01-05T17:16:57.148Z] e763002b0191: Pushed [2021-01-05T17:17:00.573Z] b66d0623622f: Pushed [2021-01-05T17:17:00.573Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4: digest: sha256:def42c48680d67ae3d35309b1b213d68f152ae83dda862be40476954a49ec322 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:17:00.920Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.29 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:17:01.262Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.29 [2021-01-05T17:17:01.262Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-05T17:17:01.262Z] 8d5df2f82419: Preparing [2021-01-05T17:17:01.262Z] b66d0623622f: Preparing [2021-01-05T17:17:01.262Z] e763002b0191: Preparing [2021-01-05T17:17:02.693Z] 8d5df2f82419: Layer already exists [2021-01-05T17:17:02.693Z] b66d0623622f: Layer already exists [2021-01-05T17:17:02.693Z] e763002b0191: Layer already exists [2021-01-05T17:17:02.693Z] 2.0.0-dev.29: digest: sha256:def42c48680d67ae3d35309b1b213d68f152ae83dda862be40476954a49ec322 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:17:03.049Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:17:03.392Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [2021-01-05T17:17:03.392Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-05T17:17:03.392Z] 8d5df2f82419: Preparing [2021-01-05T17:17:03.392Z] b66d0623622f: Preparing [2021-01-05T17:17:03.392Z] e763002b0191: Preparing [2021-01-05T17:17:03.667Z] 8d5df2f82419: Layer already exists [2021-01-05T17:17:03.667Z] b66d0623622f: Layer already exists [2021-01-05T17:17:03.667Z] e763002b0191: Layer already exists [2021-01-05T17:17:03.942Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29: digest: sha256:def42c48680d67ae3d35309b1b213d68f152ae83dda862be40476954a49ec322 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:17:04.289Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:17:04.620Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-01-05T17:17:04.620Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-05T17:17:04.620Z] 8d5df2f82419: Preparing [2021-01-05T17:17:04.620Z] b66d0623622f: Preparing [2021-01-05T17:17:04.620Z] e763002b0191: Preparing [2021-01-05T17:17:04.893Z] b66d0623622f: Layer already exists [2021-01-05T17:17:04.893Z] 8d5df2f82419: Layer already exists [2021-01-05T17:17:04.893Z] e763002b0191: Layer already exists [2021-01-05T17:17:04.893Z] master: digest: sha256:def42c48680d67ae3d35309b1b213d68f152ae83dda862be40476954a49ec322 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-05T17:17:05.099Z] ===================================================== [Pipeline] echo [2021-01-05T17:17:05.145Z] taggedImages: [2021-01-05T17:17:05.145Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:17:05.145Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.29 [2021-01-05T17:17:05.145Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [2021-01-05T17:17:05.145Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-01-05T17:17:05.211Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-01-05T17:17:05.211Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:17:05.211Z] 2.0.0-dev.29 [2021-01-05T17:17:05.211Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [2021-01-05T17:17:05.211Z] master [2021-01-05T17:17:05.211Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:17:05.729Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5abdadd8b70be8a3e6975420755e8102c38e7ff4 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:17:06.059Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:17:06.060Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-05T17:17:06.060Z] ed852dc55f15: Preparing [2021-01-05T17:17:06.060Z] ce495feb9063: Preparing [2021-01-05T17:17:06.060Z] adb2975eef99: Preparing [2021-01-05T17:17:06.060Z] cdd4493fe2df: Preparing [2021-01-05T17:17:06.060Z] bc23a98d28b8: Preparing [2021-01-05T17:17:06.060Z] ba4217f6a1e7: Preparing [2021-01-05T17:17:06.060Z] cfa519d57cb2: Preparing [2021-01-05T17:17:06.060Z] 9ded3b6bb9b5: Preparing [2021-01-05T17:17:06.060Z] fa1afe8e6ed9: Preparing [2021-01-05T17:17:06.060Z] 87a09b4c083e: Preparing [2021-01-05T17:17:06.060Z] 0f74e9ff2a61: Preparing [2021-01-05T17:17:06.060Z] b122376c33c6: Preparing [2021-01-05T17:17:06.060Z] f8381ed47b22: Preparing [2021-01-05T17:17:06.060Z] e934a737d657: Preparing [2021-01-05T17:17:06.060Z] 87a09b4c083e: Waiting [2021-01-05T17:17:06.060Z] ba4217f6a1e7: Waiting [2021-01-05T17:17:06.060Z] 0f74e9ff2a61: Waiting [2021-01-05T17:17:06.060Z] cfa519d57cb2: Waiting [2021-01-05T17:17:06.060Z] f8381ed47b22: Waiting [2021-01-05T17:17:06.060Z] 9ded3b6bb9b5: Waiting [2021-01-05T17:17:06.060Z] e934a737d657: Waiting [2021-01-05T17:17:06.060Z] fa1afe8e6ed9: Waiting [2021-01-05T17:17:06.060Z] b122376c33c6: Waiting [2021-01-05T17:17:06.662Z] bc23a98d28b8: Pushed [2021-01-05T17:17:06.938Z] ed852dc55f15: Pushed [2021-01-05T17:17:07.531Z] cdd4493fe2df: Pushed [2021-01-05T17:17:07.531Z] 9ded3b6bb9b5: Layer already exists [2021-01-05T17:17:07.531Z] fa1afe8e6ed9: Layer already exists [2021-01-05T17:17:07.531Z] 87a09b4c083e: Layer already exists [2021-01-05T17:17:07.531Z] cfa519d57cb2: Pushed [2021-01-05T17:17:07.531Z] 0f74e9ff2a61: Layer already exists [2021-01-05T17:17:07.531Z] b122376c33c6: Layer already exists [2021-01-05T17:17:07.531Z] f8381ed47b22: Layer already exists [2021-01-05T17:17:07.531Z] e934a737d657: Layer already exists [2021-01-05T17:17:08.124Z] ce495feb9063: Pushed [2021-01-05T17:17:09.102Z] ba4217f6a1e7: Pushed [2021-01-05T17:17:19.221Z] adb2975eef99: Pushed [2021-01-05T17:17:19.221Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4: digest: sha256:a83544de09a18a6f4d0ea968a1e25deb8e7c1a947aa692db94be6bb86e7fbf0f size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:17:19.591Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.29 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:17:19.930Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.29 [2021-01-05T17:17:19.930Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-05T17:17:19.930Z] ed852dc55f15: Preparing [2021-01-05T17:17:19.930Z] ce495feb9063: Preparing [2021-01-05T17:17:19.930Z] adb2975eef99: Preparing [2021-01-05T17:17:19.930Z] cdd4493fe2df: Preparing [2021-01-05T17:17:19.930Z] bc23a98d28b8: Preparing [2021-01-05T17:17:19.930Z] ba4217f6a1e7: Preparing [2021-01-05T17:17:19.930Z] cfa519d57cb2: Preparing [2021-01-05T17:17:19.930Z] 9ded3b6bb9b5: Preparing [2021-01-05T17:17:19.930Z] fa1afe8e6ed9: Preparing [2021-01-05T17:17:19.930Z] 87a09b4c083e: Preparing [2021-01-05T17:17:19.930Z] 0f74e9ff2a61: Preparing [2021-01-05T17:17:19.930Z] b122376c33c6: Preparing [2021-01-05T17:17:19.930Z] f8381ed47b22: Preparing [2021-01-05T17:17:19.930Z] e934a737d657: Preparing [2021-01-05T17:17:19.930Z] fa1afe8e6ed9: Waiting [2021-01-05T17:17:19.930Z] 87a09b4c083e: Waiting [2021-01-05T17:17:19.930Z] b122376c33c6: Waiting [2021-01-05T17:17:19.930Z] f8381ed47b22: Waiting [2021-01-05T17:17:19.930Z] e934a737d657: Waiting [2021-01-05T17:17:19.930Z] ba4217f6a1e7: Waiting [2021-01-05T17:17:19.930Z] 0f74e9ff2a61: Waiting [2021-01-05T17:17:19.930Z] cfa519d57cb2: Waiting [2021-01-05T17:17:19.930Z] 9ded3b6bb9b5: Waiting [2021-01-05T17:17:20.206Z] ed852dc55f15: Layer already exists [2021-01-05T17:17:20.206Z] adb2975eef99: Layer already exists [2021-01-05T17:17:20.206Z] ce495feb9063: Layer already exists [2021-01-05T17:17:20.206Z] bc23a98d28b8: Layer already exists [2021-01-05T17:17:20.206Z] cdd4493fe2df: Layer already exists [2021-01-05T17:17:20.206Z] cfa519d57cb2: Layer already exists [2021-01-05T17:17:20.206Z] ba4217f6a1e7: Layer already exists [2021-01-05T17:17:20.206Z] 9ded3b6bb9b5: Layer already exists [2021-01-05T17:17:20.206Z] 87a09b4c083e: Layer already exists [2021-01-05T17:17:20.206Z] fa1afe8e6ed9: Layer already exists [2021-01-05T17:17:20.206Z] b122376c33c6: Layer already exists [2021-01-05T17:17:20.206Z] 0f74e9ff2a61: Layer already exists [2021-01-05T17:17:20.206Z] f8381ed47b22: Layer already exists [2021-01-05T17:17:20.206Z] e934a737d657: Layer already exists [2021-01-05T17:17:20.206Z] 2.0.0-dev.29: digest: sha256:a83544de09a18a6f4d0ea968a1e25deb8e7c1a947aa692db94be6bb86e7fbf0f size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:17:20.548Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:17:20.890Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [2021-01-05T17:17:20.890Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-05T17:17:20.890Z] ed852dc55f15: Preparing [2021-01-05T17:17:20.890Z] ce495feb9063: Preparing [2021-01-05T17:17:20.890Z] adb2975eef99: Preparing [2021-01-05T17:17:20.890Z] cdd4493fe2df: Preparing [2021-01-05T17:17:20.890Z] bc23a98d28b8: Preparing [2021-01-05T17:17:20.890Z] ba4217f6a1e7: Preparing [2021-01-05T17:17:20.890Z] cfa519d57cb2: Preparing [2021-01-05T17:17:20.890Z] 9ded3b6bb9b5: Preparing [2021-01-05T17:17:20.890Z] fa1afe8e6ed9: Preparing [2021-01-05T17:17:20.890Z] 87a09b4c083e: Preparing [2021-01-05T17:17:20.890Z] 0f74e9ff2a61: Preparing [2021-01-05T17:17:20.890Z] b122376c33c6: Preparing [2021-01-05T17:17:20.890Z] f8381ed47b22: Preparing [2021-01-05T17:17:20.890Z] e934a737d657: Preparing [2021-01-05T17:17:20.890Z] ba4217f6a1e7: Waiting [2021-01-05T17:17:20.890Z] 87a09b4c083e: Waiting [2021-01-05T17:17:20.890Z] 0f74e9ff2a61: Waiting [2021-01-05T17:17:20.890Z] b122376c33c6: Waiting [2021-01-05T17:17:20.890Z] f8381ed47b22: Waiting [2021-01-05T17:17:20.890Z] 9ded3b6bb9b5: Waiting [2021-01-05T17:17:20.890Z] e934a737d657: Waiting [2021-01-05T17:17:20.890Z] fa1afe8e6ed9: Waiting [2021-01-05T17:17:20.890Z] cfa519d57cb2: Waiting [2021-01-05T17:17:21.163Z] bc23a98d28b8: Layer already exists [2021-01-05T17:17:21.163Z] ce495feb9063: Layer already exists [2021-01-05T17:17:21.163Z] cdd4493fe2df: Layer already exists [2021-01-05T17:17:21.163Z] ed852dc55f15: Layer already exists [2021-01-05T17:17:21.163Z] adb2975eef99: Layer already exists [2021-01-05T17:17:21.163Z] ba4217f6a1e7: Layer already exists [2021-01-05T17:17:21.163Z] 87a09b4c083e: Layer already exists [2021-01-05T17:17:21.163Z] 9ded3b6bb9b5: Layer already exists [2021-01-05T17:17:21.163Z] cfa519d57cb2: Layer already exists [2021-01-05T17:17:21.163Z] fa1afe8e6ed9: Layer already exists [2021-01-05T17:17:21.163Z] 0f74e9ff2a61: Layer already exists [2021-01-05T17:17:21.163Z] f8381ed47b22: Layer already exists [2021-01-05T17:17:21.163Z] e934a737d657: Layer already exists [2021-01-05T17:17:21.163Z] b122376c33c6: Layer already exists [2021-01-05T17:17:21.163Z] 5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29: digest: sha256:a83544de09a18a6f4d0ea968a1e25deb8e7c1a947aa692db94be6bb86e7fbf0f size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:17:21.517Z] + 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-05T17:17:21.856Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-01-05T17:17:21.856Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-05T17:17:21.856Z] ed852dc55f15: Preparing [2021-01-05T17:17:21.856Z] ce495feb9063: Preparing [2021-01-05T17:17:21.856Z] adb2975eef99: Preparing [2021-01-05T17:17:21.856Z] cdd4493fe2df: Preparing [2021-01-05T17:17:21.856Z] bc23a98d28b8: Preparing [2021-01-05T17:17:21.856Z] ba4217f6a1e7: Preparing [2021-01-05T17:17:21.856Z] cfa519d57cb2: Preparing [2021-01-05T17:17:21.856Z] 9ded3b6bb9b5: Preparing [2021-01-05T17:17:21.856Z] fa1afe8e6ed9: Preparing [2021-01-05T17:17:21.856Z] 87a09b4c083e: Preparing [2021-01-05T17:17:21.856Z] 0f74e9ff2a61: Preparing [2021-01-05T17:17:21.856Z] b122376c33c6: Preparing [2021-01-05T17:17:21.856Z] f8381ed47b22: Preparing [2021-01-05T17:17:21.856Z] e934a737d657: Preparing [2021-01-05T17:17:21.856Z] 87a09b4c083e: Waiting [2021-01-05T17:17:21.856Z] 0f74e9ff2a61: Waiting [2021-01-05T17:17:21.856Z] f8381ed47b22: Waiting [2021-01-05T17:17:21.856Z] ba4217f6a1e7: Waiting [2021-01-05T17:17:21.856Z] e934a737d657: Waiting [2021-01-05T17:17:21.856Z] cfa519d57cb2: Waiting [2021-01-05T17:17:21.856Z] 9ded3b6bb9b5: Waiting [2021-01-05T17:17:21.856Z] b122376c33c6: Waiting [2021-01-05T17:17:21.856Z] fa1afe8e6ed9: Waiting [2021-01-05T17:17:21.856Z] cdd4493fe2df: Layer already exists [2021-01-05T17:17:21.856Z] bc23a98d28b8: Layer already exists [2021-01-05T17:17:21.856Z] ed852dc55f15: Layer already exists [2021-01-05T17:17:21.856Z] ce495feb9063: Layer already exists [2021-01-05T17:17:21.856Z] adb2975eef99: Layer already exists [2021-01-05T17:17:22.131Z] 9ded3b6bb9b5: Layer already exists [2021-01-05T17:17:22.131Z] ba4217f6a1e7: Layer already exists [2021-01-05T17:17:22.131Z] fa1afe8e6ed9: Layer already exists [2021-01-05T17:17:22.131Z] cfa519d57cb2: Layer already exists [2021-01-05T17:17:22.131Z] 87a09b4c083e: Layer already exists [2021-01-05T17:17:22.131Z] 0f74e9ff2a61: Layer already exists [2021-01-05T17:17:22.131Z] b122376c33c6: Layer already exists [2021-01-05T17:17:22.131Z] f8381ed47b22: Layer already exists [2021-01-05T17:17:22.131Z] e934a737d657: Layer already exists [2021-01-05T17:17:22.131Z] master: digest: sha256:a83544de09a18a6f4d0ea968a1e25deb8e7c1a947aa692db94be6bb86e7fbf0f size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-05T17:17:22.374Z] ===================================================== [Pipeline] echo [2021-01-05T17:17:22.430Z] taggedImages: [2021-01-05T17:17:22.430Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5abdadd8b70be8a3e6975420755e8102c38e7ff4 [2021-01-05T17:17:22.430Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.29 [2021-01-05T17:17:22.430Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5abdadd8b70be8a3e6975420755e8102c38e7ff4-2.0.0-dev.29 [2021-01-05T17:17:22.430Z] - 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-05T17:17:24.090Z] provisioning config files... [2021-01-05T17:17:24.127Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/274@tmp/config6830695327579566730tmp [Pipeline] { [Pipeline] sh [2021-01-05T17:17:24.592Z] + set +x [2021-01-05T17:17:24.592Z] + curl -s https://codecov.io/bash [2021-01-05T17:17:24.592Z] + bash -s -- [2021-01-05T17:17:24.853Z] [2021-01-05T17:17:24.853Z] _____ _ [2021-01-05T17:17:24.853Z] / ____| | | [2021-01-05T17:17:24.853Z] | | ___ __| | ___ ___ _____ __ [2021-01-05T17:17:24.853Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-05T17:17:24.853Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-05T17:17:24.853Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-05T17:17:24.853Z] Bash-20201231-23d4836 [2021-01-05T17:17:24.853Z] [2021-01-05T17:17:24.853Z] [2021-01-05T17:17:24.853Z] ==> git version 2.24.3 found [2021-01-05T17:17:24.853Z] ==> 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-05T17:17:24.853Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-05T17:17:24.853Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-05T17:17:24.853Z] ==> Jenkins CI detected. [2021-01-05T17:17:24.853Z] project root: . [2021-01-05T17:17:24.853Z] --> token set from env [2021-01-05T17:17:25.125Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-05T17:17:25.125Z] ==> Running gcov in . (disable via -X gcov) [2021-01-05T17:17:25.125Z] ==> Python coveragepy not found [2021-01-05T17:17:25.125Z] ==> Searching for coverage reports in: [2021-01-05T17:17:25.125Z] + . [2021-01-05T17:17:25.125Z] -> Found 1 reports [2021-01-05T17:17:25.125Z] ==> Detecting git/mercurial file structure [2021-01-05T17:17:25.125Z] ==> Reading reports [2021-01-05T17:17:25.125Z] + ./coverage.out bytes=541590 [2021-01-05T17:17:25.125Z] ==> Appending adjustments [2021-01-05T17:17:25.125Z] https://docs.codecov.io/docs/fixing-reports [2021-01-05T17:17:28.453Z] + Found adjustments [2021-01-05T17:17:28.453Z] ==> Gzipping contents [2021-01-05T17:17:28.453Z] 84K /tmp/codecov.B4hZkh.gz [2021-01-05T17:17:28.453Z] ==> Uploading reports [2021-01-05T17:17:28.453Z] url: https://codecov.io [2021-01-05T17:17:28.453Z] query: branch=master&commit=5abdadd8b70be8a3e6975420755e8102c38e7ff4&build=274&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F274%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-05T17:17:28.453Z] -> Pinging Codecov [2021-01-05T17:17:28.453Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=master&commit=5abdadd8b70be8a3e6975420755e8102c38e7ff4&build=274&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F274%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-05T17:17:28.715Z] -> Uploading to [2021-01-05T17:17:28.716Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-05/00271124DB129430A58F1EEE437C3FCB/5abdadd8b70be8a3e6975420755e8102c38e7ff4/511d5bac-b334-4dbb-a0cd-99b09953d0ab.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210105%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210105T171728Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4b488ece82113b34d4ed51e1b26ed5452c0b0f369f66d2e1b9c1a1bb903e8a5f [2021-01-05T17:17:28.716Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-05T17:17:28.716Z] Dload Upload Total Spent Left Speed [2021-01-05T17:17:29.241Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 82362 0 0 100 82362 0 122k --:--:-- --:--:-- --:--:-- 122k [2021-01-05T17:17:29.241Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/5abdadd8b70be8a3e6975420755e8102c38e7ff4 [Pipeline] } [2021-01-05T17:17:29.251Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-01-05T17:17:30.178Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-05T17:17:30.228Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:17:30.615Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-05T17:17:30.615Z] [2021-01-05T17:17:30.615Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:17:30.974Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-05T17:17:30.974Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-05T17:17:30.974Z] 188c0c94c7c5: Already exists [2021-01-05T17:17:30.974Z] 0ef7d3d256c8: Already exists [2021-01-05T17:17:30.974Z] de9db76c5a1d: Already exists [2021-01-05T17:17:30.974Z] 0eba1c9be4d2: Pulling fs layer [2021-01-05T17:17:30.974Z] 0d57e429df01: Pulling fs layer [2021-01-05T17:17:30.974Z] 4e4be7b47b0d: Pulling fs layer [2021-01-05T17:17:30.974Z] e1f770b5df2f: Pulling fs layer [2021-01-05T17:17:30.974Z] 85a0685a4137: Pulling fs layer [2021-01-05T17:17:30.974Z] e1f770b5df2f: Waiting [2021-01-05T17:17:30.974Z] 85a0685a4137: Waiting [2021-01-05T17:17:30.974Z] 0d57e429df01: Verifying Checksum [2021-01-05T17:17:30.974Z] 0d57e429df01: Download complete [2021-01-05T17:17:30.974Z] 4e4be7b47b0d: Download complete [2021-01-05T17:17:32.901Z] e1f770b5df2f: Verifying Checksum [2021-01-05T17:17:32.901Z] e1f770b5df2f: Download complete [2021-01-05T17:17:34.841Z] 0eba1c9be4d2: Download complete [2021-01-05T17:17:35.115Z] 85a0685a4137: Verifying Checksum [2021-01-05T17:17:35.115Z] 85a0685a4137: Download complete [2021-01-05T17:17:41.746Z] 0eba1c9be4d2: Pull complete [2021-01-05T17:17:41.746Z] 0d57e429df01: Pull complete [2021-01-05T17:17:41.746Z] 4e4be7b47b0d: Pull complete [2021-01-05T17:17:45.088Z] e1f770b5df2f: Pull complete [2021-01-05T17:17:53.286Z] 85a0685a4137: Pull complete [2021-01-05T17:17:53.286Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-05T17:17:53.286Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-05T17:17:53.286Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-05T17:17:53.555Z] prd-centos7-docker-4c-2g-18523 does not seem to be running inside a container [2021-01-05T17:17:53.619Z] $ 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/274 -v /w/workspace/edgex-go/274:/w/workspace/edgex-go/274:rw,z -v /w/workspace/edgex-go/274@tmp:/w/workspace/edgex-go/274@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-05T17:17:54.782Z] $ docker top 23b304f00e7e866f0f01d41d8ca8411865f564aba9cab98b4f331ac0f8c549a7 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-05T17:17:55.012Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-05T17:17:55.304Z] + set -o pipefail [2021-01-05T17:17:55.304Z] + snyk monitor '--org=edgex-jenkins' [2021-01-05T17:18:21.962Z] [2021-01-05T17:18:21.962Z] Monitoring /w/workspace/edgex-go/274 (github.com/edgexfoundry/edgex-go)... [2021-01-05T17:18:21.962Z] [2021-01-05T17:18:21.962Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/568a826a-269d-495b-8111-5d3604e18757 [2021-01-05T17:18:21.962Z] [2021-01-05T17:18:21.962Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-05T17:18:21.962Z] [2021-01-05T17:18:21.962Z] [Pipeline] } [2021-01-05T17:18:21.992Z] $ docker stop --time=1 23b304f00e7e866f0f01d41d8ca8411865f564aba9cab98b4f331ac0f8c549a7 [2021-01-05T17:18:24.955Z] $ docker rm -f 23b304f00e7e866f0f01d41d8ca8411865f564aba9cab98b4f331ac0f8c549a7 [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-05T17:18:26.460Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-05T17:18:26.526Z] provisioning config files... [2021-01-05T17:18:26.537Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/274@tmp/config3860171549658149870tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-05T17:18:26.925Z] --> edgex-publish-swagger.sh [2021-01-05T17:18:26.925Z] === Publish openapi/v1 API === [2021-01-05T17:18:26.925Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-01-05T17:18:26.925Z] [publishToSwagger] Publishing API Name [core-command] [2021-01-05T17:18:26.925Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-05T17:18:26.925Z] Dload Upload Total Spent Left Speed [2021-01-05T17:18:27.950Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 9120 0:00:01 0:00:01 --:--:-- 9132 100 10521 0 0 100 10521 0 9118 0:00:01 0:00:01 --:--:-- 9124 [2021-01-05T17:18:27.950Z] [2021-01-05T17:18:27.950Z] [2021-01-05T17:18:27.950Z] [publishToSwagger] Publishing API Name [core-data] [2021-01-05T17:18:27.950Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-05T17:18:27.950Z] Dload Upload Total Spent Left Speed [2021-01-05T17:18:29.356Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 27924 0:00:01 0:00:01 --:--:-- 27945 100 32556 0 0 100 32556 0 27920 0:00:01 0:00:01 --:--:-- 27945 [2021-01-05T17:18:29.356Z] [2021-01-05T17:18:29.356Z] [2021-01-05T17:18:29.356Z] [publishToSwagger] Publishing API Name [core-metadata] [2021-01-05T17:18:29.356Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-05T17:18:29.356Z] Dload Upload Total Spent Left Speed [2021-01-05T17:18:30.312Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 67522 0:00:01 0:00:01 --:--:-- 67571 100 73720 0 0 100 73720 0 67508 0:00:01 0:00:01 --:--:-- 67571 [2021-01-05T17:18:30.312Z] [2021-01-05T17:18:30.312Z] [2021-01-05T17:18:30.312Z] [publishToSwagger] Publishing API Name [support-logging] [2021-01-05T17:18:30.312Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-05T17:18:30.312Z] Dload Upload Total Spent Left Speed [2021-01-05T17:18:31.729Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 12093 0:00:01 0:00:01 --:--:-- 12103 100 13580 0 0 100 13580 0 12091 0:00:01 0:00:01 --:--:-- 12103 [2021-01-05T17:18:31.729Z] [2021-01-05T17:18:31.729Z] [2021-01-05T17:18:31.729Z] [publishToSwagger] Publishing API Name [support-notifications] [2021-01-05T17:18:31.729Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-05T17:18:31.729Z] Dload Upload Total Spent Left Speed [2021-01-05T17:18:32.675Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 34626 0:00:01 0:00:01 --:--:-- 34660 100 38889 0 0 100 38889 0 34618 0:00:01 0:00:01 --:--:-- 34629 [2021-01-05T17:18:32.675Z] [2021-01-05T17:18:32.675Z] [2021-01-05T17:18:32.675Z] [publishToSwagger] Publishing API Name [support-scheduler] [2021-01-05T17:18:32.675Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-05T17:18:32.675Z] Dload Upload Total Spent Left Speed [2021-01-05T17:18:33.628Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 13467 0:00:01 0:00:01 --:--:-- 13479 [2021-01-05T17:18:33.628Z] [2021-01-05T17:18:33.628Z] [2021-01-05T17:18:33.628Z] [publishToSwagger] Publishing API Name [system-agent] [2021-01-05T17:18:33.628Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-05T17:18:33.628Z] Dload Upload Total Spent Left Speed [2021-01-05T17:18:34.836Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3502 0:00:01 0:00:01 --:--:-- 3500 100 4109 0 0 100 4109 0 3501 0:00:01 0:00:01 --:--:-- 3500 [2021-01-05T17:18:34.836Z] [2021-01-05T17:18:34.836Z] [2021-01-05T17:18:34.836Z] === Publish openapi/v2 API === [2021-01-05T17:18:34.836Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-01-05T17:18:34.836Z] [publishToSwagger] Publishing API Name [core-command] [2021-01-05T17:18:34.836Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-05T17:18:34.836Z] Dload Upload Total Spent Left Speed [2021-01-05T17:18:36.226Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 27286 0:00:01 0:00:01 --:--:-- 27296 100 29535 0 0 100 29535 0 27282 0:00:01 0:00:01 --:--:-- 27296 [2021-01-05T17:18:36.226Z] [2021-01-05T17:18:36.226Z] [2021-01-05T17:18:36.226Z] [publishToSwagger] Publishing API Name [core-data] [2021-01-05T17:18:36.226Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-05T17:18:36.226Z] Dload Upload Total Spent Left Speed [2021-01-05T17:18:37.170Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 60430 0 0 100 60430 0 51774 0:00:01 0:00:01 --:--:-- 51782 100 60430 0 0 100 60430 0 51765 0:00:01 0:00:01 --:--:-- 51782 [2021-01-05T17:18:37.170Z] [2021-01-05T17:18:37.170Z] [2021-01-05T17:18:37.170Z] [publishToSwagger] Publishing API Name [core-metadata] [2021-01-05T17:18:37.170Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-05T17:18:37.170Z] Dload Upload Total Spent Left Speed [2021-01-05T17:18:38.563Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 100k 0:00:01 0:00:01 --:--:-- 100k 100 119k 0 0 100 119k 0 100k 0:00:01 0:00:01 --:--:-- 100k [2021-01-05T17:18:38.563Z] [2021-01-05T17:18:38.563Z] [2021-01-05T17:18:38.563Z] [publishToSwagger] Publishing API Name [support-logging] [2021-01-05T17:18:38.563Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-05T17:18:38.563Z] Dload Upload Total Spent Left Speed [2021-01-05T17:18:39.517Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23691 0 0 100 23691 0 20365 0:00:01 0:00:01 --:--:-- 20370 100 23691 0 0 100 23691 0 20360 0:00:01 0:00:01 --:--:-- 20370 [2021-01-05T17:18:39.517Z] [2021-01-05T17:18:39.517Z] [2021-01-05T17:18:39.517Z] [publishToSwagger] Publishing API Name [support-notifications] [2021-01-05T17:18:39.517Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-05T17:18:39.517Z] Dload Upload Total Spent Left Speed [2021-01-05T17:18:40.737Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 244k --:--:-- --:--:-- --:--:-- 243k 100 62691 0 0 100 62691 0 51350 0:00:01 0:00:01 --:--:-- 51386 [2021-01-05T17:18:40.737Z] [2021-01-05T17:18:40.737Z] [2021-01-05T17:18:40.737Z] [publishToSwagger] Publishing API Name [support-scheduler] [2021-01-05T17:18:40.737Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-05T17:18:40.737Z] Dload Upload Total Spent Left Speed [2021-01-05T17:18:42.129Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 40983 0:00:01 0:00:01 --:--:-- 40992 100 46198 0 0 100 46198 0 40977 0:00:01 0:00:01 --:--:-- 40992 [2021-01-05T17:18:42.129Z] [2021-01-05T17:18:42.129Z] [2021-01-05T17:18:42.129Z] [publishToSwagger] Publishing API Name [system-agent] [2021-01-05T17:18:42.129Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-05T17:18:42.129Z] Dload Upload Total Spent Left Speed [2021-01-05T17:18:43.079Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 20136 0:00:01 0:00:01 --:--:-- 20140 100 23725 0 0 100 23725 0 20131 0:00:01 0:00:01 --:--:-- 20140 [2021-01-05T17:18:43.079Z] [2021-01-05T17:18:43.079Z] [Pipeline] } [2021-01-05T17:18:43.091Z] 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-05T17:18:43.967Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-05T17:18:43.967Z] . [Pipeline] withDockerContainer [2021-01-05T17:18:44.086Z] prd-centos7-docker-4c-2g-18523 does not seem to be running inside a container [2021-01-05T17:18:44.141Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/274 -v /w/workspace/edgex-go/274:/w/workspace/edgex-go/274:rw,z -v /w/workspace/edgex-go/274@tmp:/w/workspace/edgex-go/274@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-05T17:18:45.221Z] $ docker top c2aeca7b495c1109161821a24f9a4f77d5a7a45e9a558e7f9abd78038a477594 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-05T17:18:45.563Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-05T17:18:45.563Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-05T17:18:45.869Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-05T17:18:45.875Z] $ docker exec c2aeca7b495c1109161821a24f9a4f77d5a7a45e9a558e7f9abd78038a477594 ssh-agent [2021-01-05T17:18:46.065Z] SSH_AUTH_SOCK=/tmp/ssh-7wR6V3paKK9P/agent.12 [2021-01-05T17:18:46.065Z] SSH_AGENT_PID=18 [2021-01-05T17:18:46.075Z] Running ssh-add (command line suppressed) [2021-01-05T17:18:46.223Z] Identity added: /w/workspace/edgex-go/274@tmp/private_key_1926359151009207964.key (/w/workspace/edgex-go/274@tmp/private_key_1926359151009207964.key) [2021-01-05T17:18:46.285Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-05T17:18:46.624Z] + git semver tag [2021-01-05T17:18:46.886Z] # -> Open(): unable to determine branch for HEAD [2021-01-05T17:18:46.886Z] # $GIT_DIR = /w/workspace/edgex-go/274/.git [2021-01-05T17:18:46.886Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/274 [2021-01-05T17:18:46.886Z] # $SEMVER_REMOTE_NAME = origin [2021-01-05T17:18:46.886Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-05T17:18:46.886Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-05T17:18:46.886Z] # $SEMVER_BRANCH = master [2021-01-05T17:18:46.886Z] # $SEMVER_DIR = /w/workspace/edgex-go/274/.semver [2021-01-05T17:18:46.886Z] # 5abdadd8b70be8a3e6975420755e8102c38e7ff4 HEAD [2021-01-05T17:18:47.467Z] # -> Force: false [2021-01-05T17:18:47.467Z] # 18cea94d46e90023eb43a1ab1b9dd928e3f0733a refs/tags/v2.0.0-dev.29 [Pipeline] } [2021-01-05T17:18:47.482Z] $ docker exec --env ******** --env ******** c2aeca7b495c1109161821a24f9a4f77d5a7a45e9a558e7f9abd78038a477594 ssh-agent -k [2021-01-05T17:18:47.607Z] unset SSH_AUTH_SOCK; [2021-01-05T17:18:47.607Z] unset SSH_AGENT_PID; [2021-01-05T17:18:47.607Z] echo Agent pid 18 killed; [2021-01-05T17:18:47.668Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-05T17:18:48.494Z] + git semver [Pipeline] } [2021-01-05T17:18:48.513Z] $ docker stop --time=1 c2aeca7b495c1109161821a24f9a4f77d5a7a45e9a558e7f9abd78038a477594 [2021-01-05T17:18:49.903Z] $ docker rm -f c2aeca7b495c1109161821a24f9a4f77d5a7a45e9a558e7f9abd78038a477594 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:18:50.583Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-05T17:18:50.583Z] [2021-01-05T17:18:50.583Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:18:50.942Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-05T17:18:50.942Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-05T17:18:50.942Z] ab5ef0e58194: Pulling fs layer [2021-01-05T17:18:50.942Z] 9712f1f96733: Pulling fs layer [2021-01-05T17:18:50.942Z] 63f879dbbcfc: Pulling fs layer [2021-01-05T17:18:50.942Z] 0d9ebad4ef96: Pulling fs layer [2021-01-05T17:18:50.942Z] e9a5061849ea: Pulling fs layer [2021-01-05T17:18:50.942Z] d747dcd14b5f: Pulling fs layer [2021-01-05T17:18:50.942Z] 2de7ff778b66: Pulling fs layer [2021-01-05T17:18:50.942Z] e9a5061849ea: Waiting [2021-01-05T17:18:50.942Z] 2de7ff778b66: Waiting [2021-01-05T17:18:50.942Z] d747dcd14b5f: Waiting [2021-01-05T17:18:50.942Z] 0d9ebad4ef96: Waiting [2021-01-05T17:18:50.942Z] 9712f1f96733: Verifying Checksum [2021-01-05T17:18:50.942Z] 9712f1f96733: Download complete [2021-01-05T17:18:53.499Z] 63f879dbbcfc: Verifying Checksum [2021-01-05T17:18:53.499Z] 63f879dbbcfc: Download complete [2021-01-05T17:18:53.499Z] e9a5061849ea: Verifying Checksum [2021-01-05T17:18:53.499Z] e9a5061849ea: Download complete [2021-01-05T17:18:53.499Z] d747dcd14b5f: Download complete [2021-01-05T17:18:53.763Z] 2de7ff778b66: Verifying Checksum [2021-01-05T17:18:53.763Z] 2de7ff778b66: Download complete [2021-01-05T17:18:54.026Z] 0d9ebad4ef96: Verifying Checksum [2021-01-05T17:18:54.026Z] 0d9ebad4ef96: Download complete [2021-01-05T17:18:54.289Z] ab5ef0e58194: Verifying Checksum [2021-01-05T17:18:54.289Z] ab5ef0e58194: Download complete [2021-01-05T17:18:59.619Z] ab5ef0e58194: Pull complete [2021-01-05T17:18:59.619Z] 9712f1f96733: Pull complete [2021-01-05T17:19:02.190Z] 63f879dbbcfc: Pull complete [2021-01-05T17:19:10.374Z] 0d9ebad4ef96: Pull complete [2021-01-05T17:19:10.374Z] e9a5061849ea: Pull complete [2021-01-05T17:19:10.374Z] d747dcd14b5f: Pull complete [2021-01-05T17:19:13.870Z] 2de7ff778b66: Pull complete [2021-01-05T17:19:13.870Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-05T17:19:13.870Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-05T17:19:13.870Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-05T17:19:14.110Z] prd-centos7-docker-4c-2g-18523 does not seem to be running inside a container [2021-01-05T17:19:14.164Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/274 -v /w/workspace/edgex-go/274:/w/workspace/edgex-go/274:rw,z -v /w/workspace/edgex-go/274@tmp:/w/workspace/edgex-go/274@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-05T17:19:17.230Z] $ docker top c73bc7fe702a6b18560e8ec34728403bacf4bb5585e15e61afc86d52e1c2ab14 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-05T17:19:17.541Z] provisioning config files... [2021-01-05T17:19:17.552Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/274@tmp/config6662114706325210465tmp [2021-01-05T17:19:17.570Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/274@tmp/config6881906910054027962tmp [2021-01-05T17:19:17.591Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/274@tmp/config3115969826200961729tmp [Pipeline] { [Pipeline] echo [2021-01-05T17:19:17.657Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T17:19:17.973Z] ---> sigul-configuration.sh [2021-01-05T17:19:17.974Z] gpg: directory `/root/.gnupg' created [2021-01-05T17:19:17.974Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-05T17:19:17.974Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-05T17:19:17.974Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-05T17:19:17.974Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-05T17:19:17.974Z] gpg: CAST5 encrypted data [2021-01-05T17:19:18.258Z] gpg: encrypted with 1 passphrase [2021-01-05T17:19:18.258Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-05T17:19:19.134Z] + mkdir /home/jenkins [2021-01-05T17:19:19.134Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-05T17:19:19.434Z] + 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-05T17:19:19.446Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T17:19:19.744Z] ---> sigul-install.sh [2021-01-05T17:19:25.047Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-05T17:19:25.349Z] + git tag --list [2021-01-05T17:19:25.349Z] 0.6.0 [2021-01-05T17:19:25.349Z] 0.6.1 [2021-01-05T17:19:25.349Z] 0.7.0 [2021-01-05T17:19:25.349Z] 0.7.1 [2021-01-05T17:19:25.349Z] v1.0.0 [2021-01-05T17:19:25.349Z] v1.0.1 [2021-01-05T17:19:25.349Z] v1.1.0 [2021-01-05T17:19:25.349Z] v1.2.0 [2021-01-05T17:19:25.349Z] v1.2.1 [2021-01-05T17:19:25.349Z] v1.2.2-dev.1 [2021-01-05T17:19:25.349Z] v1.2.2-dev.10 [2021-01-05T17:19:25.349Z] v1.2.2-dev.100 [2021-01-05T17:19:25.349Z] v1.2.2-dev.101 [2021-01-05T17:19:25.349Z] v1.2.2-dev.102 [2021-01-05T17:19:25.349Z] v1.2.2-dev.103 [2021-01-05T17:19:25.349Z] v1.2.2-dev.104 [2021-01-05T17:19:25.349Z] v1.2.2-dev.105 [2021-01-05T17:19:25.349Z] v1.2.2-dev.106 [2021-01-05T17:19:25.349Z] v1.2.2-dev.107 [2021-01-05T17:19:25.349Z] v1.2.2-dev.11 [2021-01-05T17:19:25.349Z] v1.2.2-dev.12 [2021-01-05T17:19:25.349Z] v1.2.2-dev.13 [2021-01-05T17:19:25.349Z] v1.2.2-dev.14 [2021-01-05T17:19:25.349Z] v1.2.2-dev.15 [2021-01-05T17:19:25.349Z] v1.2.2-dev.16 [2021-01-05T17:19:25.349Z] v1.2.2-dev.17 [2021-01-05T17:19:25.349Z] v1.2.2-dev.18 [2021-01-05T17:19:25.349Z] v1.2.2-dev.19 [2021-01-05T17:19:25.349Z] v1.2.2-dev.2 [2021-01-05T17:19:25.349Z] v1.2.2-dev.20 [2021-01-05T17:19:25.349Z] v1.2.2-dev.21 [2021-01-05T17:19:25.349Z] v1.2.2-dev.22 [2021-01-05T17:19:25.349Z] v1.2.2-dev.23 [2021-01-05T17:19:25.349Z] v1.2.2-dev.24 [2021-01-05T17:19:25.349Z] v1.2.2-dev.25 [2021-01-05T17:19:25.349Z] v1.2.2-dev.26 [2021-01-05T17:19:25.349Z] v1.2.2-dev.27 [2021-01-05T17:19:25.349Z] v1.2.2-dev.28 [2021-01-05T17:19:25.349Z] v1.2.2-dev.29 [2021-01-05T17:19:25.349Z] v1.2.2-dev.3 [2021-01-05T17:19:25.349Z] v1.2.2-dev.30 [2021-01-05T17:19:25.349Z] v1.2.2-dev.31 [2021-01-05T17:19:25.349Z] v1.2.2-dev.32 [2021-01-05T17:19:25.349Z] v1.2.2-dev.33 [2021-01-05T17:19:25.349Z] v1.2.2-dev.34 [2021-01-05T17:19:25.349Z] v1.2.2-dev.35 [2021-01-05T17:19:25.349Z] v1.2.2-dev.36 [2021-01-05T17:19:25.349Z] v1.2.2-dev.37 [2021-01-05T17:19:25.349Z] v1.2.2-dev.38 [2021-01-05T17:19:25.349Z] v1.2.2-dev.39 [2021-01-05T17:19:25.349Z] v1.2.2-dev.4 [2021-01-05T17:19:25.349Z] v1.2.2-dev.40 [2021-01-05T17:19:25.349Z] v1.2.2-dev.41 [2021-01-05T17:19:25.349Z] v1.2.2-dev.42 [2021-01-05T17:19:25.349Z] v1.2.2-dev.43 [2021-01-05T17:19:25.349Z] v1.2.2-dev.44 [2021-01-05T17:19:25.349Z] v1.2.2-dev.45 [2021-01-05T17:19:25.349Z] v1.2.2-dev.46 [2021-01-05T17:19:25.349Z] v1.2.2-dev.47 [2021-01-05T17:19:25.349Z] v1.2.2-dev.48 [2021-01-05T17:19:25.349Z] v1.2.2-dev.49 [2021-01-05T17:19:25.349Z] v1.2.2-dev.5 [2021-01-05T17:19:25.349Z] v1.2.2-dev.50 [2021-01-05T17:19:25.349Z] v1.2.2-dev.51 [2021-01-05T17:19:25.349Z] v1.2.2-dev.52 [2021-01-05T17:19:25.349Z] v1.2.2-dev.53 [2021-01-05T17:19:25.349Z] v1.2.2-dev.54 [2021-01-05T17:19:25.349Z] v1.2.2-dev.55 [2021-01-05T17:19:25.349Z] v1.2.2-dev.56 [2021-01-05T17:19:25.349Z] v1.2.2-dev.57 [2021-01-05T17:19:25.349Z] v1.2.2-dev.58 [2021-01-05T17:19:25.349Z] v1.2.2-dev.59 [2021-01-05T17:19:25.349Z] v1.2.2-dev.6 [2021-01-05T17:19:25.349Z] v1.2.2-dev.60 [2021-01-05T17:19:25.349Z] v1.2.2-dev.61 [2021-01-05T17:19:25.349Z] v1.2.2-dev.62 [2021-01-05T17:19:25.349Z] v1.2.2-dev.63 [2021-01-05T17:19:25.349Z] v1.2.2-dev.64 [2021-01-05T17:19:25.349Z] v1.2.2-dev.65 [2021-01-05T17:19:25.349Z] v1.2.2-dev.66 [2021-01-05T17:19:25.349Z] v1.2.2-dev.67 [2021-01-05T17:19:25.349Z] v1.2.2-dev.68 [2021-01-05T17:19:25.349Z] v1.2.2-dev.69 [2021-01-05T17:19:25.349Z] v1.2.2-dev.7 [2021-01-05T17:19:25.349Z] v1.2.2-dev.70 [2021-01-05T17:19:25.349Z] v1.2.2-dev.71 [2021-01-05T17:19:25.349Z] v1.2.2-dev.72 [2021-01-05T17:19:25.349Z] v1.2.2-dev.73 [2021-01-05T17:19:25.349Z] v1.2.2-dev.74 [2021-01-05T17:19:25.349Z] v1.2.2-dev.75 [2021-01-05T17:19:25.349Z] v1.2.2-dev.76 [2021-01-05T17:19:25.349Z] v1.2.2-dev.77 [2021-01-05T17:19:25.349Z] v1.2.2-dev.78 [2021-01-05T17:19:25.349Z] v1.2.2-dev.79 [2021-01-05T17:19:25.349Z] v1.2.2-dev.8 [2021-01-05T17:19:25.349Z] v1.2.2-dev.80 [2021-01-05T17:19:25.349Z] v1.2.2-dev.81 [2021-01-05T17:19:25.349Z] v1.2.2-dev.82 [2021-01-05T17:19:25.349Z] v1.2.2-dev.83 [2021-01-05T17:19:25.349Z] v1.2.2-dev.84 [2021-01-05T17:19:25.349Z] v1.2.2-dev.85 [2021-01-05T17:19:25.349Z] v1.2.2-dev.86 [2021-01-05T17:19:25.349Z] v1.2.2-dev.87 [2021-01-05T17:19:25.349Z] v1.2.2-dev.88 [2021-01-05T17:19:25.349Z] v1.2.2-dev.89 [2021-01-05T17:19:25.349Z] v1.2.2-dev.9 [2021-01-05T17:19:25.349Z] v1.2.2-dev.90 [2021-01-05T17:19:25.349Z] v1.2.2-dev.91 [2021-01-05T17:19:25.349Z] v1.2.2-dev.92 [2021-01-05T17:19:25.349Z] v1.2.2-dev.93 [2021-01-05T17:19:25.349Z] v1.2.2-dev.94 [2021-01-05T17:19:25.349Z] v1.2.2-dev.95 [2021-01-05T17:19:25.349Z] v1.2.2-dev.96 [2021-01-05T17:19:25.349Z] v1.2.2-dev.97 [2021-01-05T17:19:25.349Z] v1.2.2-dev.98 [2021-01-05T17:19:25.349Z] v1.2.2-dev.99 [2021-01-05T17:19:25.349Z] v1.3.0 [2021-01-05T17:19:25.349Z] v1.3.1-dev.1 [2021-01-05T17:19:25.349Z] v1.3.1-dev.10 [2021-01-05T17:19:25.349Z] v1.3.1-dev.11 [2021-01-05T17:19:25.349Z] v1.3.1-dev.12 [2021-01-05T17:19:25.349Z] v1.3.1-dev.13 [2021-01-05T17:19:25.349Z] v1.3.1-dev.14 [2021-01-05T17:19:25.349Z] v1.3.1-dev.15 [2021-01-05T17:19:25.349Z] v1.3.1-dev.16 [2021-01-05T17:19:25.349Z] v1.3.1-dev.17 [2021-01-05T17:19:25.349Z] v1.3.1-dev.18 [2021-01-05T17:19:25.349Z] v1.3.1-dev.2 [2021-01-05T17:19:25.349Z] v1.3.1-dev.3 [2021-01-05T17:19:25.349Z] v1.3.1-dev.4 [2021-01-05T17:19:25.349Z] v1.3.1-dev.5 [2021-01-05T17:19:25.349Z] v1.3.1-dev.6 [2021-01-05T17:19:25.349Z] v1.3.1-dev.7 [2021-01-05T17:19:25.349Z] v1.3.1-dev.8 [2021-01-05T17:19:25.349Z] v1.3.1-dev.9 [2021-01-05T17:19:25.349Z] v2.0.0-dev.1 [2021-01-05T17:19:25.349Z] v2.0.0-dev.10 [2021-01-05T17:19:25.349Z] v2.0.0-dev.11 [2021-01-05T17:19:25.349Z] v2.0.0-dev.12 [2021-01-05T17:19:25.349Z] v2.0.0-dev.13 [2021-01-05T17:19:25.349Z] v2.0.0-dev.14 [2021-01-05T17:19:25.349Z] v2.0.0-dev.15 [2021-01-05T17:19:25.349Z] v2.0.0-dev.16 [2021-01-05T17:19:25.349Z] v2.0.0-dev.17 [2021-01-05T17:19:25.349Z] v2.0.0-dev.18 [2021-01-05T17:19:25.349Z] v2.0.0-dev.19 [2021-01-05T17:19:25.349Z] v2.0.0-dev.2 [2021-01-05T17:19:25.349Z] v2.0.0-dev.20 [2021-01-05T17:19:25.349Z] v2.0.0-dev.21 [2021-01-05T17:19:25.349Z] v2.0.0-dev.22 [2021-01-05T17:19:25.349Z] v2.0.0-dev.23 [2021-01-05T17:19:25.349Z] v2.0.0-dev.24 [2021-01-05T17:19:25.349Z] v2.0.0-dev.25 [2021-01-05T17:19:25.349Z] v2.0.0-dev.26 [2021-01-05T17:19:25.349Z] v2.0.0-dev.27 [2021-01-05T17:19:25.349Z] v2.0.0-dev.28 [2021-01-05T17:19:25.349Z] v2.0.0-dev.29 [2021-01-05T17:19:25.349Z] v2.0.0-dev.3 [2021-01-05T17:19:25.349Z] v2.0.0-dev.4 [2021-01-05T17:19:25.349Z] v2.0.0-dev.5 [2021-01-05T17:19:25.349Z] v2.0.0-dev.6 [2021-01-05T17:19:25.349Z] v2.0.0-dev.7 [2021-01-05T17:19:25.349Z] v2.0.0-dev.8 [2021-01-05T17:19:25.349Z] v2.0.0-dev.9 [Pipeline] sh [2021-01-05T17:19:25.649Z] + lftools sign git-tag v2.0.0-dev.29 [2021-01-05T17:19:27.038Z] Signing Git tag with Sigul... [2021-01-05T17:19:27.038Z] Signing v2.0.0-dev.29 [Pipeline] echo [2021-01-05T17:19:28.436Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T17:19:28.734Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-05T17:19:28.745Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-05T17:19:28.843Z] $ docker stop --time=1 c73bc7fe702a6b18560e8ec34728403bacf4bb5585e15e61afc86d52e1c2ab14 [2021-01-05T17:19:30.822Z] $ docker rm -f c73bc7fe702a6b18560e8ec34728403bacf4bb5585e15e61afc86d52e1c2ab14 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:19:31.742Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-05T17:19:31.742Z] . [Pipeline] withDockerContainer [2021-01-05T17:19:31.855Z] prd-centos7-docker-4c-2g-18523 does not seem to be running inside a container [2021-01-05T17:19:31.909Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/274 -v /w/workspace/edgex-go/274:/w/workspace/edgex-go/274:rw,z -v /w/workspace/edgex-go/274@tmp:/w/workspace/edgex-go/274@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-05T17:19:32.756Z] $ docker top 99235ca8f1f3ae6d773d9cf477f44b0b631c1b84b19f8f0ec89c689a2a20b071 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-05T17:19:33.120Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-05T17:19:33.120Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-05T17:19:33.379Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-05T17:19:33.384Z] $ docker exec 99235ca8f1f3ae6d773d9cf477f44b0b631c1b84b19f8f0ec89c689a2a20b071 ssh-agent [2021-01-05T17:19:33.588Z] SSH_AUTH_SOCK=/tmp/ssh-kD5rpXvRVDac/agent.11 [2021-01-05T17:19:33.588Z] SSH_AGENT_PID=17 [2021-01-05T17:19:33.598Z] Running ssh-add (command line suppressed) [2021-01-05T17:19:33.733Z] Identity added: /w/workspace/edgex-go/274@tmp/private_key_1068099273774693834.key (/w/workspace/edgex-go/274@tmp/private_key_1068099273774693834.key) [2021-01-05T17:19:33.812Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-05T17:19:34.206Z] + git semver bump pre [2021-01-05T17:19:34.206Z] # -> Open(): unable to determine branch for HEAD [2021-01-05T17:19:34.206Z] # $GIT_DIR = /w/workspace/edgex-go/274/.git [2021-01-05T17:19:34.206Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/274 [2021-01-05T17:19:34.206Z] # $SEMVER_REMOTE_NAME = origin [2021-01-05T17:19:34.206Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-05T17:19:34.206Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-05T17:19:34.206Z] # $SEMVER_BRANCH = master [2021-01-05T17:19:34.206Z] # $SEMVER_DIR = /w/workspace/edgex-go/274/.semver [2021-01-05T17:19:34.206Z] 2.0.0-dev.30 [Pipeline] } [2021-01-05T17:19:34.245Z] $ docker exec --env ******** --env ******** 99235ca8f1f3ae6d773d9cf477f44b0b631c1b84b19f8f0ec89c689a2a20b071 ssh-agent -k [2021-01-05T17:19:34.411Z] unset SSH_AUTH_SOCK; [2021-01-05T17:19:34.411Z] unset SSH_AGENT_PID; [2021-01-05T17:19:34.411Z] echo Agent pid 17 killed; [2021-01-05T17:19:34.473Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-05T17:19:34.968Z] + git semver [Pipeline] } [2021-01-05T17:19:34.990Z] $ docker stop --time=1 99235ca8f1f3ae6d773d9cf477f44b0b631c1b84b19f8f0ec89c689a2a20b071 [2021-01-05T17:19:36.359Z] $ docker rm -f 99235ca8f1f3ae6d773d9cf477f44b0b631c1b84b19f8f0ec89c689a2a20b071 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:19:36.919Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-05T17:19:36.920Z] . [Pipeline] withDockerContainer [2021-01-05T17:19:37.028Z] prd-centos7-docker-4c-2g-18523 does not seem to be running inside a container [2021-01-05T17:19:37.078Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/274 -v /w/workspace/edgex-go/274:/w/workspace/edgex-go/274:rw,z -v /w/workspace/edgex-go/274@tmp:/w/workspace/edgex-go/274@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-05T17:19:37.921Z] $ docker top 14e1d293b4bf1998d75b6f0a06169877801018572e346e69cfe4f320b8332a62 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-05T17:19:38.270Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-05T17:19:38.270Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-05T17:19:38.488Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-05T17:19:38.494Z] $ docker exec 14e1d293b4bf1998d75b6f0a06169877801018572e346e69cfe4f320b8332a62 ssh-agent [2021-01-05T17:19:38.681Z] SSH_AUTH_SOCK=/tmp/ssh-VM3me6FH90hP/agent.11 [2021-01-05T17:19:38.681Z] SSH_AGENT_PID=17 [2021-01-05T17:19:38.691Z] Running ssh-add (command line suppressed) [2021-01-05T17:19:38.828Z] Identity added: /w/workspace/edgex-go/274@tmp/private_key_8343832244183839240.key (/w/workspace/edgex-go/274@tmp/private_key_8343832244183839240.key) [2021-01-05T17:19:38.899Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-05T17:19:39.241Z] + git semver push [2021-01-05T17:19:39.241Z] # -> Open(): unable to determine branch for HEAD [2021-01-05T17:19:39.241Z] # $GIT_DIR = /w/workspace/edgex-go/274/.git [2021-01-05T17:19:39.241Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/274 [2021-01-05T17:19:39.241Z] # $SEMVER_REMOTE_NAME = origin [2021-01-05T17:19:39.241Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-05T17:19:39.241Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-05T17:19:39.241Z] # $SEMVER_BRANCH = master [2021-01-05T17:19:39.241Z] # $SEMVER_DIR = /w/workspace/edgex-go/274/.semver [Pipeline] } [2021-01-05T17:19:51.512Z] $ docker exec --env ******** --env ******** 14e1d293b4bf1998d75b6f0a06169877801018572e346e69cfe4f320b8332a62 ssh-agent -k [2021-01-05T17:19:51.686Z] unset SSH_AUTH_SOCK; [2021-01-05T17:19:51.687Z] unset SSH_AGENT_PID; [2021-01-05T17:19:51.687Z] echo Agent pid 17 killed; [2021-01-05T17:19:51.761Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-05T17:19:52.347Z] + git semver [Pipeline] } [2021-01-05T17:19:52.368Z] $ docker stop --time=1 14e1d293b4bf1998d75b6f0a06169877801018572e346e69cfe4f320b8332a62 [2021-01-05T17:19:53.734Z] $ docker rm -f 14e1d293b4bf1998d75b6f0a06169877801018572e346e69cfe4f320b8332a62 [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-05T17:19:54.973Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T17:19:55.857Z] ---> package-listing.sh [2021-01-05T17:19:55.857Z] ++ facter osfamily [2021-01-05T17:19:55.857Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-05T17:19:55.857Z] + OS_FAMILY=redhat [2021-01-05T17:19:55.857Z] + workspace=/w/workspace/edgex-go/274 [2021-01-05T17:19:55.857Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-05T17:19:55.857Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-05T17:19:55.857Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-05T17:19:55.857Z] + PACKAGES=/tmp/packages_start.txt [2021-01-05T17:19:55.857Z] + '[' /w/workspace/edgex-go/274 ']' [2021-01-05T17:19:55.857Z] + PACKAGES=/tmp/packages_end.txt [2021-01-05T17:19:55.857Z] + case "${OS_FAMILY}" in [2021-01-05T17:19:55.857Z] + rpm -qa [2021-01-05T17:19:55.857Z] + sort [2021-01-05T17:20:01.185Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-05T17:20:01.185Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-05T17:20:01.185Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-05T17:20:01.185Z] + '[' /w/workspace/edgex-go/274 ']' [2021-01-05T17:20:01.185Z] + mkdir -p /w/workspace/edgex-go/274/archives/ [2021-01-05T17:20:01.185Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/274/archives/ [Pipeline] echo [2021-01-05T17:20:01.203Z] 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/274/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-05T17:20:01.521Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:20:01.830Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-05T17:20:01.831Z] [2021-01-05T17:20:01.831Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:20:02.191Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-05T17:20:02.191Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-05T17:20:02.191Z] df20fa9351a1: Pulling fs layer [2021-01-05T17:20:02.191Z] 36b3adc4ff6f: Pulling fs layer [2021-01-05T17:20:02.191Z] 8ad3a11d3b57: Pulling fs layer [2021-01-05T17:20:02.191Z] 46f8f816bc3b: Pulling fs layer [2021-01-05T17:20:02.191Z] 93b61091891f: Pulling fs layer [2021-01-05T17:20:02.191Z] 93b9cdb0e59b: Pulling fs layer [2021-01-05T17:20:02.191Z] 5e14af77c1be: Pulling fs layer [2021-01-05T17:20:02.191Z] 01666e4c0597: Pulling fs layer [2021-01-05T17:20:02.191Z] aa168da1d23b: Pulling fs layer [2021-01-05T17:20:02.191Z] 93b61091891f: Waiting [2021-01-05T17:20:02.191Z] 46f8f816bc3b: Waiting [2021-01-05T17:20:02.191Z] 93b9cdb0e59b: Waiting [2021-01-05T17:20:02.191Z] 5e14af77c1be: Waiting [2021-01-05T17:20:02.191Z] 01666e4c0597: Waiting [2021-01-05T17:20:02.191Z] aa168da1d23b: Waiting [2021-01-05T17:20:02.191Z] 36b3adc4ff6f: Verifying Checksum [2021-01-05T17:20:02.191Z] 36b3adc4ff6f: Download complete [2021-01-05T17:20:02.191Z] 46f8f816bc3b: Verifying Checksum [2021-01-05T17:20:02.191Z] 46f8f816bc3b: Download complete [2021-01-05T17:20:02.453Z] df20fa9351a1: Verifying Checksum [2021-01-05T17:20:02.453Z] df20fa9351a1: Download complete [2021-01-05T17:20:02.453Z] 93b9cdb0e59b: Download complete [2021-01-05T17:20:02.453Z] 5e14af77c1be: Verifying Checksum [2021-01-05T17:20:02.453Z] 5e14af77c1be: Download complete [2021-01-05T17:20:02.453Z] 93b61091891f: Verifying Checksum [2021-01-05T17:20:02.453Z] 93b61091891f: Download complete [2021-01-05T17:20:02.453Z] 01666e4c0597: Verifying Checksum [2021-01-05T17:20:02.453Z] 01666e4c0597: Download complete [2021-01-05T17:20:03.028Z] df20fa9351a1: Pull complete [2021-01-05T17:20:03.028Z] 36b3adc4ff6f: Pull complete [2021-01-05T17:20:03.290Z] 8ad3a11d3b57: Download complete [2021-01-05T17:20:04.245Z] 8ad3a11d3b57: Pull complete [2021-01-05T17:20:04.245Z] 46f8f816bc3b: Pull complete [2021-01-05T17:20:04.507Z] 93b61091891f: Pull complete [2021-01-05T17:20:04.770Z] 93b9cdb0e59b: Pull complete [2021-01-05T17:20:04.770Z] 5e14af77c1be: Pull complete [2021-01-05T17:20:05.034Z] 01666e4c0597: Pull complete [2021-01-05T17:20:10.362Z] aa168da1d23b: Verifying Checksum [2021-01-05T17:20:10.362Z] aa168da1d23b: Download complete [2021-01-05T17:20:18.572Z] aa168da1d23b: Pull complete [2021-01-05T17:20:18.572Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-05T17:20:18.572Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-05T17:20:18.572Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-05T17:20:18.789Z] prd-centos7-docker-4c-2g-18523 does not seem to be running inside a container [2021-01-05T17:20:18.843Z] $ 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/274/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/274 -v /w/workspace/edgex-go/274:/w/workspace/edgex-go/274:rw,z -v /w/workspace/edgex-go/274@tmp:/w/workspace/edgex-go/274@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-05T17:20:21.559Z] $ docker top 4863b7c8bbed49f9f651350662ee4d958d38e49bf227dc4989c47e2a5796f7ad -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T17:20:22.142Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-05T17:20:22.445Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-05T17:20:22.750Z] + ls /var/log/sa-host [2021-01-05T17:20:22.750Z] + sadf -c /var/log/sa-host/sa05 [2021-01-05T17:20:22.750Z] file_magic: OK [2021-01-05T17:20:22.750Z] HZ: Using current value: 100 [2021-01-05T17:20:22.750Z] file_header: OK [2021-01-05T17:20:22.750Z] 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-05T17:20:22.750Z] Statistics: [2021-01-05T17:20:22.750Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-05T17:20:22.750Z] File successfully converted to sysstat format version 12.2.1 [2021-01-05T17:20:22.750Z] + sadf -c /var/log/sa-host/sa23 [2021-01-05T17:20:22.750Z] file_magic: OK [2021-01-05T17:20:22.750Z] HZ: Using current value: 100 [2021-01-05T17:20:22.750Z] file_header: OK [2021-01-05T17:20:22.750Z] 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-05T17:20:22.750Z] Statistics: [2021-01-05T17:20:22.750Z] Hnuu...uuuununununu... [2021-01-05T17:20:22.750Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-05T17:20:22.983Z] provisioning config files... [2021-01-05T17:20:23.001Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/274@tmp/config2472274596897704126tmp [Pipeline] { [Pipeline] echo [2021-01-05T17:20:23.094Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T17:20:23.390Z] ---> create-netrc.sh [Pipeline] } [2021-01-05T17:20:23.401Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-05T17:20:23.488Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T17:20:23.787Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-05T17:20:23.799Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T17:20:24.103Z] ---> sudo-logs.sh [2021-01-05T17:20:24.103Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-05T17:20:24.115Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T17:20:24.417Z] ---> job-cost.sh [2021-01-05T17:20:24.417Z] lf-activate-venv: SKIPPING [2021-01-05T17:20:24.417Z] INFO: No Stack... [2021-01-05T17:20:25.363Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-05T17:20:25.627Z] INFO: Archiving Costs [Pipeline] echo [2021-01-05T17:20:25.640Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T17:20:25.944Z] ---> logs-deploy.sh [2021-01-05T17:20:25.944Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/274 [2021-01-05T17:20:25.944Z] INFO: archiving workspace using pattern(s): [2021-01-05T17:20:27.336Z] Archives upload complete. [2021-01-05T17:20:27.336Z] INFO: archiving logs to Nexus