Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6731ab5d56a0494658aab350a508f22ecd29f588 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 ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-19766 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/285 [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/285 # 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 6731ab5d56a0494658aab350a508f22ecd29f588 (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 6731ab5d56a0494658aab350a508f22ecd29f588 # timeout=10 Commit message: "fix: Add defaults for User and Group to Secret Store Setup (#3016)" > git rev-list --no-walk c7191a90c07787dda31e3868df4c5f33b5de22f9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-12T18:15:19.168Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-12T18:15:19.438Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-12T18:15:19.531Z] ========================================================= [2021-01-12T18:15:19.531Z] EdgeX Global Pipelines Version Info [2021-01-12T18:15:19.531Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-12T18:15:21.516Z] ------------------- [2021-01-12T18:15:21.516Z] stable info: [2021-01-12T18:15:21.516Z] ------------------- [2021-01-12T18:15:21.516Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-12T18:15:21.516Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-12T18:15:21.516Z] Message: update stable to v1.0.173 [2021-01-12T18:15:22.092Z] ------------------- [2021-01-12T18:15:22.092Z] experimental info: [2021-01-12T18:15:22.092Z] ------------------- [2021-01-12T18:15:22.092Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-12T18:15:22.092Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-12T18:15:22.092Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-12T18:15:22.351Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-12T18:15:22.463Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-12T18:15:22.570Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-12T18:15:22.656Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-12T18:15:22.750Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-12T18:15:22.835Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-12T18:15:22.946Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-12T18:15:23.058Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-12T18:15:23.146Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-12T18:15:23.248Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-12T18:15:23.359Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-12T18:15:23.454Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-12T18:15:23.544Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-12T18:15:23.634Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-12T18:15:23.733Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-12T18:15:23.820Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-12T18:15:23.906Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-12T18:15:23.993Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-12T18:15:24.079Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-12T18:15:24.201Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-12T18:15:24.288Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-12T18:15:24.373Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-12T18:15:24.468Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-12T18:15:24.582Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-12T18:15:24.670Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-12T18:15:24.755Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-12T18:15:24.841Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6731ab5d56a0494658aab350a508f22ecd29f588 [Pipeline] echo [2021-01-12T18:15:24.929Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6731ab5 [Pipeline] echo [2021-01-12T18:15:25.020Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-12T18:15:25.225Z] provisioning config files... [2021-01-12T18:15:25.255Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/285@tmp/config8949390246261923962tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-12T18:15:25.617Z] ---> docker-login.sh [2021-01-12T18:15:25.617Z] nexus3.edgexfoundry.org:10001 [2021-01-12T18:15:25.879Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T18:15:25.879Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T18:15:25.879Z] Configure a credential helper to remove this warning. See [2021-01-12T18:15:25.879Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T18:15:25.879Z] [2021-01-12T18:15:25.879Z] Login Succeeded [2021-01-12T18:15:25.879Z] nexus3.edgexfoundry.org:10002 [2021-01-12T18:15:26.144Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T18:15:26.144Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T18:15:26.144Z] Configure a credential helper to remove this warning. See [2021-01-12T18:15:26.144Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T18:15:26.144Z] [2021-01-12T18:15:26.144Z] Login Succeeded [2021-01-12T18:15:26.144Z] nexus3.edgexfoundry.org:10003 [2021-01-12T18:15:26.413Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T18:15:26.413Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T18:15:26.413Z] Configure a credential helper to remove this warning. See [2021-01-12T18:15:26.413Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T18:15:26.413Z] [2021-01-12T18:15:26.413Z] Login Succeeded [2021-01-12T18:15:26.413Z] nexus3.edgexfoundry.org:10004 [2021-01-12T18:15:26.413Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T18:15:26.413Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T18:15:26.413Z] Configure a credential helper to remove this warning. See [2021-01-12T18:15:26.413Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T18:15:26.413Z] [2021-01-12T18:15:26.413Z] Login Succeeded [2021-01-12T18:15:26.413Z] docker.io [2021-01-12T18:15:26.677Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T18:15:26.940Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T18:15:26.940Z] Configure a credential helper to remove this warning. See [2021-01-12T18:15:26.940Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T18:15:26.940Z] [2021-01-12T18:15:26.940Z] Login Succeeded [2021-01-12T18:15:26.940Z] ---> docker-login.sh ends [Pipeline] } [2021-01-12T18:15:26.950Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-12T18:15:27.486Z] ++ 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-12T18:15:27.487Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T18:15:27.487Z] ++ dirname cmd/core-command/Dockerfile [2021-01-12T18:15:27.487Z] ++ cut -d/ -f2 [2021-01-12T18:15:27.487Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-12T18:15:27.487Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T18:15:27.487Z] ++ dirname cmd/core-data/Dockerfile [2021-01-12T18:15:27.487Z] ++ cut -d/ -f2 [2021-01-12T18:15:27.487Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-12T18:15:27.487Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T18:15:27.487Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-12T18:15:27.487Z] ++ cut -d/ -f2 [2021-01-12T18:15:27.487Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-12T18:15:27.487Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T18:15:27.487Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-12T18:15:27.487Z] ++ cut -d/ -f2 [2021-01-12T18:15:27.487Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-12T18:15:27.487Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T18:15:27.487Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-12T18:15:27.487Z] ++ cut -d/ -f2 [2021-01-12T18:15:27.487Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-12T18:15:27.487Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T18:15:27.487Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-12T18:15:27.487Z] ++ cut -d/ -f2 [2021-01-12T18:15:27.487Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-12T18:15:27.487Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T18:15:27.487Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-12T18:15:27.487Z] ++ cut -d/ -f2 [2021-01-12T18:15:27.487Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-12T18:15:27.487Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T18:15:27.487Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-12T18:15:27.487Z] ++ cut -d/ -f2 [2021-01-12T18:15:27.487Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-12T18:15:27.487Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T18:15:27.487Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-12T18:15:27.487Z] ++ cut -d/ -f2 [2021-01-12T18:15:27.487Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-12T18:15:27.554Z] 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-12T18:15:29.117Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-12T18:15:29.117Z] [2021-01-12T18:15:29.117Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:15:29.469Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-12T18:15:29.469Z] latest: Pulling from edgex-devops/git-semver [2021-01-12T18:15:29.469Z] 31603596830f: Pulling fs layer [2021-01-12T18:15:29.469Z] 2a8b12db71e7: Pulling fs layer [2021-01-12T18:15:29.469Z] 6ca5941a6612: Pulling fs layer [2021-01-12T18:15:29.469Z] ecc8261a40a4: Pulling fs layer [2021-01-12T18:15:29.469Z] ecc8261a40a4: Waiting [2021-01-12T18:15:29.469Z] 2a8b12db71e7: Verifying Checksum [2021-01-12T18:15:29.469Z] 31603596830f: Verifying Checksum [2021-01-12T18:15:29.469Z] 31603596830f: Download complete [2021-01-12T18:15:29.732Z] 6ca5941a6612: Verifying Checksum [2021-01-12T18:15:29.732Z] 6ca5941a6612: Download complete [2021-01-12T18:15:29.732Z] ecc8261a40a4: Verifying Checksum [2021-01-12T18:15:29.732Z] ecc8261a40a4: Download complete [2021-01-12T18:15:29.994Z] 31603596830f: Pull complete [2021-01-12T18:15:29.994Z] 2a8b12db71e7: Pull complete [2021-01-12T18:15:30.953Z] 6ca5941a6612: Pull complete [2021-01-12T18:15:31.215Z] ecc8261a40a4: Pull complete [2021-01-12T18:15:31.215Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-12T18:15:31.215Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-12T18:15:31.215Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-12T18:15:31.320Z] prd-centos7-docker-4c-2g-19766 does not seem to be running inside a container [2021-01-12T18:15:31.374Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/285 -v /w/workspace/edgex-go/285:/w/workspace/edgex-go/285:rw,z -v /w/workspace/edgex-go/285@tmp:/w/workspace/edgex-go/285@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-12T18:15:33.773Z] $ docker top e4e75dee9d3225564d210b6a656d46407946f4c648d769f97ce3f83276000dce -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-12T18:15:34.066Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-12T18:15:34.066Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-12T18:15:34.282Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-12T18:15:34.286Z] $ docker exec e4e75dee9d3225564d210b6a656d46407946f4c648d769f97ce3f83276000dce ssh-agent [2021-01-12T18:15:34.449Z] SSH_AUTH_SOCK=/tmp/ssh-5ntUf2MoyTxH/agent.12 [2021-01-12T18:15:34.449Z] SSH_AGENT_PID=18 [2021-01-12T18:15:34.458Z] Running ssh-add (command line suppressed) [2021-01-12T18:15:34.580Z] Identity added: /w/workspace/edgex-go/285@tmp/private_key_5546443493642341856.key (/w/workspace/edgex-go/285@tmp/private_key_5546443493642341856.key) [2021-01-12T18:15:34.633Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-12T18:15:34.970Z] + git tag --points-at HEAD [Pipeline] } [2021-01-12T18:15:34.994Z] $ docker exec --env ******** --env ******** e4e75dee9d3225564d210b6a656d46407946f4c648d769f97ce3f83276000dce ssh-agent -k [2021-01-12T18:15:35.104Z] unset SSH_AUTH_SOCK; [2021-01-12T18:15:35.105Z] unset SSH_AGENT_PID; [2021-01-12T18:15:35.105Z] echo Agent pid 18 killed; [2021-01-12T18:15:35.153Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-12T18:15:35.384Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-12T18:15:35.384Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-12T18:15:35.557Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-12T18:15:35.563Z] $ docker exec e4e75dee9d3225564d210b6a656d46407946f4c648d769f97ce3f83276000dce ssh-agent [2021-01-12T18:15:35.725Z] SSH_AUTH_SOCK=/tmp/ssh-j6veSBAIVNFb/agent.49 [2021-01-12T18:15:35.726Z] SSH_AGENT_PID=54 [2021-01-12T18:15:35.733Z] Running ssh-add (command line suppressed) [2021-01-12T18:15:35.857Z] Identity added: /w/workspace/edgex-go/285@tmp/private_key_8101420991279313461.key (/w/workspace/edgex-go/285@tmp/private_key_8101420991279313461.key) [2021-01-12T18:15:35.910Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-12T18:15:36.251Z] + git semver init [2021-01-12T18:15:36.252Z] # -> Open(): unable to determine branch for HEAD [2021-01-12T18:15:36.252Z] # $GIT_DIR = /w/workspace/edgex-go/285/.git [2021-01-12T18:15:36.252Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/285 [2021-01-12T18:15:36.252Z] # $SEMVER_REMOTE_NAME = origin [2021-01-12T18:15:36.252Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-12T18:15:36.252Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-12T18:15:36.252Z] # $SEMVER_BRANCH = master [2021-01-12T18:15:36.252Z] # $SEMVER_TEMP = /tmp/semver-100134725 [2021-01-12T18:15:36.252Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-12T18:15:54.412Z] # '/tmp/semver-100134725' -> '/w/workspace/edgex-go/285/.semver' [2021-01-12T18:15:54.412Z] # -> Force: false [2021-01-12T18:15:54.412Z] # $SEMVER_DIR = /w/workspace/edgex-go/285/.semver [Pipeline] } [2021-01-12T18:15:54.427Z] $ docker exec --env ******** --env ******** e4e75dee9d3225564d210b6a656d46407946f4c648d769f97ce3f83276000dce ssh-agent -k [2021-01-12T18:15:54.632Z] unset SSH_AUTH_SOCK; [2021-01-12T18:15:54.632Z] unset SSH_AGENT_PID; [2021-01-12T18:15:54.633Z] echo Agent pid 54 killed; [2021-01-12T18:15:54.694Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-12T18:15:55.206Z] + git semver [Pipeline] } [2021-01-12T18:15:55.227Z] $ docker stop --time=1 e4e75dee9d3225564d210b6a656d46407946f4c648d769f97ce3f83276000dce [2021-01-12T18:15:56.910Z] $ docker rm -f e4e75dee9d3225564d210b6a656d46407946f4c648d769f97ce3f83276000dce [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-12T18:15:57.482Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-12T18:15:57.983Z] Stashed 1 file(s) [Pipeline] echo [2021-01-12T18:15:57.985Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.33 [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-12T18:15:58.925Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-12T18:15:59.222Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-12T18:15:59.517Z] + sudo service docker restart [2021-01-12T18:15:59.517Z] + true [2021-01-12T18:15:59.517Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-12T18:16:00.106Z] ========================================================= [2021-01-12T18:16:00.106Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-12T18:16:00.106Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:16:00.477Z] + 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-12T18:16:05.782Z] Sending build context to Docker daemon 326.3MB [2021-01-12T18:16:05.782Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-12T18:16:05.782Z] Step 2/6 : FROM ${BASE} [2021-01-12T18:16:05.782Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-12T18:16:05.782Z] 188c0c94c7c5: Pulling fs layer [2021-01-12T18:16:05.782Z] 0ef7d3d256c8: Pulling fs layer [2021-01-12T18:16:05.782Z] de9db76c5a1d: Pulling fs layer [2021-01-12T18:16:05.782Z] bca2f99d35d6: Pulling fs layer [2021-01-12T18:16:05.782Z] 93359f2a8cfa: Pulling fs layer [2021-01-12T18:16:05.782Z] 7c6f9722023f: Pulling fs layer [2021-01-12T18:16:05.782Z] a35cf1a2eb13: Pulling fs layer [2021-01-12T18:16:05.782Z] bca2f99d35d6: Waiting [2021-01-12T18:16:05.782Z] 93359f2a8cfa: Waiting [2021-01-12T18:16:05.782Z] 7c6f9722023f: Waiting [2021-01-12T18:16:05.782Z] a35cf1a2eb13: Waiting [2021-01-12T18:16:05.782Z] de9db76c5a1d: Download complete [2021-01-12T18:16:05.782Z] 0ef7d3d256c8: Verifying Checksum [2021-01-12T18:16:05.782Z] 0ef7d3d256c8: Download complete [2021-01-12T18:16:05.782Z] 93359f2a8cfa: Download complete [2021-01-12T18:16:05.782Z] 7c6f9722023f: Download complete [2021-01-12T18:16:05.782Z] 188c0c94c7c5: Verifying Checksum [2021-01-12T18:16:05.782Z] 188c0c94c7c5: Download complete [2021-01-12T18:16:05.782Z] 188c0c94c7c5: Pull complete [2021-01-12T18:16:05.782Z] 0ef7d3d256c8: Pull complete [2021-01-12T18:16:06.045Z] de9db76c5a1d: Pull complete [2021-01-12T18:16:07.435Z] a35cf1a2eb13: Verifying Checksum [2021-01-12T18:16:07.435Z] a35cf1a2eb13: Download complete [2021-01-12T18:16:07.702Z] bca2f99d35d6: Verifying Checksum [2021-01-12T18:16:07.702Z] bca2f99d35d6: Download complete [2021-01-12T18:16:13.032Z] bca2f99d35d6: Pull complete [2021-01-12T18:16:13.032Z] 93359f2a8cfa: Pull complete [2021-01-12T18:16:13.032Z] 7c6f9722023f: Pull complete [2021-01-12T18:16:13.439Z] Still waiting to schedule task [2021-01-12T18:16:13.439Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-12T18:16:18.334Z] a35cf1a2eb13: Pull complete [2021-01-12T18:16:18.334Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-12T18:16:18.334Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-12T18:16:18.334Z] ---> a62c8e92a672 [2021-01-12T18:16:18.334Z] 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-12T18:16:18.334Z] ---> Running in 41d9396b8c49 [2021-01-12T18:16:18.596Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T18:16:19.545Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T18:16:19.807Z] (1/12) Installing libmagic (5.38-r0) [2021-01-12T18:16:20.069Z] (2/12) Installing file (5.38-r0) [2021-01-12T18:16:20.069Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-12T18:16:20.330Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-12T18:16:24.555Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-12T18:16:24.555Z] (6/12) Installing patch (2.7.6-r6) [2021-01-12T18:16:24.555Z] (7/12) Installing build-base (0.5-r2) [2021-01-12T18:16:24.555Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-12T18:16:24.555Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-12T18:16:24.555Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-12T18:16:24.555Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-12T18:16:24.555Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-12T18:16:24.555Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T18:16:24.555Z] OK: 233 MiB in 51 packages [2021-01-12T18:16:27.866Z] Removing intermediate container 41d9396b8c49 [2021-01-12T18:16:27.866Z] ---> 806bb9a0015d [2021-01-12T18:16:27.866Z] Step 4/6 : WORKDIR /edgex-go [2021-01-12T18:16:27.866Z] ---> Running in f53b64a54cc2 [2021-01-12T18:16:28.128Z] Removing intermediate container f53b64a54cc2 [2021-01-12T18:16:28.128Z] ---> b05b20868ac2 [2021-01-12T18:16:28.128Z] Step 5/6 : COPY go.mod . [2021-01-12T18:16:28.390Z] ---> 9906b30e8038 [2021-01-12T18:16:28.390Z] Step 6/6 : RUN go mod download [2021-01-12T18:16:28.390Z] ---> Running in f07630b55ff7 [2021-01-12T18:16:50.404Z] Removing intermediate container f07630b55ff7 [2021-01-12T18:16:50.404Z] ---> 91e35dd4f9e2 [2021-01-12T18:16:50.404Z] Successfully built 91e35dd4f9e2 [2021-01-12T18:16:50.404Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:16:50.715Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-12T18:16:50.715Z] . [Pipeline] withDockerContainer [2021-01-12T18:16:50.817Z] prd-centos7-docker-4c-2g-19766 does not seem to be running inside a container [2021-01-12T18:16:50.861Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/285 -v /w/workspace/edgex-go/285:/w/workspace/edgex-go/285:rw,z -v /w/workspace/edgex-go/285@tmp:/w/workspace/edgex-go/285@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-12T18:16:51.678Z] $ docker top 104792b62519521bc98b531040bc5ad2564d414c9b5063d54a07deb4744f7252 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T18:16:52.167Z] + go version [2021-01-12T18:16:52.167Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-12T18:16:52.182Z] $ docker stop --time=1 104792b62519521bc98b531040bc5ad2564d414c9b5063d54a07deb4744f7252 [2021-01-12T18:16:53.552Z] $ docker rm -f 104792b62519521bc98b531040bc5ad2564d414c9b5063d54a07deb4744f7252 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:16:54.438Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-12T18:16:54.438Z] . [Pipeline] withDockerContainer [2021-01-12T18:16:54.535Z] prd-centos7-docker-4c-2g-19766 does not seem to be running inside a container [2021-01-12T18:16:54.588Z] $ 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/285 -v /w/workspace/edgex-go/285:/w/workspace/edgex-go/285:rw,z -v /w/workspace/edgex-go/285@tmp:/w/workspace/edgex-go/285@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-12T18:16:55.191Z] $ docker top 2823994e27a9647a5323e98d153a7f06ac4349f7311e638602cbc7627563bb30 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-12T18:16:55.417Z] ========================================================= [2021-01-12T18:16:55.417Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-12T18:16:55.417Z] ========================================================= [Pipeline] sh [2021-01-12T18:16:55.709Z] + make test [2021-01-12T18:16:55.709Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-12T18:17:04.201Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-12T18:17:16.869Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-12T18:17:23.524Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-12T18:17:24.110Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-12T18:17:24.110Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-12T18:17:24.110Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-12T18:17:24.110Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-12T18:17:24.701Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-12T18:17:24.967Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-12T18:17:25.234Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-12T18:17:25.833Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-12T18:17:27.796Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-12T18:17:27.796Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-12T18:17:27.796Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-12T18:17:29.765Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.088s coverage: 46.6% of statements [2021-01-12T18:17:29.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-12T18:17:29.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-12T18:17:29.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-12T18:17:29.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-12T18:17:29.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-12T18:17:34.004Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.169s coverage: 27.0% of statements [2021-01-12T18:17:34.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-12T18:17:34.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-12T18:17:34.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-12T18:17:34.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-12T18:17:34.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-12T18:17:34.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-12T18:17:34.004Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.047s coverage: 100.0% of statements [2021-01-12T18:17:34.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-12T18:17:34.004Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.045s coverage: 100.0% of statements [2021-01-12T18:17:34.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-12T18:17:34.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-12T18:17:34.004Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.121s coverage: 77.1% of statements [2021-01-12T18:17:34.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-12T18:17:34.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-12T18:17:34.004Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.131s coverage: 82.4% of statements [2021-01-12T18:17:34.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-12T18:17:34.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-12T18:17:34.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-12T18:17:34.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-12T18:17:35.417Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.384s coverage: 28.6% of statements [2021-01-12T18:17:35.417Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-12T18:17:35.417Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-12T18:17:35.417Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-12T18:17:35.417Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-12T18:17:35.417Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-12T18:17:35.417Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.055s coverage: 100.0% of statements [2021-01-12T18:17:35.417Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-12T18:17:35.417Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.044s coverage: 100.0% of statements [2021-01-12T18:17:35.417Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-12T18:17:35.417Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.102s coverage: 86.7% of statements [2021-01-12T18:17:35.417Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-12T18:17:35.684Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.091s coverage: 97.5% of statements [2021-01-12T18:17:35.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-12T18:17:36.278Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.056s coverage: 78.3% of statements [2021-01-12T18:17:36.278Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-12T18:17:36.278Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-12T18:17:36.278Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-12T18:17:36.278Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-12T18:17:38.242Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.338s coverage: 94.1% of statements [2021-01-12T18:17:38.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-12T18:17:38.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-12T18:17:38.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-12T18:17:38.242Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-12T18:17:38.242Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-12T18:17:38.242Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-12T18:17:38.242Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-12T18:17:38.242Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-12T18:17:38.242Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-12T18:17:38.242Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-12T18:17:38.242Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-12T18:17:38.242Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-12T18:17:38.242Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-12T18:17:38.242Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-12T18:17:38.242Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-12T18:17:38.242Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-12T18:17:38.242Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-12T18:17:38.242Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-12T18:17:38.242Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.043s coverage: 58.8% of statements [2021-01-12T18:17:38.242Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-12T18:17:38.242Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-12T18:17:38.242Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.054s coverage: 0.1% of statements [2021-01-12T18:17:38.242Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-12T18:17:38.242Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-12T18:17:38.242Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-12T18:17:38.242Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-12T18:17:38.242Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.026s coverage: 100.0% of statements [2021-01-12T18:17:38.242Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-12T18:17:38.242Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.047s coverage: 75.5% of statements [2021-01-12T18:17:38.242Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-12T18:17:38.242Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.043s coverage: 80.8% of statements [2021-01-12T18:17:38.242Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.090s coverage: 87.2% of statements [2021-01-12T18:17:38.829Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.046s coverage: 84.2% of statements [2021-01-12T18:17:39.413Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.107s coverage: 91.4% of statements [2021-01-12T18:17:39.413Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-12T18:17:39.680Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.214s coverage: 63.5% of statements [2021-01-12T18:17:39.680Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-12T18:17:39.680Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-12T18:17:39.680Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.038s coverage: 100.0% of statements [2021-01-12T18:17:39.941Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.046s coverage: 91.3% of statements [2021-01-12T18:17:40.204Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-01-12T18:17:40.204Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.053s coverage: 73.7% of statements [2021-01-12T18:17:40.467Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.024s coverage: 100.0% of statements [2021-01-12T18:17:41.873Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.321s coverage: 55.9% of statements [2021-01-12T18:17:41.873Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-12T18:17:41.873Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-12T18:17:41.873Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-12T18:17:41.873Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-12T18:17:41.873Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-12T18:17:41.873Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.101s coverage: 37.0% of statements [2021-01-12T18:17:41.873Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-12T18:17:41.873Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-12T18:17:41.873Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.319s coverage: 84.0% of statements [2021-01-12T18:17:41.873Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.036s coverage: 100.0% of statements [2021-01-12T18:17:43.838Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.125s coverage: 47.1% of statements [2021-01-12T18:17:43.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-12T18:17:43.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-12T18:17:43.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-12T18:17:43.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-12T18:17:43.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-12T18:17:43.839Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.045s coverage: 100.0% of statements [2021-01-12T18:17:43.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-12T18:17:43.839Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements [2021-01-12T18:17:43.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-12T18:17:45.783Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.691s coverage: 29.1% of statements [2021-01-12T18:17:45.783Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-12T18:17:45.783Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-12T18:17:45.783Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-12T18:17:45.783Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-12T18:17:45.783Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-12T18:17:45.783Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.070s coverage: 99.0% of statements [2021-01-12T18:17:45.783Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-12T18:17:45.783Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.038s coverage: 100.0% of statements [2021-01-12T18:17:45.783Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-12T18:17:45.783Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements [2021-01-12T18:17:45.783Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-12T18:17:45.783Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.028s coverage: 100.0% of statements [2021-01-12T18:17:45.783Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-12T18:17:45.783Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-12T18:17:45.783Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-12T18:17:45.783Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-12T18:17:45.783Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.039s coverage: 87.9% of statements [2021-01-12T18:17:45.783Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-12T18:17:45.783Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-12T18:17:45.783Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.041s coverage: 100.0% of statements [2021-01-12T18:17:45.783Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.026s coverage: 32.1% of statements [2021-01-12T18:17:45.783Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-12T18:17:46.357Z] GO111MODULE=on go vet ./... [2021-01-12T18:18:04.207Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-19767 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-01-12T18:18:04.334Z] Running in /w/workspace/edgex-go/285 [Pipeline] { [Pipeline] checkout [2021-01-12T18:18:08.473Z] gofmt -l . [2021-01-12T18:18:08.473Z] [ "`gofmt -l .`" = "" ] [2021-01-12T18:18:08.473Z] ./bin/test-go-mod-tidy.sh [2021-01-12T18:18:09.051Z] ./bin/test-attribution-txt.sh [2021-01-12T18:18:09.254Z] using credential edgex-jenkins-ssh [2021-01-12T18:18:09.316Z] Cloning the remote Git repository [Pipeline] sh [2021-01-12T18:18:09.351Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-12T18:18:09.456Z] > git init /w/workspace/edgex-go/285 # timeout=10 [2021-01-12T18:18:09.539Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-12T18:18:09.540Z] > git --version # timeout=10 [2021-01-12T18:18:09.560Z] > git --version # 'git version 2.17.1' [2021-01-12T18:18:09.561Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T18:18:09.632Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-12T18:18:09.931Z] + ls -al . [2021-01-12T18:18:09.931Z] total 652 [2021-01-12T18:18:09.931Z] drwxrwxr-x 10 1001 1001 4096 Jan 12 18:18 . [2021-01-12T18:18:09.931Z] drwxr-xr-x 4 root root 32 Jan 12 18:16 .. [2021-01-12T18:18:09.931Z] -rw-rw-r-- 1 1001 1001 11 Jan 12 18:15 .dockerignore [2021-01-12T18:18:09.931Z] drwxrwxr-x 8 1001 1001 162 Jan 12 18:15 .git [2021-01-12T18:18:09.931Z] drwxrwxr-x 3 1001 1001 125 Jan 12 18:15 .github [2021-01-12T18:18:09.931Z] -rw-rw-r-- 1 1001 1001 824 Jan 12 18:15 .gitignore [2021-01-12T18:18:09.931Z] drwx------ 3 1001 1001 32 Jan 12 18:15 .semver [2021-01-12T18:18:09.931Z] -rw-rw-r-- 1 1001 1001 166 Jan 12 18:15 .sonarcloud.properties [2021-01-12T18:18:09.931Z] -rw-rw-r-- 1 1001 1001 7741 Jan 12 18:15 Attribution.txt [2021-01-12T18:18:09.931Z] -rw-rw-r-- 1 1001 1001 3804 Jan 12 18:15 CONTRIBUTING.md [2021-01-12T18:18:09.931Z] -rw-rw-r-- 1 1001 1001 931 Jan 12 18:15 Dockerfile.build [2021-01-12T18:18:09.931Z] -rw-rw-r-- 1 1001 1001 863 Jan 12 18:15 Jenkinsfile [2021-01-12T18:18:09.931Z] -rw-rw-r-- 1 1001 1001 10775 Jan 12 18:15 LICENSE [2021-01-12T18:18:09.931Z] -rw-rw-r-- 1 1001 1001 5750 Jan 12 18:15 Makefile [2021-01-12T18:18:09.931Z] -rw-rw-r-- 1 1001 1001 6524 Jan 12 18:15 README.md [2021-01-12T18:18:09.931Z] -rw-rw-r-- 1 1001 1001 6744 Jan 12 18:15 SECURITY.md [2021-01-12T18:18:09.931Z] -rw-rw-r-- 1 1001 1001 12 Jan 12 18:15 VERSION [2021-01-12T18:18:09.931Z] -rw-rw-r-- 1 1001 1001 4131 Jan 12 18:15 ZMQWindows.md [2021-01-12T18:18:09.931Z] drwxrwxr-x 2 1001 1001 117 Jan 12 18:15 bin [2021-01-12T18:18:09.931Z] drwxrwxr-x 14 1001 1001 4096 Jan 12 18:15 cmd [2021-01-12T18:18:09.931Z] -rw-r--r-- 1 root root 545099 Jan 12 18:17 coverage.out [2021-01-12T18:18:09.931Z] -rw-r--r-- 1 root root 979 Jan 12 18:18 go.mod [2021-01-12T18:18:09.931Z] -rw-r--r-- 1 root root 19019 Jan 12 18:18 go.sum [2021-01-12T18:18:09.931Z] drwxrwxr-x 8 1001 1001 127 Jan 12 18:15 internal [2021-01-12T18:18:09.931Z] drwxrwxr-x 4 1001 1001 26 Jan 12 18:15 openapi [2021-01-12T18:18:09.931Z] drwxrwxr-x 4 1001 1001 71 Jan 12 18:15 snap [2021-01-12T18:18:09.931Z] -rw-rw-r-- 1 1001 1001 168 Jan 12 18:15 version.go [Pipeline] sh [2021-01-12T18:18:10.228Z] + '[' -e coverage.out ] [2021-01-12T18:18:10.228Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-12T18:18:10.459Z] Stashed 1 file(s) [Pipeline] sh [2021-01-12T18:18:10.752Z] + make build [2021-01-12T18:18:10.752Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/core-data/core-data ./cmd/core-data [2021-01-12T18:18:14.067Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-12T18:18:22.280Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/core-command/core-command ./cmd/core-command [2021-01-12T18:18:22.854Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-12T18:18:24.250Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-12T18:18:24.513Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-12T18:18:23.992Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-12T18:18:24.014Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-12T18:18:24.039Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-12T18:18:24.085Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-12T18:18:24.086Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T18:18:24.096Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-12T18:18:24.939Z] Checking out Revision 6731ab5d56a0494658aab350a508f22ecd29f588 (master) [2021-01-12T18:18:25.909Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-12T18:18:24.948Z] > git config core.sparsecheckout # timeout=10 [2021-01-12T18:18:24.964Z] > git checkout -f 6731ab5d56a0494658aab350a508f22ecd29f588 # timeout=10 [2021-01-12T18:18:27.305Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-12T18:18:28.704Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-12T18:18:29.659Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-12T18:18:29.745Z] Commit message: "fix: Add defaults for User and Group to Secret Store Setup (#3016)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-12T18:18:30.621Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-12T18:18:31.303Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-12T18:18:31.566Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-12T18:18:31.811Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-12T18:18:32.183Z] + true [2021-01-12T18:18:32.183Z] + sudo service docker restart [Pipeline] } [2021-01-12T18:18:32.975Z] $ docker stop --time=1 2823994e27a9647a5323e98d153a7f06ac4349f7311e638602cbc7627563bb30 [2021-01-12T18:18:34.627Z] $ docker rm -f 2823994e27a9647a5323e98d153a7f06ac4349f7311e638602cbc7627563bb30 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] // script [Pipeline] } [Pipeline] wrap [2021-01-12T18:18:35.369Z] provisioning config files... [2021-01-12T18:18:35.413Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/285@tmp/config3661901465538042964tmp [Pipeline] // stage [Pipeline] { [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] libraryResource [Pipeline] sh [Pipeline] script [Pipeline] { [2021-01-12T18:18:35.827Z] ---> docker-login.sh [2021-01-12T18:18:35.827Z] nexus3.edgexfoundry.org:10001 [2021-01-12T18:18:36.850Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T18:18:37.125Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T18:18:37.125Z] Configure a credential helper to remove this warning. See [2021-01-12T18:18:37.125Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T18:18:37.125Z] [2021-01-12T18:18:37.125Z] Login Succeeded [2021-01-12T18:18:37.126Z] nexus3.edgexfoundry.org:10002 [2021-01-12T18:18:37.404Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T18:18:37.678Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T18:18:37.679Z] Configure a credential helper to remove this warning. See [2021-01-12T18:18:37.679Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T18:18:37.679Z] [2021-01-12T18:18:37.679Z] Login Succeeded [2021-01-12T18:18:37.679Z] nexus3.edgexfoundry.org:10003 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:18:37.952Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T18:18:37.953Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T18:18:37.953Z] Configure a credential helper to remove this warning. See [2021-01-12T18:18:37.953Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T18:18:37.953Z] [2021-01-12T18:18:37.953Z] Login Succeeded [2021-01-12T18:18:37.953Z] nexus3.edgexfoundry.org:10004 [2021-01-12T18:18:38.201Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-12T18:18:38.201Z] [2021-01-12T18:18:38.201Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:18:38.567Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T18:18:38.567Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T18:18:38.567Z] Configure a credential helper to remove this warning. See [2021-01-12T18:18:38.567Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T18:18:38.567Z] [2021-01-12T18:18:38.567Z] Login Succeeded [2021-01-12T18:18:38.567Z] docker.io [2021-01-12T18:18:38.585Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-12T18:18:38.585Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-12T18:18:38.585Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-12T18:18:38.585Z] ca9280d653b3: Pulling fs layer [2021-01-12T18:18:38.585Z] 7e9c9ca2126c: Pulling fs layer [2021-01-12T18:18:39.166Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-12T18:18:39.166Z] cbdbe7a5bc2a: Download complete [2021-01-12T18:18:39.182Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T18:18:39.434Z] ca9280d653b3: Verifying Checksum [2021-01-12T18:18:39.434Z] ca9280d653b3: Download complete [2021-01-12T18:18:39.461Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T18:18:39.462Z] Configure a credential helper to remove this warning. See [2021-01-12T18:18:39.462Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T18:18:39.462Z] [2021-01-12T18:18:39.462Z] Login Succeeded [2021-01-12T18:18:39.462Z] ---> docker-login.sh ends [Pipeline] } [2021-01-12T18:18:39.478Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-01-12T18:18:39.707Z] cbdbe7a5bc2a: Pull complete [Pipeline] echo [2021-01-12T18:18:39.977Z] ========================================================= [2021-01-12T18:18:39.977Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-12T18:18:39.977Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:18:40.366Z] + 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-12T18:18:40.670Z] 7e9c9ca2126c: Verifying Checksum [2021-01-12T18:18:40.671Z] 7e9c9ca2126c: Download complete [2021-01-12T18:18:40.671Z] ca9280d653b3: Pull complete [2021-01-12T18:18:43.023Z] Sending build context to Docker daemon 165.4MB [2021-01-12T18:18:43.023Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-12T18:18:43.023Z] Step 2/6 : FROM ${BASE} [2021-01-12T18:18:43.023Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-12T18:18:43.023Z] 5f621e34cdf4: Pulling fs layer [2021-01-12T18:18:43.023Z] a4357932f1b6: Pulling fs layer [2021-01-12T18:18:43.023Z] 18c013af1878: Pulling fs layer [2021-01-12T18:18:43.023Z] 00ac8860ef70: Pulling fs layer [2021-01-12T18:18:43.023Z] 63d7cb157983: Pulling fs layer [2021-01-12T18:18:43.023Z] b116817d02f9: Pulling fs layer [2021-01-12T18:18:43.023Z] 745a02a5169b: Pulling fs layer [2021-01-12T18:18:43.023Z] 63d7cb157983: Waiting [2021-01-12T18:18:43.023Z] b116817d02f9: Waiting [2021-01-12T18:18:43.023Z] 745a02a5169b: Waiting [2021-01-12T18:18:43.023Z] 00ac8860ef70: Waiting [2021-01-12T18:18:43.023Z] 18c013af1878: Verifying Checksum [2021-01-12T18:18:43.023Z] 18c013af1878: Download complete [2021-01-12T18:18:43.023Z] a4357932f1b6: Download complete [2021-01-12T18:18:43.023Z] 63d7cb157983: Verifying Checksum [2021-01-12T18:18:43.023Z] 63d7cb157983: Download complete [2021-01-12T18:18:43.023Z] b116817d02f9: Download complete [2021-01-12T18:18:43.023Z] 5f621e34cdf4: Verifying Checksum [2021-01-12T18:18:43.023Z] 5f621e34cdf4: Download complete [2021-01-12T18:18:43.632Z] 5f621e34cdf4: Pull complete [2021-01-12T18:18:44.237Z] a4357932f1b6: Pull complete [2021-01-12T18:18:44.514Z] 18c013af1878: Pull complete [2021-01-12T18:18:45.112Z] 745a02a5169b: Verifying Checksum [2021-01-12T18:18:45.112Z] 745a02a5169b: Download complete [2021-01-12T18:18:46.094Z] 00ac8860ef70: Verifying Checksum [2021-01-12T18:18:46.094Z] 00ac8860ef70: Download complete [2021-01-12T18:18:49.102Z] 7e9c9ca2126c: Pull complete [2021-01-12T18:18:49.102Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-12T18:18:49.102Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-12T18:18:49.102Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-12T18:18:49.304Z] prd-centos7-docker-4c-2g-19766 does not seem to be running inside a container [2021-01-12T18:18:49.353Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/285 -v /w/workspace/edgex-go/285:/w/workspace/edgex-go/285:rw,z -v /w/workspace/edgex-go/285@tmp:/w/workspace/edgex-go/285@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-12T18:18:50.266Z] $ docker top be08328c723f23898cc9caf2dcf857c09dd3137aa9ba2877f41bda9b52d67687 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T18:18:50.856Z] + docker-compose build --help [2021-01-12T18:18:50.856Z] + grep parallel [2021-01-12T18:18:51.807Z] --parallel Build images in parallel. [Pipeline] } [2021-01-12T18:18:51.821Z] $ docker stop --time=1 be08328c723f23898cc9caf2dcf857c09dd3137aa9ba2877f41bda9b52d67687 [2021-01-12T18:18:53.192Z] $ docker rm -f be08328c723f23898cc9caf2dcf857c09dd3137aa9ba2877f41bda9b52d67687 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:18:53.792Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-12T18:18:53.792Z] . [Pipeline] withDockerContainer [2021-01-12T18:18:53.891Z] prd-centos7-docker-4c-2g-19766 does not seem to be running inside a container [2021-01-12T18:18:53.935Z] $ 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/285 -v /w/workspace/edgex-go/285:/w/workspace/edgex-go/285:rw,z -v /w/workspace/edgex-go/285@tmp:/w/workspace/edgex-go/285@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-12T18:18:54.582Z] $ docker top 28e721a63c8296834d23dffa1e18a6fe2342bf0ca1e15da39d89062e19660a84 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T18:18:55.089Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-12T18:18:56.033Z] Building docker-core-command-go ... [2021-01-12T18:18:56.033Z] Building docker-core-data-go ... [2021-01-12T18:18:56.033Z] Building docker-core-metadata-go ... [2021-01-12T18:18:56.033Z] Building docker-security-bootstrap-redis-go ... [2021-01-12T18:18:56.033Z] Building docker-security-proxy-setup-go ... [2021-01-12T18:18:56.033Z] Building docker-security-secretstore-setup-go ... [2021-01-12T18:18:56.033Z] Building docker-support-notifications-go ... [2021-01-12T18:18:56.033Z] Building docker-support-scheduler-go ... [2021-01-12T18:18:56.033Z] Building docker-sys-mgmt-agent-go ... [2021-01-12T18:18:56.033Z] Building docker-support-notifications-go [2021-01-12T18:18:56.034Z] Building docker-security-proxy-setup-go [2021-01-12T18:18:56.034Z] Building docker-security-secretstore-setup-go [2021-01-12T18:18:56.034Z] Building docker-core-command-go [2021-01-12T18:18:56.034Z] Building docker-core-data-go [2021-01-12T18:18:56.276Z] 00ac8860ef70: Pull complete [2021-01-12T18:18:56.276Z] 63d7cb157983: Pull complete [2021-01-12T18:18:56.552Z] b116817d02f9: Pull complete [2021-01-12T18:19:00.870Z] 745a02a5169b: Pull complete [2021-01-12T18:19:00.870Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-12T18:19:00.870Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-12T18:19:00.870Z] ---> b7e6874047d6 [2021-01-12T18:19:00.870Z] 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-12T18:19:05.221Z] ---> Running in d1260e8e0ea8 [2021-01-12T18:19:05.826Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T18:19:06.805Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T18:19:07.402Z] (1/12) Installing libmagic (5.38-r0) [2021-01-12T18:19:07.402Z] (2/12) Installing file (5.38-r0) [2021-01-12T18:19:07.673Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-12T18:19:07.673Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-12T18:19:11.986Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-12T18:19:11.986Z] (6/12) Installing patch (2.7.6-r6) [2021-01-12T18:19:11.986Z] (7/12) Installing build-base (0.5-r2) [2021-01-12T18:19:11.986Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-12T18:19:11.986Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-12T18:19:11.986Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-12T18:19:11.986Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-12T18:19:11.986Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-12T18:19:12.259Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T18:19:12.259Z] OK: 217 MiB in 51 packages [2021-01-12T18:19:16.573Z] Removing intermediate container d1260e8e0ea8 [2021-01-12T18:19:16.573Z] ---> 2cdf1ead7a8d [2021-01-12T18:19:16.573Z] Step 4/6 : WORKDIR /edgex-go [2021-01-12T18:19:16.573Z] ---> Running in e574ca8a9a5b [2021-01-12T18:19:16.846Z] Removing intermediate container e574ca8a9a5b [2021-01-12T18:19:16.846Z] ---> 908c0bb9f985 [2021-01-12T18:19:16.846Z] Step 5/6 : COPY go.mod . [2021-01-12T18:19:17.842Z] ---> 55badb2841e5 [2021-01-12T18:19:17.842Z] Step 6/6 : RUN go mod download [2021-01-12T18:19:17.842Z] ---> Running in bd1f00b5e915 [2021-01-12T18:19:28.284Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T18:19:28.284Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-12T18:19:28.284Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T18:19:28.284Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-12T18:19:28.284Z] ---> 91e35dd4f9e2 [2021-01-12T18:19:28.284Z] Step 3/23 : WORKDIR /edgex-go [2021-01-12T18:19:28.284Z] ---> 91e35dd4f9e2 [2021-01-12T18:19:28.284Z] Step 3/21 : WORKDIR /edgex-go [2021-01-12T18:19:28.284Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T18:19:28.284Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-12T18:19:28.284Z] ---> 91e35dd4f9e2 [2021-01-12T18:19:28.284Z] Step 3/22 : WORKDIR /edgex-go [2021-01-12T18:19:28.284Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T18:19:28.284Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-12T18:19:28.284Z] ---> 91e35dd4f9e2 [2021-01-12T18:19:28.284Z] Step 3/24 : WORKDIR /edgex-go [2021-01-12T18:19:28.284Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T18:19:28.284Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-12T18:19:28.284Z] ---> 91e35dd4f9e2 [2021-01-12T18:19:28.284Z] Step 3/24 : WORKDIR /edgex-go [2021-01-12T18:19:28.284Z] ---> Running in 6997a3e9da9e [2021-01-12T18:19:28.284Z] ---> Running in ae5e354529c7 [2021-01-12T18:19:28.284Z] ---> Running in 51a24231cfcd [2021-01-12T18:19:28.284Z] ---> Running in 19913c93424a [2021-01-12T18:19:28.284Z] ---> Running in 623f2910a58b [2021-01-12T18:19:28.284Z] Removing intermediate container 19913c93424a [2021-01-12T18:19:28.284Z] ---> e542a243be6d [2021-01-12T18:19:28.284Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T18:19:28.284Z] Removing intermediate container ae5e354529c7 [2021-01-12T18:19:28.284Z] ---> 7547218d8eb1 [2021-01-12T18:19:28.284Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T18:19:28.284Z] Removing intermediate container 623f2910a58b [2021-01-12T18:19:28.284Z] ---> 92563c67d517 [2021-01-12T18:19:28.284Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T18:19:28.284Z] Removing intermediate container 51a24231cfcd [2021-01-12T18:19:28.284Z] ---> 885d274d6521 [2021-01-12T18:19:28.284Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T18:19:28.284Z] Removing intermediate container 6997a3e9da9e [2021-01-12T18:19:28.284Z] ---> 0c629d42b511 [2021-01-12T18:19:28.284Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T18:19:28.284Z] ---> Running in 2cd8e9db00b9 [2021-01-12T18:19:28.284Z] ---> Running in d15da43d5f26 [2021-01-12T18:19:28.284Z] ---> Running in be45b4c9dc25 [2021-01-12T18:19:28.284Z] ---> Running in 910ef80c0647 [2021-01-12T18:19:28.284Z] ---> Running in 8c7f42df982b [2021-01-12T18:19:28.869Z] Removing intermediate container 2cd8e9db00b9 [2021-01-12T18:19:28.869Z] ---> cb3ce2e1f25c [2021-01-12T18:19:28.869Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-12T18:19:28.869Z] Removing intermediate container 910ef80c0647 [2021-01-12T18:19:28.869Z] ---> 3b4b98720746 [2021-01-12T18:19:28.869Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-12T18:19:28.869Z] ---> Running in 184854f12db4 [2021-01-12T18:19:29.131Z] Removing intermediate container d15da43d5f26 [2021-01-12T18:19:29.131Z] ---> 174e00c324a7 [2021-01-12T18:19:29.131Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-12T18:19:29.131Z] ---> Running in 751665163e2a [2021-01-12T18:19:29.131Z] Removing intermediate container 8c7f42df982b [2021-01-12T18:19:29.131Z] ---> b227b39330e4 [2021-01-12T18:19:29.131Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-12T18:19:29.393Z] Removing intermediate container be45b4c9dc25 [2021-01-12T18:19:29.393Z] ---> 5d8ef8fed532 [2021-01-12T18:19:29.393Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-12T18:19:29.393Z] ---> Running in a10d6ee3f4bf [2021-01-12T18:19:29.393Z] ---> Running in fbe4c51c501f [2021-01-12T18:19:29.393Z] ---> Running in c3e87c8b3235 [2021-01-12T18:19:30.352Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T18:19:30.352Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T18:19:30.352Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T18:19:30.352Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T18:19:30.352Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T18:19:30.926Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T18:19:30.926Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T18:19:30.926Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T18:19:31.191Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T18:19:31.192Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T18:19:31.192Z] OK: 233 MiB in 51 packages [2021-01-12T18:19:31.192Z] OK: 233 MiB in 51 packages [2021-01-12T18:19:31.458Z] OK: 233 MiB in 51 packages [2021-01-12T18:19:31.458Z] OK: 233 MiB in 51 packages [2021-01-12T18:19:31.734Z] OK: 233 MiB in 51 packages [2021-01-12T18:19:31.734Z] Removing intermediate container 751665163e2a [2021-01-12T18:19:31.734Z] ---> fc4d51332bba [2021-01-12T18:19:31.734Z] Step 6/24 : COPY go.mod . [2021-01-12T18:19:32.317Z] Removing intermediate container 184854f12db4 [2021-01-12T18:19:32.317Z] ---> 86421a533e6e [2021-01-12T18:19:32.317Z] Step 6/21 : COPY go.mod . [2021-01-12T18:19:32.317Z] ---> 14f710a2f5b4 [2021-01-12T18:19:32.317Z] Step 7/24 : RUN go mod download [2021-01-12T18:19:32.317Z] Removing intermediate container a10d6ee3f4bf [2021-01-12T18:19:32.317Z] ---> 787b43a0a1f7 [2021-01-12T18:19:32.317Z] Step 6/22 : COPY go.mod . [2021-01-12T18:19:32.317Z] ---> Running in 421fd1e1a3ea [2021-01-12T18:19:32.584Z] Removing intermediate container c3e87c8b3235 [2021-01-12T18:19:32.584Z] ---> dd6a5285af8a [2021-01-12T18:19:32.584Z] Step 6/23 : COPY go.mod . [2021-01-12T18:19:32.848Z] Removing intermediate container fbe4c51c501f [2021-01-12T18:19:32.848Z] ---> 70e34e820d82 [2021-01-12T18:19:32.848Z] Step 6/24 : COPY go.mod . [2021-01-12T18:19:32.848Z] ---> 655cf8633e53 [2021-01-12T18:19:32.848Z] Step 7/21 : RUN go mod download [2021-01-12T18:19:32.848Z] ---> 487ada2f1eac [2021-01-12T18:19:32.848Z] Step 7/22 : RUN go mod download [2021-01-12T18:19:32.848Z] ---> Running in 4fc94248fd4c [2021-01-12T18:19:32.848Z] ---> Running in 4477248771c9 [2021-01-12T18:19:33.112Z] ---> 043ce916e501 [2021-01-12T18:19:33.112Z] Step 7/23 : RUN go mod download [2021-01-12T18:19:33.376Z] ---> Running in 1f5bb65d8f8e [2021-01-12T18:19:33.376Z] ---> cf9135a835b8 [2021-01-12T18:19:33.376Z] Step 7/24 : RUN go mod download [2021-01-12T18:19:33.645Z] ---> Running in 6c78cd7c3aaa [2021-01-12T18:19:34.595Z] Removing intermediate container 421fd1e1a3ea [2021-01-12T18:19:34.595Z] ---> a71aaae5cbc0 [2021-01-12T18:19:34.595Z] Step 8/24 : COPY . . [2021-01-12T18:19:37.930Z] Removing intermediate container 4477248771c9 [2021-01-12T18:19:37.930Z] ---> 232d330c151c [2021-01-12T18:19:37.930Z] Step 8/21 : COPY . . [2021-01-12T18:19:37.930Z] Removing intermediate container 4fc94248fd4c [2021-01-12T18:19:37.930Z] ---> 0d8faa87c31c [2021-01-12T18:19:37.930Z] Step 8/22 : COPY . . [2021-01-12T18:19:39.866Z] Removing intermediate container 1f5bb65d8f8e [2021-01-12T18:19:39.866Z] ---> 35d642e0ddc8 [2021-01-12T18:19:39.866Z] Step 8/23 : COPY . . [2021-01-12T18:19:40.446Z] Removing intermediate container 6c78cd7c3aaa [2021-01-12T18:19:40.446Z] ---> 2c24ceb25407 [2021-01-12T18:19:40.446Z] Step 8/24 : COPY . . [2021-01-12T18:19:44.647Z] Removing intermediate container bd1f00b5e915 [2021-01-12T18:19:44.647Z] ---> a092db6af193 [2021-01-12T18:19:44.647Z] Successfully built a092db6af193 [2021-01-12T18:19:44.647Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:19:44.992Z] + docker inspect -f . ci-base-image-arm64 [2021-01-12T18:19:44.992Z] . [Pipeline] withDockerContainer [2021-01-12T18:19:45.272Z] prd-ubuntu18.04-docker-arm64-4c-16g-19767 does not seem to be running inside a container [2021-01-12T18:19:45.329Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/285 -v /w/workspace/edgex-go/285:/w/workspace/edgex-go/285:rw,z -v /w/workspace/edgex-go/285@tmp:/w/workspace/edgex-go/285@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-12T18:19:46.992Z] $ docker top 2450829e2682f08ceacc35386107329082886d9ddb5d7916becf9e6634ea01d7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T18:19:48.070Z] + go version [2021-01-12T18:19:48.070Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-12T18:19:48.063Z] $ docker stop --time=1 2450829e2682f08ceacc35386107329082886d9ddb5d7916becf9e6634ea01d7 [2021-01-12T18:19:50.158Z] $ docker rm -f 2450829e2682f08ceacc35386107329082886d9ddb5d7916becf9e6634ea01d7 [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-12T18:19:51.472Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-12T18:19:51.472Z] [2021-01-12T18:19:51.472Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:19:51.852Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-12T18:19:51.852Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-12T18:19:51.852Z] 29e5d40040c1: Pulling fs layer [2021-01-12T18:19:51.852Z] 1ce36da41761: Pulling fs layer [2021-01-12T18:19:51.852Z] 25b303627fd3: Pulling fs layer [2021-01-12T18:19:52.828Z] 29e5d40040c1: Verifying Checksum [2021-01-12T18:19:52.828Z] 29e5d40040c1: Download complete [2021-01-12T18:19:53.101Z] 1ce36da41761: Verifying Checksum [2021-01-12T18:19:53.101Z] 1ce36da41761: Download complete [2021-01-12T18:19:53.101Z] 29e5d40040c1: Pull complete [2021-01-12T18:19:54.535Z] 1ce36da41761: Pull complete [2021-01-12T18:19:54.535Z] 25b303627fd3: Verifying Checksum [2021-01-12T18:19:54.536Z] 25b303627fd3: Download complete [2021-01-12T18:20:04.693Z] 25b303627fd3: Pull complete [2021-01-12T18:20:04.693Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-12T18:20:04.693Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-12T18:20:04.693Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-12T18:20:04.930Z] prd-ubuntu18.04-docker-arm64-4c-16g-19767 does not seem to be running inside a container [2021-01-12T18:20:04.983Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/285 -v /w/workspace/edgex-go/285:/w/workspace/edgex-go/285:rw,z -v /w/workspace/edgex-go/285@tmp:/w/workspace/edgex-go/285@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-12T18:20:07.989Z] $ docker top c535b68c7a258b0779048cc1b819b979d4766100508081c34eae08a0941adc27 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T18:20:09.013Z] + docker-compose build --help [2021-01-12T18:20:09.013Z] + grep parallel [2021-01-12T18:20:12.395Z] --parallel Build images in parallel. [Pipeline] } [2021-01-12T18:20:12.383Z] $ docker stop --time=1 c535b68c7a258b0779048cc1b819b979d4766100508081c34eae08a0941adc27 [2021-01-12T18:20:14.328Z] $ docker rm -f c535b68c7a258b0779048cc1b819b979d4766100508081c34eae08a0941adc27 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:20:15.228Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-12T18:20:15.229Z] . [Pipeline] withDockerContainer [2021-01-12T18:20:15.497Z] prd-ubuntu18.04-docker-arm64-4c-16g-19767 does not seem to be running inside a container [2021-01-12T18:20:15.591Z] $ 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/285 -v /w/workspace/edgex-go/285:/w/workspace/edgex-go/285:rw,z -v /w/workspace/edgex-go/285@tmp:/w/workspace/edgex-go/285@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-12T18:20:17.234Z] $ docker top 0fd409efcf5f9a028cedd38589a98bdc65e02834b726afcd67929adac01a05af -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T18:20:18.434Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-12T18:20:19.346Z] ---> 9c70d06b6a62 [2021-01-12T18:20:19.346Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-12T18:20:19.346Z] ---> Running in 7dfab578464b [2021-01-12T18:20:19.346Z] ---> 929c4acaae8b [2021-01-12T18:20:19.346Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-12T18:20:19.346Z] ---> a5beb47ec201 [2021-01-12T18:20:19.346Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-12T18:20:19.346Z] ---> a581b3f7d444 [2021-01-12T18:20:19.346Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-12T18:20:19.346Z] ---> 8e03eef0d1c8 [2021-01-12T18:20:19.346Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-12T18:20:19.346Z] ---> Running in 292390ccd0ff [2021-01-12T18:20:19.346Z] ---> Running in 124e2c9734ef [2021-01-12T18:20:19.346Z] ---> Running in bfbd6b8f6164 [2021-01-12T18:20:19.346Z] ---> Running in f3b835445392 [2021-01-12T18:20:19.346Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-12T18:20:19.346Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/core-command/core-command ./cmd/core-command [2021-01-12T18:20:19.346Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-12T18:20:19.346Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-12T18:20:19.346Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/core-data/core-data ./cmd/core-data [2021-01-12T18:20:21.829Z] Building docker-core-command-go ... [2021-01-12T18:20:21.830Z] Building docker-core-data-go ... [2021-01-12T18:20:21.830Z] Building docker-core-metadata-go ... [2021-01-12T18:20:21.830Z] Building docker-security-bootstrap-redis-go ... [2021-01-12T18:20:21.830Z] Building docker-security-proxy-setup-go ... [2021-01-12T18:20:21.830Z] Building docker-security-secretstore-setup-go ... [2021-01-12T18:20:21.830Z] Building docker-support-notifications-go ... [2021-01-12T18:20:21.830Z] Building docker-support-scheduler-go ... [2021-01-12T18:20:21.830Z] Building docker-sys-mgmt-agent-go ... [2021-01-12T18:20:21.830Z] Building docker-security-proxy-setup-go [2021-01-12T18:20:21.830Z] Building docker-core-command-go [2021-01-12T18:20:21.830Z] Building docker-sys-mgmt-agent-go [2021-01-12T18:20:21.830Z] Building docker-core-metadata-go [2021-01-12T18:20:21.830Z] Building docker-security-secretstore-setup-go [2021-01-12T18:20:41.441Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-12T18:20:41.441Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-12T18:20:51.553Z] Removing intermediate container bfbd6b8f6164 [2021-01-12T18:20:51.553Z] ---> c277cd9b8063 [2021-01-12T18:20:51.553Z] [2021-01-12T18:20:51.553Z] Step 10/22 : FROM scratch [2021-01-12T18:20:51.553Z] ---> [2021-01-12T18:20:51.553Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-12T18:20:51.553Z] Removing intermediate container 292390ccd0ff [2021-01-12T18:20:51.553Z] ---> 166c6afe002e [2021-01-12T18:20:51.553Z] [2021-01-12T18:20:51.553Z] Step 10/21 : FROM alpine:3.12 [2021-01-12T18:20:51.553Z] Removing intermediate container 124e2c9734ef [2021-01-12T18:20:51.553Z] ---> 4ec7770231a4 [2021-01-12T18:20:51.553Z] [2021-01-12T18:20:51.553Z] Step 10/24 : FROM scratch [2021-01-12T18:20:51.553Z] ---> [2021-01-12T18:20:51.553Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-12T18:20:51.553Z] 3.12: Pulling from library/alpine [2021-01-12T18:20:51.553Z] Removing intermediate container 7dfab578464b [2021-01-12T18:20:51.553Z] ---> e18c1d4d1efb [2021-01-12T18:20:51.553Z] [2021-01-12T18:20:51.553Z] Step 10/24 : FROM alpine:3.12 [2021-01-12T18:20:51.553Z] 3.12: Pulling from library/alpine [2021-01-12T18:20:51.553Z] ---> Running in 33f9f73b0278 [2021-01-12T18:20:51.553Z] ---> Running in e7fce6338590 [2021-01-12T18:20:51.822Z] Removing intermediate container 33f9f73b0278 [2021-01-12T18:20:51.822Z] ---> a33b4bcc1abd [2021-01-12T18:20:51.822Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-12T18:20:52.770Z] Removing intermediate container e7fce6338590 [2021-01-12T18:20:52.770Z] ---> e1fd59f51083 [2021-01-12T18:20:52.770Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-12T18:20:52.770Z] ---> Running in 44dadb1205e5 [2021-01-12T18:20:52.770Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-12T18:20:52.770Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-12T18:20:53.718Z] Status: Downloaded newer image for alpine:3.12 [2021-01-12T18:20:53.718Z] ---> 389fef711851 [2021-01-12T18:20:53.718Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-12T18:20:53.718Z] Status: Downloaded newer image for alpine:3.12 [2021-01-12T18:20:53.718Z] ---> 389fef711851 [2021-01-12T18:20:53.718Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-12T18:20:53.718Z] ---> Running in c5127a685739 [2021-01-12T18:20:53.718Z] ---> Running in 64b4e9f092a4 [2021-01-12T18:20:53.718Z] ---> Running in c58d301ed9bb [2021-01-12T18:20:53.718Z] Removing intermediate container 44dadb1205e5 [2021-01-12T18:20:53.718Z] ---> 3d7efa5bdd2b [2021-01-12T18:20:53.718Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-12T18:20:53.986Z] Removing intermediate container f3b835445392 [2021-01-12T18:20:53.986Z] ---> 0a1fa238b39f [2021-01-12T18:20:53.986Z] [2021-01-12T18:20:53.986Z] Step 10/23 : FROM alpine:3.12 [2021-01-12T18:20:53.986Z] ---> 389fef711851 [2021-01-12T18:20:53.986Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-12T18:20:53.986Z] ---> Running in 462d8ef675df [2021-01-12T18:20:53.986Z] Removing intermediate container c5127a685739 [2021-01-12T18:20:53.986Z] ---> e3accd2515eb [2021-01-12T18:20:53.986Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-12T18:20:54.249Z] ---> Running in 02288e6d1704 [2021-01-12T18:20:54.249Z] ---> Running in a81fc86a4d2c [2021-01-12T18:20:54.515Z] Removing intermediate container 462d8ef675df [2021-01-12T18:20:54.515Z] ---> 8e49dba9a250 [2021-01-12T18:20:54.515Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-12T18:20:54.515Z] Removing intermediate container a81fc86a4d2c [2021-01-12T18:20:54.515Z] ---> 1b0e75d5f785 [2021-01-12T18:20:54.515Z] Step 14/22 : WORKDIR / [2021-01-12T18:20:54.515Z] Removing intermediate container 02288e6d1704 [2021-01-12T18:20:54.515Z] ---> 03409b6cf16e [2021-01-12T18:20:54.515Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-12T18:20:54.777Z] ---> Running in fa565c94b874 [2021-01-12T18:20:54.777Z] ---> Running in 019caea8102a [2021-01-12T18:20:54.777Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T18:20:54.777Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T18:20:54.777Z] ---> 3c889f87ff19 [2021-01-12T18:20:54.777Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-12T18:20:55.039Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T18:20:55.039Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T18:20:55.039Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-12T18:20:55.039Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-12T18:20:55.039Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-12T18:20:55.039Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-12T18:20:55.039Z] (4/5) Installing curl (7.69.1-r3) [2021-01-12T18:20:55.039Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-12T18:20:55.301Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T18:20:55.301Z] Executing ca-certificates-20191127-r4.trigger [2021-01-12T18:20:55.301Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-12T18:20:55.301Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-12T18:20:55.301Z] (4/4) Installing curl (7.69.1-r3) [2021-01-12T18:20:55.301Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T18:20:55.301Z] Executing ca-certificates-20191127-r4.trigger [2021-01-12T18:20:55.301Z] OK: 7 MiB in 19 packages [2021-01-12T18:20:55.301Z] OK: 7 MiB in 18 packages [2021-01-12T18:20:56.248Z] Removing intermediate container fa565c94b874 [2021-01-12T18:20:56.248Z] ---> 2cb976a26a95 [2021-01-12T18:20:56.248Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T18:20:56.826Z] Removing intermediate container 019caea8102a [2021-01-12T18:20:56.826Z] ---> 337f1aa07e42 [2021-01-12T18:20:56.826Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-12T18:20:56.826Z] ---> 4f895856f62b [2021-01-12T18:20:56.826Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-12T18:20:57.088Z] ---> 475a22f4cb69 [2021-01-12T18:20:57.089Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-12T18:20:57.089Z] ---> Running in 987749ebd63e [2021-01-12T18:20:58.149Z] Removing intermediate container 64b4e9f092a4 [2021-01-12T18:20:58.149Z] ---> d3403f3e7d84 [2021-01-12T18:20:58.150Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-12T18:20:58.150Z] Removing intermediate container 987749ebd63e [2021-01-12T18:20:58.150Z] ---> ab6e53a3f605 [2021-01-12T18:20:58.150Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T18:20:58.150Z] ---> a97326f84062 [2021-01-12T18:20:58.150Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-12T18:20:58.150Z] Removing intermediate container c58d301ed9bb [2021-01-12T18:20:58.150Z] ---> 2af3fcc15fc2 [2021-01-12T18:20:58.150Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-12T18:20:58.449Z] ---> 76e7e88d6dbd [2021-01-12T18:20:58.449Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T18:20:58.449Z] ---> Running in 72b0b5f7cd83 [2021-01-12T18:20:58.449Z] ---> Running in 29029fe743d3 [2021-01-12T18:20:58.449Z] ---> Running in 2b4aefbd9c61 [2021-01-12T18:20:58.758Z] ---> 95b1a35d456a [2021-01-12T18:20:58.758Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-12T18:20:59.032Z] ---> 7f77eff9a266 [2021-01-12T18:20:59.032Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-12T18:20:59.032Z] ---> Running in 50d80a54ae56 [2021-01-12T18:20:59.032Z] Removing intermediate container 72b0b5f7cd83 [2021-01-12T18:20:59.032Z] ---> 5c6b08d35547 [2021-01-12T18:20:59.032Z] Step 13/21 : WORKDIR /edgex [2021-01-12T18:20:59.032Z] Removing intermediate container 2b4aefbd9c61 [2021-01-12T18:20:59.032Z] ---> aa5c8024356d [2021-01-12T18:20:59.032Z] Step 13/24 : WORKDIR / [2021-01-12T18:20:59.032Z] ---> Running in 2f7685810210 [2021-01-12T18:20:59.032Z] ---> Running in 86aad421fe76 [2021-01-12T18:20:59.294Z] Removing intermediate container 50d80a54ae56 [2021-01-12T18:20:59.294Z] ---> dfca8e4695a0 [2021-01-12T18:20:59.294Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T18:20:59.561Z] Removing intermediate container 86aad421fe76 [2021-01-12T18:20:59.562Z] ---> f055ea0783e1 [2021-01-12T18:20:59.562Z] 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-12T18:20:59.562Z] ---> Running in 652abdfb2981 [2021-01-12T18:20:59.562Z] Removing intermediate container 2f7685810210 [2021-01-12T18:20:59.562Z] ---> 15fed4a8ba98 [2021-01-12T18:20:59.562Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-12T18:20:59.826Z] ---> 74956459c24f [2021-01-12T18:20:59.826Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-12T18:21:00.099Z] Removing intermediate container 652abdfb2981 [2021-01-12T18:21:00.100Z] ---> 0370036b1b55 [2021-01-12T18:21:00.100Z] Step 20/22 : LABEL arch=x86_64 [2021-01-12T18:21:00.100Z] ---> ce2ccd3ccd25 [2021-01-12T18:21:00.100Z] 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-12T18:21:00.100Z] ---> 192f59ce513b [2021-01-12T18:21:00.100Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-12T18:21:00.370Z] ---> Running in bf423d936fce [2021-01-12T18:21:00.370Z] ---> ed4fcfab5e6a [2021-01-12T18:21:00.370Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-12T18:21:00.370Z] Removing intermediate container 29029fe743d3 [2021-01-12T18:21:00.370Z] ---> d53fe3e2348e [2021-01-12T18:21:00.370Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-12T18:21:00.370Z] ---> Running in 3e97352eff49 [2021-01-12T18:21:00.370Z] ---> Running in 2c7be489b7c3 [2021-01-12T18:21:00.637Z] ---> efae68b8afdc [2021-01-12T18:21:00.637Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-12T18:21:00.637Z] Removing intermediate container bf423d936fce [2021-01-12T18:21:00.637Z] ---> 8bfd5100b63a [2021-01-12T18:21:00.637Z] Step 21/22 : LABEL git_sha=6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:21:00.907Z] ---> f6d1854b6d53 [2021-01-12T18:21:00.907Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-12T18:21:00.907Z] Removing intermediate container 2c7be489b7c3 [2021-01-12T18:21:00.907Z] ---> 6a52ac46cdce [2021-01-12T18:21:00.907Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T18:21:00.907Z] ---> Running in fe9aa31997b4 [2021-01-12T18:21:00.907Z] ---> 882655319b00 [2021-01-12T18:21:00.907Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-12T18:21:01.172Z] ---> Running in d981c90f6e18 [2021-01-12T18:21:01.172Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T18:21:01.444Z] Removing intermediate container d981c90f6e18 [2021-01-12T18:21:01.444Z] ---> 8ceeca792afa [2021-01-12T18:21:01.444Z] Step 22/24 : LABEL arch=x86_64 [2021-01-12T18:21:01.444Z] Removing intermediate container fe9aa31997b4 [2021-01-12T18:21:01.444Z] ---> ea73b474927b [2021-01-12T18:21:01.444Z] Step 22/22 : LABEL version=2.0.0-dev.33 [2021-01-12T18:21:01.444Z] ---> a92fd4935533 [2021-01-12T18:21:01.444Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-12T18:21:01.444Z] ---> Running in 1b4fa4b354cc [2021-01-12T18:21:01.444Z] ---> Running in eb51677954ab [2021-01-12T18:21:01.710Z] ---> 7f04efd2e679 [2021-01-12T18:21:01.710Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-12T18:21:01.710Z] ---> Running in 0891bd6284b9 [2021-01-12T18:21:01.710Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T18:21:02.287Z] Removing intermediate container 1b4fa4b354cc [2021-01-12T18:21:02.287Z] ---> c36b00a8b56e [2021-01-12T18:21:02.287Z] Step 23/24 : LABEL git_sha=6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:21:02.287Z] Removing intermediate container eb51677954ab [2021-01-12T18:21:02.287Z] ---> 4ddc3e82984d [2021-01-12T18:21:02.287Z] [2021-01-12T18:21:02.287Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-12T18:21:02.287Z] ---> Running in 89393ace5376 [2021-01-12T18:21:02.287Z] Removing intermediate container 0891bd6284b9 [2021-01-12T18:21:02.287Z] ---> 14ab17a2c4e4 [2021-01-12T18:21:02.287Z] Step 18/21 : CMD ["--init=true"] [2021-01-12T18:21:02.287Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-12T18:21:02.287Z] ---> 6f44a0d276d6 [2021-01-12T18:21:02.287Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-12T18:21:02.549Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-12T18:21:02.549Z] ---> Running in 9154eeccd725 [2021-01-12T18:21:02.549Z] Successfully built 4ddc3e82984d [2021-01-12T18:21:02.549Z] Successfully tagged docker-core-command-go:latest [2021-01-12T18:21:02.549Z] Building docker-sys-mgmt-agent-go [2021-01-12T18:21:02.549Z]  Building docker-core-command-go ... done Removing intermediate container 89393ace5376 [2021-01-12T18:21:02.549Z] ---> 286a774e360f [2021-01-12T18:21:02.549Z] Step 24/24 : LABEL version=2.0.0-dev.33 [2021-01-12T18:21:02.815Z] ---> Running in 0c99ad34e459 [2021-01-12T18:21:02.815Z] ---> 6e443a5c75e0 [2021-01-12T18:21:02.815Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-12T18:21:02.815Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-12T18:21:02.815Z] Removing intermediate container 9154eeccd725 [2021-01-12T18:21:02.815Z] ---> 341dcbbd8511 [2021-01-12T18:21:02.815Z] Step 19/21 : LABEL arch=x86_64 [2021-01-12T18:21:02.815Z] ---> Running in 1b5db2758efa [2021-01-12T18:21:03.081Z] ---> Running in 74645b3be101 [2021-01-12T18:21:03.081Z] Removing intermediate container 0c99ad34e459 [2021-01-12T18:21:03.081Z] ---> 8a4789a7ad9d [2021-01-12T18:21:03.081Z] [2021-01-12T18:21:03.081Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-12T18:21:03.081Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T18:21:03.081Z] OK: 8 MiB in 19 packages [2021-01-12T18:21:03.354Z] Successfully built 8a4789a7ad9d [2021-01-12T18:21:03.354Z] Successfully tagged docker-support-notifications-go:latest [2021-01-12T18:21:03.354Z] Building docker-security-bootstrap-redis-go [2021-01-12T18:21:03.354Z]  Building docker-support-notifications-go ... done Removing intermediate container 74645b3be101 [2021-01-12T18:21:03.354Z] ---> c6e69c7e6329 [2021-01-12T18:21:03.354Z] Step 20/21 : LABEL git_sha=6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:21:03.937Z] ---> Running in 20d7c4fb5c28 [2021-01-12T18:21:08.057Z] Removing intermediate container 20d7c4fb5c28 [2021-01-12T18:21:08.057Z] ---> aab20aa37d30 [2021-01-12T18:21:08.057Z] Step 21/21 : LABEL version=2.0.0-dev.33 [2021-01-12T18:21:08.633Z] Removing intermediate container 3e97352eff49 [2021-01-12T18:21:08.633Z] ---> 091c9333021d [2021-01-12T18:21:08.633Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T18:21:08.814Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T18:21:08.814Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-12T18:21:08.814Z] ---> a092db6af193 [2021-01-12T18:21:08.814Z] Step 3/22 : WORKDIR /edgex-go [2021-01-12T18:21:08.814Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T18:21:08.814Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-12T18:21:08.814Z] ---> a092db6af193 [2021-01-12T18:21:08.814Z] Step 3/21 : WORKDIR /edgex-go [2021-01-12T18:21:08.814Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T18:21:08.814Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-12T18:21:08.814Z] ---> a092db6af193 [2021-01-12T18:21:08.814Z] Step 3/26 : WORKDIR /edgex-go [2021-01-12T18:21:08.814Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T18:21:08.814Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-12T18:21:08.814Z] ---> a092db6af193 [2021-01-12T18:21:08.814Z] Step 3/22 : WORKDIR /edgex-go [2021-01-12T18:21:08.814Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T18:21:08.814Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-12T18:21:08.814Z] ---> a092db6af193 [2021-01-12T18:21:08.814Z] Step 3/24 : WORKDIR /edgex-go [2021-01-12T18:21:09.795Z] ---> Running in 693095f50d92 [2021-01-12T18:21:09.795Z] ---> Running in a4dc6a91db48 [2021-01-12T18:21:09.795Z] ---> Running in c66860204b79 [2021-01-12T18:21:09.795Z] ---> Running in af4170a31b33 [2021-01-12T18:21:09.795Z] ---> Running in b42be5e5d314 [2021-01-12T18:21:10.565Z] ---> Running in 17f329ad95ef [2021-01-12T18:21:10.796Z] Removing intermediate container 693095f50d92 [2021-01-12T18:21:10.796Z] ---> 62fa230d9b26 [2021-01-12T18:21:10.796Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T18:21:10.796Z] ---> Running in 09754d3d208f [2021-01-12T18:21:10.796Z] Removing intermediate container a4dc6a91db48 [2021-01-12T18:21:10.796Z] ---> faf96ccb6d54 [2021-01-12T18:21:10.796Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T18:21:10.796Z] Removing intermediate container af4170a31b33 [2021-01-12T18:21:10.796Z] ---> ab5985fd69c7 [2021-01-12T18:21:10.796Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T18:21:11.074Z] Removing intermediate container b42be5e5d314 [2021-01-12T18:21:11.074Z] ---> bbc28ed666e8 [2021-01-12T18:21:11.074Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T18:21:11.074Z] Removing intermediate container c66860204b79 [2021-01-12T18:21:11.074Z] ---> e4da50a307e2 [2021-01-12T18:21:11.074Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T18:21:11.074Z] ---> Running in 9e7471360fa2 [2021-01-12T18:21:11.074Z] ---> Running in cbdaca971c16 [2021-01-12T18:21:11.152Z] ---> 2bd635f4a005 [2021-01-12T18:21:11.152Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-12T18:21:11.348Z] ---> Running in 36a5397b2001 [2021-01-12T18:21:11.348Z] ---> Running in 5d56fcccb9c3 [2021-01-12T18:21:11.415Z] Removing intermediate container 1b5db2758efa [2021-01-12T18:21:11.416Z] ---> d749700a10be [2021-01-12T18:21:11.416Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-12T18:21:11.416Z] Removing intermediate container 17f329ad95ef [2021-01-12T18:21:11.416Z] ---> fb20b92a55e1 [2021-01-12T18:21:11.416Z] [2021-01-12T18:21:11.687Z] Successfully built fb20b92a55e1 [2021-01-12T18:21:13.083Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-12T18:21:13.083Z]  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go [2021-01-12T18:21:14.500Z] ---> Running in 2d0bae8a480b [2021-01-12T18:21:14.786Z] Removing intermediate container 09754d3d208f [2021-01-12T18:21:14.786Z] ---> 2929042346e7 [2021-01-12T18:21:14.786Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-12T18:21:14.786Z] ---> Running in a3f379be83c1 [2021-01-12T18:21:15.084Z] Removing intermediate container cbdaca971c16 [2021-01-12T18:21:15.084Z] ---> 49121b3db214 [2021-01-12T18:21:15.084Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-12T18:21:15.374Z] ---> Running in bbceca8b501e [2021-01-12T18:21:15.659Z] Removing intermediate container 9e7471360fa2 [2021-01-12T18:21:15.659Z] ---> 561379c1b8b8 [2021-01-12T18:21:15.659Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-12T18:21:15.659Z] Removing intermediate container 36a5397b2001 [2021-01-12T18:21:15.659Z] ---> 23100f952c29 [2021-01-12T18:21:15.659Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-12T18:21:15.936Z] Removing intermediate container 5d56fcccb9c3 [2021-01-12T18:21:15.936Z] ---> 01762c49d6e9 [2021-01-12T18:21:15.936Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-12T18:21:16.217Z] ---> Running in eb623db6a4e9 [2021-01-12T18:21:16.217Z] ---> Running in efc16296736d [2021-01-12T18:21:16.217Z] ---> Running in 03d294dee567 [2021-01-12T18:21:16.828Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T18:21:17.432Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T18:21:17.705Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T18:21:17.986Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T18:21:18.262Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T18:21:18.262Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T18:21:18.262Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T18:21:18.539Z] OK: 217 MiB in 51 packages [2021-01-12T18:21:18.814Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T18:21:19.097Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T18:21:19.097Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T18:21:19.394Z] OK: 217 MiB in 51 packages [2021-01-12T18:21:19.816Z] ---> e16f22296da0 [2021-01-12T18:21:19.816Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-12T18:21:19.816Z] Removing intermediate container 2d0bae8a480b [2021-01-12T18:21:19.816Z] ---> f7e24c3ea1ae [2021-01-12T18:21:19.816Z] Step 22/24 : LABEL arch=x86_64 [2021-01-12T18:21:20.390Z] OK: 217 MiB in 51 packages [2021-01-12T18:21:20.390Z] OK: 217 MiB in 51 packages [2021-01-12T18:21:20.390Z] Removing intermediate container a3f379be83c1 [2021-01-12T18:21:20.390Z] ---> 20daa40af86b [2021-01-12T18:21:20.390Z] Step 6/22 : COPY go.mod . [2021-01-12T18:21:20.390Z] OK: 217 MiB in 51 packages [2021-01-12T18:21:21.389Z] Removing intermediate container bbceca8b501e [2021-01-12T18:21:21.389Z] ---> e1e9c1d604d1 [2021-01-12T18:21:21.389Z] Step 6/22 : COPY go.mod . [2021-01-12T18:21:21.389Z] ---> db08c82c1748 [2021-01-12T18:21:21.389Z] Step 7/22 : RUN go mod download [2021-01-12T18:21:21.672Z] ---> Running in d169cc6fe03c [2021-01-12T18:21:22.269Z] Removing intermediate container eb623db6a4e9 [2021-01-12T18:21:22.269Z] ---> 7a6b99b8c119 [2021-01-12T18:21:22.269Z] Step 6/21 : COPY go.mod . [2021-01-12T18:21:22.382Z] ---> Running in 082a069aae74 [2021-01-12T18:21:22.555Z] ---> 093e54cc1636 [2021-01-12T18:21:22.555Z] Step 7/22 : RUN go mod download [2021-01-12T18:21:22.555Z] Removing intermediate container efc16296736d [2021-01-12T18:21:22.555Z] ---> 34e9ecad7c07 [2021-01-12T18:21:22.555Z] Step 6/26 : COPY go.mod . [2021-01-12T18:21:22.833Z] ---> Running in c120163534d7 [2021-01-12T18:21:22.833Z] Removing intermediate container 03d294dee567 [2021-01-12T18:21:22.833Z] ---> 35b8c16bccfb [2021-01-12T18:21:22.833Z] Step 6/24 : COPY go.mod . [2021-01-12T18:21:22.959Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T18:21:22.960Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-12T18:21:22.960Z] ---> 91e35dd4f9e2 [2021-01-12T18:21:22.960Z] Step 3/26 : WORKDIR /edgex-go [2021-01-12T18:21:22.960Z] ---> Using cache [2021-01-12T18:21:22.960Z] ---> 0c629d42b511 [2021-01-12T18:21:22.960Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T18:21:22.960Z] ---> Using cache [2021-01-12T18:21:22.960Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 ---> b227b39330e4 [2021-01-12T18:21:22.960Z] [2021-01-12T18:21:22.960Z] Step 5/26 : RUN apk add --update --no-cache make bash gitStep 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-12T18:21:22.960Z] [2021-01-12T18:21:22.960Z] ---> 91e35dd4f9e2 [2021-01-12T18:21:22.960Z] Step 3/22 : WORKDIR /edgex-go [2021-01-12T18:21:22.960Z] ---> Using cache [2021-01-12T18:21:22.960Z] ---> 0c629d42b511 [2021-01-12T18:21:22.960Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T18:21:22.960Z] ---> Using cache [2021-01-12T18:21:22.960Z] ---> b227b39330e4 [2021-01-12T18:21:22.960Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-12T18:21:23.440Z] ---> 7c4be357102a [2021-01-12T18:21:23.440Z] Step 7/21 : RUN go mod download [2021-01-12T18:21:23.715Z] ---> Running in 8316a15e0b25 [2021-01-12T18:21:23.916Z] ---> 4376a2662dc7 [2021-01-12T18:21:23.917Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-12T18:21:24.322Z] ---> adb850272af4 [2021-01-12T18:21:24.323Z] Step 7/26 : RUN go mod download [2021-01-12T18:21:24.323Z] ---> b850e8db2ee9 [2021-01-12T18:21:24.323Z] Step 7/24 : RUN go mod download [2021-01-12T18:21:24.495Z] ---> Running in e76a06726aa7 [2021-01-12T18:21:24.496Z] ---> Running in 1a4f831c13b3 [2021-01-12T18:21:24.496Z] Removing intermediate container 082a069aae74 [2021-01-12T18:21:24.496Z] ---> faea6b86e5f3 [2021-01-12T18:21:24.496Z] Step 23/24 : LABEL git_sha=6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:21:24.496Z] ---> Running in 580a5a7ba277 [2021-01-12T18:21:24.626Z] ---> Running in dc7355cf22a2 [2021-01-12T18:21:24.627Z] ---> Running in cb0e3150f660 [2021-01-12T18:21:25.082Z] ---> Running in c001e0e9c71a [2021-01-12T18:21:25.344Z] Removing intermediate container 580a5a7ba277 [2021-01-12T18:21:25.344Z] ---> 315d60660949 [2021-01-12T18:21:25.344Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T18:21:25.613Z] Removing intermediate container d169cc6fe03c [2021-01-12T18:21:25.613Z] ---> 535f525c244f [2021-01-12T18:21:25.613Z] Step 8/22 : COPY . . [2021-01-12T18:21:27.280Z] Removing intermediate container c001e0e9c71a [2021-01-12T18:21:27.280Z] ---> 11d9b931ae6a [2021-01-12T18:21:27.280Z] Step 24/24 : LABEL version=2.0.0-dev.33 [2021-01-12T18:21:27.280Z] ---> Running in 0f52490bbcae [2021-01-12T18:21:27.617Z] Removing intermediate container c120163534d7 [2021-01-12T18:21:27.617Z] ---> a0f554ed6893 [2021-01-12T18:21:27.617Z] Step 8/22 : COPY . . [2021-01-12T18:21:28.218Z] Removing intermediate container 8316a15e0b25 [2021-01-12T18:21:28.218Z] ---> 475ac6a40545 [2021-01-12T18:21:28.218Z] Step 8/21 : COPY . . [2021-01-12T18:21:28.230Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T18:21:28.230Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T18:21:28.230Z] ---> Running in e7892ed14b52 [2021-01-12T18:21:28.230Z] Removing intermediate container 0f52490bbcae [2021-01-12T18:21:28.230Z] ---> aacc857ab188 [2021-01-12T18:21:28.230Z] Step 21/23 : LABEL arch=x86_64 [2021-01-12T18:21:28.509Z] ---> Running in a0fecf96103d [2021-01-12T18:21:28.509Z] Removing intermediate container e7892ed14b52 [2021-01-12T18:21:28.509Z] ---> ab678a2db44c [2021-01-12T18:21:28.509Z] [2021-01-12T18:21:28.781Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T18:21:29.046Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T18:21:29.046Z] Successfully built ab678a2db44c [2021-01-12T18:21:29.046Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-12T18:21:29.046Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go [2021-01-12T18:21:29.626Z] OK: 233 MiB in 51 packages [2021-01-12T18:21:29.626Z] OK: 233 MiB in 51 packages [2021-01-12T18:21:29.661Z] Removing intermediate container dc7355cf22a2 [2021-01-12T18:21:29.661Z] ---> a20559111857 [2021-01-12T18:21:29.661Z] Step 8/26 : COPY . . [2021-01-12T18:21:30.202Z] Removing intermediate container a0fecf96103d [2021-01-12T18:21:30.202Z] ---> 82cfcc42f5e5 [2021-01-12T18:21:30.202Z] Step 22/23 : LABEL git_sha=6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:21:30.255Z] Removing intermediate container cb0e3150f660 [2021-01-12T18:21:30.255Z] ---> 3353506ded61 [2021-01-12T18:21:30.255Z] Step 8/24 : COPY . . [2021-01-12T18:21:31.149Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T18:21:31.149Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-12T18:21:31.149Z] ---> 91e35dd4f9e2 [2021-01-12T18:21:31.149Z] Step 3/22 : WORKDIR /edgex-go [2021-01-12T18:21:31.149Z] ---> Using cache [2021-01-12T18:21:31.149Z] ---> 0c629d42b511 [2021-01-12T18:21:31.149Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T18:21:31.149Z] ---> Using cache [2021-01-12T18:21:31.149Z] ---> b227b39330e4 [2021-01-12T18:21:31.149Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-12T18:21:32.094Z] ---> Running in 51435503a17b [2021-01-12T18:21:32.094Z] ---> Running in 688880a3981d [2021-01-12T18:21:33.490Z] Removing intermediate container 688880a3981d [2021-01-12T18:21:33.490Z] ---> 756198682bce [2021-01-12T18:21:33.490Z] Step 23/23 : LABEL version=2.0.0-dev.33 [2021-01-12T18:21:34.445Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T18:21:34.445Z] ---> Running in 79adf31399ab [2021-01-12T18:21:34.445Z] Removing intermediate container 1a4f831c13b3 [2021-01-12T18:21:34.445Z] ---> eab82fe34fb1 [2021-01-12T18:21:34.445Z] Step 6/26 : COPY go.mod . [2021-01-12T18:21:34.712Z] Removing intermediate container e76a06726aa7 [2021-01-12T18:21:34.712Z] ---> 8f8b88ae1747 [2021-01-12T18:21:34.712Z] Step 6/22 : COPY go.mod . [2021-01-12T18:21:34.977Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T18:21:34.977Z] Removing intermediate container 79adf31399ab [2021-01-12T18:21:34.977Z] ---> dde82b3c4dcd [2021-01-12T18:21:34.977Z] [2021-01-12T18:21:34.977Z] ---> fb0b388e6662 [2021-01-12T18:21:34.977Z] Step 7/22 : RUN go mod download [2021-01-12T18:21:34.977Z] ---> 46f2782906a8 [2021-01-12T18:21:34.977Z] Step 7/26 : RUN go mod download [2021-01-12T18:21:35.245Z] Successfully built dde82b3c4dcd [2021-01-12T18:21:35.245Z] ---> Running in 628c7533cc8f [2021-01-12T18:21:35.245Z] ---> Running in 95818ea0198f [2021-01-12T18:21:35.245Z] Successfully tagged docker-core-data-go:latest [2021-01-12T18:21:35.830Z]  Building docker-core-data-go ... done OK: 233 MiB in 51 packages [2021-01-12T18:21:37.804Z] Removing intermediate container 51435503a17b [2021-01-12T18:21:37.804Z] ---> 9ff741ffa9ed [2021-01-12T18:21:37.804Z] Step 6/22 : COPY go.mod . [2021-01-12T18:21:38.382Z] ---> 8b7b0585b7c1 [2021-01-12T18:21:38.382Z] Step 7/22 : RUN go mod download [2021-01-12T18:21:38.655Z] ---> Running in 5804f178abb1 [2021-01-12T18:21:40.065Z] Removing intermediate container 95818ea0198f [2021-01-12T18:21:40.065Z] ---> e1e6aa86e460 [2021-01-12T18:21:40.065Z] Step 8/26 : COPY . . [2021-01-12T18:21:40.330Z] Removing intermediate container 628c7533cc8f [2021-01-12T18:21:40.330Z] ---> a63ea5722dc4 [2021-01-12T18:21:40.330Z] Step 8/22 : COPY . . [2021-01-12T18:21:43.654Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T18:21:43.654Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-12T18:21:43.654Z] ---> 91e35dd4f9e2 [2021-01-12T18:21:43.654Z] Step 3/21 : WORKDIR /edgex-go [2021-01-12T18:21:43.654Z] ---> Using cache [2021-01-12T18:21:43.654Z] ---> 0c629d42b511 [2021-01-12T18:21:43.654Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T18:21:43.654Z] ---> Using cache [2021-01-12T18:21:43.654Z] ---> b227b39330e4 [2021-01-12T18:21:43.654Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-12T18:21:43.654Z] ---> Using cache [2021-01-12T18:21:43.654Z] ---> 9ff741ffa9ed [2021-01-12T18:21:43.654Z] Step 6/21 : COPY go.mod . [2021-01-12T18:21:43.654Z] ---> Using cache [2021-01-12T18:21:43.654Z] ---> 8b7b0585b7c1 [2021-01-12T18:21:43.654Z] Step 7/21 : RUN go mod download [2021-01-12T18:21:45.372Z] ---> 0f2e210ee9c6 [2021-01-12T18:21:45.372Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-12T18:21:45.372Z] ---> 970a2f62dd4d [2021-01-12T18:21:45.372Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-12T18:21:45.655Z] ---> 66b78099755d [2021-01-12T18:21:45.655Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-12T18:21:45.655Z] ---> 9bb4e23e7725 [2021-01-12T18:21:45.655Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-12T18:21:45.655Z] ---> 9c0334e0ba94 [2021-01-12T18:21:45.655Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-12T18:21:45.655Z] ---> Running in 706c0ee29b94 [2021-01-12T18:21:45.655Z] ---> Running in 2d0efb921fa3 [2021-01-12T18:21:45.931Z] ---> Running in 8bdbd217550f [2021-01-12T18:21:45.931Z] ---> Running in 2fd0629d4fe4 [2021-01-12T18:21:45.931Z] ---> Running in ba75f60caa6f [2021-01-12T18:21:47.890Z] ---> Running in 0ff5c6562727 [2021-01-12T18:21:47.935Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/core-command/core-command ./cmd/core-command [2021-01-12T18:21:48.220Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-12T18:21:48.221Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-12T18:21:48.498Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-12T18:21:48.498Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-12T18:21:50.456Z] Removing intermediate container 5804f178abb1 [2021-01-12T18:21:50.457Z] ---> 8dcec4b0ba19 [2021-01-12T18:21:50.457Z] Step 8/22 : COPY . . [2021-01-12T18:21:58.684Z] Removing intermediate container 0ff5c6562727 [2021-01-12T18:21:58.684Z] ---> 4134b22c40d3 [2021-01-12T18:21:58.684Z] Step 8/21 : COPY . . [2021-01-12T18:22:13.661Z] ---> ec3868e39c87 [2021-01-12T18:22:13.661Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-12T18:22:15.597Z] ---> e88505147c7c [2021-01-12T18:22:15.597Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-12T18:22:17.000Z] ---> Running in 0a8d8a7facb3 [2021-01-12T18:22:18.397Z] ---> Running in 312f166fb0a6 [2021-01-12T18:22:18.397Z] ---> 30b99013437b [2021-01-12T18:22:18.397Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-12T18:22:18.990Z] ---> Running in 3c08c597f538 [2021-01-12T18:22:19.575Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-12T18:22:20.155Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-12T18:22:20.155Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-12T18:22:22.107Z] ---> b56f09e7a576 [2021-01-12T18:22:22.107Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-12T18:22:22.693Z] ---> Running in b1545c8fbbc0 [2021-01-12T18:22:24.115Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-12T18:22:46.818Z] Removing intermediate container 312f166fb0a6 [2021-01-12T18:22:46.818Z] ---> f3fbaa888f9d [2021-01-12T18:22:46.818Z] [2021-01-12T18:22:46.818Z] Step 10/22 : FROM alpine:3.12 [2021-01-12T18:22:46.818Z] ---> 389fef711851 [2021-01-12T18:22:46.818Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-12T18:22:46.818Z] ---> Using cache [2021-01-12T18:22:46.818Z] ---> 2af3fcc15fc2 [2021-01-12T18:22:46.818Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-12T18:22:46.818Z] Removing intermediate container 0a8d8a7facb3 [2021-01-12T18:22:46.818Z] ---> ae5a64647a69 [2021-01-12T18:22:46.818Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-12T18:22:46.818Z] ---> Running in 9aefc56c2b72 [2021-01-12T18:22:46.818Z] ---> Running in e22a400ed235 [2021-01-12T18:22:47.084Z] Removing intermediate container 9aefc56c2b72 [2021-01-12T18:22:47.085Z] ---> 73e0a34ccb53 [2021-01-12T18:22:47.085Z] Step 13/22 : WORKDIR / [2021-01-12T18:22:47.356Z] ---> Running in fdd15642e931 [2021-01-12T18:22:47.622Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-12T18:22:47.623Z] Removing intermediate container fdd15642e931 [2021-01-12T18:22:47.623Z] ---> 53992fe0310b [2021-01-12T18:22:47.623Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T18:22:49.026Z] ---> ca72dacbf392 [2021-01-12T18:22:49.026Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-12T18:22:50.954Z] Removing intermediate container b1545c8fbbc0 [2021-01-12T18:22:50.954Z] ---> 7d598d4e5e8c [2021-01-12T18:22:50.954Z] [2021-01-12T18:22:50.954Z] Step 10/21 : FROM scratch [2021-01-12T18:22:50.954Z] ---> [2021-01-12T18:22:50.954Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-12T18:22:50.954Z] ---> 23493e8dcb94 [2021-01-12T18:22:50.954Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-12T18:22:51.532Z] ---> Using cache [2021-01-12T18:22:51.532Z] ---> e1fd59f51083 [2021-01-12T18:22:51.532Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-12T18:22:52.925Z] ---> 51edeb2b969a [2021-01-12T18:22:52.925Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-12T18:22:52.925Z] Removing intermediate container e22a400ed235 [2021-01-12T18:22:52.925Z] ---> ad1fbab33b42 [2021-01-12T18:22:52.925Z] [2021-01-12T18:22:52.925Z] Step 11/26 : FROM docker:20.10.0 [2021-01-12T18:22:52.925Z] ---> Running in 16e2f0650f62 [2021-01-12T18:22:52.925Z] 20.10.0: Pulling from library/docker [2021-01-12T18:22:53.189Z] Removing intermediate container 3c08c597f538 [2021-01-12T18:22:53.189Z] ---> 2ca077827b4f [2021-01-12T18:22:53.189Z] [2021-01-12T18:22:53.189Z] Step 10/22 : FROM scratch [2021-01-12T18:22:53.189Z] ---> [2021-01-12T18:22:53.189Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-12T18:22:53.189Z] ---> Using cache [2021-01-12T18:22:53.189Z] ---> e1fd59f51083 [2021-01-12T18:22:53.189Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-12T18:22:53.189Z] Removing intermediate container 16e2f0650f62 [2021-01-12T18:22:53.189Z] ---> 95daa705bc34 [2021-01-12T18:22:53.189Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-12T18:22:53.467Z] ---> 94305cc9308f [2021-01-12T18:22:53.467Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-12T18:22:53.467Z] ---> Running in 8cf3b1fae7d9 [2021-01-12T18:22:53.467Z] ---> Running in fe311ff17304 [2021-01-12T18:22:53.467Z] ---> Running in 3a2499ce41f2 [2021-01-12T18:22:54.419Z] Removing intermediate container 8cf3b1fae7d9 [2021-01-12T18:22:54.419Z] ---> bd6b8cfa4c28 [2021-01-12T18:22:54.419Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-12T18:22:54.419Z] Removing intermediate container fe311ff17304 [2021-01-12T18:22:54.419Z] ---> 7fa16b8289ad [2021-01-12T18:22:54.419Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T18:22:54.681Z] ---> Running in ab747c74d21e [2021-01-12T18:22:54.945Z] Removing intermediate container ab747c74d21e [2021-01-12T18:22:54.945Z] ---> e603e93e87d1 [2021-01-12T18:22:54.945Z] Step 14/22 : WORKDIR / [2021-01-12T18:22:54.945Z] ---> Running in ad813fc60b38 [2021-01-12T18:22:54.945Z] ---> 9eda0bcdbec7 [2021-01-12T18:22:54.945Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-12T18:22:55.208Z] Removing intermediate container ad813fc60b38 [2021-01-12T18:22:55.208Z] ---> c4f88e1e47f7 [2021-01-12T18:22:55.208Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T18:22:55.790Z] ---> 2569adb237e7 [2021-01-12T18:22:55.790Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-12T18:22:55.790Z] Removing intermediate container 3a2499ce41f2 [2021-01-12T18:22:55.790Z] ---> 355621999698 [2021-01-12T18:22:55.790Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-12T18:22:55.790Z] ---> 53f57ced2c4e [2021-01-12T18:22:55.790Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-12T18:22:55.790Z] ---> Running in e6f8713dfc9e [2021-01-12T18:22:56.052Z] ---> 65e0282aa300 [2021-01-12T18:22:56.052Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-12T18:22:56.315Z] Removing intermediate container e6f8713dfc9e [2021-01-12T18:22:56.315Z] ---> e280d91656fc [2021-01-12T18:22:56.315Z] Step 20/22 : LABEL arch=x86_64 [2021-01-12T18:22:56.315Z] ---> Running in 86b11053a686 [2021-01-12T18:22:56.575Z] ---> Running in a51c1d3f1dba [2021-01-12T18:22:56.575Z] ---> 361b19c005dc [2021-01-12T18:22:56.575Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-12T18:22:56.575Z] Removing intermediate container 86b11053a686 [2021-01-12T18:22:56.575Z] ---> f135028631af [2021-01-12T18:22:56.575Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T18:22:56.840Z] Removing intermediate container a51c1d3f1dba [2021-01-12T18:22:56.840Z] ---> b7dba59200a2 [2021-01-12T18:22:56.840Z] Step 21/22 : LABEL git_sha=6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:22:56.840Z] ---> Running in 8b5351ae733a [2021-01-12T18:22:56.840Z] ---> c84e1886a5ee [2021-01-12T18:22:56.840Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-12T18:22:57.101Z] ---> Running in c3aa938c193b [2021-01-12T18:22:57.101Z] ---> Running in 321c0c09597f [2021-01-12T18:22:57.101Z] Removing intermediate container 8b5351ae733a [2021-01-12T18:22:57.101Z] ---> d2d4ace0bfa0 [2021-01-12T18:22:57.101Z] Step 19/21 : LABEL arch=x86_64 [2021-01-12T18:22:57.362Z] ---> Running in 6641a90c9197 [2021-01-12T18:22:57.939Z] Removing intermediate container c3aa938c193b [2021-01-12T18:22:57.939Z] ---> 980d6cb88478 [2021-01-12T18:22:57.939Z] Step 22/22 : LABEL version=2.0.0-dev.33 [2021-01-12T18:22:58.516Z] Removing intermediate container 321c0c09597f [2021-01-12T18:22:58.516Z] ---> 846289717c41 [2021-01-12T18:22:58.516Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T18:22:58.516Z] ---> Running in 72ed5bbf776d [2021-01-12T18:22:58.516Z] ---> Running in 843490b77b8b [2021-01-12T18:22:58.516Z] Removing intermediate container 6641a90c9197 [2021-01-12T18:22:58.516Z] ---> 4c9c3b5e1058 [2021-01-12T18:22:58.516Z] Step 20/21 : LABEL git_sha=6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:22:58.785Z] ---> Running in 455d762e1aaf [2021-01-12T18:22:58.785Z] Removing intermediate container 72ed5bbf776d [2021-01-12T18:22:58.785Z] ---> 9a1da22d1a92 [2021-01-12T18:22:58.785Z] [2021-01-12T18:22:58.785Z] Removing intermediate container 843490b77b8b [2021-01-12T18:22:58.785Z] ---> f13465e59533 [2021-01-12T18:22:58.785Z] Step 20/22 : LABEL arch=x86_64 [2021-01-12T18:22:59.048Z] Successfully built 9a1da22d1a92 [2021-01-12T18:22:59.048Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-12T18:22:59.048Z]  Building docker-security-bootstrap-redis-go ... done  ---> Running in ee83b7f190bb [2021-01-12T18:22:59.048Z] Removing intermediate container 455d762e1aaf [2021-01-12T18:22:59.048Z] ---> e3461518c4b3 [2021-01-12T18:22:59.048Z] Step 21/21 : LABEL version=2.0.0-dev.33 [2021-01-12T18:22:59.309Z] ---> Running in e9df9bba460d [2021-01-12T18:22:59.309Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-12T18:22:59.309Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-12T18:22:59.309Z] ---> aefe523efa57 [2021-01-12T18:22:59.309Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-12T18:22:59.309Z] Removing intermediate container ee83b7f190bb [2021-01-12T18:22:59.309Z] ---> a5020db9ab7a [2021-01-12T18:22:59.309Z] Step 21/22 : LABEL git_sha=6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:22:59.572Z] ---> Running in 25c86ced71c1 [2021-01-12T18:22:59.572Z] ---> Running in bd584ac5241d [2021-01-12T18:22:59.572Z] Removing intermediate container e9df9bba460d [2021-01-12T18:22:59.572Z] ---> bc4503480ad2 [2021-01-12T18:22:59.572Z] [2021-01-12T18:22:59.834Z] Successfully built bc4503480ad2 [2021-01-12T18:22:59.834Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-12T18:23:00.100Z]  Building docker-support-scheduler-go ... done Removing intermediate container bd584ac5241d [2021-01-12T18:23:00.100Z] ---> fb9434c75729 [2021-01-12T18:23:00.100Z] Step 22/22 : LABEL version=2.0.0-dev.33 [2021-01-12T18:23:00.100Z] ---> Running in c5c78f4db3f7 [2021-01-12T18:23:00.361Z] Removing intermediate container c5c78f4db3f7 [2021-01-12T18:23:00.361Z] ---> 1160c03493d8 [2021-01-12T18:23:00.361Z] [2021-01-12T18:23:00.361Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T18:23:00.361Z] Successfully built 1160c03493d8 [2021-01-12T18:23:00.361Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T18:23:00.361Z] Successfully tagged docker-core-metadata-go:latest [2021-01-12T18:23:00.622Z]  Building docker-core-metadata-go ... done (1/2) Installing readline (8.0.4-r0) [2021-01-12T18:23:00.622Z] (2/2) Installing bash (5.0.17-r0) [2021-01-12T18:23:00.622Z] Executing bash-5.0.17-r0.post-install [2021-01-12T18:23:00.622Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T18:23:00.622Z] OK: 12 MiB in 22 packages [2021-01-12T18:23:01.196Z] Removing intermediate container 25c86ced71c1 [2021-01-12T18:23:01.196Z] ---> 1a2f786130f8 [2021-01-12T18:23:01.196Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-12T18:23:01.196Z] ---> Running in 0a1fd6120e20 [2021-01-12T18:23:01.457Z] Removing intermediate container 0a1fd6120e20 [2021-01-12T18:23:01.457Z] ---> 0fb3f5a0de84 [2021-01-12T18:23:01.457Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-12T18:23:01.457Z] ---> Running in c6918451dbae [2021-01-12T18:23:01.718Z] Removing intermediate container c6918451dbae [2021-01-12T18:23:01.719Z] ---> 899326cfee81 [2021-01-12T18:23:01.719Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-12T18:23:01.719Z] ---> Running in d2647fb93b2b [2021-01-12T18:23:01.981Z] Removing intermediate container d2647fb93b2b [2021-01-12T18:23:01.981Z] ---> 8176855fd015 [2021-01-12T18:23:01.981Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-12T18:23:02.555Z] ---> cd6db54b04b0 [2021-01-12T18:23:02.555Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-12T18:23:02.816Z] ---> 1381ebb23083 [2021-01-12T18:23:02.816Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-12T18:23:03.079Z] ---> 7010cbc49931 [2021-01-12T18:23:03.079Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-12T18:23:03.079Z] ---> Running in 44d629a918b0 [2021-01-12T18:23:03.654Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T18:23:03.654Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T18:23:03.916Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-12T18:23:03.916Z] (2/33) Installing expat (2.2.9-r1) [2021-01-12T18:23:03.916Z] (3/33) Installing libffi (3.3-r2) [2021-01-12T18:23:03.916Z] (4/33) Installing gdbm (1.13-r1) [2021-01-12T18:23:03.916Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-12T18:23:03.916Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-12T18:23:03.916Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-12T18:23:04.863Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-12T18:23:04.863Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-12T18:23:04.863Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-12T18:23:04.863Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-12T18:23:04.863Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-12T18:23:04.863Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-12T18:23:04.863Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-12T18:23:04.863Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-12T18:23:04.863Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-12T18:23:05.126Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-12T18:23:05.126Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-12T18:23:05.126Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-12T18:23:05.387Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-12T18:23:05.387Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-12T18:23:05.387Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-12T18:23:05.387Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-12T18:23:05.387Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-12T18:23:05.649Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-12T18:23:05.649Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-12T18:23:05.649Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-12T18:23:05.649Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-12T18:23:05.649Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-12T18:23:05.649Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-12T18:23:05.649Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-12T18:23:05.649Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-12T18:23:05.649Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-12T18:23:05.911Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T18:23:05.911Z] OK: 71 MiB in 55 packages [2021-01-12T18:23:10.344Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-12T18:23:10.344Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-12T18:23:14.065Z] Removing intermediate container 44d629a918b0 [2021-01-12T18:23:14.065Z] ---> afb2e824d735 [2021-01-12T18:23:14.065Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-12T18:23:14.327Z] ---> Running in cc5dd3635370 [2021-01-12T18:23:15.714Z] Collecting docker-compose==1.23.2 [2021-01-12T18:23:15.714Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-12T18:23:15.714Z] Collecting texttable<0.10,>=0.9.0 [2021-01-12T18:23:15.714Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-12T18:23:16.288Z] 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-12T18:23:16.288Z] Collecting docker<4.0,>=3.6.0 [2021-01-12T18:23:16.288Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-12T18:23:16.548Z] Collecting jsonschema<3,>=2.5.1 [2021-01-12T18:23:16.548Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-12T18:23:16.809Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-12T18:23:16.809Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-12T18:23:17.070Z] Collecting docopt<0.7,>=0.6.1 [2021-01-12T18:23:17.070Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-12T18:23:17.642Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-12T18:23:17.642Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-12T18:23:17.642Z] Collecting PyYAML<4,>=3.10 [2021-01-12T18:23:17.642Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-12T18:23:18.585Z] Collecting cached-property<2,>=1.2.0 [2021-01-12T18:23:18.585Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-12T18:23:18.585Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-12T18:23:18.585Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-12T18:23:19.979Z] Collecting docker-pycreds>=0.4.0 [2021-01-12T18:23:19.979Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-12T18:23:20.241Z] Collecting idna<2.8,>=2.5 [2021-01-12T18:23:20.241Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-12T18:23:20.241Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-12T18:23:20.241Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-12T18:23:20.503Z] 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-12T18:23:20.503Z] 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-12T18:23:20.503Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-12T18:23:20.503Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-12T18:23:20.503Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-12T18:23:20.503Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-12T18:23:20.503Z] Installing collected packages: texttable, websocket-client, docker-pycreds, idna, urllib3, requests, docker, jsonschema, docopt, PyYAML, cached-property, dockerpty, docker-compose [2021-01-12T18:23:20.503Z] Running setup.py install for texttable: started [2021-01-12T18:23:21.076Z] Running setup.py install for texttable: finished with status 'done' [2021-01-12T18:23:21.076Z] Attempting uninstall: idna [2021-01-12T18:23:21.076Z] Found existing installation: idna 2.9 [2021-01-12T18:23:21.076Z] Uninstalling idna-2.9: [2021-01-12T18:23:21.076Z] Successfully uninstalled idna-2.9 [2021-01-12T18:23:21.337Z] Attempting uninstall: urllib3 [2021-01-12T18:23:21.337Z] Found existing installation: urllib3 1.25.9 [2021-01-12T18:23:21.337Z] Uninstalling urllib3-1.25.9: [2021-01-12T18:23:21.337Z] Successfully uninstalled urllib3-1.25.9 [2021-01-12T18:23:21.598Z] Attempting uninstall: requests [2021-01-12T18:23:21.598Z] Found existing installation: requests 2.23.0 [2021-01-12T18:23:21.598Z] Uninstalling requests-2.23.0: [2021-01-12T18:23:21.598Z] Successfully uninstalled requests-2.23.0 [2021-01-12T18:23:22.171Z] Running setup.py install for docopt: started [2021-01-12T18:23:22.431Z] Running setup.py install for docopt: finished with status 'done' [2021-01-12T18:23:22.431Z] Running setup.py install for PyYAML: started [2021-01-12T18:23:22.786Z] Removing intermediate container 8bdbd217550f [2021-01-12T18:23:22.786Z] ---> 82c6b308d79f [2021-01-12T18:23:22.786Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-12T18:23:23.021Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-12T18:23:23.021Z] Running setup.py install for dockerpty: started [2021-01-12T18:23:23.391Z] Removing intermediate container ba75f60caa6f [2021-01-12T18:23:23.391Z] ---> 5d81bf74fdd2 [2021-01-12T18:23:23.391Z] [2021-01-12T18:23:23.391Z] Step 10/24 : FROM alpine:3.12 [2021-01-12T18:23:23.391Z] 3.12: Pulling from library/alpine [2021-01-12T18:23:23.391Z] ---> Running in 2c80932afb3b [2021-01-12T18:23:23.602Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-12T18:23:23.864Z] 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-12T18:23:26.037Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-12T18:23:26.037Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-12T18:23:26.037Z] Removing intermediate container 706c0ee29b94 [2021-01-12T18:23:26.037Z] ---> e03e464095c6 [2021-01-12T18:23:26.037Z] [2021-01-12T18:23:26.037Z] Step 10/22 : FROM scratch [2021-01-12T18:23:26.037Z] ---> [2021-01-12T18:23:26.037Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-12T18:23:26.037Z] Status: Downloaded newer image for alpine:3.12 [2021-01-12T18:23:26.037Z] ---> afeebe901d6b [2021-01-12T18:23:26.037Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-12T18:23:26.037Z] Removing intermediate container 2fd0629d4fe4 [2021-01-12T18:23:26.037Z] ---> a0f05c17d426 [2021-01-12T18:23:26.037Z] [2021-01-12T18:23:26.037Z] Step 10/21 : FROM alpine:3.12 [2021-01-12T18:23:26.037Z] ---> afeebe901d6b [2021-01-12T18:23:26.037Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-12T18:23:26.315Z] ---> Running in 726bdd9e00c2 [2021-01-12T18:23:26.315Z] ---> Running in 9f506ad14d2c [2021-01-12T18:23:26.315Z] ---> Running in ddacaa3b330d [2021-01-12T18:23:26.916Z] Removing intermediate container 726bdd9e00c2 [2021-01-12T18:23:26.916Z] ---> 8aaa43b6bd98 [2021-01-12T18:23:26.916Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-12T18:23:27.184Z] Removing intermediate container cc5dd3635370 [2021-01-12T18:23:27.184Z] ---> ad3ccc52279b [2021-01-12T18:23:27.184Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-12T18:23:27.184Z] ---> Running in ca7817183b5a [2021-01-12T18:23:27.184Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T18:23:27.196Z] ---> Running in a72f5ceccf10 [2021-01-12T18:23:27.446Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T18:23:27.447Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-12T18:23:27.447Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-12T18:23:27.447Z] (3/3) Installing curl (7.69.1-r3) [2021-01-12T18:23:27.447Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T18:23:27.447Z] OK: 72 MiB in 58 packages [2021-01-12T18:23:27.798Z] Removing intermediate container a72f5ceccf10 [2021-01-12T18:23:27.799Z] ---> d05af817ad7d [2021-01-12T18:23:27.799Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-12T18:23:28.020Z] Removing intermediate container ca7817183b5a [2021-01-12T18:23:28.020Z] ---> c697f670a7b0 [2021-01-12T18:23:28.020Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-12T18:23:28.020Z] ---> Running in ebd7ec27f81a [2021-01-12T18:23:28.078Z] ---> Running in e0e21bb16905 [2021-01-12T18:23:28.285Z] Removing intermediate container ebd7ec27f81a [2021-01-12T18:23:28.285Z] ---> a7299f8faca6 [2021-01-12T18:23:28.285Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T18:23:28.285Z] ---> Running in 683d0a5ba0f8 [2021-01-12T18:23:28.362Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T18:23:28.362Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T18:23:28.549Z] Removing intermediate container 683d0a5ba0f8 [2021-01-12T18:23:28.549Z] ---> c41695b0d877 [2021-01-12T18:23:28.549Z] Step 24/26 : LABEL arch=x86_64 [2021-01-12T18:23:28.549Z] ---> Running in 5e4234f9eda8 [2021-01-12T18:23:28.647Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T18:23:28.647Z] Removing intermediate container e0e21bb16905 [2021-01-12T18:23:28.647Z] ---> 1622b7d1964d [2021-01-12T18:23:28.647Z] Step 14/22 : WORKDIR / [2021-01-12T18:23:28.647Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T18:23:28.811Z] Removing intermediate container 5e4234f9eda8 [2021-01-12T18:23:28.811Z] ---> beb5b375cefe [2021-01-12T18:23:28.811Z] Step 25/26 : LABEL git_sha=6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:23:28.811Z] ---> Running in 5a69113b668a [2021-01-12T18:23:28.922Z] ---> Running in ab152f68a301 [2021-01-12T18:23:29.073Z] Removing intermediate container 5a69113b668a [2021-01-12T18:23:29.073Z] ---> 1fd517cc8ae6 [2021-01-12T18:23:29.073Z] Step 26/26 : LABEL version=2.0.0-dev.33 [2021-01-12T18:23:29.073Z] ---> Running in 3dca4e09ed03 [2021-01-12T18:23:29.205Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-12T18:23:29.205Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-12T18:23:29.334Z] Removing intermediate container 3dca4e09ed03 [2021-01-12T18:23:29.334Z] ---> 09b9d180650d [2021-01-12T18:23:29.334Z] [2021-01-12T18:23:29.334Z] Successfully built 09b9d180650d [2021-01-12T18:23:29.334Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-12T18:23:29.507Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-12T18:23:29.507Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-12T18:23:29.507Z] (4/5) Installing curl (7.69.1-r3) [2021-01-12T18:23:29.507Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-12T18:23:29.507Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T18:23:29.507Z] Executing ca-certificates-20191127-r4.trigger [2021-01-12T18:23:29.507Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-12T18:23:29.507Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-12T18:23:29.507Z] (4/4) Installing curl (7.69.1-r3) [2021-01-12T18:23:29.507Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T18:23:29.507Z] Executing ca-certificates-20191127-r4.trigger [2021-01-12T18:23:29.793Z] OK: 7 MiB in 19 packages [2021-01-12T18:23:29.793Z] OK: 7 MiB in 18 packages [2021-01-12T18:23:29.794Z] Removing intermediate container ab152f68a301 [2021-01-12T18:23:29.794Z] ---> 8258f88912e6 [2021-01-12T18:23:29.794Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T18:23:30.297Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-12T18:23:30.324Z] $ docker stop --time=1 28e721a63c8296834d23dffa1e18a6fe2342bf0ca1e15da39d89062e19660a84 [2021-01-12T18:23:30.399Z] Removing intermediate container 2c80932afb3b [2021-01-12T18:23:30.399Z] ---> 7ccf696dccbd [2021-01-12T18:23:30.399Z] [2021-01-12T18:23:30.399Z] Step 11/26 : FROM docker:20.10.0 [2021-01-12T18:23:30.673Z] 20.10.0: Pulling from library/docker [2021-01-12T18:23:31.265Z] ---> df91e50f5b59 [2021-01-12T18:23:31.265Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-12T18:23:32.597Z] $ docker rm -f 28e721a63c8296834d23dffa1e18a6fe2342bf0ca1e15da39d89062e19660a84 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-12T18:23:32.975Z] Removing intermediate container ddacaa3b330d [2021-01-12T18:23:32.975Z] ---> 2e632866c044 [2021-01-12T18:23:32.975Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-12T18:23:33.155Z] + grep docker [2021-01-12T18:23:33.156Z] + docker images [2021-01-12T18:23:33.156Z] docker-sys-mgmt-agent-go latest 09b9d180650d 4 seconds ago 313MB [2021-01-12T18:23:33.156Z] docker-core-metadata-go latest 1160c03493d8 33 seconds ago 13MB [2021-01-12T18:23:33.156Z] docker-support-scheduler-go latest bc4503480ad2 34 seconds ago 10.7MB [2021-01-12T18:23:33.156Z] docker-security-bootstrap-redis-go latest 9a1da22d1a92 35 seconds ago 15.8MB [2021-01-12T18:23:33.156Z] docker-core-data-go latest dde82b3c4dcd About a minute ago 22.3MB [2021-01-12T18:23:33.156Z] docker-security-secretstore-setup-go latest ab678a2db44c 2 minutes ago 24.6MB [2021-01-12T18:23:33.156Z] docker-security-proxy-setup-go latest fb20b92a55e1 2 minutes ago 24.5MB [2021-01-12T18:23:33.156Z] docker-support-notifications-go latest 8a4789a7ad9d 2 minutes ago 12MB [2021-01-12T18:23:33.156Z] docker-core-command-go latest 4ddc3e82984d 2 minutes ago 10.6MB [2021-01-12T18:23:33.156Z] docker 20.10.0 aefe523efa57 4 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2021-01-12T18:23:33.630Z] Removing intermediate container 9f506ad14d2c [2021-01-12T18:23:33.630Z] ---> 375747194070 [2021-01-12T18:23:33.630Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-12T18:23:33.757Z] provisioning config files... [2021-01-12T18:23:33.798Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/285@tmp/config5502721806941823245tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-12T18:23:33.926Z] ---> Running in 9566bbf217a4 [2021-01-12T18:23:34.163Z] ---> docker-login.sh [2021-01-12T18:23:34.163Z] nexus3.edgexfoundry.org:10001 [2021-01-12T18:23:34.163Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T18:23:34.425Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T18:23:34.425Z] Configure a credential helper to remove this warning. See [2021-01-12T18:23:34.425Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T18:23:34.425Z] [2021-01-12T18:23:34.425Z] Login Succeeded [2021-01-12T18:23:34.425Z] nexus3.edgexfoundry.org:10002 [2021-01-12T18:23:34.425Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T18:23:34.425Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T18:23:34.425Z] Configure a credential helper to remove this warning. See [2021-01-12T18:23:34.425Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T18:23:34.425Z] [2021-01-12T18:23:34.425Z] Login Succeeded [2021-01-12T18:23:34.425Z] nexus3.edgexfoundry.org:10003 [2021-01-12T18:23:34.577Z] ---> Running in fb35cd10cf37 [2021-01-12T18:23:34.687Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T18:23:34.687Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T18:23:34.687Z] Configure a credential helper to remove this warning. See [2021-01-12T18:23:34.687Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T18:23:34.687Z] [2021-01-12T18:23:34.687Z] Login Succeeded [2021-01-12T18:23:34.687Z] nexus3.edgexfoundry.org:10004 [2021-01-12T18:23:34.950Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T18:23:34.950Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T18:23:34.950Z] Configure a credential helper to remove this warning. See [2021-01-12T18:23:34.950Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T18:23:34.950Z] [2021-01-12T18:23:34.950Z] Login Succeeded [2021-01-12T18:23:34.950Z] docker.io [2021-01-12T18:23:35.179Z] ---> f64b22a47078 [2021-01-12T18:23:35.179Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-12T18:23:35.211Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T18:23:35.455Z] Removing intermediate container 9566bbf217a4 [2021-01-12T18:23:35.455Z] ---> 82760e9e953d [2021-01-12T18:23:35.455Z] Step 13/24 : WORKDIR / [2021-01-12T18:23:35.472Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T18:23:35.472Z] Configure a credential helper to remove this warning. See [2021-01-12T18:23:35.472Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T18:23:35.472Z] [2021-01-12T18:23:35.472Z] Login Succeeded [2021-01-12T18:23:35.472Z] ---> docker-login.sh ends [Pipeline] } [2021-01-12T18:23:35.481Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-12T18:23:35.698Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-01-12T18:23:35.698Z] 6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:23:35.698Z] 2.0.0-dev.33 [2021-01-12T18:23:35.698Z] 6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [2021-01-12T18:23:35.698Z] master [2021-01-12T18:23:35.698Z] ===================================================== [2021-01-12T18:23:35.730Z] Removing intermediate container fb35cd10cf37 [2021-01-12T18:23:35.730Z] ---> 1f9d1248f2fc [2021-01-12T18:23:35.730Z] Step 13/21 : WORKDIR /edgex [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:23:36.016Z] ---> Running in 6f841f93bed1 [2021-01-12T18:23:36.016Z] ---> Running in d2c69696c92d [2021-01-12T18:23:36.259Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:6731ab5d56a0494658aab350a508f22ecd29f588 [Pipeline] isUnix [2021-01-12T18:23:36.297Z] ---> 480925a4fa66 [2021-01-12T18:23:36.297Z] Step 18/22 : ENTRYPOINT ["/core-command"] [Pipeline] sh [2021-01-12T18:23:36.573Z] Removing intermediate container 2d0efb921fa3 [2021-01-12T18:23:36.573Z] ---> 4d443c19de34 [2021-01-12T18:23:36.573Z] [2021-01-12T18:23:36.573Z] Step 10/22 : FROM scratch [2021-01-12T18:23:36.573Z] ---> [2021-01-12T18:23:36.573Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-12T18:23:36.573Z] ---> Using cache [2021-01-12T18:23:36.573Z] ---> 8aaa43b6bd98 [2021-01-12T18:23:36.573Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-12T18:23:36.573Z] ---> Running in 429c925c1a5a [2021-01-12T18:23:36.669Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:23:36.669Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-12T18:23:36.669Z] a7ac5b849cd0: Preparing [2021-01-12T18:23:36.669Z] 9b4b55dcc2c8: Preparing [2021-01-12T18:23:36.669Z] 0b9e5c3273c6: Preparing [2021-01-12T18:23:36.935Z] a7ac5b849cd0: Pushed [2021-01-12T18:23:36.935Z] 0b9e5c3273c6: Pushed [2021-01-12T18:23:37.175Z] ---> Running in 8ee237650fb0 [2021-01-12T18:23:37.175Z] Removing intermediate container 6f841f93bed1 [2021-01-12T18:23:37.175Z] ---> e5d5903de131 [2021-01-12T18:23:37.460Z] 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-12T18:23:37.460Z] Removing intermediate container d2c69696c92d [2021-01-12T18:23:37.460Z] ---> 3d76651aeb45 [2021-01-12T18:23:37.460Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-12T18:23:37.738Z] Removing intermediate container 429c925c1a5a [2021-01-12T18:23:37.738Z] ---> e565b5013aea [2021-01-12T18:23:37.738Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T18:23:37.877Z] 9b4b55dcc2c8: Pushed [2021-01-12T18:23:37.877Z] 6731ab5d56a0494658aab350a508f22ecd29f588: digest: sha256:d8da2858e5fb74807fd304408a0e9c1c5b3c3e3abf7a09b24d6ac370dd9fec53 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:23:38.015Z] Removing intermediate container 8ee237650fb0 [2021-01-12T18:23:38.015Z] ---> 0e6389192490 [2021-01-12T18:23:38.015Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-12T18:23:38.185Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:23:38.291Z] ---> Running in 7fee564ead8b [2021-01-12T18:23:38.494Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.33 [2021-01-12T18:23:38.494Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-12T18:23:38.494Z] a7ac5b849cd0: Preparing [2021-01-12T18:23:38.494Z] 9b4b55dcc2c8: Preparing [2021-01-12T18:23:38.494Z] 0b9e5c3273c6: Preparing [2021-01-12T18:23:38.494Z] a7ac5b849cd0: Layer already exists [2021-01-12T18:23:38.494Z] 0b9e5c3273c6: Layer already exists [2021-01-12T18:23:38.494Z] 9b4b55dcc2c8: Layer already exists [2021-01-12T18:23:38.494Z] 2.0.0-dev.33: digest: sha256:d8da2858e5fb74807fd304408a0e9c1c5b3c3e3abf7a09b24d6ac370dd9fec53 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:23:38.563Z] ---> Running in ee9798baa7c4 [2021-01-12T18:23:38.801Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:23:38.846Z] ---> ec92074193ad [2021-01-12T18:23:38.846Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-12T18:23:38.846Z] ---> dc1de113327b [2021-01-12T18:23:38.846Z] 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-12T18:23:39.101Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [2021-01-12T18:23:39.101Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-12T18:23:39.101Z] a7ac5b849cd0: Preparing [2021-01-12T18:23:39.101Z] 9b4b55dcc2c8: Preparing [2021-01-12T18:23:39.101Z] 0b9e5c3273c6: Preparing [2021-01-12T18:23:39.101Z] a7ac5b849cd0: Layer already exists [2021-01-12T18:23:39.101Z] 0b9e5c3273c6: Layer already exists [2021-01-12T18:23:39.101Z] 9b4b55dcc2c8: Layer already exists [2021-01-12T18:23:39.101Z] 6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33: digest: sha256:d8da2858e5fb74807fd304408a0e9c1c5b3c3e3abf7a09b24d6ac370dd9fec53 size: 943 [2021-01-12T18:23:39.117Z] Removing intermediate container 7fee564ead8b [2021-01-12T18:23:39.117Z] ---> 8cb610b74501 [2021-01-12T18:23:39.117Z] Step 20/22 : LABEL arch=arm64 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:23:39.397Z] Removing intermediate container ee9798baa7c4 [2021-01-12T18:23:39.397Z] ---> 50e1b5a3cf33 [2021-01-12T18:23:39.397Z] Step 14/22 : WORKDIR / [2021-01-12T18:23:39.408Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:23:39.674Z] ---> Running in 2d5941e5f7b6 [2021-01-12T18:23:39.750Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-01-12T18:23:39.750Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-12T18:23:39.750Z] a7ac5b849cd0: Preparing [2021-01-12T18:23:39.750Z] 9b4b55dcc2c8: Preparing [2021-01-12T18:23:39.750Z] 0b9e5c3273c6: Preparing [2021-01-12T18:23:39.750Z] 9b4b55dcc2c8: Layer already exists [2021-01-12T18:23:39.750Z] 0b9e5c3273c6: Layer already exists [2021-01-12T18:23:39.750Z] a7ac5b849cd0: Layer already exists [2021-01-12T18:23:39.750Z] master: digest: sha256:d8da2858e5fb74807fd304408a0e9c1c5b3c3e3abf7a09b24d6ac370dd9fec53 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-12T18:23:39.942Z] ===================================================== [2021-01-12T18:23:39.953Z] ---> Running in 91dbfa3898cd [Pipeline] echo [2021-01-12T18:23:39.989Z] taggedImages: [2021-01-12T18:23:39.989Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:23:39.989Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.33 [2021-01-12T18:23:39.989Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [2021-01-12T18:23:39.989Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-01-12T18:23:40.051Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-01-12T18:23:40.051Z] 6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:23:40.051Z] 2.0.0-dev.33 [2021-01-12T18:23:40.051Z] 6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [2021-01-12T18:23:40.051Z] master [2021-01-12T18:23:40.051Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:23:40.677Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:6731ab5d56a0494658aab350a508f22ecd29f588 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:23:40.931Z] ---> 9bde8ea69b69 [2021-01-12T18:23:40.931Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-12T18:23:40.972Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:23:40.972Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-12T18:23:40.972Z] 3b6033e5113e: Preparing [2021-01-12T18:23:40.972Z] 79235dc95495: Preparing [2021-01-12T18:23:40.972Z] 0b9e5c3273c6: Preparing [2021-01-12T18:23:40.972Z] ddeb3c791c2f: Preparing [2021-01-12T18:23:40.972Z] ac5410cca5d3: Preparing [2021-01-12T18:23:40.972Z] 777b2c648970: Preparing [2021-01-12T18:23:40.972Z] 777b2c648970: Waiting [2021-01-12T18:23:40.972Z] 0b9e5c3273c6: Layer already exists [2021-01-12T18:23:40.972Z] 777b2c648970: Layer already exists [2021-01-12T18:23:41.207Z] Removing intermediate container 91dbfa3898cd [2021-01-12T18:23:41.207Z] ---> 786e342767cc [2021-01-12T18:23:41.207Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T18:23:41.207Z] Removing intermediate container 2d5941e5f7b6 [2021-01-12T18:23:41.207Z] ---> e698066c530e [2021-01-12T18:23:41.207Z] Step 21/22 : LABEL git_sha=6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:23:41.234Z] 3b6033e5113e: Pushed [2021-01-12T18:23:41.234Z] ac5410cca5d3: Pushed [2021-01-12T18:23:41.234Z] ddeb3c791c2f: Pushed [2021-01-12T18:23:41.482Z] ---> 1c336436e60a [2021-01-12T18:23:41.482Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-12T18:23:41.758Z] ---> Running in d0263401826e [2021-01-12T18:23:42.366Z] ---> 86c68aa501e0 [2021-01-12T18:23:42.366Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-12T18:23:42.622Z] 79235dc95495: Pushed [2021-01-12T18:23:42.622Z] 6731ab5d56a0494658aab350a508f22ecd29f588: digest: sha256:d915f247761abacac71b92893492626aea132e5003cf6166ab0f9df2026d296f size: 1572 [2021-01-12T18:23:42.639Z] ---> d2a3f42c0981 [2021-01-12T18:23:42.639Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-12T18:23:42.639Z] Removing intermediate container d0263401826e [2021-01-12T18:23:42.639Z] ---> 0262cae5d59a [2021-01-12T18:23:42.639Z] Step 22/22 : LABEL version=2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:23:42.923Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:23:43.220Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.33 [2021-01-12T18:23:43.220Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-12T18:23:43.220Z] 3b6033e5113e: Preparing [2021-01-12T18:23:43.220Z] 79235dc95495: Preparing [2021-01-12T18:23:43.220Z] 0b9e5c3273c6: Preparing [2021-01-12T18:23:43.220Z] ddeb3c791c2f: Preparing [2021-01-12T18:23:43.220Z] ac5410cca5d3: Preparing [2021-01-12T18:23:43.220Z] 777b2c648970: Preparing [2021-01-12T18:23:43.220Z] 777b2c648970: Waiting [2021-01-12T18:23:43.220Z] 0b9e5c3273c6: Layer already exists [2021-01-12T18:23:43.220Z] 3b6033e5113e: Layer already exists [2021-01-12T18:23:43.220Z] ac5410cca5d3: Layer already exists [2021-01-12T18:23:43.220Z] 79235dc95495: Layer already exists [2021-01-12T18:23:43.220Z] ddeb3c791c2f: Layer already exists [2021-01-12T18:23:43.220Z] 777b2c648970: Layer already exists [2021-01-12T18:23:43.220Z] 2.0.0-dev.33: digest: sha256:d915f247761abacac71b92893492626aea132e5003cf6166ab0f9df2026d296f size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:23:43.242Z] ---> Running in 840312cc39d9 [2021-01-12T18:23:43.522Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:23:43.817Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [2021-01-12T18:23:43.817Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-12T18:23:43.818Z] 3b6033e5113e: Preparing [2021-01-12T18:23:43.818Z] 79235dc95495: Preparing [2021-01-12T18:23:43.818Z] 0b9e5c3273c6: Preparing [2021-01-12T18:23:43.818Z] ddeb3c791c2f: Preparing [2021-01-12T18:23:43.818Z] ac5410cca5d3: Preparing [2021-01-12T18:23:43.818Z] 777b2c648970: Preparing [2021-01-12T18:23:43.818Z] 777b2c648970: Waiting [2021-01-12T18:23:43.818Z] ac5410cca5d3: Layer already exists [2021-01-12T18:23:43.818Z] 79235dc95495: Layer already exists [2021-01-12T18:23:43.818Z] ddeb3c791c2f: Layer already exists [2021-01-12T18:23:43.818Z] 0b9e5c3273c6: Layer already exists [2021-01-12T18:23:43.818Z] 3b6033e5113e: Layer already exists [2021-01-12T18:23:43.818Z] 777b2c648970: Layer already exists [2021-01-12T18:23:43.818Z] 6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33: digest: sha256:d915f247761abacac71b92893492626aea132e5003cf6166ab0f9df2026d296f size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:23:44.123Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:23:44.218Z] ---> 86dd3d2b6a78 [2021-01-12T18:23:44.218Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-12T18:23:44.423Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-01-12T18:23:44.423Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-12T18:23:44.423Z] 3b6033e5113e: Preparing [2021-01-12T18:23:44.423Z] 79235dc95495: Preparing [2021-01-12T18:23:44.423Z] 0b9e5c3273c6: Preparing [2021-01-12T18:23:44.423Z] ddeb3c791c2f: Preparing [2021-01-12T18:23:44.423Z] ac5410cca5d3: Preparing [2021-01-12T18:23:44.423Z] 777b2c648970: Preparing [2021-01-12T18:23:44.423Z] 777b2c648970: Waiting [2021-01-12T18:23:44.423Z] 0b9e5c3273c6: Layer already exists [2021-01-12T18:23:44.423Z] 79235dc95495: Layer already exists [2021-01-12T18:23:44.423Z] 3b6033e5113e: Layer already exists [2021-01-12T18:23:44.423Z] ac5410cca5d3: Layer already exists [2021-01-12T18:23:44.423Z] ddeb3c791c2f: Layer already exists [2021-01-12T18:23:44.423Z] 777b2c648970: Layer already exists [2021-01-12T18:23:44.423Z] master: digest: sha256:d915f247761abacac71b92893492626aea132e5003cf6166ab0f9df2026d296f size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [2021-01-12T18:23:44.493Z] ---> Running in 9a79c98f8b26 [2021-01-12T18:23:44.493Z] Removing intermediate container 840312cc39d9 [2021-01-12T18:23:44.493Z] ---> 41e243144993 [2021-01-12T18:23:44.493Z] [2021-01-12T18:23:44.493Z] ---> a8c47521e1b4 [2021-01-12T18:23:44.493Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-12T18:23:44.493Z] ---> 69f420fd657f [2021-01-12T18:23:44.493Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-12T18:23:44.602Z] ===================================================== [Pipeline] echo [2021-01-12T18:23:44.645Z] taggedImages: [2021-01-12T18:23:44.645Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:23:44.645Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.33 [2021-01-12T18:23:44.645Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [2021-01-12T18:23:44.645Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-01-12T18:23:44.713Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-01-12T18:23:44.713Z] 6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:23:44.713Z] 2.0.0-dev.33 [2021-01-12T18:23:44.713Z] 6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [2021-01-12T18:23:44.713Z] master [2021-01-12T18:23:44.713Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:23:45.104Z] Successfully built 41e243144993 [2021-01-12T18:23:45.105Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-12T18:23:45.105Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-01-12T18:23:45.105Z] Removing intermediate container 9a79c98f8b26 [2021-01-12T18:23:45.105Z] ---> af1418d9f4f6 [2021-01-12T18:23:45.105Z] Step 18/21 : CMD ["--init=true"] [2021-01-12T18:23:45.177Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:6731ab5d56a0494658aab350a508f22ecd29f588 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:23:45.470Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:23:45.471Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-12T18:23:45.471Z] a0d1e60cf8da: Preparing [2021-01-12T18:23:45.471Z] 4b9b9b0d6db5: Preparing [2021-01-12T18:23:45.471Z] 0b9e5c3273c6: Preparing [2021-01-12T18:23:45.471Z] 0b9e5c3273c6: Layer already exists [2021-01-12T18:23:45.471Z] a0d1e60cf8da: Pushed [2021-01-12T18:23:45.711Z] ---> Running in 779c2c370aaa [2021-01-12T18:23:45.711Z] ---> 46e593f339ca [2021-01-12T18:23:45.711Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-12T18:23:46.306Z] ---> Running in 200884a65c84 [2021-01-12T18:23:46.306Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-12T18:23:46.576Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-12T18:23:46.576Z] ---> eeaf43b92773 [2021-01-12T18:23:46.576Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-12T18:23:46.855Z] 4b9b9b0d6db5: Pushed [2021-01-12T18:23:46.855Z] 6731ab5d56a0494658aab350a508f22ecd29f588: digest: sha256:038c827605d4275f6ca2b6f90643af009aded039889545b18768c18e26d36252 size: 943 [2021-01-12T18:23:46.864Z] Removing intermediate container 779c2c370aaa [2021-01-12T18:23:46.864Z] ---> 32544514be7f [2021-01-12T18:23:46.864Z] Step 19/21 : LABEL arch=arm64 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:23:47.161Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:23:47.472Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.33 [2021-01-12T18:23:47.472Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-12T18:23:47.472Z] a0d1e60cf8da: Preparing [2021-01-12T18:23:47.472Z] 4b9b9b0d6db5: Preparing [2021-01-12T18:23:47.472Z] 0b9e5c3273c6: Preparing [2021-01-12T18:23:47.472Z] a0d1e60cf8da: Layer already exists [2021-01-12T18:23:47.472Z] 4b9b9b0d6db5: Layer already exists [2021-01-12T18:23:47.472Z] 0b9e5c3273c6: Layer already exists [2021-01-12T18:23:47.472Z] 2.0.0-dev.33: digest: sha256:038c827605d4275f6ca2b6f90643af009aded039889545b18768c18e26d36252 size: 943 [2021-01-12T18:23:47.482Z] ---> dcc96eb939c8 [2021-01-12T18:23:47.482Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-12T18:23:47.483Z] ---> Running in f03ae977e7c4 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:23:47.782Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [2021-01-12T18:23:47.787Z] ---> Running in 928b03771605 [2021-01-12T18:23:47.787Z] Removing intermediate container 200884a65c84 [2021-01-12T18:23:47.787Z] ---> a20adfef6c52 [2021-01-12T18:23:47.787Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:23:48.076Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [2021-01-12T18:23:48.076Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-12T18:23:48.076Z] a0d1e60cf8da: Preparing [2021-01-12T18:23:48.076Z] 4b9b9b0d6db5: Preparing [2021-01-12T18:23:48.076Z] 0b9e5c3273c6: Preparing [2021-01-12T18:23:48.076Z] 0b9e5c3273c6: Layer already exists [2021-01-12T18:23:48.076Z] 4b9b9b0d6db5: Layer already exists [2021-01-12T18:23:48.076Z] a0d1e60cf8da: Layer already exists [2021-01-12T18:23:48.076Z] 6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33: digest: sha256:038c827605d4275f6ca2b6f90643af009aded039889545b18768c18e26d36252 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:23:48.377Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:23:48.423Z] ---> Running in 27c7dbbfecf1 [2021-01-12T18:23:48.669Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-01-12T18:23:48.669Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-12T18:23:48.669Z] a0d1e60cf8da: Preparing [2021-01-12T18:23:48.669Z] 4b9b9b0d6db5: Preparing [2021-01-12T18:23:48.669Z] 0b9e5c3273c6: Preparing [2021-01-12T18:23:48.669Z] a0d1e60cf8da: Layer already exists [2021-01-12T18:23:48.669Z] 4b9b9b0d6db5: Layer already exists [2021-01-12T18:23:48.669Z] 0b9e5c3273c6: Layer already exists [2021-01-12T18:23:48.669Z] master: digest: sha256:038c827605d4275f6ca2b6f90643af009aded039889545b18768c18e26d36252 size: 943 [Pipeline] } [2021-01-12T18:23:48.702Z] ---> 49d153f097aa [2021-01-12T18:23:48.703Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-12T18:23:48.842Z] ===================================================== [Pipeline] echo [2021-01-12T18:23:48.886Z] taggedImages: [2021-01-12T18:23:48.886Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:23:48.886Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.33 [2021-01-12T18:23:48.886Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [2021-01-12T18:23:48.886Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-01-12T18:23:48.944Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2021-01-12T18:23:48.944Z] 6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:23:48.944Z] 2.0.0-dev.33 [2021-01-12T18:23:48.944Z] 6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [2021-01-12T18:23:48.944Z] master [2021-01-12T18:23:48.944Z] ===================================================== [2021-01-12T18:23:48.976Z] Removing intermediate container 928b03771605 [2021-01-12T18:23:48.976Z] ---> d704fb9f584d [2021-01-12T18:23:48.976Z] Step 20/21 : LABEL git_sha=6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:23:48.976Z] ---> Running in 5ee2d6174172 [2021-01-12T18:23:48.976Z] ---> Running in 9f69388db756 [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:23:49.252Z] Removing intermediate container 27c7dbbfecf1 [2021-01-12T18:23:49.252Z] ---> b24462e5c56e [2021-01-12T18:23:49.252Z] Step 20/22 : LABEL arch=arm64 [2021-01-12T18:23:49.426Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:6731ab5d56a0494658aab350a508f22ecd29f588 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:23:49.527Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T18:23:49.527Z] ---> Running in 225f7518d948 [2021-01-12T18:23:49.723Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:23:49.723Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-12T18:23:49.723Z] eee66e41e929: Preparing [2021-01-12T18:23:49.723Z] 6ef54c2fea50: Preparing [2021-01-12T18:23:49.723Z] 2f7747453983: Preparing [2021-01-12T18:23:49.723Z] 8e9a58ade2a8: Preparing [2021-01-12T18:23:49.723Z] 0b9e5c3273c6: Preparing [2021-01-12T18:23:49.723Z] 12a40148f960: Preparing [2021-01-12T18:23:49.723Z] 777b2c648970: Preparing [2021-01-12T18:23:49.723Z] 12a40148f960: Waiting [2021-01-12T18:23:49.723Z] 777b2c648970: Waiting [2021-01-12T18:23:49.723Z] 0b9e5c3273c6: Layer already exists [2021-01-12T18:23:49.804Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T18:23:49.804Z] Removing intermediate container 9f69388db756 [2021-01-12T18:23:49.804Z] ---> 30e4c2787e32 [2021-01-12T18:23:49.804Z] Step 21/21 : LABEL version=2.0.0-dev.33 [2021-01-12T18:23:49.985Z] 6ef54c2fea50: Pushed [2021-01-12T18:23:49.985Z] eee66e41e929: Pushed [2021-01-12T18:23:49.985Z] 2f7747453983: Pushed [2021-01-12T18:23:49.985Z] 777b2c648970: Layer already exists [2021-01-12T18:23:50.077Z] ---> Running in 9cca2f98c06d [2021-01-12T18:23:50.247Z] 12a40148f960: Pushed [2021-01-12T18:23:50.374Z] Removing intermediate container 225f7518d948 [2021-01-12T18:23:50.374Z] ---> 9fd6e68b16a7 [2021-01-12T18:23:50.374Z] Step 21/22 : LABEL git_sha=6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:23:50.508Z] 8e9a58ade2a8: Pushed [2021-01-12T18:23:50.662Z] (1/2) Installing readline (8.0.4-r0) [2021-01-12T18:23:50.662Z] (2/2) Installing bash (5.0.17-r0) [2021-01-12T18:23:50.662Z] Executing bash-5.0.17-r0.post-install [2021-01-12T18:23:50.662Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T18:23:50.662Z] OK: 12 MiB in 22 packages [2021-01-12T18:23:50.769Z] 6731ab5d56a0494658aab350a508f22ecd29f588: digest: sha256:76333de7103b7e444f78b4772623e7bf0e03fc14cdaf130ddb6a520f86b344c7 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:23:50.939Z] ---> Running in ccd086764fee [2021-01-12T18:23:50.939Z] Removing intermediate container 9cca2f98c06d [2021-01-12T18:23:50.939Z] ---> 43ac99f6b63e [2021-01-12T18:23:50.939Z] [2021-01-12T18:23:51.069Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:23:51.367Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.33 [2021-01-12T18:23:51.368Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-12T18:23:51.368Z] eee66e41e929: Preparing [2021-01-12T18:23:51.368Z] 6ef54c2fea50: Preparing [2021-01-12T18:23:51.368Z] 2f7747453983: Preparing [2021-01-12T18:23:51.368Z] 8e9a58ade2a8: Preparing [2021-01-12T18:23:51.368Z] 0b9e5c3273c6: Preparing [2021-01-12T18:23:51.368Z] 12a40148f960: Preparing [2021-01-12T18:23:51.368Z] 777b2c648970: Preparing [2021-01-12T18:23:51.368Z] 12a40148f960: Waiting [2021-01-12T18:23:51.368Z] 777b2c648970: Waiting [2021-01-12T18:23:51.368Z] 6ef54c2fea50: Layer already exists [2021-01-12T18:23:51.368Z] 8e9a58ade2a8: Layer already exists [2021-01-12T18:23:51.368Z] 0b9e5c3273c6: Layer already exists [2021-01-12T18:23:51.368Z] eee66e41e929: Layer already exists [2021-01-12T18:23:51.368Z] 2f7747453983: Layer already exists [2021-01-12T18:23:51.368Z] 777b2c648970: Layer already exists [2021-01-12T18:23:51.368Z] 12a40148f960: Layer already exists [2021-01-12T18:23:51.368Z] 2.0.0-dev.33: digest: sha256:76333de7103b7e444f78b4772623e7bf0e03fc14cdaf130ddb6a520f86b344c7 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:23:51.553Z] Successfully built 43ac99f6b63e [2021-01-12T18:23:51.674Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:23:51.831Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-12T18:23:51.831Z] Building docker-support-notifications-go [2021-01-12T18:23:51.831Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container ccd086764fee [2021-01-12T18:23:51.831Z] ---> 55f8585009fa [2021-01-12T18:23:51.831Z] Step 22/22 : LABEL version=2.0.0-dev.33 [2021-01-12T18:23:51.985Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [2021-01-12T18:23:51.985Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-12T18:23:51.985Z] eee66e41e929: Preparing [2021-01-12T18:23:51.985Z] 6ef54c2fea50: Preparing [2021-01-12T18:23:51.985Z] 2f7747453983: Preparing [2021-01-12T18:23:51.985Z] 8e9a58ade2a8: Preparing [2021-01-12T18:23:51.985Z] 0b9e5c3273c6: Preparing [2021-01-12T18:23:51.985Z] 12a40148f960: Preparing [2021-01-12T18:23:51.985Z] 777b2c648970: Preparing [2021-01-12T18:23:51.985Z] 12a40148f960: Waiting [2021-01-12T18:23:51.985Z] 777b2c648970: Waiting [2021-01-12T18:23:51.985Z] eee66e41e929: Layer already exists [2021-01-12T18:23:51.985Z] 2f7747453983: Layer already exists [2021-01-12T18:23:51.985Z] 8e9a58ade2a8: Layer already exists [2021-01-12T18:23:51.985Z] 0b9e5c3273c6: Layer already exists [2021-01-12T18:23:51.985Z] 6ef54c2fea50: Layer already exists [2021-01-12T18:23:51.985Z] 777b2c648970: Layer already exists [2021-01-12T18:23:51.985Z] 12a40148f960: Layer already exists [2021-01-12T18:23:51.985Z] 6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33: digest: sha256:76333de7103b7e444f78b4772623e7bf0e03fc14cdaf130ddb6a520f86b344c7 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:23:52.472Z] ---> Running in c4e71a016faa [2021-01-12T18:23:52.477Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:23:52.774Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2021-01-12T18:23:52.774Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-12T18:23:52.774Z] eee66e41e929: Preparing [2021-01-12T18:23:52.774Z] 6ef54c2fea50: Preparing [2021-01-12T18:23:52.774Z] 2f7747453983: Preparing [2021-01-12T18:23:52.774Z] 8e9a58ade2a8: Preparing [2021-01-12T18:23:52.774Z] 0b9e5c3273c6: Preparing [2021-01-12T18:23:52.774Z] 12a40148f960: Preparing [2021-01-12T18:23:52.774Z] 777b2c648970: Preparing [2021-01-12T18:23:52.774Z] 12a40148f960: Waiting [2021-01-12T18:23:52.774Z] 777b2c648970: Waiting [2021-01-12T18:23:52.774Z] 0b9e5c3273c6: Layer already exists [2021-01-12T18:23:52.774Z] 6ef54c2fea50: Layer already exists [2021-01-12T18:23:52.774Z] 8e9a58ade2a8: Layer already exists [2021-01-12T18:23:52.774Z] 2f7747453983: Layer already exists [2021-01-12T18:23:52.774Z] eee66e41e929: Layer already exists [2021-01-12T18:23:52.774Z] 12a40148f960: Layer already exists [2021-01-12T18:23:52.774Z] 777b2c648970: Layer already exists [2021-01-12T18:23:52.774Z] master: digest: sha256:76333de7103b7e444f78b4772623e7bf0e03fc14cdaf130ddb6a520f86b344c7 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-12T18:23:52.986Z] ===================================================== [Pipeline] echo [2021-01-12T18:23:53.035Z] taggedImages: [2021-01-12T18:23:53.035Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:23:53.035Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.33 [2021-01-12T18:23:53.035Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [2021-01-12T18:23:53.035Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] echo [2021-01-12T18:23:53.098Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-01-12T18:23:53.098Z] 6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:23:53.098Z] 2.0.0-dev.33 [2021-01-12T18:23:53.098Z] 6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [2021-01-12T18:23:53.098Z] master [2021-01-12T18:23:53.098Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:23:53.562Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:6731ab5d56a0494658aab350a508f22ecd29f588 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:23:53.869Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:23:53.869Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-12T18:23:53.869Z] e7060e9d57fc: Preparing [2021-01-12T18:23:53.869Z] c81a1110fcf2: Preparing [2021-01-12T18:23:53.869Z] 320ab6dbf3cc: Preparing [2021-01-12T18:23:53.869Z] 6784cfa0093c: Preparing [2021-01-12T18:23:53.869Z] 3a0758bb7430: Preparing [2021-01-12T18:23:53.869Z] 777b2c648970: Preparing [2021-01-12T18:23:53.869Z] 777b2c648970: Waiting [2021-01-12T18:23:53.919Z] Removing intermediate container 5ee2d6174172 [2021-01-12T18:23:53.919Z] ---> feec48dcd5ca [2021-01-12T18:23:53.919Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-12T18:23:53.919Z] Removing intermediate container c4e71a016faa [2021-01-12T18:23:53.919Z] ---> 44af45135800 [2021-01-12T18:23:53.919Z] [2021-01-12T18:23:53.919Z] Removing intermediate container f03ae977e7c4 [2021-01-12T18:23:53.919Z] ---> 9ee0ec0e37ea [2021-01-12T18:23:53.919Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-12T18:23:54.133Z] 6784cfa0093c: Pushed [2021-01-12T18:23:54.133Z] 320ab6dbf3cc: Pushed [2021-01-12T18:23:54.392Z] 777b2c648970: Layer already exists [2021-01-12T18:23:54.392Z] 3a0758bb7430: Pushed [2021-01-12T18:23:54.515Z] Successfully built 44af45135800 [2021-01-12T18:23:54.515Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-12T18:23:54.515Z]  Building docker-core-metadata-go ... done Building docker-security-bootstrap-redis-go [2021-01-12T18:23:54.967Z] e7060e9d57fc: Pushed [2021-01-12T18:23:54.967Z] c81a1110fcf2: Pushed [2021-01-12T18:23:54.967Z] 6731ab5d56a0494658aab350a508f22ecd29f588: digest: sha256:b5ae9c9ff339193dd8c9dc5eab1ea3705552bc8346af2564414ac450877f0c37 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:23:55.110Z] ---> Running in 22a0997e4bea [2021-01-12T18:23:55.110Z] ---> Running in dd75c32b5a01 [2021-01-12T18:23:55.267Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:23:55.578Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.33 [2021-01-12T18:23:55.579Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-12T18:23:55.579Z] e7060e9d57fc: Preparing [2021-01-12T18:23:55.579Z] c81a1110fcf2: Preparing [2021-01-12T18:23:55.579Z] 320ab6dbf3cc: Preparing [2021-01-12T18:23:55.579Z] 6784cfa0093c: Preparing [2021-01-12T18:23:55.579Z] 3a0758bb7430: Preparing [2021-01-12T18:23:55.579Z] 777b2c648970: Preparing [2021-01-12T18:23:55.579Z] 777b2c648970: Waiting [2021-01-12T18:23:55.579Z] 320ab6dbf3cc: Layer already exists [2021-01-12T18:23:55.579Z] 6784cfa0093c: Layer already exists [2021-01-12T18:23:55.579Z] 3a0758bb7430: Layer already exists [2021-01-12T18:23:55.579Z] e7060e9d57fc: Layer already exists [2021-01-12T18:23:55.579Z] c81a1110fcf2: Layer already exists [2021-01-12T18:23:55.579Z] 777b2c648970: Layer already exists [2021-01-12T18:23:55.579Z] 2.0.0-dev.33: digest: sha256:b5ae9c9ff339193dd8c9dc5eab1ea3705552bc8346af2564414ac450877f0c37 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:23:55.706Z] Removing intermediate container dd75c32b5a01 [2021-01-12T18:23:55.706Z] ---> b1359485d5be [2021-01-12T18:23:55.706Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-12T18:23:55.706Z] Removing intermediate container 22a0997e4bea [2021-01-12T18:23:55.706Z] ---> 6ec585bc719f [2021-01-12T18:23:55.706Z] Step 22/24 : LABEL arch=arm64 [2021-01-12T18:23:55.883Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:23:56.177Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [2021-01-12T18:23:56.177Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-12T18:23:56.177Z] e7060e9d57fc: Preparing [2021-01-12T18:23:56.177Z] c81a1110fcf2: Preparing [2021-01-12T18:23:56.177Z] 320ab6dbf3cc: Preparing [2021-01-12T18:23:56.177Z] 6784cfa0093c: Preparing [2021-01-12T18:23:56.177Z] 3a0758bb7430: Preparing [2021-01-12T18:23:56.177Z] 777b2c648970: Preparing [2021-01-12T18:23:56.177Z] 777b2c648970: Waiting [2021-01-12T18:23:56.177Z] 3a0758bb7430: Layer already exists [2021-01-12T18:23:56.177Z] 320ab6dbf3cc: Layer already exists [2021-01-12T18:23:56.177Z] c81a1110fcf2: Layer already exists [2021-01-12T18:23:56.177Z] e7060e9d57fc: Layer already exists [2021-01-12T18:23:56.177Z] 6784cfa0093c: Layer already exists [2021-01-12T18:23:56.177Z] 777b2c648970: Layer already exists [2021-01-12T18:23:56.177Z] 6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33: digest: sha256:b5ae9c9ff339193dd8c9dc5eab1ea3705552bc8346af2564414ac450877f0c37 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:23:56.307Z] ---> Running in 04e998bc9caa [2021-01-12T18:23:56.307Z] ---> Running in ccbc015c761a [2021-01-12T18:23:56.481Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:23:56.777Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-01-12T18:23:56.777Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-12T18:23:56.777Z] e7060e9d57fc: Preparing [2021-01-12T18:23:56.777Z] c81a1110fcf2: Preparing [2021-01-12T18:23:56.777Z] 320ab6dbf3cc: Preparing [2021-01-12T18:23:56.777Z] 6784cfa0093c: Preparing [2021-01-12T18:23:56.777Z] 3a0758bb7430: Preparing [2021-01-12T18:23:56.777Z] 777b2c648970: Preparing [2021-01-12T18:23:56.777Z] 777b2c648970: Waiting [2021-01-12T18:23:56.777Z] 6784cfa0093c: Layer already exists [2021-01-12T18:23:56.777Z] e7060e9d57fc: Layer already exists [2021-01-12T18:23:56.777Z] 320ab6dbf3cc: Layer already exists [2021-01-12T18:23:56.777Z] c81a1110fcf2: Layer already exists [2021-01-12T18:23:56.777Z] 3a0758bb7430: Layer already exists [2021-01-12T18:23:56.777Z] 777b2c648970: Layer already exists [2021-01-12T18:23:56.777Z] master: digest: sha256:b5ae9c9ff339193dd8c9dc5eab1ea3705552bc8346af2564414ac450877f0c37 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-12T18:23:57.012Z] ===================================================== [Pipeline] echo [2021-01-12T18:23:57.059Z] taggedImages: [2021-01-12T18:23:57.059Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:23:57.059Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.33 [2021-01-12T18:23:57.059Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [2021-01-12T18:23:57.059Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-01-12T18:23:57.186Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-01-12T18:23:57.186Z] 6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:23:57.186Z] 2.0.0-dev.33 [2021-01-12T18:23:57.186Z] 6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [2021-01-12T18:23:57.186Z] master [2021-01-12T18:23:57.186Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:23:57.655Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:6731ab5d56a0494658aab350a508f22ecd29f588 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:23:57.748Z] Removing intermediate container 04e998bc9caa [2021-01-12T18:23:57.748Z] ---> a6c274e42509 [2021-01-12T18:23:57.748Z] Removing intermediate container ccbc015c761a [2021-01-12T18:23:57.748Z] ---> 21d2f3e1b0ce [2021-01-12T18:23:57.748Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-12T18:23:57.748Z] Step 23/24 : LABEL git_sha=6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:23:57.950Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:23:57.950Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-12T18:23:57.950Z] 558207d75e51: Preparing [2021-01-12T18:23:57.950Z] 662d87ccd96b: Preparing [2021-01-12T18:23:57.950Z] 8f22484d6639: Preparing [2021-01-12T18:23:57.950Z] bc238877f60a: Preparing [2021-01-12T18:23:57.950Z] 44c1ddd49804: Preparing [2021-01-12T18:23:57.950Z] 54be9cc30c9f: Preparing [2021-01-12T18:23:57.950Z] 2ffb24ae3ff9: Preparing [2021-01-12T18:23:57.950Z] 12a40148f960: Preparing [2021-01-12T18:23:57.950Z] 777b2c648970: Preparing [2021-01-12T18:23:57.950Z] 12a40148f960: Waiting [2021-01-12T18:23:57.950Z] 2ffb24ae3ff9: Waiting [2021-01-12T18:23:57.950Z] 54be9cc30c9f: Waiting [2021-01-12T18:23:57.950Z] 777b2c648970: Waiting [2021-01-12T18:23:58.211Z] 558207d75e51: Pushed [2021-01-12T18:23:58.211Z] 662d87ccd96b: Pushed [2021-01-12T18:23:58.211Z] 44c1ddd49804: Pushed [2021-01-12T18:23:58.211Z] 12a40148f960: Layer already exists [2021-01-12T18:23:58.356Z] ---> Running in 801d09ccb315 [2021-01-12T18:23:58.356Z] ---> Running in b3c76d9e96a2 [2021-01-12T18:23:58.475Z] 777b2c648970: Layer already exists [2021-01-12T18:23:58.476Z] 54be9cc30c9f: Pushed [2021-01-12T18:23:58.476Z] 2ffb24ae3ff9: Pushed [2021-01-12T18:23:59.049Z] bc238877f60a: Pushed [2021-01-12T18:23:59.049Z] 8f22484d6639: Pushed [2021-01-12T18:23:59.049Z] 6731ab5d56a0494658aab350a508f22ecd29f588: digest: sha256:dbd1267d4a22884bc1224d0d0753a6d17c7d297ad2f386139d0e591892f01e72 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:23:59.336Z] Removing intermediate container 801d09ccb315 [2021-01-12T18:23:59.336Z] ---> 0e55e58a3dfb [2021-01-12T18:23:59.336Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-12T18:23:59.336Z] Removing intermediate container b3c76d9e96a2 [2021-01-12T18:23:59.336Z] ---> 36881ed0453a [2021-01-12T18:23:59.336Z] Step 24/24 : LABEL version=2.0.0-dev.33 [2021-01-12T18:23:59.611Z] ---> Running in 84507e3c33f6 [2021-01-12T18:23:59.619Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:23:59.913Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.33 [2021-01-12T18:23:59.913Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-12T18:23:59.913Z] 558207d75e51: Preparing [2021-01-12T18:23:59.913Z] 662d87ccd96b: Preparing [2021-01-12T18:23:59.913Z] 8f22484d6639: Preparing [2021-01-12T18:23:59.913Z] bc238877f60a: Preparing [2021-01-12T18:23:59.913Z] 44c1ddd49804: Preparing [2021-01-12T18:23:59.913Z] 54be9cc30c9f: Preparing [2021-01-12T18:23:59.913Z] 2ffb24ae3ff9: Preparing [2021-01-12T18:23:59.913Z] 12a40148f960: Preparing [2021-01-12T18:23:59.913Z] 777b2c648970: Preparing [2021-01-12T18:23:59.913Z] 2ffb24ae3ff9: Waiting [2021-01-12T18:23:59.913Z] 12a40148f960: Waiting [2021-01-12T18:23:59.913Z] 54be9cc30c9f: Waiting [2021-01-12T18:23:59.913Z] 777b2c648970: Waiting [2021-01-12T18:23:59.913Z] 558207d75e51: Layer already exists [2021-01-12T18:23:59.913Z] 662d87ccd96b: Layer already exists [2021-01-12T18:23:59.913Z] 44c1ddd49804: Layer already exists [2021-01-12T18:23:59.913Z] 8f22484d6639: Layer already exists [2021-01-12T18:23:59.913Z] bc238877f60a: Layer already exists [2021-01-12T18:23:59.913Z] 54be9cc30c9f: Layer already exists [2021-01-12T18:23:59.913Z] 777b2c648970: Layer already exists [2021-01-12T18:23:59.913Z] 2ffb24ae3ff9: Layer already exists [2021-01-12T18:23:59.913Z] 12a40148f960: Layer already exists [2021-01-12T18:23:59.913Z] 2.0.0-dev.33: digest: sha256:dbd1267d4a22884bc1224d0d0753a6d17c7d297ad2f386139d0e591892f01e72 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:24:00.218Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:24:00.512Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [2021-01-12T18:24:00.512Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-12T18:24:00.512Z] 558207d75e51: Preparing [2021-01-12T18:24:00.512Z] 662d87ccd96b: Preparing [2021-01-12T18:24:00.512Z] 8f22484d6639: Preparing [2021-01-12T18:24:00.512Z] bc238877f60a: Preparing [2021-01-12T18:24:00.512Z] 44c1ddd49804: Preparing [2021-01-12T18:24:00.512Z] 54be9cc30c9f: Preparing [2021-01-12T18:24:00.512Z] 2ffb24ae3ff9: Preparing [2021-01-12T18:24:00.512Z] 12a40148f960: Preparing [2021-01-12T18:24:00.512Z] 777b2c648970: Preparing [2021-01-12T18:24:00.512Z] 2ffb24ae3ff9: Waiting [2021-01-12T18:24:00.512Z] 12a40148f960: Waiting [2021-01-12T18:24:00.512Z] 54be9cc30c9f: Waiting [2021-01-12T18:24:00.512Z] 777b2c648970: Waiting [2021-01-12T18:24:00.512Z] bc238877f60a: Layer already exists [2021-01-12T18:24:00.512Z] 662d87ccd96b: Layer already exists [2021-01-12T18:24:00.512Z] 44c1ddd49804: Layer already exists [2021-01-12T18:24:00.512Z] 558207d75e51: Layer already exists [2021-01-12T18:24:00.512Z] 8f22484d6639: Layer already exists [2021-01-12T18:24:00.512Z] 12a40148f960: Layer already exists [2021-01-12T18:24:00.512Z] 54be9cc30c9f: Layer already exists [2021-01-12T18:24:00.512Z] 777b2c648970: Layer already exists [2021-01-12T18:24:00.512Z] 2ffb24ae3ff9: Layer already exists [2021-01-12T18:24:00.605Z] Removing intermediate container 84507e3c33f6 [2021-01-12T18:24:00.605Z] ---> 924d115719b6 [2021-01-12T18:24:00.605Z] [2021-01-12T18:24:00.605Z] Successfully built 924d115719b6 [2021-01-12T18:24:00.773Z] 6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33: digest: sha256:dbd1267d4a22884bc1224d0d0753a6d17c7d297ad2f386139d0e591892f01e72 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:24:00.879Z] ---> 97c8d637a51d [2021-01-12T18:24:00.879Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-12T18:24:00.879Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-12T18:24:00.879Z] Building docker-support-scheduler-go [2021-01-12T18:24:01.072Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:24:01.367Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-01-12T18:24:01.367Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-12T18:24:01.367Z] 558207d75e51: Preparing [2021-01-12T18:24:01.367Z] 662d87ccd96b: Preparing [2021-01-12T18:24:01.367Z] 8f22484d6639: Preparing [2021-01-12T18:24:01.367Z] bc238877f60a: Preparing [2021-01-12T18:24:01.367Z] 44c1ddd49804: Preparing [2021-01-12T18:24:01.367Z] 54be9cc30c9f: Preparing [2021-01-12T18:24:01.367Z] 2ffb24ae3ff9: Preparing [2021-01-12T18:24:01.367Z] 12a40148f960: Preparing [2021-01-12T18:24:01.367Z] 777b2c648970: Preparing [2021-01-12T18:24:01.367Z] 2ffb24ae3ff9: Waiting [2021-01-12T18:24:01.367Z] 12a40148f960: Waiting [2021-01-12T18:24:01.367Z] 777b2c648970: Waiting [2021-01-12T18:24:01.367Z] 54be9cc30c9f: Waiting [2021-01-12T18:24:01.367Z] 44c1ddd49804: Layer already exists [2021-01-12T18:24:01.367Z] 8f22484d6639: Layer already exists [2021-01-12T18:24:01.367Z] bc238877f60a: Layer already exists [2021-01-12T18:24:01.367Z] 558207d75e51: Layer already exists [2021-01-12T18:24:01.367Z] 662d87ccd96b: Layer already exists [2021-01-12T18:24:01.367Z] 2ffb24ae3ff9: Layer already exists [2021-01-12T18:24:01.367Z] 54be9cc30c9f: Layer already exists [2021-01-12T18:24:01.367Z] 12a40148f960: Layer already exists [2021-01-12T18:24:01.367Z] 777b2c648970: Layer already exists [2021-01-12T18:24:01.367Z] master: digest: sha256:dbd1267d4a22884bc1224d0d0753a6d17c7d297ad2f386139d0e591892f01e72 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-12T18:24:01.561Z] ===================================================== [Pipeline] echo [2021-01-12T18:24:01.606Z] taggedImages: [2021-01-12T18:24:01.606Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:24:01.606Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.33 [2021-01-12T18:24:01.606Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [2021-01-12T18:24:01.606Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-01-12T18:24:01.667Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-01-12T18:24:01.667Z] 6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:24:01.667Z] 2.0.0-dev.33 [2021-01-12T18:24:01.667Z] 6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [2021-01-12T18:24:01.667Z] master [2021-01-12T18:24:01.667Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:24:01.864Z]  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T18:24:01.864Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-12T18:24:01.864Z] ---> a092db6af193 [2021-01-12T18:24:01.864Z] Step 3/23 : WORKDIR /edgex-go [2021-01-12T18:24:01.864Z] ---> Using cache [2021-01-12T18:24:01.864Z] ---> bbc28ed666e8 [2021-01-12T18:24:01.864Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T18:24:01.864Z] ---> Using cache [2021-01-12T18:24:01.864Z] ---> 01762c49d6e9 [2021-01-12T18:24:01.864Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-12T18:24:01.864Z] ---> 3664d14329fa [2021-01-12T18:24:01.864Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-12T18:24:02.134Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:24:02.140Z] ---> Running in 185458c12a1a [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:24:02.430Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:24:02.430Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-12T18:24:02.430Z] 475895e4c173: Preparing [2021-01-12T18:24:02.430Z] 07bee29e8dda: Preparing [2021-01-12T18:24:02.430Z] 0b9e5c3273c6: Preparing [2021-01-12T18:24:02.430Z] d0252c9a0631: Preparing [2021-01-12T18:24:02.430Z] 6826cdf8e258: Preparing [2021-01-12T18:24:02.430Z] 946adca335bb: Preparing [2021-01-12T18:24:02.430Z] 946adca335bb: Waiting [2021-01-12T18:24:02.430Z] 0b9e5c3273c6: Layer already exists [2021-01-12T18:24:02.691Z] 475895e4c173: Pushed [2021-01-12T18:24:02.691Z] d0252c9a0631: Pushed [2021-01-12T18:24:02.691Z] 946adca335bb: Pushed [2021-01-12T18:24:02.691Z] 6826cdf8e258: Pushed [2021-01-12T18:24:03.580Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T18:24:03.580Z] ---> 92bc986c29b9 [2021-01-12T18:24:03.580Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-12T18:24:03.633Z] 07bee29e8dda: Pushed [2021-01-12T18:24:03.633Z] 6731ab5d56a0494658aab350a508f22ecd29f588: digest: sha256:dcd1ae6e82958b31d06ffc7cd643f9c69f7f4c3a9a42b5939bc04f9bc31fbf48 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:24:04.190Z] ---> Running in a5a8ae7b002a [2021-01-12T18:24:04.210Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:24:04.464Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T18:24:04.506Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.33 [2021-01-12T18:24:04.506Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-12T18:24:04.506Z] 475895e4c173: Preparing [2021-01-12T18:24:04.506Z] 07bee29e8dda: Preparing [2021-01-12T18:24:04.506Z] 0b9e5c3273c6: Preparing [2021-01-12T18:24:04.506Z] d0252c9a0631: Preparing [2021-01-12T18:24:04.506Z] 6826cdf8e258: Preparing [2021-01-12T18:24:04.506Z] 946adca335bb: Preparing [2021-01-12T18:24:04.506Z] 946adca335bb: Waiting [2021-01-12T18:24:04.506Z] d0252c9a0631: Layer already exists [2021-01-12T18:24:04.506Z] 6826cdf8e258: Layer already exists [2021-01-12T18:24:04.506Z] 07bee29e8dda: Layer already exists [2021-01-12T18:24:04.506Z] 0b9e5c3273c6: Layer already exists [2021-01-12T18:24:04.506Z] 475895e4c173: Layer already exists [2021-01-12T18:24:04.506Z] 946adca335bb: Layer already exists [2021-01-12T18:24:04.506Z] 2.0.0-dev.33: digest: sha256:dcd1ae6e82958b31d06ffc7cd643f9c69f7f4c3a9a42b5939bc04f9bc31fbf48 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:24:04.805Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:24:05.100Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [2021-01-12T18:24:05.101Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-12T18:24:05.101Z] 475895e4c173: Preparing [2021-01-12T18:24:05.101Z] 07bee29e8dda: Preparing [2021-01-12T18:24:05.101Z] 0b9e5c3273c6: Preparing [2021-01-12T18:24:05.101Z] d0252c9a0631: Preparing [2021-01-12T18:24:05.101Z] 6826cdf8e258: Preparing [2021-01-12T18:24:05.101Z] 946adca335bb: Preparing [2021-01-12T18:24:05.101Z] 946adca335bb: Waiting [2021-01-12T18:24:05.101Z] 07bee29e8dda: Layer already exists [2021-01-12T18:24:05.101Z] d0252c9a0631: Layer already exists [2021-01-12T18:24:05.101Z] 0b9e5c3273c6: Layer already exists [2021-01-12T18:24:05.101Z] 475895e4c173: Layer already exists [2021-01-12T18:24:05.101Z] 6826cdf8e258: Layer already exists [2021-01-12T18:24:05.101Z] 946adca335bb: Layer already exists [2021-01-12T18:24:05.101Z] 6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33: digest: sha256:dcd1ae6e82958b31d06ffc7cd643f9c69f7f4c3a9a42b5939bc04f9bc31fbf48 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:24:05.401Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:24:05.475Z] OK: 217 MiB in 51 packages [2021-01-12T18:24:05.475Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T18:24:05.720Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-01-12T18:24:05.720Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-12T18:24:05.720Z] 475895e4c173: Preparing [2021-01-12T18:24:05.720Z] 07bee29e8dda: Preparing [2021-01-12T18:24:05.720Z] 0b9e5c3273c6: Preparing [2021-01-12T18:24:05.720Z] d0252c9a0631: Preparing [2021-01-12T18:24:05.720Z] 6826cdf8e258: Preparing [2021-01-12T18:24:05.720Z] 946adca335bb: Preparing [2021-01-12T18:24:05.720Z] 946adca335bb: Waiting [2021-01-12T18:24:05.720Z] 475895e4c173: Layer already exists [2021-01-12T18:24:05.720Z] 0b9e5c3273c6: Layer already exists [2021-01-12T18:24:05.720Z] 07bee29e8dda: Layer already exists [2021-01-12T18:24:05.720Z] d0252c9a0631: Layer already exists [2021-01-12T18:24:05.720Z] 6826cdf8e258: Layer already exists [2021-01-12T18:24:05.720Z] 946adca335bb: Layer already exists [2021-01-12T18:24:05.720Z] master: digest: sha256:dcd1ae6e82958b31d06ffc7cd643f9c69f7f4c3a9a42b5939bc04f9bc31fbf48 size: 1573 [Pipeline] } [2021-01-12T18:24:05.749Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-12T18:24:05.895Z] ===================================================== [Pipeline] echo [2021-01-12T18:24:05.941Z] taggedImages: [2021-01-12T18:24:05.941Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:24:05.941Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.33 [2021-01-12T18:24:05.941Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [2021-01-12T18:24:05.941Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-01-12T18:24:05.998Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-01-12T18:24:05.998Z] 6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:24:05.998Z] 2.0.0-dev.33 [2021-01-12T18:24:05.998Z] 6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [2021-01-12T18:24:05.998Z] master [2021-01-12T18:24:05.998Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:24:06.361Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-12T18:24:06.361Z] (2/33) Installing expat (2.2.9-r1) [2021-01-12T18:24:06.361Z] (3/33) Installing libffi (3.3-r2) [2021-01-12T18:24:06.361Z] (4/33) Installing gdbm (1.13-r1) [2021-01-12T18:24:06.361Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-12T18:24:06.361Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-12T18:24:06.361Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-12T18:24:06.458Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:6731ab5d56a0494658aab350a508f22ecd29f588 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:24:06.753Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:24:06.753Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-12T18:24:06.753Z] 3a461514b2f4: Preparing [2021-01-12T18:24:06.753Z] e7c39471cdbb: Preparing [2021-01-12T18:24:06.753Z] 0b9e5c3273c6: Preparing [2021-01-12T18:24:06.753Z] 0b9e5c3273c6: Layer already exists [2021-01-12T18:24:06.753Z] 3a461514b2f4: Pushed [2021-01-12T18:24:07.698Z] e7c39471cdbb: Pushed [2021-01-12T18:24:07.960Z] 6731ab5d56a0494658aab350a508f22ecd29f588: digest: sha256:ec5b64ddb78a781737e9696f8f992e7c4162d85992c1dbbe9a94e002b8cc94c7 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:24:08.344Z] Removing intermediate container 185458c12a1a [2021-01-12T18:24:08.344Z] ---> 847687319b03 [2021-01-12T18:24:08.344Z] Step 6/23 : COPY go.mod . [2021-01-12T18:24:08.344Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-12T18:24:08.344Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-12T18:24:08.344Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-12T18:24:08.344Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-12T18:24:08.344Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-12T18:24:08.344Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-12T18:24:08.365Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:24:08.621Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-12T18:24:08.621Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-12T18:24:08.621Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-12T18:24:08.621Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-12T18:24:08.699Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.33 [2021-01-12T18:24:08.699Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-12T18:24:08.699Z] 3a461514b2f4: Preparing [2021-01-12T18:24:08.699Z] e7c39471cdbb: Preparing [2021-01-12T18:24:08.699Z] 0b9e5c3273c6: Preparing [2021-01-12T18:24:08.699Z] 3a461514b2f4: Layer already exists [2021-01-12T18:24:08.699Z] 0b9e5c3273c6: Layer already exists [2021-01-12T18:24:08.699Z] e7c39471cdbb: Layer already exists [2021-01-12T18:24:08.699Z] 2.0.0-dev.33: digest: sha256:ec5b64ddb78a781737e9696f8f992e7c4162d85992c1dbbe9a94e002b8cc94c7 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:24:08.903Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-12T18:24:08.903Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-12T18:24:08.903Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-12T18:24:08.903Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-12T18:24:08.903Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-12T18:24:08.903Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-12T18:24:08.903Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-12T18:24:08.903Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-12T18:24:08.903Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-12T18:24:09.002Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:24:09.178Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-12T18:24:09.178Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-12T18:24:09.178Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-12T18:24:09.178Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-12T18:24:09.178Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-12T18:24:09.178Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-12T18:24:09.178Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-12T18:24:09.296Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [2021-01-12T18:24:09.296Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-12T18:24:09.296Z] 3a461514b2f4: Preparing [2021-01-12T18:24:09.296Z] e7c39471cdbb: Preparing [2021-01-12T18:24:09.296Z] 0b9e5c3273c6: Preparing [2021-01-12T18:24:09.296Z] 0b9e5c3273c6: Layer already exists [2021-01-12T18:24:09.296Z] e7c39471cdbb: Layer already exists [2021-01-12T18:24:09.296Z] 3a461514b2f4: Layer already exists [2021-01-12T18:24:09.296Z] 6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33: digest: sha256:ec5b64ddb78a781737e9696f8f992e7c4162d85992c1dbbe9a94e002b8cc94c7 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:24:09.456Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T18:24:09.456Z] OK: 71 MiB in 55 packages [2021-01-12T18:24:09.597Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:24:09.893Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-01-12T18:24:09.893Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-12T18:24:09.893Z] 3a461514b2f4: Preparing [2021-01-12T18:24:09.893Z] e7c39471cdbb: Preparing [2021-01-12T18:24:09.893Z] 0b9e5c3273c6: Preparing [2021-01-12T18:24:09.893Z] e7c39471cdbb: Layer already exists [2021-01-12T18:24:09.893Z] 3a461514b2f4: Layer already exists [2021-01-12T18:24:09.893Z] 0b9e5c3273c6: Layer already exists [2021-01-12T18:24:09.893Z] master: digest: sha256:ec5b64ddb78a781737e9696f8f992e7c4162d85992c1dbbe9a94e002b8cc94c7 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2021-01-12T18:24:10.062Z] ---> ac8074f9c957 [2021-01-12T18:24:10.062Z] Step 7/23 : RUN go mod download [Pipeline] echo [2021-01-12T18:24:10.083Z] ===================================================== [Pipeline] echo [2021-01-12T18:24:10.155Z] taggedImages: [2021-01-12T18:24:10.155Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:24:10.155Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.33 [2021-01-12T18:24:10.155Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [2021-01-12T18:24:10.155Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-01-12T18:24:10.214Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-01-12T18:24:10.214Z] 6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:24:10.214Z] 2.0.0-dev.33 [2021-01-12T18:24:10.214Z] 6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [2021-01-12T18:24:10.214Z] master [2021-01-12T18:24:10.214Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:24:10.660Z] ---> Running in af0ecd3abd43 [2021-01-12T18:24:10.720Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:6731ab5d56a0494658aab350a508f22ecd29f588 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:24:11.020Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:24:11.020Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-12T18:24:11.020Z] 139f347400b6: Preparing [2021-01-12T18:24:11.020Z] a6fd03141690: Preparing [2021-01-12T18:24:11.020Z] 6c5a72ce9800: Preparing [2021-01-12T18:24:11.020Z] 6663973f15b7: Preparing [2021-01-12T18:24:11.020Z] 0a8978c5f70a: Preparing [2021-01-12T18:24:11.020Z] ecaab120a727: Preparing [2021-01-12T18:24:11.020Z] 1c06b65a5068: Preparing [2021-01-12T18:24:11.020Z] 0754057c0ad3: Preparing [2021-01-12T18:24:11.020Z] 998cdf262ab1: Preparing [2021-01-12T18:24:11.020Z] 02e56110abd2: Preparing [2021-01-12T18:24:11.020Z] abc36efb885a: Preparing [2021-01-12T18:24:11.020Z] b0b09059f4e1: Preparing [2021-01-12T18:24:11.020Z] bb961f40224b: Preparing [2021-01-12T18:24:11.020Z] f4666769fca7: Preparing [2021-01-12T18:24:11.020Z] ecaab120a727: Waiting [2021-01-12T18:24:11.020Z] 1c06b65a5068: Waiting [2021-01-12T18:24:11.020Z] 0754057c0ad3: Waiting [2021-01-12T18:24:11.020Z] 998cdf262ab1: Waiting [2021-01-12T18:24:11.020Z] bb961f40224b: Waiting [2021-01-12T18:24:11.020Z] f4666769fca7: Waiting [2021-01-12T18:24:11.020Z] 02e56110abd2: Waiting [2021-01-12T18:24:11.020Z] abc36efb885a: Waiting [2021-01-12T18:24:11.020Z] b0b09059f4e1: Waiting [2021-01-12T18:24:11.288Z] 0a8978c5f70a: Pushed [2021-01-12T18:24:11.288Z] 139f347400b6: Pushed [2021-01-12T18:24:11.555Z] 6663973f15b7: Pushed [2021-01-12T18:24:11.555Z] 0754057c0ad3: Layer already exists [2021-01-12T18:24:11.555Z] 998cdf262ab1: Layer already exists [2021-01-12T18:24:11.555Z] 02e56110abd2: Layer already exists [2021-01-12T18:24:11.555Z] 1c06b65a5068: Pushed [2021-01-12T18:24:11.555Z] abc36efb885a: Layer already exists [2021-01-12T18:24:11.555Z] b0b09059f4e1: Layer already exists [2021-01-12T18:24:11.555Z] bb961f40224b: Layer already exists [2021-01-12T18:24:11.818Z] a6fd03141690: Pushed [2021-01-12T18:24:11.818Z] f4666769fca7: Layer already exists [2021-01-12T18:24:12.392Z] ecaab120a727: Pushed [2021-01-12T18:24:14.990Z] Removing intermediate container af0ecd3abd43 [2021-01-12T18:24:14.990Z] ---> 9806a6e122a6 [2021-01-12T18:24:14.990Z] Step 8/23 : COPY . . [2021-01-12T18:24:15.699Z] 6c5a72ce9800: Pushed [2021-01-12T18:24:15.699Z] 6731ab5d56a0494658aab350a508f22ecd29f588: digest: sha256:13128c99ed3c2cd202ebb0c4f0467e2c30d272c15d9354bf19dc5a328142ba17 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:24:16.007Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:24:16.309Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.33 [2021-01-12T18:24:16.310Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-12T18:24:16.310Z] 139f347400b6: Preparing [2021-01-12T18:24:16.310Z] a6fd03141690: Preparing [2021-01-12T18:24:16.310Z] 6c5a72ce9800: Preparing [2021-01-12T18:24:16.310Z] 6663973f15b7: Preparing [2021-01-12T18:24:16.310Z] 0a8978c5f70a: Preparing [2021-01-12T18:24:16.310Z] ecaab120a727: Preparing [2021-01-12T18:24:16.310Z] 1c06b65a5068: Preparing [2021-01-12T18:24:16.310Z] 0754057c0ad3: Preparing [2021-01-12T18:24:16.310Z] 998cdf262ab1: Preparing [2021-01-12T18:24:16.310Z] 02e56110abd2: Preparing [2021-01-12T18:24:16.310Z] abc36efb885a: Preparing [2021-01-12T18:24:16.310Z] b0b09059f4e1: Preparing [2021-01-12T18:24:16.310Z] bb961f40224b: Preparing [2021-01-12T18:24:16.310Z] f4666769fca7: Preparing [2021-01-12T18:24:16.310Z] 998cdf262ab1: Waiting [2021-01-12T18:24:16.310Z] 02e56110abd2: Waiting [2021-01-12T18:24:16.310Z] abc36efb885a: Waiting [2021-01-12T18:24:16.310Z] b0b09059f4e1: Waiting [2021-01-12T18:24:16.310Z] bb961f40224b: Waiting [2021-01-12T18:24:16.310Z] ecaab120a727: Waiting [2021-01-12T18:24:16.310Z] 1c06b65a5068: Waiting [2021-01-12T18:24:16.310Z] 0754057c0ad3: Waiting [2021-01-12T18:24:16.310Z] f4666769fca7: Waiting [2021-01-12T18:24:16.310Z] 6663973f15b7: Layer already exists [2021-01-12T18:24:16.310Z] a6fd03141690: Layer already exists [2021-01-12T18:24:16.310Z] 139f347400b6: Layer already exists [2021-01-12T18:24:16.310Z] 0a8978c5f70a: Layer already exists [2021-01-12T18:24:16.310Z] 6c5a72ce9800: Layer already exists [2021-01-12T18:24:16.310Z] 1c06b65a5068: Layer already exists [2021-01-12T18:24:16.310Z] ecaab120a727: Layer already exists [2021-01-12T18:24:16.310Z] 998cdf262ab1: Layer already exists [2021-01-12T18:24:16.310Z] 02e56110abd2: Layer already exists [2021-01-12T18:24:16.310Z] 0754057c0ad3: Layer already exists [2021-01-12T18:24:16.310Z] b0b09059f4e1: Layer already exists [2021-01-12T18:24:16.310Z] f4666769fca7: Layer already exists [2021-01-12T18:24:16.310Z] bb961f40224b: Layer already exists [2021-01-12T18:24:16.310Z] abc36efb885a: Layer already exists [2021-01-12T18:24:16.310Z] 2.0.0-dev.33: digest: sha256:13128c99ed3c2cd202ebb0c4f0467e2c30d272c15d9354bf19dc5a328142ba17 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:24:16.879Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:24:16.980Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T18:24:16.980Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-12T18:24:16.980Z] ---> a092db6af193 [2021-01-12T18:24:16.980Z] Step 3/24 : WORKDIR /edgex-go [2021-01-12T18:24:16.980Z] ---> Using cache [2021-01-12T18:24:16.980Z] ---> bbc28ed666e8 [2021-01-12T18:24:16.980Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T18:24:16.980Z] ---> Using cache [2021-01-12T18:24:16.980Z] ---> 01762c49d6e9 [2021-01-12T18:24:16.980Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-12T18:24:17.178Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [2021-01-12T18:24:17.178Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-12T18:24:17.178Z] 139f347400b6: Preparing [2021-01-12T18:24:17.178Z] a6fd03141690: Preparing [2021-01-12T18:24:17.178Z] 6c5a72ce9800: Preparing [2021-01-12T18:24:17.178Z] 6663973f15b7: Preparing [2021-01-12T18:24:17.178Z] 0a8978c5f70a: Preparing [2021-01-12T18:24:17.178Z] ecaab120a727: Preparing [2021-01-12T18:24:17.178Z] 1c06b65a5068: Preparing [2021-01-12T18:24:17.178Z] 0754057c0ad3: Preparing [2021-01-12T18:24:17.178Z] 998cdf262ab1: Preparing [2021-01-12T18:24:17.178Z] 02e56110abd2: Preparing [2021-01-12T18:24:17.178Z] abc36efb885a: Preparing [2021-01-12T18:24:17.178Z] b0b09059f4e1: Preparing [2021-01-12T18:24:17.178Z] bb961f40224b: Preparing [2021-01-12T18:24:17.178Z] f4666769fca7: Preparing [2021-01-12T18:24:17.178Z] ecaab120a727: Waiting [2021-01-12T18:24:17.178Z] 1c06b65a5068: Waiting [2021-01-12T18:24:17.178Z] abc36efb885a: Waiting [2021-01-12T18:24:17.178Z] b0b09059f4e1: Waiting [2021-01-12T18:24:17.178Z] bb961f40224b: Waiting [2021-01-12T18:24:17.178Z] f4666769fca7: Waiting [2021-01-12T18:24:17.178Z] 0754057c0ad3: Waiting [2021-01-12T18:24:17.178Z] 998cdf262ab1: Waiting [2021-01-12T18:24:17.178Z] 139f347400b6: Layer already exists [2021-01-12T18:24:17.178Z] 6c5a72ce9800: Layer already exists [2021-01-12T18:24:17.178Z] 0a8978c5f70a: Layer already exists [2021-01-12T18:24:17.178Z] 6663973f15b7: Layer already exists [2021-01-12T18:24:17.178Z] a6fd03141690: Layer already exists [2021-01-12T18:24:17.178Z] ecaab120a727: Layer already exists [2021-01-12T18:24:17.178Z] 1c06b65a5068: Layer already exists [2021-01-12T18:24:17.178Z] 0754057c0ad3: Layer already exists [2021-01-12T18:24:17.178Z] 998cdf262ab1: Layer already exists [2021-01-12T18:24:17.178Z] 02e56110abd2: Layer already exists [2021-01-12T18:24:17.178Z] abc36efb885a: Layer already exists [2021-01-12T18:24:17.178Z] b0b09059f4e1: Layer already exists [2021-01-12T18:24:17.178Z] bb961f40224b: Layer already exists [2021-01-12T18:24:17.178Z] f4666769fca7: Layer already exists [2021-01-12T18:24:17.178Z] 6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33: digest: sha256:13128c99ed3c2cd202ebb0c4f0467e2c30d272c15d9354bf19dc5a328142ba17 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:24:17.479Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:24:17.774Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-01-12T18:24:17.774Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-12T18:24:17.774Z] 139f347400b6: Preparing [2021-01-12T18:24:17.774Z] a6fd03141690: Preparing [2021-01-12T18:24:17.774Z] 6c5a72ce9800: Preparing [2021-01-12T18:24:17.774Z] 6663973f15b7: Preparing [2021-01-12T18:24:17.774Z] 0a8978c5f70a: Preparing [2021-01-12T18:24:17.774Z] ecaab120a727: Preparing [2021-01-12T18:24:17.774Z] 1c06b65a5068: Preparing [2021-01-12T18:24:17.774Z] 0754057c0ad3: Preparing [2021-01-12T18:24:17.774Z] 998cdf262ab1: Preparing [2021-01-12T18:24:17.774Z] 02e56110abd2: Preparing [2021-01-12T18:24:17.774Z] abc36efb885a: Preparing [2021-01-12T18:24:17.774Z] b0b09059f4e1: Preparing [2021-01-12T18:24:17.774Z] bb961f40224b: Preparing [2021-01-12T18:24:17.774Z] f4666769fca7: Preparing [2021-01-12T18:24:17.774Z] b0b09059f4e1: Waiting [2021-01-12T18:24:17.774Z] 998cdf262ab1: Waiting [2021-01-12T18:24:17.774Z] bb961f40224b: Waiting [2021-01-12T18:24:17.774Z] 02e56110abd2: Waiting [2021-01-12T18:24:17.774Z] f4666769fca7: Waiting [2021-01-12T18:24:17.774Z] abc36efb885a: Waiting [2021-01-12T18:24:17.774Z] ecaab120a727: Waiting [2021-01-12T18:24:17.774Z] 1c06b65a5068: Waiting [2021-01-12T18:24:17.774Z] 0754057c0ad3: Waiting [2021-01-12T18:24:17.774Z] 0a8978c5f70a: Layer already exists [2021-01-12T18:24:17.774Z] 139f347400b6: Layer already exists [2021-01-12T18:24:17.774Z] a6fd03141690: Layer already exists [2021-01-12T18:24:17.774Z] 6663973f15b7: Layer already exists [2021-01-12T18:24:17.774Z] 6c5a72ce9800: Layer already exists [2021-01-12T18:24:17.774Z] 0754057c0ad3: Layer already exists [2021-01-12T18:24:17.774Z] 1c06b65a5068: Layer already exists [2021-01-12T18:24:17.774Z] 02e56110abd2: Layer already exists [2021-01-12T18:24:17.774Z] 998cdf262ab1: Layer already exists [2021-01-12T18:24:17.774Z] ecaab120a727: Layer already exists [2021-01-12T18:24:17.774Z] abc36efb885a: Layer already exists [2021-01-12T18:24:17.774Z] bb961f40224b: Layer already exists [2021-01-12T18:24:17.774Z] b0b09059f4e1: Layer already exists [2021-01-12T18:24:17.774Z] f4666769fca7: Layer already exists [2021-01-12T18:24:17.774Z] master: digest: sha256:13128c99ed3c2cd202ebb0c4f0467e2c30d272c15d9354bf19dc5a328142ba17 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-12T18:24:17.976Z] ===================================================== [Pipeline] echo [2021-01-12T18:24:18.018Z] taggedImages: [2021-01-12T18:24:18.018Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:24:18.018Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.33 [2021-01-12T18:24:18.018Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [2021-01-12T18:24:18.018Z] - 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-12T18:24:18.972Z] ---> Running in ee1670ebe048 [2021-01-12T18:24:19.583Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T18:24:19.859Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-12T18:24:19.859Z] ---> a092db6af193 [2021-01-12T18:24:19.859Z] Step 3/22 : WORKDIR /edgex-go [2021-01-12T18:24:19.859Z] ---> Using cache [2021-01-12T18:24:19.859Z] ---> bbc28ed666e8 [2021-01-12T18:24:19.859Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T18:24:19.859Z] ---> Using cache [2021-01-12T18:24:19.859Z] ---> 01762c49d6e9 [2021-01-12T18:24:19.859Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-12T18:24:19.859Z] ---> Using cache [2021-01-12T18:24:19.859Z] ---> 35b8c16bccfb [2021-01-12T18:24:19.859Z] Step 6/22 : COPY go.mod . [2021-01-12T18:24:19.859Z] ---> Using cache [2021-01-12T18:24:19.859Z] ---> b850e8db2ee9 [2021-01-12T18:24:19.859Z] Step 7/22 : RUN go mod download [2021-01-12T18:24:19.859Z] ---> Using cache [2021-01-12T18:24:19.859Z] ---> 3353506ded61 [2021-01-12T18:24:19.859Z] Step 8/22 : COPY . . [2021-01-12T18:24:19.859Z] ---> Using cache [2021-01-12T18:24:19.859Z] ---> 66b78099755d [2021-01-12T18:24:19.859Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-12T18:24:20.854Z] Removing intermediate container a5a8ae7b002a [2021-01-12T18:24:20.854Z] ---> e4519a178f11 [2021-01-12T18:24:20.854Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-12T18:24:21.461Z] ---> Running in 7c664ebade05 [2021-01-12T18:24:21.734Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T18:24:21.735Z] ---> Running in c2462f0b4790 [2021-01-12T18:24:22.343Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T18:24:22.343Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-12T18:24:22.343Z] ---> a092db6af193 [2021-01-12T18:24:22.343Z] Step 3/21 : WORKDIR /edgex-go [2021-01-12T18:24:22.343Z] ---> Using cache [2021-01-12T18:24:22.343Z] ---> bbc28ed666e8 [2021-01-12T18:24:22.343Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T18:24:22.343Z] ---> Using cache [2021-01-12T18:24:22.343Z] ---> 01762c49d6e9 [2021-01-12T18:24:22.343Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-12T18:24:22.343Z] ---> Using cache [2021-01-12T18:24:22.343Z] ---> 35b8c16bccfb [2021-01-12T18:24:22.343Z] Step 6/21 : COPY go.mod . [2021-01-12T18:24:22.619Z] ---> Using cache [2021-01-12T18:24:22.619Z] ---> b850e8db2ee9 [2021-01-12T18:24:22.619Z] Step 7/21 : RUN go mod download [2021-01-12T18:24:22.619Z] ---> Using cache [2021-01-12T18:24:22.619Z] ---> 3353506ded61 [2021-01-12T18:24:22.619Z] Step 8/21 : COPY . . [2021-01-12T18:24:22.619Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T18:24:22.619Z] ---> Using cache [2021-01-12T18:24:22.619Z] ---> 66b78099755d [2021-01-12T18:24:22.619Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-12T18:24:23.214Z] OK: 217 MiB in 51 packages [2021-01-12T18:24:23.497Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-12T18:24:23.497Z] ---> Running in a46508af8ab6 [2021-01-12T18:24:25.502Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-12T18:24:25.781Z] Removing intermediate container ee1670ebe048 [2021-01-12T18:24:25.781Z] ---> 58e8b8f6313a [2021-01-12T18:24:25.781Z] Step 6/24 : COPY go.mod . [2021-01-12T18:24:27.805Z] ---> bba90f63e768 [2021-01-12T18:24:27.805Z] Step 7/24 : RUN go mod download [2021-01-12T18:24:27.805Z] ---> Running in 6aea9897a66e [2021-01-12T18:24:29.254Z] Collecting docker-compose==1.23.2 [2021-01-12T18:24:29.530Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-12T18:24:30.133Z] 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-12T18:24:30.409Z] ---> 21f9cc166289 [2021-01-12T18:24:30.410Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-12T18:24:30.685Z] ---> Running in a457ab06ea68 [2021-01-12T18:24:30.972Z] Collecting docker<4.0,>=3.6.0 [2021-01-12T18:24:30.972Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-12T18:24:32.962Z] Removing intermediate container 6aea9897a66e [2021-01-12T18:24:32.962Z] ---> cd41a4963576 [2021-01-12T18:24:32.962Z] Step 8/24 : COPY . . [2021-01-12T18:24:32.962Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/core-data/core-data ./cmd/core-data [2021-01-12T18:24:33.565Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-12T18:24:33.565Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-12T18:24:34.167Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-12T18:24:34.442Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-12T18:24:39.236Z] Collecting texttable<0.10,>=0.9.0 [2021-01-12T18:24:39.236Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-12T18:24:41.887Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-12T18:24:41.887Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-12T18:24:42.503Z] Collecting jsonschema<3,>=2.5.1 [2021-01-12T18:24:42.503Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-12T18:24:43.529Z] Collecting cached-property<2,>=1.2.0 [2021-01-12T18:24:43.529Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-12T18:24:44.974Z] Collecting docopt<0.7,>=0.6.1 [2021-01-12T18:24:44.974Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-12T18:24:45.255Z] ---> ed7c369f1330 [2021-01-12T18:24:45.255Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-12T18:24:45.534Z] ---> Running in 876a057402d4 [2021-01-12T18:24:47.517Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-12T18:24:48.502Z] Collecting PyYAML<4,>=3.10 [2021-01-12T18:24:48.502Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-12T18:24:52.819Z] Collecting docker-pycreds>=0.4.0 [2021-01-12T18:24:52.819Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-12T18:24:53.807Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-12T18:24:53.807Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-12T18:24:54.415Z] 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-12T18:24:54.696Z] Collecting idna<2.8,>=2.5 [2021-01-12T18:24:54.696Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-12T18:24:54.696Z] 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-12T18:24:54.696Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-12T18:24:54.696Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-12T18:24:54.696Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-12T18:24:54.696Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-12T18:24:56.130Z] Installing collected packages: websocket-client, docker-pycreds, urllib3, idna, requests, docker, dockerpty, texttable, jsonschema, cached-property, docopt, PyYAML, docker-compose [2021-01-12T18:24:56.403Z] Attempting uninstall: urllib3 [2021-01-12T18:24:56.403Z] Found existing installation: urllib3 1.25.9 [2021-01-12T18:24:56.403Z] Uninstalling urllib3-1.25.9: [2021-01-12T18:24:56.678Z] Successfully uninstalled urllib3-1.25.9 [2021-01-12T18:24:57.284Z] Attempting uninstall: idna [2021-01-12T18:24:57.284Z] Found existing installation: idna 2.9 [2021-01-12T18:24:57.558Z] Uninstalling idna-2.9: [2021-01-12T18:24:57.558Z] Successfully uninstalled idna-2.9 [2021-01-12T18:24:58.543Z] Attempting uninstall: requests [2021-01-12T18:24:58.543Z] Found existing installation: requests 2.23.0 [2021-01-12T18:24:58.543Z] Uninstalling requests-2.23.0: [2021-01-12T18:24:58.543Z] Successfully uninstalled requests-2.23.0 [2021-01-12T18:24:59.983Z] Running setup.py install for dockerpty: started [2021-01-12T18:25:02.607Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-12T18:25:02.607Z] Running setup.py install for texttable: started [2021-01-12T18:25:05.234Z] Running setup.py install for texttable: finished with status 'done' [2021-01-12T18:25:05.510Z] Running setup.py install for docopt: started [2021-01-12T18:25:08.146Z] Running setup.py install for docopt: finished with status 'done' [2021-01-12T18:25:08.146Z] Running setup.py install for PyYAML: started [2021-01-12T18:25:11.552Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-12T18:25:12.154Z] 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-12T18:25:18.907Z] Removing intermediate container c2462f0b4790 [2021-01-12T18:25:18.907Z] ---> 3b9bd86e8c36 [2021-01-12T18:25:18.907Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-12T18:25:18.907Z] ---> Running in 53f8e9a9570a [2021-01-12T18:25:20.379Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T18:25:20.379Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T18:25:20.979Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-12T18:25:21.257Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-12T18:25:21.257Z] (3/3) Installing curl (7.69.1-r3) [2021-01-12T18:25:21.257Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T18:25:21.257Z] OK: 71 MiB in 58 packages [2021-01-12T18:25:23.268Z] Removing intermediate container 53f8e9a9570a [2021-01-12T18:25:23.268Z] ---> 3052c45b056d [2021-01-12T18:25:23.268Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-12T18:25:23.268Z] ---> Running in 7eee5299b04d [2021-01-12T18:25:24.241Z] Removing intermediate container 7eee5299b04d [2021-01-12T18:25:24.241Z] ---> 2fb3de8e7619 [2021-01-12T18:25:24.241Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T18:25:24.241Z] ---> Running in 49f4feafab54 [2021-01-12T18:25:24.837Z] Removing intermediate container 49f4feafab54 [2021-01-12T18:25:24.837Z] ---> 36907a947a54 [2021-01-12T18:25:24.837Z] Step 24/26 : LABEL arch=arm64 [2021-01-12T18:25:25.107Z] ---> Running in 6c2294e3c93a [2021-01-12T18:25:26.098Z] Removing intermediate container 6c2294e3c93a [2021-01-12T18:25:26.098Z] ---> d36613503e8f [2021-01-12T18:25:26.098Z] Step 25/26 : LABEL git_sha=6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:25:26.098Z] ---> Running in 0e7b8858e618 [2021-01-12T18:25:26.702Z] Removing intermediate container 0e7b8858e618 [2021-01-12T18:25:26.975Z] ---> 60a128d8b8c9 [2021-01-12T18:25:26.975Z] Step 26/26 : LABEL version=2.0.0-dev.33 [2021-01-12T18:25:26.975Z] ---> Running in 02c9ec5d7aaf [2021-01-12T18:25:27.577Z] Removing intermediate container 02c9ec5d7aaf [2021-01-12T18:25:27.577Z] ---> 075581226fd3 [2021-01-12T18:25:27.577Z] [2021-01-12T18:25:28.178Z] Successfully built 075581226fd3 [2021-01-12T18:25:28.178Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-12T18:25:50.385Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 7c664ebade05 [2021-01-12T18:25:50.385Z] ---> 1530a18f83d9 [2021-01-12T18:25:50.385Z] [2021-01-12T18:25:50.385Z] Step 10/22 : FROM alpine:3.12 [2021-01-12T18:25:50.385Z] ---> afeebe901d6b [2021-01-12T18:25:50.385Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-12T18:25:50.385Z] ---> Using cache [2021-01-12T18:25:50.385Z] ---> 2e632866c044 [2021-01-12T18:25:50.385Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-12T18:25:50.385Z] ---> Running in 61a2cdf35fc9 [2021-01-12T18:25:50.981Z] Removing intermediate container 61a2cdf35fc9 [2021-01-12T18:25:50.981Z] ---> 246f7d67defa [2021-01-12T18:25:50.981Z] Step 13/22 : WORKDIR / [2021-01-12T18:25:51.254Z] ---> Running in ca6d2464789e [2021-01-12T18:25:52.232Z] Removing intermediate container ca6d2464789e [2021-01-12T18:25:52.232Z] ---> ee51a398c25a [2021-01-12T18:25:52.232Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T18:25:53.672Z] ---> 5810aa792903 [2021-01-12T18:25:53.672Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-12T18:25:57.092Z] ---> d04bef15bf59 [2021-01-12T18:25:57.092Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-12T18:25:57.368Z] Removing intermediate container a46508af8ab6 [2021-01-12T18:25:57.368Z] ---> 61cd0a208102 [2021-01-12T18:25:57.368Z] [2021-01-12T18:25:57.368Z] Step 10/21 : FROM scratch [2021-01-12T18:25:57.368Z] ---> [2021-01-12T18:25:57.368Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-12T18:25:57.642Z] ---> Using cache [2021-01-12T18:25:57.642Z] ---> 8aaa43b6bd98 [2021-01-12T18:25:57.642Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-12T18:25:57.920Z] ---> Running in e7278812f46d [2021-01-12T18:25:58.196Z] ---> 724e7ee7dd64 [2021-01-12T18:25:58.196Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-12T18:25:58.797Z] Removing intermediate container e7278812f46d [2021-01-12T18:25:58.797Z] ---> b4e6be7867a6 [2021-01-12T18:25:58.797Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-12T18:25:58.797Z] ---> Running in f7edd8f763cf [2021-01-12T18:25:59.782Z] ---> e392b8b0dc37 [2021-01-12T18:25:59.782Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-12T18:25:59.782Z] Removing intermediate container f7edd8f763cf [2021-01-12T18:25:59.782Z] ---> d2ae64534905 [2021-01-12T18:25:59.782Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T18:25:59.782Z] ---> Running in ab5324c33157 [2021-01-12T18:26:01.224Z] ---> a63d07cfe5dc [2021-01-12T18:26:01.224Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-12T18:26:03.877Z] ---> 15e65b1988d7 [2021-01-12T18:26:03.877Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-12T18:26:03.877Z] Removing intermediate container ab5324c33157 [2021-01-12T18:26:03.877Z] ---> deb8e5143eff [2021-01-12T18:26:03.877Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-12T18:26:03.877Z] ---> Running in 097bc261a8d1 [2021-01-12T18:26:04.947Z] Removing intermediate container 097bc261a8d1 [2021-01-12T18:26:04.947Z] ---> 80ca01ce9625 [2021-01-12T18:26:04.947Z] Step 20/22 : LABEL arch=arm64 [2021-01-12T18:26:04.947Z] ---> 9f94d8f0d158 [2021-01-12T18:26:04.947Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-12T18:26:05.362Z] ---> Running in 9d6bc635765b [2021-01-12T18:26:05.362Z] ---> Running in dcc69f254fae [2021-01-12T18:26:06.486Z] Removing intermediate container 9d6bc635765b [2021-01-12T18:26:06.486Z] ---> a02b56982233 [2021-01-12T18:26:06.486Z] Step 21/22 : LABEL git_sha=6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:26:06.486Z] Removing intermediate container dcc69f254fae [2021-01-12T18:26:06.486Z] ---> 9865e980c417 [2021-01-12T18:26:06.486Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T18:26:06.832Z] ---> Running in 269024eec0c0 [2021-01-12T18:26:06.832Z] ---> Running in d7fa0554c6dd [2021-01-12T18:26:07.682Z] Removing intermediate container 269024eec0c0 [2021-01-12T18:26:07.682Z] ---> e735d86d946d [2021-01-12T18:26:07.682Z] Step 22/22 : LABEL version=2.0.0-dev.33 [2021-01-12T18:26:07.682Z] ---> Running in 86280656aac8 [2021-01-12T18:26:08.295Z] Removing intermediate container d7fa0554c6dd [2021-01-12T18:26:08.295Z] ---> 623b5dd0fd43 [2021-01-12T18:26:08.295Z] Step 19/21 : LABEL arch=arm64 [2021-01-12T18:26:08.577Z] ---> Running in 2dfd0f408472 [2021-01-12T18:26:08.852Z] Removing intermediate container 86280656aac8 [2021-01-12T18:26:08.852Z] ---> 292832ee2978 [2021-01-12T18:26:08.852Z] [2021-01-12T18:26:09.127Z] Removing intermediate container 2dfd0f408472 [2021-01-12T18:26:09.127Z] ---> 172b9a7336bb [2021-01-12T18:26:09.127Z] Step 20/21 : LABEL git_sha=6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:26:09.403Z] Successfully built 292832ee2978 [2021-01-12T18:26:09.403Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-12T18:26:09.675Z]  Building docker-security-bootstrap-redis-go ... done  ---> Running in 03a1ed871fe6 [2021-01-12T18:26:10.277Z] Removing intermediate container 876a057402d4 [2021-01-12T18:26:10.277Z] ---> 67dd4fb3bd31 [2021-01-12T18:26:10.277Z] [2021-01-12T18:26:10.277Z] Step 10/24 : FROM scratch [2021-01-12T18:26:10.277Z] ---> [2021-01-12T18:26:10.277Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-12T18:26:10.277Z] Removing intermediate container 03a1ed871fe6 [2021-01-12T18:26:10.277Z] ---> 2c96eb44477e [2021-01-12T18:26:10.277Z] Step 21/21 : LABEL version=2.0.0-dev.33 [2021-01-12T18:26:10.550Z] ---> Running in ace23a69409b [2021-01-12T18:26:10.550Z] ---> Running in 8ea9269d52f2 [2021-01-12T18:26:11.142Z] Removing intermediate container 8ea9269d52f2 [2021-01-12T18:26:11.142Z] ---> 65d0093206bb [2021-01-12T18:26:11.142Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-12T18:26:11.416Z] Removing intermediate container ace23a69409b [2021-01-12T18:26:11.416Z] ---> 57c58b0e5a7d [2021-01-12T18:26:11.416Z] [2021-01-12T18:26:11.416Z] ---> Running in ed9943f1fe40 [2021-01-12T18:26:11.693Z] Successfully built 57c58b0e5a7d [2021-01-12T18:26:11.693Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-12T18:26:12.289Z]  Building docker-support-scheduler-go ... done Removing intermediate container ed9943f1fe40 [2021-01-12T18:26:12.289Z] ---> c442b6b6b848 [2021-01-12T18:26:12.289Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-12T18:26:12.563Z] ---> Running in d5c870e226ca [2021-01-12T18:26:13.170Z] Removing intermediate container d5c870e226ca [2021-01-12T18:26:13.170Z] ---> ab1f745db562 [2021-01-12T18:26:13.170Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-12T18:26:14.157Z] ---> 2a5b694ecc21 [2021-01-12T18:26:14.157Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-12T18:26:15.592Z] ---> 7310c698b52a [2021-01-12T18:26:15.592Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-12T18:26:17.023Z] ---> b946fe7dad05 [2021-01-12T18:26:17.023Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T18:26:17.614Z] ---> 4e27194d052d [2021-01-12T18:26:17.614Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-12T18:26:19.051Z] ---> 7e122e74b577 [2021-01-12T18:26:19.051Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-12T18:26:20.029Z] ---> a950791dcaf3 [2021-01-12T18:26:20.029Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-12T18:26:20.304Z] ---> Running in 6024a6666961 [2021-01-12T18:26:20.898Z] Removing intermediate container 6024a6666961 [2021-01-12T18:26:20.898Z] ---> 27659aef443a [2021-01-12T18:26:20.898Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T18:26:21.169Z] ---> Running in 2449d37f88da [2021-01-12T18:26:22.145Z] Removing intermediate container 2449d37f88da [2021-01-12T18:26:22.145Z] ---> 77879cf0ffa9 [2021-01-12T18:26:22.145Z] Step 22/24 : LABEL arch=arm64 [2021-01-12T18:26:22.145Z] ---> Running in 3b483e32be4f [2021-01-12T18:26:22.418Z] Removing intermediate container a457ab06ea68 [2021-01-12T18:26:22.418Z] ---> db3e051dd303 [2021-01-12T18:26:22.418Z] [2021-01-12T18:26:22.418Z] Step 10/23 : FROM alpine:3.12 [2021-01-12T18:26:22.418Z] ---> afeebe901d6b [2021-01-12T18:26:22.418Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-12T18:26:22.690Z] ---> Running in 3b095c09ee0a [2021-01-12T18:26:22.690Z] Removing intermediate container 3b483e32be4f [2021-01-12T18:26:22.690Z] ---> 2b99305ec336 [2021-01-12T18:26:22.690Z] Step 23/24 : LABEL git_sha=6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:26:22.963Z] ---> Running in b07511f84cf2 [2021-01-12T18:26:23.239Z] Removing intermediate container 3b095c09ee0a [2021-01-12T18:26:23.239Z] ---> e4eeaf119cd6 [2021-01-12T18:26:23.239Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-12T18:26:23.239Z] ---> Running in 35144cb42609 [2021-01-12T18:26:23.509Z] Removing intermediate container b07511f84cf2 [2021-01-12T18:26:23.509Z] ---> b0d18800d653 [2021-01-12T18:26:23.509Z] Step 24/24 : LABEL version=2.0.0-dev.33 [2021-01-12T18:26:23.779Z] ---> Running in 189b9153cf50 [2021-01-12T18:26:23.779Z] Removing intermediate container 35144cb42609 [2021-01-12T18:26:23.779Z] ---> f54a29c0f4ea [2021-01-12T18:26:23.779Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-12T18:26:24.050Z] ---> Running in b5fb0a555878 [2021-01-12T18:26:24.050Z] Removing intermediate container 189b9153cf50 [2021-01-12T18:26:24.050Z] ---> d04d6c5e5f84 [2021-01-12T18:26:24.050Z] [2021-01-12T18:26:24.320Z] Successfully built d04d6c5e5f84 [2021-01-12T18:26:24.593Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-12T18:26:24.593Z]  Building docker-support-notifications-go ... done Removing intermediate container b5fb0a555878 [2021-01-12T18:26:24.593Z] ---> d3be6588bfab [2021-01-12T18:26:24.593Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T18:26:24.593Z] ---> Running in 255c55bce4b1 [2021-01-12T18:26:27.211Z] Removing intermediate container 255c55bce4b1 [2021-01-12T18:26:27.212Z] ---> 7bb502e5dcc6 [2021-01-12T18:26:27.212Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-12T18:26:27.212Z] ---> Running in 2ce8509e3415 [2021-01-12T18:26:28.189Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T18:26:28.782Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T18:26:29.377Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-12T18:26:29.648Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-12T18:26:29.648Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-12T18:26:30.242Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-12T18:26:30.242Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-12T18:26:30.242Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T18:26:30.242Z] OK: 8 MiB in 19 packages [2021-01-12T18:26:31.675Z] Removing intermediate container 2ce8509e3415 [2021-01-12T18:26:31.675Z] ---> 41db73f8b606 [2021-01-12T18:26:31.675Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T18:26:32.649Z] ---> 360f6d60aa22 [2021-01-12T18:26:32.649Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-12T18:26:33.623Z] ---> 8c368cc2bf3a [2021-01-12T18:26:33.623Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-12T18:26:34.596Z] ---> fd7af6db46ea [2021-01-12T18:26:34.596Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-12T18:26:34.868Z] ---> Running in 1a25e299415e [2021-01-12T18:26:35.139Z] Removing intermediate container 1a25e299415e [2021-01-12T18:26:35.139Z] ---> 2eaa4a94acc1 [2021-01-12T18:26:35.139Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T18:26:35.412Z] ---> Running in a52f132d91f5 [2021-01-12T18:26:36.004Z] Removing intermediate container a52f132d91f5 [2021-01-12T18:26:36.004Z] ---> 8609d0b76d44 [2021-01-12T18:26:36.004Z] Step 21/23 : LABEL arch=arm64 [2021-01-12T18:26:36.004Z] ---> Running in 6376306e45e1 [2021-01-12T18:26:36.597Z] Removing intermediate container 6376306e45e1 [2021-01-12T18:26:36.597Z] ---> 3d3c4eade88c [2021-01-12T18:26:36.597Z] Step 22/23 : LABEL git_sha=6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:26:36.597Z] ---> Running in ed2095a5d44e [2021-01-12T18:26:37.200Z] Removing intermediate container ed2095a5d44e [2021-01-12T18:26:37.200Z] ---> c46f025a21d6 [2021-01-12T18:26:37.200Z] Step 23/23 : LABEL version=2.0.0-dev.33 [2021-01-12T18:26:37.200Z] ---> Running in 8c49d9b73153 [2021-01-12T18:26:37.791Z] Removing intermediate container 8c49d9b73153 [2021-01-12T18:26:37.791Z] ---> e6c23277773c [2021-01-12T18:26:37.791Z] [2021-01-12T18:26:38.063Z] Successfully built e6c23277773c [2021-01-12T18:26:38.063Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-12T18:26:38.351Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-12T18:26:38.252Z] $ docker stop --time=1 0fd409efcf5f9a028cedd38589a98bdc65e02834b726afcd67929adac01a05af [2021-01-12T18:26:40.145Z] $ docker rm -f 0fd409efcf5f9a028cedd38589a98bdc65e02834b726afcd67929adac01a05af [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-12T18:26:40.935Z] + + dockergrep images docker [2021-01-12T18:26:40.935Z] [2021-01-12T18:26:41.209Z] docker-core-data-go-arm64 latest e6c23277773c 3 seconds ago 21MB [2021-01-12T18:26:41.209Z] docker-support-notifications-go-arm64 latest d04d6c5e5f84 17 seconds ago 11.4MB [2021-01-12T18:26:41.209Z] docker-support-scheduler-go-arm64 latest 57c58b0e5a7d 30 seconds ago 10MB [2021-01-12T18:26:41.209Z] docker-security-bootstrap-redis-go-arm64 latest 292832ee2978 32 seconds ago 15.1MB [2021-01-12T18:26:41.209Z] docker-sys-mgmt-agent-go-arm64 latest 075581226fd3 About a minute ago 300MB [2021-01-12T18:26:41.209Z] docker-security-secretstore-setup-go-arm64 latest 924d115719b6 2 minutes ago 23.4MB [2021-01-12T18:26:41.209Z] docker-core-metadata-go-arm64 latest 44af45135800 2 minutes ago 12.3MB [2021-01-12T18:26:41.209Z] docker-security-proxy-setup-go-arm64 latest 43ac99f6b63e 2 minutes ago 23.3MB [2021-01-12T18:26:41.209Z] docker-core-command-go-arm64 latest 41e243144993 2 minutes ago 9.98MB [2021-01-12T18:26:41.209Z] docker 20.10.0 eeaf43b92773 4 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-12T18:26:41.777Z] provisioning config files... [2021-01-12T18:26:41.811Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/285@tmp/config94684738737919562tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-12T18:26:42.205Z] ---> docker-login.sh [2021-01-12T18:26:42.205Z] nexus3.edgexfoundry.org:10001 [2021-01-12T18:26:42.476Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T18:26:42.476Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T18:26:42.476Z] Configure a credential helper to remove this warning. See [2021-01-12T18:26:42.476Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T18:26:42.476Z] [2021-01-12T18:26:42.476Z] Login Succeeded [2021-01-12T18:26:42.476Z] nexus3.edgexfoundry.org:10002 [2021-01-12T18:26:43.069Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T18:26:43.069Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T18:26:43.069Z] Configure a credential helper to remove this warning. See [2021-01-12T18:26:43.069Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T18:26:43.069Z] [2021-01-12T18:26:43.069Z] Login Succeeded [2021-01-12T18:26:43.069Z] nexus3.edgexfoundry.org:10003 [2021-01-12T18:26:43.659Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T18:26:43.659Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T18:26:43.659Z] Configure a credential helper to remove this warning. See [2021-01-12T18:26:43.659Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T18:26:43.659Z] [2021-01-12T18:26:43.659Z] Login Succeeded [2021-01-12T18:26:43.659Z] nexus3.edgexfoundry.org:10004 [2021-01-12T18:26:43.930Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T18:26:44.201Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T18:26:44.201Z] Configure a credential helper to remove this warning. See [2021-01-12T18:26:44.201Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T18:26:44.201Z] [2021-01-12T18:26:44.201Z] Login Succeeded [2021-01-12T18:26:44.201Z] docker.io [2021-01-12T18:26:44.470Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T18:26:44.739Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T18:26:44.739Z] Configure a credential helper to remove this warning. See [2021-01-12T18:26:44.739Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T18:26:44.739Z] [2021-01-12T18:26:44.739Z] Login Succeeded [2021-01-12T18:26:44.739Z] ---> docker-login.sh ends [Pipeline] } [2021-01-12T18:26:44.755Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-12T18:26:44.958Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-01-12T18:26:44.958Z] 6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:26:44.958Z] 2.0.0-dev.33 [2021-01-12T18:26:44.958Z] 6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [2021-01-12T18:26:44.958Z] master [2021-01-12T18:26:44.958Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:26:45.510Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:6731ab5d56a0494658aab350a508f22ecd29f588 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:26:45.852Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:26:45.852Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-12T18:26:45.852Z] bb91a091a801: Preparing [2021-01-12T18:26:45.852Z] 9e4edca41b9e: Preparing [2021-01-12T18:26:45.852Z] c6bbf3cfa289: Preparing [2021-01-12T18:26:46.133Z] c6bbf3cfa289: Pushed [2021-01-12T18:26:46.134Z] bb91a091a801: Pushed [2021-01-12T18:26:48.741Z] 9e4edca41b9e: Pushed [2021-01-12T18:26:48.741Z] 6731ab5d56a0494658aab350a508f22ecd29f588: digest: sha256:d99f7bf15b414f4dfd40c2e47f19f8f53e7c8fae17c04b8c828423e627aca579 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:26:49.083Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:26:49.418Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.33 [2021-01-12T18:26:49.418Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-12T18:26:49.418Z] bb91a091a801: Preparing [2021-01-12T18:26:49.418Z] 9e4edca41b9e: Preparing [2021-01-12T18:26:49.418Z] c6bbf3cfa289: Preparing [2021-01-12T18:26:49.418Z] bb91a091a801: Layer already exists [2021-01-12T18:26:49.418Z] 9e4edca41b9e: Layer already exists [2021-01-12T18:26:49.418Z] c6bbf3cfa289: Layer already exists [2021-01-12T18:26:49.690Z] 2.0.0-dev.33: digest: sha256:d99f7bf15b414f4dfd40c2e47f19f8f53e7c8fae17c04b8c828423e627aca579 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:26:50.030Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:26:50.365Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [2021-01-12T18:26:50.366Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-12T18:26:50.366Z] bb91a091a801: Preparing [2021-01-12T18:26:50.366Z] 9e4edca41b9e: Preparing [2021-01-12T18:26:50.366Z] c6bbf3cfa289: Preparing [2021-01-12T18:26:50.366Z] c6bbf3cfa289: Layer already exists [2021-01-12T18:26:50.366Z] bb91a091a801: Layer already exists [2021-01-12T18:26:50.366Z] 9e4edca41b9e: Layer already exists [2021-01-12T18:26:50.638Z] 6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33: digest: sha256:d99f7bf15b414f4dfd40c2e47f19f8f53e7c8fae17c04b8c828423e627aca579 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:26:50.993Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:26:51.352Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-01-12T18:26:51.352Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-12T18:26:51.352Z] bb91a091a801: Preparing [2021-01-12T18:26:51.352Z] 9e4edca41b9e: Preparing [2021-01-12T18:26:51.352Z] c6bbf3cfa289: Preparing [2021-01-12T18:26:51.352Z] c6bbf3cfa289: Layer already exists [2021-01-12T18:26:51.632Z] bb91a091a801: Layer already exists [2021-01-12T18:26:51.632Z] 9e4edca41b9e: Layer already exists [2021-01-12T18:26:51.632Z] master: digest: sha256:d99f7bf15b414f4dfd40c2e47f19f8f53e7c8fae17c04b8c828423e627aca579 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-12T18:26:51.856Z] ===================================================== [Pipeline] echo [2021-01-12T18:26:51.939Z] taggedImages: [2021-01-12T18:26:51.939Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:26:51.939Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.33 [2021-01-12T18:26:51.939Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [2021-01-12T18:26:51.939Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-01-12T18:26:52.010Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-01-12T18:26:52.010Z] 6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:26:52.010Z] 2.0.0-dev.33 [2021-01-12T18:26:52.010Z] 6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [2021-01-12T18:26:52.010Z] master [2021-01-12T18:26:52.010Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:26:52.539Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:6731ab5d56a0494658aab350a508f22ecd29f588 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:26:52.888Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:26:52.888Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-12T18:26:52.888Z] d78d032625e4: Preparing [2021-01-12T18:26:52.888Z] d429aec6170c: Preparing [2021-01-12T18:26:52.888Z] c6bbf3cfa289: Preparing [2021-01-12T18:26:52.888Z] 05b91c0ca6d8: Preparing [2021-01-12T18:26:52.888Z] 9382c2142e14: Preparing [2021-01-12T18:26:52.888Z] 379067d0cb53: Preparing [2021-01-12T18:26:52.888Z] 379067d0cb53: Waiting [2021-01-12T18:26:53.172Z] c6bbf3cfa289: Layer already exists [2021-01-12T18:26:53.172Z] 379067d0cb53: Layer already exists [2021-01-12T18:26:53.172Z] d78d032625e4: Pushed [2021-01-12T18:26:53.172Z] 9382c2142e14: Pushed [2021-01-12T18:26:53.764Z] 05b91c0ca6d8: Pushed [2021-01-12T18:26:56.374Z] d429aec6170c: Pushed [2021-01-12T18:26:56.645Z] 6731ab5d56a0494658aab350a508f22ecd29f588: digest: sha256:1bcc8ec0ce7b130bc3993651d18868cae09dbb5711b2f8db69203039cb93215c size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:26:56.983Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:26:57.316Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.33 [2021-01-12T18:26:57.316Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-12T18:26:57.316Z] d78d032625e4: Preparing [2021-01-12T18:26:57.316Z] d429aec6170c: Preparing [2021-01-12T18:26:57.316Z] c6bbf3cfa289: Preparing [2021-01-12T18:26:57.316Z] 05b91c0ca6d8: Preparing [2021-01-12T18:26:57.316Z] 9382c2142e14: Preparing [2021-01-12T18:26:57.316Z] 379067d0cb53: Preparing [2021-01-12T18:26:57.316Z] 379067d0cb53: Waiting [2021-01-12T18:26:57.316Z] 05b91c0ca6d8: Layer already exists [2021-01-12T18:26:57.316Z] d429aec6170c: Layer already exists [2021-01-12T18:26:57.316Z] 9382c2142e14: Layer already exists [2021-01-12T18:26:57.316Z] c6bbf3cfa289: Layer already exists [2021-01-12T18:26:57.585Z] d78d032625e4: Layer already exists [2021-01-12T18:26:57.585Z] 379067d0cb53: Layer already exists [2021-01-12T18:26:57.585Z] 2.0.0-dev.33: digest: sha256:1bcc8ec0ce7b130bc3993651d18868cae09dbb5711b2f8db69203039cb93215c size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:26:57.923Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:26:58.256Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [2021-01-12T18:26:58.256Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-12T18:26:58.256Z] d78d032625e4: Preparing [2021-01-12T18:26:58.256Z] d429aec6170c: Preparing [2021-01-12T18:26:58.256Z] c6bbf3cfa289: Preparing [2021-01-12T18:26:58.256Z] 05b91c0ca6d8: Preparing [2021-01-12T18:26:58.256Z] 9382c2142e14: Preparing [2021-01-12T18:26:58.256Z] 379067d0cb53: Preparing [2021-01-12T18:26:58.256Z] 379067d0cb53: Waiting [2021-01-12T18:26:58.527Z] d78d032625e4: Layer already exists [2021-01-12T18:26:58.527Z] d429aec6170c: Layer already exists [2021-01-12T18:26:58.527Z] 05b91c0ca6d8: Layer already exists [2021-01-12T18:26:58.527Z] c6bbf3cfa289: Layer already exists [2021-01-12T18:26:58.527Z] 9382c2142e14: Layer already exists [2021-01-12T18:26:58.527Z] 379067d0cb53: Layer already exists [2021-01-12T18:26:58.527Z] 6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33: digest: sha256:1bcc8ec0ce7b130bc3993651d18868cae09dbb5711b2f8db69203039cb93215c size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:26:58.868Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:26:59.202Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-01-12T18:26:59.202Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-12T18:26:59.202Z] d78d032625e4: Preparing [2021-01-12T18:26:59.202Z] d429aec6170c: Preparing [2021-01-12T18:26:59.202Z] c6bbf3cfa289: Preparing [2021-01-12T18:26:59.202Z] 05b91c0ca6d8: Preparing [2021-01-12T18:26:59.202Z] 9382c2142e14: Preparing [2021-01-12T18:26:59.202Z] 379067d0cb53: Preparing [2021-01-12T18:26:59.202Z] 379067d0cb53: Waiting [2021-01-12T18:26:59.202Z] d78d032625e4: Layer already exists [2021-01-12T18:26:59.202Z] 05b91c0ca6d8: Layer already exists [2021-01-12T18:26:59.202Z] c6bbf3cfa289: Layer already exists [2021-01-12T18:26:59.202Z] 9382c2142e14: Layer already exists [2021-01-12T18:26:59.472Z] d429aec6170c: Layer already exists [2021-01-12T18:26:59.472Z] 379067d0cb53: Layer already exists [2021-01-12T18:26:59.472Z] master: digest: sha256:1bcc8ec0ce7b130bc3993651d18868cae09dbb5711b2f8db69203039cb93215c size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-12T18:26:59.667Z] ===================================================== [Pipeline] echo [2021-01-12T18:26:59.731Z] taggedImages: [2021-01-12T18:26:59.731Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:26:59.731Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.33 [2021-01-12T18:26:59.731Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [2021-01-12T18:26:59.731Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-01-12T18:26:59.801Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-01-12T18:26:59.801Z] 6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:26:59.801Z] 2.0.0-dev.33 [2021-01-12T18:26:59.801Z] 6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [2021-01-12T18:26:59.801Z] master [2021-01-12T18:26:59.801Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:27:00.326Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:6731ab5d56a0494658aab350a508f22ecd29f588 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:27:00.665Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:27:00.665Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-12T18:27:00.665Z] 69d21a1eb3c2: Preparing [2021-01-12T18:27:00.665Z] b4b93b7b5b15: Preparing [2021-01-12T18:27:00.665Z] c6bbf3cfa289: Preparing [2021-01-12T18:27:00.665Z] c6bbf3cfa289: Layer already exists [2021-01-12T18:27:00.937Z] 69d21a1eb3c2: Pushed [2021-01-12T18:27:04.306Z] b4b93b7b5b15: Pushed [2021-01-12T18:27:04.306Z] 6731ab5d56a0494658aab350a508f22ecd29f588: digest: sha256:895734dec30aab0fd884bc5ceddb8855a41333f452c990eb1d07c6cece6731b2 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:27:04.644Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:27:04.975Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.33 [2021-01-12T18:27:04.975Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-12T18:27:04.975Z] 69d21a1eb3c2: Preparing [2021-01-12T18:27:04.975Z] b4b93b7b5b15: Preparing [2021-01-12T18:27:04.975Z] c6bbf3cfa289: Preparing [2021-01-12T18:27:04.975Z] 69d21a1eb3c2: Layer already exists [2021-01-12T18:27:04.975Z] b4b93b7b5b15: Layer already exists [2021-01-12T18:27:05.245Z] c6bbf3cfa289: Layer already exists [2021-01-12T18:27:05.245Z] 2.0.0-dev.33: digest: sha256:895734dec30aab0fd884bc5ceddb8855a41333f452c990eb1d07c6cece6731b2 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:27:05.587Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:27:05.917Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [2021-01-12T18:27:05.917Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-12T18:27:05.917Z] 69d21a1eb3c2: Preparing [2021-01-12T18:27:05.917Z] b4b93b7b5b15: Preparing [2021-01-12T18:27:05.917Z] c6bbf3cfa289: Preparing [2021-01-12T18:27:05.917Z] 69d21a1eb3c2: Layer already exists [2021-01-12T18:27:06.187Z] c6bbf3cfa289: Layer already exists [2021-01-12T18:27:06.187Z] b4b93b7b5b15: Layer already exists [2021-01-12T18:27:06.187Z] 6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33: digest: sha256:895734dec30aab0fd884bc5ceddb8855a41333f452c990eb1d07c6cece6731b2 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:27:06.530Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:27:06.896Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-01-12T18:27:06.896Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-12T18:27:06.896Z] 69d21a1eb3c2: Preparing [2021-01-12T18:27:06.896Z] b4b93b7b5b15: Preparing [2021-01-12T18:27:06.896Z] c6bbf3cfa289: Preparing [2021-01-12T18:27:06.896Z] b4b93b7b5b15: Layer already exists [2021-01-12T18:27:06.896Z] 69d21a1eb3c2: Layer already exists [2021-01-12T18:27:06.896Z] c6bbf3cfa289: Layer already exists [2021-01-12T18:27:07.168Z] master: digest: sha256:895734dec30aab0fd884bc5ceddb8855a41333f452c990eb1d07c6cece6731b2 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-12T18:27:07.399Z] ===================================================== [Pipeline] echo [2021-01-12T18:27:07.448Z] taggedImages: [2021-01-12T18:27:07.448Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:27:07.448Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.33 [2021-01-12T18:27:07.448Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [2021-01-12T18:27:07.448Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-01-12T18:27:07.512Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2021-01-12T18:27:07.512Z] 6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:27:07.512Z] 2.0.0-dev.33 [2021-01-12T18:27:07.512Z] 6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [2021-01-12T18:27:07.512Z] master [2021-01-12T18:27:07.512Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:27:08.015Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:6731ab5d56a0494658aab350a508f22ecd29f588 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:27:08.357Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:27:08.357Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-12T18:27:08.357Z] 46b5304cb8a0: Preparing [2021-01-12T18:27:08.357Z] 845fdef0f50c: Preparing [2021-01-12T18:27:08.357Z] 5154e04e996d: Preparing [2021-01-12T18:27:08.357Z] e8acb4bec74b: Preparing [2021-01-12T18:27:08.357Z] c6bbf3cfa289: Preparing [2021-01-12T18:27:08.357Z] da1b5b2a0806: Preparing [2021-01-12T18:27:08.357Z] 379067d0cb53: Preparing [2021-01-12T18:27:08.357Z] da1b5b2a0806: Waiting [2021-01-12T18:27:08.357Z] 379067d0cb53: Waiting [2021-01-12T18:27:08.632Z] c6bbf3cfa289: Layer already exists [2021-01-12T18:27:08.909Z] 46b5304cb8a0: Pushed [2021-01-12T18:27:08.909Z] 5154e04e996d: Pushed [2021-01-12T18:27:08.909Z] 845fdef0f50c: Pushed [2021-01-12T18:27:08.909Z] 379067d0cb53: Layer already exists [2021-01-12T18:27:09.185Z] da1b5b2a0806: Pushed [2021-01-12T18:27:10.610Z] e8acb4bec74b: Pushed [2021-01-12T18:27:10.885Z] 6731ab5d56a0494658aab350a508f22ecd29f588: digest: sha256:488110b74a1ca55239ee0c13449886f97e7b304f6986a6d3492773529ca8e346 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:27:11.222Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:27:11.827Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.33 [2021-01-12T18:27:11.827Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-12T18:27:11.827Z] 46b5304cb8a0: Preparing [2021-01-12T18:27:11.827Z] 845fdef0f50c: Preparing [2021-01-12T18:27:11.827Z] 5154e04e996d: Preparing [2021-01-12T18:27:11.827Z] e8acb4bec74b: Preparing [2021-01-12T18:27:11.827Z] c6bbf3cfa289: Preparing [2021-01-12T18:27:11.827Z] da1b5b2a0806: Preparing [2021-01-12T18:27:11.827Z] 379067d0cb53: Preparing [2021-01-12T18:27:11.827Z] 379067d0cb53: Waiting [2021-01-12T18:27:11.827Z] da1b5b2a0806: Waiting [2021-01-12T18:27:11.827Z] c6bbf3cfa289: Layer already exists [2021-01-12T18:27:11.827Z] 845fdef0f50c: Layer already exists [2021-01-12T18:27:11.827Z] 46b5304cb8a0: Layer already exists [2021-01-12T18:27:11.827Z] 5154e04e996d: Layer already exists [2021-01-12T18:27:11.827Z] e8acb4bec74b: Layer already exists [2021-01-12T18:27:12.099Z] 379067d0cb53: Layer already exists [2021-01-12T18:27:12.099Z] da1b5b2a0806: Layer already exists [2021-01-12T18:27:12.099Z] 2.0.0-dev.33: digest: sha256:488110b74a1ca55239ee0c13449886f97e7b304f6986a6d3492773529ca8e346 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:27:12.439Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:27:12.769Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [2021-01-12T18:27:12.769Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-12T18:27:12.769Z] 46b5304cb8a0: Preparing [2021-01-12T18:27:12.769Z] 845fdef0f50c: Preparing [2021-01-12T18:27:12.769Z] 5154e04e996d: Preparing [2021-01-12T18:27:12.769Z] e8acb4bec74b: Preparing [2021-01-12T18:27:12.769Z] c6bbf3cfa289: Preparing [2021-01-12T18:27:12.769Z] da1b5b2a0806: Preparing [2021-01-12T18:27:12.769Z] 379067d0cb53: Preparing [2021-01-12T18:27:12.769Z] da1b5b2a0806: Waiting [2021-01-12T18:27:12.769Z] 379067d0cb53: Waiting [2021-01-12T18:27:12.769Z] e8acb4bec74b: Layer already exists [2021-01-12T18:27:12.769Z] 5154e04e996d: Layer already exists [2021-01-12T18:27:12.769Z] 46b5304cb8a0: Layer already exists [2021-01-12T18:27:12.769Z] 845fdef0f50c: Layer already exists [2021-01-12T18:27:13.040Z] c6bbf3cfa289: Layer already exists [2021-01-12T18:27:13.040Z] da1b5b2a0806: Layer already exists [2021-01-12T18:27:13.040Z] 379067d0cb53: Layer already exists [2021-01-12T18:27:13.040Z] 6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33: digest: sha256:488110b74a1ca55239ee0c13449886f97e7b304f6986a6d3492773529ca8e346 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:27:13.378Z] + 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-12T18:27:13.709Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [2021-01-12T18:27:13.709Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-12T18:27:13.709Z] 46b5304cb8a0: Preparing [2021-01-12T18:27:13.709Z] 845fdef0f50c: Preparing [2021-01-12T18:27:13.709Z] 5154e04e996d: Preparing [2021-01-12T18:27:13.709Z] e8acb4bec74b: Preparing [2021-01-12T18:27:13.709Z] c6bbf3cfa289: Preparing [2021-01-12T18:27:13.709Z] da1b5b2a0806: Preparing [2021-01-12T18:27:13.709Z] 379067d0cb53: Preparing [2021-01-12T18:27:13.709Z] da1b5b2a0806: Waiting [2021-01-12T18:27:13.709Z] 379067d0cb53: Waiting [2021-01-12T18:27:13.709Z] 46b5304cb8a0: Layer already exists [2021-01-12T18:27:13.709Z] c6bbf3cfa289: Layer already exists [2021-01-12T18:27:13.710Z] 845fdef0f50c: Layer already exists [2021-01-12T18:27:13.710Z] 5154e04e996d: Layer already exists [2021-01-12T18:27:13.710Z] e8acb4bec74b: Layer already exists [2021-01-12T18:27:13.993Z] da1b5b2a0806: Layer already exists [2021-01-12T18:27:13.993Z] 379067d0cb53: Layer already exists [2021-01-12T18:27:13.993Z] master: digest: sha256:488110b74a1ca55239ee0c13449886f97e7b304f6986a6d3492773529ca8e346 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-12T18:27:14.204Z] ===================================================== [Pipeline] echo [2021-01-12T18:27:14.252Z] taggedImages: [2021-01-12T18:27:14.252Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:27:14.252Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.33 [2021-01-12T18:27:14.252Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [2021-01-12T18:27:14.252Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo [2021-01-12T18:27:14.322Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-01-12T18:27:14.322Z] 6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:27:14.322Z] 2.0.0-dev.33 [2021-01-12T18:27:14.322Z] 6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [2021-01-12T18:27:14.322Z] master [2021-01-12T18:27:14.322Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:27:14.850Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:6731ab5d56a0494658aab350a508f22ecd29f588 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:27:15.198Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:27:15.198Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-12T18:27:15.198Z] 0316537322d9: Preparing [2021-01-12T18:27:15.198Z] 25c8fbf1a85a: Preparing [2021-01-12T18:27:15.198Z] df3caff4dd7e: Preparing [2021-01-12T18:27:15.198Z] f5d773614633: Preparing [2021-01-12T18:27:15.198Z] a26352a84f5d: Preparing [2021-01-12T18:27:15.198Z] 379067d0cb53: Preparing [2021-01-12T18:27:15.198Z] 379067d0cb53: Waiting [2021-01-12T18:27:15.512Z] df3caff4dd7e: Pushed [2021-01-12T18:27:15.512Z] f5d773614633: Pushed [2021-01-12T18:27:15.798Z] 379067d0cb53: Layer already exists [2021-01-12T18:27:16.072Z] a26352a84f5d: Pushed [2021-01-12T18:27:17.499Z] 25c8fbf1a85a: Pushed [2021-01-12T18:27:17.770Z] 0316537322d9: Pushed [2021-01-12T18:27:18.041Z] 6731ab5d56a0494658aab350a508f22ecd29f588: digest: sha256:b74c34394a595c4417c8cb55d3f2df64c4c83a9a8c7c937a01bce23fbf7e3b32 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:27:18.442Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:27:18.779Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.33 [2021-01-12T18:27:18.780Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-12T18:27:18.780Z] 0316537322d9: Preparing [2021-01-12T18:27:18.780Z] 25c8fbf1a85a: Preparing [2021-01-12T18:27:18.780Z] df3caff4dd7e: Preparing [2021-01-12T18:27:18.780Z] f5d773614633: Preparing [2021-01-12T18:27:18.780Z] a26352a84f5d: Preparing [2021-01-12T18:27:18.780Z] 379067d0cb53: Preparing [2021-01-12T18:27:18.780Z] 379067d0cb53: Waiting [2021-01-12T18:27:18.780Z] 0316537322d9: Layer already exists [2021-01-12T18:27:18.780Z] a26352a84f5d: Layer already exists [2021-01-12T18:27:18.780Z] f5d773614633: Layer already exists [2021-01-12T18:27:18.780Z] 25c8fbf1a85a: Layer already exists [2021-01-12T18:27:18.780Z] df3caff4dd7e: Layer already exists [2021-01-12T18:27:18.780Z] 379067d0cb53: Layer already exists [2021-01-12T18:27:19.050Z] 2.0.0-dev.33: digest: sha256:b74c34394a595c4417c8cb55d3f2df64c4c83a9a8c7c937a01bce23fbf7e3b32 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:27:19.385Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:27:19.717Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [2021-01-12T18:27:19.717Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-12T18:27:19.717Z] 0316537322d9: Preparing [2021-01-12T18:27:19.717Z] 25c8fbf1a85a: Preparing [2021-01-12T18:27:19.717Z] df3caff4dd7e: Preparing [2021-01-12T18:27:19.717Z] f5d773614633: Preparing [2021-01-12T18:27:19.717Z] a26352a84f5d: Preparing [2021-01-12T18:27:19.717Z] 379067d0cb53: Preparing [2021-01-12T18:27:19.717Z] 379067d0cb53: Waiting [2021-01-12T18:27:19.717Z] 25c8fbf1a85a: Layer already exists [2021-01-12T18:27:19.717Z] a26352a84f5d: Layer already exists [2021-01-12T18:27:19.717Z] df3caff4dd7e: Layer already exists [2021-01-12T18:27:19.717Z] 0316537322d9: Layer already exists [2021-01-12T18:27:19.717Z] f5d773614633: Layer already exists [2021-01-12T18:27:19.717Z] 379067d0cb53: Layer already exists [2021-01-12T18:27:19.988Z] 6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33: digest: sha256:b74c34394a595c4417c8cb55d3f2df64c4c83a9a8c7c937a01bce23fbf7e3b32 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:27:20.333Z] + 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-12T18:27:20.668Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-01-12T18:27:20.668Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-12T18:27:20.668Z] 0316537322d9: Preparing [2021-01-12T18:27:20.668Z] 25c8fbf1a85a: Preparing [2021-01-12T18:27:20.668Z] df3caff4dd7e: Preparing [2021-01-12T18:27:20.668Z] f5d773614633: Preparing [2021-01-12T18:27:20.668Z] a26352a84f5d: Preparing [2021-01-12T18:27:20.668Z] 379067d0cb53: Preparing [2021-01-12T18:27:20.668Z] 379067d0cb53: Waiting [2021-01-12T18:27:20.668Z] a26352a84f5d: Layer already exists [2021-01-12T18:27:20.668Z] f5d773614633: Layer already exists [2021-01-12T18:27:20.668Z] df3caff4dd7e: Layer already exists [2021-01-12T18:27:20.668Z] 25c8fbf1a85a: Layer already exists [2021-01-12T18:27:20.668Z] 0316537322d9: Layer already exists [2021-01-12T18:27:20.668Z] 379067d0cb53: Layer already exists [2021-01-12T18:27:20.938Z] master: digest: sha256:b74c34394a595c4417c8cb55d3f2df64c4c83a9a8c7c937a01bce23fbf7e3b32 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-12T18:27:21.179Z] ===================================================== [Pipeline] echo [2021-01-12T18:27:21.226Z] taggedImages: [2021-01-12T18:27:21.226Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:27:21.226Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.33 [2021-01-12T18:27:21.226Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [2021-01-12T18:27:21.226Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-01-12T18:27:21.290Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-01-12T18:27:21.291Z] 6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:27:21.291Z] 2.0.0-dev.33 [2021-01-12T18:27:21.291Z] 6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [2021-01-12T18:27:21.291Z] master [2021-01-12T18:27:21.291Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:27:21.799Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:6731ab5d56a0494658aab350a508f22ecd29f588 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:27:22.132Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:27:22.132Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-12T18:27:22.132Z] 7f717dd0e30f: Preparing [2021-01-12T18:27:22.132Z] 1b9aff34016b: Preparing [2021-01-12T18:27:22.132Z] d83e41ecc9f1: Preparing [2021-01-12T18:27:22.132Z] 65e98f863e1a: Preparing [2021-01-12T18:27:22.132Z] 00095c26eaee: Preparing [2021-01-12T18:27:22.132Z] 13282d9b1995: Preparing [2021-01-12T18:27:22.132Z] b745a8ee0684: Preparing [2021-01-12T18:27:22.132Z] da1b5b2a0806: Preparing [2021-01-12T18:27:22.132Z] 379067d0cb53: Preparing [2021-01-12T18:27:22.132Z] b745a8ee0684: Waiting [2021-01-12T18:27:22.132Z] 379067d0cb53: Waiting [2021-01-12T18:27:22.132Z] da1b5b2a0806: Waiting [2021-01-12T18:27:22.132Z] 13282d9b1995: Waiting [2021-01-12T18:27:22.413Z] 1b9aff34016b: Pushed [2021-01-12T18:27:22.413Z] 00095c26eaee: Pushed [2021-01-12T18:27:22.413Z] 7f717dd0e30f: Pushed [2021-01-12T18:27:22.685Z] da1b5b2a0806: Layer already exists [2021-01-12T18:27:22.685Z] 379067d0cb53: Layer already exists [2021-01-12T18:27:22.685Z] 13282d9b1995: Pushed [2021-01-12T18:27:22.685Z] b745a8ee0684: Pushed [2021-01-12T18:27:24.654Z] 65e98f863e1a: Pushed [2021-01-12T18:27:24.654Z] d83e41ecc9f1: Pushed [2021-01-12T18:27:24.922Z] 6731ab5d56a0494658aab350a508f22ecd29f588: digest: sha256:72fe10a86882f65d6355eee0e606b199603dcbcca322ae84796bdfc9c2f1081d size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:27:25.256Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:27:25.622Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.33 [2021-01-12T18:27:25.622Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-12T18:27:25.622Z] 7f717dd0e30f: Preparing [2021-01-12T18:27:25.623Z] 1b9aff34016b: Preparing [2021-01-12T18:27:25.623Z] d83e41ecc9f1: Preparing [2021-01-12T18:27:25.623Z] 65e98f863e1a: Preparing [2021-01-12T18:27:25.623Z] 00095c26eaee: Preparing [2021-01-12T18:27:25.623Z] 13282d9b1995: Preparing [2021-01-12T18:27:25.623Z] b745a8ee0684: Preparing [2021-01-12T18:27:25.623Z] da1b5b2a0806: Preparing [2021-01-12T18:27:25.623Z] 379067d0cb53: Preparing [2021-01-12T18:27:25.623Z] 13282d9b1995: Waiting [2021-01-12T18:27:25.623Z] b745a8ee0684: Waiting [2021-01-12T18:27:25.623Z] da1b5b2a0806: Waiting [2021-01-12T18:27:25.623Z] 379067d0cb53: Waiting [2021-01-12T18:27:25.623Z] 7f717dd0e30f: Layer already exists [2021-01-12T18:27:25.623Z] d83e41ecc9f1: Layer already exists [2021-01-12T18:27:25.623Z] 65e98f863e1a: Layer already exists [2021-01-12T18:27:25.623Z] 00095c26eaee: Layer already exists [2021-01-12T18:27:25.623Z] 1b9aff34016b: Layer already exists [2021-01-12T18:27:25.623Z] b745a8ee0684: Layer already exists [2021-01-12T18:27:25.623Z] 13282d9b1995: Layer already exists [2021-01-12T18:27:25.623Z] 379067d0cb53: Layer already exists [2021-01-12T18:27:25.623Z] da1b5b2a0806: Layer already exists [2021-01-12T18:27:25.892Z] 2.0.0-dev.33: digest: sha256:72fe10a86882f65d6355eee0e606b199603dcbcca322ae84796bdfc9c2f1081d size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:27:26.233Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:27:26.568Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [2021-01-12T18:27:26.569Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-12T18:27:26.569Z] 7f717dd0e30f: Preparing [2021-01-12T18:27:26.569Z] 1b9aff34016b: Preparing [2021-01-12T18:27:26.569Z] d83e41ecc9f1: Preparing [2021-01-12T18:27:26.569Z] 65e98f863e1a: Preparing [2021-01-12T18:27:26.569Z] 00095c26eaee: Preparing [2021-01-12T18:27:26.569Z] 13282d9b1995: Preparing [2021-01-12T18:27:26.569Z] b745a8ee0684: Preparing [2021-01-12T18:27:26.569Z] da1b5b2a0806: Preparing [2021-01-12T18:27:26.569Z] 379067d0cb53: Preparing [2021-01-12T18:27:26.569Z] 13282d9b1995: Waiting [2021-01-12T18:27:26.569Z] b745a8ee0684: Waiting [2021-01-12T18:27:26.569Z] da1b5b2a0806: Waiting [2021-01-12T18:27:26.569Z] 379067d0cb53: Waiting [2021-01-12T18:27:26.838Z] d83e41ecc9f1: Layer already exists [2021-01-12T18:27:26.838Z] 65e98f863e1a: Layer already exists [2021-01-12T18:27:26.838Z] 7f717dd0e30f: Layer already exists [2021-01-12T18:27:26.838Z] 00095c26eaee: Layer already exists [2021-01-12T18:27:26.838Z] 1b9aff34016b: Layer already exists [2021-01-12T18:27:26.838Z] 13282d9b1995: Layer already exists [2021-01-12T18:27:26.838Z] b745a8ee0684: Layer already exists [2021-01-12T18:27:26.838Z] da1b5b2a0806: Layer already exists [2021-01-12T18:27:26.838Z] 379067d0cb53: Layer already exists [2021-01-12T18:27:26.838Z] 6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33: digest: sha256:72fe10a86882f65d6355eee0e606b199603dcbcca322ae84796bdfc9c2f1081d size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:27:27.182Z] + 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-12T18:27:27.516Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-01-12T18:27:27.516Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-12T18:27:27.516Z] 7f717dd0e30f: Preparing [2021-01-12T18:27:27.516Z] 1b9aff34016b: Preparing [2021-01-12T18:27:27.516Z] d83e41ecc9f1: Preparing [2021-01-12T18:27:27.516Z] 65e98f863e1a: Preparing [2021-01-12T18:27:27.516Z] 00095c26eaee: Preparing [2021-01-12T18:27:27.516Z] 13282d9b1995: Preparing [2021-01-12T18:27:27.516Z] b745a8ee0684: Preparing [2021-01-12T18:27:27.516Z] da1b5b2a0806: Preparing [2021-01-12T18:27:27.516Z] 379067d0cb53: Preparing [2021-01-12T18:27:27.516Z] 13282d9b1995: Waiting [2021-01-12T18:27:27.516Z] b745a8ee0684: Waiting [2021-01-12T18:27:27.516Z] da1b5b2a0806: Waiting [2021-01-12T18:27:27.516Z] 379067d0cb53: Waiting [2021-01-12T18:27:27.516Z] 00095c26eaee: Layer already exists [2021-01-12T18:27:27.516Z] 7f717dd0e30f: Layer already exists [2021-01-12T18:27:27.787Z] d83e41ecc9f1: Layer already exists [2021-01-12T18:27:27.787Z] 1b9aff34016b: Layer already exists [2021-01-12T18:27:27.787Z] 65e98f863e1a: Layer already exists [2021-01-12T18:27:27.787Z] 13282d9b1995: Layer already exists [2021-01-12T18:27:27.787Z] b745a8ee0684: Layer already exists [2021-01-12T18:27:27.787Z] da1b5b2a0806: Layer already exists [2021-01-12T18:27:27.787Z] 379067d0cb53: Layer already exists [2021-01-12T18:27:27.787Z] master: digest: sha256:72fe10a86882f65d6355eee0e606b199603dcbcca322ae84796bdfc9c2f1081d size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-12T18:27:27.975Z] ===================================================== [Pipeline] echo [2021-01-12T18:27:28.028Z] taggedImages: [2021-01-12T18:27:28.028Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:27:28.028Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.33 [2021-01-12T18:27:28.028Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [2021-01-12T18:27:28.028Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-01-12T18:27:28.128Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-01-12T18:27:28.128Z] 6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:27:28.128Z] 2.0.0-dev.33 [2021-01-12T18:27:28.128Z] 6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [2021-01-12T18:27:28.128Z] master [2021-01-12T18:27:28.128Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:27:28.689Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:6731ab5d56a0494658aab350a508f22ecd29f588 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:27:29.022Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:27:29.022Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-12T18:27:29.022Z] c5fbc97bc8eb: Preparing [2021-01-12T18:27:29.022Z] 885e3594b80b: Preparing [2021-01-12T18:27:29.022Z] c6bbf3cfa289: Preparing [2021-01-12T18:27:29.022Z] 675a7d6d293d: Preparing [2021-01-12T18:27:29.022Z] 8254ab23182c: Preparing [2021-01-12T18:27:29.022Z] 466a8a576373: Preparing [2021-01-12T18:27:29.022Z] 466a8a576373: Waiting [2021-01-12T18:27:29.299Z] c6bbf3cfa289: Layer already exists [2021-01-12T18:27:29.299Z] c5fbc97bc8eb: Pushed [2021-01-12T18:27:29.569Z] 8254ab23182c: Pushed [2021-01-12T18:27:29.569Z] 675a7d6d293d: Pushed [2021-01-12T18:27:29.569Z] 466a8a576373: Pushed [2021-01-12T18:27:31.527Z] 885e3594b80b: Pushed [2021-01-12T18:27:31.796Z] 6731ab5d56a0494658aab350a508f22ecd29f588: digest: sha256:3137f7eeddab9b83474dd31c58d4a0b3d0a879a4085ea08352563d668bc7aa88 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:27:32.137Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:27:32.471Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.33 [2021-01-12T18:27:32.471Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-12T18:27:32.471Z] c5fbc97bc8eb: Preparing [2021-01-12T18:27:32.471Z] 885e3594b80b: Preparing [2021-01-12T18:27:32.471Z] c6bbf3cfa289: Preparing [2021-01-12T18:27:32.471Z] 675a7d6d293d: Preparing [2021-01-12T18:27:32.471Z] 8254ab23182c: Preparing [2021-01-12T18:27:32.471Z] 466a8a576373: Preparing [2021-01-12T18:27:32.471Z] 466a8a576373: Waiting [2021-01-12T18:27:32.471Z] 8254ab23182c: Layer already exists [2021-01-12T18:27:32.471Z] 675a7d6d293d: Layer already exists [2021-01-12T18:27:32.742Z] 885e3594b80b: Layer already exists [2021-01-12T18:27:32.742Z] c6bbf3cfa289: Layer already exists [2021-01-12T18:27:32.742Z] c5fbc97bc8eb: Layer already exists [2021-01-12T18:27:32.742Z] 466a8a576373: Layer already exists [2021-01-12T18:27:32.742Z] 2.0.0-dev.33: digest: sha256:3137f7eeddab9b83474dd31c58d4a0b3d0a879a4085ea08352563d668bc7aa88 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:27:33.082Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:27:33.419Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [2021-01-12T18:27:33.419Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-12T18:27:33.419Z] c5fbc97bc8eb: Preparing [2021-01-12T18:27:33.419Z] 885e3594b80b: Preparing [2021-01-12T18:27:33.419Z] c6bbf3cfa289: Preparing [2021-01-12T18:27:33.419Z] 675a7d6d293d: Preparing [2021-01-12T18:27:33.419Z] 8254ab23182c: Preparing [2021-01-12T18:27:33.419Z] 466a8a576373: Preparing [2021-01-12T18:27:33.419Z] 466a8a576373: Waiting [2021-01-12T18:27:33.419Z] 8254ab23182c: Layer already exists [2021-01-12T18:27:33.419Z] c5fbc97bc8eb: Layer already exists [2021-01-12T18:27:33.690Z] 885e3594b80b: Layer already exists [2021-01-12T18:27:33.691Z] 675a7d6d293d: Layer already exists [2021-01-12T18:27:33.691Z] c6bbf3cfa289: Layer already exists [2021-01-12T18:27:33.691Z] 466a8a576373: Layer already exists [2021-01-12T18:27:33.691Z] 6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33: digest: sha256:3137f7eeddab9b83474dd31c58d4a0b3d0a879a4085ea08352563d668bc7aa88 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:27:34.036Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:27:34.372Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-01-12T18:27:34.372Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-12T18:27:34.372Z] c5fbc97bc8eb: Preparing [2021-01-12T18:27:34.372Z] 885e3594b80b: Preparing [2021-01-12T18:27:34.372Z] c6bbf3cfa289: Preparing [2021-01-12T18:27:34.372Z] 675a7d6d293d: Preparing [2021-01-12T18:27:34.372Z] 8254ab23182c: Preparing [2021-01-12T18:27:34.372Z] 466a8a576373: Preparing [2021-01-12T18:27:34.372Z] 466a8a576373: Waiting [2021-01-12T18:27:34.642Z] 8254ab23182c: Layer already exists [2021-01-12T18:27:34.642Z] 675a7d6d293d: Layer already exists [2021-01-12T18:27:34.642Z] c6bbf3cfa289: Layer already exists [2021-01-12T18:27:34.642Z] c5fbc97bc8eb: Layer already exists [2021-01-12T18:27:34.642Z] 885e3594b80b: Layer already exists [2021-01-12T18:27:34.642Z] 466a8a576373: Layer already exists [2021-01-12T18:27:34.642Z] master: digest: sha256:3137f7eeddab9b83474dd31c58d4a0b3d0a879a4085ea08352563d668bc7aa88 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-12T18:27:34.959Z] ===================================================== [Pipeline] echo [2021-01-12T18:27:35.020Z] taggedImages: [2021-01-12T18:27:35.020Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:27:35.020Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.33 [2021-01-12T18:27:35.020Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [2021-01-12T18:27:35.020Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-01-12T18:27:35.107Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-01-12T18:27:35.107Z] 6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:27:35.107Z] 2.0.0-dev.33 [2021-01-12T18:27:35.107Z] 6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [2021-01-12T18:27:35.107Z] master [2021-01-12T18:27:35.107Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:27:35.649Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:6731ab5d56a0494658aab350a508f22ecd29f588 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:27:35.988Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:27:35.988Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-12T18:27:35.988Z] aaf5c49262bc: Preparing [2021-01-12T18:27:35.988Z] d495fbd9f50f: Preparing [2021-01-12T18:27:35.988Z] c6bbf3cfa289: Preparing [2021-01-12T18:27:36.258Z] c6bbf3cfa289: Layer already exists [2021-01-12T18:27:36.258Z] aaf5c49262bc: Pushed [2021-01-12T18:27:38.916Z] d495fbd9f50f: Pushed [2021-01-12T18:27:38.916Z] 6731ab5d56a0494658aab350a508f22ecd29f588: digest: sha256:932076499bddb1692ce2fd0450b644198fc54c24b7b675f0ecdd7512eecd58a1 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:27:39.281Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:27:39.635Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.33 [2021-01-12T18:27:39.635Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-12T18:27:39.636Z] aaf5c49262bc: Preparing [2021-01-12T18:27:39.636Z] d495fbd9f50f: Preparing [2021-01-12T18:27:39.636Z] c6bbf3cfa289: Preparing [2021-01-12T18:27:39.907Z] c6bbf3cfa289: Layer already exists [2021-01-12T18:27:39.907Z] aaf5c49262bc: Layer already exists [2021-01-12T18:27:39.907Z] d495fbd9f50f: Layer already exists [2021-01-12T18:27:39.907Z] 2.0.0-dev.33: digest: sha256:932076499bddb1692ce2fd0450b644198fc54c24b7b675f0ecdd7512eecd58a1 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:27:40.246Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:27:40.580Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [2021-01-12T18:27:40.580Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-12T18:27:40.580Z] aaf5c49262bc: Preparing [2021-01-12T18:27:40.580Z] d495fbd9f50f: Preparing [2021-01-12T18:27:40.580Z] c6bbf3cfa289: Preparing [2021-01-12T18:27:40.580Z] c6bbf3cfa289: Layer already exists [2021-01-12T18:27:40.580Z] aaf5c49262bc: Layer already exists [2021-01-12T18:27:40.580Z] d495fbd9f50f: Layer already exists [2021-01-12T18:27:40.852Z] 6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33: digest: sha256:932076499bddb1692ce2fd0450b644198fc54c24b7b675f0ecdd7512eecd58a1 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:27:41.193Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:27:41.525Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-01-12T18:27:41.525Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-12T18:27:41.525Z] aaf5c49262bc: Preparing [2021-01-12T18:27:41.525Z] d495fbd9f50f: Preparing [2021-01-12T18:27:41.525Z] c6bbf3cfa289: Preparing [2021-01-12T18:27:41.525Z] c6bbf3cfa289: Layer already exists [2021-01-12T18:27:41.525Z] aaf5c49262bc: Layer already exists [2021-01-12T18:27:41.525Z] d495fbd9f50f: Layer already exists [2021-01-12T18:27:41.796Z] master: digest: sha256:932076499bddb1692ce2fd0450b644198fc54c24b7b675f0ecdd7512eecd58a1 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-12T18:27:41.988Z] ===================================================== [Pipeline] echo [2021-01-12T18:27:42.036Z] taggedImages: [2021-01-12T18:27:42.036Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:27:42.036Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.33 [2021-01-12T18:27:42.036Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [2021-01-12T18:27:42.036Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-01-12T18:27:42.168Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-01-12T18:27:42.169Z] 6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:27:42.169Z] 2.0.0-dev.33 [2021-01-12T18:27:42.169Z] 6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [2021-01-12T18:27:42.169Z] master [2021-01-12T18:27:42.169Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:27:42.681Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:6731ab5d56a0494658aab350a508f22ecd29f588 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:27:43.015Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:27:43.015Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-12T18:27:43.015Z] 08baa93bd8b8: Preparing [2021-01-12T18:27:43.015Z] ab6767432c20: Preparing [2021-01-12T18:27:43.015Z] e0506070f02e: Preparing [2021-01-12T18:27:43.015Z] 5ad96c54b404: Preparing [2021-01-12T18:27:43.015Z] 1c64f5b49502: Preparing [2021-01-12T18:27:43.015Z] f078e6c2fedc: Preparing [2021-01-12T18:27:43.015Z] a8cc874beae2: Preparing [2021-01-12T18:27:43.015Z] 9ded3b6bb9b5: Preparing [2021-01-12T18:27:43.015Z] fa1afe8e6ed9: Preparing [2021-01-12T18:27:43.015Z] 87a09b4c083e: Preparing [2021-01-12T18:27:43.015Z] 0f74e9ff2a61: Preparing [2021-01-12T18:27:43.015Z] b122376c33c6: Preparing [2021-01-12T18:27:43.015Z] f8381ed47b22: Preparing [2021-01-12T18:27:43.015Z] e934a737d657: Preparing [2021-01-12T18:27:43.015Z] f078e6c2fedc: Waiting [2021-01-12T18:27:43.015Z] a8cc874beae2: Waiting [2021-01-12T18:27:43.015Z] 9ded3b6bb9b5: Waiting [2021-01-12T18:27:43.015Z] fa1afe8e6ed9: Waiting [2021-01-12T18:27:43.015Z] 87a09b4c083e: Waiting [2021-01-12T18:27:43.015Z] 0f74e9ff2a61: Waiting [2021-01-12T18:27:43.015Z] b122376c33c6: Waiting [2021-01-12T18:27:43.015Z] f8381ed47b22: Waiting [2021-01-12T18:27:43.015Z] e934a737d657: Waiting [2021-01-12T18:27:43.610Z] 1c64f5b49502: Pushed [2021-01-12T18:27:43.881Z] 08baa93bd8b8: Pushed [2021-01-12T18:27:44.153Z] 5ad96c54b404: Pushed [2021-01-12T18:27:44.426Z] 9ded3b6bb9b5: Layer already exists [2021-01-12T18:27:44.426Z] fa1afe8e6ed9: Layer already exists [2021-01-12T18:27:44.426Z] 87a09b4c083e: Layer already exists [2021-01-12T18:27:44.426Z] a8cc874beae2: Pushed [2021-01-12T18:27:44.426Z] 0f74e9ff2a61: Layer already exists [2021-01-12T18:27:44.426Z] b122376c33c6: Layer already exists [2021-01-12T18:27:44.426Z] f8381ed47b22: Layer already exists [2021-01-12T18:27:44.700Z] e934a737d657: Layer already exists [2021-01-12T18:27:44.974Z] ab6767432c20: Pushed [2021-01-12T18:27:45.945Z] f078e6c2fedc: Pushed [2021-01-12T18:27:56.064Z] e0506070f02e: Pushed [2021-01-12T18:27:56.064Z] 6731ab5d56a0494658aab350a508f22ecd29f588: digest: sha256:867c18b6606178f0a8f719ba037c1ec616793759ffd1e6359cfc62cffaeac600 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:27:56.398Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:27:56.727Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.33 [2021-01-12T18:27:56.727Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-12T18:27:56.727Z] 08baa93bd8b8: Preparing [2021-01-12T18:27:56.727Z] ab6767432c20: Preparing [2021-01-12T18:27:56.727Z] e0506070f02e: Preparing [2021-01-12T18:27:56.727Z] 5ad96c54b404: Preparing [2021-01-12T18:27:56.727Z] 1c64f5b49502: Preparing [2021-01-12T18:27:56.727Z] f078e6c2fedc: Preparing [2021-01-12T18:27:56.727Z] a8cc874beae2: Preparing [2021-01-12T18:27:56.727Z] 9ded3b6bb9b5: Preparing [2021-01-12T18:27:56.727Z] fa1afe8e6ed9: Preparing [2021-01-12T18:27:56.727Z] 87a09b4c083e: Preparing [2021-01-12T18:27:56.727Z] 0f74e9ff2a61: Preparing [2021-01-12T18:27:56.727Z] b122376c33c6: Preparing [2021-01-12T18:27:56.727Z] f8381ed47b22: Preparing [2021-01-12T18:27:56.727Z] e934a737d657: Preparing [2021-01-12T18:27:56.727Z] 87a09b4c083e: Waiting [2021-01-12T18:27:56.727Z] f078e6c2fedc: Waiting [2021-01-12T18:27:56.727Z] a8cc874beae2: Waiting [2021-01-12T18:27:56.727Z] 0f74e9ff2a61: Waiting [2021-01-12T18:27:56.727Z] f8381ed47b22: Waiting [2021-01-12T18:27:56.727Z] b122376c33c6: Waiting [2021-01-12T18:27:56.727Z] e934a737d657: Waiting [2021-01-12T18:27:56.727Z] fa1afe8e6ed9: Waiting [2021-01-12T18:27:56.727Z] 9ded3b6bb9b5: Waiting [2021-01-12T18:27:56.727Z] 08baa93bd8b8: Layer already exists [2021-01-12T18:27:56.998Z] 1c64f5b49502: Layer already exists [2021-01-12T18:27:56.998Z] ab6767432c20: Layer already exists [2021-01-12T18:27:56.998Z] 5ad96c54b404: Layer already exists [2021-01-12T18:27:56.998Z] e0506070f02e: Layer already exists [2021-01-12T18:27:56.998Z] fa1afe8e6ed9: Layer already exists [2021-01-12T18:27:56.998Z] 9ded3b6bb9b5: Layer already exists [2021-01-12T18:27:56.998Z] f078e6c2fedc: Layer already exists [2021-01-12T18:27:56.998Z] a8cc874beae2: Layer already exists [2021-01-12T18:27:56.998Z] 87a09b4c083e: Layer already exists [2021-01-12T18:27:56.998Z] f8381ed47b22: Layer already exists [2021-01-12T18:27:56.998Z] b122376c33c6: Layer already exists [2021-01-12T18:27:56.998Z] 0f74e9ff2a61: Layer already exists [2021-01-12T18:27:56.998Z] e934a737d657: Layer already exists [2021-01-12T18:27:56.998Z] 2.0.0-dev.33: digest: sha256:867c18b6606178f0a8f719ba037c1ec616793759ffd1e6359cfc62cffaeac600 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:27:57.334Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:27:57.666Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [2021-01-12T18:27:57.666Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-12T18:27:57.666Z] 08baa93bd8b8: Preparing [2021-01-12T18:27:57.666Z] ab6767432c20: Preparing [2021-01-12T18:27:57.666Z] e0506070f02e: Preparing [2021-01-12T18:27:57.666Z] 5ad96c54b404: Preparing [2021-01-12T18:27:57.666Z] 1c64f5b49502: Preparing [2021-01-12T18:27:57.666Z] f078e6c2fedc: Preparing [2021-01-12T18:27:57.666Z] a8cc874beae2: Preparing [2021-01-12T18:27:57.666Z] 9ded3b6bb9b5: Preparing [2021-01-12T18:27:57.666Z] fa1afe8e6ed9: Preparing [2021-01-12T18:27:57.666Z] 87a09b4c083e: Preparing [2021-01-12T18:27:57.666Z] 0f74e9ff2a61: Preparing [2021-01-12T18:27:57.666Z] b122376c33c6: Preparing [2021-01-12T18:27:57.666Z] f8381ed47b22: Preparing [2021-01-12T18:27:57.666Z] e934a737d657: Preparing [2021-01-12T18:27:57.666Z] 87a09b4c083e: Waiting [2021-01-12T18:27:57.666Z] 0f74e9ff2a61: Waiting [2021-01-12T18:27:57.666Z] f8381ed47b22: Waiting [2021-01-12T18:27:57.666Z] e934a737d657: Waiting [2021-01-12T18:27:57.666Z] f078e6c2fedc: Waiting [2021-01-12T18:27:57.666Z] b122376c33c6: Waiting [2021-01-12T18:27:57.666Z] a8cc874beae2: Waiting [2021-01-12T18:27:57.666Z] 9ded3b6bb9b5: Waiting [2021-01-12T18:27:57.666Z] fa1afe8e6ed9: Waiting [2021-01-12T18:27:57.666Z] ab6767432c20: Layer already exists [2021-01-12T18:27:57.666Z] 5ad96c54b404: Layer already exists [2021-01-12T18:27:57.666Z] 1c64f5b49502: Layer already exists [2021-01-12T18:27:57.666Z] 08baa93bd8b8: Layer already exists [2021-01-12T18:27:57.666Z] e0506070f02e: Layer already exists [2021-01-12T18:27:57.939Z] 87a09b4c083e: Layer already exists [2021-01-12T18:27:57.939Z] f078e6c2fedc: Layer already exists [2021-01-12T18:27:57.939Z] 9ded3b6bb9b5: Layer already exists [2021-01-12T18:27:57.939Z] a8cc874beae2: Layer already exists [2021-01-12T18:27:57.939Z] fa1afe8e6ed9: Layer already exists [2021-01-12T18:27:57.939Z] b122376c33c6: Layer already exists [2021-01-12T18:27:57.939Z] 0f74e9ff2a61: Layer already exists [2021-01-12T18:27:57.939Z] f8381ed47b22: Layer already exists [2021-01-12T18:27:57.939Z] e934a737d657: Layer already exists [2021-01-12T18:27:57.939Z] 6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33: digest: sha256:867c18b6606178f0a8f719ba037c1ec616793759ffd1e6359cfc62cffaeac600 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:27:58.275Z] + 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-12T18:27:58.605Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-01-12T18:27:58.605Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-12T18:27:58.605Z] 08baa93bd8b8: Preparing [2021-01-12T18:27:58.605Z] ab6767432c20: Preparing [2021-01-12T18:27:58.605Z] e0506070f02e: Preparing [2021-01-12T18:27:58.605Z] 5ad96c54b404: Preparing [2021-01-12T18:27:58.605Z] 1c64f5b49502: Preparing [2021-01-12T18:27:58.605Z] f078e6c2fedc: Preparing [2021-01-12T18:27:58.605Z] a8cc874beae2: Preparing [2021-01-12T18:27:58.605Z] 9ded3b6bb9b5: Preparing [2021-01-12T18:27:58.605Z] fa1afe8e6ed9: Preparing [2021-01-12T18:27:58.605Z] 87a09b4c083e: Preparing [2021-01-12T18:27:58.605Z] 0f74e9ff2a61: Preparing [2021-01-12T18:27:58.605Z] b122376c33c6: Preparing [2021-01-12T18:27:58.605Z] f8381ed47b22: Preparing [2021-01-12T18:27:58.605Z] e934a737d657: Preparing [2021-01-12T18:27:58.605Z] f078e6c2fedc: Waiting [2021-01-12T18:27:58.605Z] a8cc874beae2: Waiting [2021-01-12T18:27:58.605Z] 9ded3b6bb9b5: Waiting [2021-01-12T18:27:58.605Z] fa1afe8e6ed9: Waiting [2021-01-12T18:27:58.605Z] 87a09b4c083e: Waiting [2021-01-12T18:27:58.605Z] 0f74e9ff2a61: Waiting [2021-01-12T18:27:58.605Z] b122376c33c6: Waiting [2021-01-12T18:27:58.605Z] f8381ed47b22: Waiting [2021-01-12T18:27:58.605Z] e934a737d657: Waiting [2021-01-12T18:27:58.605Z] 1c64f5b49502: Layer already exists [2021-01-12T18:27:58.605Z] e0506070f02e: Layer already exists [2021-01-12T18:27:58.605Z] 5ad96c54b404: Layer already exists [2021-01-12T18:27:58.605Z] ab6767432c20: Layer already exists [2021-01-12T18:27:58.605Z] 08baa93bd8b8: Layer already exists [2021-01-12T18:27:58.875Z] f078e6c2fedc: Layer already exists [2021-01-12T18:27:58.875Z] a8cc874beae2: Layer already exists [2021-01-12T18:27:58.875Z] 9ded3b6bb9b5: Layer already exists [2021-01-12T18:27:58.875Z] fa1afe8e6ed9: Layer already exists [2021-01-12T18:27:58.875Z] 87a09b4c083e: Layer already exists [2021-01-12T18:27:58.875Z] 0f74e9ff2a61: Layer already exists [2021-01-12T18:27:58.875Z] b122376c33c6: Layer already exists [2021-01-12T18:27:58.875Z] e934a737d657: Layer already exists [2021-01-12T18:27:58.875Z] f8381ed47b22: Layer already exists [2021-01-12T18:27:58.875Z] master: digest: sha256:867c18b6606178f0a8f719ba037c1ec616793759ffd1e6359cfc62cffaeac600 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-12T18:27:59.067Z] ===================================================== [Pipeline] echo [2021-01-12T18:27:59.141Z] taggedImages: [2021-01-12T18:27:59.141Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:6731ab5d56a0494658aab350a508f22ecd29f588 [2021-01-12T18:27:59.141Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.33 [2021-01-12T18:27:59.141Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:6731ab5d56a0494658aab350a508f22ecd29f588-2.0.0-dev.33 [2021-01-12T18:27:59.141Z] - 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-12T18:28:00.659Z] provisioning config files... [2021-01-12T18:28:00.670Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/285@tmp/config9140765091005510685tmp [Pipeline] { [Pipeline] sh [2021-01-12T18:28:01.045Z] + set +x [2021-01-12T18:28:01.045Z] + curl -s https://codecov.io/bash [2021-01-12T18:28:01.045Z] + bash -s -- [2021-01-12T18:28:01.620Z] [2021-01-12T18:28:01.620Z] _____ _ [2021-01-12T18:28:01.620Z] / ____| | | [2021-01-12T18:28:01.620Z] | | ___ __| | ___ ___ _____ __ [2021-01-12T18:28:01.620Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-12T18:28:01.620Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-12T18:28:01.620Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-12T18:28:01.620Z] Bash-20201231-23d4836 [2021-01-12T18:28:01.620Z] [2021-01-12T18:28:01.620Z] [2021-01-12T18:28:01.620Z] ==> git version 2.24.3 found [2021-01-12T18:28:01.620Z] ==> 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-12T18:28:01.620Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-12T18:28:01.620Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-12T18:28:01.620Z] ==> Jenkins CI detected. [2021-01-12T18:28:01.620Z] project root: . [2021-01-12T18:28:01.620Z] --> token set from env [2021-01-12T18:28:01.620Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-12T18:28:01.620Z] ==> Running gcov in . (disable via -X gcov) [2021-01-12T18:28:01.620Z] ==> Python coveragepy not found [2021-01-12T18:28:01.620Z] ==> Searching for coverage reports in: [2021-01-12T18:28:01.620Z] + . [2021-01-12T18:28:01.620Z] -> Found 1 reports [2021-01-12T18:28:01.620Z] ==> Detecting git/mercurial file structure [2021-01-12T18:28:01.620Z] ==> Reading reports [2021-01-12T18:28:01.620Z] + ./coverage.out bytes=545099 [2021-01-12T18:28:01.620Z] ==> Appending adjustments [2021-01-12T18:28:01.620Z] https://docs.codecov.io/docs/fixing-reports [2021-01-12T18:28:04.927Z] + Found adjustments [2021-01-12T18:28:04.927Z] ==> Gzipping contents [2021-01-12T18:28:04.927Z] 84K /tmp/codecov.TWv8eI.gz [2021-01-12T18:28:04.927Z] ==> Uploading reports [2021-01-12T18:28:04.927Z] url: https://codecov.io [2021-01-12T18:28:04.927Z] query: branch=master&commit=6731ab5d56a0494658aab350a508f22ecd29f588&build=285&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F285%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-12T18:28:04.927Z] -> Pinging Codecov [2021-01-12T18:28:04.927Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=master&commit=6731ab5d56a0494658aab350a508f22ecd29f588&build=285&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F285%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-12T18:28:05.502Z] -> Uploading to [2021-01-12T18:28:05.502Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-12/00271124DB129430A58F1EEE437C3FCB/6731ab5d56a0494658aab350a508f22ecd29f588/c6f15506-5f68-4bd9-b16d-265db18a49b1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210112%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210112T182805Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7feae37ef5c647aed1f34492580768a59357ab44d1fa70bf88a5579ef7a75f59 [2021-01-12T18:28:05.502Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-12T18:28:05.502Z] Dload Upload Total Spent Left Speed [2021-01-12T18:28:06.335Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 82848 0 0 100 82848 0 103k --:--:-- --:--:-- --:--:-- 103k [2021-01-12T18:28:06.335Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/6731ab5d56a0494658aab350a508f22ecd29f588 [Pipeline] } [2021-01-12T18:28:06.343Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-01-12T18:28:07.159Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-12T18:28:07.248Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:28:07.585Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-12T18:28:07.585Z] [2021-01-12T18:28:07.585Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:28:07.926Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-12T18:28:07.926Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-12T18:28:07.926Z] 188c0c94c7c5: Already exists [2021-01-12T18:28:07.926Z] 0ef7d3d256c8: Already exists [2021-01-12T18:28:07.926Z] de9db76c5a1d: Already exists [2021-01-12T18:28:07.926Z] 0eba1c9be4d2: Pulling fs layer [2021-01-12T18:28:07.926Z] 0d57e429df01: Pulling fs layer [2021-01-12T18:28:07.926Z] 4e4be7b47b0d: Pulling fs layer [2021-01-12T18:28:07.926Z] e1f770b5df2f: Pulling fs layer [2021-01-12T18:28:07.926Z] 85a0685a4137: Pulling fs layer [2021-01-12T18:28:07.926Z] e1f770b5df2f: Waiting [2021-01-12T18:28:07.926Z] 85a0685a4137: Waiting [2021-01-12T18:28:07.926Z] 0d57e429df01: Verifying Checksum [2021-01-12T18:28:07.926Z] 0d57e429df01: Download complete [2021-01-12T18:28:07.926Z] 4e4be7b47b0d: Download complete [2021-01-12T18:28:09.874Z] e1f770b5df2f: Verifying Checksum [2021-01-12T18:28:09.874Z] e1f770b5df2f: Download complete [2021-01-12T18:28:11.796Z] 85a0685a4137: Verifying Checksum [2021-01-12T18:28:11.796Z] 85a0685a4137: Download complete [2021-01-12T18:28:11.796Z] 0eba1c9be4d2: Verifying Checksum [2021-01-12T18:28:11.796Z] 0eba1c9be4d2: Download complete [2021-01-12T18:28:17.114Z] 0eba1c9be4d2: Pull complete [2021-01-12T18:28:17.114Z] 0d57e429df01: Pull complete [2021-01-12T18:28:17.114Z] 4e4be7b47b0d: Pull complete [2021-01-12T18:28:21.340Z] e1f770b5df2f: Pull complete [2021-01-12T18:28:31.386Z] 85a0685a4137: Pull complete [2021-01-12T18:28:31.386Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-12T18:28:31.386Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-12T18:28:31.386Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-12T18:28:31.574Z] prd-centos7-docker-4c-2g-19766 does not seem to be running inside a container [2021-01-12T18:28:31.775Z] $ 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/285 -v /w/workspace/edgex-go/285:/w/workspace/edgex-go/285:rw,z -v /w/workspace/edgex-go/285@tmp:/w/workspace/edgex-go/285@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-12T18:28:32.818Z] $ docker top 0fa7a3001e3f1ee06b33b19a3f99db45c51f01866edc3f93d83712c1b2f0121a -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-12T18:28:33.079Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-12T18:28:33.368Z] + set -o pipefail [2021-01-12T18:28:33.368Z] + snyk monitor '--org=edgex-jenkins' [2021-01-12T18:28:55.370Z] [2021-01-12T18:28:55.370Z] Monitoring /w/workspace/edgex-go/285 (github.com/edgexfoundry/edgex-go)... [2021-01-12T18:28:55.370Z] [2021-01-12T18:28:55.370Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/dd1c0ad6-5045-46cf-8e26-ac3d6ba642d5 [2021-01-12T18:28:55.370Z] [2021-01-12T18:28:55.370Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-12T18:28:55.370Z] [2021-01-12T18:28:55.370Z] [Pipeline] } [2021-01-12T18:28:55.389Z] $ docker stop --time=1 0fa7a3001e3f1ee06b33b19a3f99db45c51f01866edc3f93d83712c1b2f0121a [2021-01-12T18:28:58.302Z] $ docker rm -f 0fa7a3001e3f1ee06b33b19a3f99db45c51f01866edc3f93d83712c1b2f0121a [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-12T18:28:59.681Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-12T18:28:59.734Z] provisioning config files... [2021-01-12T18:28:59.748Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/285@tmp/config1422525820549349319tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-12T18:29:00.120Z] --> edgex-publish-swagger.sh [2021-01-12T18:29:00.120Z] === Publish openapi/v1 API === [2021-01-12T18:29:00.120Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-01-12T18:29:00.120Z] [publishToSwagger] Publishing API Name [core-command] [2021-01-12T18:29:00.120Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-12T18:29:00.120Z] Dload Upload Total Spent Left Speed [2021-01-12T18:29:01.070Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 9666 0:00:01 0:00:01 --:--:-- 9678 100 10521 0 0 100 10521 0 9665 0:00:01 0:00:01 --:--:-- 9678 [2021-01-12T18:29:01.070Z] [2021-01-12T18:29:01.070Z] [2021-01-12T18:29:01.070Z] [publishToSwagger] Publishing API Name [core-data] [2021-01-12T18:29:01.070Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-12T18:29:01.070Z] Dload Upload Total Spent Left Speed [2021-01-12T18:29:02.463Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 27588 0:00:01 0:00:01 --:--:-- 27613 100 32556 0 0 100 32556 0 27584 0:00:01 0:00:01 --:--:-- 27589 [2021-01-12T18:29:02.463Z] [2021-01-12T18:29:02.463Z] [2021-01-12T18:29:02.463Z] [publishToSwagger] Publishing API Name [core-metadata] [2021-01-12T18:29:02.463Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-12T18:29:02.463Z] Dload Upload Total Spent Left Speed [2021-01-12T18:29:03.852Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 60918 0:00:01 0:00:01 --:--:-- 60976 100 73720 0 0 100 73720 0 59747 0:00:01 0:00:01 --:--:-- 59789 [2021-01-12T18:29:03.852Z] [2021-01-12T18:29:03.852Z] [2021-01-12T18:29:03.852Z] [publishToSwagger] Publishing API Name [support-logging] [2021-01-12T18:29:03.852Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-12T18:29:03.852Z] Dload Upload Total Spent Left Speed [2021-01-12T18:29:05.056Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 11226 0:00:01 0:00:01 --:--:-- 11223 100 13580 0 0 100 13580 0 10170 0:00:01 0:00:01 --:--:-- 10164 [2021-01-12T18:29:05.056Z] [2021-01-12T18:29:05.056Z] [2021-01-12T18:29:05.056Z] [publishToSwagger] Publishing API Name [support-notifications] [2021-01-12T18:29:05.056Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-12T18:29:05.056Z] Dload Upload Total Spent Left Speed [2021-01-12T18:29:05.998Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 35244 0:00:01 0:00:01 --:--:-- 35257 100 38889 0 0 100 38889 0 35239 0:00:01 0:00:01 --:--:-- 35257 [2021-01-12T18:29:05.999Z] [2021-01-12T18:29:05.999Z] [2021-01-12T18:29:05.999Z] [publishToSwagger] Publishing API Name [support-scheduler] [2021-01-12T18:29:05.999Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-12T18:29:05.999Z] Dload Upload Total Spent Left Speed [2021-01-12T18:29:07.385Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 11766 0:00:01 0:00:01 --:--:-- 11775 100 14248 0 0 100 14248 0 11313 0:00:01 0:00:01 --:--:-- 11316 [2021-01-12T18:29:07.386Z] [2021-01-12T18:29:07.386Z] [2021-01-12T18:29:07.386Z] [publishToSwagger] Publishing API Name [system-agent] [2021-01-12T18:29:07.386Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-12T18:29:07.386Z] Dload Upload Total Spent Left Speed [2021-01-12T18:29:08.331Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3727 0:00:01 0:00:01 --:--:-- 3728 100 4109 0 0 100 4109 0 3726 0:00:01 0:00:01 --:--:-- 3728 [2021-01-12T18:29:08.592Z] [2021-01-12T18:29:08.592Z] [2021-01-12T18:29:08.592Z] === Publish openapi/v2 API === [2021-01-12T18:29:08.592Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-01-12T18:29:08.592Z] [publishToSwagger] Publishing API Name [core-command] [2021-01-12T18:29:08.592Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-12T18:29:08.592Z] Dload Upload Total Spent Left Speed [2021-01-12T18:29:09.540Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 27423 0:00:01 0:00:01 --:--:-- 27448 100 29535 0 0 100 29535 0 27414 0:00:01 0:00:01 --:--:-- 27423 [2021-01-12T18:29:09.540Z] [2021-01-12T18:29:09.540Z] [2021-01-12T18:29:09.540Z] [publishToSwagger] Publishing API Name [core-data] [2021-01-12T18:29:09.540Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-12T18:29:09.540Z] Dload Upload Total Spent Left Speed [2021-01-12T18:29:10.748Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 60430 0 0 100 60430 0 52002 0:00:01 0:00:01 --:--:-- 52005 100 60430 0 0 100 60430 0 51994 0:00:01 0:00:01 --:--:-- 52005 [2021-01-12T18:29:10.748Z] [2021-01-12T18:29:10.748Z] [2021-01-12T18:29:10.748Z] [publishToSwagger] Publishing API Name [core-metadata] [2021-01-12T18:29:10.748Z] /w/workspace/edgex-go/285@tmp/durable-f11d8206/script.sh: line 28: /usr/bin/curl: Argument list too long [Pipeline] } [2021-01-12T18:29:10.761Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] error [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [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-12T18:29:12.297Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T18:29:13.179Z] ---> package-listing.sh [2021-01-12T18:29:13.179Z] ++ facter osfamily [2021-01-12T18:29:13.179Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-12T18:29:13.179Z] + OS_FAMILY=redhat [2021-01-12T18:29:13.179Z] + workspace=/w/workspace/edgex-go/285 [2021-01-12T18:29:13.179Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-12T18:29:13.179Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-12T18:29:13.179Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-12T18:29:13.179Z] + PACKAGES=/tmp/packages_start.txt [2021-01-12T18:29:13.179Z] + '[' /w/workspace/edgex-go/285 ']' [2021-01-12T18:29:13.179Z] + PACKAGES=/tmp/packages_end.txt [2021-01-12T18:29:13.179Z] + case "${OS_FAMILY}" in [2021-01-12T18:29:13.179Z] + rpm -qa [2021-01-12T18:29:13.179Z] + sort [2021-01-12T18:29:18.503Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-12T18:29:18.503Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-12T18:29:18.503Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-12T18:29:18.503Z] + '[' /w/workspace/edgex-go/285 ']' [2021-01-12T18:29:18.503Z] + mkdir -p /w/workspace/edgex-go/285/archives/ [2021-01-12T18:29:18.503Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/285/archives/ [Pipeline] echo [2021-01-12T18:29:18.537Z] 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/285/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-12T18:29:18.841Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:29:19.155Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-12T18:29:19.155Z] [2021-01-12T18:29:19.155Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-12T18:29:19.515Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-12T18:29:19.515Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-12T18:29:19.515Z] df20fa9351a1: Pulling fs layer [2021-01-12T18:29:19.515Z] 36b3adc4ff6f: Pulling fs layer [2021-01-12T18:29:19.515Z] 8ad3a11d3b57: Pulling fs layer [2021-01-12T18:29:19.515Z] 46f8f816bc3b: Pulling fs layer [2021-01-12T18:29:19.515Z] 93b61091891f: Pulling fs layer [2021-01-12T18:29:19.515Z] 93b9cdb0e59b: Pulling fs layer [2021-01-12T18:29:19.515Z] 5e14af77c1be: Pulling fs layer [2021-01-12T18:29:19.515Z] 01666e4c0597: Pulling fs layer [2021-01-12T18:29:19.515Z] aa168da1d23b: Pulling fs layer [2021-01-12T18:29:19.515Z] 93b9cdb0e59b: Waiting [2021-01-12T18:29:19.515Z] 5e14af77c1be: Waiting [2021-01-12T18:29:19.515Z] 01666e4c0597: Waiting [2021-01-12T18:29:19.515Z] aa168da1d23b: Waiting [2021-01-12T18:29:19.515Z] 46f8f816bc3b: Waiting [2021-01-12T18:29:19.515Z] 93b61091891f: Waiting [2021-01-12T18:29:19.515Z] 36b3adc4ff6f: Verifying Checksum [2021-01-12T18:29:19.515Z] 36b3adc4ff6f: Download complete [2021-01-12T18:29:19.515Z] 46f8f816bc3b: Verifying Checksum [2021-01-12T18:29:19.515Z] 46f8f816bc3b: Download complete [2021-01-12T18:29:19.515Z] df20fa9351a1: Verifying Checksum [2021-01-12T18:29:19.515Z] df20fa9351a1: Download complete [2021-01-12T18:29:19.515Z] 93b9cdb0e59b: Download complete [2021-01-12T18:29:19.515Z] 93b61091891f: Download complete [2021-01-12T18:29:19.791Z] 5e14af77c1be: Verifying Checksum [2021-01-12T18:29:19.791Z] 5e14af77c1be: Download complete [2021-01-12T18:29:19.791Z] 01666e4c0597: Verifying Checksum [2021-01-12T18:29:19.791Z] 01666e4c0597: Download complete [2021-01-12T18:29:19.791Z] 8ad3a11d3b57: Verifying Checksum [2021-01-12T18:29:19.791Z] 8ad3a11d3b57: Download complete [2021-01-12T18:29:20.054Z] df20fa9351a1: Pull complete [2021-01-12T18:29:20.632Z] 36b3adc4ff6f: Pull complete [2021-01-12T18:29:21.596Z] aa168da1d23b: Verifying Checksum [2021-01-12T18:29:21.596Z] aa168da1d23b: Download complete [2021-01-12T18:29:22.543Z] 8ad3a11d3b57: Pull complete [2021-01-12T18:29:22.543Z] 46f8f816bc3b: Pull complete [2021-01-12T18:29:23.118Z] 93b61091891f: Pull complete [2021-01-12T18:29:23.380Z] 93b9cdb0e59b: Pull complete [2021-01-12T18:29:23.380Z] 5e14af77c1be: Pull complete [2021-01-12T18:29:23.641Z] 01666e4c0597: Pull complete [2021-01-12T18:29:31.832Z] aa168da1d23b: Pull complete [2021-01-12T18:29:31.832Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-12T18:29:31.832Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-12T18:29:31.832Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-12T18:29:31.993Z] prd-centos7-docker-4c-2g-19766 does not seem to be running inside a container [2021-01-12T18:29:32.044Z] $ 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/285/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/285 -v /w/workspace/edgex-go/285:/w/workspace/edgex-go/285:rw,z -v /w/workspace/edgex-go/285@tmp:/w/workspace/edgex-go/285@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-12T18:29:35.546Z] $ docker top 07517c4735061012f4c711b2e21c4aa2e76727c5e17dfb1c28f27a0fdf73ed12 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T18:29:36.166Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-12T18:29:36.462Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-12T18:29:36.756Z] + ls /var/log/sa-host [2021-01-12T18:29:36.756Z] + sadf -c /var/log/sa-host/sa12 [2021-01-12T18:29:36.756Z] file_magic: OK [2021-01-12T18:29:36.756Z] HZ: Using current value: 100 [2021-01-12T18:29:36.756Z] file_header: OK [2021-01-12T18:29:36.756Z] 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-12T18:29:36.756Z] Statistics: [2021-01-12T18:29:36.756Z] 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... [2021-01-12T18:29:36.756Z] File successfully converted to sysstat format version 12.2.1 [2021-01-12T18:29:36.756Z] + sadf -c /var/log/sa-host/sa23 [2021-01-12T18:29:36.756Z] file_magic: OK [2021-01-12T18:29:36.756Z] HZ: Using current value: 100 [2021-01-12T18:29:36.756Z] file_header: OK [2021-01-12T18:29:36.756Z] 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-12T18:29:36.756Z] Statistics: [2021-01-12T18:29:36.756Z] Hnuu...uuuununununu... [2021-01-12T18:29:36.756Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-12T18:29:37.392Z] provisioning config files... [2021-01-12T18:29:37.410Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/285@tmp/config4598022272315556916tmp [Pipeline] { [Pipeline] echo [2021-01-12T18:29:37.491Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T18:29:37.789Z] ---> create-netrc.sh [Pipeline] } [2021-01-12T18:29:37.798Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-12T18:29:37.883Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T18:29:38.187Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-12T18:29:38.198Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T18:29:38.494Z] ---> sudo-logs.sh [2021-01-12T18:29:38.494Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-12T18:29:38.506Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T18:29:38.804Z] ---> job-cost.sh [2021-01-12T18:29:38.804Z] lf-activate-venv: SKIPPING [2021-01-12T18:29:38.804Z] INFO: No Stack... [2021-01-12T18:29:40.198Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-12T18:29:40.460Z] INFO: Archiving Costs [Pipeline] echo [2021-01-12T18:29:40.474Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T18:29:40.783Z] ---> logs-deploy.sh [2021-01-12T18:29:40.783Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/285 [2021-01-12T18:29:40.783Z] INFO: archiving workspace using pattern(s): [2021-01-12T18:29:42.706Z] Archives upload complete. [2021-01-12T18:29:42.706Z] INFO: archiving logs to Nexus