Started by user Ernesto Ojeda Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3fcc602c4282fe50c74be67af1ba7a350be2dfea 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-20047 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/293 [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/293 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Checking out Revision 3fcc602c4282fe50c74be67af1ba7a350be2dfea (master) 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 3fcc602c4282fe50c74be67af1ba7a350be2dfea # timeout=10 Commit message: "Merge pull request #3025 from tonyespy/snap-fix-cmdline-args" > git rev-list --no-walk 3fcc602c4282fe50c74be67af1ba7a350be2dfea # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-13T23:09:14.036Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-13T23:09:14.366Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-13T23:09:14.456Z] ========================================================= [2021-01-13T23:09:14.456Z] EdgeX Global Pipelines Version Info [2021-01-13T23:09:14.456Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-13T23:09:15.934Z] ------------------- [2021-01-13T23:09:15.934Z] stable info: [2021-01-13T23:09:15.934Z] ------------------- [2021-01-13T23:09:15.934Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-13T23:09:15.934Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-13T23:09:15.934Z] Message: update stable to v1.0.177 [2021-01-13T23:09:16.887Z] ------------------- [2021-01-13T23:09:16.887Z] experimental info: [2021-01-13T23:09:16.887Z] ------------------- [2021-01-13T23:09:16.887Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-13T23:09:16.887Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-13T23:09:16.887Z] Message: update experimental to v1.0.177 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-13T23:09:17.151Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-13T23:09:17.250Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-13T23:09:17.337Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-13T23:09:17.485Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-13T23:09:17.639Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-13T23:09:17.728Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-13T23:09:17.817Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-13T23:09:17.901Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-13T23:09:18.020Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-13T23:09:18.108Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-13T23:09:18.195Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-13T23:09:18.280Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-13T23:09:18.363Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-13T23:09:18.470Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-13T23:09:18.556Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-13T23:09:18.637Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-13T23:09:18.724Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-13T23:09:18.810Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-13T23:09:18.896Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-13T23:09:18.993Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-13T23:09:19.076Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-13T23:09:19.159Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-13T23:09:19.241Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-13T23:09:19.325Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-13T23:09:19.415Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-13T23:09:19.499Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-13T23:09:19.583Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3fcc602c4282fe50c74be67af1ba7a350be2dfea [Pipeline] echo [2021-01-13T23:09:19.665Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3fcc602 [Pipeline] echo [2021-01-13T23:09:19.746Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-13T23:09:19.928Z] provisioning config files... [2021-01-13T23:09:19.987Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/293@tmp/config5599517902255950565tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-13T23:09:20.344Z] ---> docker-login.sh [2021-01-13T23:09:20.344Z] nexus3.edgexfoundry.org:10001 [2021-01-13T23:09:20.605Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T23:09:20.868Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T23:09:20.868Z] Configure a credential helper to remove this warning. See [2021-01-13T23:09:20.868Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T23:09:20.868Z] [2021-01-13T23:09:20.868Z] Login Succeeded [2021-01-13T23:09:20.868Z] nexus3.edgexfoundry.org:10002 [2021-01-13T23:09:20.868Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T23:09:20.868Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T23:09:20.868Z] Configure a credential helper to remove this warning. See [2021-01-13T23:09:20.868Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T23:09:20.868Z] [2021-01-13T23:09:20.868Z] Login Succeeded [2021-01-13T23:09:20.868Z] nexus3.edgexfoundry.org:10003 [2021-01-13T23:09:21.130Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T23:09:21.130Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T23:09:21.130Z] Configure a credential helper to remove this warning. See [2021-01-13T23:09:21.130Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T23:09:21.130Z] [2021-01-13T23:09:21.130Z] Login Succeeded [2021-01-13T23:09:21.130Z] nexus3.edgexfoundry.org:10004 [2021-01-13T23:09:21.396Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T23:09:21.396Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T23:09:21.396Z] Configure a credential helper to remove this warning. See [2021-01-13T23:09:21.396Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T23:09:21.396Z] [2021-01-13T23:09:21.396Z] Login Succeeded [2021-01-13T23:09:21.396Z] docker.io [2021-01-13T23:09:21.396Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T23:09:21.660Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T23:09:21.660Z] Configure a credential helper to remove this warning. See [2021-01-13T23:09:21.660Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T23:09:21.660Z] [2021-01-13T23:09:21.660Z] Login Succeeded [2021-01-13T23:09:21.660Z] ---> docker-login.sh ends [Pipeline] } [2021-01-13T23:09:21.671Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-13T23:09:22.172Z] ++ 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-13T23:09:22.172Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T23:09:22.172Z] ++ dirname cmd/core-command/Dockerfile [2021-01-13T23:09:22.172Z] ++ cut -d/ -f2 [2021-01-13T23:09:22.172Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-13T23:09:22.172Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T23:09:22.172Z] ++ dirname cmd/core-data/Dockerfile [2021-01-13T23:09:22.172Z] ++ cut -d/ -f2 [2021-01-13T23:09:22.172Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-13T23:09:22.172Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T23:09:22.172Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-13T23:09:22.172Z] ++ cut -d/ -f2 [2021-01-13T23:09:22.172Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-13T23:09:22.172Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T23:09:22.172Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-13T23:09:22.172Z] ++ cut -d/ -f2 [2021-01-13T23:09:22.172Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-13T23:09:22.172Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T23:09:22.172Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-13T23:09:22.172Z] ++ cut -d/ -f2 [2021-01-13T23:09:22.172Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-13T23:09:22.172Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T23:09:22.172Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-13T23:09:22.172Z] ++ cut -d/ -f2 [2021-01-13T23:09:22.172Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-13T23:09:22.172Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T23:09:22.172Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-13T23:09:22.172Z] ++ cut -d/ -f2 [2021-01-13T23:09:22.172Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-13T23:09:22.172Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T23:09:22.172Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-13T23:09:22.172Z] ++ cut -d/ -f2 [2021-01-13T23:09:22.172Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-13T23:09:22.172Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T23:09:22.172Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-13T23:09:22.172Z] ++ cut -d/ -f2 [2021-01-13T23:09:22.172Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-13T23:09:22.243Z] 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-13T23:09:23.081Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-13T23:09:23.081Z] [2021-01-13T23:09:23.081Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:09:23.430Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-13T23:09:23.430Z] latest: Pulling from edgex-devops/git-semver [2021-01-13T23:09:23.430Z] 31603596830f: Pulling fs layer [2021-01-13T23:09:23.430Z] 2a8b12db71e7: Pulling fs layer [2021-01-13T23:09:23.430Z] 6ca5941a6612: Pulling fs layer [2021-01-13T23:09:23.430Z] ecc8261a40a4: Pulling fs layer [2021-01-13T23:09:23.430Z] ecc8261a40a4: Waiting [2021-01-13T23:09:23.430Z] 2a8b12db71e7: Verifying Checksum [2021-01-13T23:09:23.430Z] 2a8b12db71e7: Download complete [2021-01-13T23:09:23.430Z] 31603596830f: Verifying Checksum [2021-01-13T23:09:23.430Z] 31603596830f: Download complete [2021-01-13T23:09:23.704Z] ecc8261a40a4: Verifying Checksum [2021-01-13T23:09:23.704Z] ecc8261a40a4: Download complete [2021-01-13T23:09:23.704Z] 6ca5941a6612: Verifying Checksum [2021-01-13T23:09:23.704Z] 6ca5941a6612: Download complete [2021-01-13T23:09:23.971Z] 31603596830f: Pull complete [2021-01-13T23:09:23.972Z] 2a8b12db71e7: Pull complete [2021-01-13T23:09:24.927Z] 6ca5941a6612: Pull complete [2021-01-13T23:09:25.189Z] ecc8261a40a4: Pull complete [2021-01-13T23:09:25.189Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-13T23:09:25.189Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-13T23:09:25.189Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-13T23:09:25.296Z] prd-centos7-docker-4c-2g-20047 does not seem to be running inside a container [2021-01-13T23:09:25.347Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/293 -v /w/workspace/edgex-go/293:/w/workspace/edgex-go/293:rw,z -v /w/workspace/edgex-go/293@tmp:/w/workspace/edgex-go/293@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-13T23:09:27.893Z] $ docker top 749ab58b9a646d131d19761b255e582e1673cc95bd41d50ddd8f392826fb9ce9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-13T23:09:28.335Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-13T23:09:28.335Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-13T23:09:28.594Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-13T23:09:28.599Z] $ docker exec 749ab58b9a646d131d19761b255e582e1673cc95bd41d50ddd8f392826fb9ce9 ssh-agent [2021-01-13T23:09:28.777Z] SSH_AUTH_SOCK=/tmp/ssh-NvRXKl1lEnmR/agent.12 [2021-01-13T23:09:28.777Z] SSH_AGENT_PID=18 [2021-01-13T23:09:28.804Z] Running ssh-add (command line suppressed) [2021-01-13T23:09:28.936Z] Identity added: /w/workspace/edgex-go/293@tmp/private_key_7663498961671154504.key (/w/workspace/edgex-go/293@tmp/private_key_7663498961671154504.key) [2021-01-13T23:09:29.009Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-13T23:09:29.403Z] + git tag --points-at HEAD [Pipeline] } [2021-01-13T23:09:29.432Z] $ docker exec --env ******** --env ******** 749ab58b9a646d131d19761b255e582e1673cc95bd41d50ddd8f392826fb9ce9 ssh-agent -k [2021-01-13T23:09:29.551Z] unset SSH_AUTH_SOCK; [2021-01-13T23:09:29.551Z] unset SSH_AGENT_PID; [2021-01-13T23:09:29.551Z] echo Agent pid 18 killed; [2021-01-13T23:09:29.608Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2021-01-13T23:09:29.841Z] [edgeXSemver]: set GITSEMVER_HEAD_TAG to 'v2.0.0-dev.34' [Pipeline] sshagent [2021-01-13T23:09:29.945Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-13T23:09:29.945Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-13T23:09:30.136Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-13T23:09:30.144Z] $ docker exec 749ab58b9a646d131d19761b255e582e1673cc95bd41d50ddd8f392826fb9ce9 ssh-agent [2021-01-13T23:09:30.326Z] SSH_AUTH_SOCK=/tmp/ssh-40aiNueZf5tx/agent.47 [2021-01-13T23:09:30.326Z] SSH_AGENT_PID=53 [2021-01-13T23:09:30.340Z] Running ssh-add (command line suppressed) [2021-01-13T23:09:30.470Z] Identity added: /w/workspace/edgex-go/293@tmp/private_key_1539562489645900360.key (/w/workspace/edgex-go/293@tmp/private_key_1539562489645900360.key) [2021-01-13T23:09:30.535Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-13T23:09:30.915Z] + git semver init [2021-01-13T23:09:30.915Z] # -> Open(): unable to determine branch for HEAD [2021-01-13T23:09:30.915Z] # $GIT_DIR = /w/workspace/edgex-go/293/.git [2021-01-13T23:09:30.915Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/293 [2021-01-13T23:09:30.915Z] # $SEMVER_REMOTE_NAME = origin [2021-01-13T23:09:30.915Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-13T23:09:30.915Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-13T23:09:30.915Z] # $SEMVER_BRANCH = master [2021-01-13T23:09:30.915Z] # $SEMVER_TEMP = /tmp/semver-430793602 [2021-01-13T23:09:30.915Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-13T23:09:57.809Z] # '/tmp/semver-430793602' -> '/w/workspace/edgex-go/293/.semver' [2021-01-13T23:09:57.809Z] # -> Force: false [2021-01-13T23:09:57.809Z] # $SEMVER_DIR = /w/workspace/edgex-go/293/.semver [Pipeline] } [2021-01-13T23:09:57.850Z] $ docker exec --env ******** --env ******** 749ab58b9a646d131d19761b255e582e1673cc95bd41d50ddd8f392826fb9ce9 ssh-agent -k [2021-01-13T23:09:58.137Z] unset SSH_AUTH_SOCK; [2021-01-13T23:09:58.137Z] unset SSH_AGENT_PID; [2021-01-13T23:09:58.137Z] echo Agent pid 53 killed; [2021-01-13T23:09:58.228Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-13T23:09:58.749Z] + git semver [Pipeline] } [2021-01-13T23:09:58.774Z] $ docker stop --time=1 749ab58b9a646d131d19761b255e582e1673cc95bd41d50ddd8f392826fb9ce9 [2021-01-13T23:10:00.728Z] $ docker rm -f 749ab58b9a646d131d19761b255e582e1673cc95bd41d50ddd8f392826fb9ce9 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-13T23:10:01.317Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-13T23:10:02.169Z] Stashed 1 file(s) [Pipeline] echo [2021-01-13T23:10:02.172Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.35 [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-13T23:10:03.093Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-13T23:10:03.395Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-13T23:10:03.701Z] + sudo service docker restart [2021-01-13T23:10:03.701Z] + true [2021-01-13T23:10:03.701Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-13T23:10:04.674Z] ========================================================= [2021-01-13T23:10:04.674Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-13T23:10:04.674Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:10:05.034Z] + 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-13T23:10:09.277Z] Sending build context to Docker daemon 326.5MB [2021-01-13T23:10:09.277Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-13T23:10:09.277Z] Step 2/6 : FROM ${BASE} [2021-01-13T23:10:09.277Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-13T23:10:09.277Z] 188c0c94c7c5: Pulling fs layer [2021-01-13T23:10:09.277Z] 0ef7d3d256c8: Pulling fs layer [2021-01-13T23:10:09.277Z] de9db76c5a1d: Pulling fs layer [2021-01-13T23:10:09.277Z] bca2f99d35d6: Pulling fs layer [2021-01-13T23:10:09.277Z] 93359f2a8cfa: Pulling fs layer [2021-01-13T23:10:09.277Z] 7c6f9722023f: Pulling fs layer [2021-01-13T23:10:09.277Z] a35cf1a2eb13: Pulling fs layer [2021-01-13T23:10:09.277Z] 93359f2a8cfa: Waiting [2021-01-13T23:10:09.277Z] 7c6f9722023f: Waiting [2021-01-13T23:10:09.277Z] a35cf1a2eb13: Waiting [2021-01-13T23:10:09.277Z] bca2f99d35d6: Waiting [2021-01-13T23:10:09.277Z] de9db76c5a1d: Verifying Checksum [2021-01-13T23:10:09.277Z] de9db76c5a1d: Download complete [2021-01-13T23:10:09.277Z] 0ef7d3d256c8: Download complete [2021-01-13T23:10:09.540Z] 93359f2a8cfa: Verifying Checksum [2021-01-13T23:10:09.540Z] 93359f2a8cfa: Download complete [2021-01-13T23:10:09.540Z] 7c6f9722023f: Verifying Checksum [2021-01-13T23:10:09.540Z] 7c6f9722023f: Download complete [2021-01-13T23:10:09.540Z] 188c0c94c7c5: Verifying Checksum [2021-01-13T23:10:09.540Z] 188c0c94c7c5: Download complete [2021-01-13T23:10:09.804Z] 188c0c94c7c5: Pull complete [2021-01-13T23:10:10.068Z] 0ef7d3d256c8: Pull complete [2021-01-13T23:10:10.339Z] de9db76c5a1d: Pull complete [2021-01-13T23:10:12.271Z] a35cf1a2eb13: Verifying Checksum [2021-01-13T23:10:12.271Z] a35cf1a2eb13: Download complete [2021-01-13T23:10:12.850Z] bca2f99d35d6: Verifying Checksum [2021-01-13T23:10:12.850Z] bca2f99d35d6: Download complete [2021-01-13T23:10:17.552Z] Still waiting to schedule task [2021-01-13T23:10:17.552Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-13T23:10:18.194Z] bca2f99d35d6: Pull complete [2021-01-13T23:10:18.194Z] 93359f2a8cfa: Pull complete [2021-01-13T23:10:18.468Z] 7c6f9722023f: Pull complete [2021-01-13T23:10:23.825Z] a35cf1a2eb13: Pull complete [2021-01-13T23:10:23.825Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-13T23:10:23.825Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-13T23:10:23.825Z] ---> a62c8e92a672 [2021-01-13T23:10:23.825Z] 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-13T23:10:23.825Z] ---> Running in 68efcf253501 [2021-01-13T23:10:24.088Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T23:10:25.036Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T23:10:26.445Z] (1/12) Installing libmagic (5.38-r0) [2021-01-13T23:10:26.445Z] (2/12) Installing file (5.38-r0) [2021-01-13T23:10:26.445Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-13T23:10:26.707Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-13T23:10:32.024Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-13T23:10:32.024Z] (6/12) Installing patch (2.7.6-r6) [2021-01-13T23:10:32.024Z] (7/12) Installing build-base (0.5-r2) [2021-01-13T23:10:32.024Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-13T23:10:32.024Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-13T23:10:32.024Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-13T23:10:32.024Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-13T23:10:32.024Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-13T23:10:32.024Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T23:10:32.024Z] OK: 233 MiB in 51 packages [2021-01-13T23:10:36.253Z] Removing intermediate container 68efcf253501 [2021-01-13T23:10:36.253Z] ---> 25bfa4779ceb [2021-01-13T23:10:36.253Z] Step 4/6 : WORKDIR /edgex-go [2021-01-13T23:10:36.253Z] ---> Running in d28a88d012f7 [2021-01-13T23:10:36.253Z] Removing intermediate container d28a88d012f7 [2021-01-13T23:10:36.253Z] ---> 5512c61e5673 [2021-01-13T23:10:36.253Z] Step 5/6 : COPY go.mod . [2021-01-13T23:10:36.253Z] ---> 43412ef6bf3b [2021-01-13T23:10:36.253Z] Step 6/6 : RUN go mod download [2021-01-13T23:10:36.520Z] ---> Running in 5bde58019858 [2021-01-13T23:10:58.570Z] Removing intermediate container 5bde58019858 [2021-01-13T23:10:58.570Z] ---> be0b1394638a [2021-01-13T23:10:58.570Z] Successfully built be0b1394638a [2021-01-13T23:10:58.570Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:10:58.897Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-13T23:10:58.897Z] . [Pipeline] withDockerContainer [2021-01-13T23:10:59.004Z] prd-centos7-docker-4c-2g-20047 does not seem to be running inside a container [2021-01-13T23:10:59.057Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/293 -v /w/workspace/edgex-go/293:/w/workspace/edgex-go/293:rw,z -v /w/workspace/edgex-go/293@tmp:/w/workspace/edgex-go/293@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-13T23:10:59.917Z] $ docker top 6d7cced27d88078b56dba74a2f7e94cd3e532e119357d0467eca5829360937b9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-13T23:11:00.412Z] + go version [2021-01-13T23:11:00.412Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-13T23:11:00.429Z] $ docker stop --time=1 6d7cced27d88078b56dba74a2f7e94cd3e532e119357d0467eca5829360937b9 [2021-01-13T23:11:01.864Z] $ docker rm -f 6d7cced27d88078b56dba74a2f7e94cd3e532e119357d0467eca5829360937b9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:11:02.769Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-13T23:11:02.770Z] . [Pipeline] withDockerContainer [2021-01-13T23:11:02.870Z] prd-centos7-docker-4c-2g-20047 does not seem to be running inside a container [2021-01-13T23:11:02.925Z] $ 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/293 -v /w/workspace/edgex-go/293:/w/workspace/edgex-go/293:rw,z -v /w/workspace/edgex-go/293@tmp:/w/workspace/edgex-go/293@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-13T23:11:03.746Z] $ docker top be1bca8977be8ea6de495630c9255eb373abc0e245809b1dbf361d75c8f4e9a0 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-13T23:11:03.993Z] ========================================================= [2021-01-13T23:11:03.993Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-13T23:11:03.993Z] ========================================================= [Pipeline] sh [2021-01-13T23:11:04.298Z] + make test [2021-01-13T23:11:04.298Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-13T23:11:14.413Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-13T23:11:32.769Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-13T23:11:35.348Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-13T23:11:35.930Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-13T23:11:35.930Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-13T23:11:35.930Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-13T23:11:35.930Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-13T23:11:36.204Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-13T23:11:36.796Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-13T23:11:37.067Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-13T23:11:37.672Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-13T23:11:39.644Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-13T23:11:39.644Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-13T23:11:39.644Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-13T23:11:41.984Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.104s coverage: 46.6% of statements [2021-01-13T23:11:41.984Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-13T23:11:41.984Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-13T23:11:41.984Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-13T23:11:41.984Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-13T23:11:41.984Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-13T23:11:47.396Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.223s coverage: 27.0% of statements [2021-01-13T23:11:47.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-13T23:11:47.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-13T23:11:47.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-13T23:11:47.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-13T23:11:47.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-13T23:11:47.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-13T23:11:47.396Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.054s coverage: 100.0% of statements [2021-01-13T23:11:47.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-13T23:11:47.396Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.050s coverage: 100.0% of statements [2021-01-13T23:11:47.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-13T23:11:47.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-13T23:11:47.396Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.081s coverage: 77.1% of statements [2021-01-13T23:11:47.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-13T23:11:47.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-13T23:11:47.396Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.133s coverage: 82.4% of statements [2021-01-13T23:11:47.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-13T23:11:47.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-13T23:11:47.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-13T23:11:47.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-13T23:11:47.397Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.363s coverage: 28.6% of statements [2021-01-13T23:11:47.397Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-13T23:11:47.397Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-13T23:11:47.397Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-13T23:11:47.397Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-13T23:11:47.397Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-13T23:11:47.397Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.075s coverage: 100.0% of statements [2021-01-13T23:11:47.397Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-13T23:11:47.397Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.033s coverage: 100.0% of statements [2021-01-13T23:11:47.397Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-13T23:11:48.827Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.106s coverage: 86.7% of statements [2021-01-13T23:11:48.827Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-13T23:11:48.827Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.111s coverage: 97.5% of statements [2021-01-13T23:11:48.827Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-13T23:11:48.827Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.071s coverage: 78.3% of statements [2021-01-13T23:11:48.827Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-13T23:11:48.827Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-13T23:11:48.827Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-13T23:11:48.827Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-13T23:11:50.785Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.384s coverage: 93.1% of statements [2021-01-13T23:11:50.785Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-13T23:11:50.785Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-13T23:11:50.785Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-13T23:11:50.785Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-13T23:11:50.785Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-13T23:11:50.785Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-13T23:11:50.785Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-13T23:11:50.785Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-13T23:11:50.785Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-13T23:11:50.785Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-13T23:11:50.785Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-13T23:11:50.785Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-13T23:11:50.785Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-13T23:11:50.785Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-13T23:11:50.785Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-13T23:11:50.785Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-13T23:11:50.785Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-13T23:11:50.785Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-13T23:11:50.785Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.031s coverage: 58.8% of statements [2021-01-13T23:11:50.785Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-13T23:11:50.785Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-13T23:11:50.785Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.052s coverage: 0.1% of statements [2021-01-13T23:11:50.785Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-13T23:11:50.785Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-13T23:11:50.785Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-13T23:11:50.785Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-13T23:11:50.785Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.058s coverage: 100.0% of statements [2021-01-13T23:11:50.785Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-13T23:11:50.785Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 75.5% of statements [2021-01-13T23:11:50.785Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-13T23:11:51.053Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.063s coverage: 80.8% of statements [2021-01-13T23:11:51.319Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.061s coverage: 87.2% of statements [2021-01-13T23:11:51.590Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.066s coverage: 84.2% of statements [2021-01-13T23:11:51.867Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.101s coverage: 91.4% of statements [2021-01-13T23:11:51.867Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-13T23:11:52.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.189s coverage: 63.5% of statements [2021-01-13T23:11:52.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-13T23:11:52.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-13T23:11:52.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements [2021-01-13T23:11:52.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.039s coverage: 91.3% of statements [2021-01-13T23:11:52.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.040s coverage: 100.0% of statements [2021-01-13T23:11:53.108Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.062s coverage: 73.7% of statements [2021-01-13T23:11:53.376Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.036s coverage: 100.0% of statements [2021-01-13T23:11:54.799Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.319s coverage: 55.9% of statements [2021-01-13T23:11:54.799Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-13T23:11:54.799Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-13T23:11:54.799Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-13T23:11:54.799Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-13T23:11:54.799Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-13T23:11:55.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.117s coverage: 37.0% of statements [2021-01-13T23:11:55.070Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-13T23:11:55.070Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-13T23:11:55.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.345s coverage: 84.0% of statements [2021-01-13T23:11:55.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.052s coverage: 100.0% of statements [2021-01-13T23:11:57.037Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.106s coverage: 47.1% of statements [2021-01-13T23:11:57.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-13T23:11:57.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-13T23:11:57.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-13T23:11:57.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-13T23:11:57.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-13T23:11:57.037Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.055s coverage: 100.0% of statements [2021-01-13T23:11:57.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-13T23:11:57.037Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.052s coverage: 100.0% of statements [2021-01-13T23:11:57.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-13T23:11:58.475Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.779s coverage: 29.1% of statements [2021-01-13T23:11:58.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-13T23:11:58.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-13T23:11:58.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-13T23:11:58.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-13T23:11:58.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-13T23:11:58.475Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.100s coverage: 99.0% of statements [2021-01-13T23:11:58.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-13T23:11:58.475Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.041s coverage: 100.0% of statements [2021-01-13T23:11:58.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-13T23:11:58.475Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements [2021-01-13T23:11:58.475Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-13T23:11:58.475Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.029s coverage: 100.0% of statements [2021-01-13T23:11:58.475Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-13T23:11:58.475Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-13T23:11:58.475Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-13T23:11:58.475Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-13T23:11:58.740Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.049s coverage: 87.9% of statements [2021-01-13T23:11:58.740Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-13T23:11:58.740Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-13T23:11:58.740Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.032s coverage: 100.0% of statements [2021-01-13T23:11:59.003Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-01-13T23:11:59.588Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-01-13T23:11:59.855Z] GO111MODULE=on go vet ./... [2021-01-13T23:12:26.653Z] gofmt -l . [2021-01-13T23:12:26.653Z] [ "`gofmt -l .`" = "" ] [2021-01-13T23:12:26.653Z] ./bin/test-go-mod-tidy.sh [2021-01-13T23:12:26.653Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-13T23:12:26.975Z] + ls -al . [2021-01-13T23:12:26.975Z] total 656 [2021-01-13T23:12:26.975Z] drwxrwxr-x 10 1001 1001 4096 Jan 13 23:12 . [2021-01-13T23:12:26.975Z] drwxr-xr-x 4 root root 32 Jan 13 23:11 .. [2021-01-13T23:12:26.975Z] -rw-rw-r-- 1 1001 1001 11 Jan 13 23:09 .dockerignore [2021-01-13T23:12:26.975Z] drwxrwxr-x 8 1001 1001 162 Jan 13 23:09 .git [2021-01-13T23:12:26.975Z] drwxrwxr-x 3 1001 1001 125 Jan 13 23:09 .github [2021-01-13T23:12:26.975Z] -rw-rw-r-- 1 1001 1001 824 Jan 13 23:09 .gitignore [2021-01-13T23:12:26.975Z] drwx------ 3 1001 1001 32 Jan 13 23:09 .semver [2021-01-13T23:12:26.975Z] -rw-rw-r-- 1 1001 1001 166 Jan 13 23:09 .sonarcloud.properties [2021-01-13T23:12:26.975Z] -rw-rw-r-- 1 1001 1001 7741 Jan 13 23:09 Attribution.txt [2021-01-13T23:12:26.975Z] -rw-rw-r-- 1 1001 1001 3804 Jan 13 23:09 CONTRIBUTING.md [2021-01-13T23:12:26.975Z] -rw-rw-r-- 1 1001 1001 931 Jan 13 23:09 Dockerfile.build [2021-01-13T23:12:26.975Z] -rw-rw-r-- 1 1001 1001 863 Jan 13 23:09 Jenkinsfile [2021-01-13T23:12:26.975Z] -rw-rw-r-- 1 1001 1001 10775 Jan 13 23:09 LICENSE [2021-01-13T23:12:26.975Z] -rw-rw-r-- 1 1001 1001 5750 Jan 13 23:09 Makefile [2021-01-13T23:12:26.975Z] -rw-rw-r-- 1 1001 1001 6524 Jan 13 23:09 README.md [2021-01-13T23:12:26.975Z] -rw-rw-r-- 1 1001 1001 6744 Jan 13 23:09 SECURITY.md [2021-01-13T23:12:26.975Z] -rw-rw-r-- 1 1001 1001 12 Jan 13 23:10 VERSION [2021-01-13T23:12:26.975Z] -rw-rw-r-- 1 1001 1001 4131 Jan 13 23:09 ZMQWindows.md [2021-01-13T23:12:26.975Z] drwxrwxr-x 2 1001 1001 117 Jan 13 23:09 bin [2021-01-13T23:12:26.975Z] drwxrwxr-x 14 1001 1001 4096 Jan 13 23:09 cmd [2021-01-13T23:12:26.975Z] -rw-r--r-- 1 root root 552842 Jan 13 23:11 coverage.out [2021-01-13T23:12:26.975Z] -rw-r--r-- 1 root root 979 Jan 13 23:12 go.mod [2021-01-13T23:12:26.975Z] -rw-r--r-- 1 root root 19036 Jan 13 23:12 go.sum [2021-01-13T23:12:26.975Z] drwxrwxr-x 8 1001 1001 127 Jan 13 23:09 internal [2021-01-13T23:12:26.975Z] drwxrwxr-x 4 1001 1001 26 Jan 13 23:09 openapi [2021-01-13T23:12:26.975Z] drwxrwxr-x 4 1001 1001 71 Jan 13 23:09 snap [2021-01-13T23:12:26.975Z] -rw-rw-r-- 1 1001 1001 168 Jan 13 23:09 version.go [Pipeline] sh [2021-01-13T23:12:27.283Z] + '[' -e coverage.out ] [2021-01-13T23:12:27.283Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-13T23:12:27.530Z] Stashed 1 file(s) [Pipeline] sh [2021-01-13T23:12:27.830Z] + make build [2021-01-13T23:12:27.830Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o cmd/core-data/core-data ./cmd/core-data [2021-01-13T23:12:31.159Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-13T23:12:39.420Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o cmd/core-command/core-command ./cmd/core-command [2021-01-13T23:12:39.996Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-13T23:12:41.412Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-13T23:12:42.009Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-13T23:12:43.962Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-13T23:12:45.358Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-13T23:12:46.780Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-13T23:12:48.188Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-13T23:12:49.155Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-13T23:12:50.113Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2021-01-13T23:12:51.526Z] $ docker stop --time=1 be1bca8977be8ea6de495630c9255eb373abc0e245809b1dbf361d75c8f4e9a0 [2021-01-13T23:12:54.312Z] $ docker rm -f be1bca8977be8ea6de495630c9255eb373abc0e245809b1dbf361d75c8f4e9a0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:12:56.779Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-13T23:12:56.779Z] [2021-01-13T23:12:56.779Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:12:57.146Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-13T23:12:57.146Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-13T23:12:57.146Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-13T23:12:57.146Z] ca9280d653b3: Pulling fs layer [2021-01-13T23:12:57.146Z] 7e9c9ca2126c: Pulling fs layer [2021-01-13T23:12:57.410Z] cbdbe7a5bc2a: Download complete [2021-01-13T23:12:57.675Z] cbdbe7a5bc2a: Pull complete [2021-01-13T23:12:57.941Z] ca9280d653b3: Verifying Checksum [2021-01-13T23:12:57.941Z] ca9280d653b3: Download complete [2021-01-13T23:12:58.919Z] ca9280d653b3: Pull complete [2021-01-13T23:12:59.512Z] 7e9c9ca2126c: Download complete [2021-01-13T23:13:04.872Z] 7e9c9ca2126c: Pull complete [2021-01-13T23:13:04.872Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-13T23:13:04.872Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-13T23:13:04.872Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-13T23:13:05.101Z] prd-centos7-docker-4c-2g-20047 does not seem to be running inside a container [2021-01-13T23:13:05.183Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/293 -v /w/workspace/edgex-go/293:/w/workspace/edgex-go/293:rw,z -v /w/workspace/edgex-go/293@tmp:/w/workspace/edgex-go/293@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-13T23:13:07.006Z] $ docker top e6e014b4ed1b99ddb32f91ee84ed686aaf4871051b49199a864408a29a417058 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-13T23:13:07.517Z] + docker-compose build --help [2021-01-13T23:13:07.517Z] + grep parallel [2021-01-13T23:13:08.462Z] --parallel Build images in parallel. [Pipeline] } [2021-01-13T23:13:08.480Z] $ docker stop --time=1 e6e014b4ed1b99ddb32f91ee84ed686aaf4871051b49199a864408a29a417058 [2021-01-13T23:13:09.863Z] $ docker rm -f e6e014b4ed1b99ddb32f91ee84ed686aaf4871051b49199a864408a29a417058 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:13:10.481Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-13T23:13:10.481Z] . [Pipeline] withDockerContainer [2021-01-13T23:13:10.591Z] prd-centos7-docker-4c-2g-20047 does not seem to be running inside a container [2021-01-13T23:13:10.642Z] $ 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/293 -v /w/workspace/edgex-go/293:/w/workspace/edgex-go/293:rw,z -v /w/workspace/edgex-go/293@tmp:/w/workspace/edgex-go/293@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-13T23:13:11.393Z] $ docker top f940c1f2445e44ec8268d35dd33e8d330d3c5bb846c1982b65914bfa8e1ecf95 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-13T23:13:11.853Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-13T23:13:13.247Z] Building docker-core-command-go ... [2021-01-13T23:13:13.247Z] Building docker-core-data-go ... [2021-01-13T23:13:13.247Z] Building docker-core-metadata-go ... [2021-01-13T23:13:13.247Z] Building docker-security-bootstrap-redis-go ... [2021-01-13T23:13:13.247Z] Building docker-security-proxy-setup-go ... [2021-01-13T23:13:13.247Z] Building docker-security-secretstore-setup-go ... [2021-01-13T23:13:13.247Z] Building docker-support-notifications-go ... [2021-01-13T23:13:13.247Z] Building docker-support-scheduler-go ... [2021-01-13T23:13:13.247Z] Building docker-sys-mgmt-agent-go ... [2021-01-13T23:13:13.247Z] Building docker-support-scheduler-go [2021-01-13T23:13:13.247Z] Building docker-security-proxy-setup-go [2021-01-13T23:13:13.247Z] Building docker-core-command-go [2021-01-13T23:13:13.247Z] Building docker-sys-mgmt-agent-go [2021-01-13T23:13:13.247Z] Building docker-core-metadata-go [2021-01-13T23:13:45.503Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T23:13:45.503Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-13T23:13:45.503Z] ---> be0b1394638a [2021-01-13T23:13:45.503Z] Step 3/21 : WORKDIR /edgex-go [2021-01-13T23:13:45.503Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T23:13:45.503Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-13T23:13:45.503Z] ---> be0b1394638a [2021-01-13T23:13:45.503Z] Step 3/26 : WORKDIR /edgex-go [2021-01-13T23:13:45.503Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T23:13:45.503Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-13T23:13:45.503Z] ---> be0b1394638a [2021-01-13T23:13:45.503Z] Step 3/22 : WORKDIR /edgex-go [2021-01-13T23:13:45.503Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T23:13:45.503Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-13T23:13:45.503Z] ---> be0b1394638a [2021-01-13T23:13:45.503Z] Step 3/22 : WORKDIR /edgex-go [2021-01-13T23:13:45.765Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T23:13:45.765Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-13T23:13:45.765Z] ---> be0b1394638a [2021-01-13T23:13:45.765Z] Step 3/21 : WORKDIR /edgex-go [2021-01-13T23:13:46.743Z] ---> Running in e9831cfb3f82 [2021-01-13T23:13:46.743Z] ---> Running in 0d5a1072655e [2021-01-13T23:13:46.743Z] ---> Running in 68651429f52d [2021-01-13T23:13:46.743Z] ---> Running in 0144ec82da44 [2021-01-13T23:13:46.743Z] ---> Running in ea93025c0a75 [2021-01-13T23:13:47.331Z] Removing intermediate container 68651429f52d [2021-01-13T23:13:47.331Z] ---> 55a9033e6528 [2021-01-13T23:13:47.331Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T23:13:47.331Z] Removing intermediate container 0144ec82da44 [2021-01-13T23:13:47.331Z] ---> 4a7498269899 [2021-01-13T23:13:47.331Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T23:13:47.331Z] Removing intermediate container 0d5a1072655e [2021-01-13T23:13:47.331Z] ---> bb10d4e6cc4b [2021-01-13T23:13:47.331Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T23:13:47.331Z] Removing intermediate container ea93025c0a75 [2021-01-13T23:13:47.331Z] ---> 30cbfb6e26d3 [2021-01-13T23:13:47.331Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T23:13:47.331Z] Removing intermediate container e9831cfb3f82 [2021-01-13T23:13:47.331Z] ---> 04dc9e236116 [2021-01-13T23:13:47.331Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T23:13:47.331Z] ---> Running in c2b263b509c9 [2021-01-13T23:13:47.331Z] ---> Running in 45d7002544da [2021-01-13T23:13:47.331Z] ---> Running in 4e44f3d60a79 [2021-01-13T23:13:47.331Z] ---> Running in 9b1d855becd0 [2021-01-13T23:13:47.606Z] ---> Running in b31ee282aca3 [2021-01-13T23:13:50.183Z] Removing intermediate container 45d7002544da [2021-01-13T23:13:50.183Z] ---> 0d162ba05491 [2021-01-13T23:13:50.183Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-13T23:13:50.183Z] Removing intermediate container c2b263b509c9 [2021-01-13T23:13:50.183Z] ---> 55ff40f64fbe [2021-01-13T23:13:50.183Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-13T23:13:50.183Z] Removing intermediate container 4e44f3d60a79 [2021-01-13T23:13:50.183Z] ---> 34389db5addb [2021-01-13T23:13:50.183Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-13T23:13:50.183Z] ---> Running in 500a79ebc808 [2021-01-13T23:13:50.183Z] ---> Running in bc57f15ee5dd [2021-01-13T23:13:50.183Z] ---> Running in 86f976d51785 [2021-01-13T23:13:50.183Z] Removing intermediate container 9b1d855becd0 [2021-01-13T23:13:50.183Z] ---> 67eb360a8a9e [2021-01-13T23:13:50.183Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-13T23:13:50.183Z] Removing intermediate container b31ee282aca3 [2021-01-13T23:13:50.183Z] ---> 583d92a8112d [2021-01-13T23:13:50.183Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-13T23:13:50.183Z] ---> Running in dab6ce8d3e79 [2021-01-13T23:13:50.183Z] ---> Running in 6b315afacab3 [2021-01-13T23:13:51.131Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T23:13:51.131Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T23:13:51.131Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T23:13:51.394Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T23:13:51.394Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T23:13:51.655Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T23:13:51.655Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T23:13:51.920Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T23:13:51.920Z] OK: 233 MiB in 51 packages [2021-01-13T23:13:51.920Z] OK: 233 MiB in 51 packages [2021-01-13T23:13:52.185Z] OK: 233 MiB in 51 packages [2021-01-13T23:13:52.762Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T23:13:52.762Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T23:13:52.762Z] Removing intermediate container 500a79ebc808 [2021-01-13T23:13:52.762Z] ---> 102277556e11 [2021-01-13T23:13:52.762Z] Step 6/21 : COPY go.mod . [2021-01-13T23:13:52.762Z] Removing intermediate container bc57f15ee5dd [2021-01-13T23:13:52.762Z] ---> 739777ad8212 [2021-01-13T23:13:52.762Z] Step 6/26 : COPY go.mod . [2021-01-13T23:13:52.762Z] Removing intermediate container 86f976d51785 [2021-01-13T23:13:52.762Z] ---> 3c851955692e [2021-01-13T23:13:52.762Z] Step 6/21 : COPY go.mod . [2021-01-13T23:13:53.029Z] ---> 882651a7ca96 [2021-01-13T23:13:53.029Z] Step 7/21 : RUN go mod download [2021-01-13T23:13:53.029Z] ---> e290d165b484 [2021-01-13T23:13:53.029Z] Step 7/26 : RUN go mod download [2021-01-13T23:13:53.029Z] ---> Running in 83d70bee8da7 [2021-01-13T23:13:53.029Z] ---> Running in 0ba1a9e7619a [2021-01-13T23:13:53.029Z] OK: 233 MiB in 51 packages [2021-01-13T23:13:53.029Z] OK: 233 MiB in 51 packages [2021-01-13T23:13:53.294Z] ---> b92ac765c9d7 [2021-01-13T23:13:53.294Z] Step 7/21 : RUN go mod download [2021-01-13T23:13:53.294Z] ---> Running in 5ed9f8dbe27f [2021-01-13T23:13:54.692Z] Removing intermediate container dab6ce8d3e79 [2021-01-13T23:13:54.692Z] ---> 22392f0b7206 [2021-01-13T23:13:54.692Z] Step 6/22 : COPY go.mod . [2021-01-13T23:13:54.956Z] Removing intermediate container 6b315afacab3 [2021-01-13T23:13:54.956Z] ---> 8b920fe27773 [2021-01-13T23:13:54.956Z] Step 6/22 : COPY go.mod . [2021-01-13T23:13:54.956Z] ---> 21778e9ed76f [2021-01-13T23:13:54.956Z] Step 7/22 : RUN go mod download [2021-01-13T23:13:55.230Z] ---> Running in 1be398bb4a31 [2021-01-13T23:13:55.230Z] ---> f7cbfcef543c [2021-01-13T23:13:55.230Z] Step 7/22 : RUN go mod download [2021-01-13T23:13:55.230Z] ---> Running in bec72db68589 [2021-01-13T23:13:56.183Z] Removing intermediate container 83d70bee8da7 [2021-01-13T23:13:56.183Z] ---> 6d17bc15758b [2021-01-13T23:13:56.183Z] Step 8/21 : COPY . . [2021-01-13T23:13:56.183Z] Removing intermediate container 5ed9f8dbe27f [2021-01-13T23:13:56.183Z] ---> 127d835c0d5e [2021-01-13T23:13:56.183Z] Step 8/21 : COPY . . [2021-01-13T23:13:56.183Z] Removing intermediate container 0ba1a9e7619a [2021-01-13T23:13:56.183Z] ---> 1022a5ee3692 [2021-01-13T23:13:56.183Z] Step 8/26 : COPY . . [2021-01-13T23:14:04.661Z] Removing intermediate container 1be398bb4a31 [2021-01-13T23:14:04.661Z] ---> 9ac2fe563b62 [2021-01-13T23:14:04.661Z] Step 8/22 : COPY . . [2021-01-13T23:14:04.661Z] Removing intermediate container bec72db68589 [2021-01-13T23:14:04.661Z] ---> 59cb176bc7f8 [2021-01-13T23:14:04.661Z] Step 8/22 : COPY . . [2021-01-13T23:14:15.900Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-20052 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-01-13T23:14:15.952Z] Running in /w/workspace/edgex-go/293 [Pipeline] { [Pipeline] checkout [2021-01-13T23:14:23.181Z] using credential edgex-jenkins-ssh [2021-01-13T23:14:23.277Z] Cloning the remote Git repository [2021-01-13T23:14:23.362Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-13T23:14:23.499Z] > git init /w/workspace/edgex-go/293 # timeout=10 [2021-01-13T23:14:23.606Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-13T23:14:23.607Z] > git --version # timeout=10 [2021-01-13T23:14:23.633Z] > git --version # 'git version 2.17.1' [2021-01-13T23:14:23.637Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-13T23:14:23.718Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-13T23:14:36.922Z] ---> 48771f6ee91e [2021-01-13T23:14:36.922Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-13T23:14:36.922Z] ---> Running in dc98acf44b25 [2021-01-13T23:14:36.922Z] ---> eb8718bb8d8a [2021-01-13T23:14:36.922Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-13T23:14:36.922Z] ---> 712917219800 [2021-01-13T23:14:36.922Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-13T23:14:36.922Z] ---> 5d679f765807 [2021-01-13T23:14:36.922Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-13T23:14:36.922Z] ---> 6c92187b9181 [2021-01-13T23:14:36.922Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-13T23:14:36.922Z] ---> Running in f1f6e6a47b3b [2021-01-13T23:14:36.922Z] ---> Running in 217786d21701 [2021-01-13T23:14:36.922Z] ---> Running in 9262e02e6042 [2021-01-13T23:14:36.922Z] ---> Running in 90c46fc27025 [2021-01-13T23:14:36.922Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-13T23:14:36.922Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-13T23:14:36.922Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-13T23:14:36.922Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-13T23:14:36.922Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o cmd/core-command/core-command ./cmd/core-command [2021-01-13T23:14:40.040Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-13T23:14:40.100Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-13T23:14:40.138Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-13T23:14:40.204Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-13T23:14:40.205Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-13T23:14:40.224Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-13T23:14:40.892Z] Checking out Revision 3fcc602c4282fe50c74be67af1ba7a350be2dfea (master) [2021-01-13T23:14:40.959Z] > git config core.sparsecheckout # timeout=10 [2021-01-13T23:14:40.985Z] > git checkout -f 3fcc602c4282fe50c74be67af1ba7a350be2dfea # timeout=10 [2021-01-13T23:14:45.904Z] Commit message: "Merge pull request #3025 from tonyespy/snap-fix-cmdline-args" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-13T23:14:47.542Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-13T23:14:47.964Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-13T23:14:48.396Z] + sudo service docker restart [2021-01-13T23:14:48.396Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-13T23:14:50.504Z] provisioning config files... [2021-01-13T23:14:50.557Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/293@tmp/config1143399078531489326tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-13T23:14:50.987Z] ---> docker-login.sh [2021-01-13T23:14:50.987Z] nexus3.edgexfoundry.org:10001 [2021-01-13T23:14:51.988Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T23:14:52.263Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T23:14:52.263Z] Configure a credential helper to remove this warning. See [2021-01-13T23:14:52.263Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T23:14:52.263Z] [2021-01-13T23:14:52.263Z] Login Succeeded [2021-01-13T23:14:52.263Z] nexus3.edgexfoundry.org:10002 [2021-01-13T23:14:52.865Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T23:14:52.865Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T23:14:52.865Z] Configure a credential helper to remove this warning. See [2021-01-13T23:14:52.865Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T23:14:52.865Z] [2021-01-13T23:14:52.865Z] Login Succeeded [2021-01-13T23:14:52.865Z] nexus3.edgexfoundry.org:10003 [2021-01-13T23:14:53.462Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T23:14:53.462Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T23:14:53.462Z] Configure a credential helper to remove this warning. See [2021-01-13T23:14:53.462Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T23:14:53.462Z] [2021-01-13T23:14:53.462Z] Login Succeeded [2021-01-13T23:14:53.462Z] nexus3.edgexfoundry.org:10004 [2021-01-13T23:14:54.065Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T23:14:54.066Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T23:14:54.066Z] Configure a credential helper to remove this warning. See [2021-01-13T23:14:54.066Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T23:14:54.066Z] [2021-01-13T23:14:54.066Z] Login Succeeded [2021-01-13T23:14:54.066Z] docker.io [2021-01-13T23:14:54.662Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T23:14:54.940Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T23:14:54.940Z] Configure a credential helper to remove this warning. See [2021-01-13T23:14:54.940Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T23:14:54.940Z] [2021-01-13T23:14:54.940Z] Login Succeeded [2021-01-13T23:14:54.940Z] ---> docker-login.sh ends [Pipeline] } [2021-01-13T23:14:54.958Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-13T23:14:55.418Z] ========================================================= [2021-01-13T23:14:55.418Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-13T23:14:55.418Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:14:55.806Z] + 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-13T23:14:58.449Z] Sending build context to Docker daemon 165.5MB [2021-01-13T23:14:58.449Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-13T23:14:58.449Z] Step 2/6 : FROM ${BASE} [2021-01-13T23:14:58.449Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-13T23:14:58.449Z] 5f621e34cdf4: Pulling fs layer [2021-01-13T23:14:58.449Z] a4357932f1b6: Pulling fs layer [2021-01-13T23:14:58.449Z] 18c013af1878: Pulling fs layer [2021-01-13T23:14:58.449Z] 00ac8860ef70: Pulling fs layer [2021-01-13T23:14:58.449Z] 63d7cb157983: Pulling fs layer [2021-01-13T23:14:58.449Z] b116817d02f9: Pulling fs layer [2021-01-13T23:14:58.449Z] 745a02a5169b: Pulling fs layer [2021-01-13T23:14:58.449Z] 63d7cb157983: Waiting [2021-01-13T23:14:58.449Z] b116817d02f9: Waiting [2021-01-13T23:14:58.449Z] 00ac8860ef70: Waiting [2021-01-13T23:14:58.449Z] 745a02a5169b: Waiting [2021-01-13T23:14:58.449Z] 18c013af1878: Verifying Checksum [2021-01-13T23:14:58.449Z] 18c013af1878: Download complete [2021-01-13T23:14:58.449Z] a4357932f1b6: Verifying Checksum [2021-01-13T23:14:58.449Z] a4357932f1b6: Download complete [2021-01-13T23:14:58.449Z] 63d7cb157983: Verifying Checksum [2021-01-13T23:14:58.449Z] 63d7cb157983: Download complete [2021-01-13T23:14:58.449Z] 5f621e34cdf4: Verifying Checksum [2021-01-13T23:14:58.449Z] b116817d02f9: Verifying Checksum [2021-01-13T23:14:58.449Z] b116817d02f9: Download complete [2021-01-13T23:14:59.084Z] 5f621e34cdf4: Pull complete [2021-01-13T23:14:59.711Z] a4357932f1b6: Pull complete [2021-01-13T23:15:00.015Z] 18c013af1878: Pull complete [2021-01-13T23:15:02.076Z] 745a02a5169b: Verifying Checksum [2021-01-13T23:15:02.076Z] 745a02a5169b: Download complete [2021-01-13T23:15:03.579Z] 00ac8860ef70: Verifying Checksum [2021-01-13T23:15:03.579Z] 00ac8860ef70: Download complete [2021-01-13T23:15:03.715Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-13T23:15:12.087Z] Removing intermediate container 217786d21701 [2021-01-13T23:15:12.087Z] ---> 5818e99eb588 [2021-01-13T23:15:12.087Z] [2021-01-13T23:15:12.087Z] Step 10/21 : FROM scratch [2021-01-13T23:15:12.087Z] ---> [2021-01-13T23:15:12.087Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-13T23:15:12.087Z] Removing intermediate container f1f6e6a47b3b [2021-01-13T23:15:12.087Z] ---> d609625fdc3d [2021-01-13T23:15:12.087Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-13T23:15:12.087Z] Removing intermediate container 90c46fc27025 [2021-01-13T23:15:12.087Z] ---> 40fc69bb7511 [2021-01-13T23:15:12.087Z] [2021-01-13T23:15:12.087Z] Step 10/22 : FROM scratch [2021-01-13T23:15:12.087Z] ---> [2021-01-13T23:15:12.087Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-13T23:15:12.087Z] ---> Running in b08fa6393bed [2021-01-13T23:15:12.087Z] ---> Running in 9e08d50ca90d [2021-01-13T23:15:12.087Z] Removing intermediate container dc98acf44b25 [2021-01-13T23:15:12.087Z] ---> f48a8e81297e [2021-01-13T23:15:12.087Z] [2021-01-13T23:15:12.087Z] Step 10/21 : FROM alpine:3.12 [2021-01-13T23:15:12.087Z] ---> Running in 77c6e941fdd7 [2021-01-13T23:15:12.087Z] 3.12: Pulling from library/alpine [2021-01-13T23:15:12.087Z] Removing intermediate container b08fa6393bed [2021-01-13T23:15:12.087Z] ---> d3ae7dc2bc78 [2021-01-13T23:15:12.087Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-13T23:15:12.087Z] Removing intermediate container 77c6e941fdd7 [2021-01-13T23:15:12.087Z] ---> f49913d90269 [2021-01-13T23:15:12.087Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-13T23:15:13.504Z] ---> Running in ef2425919ab5 [2021-01-13T23:15:13.504Z] ---> Running in 750bfa4589fb [2021-01-13T23:15:13.504Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-13T23:15:13.504Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-13T23:15:13.504Z] Status: Downloaded newer image for alpine:3.12 [2021-01-13T23:15:13.504Z] ---> 389fef711851 [2021-01-13T23:15:13.504Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-13T23:15:14.162Z] 00ac8860ef70: Pull complete [2021-01-13T23:15:14.452Z] 63d7cb157983: Pull complete [2021-01-13T23:15:14.492Z] ---> Running in f88a459f0bbf [2021-01-13T23:15:14.492Z] Removing intermediate container ef2425919ab5 [2021-01-13T23:15:14.492Z] ---> c36bb964eb1f [2021-01-13T23:15:14.492Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-13T23:15:14.492Z] Removing intermediate container 750bfa4589fb [2021-01-13T23:15:14.492Z] ---> 3142a461cc08 [2021-01-13T23:15:14.492Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-13T23:15:14.763Z] ---> Running in a6ba980cc6cd [2021-01-13T23:15:14.763Z] Removing intermediate container 9262e02e6042 [2021-01-13T23:15:14.763Z] ---> 7a027540300e [2021-01-13T23:15:14.763Z] [2021-01-13T23:15:14.763Z] Step 10/22 : FROM scratch [2021-01-13T23:15:14.763Z] ---> [2021-01-13T23:15:14.763Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-13T23:15:14.763Z] ---> Using cache [2021-01-13T23:15:14.763Z] ---> f49913d90269 [2021-01-13T23:15:14.763Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-13T23:15:14.763Z] ---> Running in 0d025c3fbbe2 [2021-01-13T23:15:15.052Z] ---> Running in 8e116147fa96 [2021-01-13T23:15:15.052Z] Removing intermediate container a6ba980cc6cd [2021-01-13T23:15:15.052Z] ---> aebe56a518d9 [2021-01-13T23:15:15.052Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T23:15:15.075Z] b116817d02f9: Pull complete [2021-01-13T23:15:15.334Z] Removing intermediate container 8e116147fa96 [2021-01-13T23:15:15.334Z] ---> 8a1b9c240e55 [2021-01-13T23:15:15.334Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-13T23:15:15.334Z] Removing intermediate container 0d025c3fbbe2 [2021-01-13T23:15:15.334Z] ---> 62da079a23d9 [2021-01-13T23:15:15.334Z] Step 14/22 : WORKDIR / [2021-01-13T23:15:15.334Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T23:15:15.334Z] ---> Running in e4a7b25e75b9 [2021-01-13T23:15:15.334Z] ---> Running in 90544e3a1c2b [2021-01-13T23:15:15.334Z] Removing intermediate container 9e08d50ca90d [2021-01-13T23:15:15.334Z] ---> dd4c29740731 [2021-01-13T23:15:15.334Z] [2021-01-13T23:15:15.334Z] Step 11/26 : FROM docker:20.10.0 [2021-01-13T23:15:15.613Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T23:15:15.613Z] 20.10.0: Pulling from library/docker [2021-01-13T23:15:16.240Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-13T23:15:16.240Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-13T23:15:16.240Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-13T23:15:16.240Z] (4/4) Installing curl (7.69.1-r3) [2021-01-13T23:15:16.240Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T23:15:16.240Z] Executing ca-certificates-20191127-r4.trigger [2021-01-13T23:15:16.240Z] OK: 7 MiB in 18 packages [2021-01-13T23:15:16.581Z] ---> 37f8c960d800 [2021-01-13T23:15:16.581Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-13T23:15:16.915Z] Removing intermediate container 90544e3a1c2b [2021-01-13T23:15:16.915Z] ---> 28ebe297f89b [2021-01-13T23:15:16.915Z] Step 14/22 : WORKDIR / [2021-01-13T23:15:17.249Z] Removing intermediate container e4a7b25e75b9 [2021-01-13T23:15:17.249Z] ---> 49d9862d6ab5 [2021-01-13T23:15:17.249Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T23:15:17.249Z] ---> Running in 141bfcfddc77 [2021-01-13T23:15:17.831Z] ---> e3de93bf323c [2021-01-13T23:15:17.831Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-13T23:15:18.408Z] ---> af1da339b67e [2021-01-13T23:15:18.408Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-13T23:15:18.576Z] 745a02a5169b: Pull complete [2021-01-13T23:15:18.576Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-13T23:15:18.576Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-13T23:15:18.576Z] ---> b7e6874047d6 [2021-01-13T23:15:18.576Z] 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-13T23:15:18.681Z] Removing intermediate container 141bfcfddc77 [2021-01-13T23:15:18.681Z] ---> b4de960572b8 [2021-01-13T23:15:18.681Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T23:15:18.971Z] ---> dcd8cdd2a7e7 [2021-01-13T23:15:18.971Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-13T23:15:19.240Z] Removing intermediate container f88a459f0bbf [2021-01-13T23:15:19.240Z] ---> 300148647b9f [2021-01-13T23:15:19.240Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-13T23:15:19.510Z] ---> 532c246fe247 [2021-01-13T23:15:19.510Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-13T23:15:19.797Z] ---> Running in 448d27cea755 [2021-01-13T23:15:19.797Z] ---> 4d4eccc9955e [2021-01-13T23:15:19.797Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-13T23:15:19.797Z] ---> Running in 585183db83ad [2021-01-13T23:15:19.797Z] ---> 5b469e5b316e [2021-01-13T23:15:19.797Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-13T23:15:19.797Z] ---> Running in 3e8bd8fed2f3 [2021-01-13T23:15:20.079Z] Removing intermediate container 448d27cea755 [2021-01-13T23:15:20.079Z] ---> b5a376c11c99 [2021-01-13T23:15:20.079Z] Step 13/21 : WORKDIR /edgex [2021-01-13T23:15:20.352Z] ---> Running in 67b88371c19d [2021-01-13T23:15:20.352Z] Removing intermediate container 3e8bd8fed2f3 [2021-01-13T23:15:20.352Z] ---> 70ccf29085d1 [2021-01-13T23:15:20.352Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T23:15:20.352Z] Removing intermediate container 585183db83ad [2021-01-13T23:15:20.352Z] ---> bfceb09483d2 [2021-01-13T23:15:20.352Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T23:15:20.619Z] ---> Running in 54d0a362a80f [2021-01-13T23:15:20.619Z] ---> 598bd116d5e2 [2021-01-13T23:15:20.619Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-13T23:15:20.619Z] ---> Running in a9ac30805a79 [2021-01-13T23:15:20.619Z] Removing intermediate container 67b88371c19d [2021-01-13T23:15:20.619Z] ---> 9b5916513bac [2021-01-13T23:15:20.619Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-13T23:15:20.886Z] Removing intermediate container 54d0a362a80f [2021-01-13T23:15:20.886Z] ---> 6ea8da094e35 [2021-01-13T23:15:20.886Z] Step 20/22 : LABEL arch=x86_64 [2021-01-13T23:15:20.886Z] Removing intermediate container a9ac30805a79 [2021-01-13T23:15:20.886Z] ---> b8f6c0e45f90 [2021-01-13T23:15:20.886Z] Step 19/21 : LABEL arch=x86_64 [2021-01-13T23:15:20.886Z] ---> Running in 17b85a0855e3 [2021-01-13T23:15:21.155Z] ---> 70cf200fbf30 [2021-01-13T23:15:21.155Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-13T23:15:21.155Z] ---> c9bd52907dcd [2021-01-13T23:15:21.155Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-13T23:15:21.155Z] ---> Running in c7fcedd82233 [2021-01-13T23:15:21.155Z] ---> Running in 79995e9a2e18 [2021-01-13T23:15:21.418Z] Removing intermediate container 17b85a0855e3 [2021-01-13T23:15:21.418Z] ---> 9eb341ba8094 [2021-01-13T23:15:21.418Z] Step 21/22 : LABEL git_sha=3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:15:22.135Z] ---> Running in 5b704c4abe88 [2021-01-13T23:15:22.412Z] ---> Running in 895376f24874 [2021-01-13T23:15:22.687Z] Removing intermediate container 79995e9a2e18 [2021-01-13T23:15:22.687Z] ---> afa35efa0174 [2021-01-13T23:15:22.687Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T23:15:22.687Z] ---> 0d3499be366c [2021-01-13T23:15:22.687Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-13T23:15:22.687Z] Removing intermediate container c7fcedd82233 [2021-01-13T23:15:22.687Z] ---> 5162f7b80221 [2021-01-13T23:15:22.687Z] Step 20/21 : LABEL git_sha=3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:15:22.962Z] ---> Running in ac043e9d4206 [2021-01-13T23:15:22.962Z] ---> Running in d6e74eb6bb38 [2021-01-13T23:15:22.962Z] Removing intermediate container 895376f24874 [2021-01-13T23:15:22.962Z] ---> 52c088507a6d [2021-01-13T23:15:22.962Z] Step 22/22 : LABEL version=2.0.0-dev.35 [2021-01-13T23:15:23.224Z] ---> Running in 53e5bf71aaba [2021-01-13T23:15:23.224Z] Removing intermediate container ac043e9d4206 [2021-01-13T23:15:23.224Z] ---> ffcc2df94675 [2021-01-13T23:15:23.224Z] Step 20/22 : LABEL arch=x86_64 [2021-01-13T23:15:23.224Z] Removing intermediate container d6e74eb6bb38 [2021-01-13T23:15:23.224Z] ---> dbb955bef54c [2021-01-13T23:15:23.224Z] Step 21/21 : LABEL version=2.0.0-dev.35 [2021-01-13T23:15:23.224Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-13T23:15:23.224Z] ---> 4fd3f1a1ca08 [2021-01-13T23:15:23.224Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-13T23:15:23.495Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-13T23:15:23.495Z] ---> Running in 0048798eb48f [2021-01-13T23:15:23.495Z] ---> aefe523efa57 [2021-01-13T23:15:23.495Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-13T23:15:23.495Z] ---> Running in 0bf57a4c9c36 [2021-01-13T23:15:23.495Z] Removing intermediate container 53e5bf71aaba [2021-01-13T23:15:23.495Z] ---> 5820adb3dcbb [2021-01-13T23:15:23.495Z] [2021-01-13T23:15:23.495Z] ---> Running in a6881a44c9bd [2021-01-13T23:15:23.495Z] ---> Running in 6ec6de513e51 [2021-01-13T23:15:23.624Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T23:15:24.079Z] Successfully built 5820adb3dcbb [2021-01-13T23:15:24.343Z] Removing intermediate container 0048798eb48f [2021-01-13T23:15:24.343Z] ---> 076753381534 [2021-01-13T23:15:24.343Z] Step 21/22 : LABEL git_sha=3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:15:24.343Z] Successfully tagged docker-core-command-go:latest [2021-01-13T23:15:24.343Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-01-13T23:15:24.343Z] Removing intermediate container 0bf57a4c9c36 [2021-01-13T23:15:24.343Z] ---> e9c4fbcaac7e [2021-01-13T23:15:24.343Z] Step 18/21 : CMD ["--init=true"] [2021-01-13T23:15:24.609Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T23:15:24.612Z] ---> Running in 60a9f990a34d [2021-01-13T23:15:24.612Z] Removing intermediate container a6881a44c9bd [2021-01-13T23:15:24.612Z] ---> d739765d1fcb [2021-01-13T23:15:24.612Z] [2021-01-13T23:15:24.612Z] ---> Running in 045c3d74065d [2021-01-13T23:15:24.893Z] Successfully built d739765d1fcb [2021-01-13T23:15:24.893Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-13T23:15:24.893Z]  Building docker-support-scheduler-go ... done Building docker-support-notifications-go [2021-01-13T23:15:24.893Z] Removing intermediate container 60a9f990a34d [2021-01-13T23:15:24.893Z] ---> afe3bb7fccd9 [2021-01-13T23:15:24.893Z] Step 22/22 : LABEL version=2.0.0-dev.35 [2021-01-13T23:15:24.893Z] Removing intermediate container 045c3d74065d [2021-01-13T23:15:24.893Z] ---> f19b2fd3ff87 [2021-01-13T23:15:24.893Z] Step 19/21 : LABEL arch=x86_64 [2021-01-13T23:15:24.893Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T23:15:24.893Z] ---> Running in 1391896be831 [2021-01-13T23:15:24.893Z] ---> Running in bcc81b5cdce6 [2021-01-13T23:15:24.894Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T23:15:25.161Z] Removing intermediate container 1391896be831 [2021-01-13T23:15:25.161Z] ---> 72739c2db6b1 [2021-01-13T23:15:25.161Z] [2021-01-13T23:15:25.161Z] (1/2) Installing readline (8.0.4-r0) [2021-01-13T23:15:25.161Z] Removing intermediate container bcc81b5cdce6 [2021-01-13T23:15:25.161Z] ---> 6490fef52f34 [2021-01-13T23:15:25.161Z] Step 20/21 : LABEL git_sha=3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:15:25.424Z] Successfully built 72739c2db6b1 [2021-01-13T23:15:25.424Z] (2/2) Installing bash (5.0.17-r0) [2021-01-13T23:15:25.693Z] Executing bash-5.0.17-r0.post-install [2021-01-13T23:15:26.044Z] (1/12) Installing libmagic (5.38-r0) [2021-01-13T23:15:26.272Z] Successfully tagged docker-core-metadata-go:latest [2021-01-13T23:15:26.272Z]  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go [2021-01-13T23:15:26.318Z] (2/12) Installing file (5.38-r0) [2021-01-13T23:15:26.590Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-13T23:15:26.590Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-13T23:15:27.242Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T23:15:27.242Z] OK: 12 MiB in 22 packages [2021-01-13T23:15:28.678Z] ---> Running in daba976c3011 [2021-01-13T23:15:32.077Z] Removing intermediate container daba976c3011 [2021-01-13T23:15:32.077Z] ---> fe84a112f445 [2021-01-13T23:15:32.077Z] Step 21/21 : LABEL version=2.0.0-dev.35 [2021-01-13T23:15:33.492Z] Removing intermediate container 6ec6de513e51 [2021-01-13T23:15:33.492Z] ---> f44969e3ee24 [2021-01-13T23:15:33.492Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-13T23:15:34.101Z] ---> Running in acd69050e0d5 [2021-01-13T23:15:34.101Z] ---> Running in 0b7a3d6f7ed5 [2021-01-13T23:15:34.400Z] Removing intermediate container acd69050e0d5 [2021-01-13T23:15:34.400Z] ---> ded1a671ee78 [2021-01-13T23:15:34.400Z] [2021-01-13T23:15:34.400Z] Removing intermediate container 0b7a3d6f7ed5 [2021-01-13T23:15:34.400Z] ---> 74b01defbe2b [2021-01-13T23:15:34.400Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-13T23:15:34.400Z] ---> Running in c7e823ace7e4 [2021-01-13T23:15:34.690Z] Successfully built ded1a671ee78 [2021-01-13T23:15:34.690Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-13T23:15:34.690Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrap-redis-go [2021-01-13T23:15:34.690Z] Removing intermediate container c7e823ace7e4 [2021-01-13T23:15:34.690Z] ---> 92881447aa23 [2021-01-13T23:15:34.690Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-13T23:15:34.690Z] ---> Running in 2008f7f82dcd [2021-01-13T23:15:38.155Z] Removing intermediate container 2008f7f82dcd [2021-01-13T23:15:38.156Z] ---> 018a652c9dfb [2021-01-13T23:15:38.156Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-13T23:15:41.858Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-13T23:15:41.858Z] (6/12) Installing patch (2.7.6-r6) [2021-01-13T23:15:42.148Z] (7/12) Installing build-base (0.5-r2) [2021-01-13T23:15:42.148Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-13T23:15:42.148Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-13T23:15:42.436Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-13T23:15:42.436Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-13T23:15:42.735Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-13T23:15:42.735Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T23:15:42.735Z] OK: 217 MiB in 51 packages [2021-01-13T23:15:44.220Z] ---> 264b1f3b10cd [2021-01-13T23:15:44.221Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-13T23:15:45.193Z] ---> def9605984dd [2021-01-13T23:15:45.193Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-13T23:15:46.324Z] ---> 371f2bfcce14 [2021-01-13T23:15:46.324Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-13T23:15:46.627Z] ---> Running in 1cd92fb3f8bd [2021-01-13T23:15:47.239Z] Removing intermediate container 5b704c4abe88 [2021-01-13T23:15:47.239Z] ---> 2ef8b6a16ec1 [2021-01-13T23:15:47.239Z] Step 4/6 : WORKDIR /edgex-go [2021-01-13T23:15:47.239Z] ---> Running in d55e7338f223 [2021-01-13T23:15:47.541Z] Removing intermediate container d55e7338f223 [2021-01-13T23:15:47.541Z] ---> c32667594ddb [2021-01-13T23:15:47.541Z] Step 5/6 : COPY go.mod . [2021-01-13T23:15:47.696Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T23:15:47.696Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-13T23:15:47.696Z] ---> be0b1394638a [2021-01-13T23:15:47.696Z] Step 3/23 : WORKDIR /edgex-go [2021-01-13T23:15:47.696Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T23:15:47.696Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-13T23:15:47.696Z] ---> be0b1394638a [2021-01-13T23:15:47.696Z] Step 3/24 : WORKDIR /edgex-go [2021-01-13T23:15:47.993Z] ---> Using cache [2021-01-13T23:15:47.993Z] ---> 04dc9e236116 [2021-01-13T23:15:47.993Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T23:15:47.993Z] ---> Using cache [2021-01-13T23:15:47.993Z] ---> 04dc9e236116 [2021-01-13T23:15:47.993Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T23:15:47.993Z] ---> Using cache [2021-01-13T23:15:47.993Z] ---> 583d92a8112d [2021-01-13T23:15:47.993Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-13T23:15:47.993Z] ---> Using cache [2021-01-13T23:15:47.993Z] ---> 583d92a8112d [2021-01-13T23:15:47.993Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-13T23:15:47.993Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T23:15:47.993Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-13T23:15:47.993Z] ---> be0b1394638a [2021-01-13T23:15:47.993Z] Step 3/24 : WORKDIR /edgex-go [2021-01-13T23:15:47.993Z] ---> Using cache [2021-01-13T23:15:47.993Z] ---> 04dc9e236116 [2021-01-13T23:15:47.993Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T23:15:47.993Z] ---> Using cache [2021-01-13T23:15:47.993Z] ---> 583d92a8112d [2021-01-13T23:15:47.993Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-13T23:15:47.993Z] ---> Using cache [2021-01-13T23:15:47.993Z] ---> 8b920fe27773 [2021-01-13T23:15:47.993Z] Step 6/24 : COPY go.mod . [2021-01-13T23:15:48.192Z] ---> a50ad75f6720 [2021-01-13T23:15:48.192Z] Step 6/6 : RUN go mod download [2021-01-13T23:15:48.192Z] ---> Running in bcd41ce0c2d1 [2021-01-13T23:15:48.732Z] ---> Using cache [2021-01-13T23:15:48.732Z] ---> f7cbfcef543c [2021-01-13T23:15:48.732Z] Step 7/24 : RUN go mod download [2021-01-13T23:15:48.732Z] ---> Using cache [2021-01-13T23:15:48.732Z] ---> 59cb176bc7f8 [2021-01-13T23:15:49.039Z] Step 8/24 : COPY . . [2021-01-13T23:15:49.039Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T23:15:49.039Z] ---> Using cache [2021-01-13T23:15:49.039Z] ---> 6c92187b9181 [2021-01-13T23:15:49.039Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-13T23:15:49.039Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T23:15:49.334Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-13T23:15:49.334Z] (2/33) Installing expat (2.2.9-r1) [2021-01-13T23:15:49.334Z] (3/33) Installing libffi (3.3-r2) [2021-01-13T23:15:49.334Z] (4/33) Installing gdbm (1.13-r1) [2021-01-13T23:15:49.334Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-13T23:15:49.334Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-13T23:15:49.623Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-13T23:15:49.990Z] ---> Running in d781007e4a4d [2021-01-13T23:15:49.990Z] ---> Running in d64580cb15c0 [2021-01-13T23:15:49.990Z] ---> Running in 23838cf8e881 [2021-01-13T23:15:52.709Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-13T23:15:52.709Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T23:15:52.709Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T23:15:53.015Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-13T23:15:53.015Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-13T23:15:53.015Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-13T23:15:53.015Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-13T23:15:53.015Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-13T23:15:53.015Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-13T23:15:53.015Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-13T23:15:53.422Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-13T23:15:53.422Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T23:15:53.422Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T23:15:53.422Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-13T23:15:54.037Z] OK: 233 MiB in 51 packages [2021-01-13T23:15:54.037Z] OK: 233 MiB in 51 packages [2021-01-13T23:15:54.336Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-13T23:15:54.336Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-13T23:15:54.658Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-13T23:15:54.658Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-13T23:15:54.658Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-13T23:15:54.658Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-13T23:15:55.332Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T23:15:55.332Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-13T23:15:55.332Z] ---> be0b1394638a [2021-01-13T23:15:55.332Z] Step 3/22 : WORKDIR /edgex-go [2021-01-13T23:15:55.332Z] ---> Using cache [2021-01-13T23:15:55.332Z] ---> 04dc9e236116 [2021-01-13T23:15:55.332Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T23:15:55.332Z] ---> Using cache [2021-01-13T23:15:55.332Z] ---> 583d92a8112d [2021-01-13T23:15:55.332Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-13T23:15:55.332Z] ---> Using cache [2021-01-13T23:15:55.332Z] ---> 8b920fe27773 [2021-01-13T23:15:55.332Z] Step 6/22 : COPY go.mod . [2021-01-13T23:15:55.332Z] ---> Using cache [2021-01-13T23:15:55.332Z] ---> f7cbfcef543c [2021-01-13T23:15:55.332Z] Step 7/22 : RUN go mod download [2021-01-13T23:15:55.332Z] ---> Using cache [2021-01-13T23:15:55.332Z] ---> 59cb176bc7f8 [2021-01-13T23:15:55.332Z] Step 8/22 : COPY . . [2021-01-13T23:15:55.332Z] ---> Using cache [2021-01-13T23:15:55.332Z] ---> 6c92187b9181 [2021-01-13T23:15:55.332Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-13T23:15:56.402Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-13T23:15:56.731Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-13T23:15:56.731Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-13T23:15:56.731Z] ---> Running in c83ed415bf29 [2021-01-13T23:15:56.731Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-13T23:15:57.393Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-13T23:15:57.393Z] Removing intermediate container d64580cb15c0 [2021-01-13T23:15:57.393Z] ---> 765c7c0b329f [2021-01-13T23:15:57.393Z] Step 6/24 : COPY go.mod . [2021-01-13T23:15:57.393Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-13T23:15:57.393Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-13T23:15:57.393Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-13T23:15:57.393Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-13T23:15:57.393Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-13T23:15:57.668Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-13T23:15:57.668Z] Removing intermediate container d781007e4a4d [2021-01-13T23:15:57.668Z] ---> 975806115ed1 [2021-01-13T23:15:57.668Z] Step 6/23 : COPY go.mod . [2021-01-13T23:15:57.668Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T23:15:57.962Z] OK: 71 MiB in 55 packages [2021-01-13T23:15:57.962Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-13T23:15:58.252Z] ---> 9cfcabf8139e [2021-01-13T23:15:58.252Z] Step 7/24 : RUN go mod download [2021-01-13T23:15:58.545Z] ---> Running in 81f122ed059d [2021-01-13T23:15:58.545Z] ---> 2f4b1fe418b9 [2021-01-13T23:15:58.545Z] Step 7/23 : RUN go mod download [2021-01-13T23:15:58.816Z] ---> Running in f2b3f524f4f1 [2021-01-13T23:16:03.347Z] Removing intermediate container 81f122ed059d [2021-01-13T23:16:03.347Z] ---> a1c700eaaab6 [2021-01-13T23:16:03.347Z] Step 8/24 : COPY . . [2021-01-13T23:16:03.347Z] Removing intermediate container f2b3f524f4f1 [2021-01-13T23:16:03.347Z] ---> 097975bd0819 [2021-01-13T23:16:03.347Z] Step 8/23 : COPY . . [2021-01-13T23:16:15.934Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-13T23:16:20.885Z] Removing intermediate container bcd41ce0c2d1 [2021-01-13T23:16:20.885Z] ---> 12b6410147df [2021-01-13T23:16:20.885Z] Successfully built 12b6410147df [2021-01-13T23:16:20.885Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:16:21.225Z] + docker inspect -f . ci-base-image-arm64 [2021-01-13T23:16:21.225Z] . [Pipeline] withDockerContainer [2021-01-13T23:16:21.502Z] prd-ubuntu18.04-docker-arm64-4c-16g-20052 does not seem to be running inside a container [2021-01-13T23:16:21.593Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/293 -v /w/workspace/edgex-go/293:/w/workspace/edgex-go/293:rw,z -v /w/workspace/edgex-go/293@tmp:/w/workspace/edgex-go/293@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-13T23:16:23.075Z] $ docker top f19140426876865e9df82a1f8b24003d2ab0365fbce83fa5f2f182e309e84f67 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-13T23:16:24.078Z] + go version [2021-01-13T23:16:24.078Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-13T23:16:24.102Z] $ docker stop --time=1 f19140426876865e9df82a1f8b24003d2ab0365fbce83fa5f2f182e309e84f67 [2021-01-13T23:16:24.480Z] Removing intermediate container 1cd92fb3f8bd [2021-01-13T23:16:24.480Z] ---> 0cc9942ce290 [2021-01-13T23:16:24.480Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-13T23:16:25.978Z] $ docker rm -f f19140426876865e9df82a1f8b24003d2ab0365fbce83fa5f2f182e309e84f67 [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-13T23:16:27.130Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-13T23:16:27.131Z] [2021-01-13T23:16:27.131Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:16:27.532Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-13T23:16:27.532Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-13T23:16:27.532Z] 29e5d40040c1: Pulling fs layer [2021-01-13T23:16:27.532Z] 1ce36da41761: Pulling fs layer [2021-01-13T23:16:27.532Z] 25b303627fd3: Pulling fs layer [2021-01-13T23:16:28.134Z] 29e5d40040c1: Verifying Checksum [2021-01-13T23:16:28.134Z] 29e5d40040c1: Download complete [2021-01-13T23:16:28.750Z] 1ce36da41761: Verifying Checksum [2021-01-13T23:16:28.750Z] 1ce36da41761: Download complete [2021-01-13T23:16:28.750Z] 29e5d40040c1: Pull complete [2021-01-13T23:16:29.870Z] ---> Running in 7d74c2253f6b [2021-01-13T23:16:30.201Z] 1ce36da41761: Pull complete [2021-01-13T23:16:30.473Z] 25b303627fd3: Download complete [2021-01-13T23:16:31.269Z] Removing intermediate container c83ed415bf29 [2021-01-13T23:16:31.269Z] ---> a4afeaf1a311 [2021-01-13T23:16:31.269Z] [2021-01-13T23:16:31.269Z] Step 10/22 : FROM alpine:3.12 [2021-01-13T23:16:31.269Z] ---> 389fef711851 [2021-01-13T23:16:31.269Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-13T23:16:31.857Z] ---> Running in 9bf85ab9270d [2021-01-13T23:16:31.857Z] Removing intermediate container 23838cf8e881 [2021-01-13T23:16:31.857Z] ---> 0547fbcb947e [2021-01-13T23:16:31.857Z] [2021-01-13T23:16:31.857Z] Step 10/24 : FROM alpine:3.12 [2021-01-13T23:16:31.857Z] ---> 389fef711851 [2021-01-13T23:16:31.857Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-13T23:16:32.132Z] ---> dd433e6f48e1 [2021-01-13T23:16:32.132Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-13T23:16:32.132Z] ---> 3e0994a9288f [2021-01-13T23:16:32.132Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-13T23:16:32.132Z] ---> Running in 23ce0605079a [2021-01-13T23:16:32.397Z] ---> Running in 194548499a88 [2021-01-13T23:16:32.397Z] ---> Running in c7f07f0635b6 [2021-01-13T23:16:33.009Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T23:16:33.009Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T23:16:33.287Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-13T23:16:33.287Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T23:16:33.287Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-13T23:16:33.287Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-13T23:16:33.287Z] (4/5) Installing curl (7.69.1-r3) [2021-01-13T23:16:33.596Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-13T23:16:33.596Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T23:16:33.596Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T23:16:33.596Z] Executing ca-certificates-20191127-r4.trigger [2021-01-13T23:16:33.596Z] OK: 7 MiB in 19 packages [2021-01-13T23:16:33.596Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o cmd/core-data/core-data ./cmd/core-data [2021-01-13T23:16:33.596Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-13T23:16:33.889Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-13T23:16:33.889Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-13T23:16:33.889Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-13T23:16:33.889Z] (4/5) Installing curl (7.69.1-r3) [2021-01-13T23:16:33.889Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-13T23:16:33.889Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T23:16:33.889Z] Executing ca-certificates-20191127-r4.trigger [2021-01-13T23:16:33.889Z] OK: 7 MiB in 19 packages [2021-01-13T23:16:35.860Z] Removing intermediate container 23ce0605079a [2021-01-13T23:16:35.860Z] ---> bfd1c1d9b051 [2021-01-13T23:16:35.860Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-13T23:16:36.138Z] Removing intermediate container 9bf85ab9270d [2021-01-13T23:16:36.138Z] ---> 6b8cac6018e7 [2021-01-13T23:16:36.138Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-13T23:16:36.731Z] ---> Running in f2a1eb277682 [2021-01-13T23:16:36.731Z] ---> Running in b3883c6a2014 [2021-01-13T23:16:37.008Z] Collecting docker-compose==1.23.2 [2021-01-13T23:16:37.283Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-13T23:16:37.284Z] Removing intermediate container b3883c6a2014 [2021-01-13T23:16:37.284Z] ---> 420df51ce870 [2021-01-13T23:16:37.284Z] Step 13/22 : WORKDIR / [2021-01-13T23:16:37.900Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-13T23:16:37.900Z] Removing intermediate container f2a1eb277682 [2021-01-13T23:16:37.900Z] ---> c60eb225cdb9 [2021-01-13T23:16:37.900Z] Step 13/24 : WORKDIR / [2021-01-13T23:16:37.900Z] ---> Running in 2b362f04d21a [2021-01-13T23:16:37.900Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-13T23:16:37.900Z] ---> Running in 55dcaabc4a34 [2021-01-13T23:16:38.173Z] Removing intermediate container 2b362f04d21a [2021-01-13T23:16:38.173Z] ---> 26176112c609 [2021-01-13T23:16:38.173Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T23:16:38.459Z] Removing intermediate container 55dcaabc4a34 [2021-01-13T23:16:38.459Z] ---> f96da8db56bd [2021-01-13T23:16:38.459Z] 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-13T23:16:38.751Z] ---> 43f61e2fb15a [2021-01-13T23:16:38.751Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-13T23:16:39.503Z] ---> 58af1485d070 [2021-01-13T23:16:39.503Z] 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-13T23:16:39.503Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-13T23:16:39.503Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-13T23:16:39.503Z] Collecting jsonschema<3,>=2.5.1 [2021-01-13T23:16:39.503Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-13T23:16:39.869Z] Collecting docopt<0.7,>=0.6.1 [2021-01-13T23:16:39.869Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-13T23:16:40.237Z] ---> 68a81b51451f [2021-01-13T23:16:40.237Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-13T23:16:40.237Z] ---> 7935cb2996e6 [2021-01-13T23:16:40.237Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-13T23:16:40.555Z] ---> 2816b8d85579 [2021-01-13T23:16:40.555Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-13T23:16:40.627Z] 25b303627fd3: Pull complete [2021-01-13T23:16:40.627Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-13T23:16:40.627Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-13T23:16:40.627Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-13T23:16:40.841Z] Collecting cached-property<2,>=1.2.0 [2021-01-13T23:16:40.841Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-13T23:16:40.841Z] ---> 4b93c43f015e [2021-01-13T23:16:40.841Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-13T23:16:40.851Z] prd-ubuntu18.04-docker-arm64-4c-16g-20052 does not seem to be running inside a container [2021-01-13T23:16:40.934Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/293 -v /w/workspace/edgex-go/293:/w/workspace/edgex-go/293:rw,z -v /w/workspace/edgex-go/293@tmp:/w/workspace/edgex-go/293@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-13T23:16:41.120Z] Collecting texttable<0.10,>=0.9.0 [2021-01-13T23:16:41.120Z] ---> c8842c06c061 [2021-01-13T23:16:41.120Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-13T23:16:41.120Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-13T23:16:41.120Z] ---> Running in 476f48f8d828 [2021-01-13T23:16:41.740Z] 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-13T23:16:42.080Z] Collecting docker<4.0,>=3.6.0 [2021-01-13T23:16:42.080Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-13T23:16:42.080Z] ---> 80f58db3c8c2 [2021-01-13T23:16:42.080Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-13T23:16:42.364Z] Collecting PyYAML<4,>=3.10 [2021-01-13T23:16:42.364Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-13T23:16:43.814Z] ---> cfb291691624 [2021-01-13T23:16:43.814Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-13T23:16:43.898Z] $ docker top 3788ae6012c5010f305f1eb93ab85611ed9f99748e3fc48b442d8a64530e27c6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-13T23:16:44.876Z] + grep parallel [2021-01-13T23:16:44.876Z] + docker-compose build --help [2021-01-13T23:16:45.243Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-13T23:16:45.243Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-13T23:16:45.517Z] Collecting docker-pycreds>=0.4.0 [2021-01-13T23:16:45.517Z] ---> a0813fd8ed1b [2021-01-13T23:16:45.517Z] 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-13T23:16:45.517Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-13T23:16:45.801Z] Removing intermediate container 476f48f8d828 [2021-01-13T23:16:45.801Z] ---> 104a080e25a9 [2021-01-13T23:16:45.801Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-13T23:16:46.083Z] ---> Running in 7991e801e6d2 [2021-01-13T23:16:46.083Z] Collecting idna<2.8,>=2.5 [2021-01-13T23:16:46.083Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-13T23:16:46.351Z] ---> Running in 55fd3150e62e [2021-01-13T23:16:46.351Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-13T23:16:46.351Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-13T23:16:46.631Z] 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-13T23:16:46.631Z] 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-13T23:16:46.631Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-13T23:16:46.631Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-13T23:16:46.631Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-13T23:16:46.631Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-13T23:16:46.906Z] Installing collected packages: dockerpty, websocket-client, jsonschema, docopt, cached-property, texttable, docker-pycreds, idna, urllib3, requests, docker, PyYAML, docker-compose [2021-01-13T23:16:46.906Z] Running setup.py install for dockerpty: started [2021-01-13T23:16:46.906Z] Removing intermediate container 55fd3150e62e [2021-01-13T23:16:46.906Z] ---> b7938db35feb [2021-01-13T23:16:46.906Z] Step 20/22 : LABEL arch=x86_64 [2021-01-13T23:16:46.906Z] ---> Running in 73d443d1c152 [2021-01-13T23:16:47.497Z] Removing intermediate container 73d443d1c152 [2021-01-13T23:16:47.497Z] ---> ee7df91de2d5 [2021-01-13T23:16:47.497Z] Step 21/22 : LABEL git_sha=3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:16:47.497Z] ---> Running in e880531ad036 [2021-01-13T23:16:47.772Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-13T23:16:48.043Z] Removing intermediate container e880531ad036 [2021-01-13T23:16:48.043Z] ---> 207d8af1a804 [2021-01-13T23:16:48.043Z] Step 22/22 : LABEL version=2.0.0-dev.35 [2021-01-13T23:16:48.243Z] --parallel Build images in parallel. [Pipeline] } [2021-01-13T23:16:48.266Z] $ docker stop --time=1 3788ae6012c5010f305f1eb93ab85611ed9f99748e3fc48b442d8a64530e27c6 [2021-01-13T23:16:48.322Z] ---> Running in 4f84b1d267ba [2021-01-13T23:16:48.594Z] Removing intermediate container 7991e801e6d2 [2021-01-13T23:16:48.594Z] ---> b30c43b6c3a9 [2021-01-13T23:16:48.594Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-13T23:16:48.594Z] Running setup.py install for docopt: started [2021-01-13T23:16:48.878Z] ---> Running in 23c4ab7d1fb1 [2021-01-13T23:16:48.878Z] Removing intermediate container 4f84b1d267ba [2021-01-13T23:16:48.878Z] ---> 3f79d2003c58 [2021-01-13T23:16:48.878Z] [2021-01-13T23:16:48.878Z] Successfully built 3f79d2003c58 [2021-01-13T23:16:49.160Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-13T23:16:49.160Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 23c4ab7d1fb1 [2021-01-13T23:16:49.160Z] ---> cead5d43dd35 [2021-01-13T23:16:49.160Z] Step 22/24 : LABEL arch=x86_64 [2021-01-13T23:16:49.160Z] Running setup.py install for docopt: finished with status 'done' [2021-01-13T23:16:49.160Z] Running setup.py install for texttable: started [2021-01-13T23:16:49.160Z] ---> Running in 5c307a458084 [2021-01-13T23:16:49.758Z] Removing intermediate container 5c307a458084 [2021-01-13T23:16:49.758Z] ---> 1c1e77c86ebf [2021-01-13T23:16:49.758Z] Step 23/24 : LABEL git_sha=3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:16:49.758Z] ---> Running in 0e5ba98ec61c [2021-01-13T23:16:49.758Z] Running setup.py install for texttable: finished with status 'done' [2021-01-13T23:16:50.031Z] Attempting uninstall: idna [2021-01-13T23:16:50.031Z] Found existing installation: idna 2.9 [2021-01-13T23:16:50.031Z] Uninstalling idna-2.9: [2021-01-13T23:16:50.031Z] Successfully uninstalled idna-2.9 [2021-01-13T23:16:50.111Z] $ docker rm -f 3788ae6012c5010f305f1eb93ab85611ed9f99748e3fc48b442d8a64530e27c6 [2021-01-13T23:16:50.303Z] Attempting uninstall: urllib3 [2021-01-13T23:16:50.303Z] Found existing installation: urllib3 1.25.9 [2021-01-13T23:16:50.303Z] Removing intermediate container 0e5ba98ec61c [2021-01-13T23:16:50.303Z] ---> 32ac338bd7a2 [2021-01-13T23:16:50.303Z] Step 24/24 : LABEL version=2.0.0-dev.35 [2021-01-13T23:16:50.303Z] Uninstalling urllib3-1.25.9: [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [2021-01-13T23:16:50.578Z] Successfully uninstalled urllib3-1.25.9 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:16:50.928Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-13T23:16:50.928Z] . [Pipeline] withDockerContainer [2021-01-13T23:16:51.173Z] ---> Running in b1f955bfc22d [2021-01-13T23:16:51.173Z] Attempting uninstall: requests [2021-01-13T23:16:51.173Z] Found existing installation: requests 2.23.0 [2021-01-13T23:16:51.173Z] Uninstalling requests-2.23.0: [2021-01-13T23:16:51.173Z] Successfully uninstalled requests-2.23.0 [2021-01-13T23:16:51.275Z] prd-ubuntu18.04-docker-arm64-4c-16g-20052 does not seem to be running inside a container [2021-01-13T23:16:51.387Z] $ 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/293 -v /w/workspace/edgex-go/293:/w/workspace/edgex-go/293:rw,z -v /w/workspace/edgex-go/293@tmp:/w/workspace/edgex-go/293@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-13T23:16:51.775Z] Removing intermediate container b1f955bfc22d [2021-01-13T23:16:51.775Z] ---> 038a37107204 [2021-01-13T23:16:51.775Z] [2021-01-13T23:16:52.053Z] Successfully built 038a37107204 [2021-01-13T23:16:52.053Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-13T23:16:52.053Z]  Building docker-security-secretstore-setup-go ... done  Running setup.py install for PyYAML: started [2021-01-13T23:16:52.649Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-13T23:16:52.761Z] $ docker top b15d6675798cf4f95bad083a6a0c892c41e4f23c4fba5854c8c33612af6ee8af -eo pid,comm [2021-01-13T23:16:52.944Z] 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 [Pipeline] { [Pipeline] sh [2021-01-13T23:16:53.956Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-13T23:16:57.342Z] Building docker-core-command-go ... [2021-01-13T23:16:57.342Z] Building docker-core-data-go ... [2021-01-13T23:16:57.342Z] Building docker-core-metadata-go ... [2021-01-13T23:16:57.342Z] Building docker-security-bootstrap-redis-go ... [2021-01-13T23:16:57.342Z] Building docker-security-proxy-setup-go ... [2021-01-13T23:16:57.342Z] Building docker-security-secretstore-setup-go ... [2021-01-13T23:16:57.342Z] Building docker-support-notifications-go ... [2021-01-13T23:16:57.342Z] Building docker-support-scheduler-go ... [2021-01-13T23:16:57.342Z] Building docker-sys-mgmt-agent-go ... [2021-01-13T23:16:57.342Z] Building docker-support-notifications-go [2021-01-13T23:16:57.342Z] Building docker-security-proxy-setup-go [2021-01-13T23:16:57.342Z] Building docker-core-command-go [2021-01-13T23:16:57.342Z] Building docker-security-secretstore-setup-go [2021-01-13T23:16:57.342Z] Building docker-core-data-go [2021-01-13T23:16:58.332Z] Removing intermediate container 7d74c2253f6b [2021-01-13T23:16:58.332Z] ---> 7cff4e236b76 [2021-01-13T23:16:58.332Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-13T23:16:58.938Z] ---> Running in 2dd6c5d8246c [2021-01-13T23:16:59.225Z] Removing intermediate container 194548499a88 [2021-01-13T23:16:59.225Z] ---> 0420daba212f [2021-01-13T23:16:59.225Z] [2021-01-13T23:16:59.225Z] Step 10/24 : FROM scratch [2021-01-13T23:16:59.225Z] ---> [2021-01-13T23:16:59.225Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-13T23:17:01.804Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T23:17:01.804Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T23:17:01.804Z] ---> Running in 8f60580169a2 [2021-01-13T23:17:01.804Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-13T23:17:01.804Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-13T23:17:01.804Z] (3/3) Installing curl (7.69.1-r3) [2021-01-13T23:17:01.804Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T23:17:01.804Z] Removing intermediate container 8f60580169a2 [2021-01-13T23:17:01.804Z] ---> 4844339372ea [2021-01-13T23:17:01.804Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-13T23:17:01.804Z] OK: 72 MiB in 58 packages [2021-01-13T23:17:01.804Z] ---> Running in 2f9b150fe60b [2021-01-13T23:17:02.078Z] Removing intermediate container 2f9b150fe60b [2021-01-13T23:17:02.078Z] ---> 224199ab95eb [2021-01-13T23:17:02.078Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-13T23:17:02.344Z] ---> Running in e9c1374b1f17 [2021-01-13T23:17:02.345Z] Removing intermediate container e9c1374b1f17 [2021-01-13T23:17:02.345Z] ---> 3ad529af596b [2021-01-13T23:17:02.345Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-13T23:17:02.610Z] Removing intermediate container 2dd6c5d8246c [2021-01-13T23:17:02.610Z] ---> 47d1709c9578 [2021-01-13T23:17:02.610Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-13T23:17:03.196Z] ---> Running in 6f08e9f4cb7d [2021-01-13T23:17:04.153Z] ---> 221a5e02e99a [2021-01-13T23:17:04.153Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-13T23:17:04.417Z] Removing intermediate container 6f08e9f4cb7d [2021-01-13T23:17:04.417Z] ---> 76c2709ca120 [2021-01-13T23:17:04.417Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T23:17:04.417Z] Removing intermediate container c7f07f0635b6 [2021-01-13T23:17:04.417Z] ---> 7972df0fdb77 [2021-01-13T23:17:04.417Z] [2021-01-13T23:17:04.417Z] Step 10/23 : FROM alpine:3.12 [2021-01-13T23:17:04.417Z] ---> 389fef711851 [2021-01-13T23:17:04.417Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-13T23:17:05.384Z] ---> Running in 0a7dff9f9139 [2021-01-13T23:17:05.384Z] ---> Running in e28bdd56f7bf [2021-01-13T23:17:05.384Z] ---> 6114e82eed99 [2021-01-13T23:17:05.384Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-13T23:17:05.384Z] Removing intermediate container 0a7dff9f9139 [2021-01-13T23:17:05.384Z] ---> f492c1bc73eb [2021-01-13T23:17:05.384Z] Step 24/26 : LABEL arch=x86_64 [2021-01-13T23:17:05.384Z] Removing intermediate container e28bdd56f7bf [2021-01-13T23:17:05.384Z] ---> adfdcc614122 [2021-01-13T23:17:05.384Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-13T23:17:05.384Z] ---> Running in 9df5d64da848 [2021-01-13T23:17:05.650Z] ---> Running in 3af96b3191ee [2021-01-13T23:17:05.650Z] Removing intermediate container 9df5d64da848 [2021-01-13T23:17:05.650Z] ---> 2624cfea327f [2021-01-13T23:17:05.650Z] Step 25/26 : LABEL git_sha=3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:17:05.918Z] ---> eda601c936e4 [2021-01-13T23:17:05.918Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T23:17:05.918Z] ---> Running in 1a82831c6b61 [2021-01-13T23:17:05.918Z] Removing intermediate container 3af96b3191ee [2021-01-13T23:17:05.918Z] ---> bb2198b311f0 [2021-01-13T23:17:05.918Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-13T23:17:05.918Z] ---> Running in 13b421f17060 [2021-01-13T23:17:06.190Z] Removing intermediate container 1a82831c6b61 [2021-01-13T23:17:06.190Z] ---> 618a9fd85ae8 [2021-01-13T23:17:06.190Z] Step 26/26 : LABEL version=2.0.0-dev.35 [2021-01-13T23:17:06.190Z] ---> 50545ff5e4af [2021-01-13T23:17:06.190Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-13T23:17:06.190Z] ---> Running in e04769e38e7f [2021-01-13T23:17:06.190Z] Removing intermediate container 13b421f17060 [2021-01-13T23:17:06.190Z] ---> edef348a5afd [2021-01-13T23:17:06.190Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T23:17:06.469Z] ---> Running in e523fbae6489 [2021-01-13T23:17:06.469Z] Removing intermediate container e04769e38e7f [2021-01-13T23:17:06.469Z] ---> 8578a2637464 [2021-01-13T23:17:06.469Z] [2021-01-13T23:17:06.736Z] Successfully built 8578a2637464 [2021-01-13T23:17:06.736Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-13T23:17:06.736Z]  Building docker-sys-mgmt-agent-go ... done  ---> 794f290c76a5 [2021-01-13T23:17:06.736Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-13T23:17:07.003Z] ---> a759df5611fe [2021-01-13T23:17:07.003Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-13T23:17:07.267Z] ---> Running in eee4c85ee04e [2021-01-13T23:17:07.539Z] Removing intermediate container eee4c85ee04e [2021-01-13T23:17:07.539Z] ---> cde1a1c28e00 [2021-01-13T23:17:07.539Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T23:17:07.539Z] ---> Running in ae676d6d47e0 [2021-01-13T23:17:07.539Z] Removing intermediate container e523fbae6489 [2021-01-13T23:17:07.539Z] ---> 254624ea65d5 [2021-01-13T23:17:07.539Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-13T23:17:07.539Z] ---> Running in 4f8c3abc8f7d [2021-01-13T23:17:07.802Z] Removing intermediate container ae676d6d47e0 [2021-01-13T23:17:07.802Z] ---> 5db77d7ba296 [2021-01-13T23:17:07.802Z] Step 22/24 : LABEL arch=x86_64 [2021-01-13T23:17:07.802Z] ---> Running in cf48ae716e5f [2021-01-13T23:17:08.067Z] Removing intermediate container cf48ae716e5f [2021-01-13T23:17:08.067Z] ---> 7a852439aead [2021-01-13T23:17:08.067Z] Step 23/24 : LABEL git_sha=3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:17:08.067Z] ---> Running in faff21178418 [2021-01-13T23:17:08.331Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T23:17:08.331Z] Removing intermediate container faff21178418 [2021-01-13T23:17:08.331Z] ---> b25e1a126878 [2021-01-13T23:17:08.331Z] Step 24/24 : LABEL version=2.0.0-dev.35 [2021-01-13T23:17:08.906Z] ---> Running in 04313c3b4b9f [2021-01-13T23:17:09.172Z] Removing intermediate container 04313c3b4b9f [2021-01-13T23:17:09.172Z] ---> e953f574e4fd [2021-01-13T23:17:09.172Z] [2021-01-13T23:17:09.172Z] Successfully built e953f574e4fd [2021-01-13T23:17:09.172Z] Successfully tagged docker-support-notifications-go:latest [2021-01-13T23:17:10.009Z]  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T23:17:11.400Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-13T23:17:11.400Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-13T23:17:11.662Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-13T23:17:11.926Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-13T23:17:12.189Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-13T23:17:12.189Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T23:17:12.189Z] OK: 8 MiB in 19 packages [2021-01-13T23:17:12.774Z] Removing intermediate container 4f8c3abc8f7d [2021-01-13T23:17:12.774Z] ---> 025f32bbd2f7 [2021-01-13T23:17:12.774Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T23:17:13.044Z] ---> cf35a31ba0bc [2021-01-13T23:17:13.044Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-13T23:17:13.619Z] ---> de53575f01be [2021-01-13T23:17:13.619Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-13T23:17:13.882Z] ---> 53d00afaabe4 [2021-01-13T23:17:13.882Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-13T23:17:14.150Z] ---> Running in 8e37f1717fed [2021-01-13T23:17:14.150Z] Removing intermediate container 8e37f1717fed [2021-01-13T23:17:14.150Z] ---> 968c9bec5bb5 [2021-01-13T23:17:14.150Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T23:17:14.419Z] ---> Running in 750d202f95da [2021-01-13T23:17:14.419Z] Removing intermediate container 750d202f95da [2021-01-13T23:17:14.419Z] ---> 57b0a1627d24 [2021-01-13T23:17:14.419Z] Step 21/23 : LABEL arch=x86_64 [2021-01-13T23:17:14.690Z] ---> Running in 6f04b466d03e [2021-01-13T23:17:14.691Z] Removing intermediate container 6f04b466d03e [2021-01-13T23:17:14.691Z] ---> e893d2bba9ca [2021-01-13T23:17:14.691Z] Step 22/23 : LABEL git_sha=3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:17:14.691Z] ---> Running in b789679c0cac [2021-01-13T23:17:14.995Z] Removing intermediate container b789679c0cac [2021-01-13T23:17:14.995Z] ---> 39a740b07e71 [2021-01-13T23:17:14.995Z] Step 23/23 : LABEL version=2.0.0-dev.35 [2021-01-13T23:17:14.995Z] ---> Running in 3d4abee90baf [2021-01-13T23:17:15.268Z] Removing intermediate container 3d4abee90baf [2021-01-13T23:17:15.268Z] ---> 0cbd3c55d273 [2021-01-13T23:17:15.268Z] [2021-01-13T23:17:15.268Z] Successfully built 0cbd3c55d273 [2021-01-13T23:17:15.268Z] Successfully tagged docker-core-data-go:latest [2021-01-13T23:17:15.870Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-13T23:17:15.897Z] $ docker stop --time=1 f940c1f2445e44ec8268d35dd33e8d330d3c5bb846c1982b65914bfa8e1ecf95 [2021-01-13T23:17:17.686Z] $ docker rm -f f940c1f2445e44ec8268d35dd33e8d330d3c5bb846c1982b65914bfa8e1ecf95 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-13T23:17:18.284Z] + docker images [2021-01-13T23:17:18.284Z] + grep docker [2021-01-13T23:17:18.284Z] docker-core-data-go latest 0cbd3c55d273 3 seconds ago 22.3MB [2021-01-13T23:17:18.284Z] docker-support-notifications-go latest e953f574e4fd 10 seconds ago 12MB [2021-01-13T23:17:18.284Z] docker-sys-mgmt-agent-go latest 8578a2637464 12 seconds ago 313MB [2021-01-13T23:17:18.284Z] docker-security-secretstore-setup-go latest 038a37107204 27 seconds ago 24.6MB [2021-01-13T23:17:18.284Z] docker-security-bootstrap-redis-go latest 3f79d2003c58 30 seconds ago 15.8MB [2021-01-13T23:17:18.284Z] docker-security-proxy-setup-go latest ded1a671ee78 About a minute ago 24.5MB [2021-01-13T23:17:18.284Z] docker-core-metadata-go latest 72739c2db6b1 About a minute ago 13.1MB [2021-01-13T23:17:18.284Z] docker-support-scheduler-go latest d739765d1fcb About a minute ago 10.7MB [2021-01-13T23:17:18.284Z] docker-core-command-go latest 5820adb3dcbb About a minute ago 10.6MB [2021-01-13T23:17:18.284Z] docker 20.10.0 aefe523efa57 4 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-13T23:17:18.837Z] provisioning config files... [2021-01-13T23:17:18.867Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/293@tmp/config7434248372033157745tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-13T23:17:19.280Z] ---> docker-login.sh [2021-01-13T23:17:19.280Z] nexus3.edgexfoundry.org:10001 [2021-01-13T23:17:19.280Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T23:17:19.542Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T23:17:19.542Z] Configure a credential helper to remove this warning. See [2021-01-13T23:17:19.542Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T23:17:19.542Z] [2021-01-13T23:17:19.542Z] Login Succeeded [2021-01-13T23:17:19.542Z] nexus3.edgexfoundry.org:10002 [2021-01-13T23:17:19.542Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T23:17:19.542Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T23:17:19.542Z] Configure a credential helper to remove this warning. See [2021-01-13T23:17:19.542Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T23:17:19.542Z] [2021-01-13T23:17:19.542Z] Login Succeeded [2021-01-13T23:17:19.542Z] nexus3.edgexfoundry.org:10003 [2021-01-13T23:17:19.806Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T23:17:19.806Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T23:17:19.806Z] Configure a credential helper to remove this warning. See [2021-01-13T23:17:19.806Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T23:17:19.806Z] [2021-01-13T23:17:19.806Z] Login Succeeded [2021-01-13T23:17:19.806Z] nexus3.edgexfoundry.org:10004 [2021-01-13T23:17:20.068Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T23:17:20.068Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T23:17:20.068Z] Configure a credential helper to remove this warning. See [2021-01-13T23:17:20.068Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T23:17:20.068Z] [2021-01-13T23:17:20.068Z] Login Succeeded [2021-01-13T23:17:20.068Z] docker.io [2021-01-13T23:17:20.068Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T23:17:20.643Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T23:17:20.643Z] Configure a credential helper to remove this warning. See [2021-01-13T23:17:20.643Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T23:17:20.643Z] [2021-01-13T23:17:20.643Z] Login Succeeded [2021-01-13T23:17:20.643Z] ---> docker-login.sh ends [Pipeline] } [2021-01-13T23:17:20.653Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T23:17:20.938Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-01-13T23:17:20.938Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:17:20.938Z] 2.0.0-dev.35 [2021-01-13T23:17:20.938Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [2021-01-13T23:17:20.938Z] master [2021-01-13T23:17:20.938Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:21.430Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:3fcc602c4282fe50c74be67af1ba7a350be2dfea [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:21.748Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:17:21.748Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-13T23:17:21.748Z] 5b26bb71e462: Preparing [2021-01-13T23:17:21.748Z] 69811b8a3a4c: Preparing [2021-01-13T23:17:21.748Z] 9f7a4c4984ad: Preparing [2021-01-13T23:17:22.021Z] 5b26bb71e462: Pushed [2021-01-13T23:17:22.021Z] 9f7a4c4984ad: Pushed [2021-01-13T23:17:22.974Z] 69811b8a3a4c: Pushed [2021-01-13T23:17:22.975Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea: digest: sha256:b52639e786406e44395f46de2875a8d38d6fa1645c4a4323aa518d0f37ad3637 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:23.368Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:23.767Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.35 [2021-01-13T23:17:23.767Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-13T23:17:23.767Z] 5b26bb71e462: Preparing [2021-01-13T23:17:23.767Z] 69811b8a3a4c: Preparing [2021-01-13T23:17:23.767Z] 9f7a4c4984ad: Preparing [2021-01-13T23:17:23.767Z] 9f7a4c4984ad: Layer already exists [2021-01-13T23:17:23.767Z] 5b26bb71e462: Layer already exists [2021-01-13T23:17:23.767Z] 69811b8a3a4c: Layer already exists [2021-01-13T23:17:23.767Z] 2.0.0-dev.35: digest: sha256:b52639e786406e44395f46de2875a8d38d6fa1645c4a4323aa518d0f37ad3637 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:24.095Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:24.399Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [2021-01-13T23:17:24.399Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-13T23:17:24.399Z] 5b26bb71e462: Preparing [2021-01-13T23:17:24.399Z] 69811b8a3a4c: Preparing [2021-01-13T23:17:24.399Z] 9f7a4c4984ad: Preparing [2021-01-13T23:17:24.399Z] 5b26bb71e462: Layer already exists [2021-01-13T23:17:24.399Z] 69811b8a3a4c: Layer already exists [2021-01-13T23:17:24.399Z] 9f7a4c4984ad: Layer already exists [2021-01-13T23:17:24.399Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35: digest: sha256:b52639e786406e44395f46de2875a8d38d6fa1645c4a4323aa518d0f37ad3637 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:24.711Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:25.016Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-01-13T23:17:25.016Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-13T23:17:25.016Z] 5b26bb71e462: Preparing [2021-01-13T23:17:25.016Z] 69811b8a3a4c: Preparing [2021-01-13T23:17:25.016Z] 9f7a4c4984ad: Preparing [2021-01-13T23:17:25.016Z] 9f7a4c4984ad: Layer already exists [2021-01-13T23:17:25.016Z] 69811b8a3a4c: Layer already exists [2021-01-13T23:17:25.016Z] 5b26bb71e462: Layer already exists [2021-01-13T23:17:25.016Z] master: digest: sha256:b52639e786406e44395f46de2875a8d38d6fa1645c4a4323aa518d0f37ad3637 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T23:17:25.232Z] ===================================================== [Pipeline] echo [2021-01-13T23:17:25.281Z] taggedImages: [2021-01-13T23:17:25.281Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:17:25.281Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.35 [2021-01-13T23:17:25.281Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [2021-01-13T23:17:25.281Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-01-13T23:17:25.372Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-01-13T23:17:25.372Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:17:25.372Z] 2.0.0-dev.35 [2021-01-13T23:17:25.372Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [2021-01-13T23:17:25.372Z] master [2021-01-13T23:17:25.372Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:25.848Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:3fcc602c4282fe50c74be67af1ba7a350be2dfea [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:26.160Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:17:26.160Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-13T23:17:26.160Z] aa319e9f6dce: Preparing [2021-01-13T23:17:26.160Z] 6225b0db36f0: Preparing [2021-01-13T23:17:26.160Z] 9f7a4c4984ad: Preparing [2021-01-13T23:17:26.160Z] 19de40e583c7: Preparing [2021-01-13T23:17:26.160Z] a1b5b254c3ba: Preparing [2021-01-13T23:17:26.160Z] 777b2c648970: Preparing [2021-01-13T23:17:26.160Z] 777b2c648970: Waiting [2021-01-13T23:17:26.160Z] 9f7a4c4984ad: Layer already exists [2021-01-13T23:17:26.160Z] 777b2c648970: Layer already exists [2021-01-13T23:17:26.428Z] aa319e9f6dce: Pushed [2021-01-13T23:17:26.428Z] a1b5b254c3ba: Pushed [2021-01-13T23:17:26.428Z] 19de40e583c7: Pushed [2021-01-13T23:17:27.405Z] 6225b0db36f0: Pushed [2021-01-13T23:17:27.674Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea: digest: sha256:7e6c10c2364ba3225430ee3bf06403ca8789002f7b57cf2bf3f9f12cb1de1416 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:27.997Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:28.330Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.35 [2021-01-13T23:17:28.330Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-13T23:17:28.330Z] aa319e9f6dce: Preparing [2021-01-13T23:17:28.330Z] 6225b0db36f0: Preparing [2021-01-13T23:17:28.330Z] 9f7a4c4984ad: Preparing [2021-01-13T23:17:28.330Z] 19de40e583c7: Preparing [2021-01-13T23:17:28.330Z] a1b5b254c3ba: Preparing [2021-01-13T23:17:28.330Z] 777b2c648970: Preparing [2021-01-13T23:17:28.330Z] 777b2c648970: Waiting [2021-01-13T23:17:28.330Z] 19de40e583c7: Layer already exists [2021-01-13T23:17:28.330Z] aa319e9f6dce: Layer already exists [2021-01-13T23:17:28.330Z] 6225b0db36f0: Layer already exists [2021-01-13T23:17:28.330Z] a1b5b254c3ba: Layer already exists [2021-01-13T23:17:28.330Z] 9f7a4c4984ad: Layer already exists [2021-01-13T23:17:28.330Z] 777b2c648970: Layer already exists [2021-01-13T23:17:28.330Z] 2.0.0-dev.35: digest: sha256:7e6c10c2364ba3225430ee3bf06403ca8789002f7b57cf2bf3f9f12cb1de1416 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:28.657Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:28.976Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [2021-01-13T23:17:28.976Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-13T23:17:28.976Z] aa319e9f6dce: Preparing [2021-01-13T23:17:28.976Z] 6225b0db36f0: Preparing [2021-01-13T23:17:28.976Z] 9f7a4c4984ad: Preparing [2021-01-13T23:17:28.976Z] 19de40e583c7: Preparing [2021-01-13T23:17:28.976Z] a1b5b254c3ba: Preparing [2021-01-13T23:17:28.976Z] 777b2c648970: Preparing [2021-01-13T23:17:28.976Z] 777b2c648970: Waiting [2021-01-13T23:17:28.976Z] 9f7a4c4984ad: Layer already exists [2021-01-13T23:17:28.976Z] a1b5b254c3ba: Layer already exists [2021-01-13T23:17:28.976Z] aa319e9f6dce: Layer already exists [2021-01-13T23:17:28.976Z] 19de40e583c7: Layer already exists [2021-01-13T23:17:28.976Z] 6225b0db36f0: Layer already exists [2021-01-13T23:17:28.976Z] 777b2c648970: Layer already exists [2021-01-13T23:17:28.976Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35: digest: sha256:7e6c10c2364ba3225430ee3bf06403ca8789002f7b57cf2bf3f9f12cb1de1416 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:29.311Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:29.674Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-01-13T23:17:29.674Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-13T23:17:29.674Z] aa319e9f6dce: Preparing [2021-01-13T23:17:29.674Z] 6225b0db36f0: Preparing [2021-01-13T23:17:29.674Z] 9f7a4c4984ad: Preparing [2021-01-13T23:17:29.674Z] 19de40e583c7: Preparing [2021-01-13T23:17:29.674Z] a1b5b254c3ba: Preparing [2021-01-13T23:17:29.674Z] 777b2c648970: Preparing [2021-01-13T23:17:29.674Z] 777b2c648970: Waiting [2021-01-13T23:17:29.674Z] 6225b0db36f0: Layer already exists [2021-01-13T23:17:29.674Z] 9f7a4c4984ad: Layer already exists [2021-01-13T23:17:29.674Z] a1b5b254c3ba: Layer already exists [2021-01-13T23:17:29.674Z] 19de40e583c7: Layer already exists [2021-01-13T23:17:29.674Z] aa319e9f6dce: Layer already exists [2021-01-13T23:17:29.674Z] 777b2c648970: Layer already exists [2021-01-13T23:17:29.674Z] master: digest: sha256:7e6c10c2364ba3225430ee3bf06403ca8789002f7b57cf2bf3f9f12cb1de1416 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T23:17:29.870Z] ===================================================== [Pipeline] echo [2021-01-13T23:17:29.925Z] taggedImages: [2021-01-13T23:17:29.925Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:17:29.925Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.35 [2021-01-13T23:17:29.925Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [2021-01-13T23:17:29.925Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-01-13T23:17:29.987Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-01-13T23:17:29.987Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:17:29.987Z] 2.0.0-dev.35 [2021-01-13T23:17:29.987Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [2021-01-13T23:17:29.987Z] master [2021-01-13T23:17:29.987Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:30.595Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:3fcc602c4282fe50c74be67af1ba7a350be2dfea [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:30.910Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:17:30.910Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-13T23:17:30.910Z] ae0d56e90dc1: Preparing [2021-01-13T23:17:30.910Z] ae6f1845167c: Preparing [2021-01-13T23:17:30.910Z] 9f7a4c4984ad: Preparing [2021-01-13T23:17:30.910Z] 9f7a4c4984ad: Layer already exists [2021-01-13T23:17:30.910Z] ae0d56e90dc1: Pushed [2021-01-13T23:17:32.352Z] ae6f1845167c: Pushed [2021-01-13T23:17:32.352Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea: digest: sha256:9d6a18fea2e133b93a5d04e2b1d4f38e86557bb4d3d157574dc97362319c8d1c size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:32.799Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:33.162Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.35 [2021-01-13T23:17:33.163Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-13T23:17:33.163Z] ae0d56e90dc1: Preparing [2021-01-13T23:17:33.163Z] ae6f1845167c: Preparing [2021-01-13T23:17:33.163Z] 9f7a4c4984ad: Preparing [2021-01-13T23:17:33.163Z] ae0d56e90dc1: Layer already exists [2021-01-13T23:17:33.163Z] 9f7a4c4984ad: Layer already exists [2021-01-13T23:17:33.163Z] ae6f1845167c: Layer already exists [2021-01-13T23:17:33.163Z] 2.0.0-dev.35: digest: sha256:9d6a18fea2e133b93a5d04e2b1d4f38e86557bb4d3d157574dc97362319c8d1c size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:33.497Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:33.801Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [2021-01-13T23:17:33.801Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-13T23:17:33.801Z] ae0d56e90dc1: Preparing [2021-01-13T23:17:33.801Z] ae6f1845167c: Preparing [2021-01-13T23:17:33.801Z] 9f7a4c4984ad: Preparing [2021-01-13T23:17:33.801Z] ae6f1845167c: Layer already exists [2021-01-13T23:17:33.801Z] ae0d56e90dc1: Layer already exists [2021-01-13T23:17:33.801Z] 9f7a4c4984ad: Layer already exists [2021-01-13T23:17:33.801Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35: digest: sha256:9d6a18fea2e133b93a5d04e2b1d4f38e86557bb4d3d157574dc97362319c8d1c size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:34.107Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:34.407Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-01-13T23:17:34.407Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-13T23:17:34.407Z] ae0d56e90dc1: Preparing [2021-01-13T23:17:34.407Z] ae6f1845167c: Preparing [2021-01-13T23:17:34.407Z] 9f7a4c4984ad: Preparing [2021-01-13T23:17:34.407Z] 9f7a4c4984ad: Layer already exists [2021-01-13T23:17:34.407Z] ae6f1845167c: Layer already exists [2021-01-13T23:17:34.407Z] ae0d56e90dc1: Layer already exists [2021-01-13T23:17:34.407Z] master: digest: sha256:9d6a18fea2e133b93a5d04e2b1d4f38e86557bb4d3d157574dc97362319c8d1c size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T23:17:34.590Z] ===================================================== [Pipeline] echo [2021-01-13T23:17:34.634Z] taggedImages: [2021-01-13T23:17:34.634Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:17:34.635Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.35 [2021-01-13T23:17:34.635Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [2021-01-13T23:17:34.635Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-01-13T23:17:34.721Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2021-01-13T23:17:34.721Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:17:34.721Z] 2.0.0-dev.35 [2021-01-13T23:17:34.721Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [2021-01-13T23:17:34.721Z] master [2021-01-13T23:17:34.721Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:35.198Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:3fcc602c4282fe50c74be67af1ba7a350be2dfea [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:35.501Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:17:35.502Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-13T23:17:35.502Z] c0b124b77ccb: Preparing [2021-01-13T23:17:35.502Z] c2310bffb13f: Preparing [2021-01-13T23:17:35.502Z] 1f540ef33340: Preparing [2021-01-13T23:17:35.502Z] 29b7012c12bf: Preparing [2021-01-13T23:17:35.502Z] 9f7a4c4984ad: Preparing [2021-01-13T23:17:35.502Z] 094c49f393b9: Preparing [2021-01-13T23:17:35.502Z] 777b2c648970: Preparing [2021-01-13T23:17:35.502Z] 094c49f393b9: Waiting [2021-01-13T23:17:35.502Z] 777b2c648970: Waiting [2021-01-13T23:17:35.502Z] 9f7a4c4984ad: Layer already exists [2021-01-13T23:17:35.768Z] 1f540ef33340: Pushed [2021-01-13T23:17:35.768Z] c2310bffb13f: Pushed [2021-01-13T23:17:35.768Z] c0b124b77ccb: Pushed [2021-01-13T23:17:35.768Z] 777b2c648970: Layer already exists [2021-01-13T23:17:35.768Z] 094c49f393b9: Pushed [2021-01-13T23:17:36.340Z] 29b7012c12bf: Pushed [2021-01-13T23:17:36.601Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea: digest: sha256:50946212b8fdd06b84f9c28e94b4a5cc2ea77d86738c3051cbaf354954e12189 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:36.907Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:37.207Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.35 [2021-01-13T23:17:37.207Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-13T23:17:37.207Z] c0b124b77ccb: Preparing [2021-01-13T23:17:37.207Z] c2310bffb13f: Preparing [2021-01-13T23:17:37.207Z] 1f540ef33340: Preparing [2021-01-13T23:17:37.207Z] 29b7012c12bf: Preparing [2021-01-13T23:17:37.207Z] 9f7a4c4984ad: Preparing [2021-01-13T23:17:37.207Z] 094c49f393b9: Preparing [2021-01-13T23:17:37.207Z] 777b2c648970: Preparing [2021-01-13T23:17:37.207Z] 094c49f393b9: Waiting [2021-01-13T23:17:37.207Z] 777b2c648970: Waiting [2021-01-13T23:17:37.207Z] 9f7a4c4984ad: Layer already exists [2021-01-13T23:17:37.207Z] 29b7012c12bf: Layer already exists [2021-01-13T23:17:37.207Z] c0b124b77ccb: Layer already exists [2021-01-13T23:17:37.207Z] c2310bffb13f: Layer already exists [2021-01-13T23:17:37.207Z] 1f540ef33340: Layer already exists [2021-01-13T23:17:37.207Z] 777b2c648970: Layer already exists [2021-01-13T23:17:37.207Z] 094c49f393b9: Layer already exists [2021-01-13T23:17:37.207Z] 2.0.0-dev.35: digest: sha256:50946212b8fdd06b84f9c28e94b4a5cc2ea77d86738c3051cbaf354954e12189 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:37.513Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:37.873Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [2021-01-13T23:17:37.873Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-13T23:17:37.873Z] c0b124b77ccb: Preparing [2021-01-13T23:17:37.873Z] c2310bffb13f: Preparing [2021-01-13T23:17:37.873Z] 1f540ef33340: Preparing [2021-01-13T23:17:37.873Z] 29b7012c12bf: Preparing [2021-01-13T23:17:37.873Z] 9f7a4c4984ad: Preparing [2021-01-13T23:17:37.873Z] 094c49f393b9: Preparing [2021-01-13T23:17:37.873Z] 777b2c648970: Preparing [2021-01-13T23:17:37.873Z] 094c49f393b9: Waiting [2021-01-13T23:17:37.873Z] 777b2c648970: Waiting [2021-01-13T23:17:37.873Z] 9f7a4c4984ad: Layer already exists [2021-01-13T23:17:37.873Z] c0b124b77ccb: Layer already exists [2021-01-13T23:17:37.873Z] 29b7012c12bf: Layer already exists [2021-01-13T23:17:37.873Z] c2310bffb13f: Layer already exists [2021-01-13T23:17:37.873Z] 1f540ef33340: Layer already exists [2021-01-13T23:17:37.873Z] 777b2c648970: Layer already exists [2021-01-13T23:17:37.873Z] 094c49f393b9: Layer already exists [2021-01-13T23:17:37.873Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35: digest: sha256:50946212b8fdd06b84f9c28e94b4a5cc2ea77d86738c3051cbaf354954e12189 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:38.270Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:38.571Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2021-01-13T23:17:38.571Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-13T23:17:38.571Z] c0b124b77ccb: Preparing [2021-01-13T23:17:38.571Z] c2310bffb13f: Preparing [2021-01-13T23:17:38.571Z] 1f540ef33340: Preparing [2021-01-13T23:17:38.571Z] 29b7012c12bf: Preparing [2021-01-13T23:17:38.571Z] 9f7a4c4984ad: Preparing [2021-01-13T23:17:38.571Z] 094c49f393b9: Preparing [2021-01-13T23:17:38.571Z] 777b2c648970: Preparing [2021-01-13T23:17:38.571Z] 094c49f393b9: Waiting [2021-01-13T23:17:38.571Z] 777b2c648970: Waiting [2021-01-13T23:17:38.571Z] 29b7012c12bf: Layer already exists [2021-01-13T23:17:38.571Z] 9f7a4c4984ad: Layer already exists [2021-01-13T23:17:38.571Z] c0b124b77ccb: Layer already exists [2021-01-13T23:17:38.571Z] c2310bffb13f: Layer already exists [2021-01-13T23:17:38.571Z] 1f540ef33340: Layer already exists [2021-01-13T23:17:38.571Z] 777b2c648970: Layer already exists [2021-01-13T23:17:38.571Z] 094c49f393b9: Layer already exists [2021-01-13T23:17:38.571Z] master: digest: sha256:50946212b8fdd06b84f9c28e94b4a5cc2ea77d86738c3051cbaf354954e12189 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T23:17:38.768Z] ===================================================== [Pipeline] echo [2021-01-13T23:17:38.816Z] taggedImages: [2021-01-13T23:17:38.816Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:17:38.816Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.35 [2021-01-13T23:17:38.816Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [2021-01-13T23:17:38.816Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] echo [2021-01-13T23:17:38.882Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-01-13T23:17:38.882Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:17:38.882Z] 2.0.0-dev.35 [2021-01-13T23:17:38.882Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [2021-01-13T23:17:38.882Z] master [2021-01-13T23:17:38.882Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:39.360Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:3fcc602c4282fe50c74be67af1ba7a350be2dfea [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:39.658Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:17:39.658Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-13T23:17:39.658Z] f45ce11b1ac4: Preparing [2021-01-13T23:17:39.658Z] 1b20c255f23d: Preparing [2021-01-13T23:17:39.658Z] 9f5eb8353f74: Preparing [2021-01-13T23:17:39.658Z] e8a8868a9c10: Preparing [2021-01-13T23:17:39.658Z] c2385653b3b8: Preparing [2021-01-13T23:17:39.658Z] 777b2c648970: Preparing [2021-01-13T23:17:39.921Z] e8a8868a9c10: Pushed [2021-01-13T23:17:39.921Z] 9f5eb8353f74: Pushed [2021-01-13T23:17:39.921Z] 777b2c648970: Layer already exists [2021-01-13T23:17:40.187Z] c2385653b3b8: Pushed [2021-01-13T23:17:40.760Z] f45ce11b1ac4: Pushed [2021-01-13T23:17:40.760Z] 1b20c255f23d: Pushed [2021-01-13T23:17:40.760Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea: digest: sha256:0eb2d869493bdd7d0a9d68cb88306b0dc5e2b985f1c74c9f94242b46d025cfc6 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:41.080Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:41.421Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.35 [2021-01-13T23:17:41.422Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-13T23:17:41.422Z] f45ce11b1ac4: Preparing [2021-01-13T23:17:41.422Z] 1b20c255f23d: Preparing [2021-01-13T23:17:41.422Z] 9f5eb8353f74: Preparing [2021-01-13T23:17:41.422Z] e8a8868a9c10: Preparing [2021-01-13T23:17:41.422Z] c2385653b3b8: Preparing [2021-01-13T23:17:41.422Z] 777b2c648970: Preparing [2021-01-13T23:17:41.422Z] 777b2c648970: Waiting [2021-01-13T23:17:41.422Z] 9f5eb8353f74: Layer already exists [2021-01-13T23:17:41.422Z] e8a8868a9c10: Layer already exists [2021-01-13T23:17:41.422Z] c2385653b3b8: Layer already exists [2021-01-13T23:17:41.422Z] f45ce11b1ac4: Layer already exists [2021-01-13T23:17:41.422Z] 1b20c255f23d: Layer already exists [2021-01-13T23:17:41.422Z] 777b2c648970: Layer already exists [2021-01-13T23:17:41.422Z] 2.0.0-dev.35: digest: sha256:0eb2d869493bdd7d0a9d68cb88306b0dc5e2b985f1c74c9f94242b46d025cfc6 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:41.731Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:42.042Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [2021-01-13T23:17:42.042Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-13T23:17:42.042Z] f45ce11b1ac4: Preparing [2021-01-13T23:17:42.042Z] 1b20c255f23d: Preparing [2021-01-13T23:17:42.042Z] 9f5eb8353f74: Preparing [2021-01-13T23:17:42.042Z] e8a8868a9c10: Preparing [2021-01-13T23:17:42.042Z] c2385653b3b8: Preparing [2021-01-13T23:17:42.042Z] 777b2c648970: Preparing [2021-01-13T23:17:42.042Z] 777b2c648970: Waiting [2021-01-13T23:17:42.042Z] f45ce11b1ac4: Layer already exists [2021-01-13T23:17:42.042Z] 1b20c255f23d: Layer already exists [2021-01-13T23:17:42.042Z] e8a8868a9c10: Layer already exists [2021-01-13T23:17:42.042Z] c2385653b3b8: Layer already exists [2021-01-13T23:17:42.042Z] 9f5eb8353f74: Layer already exists [2021-01-13T23:17:42.042Z] 777b2c648970: Layer already exists [2021-01-13T23:17:42.042Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35: digest: sha256:0eb2d869493bdd7d0a9d68cb88306b0dc5e2b985f1c74c9f94242b46d025cfc6 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:42.380Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:42.690Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-01-13T23:17:42.690Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-13T23:17:42.690Z] f45ce11b1ac4: Preparing [2021-01-13T23:17:42.690Z] 1b20c255f23d: Preparing [2021-01-13T23:17:42.690Z] 9f5eb8353f74: Preparing [2021-01-13T23:17:42.690Z] e8a8868a9c10: Preparing [2021-01-13T23:17:42.690Z] c2385653b3b8: Preparing [2021-01-13T23:17:42.690Z] 777b2c648970: Preparing [2021-01-13T23:17:42.690Z] 777b2c648970: Waiting [2021-01-13T23:17:42.690Z] e8a8868a9c10: Layer already exists [2021-01-13T23:17:42.690Z] 9f5eb8353f74: Layer already exists [2021-01-13T23:17:42.690Z] c2385653b3b8: Layer already exists [2021-01-13T23:17:42.690Z] f45ce11b1ac4: Layer already exists [2021-01-13T23:17:42.690Z] 1b20c255f23d: Layer already exists [2021-01-13T23:17:42.690Z] 777b2c648970: Layer already exists [2021-01-13T23:17:42.690Z] master: digest: sha256:0eb2d869493bdd7d0a9d68cb88306b0dc5e2b985f1c74c9f94242b46d025cfc6 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T23:17:42.919Z] ===================================================== [Pipeline] echo [2021-01-13T23:17:42.974Z] taggedImages: [2021-01-13T23:17:42.975Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:17:42.975Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.35 [2021-01-13T23:17:42.975Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [2021-01-13T23:17:42.975Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-01-13T23:17:43.068Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-01-13T23:17:43.068Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:17:43.068Z] 2.0.0-dev.35 [2021-01-13T23:17:43.068Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [2021-01-13T23:17:43.068Z] master [2021-01-13T23:17:43.068Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:43.623Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:3fcc602c4282fe50c74be67af1ba7a350be2dfea [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:43.931Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:17:43.931Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-13T23:17:43.931Z] 9539792ecbee: Preparing [2021-01-13T23:17:43.931Z] c5557c006969: Preparing [2021-01-13T23:17:43.931Z] 9c9f0e2ccf55: Preparing [2021-01-13T23:17:43.931Z] 792b1158b335: Preparing [2021-01-13T23:17:43.931Z] e18e1eef3771: Preparing [2021-01-13T23:17:43.931Z] 07474241a1c5: Preparing [2021-01-13T23:17:43.931Z] 05173b423cfb: Preparing [2021-01-13T23:17:43.931Z] 094c49f393b9: Preparing [2021-01-13T23:17:43.931Z] 777b2c648970: Preparing [2021-01-13T23:17:43.931Z] 07474241a1c5: Waiting [2021-01-13T23:17:43.931Z] 05173b423cfb: Waiting [2021-01-13T23:17:43.931Z] 777b2c648970: Waiting [2021-01-13T23:17:43.931Z] 094c49f393b9: Waiting [2021-01-13T23:17:44.194Z] 9539792ecbee: Pushed [2021-01-13T23:17:44.194Z] e18e1eef3771: Pushed [2021-01-13T23:17:44.194Z] c5557c006969: Pushed [2021-01-13T23:17:44.194Z] 094c49f393b9: Layer already exists [2021-01-13T23:17:44.194Z] 777b2c648970: Layer already exists [2021-01-13T23:17:44.194Z] 07474241a1c5: Pushed [2021-01-13T23:17:44.194Z] 05173b423cfb: Pushed [2021-01-13T23:17:44.336Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T23:17:44.337Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-13T23:17:44.337Z] ---> 12b6410147df [2021-01-13T23:17:44.337Z] Step 3/23 : WORKDIR /edgex-go [2021-01-13T23:17:44.337Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T23:17:44.337Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-13T23:17:44.337Z] ---> 12b6410147df [2021-01-13T23:17:44.337Z] Step 3/21 : WORKDIR /edgex-go [2021-01-13T23:17:44.337Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T23:17:44.337Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-13T23:17:44.337Z] ---> 12b6410147df [2021-01-13T23:17:44.337Z] Step 3/22 : WORKDIR /edgex-go [2021-01-13T23:17:44.337Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T23:17:44.337Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-13T23:17:44.337Z] ---> 12b6410147df [2021-01-13T23:17:44.337Z] Step 3/24 : WORKDIR /edgex-go [2021-01-13T23:17:44.337Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T23:17:44.337Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-13T23:17:44.337Z] ---> 12b6410147df [2021-01-13T23:17:44.337Z] Step 3/24 : WORKDIR /edgex-go [2021-01-13T23:17:45.144Z] 792b1158b335: Pushed [2021-01-13T23:17:45.144Z] 9c9f0e2ccf55: Pushed [2021-01-13T23:17:45.144Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea: digest: sha256:6f1a74fb1ef4acdd07edb13218f85a60fadd14e85dff6aed67b95d4d805502ae size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:45.447Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:45.751Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.35 [2021-01-13T23:17:45.751Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-13T23:17:45.751Z] 9539792ecbee: Preparing [2021-01-13T23:17:45.751Z] c5557c006969: Preparing [2021-01-13T23:17:45.751Z] 9c9f0e2ccf55: Preparing [2021-01-13T23:17:45.751Z] 792b1158b335: Preparing [2021-01-13T23:17:45.751Z] e18e1eef3771: Preparing [2021-01-13T23:17:45.751Z] 07474241a1c5: Preparing [2021-01-13T23:17:45.751Z] 05173b423cfb: Preparing [2021-01-13T23:17:45.751Z] 094c49f393b9: Preparing [2021-01-13T23:17:45.751Z] 777b2c648970: Preparing [2021-01-13T23:17:45.751Z] 05173b423cfb: Waiting [2021-01-13T23:17:45.751Z] 094c49f393b9: Waiting [2021-01-13T23:17:45.751Z] 777b2c648970: Waiting [2021-01-13T23:17:45.751Z] 07474241a1c5: Waiting [2021-01-13T23:17:45.751Z] c5557c006969: Layer already exists [2021-01-13T23:17:45.751Z] e18e1eef3771: Layer already exists [2021-01-13T23:17:45.751Z] 792b1158b335: Layer already exists [2021-01-13T23:17:45.751Z] 9c9f0e2ccf55: Layer already exists [2021-01-13T23:17:45.751Z] 9539792ecbee: Layer already exists [2021-01-13T23:17:45.751Z] 05173b423cfb: Layer already exists [2021-01-13T23:17:45.751Z] 07474241a1c5: Layer already exists [2021-01-13T23:17:45.751Z] 094c49f393b9: Layer already exists [2021-01-13T23:17:45.751Z] 777b2c648970: Layer already exists [2021-01-13T23:17:45.751Z] 2.0.0-dev.35: digest: sha256:6f1a74fb1ef4acdd07edb13218f85a60fadd14e85dff6aed67b95d4d805502ae size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:45.780Z] ---> Running in 2a83c8bb243c [2021-01-13T23:17:45.780Z] ---> Running in e091724a5ae8 [2021-01-13T23:17:45.781Z] ---> Running in f860c853c8a3 [2021-01-13T23:17:45.781Z] ---> Running in 24abe17e7ee3 [2021-01-13T23:17:45.781Z] ---> Running in 2d89a0005fc9 [2021-01-13T23:17:46.058Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [2021-01-13T23:17:46.060Z] Removing intermediate container f860c853c8a3 [2021-01-13T23:17:46.060Z] ---> 442f58f9b777 [2021-01-13T23:17:46.060Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:46.333Z] Removing intermediate container e091724a5ae8 [2021-01-13T23:17:46.333Z] ---> 18bcc4796dbb [2021-01-13T23:17:46.333Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T23:17:46.333Z] Removing intermediate container 24abe17e7ee3 [2021-01-13T23:17:46.333Z] ---> dae084918bcb [2021-01-13T23:17:46.333Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T23:17:46.333Z] Removing intermediate container 2a83c8bb243c [2021-01-13T23:17:46.333Z] ---> c8d6cdc27a7e [2021-01-13T23:17:46.333Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T23:17:46.333Z] Removing intermediate container 2d89a0005fc9 [2021-01-13T23:17:46.333Z] ---> c6ae21d7048a [2021-01-13T23:17:46.333Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T23:17:46.370Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [2021-01-13T23:17:46.370Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-13T23:17:46.370Z] 9539792ecbee: Preparing [2021-01-13T23:17:46.370Z] c5557c006969: Preparing [2021-01-13T23:17:46.370Z] 9c9f0e2ccf55: Preparing [2021-01-13T23:17:46.370Z] 792b1158b335: Preparing [2021-01-13T23:17:46.370Z] e18e1eef3771: Preparing [2021-01-13T23:17:46.370Z] 07474241a1c5: Preparing [2021-01-13T23:17:46.370Z] 05173b423cfb: Preparing [2021-01-13T23:17:46.370Z] 094c49f393b9: Preparing [2021-01-13T23:17:46.370Z] 777b2c648970: Preparing [2021-01-13T23:17:46.370Z] 07474241a1c5: Waiting [2021-01-13T23:17:46.370Z] 094c49f393b9: Waiting [2021-01-13T23:17:46.370Z] 777b2c648970: Waiting [2021-01-13T23:17:46.370Z] 05173b423cfb: Waiting [2021-01-13T23:17:46.371Z] 792b1158b335: Layer already exists [2021-01-13T23:17:46.371Z] 9539792ecbee: Layer already exists [2021-01-13T23:17:46.371Z] c5557c006969: Layer already exists [2021-01-13T23:17:46.371Z] e18e1eef3771: Layer already exists [2021-01-13T23:17:46.371Z] 9c9f0e2ccf55: Layer already exists [2021-01-13T23:17:46.371Z] 07474241a1c5: Layer already exists [2021-01-13T23:17:46.371Z] 094c49f393b9: Layer already exists [2021-01-13T23:17:46.371Z] 05173b423cfb: Layer already exists [2021-01-13T23:17:46.371Z] 777b2c648970: Layer already exists [2021-01-13T23:17:46.371Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35: digest: sha256:6f1a74fb1ef4acdd07edb13218f85a60fadd14e85dff6aed67b95d4d805502ae size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:46.605Z] ---> Running in 36befc29ee36 [2021-01-13T23:17:46.605Z] ---> Running in 7883d372fb6b [2021-01-13T23:17:46.605Z] ---> Running in 4db32d231a49 [2021-01-13T23:17:46.605Z] ---> Running in c69cc1ffafc3 [2021-01-13T23:17:46.605Z] ---> Running in 3624a81ff9f8 [2021-01-13T23:17:46.688Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:47.000Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-01-13T23:17:47.000Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-13T23:17:47.000Z] 9539792ecbee: Preparing [2021-01-13T23:17:47.000Z] c5557c006969: Preparing [2021-01-13T23:17:47.000Z] 9c9f0e2ccf55: Preparing [2021-01-13T23:17:47.000Z] 792b1158b335: Preparing [2021-01-13T23:17:47.000Z] e18e1eef3771: Preparing [2021-01-13T23:17:47.000Z] 07474241a1c5: Preparing [2021-01-13T23:17:47.000Z] 05173b423cfb: Preparing [2021-01-13T23:17:47.000Z] 094c49f393b9: Preparing [2021-01-13T23:17:47.000Z] 777b2c648970: Preparing [2021-01-13T23:17:47.000Z] 07474241a1c5: Waiting [2021-01-13T23:17:47.000Z] 05173b423cfb: Waiting [2021-01-13T23:17:47.000Z] 094c49f393b9: Waiting [2021-01-13T23:17:47.000Z] 777b2c648970: Waiting [2021-01-13T23:17:47.000Z] 792b1158b335: Layer already exists [2021-01-13T23:17:47.000Z] 9539792ecbee: Layer already exists [2021-01-13T23:17:47.000Z] c5557c006969: Layer already exists [2021-01-13T23:17:47.000Z] 9c9f0e2ccf55: Layer already exists [2021-01-13T23:17:47.000Z] e18e1eef3771: Layer already exists [2021-01-13T23:17:47.000Z] 05173b423cfb: Layer already exists [2021-01-13T23:17:47.000Z] 07474241a1c5: Layer already exists [2021-01-13T23:17:47.000Z] 094c49f393b9: Layer already exists [2021-01-13T23:17:47.000Z] 777b2c648970: Layer already exists [2021-01-13T23:17:47.000Z] master: digest: sha256:6f1a74fb1ef4acdd07edb13218f85a60fadd14e85dff6aed67b95d4d805502ae size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T23:17:47.208Z] ===================================================== [Pipeline] echo [2021-01-13T23:17:47.260Z] taggedImages: [2021-01-13T23:17:47.260Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:17:47.260Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.35 [2021-01-13T23:17:47.260Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [2021-01-13T23:17:47.260Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-01-13T23:17:47.326Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-01-13T23:17:47.326Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:17:47.326Z] 2.0.0-dev.35 [2021-01-13T23:17:47.326Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [2021-01-13T23:17:47.326Z] master [2021-01-13T23:17:47.326Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:48.133Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:3fcc602c4282fe50c74be67af1ba7a350be2dfea [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:48.506Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:17:48.506Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-13T23:17:48.506Z] 3b3e5a64e5b6: Preparing [2021-01-13T23:17:48.506Z] a1fc6fd2cd4e: Preparing [2021-01-13T23:17:48.506Z] 9f7a4c4984ad: Preparing [2021-01-13T23:17:48.506Z] cdebf8169a18: Preparing [2021-01-13T23:17:48.506Z] 5f21f63d468b: Preparing [2021-01-13T23:17:48.506Z] ef0154e88627: Preparing [2021-01-13T23:17:48.506Z] ef0154e88627: Waiting [2021-01-13T23:17:48.506Z] 9f7a4c4984ad: Layer already exists [2021-01-13T23:17:48.506Z] 3b3e5a64e5b6: Pushed [2021-01-13T23:17:48.506Z] cdebf8169a18: Pushed [2021-01-13T23:17:48.769Z] 5f21f63d468b: Pushed [2021-01-13T23:17:48.769Z] ef0154e88627: Pushed [2021-01-13T23:17:49.722Z] a1fc6fd2cd4e: Pushed [2021-01-13T23:17:49.722Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea: digest: sha256:a0a4b6e0b95f358215c6eb8866dcaaeab677ade2d445043d398fd103e5cd9c6c size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:50.032Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:50.101Z] Removing intermediate container 36befc29ee36 [2021-01-13T23:17:50.101Z] ---> a3f8d9da516e [2021-01-13T23:17:50.101Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-13T23:17:50.101Z] ---> Running in c6a48e6768e7 [2021-01-13T23:17:50.335Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.35 [2021-01-13T23:17:50.335Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-13T23:17:50.335Z] 3b3e5a64e5b6: Preparing [2021-01-13T23:17:50.335Z] a1fc6fd2cd4e: Preparing [2021-01-13T23:17:50.335Z] 9f7a4c4984ad: Preparing [2021-01-13T23:17:50.335Z] cdebf8169a18: Preparing [2021-01-13T23:17:50.335Z] 5f21f63d468b: Preparing [2021-01-13T23:17:50.335Z] ef0154e88627: Preparing [2021-01-13T23:17:50.335Z] ef0154e88627: Waiting [2021-01-13T23:17:50.335Z] 9f7a4c4984ad: Layer already exists [2021-01-13T23:17:50.335Z] 5f21f63d468b: Layer already exists [2021-01-13T23:17:50.335Z] 3b3e5a64e5b6: Layer already exists [2021-01-13T23:17:50.335Z] a1fc6fd2cd4e: Layer already exists [2021-01-13T23:17:50.335Z] cdebf8169a18: Layer already exists [2021-01-13T23:17:50.335Z] ef0154e88627: Layer already exists [2021-01-13T23:17:50.335Z] 2.0.0-dev.35: digest: sha256:a0a4b6e0b95f358215c6eb8866dcaaeab677ade2d445043d398fd103e5cd9c6c size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:50.373Z] Removing intermediate container 7883d372fb6b [2021-01-13T23:17:50.373Z] ---> 3b781637758f [2021-01-13T23:17:50.373Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-13T23:17:50.650Z] Removing intermediate container 4db32d231a49 [2021-01-13T23:17:50.650Z] ---> c01cb5d5d660 [2021-01-13T23:17:50.650Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-13T23:17:50.650Z] ---> Running in 5f55a6c55e69 [2021-01-13T23:17:50.659Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:50.933Z] ---> Running in cde0142404c2 [2021-01-13T23:17:50.933Z] Removing intermediate container c69cc1ffafc3 [2021-01-13T23:17:50.933Z] ---> 1c185b1fb962 [2021-01-13T23:17:50.933Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-13T23:17:50.976Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [2021-01-13T23:17:50.976Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-13T23:17:50.976Z] 3b3e5a64e5b6: Preparing [2021-01-13T23:17:50.976Z] a1fc6fd2cd4e: Preparing [2021-01-13T23:17:50.976Z] 9f7a4c4984ad: Preparing [2021-01-13T23:17:50.976Z] cdebf8169a18: Preparing [2021-01-13T23:17:50.976Z] 5f21f63d468b: Preparing [2021-01-13T23:17:50.976Z] ef0154e88627: Preparing [2021-01-13T23:17:50.976Z] ef0154e88627: Waiting [2021-01-13T23:17:50.976Z] 9f7a4c4984ad: Layer already exists [2021-01-13T23:17:50.976Z] 5f21f63d468b: Layer already exists [2021-01-13T23:17:50.976Z] a1fc6fd2cd4e: Layer already exists [2021-01-13T23:17:50.976Z] cdebf8169a18: Layer already exists [2021-01-13T23:17:50.976Z] 3b3e5a64e5b6: Layer already exists [2021-01-13T23:17:50.976Z] ef0154e88627: Layer already exists [2021-01-13T23:17:50.976Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35: digest: sha256:a0a4b6e0b95f358215c6eb8866dcaaeab677ade2d445043d398fd103e5cd9c6c size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:51.219Z] ---> Running in 78e5686bc793 [2021-01-13T23:17:51.219Z] Removing intermediate container 3624a81ff9f8 [2021-01-13T23:17:51.219Z] ---> 9d24b6ff43cc [2021-01-13T23:17:51.219Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-13T23:17:51.304Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:51.520Z] ---> Running in 1885a0a1abec [2021-01-13T23:17:51.649Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-01-13T23:17:51.649Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-13T23:17:51.649Z] 3b3e5a64e5b6: Preparing [2021-01-13T23:17:51.649Z] a1fc6fd2cd4e: Preparing [2021-01-13T23:17:51.649Z] 9f7a4c4984ad: Preparing [2021-01-13T23:17:51.649Z] cdebf8169a18: Preparing [2021-01-13T23:17:51.649Z] 5f21f63d468b: Preparing [2021-01-13T23:17:51.649Z] ef0154e88627: Preparing [2021-01-13T23:17:51.649Z] ef0154e88627: Waiting [2021-01-13T23:17:51.649Z] 5f21f63d468b: Layer already exists [2021-01-13T23:17:51.649Z] 9f7a4c4984ad: Layer already exists [2021-01-13T23:17:51.649Z] a1fc6fd2cd4e: Layer already exists [2021-01-13T23:17:51.649Z] 3b3e5a64e5b6: Layer already exists [2021-01-13T23:17:51.649Z] cdebf8169a18: Layer already exists [2021-01-13T23:17:51.649Z] ef0154e88627: Layer already exists [2021-01-13T23:17:51.649Z] master: digest: sha256:a0a4b6e0b95f358215c6eb8866dcaaeab677ade2d445043d398fd103e5cd9c6c size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T23:17:51.845Z] ===================================================== [Pipeline] echo [2021-01-13T23:17:51.907Z] taggedImages: [2021-01-13T23:17:51.907Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:17:51.907Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.35 [2021-01-13T23:17:51.907Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [2021-01-13T23:17:51.907Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-01-13T23:17:52.018Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-01-13T23:17:52.018Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:17:52.018Z] 2.0.0-dev.35 [2021-01-13T23:17:52.018Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [2021-01-13T23:17:52.018Z] master [2021-01-13T23:17:52.018Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2021-01-13T23:17:52.134Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:52.490Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:3fcc602c4282fe50c74be67af1ba7a350be2dfea [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:52.741Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T23:17:52.741Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T23:17:52.858Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:17:52.858Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-13T23:17:52.858Z] e9e42edad36f: Preparing [2021-01-13T23:17:52.858Z] bdbe48d975d6: Preparing [2021-01-13T23:17:52.858Z] 9f7a4c4984ad: Preparing [2021-01-13T23:17:52.858Z] 9f7a4c4984ad: Layer already exists [2021-01-13T23:17:52.858Z] e9e42edad36f: Pushed [2021-01-13T23:17:53.021Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T23:17:53.021Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T23:17:53.021Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T23:17:53.629Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T23:17:53.902Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T23:17:53.902Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T23:17:53.902Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T23:17:53.945Z] bdbe48d975d6: Pushed [2021-01-13T23:17:54.186Z] OK: 217 MiB in 51 packages [2021-01-13T23:17:54.208Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea: digest: sha256:d90702e4ae33bef2d419141358d5f7f84abec75524a35070173069e028639cd3 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:54.465Z] OK: 217 MiB in 51 packages [2021-01-13T23:17:54.517Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:54.764Z] OK: 217 MiB in 51 packages [2021-01-13T23:17:54.818Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.35 [2021-01-13T23:17:54.819Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-13T23:17:54.819Z] e9e42edad36f: Preparing [2021-01-13T23:17:54.819Z] bdbe48d975d6: Preparing [2021-01-13T23:17:54.819Z] 9f7a4c4984ad: Preparing [2021-01-13T23:17:54.819Z] e9e42edad36f: Layer already exists [2021-01-13T23:17:54.819Z] 9f7a4c4984ad: Layer already exists [2021-01-13T23:17:54.819Z] bdbe48d975d6: Layer already exists [2021-01-13T23:17:54.819Z] 2.0.0-dev.35: digest: sha256:d90702e4ae33bef2d419141358d5f7f84abec75524a35070173069e028639cd3 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:55.128Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:55.369Z] OK: 217 MiB in 51 packages [2021-01-13T23:17:55.477Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [2021-01-13T23:17:55.477Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-13T23:17:55.477Z] e9e42edad36f: Preparing [2021-01-13T23:17:55.477Z] bdbe48d975d6: Preparing [2021-01-13T23:17:55.477Z] 9f7a4c4984ad: Preparing [2021-01-13T23:17:55.477Z] bdbe48d975d6: Layer already exists [2021-01-13T23:17:55.477Z] 9f7a4c4984ad: Layer already exists [2021-01-13T23:17:55.477Z] e9e42edad36f: Layer already exists [2021-01-13T23:17:55.477Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35: digest: sha256:d90702e4ae33bef2d419141358d5f7f84abec75524a35070173069e028639cd3 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:55.646Z] OK: 217 MiB in 51 packages [2021-01-13T23:17:55.789Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:55.921Z] Removing intermediate container c6a48e6768e7 [2021-01-13T23:17:55.921Z] ---> 21e497a71171 [2021-01-13T23:17:55.921Z] Step 6/23 : COPY go.mod . [2021-01-13T23:17:56.093Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-01-13T23:17:56.093Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-13T23:17:56.093Z] e9e42edad36f: Preparing [2021-01-13T23:17:56.093Z] bdbe48d975d6: Preparing [2021-01-13T23:17:56.093Z] 9f7a4c4984ad: Preparing [2021-01-13T23:17:56.093Z] bdbe48d975d6: Layer already exists [2021-01-13T23:17:56.093Z] 9f7a4c4984ad: Layer already exists [2021-01-13T23:17:56.093Z] e9e42edad36f: Layer already exists [2021-01-13T23:17:56.093Z] master: digest: sha256:d90702e4ae33bef2d419141358d5f7f84abec75524a35070173069e028639cd3 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [2021-01-13T23:17:56.204Z] Removing intermediate container 5f55a6c55e69 [2021-01-13T23:17:56.204Z] ---> bd9143d3eacf [2021-01-13T23:17:56.204Z] Step 6/24 : COPY go.mod . [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T23:17:56.383Z] ===================================================== [Pipeline] echo [2021-01-13T23:17:56.445Z] taggedImages: [2021-01-13T23:17:56.445Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:17:56.445Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.35 [2021-01-13T23:17:56.445Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [2021-01-13T23:17:56.445Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-01-13T23:17:56.513Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-01-13T23:17:56.513Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:17:56.513Z] 2.0.0-dev.35 [2021-01-13T23:17:56.513Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [2021-01-13T23:17:56.513Z] master [2021-01-13T23:17:56.513Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:56.805Z] Removing intermediate container 78e5686bc793 [2021-01-13T23:17:56.805Z] ---> 8a5bdb77c2e6 [2021-01-13T23:17:56.805Z] Step 6/21 : COPY go.mod . [2021-01-13T23:17:56.805Z] ---> aaf5d10ab4ea [2021-01-13T23:17:56.805Z] Step 7/23 : RUN go mod download [2021-01-13T23:17:56.998Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:3fcc602c4282fe50c74be67af1ba7a350be2dfea [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:17:57.094Z] ---> Running in 9ee53ec3ef2b [2021-01-13T23:17:57.333Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:17:57.333Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-13T23:17:57.333Z] f2a197c95fda: Preparing [2021-01-13T23:17:57.333Z] a52e73c0f221: Preparing [2021-01-13T23:17:57.333Z] 869edb794de1: Preparing [2021-01-13T23:17:57.333Z] 915ef7884213: Preparing [2021-01-13T23:17:57.333Z] b004cb27c53b: Preparing [2021-01-13T23:17:57.333Z] 79e529a8ae72: Preparing [2021-01-13T23:17:57.333Z] a598687f3b7b: Preparing [2021-01-13T23:17:57.333Z] 0754057c0ad3: Preparing [2021-01-13T23:17:57.333Z] 998cdf262ab1: Preparing [2021-01-13T23:17:57.333Z] 02e56110abd2: Preparing [2021-01-13T23:17:57.333Z] abc36efb885a: Preparing [2021-01-13T23:17:57.333Z] b0b09059f4e1: Preparing [2021-01-13T23:17:57.333Z] bb961f40224b: Preparing [2021-01-13T23:17:57.333Z] f4666769fca7: Preparing [2021-01-13T23:17:57.333Z] 79e529a8ae72: Waiting [2021-01-13T23:17:57.333Z] a598687f3b7b: Waiting [2021-01-13T23:17:57.333Z] 0754057c0ad3: Waiting [2021-01-13T23:17:57.333Z] 998cdf262ab1: Waiting [2021-01-13T23:17:57.333Z] 02e56110abd2: Waiting [2021-01-13T23:17:57.333Z] abc36efb885a: Waiting [2021-01-13T23:17:57.333Z] b0b09059f4e1: Waiting [2021-01-13T23:17:57.333Z] bb961f40224b: Waiting [2021-01-13T23:17:57.333Z] f4666769fca7: Waiting [2021-01-13T23:17:57.369Z] Removing intermediate container 1885a0a1abec [2021-01-13T23:17:57.369Z] ---> 35cebbf5e7aa [2021-01-13T23:17:57.369Z] Step 6/24 : COPY go.mod . [2021-01-13T23:17:57.369Z] Removing intermediate container cde0142404c2 [2021-01-13T23:17:57.369Z] ---> 570c7cb2365b [2021-01-13T23:17:57.369Z] Step 6/22 : COPY go.mod . [2021-01-13T23:17:57.598Z] b004cb27c53b: Pushed [2021-01-13T23:17:57.598Z] f2a197c95fda: Pushed [2021-01-13T23:17:57.646Z] ---> 4d01f4a04bec [2021-01-13T23:17:57.646Z] Step 7/24 : RUN go mod download [2021-01-13T23:17:57.861Z] 915ef7884213: Pushed [2021-01-13T23:17:57.862Z] 0754057c0ad3: Layer already exists [2021-01-13T23:17:57.862Z] 998cdf262ab1: Layer already exists [2021-01-13T23:17:57.862Z] a598687f3b7b: Pushed [2021-01-13T23:17:57.862Z] 02e56110abd2: Layer already exists [2021-01-13T23:17:57.922Z] ---> Running in a01989656b90 [2021-01-13T23:17:57.922Z] ---> 8684aa801e3f [2021-01-13T23:17:57.922Z] Step 7/21 : RUN go mod download [2021-01-13T23:17:58.123Z] abc36efb885a: Layer already exists [2021-01-13T23:17:58.123Z] b0b09059f4e1: Layer already exists [2021-01-13T23:17:58.123Z] bb961f40224b: Layer already exists [2021-01-13T23:17:58.123Z] f4666769fca7: Layer already exists [2021-01-13T23:17:58.123Z] a52e73c0f221: Pushed [2021-01-13T23:17:58.202Z] ---> Running in 73b07a2afe02 [2021-01-13T23:17:58.498Z] ---> d6a3ee9a04d5 [2021-01-13T23:17:58.498Z] Step 7/24 : RUN go mod download [2021-01-13T23:17:58.498Z] ---> dc6fc9d2ea4b [2021-01-13T23:17:58.498Z] Step 7/22 : RUN go mod download [2021-01-13T23:17:58.699Z] 79e529a8ae72: Pushed [2021-01-13T23:17:58.773Z] ---> Running in cc4dbd683dca [2021-01-13T23:17:58.773Z] ---> Running in 5a70d69f66c5 [2021-01-13T23:18:01.415Z] Removing intermediate container 9ee53ec3ef2b [2021-01-13T23:18:01.415Z] ---> f725e7c2d631 [2021-01-13T23:18:01.415Z] Step 8/23 : COPY . . [2021-01-13T23:18:02.426Z] Removing intermediate container a01989656b90 [2021-01-13T23:18:02.426Z] ---> 72e649d067eb [2021-01-13T23:18:02.426Z] Step 8/24 : COPY . . [2021-01-13T23:18:02.704Z] Removing intermediate container 73b07a2afe02 [2021-01-13T23:18:02.704Z] ---> bd7ac8819427 [2021-01-13T23:18:02.704Z] Step 8/21 : COPY . . [2021-01-13T23:18:03.775Z] Removing intermediate container cc4dbd683dca [2021-01-13T23:18:03.775Z] ---> 099143f9ecbe [2021-01-13T23:18:03.775Z] Step 8/24 : COPY . . [2021-01-13T23:18:04.058Z] Removing intermediate container 5a70d69f66c5 [2021-01-13T23:18:04.058Z] ---> 875705792bb1 [2021-01-13T23:18:04.058Z] Step 8/22 : COPY . . [2021-01-13T23:18:05.290Z] 869edb794de1: Pushed [2021-01-13T23:18:05.290Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea: digest: sha256:f45a2e35fd1ed5940550b0b96ba5cb7edd71262a7054150caa107282d201e0ed size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:18:05.596Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:18:05.897Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.35 [2021-01-13T23:18:05.898Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-13T23:18:05.898Z] f2a197c95fda: Preparing [2021-01-13T23:18:05.898Z] a52e73c0f221: Preparing [2021-01-13T23:18:05.898Z] 869edb794de1: Preparing [2021-01-13T23:18:05.898Z] 915ef7884213: Preparing [2021-01-13T23:18:05.898Z] b004cb27c53b: Preparing [2021-01-13T23:18:05.898Z] 79e529a8ae72: Preparing [2021-01-13T23:18:05.898Z] a598687f3b7b: Preparing [2021-01-13T23:18:05.898Z] 0754057c0ad3: Preparing [2021-01-13T23:18:05.898Z] 998cdf262ab1: Preparing [2021-01-13T23:18:05.898Z] 02e56110abd2: Preparing [2021-01-13T23:18:05.898Z] abc36efb885a: Preparing [2021-01-13T23:18:05.898Z] b0b09059f4e1: Preparing [2021-01-13T23:18:05.898Z] bb961f40224b: Preparing [2021-01-13T23:18:05.898Z] f4666769fca7: Preparing [2021-01-13T23:18:05.898Z] 79e529a8ae72: Waiting [2021-01-13T23:18:05.898Z] a598687f3b7b: Waiting [2021-01-13T23:18:05.898Z] 0754057c0ad3: Waiting [2021-01-13T23:18:05.898Z] 998cdf262ab1: Waiting [2021-01-13T23:18:05.898Z] bb961f40224b: Waiting [2021-01-13T23:18:05.898Z] f4666769fca7: Waiting [2021-01-13T23:18:05.898Z] 02e56110abd2: Waiting [2021-01-13T23:18:05.898Z] abc36efb885a: Waiting [2021-01-13T23:18:05.898Z] b0b09059f4e1: Waiting [2021-01-13T23:18:05.898Z] f2a197c95fda: Layer already exists [2021-01-13T23:18:05.898Z] 869edb794de1: Layer already exists [2021-01-13T23:18:05.898Z] a52e73c0f221: Layer already exists [2021-01-13T23:18:05.898Z] 915ef7884213: Layer already exists [2021-01-13T23:18:05.898Z] b004cb27c53b: Layer already exists [2021-01-13T23:18:05.898Z] 79e529a8ae72: Layer already exists [2021-01-13T23:18:05.898Z] a598687f3b7b: Layer already exists [2021-01-13T23:18:05.898Z] 0754057c0ad3: Layer already exists [2021-01-13T23:18:05.898Z] 02e56110abd2: Layer already exists [2021-01-13T23:18:05.898Z] 998cdf262ab1: Layer already exists [2021-01-13T23:18:05.898Z] bb961f40224b: Layer already exists [2021-01-13T23:18:05.898Z] abc36efb885a: Layer already exists [2021-01-13T23:18:05.898Z] b0b09059f4e1: Layer already exists [2021-01-13T23:18:05.898Z] f4666769fca7: Layer already exists [2021-01-13T23:18:05.898Z] 2.0.0-dev.35: digest: sha256:f45a2e35fd1ed5940550b0b96ba5cb7edd71262a7054150caa107282d201e0ed size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:18:06.206Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:18:06.510Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [2021-01-13T23:18:06.510Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-13T23:18:06.510Z] f2a197c95fda: Preparing [2021-01-13T23:18:06.510Z] a52e73c0f221: Preparing [2021-01-13T23:18:06.510Z] 869edb794de1: Preparing [2021-01-13T23:18:06.510Z] 915ef7884213: Preparing [2021-01-13T23:18:06.510Z] b004cb27c53b: Preparing [2021-01-13T23:18:06.510Z] 79e529a8ae72: Preparing [2021-01-13T23:18:06.510Z] a598687f3b7b: Preparing [2021-01-13T23:18:06.510Z] 0754057c0ad3: Preparing [2021-01-13T23:18:06.510Z] 998cdf262ab1: Preparing [2021-01-13T23:18:06.510Z] 02e56110abd2: Preparing [2021-01-13T23:18:06.510Z] abc36efb885a: Preparing [2021-01-13T23:18:06.510Z] b0b09059f4e1: Preparing [2021-01-13T23:18:06.510Z] bb961f40224b: Preparing [2021-01-13T23:18:06.510Z] f4666769fca7: Preparing [2021-01-13T23:18:06.510Z] a598687f3b7b: Waiting [2021-01-13T23:18:06.510Z] 0754057c0ad3: Waiting [2021-01-13T23:18:06.510Z] 998cdf262ab1: Waiting [2021-01-13T23:18:06.510Z] 02e56110abd2: Waiting [2021-01-13T23:18:06.510Z] abc36efb885a: Waiting [2021-01-13T23:18:06.510Z] b0b09059f4e1: Waiting [2021-01-13T23:18:06.510Z] bb961f40224b: Waiting [2021-01-13T23:18:06.510Z] f4666769fca7: Waiting [2021-01-13T23:18:06.510Z] 79e529a8ae72: Waiting [2021-01-13T23:18:06.510Z] 915ef7884213: Layer already exists [2021-01-13T23:18:06.510Z] b004cb27c53b: Layer already exists [2021-01-13T23:18:06.510Z] 869edb794de1: Layer already exists [2021-01-13T23:18:06.510Z] f2a197c95fda: Layer already exists [2021-01-13T23:18:06.510Z] a52e73c0f221: Layer already exists [2021-01-13T23:18:06.510Z] 79e529a8ae72: Layer already exists [2021-01-13T23:18:06.510Z] a598687f3b7b: Layer already exists [2021-01-13T23:18:06.510Z] 998cdf262ab1: Layer already exists [2021-01-13T23:18:06.510Z] 02e56110abd2: Layer already exists [2021-01-13T23:18:06.510Z] 0754057c0ad3: Layer already exists [2021-01-13T23:18:06.510Z] b0b09059f4e1: Layer already exists [2021-01-13T23:18:06.510Z] abc36efb885a: Layer already exists [2021-01-13T23:18:06.510Z] bb961f40224b: Layer already exists [2021-01-13T23:18:06.510Z] f4666769fca7: Layer already exists [2021-01-13T23:18:06.510Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35: digest: sha256:f45a2e35fd1ed5940550b0b96ba5cb7edd71262a7054150caa107282d201e0ed size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:18:06.824Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:18:07.124Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-01-13T23:18:07.124Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-13T23:18:07.124Z] f2a197c95fda: Preparing [2021-01-13T23:18:07.124Z] a52e73c0f221: Preparing [2021-01-13T23:18:07.124Z] 869edb794de1: Preparing [2021-01-13T23:18:07.124Z] 915ef7884213: Preparing [2021-01-13T23:18:07.124Z] b004cb27c53b: Preparing [2021-01-13T23:18:07.124Z] 79e529a8ae72: Preparing [2021-01-13T23:18:07.124Z] a598687f3b7b: Preparing [2021-01-13T23:18:07.124Z] 0754057c0ad3: Preparing [2021-01-13T23:18:07.124Z] 998cdf262ab1: Preparing [2021-01-13T23:18:07.124Z] 02e56110abd2: Preparing [2021-01-13T23:18:07.124Z] abc36efb885a: Preparing [2021-01-13T23:18:07.124Z] b0b09059f4e1: Preparing [2021-01-13T23:18:07.124Z] bb961f40224b: Preparing [2021-01-13T23:18:07.124Z] f4666769fca7: Preparing [2021-01-13T23:18:07.124Z] a598687f3b7b: Waiting [2021-01-13T23:18:07.124Z] 0754057c0ad3: Waiting [2021-01-13T23:18:07.124Z] 998cdf262ab1: Waiting [2021-01-13T23:18:07.124Z] 02e56110abd2: Waiting [2021-01-13T23:18:07.124Z] abc36efb885a: Waiting [2021-01-13T23:18:07.124Z] b0b09059f4e1: Waiting [2021-01-13T23:18:07.124Z] bb961f40224b: Waiting [2021-01-13T23:18:07.124Z] f4666769fca7: Waiting [2021-01-13T23:18:07.124Z] 79e529a8ae72: Waiting [2021-01-13T23:18:07.124Z] 869edb794de1: Layer already exists [2021-01-13T23:18:07.124Z] 915ef7884213: Layer already exists [2021-01-13T23:18:07.124Z] b004cb27c53b: Layer already exists [2021-01-13T23:18:07.124Z] a52e73c0f221: Layer already exists [2021-01-13T23:18:07.124Z] f2a197c95fda: Layer already exists [2021-01-13T23:18:07.124Z] 79e529a8ae72: Layer already exists [2021-01-13T23:18:07.124Z] 0754057c0ad3: Layer already exists [2021-01-13T23:18:07.124Z] a598687f3b7b: Layer already exists [2021-01-13T23:18:07.124Z] 02e56110abd2: Layer already exists [2021-01-13T23:18:07.124Z] 998cdf262ab1: Layer already exists [2021-01-13T23:18:07.124Z] b0b09059f4e1: Layer already exists [2021-01-13T23:18:07.124Z] f4666769fca7: Layer already exists [2021-01-13T23:18:07.124Z] abc36efb885a: Layer already exists [2021-01-13T23:18:07.124Z] bb961f40224b: Layer already exists [2021-01-13T23:18:07.124Z] master: digest: sha256:f45a2e35fd1ed5940550b0b96ba5cb7edd71262a7054150caa107282d201e0ed size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T23:18:07.321Z] ===================================================== [Pipeline] echo [2021-01-13T23:18:07.364Z] taggedImages: [2021-01-13T23:18:07.364Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:18:07.364Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.35 [2021-01-13T23:18:07.364Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [2021-01-13T23:18:07.364Z] - 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-13T23:18:22.438Z] ---> b4f1d81254db [2021-01-13T23:18:22.438Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-13T23:18:22.438Z] ---> a40eddb05c9c [2021-01-13T23:18:22.438Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-13T23:18:22.438Z] ---> 4fdeba2953f7 [2021-01-13T23:18:22.438Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-13T23:18:22.438Z] ---> 2a3337428360 [2021-01-13T23:18:22.438Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-13T23:18:22.438Z] ---> 0eb61c1de162 [2021-01-13T23:18:22.438Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-13T23:18:22.438Z] ---> Running in 32e05fd319d6 [2021-01-13T23:18:22.438Z] ---> Running in af775dd276d5 [2021-01-13T23:18:22.438Z] ---> Running in 1cf2c75c63e9 [2021-01-13T23:18:22.438Z] ---> Running in c3cb2b7ca54f [2021-01-13T23:18:22.438Z] ---> Running in 3d128a386e45 [2021-01-13T23:18:22.714Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-13T23:18:22.714Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o cmd/core-data/core-data ./cmd/core-data [2021-01-13T23:18:23.320Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o cmd/core-command/core-command ./cmd/core-command [2021-01-13T23:18:23.320Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-13T23:18:23.320Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-13T23:19:45.190Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-13T23:19:45.190Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-13T23:19:53.509Z] Removing intermediate container c3cb2b7ca54f [2021-01-13T23:19:53.509Z] ---> 5b78d7c85f82 [2021-01-13T23:19:53.509Z] [2021-01-13T23:19:53.509Z] Step 10/24 : FROM alpine:3.12 [2021-01-13T23:19:53.509Z] 3.12: Pulling from library/alpine [2021-01-13T23:19:56.175Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-13T23:19:56.175Z] Status: Downloaded newer image for alpine:3.12 [2021-01-13T23:19:56.175Z] ---> afeebe901d6b [2021-01-13T23:19:56.175Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-13T23:19:57.173Z] ---> Running in cc0f2997a09f [2021-01-13T23:19:59.153Z] Removing intermediate container af775dd276d5 [2021-01-13T23:19:59.153Z] ---> c4b9da618d33 [2021-01-13T23:19:59.153Z] [2021-01-13T23:19:59.153Z] Step 10/24 : FROM scratch [2021-01-13T23:19:59.153Z] ---> [2021-01-13T23:19:59.153Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-13T23:19:59.430Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T23:19:59.705Z] ---> Running in 2e4b5e5d5ed5 [2021-01-13T23:19:59.705Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T23:20:00.306Z] Removing intermediate container 1cf2c75c63e9 [2021-01-13T23:20:00.306Z] ---> c4acca0253d3 [2021-01-13T23:20:00.306Z] [2021-01-13T23:20:00.306Z] Step 10/21 : FROM alpine:3.12 [2021-01-13T23:20:00.306Z] ---> afeebe901d6b [2021-01-13T23:20:00.306Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-13T23:20:00.306Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-13T23:20:00.306Z] Removing intermediate container 3d128a386e45 [2021-01-13T23:20:00.306Z] ---> 597a56aee23b [2021-01-13T23:20:00.306Z] [2021-01-13T23:20:00.306Z] Step 10/22 : FROM scratch [2021-01-13T23:20:00.306Z] ---> [2021-01-13T23:20:00.306Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-13T23:20:00.598Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-13T23:20:00.598Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-13T23:20:00.598Z] (4/5) Installing curl (7.69.1-r3) [2021-01-13T23:20:00.598Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-13T23:20:00.598Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T23:20:00.598Z] Executing ca-certificates-20191127-r4.trigger [2021-01-13T23:20:00.598Z] Removing intermediate container 2e4b5e5d5ed5 [2021-01-13T23:20:00.598Z] ---> 6352bcde867f [2021-01-13T23:20:00.598Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-13T23:20:00.876Z] OK: 7 MiB in 19 packages [2021-01-13T23:20:00.876Z] ---> Running in ef2f97d5fb4c [2021-01-13T23:20:00.876Z] ---> Running in 4c16d1007571 [2021-01-13T23:20:00.876Z] ---> Running in dc8e2cceb6b5 [2021-01-13T23:20:01.869Z] Removing intermediate container dc8e2cceb6b5 [2021-01-13T23:20:01.869Z] ---> cd9d12aa09f3 [2021-01-13T23:20:01.869Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-13T23:20:01.869Z] Removing intermediate container 4c16d1007571 [2021-01-13T23:20:01.869Z] ---> 760446e0ebbd [2021-01-13T23:20:01.869Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-13T23:20:01.869Z] ---> Running in 6b22f31afc49 [2021-01-13T23:20:02.146Z] ---> Running in 9b18fab2f345 [2021-01-13T23:20:02.758Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T23:20:02.758Z] Removing intermediate container 6b22f31afc49 [2021-01-13T23:20:02.758Z] ---> 932310c4385c [2021-01-13T23:20:02.758Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-13T23:20:03.039Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T23:20:03.039Z] Removing intermediate container 9b18fab2f345 [2021-01-13T23:20:03.039Z] ---> 54e8985c4461 [2021-01-13T23:20:03.039Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-13T23:20:03.039Z] ---> Running in 0bacb7e06a4d [2021-01-13T23:20:03.329Z] Removing intermediate container cc0f2997a09f [2021-01-13T23:20:03.329Z] ---> 3d7b89abf861 [2021-01-13T23:20:03.329Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-13T23:20:03.611Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-13T23:20:03.611Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-13T23:20:03.611Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-13T23:20:03.611Z] (4/4) Installing curl (7.69.1-r3) [2021-01-13T23:20:03.611Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T23:20:03.611Z] Executing ca-certificates-20191127-r4.trigger [2021-01-13T23:20:03.611Z] ---> Running in c88c2239764c [2021-01-13T23:20:03.884Z] OK: 7 MiB in 18 packages [2021-01-13T23:20:03.884Z] Removing intermediate container 0bacb7e06a4d [2021-01-13T23:20:03.884Z] ---> 9929d99507a4 [2021-01-13T23:20:03.884Z] Step 14/22 : WORKDIR / [2021-01-13T23:20:04.166Z] ---> Running in b71288763bbb [2021-01-13T23:20:04.166Z] ---> 3ae490726fb1 [2021-01-13T23:20:04.166Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-13T23:20:04.441Z] Removing intermediate container c88c2239764c [2021-01-13T23:20:04.441Z] ---> c3a95080345d [2021-01-13T23:20:04.441Z] Step 13/24 : WORKDIR / [2021-01-13T23:20:04.715Z] ---> Running in 0628ad1d16ec [2021-01-13T23:20:05.099Z] Removing intermediate container b71288763bbb [2021-01-13T23:20:05.100Z] ---> d53be2439f9e [2021-01-13T23:20:05.100Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T23:20:05.935Z] Removing intermediate container 0628ad1d16ec [2021-01-13T23:20:05.935Z] ---> d85106ef94ff [2021-01-13T23:20:05.936Z] 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-13T23:20:07.113Z] ---> 719cc69005cc [2021-01-13T23:20:07.113Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-13T23:20:07.113Z] ---> c3966bca4cb0 [2021-01-13T23:20:07.113Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-13T23:20:07.399Z] Removing intermediate container ef2f97d5fb4c [2021-01-13T23:20:07.399Z] ---> a87b8a5e9759 [2021-01-13T23:20:07.399Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-13T23:20:07.681Z] ---> a1645d932816 [2021-01-13T23:20:07.681Z] 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-13T23:20:07.681Z] ---> Running in c5a4d00fe28b [2021-01-13T23:20:09.683Z] Removing intermediate container c5a4d00fe28b [2021-01-13T23:20:09.683Z] ---> 7a1351fe8c60 [2021-01-13T23:20:09.683Z] Step 13/21 : WORKDIR /edgex [2021-01-13T23:20:09.683Z] ---> Running in bea65a822bc7 [2021-01-13T23:20:09.683Z] ---> f200f7c36a36 [2021-01-13T23:20:09.683Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-13T23:20:09.683Z] ---> 9901e4f605df [2021-01-13T23:20:09.683Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-13T23:20:09.683Z] ---> 9b88103a23c5 [2021-01-13T23:20:09.683Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T23:20:10.671Z] Removing intermediate container bea65a822bc7 [2021-01-13T23:20:10.671Z] ---> d63e772e7cc9 [2021-01-13T23:20:10.671Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-13T23:20:10.945Z] ---> 038cefe9fe97 [2021-01-13T23:20:10.945Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-13T23:20:10.945Z] ---> e65463eef271 [2021-01-13T23:20:10.945Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-13T23:20:10.945Z] ---> 0bee2e93a615 [2021-01-13T23:20:10.945Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-13T23:20:11.217Z] ---> Running in c35fd25e0e8b [2021-01-13T23:20:11.487Z] ---> bc5d3107a2aa [2021-01-13T23:20:11.487Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-13T23:20:12.090Z] Removing intermediate container c35fd25e0e8b [2021-01-13T23:20:12.090Z] ---> 3f7a1dcc8c37 [2021-01-13T23:20:12.090Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T23:20:12.692Z] ---> Running in dac41fa0a8b6 [2021-01-13T23:20:12.692Z] ---> 6d7d46abb29c [2021-01-13T23:20:12.692Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-13T23:20:12.974Z] ---> f95cc27bc8e6 [2021-01-13T23:20:12.975Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-13T23:20:13.254Z] ---> 3227f2ffc452 [2021-01-13T23:20:13.254Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-13T23:20:13.531Z] Removing intermediate container dac41fa0a8b6 [2021-01-13T23:20:13.531Z] ---> a28564181543 [2021-01-13T23:20:13.531Z] Step 20/22 : LABEL arch=arm64 [2021-01-13T23:20:13.818Z] ---> Running in 55103ff14596 [2021-01-13T23:20:14.419Z] ---> 75eea26cd2f4 [2021-01-13T23:20:14.419Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-13T23:20:14.692Z] ---> Running in 4ed0278c4842 [2021-01-13T23:20:15.298Z] ---> 0e3fc39d8a25 [2021-01-13T23:20:15.298Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/Removing intermediate container 55103ff14596 [2021-01-13T23:20:15.298Z] [2021-01-13T23:20:15.298Z] ---> 24fd2f9c7a64 [2021-01-13T23:20:15.298Z] Step 21/22 : LABEL git_sha=3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:20:15.298Z] ---> 7df3dcc39c5c [2021-01-13T23:20:15.298Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-13T23:20:15.579Z] ---> Running in 8a62f3bae7d6 [2021-01-13T23:20:15.579Z] ---> Running in af37648bbc47 [2021-01-13T23:20:15.579Z] Removing intermediate container 4ed0278c4842 [2021-01-13T23:20:15.579Z] ---> 729c8c7dd762 [2021-01-13T23:20:15.579Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T23:20:16.181Z] ---> Running in 46127c1d003f [2021-01-13T23:20:16.459Z] Removing intermediate container af37648bbc47 [2021-01-13T23:20:16.459Z] ---> c5022aa4891e [2021-01-13T23:20:16.459Z] Step 18/21 : CMD ["--init=true"] [2021-01-13T23:20:16.459Z] ---> 132804e4d72d [2021-01-13T23:20:16.459Z] 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-13T23:20:16.459Z] Removing intermediate container 8a62f3bae7d6 [2021-01-13T23:20:16.459Z] ---> fa20a81824fe [2021-01-13T23:20:16.459Z] Step 22/22 : LABEL version=2.0.0-dev.35 [2021-01-13T23:20:16.742Z] ---> Running in c61cd3b1cdc4 [2021-01-13T23:20:16.742Z] ---> Running in 64ed55c3d80b [2021-01-13T23:20:16.742Z] ---> Running in ca87ab5a0415 [2021-01-13T23:20:16.742Z] Removing intermediate container 46127c1d003f [2021-01-13T23:20:16.742Z] ---> 51dfc4adcf12 [2021-01-13T23:20:16.742Z] Step 22/24 : LABEL arch=arm64 [2021-01-13T23:20:17.342Z] ---> Running in 4eebe9135403 [2021-01-13T23:20:17.342Z] Removing intermediate container 32e05fd319d6 [2021-01-13T23:20:17.342Z] ---> 4bf184335030 [2021-01-13T23:20:17.342Z] [2021-01-13T23:20:17.342Z] Step 10/23 : FROM alpine:3.12 [2021-01-13T23:20:17.342Z] ---> afeebe901d6b [2021-01-13T23:20:17.342Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-13T23:20:17.617Z] Removing intermediate container c61cd3b1cdc4 [2021-01-13T23:20:17.618Z] ---> 7f6c0a3c116f [2021-01-13T23:20:17.618Z] [2021-01-13T23:20:17.618Z] Removing intermediate container ca87ab5a0415 [2021-01-13T23:20:17.618Z] ---> 23b9d85f1f92 [2021-01-13T23:20:17.618Z] Step 19/21 : LABEL arch=arm64 [2021-01-13T23:20:17.618Z] ---> Running in 3963f53c2a44 [2021-01-13T23:20:17.891Z] ---> Running in 064909b22cbf [2021-01-13T23:20:17.891Z] Removing intermediate container 4eebe9135403 [2021-01-13T23:20:17.891Z] ---> 3dfac49dac26 [2021-01-13T23:20:17.891Z] Step 23/24 : LABEL git_sha=3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:20:17.891Z] Successfully built 7f6c0a3c116f [2021-01-13T23:20:18.168Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-13T23:20:18.168Z]  Building docker-core-command-go ... done Building docker-support-scheduler-go [2021-01-13T23:20:18.168Z] ---> Running in 910c152861ee [2021-01-13T23:20:18.448Z] Removing intermediate container 3963f53c2a44 [2021-01-13T23:20:18.448Z] ---> 3bc36aa9a1b5 [2021-01-13T23:20:18.448Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-13T23:20:18.448Z] Removing intermediate container 064909b22cbf [2021-01-13T23:20:18.448Z] ---> fa0de1c57f17 [2021-01-13T23:20:18.448Z] Step 20/21 : LABEL git_sha=3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:20:18.721Z] ---> Running in bf3e67162f9a [2021-01-13T23:20:18.721Z] ---> Running in 0aa787eb1eec [2021-01-13T23:20:18.998Z] Removing intermediate container 910c152861ee [2021-01-13T23:20:18.998Z] ---> 14413fb210a7 [2021-01-13T23:20:18.998Z] Step 24/24 : LABEL version=2.0.0-dev.35 [2021-01-13T23:20:19.605Z] ---> Running in 128d9851170c [2021-01-13T23:20:20.204Z] Removing intermediate container 0aa787eb1eec [2021-01-13T23:20:20.204Z] Removing intermediate container bf3e67162f9a [2021-01-13T23:20:20.204Z] ---> 3a91ed17c268 [2021-01-13T23:20:20.204Z] ---> 9c4221f78b63 [2021-01-13T23:20:20.204Z] Step 21/21 : LABEL version=2.0.0-dev.35Step 13/23 : EXPOSE $APP_PORT [2021-01-13T23:20:20.204Z] [2021-01-13T23:20:21.185Z] Removing intermediate container 128d9851170c [2021-01-13T23:20:21.185Z] ---> 3e52e83afa55 [2021-01-13T23:20:21.185Z] [2021-01-13T23:20:21.185Z] Removing intermediate container 64ed55c3d80b [2021-01-13T23:20:21.185Z] ---> dd15b1e8eb56 [2021-01-13T23:20:21.185Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-13T23:20:21.185Z] ---> Running in 6bda7f027474 [2021-01-13T23:20:21.185Z] ---> Running in 47d0d343c4be [2021-01-13T23:20:21.464Z] ---> Running in c8b1120d44c5 [2021-01-13T23:20:21.464Z] Successfully built 3e52e83afa55 [2021-01-13T23:20:21.464Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-13T23:20:21.464Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2021-01-13T23:20:22.060Z] Removing intermediate container 6bda7f027474 [2021-01-13T23:20:22.060Z] ---> 2105136a7f00 [2021-01-13T23:20:22.060Z] [2021-01-13T23:20:22.060Z] Removing intermediate container 47d0d343c4be [2021-01-13T23:20:22.060Z] ---> 619d767366fc [2021-01-13T23:20:22.060Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T23:20:22.345Z] Successfully built 2105136a7f00 [2021-01-13T23:20:22.345Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-13T23:20:22.345Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrap-redis-go [2021-01-13T23:20:22.345Z] ---> Running in 0fb45b970fd9 [2021-01-13T23:20:22.345Z] Removing intermediate container c8b1120d44c5 [2021-01-13T23:20:22.345Z] ---> 07d51a770f9c [2021-01-13T23:20:22.345Z] Step 22/24 : LABEL arch=arm64 [2021-01-13T23:20:22.619Z] ---> Running in 306e81d07ca0 [2021-01-13T23:20:23.210Z] Removing intermediate container 306e81d07ca0 [2021-01-13T23:20:23.210Z] ---> f7974ecd4419 [2021-01-13T23:20:23.210Z] Step 23/24 : LABEL git_sha=3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:20:23.486Z] ---> Running in 29d863152fda [2021-01-13T23:20:24.087Z] Removing intermediate container 29d863152fda [2021-01-13T23:20:24.088Z] ---> 3470d6982eba [2021-01-13T23:20:24.088Z] Step 24/24 : LABEL version=2.0.0-dev.35 [2021-01-13T23:20:24.361Z] ---> Running in ef76ee5a69d3 [2021-01-13T23:20:25.361Z] Removing intermediate container ef76ee5a69d3 [2021-01-13T23:20:25.361Z] ---> 7deae96fbc0b [2021-01-13T23:20:25.361Z] [2021-01-13T23:20:25.361Z] Removing intermediate container 0fb45b970fd9 [2021-01-13T23:20:25.361Z] ---> 7f602093abd3 [2021-01-13T23:20:25.361Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-13T23:20:25.636Z] Successfully built 7deae96fbc0b [2021-01-13T23:20:25.907Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-13T23:20:25.907Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go [2021-01-13T23:20:26.180Z] ---> Running in f66d19c9d1da [2021-01-13T23:20:27.615Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T23:20:28.210Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T23:20:29.643Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-13T23:20:29.643Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-13T23:20:29.643Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-13T23:20:30.244Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-13T23:20:30.244Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-13T23:20:30.244Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T23:20:30.244Z] OK: 8 MiB in 19 packages [2021-01-13T23:20:34.577Z] Removing intermediate container f66d19c9d1da [2021-01-13T23:20:34.577Z] ---> 3dfeda70be59 [2021-01-13T23:20:34.577Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T23:20:34.848Z] ---> c241cb0e9f86 [2021-01-13T23:20:34.848Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-13T23:20:36.845Z] ---> b7545b4fbdfa [2021-01-13T23:20:36.845Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-13T23:20:37.452Z] ---> 98c72f4b2a53 [2021-01-13T23:20:37.452Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-13T23:20:37.452Z] ---> Running in d9e191505074 [2021-01-13T23:20:38.439Z] Removing intermediate container d9e191505074 [2021-01-13T23:20:38.439Z] ---> 70507e94bcf7 [2021-01-13T23:20:38.439Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T23:20:38.439Z] ---> Running in 10b4e92d84d7 [2021-01-13T23:20:39.422Z] Removing intermediate container 10b4e92d84d7 [2021-01-13T23:20:39.422Z] ---> 6eddbc419eee [2021-01-13T23:20:39.422Z] Step 21/23 : LABEL arch=arm64 [2021-01-13T23:20:39.422Z] ---> Running in e019f5541d63 [2021-01-13T23:20:40.407Z] Removing intermediate container e019f5541d63 [2021-01-13T23:20:40.407Z] ---> d66875f29d6f [2021-01-13T23:20:40.407Z] Step 22/23 : LABEL git_sha=3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:20:40.407Z] ---> Running in 98016cef01fc [2021-01-13T23:20:41.005Z] Removing intermediate container 98016cef01fc [2021-01-13T23:20:41.006Z] ---> 94d3f89431c3 [2021-01-13T23:20:41.006Z] Step 23/23 : LABEL version=2.0.0-dev.35 [2021-01-13T23:20:41.283Z] ---> Running in 771de0d74317 [2021-01-13T23:20:42.263Z] Removing intermediate container 771de0d74317 [2021-01-13T23:20:42.263Z] ---> 06ec72091797 [2021-01-13T23:20:42.263Z] [2021-01-13T23:20:42.263Z] Successfully built 06ec72091797 [2021-01-13T23:20:42.538Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-13T23:20:45.942Z]  Building docker-core-data-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T23:20:45.942Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-13T23:20:45.942Z] ---> 12b6410147df [2021-01-13T23:20:45.942Z] Step 3/21 : WORKDIR /edgex-go [2021-01-13T23:20:45.942Z] ---> Using cache [2021-01-13T23:20:45.942Z] ---> c8d6cdc27a7e [2021-01-13T23:20:45.942Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T23:20:45.942Z] ---> Using cache [2021-01-13T23:20:45.942Z] ---> 1c185b1fb962 [2021-01-13T23:20:45.942Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-13T23:20:45.942Z] ---> Using cache [2021-01-13T23:20:45.942Z] ---> 8a5bdb77c2e6 [2021-01-13T23:20:45.942Z] Step 6/21 : COPY go.mod . [2021-01-13T23:20:45.942Z] ---> Using cache [2021-01-13T23:20:45.942Z] ---> 8684aa801e3f [2021-01-13T23:20:45.942Z] Step 7/21 : RUN go mod download [2021-01-13T23:20:45.942Z] ---> Using cache [2021-01-13T23:20:45.942Z] ---> bd7ac8819427 [2021-01-13T23:20:45.942Z] Step 8/21 : COPY . . [2021-01-13T23:20:45.942Z] ---> Using cache [2021-01-13T23:20:45.942Z] ---> 0eb61c1de162 [2021-01-13T23:20:45.942Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-13T23:20:47.398Z] ---> Running in a4f433a919f0 [2021-01-13T23:20:48.838Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-13T23:20:52.267Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T23:20:52.267Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-13T23:20:52.267Z] ---> 12b6410147df [2021-01-13T23:20:52.267Z] Step 3/26 : WORKDIR /edgex-go [2021-01-13T23:20:52.267Z] ---> Using cache [2021-01-13T23:20:52.267Z] ---> c8d6cdc27a7e [2021-01-13T23:20:52.267Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T23:20:52.267Z] ---> Using cache [2021-01-13T23:20:52.267Z] ---> 1c185b1fb962 [2021-01-13T23:20:52.267Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-13T23:20:53.253Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T23:20:53.253Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-13T23:20:53.253Z] ---> 12b6410147df [2021-01-13T23:20:53.253Z] Step 3/22 : WORKDIR /edgex-go [2021-01-13T23:20:53.253Z] ---> Using cache [2021-01-13T23:20:53.253Z] ---> c8d6cdc27a7e [2021-01-13T23:20:53.253Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T23:20:53.253Z] ---> Using cache [2021-01-13T23:20:53.253Z] ---> 1c185b1fb962 [2021-01-13T23:20:53.253Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-13T23:20:53.253Z] ---> Using cache [2021-01-13T23:20:53.253Z] ---> 8a5bdb77c2e6 [2021-01-13T23:20:53.253Z] Step 6/22 : COPY go.mod . [2021-01-13T23:20:53.253Z] ---> Using cache [2021-01-13T23:20:53.253Z] ---> 8684aa801e3f [2021-01-13T23:20:53.253Z] Step 7/22 : RUN go mod download [2021-01-13T23:20:53.253Z] ---> Using cache [2021-01-13T23:20:53.253Z] ---> bd7ac8819427 [2021-01-13T23:20:53.253Z] Step 8/22 : COPY . . [2021-01-13T23:20:53.253Z] ---> Using cache [2021-01-13T23:20:53.253Z] ---> 0eb61c1de162 [2021-01-13T23:20:53.253Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-13T23:20:53.864Z] ---> Running in 7a3f057e7a91 [2021-01-13T23:20:54.142Z] ---> Running in 02bbd2b8afd4 [2021-01-13T23:20:54.142Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T23:20:54.142Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-13T23:20:54.142Z] ---> 12b6410147df [2021-01-13T23:20:54.142Z] Step 3/22 : WORKDIR /edgex-go [2021-01-13T23:20:54.142Z] ---> Using cache [2021-01-13T23:20:54.142Z] ---> c8d6cdc27a7e [2021-01-13T23:20:54.142Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T23:20:54.142Z] ---> Using cache [2021-01-13T23:20:54.142Z] ---> 1c185b1fb962 [2021-01-13T23:20:54.142Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-13T23:20:54.142Z] ---> Using cache [2021-01-13T23:20:54.142Z] ---> 8a5bdb77c2e6 [2021-01-13T23:20:54.142Z] Step 6/22 : COPY go.mod . [2021-01-13T23:20:54.142Z] ---> Using cache [2021-01-13T23:20:54.142Z] ---> 8684aa801e3f [2021-01-13T23:20:54.142Z] Step 7/22 : RUN go mod download [2021-01-13T23:20:54.142Z] ---> Using cache [2021-01-13T23:20:54.142Z] ---> bd7ac8819427 [2021-01-13T23:20:54.142Z] Step 8/22 : COPY . . [2021-01-13T23:20:54.418Z] ---> Using cache [2021-01-13T23:20:54.418Z] ---> 0eb61c1de162 [2021-01-13T23:20:54.418Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-13T23:20:54.696Z] ---> Running in 9b4fe627ca7e [2021-01-13T23:20:56.697Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-13T23:20:56.697Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T23:20:56.974Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-13T23:20:57.577Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T23:20:58.563Z] OK: 217 MiB in 51 packages [2021-01-13T23:21:00.550Z] Removing intermediate container 02bbd2b8afd4 [2021-01-13T23:21:00.550Z] ---> 20abd2eebe60 [2021-01-13T23:21:00.550Z] Step 6/26 : COPY go.mod . [2021-01-13T23:21:01.540Z] ---> 453d26acfce1 [2021-01-13T23:21:01.540Z] Step 7/26 : RUN go mod download [2021-01-13T23:21:01.540Z] ---> Running in 022e0b0f1b42 [2021-01-13T23:21:06.982Z] Removing intermediate container 022e0b0f1b42 [2021-01-13T23:21:06.982Z] ---> 45a464f75491 [2021-01-13T23:21:06.982Z] Step 8/26 : COPY . . [2021-01-13T23:21:19.403Z] ---> 87c29926ea86 [2021-01-13T23:21:19.403Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-13T23:21:19.403Z] ---> Running in 89a60f3113e7 [2021-01-13T23:21:20.387Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-13T23:22:07.439Z] Removing intermediate container a4f433a919f0 [2021-01-13T23:22:07.439Z] ---> 3e10d41fbcc9 [2021-01-13T23:22:07.439Z] [2021-01-13T23:22:07.439Z] Step 10/21 : FROM scratch [2021-01-13T23:22:07.439Z] ---> [2021-01-13T23:22:07.439Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-13T23:22:07.439Z] ---> Using cache [2021-01-13T23:22:07.439Z] ---> 760446e0ebbd [2021-01-13T23:22:07.439Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-13T23:22:07.439Z] ---> Running in 2e0fbcb94fba [2021-01-13T23:22:07.439Z] Removing intermediate container 2e0fbcb94fba [2021-01-13T23:22:07.439Z] ---> 43a852a5afc5 [2021-01-13T23:22:07.439Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-13T23:22:07.439Z] ---> Running in 1dbb5409df25 [2021-01-13T23:22:07.439Z] Removing intermediate container 1dbb5409df25 [2021-01-13T23:22:07.439Z] ---> a1d886acf2bd [2021-01-13T23:22:07.439Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T23:22:07.439Z] ---> 4c9dbb40f202 [2021-01-13T23:22:07.439Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-13T23:22:08.887Z] Removing intermediate container 7a3f057e7a91 [2021-01-13T23:22:08.887Z] ---> 576b9597e4ec [2021-01-13T23:22:08.887Z] [2021-01-13T23:22:08.887Z] Step 10/22 : FROM alpine:3.12 [2021-01-13T23:22:08.887Z] ---> afeebe901d6b [2021-01-13T23:22:08.887Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-13T23:22:08.887Z] ---> Using cache [2021-01-13T23:22:08.887Z] ---> 3d7b89abf861 [2021-01-13T23:22:08.887Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-13T23:22:09.160Z] ---> Running in cb644d16c105 [2021-01-13T23:22:09.439Z] ---> 012677a7e8ab [2021-01-13T23:22:09.439Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-13T23:22:10.042Z] Removing intermediate container cb644d16c105 [2021-01-13T23:22:10.042Z] ---> e2368b411281 [2021-01-13T23:22:10.042Z] Step 13/22 : WORKDIR / [2021-01-13T23:22:10.319Z] ---> Running in dbcd74940afe [2021-01-13T23:22:10.925Z] ---> 142fc52f7327 [2021-01-13T23:22:10.925Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-13T23:22:11.208Z] ---> Running in 64a56ed3802c [2021-01-13T23:22:11.487Z] Removing intermediate container dbcd74940afe [2021-01-13T23:22:11.487Z] ---> 6d46fdc4039e [2021-01-13T23:22:11.487Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T23:22:12.089Z] Removing intermediate container 64a56ed3802c [2021-01-13T23:22:12.089Z] ---> 51d680dafd88 [2021-01-13T23:22:12.089Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T23:22:12.365Z] ---> Running in 6cb54cfafe5e [2021-01-13T23:22:12.984Z] ---> 84ad3d34f61b [2021-01-13T23:22:12.984Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-13T23:22:13.262Z] Removing intermediate container 6cb54cfafe5e [2021-01-13T23:22:13.262Z] ---> 1df57eeec52a [2021-01-13T23:22:13.262Z] Step 19/21 : LABEL arch=arm64 [2021-01-13T23:22:13.543Z] ---> Running in dc90d725bcc3 [2021-01-13T23:22:14.538Z] Removing intermediate container dc90d725bcc3 [2021-01-13T23:22:14.538Z] ---> f9cbab830746 [2021-01-13T23:22:14.538Z] Step 20/21 : LABEL git_sha=3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:22:14.538Z] ---> fe4f7ceca6f6 [2021-01-13T23:22:14.538Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-13T23:22:14.538Z] ---> Running in 7a105f1b06b2 [2021-01-13T23:22:15.526Z] Removing intermediate container 7a105f1b06b2 [2021-01-13T23:22:15.526Z] ---> 643161b1b1ca [2021-01-13T23:22:15.526Z] Step 21/21 : LABEL version=2.0.0-dev.35 [2021-01-13T23:22:15.805Z] ---> a0908cc66182 [2021-01-13T23:22:15.805Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-13T23:22:15.805Z] ---> Running in 012970e1ae25 [2021-01-13T23:22:16.804Z] Removing intermediate container 012970e1ae25 [2021-01-13T23:22:16.804Z] ---> 3f15ff21e4f0 [2021-01-13T23:22:16.804Z] [2021-01-13T23:22:17.083Z] Successfully built 3f15ff21e4f0 [2021-01-13T23:22:17.083Z] ---> 8c5ed27b8b40 [2021-01-13T23:22:17.083Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-13T23:22:17.083Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-13T23:22:17.360Z]  Building docker-support-scheduler-go ... done  ---> Running in 4fdf20938408 [2021-01-13T23:22:20.768Z] Removing intermediate container 4fdf20938408 [2021-01-13T23:22:20.768Z] ---> a01fb771849f [2021-01-13T23:22:20.768Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-13T23:22:20.768Z] ---> Running in a9334bd29965 [2021-01-13T23:22:21.368Z] Removing intermediate container a9334bd29965 [2021-01-13T23:22:21.368Z] ---> 96b100d39714 [2021-01-13T23:22:21.368Z] Step 20/22 : LABEL arch=arm64 [2021-01-13T23:22:21.646Z] ---> Running in 95e5785a14f4 [2021-01-13T23:22:21.919Z] Removing intermediate container 95e5785a14f4 [2021-01-13T23:22:21.919Z] ---> 49729d987207 [2021-01-13T23:22:21.919Z] Step 21/22 : LABEL git_sha=3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:22:22.196Z] ---> Running in 5c1d92543a20 [2021-01-13T23:22:22.489Z] Removing intermediate container 5c1d92543a20 [2021-01-13T23:22:22.489Z] ---> 8f815b668b7d [2021-01-13T23:22:22.489Z] Step 22/22 : LABEL version=2.0.0-dev.35 [2021-01-13T23:22:22.763Z] ---> Running in c86232371b23 [2021-01-13T23:22:23.372Z] Removing intermediate container c86232371b23 [2021-01-13T23:22:23.372Z] ---> ef5bf540653f [2021-01-13T23:22:23.372Z] [2021-01-13T23:22:23.651Z] Successfully built ef5bf540653f [2021-01-13T23:22:23.651Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-13T23:22:27.971Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 9b4fe627ca7e [2021-01-13T23:22:27.971Z] ---> 3bdfc6056081 [2021-01-13T23:22:27.971Z] [2021-01-13T23:22:27.971Z] Step 10/22 : FROM scratch [2021-01-13T23:22:27.971Z] ---> [2021-01-13T23:22:27.971Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-13T23:22:27.971Z] ---> Using cache [2021-01-13T23:22:27.971Z] ---> 760446e0ebbd [2021-01-13T23:22:27.971Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-13T23:22:27.971Z] ---> Running in 39726e6773eb [2021-01-13T23:22:27.972Z] Removing intermediate container 89a60f3113e7 [2021-01-13T23:22:27.972Z] ---> b2740f62beb2 [2021-01-13T23:22:27.972Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-13T23:22:27.972Z] ---> Running in c197f583122c [2021-01-13T23:22:28.245Z] Removing intermediate container 39726e6773eb [2021-01-13T23:22:28.245Z] ---> e4a1b767c631 [2021-01-13T23:22:28.245Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-13T23:22:28.245Z] ---> Running in b6271f5c95bb [2021-01-13T23:22:28.840Z] Removing intermediate container b6271f5c95bb [2021-01-13T23:22:28.840Z] ---> 5d2ad2b42703 [2021-01-13T23:22:28.840Z] Step 14/22 : WORKDIR / [2021-01-13T23:22:28.841Z] ---> Running in e2bdbc892b23 [2021-01-13T23:22:29.113Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-13T23:22:29.390Z] Removing intermediate container e2bdbc892b23 [2021-01-13T23:22:29.390Z] ---> dc43b6f6b624 [2021-01-13T23:22:29.390Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T23:22:29.994Z] ---> 99eadd867bda [2021-01-13T23:22:29.994Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-13T23:22:31.440Z] ---> 7da4e7c7f8d6 [2021-01-13T23:22:31.440Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-13T23:22:32.043Z] Removing intermediate container c197f583122c [2021-01-13T23:22:32.043Z] ---> 55c7dfb67ebe [2021-01-13T23:22:32.043Z] [2021-01-13T23:22:32.043Z] Step 11/26 : FROM docker:20.10.0 [2021-01-13T23:22:32.043Z] 20.10.0: Pulling from library/docker [2021-01-13T23:22:32.043Z] ---> 9ce2b87af69b [2021-01-13T23:22:32.043Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-13T23:22:32.318Z] ---> Running in ce7c9ee182d7 [2021-01-13T23:22:32.920Z] Removing intermediate container ce7c9ee182d7 [2021-01-13T23:22:32.920Z] ---> 19d046ee4725 [2021-01-13T23:22:32.920Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T23:22:33.518Z] ---> Running in 1555c46f8190 [2021-01-13T23:22:34.139Z] Removing intermediate container 1555c46f8190 [2021-01-13T23:22:34.139Z] ---> d7daf5479fdd [2021-01-13T23:22:34.139Z] Step 20/22 : LABEL arch=arm64 [2021-01-13T23:22:34.412Z] ---> Running in cfec0d0fb206 [2021-01-13T23:22:35.010Z] Removing intermediate container cfec0d0fb206 [2021-01-13T23:22:35.010Z] ---> f43f41144d27 [2021-01-13T23:22:35.010Z] Step 21/22 : LABEL git_sha=3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:22:35.288Z] ---> Running in f6d48b699444 [2021-01-13T23:22:35.882Z] Removing intermediate container f6d48b699444 [2021-01-13T23:22:35.882Z] ---> fbcf9fe8ffce [2021-01-13T23:22:35.882Z] Step 22/22 : LABEL version=2.0.0-dev.35 [2021-01-13T23:22:36.478Z] ---> Running in 391ed30e9cad [2021-01-13T23:22:37.073Z] Removing intermediate container 391ed30e9cad [2021-01-13T23:22:37.073Z] ---> 131a8e844064 [2021-01-13T23:22:37.073Z] [2021-01-13T23:22:37.348Z] Successfully built 131a8e844064 [2021-01-13T23:22:37.348Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-13T23:22:39.323Z]  Building docker-core-metadata-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-13T23:22:39.323Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-13T23:22:39.323Z] ---> eeaf43b92773 [2021-01-13T23:22:39.323Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-13T23:22:39.920Z] ---> Running in 640b14f692a5 [2021-01-13T23:22:40.907Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T23:22:41.181Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T23:22:41.779Z] (1/2) Installing readline (8.0.4-r0) [2021-01-13T23:22:41.779Z] (2/2) Installing bash (5.0.17-r0) [2021-01-13T23:22:41.779Z] Executing bash-5.0.17-r0.post-install [2021-01-13T23:22:42.056Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T23:22:42.056Z] OK: 12 MiB in 22 packages [2021-01-13T23:22:43.500Z] Removing intermediate container 640b14f692a5 [2021-01-13T23:22:43.500Z] ---> 0319a37e51a2 [2021-01-13T23:22:43.500Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-13T23:22:43.500Z] ---> Running in f33a16ce3da3 [2021-01-13T23:22:43.774Z] Removing intermediate container f33a16ce3da3 [2021-01-13T23:22:43.774Z] ---> 771f4e683487 [2021-01-13T23:22:43.774Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-13T23:22:44.051Z] ---> Running in 3435117da39d [2021-01-13T23:22:44.333Z] Removing intermediate container 3435117da39d [2021-01-13T23:22:44.333Z] ---> 2694175f1c58 [2021-01-13T23:22:44.333Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-13T23:22:44.607Z] ---> Running in 0207684223e2 [2021-01-13T23:22:45.209Z] Removing intermediate container 0207684223e2 [2021-01-13T23:22:45.209Z] ---> 477dd4efc0a6 [2021-01-13T23:22:45.209Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-13T23:22:46.192Z] ---> f4ca8293959f [2021-01-13T23:22:46.192Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-13T23:22:46.794Z] ---> d7332198b064 [2021-01-13T23:22:46.794Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-13T23:22:47.776Z] ---> 7adfb0dffd4c [2021-01-13T23:22:47.776Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-13T23:22:48.056Z] ---> Running in ce4a10a395e1 [2021-01-13T23:22:49.039Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T23:22:49.314Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T23:22:49.587Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-13T23:22:49.587Z] (2/33) Installing expat (2.2.9-r1) [2021-01-13T23:22:49.587Z] (3/33) Installing libffi (3.3-r2) [2021-01-13T23:22:49.587Z] (4/33) Installing gdbm (1.13-r1) [2021-01-13T23:22:49.862Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-13T23:22:49.862Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-13T23:22:49.862Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-13T23:22:51.841Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-13T23:22:51.841Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-13T23:22:51.841Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-13T23:22:51.841Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-13T23:22:51.841Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-13T23:22:51.841Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-13T23:22:51.841Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-13T23:22:51.841Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-13T23:22:51.841Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-13T23:22:51.841Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-13T23:22:51.841Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-13T23:22:51.841Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-13T23:22:51.841Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-13T23:22:51.841Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-13T23:22:51.841Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-13T23:22:51.841Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-13T23:22:52.119Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-13T23:22:52.119Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-13T23:22:52.119Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-13T23:22:52.119Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-13T23:22:52.119Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-13T23:22:52.119Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-13T23:22:52.119Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-13T23:22:52.119Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-13T23:22:52.397Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-13T23:22:52.397Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-13T23:22:52.397Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T23:22:52.397Z] OK: 71 MiB in 55 packages [2021-01-13T23:22:59.132Z] Removing intermediate container ce4a10a395e1 [2021-01-13T23:22:59.132Z] ---> fff2dc70561c [2021-01-13T23:22:59.132Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-13T23:22:59.431Z] ---> Running in df6be0555c37 [2021-01-13T23:23:04.819Z] Collecting docker-compose==1.23.2 [2021-01-13T23:23:04.819Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-13T23:23:05.090Z] Collecting texttable<0.10,>=0.9.0 [2021-01-13T23:23:05.090Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-13T23:23:07.059Z] 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-13T23:23:07.330Z] Collecting docker<4.0,>=3.6.0 [2021-01-13T23:23:07.330Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-13T23:23:08.300Z] Collecting jsonschema<3,>=2.5.1 [2021-01-13T23:23:08.300Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-13T23:23:09.724Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-13T23:23:09.724Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-13T23:23:10.006Z] Collecting cached-property<2,>=1.2.0 [2021-01-13T23:23:10.006Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-13T23:23:10.598Z] Collecting PyYAML<4,>=3.10 [2021-01-13T23:23:10.598Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-13T23:23:13.989Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-13T23:23:14.293Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-13T23:23:14.569Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-13T23:23:14.569Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-13T23:23:17.221Z] Collecting docopt<0.7,>=0.6.1 [2021-01-13T23:23:17.222Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-13T23:23:19.827Z] Collecting docker-pycreds>=0.4.0 [2021-01-13T23:23:19.827Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-13T23:23:19.827Z] 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-13T23:23:20.097Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-13T23:23:20.097Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-13T23:23:20.368Z] 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-13T23:23:20.639Z] Collecting idna<2.8,>=2.5 [2021-01-13T23:23:20.639Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-13T23:23:20.911Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-13T23:23:20.911Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-13T23:23:20.911Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-13T23:23:20.911Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-13T23:23:21.884Z] Installing collected packages: texttable, urllib3, idna, requests, docker-pycreds, websocket-client, docker, jsonschema, cached-property, PyYAML, dockerpty, docopt, docker-compose [2021-01-13T23:23:21.884Z] Running setup.py install for texttable: started [2021-01-13T23:23:24.492Z] Running setup.py install for texttable: finished with status 'done' [2021-01-13T23:23:24.492Z] Attempting uninstall: urllib3 [2021-01-13T23:23:24.492Z] Found existing installation: urllib3 1.25.9 [2021-01-13T23:23:24.492Z] Uninstalling urllib3-1.25.9: [2021-01-13T23:23:24.492Z] Successfully uninstalled urllib3-1.25.9 [2021-01-13T23:23:25.085Z] Attempting uninstall: idna [2021-01-13T23:23:25.085Z] Found existing installation: idna 2.9 [2021-01-13T23:23:25.085Z] Uninstalling idna-2.9: [2021-01-13T23:23:25.358Z] Successfully uninstalled idna-2.9 [2021-01-13T23:23:25.952Z] Attempting uninstall: requests [2021-01-13T23:23:25.952Z] Found existing installation: requests 2.23.0 [2021-01-13T23:23:25.952Z] Uninstalling requests-2.23.0: [2021-01-13T23:23:25.952Z] Successfully uninstalled requests-2.23.0 [2021-01-13T23:23:27.950Z] Running setup.py install for PyYAML: started [2021-01-13T23:23:30.559Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-13T23:23:30.559Z] Running setup.py install for dockerpty: started [2021-01-13T23:23:33.168Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-13T23:23:33.168Z] Running setup.py install for docopt: started [2021-01-13T23:23:34.595Z] Running setup.py install for docopt: finished with status 'done' [2021-01-13T23:23:35.571Z] 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-13T23:23:39.867Z] Removing intermediate container df6be0555c37 [2021-01-13T23:23:39.867Z] ---> 1a4db2a07c6e [2021-01-13T23:23:39.867Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-13T23:23:39.867Z] ---> Running in ac6ab637ccfc [2021-01-13T23:23:40.861Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T23:23:40.861Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T23:23:41.836Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-13T23:23:41.836Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-13T23:23:41.836Z] (3/3) Installing curl (7.69.1-r3) [2021-01-13T23:23:41.836Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T23:23:41.836Z] OK: 71 MiB in 58 packages [2021-01-13T23:23:43.271Z] Removing intermediate container ac6ab637ccfc [2021-01-13T23:23:43.271Z] ---> 5cc522a17756 [2021-01-13T23:23:43.271Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-13T23:23:43.271Z] ---> Running in 9d99fd23bae4 [2021-01-13T23:23:43.544Z] Removing intermediate container 9d99fd23bae4 [2021-01-13T23:23:43.544Z] ---> 9692745f3183 [2021-01-13T23:23:43.544Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T23:23:43.817Z] ---> Running in 6baaa00617ca [2021-01-13T23:23:44.412Z] Removing intermediate container 6baaa00617ca [2021-01-13T23:23:44.412Z] ---> 0d4c8843c013 [2021-01-13T23:23:44.412Z] Step 24/26 : LABEL arch=arm64 [2021-01-13T23:23:44.412Z] ---> Running in c9ebe533a4ed [2021-01-13T23:23:45.009Z] Removing intermediate container c9ebe533a4ed [2021-01-13T23:23:45.009Z] ---> 4afff43f51b2 [2021-01-13T23:23:45.009Z] Step 25/26 : LABEL git_sha=3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:23:45.009Z] ---> Running in e0d9a096ff36 [2021-01-13T23:23:45.613Z] Removing intermediate container e0d9a096ff36 [2021-01-13T23:23:45.613Z] ---> 0f2beab69df2 [2021-01-13T23:23:45.613Z] Step 26/26 : LABEL version=2.0.0-dev.35 [2021-01-13T23:23:45.613Z] ---> Running in 83f2ad153037 [2021-01-13T23:23:46.209Z] Removing intermediate container 83f2ad153037 [2021-01-13T23:23:46.209Z] ---> ab2470882ac4 [2021-01-13T23:23:46.209Z] [2021-01-13T23:23:46.479Z] Successfully built ab2470882ac4 [2021-01-13T23:23:46.479Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-13T23:23:47.091Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-13T23:23:47.089Z] $ docker stop --time=1 b15d6675798cf4f95bad083a6a0c892c41e4f23c4fba5854c8c33612af6ee8af [2021-01-13T23:23:49.038Z] $ docker rm -f b15d6675798cf4f95bad083a6a0c892c41e4f23c4fba5854c8c33612af6ee8af [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-13T23:23:49.783Z] + grep docker [2021-01-13T23:23:49.783Z] + docker images [2021-01-13T23:23:50.056Z] docker-sys-mgmt-agent-go-arm64 latest ab2470882ac4 4 seconds ago 300MB [2021-01-13T23:23:50.056Z] docker-core-metadata-go-arm64 latest 131a8e844064 About a minute ago 12.3MB [2021-01-13T23:23:50.056Z] docker-security-bootstrap-redis-go-arm64 latest ef5bf540653f About a minute ago 15.1MB [2021-01-13T23:23:50.056Z] docker-support-scheduler-go-arm64 latest 3f15ff21e4f0 About a minute ago 10MB [2021-01-13T23:23:50.056Z] docker-core-data-go-arm64 latest 06ec72091797 3 minutes ago 21MB [2021-01-13T23:23:50.056Z] docker-security-secretstore-setup-go-arm64 latest 7deae96fbc0b 3 minutes ago 23.4MB [2021-01-13T23:23:50.056Z] docker-security-proxy-setup-go-arm64 latest 2105136a7f00 3 minutes ago 23.3MB [2021-01-13T23:23:50.056Z] docker-support-notifications-go-arm64 latest 3e52e83afa55 3 minutes ago 11.4MB [2021-01-13T23:23:50.056Z] docker-core-command-go-arm64 latest 7f6c0a3c116f 3 minutes ago 9.98MB [2021-01-13T23:23:50.056Z] 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-13T23:23:50.759Z] provisioning config files... [2021-01-13T23:23:50.798Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/293@tmp/config3609282828549199675tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-13T23:23:51.201Z] ---> docker-login.sh [2021-01-13T23:23:51.201Z] nexus3.edgexfoundry.org:10001 [2021-01-13T23:23:51.473Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T23:23:51.746Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T23:23:51.746Z] Configure a credential helper to remove this warning. See [2021-01-13T23:23:51.746Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T23:23:51.746Z] [2021-01-13T23:23:51.746Z] Login Succeeded [2021-01-13T23:23:51.746Z] nexus3.edgexfoundry.org:10002 [2021-01-13T23:23:52.020Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T23:23:52.292Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T23:23:52.292Z] Configure a credential helper to remove this warning. See [2021-01-13T23:23:52.292Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T23:23:52.292Z] [2021-01-13T23:23:52.292Z] Login Succeeded [2021-01-13T23:23:52.292Z] nexus3.edgexfoundry.org:10003 [2021-01-13T23:23:52.885Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T23:23:52.885Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T23:23:52.885Z] Configure a credential helper to remove this warning. See [2021-01-13T23:23:52.885Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T23:23:52.885Z] [2021-01-13T23:23:52.885Z] Login Succeeded [2021-01-13T23:23:52.885Z] nexus3.edgexfoundry.org:10004 [2021-01-13T23:23:53.478Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T23:23:53.478Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T23:23:53.478Z] Configure a credential helper to remove this warning. See [2021-01-13T23:23:53.478Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T23:23:53.478Z] [2021-01-13T23:23:53.478Z] Login Succeeded [2021-01-13T23:23:53.478Z] docker.io [2021-01-13T23:23:54.069Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T23:23:54.338Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T23:23:54.338Z] Configure a credential helper to remove this warning. See [2021-01-13T23:23:54.338Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T23:23:54.338Z] [2021-01-13T23:23:54.338Z] Login Succeeded [2021-01-13T23:23:54.338Z] ---> docker-login.sh ends [Pipeline] } [2021-01-13T23:23:54.353Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T23:23:54.565Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-01-13T23:23:54.565Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:23:54.565Z] 2.0.0-dev.35 [2021-01-13T23:23:54.565Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [2021-01-13T23:23:54.565Z] master [2021-01-13T23:23:54.565Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:23:55.097Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:3fcc602c4282fe50c74be67af1ba7a350be2dfea [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:23:55.437Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:23:55.437Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-13T23:23:55.437Z] 710f6ede7785: Preparing [2021-01-13T23:23:55.437Z] 686401c27888: Preparing [2021-01-13T23:23:55.437Z] 7531d1f6072a: Preparing [2021-01-13T23:23:55.710Z] 7531d1f6072a: Pushed [2021-01-13T23:23:55.710Z] 710f6ede7785: Pushed [2021-01-13T23:23:58.308Z] 686401c27888: Pushed [2021-01-13T23:23:58.579Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea: digest: sha256:4464319ce1cb9ef992c148930f332248f78235969af8a77f8874105a86b03722 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:23:58.920Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:23:59.255Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.35 [2021-01-13T23:23:59.255Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-13T23:23:59.255Z] 710f6ede7785: Preparing [2021-01-13T23:23:59.255Z] 686401c27888: Preparing [2021-01-13T23:23:59.255Z] 7531d1f6072a: Preparing [2021-01-13T23:23:59.529Z] 7531d1f6072a: Layer already exists [2021-01-13T23:23:59.529Z] 686401c27888: Layer already exists [2021-01-13T23:23:59.529Z] 710f6ede7785: Layer already exists [2021-01-13T23:23:59.529Z] 2.0.0-dev.35: digest: sha256:4464319ce1cb9ef992c148930f332248f78235969af8a77f8874105a86b03722 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:23:59.874Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:24:00.218Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [2021-01-13T23:24:00.218Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-13T23:24:00.218Z] 710f6ede7785: Preparing [2021-01-13T23:24:00.218Z] 686401c27888: Preparing [2021-01-13T23:24:00.218Z] 7531d1f6072a: Preparing [2021-01-13T23:24:00.489Z] 710f6ede7785: Layer already exists [2021-01-13T23:24:00.489Z] 686401c27888: Layer already exists [2021-01-13T23:24:00.489Z] 7531d1f6072a: Layer already exists [2021-01-13T23:24:00.489Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35: digest: sha256:4464319ce1cb9ef992c148930f332248f78235969af8a77f8874105a86b03722 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:24:00.835Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:24:01.172Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-01-13T23:24:01.172Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-13T23:24:01.172Z] 710f6ede7785: Preparing [2021-01-13T23:24:01.172Z] 686401c27888: Preparing [2021-01-13T23:24:01.172Z] 7531d1f6072a: Preparing [2021-01-13T23:24:01.444Z] 7531d1f6072a: Layer already exists [2021-01-13T23:24:01.444Z] 710f6ede7785: Layer already exists [2021-01-13T23:24:01.444Z] 686401c27888: Layer already exists [2021-01-13T23:24:01.444Z] master: digest: sha256:4464319ce1cb9ef992c148930f332248f78235969af8a77f8874105a86b03722 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T23:24:01.668Z] ===================================================== [Pipeline] echo [2021-01-13T23:24:01.720Z] taggedImages: [2021-01-13T23:24:01.720Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:24:01.720Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.35 [2021-01-13T23:24:01.720Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [2021-01-13T23:24:01.720Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-01-13T23:24:01.816Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-01-13T23:24:01.816Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:24:01.816Z] 2.0.0-dev.35 [2021-01-13T23:24:01.816Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [2021-01-13T23:24:01.816Z] master [2021-01-13T23:24:01.816Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:24:02.349Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:3fcc602c4282fe50c74be67af1ba7a350be2dfea [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:24:02.735Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:24:02.735Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-13T23:24:02.735Z] f0a6729301b4: Preparing [2021-01-13T23:24:02.735Z] 1d9333a1bb64: Preparing [2021-01-13T23:24:02.735Z] 7531d1f6072a: Preparing [2021-01-13T23:24:02.735Z] d508cf80bff6: Preparing [2021-01-13T23:24:02.735Z] ee6035bacd6b: Preparing [2021-01-13T23:24:02.735Z] 379067d0cb53: Preparing [2021-01-13T23:24:02.735Z] 379067d0cb53: Waiting [2021-01-13T23:24:03.015Z] 7531d1f6072a: Layer already exists [2021-01-13T23:24:03.015Z] 379067d0cb53: Layer already exists [2021-01-13T23:24:03.299Z] f0a6729301b4: Pushed [2021-01-13T23:24:03.299Z] ee6035bacd6b: Pushed [2021-01-13T23:24:03.914Z] d508cf80bff6: Pushed [2021-01-13T23:24:06.539Z] 1d9333a1bb64: Pushed [2021-01-13T23:24:06.540Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea: digest: sha256:827745b1d0b4acaf9710872a3b550d4b71c9f8cc598f19b238fc8b17293e8604 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:24:06.946Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:24:07.302Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.35 [2021-01-13T23:24:07.303Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-13T23:24:07.303Z] f0a6729301b4: Preparing [2021-01-13T23:24:07.303Z] 1d9333a1bb64: Preparing [2021-01-13T23:24:07.303Z] 7531d1f6072a: Preparing [2021-01-13T23:24:07.303Z] d508cf80bff6: Preparing [2021-01-13T23:24:07.303Z] ee6035bacd6b: Preparing [2021-01-13T23:24:07.303Z] 379067d0cb53: Preparing [2021-01-13T23:24:07.303Z] 379067d0cb53: Waiting [2021-01-13T23:24:07.576Z] 1d9333a1bb64: Layer already exists [2021-01-13T23:24:07.576Z] 7531d1f6072a: Layer already exists [2021-01-13T23:24:07.576Z] d508cf80bff6: Layer already exists [2021-01-13T23:24:07.576Z] f0a6729301b4: Layer already exists [2021-01-13T23:24:07.576Z] ee6035bacd6b: Layer already exists [2021-01-13T23:24:07.576Z] 379067d0cb53: Layer already exists [2021-01-13T23:24:07.576Z] 2.0.0-dev.35: digest: sha256:827745b1d0b4acaf9710872a3b550d4b71c9f8cc598f19b238fc8b17293e8604 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:24:07.923Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:24:08.259Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [2021-01-13T23:24:08.259Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-13T23:24:08.259Z] f0a6729301b4: Preparing [2021-01-13T23:24:08.259Z] 1d9333a1bb64: Preparing [2021-01-13T23:24:08.259Z] 7531d1f6072a: Preparing [2021-01-13T23:24:08.259Z] d508cf80bff6: Preparing [2021-01-13T23:24:08.259Z] ee6035bacd6b: Preparing [2021-01-13T23:24:08.259Z] 379067d0cb53: Preparing [2021-01-13T23:24:08.259Z] 379067d0cb53: Waiting [2021-01-13T23:24:08.532Z] 7531d1f6072a: Layer already exists [2021-01-13T23:24:08.532Z] f0a6729301b4: Layer already exists [2021-01-13T23:24:08.532Z] ee6035bacd6b: Layer already exists [2021-01-13T23:24:08.532Z] 1d9333a1bb64: Layer already exists [2021-01-13T23:24:08.532Z] d508cf80bff6: Layer already exists [2021-01-13T23:24:08.532Z] 379067d0cb53: Layer already exists [2021-01-13T23:24:08.532Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35: digest: sha256:827745b1d0b4acaf9710872a3b550d4b71c9f8cc598f19b238fc8b17293e8604 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:24:08.875Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:24:09.215Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-01-13T23:24:09.215Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-13T23:24:09.215Z] f0a6729301b4: Preparing [2021-01-13T23:24:09.215Z] 1d9333a1bb64: Preparing [2021-01-13T23:24:09.215Z] 7531d1f6072a: Preparing [2021-01-13T23:24:09.215Z] d508cf80bff6: Preparing [2021-01-13T23:24:09.215Z] ee6035bacd6b: Preparing [2021-01-13T23:24:09.215Z] 379067d0cb53: Preparing [2021-01-13T23:24:09.215Z] 379067d0cb53: Waiting [2021-01-13T23:24:09.486Z] ee6035bacd6b: Layer already exists [2021-01-13T23:24:09.486Z] d508cf80bff6: Layer already exists [2021-01-13T23:24:09.486Z] f0a6729301b4: Layer already exists [2021-01-13T23:24:09.486Z] 7531d1f6072a: Layer already exists [2021-01-13T23:24:09.486Z] 1d9333a1bb64: Layer already exists [2021-01-13T23:24:09.486Z] 379067d0cb53: Layer already exists [2021-01-13T23:24:09.486Z] master: digest: sha256:827745b1d0b4acaf9710872a3b550d4b71c9f8cc598f19b238fc8b17293e8604 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T23:24:09.695Z] ===================================================== [Pipeline] echo [2021-01-13T23:24:09.741Z] taggedImages: [2021-01-13T23:24:09.741Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:24:09.741Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.35 [2021-01-13T23:24:09.741Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [2021-01-13T23:24:09.741Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-01-13T23:24:09.803Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-01-13T23:24:09.803Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:24:09.803Z] 2.0.0-dev.35 [2021-01-13T23:24:09.803Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [2021-01-13T23:24:09.803Z] master [2021-01-13T23:24:09.803Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:24:10.325Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:3fcc602c4282fe50c74be67af1ba7a350be2dfea [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:24:10.937Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:24:10.937Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-13T23:24:10.937Z] 07de3ca66990: Preparing [2021-01-13T23:24:10.937Z] 13970bdb7aa1: Preparing [2021-01-13T23:24:10.937Z] 7531d1f6072a: Preparing [2021-01-13T23:24:11.225Z] 7531d1f6072a: Layer already exists [2021-01-13T23:24:11.225Z] 07de3ca66990: Pushed [2021-01-13T23:24:14.608Z] 13970bdb7aa1: Pushed [2021-01-13T23:24:14.608Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea: digest: sha256:f43f8e40e160d408943246458533cff57a31cad9e5ab986f13328ceed9f8dfab size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:24:14.949Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:24:15.282Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.35 [2021-01-13T23:24:15.283Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-13T23:24:15.283Z] 07de3ca66990: Preparing [2021-01-13T23:24:15.283Z] 13970bdb7aa1: Preparing [2021-01-13T23:24:15.283Z] 7531d1f6072a: Preparing [2021-01-13T23:24:15.283Z] 7531d1f6072a: Layer already exists [2021-01-13T23:24:15.283Z] 07de3ca66990: Layer already exists [2021-01-13T23:24:15.283Z] 13970bdb7aa1: Layer already exists [2021-01-13T23:24:15.553Z] 2.0.0-dev.35: digest: sha256:f43f8e40e160d408943246458533cff57a31cad9e5ab986f13328ceed9f8dfab size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:24:15.901Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:24:16.234Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [2021-01-13T23:24:16.234Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-13T23:24:16.234Z] 07de3ca66990: Preparing [2021-01-13T23:24:16.234Z] 13970bdb7aa1: Preparing [2021-01-13T23:24:16.234Z] 7531d1f6072a: Preparing [2021-01-13T23:24:16.234Z] 13970bdb7aa1: Layer already exists [2021-01-13T23:24:16.234Z] 7531d1f6072a: Layer already exists [2021-01-13T23:24:16.234Z] 07de3ca66990: Layer already exists [2021-01-13T23:24:16.510Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35: digest: sha256:f43f8e40e160d408943246458533cff57a31cad9e5ab986f13328ceed9f8dfab size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:24:16.856Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:24:17.190Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-01-13T23:24:17.190Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-13T23:24:17.190Z] 07de3ca66990: Preparing [2021-01-13T23:24:17.190Z] 13970bdb7aa1: Preparing [2021-01-13T23:24:17.190Z] 7531d1f6072a: Preparing [2021-01-13T23:24:17.190Z] 07de3ca66990: Layer already exists [2021-01-13T23:24:17.190Z] 13970bdb7aa1: Layer already exists [2021-01-13T23:24:17.190Z] 7531d1f6072a: Layer already exists [2021-01-13T23:24:17.461Z] master: digest: sha256:f43f8e40e160d408943246458533cff57a31cad9e5ab986f13328ceed9f8dfab size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T23:24:17.648Z] ===================================================== [Pipeline] echo [2021-01-13T23:24:17.693Z] taggedImages: [2021-01-13T23:24:17.694Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:24:17.694Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.35 [2021-01-13T23:24:17.694Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [2021-01-13T23:24:17.694Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-01-13T23:24:17.758Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2021-01-13T23:24:17.758Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:24:17.758Z] 2.0.0-dev.35 [2021-01-13T23:24:17.758Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [2021-01-13T23:24:17.758Z] master [2021-01-13T23:24:17.758Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:24:18.280Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:3fcc602c4282fe50c74be67af1ba7a350be2dfea [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:24:18.635Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:24:18.635Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-13T23:24:18.635Z] 5c75d2bff397: Preparing [2021-01-13T23:24:18.635Z] 41d6ae451b5b: Preparing [2021-01-13T23:24:18.635Z] f39b63c1ef71: Preparing [2021-01-13T23:24:18.635Z] 1e981d961332: Preparing [2021-01-13T23:24:18.635Z] 7531d1f6072a: Preparing [2021-01-13T23:24:18.635Z] db080719f0f9: Preparing [2021-01-13T23:24:18.635Z] 379067d0cb53: Preparing [2021-01-13T23:24:18.635Z] db080719f0f9: Waiting [2021-01-13T23:24:18.635Z] 379067d0cb53: Waiting [2021-01-13T23:24:18.907Z] 7531d1f6072a: Layer already exists [2021-01-13T23:24:18.907Z] 41d6ae451b5b: Pushed [2021-01-13T23:24:18.907Z] f39b63c1ef71: Pushed [2021-01-13T23:24:18.907Z] 5c75d2bff397: Pushed [2021-01-13T23:24:18.907Z] 379067d0cb53: Layer already exists [2021-01-13T23:24:19.496Z] db080719f0f9: Pushed [2021-01-13T23:24:20.915Z] 1e981d961332: Pushed [2021-01-13T23:24:21.185Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea: digest: sha256:df061448bf8102c6230993ac8883e3d9a8cafed9b68fffc100c06f0023c82c7c size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:24:21.523Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:24:21.862Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.35 [2021-01-13T23:24:21.862Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-13T23:24:21.862Z] 5c75d2bff397: Preparing [2021-01-13T23:24:21.862Z] 41d6ae451b5b: Preparing [2021-01-13T23:24:21.862Z] f39b63c1ef71: Preparing [2021-01-13T23:24:21.862Z] 1e981d961332: Preparing [2021-01-13T23:24:21.862Z] 7531d1f6072a: Preparing [2021-01-13T23:24:21.862Z] db080719f0f9: Preparing [2021-01-13T23:24:21.862Z] 379067d0cb53: Preparing [2021-01-13T23:24:21.862Z] db080719f0f9: Waiting [2021-01-13T23:24:21.862Z] 379067d0cb53: Waiting [2021-01-13T23:24:22.132Z] 5c75d2bff397: Layer already exists [2021-01-13T23:24:22.132Z] 1e981d961332: Layer already exists [2021-01-13T23:24:22.132Z] 7531d1f6072a: Layer already exists [2021-01-13T23:24:22.132Z] 41d6ae451b5b: Layer already exists [2021-01-13T23:24:22.132Z] f39b63c1ef71: Layer already exists [2021-01-13T23:24:22.132Z] 379067d0cb53: Layer already exists [2021-01-13T23:24:22.132Z] db080719f0f9: Layer already exists [2021-01-13T23:24:22.132Z] 2.0.0-dev.35: digest: sha256:df061448bf8102c6230993ac8883e3d9a8cafed9b68fffc100c06f0023c82c7c size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:24:22.473Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:24:22.805Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [2021-01-13T23:24:22.805Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-13T23:24:22.805Z] 5c75d2bff397: Preparing [2021-01-13T23:24:22.805Z] 41d6ae451b5b: Preparing [2021-01-13T23:24:22.805Z] f39b63c1ef71: Preparing [2021-01-13T23:24:22.805Z] 1e981d961332: Preparing [2021-01-13T23:24:22.805Z] 7531d1f6072a: Preparing [2021-01-13T23:24:22.805Z] db080719f0f9: Preparing [2021-01-13T23:24:22.805Z] 379067d0cb53: Preparing [2021-01-13T23:24:22.805Z] db080719f0f9: Waiting [2021-01-13T23:24:22.805Z] 379067d0cb53: Waiting [2021-01-13T23:24:22.805Z] 7531d1f6072a: Layer already exists [2021-01-13T23:24:22.805Z] 41d6ae451b5b: Layer already exists [2021-01-13T23:24:22.805Z] 5c75d2bff397: Layer already exists [2021-01-13T23:24:22.805Z] 1e981d961332: Layer already exists [2021-01-13T23:24:22.805Z] f39b63c1ef71: Layer already exists [2021-01-13T23:24:22.805Z] 379067d0cb53: Layer already exists [2021-01-13T23:24:22.805Z] db080719f0f9: Layer already exists [2021-01-13T23:24:23.079Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35: digest: sha256:df061448bf8102c6230993ac8883e3d9a8cafed9b68fffc100c06f0023c82c7c size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:24:23.423Z] + 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-13T23:24:23.757Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [2021-01-13T23:24:23.757Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-13T23:24:23.757Z] 5c75d2bff397: Preparing [2021-01-13T23:24:23.757Z] 41d6ae451b5b: Preparing [2021-01-13T23:24:23.757Z] f39b63c1ef71: Preparing [2021-01-13T23:24:23.757Z] 1e981d961332: Preparing [2021-01-13T23:24:23.757Z] 7531d1f6072a: Preparing [2021-01-13T23:24:23.757Z] db080719f0f9: Preparing [2021-01-13T23:24:23.757Z] 379067d0cb53: Preparing [2021-01-13T23:24:23.757Z] db080719f0f9: Waiting [2021-01-13T23:24:23.757Z] 379067d0cb53: Waiting [2021-01-13T23:24:23.757Z] 41d6ae451b5b: Layer already exists [2021-01-13T23:24:23.757Z] 1e981d961332: Layer already exists [2021-01-13T23:24:23.757Z] 7531d1f6072a: Layer already exists [2021-01-13T23:24:24.028Z] f39b63c1ef71: Layer already exists [2021-01-13T23:24:24.028Z] 5c75d2bff397: Layer already exists [2021-01-13T23:24:24.028Z] db080719f0f9: Layer already exists [2021-01-13T23:24:24.028Z] 379067d0cb53: Layer already exists [2021-01-13T23:24:24.028Z] master: digest: sha256:df061448bf8102c6230993ac8883e3d9a8cafed9b68fffc100c06f0023c82c7c size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T23:24:24.223Z] ===================================================== [Pipeline] echo [2021-01-13T23:24:24.269Z] taggedImages: [2021-01-13T23:24:24.269Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:24:24.269Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.35 [2021-01-13T23:24:24.269Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [2021-01-13T23:24:24.269Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo [2021-01-13T23:24:24.350Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-01-13T23:24:24.350Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:24:24.350Z] 2.0.0-dev.35 [2021-01-13T23:24:24.350Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [2021-01-13T23:24:24.350Z] master [2021-01-13T23:24:24.350Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:24:24.850Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:3fcc602c4282fe50c74be67af1ba7a350be2dfea [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:24:25.181Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:24:25.181Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-13T23:24:25.181Z] 65593951029c: Preparing [2021-01-13T23:24:25.181Z] 232edf16d7ae: Preparing [2021-01-13T23:24:25.181Z] aa82518a6af2: Preparing [2021-01-13T23:24:25.181Z] 6e44b545c7bb: Preparing [2021-01-13T23:24:25.181Z] 6795726bf151: Preparing [2021-01-13T23:24:25.181Z] 379067d0cb53: Preparing [2021-01-13T23:24:25.181Z] 379067d0cb53: Waiting [2021-01-13T23:24:25.456Z] aa82518a6af2: Pushed [2021-01-13T23:24:25.456Z] 6e44b545c7bb: Pushed [2021-01-13T23:24:25.730Z] 379067d0cb53: Layer already exists [2021-01-13T23:24:26.000Z] 6795726bf151: Pushed [2021-01-13T23:24:27.427Z] 65593951029c: Pushed [2021-01-13T23:24:27.427Z] 232edf16d7ae: Pushed [2021-01-13T23:24:27.697Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea: digest: sha256:825391fc04edc3ed7fee754a00bd303b13657af9e3571452f10177d332193420 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:24:28.050Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:24:28.407Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.35 [2021-01-13T23:24:28.408Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-13T23:24:28.408Z] 65593951029c: Preparing [2021-01-13T23:24:28.408Z] 232edf16d7ae: Preparing [2021-01-13T23:24:28.408Z] aa82518a6af2: Preparing [2021-01-13T23:24:28.408Z] 6e44b545c7bb: Preparing [2021-01-13T23:24:28.408Z] 6795726bf151: Preparing [2021-01-13T23:24:28.408Z] 379067d0cb53: Preparing [2021-01-13T23:24:28.408Z] 379067d0cb53: Waiting [2021-01-13T23:24:28.408Z] 6e44b545c7bb: Layer already exists [2021-01-13T23:24:28.408Z] 6795726bf151: Layer already exists [2021-01-13T23:24:28.408Z] 65593951029c: Layer already exists [2021-01-13T23:24:28.408Z] aa82518a6af2: Layer already exists [2021-01-13T23:24:28.408Z] 232edf16d7ae: Layer already exists [2021-01-13T23:24:28.408Z] 379067d0cb53: Layer already exists [2021-01-13T23:24:28.683Z] 2.0.0-dev.35: digest: sha256:825391fc04edc3ed7fee754a00bd303b13657af9e3571452f10177d332193420 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:24:29.078Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:24:29.444Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [2021-01-13T23:24:29.444Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-13T23:24:29.444Z] 65593951029c: Preparing [2021-01-13T23:24:29.444Z] 232edf16d7ae: Preparing [2021-01-13T23:24:29.444Z] aa82518a6af2: Preparing [2021-01-13T23:24:29.444Z] 6e44b545c7bb: Preparing [2021-01-13T23:24:29.444Z] 6795726bf151: Preparing [2021-01-13T23:24:29.444Z] 379067d0cb53: Preparing [2021-01-13T23:24:29.444Z] 379067d0cb53: Waiting [2021-01-13T23:24:29.718Z] 6795726bf151: Layer already exists [2021-01-13T23:24:29.718Z] 6e44b545c7bb: Layer already exists [2021-01-13T23:24:29.718Z] 232edf16d7ae: Layer already exists [2021-01-13T23:24:29.718Z] aa82518a6af2: Layer already exists [2021-01-13T23:24:29.718Z] 65593951029c: Layer already exists [2021-01-13T23:24:29.718Z] 379067d0cb53: Layer already exists [2021-01-13T23:24:29.718Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35: digest: sha256:825391fc04edc3ed7fee754a00bd303b13657af9e3571452f10177d332193420 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:24:30.057Z] + 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-13T23:24:30.388Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-01-13T23:24:30.388Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-13T23:24:30.388Z] 65593951029c: Preparing [2021-01-13T23:24:30.388Z] 232edf16d7ae: Preparing [2021-01-13T23:24:30.388Z] aa82518a6af2: Preparing [2021-01-13T23:24:30.388Z] 6e44b545c7bb: Preparing [2021-01-13T23:24:30.388Z] 6795726bf151: Preparing [2021-01-13T23:24:30.388Z] 379067d0cb53: Preparing [2021-01-13T23:24:30.388Z] 379067d0cb53: Waiting [2021-01-13T23:24:30.388Z] aa82518a6af2: Layer already exists [2021-01-13T23:24:30.388Z] 65593951029c: Layer already exists [2021-01-13T23:24:30.388Z] 6e44b545c7bb: Layer already exists [2021-01-13T23:24:30.388Z] 6795726bf151: Layer already exists [2021-01-13T23:24:30.388Z] 232edf16d7ae: Layer already exists [2021-01-13T23:24:30.388Z] 379067d0cb53: Layer already exists [2021-01-13T23:24:30.666Z] master: digest: sha256:825391fc04edc3ed7fee754a00bd303b13657af9e3571452f10177d332193420 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T23:24:30.857Z] ===================================================== [Pipeline] echo [2021-01-13T23:24:30.902Z] taggedImages: [2021-01-13T23:24:30.902Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:24:30.902Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.35 [2021-01-13T23:24:30.902Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [2021-01-13T23:24:30.902Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-01-13T23:24:30.966Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-01-13T23:24:30.966Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:24:30.966Z] 2.0.0-dev.35 [2021-01-13T23:24:30.966Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [2021-01-13T23:24:30.966Z] master [2021-01-13T23:24:30.966Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:24:31.475Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:3fcc602c4282fe50c74be67af1ba7a350be2dfea [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:24:31.812Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:24:31.812Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-13T23:24:31.812Z] 4d1822bc8fce: Preparing [2021-01-13T23:24:31.812Z] 66f0eea94e8e: Preparing [2021-01-13T23:24:31.812Z] 81d6b2d3c320: Preparing [2021-01-13T23:24:31.812Z] 195d3089a74f: Preparing [2021-01-13T23:24:31.812Z] dc9c11e3276d: Preparing [2021-01-13T23:24:31.812Z] d37b9ab50738: Preparing [2021-01-13T23:24:31.812Z] 5ed5f22d1a25: Preparing [2021-01-13T23:24:31.812Z] db080719f0f9: Preparing [2021-01-13T23:24:31.812Z] 379067d0cb53: Preparing [2021-01-13T23:24:31.812Z] 5ed5f22d1a25: Waiting [2021-01-13T23:24:31.812Z] db080719f0f9: Waiting [2021-01-13T23:24:31.812Z] 379067d0cb53: Waiting [2021-01-13T23:24:31.812Z] d37b9ab50738: Waiting [2021-01-13T23:24:32.087Z] 4d1822bc8fce: Pushed [2021-01-13T23:24:32.087Z] dc9c11e3276d: Pushed [2021-01-13T23:24:32.087Z] 66f0eea94e8e: Pushed [2021-01-13T23:24:32.359Z] db080719f0f9: Layer already exists [2021-01-13T23:24:32.359Z] 379067d0cb53: Layer already exists [2021-01-13T23:24:32.359Z] d37b9ab50738: Pushed [2021-01-13T23:24:32.359Z] 5ed5f22d1a25: Pushed [2021-01-13T23:24:34.327Z] 81d6b2d3c320: Pushed [2021-01-13T23:24:34.327Z] 195d3089a74f: Pushed [2021-01-13T23:24:34.598Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea: digest: sha256:2debc7852dbc66360eafa7170808c2eb6d69c3977fb433d120e1aa2af3b2e70b size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:24:34.938Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:24:35.267Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.35 [2021-01-13T23:24:35.267Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-13T23:24:35.267Z] 4d1822bc8fce: Preparing [2021-01-13T23:24:35.267Z] 66f0eea94e8e: Preparing [2021-01-13T23:24:35.267Z] 81d6b2d3c320: Preparing [2021-01-13T23:24:35.267Z] 195d3089a74f: Preparing [2021-01-13T23:24:35.267Z] dc9c11e3276d: Preparing [2021-01-13T23:24:35.267Z] d37b9ab50738: Preparing [2021-01-13T23:24:35.267Z] 5ed5f22d1a25: Preparing [2021-01-13T23:24:35.267Z] db080719f0f9: Preparing [2021-01-13T23:24:35.267Z] 379067d0cb53: Preparing [2021-01-13T23:24:35.267Z] d37b9ab50738: Waiting [2021-01-13T23:24:35.267Z] 5ed5f22d1a25: Waiting [2021-01-13T23:24:35.267Z] db080719f0f9: Waiting [2021-01-13T23:24:35.267Z] 379067d0cb53: Waiting [2021-01-13T23:24:35.267Z] 4d1822bc8fce: Layer already exists [2021-01-13T23:24:35.267Z] 66f0eea94e8e: Layer already exists [2021-01-13T23:24:35.539Z] 195d3089a74f: Layer already exists [2021-01-13T23:24:35.539Z] dc9c11e3276d: Layer already exists [2021-01-13T23:24:35.539Z] 81d6b2d3c320: Layer already exists [2021-01-13T23:24:35.539Z] d37b9ab50738: Layer already exists [2021-01-13T23:24:35.539Z] 5ed5f22d1a25: Layer already exists [2021-01-13T23:24:35.539Z] 379067d0cb53: Layer already exists [2021-01-13T23:24:35.539Z] db080719f0f9: Layer already exists [2021-01-13T23:24:35.539Z] 2.0.0-dev.35: digest: sha256:2debc7852dbc66360eafa7170808c2eb6d69c3977fb433d120e1aa2af3b2e70b size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:24:35.876Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:24:36.206Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [2021-01-13T23:24:36.206Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-13T23:24:36.206Z] 4d1822bc8fce: Preparing [2021-01-13T23:24:36.206Z] 66f0eea94e8e: Preparing [2021-01-13T23:24:36.206Z] 81d6b2d3c320: Preparing [2021-01-13T23:24:36.206Z] 195d3089a74f: Preparing [2021-01-13T23:24:36.206Z] dc9c11e3276d: Preparing [2021-01-13T23:24:36.206Z] d37b9ab50738: Preparing [2021-01-13T23:24:36.206Z] 5ed5f22d1a25: Preparing [2021-01-13T23:24:36.206Z] db080719f0f9: Preparing [2021-01-13T23:24:36.206Z] 379067d0cb53: Preparing [2021-01-13T23:24:36.206Z] d37b9ab50738: Waiting [2021-01-13T23:24:36.206Z] 5ed5f22d1a25: Waiting [2021-01-13T23:24:36.206Z] db080719f0f9: Waiting [2021-01-13T23:24:36.206Z] 379067d0cb53: Waiting [2021-01-13T23:24:36.477Z] 195d3089a74f: Layer already exists [2021-01-13T23:24:36.477Z] 66f0eea94e8e: Layer already exists [2021-01-13T23:24:36.477Z] 4d1822bc8fce: Layer already exists [2021-01-13T23:24:36.477Z] dc9c11e3276d: Layer already exists [2021-01-13T23:24:36.477Z] 81d6b2d3c320: Layer already exists [2021-01-13T23:24:36.477Z] db080719f0f9: Layer already exists [2021-01-13T23:24:36.477Z] d37b9ab50738: Layer already exists [2021-01-13T23:24:36.477Z] 5ed5f22d1a25: Layer already exists [2021-01-13T23:24:36.477Z] 379067d0cb53: Layer already exists [2021-01-13T23:24:36.477Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35: digest: sha256:2debc7852dbc66360eafa7170808c2eb6d69c3977fb433d120e1aa2af3b2e70b size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:24:36.812Z] + 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-13T23:24:37.142Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-01-13T23:24:37.142Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-13T23:24:37.142Z] 4d1822bc8fce: Preparing [2021-01-13T23:24:37.142Z] 66f0eea94e8e: Preparing [2021-01-13T23:24:37.142Z] 81d6b2d3c320: Preparing [2021-01-13T23:24:37.142Z] 195d3089a74f: Preparing [2021-01-13T23:24:37.142Z] dc9c11e3276d: Preparing [2021-01-13T23:24:37.142Z] d37b9ab50738: Preparing [2021-01-13T23:24:37.142Z] 5ed5f22d1a25: Preparing [2021-01-13T23:24:37.142Z] d37b9ab50738: Waiting [2021-01-13T23:24:37.142Z] db080719f0f9: Preparing [2021-01-13T23:24:37.142Z] 5ed5f22d1a25: Waiting [2021-01-13T23:24:37.142Z] 379067d0cb53: Preparing [2021-01-13T23:24:37.142Z] db080719f0f9: Waiting [2021-01-13T23:24:37.142Z] 379067d0cb53: Waiting [2021-01-13T23:24:37.142Z] 195d3089a74f: Layer already exists [2021-01-13T23:24:37.142Z] dc9c11e3276d: Layer already exists [2021-01-13T23:24:37.142Z] 81d6b2d3c320: Layer already exists [2021-01-13T23:24:37.411Z] 4d1822bc8fce: Layer already exists [2021-01-13T23:24:37.412Z] 66f0eea94e8e: Layer already exists [2021-01-13T23:24:37.412Z] d37b9ab50738: Layer already exists [2021-01-13T23:24:37.412Z] 5ed5f22d1a25: Layer already exists [2021-01-13T23:24:37.412Z] 379067d0cb53: Layer already exists [2021-01-13T23:24:37.412Z] db080719f0f9: Layer already exists [2021-01-13T23:24:37.412Z] master: digest: sha256:2debc7852dbc66360eafa7170808c2eb6d69c3977fb433d120e1aa2af3b2e70b size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T23:24:37.623Z] ===================================================== [Pipeline] echo [2021-01-13T23:24:37.669Z] taggedImages: [2021-01-13T23:24:37.669Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:24:37.670Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.35 [2021-01-13T23:24:37.670Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [2021-01-13T23:24:37.670Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-01-13T23:24:37.736Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-01-13T23:24:37.736Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:24:37.736Z] 2.0.0-dev.35 [2021-01-13T23:24:37.736Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [2021-01-13T23:24:37.736Z] master [2021-01-13T23:24:37.736Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:24:38.239Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:3fcc602c4282fe50c74be67af1ba7a350be2dfea [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:24:38.582Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:24:38.582Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-13T23:24:38.582Z] 1650c5e53563: Preparing [2021-01-13T23:24:38.582Z] e47e859ad9c7: Preparing [2021-01-13T23:24:38.582Z] 7531d1f6072a: Preparing [2021-01-13T23:24:38.582Z] 2e27a3a10ec3: Preparing [2021-01-13T23:24:38.582Z] d5f331940bb7: Preparing [2021-01-13T23:24:38.582Z] d6560ed29199: Preparing [2021-01-13T23:24:38.582Z] d6560ed29199: Waiting [2021-01-13T23:24:38.854Z] 7531d1f6072a: Layer already exists [2021-01-13T23:24:38.854Z] 1650c5e53563: Pushed [2021-01-13T23:24:39.126Z] 2e27a3a10ec3: Pushed [2021-01-13T23:24:39.126Z] d5f331940bb7: Pushed [2021-01-13T23:24:39.126Z] d6560ed29199: Pushed [2021-01-13T23:24:41.730Z] e47e859ad9c7: Pushed [2021-01-13T23:24:41.730Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea: digest: sha256:c15b97115b2f826e34ff4c0d4130ca1bd0b1e03e3420976d7be28a6de7a903ba size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:24:42.093Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:24:42.424Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.35 [2021-01-13T23:24:42.424Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-13T23:24:42.424Z] 1650c5e53563: Preparing [2021-01-13T23:24:42.424Z] e47e859ad9c7: Preparing [2021-01-13T23:24:42.424Z] 7531d1f6072a: Preparing [2021-01-13T23:24:42.424Z] 2e27a3a10ec3: Preparing [2021-01-13T23:24:42.424Z] d5f331940bb7: Preparing [2021-01-13T23:24:42.424Z] d6560ed29199: Preparing [2021-01-13T23:24:42.424Z] d6560ed29199: Waiting [2021-01-13T23:24:42.695Z] 2e27a3a10ec3: Layer already exists [2021-01-13T23:24:42.695Z] 1650c5e53563: Layer already exists [2021-01-13T23:24:42.695Z] e47e859ad9c7: Layer already exists [2021-01-13T23:24:42.695Z] 7531d1f6072a: Layer already exists [2021-01-13T23:24:42.695Z] d5f331940bb7: Layer already exists [2021-01-13T23:24:42.695Z] d6560ed29199: Layer already exists [2021-01-13T23:24:42.695Z] 2.0.0-dev.35: digest: sha256:c15b97115b2f826e34ff4c0d4130ca1bd0b1e03e3420976d7be28a6de7a903ba size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:24:43.033Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:24:43.366Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [2021-01-13T23:24:43.366Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-13T23:24:43.366Z] 1650c5e53563: Preparing [2021-01-13T23:24:43.366Z] e47e859ad9c7: Preparing [2021-01-13T23:24:43.366Z] 7531d1f6072a: Preparing [2021-01-13T23:24:43.366Z] 2e27a3a10ec3: Preparing [2021-01-13T23:24:43.366Z] d5f331940bb7: Preparing [2021-01-13T23:24:43.366Z] d6560ed29199: Preparing [2021-01-13T23:24:43.366Z] d6560ed29199: Waiting [2021-01-13T23:24:43.637Z] 1650c5e53563: Layer already exists [2021-01-13T23:24:43.637Z] 7531d1f6072a: Layer already exists [2021-01-13T23:24:43.637Z] e47e859ad9c7: Layer already exists [2021-01-13T23:24:43.637Z] 2e27a3a10ec3: Layer already exists [2021-01-13T23:24:43.637Z] d5f331940bb7: Layer already exists [2021-01-13T23:24:43.637Z] d6560ed29199: Layer already exists [2021-01-13T23:24:43.637Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35: digest: sha256:c15b97115b2f826e34ff4c0d4130ca1bd0b1e03e3420976d7be28a6de7a903ba size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:24:43.978Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:24:44.311Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-01-13T23:24:44.311Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-13T23:24:44.311Z] 1650c5e53563: Preparing [2021-01-13T23:24:44.311Z] e47e859ad9c7: Preparing [2021-01-13T23:24:44.311Z] 7531d1f6072a: Preparing [2021-01-13T23:24:44.311Z] 2e27a3a10ec3: Preparing [2021-01-13T23:24:44.311Z] d5f331940bb7: Preparing [2021-01-13T23:24:44.311Z] d6560ed29199: Preparing [2021-01-13T23:24:44.311Z] d6560ed29199: Waiting [2021-01-13T23:24:44.311Z] d5f331940bb7: Layer already exists [2021-01-13T23:24:44.311Z] 7531d1f6072a: Layer already exists [2021-01-13T23:24:44.583Z] e47e859ad9c7: Layer already exists [2021-01-13T23:24:44.583Z] 2e27a3a10ec3: Layer already exists [2021-01-13T23:24:44.583Z] 1650c5e53563: Layer already exists [2021-01-13T23:24:44.583Z] d6560ed29199: Layer already exists [2021-01-13T23:24:44.583Z] master: digest: sha256:c15b97115b2f826e34ff4c0d4130ca1bd0b1e03e3420976d7be28a6de7a903ba size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T23:24:44.767Z] ===================================================== [Pipeline] echo [2021-01-13T23:24:44.810Z] taggedImages: [2021-01-13T23:24:44.810Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:24:44.810Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.35 [2021-01-13T23:24:44.810Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [2021-01-13T23:24:44.810Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-01-13T23:24:44.891Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-01-13T23:24:44.892Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:24:44.892Z] 2.0.0-dev.35 [2021-01-13T23:24:44.892Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [2021-01-13T23:24:44.892Z] master [2021-01-13T23:24:44.892Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:24:45.388Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:3fcc602c4282fe50c74be67af1ba7a350be2dfea [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:24:45.736Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:24:45.736Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-13T23:24:45.736Z] 1b26f1269d25: Preparing [2021-01-13T23:24:45.736Z] 66c49c750616: Preparing [2021-01-13T23:24:45.736Z] 7531d1f6072a: Preparing [2021-01-13T23:24:46.012Z] 7531d1f6072a: Layer already exists [2021-01-13T23:24:46.012Z] 1b26f1269d25: Pushed [2021-01-13T23:24:48.635Z] 66c49c750616: Pushed [2021-01-13T23:24:48.905Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea: digest: sha256:dd8bfa07a71b5cfd233d6ea01b82d4ff923caab13fd327f2a89ebc21c0156cea size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:24:49.243Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:24:49.575Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.35 [2021-01-13T23:24:49.575Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-13T23:24:49.575Z] 1b26f1269d25: Preparing [2021-01-13T23:24:49.575Z] 66c49c750616: Preparing [2021-01-13T23:24:49.575Z] 7531d1f6072a: Preparing [2021-01-13T23:24:49.575Z] 7531d1f6072a: Layer already exists [2021-01-13T23:24:49.575Z] 1b26f1269d25: Layer already exists [2021-01-13T23:24:49.575Z] 66c49c750616: Layer already exists [2021-01-13T23:24:49.850Z] 2.0.0-dev.35: digest: sha256:dd8bfa07a71b5cfd233d6ea01b82d4ff923caab13fd327f2a89ebc21c0156cea size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:24:50.187Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:24:50.518Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [2021-01-13T23:24:50.518Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-13T23:24:50.518Z] 1b26f1269d25: Preparing [2021-01-13T23:24:50.518Z] 66c49c750616: Preparing [2021-01-13T23:24:50.518Z] 7531d1f6072a: Preparing [2021-01-13T23:24:50.518Z] 1b26f1269d25: Layer already exists [2021-01-13T23:24:50.518Z] 7531d1f6072a: Layer already exists [2021-01-13T23:24:50.518Z] 66c49c750616: Layer already exists [2021-01-13T23:24:50.789Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35: digest: sha256:dd8bfa07a71b5cfd233d6ea01b82d4ff923caab13fd327f2a89ebc21c0156cea size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:24:51.143Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:24:51.502Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-01-13T23:24:51.502Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-13T23:24:51.502Z] 1b26f1269d25: Preparing [2021-01-13T23:24:51.502Z] 66c49c750616: Preparing [2021-01-13T23:24:51.502Z] 7531d1f6072a: Preparing [2021-01-13T23:24:51.777Z] 7531d1f6072a: Layer already exists [2021-01-13T23:24:51.777Z] 66c49c750616: Layer already exists [2021-01-13T23:24:51.777Z] 1b26f1269d25: Layer already exists [2021-01-13T23:24:51.777Z] master: digest: sha256:dd8bfa07a71b5cfd233d6ea01b82d4ff923caab13fd327f2a89ebc21c0156cea size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T23:24:51.993Z] ===================================================== [Pipeline] echo [2021-01-13T23:24:52.039Z] taggedImages: [2021-01-13T23:24:52.039Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:24:52.039Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.35 [2021-01-13T23:24:52.039Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [2021-01-13T23:24:52.039Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-01-13T23:24:52.099Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-01-13T23:24:52.099Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:24:52.099Z] 2.0.0-dev.35 [2021-01-13T23:24:52.099Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [2021-01-13T23:24:52.099Z] master [2021-01-13T23:24:52.099Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:24:52.633Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:3fcc602c4282fe50c74be67af1ba7a350be2dfea [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:24:52.995Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:24:52.995Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-13T23:24:52.995Z] 338675594c99: Preparing [2021-01-13T23:24:52.995Z] c603bcd30aae: Preparing [2021-01-13T23:24:52.995Z] a3acbaece3e2: Preparing [2021-01-13T23:24:52.995Z] 94b5f36ece7b: Preparing [2021-01-13T23:24:52.995Z] 9498881a2154: Preparing [2021-01-13T23:24:52.995Z] cd3e55e26ccc: Preparing [2021-01-13T23:24:52.995Z] c3bbd70f6397: Preparing [2021-01-13T23:24:52.995Z] 9ded3b6bb9b5: Preparing [2021-01-13T23:24:52.995Z] fa1afe8e6ed9: Preparing [2021-01-13T23:24:52.995Z] 87a09b4c083e: Preparing [2021-01-13T23:24:52.995Z] 0f74e9ff2a61: Preparing [2021-01-13T23:24:52.995Z] b122376c33c6: Preparing [2021-01-13T23:24:52.995Z] f8381ed47b22: Preparing [2021-01-13T23:24:52.995Z] e934a737d657: Preparing [2021-01-13T23:24:52.995Z] 87a09b4c083e: Waiting [2021-01-13T23:24:52.995Z] cd3e55e26ccc: Waiting [2021-01-13T23:24:52.995Z] c3bbd70f6397: Waiting [2021-01-13T23:24:52.995Z] 0f74e9ff2a61: Waiting [2021-01-13T23:24:52.995Z] 9ded3b6bb9b5: Waiting [2021-01-13T23:24:52.995Z] fa1afe8e6ed9: Waiting [2021-01-13T23:24:52.995Z] b122376c33c6: Waiting [2021-01-13T23:24:52.995Z] f8381ed47b22: Waiting [2021-01-13T23:24:53.593Z] 9498881a2154: Pushed [2021-01-13T23:24:53.867Z] 338675594c99: Pushed [2021-01-13T23:24:54.139Z] 94b5f36ece7b: Pushed [2021-01-13T23:24:54.413Z] 9ded3b6bb9b5: Layer already exists [2021-01-13T23:24:54.413Z] fa1afe8e6ed9: Layer already exists [2021-01-13T23:24:54.413Z] 87a09b4c083e: Layer already exists [2021-01-13T23:24:54.413Z] 0f74e9ff2a61: Layer already exists [2021-01-13T23:24:54.413Z] c3bbd70f6397: Pushed [2021-01-13T23:24:54.413Z] b122376c33c6: Layer already exists [2021-01-13T23:24:54.684Z] f8381ed47b22: Layer already exists [2021-01-13T23:24:54.684Z] e934a737d657: Layer already exists [2021-01-13T23:24:55.286Z] c603bcd30aae: Pushed [2021-01-13T23:24:56.265Z] cd3e55e26ccc: Pushed [2021-01-13T23:25:08.648Z] a3acbaece3e2: Pushed [2021-01-13T23:25:08.648Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea: digest: sha256:ffd4ad737083c23bd55c1ac4cdba49f9b42cc29ef6e2ff9c9c388fb0dcc8047d size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:25:08.982Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:25:09.309Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.35 [2021-01-13T23:25:09.310Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-13T23:25:09.310Z] 338675594c99: Preparing [2021-01-13T23:25:09.310Z] c603bcd30aae: Preparing [2021-01-13T23:25:09.310Z] a3acbaece3e2: Preparing [2021-01-13T23:25:09.310Z] 94b5f36ece7b: Preparing [2021-01-13T23:25:09.310Z] 9498881a2154: Preparing [2021-01-13T23:25:09.310Z] cd3e55e26ccc: Preparing [2021-01-13T23:25:09.310Z] c3bbd70f6397: Preparing [2021-01-13T23:25:09.310Z] 9ded3b6bb9b5: Preparing [2021-01-13T23:25:09.310Z] fa1afe8e6ed9: Preparing [2021-01-13T23:25:09.310Z] 87a09b4c083e: Preparing [2021-01-13T23:25:09.310Z] 0f74e9ff2a61: Preparing [2021-01-13T23:25:09.310Z] b122376c33c6: Preparing [2021-01-13T23:25:09.310Z] f8381ed47b22: Preparing [2021-01-13T23:25:09.310Z] e934a737d657: Preparing [2021-01-13T23:25:09.310Z] 87a09b4c083e: Waiting [2021-01-13T23:25:09.310Z] 0f74e9ff2a61: Waiting [2021-01-13T23:25:09.310Z] b122376c33c6: Waiting [2021-01-13T23:25:09.310Z] f8381ed47b22: Waiting [2021-01-13T23:25:09.310Z] c3bbd70f6397: Waiting [2021-01-13T23:25:09.310Z] e934a737d657: Waiting [2021-01-13T23:25:09.310Z] cd3e55e26ccc: Waiting [2021-01-13T23:25:09.310Z] 9ded3b6bb9b5: Waiting [2021-01-13T23:25:09.310Z] fa1afe8e6ed9: Waiting [2021-01-13T23:25:09.579Z] a3acbaece3e2: Layer already exists [2021-01-13T23:25:09.579Z] 9498881a2154: Layer already exists [2021-01-13T23:25:09.579Z] 94b5f36ece7b: Layer already exists [2021-01-13T23:25:09.579Z] 338675594c99: Layer already exists [2021-01-13T23:25:09.579Z] c603bcd30aae: Layer already exists [2021-01-13T23:25:09.579Z] c3bbd70f6397: Layer already exists [2021-01-13T23:25:09.579Z] fa1afe8e6ed9: Layer already exists [2021-01-13T23:25:09.579Z] cd3e55e26ccc: Layer already exists [2021-01-13T23:25:09.579Z] 9ded3b6bb9b5: Layer already exists [2021-01-13T23:25:09.579Z] 87a09b4c083e: Layer already exists [2021-01-13T23:25:09.579Z] 0f74e9ff2a61: Layer already exists [2021-01-13T23:25:09.579Z] f8381ed47b22: Layer already exists [2021-01-13T23:25:09.579Z] e934a737d657: Layer already exists [2021-01-13T23:25:09.579Z] b122376c33c6: Layer already exists [2021-01-13T23:25:09.579Z] 2.0.0-dev.35: digest: sha256:ffd4ad737083c23bd55c1ac4cdba49f9b42cc29ef6e2ff9c9c388fb0dcc8047d size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:25:09.915Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:25:10.243Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [2021-01-13T23:25:10.243Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-13T23:25:10.243Z] 338675594c99: Preparing [2021-01-13T23:25:10.243Z] c603bcd30aae: Preparing [2021-01-13T23:25:10.243Z] a3acbaece3e2: Preparing [2021-01-13T23:25:10.243Z] 94b5f36ece7b: Preparing [2021-01-13T23:25:10.243Z] 9498881a2154: Preparing [2021-01-13T23:25:10.243Z] cd3e55e26ccc: Preparing [2021-01-13T23:25:10.243Z] c3bbd70f6397: Preparing [2021-01-13T23:25:10.243Z] 9ded3b6bb9b5: Preparing [2021-01-13T23:25:10.243Z] fa1afe8e6ed9: Preparing [2021-01-13T23:25:10.243Z] 87a09b4c083e: Preparing [2021-01-13T23:25:10.243Z] 0f74e9ff2a61: Preparing [2021-01-13T23:25:10.243Z] b122376c33c6: Preparing [2021-01-13T23:25:10.243Z] f8381ed47b22: Preparing [2021-01-13T23:25:10.243Z] e934a737d657: Preparing [2021-01-13T23:25:10.243Z] fa1afe8e6ed9: Waiting [2021-01-13T23:25:10.243Z] b122376c33c6: Waiting [2021-01-13T23:25:10.243Z] 87a09b4c083e: Waiting [2021-01-13T23:25:10.243Z] 0f74e9ff2a61: Waiting [2021-01-13T23:25:10.243Z] f8381ed47b22: Waiting [2021-01-13T23:25:10.243Z] e934a737d657: Waiting [2021-01-13T23:25:10.243Z] c3bbd70f6397: Waiting [2021-01-13T23:25:10.243Z] cd3e55e26ccc: Waiting [2021-01-13T23:25:10.243Z] 9ded3b6bb9b5: Waiting [2021-01-13T23:25:10.243Z] c603bcd30aae: Layer already exists [2021-01-13T23:25:10.243Z] 9498881a2154: Layer already exists [2021-01-13T23:25:10.243Z] 94b5f36ece7b: Layer already exists [2021-01-13T23:25:10.243Z] a3acbaece3e2: Layer already exists [2021-01-13T23:25:10.243Z] 338675594c99: Layer already exists [2021-01-13T23:25:10.243Z] cd3e55e26ccc: Layer already exists [2021-01-13T23:25:10.512Z] c3bbd70f6397: Layer already exists [2021-01-13T23:25:10.512Z] 9ded3b6bb9b5: Layer already exists [2021-01-13T23:25:10.512Z] fa1afe8e6ed9: Layer already exists [2021-01-13T23:25:10.512Z] 87a09b4c083e: Layer already exists [2021-01-13T23:25:10.512Z] 0f74e9ff2a61: Layer already exists [2021-01-13T23:25:10.512Z] f8381ed47b22: Layer already exists [2021-01-13T23:25:10.512Z] b122376c33c6: Layer already exists [2021-01-13T23:25:10.512Z] e934a737d657: Layer already exists [2021-01-13T23:25:10.512Z] 3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35: digest: sha256:ffd4ad737083c23bd55c1ac4cdba49f9b42cc29ef6e2ff9c9c388fb0dcc8047d size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:25:10.851Z] + 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-13T23:25:12.456Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-01-13T23:25:12.456Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-13T23:25:12.456Z] 338675594c99: Preparing [2021-01-13T23:25:12.456Z] c603bcd30aae: Preparing [2021-01-13T23:25:12.456Z] a3acbaece3e2: Preparing [2021-01-13T23:25:12.456Z] 94b5f36ece7b: Preparing [2021-01-13T23:25:12.456Z] 9498881a2154: Preparing [2021-01-13T23:25:12.456Z] cd3e55e26ccc: Preparing [2021-01-13T23:25:12.456Z] c3bbd70f6397: Preparing [2021-01-13T23:25:12.456Z] 9ded3b6bb9b5: Preparing [2021-01-13T23:25:12.456Z] fa1afe8e6ed9: Preparing [2021-01-13T23:25:12.456Z] 87a09b4c083e: Preparing [2021-01-13T23:25:12.456Z] 0f74e9ff2a61: Preparing [2021-01-13T23:25:12.456Z] b122376c33c6: Preparing [2021-01-13T23:25:12.456Z] f8381ed47b22: Preparing [2021-01-13T23:25:12.456Z] e934a737d657: Preparing [2021-01-13T23:25:12.456Z] cd3e55e26ccc: Waiting [2021-01-13T23:25:12.456Z] c3bbd70f6397: Waiting [2021-01-13T23:25:12.456Z] 9ded3b6bb9b5: Waiting [2021-01-13T23:25:12.456Z] fa1afe8e6ed9: Waiting [2021-01-13T23:25:12.456Z] 87a09b4c083e: Waiting [2021-01-13T23:25:12.456Z] 0f74e9ff2a61: Waiting [2021-01-13T23:25:12.456Z] b122376c33c6: Waiting [2021-01-13T23:25:12.456Z] f8381ed47b22: Waiting [2021-01-13T23:25:12.456Z] e934a737d657: Waiting [2021-01-13T23:25:12.456Z] 338675594c99: Layer already exists [2021-01-13T23:25:12.456Z] a3acbaece3e2: Layer already exists [2021-01-13T23:25:12.456Z] 94b5f36ece7b: Layer already exists [2021-01-13T23:25:12.456Z] 9498881a2154: Layer already exists [2021-01-13T23:25:12.456Z] c603bcd30aae: Layer already exists [2021-01-13T23:25:12.456Z] 87a09b4c083e: Layer already exists [2021-01-13T23:25:12.456Z] cd3e55e26ccc: Layer already exists [2021-01-13T23:25:12.456Z] c3bbd70f6397: Layer already exists [2021-01-13T23:25:12.456Z] fa1afe8e6ed9: Layer already exists [2021-01-13T23:25:12.456Z] 9ded3b6bb9b5: Layer already exists [2021-01-13T23:25:12.456Z] 0f74e9ff2a61: Layer already exists [2021-01-13T23:25:12.456Z] f8381ed47b22: Layer already exists [2021-01-13T23:25:12.456Z] b122376c33c6: Layer already exists [2021-01-13T23:25:12.456Z] e934a737d657: Layer already exists [2021-01-13T23:25:12.456Z] master: digest: sha256:ffd4ad737083c23bd55c1ac4cdba49f9b42cc29ef6e2ff9c9c388fb0dcc8047d size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T23:25:12.666Z] ===================================================== [Pipeline] echo [2021-01-13T23:25:12.718Z] taggedImages: [2021-01-13T23:25:12.718Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:3fcc602c4282fe50c74be67af1ba7a350be2dfea [2021-01-13T23:25:12.718Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.35 [2021-01-13T23:25:12.718Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:3fcc602c4282fe50c74be67af1ba7a350be2dfea-2.0.0-dev.35 [2021-01-13T23:25:12.718Z] - 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-13T23:25:14.236Z] provisioning config files... [2021-01-13T23:25:14.254Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/293@tmp/config3704829989535792592tmp [Pipeline] { [Pipeline] sh [2021-01-13T23:25:14.654Z] + set +x [2021-01-13T23:25:14.654Z] + curl -s https://codecov.io/bash [2021-01-13T23:25:14.654Z] + bash -s -- [2021-01-13T23:25:15.234Z] [2021-01-13T23:25:15.234Z] _____ _ [2021-01-13T23:25:15.234Z] / ____| | | [2021-01-13T23:25:15.234Z] | | ___ __| | ___ ___ _____ __ [2021-01-13T23:25:15.234Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-13T23:25:15.234Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-13T23:25:15.234Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-13T23:25:15.234Z] Bash-20201231-23d4836 [2021-01-13T23:25:15.234Z] [2021-01-13T23:25:15.234Z] [2021-01-13T23:25:15.234Z] ==> git version 2.24.3 found [2021-01-13T23:25:15.234Z] ==> 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-13T23:25:15.234Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-13T23:25:15.234Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-13T23:25:15.234Z] ==> Jenkins CI detected. [2021-01-13T23:25:15.234Z] project root: . [2021-01-13T23:25:15.234Z] --> token set from env [2021-01-13T23:25:15.234Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-13T23:25:15.234Z] ==> Running gcov in . (disable via -X gcov) [2021-01-13T23:25:15.234Z] ==> Python coveragepy not found [2021-01-13T23:25:15.234Z] ==> Searching for coverage reports in: [2021-01-13T23:25:15.234Z] + . [2021-01-13T23:25:15.234Z] -> Found 1 reports [2021-01-13T23:25:15.234Z] ==> Detecting git/mercurial file structure [2021-01-13T23:25:15.234Z] ==> Reading reports [2021-01-13T23:25:15.234Z] + ./coverage.out bytes=552842 [2021-01-13T23:25:15.234Z] ==> Appending adjustments [2021-01-13T23:25:15.234Z] https://docs.codecov.io/docs/fixing-reports [2021-01-13T23:25:18.556Z] + Found adjustments [2021-01-13T23:25:18.556Z] ==> Gzipping contents [2021-01-13T23:25:18.556Z] 84K /tmp/codecov.eGAtw0.gz [2021-01-13T23:25:18.556Z] ==> Uploading reports [2021-01-13T23:25:18.556Z] url: https://codecov.io [2021-01-13T23:25:18.556Z] query: branch=master&commit=3fcc602c4282fe50c74be67af1ba7a350be2dfea&build=293&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F293%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-13T23:25:18.556Z] -> Pinging Codecov [2021-01-13T23:25:18.556Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=master&commit=3fcc602c4282fe50c74be67af1ba7a350be2dfea&build=293&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F293%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-13T23:25:18.824Z] -> Uploading to [2021-01-13T23:25:18.824Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-13/00271124DB129430A58F1EEE437C3FCB/3fcc602c4282fe50c74be67af1ba7a350be2dfea/a485a105-eabf-4a7a-9e52-234da65986c5.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210113%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210113T232518Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e7ea437bce7a128caeaa3c214acf07b7d42e90e5fa388e90e3eb3ee360dd4024 [2021-01-13T23:25:18.824Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T23:25:18.824Z] Dload Upload Total Spent Left Speed [2021-01-13T23:25:19.411Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83502 0 0 100 83502 0 152k --:--:-- --:--:-- --:--:-- 152k [2021-01-13T23:25:19.411Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/3fcc602c4282fe50c74be67af1ba7a350be2dfea [Pipeline] } [2021-01-13T23:25:19.428Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-01-13T23:25:20.330Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-13T23:25:20.416Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:25:20.787Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-13T23:25:20.787Z] [2021-01-13T23:25:20.787Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:25:21.145Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-13T23:25:21.145Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-13T23:25:21.145Z] 188c0c94c7c5: Already exists [2021-01-13T23:25:21.145Z] 0ef7d3d256c8: Already exists [2021-01-13T23:25:21.145Z] de9db76c5a1d: Already exists [2021-01-13T23:25:21.145Z] 0eba1c9be4d2: Pulling fs layer [2021-01-13T23:25:21.145Z] 0d57e429df01: Pulling fs layer [2021-01-13T23:25:21.145Z] 4e4be7b47b0d: Pulling fs layer [2021-01-13T23:25:21.145Z] e1f770b5df2f: Pulling fs layer [2021-01-13T23:25:21.145Z] 85a0685a4137: Pulling fs layer [2021-01-13T23:25:21.145Z] e1f770b5df2f: Waiting [2021-01-13T23:25:21.145Z] 85a0685a4137: Waiting [2021-01-13T23:25:21.145Z] 0d57e429df01: Download complete [2021-01-13T23:25:21.145Z] 4e4be7b47b0d: Verifying Checksum [2021-01-13T23:25:21.145Z] 4e4be7b47b0d: Download complete [2021-01-13T23:25:23.099Z] e1f770b5df2f: Verifying Checksum [2021-01-13T23:25:23.099Z] e1f770b5df2f: Download complete [2021-01-13T23:25:26.439Z] 0eba1c9be4d2: Download complete [2021-01-13T23:25:26.707Z] 85a0685a4137: Verifying Checksum [2021-01-13T23:25:26.707Z] 85a0685a4137: Download complete [2021-01-13T23:25:32.069Z] 0eba1c9be4d2: Pull complete [2021-01-13T23:25:32.069Z] 0d57e429df01: Pull complete [2021-01-13T23:25:32.069Z] 4e4be7b47b0d: Pull complete [2021-01-13T23:25:35.509Z] e1f770b5df2f: Pull complete [2021-01-13T23:25:45.651Z] 85a0685a4137: Pull complete [2021-01-13T23:25:45.651Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-13T23:25:45.651Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-13T23:25:45.651Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-13T23:25:45.867Z] prd-centos7-docker-4c-2g-20047 does not seem to be running inside a container [2021-01-13T23:25:45.923Z] $ 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/293 -v /w/workspace/edgex-go/293:/w/workspace/edgex-go/293:rw,z -v /w/workspace/edgex-go/293@tmp:/w/workspace/edgex-go/293@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-snyk-go:1.410.4 cat [2021-01-13T23:25:47.189Z] $ docker top 05c784d72d33a6b09e350e97e36285ebf0e76890dccc87db50b533922fcb7b5a -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-13T23:25:47.490Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-13T23:25:47.783Z] + set -o pipefail [2021-01-13T23:25:47.783Z] + snyk monitor '--org=edgex-jenkins' [2021-01-13T23:26:00.039Z] [2021-01-13T23:26:00.039Z] Monitoring /w/workspace/edgex-go/293 (github.com/edgexfoundry/edgex-go)... [2021-01-13T23:26:00.039Z] [2021-01-13T23:26:00.039Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/2adcdb9e-a5f9-4092-9a1d-86e0e6e9d748 [2021-01-13T23:26:00.039Z] [2021-01-13T23:26:00.039Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-13T23:26:00.039Z] [2021-01-13T23:26:00.039Z] [Pipeline] } [2021-01-13T23:26:00.053Z] $ docker stop --time=1 05c784d72d33a6b09e350e97e36285ebf0e76890dccc87db50b533922fcb7b5a [2021-01-13T23:26:02.927Z] $ docker rm -f 05c784d72d33a6b09e350e97e36285ebf0e76890dccc87db50b533922fcb7b5a [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-13T23:26:04.254Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-13T23:26:04.305Z] provisioning config files... [2021-01-13T23:26:04.319Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/293@tmp/config4367111482177125841tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-13T23:26:04.694Z] --> edgex-publish-swagger.sh [2021-01-13T23:26:04.694Z] === Publish openapi/v1 API === [2021-01-13T23:26:04.694Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-01-13T23:26:04.694Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/293/openapi/v1/core-command.yaml] [2021-01-13T23:26:04.694Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T23:26:04.694Z] Dload Upload Total Spent Left Speed [2021-01-13T23:26:05.657Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 9114 0:00:01 0:00:01 --:--:-- 9125 100 10522 0 0 100 10522 0 9113 0:00:01 0:00:01 --:--:-- 9125 [2021-01-13T23:26:05.657Z] [2021-01-13T23:26:05.657Z] [2021-01-13T23:26:05.657Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/293/openapi/v1/core-data.yaml] [2021-01-13T23:26:05.657Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T23:26:05.657Z] Dload Upload Total Spent Left Speed [2021-01-13T23:26:07.050Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 26840 0:00:01 0:00:01 --:--:-- 26862 100 32557 0 0 100 32557 0 26256 0:00:01 0:00:01 --:--:-- 26276 [2021-01-13T23:26:07.050Z] [2021-01-13T23:26:07.050Z] [2021-01-13T23:26:07.050Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/293/openapi/v1/core-metadata.yaml] [2021-01-13T23:26:07.050Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T23:26:07.050Z] Dload Upload Total Spent Left Speed [2021-01-13T23:26:08.439Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 65323 0:00:01 0:00:01 --:--:-- 65355 100 73721 0 0 100 73721 0 65313 0:00:01 0:00:01 --:--:-- 65355 [2021-01-13T23:26:08.439Z] [2021-01-13T23:26:08.439Z] [2021-01-13T23:26:08.439Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/293/openapi/v1/support-logging.yaml] [2021-01-13T23:26:08.439Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T23:26:08.439Z] Dload Upload Total Spent Left Speed [2021-01-13T23:26:09.385Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 13820 --:--:-- --:--:-- --:--:-- 13815 100 13581 0 0 100 13581 0 13817 --:--:-- --:--:-- --:--:-- 13815 [2021-01-13T23:26:09.385Z] [2021-01-13T23:26:09.385Z] [2021-01-13T23:26:09.385Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/293/openapi/v1/support-notifications.yaml] [2021-01-13T23:26:09.385Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T23:26:09.385Z] Dload Upload Total Spent Left Speed [2021-01-13T23:26:10.333Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 36245 0:00:01 0:00:01 --:--:-- 36277 100 38890 0 0 100 38890 0 36239 0:00:01 0:00:01 --:--:-- 36277 [2021-01-13T23:26:10.333Z] [2021-01-13T23:26:10.333Z] [2021-01-13T23:26:10.333Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/293/openapi/v1/support-scheduler.yaml] [2021-01-13T23:26:10.333Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T23:26:10.333Z] Dload Upload Total Spent Left Speed [2021-01-13T23:26:11.298Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 13120 0:00:01 0:00:01 --:--:-- 13132 100 14249 0 0 100 14249 0 13115 0:00:01 0:00:01 --:--:-- 13120 [2021-01-13T23:26:11.298Z] [2021-01-13T23:26:11.298Z] [2021-01-13T23:26:11.298Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/293/openapi/v1/system-agent.yaml] [2021-01-13T23:26:11.298Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T23:26:11.298Z] Dload Upload Total Spent Left Speed [2021-01-13T23:26:12.507Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3996 0:00:01 0:00:01 --:--:-- 3998 [2021-01-13T23:26:12.507Z] [2021-01-13T23:26:12.507Z] [2021-01-13T23:26:12.507Z] === Publish openapi/v2 API === [2021-01-13T23:26:12.507Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-01-13T23:26:12.507Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/293/openapi/v2/core-command.yaml] [2021-01-13T23:26:12.507Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T23:26:12.507Z] Dload Upload Total Spent Left Speed [2021-01-13T23:26:13.463Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29536 0 0 100 29536 0 26428 0:00:01 0:00:01 --:--:-- 26442 [2021-01-13T23:26:13.464Z] [2021-01-13T23:26:13.464Z] [2021-01-13T23:26:13.464Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/293/openapi/v2/core-data.yaml] [2021-01-13T23:26:13.464Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T23:26:13.464Z] Dload Upload Total Spent Left Speed [2021-01-13T23:26:14.677Z] 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 52531 0:00:01 0:00:01 --:--:-- 52502 100 60430 0 0 100 60430 0 52523 0:00:01 0:00:01 --:--:-- 52502 [2021-01-13T23:26:14.677Z] [2021-01-13T23:26:14.677Z] [2021-01-13T23:26:14.677Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/293/openapi/v2/core-metadata.yaml] [2021-01-13T23:26:14.677Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T23:26:14.677Z] Dload Upload Total Spent Left Speed [2021-01-13T23:26:16.067Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 142k 0 0 100 142k 0 116k 0:00:01 0:00:01 --:--:-- 116k 100 142k 0 0 100 142k 0 113k 0:00:01 0:00:01 --:--:-- 113k [2021-01-13T23:26:16.067Z] [2021-01-13T23:26:16.067Z] [2021-01-13T23:26:16.067Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/293/openapi/v2/support-logging.yaml] [2021-01-13T23:26:16.067Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T23:26:16.067Z] Dload Upload Total Spent Left Speed [2021-01-13T23:26:17.458Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23692 0 0 100 23692 0 19569 0:00:01 0:00:01 --:--:-- 19580 100 23692 0 0 100 23692 0 19019 0:00:01 0:00:01 --:--:-- 19029 [2021-01-13T23:26:17.458Z] [2021-01-13T23:26:17.458Z] [2021-01-13T23:26:17.458Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/293/openapi/v2/support-notifications.yaml] [2021-01-13T23:26:17.458Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T23:26:17.458Z] Dload Upload Total Spent Left Speed [2021-01-13T23:26:18.404Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 57303 0:00:01 0:00:01 --:--:-- 57356 100 62691 0 0 100 62691 0 57293 0:00:01 0:00:01 --:--:-- 57304 [2021-01-13T23:26:18.404Z] [2021-01-13T23:26:18.404Z] [2021-01-13T23:26:18.404Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/293/openapi/v2/support-scheduler.yaml] [2021-01-13T23:26:18.404Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T23:26:18.404Z] Dload Upload Total Spent Left Speed [2021-01-13T23:26:19.352Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 42305 0:00:01 0:00:01 --:--:-- 42344 100 46198 0 0 100 46198 0 42297 0:00:01 0:00:01 --:--:-- 42305 [2021-01-13T23:26:19.352Z] [2021-01-13T23:26:19.352Z] [2021-01-13T23:26:19.352Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/293/openapi/v2/system-agent.yaml] [2021-01-13T23:26:19.352Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T23:26:19.352Z] Dload Upload Total Spent Left Speed [2021-01-13T23:26:20.559Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23726 0 0 100 23726 0 20986 0:00:01 0:00:01 --:--:-- 20977 100 23726 0 0 100 23726 0 20982 0:00:01 0:00:01 --:--:-- 20977 [2021-01-13T23:26:20.559Z] [2021-01-13T23:26:20.559Z] [Pipeline] } [2021-01-13T23:26:20.569Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:26:21.478Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-13T23:26:21.478Z] . [Pipeline] withDockerContainer [2021-01-13T23:26:21.583Z] prd-centos7-docker-4c-2g-20047 does not seem to be running inside a container [2021-01-13T23:26:21.633Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/293 -v /w/workspace/edgex-go/293:/w/workspace/edgex-go/293:rw,z -v /w/workspace/edgex-go/293@tmp:/w/workspace/edgex-go/293@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:10004/edgex-devops/git-semver:latest cat [2021-01-13T23:26:22.564Z] $ docker top ef2fadc9cced886200f60ed23d032cd41092d08e0c30352f14d049c3d5d3ad82 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-13T23:26:22.836Z] [edgeXSemver]: ignoring command tag because GITSEMVER_HEAD_TAG is already set to 'v2.0.0-dev.34' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-13T23:26:23.268Z] + git semver [Pipeline] } [2021-01-13T23:26:23.599Z] $ docker stop --time=1 ef2fadc9cced886200f60ed23d032cd41092d08e0c30352f14d049c3d5d3ad82 [2021-01-13T23:26:24.984Z] $ docker rm -f ef2fadc9cced886200f60ed23d032cd41092d08e0c30352f14d049c3d5d3ad82 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:26:25.598Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-13T23:26:25.598Z] [2021-01-13T23:26:25.598Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:26:25.937Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-13T23:26:25.937Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-13T23:26:25.937Z] ab5ef0e58194: Pulling fs layer [2021-01-13T23:26:25.937Z] 9712f1f96733: Pulling fs layer [2021-01-13T23:26:25.937Z] 63f879dbbcfc: Pulling fs layer [2021-01-13T23:26:25.937Z] 0d9ebad4ef96: Pulling fs layer [2021-01-13T23:26:25.937Z] e9a5061849ea: Pulling fs layer [2021-01-13T23:26:25.937Z] d747dcd14b5f: Pulling fs layer [2021-01-13T23:26:25.937Z] 2de7ff778b66: Pulling fs layer [2021-01-13T23:26:25.937Z] e9a5061849ea: Waiting [2021-01-13T23:26:25.937Z] d747dcd14b5f: Waiting [2021-01-13T23:26:25.937Z] 2de7ff778b66: Waiting [2021-01-13T23:26:25.937Z] 0d9ebad4ef96: Waiting [2021-01-13T23:26:25.937Z] 9712f1f96733: Verifying Checksum [2021-01-13T23:26:25.937Z] 9712f1f96733: Download complete [2021-01-13T23:26:27.874Z] 63f879dbbcfc: Verifying Checksum [2021-01-13T23:26:27.874Z] 63f879dbbcfc: Download complete [2021-01-13T23:26:28.140Z] e9a5061849ea: Verifying Checksum [2021-01-13T23:26:28.140Z] e9a5061849ea: Download complete [2021-01-13T23:26:28.140Z] d747dcd14b5f: Verifying Checksum [2021-01-13T23:26:28.140Z] d747dcd14b5f: Download complete [2021-01-13T23:26:28.404Z] 2de7ff778b66: Verifying Checksum [2021-01-13T23:26:28.404Z] 2de7ff778b66: Download complete [2021-01-13T23:26:28.671Z] 0d9ebad4ef96: Verifying Checksum [2021-01-13T23:26:28.671Z] 0d9ebad4ef96: Download complete [2021-01-13T23:26:28.934Z] ab5ef0e58194: Verifying Checksum [2021-01-13T23:26:28.934Z] ab5ef0e58194: Download complete [2021-01-13T23:26:34.282Z] ab5ef0e58194: Pull complete [2021-01-13T23:26:34.282Z] 9712f1f96733: Pull complete [2021-01-13T23:26:36.837Z] 63f879dbbcfc: Pull complete [2021-01-13T23:26:43.476Z] 0d9ebad4ef96: Pull complete [2021-01-13T23:26:46.857Z] e9a5061849ea: Pull complete [2021-01-13T23:26:47.120Z] d747dcd14b5f: Pull complete [2021-01-13T23:26:49.059Z] 2de7ff778b66: Pull complete [2021-01-13T23:26:49.059Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-13T23:26:49.059Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-13T23:26:49.059Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-13T23:26:49.239Z] prd-centos7-docker-4c-2g-20047 does not seem to be running inside a container [2021-01-13T23:26:49.287Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/293 -v /w/workspace/edgex-go/293:/w/workspace/edgex-go/293:rw,z -v /w/workspace/edgex-go/293@tmp:/w/workspace/edgex-go/293@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-lftools:0.23.1-centos7 cat [2021-01-13T23:26:53.247Z] $ docker top f9c0a00105c8c45d0e94aff4103565cd9d045cc15c0935847885053d883e02b8 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-13T23:26:53.514Z] provisioning config files... [2021-01-13T23:26:53.525Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/293@tmp/config5500957942892394693tmp [2021-01-13T23:26:53.541Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/293@tmp/config1490615947897597518tmp [2021-01-13T23:26:53.559Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/293@tmp/config5779988845086383124tmp [Pipeline] { [Pipeline] echo [2021-01-13T23:26:53.613Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-13T23:26:53.913Z] ---> sigul-configuration.sh [2021-01-13T23:26:53.913Z] gpg: directory `/root/.gnupg' created [2021-01-13T23:26:53.913Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-13T23:26:53.913Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-13T23:26:53.913Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-13T23:26:53.913Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-13T23:26:53.913Z] gpg: CAST5 encrypted data [2021-01-13T23:26:54.180Z] gpg: encrypted with 1 passphrase [2021-01-13T23:26:54.180Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-13T23:26:54.485Z] + mkdir /home/jenkins [2021-01-13T23:26:54.485Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-13T23:26:54.782Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-01-13T23:26:54.792Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-13T23:26:55.092Z] ---> sigul-install.sh [2021-01-13T23:27:01.699Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-13T23:27:02.004Z] + git tag --list [2021-01-13T23:27:02.266Z] 0.6.0 [2021-01-13T23:27:02.266Z] 0.6.1 [2021-01-13T23:27:02.266Z] 0.7.0 [2021-01-13T23:27:02.266Z] 0.7.1 [2021-01-13T23:27:02.266Z] v1.0.0 [2021-01-13T23:27:02.266Z] v1.0.1 [2021-01-13T23:27:02.266Z] v1.1.0 [2021-01-13T23:27:02.266Z] v1.2.0 [2021-01-13T23:27:02.266Z] v1.2.1 [2021-01-13T23:27:02.266Z] v1.2.2-dev.1 [2021-01-13T23:27:02.266Z] v1.2.2-dev.10 [2021-01-13T23:27:02.266Z] v1.2.2-dev.100 [2021-01-13T23:27:02.266Z] v1.2.2-dev.101 [2021-01-13T23:27:02.266Z] v1.2.2-dev.102 [2021-01-13T23:27:02.266Z] v1.2.2-dev.103 [2021-01-13T23:27:02.266Z] v1.2.2-dev.104 [2021-01-13T23:27:02.266Z] v1.2.2-dev.105 [2021-01-13T23:27:02.266Z] v1.2.2-dev.106 [2021-01-13T23:27:02.266Z] v1.2.2-dev.107 [2021-01-13T23:27:02.266Z] v1.2.2-dev.11 [2021-01-13T23:27:02.266Z] v1.2.2-dev.12 [2021-01-13T23:27:02.266Z] v1.2.2-dev.13 [2021-01-13T23:27:02.266Z] v1.2.2-dev.14 [2021-01-13T23:27:02.266Z] v1.2.2-dev.15 [2021-01-13T23:27:02.266Z] v1.2.2-dev.16 [2021-01-13T23:27:02.266Z] v1.2.2-dev.17 [2021-01-13T23:27:02.266Z] v1.2.2-dev.18 [2021-01-13T23:27:02.266Z] v1.2.2-dev.19 [2021-01-13T23:27:02.266Z] v1.2.2-dev.2 [2021-01-13T23:27:02.266Z] v1.2.2-dev.20 [2021-01-13T23:27:02.266Z] v1.2.2-dev.21 [2021-01-13T23:27:02.266Z] v1.2.2-dev.22 [2021-01-13T23:27:02.266Z] v1.2.2-dev.23 [2021-01-13T23:27:02.266Z] v1.2.2-dev.24 [2021-01-13T23:27:02.266Z] v1.2.2-dev.25 [2021-01-13T23:27:02.266Z] v1.2.2-dev.26 [2021-01-13T23:27:02.266Z] v1.2.2-dev.27 [2021-01-13T23:27:02.266Z] v1.2.2-dev.28 [2021-01-13T23:27:02.266Z] v1.2.2-dev.29 [2021-01-13T23:27:02.266Z] v1.2.2-dev.3 [2021-01-13T23:27:02.266Z] v1.2.2-dev.30 [2021-01-13T23:27:02.266Z] v1.2.2-dev.31 [2021-01-13T23:27:02.266Z] v1.2.2-dev.32 [2021-01-13T23:27:02.266Z] v1.2.2-dev.33 [2021-01-13T23:27:02.266Z] v1.2.2-dev.34 [2021-01-13T23:27:02.266Z] v1.2.2-dev.35 [2021-01-13T23:27:02.266Z] v1.2.2-dev.36 [2021-01-13T23:27:02.266Z] v1.2.2-dev.37 [2021-01-13T23:27:02.266Z] v1.2.2-dev.38 [2021-01-13T23:27:02.266Z] v1.2.2-dev.39 [2021-01-13T23:27:02.266Z] v1.2.2-dev.4 [2021-01-13T23:27:02.266Z] v1.2.2-dev.40 [2021-01-13T23:27:02.266Z] v1.2.2-dev.41 [2021-01-13T23:27:02.266Z] v1.2.2-dev.42 [2021-01-13T23:27:02.266Z] v1.2.2-dev.43 [2021-01-13T23:27:02.266Z] v1.2.2-dev.44 [2021-01-13T23:27:02.266Z] v1.2.2-dev.45 [2021-01-13T23:27:02.266Z] v1.2.2-dev.46 [2021-01-13T23:27:02.266Z] v1.2.2-dev.47 [2021-01-13T23:27:02.266Z] v1.2.2-dev.48 [2021-01-13T23:27:02.266Z] v1.2.2-dev.49 [2021-01-13T23:27:02.266Z] v1.2.2-dev.5 [2021-01-13T23:27:02.266Z] v1.2.2-dev.50 [2021-01-13T23:27:02.266Z] v1.2.2-dev.51 [2021-01-13T23:27:02.266Z] v1.2.2-dev.52 [2021-01-13T23:27:02.266Z] v1.2.2-dev.53 [2021-01-13T23:27:02.266Z] v1.2.2-dev.54 [2021-01-13T23:27:02.266Z] v1.2.2-dev.55 [2021-01-13T23:27:02.266Z] v1.2.2-dev.56 [2021-01-13T23:27:02.266Z] v1.2.2-dev.57 [2021-01-13T23:27:02.266Z] v1.2.2-dev.58 [2021-01-13T23:27:02.266Z] v1.2.2-dev.59 [2021-01-13T23:27:02.266Z] v1.2.2-dev.6 [2021-01-13T23:27:02.266Z] v1.2.2-dev.60 [2021-01-13T23:27:02.266Z] v1.2.2-dev.61 [2021-01-13T23:27:02.266Z] v1.2.2-dev.62 [2021-01-13T23:27:02.266Z] v1.2.2-dev.63 [2021-01-13T23:27:02.266Z] v1.2.2-dev.64 [2021-01-13T23:27:02.266Z] v1.2.2-dev.65 [2021-01-13T23:27:02.266Z] v1.2.2-dev.66 [2021-01-13T23:27:02.266Z] v1.2.2-dev.67 [2021-01-13T23:27:02.266Z] v1.2.2-dev.68 [2021-01-13T23:27:02.266Z] v1.2.2-dev.69 [2021-01-13T23:27:02.266Z] v1.2.2-dev.7 [2021-01-13T23:27:02.266Z] v1.2.2-dev.70 [2021-01-13T23:27:02.266Z] v1.2.2-dev.71 [2021-01-13T23:27:02.266Z] v1.2.2-dev.72 [2021-01-13T23:27:02.266Z] v1.2.2-dev.73 [2021-01-13T23:27:02.266Z] v1.2.2-dev.74 [2021-01-13T23:27:02.266Z] v1.2.2-dev.75 [2021-01-13T23:27:02.266Z] v1.2.2-dev.76 [2021-01-13T23:27:02.266Z] v1.2.2-dev.77 [2021-01-13T23:27:02.266Z] v1.2.2-dev.78 [2021-01-13T23:27:02.266Z] v1.2.2-dev.79 [2021-01-13T23:27:02.266Z] v1.2.2-dev.8 [2021-01-13T23:27:02.266Z] v1.2.2-dev.80 [2021-01-13T23:27:02.266Z] v1.2.2-dev.81 [2021-01-13T23:27:02.266Z] v1.2.2-dev.82 [2021-01-13T23:27:02.266Z] v1.2.2-dev.83 [2021-01-13T23:27:02.266Z] v1.2.2-dev.84 [2021-01-13T23:27:02.266Z] v1.2.2-dev.85 [2021-01-13T23:27:02.266Z] v1.2.2-dev.86 [2021-01-13T23:27:02.266Z] v1.2.2-dev.87 [2021-01-13T23:27:02.266Z] v1.2.2-dev.88 [2021-01-13T23:27:02.266Z] v1.2.2-dev.89 [2021-01-13T23:27:02.266Z] v1.2.2-dev.9 [2021-01-13T23:27:02.266Z] v1.2.2-dev.90 [2021-01-13T23:27:02.266Z] v1.2.2-dev.91 [2021-01-13T23:27:02.266Z] v1.2.2-dev.92 [2021-01-13T23:27:02.266Z] v1.2.2-dev.93 [2021-01-13T23:27:02.266Z] v1.2.2-dev.94 [2021-01-13T23:27:02.266Z] v1.2.2-dev.95 [2021-01-13T23:27:02.266Z] v1.2.2-dev.96 [2021-01-13T23:27:02.266Z] v1.2.2-dev.97 [2021-01-13T23:27:02.266Z] v1.2.2-dev.98 [2021-01-13T23:27:02.266Z] v1.2.2-dev.99 [2021-01-13T23:27:02.266Z] v1.3.0 [2021-01-13T23:27:02.266Z] v1.3.1-dev.1 [2021-01-13T23:27:02.266Z] v1.3.1-dev.10 [2021-01-13T23:27:02.266Z] v1.3.1-dev.11 [2021-01-13T23:27:02.266Z] v1.3.1-dev.12 [2021-01-13T23:27:02.266Z] v1.3.1-dev.13 [2021-01-13T23:27:02.266Z] v1.3.1-dev.14 [2021-01-13T23:27:02.266Z] v1.3.1-dev.15 [2021-01-13T23:27:02.266Z] v1.3.1-dev.16 [2021-01-13T23:27:02.266Z] v1.3.1-dev.17 [2021-01-13T23:27:02.267Z] v1.3.1-dev.18 [2021-01-13T23:27:02.267Z] v1.3.1-dev.2 [2021-01-13T23:27:02.267Z] v1.3.1-dev.3 [2021-01-13T23:27:02.267Z] v1.3.1-dev.4 [2021-01-13T23:27:02.267Z] v1.3.1-dev.5 [2021-01-13T23:27:02.267Z] v1.3.1-dev.6 [2021-01-13T23:27:02.267Z] v1.3.1-dev.7 [2021-01-13T23:27:02.267Z] v1.3.1-dev.8 [2021-01-13T23:27:02.267Z] v1.3.1-dev.9 [2021-01-13T23:27:02.267Z] v2.0.0-dev.1 [2021-01-13T23:27:02.267Z] v2.0.0-dev.10 [2021-01-13T23:27:02.267Z] v2.0.0-dev.11 [2021-01-13T23:27:02.267Z] v2.0.0-dev.12 [2021-01-13T23:27:02.267Z] v2.0.0-dev.13 [2021-01-13T23:27:02.267Z] v2.0.0-dev.14 [2021-01-13T23:27:02.267Z] v2.0.0-dev.15 [2021-01-13T23:27:02.267Z] v2.0.0-dev.16 [2021-01-13T23:27:02.267Z] v2.0.0-dev.17 [2021-01-13T23:27:02.267Z] v2.0.0-dev.18 [2021-01-13T23:27:02.267Z] v2.0.0-dev.19 [2021-01-13T23:27:02.267Z] v2.0.0-dev.2 [2021-01-13T23:27:02.267Z] v2.0.0-dev.20 [2021-01-13T23:27:02.267Z] v2.0.0-dev.21 [2021-01-13T23:27:02.267Z] v2.0.0-dev.22 [2021-01-13T23:27:02.267Z] v2.0.0-dev.23 [2021-01-13T23:27:02.267Z] v2.0.0-dev.24 [2021-01-13T23:27:02.267Z] v2.0.0-dev.25 [2021-01-13T23:27:02.267Z] v2.0.0-dev.26 [2021-01-13T23:27:02.267Z] v2.0.0-dev.27 [2021-01-13T23:27:02.267Z] v2.0.0-dev.28 [2021-01-13T23:27:02.267Z] v2.0.0-dev.29 [2021-01-13T23:27:02.267Z] v2.0.0-dev.3 [2021-01-13T23:27:02.267Z] v2.0.0-dev.30 [2021-01-13T23:27:02.267Z] v2.0.0-dev.31 [2021-01-13T23:27:02.267Z] v2.0.0-dev.32 [2021-01-13T23:27:02.267Z] v2.0.0-dev.33 [2021-01-13T23:27:02.267Z] v2.0.0-dev.34 [2021-01-13T23:27:02.267Z] v2.0.0-dev.4 [2021-01-13T23:27:02.267Z] v2.0.0-dev.5 [2021-01-13T23:27:02.267Z] v2.0.0-dev.6 [2021-01-13T23:27:02.267Z] v2.0.0-dev.7 [2021-01-13T23:27:02.267Z] v2.0.0-dev.8 [2021-01-13T23:27:02.267Z] v2.0.0-dev.9 [Pipeline] sh [2021-01-13T23:27:02.565Z] + lftools sign git-tag v2.0.0-dev.35 [2021-01-13T23:27:03.956Z] Signing Git tag with Sigul... [2021-01-13T23:27:03.956Z] Signing v2.0.0-dev.35 [2021-01-13T23:27:04.218Z] Error while calling git, args ['git', 'show-ref', '-s', 'refs/tags/v2.0.0-dev.35'], return code 1, stdout , stderr [Pipeline] echo [2021-01-13T23:27:04.231Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-13T23:27:04.663Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-13T23:27:04.674Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-13T23:27:04.780Z] $ docker stop --time=1 f9c0a00105c8c45d0e94aff4103565cd9d045cc15c0935847885053d883e02b8 [2021-01-13T23:27:06.914Z] $ docker rm -f f9c0a00105c8c45d0e94aff4103565cd9d045cc15c0935847885053d883e02b8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:27:10.896Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-13T23:27:10.897Z] . [Pipeline] withDockerContainer [2021-01-13T23:27:11.053Z] prd-centos7-docker-4c-2g-20047 does not seem to be running inside a container [2021-01-13T23:27:11.100Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/293 -v /w/workspace/edgex-go/293:/w/workspace/edgex-go/293:rw,z -v /w/workspace/edgex-go/293@tmp:/w/workspace/edgex-go/293@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:10004/edgex-devops/git-semver:latest cat [2021-01-13T23:27:11.862Z] $ docker top 106611b49e0dfc89f331d7809f37adeb2c81f03db062c385c492609e786e1071 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-13T23:27:12.144Z] [edgeXSemver]: ignoring command bump pre because GITSEMVER_HEAD_TAG is already set to 'v2.0.0-dev.34' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-13T23:27:12.534Z] + git semver [Pipeline] } [2021-01-13T23:27:12.550Z] $ docker stop --time=1 106611b49e0dfc89f331d7809f37adeb2c81f03db062c385c492609e786e1071 [2021-01-13T23:27:13.921Z] $ docker rm -f 106611b49e0dfc89f331d7809f37adeb2c81f03db062c385c492609e786e1071 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:27:14.447Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-13T23:27:14.447Z] . [Pipeline] withDockerContainer [2021-01-13T23:27:14.553Z] prd-centos7-docker-4c-2g-20047 does not seem to be running inside a container [2021-01-13T23:27:14.599Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/293 -v /w/workspace/edgex-go/293:/w/workspace/edgex-go/293:rw,z -v /w/workspace/edgex-go/293@tmp:/w/workspace/edgex-go/293@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:10004/edgex-devops/git-semver:latest cat [2021-01-13T23:27:15.245Z] $ docker top 91bbd8cabd5613d0b632b389e1f67ccde223cfb6150cb0fd2d081fabe75a88a8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-13T23:27:15.480Z] [edgeXSemver]: ignoring command push because GITSEMVER_HEAD_TAG is already set to 'v2.0.0-dev.34' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-13T23:27:15.853Z] + git semver [Pipeline] } [2021-01-13T23:27:15.870Z] $ docker stop --time=1 91bbd8cabd5613d0b632b389e1f67ccde223cfb6150cb0fd2d081fabe75a88a8 [2021-01-13T23:27:17.237Z] $ docker rm -f 91bbd8cabd5613d0b632b389e1f67ccde223cfb6150cb0fd2d081fabe75a88a8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-13T23:27:18.424Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-13T23:27:19.301Z] ---> package-listing.sh [2021-01-13T23:27:19.301Z] ++ facter osfamily [2021-01-13T23:27:19.301Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-13T23:27:19.301Z] + OS_FAMILY=redhat [2021-01-13T23:27:19.301Z] + workspace=/w/workspace/edgex-go/293 [2021-01-13T23:27:19.301Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-13T23:27:19.301Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-13T23:27:19.301Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-13T23:27:19.301Z] + PACKAGES=/tmp/packages_start.txt [2021-01-13T23:27:19.301Z] + '[' /w/workspace/edgex-go/293 ']' [2021-01-13T23:27:19.301Z] + PACKAGES=/tmp/packages_end.txt [2021-01-13T23:27:19.301Z] + case "${OS_FAMILY}" in [2021-01-13T23:27:19.301Z] + rpm -qa [2021-01-13T23:27:19.301Z] + sort [2021-01-13T23:27:24.598Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-13T23:27:24.598Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-13T23:27:24.598Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-13T23:27:24.598Z] + '[' /w/workspace/edgex-go/293 ']' [2021-01-13T23:27:24.598Z] + mkdir -p /w/workspace/edgex-go/293/archives/ [2021-01-13T23:27:24.598Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/293/archives/ [Pipeline] echo [2021-01-13T23:27:24.609Z] 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/293/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-13T23:27:24.897Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:27:25.202Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-13T23:27:25.202Z] [2021-01-13T23:27:25.202Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-13T23:27:25.544Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-13T23:27:25.544Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-13T23:27:25.544Z] df20fa9351a1: Pulling fs layer [2021-01-13T23:27:25.544Z] 36b3adc4ff6f: Pulling fs layer [2021-01-13T23:27:25.544Z] 8ad3a11d3b57: Pulling fs layer [2021-01-13T23:27:25.544Z] 46f8f816bc3b: Pulling fs layer [2021-01-13T23:27:25.544Z] 93b61091891f: Pulling fs layer [2021-01-13T23:27:25.544Z] 93b9cdb0e59b: Pulling fs layer [2021-01-13T23:27:25.544Z] 5e14af77c1be: Pulling fs layer [2021-01-13T23:27:25.544Z] 01666e4c0597: Pulling fs layer [2021-01-13T23:27:25.544Z] aa168da1d23b: Pulling fs layer [2021-01-13T23:27:25.544Z] 46f8f816bc3b: Waiting [2021-01-13T23:27:25.544Z] 93b61091891f: Waiting [2021-01-13T23:27:25.544Z] 93b9cdb0e59b: Waiting [2021-01-13T23:27:25.544Z] 5e14af77c1be: Waiting [2021-01-13T23:27:25.544Z] 01666e4c0597: Waiting [2021-01-13T23:27:25.544Z] aa168da1d23b: Waiting [2021-01-13T23:27:25.544Z] 36b3adc4ff6f: Verifying Checksum [2021-01-13T23:27:25.544Z] 36b3adc4ff6f: Download complete [2021-01-13T23:27:25.544Z] 46f8f816bc3b: Verifying Checksum [2021-01-13T23:27:25.544Z] 46f8f816bc3b: Download complete [2021-01-13T23:27:25.544Z] df20fa9351a1: Verifying Checksum [2021-01-13T23:27:25.544Z] df20fa9351a1: Download complete [2021-01-13T23:27:25.805Z] 93b9cdb0e59b: Verifying Checksum [2021-01-13T23:27:25.805Z] 93b9cdb0e59b: Download complete [2021-01-13T23:27:25.805Z] 5e14af77c1be: Download complete [2021-01-13T23:27:25.805Z] 93b61091891f: Verifying Checksum [2021-01-13T23:27:25.805Z] 93b61091891f: Download complete [2021-01-13T23:27:25.805Z] 01666e4c0597: Verifying Checksum [2021-01-13T23:27:25.805Z] 01666e4c0597: Download complete [2021-01-13T23:27:26.065Z] df20fa9351a1: Pull complete [2021-01-13T23:27:26.065Z] 8ad3a11d3b57: Verifying Checksum [2021-01-13T23:27:26.065Z] 8ad3a11d3b57: Download complete [2021-01-13T23:27:26.065Z] 36b3adc4ff6f: Pull complete [2021-01-13T23:27:28.647Z] aa168da1d23b: Verifying Checksum [2021-01-13T23:27:28.647Z] aa168da1d23b: Download complete [2021-01-13T23:27:29.219Z] 8ad3a11d3b57: Pull complete [2021-01-13T23:27:29.793Z] 46f8f816bc3b: Pull complete [2021-01-13T23:27:30.055Z] 93b61091891f: Pull complete [2021-01-13T23:27:30.316Z] 93b9cdb0e59b: Pull complete [2021-01-13T23:27:30.316Z] 5e14af77c1be: Pull complete [2021-01-13T23:27:30.579Z] 01666e4c0597: Pull complete [2021-01-13T23:27:38.755Z] aa168da1d23b: Pull complete [2021-01-13T23:27:38.755Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-13T23:27:38.755Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-13T23:27:38.755Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-13T23:27:38.945Z] prd-centos7-docker-4c-2g-20047 does not seem to be running inside a container [2021-01-13T23:27:38.991Z] $ 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/293/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/293 -v /w/workspace/edgex-go/293:/w/workspace/edgex-go/293:rw,z -v /w/workspace/edgex-go/293@tmp:/w/workspace/edgex-go/293@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-lftools-log-publisher:alpine cat [2021-01-13T23:27:44.245Z] $ docker top 875cac9017eed5fc69271c4fb9b5f1e6e20935abe77ac8ff9ad763f75d1e883a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-13T23:27:44.737Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-13T23:27:45.034Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-13T23:27:45.332Z] + ls /var/log/sa-host [2021-01-13T23:27:45.332Z] + sadf -c /var/log/sa-host/sa13 [2021-01-13T23:27:45.332Z] file_magic: OK [2021-01-13T23:27:45.332Z] HZ: Using current value: 100 [2021-01-13T23:27:45.332Z] file_header: OK [2021-01-13T23:27:45.332Z] 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-13T23:27:45.332Z] Statistics: [2021-01-13T23:27:45.332Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-13T23:27:45.332Z] File successfully converted to sysstat format version 12.2.1 [2021-01-13T23:27:45.332Z] + sadf -c /var/log/sa-host/sa23 [2021-01-13T23:27:45.332Z] file_magic: OK [2021-01-13T23:27:45.332Z] HZ: Using current value: 100 [2021-01-13T23:27:45.332Z] file_header: OK [2021-01-13T23:27:45.332Z] 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-13T23:27:45.332Z] Statistics: [2021-01-13T23:27:45.332Z] Hnuu...uuuununununu... [2021-01-13T23:27:45.332Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-13T23:27:45.543Z] provisioning config files... [2021-01-13T23:27:45.561Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/293@tmp/config122737910820010267tmp [Pipeline] { [Pipeline] echo [2021-01-13T23:27:45.635Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-13T23:27:45.931Z] ---> create-netrc.sh [Pipeline] } [2021-01-13T23:27:45.940Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-13T23:27:46.063Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-13T23:27:46.361Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-13T23:27:46.372Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-13T23:27:46.672Z] ---> sudo-logs.sh [2021-01-13T23:27:46.672Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-13T23:27:46.682Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-13T23:27:46.982Z] ---> job-cost.sh [2021-01-13T23:27:46.982Z] lf-activate-venv: SKIPPING [2021-01-13T23:27:46.982Z] INFO: No Stack... [2021-01-13T23:27:48.375Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-13T23:27:48.637Z] INFO: Archiving Costs [Pipeline] echo [2021-01-13T23:27:48.650Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-13T23:27:48.948Z] ---> logs-deploy.sh [2021-01-13T23:27:48.949Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/293 [2021-01-13T23:27:48.949Z] INFO: archiving workspace using pattern(s): [2021-01-13T23:27:50.867Z] Archives upload complete. [2021-01-13T23:27:50.867Z] INFO: archiving logs to Nexus