Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 834d3171e999f07b66e80622c0ba0f5573f7b499 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 # timeout=10 Commit message: "Merge pull request #301 from ernestojeda/enable-docker-proxy" > 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 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-13090’ is offline Running on prd-centos7-docker-4c-2g-13097 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/230 [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/230 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 834d3171e999f07b66e80622c0ba0f5573f7b499 (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --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 834d3171e999f07b66e80622c0ba0f5573f7b499 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap (#2892)" > git rev-list --no-walk 55279ac293f1a7bfc29c798d374b05cebe545617 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-21T22:03:00.980Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-21T22:03:01.235Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-21T22:03:01.326Z] ========================================================= [2020-11-21T22:03:01.326Z] EdgeX Global Pipelines Version Info [2020-11-21T22:03:01.326Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-21T22:03:03.669Z] ------------------- [2020-11-21T22:03:03.669Z] stable info: [2020-11-21T22:03:03.669Z] ------------------- [2020-11-21T22:03:03.669Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-21T22:03:03.669Z] Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 [2020-11-21T22:03:03.669Z] Message: update stable to v1.0.167 [2020-11-21T22:03:04.671Z] ------------------- [2020-11-21T22:03:04.671Z] experimental info: [2020-11-21T22:03:04.671Z] ------------------- [2020-11-21T22:03:04.671Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-21T22:03:04.671Z] Commit SHA: 0d18be6431106a7569620da64dad388747d7ba9a [2020-11-21T22:03:04.671Z] Message: update experimental to v1.0.168 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-21T22:03:04.958Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-11-21T22:03:05.049Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-11-21T22:03:05.139Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-21T22:03:05.230Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-21T22:03:05.318Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-21T22:03:05.402Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-21T22:03:05.487Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-21T22:03:05.578Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-11-21T22:03:05.696Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-11-21T22:03:06.030Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-11-21T22:03:06.127Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-21T22:03:06.211Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-21T22:03:06.315Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-21T22:03:06.394Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-21T22:03:06.477Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-11-21T22:03:06.557Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-11-21T22:03:06.640Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-11-21T22:03:06.723Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-21T22:03:06.814Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-11-21T22:03:06.895Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-11-21T22:03:06.987Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-11-21T22:03:07.069Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-21T22:03:07.150Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-11-21T22:03:07.232Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-11-21T22:03:07.312Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-11-21T22:03:07.392Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 834d3171e999f07b66e80622c0ba0f5573f7b499 [Pipeline] echo [2020-11-21T22:03:07.473Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 834d317 [Pipeline] echo [2020-11-21T22:03:07.577Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-21T22:03:07.753Z] provisioning config files... [2020-11-21T22:03:07.804Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/230@tmp/config8840384325588817029tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-21T22:03:08.174Z] ---> docker-login.sh [2020-11-21T22:03:08.175Z] nexus3.edgexfoundry.org:10001 [2020-11-21T22:03:08.454Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T22:03:08.728Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T22:03:08.728Z] Configure a credential helper to remove this warning. See [2020-11-21T22:03:08.728Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T22:03:08.728Z] [2020-11-21T22:03:08.728Z] Login Succeeded [2020-11-21T22:03:08.728Z] nexus3.edgexfoundry.org:10002 [2020-11-21T22:03:09.034Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T22:03:09.034Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T22:03:09.034Z] Configure a credential helper to remove this warning. See [2020-11-21T22:03:09.034Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T22:03:09.034Z] [2020-11-21T22:03:09.034Z] Login Succeeded [2020-11-21T22:03:09.034Z] nexus3.edgexfoundry.org:10003 [2020-11-21T22:03:09.323Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T22:03:09.323Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T22:03:09.323Z] Configure a credential helper to remove this warning. See [2020-11-21T22:03:09.323Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T22:03:09.323Z] [2020-11-21T22:03:09.323Z] Login Succeeded [2020-11-21T22:03:09.323Z] nexus3.edgexfoundry.org:10004 [2020-11-21T22:03:09.594Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T22:03:09.905Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T22:03:09.905Z] Configure a credential helper to remove this warning. See [2020-11-21T22:03:09.905Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T22:03:09.905Z] [2020-11-21T22:03:09.905Z] Login Succeeded [2020-11-21T22:03:09.905Z] docker.io [2020-11-21T22:03:09.905Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T22:03:10.555Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T22:03:10.555Z] Configure a credential helper to remove this warning. See [2020-11-21T22:03:10.556Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T22:03:10.556Z] [2020-11-21T22:03:10.556Z] Login Succeeded [2020-11-21T22:03:10.556Z] ---> docker-login.sh ends [Pipeline] } [2020-11-21T22:03:10.567Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-21T22:03:11.226Z] ++ 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-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-11-21T22:03:11.226Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-21T22:03:11.226Z] ++ dirname cmd/core-command/Dockerfile [2020-11-21T22:03:11.226Z] ++ cut -d/ -f2 [2020-11-21T22:03:11.226Z] + echo core-command,cmd/core-command/Dockerfile [2020-11-21T22:03:11.226Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-21T22:03:11.226Z] ++ dirname cmd/core-data/Dockerfile [2020-11-21T22:03:11.226Z] ++ cut -d/ -f2 [2020-11-21T22:03:11.226Z] + echo core-data,cmd/core-data/Dockerfile [2020-11-21T22:03:11.226Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-21T22:03:11.226Z] ++ dirname cmd/core-metadata/Dockerfile [2020-11-21T22:03:11.226Z] ++ cut -d/ -f2 [2020-11-21T22:03:11.226Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-11-21T22:03:11.226Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-21T22:03:11.226Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-11-21T22:03:11.226Z] ++ cut -d/ -f2 [2020-11-21T22:03:11.226Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-11-21T22:03:11.226Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-21T22:03:11.226Z] ++ cut -d/ -f2 [2020-11-21T22:03:11.226Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-11-21T22:03:11.226Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-11-21T22:03:11.226Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-21T22:03:11.226Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-11-21T22:03:11.226Z] ++ cut -d/ -f2 [2020-11-21T22:03:11.226Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-11-21T22:03:11.226Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-21T22:03:11.226Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-11-21T22:03:11.226Z] ++ cut -d/ -f2 [2020-11-21T22:03:11.226Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-11-21T22:03:11.226Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-21T22:03:11.226Z] ++ dirname cmd/support-logging/Dockerfile [2020-11-21T22:03:11.226Z] ++ cut -d/ -f2 [2020-11-21T22:03:11.226Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-11-21T22:03:11.226Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-21T22:03:11.226Z] ++ dirname cmd/support-notifications/Dockerfile [2020-11-21T22:03:11.226Z] ++ cut -d/ -f2 [2020-11-21T22:03:11.226Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-11-21T22:03:11.226Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-21T22:03:11.226Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-11-21T22:03:11.226Z] ++ cut -d/ -f2 [2020-11-21T22:03:11.226Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-11-21T22:03:11.226Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-21T22:03:11.226Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-11-21T22:03:11.227Z] ++ cut -d/ -f2 [2020-11-21T22:03:11.227Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-11-21T22:03:11.329Z] 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-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/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 [2020-11-21T22:03:15.475Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-21T22:03:15.475Z] [2020-11-21T22:03:15.475Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:03:15.857Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-21T22:03:15.857Z] latest: Pulling from edgex-devops/git-semver [2020-11-21T22:03:15.857Z] 31603596830f: Pulling fs layer [2020-11-21T22:03:15.857Z] 2a8b12db71e7: Pulling fs layer [2020-11-21T22:03:15.857Z] 6ca5941a6612: Pulling fs layer [2020-11-21T22:03:15.857Z] ecc8261a40a4: Pulling fs layer [2020-11-21T22:03:15.857Z] ecc8261a40a4: Waiting [2020-11-21T22:03:16.156Z] 2a8b12db71e7: Verifying Checksum [2020-11-21T22:03:16.156Z] 2a8b12db71e7: Download complete [2020-11-21T22:03:16.156Z] 31603596830f: Verifying Checksum [2020-11-21T22:03:16.156Z] 31603596830f: Download complete [2020-11-21T22:03:16.511Z] ecc8261a40a4: Verifying Checksum [2020-11-21T22:03:16.511Z] ecc8261a40a4: Download complete [2020-11-21T22:03:16.792Z] 6ca5941a6612: Verifying Checksum [2020-11-21T22:03:16.792Z] 6ca5941a6612: Download complete [2020-11-21T22:03:17.061Z] 31603596830f: Pull complete [2020-11-21T22:03:17.061Z] 2a8b12db71e7: Pull complete [2020-11-21T22:03:19.062Z] 6ca5941a6612: Pull complete [2020-11-21T22:03:19.355Z] ecc8261a40a4: Pull complete [2020-11-21T22:03:19.355Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-21T22:03:19.355Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-21T22:03:19.355Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-21T22:03:19.540Z] prd-centos7-docker-4c-2g-13097 does not seem to be running inside a container [2020-11-21T22:03:19.691Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/230 -v /w/workspace/edgex-go/230:/w/workspace/edgex-go/230:rw,z -v /w/workspace/edgex-go/230@tmp:/w/workspace/edgex-go/230@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-21T22:03:22.444Z] $ docker top 377f2221bd965dc9dcc6c68eaf7ccf40d81b122fea856ad6867ffb2bb26eb535 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-21T22:03:22.965Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-21T22:03:22.965Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-21T22:03:23.263Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-21T22:03:23.270Z] $ docker exec 377f2221bd965dc9dcc6c68eaf7ccf40d81b122fea856ad6867ffb2bb26eb535 ssh-agent [2020-11-21T22:03:23.533Z] SSH_AUTH_SOCK=/tmp/ssh-qOYTaB3WBPun/agent.11 [2020-11-21T22:03:23.533Z] SSH_AGENT_PID=17 [2020-11-21T22:03:23.553Z] Running ssh-add (command line suppressed) [2020-11-21T22:03:23.783Z] Identity added: /w/workspace/edgex-go/230@tmp/private_key_5400801654027143187.key (/w/workspace/edgex-go/230@tmp/private_key_5400801654027143187.key) [2020-11-21T22:03:23.852Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-21T22:03:24.210Z] + git tag --points-at HEAD [Pipeline] } [2020-11-21T22:03:24.246Z] $ docker exec --env ******** --env ******** 377f2221bd965dc9dcc6c68eaf7ccf40d81b122fea856ad6867ffb2bb26eb535 ssh-agent -k [2020-11-21T22:03:24.472Z] unset SSH_AUTH_SOCK; [2020-11-21T22:03:24.475Z] unset SSH_AGENT_PID; [2020-11-21T22:03:24.475Z] echo Agent pid 17 killed; [2020-11-21T22:03:24.596Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-21T22:03:24.742Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-21T22:03:24.742Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-21T22:03:25.102Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-21T22:03:25.111Z] $ docker exec 377f2221bd965dc9dcc6c68eaf7ccf40d81b122fea856ad6867ffb2bb26eb535 ssh-agent [2020-11-21T22:03:25.393Z] SSH_AUTH_SOCK=/tmp/ssh-opf4fLgqjVKe/agent.46 [2020-11-21T22:03:25.393Z] SSH_AGENT_PID=51 [2020-11-21T22:03:25.402Z] Running ssh-add (command line suppressed) [2020-11-21T22:03:25.625Z] Identity added: /w/workspace/edgex-go/230@tmp/private_key_7255027947301842963.key (/w/workspace/edgex-go/230@tmp/private_key_7255027947301842963.key) [2020-11-21T22:03:25.720Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-21T22:03:26.107Z] + git semver init [2020-11-21T22:03:26.107Z] # -> Open(): unable to determine branch for HEAD [2020-11-21T22:03:26.107Z] # $GIT_DIR = /w/workspace/edgex-go/230/.git [2020-11-21T22:03:26.107Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/230 [2020-11-21T22:03:26.107Z] # $SEMVER_REMOTE_NAME = origin [2020-11-21T22:03:26.107Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-21T22:03:26.107Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-21T22:03:26.107Z] # $SEMVER_BRANCH = master [2020-11-21T22:03:26.107Z] # $SEMVER_TEMP = /tmp/semver-232689498 [2020-11-21T22:03:26.107Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-11-21T22:03:58.619Z] # '/tmp/semver-232689498' -> '/w/workspace/edgex-go/230/.semver' [2020-11-21T22:03:58.619Z] # -> Force: false [2020-11-21T22:03:58.619Z] # $SEMVER_DIR = /w/workspace/edgex-go/230/.semver [Pipeline] } [2020-11-21T22:03:58.640Z] $ docker exec --env ******** --env ******** 377f2221bd965dc9dcc6c68eaf7ccf40d81b122fea856ad6867ffb2bb26eb535 ssh-agent -k [2020-11-21T22:03:58.934Z] unset SSH_AUTH_SOCK; [2020-11-21T22:03:58.935Z] unset SSH_AGENT_PID; [2020-11-21T22:03:58.935Z] echo Agent pid 51 killed; [2020-11-21T22:03:59.019Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-21T22:03:59.566Z] + git semver [Pipeline] } [2020-11-21T22:03:59.600Z] $ docker stop --time=1 377f2221bd965dc9dcc6c68eaf7ccf40d81b122fea856ad6867ffb2bb26eb535 [2020-11-21T22:04:01.434Z] $ docker rm -f 377f2221bd965dc9dcc6c68eaf7ccf40d81b122fea856ad6867ffb2bb26eb535 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-21T22:04:02.018Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-21T22:04:02.644Z] Stashed 1 file(s) [Pipeline] echo [2020-11-21T22:04:02.647Z] [edgeXSemver]: initialized semver on version 1.3.1-dev.6 [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 [2020-11-21T22:04:03.567Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-11-21T22:04:03.876Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-21T22:04:04.211Z] + sudo service docker restart [2020-11-21T22:04:04.211Z] + true [2020-11-21T22:04:04.211Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-11-21T22:04:05.219Z] ========================================================= [2020-11-21T22:04:05.219Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-21T22:04:05.219Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:04:05.634Z] + 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 . [2020-11-21T22:04:11.067Z] Sending build context to Docker daemon 325.9MB [2020-11-21T22:04:11.067Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-21T22:04:11.067Z] Step 2/7 : FROM ${BASE} [2020-11-21T22:04:11.067Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-21T22:04:11.067Z] df20fa9351a1: Pulling fs layer [2020-11-21T22:04:11.067Z] ed8968b2872e: Pulling fs layer [2020-11-21T22:04:11.067Z] a92cc7c5fd73: Pulling fs layer [2020-11-21T22:04:11.067Z] e871e8e8d7a9: Pulling fs layer [2020-11-21T22:04:11.067Z] e73272ec9a57: Pulling fs layer [2020-11-21T22:04:11.067Z] 1e910a182e73: Pulling fs layer [2020-11-21T22:04:11.067Z] 4e634b169226: Pulling fs layer [2020-11-21T22:04:11.067Z] e871e8e8d7a9: Waiting [2020-11-21T22:04:11.067Z] e73272ec9a57: Waiting [2020-11-21T22:04:11.067Z] 1e910a182e73: Waiting [2020-11-21T22:04:11.067Z] 4e634b169226: Waiting [2020-11-21T22:04:11.067Z] a92cc7c5fd73: Verifying Checksum [2020-11-21T22:04:11.067Z] a92cc7c5fd73: Download complete [2020-11-21T22:04:11.067Z] ed8968b2872e: Verifying Checksum [2020-11-21T22:04:11.067Z] ed8968b2872e: Download complete [2020-11-21T22:04:11.067Z] e73272ec9a57: Verifying Checksum [2020-11-21T22:04:11.067Z] e73272ec9a57: Download complete [2020-11-21T22:04:11.067Z] 1e910a182e73: Verifying Checksum [2020-11-21T22:04:11.067Z] 1e910a182e73: Download complete [2020-11-21T22:04:11.334Z] df20fa9351a1: Verifying Checksum [2020-11-21T22:04:11.334Z] df20fa9351a1: Download complete [2020-11-21T22:04:11.606Z] df20fa9351a1: Pull complete [2020-11-21T22:04:11.873Z] ed8968b2872e: Pull complete [2020-11-21T22:04:12.161Z] a92cc7c5fd73: Pull complete [2020-11-21T22:04:14.859Z] 4e634b169226: Verifying Checksum [2020-11-21T22:04:14.859Z] 4e634b169226: Download complete [2020-11-21T22:04:15.463Z] e871e8e8d7a9: Verifying Checksum [2020-11-21T22:04:15.463Z] e871e8e8d7a9: Download complete [2020-11-21T22:04:18.042Z] Still waiting to schedule task [2020-11-21T22:04:18.042Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-11-21T22:04:23.756Z] e871e8e8d7a9: Pull complete [2020-11-21T22:04:23.757Z] e73272ec9a57: Pull complete [2020-11-21T22:04:23.757Z] 1e910a182e73: Pull complete [2020-11-21T22:04:27.788Z] 4e634b169226: Pull complete [2020-11-21T22:04:27.790Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-21T22:04:27.790Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-21T22:04:27.790Z] ---> f7629b54cfaa [2020-11-21T22:04:27.790Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-11-21T22:04:28.074Z] ---> Running in b3254e8444b9 [2020-11-21T22:04:28.660Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-21T22:04:29.627Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-21T22:04:30.213Z] (1/12) Installing libmagic (5.38-r0) [2020-11-21T22:04:30.480Z] (2/12) Installing file (5.38-r0) [2020-11-21T22:04:30.480Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-11-21T22:04:30.750Z] (4/12) Installing g++ (9.3.0-r2) [2020-11-21T22:04:43.123Z] (5/12) Installing fortify-headers (1.1-r0) [2020-11-21T22:04:43.123Z] (6/12) Installing patch (2.7.6-r6) [2020-11-21T22:04:43.123Z] (7/12) Installing build-base (0.5-r2) [2020-11-21T22:04:43.123Z] (8/12) Installing libsodium (1.0.18-r0) [2020-11-21T22:04:43.123Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-11-21T22:04:43.123Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-11-21T22:04:43.123Z] (11/12) Installing libzmq (4.3.3-r0) [2020-11-21T22:04:43.123Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-11-21T22:04:43.123Z] Executing busybox-1.31.1-r16.trigger [2020-11-21T22:04:43.123Z] OK: 233 MiB in 51 packages [2020-11-21T22:04:45.726Z] Removing intermediate container b3254e8444b9 [2020-11-21T22:04:45.726Z] ---> 9e457e03f57c [2020-11-21T22:04:45.726Z] Step 4/7 : WORKDIR /edgex-go [2020-11-21T22:04:45.726Z] ---> Running in 5bedffa7381c [2020-11-21T22:04:45.990Z] Removing intermediate container 5bedffa7381c [2020-11-21T22:04:45.990Z] ---> 26eb2309b4aa [2020-11-21T22:04:45.990Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-11-21T22:04:46.567Z] latest: Pulling from library/docker [2020-11-21T22:04:46.567Z] 188c0c94c7c5: Pulling fs layer [2020-11-21T22:04:46.567Z] 0c7c675703d6: Pulling fs layer [2020-11-21T22:04:46.567Z] cc8c12a437cb: Pulling fs layer [2020-11-21T22:04:46.567Z] c5dafad2182a: Pulling fs layer [2020-11-21T22:04:46.567Z] 5aa711733414: Pulling fs layer [2020-11-21T22:04:46.567Z] 058f73b55e4b: Pulling fs layer [2020-11-21T22:04:46.567Z] 8c9c664faf12: Pulling fs layer [2020-11-21T22:04:46.567Z] 5aa711733414: Waiting [2020-11-21T22:04:46.567Z] 058f73b55e4b: Waiting [2020-11-21T22:04:46.567Z] 8c9c664faf12: Waiting [2020-11-21T22:04:46.567Z] c5dafad2182a: Waiting [2020-11-21T22:04:46.831Z] cc8c12a437cb: Verifying Checksum [2020-11-21T22:04:46.831Z] cc8c12a437cb: Download complete [2020-11-21T22:04:46.831Z] 0c7c675703d6: Verifying Checksum [2020-11-21T22:04:46.831Z] 0c7c675703d6: Download complete [2020-11-21T22:04:46.831Z] 188c0c94c7c5: Verifying Checksum [2020-11-21T22:04:46.831Z] 188c0c94c7c5: Download complete [2020-11-21T22:04:47.109Z] 5aa711733414: Verifying Checksum [2020-11-21T22:04:47.109Z] 5aa711733414: Download complete [2020-11-21T22:04:47.109Z] 058f73b55e4b: Verifying Checksum [2020-11-21T22:04:47.109Z] 058f73b55e4b: Download complete [2020-11-21T22:04:47.414Z] 8c9c664faf12: Verifying Checksum [2020-11-21T22:04:47.414Z] 8c9c664faf12: Download complete [2020-11-21T22:04:47.414Z] 188c0c94c7c5: Pull complete [2020-11-21T22:04:48.038Z] 0c7c675703d6: Pull complete [2020-11-21T22:04:48.326Z] c5dafad2182a: Verifying Checksum [2020-11-21T22:04:48.326Z] c5dafad2182a: Download complete [2020-11-21T22:04:48.326Z] cc8c12a437cb: Pull complete [2020-11-21T22:04:52.674Z] c5dafad2182a: Pull complete [2020-11-21T22:04:52.674Z] 5aa711733414: Pull complete [2020-11-21T22:04:52.674Z] 058f73b55e4b: Pull complete [2020-11-21T22:04:52.674Z] 8c9c664faf12: Pull complete [2020-11-21T22:04:52.674Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-11-21T22:04:52.674Z] Status: Downloaded newer image for docker:latest [2020-11-21T22:04:55.265Z] ---> 7bff52f932fe [2020-11-21T22:04:55.265Z] Step 6/7 : COPY go.mod . [2020-11-21T22:04:55.265Z] ---> 4403f9a97a5f [2020-11-21T22:04:55.265Z] Step 7/7 : RUN go mod download [2020-11-21T22:04:55.533Z] ---> Running in 619f95c18af2 [2020-11-21T22:05:17.793Z] Removing intermediate container 619f95c18af2 [2020-11-21T22:05:17.793Z] ---> 5b80460a0992 [2020-11-21T22:05:17.793Z] Successfully built 5b80460a0992 [2020-11-21T22:05:17.793Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:05:18.171Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-21T22:05:18.171Z] . [Pipeline] withDockerContainer [2020-11-21T22:05:18.330Z] prd-centos7-docker-4c-2g-13097 does not seem to be running inside a container [2020-11-21T22:05:18.456Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/230 -v /w/workspace/edgex-go/230:/w/workspace/edgex-go/230:rw,z -v /w/workspace/edgex-go/230@tmp:/w/workspace/edgex-go/230@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 ******** ci-base-image-x86_64 cat [2020-11-21T22:05:19.675Z] $ docker top 722207dc3bc293a28204eccc4a03b98895450fd8670f28c89f9d1059f849af68 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-21T22:05:20.260Z] + go version [2020-11-21T22:05:20.260Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-21T22:05:20.277Z] $ docker stop --time=1 722207dc3bc293a28204eccc4a03b98895450fd8670f28c89f9d1059f849af68 [2020-11-21T22:05:21.852Z] $ docker rm -f 722207dc3bc293a28204eccc4a03b98895450fd8670f28c89f9d1059f849af68 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:05:23.233Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-21T22:05:23.233Z] . [Pipeline] withDockerContainer [2020-11-21T22:05:23.383Z] prd-centos7-docker-4c-2g-13097 does not seem to be running inside a container [2020-11-21T22:05:23.485Z] $ 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/230 -v /w/workspace/edgex-go/230:/w/workspace/edgex-go/230:rw,z -v /w/workspace/edgex-go/230@tmp:/w/workspace/edgex-go/230@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 ******** ci-base-image-x86_64 cat [2020-11-21T22:05:24.326Z] $ docker top 09b08dde66b76acfe57eaa5bf30f75c768fec3a7333e6196a5e468c61ebe17f0 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-11-21T22:05:24.558Z] ========================================================= [2020-11-21T22:05:24.558Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-11-21T22:05:24.558Z] ========================================================= [Pipeline] sh [2020-11-21T22:05:24.856Z] + make test [2020-11-21T22:05:24.856Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-11-21T22:05:37.328Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-11-21T22:06:05.889Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-11-21T22:06:12.694Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-11-21T22:06:12.993Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-11-21T22:06:12.993Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-11-21T22:06:12.993Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-11-21T22:06:14.073Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-11-21T22:06:17.721Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.048s [2020-11-21T22:06:17.721Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-11-21T22:06:17.721Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-11-21T22:06:18.424Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-13099 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-11-21T22:06:18.479Z] Running in /w/workspace/edgex-go/230 [Pipeline] { [Pipeline] checkout [2020-11-21T22:06:19.310Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-11-21T22:06:20.039Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-11-21T22:06:20.039Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-11-21T22:06:20.039Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-11-21T22:06:20.039Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-11-21T22:06:23.679Z] using credential edgex-jenkins-ssh [2020-11-21T22:06:23.746Z] Cloning the remote Git repository [2020-11-21T22:06:23.813Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-11-21T22:06:23.927Z] > git init /w/workspace/edgex-go/230 # timeout=10 [2020-11-21T22:06:24.016Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-11-21T22:06:24.017Z] > git --version # timeout=10 [2020-11-21T22:06:24.034Z] > git --version # 'git version 2.17.1' [2020-11-21T22:06:24.035Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-21T22:06:24.110Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-21T22:06:25.597Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.130s coverage: 46.6% of statements [2020-11-21T22:06:25.597Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-11-21T22:06:25.597Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-11-21T22:06:25.597Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-11-21T22:06:25.597Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-11-21T22:06:25.597Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-11-21T22:06:30.001Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.330s coverage: 27.1% of statements [2020-11-21T22:06:30.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-11-21T22:06:30.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-11-21T22:06:30.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-11-21T22:06:30.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-11-21T22:06:30.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-11-21T22:06:30.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-11-21T22:06:30.001Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.054s coverage: 100.0% of statements [2020-11-21T22:06:30.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-11-21T22:06:30.001Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.053s coverage: 100.0% of statements [2020-11-21T22:06:30.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-11-21T22:06:30.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-11-21T22:06:30.001Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.150s coverage: 67.0% of statements [2020-11-21T22:06:30.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-11-21T22:06:30.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-11-21T22:06:30.001Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.106s coverage: 83.8% of statements [2020-11-21T22:06:30.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-11-21T22:06:30.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-11-21T22:06:30.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-11-21T22:06:30.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-11-21T22:06:34.578Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.686s coverage: 28.6% of statements [2020-11-21T22:06:34.578Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-11-21T22:06:34.578Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-11-21T22:06:34.578Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-11-21T22:06:34.578Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-11-21T22:06:34.578Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-11-21T22:06:34.578Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.082s coverage: 100.0% of statements [2020-11-21T22:06:34.578Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-11-21T22:06:34.578Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.043s coverage: 100.0% of statements [2020-11-21T22:06:34.578Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-11-21T22:06:34.578Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.198s coverage: 86.7% of statements [2020-11-21T22:06:34.578Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-11-21T22:06:34.578Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.187s coverage: 97.5% of statements [2020-11-21T22:06:34.578Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-11-21T22:06:34.578Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.128s coverage: 79.0% of statements [2020-11-21T22:06:34.578Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-11-21T22:06:34.578Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-11-21T22:06:34.578Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-11-21T22:06:34.578Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-11-21T22:06:38.115Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.563s coverage: 95.7% of statements [2020-11-21T22:06:38.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-11-21T22:06:38.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-11-21T22:06:38.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-11-21T22:06:38.115Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-11-21T22:06:38.115Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-11-21T22:06:38.115Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-11-21T22:06:38.115Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-11-21T22:06:38.115Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-11-21T22:06:38.115Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-11-21T22:06:38.115Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-11-21T22:06:38.115Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-11-21T22:06:38.115Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-11-21T22:06:38.115Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-11-21T22:06:38.115Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-11-21T22:06:38.115Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-11-21T22:06:38.115Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-11-21T22:06:38.115Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-11-21T22:06:38.115Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-11-21T22:06:38.115Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-11-21T22:06:38.115Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-11-21T22:06:38.115Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.086s coverage: 58.8% of statements [2020-11-21T22:06:38.115Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-11-21T22:06:38.115Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-11-21T22:06:38.115Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.222s coverage: 0.0% of statements [no tests to run] [2020-11-21T22:06:38.115Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-11-21T22:06:38.115Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-11-21T22:06:38.115Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.244s coverage: 63.5% of statements [2020-11-21T22:06:38.115Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-11-21T22:06:38.115Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-11-21T22:06:38.115Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements [2020-11-21T22:06:38.115Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.133s coverage: 91.3% of statements [2020-11-21T22:06:38.115Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.043s coverage: 100.0% of statements [2020-11-21T22:06:38.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.082s coverage: 73.7% of statements [2020-11-21T22:06:38.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.055s coverage: 100.0% of statements [2020-11-21T22:06:41.581Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.570s coverage: 55.9% of statements [2020-11-21T22:06:41.581Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-11-21T22:06:41.581Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-11-21T22:06:41.581Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-11-21T22:06:41.581Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-11-21T22:06:41.581Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-11-21T22:06:41.581Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-11-21T22:06:47.249Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 7.336s coverage: 86.3% of statements [2020-11-21T22:06:47.249Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-11-21T22:06:47.249Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.805s coverage: 72.2% of statements [2020-11-21T22:06:47.249Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.589s coverage: 72.1% of statements [2020-11-21T22:06:47.249Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.086s coverage: 82.4% of statements [2020-11-21T22:06:47.249Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.055s coverage: 48.4% of statements [2020-11-21T22:06:47.249Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-11-21T22:06:47.249Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-11-21T22:06:47.249Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-11-21T22:06:47.249Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.054s coverage: 28.8% of statements [2020-11-21T22:06:47.249Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-11-21T22:06:47.249Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.088s coverage: 96.8% of statements [2020-11-21T22:06:47.249Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-11-21T22:06:47.249Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.184s coverage: 37.2% of statements [2020-11-21T22:06:47.249Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-11-21T22:06:47.249Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-11-21T22:06:47.249Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.729s coverage: 84.1% of statements [2020-11-21T22:06:47.249Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.049s coverage: 100.0% of statements [2020-11-21T22:06:48.004Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.089s coverage: 42.9% of statements [2020-11-21T22:06:48.004Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-11-21T22:06:48.004Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-11-21T22:06:48.004Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.085s coverage: 100.0% of statements [2020-11-21T22:06:48.004Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-11-21T22:06:48.688Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.054s coverage: 83.8% of statements [2020-11-21T22:06:48.688Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-11-21T22:06:49.437Z] Checking out Revision 834d3171e999f07b66e80622c0ba0f5573f7b499 (master) [2020-11-21T22:06:48.677Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-11-21T22:06:48.697Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-21T22:06:48.733Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-11-21T22:06:48.777Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-11-21T22:06:48.778Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-21T22:06:48.795Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-21T22:06:49.466Z] > git config core.sparsecheckout # timeout=10 [2020-11-21T22:06:49.485Z] > git checkout -f 834d3171e999f07b66e80622c0ba0f5573f7b499 # timeout=10 [2020-11-21T22:06:51.568Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.197s coverage: 47.1% of statements [2020-11-21T22:06:51.569Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-11-21T22:06:51.569Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-11-21T22:06:51.569Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.043s coverage: 100.0% of statements [2020-11-21T22:06:51.569Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-11-21T22:06:51.569Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-11-21T22:06:51.569Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-11-21T22:06:51.569Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.058s coverage: 100.0% of statements [2020-11-21T22:06:51.569Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-11-21T22:06:51.569Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.111s coverage: 100.0% of statements [2020-11-21T22:06:51.569Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-11-21T22:06:54.064Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap (#2892)" [2020-11-21T22:06:54.319Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.089s coverage: 29.1% of statements [2020-11-21T22:06:54.319Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-11-21T22:06:54.319Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-11-21T22:06:54.319Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-11-21T22:06:54.319Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-11-21T22:06:54.319Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-11-21T22:06:54.319Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.150s coverage: 99.0% of statements [2020-11-21T22:06:54.319Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-11-21T22:06:54.319Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.087s coverage: 100.0% of statements [2020-11-21T22:06:54.319Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-11-21T22:06:54.319Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements [2020-11-21T22:06:54.319Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-11-21T22:06:54.319Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.062s coverage: 100.0% of statements [2020-11-21T22:06:54.319Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-11-21T22:06:54.319Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-11-21T22:06:54.319Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-11-21T22:06:54.319Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-21T22:06:54.971Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.075s coverage: 87.9% of statements [2020-11-21T22:06:54.971Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-11-21T22:06:54.971Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-11-21T22:06:55.260Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.053s coverage: 100.0% of statements [2020-11-21T22:06:55.548Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.053s coverage: 32.1% of statements [2020-11-21T22:06:55.825Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.103s coverage: 100.0% of statements [2020-11-21T22:06:55.850Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-11-21T22:06:56.110Z] GO111MODULE=on go vet ./... [2020-11-21T22:06:56.268Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-21T22:06:56.690Z] + sudo service docker restart [2020-11-21T22:06:56.690Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-21T22:06:59.403Z] provisioning config files... [2020-11-21T22:06:59.442Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/230@tmp/config714199378467510161tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-21T22:06:59.858Z] ---> docker-login.sh [2020-11-21T22:06:59.858Z] nexus3.edgexfoundry.org:10001 [2020-11-21T22:07:00.839Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T22:07:01.113Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T22:07:01.113Z] Configure a credential helper to remove this warning. See [2020-11-21T22:07:01.113Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T22:07:01.113Z] [2020-11-21T22:07:01.113Z] Login Succeeded [2020-11-21T22:07:01.113Z] nexus3.edgexfoundry.org:10002 [2020-11-21T22:07:01.386Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T22:07:01.660Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T22:07:01.660Z] Configure a credential helper to remove this warning. See [2020-11-21T22:07:01.660Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T22:07:01.660Z] [2020-11-21T22:07:01.660Z] Login Succeeded [2020-11-21T22:07:01.660Z] nexus3.edgexfoundry.org:10003 [2020-11-21T22:07:01.936Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T22:07:01.936Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T22:07:01.936Z] Configure a credential helper to remove this warning. See [2020-11-21T22:07:01.936Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T22:07:01.936Z] [2020-11-21T22:07:01.936Z] Login Succeeded [2020-11-21T22:07:01.936Z] nexus3.edgexfoundry.org:10004 [2020-11-21T22:07:02.533Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T22:07:02.534Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T22:07:02.534Z] Configure a credential helper to remove this warning. See [2020-11-21T22:07:02.534Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T22:07:02.534Z] [2020-11-21T22:07:02.534Z] Login Succeeded [2020-11-21T22:07:02.534Z] docker.io [2020-11-21T22:07:02.809Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T22:07:03.406Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T22:07:03.406Z] Configure a credential helper to remove this warning. See [2020-11-21T22:07:03.406Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T22:07:03.406Z] [2020-11-21T22:07:03.406Z] Login Succeeded [2020-11-21T22:07:03.406Z] ---> docker-login.sh ends [Pipeline] } [2020-11-21T22:07:03.424Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-21T22:07:03.984Z] ========================================================= [2020-11-21T22:07:03.984Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-21T22:07:03.984Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:07:04.371Z] + 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 . [2020-11-21T22:07:07.002Z] Sending build context to Docker daemon 165.3MB [2020-11-21T22:07:07.002Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-21T22:07:07.002Z] Step 2/7 : FROM ${BASE} [2020-11-21T22:07:07.002Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-21T22:07:07.002Z] b538f80385f9: Pulling fs layer [2020-11-21T22:07:07.002Z] 74f711af9a0d: Pulling fs layer [2020-11-21T22:07:07.002Z] 99f96fe45779: Pulling fs layer [2020-11-21T22:07:07.002Z] 8529a6b9a6be: Pulling fs layer [2020-11-21T22:07:07.002Z] 45590311c82a: Pulling fs layer [2020-11-21T22:07:07.002Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-21T22:07:07.002Z] 209524e5b208: Pulling fs layer [2020-11-21T22:07:07.002Z] 8529a6b9a6be: Waiting [2020-11-21T22:07:07.002Z] 45590311c82a: Waiting [2020-11-21T22:07:07.002Z] 69ca0ff8b7b3: Waiting [2020-11-21T22:07:07.002Z] 209524e5b208: Waiting [2020-11-21T22:07:07.002Z] 99f96fe45779: Download complete [2020-11-21T22:07:07.002Z] 74f711af9a0d: Verifying Checksum [2020-11-21T22:07:07.002Z] 74f711af9a0d: Download complete [2020-11-21T22:07:07.002Z] 45590311c82a: Download complete [2020-11-21T22:07:07.002Z] 69ca0ff8b7b3: Verifying Checksum [2020-11-21T22:07:07.002Z] 69ca0ff8b7b3: Download complete [2020-11-21T22:07:07.598Z] b538f80385f9: Verifying Checksum [2020-11-21T22:07:08.200Z] b538f80385f9: Pull complete [2020-11-21T22:07:08.809Z] 74f711af9a0d: Pull complete [2020-11-21T22:07:09.085Z] 99f96fe45779: Pull complete [2020-11-21T22:07:10.069Z] 209524e5b208: Verifying Checksum [2020-11-21T22:07:10.069Z] 209524e5b208: Download complete [2020-11-21T22:07:11.512Z] 8529a6b9a6be: Download complete [2020-11-21T22:07:21.679Z] 8529a6b9a6be: Pull complete [2020-11-21T22:07:21.679Z] 45590311c82a: Pull complete [2020-11-21T22:07:21.679Z] 69ca0ff8b7b3: Pull complete [2020-11-21T22:07:26.032Z] 209524e5b208: Pull complete [2020-11-21T22:07:26.032Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-21T22:07:26.032Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-21T22:07:26.032Z] ---> 5bddaf1c2fca [2020-11-21T22:07:26.032Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-11-21T22:07:29.438Z] ---> Running in ff1b4466d018 [2020-11-21T22:07:30.871Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-21T22:07:31.465Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-21T22:07:32.895Z] (1/12) Installing libmagic (5.38-r0) [2020-11-21T22:07:33.165Z] (2/12) Installing file (5.38-r0) [2020-11-21T22:07:33.165Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-11-21T22:07:33.435Z] (4/12) Installing g++ (9.3.0-r2) [2020-11-21T22:07:36.810Z] (5/12) Installing fortify-headers (1.1-r0) [2020-11-21T22:07:37.081Z] (6/12) Installing patch (2.7.6-r6) [2020-11-21T22:07:37.081Z] (7/12) Installing build-base (0.5-r2) [2020-11-21T22:07:37.352Z] (8/12) Installing libsodium (1.0.18-r0) [2020-11-21T22:07:37.352Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-11-21T22:07:37.352Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-11-21T22:07:37.626Z] (11/12) Installing libzmq (4.3.3-r0) [2020-11-21T22:07:37.626Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-11-21T22:07:37.626Z] Executing busybox-1.31.1-r16.trigger [2020-11-21T22:07:37.626Z] OK: 217 MiB in 51 packages [2020-11-21T22:07:41.928Z] Removing intermediate container ff1b4466d018 [2020-11-21T22:07:41.928Z] ---> 7f351082a47c [2020-11-21T22:07:41.928Z] Step 4/7 : WORKDIR /edgex-go [2020-11-21T22:07:41.928Z] ---> Running in 9395d9194537 [2020-11-21T22:07:42.200Z] Removing intermediate container 9395d9194537 [2020-11-21T22:07:42.200Z] ---> 56371658a0ab [2020-11-21T22:07:42.200Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-11-21T22:07:42.794Z] latest: Pulling from library/docker [2020-11-21T22:07:43.066Z] 5f621e34cdf4: Pulling fs layer [2020-11-21T22:07:43.066Z] 85db56a05063: Pulling fs layer [2020-11-21T22:07:43.066Z] ccb67d6aeaaa: Pulling fs layer [2020-11-21T22:07:43.066Z] a0b19fc83503: Pulling fs layer [2020-11-21T22:07:43.066Z] 8eb508b41278: Pulling fs layer [2020-11-21T22:07:43.066Z] 37236713561e: Pulling fs layer [2020-11-21T22:07:43.066Z] 07c93f2b1b56: Pulling fs layer [2020-11-21T22:07:43.066Z] a0b19fc83503: Waiting [2020-11-21T22:07:43.066Z] 8eb508b41278: Waiting [2020-11-21T22:07:43.066Z] 37236713561e: Waiting [2020-11-21T22:07:43.066Z] 07c93f2b1b56: Waiting [2020-11-21T22:07:43.339Z] ccb67d6aeaaa: Download complete [2020-11-21T22:07:43.339Z] 85db56a05063: Verifying Checksum [2020-11-21T22:07:43.339Z] 85db56a05063: Download complete [2020-11-21T22:07:43.339Z] 5f621e34cdf4: Verifying Checksum [2020-11-21T22:07:43.339Z] 5f621e34cdf4: Download complete [2020-11-21T22:07:43.591Z] gofmt -l . [2020-11-21T22:07:43.591Z] [ "`gofmt -l .`" = "" ] [2020-11-21T22:07:43.591Z] ./bin/test-go-mod-tidy.sh [2020-11-21T22:07:43.614Z] 8eb508b41278: Download complete [2020-11-21T22:07:43.614Z] 37236713561e: Verifying Checksum [2020-11-21T22:07:43.614Z] 37236713561e: Download complete [2020-11-21T22:07:43.890Z] 07c93f2b1b56: Verifying Checksum [2020-11-21T22:07:43.890Z] 07c93f2b1b56: Download complete [2020-11-21T22:07:43.890Z] 5f621e34cdf4: Pull complete [2020-11-21T22:07:44.185Z] ./bin/test-attribution-txt.sh [2020-11-21T22:07:44.878Z] 85db56a05063: Pull complete [2020-11-21T22:07:44.878Z] ccb67d6aeaaa: Pull complete [2020-11-21T22:07:45.857Z] a0b19fc83503: Verifying Checksum [2020-11-21T22:07:45.857Z] a0b19fc83503: Download complete [Pipeline] sh [2020-11-21T22:07:48.722Z] + ls -al . [2020-11-21T22:07:48.722Z] total 640 [2020-11-21T22:07:48.722Z] drwxrwxr-x 10 1001 1001 4096 Nov 21 22:07 . [2020-11-21T22:07:48.722Z] drwxr-xr-x 4 root root 32 Nov 21 22:05 .. [2020-11-21T22:07:48.722Z] -rw-rw-r-- 1 1001 1001 11 Nov 21 22:02 .dockerignore [2020-11-21T22:07:48.722Z] drwxrwxr-x 8 1001 1001 162 Nov 21 22:02 .git [2020-11-21T22:07:48.722Z] drwxrwxr-x 3 1001 1001 125 Nov 21 22:02 .github [2020-11-21T22:07:48.722Z] -rw-rw-r-- 1 1001 1001 971 Nov 21 22:02 .gitignore [2020-11-21T22:07:48.722Z] drwx------ 3 1001 1001 32 Nov 21 22:03 .semver [2020-11-21T22:07:48.722Z] -rw-rw-r-- 1 1001 1001 166 Nov 21 22:02 .sonarcloud.properties [2020-11-21T22:07:48.722Z] -rw-rw-r-- 1 1001 1001 3804 Nov 21 22:02 CONTRIBUTING.md [2020-11-21T22:07:48.722Z] -rw-rw-r-- 1 1001 1001 1035 Nov 21 22:02 Dockerfile.build [2020-11-21T22:07:48.722Z] -rw-rw-r-- 1 1001 1001 863 Nov 21 22:02 Jenkinsfile [2020-11-21T22:07:48.722Z] -rw-rw-r-- 1 1001 1001 10775 Nov 21 22:02 LICENSE [2020-11-21T22:07:48.722Z] -rw-rw-r-- 1 1001 1001 6581 Nov 21 22:02 Makefile [2020-11-21T22:07:48.722Z] -rw-rw-r-- 1 1001 1001 6447 Nov 21 22:02 README.md [2020-11-21T22:07:48.722Z] -rw-rw-r-- 1 1001 1001 259 Nov 21 22:02 SECURITY.md [2020-11-21T22:07:48.722Z] -rw-rw-r-- 1 1001 1001 11 Nov 21 22:04 VERSION [2020-11-21T22:07:48.722Z] -rw-rw-r-- 1 1001 1001 4131 Nov 21 22:02 ZMQWindows.md [2020-11-21T22:07:48.722Z] drwxrwxr-x 2 1001 1001 117 Nov 21 22:02 bin [2020-11-21T22:07:48.722Z] drwxrwxr-x 15 1001 1001 4096 Nov 21 22:02 cmd [2020-11-21T22:07:48.722Z] -rw-r--r-- 1 root root 546551 Nov 21 22:06 coverage.out [2020-11-21T22:07:48.722Z] -rw-r--r-- 1 root root 1041 Nov 21 22:07 go.mod [2020-11-21T22:07:48.722Z] -rw-r--r-- 1 root root 18582 Nov 21 22:07 go.sum [2020-11-21T22:07:48.722Z] drwxrwxr-x 8 1001 1001 127 Nov 21 22:02 internal [2020-11-21T22:07:48.722Z] drwxrwxr-x 4 1001 1001 26 Nov 21 22:02 openapi [2020-11-21T22:07:48.722Z] drwxrwxr-x 4 1001 1001 71 Nov 21 22:02 snap [2020-11-21T22:07:48.722Z] -rw-rw-r-- 1 1001 1001 168 Nov 21 22:02 version.go [Pipeline] sh [2020-11-21T22:07:49.276Z] a0b19fc83503: Pull complete [2020-11-21T22:07:49.277Z] 8eb508b41278: Pull complete [2020-11-21T22:07:49.277Z] 37236713561e: Pull complete [2020-11-21T22:07:49.373Z] + '[' -e coverage.out ] [2020-11-21T22:07:49.373Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-11-21T22:07:49.580Z] 07c93f2b1b56: Pull complete [2020-11-21T22:07:49.664Z] Stashed 1 file(s) [Pipeline] sh [2020-11-21T22:07:49.852Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-11-21T22:07:49.852Z] Status: Downloaded newer image for docker:latest [2020-11-21T22:07:50.325Z] + make build [2020-11-21T22:07:50.326Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.6" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-11-21T22:07:53.249Z] ---> d7eeeba280a9 [2020-11-21T22:07:53.249Z] Step 6/7 : COPY go.mod . [2020-11-21T22:07:53.526Z] ---> 7ec2cdc0892b [2020-11-21T22:07:53.526Z] Step 7/7 : RUN go mod download [2020-11-21T22:07:53.809Z] ---> Running in 5a6c477de1a4 [2020-11-21T22:08:09.145Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.6" -o cmd/core-data/core-data ./cmd/core-data [2020-11-21T22:08:14.589Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.6" -o cmd/core-command/core-command ./cmd/core-command [2020-11-21T22:08:16.760Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.6" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-11-21T22:08:19.476Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.6" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-11-21T22:08:20.627Z] Removing intermediate container 5a6c477de1a4 [2020-11-21T22:08:20.627Z] ---> dd4ef1d27f18 [2020-11-21T22:08:20.627Z] Successfully built dd4ef1d27f18 [2020-11-21T22:08:20.627Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:08:20.975Z] + docker inspect -f . ci-base-image-arm64 [2020-11-21T22:08:20.975Z] . [Pipeline] withDockerContainer [2020-11-21T22:08:21.263Z] prd-ubuntu18.04-docker-arm64-4c-16g-13099 does not seem to be running inside a container [2020-11-21T22:08:21.363Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/230 -v /w/workspace/edgex-go/230:/w/workspace/edgex-go/230:rw,z -v /w/workspace/edgex-go/230@tmp:/w/workspace/edgex-go/230@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 ******** ci-base-image-arm64 cat [2020-11-21T22:08:22.276Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.6" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-11-21T22:08:23.194Z] $ docker top 783f4daa8c823a8013825d2e4dd75533fd4e30d80c9c5575725ed0f2d7687413 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-21T22:08:23.936Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.6" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-11-21T22:08:24.603Z] + go version [2020-11-21T22:08:24.603Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-21T22:08:24.641Z] $ docker stop --time=1 783f4daa8c823a8013825d2e4dd75533fd4e30d80c9c5575725ed0f2d7687413 [2020-11-21T22:08:26.593Z] $ docker rm -f 783f4daa8c823a8013825d2e4dd75533fd4e30d80c9c5575725ed0f2d7687413 [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) [2020-11-21T22:08:27.430Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.6" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:08:30.240Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.6" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-11-21T22:08:30.241Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-21T22:08:30.241Z] [2020-11-21T22:08:30.241Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:08:30.625Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-21T22:08:30.906Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-11-21T22:08:30.906Z] 29e5d40040c1: Pulling fs layer [2020-11-21T22:08:30.906Z] 1ce36da41761: Pulling fs layer [2020-11-21T22:08:30.906Z] 25b303627fd3: Pulling fs layer [2020-11-21T22:08:30.906Z] 29e5d40040c1: Verifying Checksum [2020-11-21T22:08:30.906Z] 29e5d40040c1: Download complete [2020-11-21T22:08:31.514Z] 1ce36da41761: Verifying Checksum [2020-11-21T22:08:31.514Z] 1ce36da41761: Download complete [2020-11-21T22:08:31.514Z] 29e5d40040c1: Pull complete [2020-11-21T22:08:32.378Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.6" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-11-21T22:08:32.965Z] 1ce36da41761: Pull complete [2020-11-21T22:08:33.251Z] 25b303627fd3: Verifying Checksum [2020-11-21T22:08:33.251Z] 25b303627fd3: Download complete [2020-11-21T22:08:36.869Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.6" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-11-21T22:08:39.523Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.6" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-11-21T22:08:42.840Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.6" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-11-21T22:08:43.429Z] 25b303627fd3: Pull complete [2020-11-21T22:08:43.429Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-11-21T22:08:43.429Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-21T22:08:43.429Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-11-21T22:08:43.700Z] prd-ubuntu18.04-docker-arm64-4c-16g-13099 does not seem to be running inside a container [2020-11-21T22:08:43.797Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/230 -v /w/workspace/edgex-go/230:/w/workspace/edgex-go/230:rw,z -v /w/workspace/edgex-go/230@tmp:/w/workspace/edgex-go/230@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-11-21T22:08:47.131Z] $ docker top 6eb3b51ba95195bdde6059ebe775373601ff7b808adf1c85ad98097d7ef605c6 -eo pid,comm [Pipeline] { [Pipeline] } [2020-11-21T22:08:47.503Z] $ docker stop --time=1 09b08dde66b76acfe57eaa5bf30f75c768fec3a7333e6196a5e468c61ebe17f0 [2020-11-21T22:08:49.846Z] $ docker rm -f 09b08dde66b76acfe57eaa5bf30f75c768fec3a7333e6196a5e468c61ebe17f0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:08:51.510Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-21T22:08:51.720Z] + docker-compose build --help [2020-11-21T22:08:51.720Z] + grep parallel [2020-11-21T22:08:51.777Z] [2020-11-21T22:08:51.777Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:08:52.216Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-21T22:08:52.216Z] latest: Pulling from edgex-devops/edgex-compose [2020-11-21T22:08:52.216Z] cbdbe7a5bc2a: Pulling fs layer [2020-11-21T22:08:52.216Z] ca9280d653b3: Pulling fs layer [2020-11-21T22:08:52.216Z] 7e9c9ca2126c: Pulling fs layer [2020-11-21T22:08:52.826Z] cbdbe7a5bc2a: Download complete [2020-11-21T22:08:53.438Z] cbdbe7a5bc2a: Pull complete [2020-11-21T22:08:53.711Z] ca9280d653b3: Verifying Checksum [2020-11-21T22:08:53.711Z] ca9280d653b3: Download complete [2020-11-21T22:08:55.093Z] --parallel Build images in parallel. [Pipeline] } [2020-11-21T22:08:55.129Z] $ docker stop --time=1 6eb3b51ba95195bdde6059ebe775373601ff7b808adf1c85ad98097d7ef605c6 [2020-11-21T22:08:55.392Z] ca9280d653b3: Pull complete [2020-11-21T22:08:57.102Z] $ docker rm -f 6eb3b51ba95195bdde6059ebe775373601ff7b808adf1c85ad98097d7ef605c6 [Pipeline] // withDockerContainer [2020-11-21T22:08:57.485Z] 7e9c9ca2126c: Verifying Checksum [2020-11-21T22:08:57.485Z] 7e9c9ca2126c: Download complete [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:08:57.967Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-21T22:08:57.967Z] . [Pipeline] withDockerContainer [2020-11-21T22:08:58.244Z] prd-ubuntu18.04-docker-arm64-4c-16g-13099 does not seem to be running inside a container [2020-11-21T22:08:58.344Z] $ 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/230 -v /w/workspace/edgex-go/230:/w/workspace/edgex-go/230:rw,z -v /w/workspace/edgex-go/230@tmp:/w/workspace/edgex-go/230@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 [2020-11-21T22:08:59.827Z] $ docker top 8938a30efc57d46823d85d23d3adc50ddb12db561975598df8892b3b195c76ad -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-21T22:09:00.953Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-11-21T22:09:05.248Z] Building docker-core-command-go ... [2020-11-21T22:09:05.248Z] Building docker-core-data-go ... [2020-11-21T22:09:05.248Z] Building docker-core-metadata-go ... [2020-11-21T22:09:05.248Z] Building docker-security-bootstrap-redis-go ... [2020-11-21T22:09:05.248Z] Building docker-security-proxy-setup-go ... [2020-11-21T22:09:05.248Z] Building docker-security-secrets-setup-go ... [2020-11-21T22:09:05.248Z] Building docker-security-secretstore-setup-go ... [2020-11-21T22:09:05.248Z] Building docker-support-logging-go ... [2020-11-21T22:09:05.248Z] Building docker-support-notifications-go ... [2020-11-21T22:09:05.248Z] Building docker-support-scheduler-go ... [2020-11-21T22:09:05.248Z] Building docker-sys-mgmt-agent-go ... [2020-11-21T22:09:05.248Z] Building docker-security-proxy-setup-go [2020-11-21T22:09:05.248Z] Building docker-support-scheduler-go [2020-11-21T22:09:05.248Z] Building docker-security-secretstore-setup-go [2020-11-21T22:09:05.248Z] Building docker-support-logging-go [2020-11-21T22:09:05.248Z] Building docker-security-bootstrap-redis-go [2020-11-21T22:09:05.828Z] 7e9c9ca2126c: Pull complete [2020-11-21T22:09:05.828Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-11-21T22:09:05.828Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-21T22:09:05.828Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-11-21T22:09:06.130Z] prd-centos7-docker-4c-2g-13097 does not seem to be running inside a container [2020-11-21T22:09:06.280Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/230 -v /w/workspace/edgex-go/230:/w/workspace/edgex-go/230:rw,z -v /w/workspace/edgex-go/230@tmp:/w/workspace/edgex-go/230@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-11-21T22:09:07.914Z] $ docker top c3ed33560828a6e4a11b4097a737776e86ae1ff659a83cc54be0e856d439c6b3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-21T22:09:08.657Z] + docker-compose build --help [2020-11-21T22:09:08.657Z] + grep parallel [2020-11-21T22:09:10.079Z] --parallel Build images in parallel. [Pipeline] } [2020-11-21T22:09:10.371Z] $ docker stop --time=1 c3ed33560828a6e4a11b4097a737776e86ae1ff659a83cc54be0e856d439c6b3 [2020-11-21T22:09:11.872Z] $ docker rm -f c3ed33560828a6e4a11b4097a737776e86ae1ff659a83cc54be0e856d439c6b3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:09:12.616Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-21T22:09:12.616Z] . [Pipeline] withDockerContainer [2020-11-21T22:09:12.759Z] prd-centos7-docker-4c-2g-13097 does not seem to be running inside a container [2020-11-21T22:09:12.825Z] $ 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/230 -v /w/workspace/edgex-go/230:/w/workspace/edgex-go/230:rw,z -v /w/workspace/edgex-go/230@tmp:/w/workspace/edgex-go/230@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-11-21T22:09:14.340Z] $ docker top 291f308dd2f34acc56d953c9b4d227d724d0bc944f947d11e63644956daea076 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-21T22:09:15.391Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-11-21T22:09:16.810Z] Building docker-core-command-go ... [2020-11-21T22:09:16.810Z] Building docker-core-data-go ... [2020-11-21T22:09:16.810Z] Building docker-core-metadata-go ... [2020-11-21T22:09:16.810Z] Building docker-security-bootstrap-redis-go ... [2020-11-21T22:09:16.810Z] Building docker-security-proxy-setup-go ... [2020-11-21T22:09:16.810Z] Building docker-security-secrets-setup-go ... [2020-11-21T22:09:16.810Z] Building docker-security-secretstore-setup-go ... [2020-11-21T22:09:16.810Z] Building docker-support-logging-go ... [2020-11-21T22:09:16.810Z] Building docker-support-notifications-go ... [2020-11-21T22:09:16.810Z] Building docker-support-scheduler-go ... [2020-11-21T22:09:16.810Z] Building docker-sys-mgmt-agent-go ... [2020-11-21T22:09:16.810Z] Building docker-security-secrets-setup-go [2020-11-21T22:09:16.810Z] Building docker-security-proxy-setup-go [2020-11-21T22:09:16.810Z] Building docker-core-command-go [2020-11-21T22:09:16.810Z] Building docker-core-metadata-go [2020-11-21T22:09:16.810Z] Building docker-support-notifications-go [2020-11-21T22:09:52.261Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-21T22:09:52.261Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-21T22:09:52.261Z] ---> dd4ef1d27f18 [2020-11-21T22:09:52.261Z] Step 3/22 : WORKDIR /edgex-go [2020-11-21T22:09:52.261Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-21T22:09:52.261Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-11-21T22:09:52.261Z] ---> dd4ef1d27f18 [2020-11-21T22:09:52.261Z] Step 3/20 : WORKDIR /edgex-go [2020-11-21T22:09:52.261Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-21T22:09:52.261Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-11-21T22:09:52.261Z] ---> dd4ef1d27f18 [2020-11-21T22:09:52.261Z] Step 3/21 : WORKDIR /edgex-go [2020-11-21T22:09:52.261Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-21T22:09:52.261Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-21T22:09:52.261Z] ---> dd4ef1d27f18 [2020-11-21T22:09:52.261Z] Step 3/22 : WORKDIR /edgex-go [2020-11-21T22:09:52.261Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-21T22:09:52.261Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-21T22:09:52.261Z] ---> dd4ef1d27f18 [2020-11-21T22:09:52.261Z] Step 3/24 : WORKDIR /edgex-go [2020-11-21T22:09:55.688Z] ---> Running in 59c6cedecc44 [2020-11-21T22:09:55.688Z] ---> Running in 577ef9e753ff [2020-11-21T22:09:55.688Z] ---> Running in cfdc8a332006 [2020-11-21T22:09:55.688Z] ---> Running in ea4b1bdcfa66 [2020-11-21T22:09:55.688Z] ---> Running in b3e45985db7a [2020-11-21T22:09:55.964Z] Removing intermediate container 577ef9e753ff [2020-11-21T22:09:55.965Z] ---> d6d709deb6b4 [2020-11-21T22:09:55.965Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-21T22:09:56.245Z] Removing intermediate container b3e45985db7a [2020-11-21T22:09:56.245Z] ---> 10d4cacc487f [2020-11-21T22:09:56.245Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-21T22:09:56.245Z] ---> Running in dccca2801395 [2020-11-21T22:09:56.245Z] Removing intermediate container cfdc8a332006 [2020-11-21T22:09:56.245Z] ---> 5241bfe5df87 [2020-11-21T22:09:56.245Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-21T22:09:56.245Z] Removing intermediate container 59c6cedecc44 [2020-11-21T22:09:56.245Z] ---> a08aa48bdf6e [2020-11-21T22:09:56.246Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-21T22:09:56.246Z] Removing intermediate container ea4b1bdcfa66 [2020-11-21T22:09:56.246Z] ---> 6a6693bf053d [2020-11-21T22:09:56.246Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-21T22:09:56.521Z] ---> Running in 74a6bb5f14de [2020-11-21T22:09:56.521Z] ---> Running in af6e77268b5c [2020-11-21T22:09:56.521Z] ---> Running in 374d495616e2 [2020-11-21T22:09:56.521Z] ---> Running in da182b22c821 [2020-11-21T22:09:59.917Z] Removing intermediate container dccca2801395 [2020-11-21T22:09:59.917Z] ---> f3c3a21cd7fe [2020-11-21T22:09:59.917Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-11-21T22:09:59.917Z] ---> Running in cc18e78d3c1c [2020-11-21T22:10:00.524Z] Removing intermediate container af6e77268b5c [2020-11-21T22:10:00.524Z] ---> 45a6ddbdc411 [2020-11-21T22:10:00.524Z] Step 5/22 : RUN apk update && apk add make git [2020-11-21T22:10:00.806Z] ---> Running in 9ee502eef170 [2020-11-21T22:10:01.083Z] Removing intermediate container 374d495616e2 [2020-11-21T22:10:01.083Z] ---> 21506d71de2e [2020-11-21T22:10:01.083Z] Step 5/24 : RUN apk update && apk add make git [2020-11-21T22:10:01.083Z] ---> Running in 04c1c3230e6e [2020-11-21T22:10:01.360Z] Removing intermediate container 74a6bb5f14de [2020-11-21T22:10:01.360Z] ---> afed1f2c8b38 [2020-11-21T22:10:01.360Z] Step 5/21 : RUN apk update && apk add make git [2020-11-21T22:10:01.360Z] Removing intermediate container da182b22c821 [2020-11-21T22:10:01.360Z] ---> 46e0b5c7ca45 [2020-11-21T22:10:01.360Z] Step 5/20 : RUN apk update && apk add make git [2020-11-21T22:10:01.658Z] ---> Running in 640d9c1500a2 [2020-11-21T22:10:01.658Z] ---> Running in e130549a5f5a [2020-11-21T22:10:02.265Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-21T22:10:03.259Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-21T22:10:03.259Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-21T22:10:03.536Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-21T22:10:03.812Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-21T22:10:03.812Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-21T22:10:03.812Z] v3.12.1-42-gd68aa1f756 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-21T22:10:03.812Z] v3.12.1-41-g42f619918d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-21T22:10:03.812Z] OK: 12625 distinct packages available [2020-11-21T22:10:04.088Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-21T22:10:04.367Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-21T22:10:04.522Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-21T22:10:04.522Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-11-21T22:10:04.522Z] ---> 5b80460a0992 [2020-11-21T22:10:04.522Z] Step 3/20 : WORKDIR /edgex-go [2020-11-21T22:10:04.522Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-21T22:10:04.522Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-21T22:10:04.522Z] ---> 5b80460a0992 [2020-11-21T22:10:04.522Z] Step 3/24 : WORKDIR /edgex-go [2020-11-21T22:10:04.522Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-21T22:10:04.522Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-21T22:10:04.522Z] ---> 5b80460a0992 [2020-11-21T22:10:04.522Z] Step 3/22 : WORKDIR /edgex-go [2020-11-21T22:10:04.522Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-21T22:10:04.522Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-11-21T22:10:04.522Z] ---> 5b80460a0992 [2020-11-21T22:10:04.522Z] Step 3/29 : WORKDIR /edgex-go [2020-11-21T22:10:04.522Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-21T22:10:04.522Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-21T22:10:04.522Z] ---> 5b80460a0992 [2020-11-21T22:10:04.522Z] Step 3/22 : WORKDIR /edgex-go [2020-11-21T22:10:04.659Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-21T22:10:04.659Z] OK: 217 MiB in 51 packages [2020-11-21T22:10:04.659Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-21T22:10:04.935Z] v3.12.1-42-gd68aa1f756 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-21T22:10:04.935Z] v3.12.1-41-g42f619918d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-21T22:10:04.935Z] OK: 12625 distinct packages available [2020-11-21T22:10:05.130Z] ---> Running in d0a54437a33d [2020-11-21T22:10:05.130Z] ---> Running in 33298e2782a4 [2020-11-21T22:10:05.130Z] ---> Running in 9dfb211f91ab [2020-11-21T22:10:05.130Z] ---> Running in 71638c8fb5dd [2020-11-21T22:10:05.130Z] ---> Running in 04050fdff273 [2020-11-21T22:10:05.541Z] v3.12.1-42-gd68aa1f756 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-21T22:10:05.541Z] v3.12.1-41-g42f619918d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-21T22:10:05.541Z] OK: 12625 distinct packages available [2020-11-21T22:10:05.541Z] v3.12.1-42-gd68aa1f756 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-21T22:10:05.541Z] v3.12.1-41-g42f619918d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-21T22:10:05.541Z] OK: 12625 distinct packages available [2020-11-21T22:10:05.541Z] OK: 217 MiB in 51 packages [2020-11-21T22:10:05.731Z] Removing intermediate container d0a54437a33d [2020-11-21T22:10:05.731Z] ---> c11563b60e30 [2020-11-21T22:10:05.731Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-21T22:10:05.731Z] Removing intermediate container 33298e2782a4 [2020-11-21T22:10:05.731Z] ---> a58282138b2b [2020-11-21T22:10:05.731Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-21T22:10:05.731Z] Removing intermediate container 9dfb211f91ab [2020-11-21T22:10:05.731Z] ---> 8e70a81315c5 [2020-11-21T22:10:05.731Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-21T22:10:05.731Z] Removing intermediate container 71638c8fb5dd [2020-11-21T22:10:05.731Z] ---> a3d8f15f96da [2020-11-21T22:10:05.731Z] Step 4/29 : RUN apk update && apk add make git [2020-11-21T22:10:05.731Z] Removing intermediate container 04050fdff273 [2020-11-21T22:10:05.731Z] ---> 4e8104a0bf63 [2020-11-21T22:10:05.731Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-21T22:10:05.731Z] ---> Running in 1a20a1178e67 [2020-11-21T22:10:05.731Z] ---> Running in 5d18de7eaf33 [2020-11-21T22:10:05.826Z] OK: 217 MiB in 51 packages [2020-11-21T22:10:05.826Z] v3.12.1-42-gd68aa1f756 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-21T22:10:05.826Z] v3.12.1-41-g42f619918d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-21T22:10:05.826Z] OK: 12625 distinct packages available [2020-11-21T22:10:06.018Z] ---> Running in 58fe4c758fb9 [2020-11-21T22:10:06.019Z] ---> Running in f7aa0765630f [2020-11-21T22:10:06.019Z] ---> Running in ec5106c9f961 [2020-11-21T22:10:06.437Z] OK: 217 MiB in 51 packages [2020-11-21T22:10:06.437Z] OK: 217 MiB in 51 packages [2020-11-21T22:10:06.715Z] OK: 217 MiB in 51 packages [2020-11-21T22:10:07.705Z] Removing intermediate container cc18e78d3c1c [2020-11-21T22:10:07.705Z] ---> 48943d88c3f8 [2020-11-21T22:10:07.705Z] Step 6/22 : COPY go.mod . [2020-11-21T22:10:07.705Z] Removing intermediate container 9ee502eef170 [2020-11-21T22:10:07.705Z] ---> da1006e6d893 [2020-11-21T22:10:07.705Z] Step 6/22 : COPY go.mod . [2020-11-21T22:10:07.980Z] Removing intermediate container 04c1c3230e6e [2020-11-21T22:10:07.980Z] ---> b20525eb2822 [2020-11-21T22:10:07.980Z] Step 6/24 : COPY go.mod . [2020-11-21T22:10:08.006Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-21T22:10:08.259Z] Removing intermediate container 640d9c1500a2 [2020-11-21T22:10:08.259Z] ---> f00d247ca25e [2020-11-21T22:10:08.259Z] Step 6/21 : COPY go.mod . [2020-11-21T22:10:08.283Z] Removing intermediate container 1a20a1178e67 [2020-11-21T22:10:08.283Z] ---> c28b03e6c20f [2020-11-21T22:10:08.283Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-11-21T22:10:08.535Z] Removing intermediate container e130549a5f5a [2020-11-21T22:10:08.535Z] ---> b53abd3462df [2020-11-21T22:10:08.535Z] Step 6/20 : COPY go.mod . [2020-11-21T22:10:08.554Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-21T22:10:08.554Z] ---> Running in c3f33bd091ad [2020-11-21T22:10:08.554Z] Removing intermediate container f7aa0765630f [2020-11-21T22:10:08.554Z] ---> 44164ee6791f [2020-11-21T22:10:08.554Z] Step 5/22 : RUN apk update && apk add make git [2020-11-21T22:10:08.812Z] ---> a6ffbf70ac9a [2020-11-21T22:10:08.812Z] Step 7/22 : RUN go mod download [2020-11-21T22:10:08.812Z] ---> c591b9203801 [2020-11-21T22:10:08.812Z] Step 7/22 : RUN go mod download [2020-11-21T22:10:08.832Z] ---> Running in 0c027a180f56 [2020-11-21T22:10:09.086Z] ---> Running in 9084599764f0 [2020-11-21T22:10:09.086Z] ---> Running in 76e97ccbc830 [2020-11-21T22:10:09.086Z] ---> a613bf679571 [2020-11-21T22:10:09.086Z] ---> 8726c099f855 [2020-11-21T22:10:09.086Z] Step 7/24 : RUN go mod download [2020-11-21T22:10:09.086Z] Step 7/21 : RUN go mod download [2020-11-21T22:10:09.117Z] Removing intermediate container 5d18de7eaf33 [2020-11-21T22:10:09.117Z] ---> ae0f09d1a97c [2020-11-21T22:10:09.117Z] Step 5/20 : RUN apk update && apk add make git [2020-11-21T22:10:09.117Z] Removing intermediate container ec5106c9f961 [2020-11-21T22:10:09.117Z] ---> e8b0d27dc181 [2020-11-21T22:10:09.117Z] Step 5/22 : RUN apk update && apk add make git [2020-11-21T22:10:09.117Z] v3.12.1-42-gd68aa1f756 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-21T22:10:09.117Z] v3.12.1-41-g42f619918d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-21T22:10:09.117Z] OK: 12754 distinct packages available [2020-11-21T22:10:09.117Z] ---> Running in d8b548523a68 [2020-11-21T22:10:09.117Z] ---> Running in aee83e1964eb [2020-11-21T22:10:09.367Z] ---> e7aafd7be344 [2020-11-21T22:10:09.367Z] Step 7/20 : RUN go mod download [2020-11-21T22:10:09.367Z] ---> Running in ee2491200ea6 [2020-11-21T22:10:09.667Z] ---> Running in f45a84ca4c54 [2020-11-21T22:10:09.667Z] ---> Running in 5fb5c177d270 [2020-11-21T22:10:09.728Z] OK: 233 MiB in 51 packages [2020-11-21T22:10:09.728Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-21T22:10:10.008Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-21T22:10:10.292Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-21T22:10:10.565Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-21T22:10:10.565Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-21T22:10:10.565Z] Removing intermediate container 58fe4c758fb9 [2020-11-21T22:10:10.565Z] ---> 58b2852b3c09 [2020-11-21T22:10:10.565Z] Step 5/29 : COPY go.mod . [2020-11-21T22:10:10.565Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-21T22:10:10.960Z] ---> 514d153e8f70 [2020-11-21T22:10:10.960Z] Step 6/29 : RUN go mod download [2020-11-21T22:10:10.960Z] v3.12.1-42-gd68aa1f756 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-21T22:10:10.960Z] v3.12.1-41-g42f619918d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-21T22:10:10.960Z] OK: 12754 distinct packages available [2020-11-21T22:10:10.960Z] ---> Running in b187c92bae39 [2020-11-21T22:10:11.242Z] OK: 233 MiB in 51 packages [2020-11-21T22:10:11.242Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-21T22:10:11.589Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-21T22:10:11.589Z] v3.12.1-42-gd68aa1f756 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-21T22:10:11.589Z] v3.12.1-41-g42f619918d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-21T22:10:11.589Z] OK: 12754 distinct packages available [2020-11-21T22:10:11.869Z] OK: 233 MiB in 51 packages [2020-11-21T22:10:12.243Z] v3.12.1-42-gd68aa1f756 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-21T22:10:12.243Z] v3.12.1-41-g42f619918d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-21T22:10:12.243Z] OK: 12754 distinct packages available [2020-11-21T22:10:12.243Z] Removing intermediate container c3f33bd091ad [2020-11-21T22:10:12.243Z] ---> b8eb2695f553 [2020-11-21T22:10:12.243Z] Step 6/24 : COPY go.mod . [2020-11-21T22:10:12.593Z] v3.12.1-42-gd68aa1f756 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-21T22:10:12.593Z] v3.12.1-41-g42f619918d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-21T22:10:12.593Z] OK: 12754 distinct packages available [2020-11-21T22:10:12.593Z] OK: 233 MiB in 51 packages [2020-11-21T22:10:12.886Z] OK: 233 MiB in 51 packages [2020-11-21T22:10:12.886Z] ---> fc3a0adfb49d [2020-11-21T22:10:12.886Z] Step 7/24 : RUN go mod download [2020-11-21T22:10:12.886Z] ---> Running in 75ed520ae139 [2020-11-21T22:10:13.167Z] Removing intermediate container 0c027a180f56 [2020-11-21T22:10:13.167Z] ---> d9951d6d1dda [2020-11-21T22:10:13.167Z] Step 6/22 : COPY go.mod . [2020-11-21T22:10:13.800Z] Removing intermediate container aee83e1964eb [2020-11-21T22:10:13.800Z] ---> 425b2620a643 [2020-11-21T22:10:13.800Z] Step 6/22 : COPY go.mod . [2020-11-21T22:10:13.800Z] ---> a8e460d97db5 [2020-11-21T22:10:13.800Z] Step 7/22 : RUN go mod download [2020-11-21T22:10:13.800Z] ---> Running in 053fff2c42b4 [2020-11-21T22:10:14.011Z] Removing intermediate container 9084599764f0 [2020-11-21T22:10:14.011Z] ---> 31cd6ab05677 [2020-11-21T22:10:14.011Z] Step 8/22 : COPY . . [2020-11-21T22:10:14.074Z] Removing intermediate container d8b548523a68 [2020-11-21T22:10:14.074Z] ---> 441794fb665e [2020-11-21T22:10:14.074Z] Step 6/20 : COPY go.mod . [2020-11-21T22:10:14.074Z] Removing intermediate container b187c92bae39 [2020-11-21T22:10:14.074Z] ---> 95d8a5256403 [2020-11-21T22:10:14.074Z] Step 7/29 : COPY . . [2020-11-21T22:10:14.289Z] Removing intermediate container 76e97ccbc830 [2020-11-21T22:10:14.289Z] ---> 9f16678a3142 [2020-11-21T22:10:14.289Z] Step 8/22 : COPY . . [2020-11-21T22:10:14.289Z] Removing intermediate container ee2491200ea6 [2020-11-21T22:10:14.289Z] ---> 056092c83ebf [2020-11-21T22:10:14.289Z] Step 8/21 : COPY . . [2020-11-21T22:10:14.358Z] ---> bb4c15d09ec7 [2020-11-21T22:10:14.358Z] Step 7/22 : RUN go mod download [2020-11-21T22:10:14.358Z] ---> Running in e00f29166238 [2020-11-21T22:10:14.358Z] ---> 0ec4c8017e43 [2020-11-21T22:10:14.358Z] Step 7/20 : RUN go mod download [2020-11-21T22:10:14.891Z] Removing intermediate container 5fb5c177d270 [2020-11-21T22:10:14.891Z] ---> 37053c95b118 [2020-11-21T22:10:14.891Z] Step 8/20 : COPY . . [2020-11-21T22:10:14.891Z] Removing intermediate container f45a84ca4c54 [2020-11-21T22:10:14.891Z] ---> c277db09a9a3 [2020-11-21T22:10:14.891Z] Step 8/24 : COPY . . [2020-11-21T22:10:15.332Z] ---> Running in 94fd9497dd6c [2020-11-21T22:10:18.007Z] Removing intermediate container 75ed520ae139 [2020-11-21T22:10:18.007Z] ---> f597c34728f0 [2020-11-21T22:10:18.007Z] Step 8/24 : COPY . . [2020-11-21T22:10:18.596Z] Removing intermediate container 053fff2c42b4 [2020-11-21T22:10:18.596Z] ---> 9deaf33706cc [2020-11-21T22:10:18.596Z] Step 8/22 : COPY . . [2020-11-21T22:10:22.046Z] Removing intermediate container e00f29166238 [2020-11-21T22:10:22.046Z] ---> e3a986ff7275 [2020-11-21T22:10:22.046Z] Step 8/22 : COPY . . [2020-11-21T22:10:25.526Z] Removing intermediate container 94fd9497dd6c [2020-11-21T22:10:25.526Z] ---> d9ce0319d483 [2020-11-21T22:10:25.526Z] Step 8/20 : COPY . . [2020-11-21T22:10:33.246Z] ---> 00bb390055ac [2020-11-21T22:10:33.247Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-11-21T22:10:33.247Z] ---> 4019c4842134 [2020-11-21T22:10:33.247Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-11-21T22:10:33.247Z] ---> 02a809f8cf7f [2020-11-21T22:10:33.247Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-11-21T22:10:33.247Z] ---> 1ce6ef04573a [2020-11-21T22:10:33.247Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-11-21T22:10:33.247Z] ---> 98e7eae18138 [2020-11-21T22:10:33.247Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-11-21T22:10:33.247Z] ---> Running in d1cf997abcbf [2020-11-21T22:10:33.247Z] ---> Running in e09e02b3f60f [2020-11-21T22:10:33.247Z] ---> Running in 0bfe82940a7b [2020-11-21T22:10:33.247Z] ---> Running in be45c7d4c587 [2020-11-21T22:10:33.247Z] ---> Running in cffbe241e7f1 [2020-11-21T22:10:33.524Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.6" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-11-21T22:10:33.805Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.6" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-11-21T22:10:33.805Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.6" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-11-21T22:10:34.080Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.6" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-11-21T22:10:34.359Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.6" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-11-21T22:10:58.246Z] ---> 5695d637e635 [2020-11-21T22:10:58.246Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-11-21T22:10:58.246Z] ---> Running in 6fb3315546ec [2020-11-21T22:10:58.246Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.6" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-11-21T22:10:58.843Z] ---> 4e7eddccaf79 [2020-11-21T22:10:58.843Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-11-21T22:10:59.111Z] ---> 538eabea7af5 [2020-11-21T22:10:59.111Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-11-21T22:10:59.709Z] ---> 6a80c031be60 [2020-11-21T22:10:59.709Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-11-21T22:10:59.709Z] ---> Running in 6a3fa1ee7705 [2020-11-21T22:10:59.709Z] ---> Running in d70f1fdcd7ec [2020-11-21T22:11:00.037Z] ---> Running in 9889df175d86 [2020-11-21T22:11:00.349Z] ---> 626a63025ef2 [2020-11-21T22:11:00.349Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-11-21T22:11:00.349Z] ---> Running in 0a304be19f6d [2020-11-21T22:11:01.955Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.6" -o cmd/core-command/core-command ./cmd/core-command [2020-11-21T22:11:01.955Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.6" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-11-21T22:11:01.955Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.6" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-11-21T22:11:01.955Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.6" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-11-21T22:11:42.536Z] Removing intermediate container 6fb3315546ec [2020-11-21T22:11:42.536Z] ---> c374afc047e8 [2020-11-21T22:11:42.536Z] [2020-11-21T22:11:42.536Z] Step 9/29 : FROM alpine:latest [2020-11-21T22:11:42.536Z] latest: Pulling from library/alpine [2020-11-21T22:11:42.536Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-21T22:11:42.536Z] Status: Downloaded newer image for alpine:latest [2020-11-21T22:11:42.536Z] ---> d6e46aa2470d [2020-11-21T22:11:42.536Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-11-21T22:11:42.536Z] ---> Running in 0c493161ff1a [2020-11-21T22:11:42.536Z] Removing intermediate container 0c493161ff1a [2020-11-21T22:11:42.536Z] ---> 916ca5483133 [2020-11-21T22:11:42.536Z] Step 11/29 : USER root [2020-11-21T22:11:42.536Z] ---> Running in e46520955c77 [2020-11-21T22:11:42.536Z] Removing intermediate container e46520955c77 [2020-11-21T22:11:42.536Z] ---> 4406220f2d33 [2020-11-21T22:11:42.536Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-11-21T22:11:44.061Z] ---> Running in 6c1a29749571 [2020-11-21T22:11:44.061Z] Removing intermediate container 0a304be19f6d [2020-11-21T22:11:44.061Z] ---> cb6d61667a66 [2020-11-21T22:11:44.061Z] [2020-11-21T22:11:44.061Z] Step 10/20 : FROM alpine [2020-11-21T22:11:44.061Z] ---> d6e46aa2470d [2020-11-21T22:11:44.061Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-11-21T22:11:44.338Z] ---> Running in 6921d38a93a4 [2020-11-21T22:11:45.399Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-21T22:11:45.691Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-21T22:11:45.691Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-21T22:11:45.968Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-21T22:11:46.246Z] v3.12.1-42-gd68aa1f756 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-21T22:11:46.246Z] v3.12.1-41-g42f619918d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-21T22:11:46.246Z] OK: 12746 distinct packages available [2020-11-21T22:11:46.531Z] v3.12.1-42-gd68aa1f756 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-21T22:11:46.531Z] v3.12.1-41-g42f619918d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-21T22:11:46.531Z] OK: 12746 distinct packages available [2020-11-21T22:11:46.531Z] (1/2) Installing ca-certificates (20191127-r4) [2020-11-21T22:11:46.861Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-11-21T22:11:46.861Z] Executing busybox-1.31.1-r19.trigger [2020-11-21T22:11:46.861Z] Executing ca-certificates-20191127-r4.trigger [2020-11-21T22:11:46.861Z] (1/4) Installing ca-certificates (20191127-r4) [2020-11-21T22:11:46.861Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-11-21T22:11:46.861Z] (3/4) Installing libcurl (7.69.1-r1) [2020-11-21T22:11:46.861Z] OK: 6 MiB in 16 packages [2020-11-21T22:11:47.192Z] (4/4) Installing curl (7.69.1-r1) [2020-11-21T22:11:47.192Z] Executing busybox-1.31.1-r19.trigger [2020-11-21T22:11:47.192Z] Executing ca-certificates-20191127-r4.trigger [2020-11-21T22:11:47.192Z] OK: 7 MiB in 18 packages [2020-11-21T22:11:50.015Z] Removing intermediate container 6c1a29749571 [2020-11-21T22:11:50.015Z] ---> ceea3fecd500 [2020-11-21T22:11:50.015Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-11-21T22:11:50.015Z] Removing intermediate container 6921d38a93a4 [2020-11-21T22:11:50.015Z] ---> 7f1337676704 [2020-11-21T22:11:50.015Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-21T22:11:50.015Z] ---> Running in 255a46801b81 [2020-11-21T22:11:50.015Z] ---> Running in 3b769b06b3b4 [2020-11-21T22:11:50.303Z] Removing intermediate container 255a46801b81 [2020-11-21T22:11:50.303Z] ---> 9d4b9882b8c8 [2020-11-21T22:11:50.303Z] Step 13/20 : WORKDIR /edgex [2020-11-21T22:11:50.303Z] Removing intermediate container 3b769b06b3b4 [2020-11-21T22:11:50.303Z] ---> 8911b6bac6ab [2020-11-21T22:11:50.303Z] Step 14/29 : WORKDIR $BASE_DIR [2020-11-21T22:11:50.303Z] ---> Running in da0d7d81bf99 [2020-11-21T22:11:50.303Z] ---> Running in ac7516f74001 [2020-11-21T22:11:52.306Z] Removing intermediate container ac7516f74001 [2020-11-21T22:11:52.306Z] ---> 6c713d07334b [2020-11-21T22:11:52.306Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-11-21T22:11:54.255Z] Removing intermediate container da0d7d81bf99 [2020-11-21T22:11:54.255Z] ---> 4e136efce08e [2020-11-21T22:11:54.255Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-11-21T22:11:55.235Z] ---> Running in bbf1f0d800e6 [2020-11-21T22:11:55.235Z] ---> 2ed29e779e20 [2020-11-21T22:11:55.235Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-11-21T22:11:55.235Z] Removing intermediate container d70f1fdcd7ec [2020-11-21T22:11:55.235Z] ---> c17163a840f7 [2020-11-21T22:11:55.235Z] [2020-11-21T22:11:55.235Z] Step 10/24 : FROM scratch [2020-11-21T22:11:55.235Z] ---> [2020-11-21T22:11:55.235Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-21T22:11:55.235Z] Removing intermediate container 6a3fa1ee7705 [2020-11-21T22:11:55.235Z] ---> 5eb9839871e4 [2020-11-21T22:11:55.235Z] [2020-11-21T22:11:55.235Z] Step 10/22 : FROM scratch [2020-11-21T22:11:55.235Z] ---> [2020-11-21T22:11:55.235Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-21T22:11:55.515Z] ---> Running in 176a10262a35 [2020-11-21T22:11:55.515Z] ---> Running in c86096156206 [2020-11-21T22:11:55.809Z] Removing intermediate container 176a10262a35 [2020-11-21T22:11:55.809Z] ---> 49ab7468aabf [2020-11-21T22:11:55.809Z] Step 12/22 : ENV APP_PORT=48082 [2020-11-21T22:11:56.255Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.6" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-11-21T22:11:56.255Z] Removing intermediate container cffbe241e7f1 [2020-11-21T22:11:56.255Z] ---> 7e098b41309b [2020-11-21T22:11:56.255Z] [2020-11-21T22:11:56.255Z] Step 10/20 : FROM alpine [2020-11-21T22:11:56.255Z] latest: Pulling from library/alpine [2020-11-21T22:11:56.255Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-21T22:11:56.255Z] Status: Downloaded newer image for alpine:latest [2020-11-21T22:11:56.255Z] ---> 2e77e061c27f [2020-11-21T22:11:56.255Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-11-21T22:11:56.255Z] ---> Running in 5520af152c89 [2020-11-21T22:11:56.445Z] Removing intermediate container c86096156206 [2020-11-21T22:11:56.445Z] ---> ed1ee07dd2e9 [2020-11-21T22:11:56.445Z] Step 12/24 : ENV APP_PORT=48060 [2020-11-21T22:11:56.445Z] ---> Running in bb891f7706e5 [2020-11-21T22:11:57.707Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-21T22:11:57.846Z] ---> 2197989f8bd8 [2020-11-21T22:11:57.846Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-11-21T22:11:57.846Z] ---> Running in 58dc81f79949 [2020-11-21T22:11:57.846Z] ---> Running in a88eaba001cc [2020-11-21T22:11:57.988Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-21T22:11:58.144Z] Removing intermediate container bb891f7706e5 [2020-11-21T22:11:58.144Z] ---> 397cc3edf6ae [2020-11-21T22:11:58.144Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-21T22:11:58.144Z] Removing intermediate container 9889df175d86 [2020-11-21T22:11:58.144Z] ---> 0a5035418a5f [2020-11-21T22:11:58.144Z] [2020-11-21T22:11:58.144Z] Step 10/22 : FROM scratch [2020-11-21T22:11:58.144Z] ---> [2020-11-21T22:11:58.144Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-21T22:11:58.144Z] Removing intermediate container 58dc81f79949 [2020-11-21T22:11:58.144Z] ---> b12d0f158a69 [2020-11-21T22:11:58.144Z] Step 13/24 : EXPOSE $APP_PORT [2020-11-21T22:11:58.144Z] ---> Using cache [2020-11-21T22:11:58.144Z] ---> 49ab7468aabf [2020-11-21T22:11:58.144Z] Step 12/22 : ENV APP_PORT=48081 [2020-11-21T22:11:58.144Z] ---> Running in 6403cf86aa77 [2020-11-21T22:11:58.418Z] ---> Running in c2d852896c8b [2020-11-21T22:11:58.418Z] ---> Running in 516ae27983de [2020-11-21T22:11:58.418Z] Removing intermediate container a88eaba001cc [2020-11-21T22:11:58.418Z] ---> d7ae90db220b [2020-11-21T22:11:58.418Z] Step 17/20 : CMD ["--init=true"] [2020-11-21T22:11:58.418Z] Removing intermediate container bbf1f0d800e6 [2020-11-21T22:11:58.418Z] ---> 756095828fde [2020-11-21T22:11:58.418Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-11-21T22:11:58.692Z] Removing intermediate container 6403cf86aa77 [2020-11-21T22:11:58.692Z] ---> 3a54fce0b278 [2020-11-21T22:11:58.692Z] Step 14/22 : WORKDIR / [2020-11-21T22:11:58.692Z] ---> Running in de9824fd2d2b [2020-11-21T22:11:58.692Z] ---> Running in 8511d3e5f23b [2020-11-21T22:11:58.692Z] Removing intermediate container 516ae27983de [2020-11-21T22:11:58.692Z] ---> 773b9d9e7614 [2020-11-21T22:11:58.692Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-21T22:11:58.961Z] Removing intermediate container c2d852896c8b [2020-11-21T22:11:58.962Z] ---> 5b1f7310d166 [2020-11-21T22:11:58.962Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-11-21T22:11:58.962Z] ---> Running in 5147ea0cb421 [2020-11-21T22:11:58.962Z] Removing intermediate container de9824fd2d2b [2020-11-21T22:11:58.962Z] ---> 692b5cced785 [2020-11-21T22:11:58.962Z] Step 18/20 : LABEL arch=x86_64 [2020-11-21T22:11:58.985Z] v3.12.1-42-gd68aa1f756 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-21T22:11:58.985Z] v3.12.1-41-g42f619918d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-21T22:11:58.985Z] OK: 12617 distinct packages available [2020-11-21T22:11:59.241Z] Removing intermediate container 8511d3e5f23b [2020-11-21T22:11:59.241Z] ---> f8cd1fc85383 [2020-11-21T22:11:59.241Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-11-21T22:11:59.241Z] ---> Running in b40328ca3c85 [2020-11-21T22:11:59.241Z] Removing intermediate container 5147ea0cb421 [2020-11-21T22:11:59.241Z] ---> 8ffa0ca14167 [2020-11-21T22:11:59.241Z] Step 14/22 : WORKDIR / [2020-11-21T22:11:59.241Z] ---> 8c10952fb1f7 [2020-11-21T22:11:59.241Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-11-21T22:11:59.241Z] ---> 3764cf7b8e55 [2020-11-21T22:11:59.241Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-11-21T22:11:59.516Z] ---> Running in e944ba6e90ac [2020-11-21T22:11:59.516Z] Removing intermediate container b40328ca3c85 [2020-11-21T22:11:59.516Z] ---> 6996bf842e94 [2020-11-21T22:11:59.516Z] Step 19/20 : LABEL git_sha=834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:11:59.516Z] ---> 5d61335bf782 [2020-11-21T22:11:59.516Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-11-21T22:11:59.590Z] Removing intermediate container be45c7d4c587 [2020-11-21T22:11:59.590Z] ---> bc82502283ef [2020-11-21T22:11:59.590Z] [2020-11-21T22:11:59.590Z] Step 10/22 : FROM alpine:3.10 [2020-11-21T22:11:59.590Z] (1/4) Installing ca-certificates (20191127-r4) [2020-11-21T22:11:59.874Z] 3.10: Pulling from library/alpine [2020-11-21T22:11:59.874Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-11-21T22:11:59.874Z] (3/4) Installing libcurl (7.69.1-r1) [2020-11-21T22:11:59.874Z] (4/4) Installing curl (7.69.1-r1) [2020-11-21T22:11:59.874Z] Executing busybox-1.31.1-r19.trigger [2020-11-21T22:11:59.874Z] Executing ca-certificates-20191127-r4.trigger [2020-11-21T22:12:00.114Z] ---> Running in c87e4a3b5e7f [2020-11-21T22:12:00.156Z] OK: 7 MiB in 18 packages [2020-11-21T22:12:01.104Z] Removing intermediate container e944ba6e90ac [2020-11-21T22:12:01.104Z] ---> fd01f79b9a19 [2020-11-21T22:12:01.104Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-11-21T22:12:01.104Z] ---> 421e989f9126 [2020-11-21T22:12:01.104Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-11-21T22:12:01.104Z] ---> 9631041ad776 [2020-11-21T22:12:01.104Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-11-21T22:12:01.104Z] Removing intermediate container c87e4a3b5e7f [2020-11-21T22:12:01.104Z] ---> edf8d039d9db [2020-11-21T22:12:01.104Z] Step 20/20 : LABEL version=1.3.1-dev.6 [2020-11-21T22:12:01.104Z] ---> 02e2713f083d [2020-11-21T22:12:01.104Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-11-21T22:12:01.403Z] ---> Running in 1eec3ab313f3 [2020-11-21T22:12:01.403Z] ---> c2b21578eb83 [2020-11-21T22:12:01.403Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-11-21T22:12:01.690Z] ---> 8321beb7b0db [2020-11-21T22:12:01.690Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-11-21T22:12:01.690Z] Removing intermediate container 1eec3ab313f3 [2020-11-21T22:12:01.690Z] ---> 41f32d139c83 [2020-11-21T22:12:01.690Z] [2020-11-21T22:12:01.973Z] ---> 884023862621 [2020-11-21T22:12:01.973Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-11-21T22:12:02.176Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-11-21T22:12:02.176Z] Status: Downloaded newer image for alpine:3.10 [2020-11-21T22:12:02.176Z] ---> 536a684cf733 [2020-11-21T22:12:02.176Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-21T22:12:02.246Z] Successfully built 41f32d139c83 [2020-11-21T22:12:02.246Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-11-21T22:12:02.246Z]  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go [2020-11-21T22:12:02.462Z] ---> Running in 9af97fdd54e2 [2020-11-21T22:12:02.530Z] ---> Running in 899681b990f4 [2020-11-21T22:12:02.530Z] ---> bcec0912a1ca [2020-11-21T22:12:02.530Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-11-21T22:12:02.530Z] ---> a36bf2a37a17 [2020-11-21T22:12:02.530Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-11-21T22:12:02.530Z] ---> 4b1a96a19fa4 [2020-11-21T22:12:02.530Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-11-21T22:12:02.840Z] Removing intermediate container 899681b990f4 [2020-11-21T22:12:02.840Z] ---> 611b946ed536 [2020-11-21T22:12:02.840Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-21T22:12:02.840Z] ---> Running in 3e50ddf7874c [2020-11-21T22:12:03.111Z] ---> 1a41f0151058 [2020-11-21T22:12:03.111Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-11-21T22:12:03.111Z] ---> 82bfb67b847f [2020-11-21T22:12:03.111Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-11-21T22:12:03.111Z] ---> f81e14c6a632 [2020-11-21T22:12:03.111Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-11-21T22:12:03.752Z] ---> Running in 1c442cb174f9 [2020-11-21T22:12:03.752Z] ---> Running in 9554525260c0 [2020-11-21T22:12:04.477Z] Removing intermediate container 5520af152c89 [2020-11-21T22:12:04.477Z] ---> ad2813e7cb77 [2020-11-21T22:12:04.477Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-21T22:12:04.719Z] Removing intermediate container 3e50ddf7874c [2020-11-21T22:12:04.719Z] ---> b85c3e4b07c3 [2020-11-21T22:12:04.719Z] Step 20/22 : LABEL arch=x86_64 [2020-11-21T22:12:04.766Z] ---> Running in 75d9220ea47c [2020-11-21T22:12:05.365Z] Removing intermediate container e09e02b3f60f [2020-11-21T22:12:05.365Z] ---> 2cf8ece57fdc [2020-11-21T22:12:05.365Z] [2020-11-21T22:12:05.365Z] Step 10/24 : FROM alpine:3.10 [2020-11-21T22:12:05.365Z] ---> 536a684cf733 [2020-11-21T22:12:05.365Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-21T22:12:05.640Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-11-21T22:12:05.922Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-11-21T22:12:05.922Z] ---> Running in 0df446ac1333 [2020-11-21T22:12:05.922Z] Removing intermediate container 75d9220ea47c [2020-11-21T22:12:05.922Z] ---> 6ac3e91462b6 [2020-11-21T22:12:05.922Z] Step 13/20 : WORKDIR /edgex [2020-11-21T22:12:06.198Z] v3.10.5-142-g5c22bb085e [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-11-21T22:12:06.198Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-11-21T22:12:06.198Z] OK: 10169 distinct packages available [2020-11-21T22:12:06.704Z] ---> Running in 728ecf3658d7 [2020-11-21T22:12:06.704Z] Removing intermediate container 9554525260c0 [2020-11-21T22:12:06.704Z] ---> 5cc0da0a6607 [2020-11-21T22:12:06.704Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-21T22:12:06.704Z] ---> ab16ab605bbc [2020-11-21T22:12:06.704Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-11-21T22:12:06.803Z] ---> Running in 5e307d94c2f2 [2020-11-21T22:12:07.080Z] (1/5) Installing ca-certificates (20191127-r2) [2020-11-21T22:12:07.080Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-11-21T22:12:07.080Z] (3/5) Installing libcurl (7.66.0-r1) [2020-11-21T22:12:07.080Z] (4/5) Installing curl (7.66.0-r1) [2020-11-21T22:12:07.080Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-11-21T22:12:07.081Z] Executing busybox-1.30.1-r3.trigger [2020-11-21T22:12:07.081Z] Executing ca-certificates-20191127-r2.trigger [2020-11-21T22:12:07.112Z] ---> Running in 179862e15597 [2020-11-21T22:12:07.369Z] OK: 7 MiB in 19 packages [2020-11-21T22:12:07.648Z] Removing intermediate container 5e307d94c2f2 [2020-11-21T22:12:07.648Z] ---> d8c877206986 [2020-11-21T22:12:07.648Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-11-21T22:12:07.747Z] Removing intermediate container 728ecf3658d7 [2020-11-21T22:12:07.747Z] ---> 722d7f53f52f [2020-11-21T22:12:07.747Z] Step 21/22 : LABEL git_sha=834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:12:07.747Z] ---> d1c763029d2f [2020-11-21T22:12:07.747Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-11-21T22:12:07.926Z] Removing intermediate container d1cf997abcbf [2020-11-21T22:12:07.926Z] ---> 7d9d6d820edd [2020-11-21T22:12:07.926Z] [2020-11-21T22:12:07.926Z] Step 10/22 : FROM scratch [2020-11-21T22:12:07.926Z] ---> [2020-11-21T22:12:07.926Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-21T22:12:08.017Z] ---> Running in e65be4ad4d40 [2020-11-21T22:12:08.017Z] Removing intermediate container 179862e15597 [2020-11-21T22:12:08.017Z] ---> c24b7d7906b3 [2020-11-21T22:12:08.017Z] Step 20/22 : LABEL arch=x86_64 [2020-11-21T22:12:08.017Z] ---> Running in dac88bdb895b [2020-11-21T22:12:08.529Z] ---> Running in f69297ffb399 [2020-11-21T22:12:08.529Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-11-21T22:12:08.603Z] ---> Running in 95a2f199aefb [2020-11-21T22:12:08.808Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-11-21T22:12:09.085Z] ---> 0f93308432f9 [2020-11-21T22:12:09.085Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-11-21T22:12:09.220Z] Removing intermediate container e65be4ad4d40 [2020-11-21T22:12:09.220Z] ---> 7685b004f3e5 [2020-11-21T22:12:09.220Z] Step 22/22 : LABEL version=1.3.1-dev.6 [2020-11-21T22:12:09.220Z] Removing intermediate container dac88bdb895b [2020-11-21T22:12:09.220Z] ---> 52d127c5cf20 [2020-11-21T22:12:09.220Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-21T22:12:09.363Z] Removing intermediate container f69297ffb399 [2020-11-21T22:12:09.363Z] ---> db23b80036fa [2020-11-21T22:12:09.363Z] Step 12/22 : ENV APP_PORT=48061 [2020-11-21T22:12:09.363Z] v3.10.5-142-g5c22bb085e [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-11-21T22:12:09.363Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-11-21T22:12:09.363Z] OK: 10169 distinct packages available [2020-11-21T22:12:09.363Z] ---> Running in 137050f2ea05 [2020-11-21T22:12:09.495Z] ---> Running in 17b266044d1c [2020-11-21T22:12:09.495Z] ---> Running in 5199243cb0fd [2020-11-21T22:12:09.643Z] Removing intermediate container 9af97fdd54e2 [2020-11-21T22:12:09.643Z] ---> 113dff3e3356 [2020-11-21T22:12:09.643Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-11-21T22:12:09.923Z] (1/5) Installing ca-certificates (20191127-r2) [2020-11-21T22:12:09.923Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-11-21T22:12:09.923Z] (3/5) Installing libcurl (7.66.0-r1) [2020-11-21T22:12:09.923Z] (4/5) Installing curl (7.66.0-r1) [2020-11-21T22:12:09.923Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-11-21T22:12:10.115Z] Removing intermediate container 1c442cb174f9 [2020-11-21T22:12:10.115Z] ---> 70ac71ea9298 [2020-11-21T22:12:10.115Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-11-21T22:12:10.115Z] Removing intermediate container 95a2f199aefb [2020-11-21T22:12:10.115Z] ---> f1b0d7da8280 [2020-11-21T22:12:10.115Z] Step 21/22 : LABEL git_sha=834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:12:10.203Z] Executing busybox-1.30.1-r3.trigger [2020-11-21T22:12:10.203Z] Executing ca-certificates-20191127-r2.trigger [2020-11-21T22:12:10.203Z] ---> Running in daf90442ab8a [2020-11-21T22:12:10.491Z] OK: 7 MiB in 19 packages [2020-11-21T22:12:10.707Z] Removing intermediate container 5199243cb0fd [2020-11-21T22:12:10.707Z] ---> 088d22cfaaf7 [2020-11-21T22:12:10.707Z] Step 22/24 : LABEL arch=x86_64 [2020-11-21T22:12:10.707Z] ---> Running in 77fbbadff61d [2020-11-21T22:12:10.707Z] Removing intermediate container 17b266044d1c [2020-11-21T22:12:10.707Z] ---> cc2940f3c025 [2020-11-21T22:12:10.707Z] [2020-11-21T22:12:10.769Z] Removing intermediate container 137050f2ea05 [2020-11-21T22:12:10.769Z] ---> 271b164a30a4 [2020-11-21T22:12:10.769Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-21T22:12:11.065Z] ---> Running in f5aeca8d736f [2020-11-21T22:12:11.342Z] ---> 988ec1eede95 [2020-11-21T22:12:11.342Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-11-21T22:12:11.342Z] Removing intermediate container daf90442ab8a [2020-11-21T22:12:11.342Z] ---> c32cecbf4b2b [2020-11-21T22:12:11.342Z] Step 13/22 : WORKDIR / [2020-11-21T22:12:11.621Z] ---> Running in 31302cae8012 [2020-11-21T22:12:11.621Z] ---> Running in c9d81b1946fc [2020-11-21T22:12:11.689Z] Successfully built cc2940f3c025 [2020-11-21T22:12:11.689Z] Successfully tagged docker-core-command-go:latest [2020-11-21T22:12:11.689Z] Building docker-sys-mgmt-agent-go [2020-11-21T22:12:11.902Z] Removing intermediate container f5aeca8d736f [2020-11-21T22:12:11.902Z] ---> 1abb736bb15c [2020-11-21T22:12:11.902Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-11-21T22:12:11.967Z]  Building docker-core-command-go ... done  ---> Running in b3efe2208e13 [2020-11-21T22:12:11.967Z] ---> 1f9be3abfbc7 [2020-11-21T22:12:11.967Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-21T22:12:11.967Z] Removing intermediate container 77fbbadff61d [2020-11-21T22:12:11.967Z] ---> 8a70f039c772 [2020-11-21T22:12:11.967Z] Step 22/22 : LABEL version=1.3.1-dev.6 [2020-11-21T22:12:12.553Z] ---> Running in decacd8d58b9 [2020-11-21T22:12:12.889Z] Removing intermediate container 31302cae8012 [2020-11-21T22:12:12.889Z] ---> e69eef55cbbb [2020-11-21T22:12:12.889Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-11-21T22:12:12.889Z] Removing intermediate container c9d81b1946fc [2020-11-21T22:12:12.889Z] ---> 7d3ca2e1e754 [2020-11-21T22:12:12.889Z] Step 17/20 : CMD ["--init=true"] [2020-11-21T22:12:12.889Z] Removing intermediate container 0df446ac1333 [2020-11-21T22:12:12.889Z] ---> 8411200727ad [2020-11-21T22:12:12.889Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-21T22:12:13.165Z] ---> 9e7ed5161876 [2020-11-21T22:12:13.165Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-11-21T22:12:13.165Z] ---> Running in 394b99cbd3e6 [2020-11-21T22:12:13.447Z] ---> Running in 78ea080362cb [2020-11-21T22:12:13.545Z] ---> Running in c44197d6fbf3 [2020-11-21T22:12:13.546Z] Removing intermediate container b3efe2208e13 [2020-11-21T22:12:13.546Z] ---> 5180da3f9414 [2020-11-21T22:12:13.546Z] Step 23/24 : LABEL git_sha=834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:12:13.729Z] ---> e627c408022d [2020-11-21T22:12:13.729Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-11-21T22:12:14.588Z] ---> Running in 69844aef57cf [2020-11-21T22:12:14.717Z] ---> 2780793856b6 [2020-11-21T22:12:14.717Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-11-21T22:12:14.717Z] Removing intermediate container 394b99cbd3e6 [2020-11-21T22:12:14.717Z] ---> c1ccc13a2e8d [2020-11-21T22:12:14.717Z] Step 18/20 : LABEL arch=arm64 [2020-11-21T22:12:14.717Z] Removing intermediate container 78ea080362cb [2020-11-21T22:12:14.717Z] ---> 304ae5fc2db6 [2020-11-21T22:12:14.717Z] Step 13/24 : WORKDIR / [2020-11-21T22:12:14.865Z] Removing intermediate container c44197d6fbf3 [2020-11-21T22:12:14.865Z] ---> efc114e27b02 [2020-11-21T22:12:14.865Z] [2020-11-21T22:12:14.995Z] ---> Running in ecf23620f9bd [2020-11-21T22:12:14.995Z] ---> Running in e632ff03b752 [2020-11-21T22:12:15.144Z] Removing intermediate container 69844aef57cf [2020-11-21T22:12:15.144Z] ---> 6d6e29bd2689 [2020-11-21T22:12:15.144Z] Step 24/24 : LABEL version=1.3.1-dev.6 [2020-11-21T22:12:15.276Z] Removing intermediate container 0bfe82940a7b [2020-11-21T22:12:15.276Z] ---> ae536466ea69 [2020-11-21T22:12:15.276Z] [2020-11-21T22:12:15.276Z] Step 10/21 : FROM scratch [2020-11-21T22:12:15.276Z] ---> [2020-11-21T22:12:15.276Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-21T22:12:15.558Z] ---> 98c359770f75 [2020-11-21T22:12:15.558Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-11-21T22:12:15.832Z] Removing intermediate container e632ff03b752 [2020-11-21T22:12:15.832Z] ---> a039f125ba71 [2020-11-21T22:12:15.832Z] Step 19/20 : LABEL git_sha=834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:12:15.832Z] ---> Running in 0956a83ffcac [2020-11-21T22:12:15.832Z] Removing intermediate container ecf23620f9bd [2020-11-21T22:12:15.832Z] ---> a1f501689231 [2020-11-21T22:12:15.832Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-11-21T22:12:16.117Z] ---> d0fb4021c261 [2020-11-21T22:12:16.117Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-11-21T22:12:16.117Z] ---> Running in fa41c0423c91 [2020-11-21T22:12:16.142Z] Successfully built efc114e27b02 [2020-11-21T22:12:16.403Z] ---> 630c47eb76a0 [2020-11-21T22:12:16.403Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-11-21T22:12:16.403Z] Removing intermediate container 0956a83ffcac [2020-11-21T22:12:16.403Z] ---> 5bbbc99ee95d [2020-11-21T22:12:16.403Z] Step 12/21 : ENV APP_PORT=48085 [2020-11-21T22:12:16.403Z] ---> Running in 897facc5cf7f [2020-11-21T22:12:16.427Z] Successfully tagged docker-core-metadata-go:latest [2020-11-21T22:12:16.427Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2020-11-21T22:12:16.681Z] Removing intermediate container fa41c0423c91 [2020-11-21T22:12:16.681Z] ---> 6691b7aaab84 [2020-11-21T22:12:16.681Z] Step 20/20 : LABEL version=1.3.1-dev.6 [2020-11-21T22:12:16.959Z] ---> Running in 733e900e9262 [2020-11-21T22:12:17.154Z] ---> Running in eab725e338d5 [2020-11-21T22:12:17.236Z] Removing intermediate container 897facc5cf7f [2020-11-21T22:12:17.236Z] ---> a421e1943580 [2020-11-21T22:12:17.236Z] Step 13/21 : EXPOSE $APP_PORT [2020-11-21T22:12:17.236Z] ---> 3b0b3e30587e [2020-11-21T22:12:17.236Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-11-21T22:12:17.236Z] ---> ba71f0facf32 [2020-11-21T22:12:17.236Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-11-21T22:12:17.236Z] ---> Running in 6d54d4d533f4 [2020-11-21T22:12:17.510Z] ---> Running in 7932cf50f3b3 [2020-11-21T22:12:17.510Z] ---> 2d23093ffde9 [2020-11-21T22:12:17.510Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-11-21T22:12:17.510Z] Removing intermediate container 733e900e9262 [2020-11-21T22:12:17.510Z] ---> 54b46c745a8c [2020-11-21T22:12:17.510Z] [2020-11-21T22:12:17.787Z] ---> Running in 6fbc76d4dc83 [2020-11-21T22:12:18.072Z] Removing intermediate container 6d54d4d533f4 [2020-11-21T22:12:18.072Z] ---> 203e39cb44cb [2020-11-21T22:12:18.072Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-11-21T22:12:18.072Z] Successfully built 54b46c745a8c [2020-11-21T22:12:18.072Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-11-21T22:12:18.072Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2020-11-21T22:12:18.072Z] Removing intermediate container 7932cf50f3b3 [2020-11-21T22:12:18.072Z] ---> 1c2af37c1f51 [2020-11-21T22:12:18.072Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-21T22:12:18.182Z] Removing intermediate container eab725e338d5 [2020-11-21T22:12:18.182Z] ---> a091e0e6f9d9 [2020-11-21T22:12:18.182Z] [2020-11-21T22:12:18.345Z] ---> 1703e13e93ca [2020-11-21T22:12:18.345Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-11-21T22:12:18.345Z] ---> Running in 19a7a985e953 [2020-11-21T22:12:18.454Z] Removing intermediate container decacd8d58b9 [2020-11-21T22:12:18.454Z] ---> fb9aa48995de [2020-11-21T22:12:18.454Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-11-21T22:12:18.454Z] Successfully built a091e0e6f9d9 [2020-11-21T22:12:18.725Z] Successfully tagged docker-support-notifications-go:latest [2020-11-21T22:12:18.725Z] Building docker-security-secretstore-setup-go [2020-11-21T22:12:19.333Z] Removing intermediate container 19a7a985e953 [2020-11-21T22:12:19.333Z] ---> 25034c28a728 [2020-11-21T22:12:19.333Z] Step 20/22 : LABEL arch=arm64 [2020-11-21T22:12:19.333Z] ---> d85dc8ffe619 [2020-11-21T22:12:19.333Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-11-21T22:12:19.946Z] ---> Running in d8386e5376a0 [2020-11-21T22:12:19.946Z] ---> f84b4fe4c684 [2020-11-21T22:12:19.946Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-11-21T22:12:21.399Z] Removing intermediate container d8386e5376a0 [2020-11-21T22:12:21.399Z] ---> ec9d725ac11e [2020-11-21T22:12:21.399Z] Step 21/22 : LABEL git_sha=834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:12:21.449Z]  Building docker-support-notifications-go ... done  ---> Running in 21c2da2e362c [2020-11-21T22:12:21.675Z] ---> Running in 0d72313159bb [2020-11-21T22:12:21.964Z] ---> 9326fadbd3aa [2020-11-21T22:12:21.964Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-11-21T22:12:21.964Z] ---> 4a057e9d8173 [2020-11-21T22:12:21.964Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-11-21T22:12:22.262Z] Removing intermediate container 6fbc76d4dc83 [2020-11-21T22:12:22.262Z] ---> 8bce65d4a3d2 [2020-11-21T22:12:22.262Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-11-21T22:12:22.535Z] Removing intermediate container 0d72313159bb [2020-11-21T22:12:22.535Z] ---> 7d0bb2da05fc [2020-11-21T22:12:22.535Z] Step 22/22 : LABEL version=1.3.1-dev.6 [2020-11-21T22:12:22.561Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-21T22:12:22.561Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-11-21T22:12:22.561Z] ---> 5b80460a0992 [2020-11-21T22:12:22.561Z] Step 3/21 : WORKDIR /edgex-go [2020-11-21T22:12:22.561Z] ---> Using cache [2020-11-21T22:12:22.561Z] ---> 4e8104a0bf63 [2020-11-21T22:12:22.561Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-21T22:12:22.561Z] ---> Using cache [2020-11-21T22:12:22.561Z] ---> e8b0d27dc181 [2020-11-21T22:12:22.561Z] Step 5/21 : RUN apk update && apk add make git [2020-11-21T22:12:22.561Z] ---> Using cache [2020-11-21T22:12:22.561Z] ---> 425b2620a643 [2020-11-21T22:12:22.561Z] Step 6/21 : COPY go.mod . [2020-11-21T22:12:22.561Z] ---> Using cache [2020-11-21T22:12:22.561Z] ---> bb4c15d09ec7 [2020-11-21T22:12:22.561Z] Step 7/21 : RUN go mod download [2020-11-21T22:12:22.561Z] ---> Using cache [2020-11-21T22:12:22.561Z] ---> e3a986ff7275 [2020-11-21T22:12:22.561Z] Step 8/21 : COPY . . [2020-11-21T22:12:22.810Z] ---> Running in 8765e6318dbb [2020-11-21T22:12:22.810Z] ---> Running in a29b32b770d0 [2020-11-21T22:12:22.810Z] ---> b96b80036057 [2020-11-21T22:12:22.810Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-11-21T22:12:22.859Z] ---> Using cache [2020-11-21T22:12:22.859Z] ---> 6a80c031be60 [2020-11-21T22:12:22.859Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-11-21T22:12:23.086Z] ---> Running in bf4292834708 [2020-11-21T22:12:23.371Z] Removing intermediate container 8765e6318dbb [2020-11-21T22:12:23.371Z] ---> 33b6aa133858 [2020-11-21T22:12:23.371Z] ---> d3edddd8ae0c [2020-11-21T22:12:23.371Z] Step 20/22 : LABEL arch=arm64 [2020-11-21T22:12:23.371Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-11-21T22:12:23.371Z] Removing intermediate container a29b32b770d0 [2020-11-21T22:12:23.371Z] ---> 54d05ec031e4 [2020-11-21T22:12:23.371Z] [2020-11-21T22:12:23.656Z] Removing intermediate container bf4292834708 [2020-11-21T22:12:23.656Z] ---> 7dc7d5f1ba25 [2020-11-21T22:12:23.656Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-21T22:12:23.656Z] ---> Running in 28f8f7b64a1a [2020-11-21T22:12:23.953Z] Successfully built 54d05ec031e4 [2020-11-21T22:12:23.953Z] ---> Running in ed86236f5f1a [2020-11-21T22:12:23.953Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-11-21T22:12:23.953Z]  Building docker-support-logging-go ... done Building docker-security-secrets-setup-go [2020-11-21T22:12:24.237Z] ---> 607b6bb716d0 [2020-11-21T22:12:24.237Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-21T22:12:24.444Z] ---> Running in 7be5832b7b64 [2020-11-21T22:12:24.513Z] Removing intermediate container 28f8f7b64a1a [2020-11-21T22:12:24.514Z] ---> d7b8b887f793 [2020-11-21T22:12:24.514Z] Step 21/22 : LABEL git_sha=834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:12:24.514Z] ---> Running in c33278f81ed7 [2020-11-21T22:12:24.794Z] Removing intermediate container ed86236f5f1a [2020-11-21T22:12:24.794Z] ---> 0cd9a16d3e1c [2020-11-21T22:12:24.794Z] Step 19/21 : LABEL arch=arm64 [2020-11-21T22:12:24.794Z] ---> Running in 27ceaa870530 [2020-11-21T22:12:24.794Z] ---> Running in ea5a38226a2d [2020-11-21T22:12:26.257Z] Removing intermediate container 27ceaa870530 [2020-11-21T22:12:26.257Z] ---> ce5c9524ba92 [2020-11-21T22:12:26.257Z] Step 22/22 : LABEL version=1.3.1-dev.6 [2020-11-21T22:12:26.257Z] Removing intermediate container ea5a38226a2d [2020-11-21T22:12:26.257Z] ---> dd57d4cbbb68 [2020-11-21T22:12:26.257Z] Step 20/21 : LABEL git_sha=834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:12:26.540Z] ---> Running in d63dee5bfa4d [2020-11-21T22:12:26.540Z] ---> Running in 9d351ed95be4 [2020-11-21T22:12:26.669Z] Removing intermediate container 21c2da2e362c [2020-11-21T22:12:26.669Z] ---> dcfaf95c2c9d [2020-11-21T22:12:26.669Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-11-21T22:12:26.948Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.6" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-11-21T22:12:27.577Z] ---> Running in 6ef5bbfeb24d [2020-11-21T22:12:27.849Z] Removing intermediate container 6ef5bbfeb24d [2020-11-21T22:12:27.849Z] ---> fb0235344a49 [2020-11-21T22:12:27.849Z] Step 26/29 : CMD [ "generate" ] [2020-11-21T22:12:28.012Z] Removing intermediate container d63dee5bfa4d [2020-11-21T22:12:28.012Z] ---> e81dda433ba2 [2020-11-21T22:12:28.012Z] [2020-11-21T22:12:28.133Z] ---> Running in 1d8ca7e34dc9 [2020-11-21T22:12:28.287Z] Successfully built e81dda433ba2 [2020-11-21T22:12:28.565Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-11-21T22:12:28.565Z] Removing intermediate container 9d351ed95be4 [2020-11-21T22:12:28.565Z] ---> 77f6116e70ec [2020-11-21T22:12:28.565Z] Building docker-core-metadata-go [2020-11-21T22:12:28.565Z] Step 21/21 : LABEL version=1.3.1-dev.6 [2020-11-21T22:12:29.137Z] Removing intermediate container 1d8ca7e34dc9 [2020-11-21T22:12:29.137Z] ---> 92a79ed29b03 [2020-11-21T22:12:29.137Z] Step 27/29 : LABEL arch=x86_64 [2020-11-21T22:12:29.173Z]  Building docker-security-bootstrap-redis-go ... done  ---> Running in 65ccd1fbbdf9 [2020-11-21T22:12:29.173Z] Removing intermediate container c33278f81ed7 [2020-11-21T22:12:29.173Z] ---> c5a421e410eb [2020-11-21T22:12:29.173Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-11-21T22:12:29.173Z] ---> Running in f16be8d6f316 [2020-11-21T22:12:29.765Z] ---> Running in 77a78e060003 [2020-11-21T22:12:29.772Z] Removing intermediate container 65ccd1fbbdf9 [2020-11-21T22:12:29.772Z] ---> 9f9f7586ccea [2020-11-21T22:12:29.772Z] [2020-11-21T22:12:30.065Z] Successfully built 9f9f7586ccea [2020-11-21T22:12:30.065Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-11-21T22:12:30.065Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2020-11-21T22:12:30.065Z] Removing intermediate container f16be8d6f316 [2020-11-21T22:12:30.065Z] ---> 8d03d301cdc1 [2020-11-21T22:12:30.065Z] Step 22/24 : LABEL arch=arm64 [2020-11-21T22:12:30.672Z] ---> Running in 026b06f675df [2020-11-21T22:12:30.762Z] Removing intermediate container 77a78e060003 [2020-11-21T22:12:30.762Z] ---> 1d7b75bf6744 [2020-11-21T22:12:30.762Z] Step 28/29 : LABEL git_sha=834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:12:30.947Z] Removing intermediate container 026b06f675df [2020-11-21T22:12:30.947Z] ---> 0315a31fb190 [2020-11-21T22:12:30.947Z] Step 23/24 : LABEL git_sha=834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:12:31.222Z] ---> Running in a0001a2b41ff [2020-11-21T22:12:31.520Z] ---> Running in 63077bb24e99 [2020-11-21T22:12:31.824Z] Removing intermediate container a0001a2b41ff [2020-11-21T22:12:31.824Z] ---> 9c09daabd2f4 [2020-11-21T22:12:31.824Z] Step 24/24 : LABEL version=1.3.1-dev.6 [2020-11-21T22:12:31.824Z] ---> Running in f0589a166c98 [2020-11-21T22:12:32.326Z] Removing intermediate container 63077bb24e99 [2020-11-21T22:12:32.327Z] ---> 9d373963701c [2020-11-21T22:12:32.327Z] Step 29/29 : LABEL version=1.3.1-dev.6 [2020-11-21T22:12:32.662Z] ---> Running in 689aefa2ca54 [2020-11-21T22:12:32.809Z] Removing intermediate container f0589a166c98 [2020-11-21T22:12:32.809Z] ---> 566cf23feecb [2020-11-21T22:12:32.809Z] [2020-11-21T22:12:32.809Z] Successfully built 566cf23feecb [2020-11-21T22:12:32.809Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-11-21T22:12:32.809Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go [2020-11-21T22:12:33.869Z] Removing intermediate container 689aefa2ca54 [2020-11-21T22:12:33.869Z] ---> 7e42d957e807 [2020-11-21T22:12:33.869Z] [2020-11-21T22:12:34.518Z] Successfully built 7e42d957e807 [2020-11-21T22:12:34.518Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-11-21T22:12:34.518Z]  Building docker-security-secrets-setup-go ... done Building docker-security-bootstrap-redis-go [2020-11-21T22:12:41.179Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-21T22:12:41.179Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-11-21T22:12:41.179Z] ---> dd4ef1d27f18 [2020-11-21T22:12:41.179Z] Step 3/27 : WORKDIR /edgex-go [2020-11-21T22:12:41.179Z] ---> Using cache [2020-11-21T22:12:41.179Z] ---> a08aa48bdf6e [2020-11-21T22:12:41.179Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-21T22:12:41.179Z] ---> Using cache [2020-11-21T22:12:41.179Z] ---> 46e0b5c7ca45 [2020-11-21T22:12:41.179Z] Step 5/27 : RUN apk update && apk add make bash git [2020-11-21T22:12:43.257Z] ---> Running in e026d46fb17b [2020-11-21T22:12:44.762Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-21T22:12:45.373Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-21T22:12:46.445Z] v3.12.1-42-gd68aa1f756 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-21T22:12:46.445Z] v3.12.1-41-g42f619918d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-21T22:12:46.445Z] OK: 12625 distinct packages available [2020-11-21T22:12:47.077Z] OK: 217 MiB in 51 packages [2020-11-21T22:12:49.142Z] Removing intermediate container e026d46fb17b [2020-11-21T22:12:49.142Z] ---> cbd0dd163f00 [2020-11-21T22:12:49.142Z] Step 6/27 : COPY go.mod . [2020-11-21T22:12:50.128Z] ---> cff235eb7ecf [2020-11-21T22:12:50.128Z] Step 7/27 : RUN go mod download [2020-11-21T22:12:50.403Z] ---> Running in 0810fdebfd4e [2020-11-21T22:12:54.731Z] Removing intermediate container 0810fdebfd4e [2020-11-21T22:12:54.731Z] ---> 5fba2a98d67b [2020-11-21T22:12:54.731Z] Step 8/27 : COPY . . [2020-11-21T22:12:56.176Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-21T22:12:56.176Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-11-21T22:12:56.176Z] ---> dd4ef1d27f18 [2020-11-21T22:12:56.176Z] Step 3/29 : WORKDIR /edgex-go [2020-11-21T22:12:56.176Z] ---> Using cache [2020-11-21T22:12:56.176Z] ---> a08aa48bdf6e [2020-11-21T22:12:56.176Z] Step 4/29 : RUN apk update && apk add make git [2020-11-21T22:12:57.503Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-21T22:12:57.503Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-11-21T22:12:57.503Z] ---> 5b80460a0992 [2020-11-21T22:12:57.503Z] Step 3/27 : WORKDIR /edgex-go [2020-11-21T22:12:57.503Z] ---> Using cache [2020-11-21T22:12:57.503Z] ---> 4e8104a0bf63 [2020-11-21T22:12:57.503Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-21T22:12:57.503Z] ---> Using cache [2020-11-21T22:12:57.503Z] ---> e8b0d27dc181 [2020-11-21T22:12:57.503Z] Step 5/27 : RUN apk update && apk add make bash git [2020-11-21T22:12:58.193Z] ---> Running in 4cfb2c402c53 [2020-11-21T22:12:58.534Z] ---> Running in baba998f94c3 [2020-11-21T22:12:59.183Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-21T22:12:59.183Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-21T22:12:59.183Z] ---> 5b80460a0992 [2020-11-21T22:12:59.183Z] Step 3/24 : WORKDIR /edgex-go [2020-11-21T22:12:59.183Z] ---> Using cache [2020-11-21T22:12:59.183Z] ---> 4e8104a0bf63 [2020-11-21T22:12:59.183Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-21T22:12:59.183Z] ---> Using cache [2020-11-21T22:12:59.183Z] ---> e8b0d27dc181 [2020-11-21T22:12:59.183Z] Step 5/24 : RUN apk update && apk add make git [2020-11-21T22:12:59.183Z] ---> Using cache [2020-11-21T22:12:59.183Z] ---> 425b2620a643 [2020-11-21T22:12:59.183Z] Step 6/24 : COPY go.mod . [2020-11-21T22:12:59.183Z] ---> Using cache [2020-11-21T22:12:59.183Z] ---> bb4c15d09ec7 [2020-11-21T22:12:59.183Z] Step 7/24 : RUN go mod download [2020-11-21T22:12:59.183Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-21T22:12:59.183Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-11-21T22:12:59.183Z] ---> 5b80460a0992 [2020-11-21T22:12:59.183Z] Step 3/23 : WORKDIR /edgex-go [2020-11-21T22:12:59.183Z] ---> Using cache [2020-11-21T22:12:59.183Z] ---> 4e8104a0bf63 [2020-11-21T22:12:59.183Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-21T22:12:59.183Z] ---> Using cache [2020-11-21T22:12:59.183Z] ---> e8b0d27dc181 [2020-11-21T22:12:59.183Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-11-21T22:12:59.183Z] ---> Using cache [2020-11-21T22:12:59.183Z] ---> e3a986ff7275 [2020-11-21T22:12:59.183Z] Step 8/24 : COPY . . [2020-11-21T22:12:59.183Z] ---> Using cache [2020-11-21T22:12:59.183Z] ---> 6a80c031be60 [2020-11-21T22:12:59.183Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-11-21T22:13:00.200Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-21T22:13:00.669Z] ---> Running in f24b6b9f877f [2020-11-21T22:13:00.669Z] ---> Running in 01b832ca684b [2020-11-21T22:13:01.188Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-21T22:13:01.790Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-21T22:13:01.790Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-21T22:13:01.790Z] ---> dd4ef1d27f18 [2020-11-21T22:13:01.790Z] Step 3/22 : WORKDIR /edgex-go [2020-11-21T22:13:01.790Z] ---> Using cache [2020-11-21T22:13:01.790Z] ---> a08aa48bdf6e [2020-11-21T22:13:01.790Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-21T22:13:01.790Z] ---> Using cache [2020-11-21T22:13:01.791Z] ---> 46e0b5c7ca45 [2020-11-21T22:13:01.791Z] Step 5/22 : RUN apk update && apk add make git [2020-11-21T22:13:01.791Z] ---> Using cache [2020-11-21T22:13:01.791Z] ---> b53abd3462df [2020-11-21T22:13:01.791Z] Step 6/22 : COPY go.mod . [2020-11-21T22:13:01.791Z] ---> Using cache [2020-11-21T22:13:01.791Z] ---> e7aafd7be344 [2020-11-21T22:13:01.791Z] Step 7/22 : RUN go mod download [2020-11-21T22:13:01.791Z] ---> Using cache [2020-11-21T22:13:01.791Z] ---> 37053c95b118 [2020-11-21T22:13:01.791Z] Step 8/22 : COPY . . [2020-11-21T22:13:02.069Z] ---> Using cache [2020-11-21T22:13:02.069Z] ---> 98e7eae18138 [2020-11-21T22:13:02.069Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-11-21T22:13:02.069Z] v3.12.1-42-gd68aa1f756 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-21T22:13:02.069Z] v3.12.1-41-g42f619918d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-21T22:13:02.069Z] OK: 12625 distinct packages available [2020-11-21T22:13:02.241Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-21T22:13:02.348Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-21T22:13:02.348Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-21T22:13:02.348Z] ---> dd4ef1d27f18 [2020-11-21T22:13:02.348Z] Step 3/22 : WORKDIR /edgex-go [2020-11-21T22:13:02.348Z] ---> Using cache [2020-11-21T22:13:02.348Z] ---> a08aa48bdf6e [2020-11-21T22:13:02.348Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-21T22:13:02.348Z] ---> Using cache [2020-11-21T22:13:02.348Z] ---> 46e0b5c7ca45 [2020-11-21T22:13:02.348Z] Step 5/22 : RUN apk update && apk add make git [2020-11-21T22:13:02.348Z] ---> Using cache [2020-11-21T22:13:02.348Z] ---> b53abd3462df [2020-11-21T22:13:02.348Z] Step 6/22 : COPY go.mod . [2020-11-21T22:13:02.349Z] ---> Using cache [2020-11-21T22:13:02.349Z] ---> e7aafd7be344 [2020-11-21T22:13:02.349Z] Step 7/22 : RUN go mod download [2020-11-21T22:13:02.349Z] ---> Using cache [2020-11-21T22:13:02.349Z] ---> 37053c95b118 [2020-11-21T22:13:02.349Z] Step 8/22 : COPY . . [2020-11-21T22:13:02.349Z] ---> Using cache [2020-11-21T22:13:02.349Z] ---> 98e7eae18138 [2020-11-21T22:13:02.349Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-11-21T22:13:02.549Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-21T22:13:02.549Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.6" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-11-21T22:13:02.831Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-21T22:13:02.986Z] OK: 217 MiB in 51 packages [2020-11-21T22:13:03.102Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-21T22:13:03.270Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-21T22:13:03.270Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-21T22:13:03.270Z] ---> dd4ef1d27f18 [2020-11-21T22:13:03.270Z] Step 3/24 : WORKDIR /edgex-go [2020-11-21T22:13:03.270Z] ---> Using cache [2020-11-21T22:13:03.270Z] ---> a08aa48bdf6e [2020-11-21T22:13:03.270Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-21T22:13:03.270Z] ---> Using cache [2020-11-21T22:13:03.270Z] ---> 46e0b5c7ca45 [2020-11-21T22:13:03.270Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-11-21T22:13:03.725Z] v3.12.1-42-gd68aa1f756 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-21T22:13:03.725Z] v3.12.1-41-g42f619918d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-21T22:13:03.725Z] OK: 12754 distinct packages available [2020-11-21T22:13:03.993Z] v3.12.1-42-gd68aa1f756 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-21T22:13:03.993Z] v3.12.1-41-g42f619918d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-21T22:13:03.993Z] OK: 12754 distinct packages available [2020-11-21T22:13:03.993Z] OK: 233 MiB in 51 packages [2020-11-21T22:13:04.603Z] OK: 233 MiB in 51 packages [2020-11-21T22:13:04.718Z] ---> Running in b289a17811c0 [2020-11-21T22:13:04.718Z] ---> Running in c3262c9595c1 [2020-11-21T22:13:04.718Z] ---> Running in c4fa3d9eea3b [2020-11-21T22:13:05.724Z] Removing intermediate container 4cfb2c402c53 [2020-11-21T22:13:05.724Z] ---> b65a5ef92ba7 [2020-11-21T22:13:05.724Z] Step 5/29 : COPY go.mod . [2020-11-21T22:13:05.724Z] ---> 82d19bd9a2f6 [2020-11-21T22:13:05.724Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-11-21T22:13:06.004Z] ---> Running in 60450e0be047 [2020-11-21T22:13:06.588Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-21T22:13:06.588Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-21T22:13:06.588Z] ---> 5b80460a0992 [2020-11-21T22:13:06.588Z] Step 3/22 : WORKDIR /edgex-go [2020-11-21T22:13:06.588Z] ---> Using cache [2020-11-21T22:13:06.588Z] ---> 4e8104a0bf63 [2020-11-21T22:13:06.588Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-21T22:13:06.588Z] ---> Using cache [2020-11-21T22:13:06.588Z] ---> e8b0d27dc181 [2020-11-21T22:13:06.588Z] Step 5/22 : RUN apk update && apk add make git [2020-11-21T22:13:06.588Z] ---> Using cache [2020-11-21T22:13:06.588Z] ---> 425b2620a643 [2020-11-21T22:13:06.588Z] Step 6/22 : COPY go.mod . [2020-11-21T22:13:06.588Z] ---> Using cache [2020-11-21T22:13:06.588Z] ---> bb4c15d09ec7 [2020-11-21T22:13:06.588Z] Step 7/22 : RUN go mod download [2020-11-21T22:13:06.588Z] ---> Using cache [2020-11-21T22:13:06.588Z] ---> e3a986ff7275 [2020-11-21T22:13:06.588Z] Step 8/22 : COPY . . [2020-11-21T22:13:06.588Z] ---> Using cache [2020-11-21T22:13:06.588Z] ---> 6a80c031be60 [2020-11-21T22:13:06.588Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-11-21T22:13:06.617Z] ---> 855cba9959df [2020-11-21T22:13:06.617Z] Step 6/29 : RUN go mod download [2020-11-21T22:13:06.903Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.6" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-11-21T22:13:06.903Z] ---> Running in 784dd62f5342 [2020-11-21T22:13:07.197Z] ---> Running in 060a99a218d8 [2020-11-21T22:13:07.499Z] Removing intermediate container 7be5832b7b64 [2020-11-21T22:13:07.499Z] ---> bd36e6dc5b01 [2020-11-21T22:13:07.499Z] [2020-11-21T22:13:07.499Z] Step 10/21 : FROM scratch [2020-11-21T22:13:07.499Z] ---> [2020-11-21T22:13:07.499Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-21T22:13:07.523Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.6" -o cmd/core-command/core-command ./cmd/core-command [2020-11-21T22:13:07.523Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-21T22:13:08.130Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.6" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-11-21T22:13:08.538Z] ---> Using cache [2020-11-21T22:13:08.538Z] ---> 49ab7468aabf [2020-11-21T22:13:08.538Z] Step 12/21 : ENV APP_PORT=48085 [2020-11-21T22:13:08.538Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.6" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-11-21T22:13:08.740Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-21T22:13:08.836Z] Removing intermediate container 01b832ca684b [2020-11-21T22:13:08.836Z] ---> 728d21c65f55 [2020-11-21T22:13:08.836Z] Step 6/23 : COPY go.mod . [2020-11-21T22:13:08.836Z] Removing intermediate container baba998f94c3 [2020-11-21T22:13:08.836Z] ---> 88c29c7a9440 [2020-11-21T22:13:08.836Z] Step 6/27 : COPY go.mod . [2020-11-21T22:13:08.836Z] ---> Running in 32fcc043b8d7 [2020-11-21T22:13:09.515Z] Removing intermediate container 32fcc043b8d7 [2020-11-21T22:13:09.515Z] ---> 63ffc542e505 [2020-11-21T22:13:09.515Z] Step 13/21 : EXPOSE $APP_PORT [2020-11-21T22:13:09.515Z] ---> 2051caef0ce1 [2020-11-21T22:13:09.515Z] Step 7/27 : RUN go mod download [2020-11-21T22:13:09.515Z] ---> Running in a4fed823af13 [2020-11-21T22:13:09.515Z] ---> 28d1f3640ca7 [2020-11-21T22:13:09.515Z] Step 7/23 : RUN go mod download [2020-11-21T22:13:09.735Z] v3.12.1-42-gd68aa1f756 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-21T22:13:09.735Z] v3.12.1-41-g42f619918d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-21T22:13:09.735Z] OK: 12625 distinct packages available [2020-11-21T22:13:09.852Z] ---> Running in 8b279319a0b3 [2020-11-21T22:13:09.852Z] ---> Running in b4e7f07160f0 [2020-11-21T22:13:10.131Z] Removing intermediate container a4fed823af13 [2020-11-21T22:13:10.131Z] ---> 3ede0d0811ae [2020-11-21T22:13:10.131Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-11-21T22:13:10.448Z] ---> 4579786b82be [2020-11-21T22:13:10.448Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-11-21T22:13:10.744Z] OK: 217 MiB in 51 packages [2020-11-21T22:13:11.775Z] Removing intermediate container 784dd62f5342 [2020-11-21T22:13:11.775Z] ---> 11432bfa4ce0 [2020-11-21T22:13:11.775Z] Step 7/29 : COPY . . [2020-11-21T22:13:12.532Z] ---> aac3eb2cec4c [2020-11-21T22:13:12.532Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-11-21T22:13:12.797Z] Removing intermediate container b289a17811c0 [2020-11-21T22:13:12.797Z] ---> dc9ef929dd9c [2020-11-21T22:13:12.797Z] Step 6/24 : COPY go.mod . [2020-11-21T22:13:12.851Z] ---> 39fa6cd2311a [2020-11-21T22:13:12.851Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-11-21T22:13:13.190Z] ---> Running in dfd6b491cc15 [2020-11-21T22:13:13.848Z] Removing intermediate container dfd6b491cc15 [2020-11-21T22:13:13.848Z] ---> 5f9cb08651e1 [2020-11-21T22:13:13.848Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-21T22:13:14.154Z] Removing intermediate container 8b279319a0b3 [2020-11-21T22:13:14.154Z] ---> bb567b7d9c7c [2020-11-21T22:13:14.154Z] Step 8/27 : COPY . . [2020-11-21T22:13:14.154Z] ---> Running in b461fbac59c6 [2020-11-21T22:13:14.457Z] Removing intermediate container b4e7f07160f0 [2020-11-21T22:13:14.457Z] ---> d3eeda290483 [2020-11-21T22:13:14.457Z] Step 8/23 : COPY . . [2020-11-21T22:13:14.770Z] Removing intermediate container b461fbac59c6 [2020-11-21T22:13:14.770Z] ---> 642f858f071f [2020-11-21T22:13:14.770Z] Step 19/21 : LABEL arch=x86_64 [2020-11-21T22:13:14.795Z] ---> 051f08e9a509 [2020-11-21T22:13:14.795Z] Step 7/24 : RUN go mod download [2020-11-21T22:13:15.404Z] ---> Running in aba4e41028c4 [2020-11-21T22:13:15.463Z] ---> Running in f513b121ebf5 [2020-11-21T22:13:17.616Z] Removing intermediate container f513b121ebf5 [2020-11-21T22:13:17.616Z] ---> a8c7cb13e263 [2020-11-21T22:13:17.616Z] Step 20/21 : LABEL git_sha=834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:13:18.746Z] ---> Running in 4a4818d80a34 [2020-11-21T22:13:19.995Z] Removing intermediate container 4a4818d80a34 [2020-11-21T22:13:19.995Z] ---> 523e247fa977 [2020-11-21T22:13:19.995Z] Step 21/21 : LABEL version=1.3.1-dev.6 [2020-11-21T22:13:22.232Z] ---> Running in a406192c7503 [2020-11-21T22:13:23.720Z] Removing intermediate container a406192c7503 [2020-11-21T22:13:23.720Z] ---> f9b3ebe095df [2020-11-21T22:13:23.720Z] [2020-11-21T22:13:23.781Z] Removing intermediate container aba4e41028c4 [2020-11-21T22:13:23.781Z] ---> b1197575bb73 [2020-11-21T22:13:23.781Z] Step 8/24 : COPY . . [2020-11-21T22:13:24.856Z] Successfully built f9b3ebe095df [2020-11-21T22:13:24.856Z] Successfully tagged docker-support-scheduler-go:latest [2020-11-21T22:13:24.856Z]  Building docker-support-scheduler-go ... done Building docker-support-logging-go [2020-11-21T22:13:25.251Z] ---> 98309e925f3e [2020-11-21T22:13:25.251Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-11-21T22:13:25.859Z] ---> Running in 11979c34778c [2020-11-21T22:13:29.298Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.6" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-11-21T22:13:33.304Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.6" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-11-21T22:13:34.770Z] ---> 85f3c7e6b5b1 [2020-11-21T22:13:34.770Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-11-21T22:13:35.046Z] ---> Running in b30018fd6bc7 [2020-11-21T22:13:37.695Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.6" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-11-21T22:13:52.082Z] Removing intermediate container 060a99a218d8 [2020-11-21T22:13:52.082Z] ---> 18f05fabc137 [2020-11-21T22:13:52.082Z] [2020-11-21T22:13:52.082Z] Step 10/22 : FROM alpine:3.10 [2020-11-21T22:13:52.082Z] 3.10: Pulling from library/alpine [2020-11-21T22:13:52.082Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-11-21T22:13:52.082Z] Status: Downloaded newer image for alpine:3.10 [2020-11-21T22:13:52.082Z] ---> be4e4bea2c2e [2020-11-21T22:13:52.082Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-21T22:13:54.988Z] ---> Running in 58988dd7108c [2020-11-21T22:13:55.260Z] Removing intermediate container f24b6b9f877f [2020-11-21T22:13:55.260Z] ---> 1c01f9de466c [2020-11-21T22:13:55.260Z] [2020-11-21T22:13:55.260Z] Step 10/24 : FROM alpine:3.10 [2020-11-21T22:13:55.260Z] ---> be4e4bea2c2e [2020-11-21T22:13:55.260Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-21T22:13:56.224Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-21T22:13:56.224Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-21T22:13:56.224Z] ---> 5b80460a0992 [2020-11-21T22:13:56.224Z] Step 3/22 : WORKDIR /edgex-go [2020-11-21T22:13:56.224Z] ---> Using cache [2020-11-21T22:13:56.224Z] ---> 4e8104a0bf63 [2020-11-21T22:13:56.224Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-21T22:13:56.224Z] ---> Using cache [2020-11-21T22:13:56.224Z] ---> e8b0d27dc181 [2020-11-21T22:13:56.224Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-11-21T22:13:57.225Z] ---> Running in 2caf38db9c7f [2020-11-21T22:13:57.225Z] ---> Running in d8562f5728ac [2020-11-21T22:13:57.511Z] ---> 7c4320299249 [2020-11-21T22:13:57.511Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-11-21T22:13:57.511Z] ---> 3bb58c0c3b2b [2020-11-21T22:13:57.511Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-11-21T22:13:57.511Z] ---> Running in aa363ee214e1 [2020-11-21T22:13:57.511Z] ---> Running in fd3def6f261f [2020-11-21T22:13:58.110Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-11-21T22:13:58.456Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-11-21T22:13:58.456Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-11-21T22:13:58.456Z] v3.10.5-142-g5c22bb085e [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-11-21T22:13:58.456Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-11-21T22:13:58.456Z] OK: 10348 distinct packages available [2020-11-21T22:13:58.743Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.6" -o cmd/core-data/core-data ./cmd/core-data [2020-11-21T22:13:58.743Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-21T22:13:58.743Z] (1/5) Installing ca-certificates (20191127-r2) [2020-11-21T22:13:58.743Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-11-21T22:13:59.028Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-11-21T22:13:59.028Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.6" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-11-21T22:13:59.028Z] (3/5) Installing libcurl (7.66.0-r1) [2020-11-21T22:13:59.028Z] (4/5) Installing curl (7.66.0-r1) [2020-11-21T22:13:59.028Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-11-21T22:13:59.028Z] Executing busybox-1.30.1-r3.trigger [2020-11-21T22:13:59.028Z] Executing ca-certificates-20191127-r2.trigger [2020-11-21T22:13:59.028Z] OK: 7 MiB in 19 packages [2020-11-21T22:13:59.028Z] v3.10.5-142-g5c22bb085e [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-11-21T22:13:59.028Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-11-21T22:13:59.028Z] OK: 10348 distinct packages available [2020-11-21T22:13:59.636Z] (1/5) Installing ca-certificates (20191127-r2) [2020-11-21T22:13:59.636Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-11-21T22:13:59.636Z] (3/5) Installing libcurl (7.66.0-r1) [2020-11-21T22:13:59.636Z] (4/5) Installing curl (7.66.0-r1) [2020-11-21T22:13:59.636Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-11-21T22:13:59.636Z] Executing busybox-1.30.1-r3.trigger [2020-11-21T22:13:59.636Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-21T22:13:59.636Z] Executing ca-certificates-20191127-r2.trigger [2020-11-21T22:13:59.636Z] OK: 7 MiB in 19 packages [2020-11-21T22:14:00.423Z] v3.12.1-42-gd68aa1f756 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-21T22:14:00.423Z] v3.12.1-41-g42f619918d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-21T22:14:00.423Z] OK: 12754 distinct packages available [2020-11-21T22:14:00.774Z] OK: 233 MiB in 51 packages [2020-11-21T22:14:01.069Z] Removing intermediate container 58988dd7108c [2020-11-21T22:14:01.069Z] ---> 52f04038a2f4 [2020-11-21T22:14:01.069Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-11-21T22:14:01.069Z] OK: 233 MiB in 51 packages [2020-11-21T22:14:01.378Z] ---> Running in 46cba1833423 [2020-11-21T22:14:02.405Z] Removing intermediate container 2caf38db9c7f [2020-11-21T22:14:02.405Z] ---> 3faae6ba34a7 [2020-11-21T22:14:02.405Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-21T22:14:02.405Z] Removing intermediate container 46cba1833423 [2020-11-21T22:14:02.405Z] ---> 666a048b1a3b [2020-11-21T22:14:02.405Z] Step 13/22 : WORKDIR / [2020-11-21T22:14:02.691Z] ---> Running in daf99cadec77 [2020-11-21T22:14:02.691Z] ---> Running in 0cdd9d0e2e27 [2020-11-21T22:14:03.342Z] Removing intermediate container d8562f5728ac [2020-11-21T22:14:03.342Z] ---> 17b474c6fe7d [2020-11-21T22:14:03.342Z] Step 6/22 : COPY go.mod . [2020-11-21T22:14:03.342Z] Removing intermediate container daf99cadec77 [2020-11-21T22:14:03.342Z] ---> c947682547f7 [2020-11-21T22:14:03.342Z] Step 13/24 : WORKDIR / [2020-11-21T22:14:03.342Z] Removing intermediate container 0cdd9d0e2e27 [2020-11-21T22:14:03.342Z] ---> 392e01833930 [2020-11-21T22:14:03.342Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-11-21T22:14:03.634Z] ---> Running in ba4fca109e5c [2020-11-21T22:14:04.276Z] Removing intermediate container ba4fca109e5c [2020-11-21T22:14:04.276Z] ---> 32389ed6d87b [2020-11-21T22:14:04.276Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-11-21T22:14:04.276Z] ---> 4f2726874ee8 [2020-11-21T22:14:04.276Z] Step 7/22 : RUN go mod download [2020-11-21T22:14:05.434Z] ---> cc135aaca7ea [2020-11-21T22:14:05.434Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-11-21T22:14:05.434Z] ---> Running in 504aa3ddcb6c [2020-11-21T22:14:05.717Z] ---> 77a67317b117 [2020-11-21T22:14:05.717Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-11-21T22:14:07.223Z] ---> 25f481c31a87 [2020-11-21T22:14:07.223Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-11-21T22:14:07.223Z] ---> 2bdb0fe0c74f [2020-11-21T22:14:07.223Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-11-21T22:14:07.877Z] ---> 34af7355ace5 [2020-11-21T22:14:07.877Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-11-21T22:14:08.261Z] ---> 5d0c9816bc23 [2020-11-21T22:14:08.261Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-11-21T22:14:09.350Z] ---> 03f5ef5b120c [2020-11-21T22:14:09.350Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-11-21T22:14:09.350Z] ---> Running in a044ada2d3d5 [2020-11-21T22:14:09.681Z] ---> 7bf614d71136 [2020-11-21T22:14:09.681Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-11-21T22:14:10.752Z] Removing intermediate container 504aa3ddcb6c [2020-11-21T22:14:10.752Z] ---> 3dce9a2e8c70 [2020-11-21T22:14:10.752Z] Step 8/22 : COPY . . [2020-11-21T22:14:11.761Z] ---> 977c5e1427b9 [2020-11-21T22:14:11.761Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-11-21T22:14:13.921Z] ---> bb497dbdb601 [2020-11-21T22:14:13.921Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-21T22:14:14.256Z] ---> Running in 0130605a3c0d [2020-11-21T22:14:14.902Z] Removing intermediate container a044ada2d3d5 [2020-11-21T22:14:14.902Z] ---> 1cedd4b3b8d6 [2020-11-21T22:14:14.902Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-11-21T22:14:14.902Z] ---> Running in 33ed37380418 [2020-11-21T22:14:16.410Z] Removing intermediate container 33ed37380418 [2020-11-21T22:14:16.410Z] ---> 4e37a3d5dfdc [2020-11-21T22:14:16.410Z] Step 20/22 : LABEL arch=x86_64 [2020-11-21T22:14:17.561Z] ---> Running in 41da940f6b37 [2020-11-21T22:14:19.103Z] Removing intermediate container 41da940f6b37 [2020-11-21T22:14:19.103Z] ---> a3bb93369f72 [2020-11-21T22:14:19.103Z] Step 21/22 : LABEL git_sha=834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:14:19.406Z] ---> Running in 4d6464b0f8ec [2020-11-21T22:14:21.018Z] Removing intermediate container 0130605a3c0d [2020-11-21T22:14:21.018Z] ---> 508faf86ed2c [2020-11-21T22:14:21.018Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-11-21T22:14:21.018Z] Removing intermediate container 4d6464b0f8ec [2020-11-21T22:14:21.018Z] ---> f33d23eb48e7 [2020-11-21T22:14:21.018Z] Step 22/22 : LABEL version=1.3.1-dev.6 [2020-11-21T22:14:21.321Z] ---> Running in e09f55e143da [2020-11-21T22:14:21.321Z] ---> Running in 2ec15e2ce4a8 [2020-11-21T22:14:22.815Z] Removing intermediate container 2ec15e2ce4a8 [2020-11-21T22:14:22.815Z] ---> 4e5cb1b8106e [2020-11-21T22:14:22.815Z] [2020-11-21T22:14:22.815Z] Removing intermediate container e09f55e143da [2020-11-21T22:14:22.815Z] ---> 08415da03bdf [2020-11-21T22:14:22.815Z] Step 22/24 : LABEL arch=x86_64 [2020-11-21T22:14:23.110Z] ---> Running in 6e054fe621f6 [2020-11-21T22:14:23.110Z] Successfully built 4e5cb1b8106e [2020-11-21T22:14:23.110Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-11-21T22:14:24.166Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 6e054fe621f6 [2020-11-21T22:14:24.166Z] ---> 70a07c163aea [2020-11-21T22:14:24.166Z] Step 23/24 : LABEL git_sha=834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:14:24.772Z] ---> Running in 3a7c00d87876 [2020-11-21T22:14:28.261Z] Removing intermediate container 3a7c00d87876 [2020-11-21T22:14:28.261Z] ---> 455104686937 [2020-11-21T22:14:28.261Z] Step 24/24 : LABEL version=1.3.1-dev.6 [2020-11-21T22:14:28.261Z] ---> Running in 14f6d324e54f [2020-11-21T22:14:28.575Z] Removing intermediate container 14f6d324e54f [2020-11-21T22:14:28.575Z] ---> 168fe17ab501 [2020-11-21T22:14:28.575Z] [2020-11-21T22:14:29.644Z] Successfully built 168fe17ab501 [2020-11-21T22:14:29.644Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-11-21T22:14:36.628Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container fd3def6f261f [2020-11-21T22:14:36.628Z] ---> e3e93857371a [2020-11-21T22:14:36.628Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-11-21T22:14:37.314Z] ---> Running in 67d91a1e0363 [2020-11-21T22:14:39.324Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.6" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-11-21T22:14:40.763Z] ---> aee83019726b [2020-11-21T22:14:40.763Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-11-21T22:14:41.028Z] ---> Running in 1894bcdec3a0 [2020-11-21T22:14:41.997Z] Removing intermediate container 67d91a1e0363 [2020-11-21T22:14:41.997Z] ---> e49814b74d18 [2020-11-21T22:14:41.997Z] [2020-11-21T22:14:41.997Z] Step 11/27 : FROM docker:latest [2020-11-21T22:14:41.997Z] ---> 6972c414f322 [2020-11-21T22:14:41.997Z] Step 12/27 : RUN apk add --no-cache bash [2020-11-21T22:14:41.997Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.6" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-11-21T22:14:42.274Z] ---> Running in 6b34a4eb6a6f [2020-11-21T22:14:43.288Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-21T22:14:43.288Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-21T22:14:43.574Z] (1/2) Installing readline (8.0.4-r0) [2020-11-21T22:14:43.574Z] (2/2) Installing bash (5.0.17-r0) [2020-11-21T22:14:43.951Z] Executing bash-5.0.17-r0.post-install [2020-11-21T22:14:43.951Z] Executing busybox-1.31.1-r19.trigger [2020-11-21T22:14:43.951Z] OK: 12 MiB in 22 packages [2020-11-21T22:14:45.767Z] Removing intermediate container 60450e0be047 [2020-11-21T22:14:45.768Z] ---> ef0e72c32d75 [2020-11-21T22:14:45.768Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-11-21T22:14:45.768Z] ---> Running in 61f855ce935f [2020-11-21T22:14:45.768Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.6" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-11-21T22:14:46.181Z] Removing intermediate container aa363ee214e1 [2020-11-21T22:14:46.181Z] ---> 5a432812f927 [2020-11-21T22:14:46.181Z] [2020-11-21T22:14:46.181Z] Step 10/23 : FROM alpine [2020-11-21T22:14:46.181Z] ---> d6e46aa2470d [2020-11-21T22:14:46.181Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-21T22:14:46.181Z] ---> Running in 90093b1c6da2 [2020-11-21T22:14:46.181Z] Removing intermediate container 6b34a4eb6a6f [2020-11-21T22:14:46.181Z] ---> d7f1227dfca6 [2020-11-21T22:14:46.181Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-11-21T22:14:46.507Z] ---> Running in 69e57f0ca557 [2020-11-21T22:14:46.800Z] Removing intermediate container 90093b1c6da2 [2020-11-21T22:14:46.800Z] ---> e57a04ab2ace [2020-11-21T22:14:46.800Z] Step 12/23 : ENV APP_PORT=48080 [2020-11-21T22:14:46.800Z] ---> Running in 36f8f5fa3131 [2020-11-21T22:14:47.096Z] Removing intermediate container 36f8f5fa3131 [2020-11-21T22:14:47.096Z] ---> a51f08a0f274 [2020-11-21T22:14:47.096Z] Step 13/23 : EXPOSE $APP_PORT [2020-11-21T22:14:47.401Z] ---> Running in 87d287bb2ec0 [2020-11-21T22:14:47.716Z] Removing intermediate container 87d287bb2ec0 [2020-11-21T22:14:47.716Z] ---> 9f55fdcde40a [2020-11-21T22:14:47.716Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-21T22:14:48.042Z] ---> Running in 8b818e4206f8 [2020-11-21T22:14:48.746Z] Removing intermediate container 69e57f0ca557 [2020-11-21T22:14:48.746Z] ---> 5aac13899379 [2020-11-21T22:14:48.746Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-11-21T22:14:49.031Z] ---> Running in 35d0991977fd [2020-11-21T22:14:49.335Z] Removing intermediate container 35d0991977fd [2020-11-21T22:14:49.335Z] ---> f01c3bd09c80 [2020-11-21T22:14:49.335Z] Step 15/27 : ENV APP_PORT=48090 [2020-11-21T22:14:49.656Z] ---> Running in 7ffbcc779f4b [2020-11-21T22:14:50.381Z] Removing intermediate container 7ffbcc779f4b [2020-11-21T22:14:50.381Z] ---> a72544295d2f [2020-11-21T22:14:50.381Z] Step 16/27 : EXPOSE $APP_PORT [2020-11-21T22:14:50.381Z] ---> Running in 18137164863a [2020-11-21T22:14:50.741Z] Removing intermediate container 8b818e4206f8 [2020-11-21T22:14:50.741Z] ---> bae3090d73f3 [2020-11-21T22:14:50.741Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-11-21T22:14:50.741Z] ---> Running in fdc10c5b4126 [2020-11-21T22:14:50.741Z] Removing intermediate container 18137164863a [2020-11-21T22:14:50.741Z] ---> 279f5a778d35 [2020-11-21T22:14:50.741Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-11-21T22:14:51.215Z] Removing intermediate container 11979c34778c [2020-11-21T22:14:51.215Z] ---> 93923055740b [2020-11-21T22:14:51.215Z] [2020-11-21T22:14:51.215Z] Step 9/29 : FROM alpine:latest [2020-11-21T22:14:51.215Z] ---> 2e77e061c27f [2020-11-21T22:14:51.215Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-11-21T22:14:51.215Z] ---> Running in 03e6abff2f79 [2020-11-21T22:14:51.840Z] Removing intermediate container 03e6abff2f79 [2020-11-21T22:14:51.840Z] ---> cf266cac4d3b [2020-11-21T22:14:51.840Z] Step 11/29 : USER root [2020-11-21T22:14:51.879Z] ---> bff525bffb2a [2020-11-21T22:14:51.879Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-11-21T22:14:52.122Z] ---> Running in fc7d5594ed8b [2020-11-21T22:14:52.161Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-21T22:14:52.399Z] Removing intermediate container 61f855ce935f [2020-11-21T22:14:52.399Z] ---> 529c07998e60 [2020-11-21T22:14:52.399Z] [2020-11-21T22:14:52.399Z] Step 11/27 : FROM docker:latest [2020-11-21T22:14:52.399Z] ---> 5d4db4dc0692 [2020-11-21T22:14:52.399Z] Step 12/27 : RUN apk add --no-cache bash [2020-11-21T22:14:52.675Z] ---> Running in 1b389c95e5c0 [2020-11-21T22:14:52.754Z] ---> 1c1d9f520e46 [2020-11-21T22:14:52.754Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-11-21T22:14:52.953Z] Removing intermediate container fc7d5594ed8b [2020-11-21T22:14:52.953Z] ---> bd6ad111be1e [2020-11-21T22:14:52.953Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-11-21T22:14:53.058Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-21T22:14:53.235Z] ---> Running in d6885b82b4be [2020-11-21T22:14:53.683Z] ---> 9f8c76452bab [2020-11-21T22:14:53.683Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-11-21T22:14:53.683Z] (1/5) Installing libgcc (9.3.0-r2) [2020-11-21T22:14:53.950Z] (2/5) Installing libsodium (1.0.18-r0) [2020-11-21T22:14:53.950Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-11-21T22:14:54.230Z] (4/5) Installing libzmq (4.3.3-r0) [2020-11-21T22:14:54.230Z] (5/5) Installing zeromq (4.3.3-r0) [2020-11-21T22:14:54.230Z] ---> Running in 7f5d41070ac8 [2020-11-21T22:14:54.514Z] Executing busybox-1.31.1-r19.trigger [2020-11-21T22:14:54.514Z] OK: 8 MiB in 19 packages [2020-11-21T22:14:55.809Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-21T22:14:55.809Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-21T22:14:55.809Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-11-21T22:14:55.809Z] (2/33) Installing expat (2.2.9-r1) [2020-11-21T22:14:55.809Z] (3/33) Installing libffi (3.3-r2) [2020-11-21T22:14:55.809Z] (4/33) Installing gdbm (1.13-r1) [2020-11-21T22:14:55.895Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-21T22:14:55.895Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-21T22:14:56.140Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-11-21T22:14:56.140Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-11-21T22:14:56.140Z] (7/33) Installing python3 (3.8.5-r0) [2020-11-21T22:14:56.173Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-21T22:14:56.451Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-21T22:14:56.504Z] Removing intermediate container fdc10c5b4126 [2020-11-21T22:14:56.504Z] ---> 2a69407e267d [2020-11-21T22:14:56.504Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-11-21T22:14:56.729Z] (1/2) Installing readline (8.0.4-r0) [2020-11-21T22:14:56.729Z] (2/2) Installing bash (5.0.17-r0) [2020-11-21T22:14:56.729Z] Executing bash-5.0.17-r0.post-install [2020-11-21T22:14:57.006Z] Executing busybox-1.31.1-r19.trigger [2020-11-21T22:14:57.006Z] OK: 12 MiB in 22 packages [2020-11-21T22:14:57.006Z] v3.12.1-42-gd68aa1f756 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-21T22:14:57.006Z] v3.12.1-41-g42f619918d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-21T22:14:57.006Z] OK: 12617 distinct packages available [2020-11-21T22:14:58.057Z] (1/2) Installing ca-certificates (20191127-r4) [2020-11-21T22:14:58.057Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-11-21T22:14:58.057Z] Executing busybox-1.31.1-r19.trigger [2020-11-21T22:14:58.336Z] Executing ca-certificates-20191127-r4.trigger [2020-11-21T22:14:58.613Z] OK: 6 MiB in 16 packages [2020-11-21T22:14:59.621Z] Removing intermediate container 1b389c95e5c0 [2020-11-21T22:14:59.621Z] ---> ee445a615335 [2020-11-21T22:14:59.621Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-11-21T22:14:59.897Z] ---> Running in fb581bf36622 [2020-11-21T22:15:00.109Z] ---> 74572e3501af [2020-11-21T22:15:00.109Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-11-21T22:15:00.109Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-11-21T22:15:00.109Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-11-21T22:15:00.109Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-11-21T22:15:00.109Z] (11/33) Installing py3-six (1.15.0-r0) [2020-11-21T22:15:00.109Z] (12/33) Installing py3-packaging (20.4-r0) [2020-11-21T22:15:00.109Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-11-21T22:15:00.109Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-11-21T22:15:00.390Z] (15/33) Installing py3-idna (2.9-r0) [2020-11-21T22:15:00.390Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-11-21T22:15:00.390Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-11-21T22:15:00.968Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-11-21T22:15:01.232Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-11-21T22:15:01.232Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-11-21T22:15:01.232Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-11-21T22:15:01.232Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-11-21T22:15:01.494Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-11-21T22:15:01.775Z] ---> 46e2fe976fb0 [2020-11-21T22:15:01.775Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-11-21T22:15:01.775Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-11-21T22:15:01.775Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-11-21T22:15:02.052Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-11-21T22:15:02.052Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-11-21T22:15:02.052Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-11-21T22:15:02.052Z] (29/33) Installing py3-progress (1.5-r0) [2020-11-21T22:15:02.052Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-11-21T22:15:02.052Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-11-21T22:15:02.052Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-11-21T22:15:02.052Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-11-21T22:15:02.550Z] Removing intermediate container d6885b82b4be [2020-11-21T22:15:02.550Z] ---> 154a9e5a1ca2 [2020-11-21T22:15:02.550Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-11-21T22:15:02.827Z] ---> Running in 04db1e18a502 [2020-11-21T22:15:03.472Z] Executing busybox-1.31.1-r19.trigger [2020-11-21T22:15:03.761Z] OK: 71 MiB in 55 packages [2020-11-21T22:15:03.761Z] Removing intermediate container 1894bcdec3a0 [2020-11-21T22:15:03.761Z] ---> b75e76490281 [2020-11-21T22:15:03.761Z] [2020-11-21T22:15:03.761Z] Step 10/22 : FROM scratch [2020-11-21T22:15:03.761Z] ---> [2020-11-21T22:15:03.761Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-21T22:15:04.043Z] ---> 63d65a28b0ed [2020-11-21T22:15:04.043Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-11-21T22:15:04.043Z] ---> Running in 4108d3a43a37 [2020-11-21T22:15:04.289Z] Removing intermediate container c3262c9595c1 [2020-11-21T22:15:04.289Z] ---> 8209b2d88245 [2020-11-21T22:15:04.289Z] [2020-11-21T22:15:04.289Z] Step 10/22 : FROM scratch [2020-11-21T22:15:04.289Z] ---> [2020-11-21T22:15:04.289Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-21T22:15:04.289Z] ---> Using cache [2020-11-21T22:15:04.289Z] ---> 5bbbc99ee95d [2020-11-21T22:15:04.289Z] Step 12/22 : ENV APP_PORT=48082 [2020-11-21T22:15:04.308Z] ---> Using cache [2020-11-21T22:15:04.308Z] ---> ed1ee07dd2e9 [2020-11-21T22:15:04.308Z] Step 12/22 : ENV APP_PORT=48061 [2020-11-21T22:15:04.308Z] Removing intermediate container 4108d3a43a37 [2020-11-21T22:15:04.308Z] ---> 15e09fe3c5b1 [2020-11-21T22:15:04.308Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-21T22:15:04.565Z] Removing intermediate container 04db1e18a502 [2020-11-21T22:15:04.565Z] ---> 512d6f63d428 [2020-11-21T22:15:04.565Z] Step 14/29 : WORKDIR $BASE_DIR [2020-11-21T22:15:04.565Z] ---> Running in 1f81018b7a5d [2020-11-21T22:15:04.580Z] ---> Running in c66c97caa4a9 [2020-11-21T22:15:04.844Z] ---> Running in cf6ec0314e74 [2020-11-21T22:15:04.844Z] Removing intermediate container fb581bf36622 [2020-11-21T22:15:04.844Z] ---> 7d60145b4689 [2020-11-21T22:15:04.845Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-11-21T22:15:05.121Z] ---> Running in 55bc15de015a [2020-11-21T22:15:05.121Z] Removing intermediate container 1f81018b7a5d [2020-11-21T22:15:05.121Z] ---> cd2403e15f0b [2020-11-21T22:15:05.121Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-21T22:15:05.396Z] ---> Running in 1802f2600f90 [2020-11-21T22:15:05.567Z] ---> Running in 6caf820e4ad2 [2020-11-21T22:15:05.690Z] Removing intermediate container cf6ec0314e74 [2020-11-21T22:15:05.690Z] ---> 4288c61ed381 [2020-11-21T22:15:05.690Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-11-21T22:15:05.690Z] Removing intermediate container 55bc15de015a [2020-11-21T22:15:05.690Z] ---> 62de94f16faa [2020-11-21T22:15:05.690Z] Step 15/27 : ENV APP_PORT=48090 [2020-11-21T22:15:05.690Z] ---> Running in b03a9f979762 [2020-11-21T22:15:05.967Z] ---> Running in 5439a95902f4 [2020-11-21T22:15:06.581Z] Removing intermediate container 1802f2600f90 [2020-11-21T22:15:06.581Z] ---> 03fca1d4c04b [2020-11-21T22:15:06.581Z] Step 14/22 : WORKDIR / [2020-11-21T22:15:06.581Z] ---> Running in 304bc01dba1c [2020-11-21T22:15:06.983Z] Removing intermediate container c66c97caa4a9 [2020-11-21T22:15:06.983Z] ---> e6601d3851d8 [2020-11-21T22:15:06.983Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-21T22:15:07.183Z] Removing intermediate container 5439a95902f4 [2020-11-21T22:15:07.183Z] ---> ac9f31e8c49a [2020-11-21T22:15:07.183Z] Step 16/27 : EXPOSE $APP_PORT [2020-11-21T22:15:07.464Z] ---> Running in 76bc35d0bc54 [2020-11-21T22:15:07.744Z] Removing intermediate container 304bc01dba1c [2020-11-21T22:15:07.744Z] ---> 42fbf8aeb0d1 [2020-11-21T22:15:07.744Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-11-21T22:15:08.354Z] Removing intermediate container 76bc35d0bc54 [2020-11-21T22:15:08.354Z] ---> 6423ddcab9a4 [2020-11-21T22:15:08.354Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-11-21T22:15:09.358Z] ---> ec0d5d023e64 [2020-11-21T22:15:09.358Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-11-21T22:15:09.782Z] ---> Running in 7304a030a2f7 [2020-11-21T22:15:09.782Z] Removing intermediate container 6caf820e4ad2 [2020-11-21T22:15:09.782Z] ---> a4faf605e1ea [2020-11-21T22:15:09.782Z] Step 21/23 : LABEL arch=x86_64 [2020-11-21T22:15:09.782Z] ---> Running in b5938dfa413e [2020-11-21T22:15:09.782Z] Removing intermediate container 7f5d41070ac8 [2020-11-21T22:15:09.782Z] ---> a4e625a31bf1 [2020-11-21T22:15:09.782Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-11-21T22:15:09.782Z] ---> Running in e907655b4c86 [2020-11-21T22:15:09.782Z] Removing intermediate container 7304a030a2f7 [2020-11-21T22:15:09.782Z] ---> c7aa15d56475 [2020-11-21T22:15:09.782Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-11-21T22:15:10.133Z] Removing intermediate container b5938dfa413e [2020-11-21T22:15:10.133Z] ---> fcbd8e50b5c1 [2020-11-21T22:15:10.133Z] Step 22/23 : LABEL git_sha=834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:15:10.133Z] ---> Running in 8ef4f9a07966 [2020-11-21T22:15:10.736Z] Removing intermediate container 8ef4f9a07966 [2020-11-21T22:15:10.736Z] ---> bb94c09f3370 [2020-11-21T22:15:10.736Z] Step 23/23 : LABEL version=1.3.1-dev.6 [2020-11-21T22:15:10.736Z] ---> 06da72d617d9 [2020-11-21T22:15:10.736Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-11-21T22:15:10.736Z] ---> Running in d43eadbcce45 [2020-11-21T22:15:10.736Z] Removing intermediate container d43eadbcce45 [2020-11-21T22:15:10.736Z] ---> 5300c9937c1e [2020-11-21T22:15:10.736Z] [2020-11-21T22:15:10.818Z] Removing intermediate container b03a9f979762 [2020-11-21T22:15:10.818Z] ---> ff3a334e6bf7 [2020-11-21T22:15:10.818Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-11-21T22:15:10.818Z] ---> 86f377a6a0db [2020-11-21T22:15:10.818Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-11-21T22:15:11.041Z] ---> 1559270d5545 [2020-11-21T22:15:11.041Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-11-21T22:15:11.041Z] Successfully built 5300c9937c1e [2020-11-21T22:15:11.041Z] Successfully tagged docker-core-data-go:latest [2020-11-21T22:15:11.811Z] ---> 22b6f278c38b [2020-11-21T22:15:11.811Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-11-21T22:15:12.088Z] ---> 702ac6caec91 [2020-11-21T22:15:12.088Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-11-21T22:15:12.119Z]  Building docker-core-data-go ... done  ---> ca6a0ce00c34 [2020-11-21T22:15:12.119Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-11-21T22:15:12.119Z] Collecting docker-compose==1.23.2 [2020-11-21T22:15:12.119Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-11-21T22:15:12.426Z] Collecting docopt<0.7,>=0.6.1 [2020-11-21T22:15:12.426Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-11-21T22:15:12.702Z] ---> b15234e766bc [2020-11-21T22:15:12.702Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-11-21T22:15:12.702Z] ---> Running in c406261e808d [2020-11-21T22:15:12.990Z] Removing intermediate container c406261e808d [2020-11-21T22:15:12.990Z] ---> 56fb4bdeaca3 [2020-11-21T22:15:12.990Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-21T22:15:12.990Z] ---> Running in 8e2d7862736c [2020-11-21T22:15:13.084Z] ---> 1be57abfb73e [2020-11-21T22:15:13.084Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-11-21T22:15:13.084Z] ---> 4aa221b52f7d [2020-11-21T22:15:13.084Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-11-21T22:15:13.365Z] ---> Running in 5c3881fe55dc [2020-11-21T22:15:13.365Z] ---> 2660af560499 [2020-11-21T22:15:13.365Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-11-21T22:15:13.593Z] Removing intermediate container 8e2d7862736c [2020-11-21T22:15:13.593Z] ---> b522a1f1d165 [2020-11-21T22:15:13.593Z] Step 20/22 : LABEL arch=x86_64 [2020-11-21T22:15:13.594Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-11-21T22:15:13.594Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-11-21T22:15:13.594Z] ---> Running in 72da290a3b54 [2020-11-21T22:15:13.594Z] Collecting jsonschema<3,>=2.5.1 [2020-11-21T22:15:13.594Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-11-21T22:15:13.647Z] ---> Running in b9391de23a97 [2020-11-21T22:15:13.894Z] Removing intermediate container 72da290a3b54 [2020-11-21T22:15:13.894Z] ---> 6a94f0dfd42f [2020-11-21T22:15:13.894Z] Step 21/22 : LABEL git_sha=834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:15:13.894Z] ---> Running in 085fbe5579ba [2020-11-21T22:15:13.894Z] Collecting docker<4.0,>=3.6.0 [2020-11-21T22:15:13.894Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-11-21T22:15:13.926Z] ---> 3e3679654967 [2020-11-21T22:15:13.926Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-11-21T22:15:14.170Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-11-21T22:15:14.170Z] Collecting texttable<0.10,>=0.9.0 [2020-11-21T22:15:14.170Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-11-21T22:15:14.170Z] Removing intermediate container 085fbe5579ba [2020-11-21T22:15:14.170Z] ---> 48d8f51d4071 [2020-11-21T22:15:14.170Z] Step 22/22 : LABEL version=1.3.1-dev.6 [2020-11-21T22:15:14.170Z] ---> Running in 1aa07e99ef34 [2020-11-21T22:15:14.208Z] Removing intermediate container 5c3881fe55dc [2020-11-21T22:15:14.208Z] ---> e798d49147b2 [2020-11-21T22:15:14.208Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-21T22:15:14.451Z] Removing intermediate container 1aa07e99ef34 [2020-11-21T22:15:14.451Z] ---> 3e508dd133cd [2020-11-21T22:15:14.451Z] [2020-11-21T22:15:14.820Z] ---> Running in 14232be3613a [2020-11-21T22:15:15.811Z] ---> 513267a7f122 [2020-11-21T22:15:15.811Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-11-21T22:15:15.811Z] Removing intermediate container 14232be3613a [2020-11-21T22:15:15.811Z] ---> 8d5b14756c43 [2020-11-21T22:15:15.811Z] Step 20/22 : LABEL arch=arm64 [2020-11-21T22:15:15.898Z] Successfully built 3e508dd133cd [2020-11-21T22:15:15.898Z] Successfully tagged docker-support-logging-go:latest [2020-11-21T22:15:15.898Z]  Building docker-support-logging-go ... done Collecting PyYAML<4,>=3.10 [2020-11-21T22:15:15.898Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-11-21T22:15:16.090Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-21T22:15:16.366Z] ---> Running in c1953bf0d117 [2020-11-21T22:15:16.366Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-21T22:15:16.853Z] Collecting dockerpty<0.5,>=0.4.1 [2020-11-21T22:15:16.853Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-11-21T22:15:16.980Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-11-21T22:15:16.980Z] (2/33) Installing expat (2.2.9-r1) [2020-11-21T22:15:16.980Z] (3/33) Installing libffi (3.3-r2) [2020-11-21T22:15:16.980Z] (4/33) Installing gdbm (1.13-r1) [2020-11-21T22:15:16.980Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-11-21T22:15:16.980Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-11-21T22:15:16.980Z] (7/33) Installing python3 (3.8.5-r0) [2020-11-21T22:15:17.431Z] Collecting websocket-client<1.0,>=0.32.0 [2020-11-21T22:15:17.431Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-11-21T22:15:17.431Z] Collecting cached-property<2,>=1.2.0 [2020-11-21T22:15:17.431Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-11-21T22:15:17.588Z] ---> 402dc38b4ec1 [2020-11-21T22:15:17.588Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-11-21T22:15:17.588Z] Removing intermediate container c1953bf0d117 [2020-11-21T22:15:17.588Z] ---> 72af72cfca6c [2020-11-21T22:15:17.588Z] Step 21/22 : LABEL git_sha=834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:15:17.696Z] Collecting idna<2.8,>=2.5 [2020-11-21T22:15:17.696Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-11-21T22:15:17.696Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-11-21T22:15:17.696Z] 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) [2020-11-21T22:15:17.696Z] Collecting urllib3<1.25,>=1.21.1 [2020-11-21T22:15:17.960Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-11-21T22:15:17.960Z] Collecting docker-pycreds>=0.4.0 [2020-11-21T22:15:17.960Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-11-21T22:15:17.960Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-11-21T22:15:17.960Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-11-21T22:15:17.960Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-11-21T22:15:17.960Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-11-21T22:15:18.194Z] Removing intermediate container c4fa3d9eea3b [2020-11-21T22:15:18.194Z] ---> c385798d252d [2020-11-21T22:15:18.194Z] [2020-11-21T22:15:18.194Z] Step 10/22 : FROM scratch [2020-11-21T22:15:18.194Z] ---> [2020-11-21T22:15:18.194Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-21T22:15:18.230Z] Installing collected packages: docopt, idna, urllib3, requests, jsonschema, websocket-client, docker-pycreds, docker, texttable, PyYAML, dockerpty, cached-property, docker-compose [2020-11-21T22:15:18.230Z] Running setup.py install for docopt: started [2020-11-21T22:15:18.473Z] ---> Running in 75e442e15d32 [2020-11-21T22:15:18.779Z] ---> Using cache [2020-11-21T22:15:18.779Z] ---> 5bbbc99ee95d [2020-11-21T22:15:18.779Z] Step 12/22 : ENV APP_PORT=48081 [2020-11-21T22:15:19.189Z] Running setup.py install for docopt: finished with status 'done' [2020-11-21T22:15:19.189Z] Attempting uninstall: idna [2020-11-21T22:15:19.189Z] Found existing installation: idna 2.9 [2020-11-21T22:15:19.189Z] Uninstalling idna-2.9: [2020-11-21T22:15:19.189Z] Successfully uninstalled idna-2.9 [2020-11-21T22:15:19.189Z] Attempting uninstall: urllib3 [2020-11-21T22:15:19.189Z] Found existing installation: urllib3 1.25.9 [2020-11-21T22:15:19.189Z] Uninstalling urllib3-1.25.9: [2020-11-21T22:15:19.386Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-11-21T22:15:19.386Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-11-21T22:15:19.386Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-11-21T22:15:19.386Z] ---> Running in 1c5d75ef72f7 [2020-11-21T22:15:19.386Z] ---> 04ec2daf3dbf [2020-11-21T22:15:19.386Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-11-21T22:15:19.386Z] (11/33) Installing py3-six (1.15.0-r0) [2020-11-21T22:15:19.386Z] (12/33) Installing py3-packaging (20.4-r0) [2020-11-21T22:15:19.386Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-11-21T22:15:19.386Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-11-21T22:15:19.453Z] Successfully uninstalled urllib3-1.25.9 [2020-11-21T22:15:19.453Z] Attempting uninstall: requests [2020-11-21T22:15:19.453Z] Found existing installation: requests 2.23.0 [2020-11-21T22:15:19.453Z] Uninstalling requests-2.23.0: [2020-11-21T22:15:19.453Z] Successfully uninstalled requests-2.23.0 [2020-11-21T22:15:19.681Z] Removing intermediate container 75e442e15d32 [2020-11-21T22:15:19.681Z] ---> 675dcdb35abc [2020-11-21T22:15:19.681Z] Step 22/22 : LABEL version=1.3.1-dev.6 [2020-11-21T22:15:19.681Z] (15/33) Installing py3-idna (2.9-r0) [2020-11-21T22:15:19.681Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-11-21T22:15:19.681Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-11-21T22:15:19.681Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-11-21T22:15:19.681Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-11-21T22:15:19.681Z] ---> Running in 132f11102d84 [2020-11-21T22:15:19.681Z] Removing intermediate container b30018fd6bc7 [2020-11-21T22:15:19.681Z] ---> bb8a8122d394 [2020-11-21T22:15:19.681Z] [2020-11-21T22:15:19.681Z] Step 10/24 : FROM scratch [2020-11-21T22:15:19.681Z] ---> [2020-11-21T22:15:19.681Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-21T22:15:19.681Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-11-21T22:15:19.681Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-11-21T22:15:19.963Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-11-21T22:15:19.963Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-11-21T22:15:19.963Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-11-21T22:15:19.963Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-11-21T22:15:19.963Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-11-21T22:15:19.963Z] ---> Running in 04ce1ae4d23e [2020-11-21T22:15:19.963Z] ---> Using cache [2020-11-21T22:15:19.963Z] ---> db23b80036fa [2020-11-21T22:15:19.963Z] Step 12/24 : ENV APP_PORT=48060 [2020-11-21T22:15:19.963Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-11-21T22:15:19.963Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-11-21T22:15:19.963Z] (29/33) Installing py3-progress (1.5-r0) [2020-11-21T22:15:20.247Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-11-21T22:15:20.247Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-11-21T22:15:20.247Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-11-21T22:15:20.247Z] Removing intermediate container 1c5d75ef72f7 [2020-11-21T22:15:20.247Z] ---> 7a28fda2b9b8 [2020-11-21T22:15:20.247Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-21T22:15:20.247Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-11-21T22:15:20.247Z] ---> Running in 2246079e6538 [2020-11-21T22:15:20.247Z] ---> Running in cd07215409af [2020-11-21T22:15:20.423Z] Running setup.py install for texttable: started [2020-11-21T22:15:20.543Z] Executing busybox-1.31.1-r19.trigger [2020-11-21T22:15:20.543Z] OK: 71 MiB in 55 packages [2020-11-21T22:15:20.825Z] Removing intermediate container 04ce1ae4d23e [2020-11-21T22:15:20.825Z] ---> d13e3e7c7ed3 [2020-11-21T22:15:20.825Z] [2020-11-21T22:15:21.013Z] Running setup.py install for texttable: finished with status 'done' [2020-11-21T22:15:21.013Z] Running setup.py install for PyYAML: started [2020-11-21T22:15:21.107Z] Removing intermediate container 2246079e6538 [2020-11-21T22:15:21.107Z] ---> 07ff1c27e98c [2020-11-21T22:15:21.107Z] Step 13/24 : EXPOSE $APP_PORT [2020-11-21T22:15:21.107Z] Removing intermediate container cd07215409af [2020-11-21T22:15:21.107Z] ---> 13644bbf6c10 [2020-11-21T22:15:21.107Z] Step 14/22 : WORKDIR / [2020-11-21T22:15:21.107Z] ---> Running in fe7a348a2110 [2020-11-21T22:15:21.387Z] Successfully built d13e3e7c7ed3 [2020-11-21T22:15:21.387Z] ---> Running in c90e4d9c0f64 [2020-11-21T22:15:21.387Z] Successfully tagged docker-core-command-go-arm64:latest [2020-11-21T22:15:21.387Z]  Building docker-core-command-go ... done Building docker-core-data-go [2020-11-21T22:15:21.608Z] Running setup.py install for PyYAML: finished with status 'done' [2020-11-21T22:15:21.608Z] Running setup.py install for dockerpty: started [2020-11-21T22:15:21.990Z] Removing intermediate container fe7a348a2110 [2020-11-21T22:15:21.990Z] ---> 22742b8593e7 [2020-11-21T22:15:21.990Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-11-21T22:15:22.203Z] Running setup.py install for dockerpty: finished with status 'done' [2020-11-21T22:15:22.267Z] Removing intermediate container c90e4d9c0f64 [2020-11-21T22:15:22.267Z] ---> c4a100cf91b4 [2020-11-21T22:15:22.267Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-11-21T22:15:22.795Z] 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 [2020-11-21T22:15:24.286Z] ---> d30de989c78b [2020-11-21T22:15:24.286Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-11-21T22:15:24.286Z] ---> 9441707d7610 [2020-11-21T22:15:24.286Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-11-21T22:15:24.567Z] Removing intermediate container 132f11102d84 [2020-11-21T22:15:24.567Z] ---> 04bfe21c56ba [2020-11-21T22:15:24.567Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-11-21T22:15:26.572Z] ---> a0a9d463b566 [2020-11-21T22:15:26.572Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-11-21T22:15:26.572Z] ---> 89673b593168 [2020-11-21T22:15:26.572Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-21T22:15:26.572Z] ---> c7dfdbdb39f7 [2020-11-21T22:15:26.572Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-11-21T22:15:26.572Z] ---> Running in 39ea99179022 [2020-11-21T22:15:27.048Z] Removing intermediate container e907655b4c86 [2020-11-21T22:15:27.048Z] ---> ac0702142f2e [2020-11-21T22:15:27.048Z] Step 22/27 : RUN apk --no-cache add curl [2020-11-21T22:15:27.048Z] ---> Running in 5c7c5f76aa70 [2020-11-21T22:15:28.022Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-21T22:15:28.022Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-21T22:15:28.304Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-11-21T22:15:28.304Z] (2/3) Installing libcurl (7.69.1-r1) [2020-11-21T22:15:28.304Z] (3/3) Installing curl (7.69.1-r1) [2020-11-21T22:15:28.304Z] Executing busybox-1.31.1-r19.trigger [2020-11-21T22:15:28.304Z] OK: 72 MiB in 58 packages [2020-11-21T22:15:28.581Z] ---> 43495a995c0f [2020-11-21T22:15:28.581Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-11-21T22:15:28.891Z] Removing intermediate container 5c7c5f76aa70 [2020-11-21T22:15:28.891Z] ---> 2d80a872d71c [2020-11-21T22:15:28.891Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-11-21T22:15:28.891Z] ---> Running in f882dbfde991 [2020-11-21T22:15:29.159Z] Removing intermediate container f882dbfde991 [2020-11-21T22:15:29.159Z] ---> acb839688670 [2020-11-21T22:15:29.159Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-21T22:15:29.159Z] ---> Running in 0ed0c6b5a650 [2020-11-21T22:15:29.180Z] ---> 8641b52f9a04 [2020-11-21T22:15:29.180Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-11-21T22:15:29.180Z] ---> Running in ceba46ab9f03 [2020-11-21T22:15:29.423Z] Removing intermediate container 0ed0c6b5a650 [2020-11-21T22:15:29.423Z] ---> c841cdc15d33 [2020-11-21T22:15:29.423Z] Step 25/27 : LABEL arch=x86_64 [2020-11-21T22:15:29.423Z] ---> Running in 4c33058b3f8f [2020-11-21T22:15:29.693Z] Removing intermediate container 4c33058b3f8f [2020-11-21T22:15:29.693Z] ---> 3505b9859d3c [2020-11-21T22:15:29.693Z] Step 26/27 : LABEL git_sha=834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:15:29.693Z] ---> Running in 43f9784f46e1 [2020-11-21T22:15:29.795Z] Removing intermediate container ceba46ab9f03 [2020-11-21T22:15:29.795Z] ---> 2badaff23fee [2020-11-21T22:15:29.795Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-21T22:15:29.968Z] Removing intermediate container 43f9784f46e1 [2020-11-21T22:15:29.968Z] ---> 5f76dadaa325 [2020-11-21T22:15:29.968Z] Step 27/27 : LABEL version=1.3.1-dev.6 [2020-11-21T22:15:29.968Z] ---> Running in 6349be31c02d [2020-11-21T22:15:30.244Z] Removing intermediate container 6349be31c02d [2020-11-21T22:15:30.244Z] ---> 24e2db56f142 [2020-11-21T22:15:30.244Z] [2020-11-21T22:15:30.413Z] Removing intermediate container b9391de23a97 [2020-11-21T22:15:30.413Z] ---> 39a2e03c46ae [2020-11-21T22:15:30.413Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-11-21T22:15:30.413Z] ---> Running in 6cdbba5d8f69 [2020-11-21T22:15:30.413Z] ---> 4576dce49913 [2020-11-21T22:15:30.413Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-11-21T22:15:30.513Z] Successfully built 24e2db56f142 [2020-11-21T22:15:30.513Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-11-21T22:15:30.698Z] ---> Running in 07fa315d34d9 [2020-11-21T22:15:30.809Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-11-21T22:15:30.865Z] $ docker stop --time=1 291f308dd2f34acc56d953c9b4d227d724d0bc944f947d11e63644956daea076 [2020-11-21T22:15:30.984Z] Removing intermediate container 39ea99179022 [2020-11-21T22:15:30.984Z] ---> 316df86162ff [2020-11-21T22:15:30.984Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-11-21T22:15:30.984Z] Removing intermediate container 6cdbba5d8f69 [2020-11-21T22:15:30.984Z] ---> a6446fe5f65d [2020-11-21T22:15:31.266Z] Step 20/22 : LABEL arch=arm64 [2020-11-21T22:15:31.544Z] ---> Running in 9bde04477320 [2020-11-21T22:15:31.544Z] ---> Running in e40384d37f56 [2020-11-21T22:15:32.909Z] $ docker rm -f 291f308dd2f34acc56d953c9b4d227d724d0bc944f947d11e63644956daea076 [2020-11-21T22:15:32.997Z] Removing intermediate container e40384d37f56 [2020-11-21T22:15:32.998Z] ---> 8e1795e21281 [2020-11-21T22:15:32.998Z] Step 21/22 : LABEL git_sha=834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:15:32.998Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-21T22:15:32.998Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-11-21T22:15:32.998Z] ---> dd4ef1d27f18 [2020-11-21T22:15:32.998Z] Step 3/23 : WORKDIR /edgex-go [2020-11-21T22:15:32.998Z] ---> Using cache [2020-11-21T22:15:32.998Z] ---> a08aa48bdf6e [2020-11-21T22:15:32.998Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-21T22:15:32.998Z] ---> Using cache [2020-11-21T22:15:32.998Z] ---> 46e0b5c7ca45 [2020-11-21T22:15:32.998Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-11-21T22:15:32.998Z] ---> 2596b54f403c [2020-11-21T22:15:32.998Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-11-21T22:15:32.998Z] ---> Running in 5225adc0b568 [2020-11-21T22:15:32.998Z] ---> Running in a7115bba71f7 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-21T22:15:33.564Z] + docker images [2020-11-21T22:15:33.564Z] + grep docker [2020-11-21T22:15:33.564Z] docker-sys-mgmt-agent-go latest 24e2db56f142 3 seconds ago 290MB [2020-11-21T22:15:33.564Z] docker-support-logging-go latest 3e508dd133cd 19 seconds ago 11.1MB [2020-11-21T22:15:33.564Z] docker-core-data-go latest 5300c9937c1e 23 seconds ago 23.7MB [2020-11-21T22:15:33.564Z] docker-security-secretstore-setup-go latest 168fe17ab501 About a minute ago 24.8MB [2020-11-21T22:15:33.564Z] docker-security-bootstrap-redis-go latest 4e5cb1b8106e About a minute ago 15.9MB [2020-11-21T22:15:33.564Z] docker-support-scheduler-go latest f9b3ebe095df 2 minutes ago 12.3MB [2020-11-21T22:15:33.564Z] docker-security-secrets-setup-go latest 7e42d957e807 3 minutes ago 24MB [2020-11-21T22:15:33.564Z] docker-support-notifications-go latest a091e0e6f9d9 3 minutes ago 13.6MB [2020-11-21T22:15:33.564Z] docker-core-metadata-go latest efc114e27b02 3 minutes ago 14.5MB [2020-11-21T22:15:33.564Z] docker-core-command-go latest cc2940f3c025 3 minutes ago 12.2MB [2020-11-21T22:15:33.564Z] docker-security-proxy-setup-go latest 41f32d139c83 3 minutes ago 15.8MB [2020-11-21T22:15:33.564Z] docker latest 6972c414f322 4 weeks ago 217MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [2020-11-21T22:15:34.004Z] Removing intermediate container 5225adc0b568 [2020-11-21T22:15:34.004Z] ---> a6f9981e8a1b [2020-11-21T22:15:34.004Z] Step 22/22 : LABEL version=1.3.1-dev.6 [2020-11-21T22:15:34.004Z] ---> Running in abafdad29682 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2020-11-21T22:15:35.478Z] ---> 1abb433cd06c [2020-11-21T22:15:35.478Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-11-21T22:15:35.478Z] ---> Running in 63a46d798302 [2020-11-21T22:15:35.479Z] Removing intermediate container abafdad29682 [2020-11-21T22:15:35.479Z] ---> ae642d104a74 [2020-11-21T22:15:35.479Z] [2020-11-21T22:15:35.479Z] Successfully built ae642d104a74 [2020-11-21T22:15:35.479Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-11-21T22:15:35.479Z]  Building docker-core-metadata-go ... done Removing intermediate container 63a46d798302 [2020-11-21T22:15:35.479Z] ---> 39d5115b2b7c [2020-11-21T22:15:35.479Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-21T22:15:35.479Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-21T22:15:35.479Z] Removing intermediate container 9bde04477320 [2020-11-21T22:15:35.479Z] ---> 98139fce3293 [2020-11-21T22:15:35.479Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-11-21T22:15:35.479Z] ---> Running in 64bd7c02a517 [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-21T22:15:35.601Z] provisioning config files... [2020-11-21T22:15:35.639Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/230@tmp/config6211570099470377635tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-21T22:15:35.753Z] ---> Running in 19ae6382942f [2020-11-21T22:15:36.041Z] Removing intermediate container 64bd7c02a517 [2020-11-21T22:15:36.041Z] ---> 232767124b0d [2020-11-21T22:15:36.041Z] Step 22/24 : LABEL arch=arm64 [2020-11-21T22:15:36.041Z] Removing intermediate container 19ae6382942f [2020-11-21T22:15:36.041Z] ---> d43dd7ce332b [2020-11-21T22:15:36.041Z] Step 26/29 : CMD [ "generate" ] [2020-11-21T22:15:36.054Z] ---> docker-login.sh [2020-11-21T22:15:36.054Z] nexus3.edgexfoundry.org:10001 [2020-11-21T22:15:36.054Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T22:15:36.317Z] ---> Running in 526f51a7bf51 [2020-11-21T22:15:36.317Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-21T22:15:36.317Z] ---> Running in bfc8cff8d7e7 [2020-11-21T22:15:36.318Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T22:15:36.318Z] Configure a credential helper to remove this warning. See [2020-11-21T22:15:36.318Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T22:15:36.318Z] [2020-11-21T22:15:36.318Z] Login Succeeded [2020-11-21T22:15:36.318Z] nexus3.edgexfoundry.org:10002 [2020-11-21T22:15:36.318Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T22:15:36.589Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T22:15:36.589Z] Configure a credential helper to remove this warning. See [2020-11-21T22:15:36.589Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T22:15:36.589Z] [2020-11-21T22:15:36.589Z] Login Succeeded [2020-11-21T22:15:36.589Z] nexus3.edgexfoundry.org:10003 [2020-11-21T22:15:36.589Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T22:15:36.592Z] Removing intermediate container 526f51a7bf51 [2020-11-21T22:15:36.592Z] ---> 3e66c796a2af [2020-11-21T22:15:36.592Z] Step 23/24 : LABEL git_sha=834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:15:36.857Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T22:15:36.857Z] Configure a credential helper to remove this warning. See [2020-11-21T22:15:36.857Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T22:15:36.857Z] [2020-11-21T22:15:36.857Z] Login Succeeded [2020-11-21T22:15:36.857Z] nexus3.edgexfoundry.org:10004 [2020-11-21T22:15:36.857Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T22:15:36.866Z] ---> Running in 63c1a55203f2 [2020-11-21T22:15:36.866Z] Removing intermediate container bfc8cff8d7e7 [2020-11-21T22:15:36.866Z] ---> 98a3f3db441c [2020-11-21T22:15:36.866Z] Step 27/29 : LABEL arch=arm64 [2020-11-21T22:15:37.140Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T22:15:37.140Z] Configure a credential helper to remove this warning. See [2020-11-21T22:15:37.140Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T22:15:37.140Z] [2020-11-21T22:15:37.140Z] Login Succeeded [2020-11-21T22:15:37.140Z] docker.io [2020-11-21T22:15:37.153Z] ---> Running in 839b3de6b00c [2020-11-21T22:15:37.406Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T22:15:37.425Z] v3.12.1-42-gd68aa1f756 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-21T22:15:37.425Z] v3.12.1-41-g42f619918d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-21T22:15:37.425Z] OK: 12625 distinct packages available [2020-11-21T22:15:37.425Z] Removing intermediate container 63c1a55203f2 [2020-11-21T22:15:37.425Z] ---> 2dcca57dcf40 [2020-11-21T22:15:37.425Z] Step 24/24 : LABEL version=1.3.1-dev.6 [2020-11-21T22:15:37.671Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T22:15:37.671Z] Configure a credential helper to remove this warning. See [2020-11-21T22:15:37.671Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T22:15:37.671Z] [2020-11-21T22:15:37.671Z] Login Succeeded [2020-11-21T22:15:37.671Z] ---> docker-login.sh ends [Pipeline] } [2020-11-21T22:15:37.681Z] Deleting 1 temporary files [2020-11-21T22:15:37.698Z] ---> Running in a53102db097d [2020-11-21T22:15:37.698Z] Removing intermediate container 839b3de6b00c [2020-11-21T22:15:37.698Z] ---> 1eeaa84f7b59 [2020-11-21T22:15:37.698Z] Step 28/29 : LABEL git_sha=834d3171e999f07b66e80622c0ba0f5573f7b499 [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-21T22:15:37.932Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-11-21T22:15:37.932Z] 834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:15:37.932Z] 1.3.1-dev.6 [2020-11-21T22:15:37.932Z] 834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:15:37.932Z] master [2020-11-21T22:15:37.932Z] ===================================================== [2020-11-21T22:15:37.982Z] ---> Running in dad88e0ba751 [2020-11-21T22:15:37.982Z] OK: 217 MiB in 51 packages [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:15:38.261Z] Removing intermediate container a53102db097d [2020-11-21T22:15:38.261Z] ---> 1c2f6488378b [2020-11-21T22:15:38.261Z] [2020-11-21T22:15:38.261Z] Collecting docker-compose==1.23.2 [2020-11-21T22:15:38.443Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:834d3171e999f07b66e80622c0ba0f5573f7b499 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:15:38.538Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-11-21T22:15:38.538Z] Successfully built 1c2f6488378b [2020-11-21T22:15:38.538Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-11-21T22:15:38.538Z]  Building docker-support-notifications-go ... done Removing intermediate container dad88e0ba751 [2020-11-21T22:15:38.538Z] ---> a97ac29671aa [2020-11-21T22:15:38.538Z] Step 29/29 : LABEL version=1.3.1-dev.6 [2020-11-21T22:15:38.823Z] ---> Running in 1bba6ce59bd5 [2020-11-21T22:15:38.833Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:15:38.833Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-11-21T22:15:38.833Z] 0bc5b400a193: Preparing [2020-11-21T22:15:38.833Z] 5ca924fda7ef: Preparing [2020-11-21T22:15:38.833Z] 33aa450ea3a7: Preparing [2020-11-21T22:15:39.109Z] 33aa450ea3a7: Pushed [2020-11-21T22:15:39.109Z] 0bc5b400a193: Pushed [2020-11-21T22:15:39.423Z] Removing intermediate container 1bba6ce59bd5 [2020-11-21T22:15:39.423Z] ---> f6a90bb09d7b [2020-11-21T22:15:39.423Z] [2020-11-21T22:15:39.694Z] Removing intermediate container a7115bba71f7 [2020-11-21T22:15:39.694Z] ---> d132b3b54d23 [2020-11-21T22:15:39.694Z] Step 6/23 : COPY go.mod . [2020-11-21T22:15:39.694Z] Successfully built f6a90bb09d7b [2020-11-21T22:15:39.694Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-11-21T22:15:40.291Z]  Building docker-security-secrets-setup-go ... done Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-11-21T22:15:40.291Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-11-21T22:15:40.291Z] ---> ed4a5fef973e [2020-11-21T22:15:40.291Z] Step 7/23 : RUN go mod download [2020-11-21T22:15:40.536Z] 5ca924fda7ef: Pushed [2020-11-21T22:15:40.536Z] 834d3171e999f07b66e80622c0ba0f5573f7b499: digest: sha256:58cb4ecf9512a9f75182cc253d1badeae1e749396de053234429bea1a966f445 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:15:40.562Z] ---> Running in 8a1dea61ef03 [2020-11-21T22:15:40.862Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.3.1-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:15:41.164Z] Collecting PyYAML<4,>=3.10 [2020-11-21T22:15:41.164Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-11-21T22:15:41.185Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.3.1-dev.6 [2020-11-21T22:15:41.185Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-11-21T22:15:41.185Z] 0bc5b400a193: Preparing [2020-11-21T22:15:41.185Z] 5ca924fda7ef: Preparing [2020-11-21T22:15:41.185Z] 33aa450ea3a7: Preparing [2020-11-21T22:15:41.185Z] 0bc5b400a193: Layer already exists [2020-11-21T22:15:41.185Z] 33aa450ea3a7: Layer already exists [2020-11-21T22:15:41.185Z] 5ca924fda7ef: Layer already exists [2020-11-21T22:15:41.454Z] 1.3.1-dev.6: digest: sha256:58cb4ecf9512a9f75182cc253d1badeae1e749396de053234429bea1a966f445 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:15:41.788Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:15:42.115Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:15:42.115Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-11-21T22:15:42.388Z] 0bc5b400a193: Preparing [2020-11-21T22:15:42.388Z] 5ca924fda7ef: Preparing [2020-11-21T22:15:42.388Z] 33aa450ea3a7: Preparing [2020-11-21T22:15:42.388Z] 5ca924fda7ef: Layer already exists [2020-11-21T22:15:42.388Z] 0bc5b400a193: Layer already exists [2020-11-21T22:15:42.388Z] 33aa450ea3a7: Layer already exists [2020-11-21T22:15:42.388Z] 834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6: digest: sha256:58cb4ecf9512a9f75182cc253d1badeae1e749396de053234429bea1a966f445 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:15:42.819Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:15:43.187Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-11-21T22:15:43.187Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-11-21T22:15:43.187Z] 0bc5b400a193: Preparing [2020-11-21T22:15:43.187Z] 5ca924fda7ef: Preparing [2020-11-21T22:15:43.187Z] 33aa450ea3a7: Preparing [2020-11-21T22:15:43.187Z] 33aa450ea3a7: Layer already exists [2020-11-21T22:15:43.187Z] 5ca924fda7ef: Layer already exists [2020-11-21T22:15:43.187Z] 0bc5b400a193: Layer already exists [2020-11-21T22:15:43.452Z] master: digest: sha256:58cb4ecf9512a9f75182cc253d1badeae1e749396de053234429bea1a966f445 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-21T22:15:43.662Z] ===================================================== [Pipeline] echo [2020-11-21T22:15:43.741Z] taggedImages: [2020-11-21T22:15:43.741Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:15:43.741Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.3.1-dev.6 [2020-11-21T22:15:43.741Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:15:43.741Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-11-21T22:15:43.777Z] Removing intermediate container 8a1dea61ef03 [2020-11-21T22:15:43.777Z] ---> ed755d796954 [2020-11-21T22:15:43.777Z] Step 8/23 : COPY . . [Pipeline] echo [2020-11-21T22:15:43.813Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-11-21T22:15:43.813Z] 834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:15:43.813Z] 1.3.1-dev.6 [2020-11-21T22:15:43.813Z] 834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:15:43.813Z] master [2020-11-21T22:15:43.813Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:15:44.345Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:834d3171e999f07b66e80622c0ba0f5573f7b499 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:15:44.759Z] Collecting cached-property<2,>=1.2.0 [2020-11-21T22:15:44.760Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-11-21T22:15:44.829Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:15:44.829Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-11-21T22:15:44.829Z] 066052c3639b: Preparing [2020-11-21T22:15:44.829Z] a0606be9a43c: Preparing [2020-11-21T22:15:44.829Z] a4431e430950: Preparing [2020-11-21T22:15:44.829Z] 7d384769f318: Preparing [2020-11-21T22:15:44.829Z] 5618a7a09bbe: Preparing [2020-11-21T22:15:44.829Z] ace0eda3e3be: Preparing [2020-11-21T22:15:44.829Z] ace0eda3e3be: Waiting [2020-11-21T22:15:45.048Z] Collecting texttable<0.10,>=0.9.0 [2020-11-21T22:15:45.048Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-11-21T22:15:45.735Z] 066052c3639b: Pushed [2020-11-21T22:15:45.735Z] a4431e430950: Pushed [2020-11-21T22:15:45.735Z] 5618a7a09bbe: Pushed [2020-11-21T22:15:45.735Z] ace0eda3e3be: Layer already exists [2020-11-21T22:15:45.735Z] 7d384769f318: Pushed [2020-11-21T22:15:47.305Z] a0606be9a43c: Pushed [2020-11-21T22:15:47.572Z] 834d3171e999f07b66e80622c0ba0f5573f7b499: digest: sha256:de699d81050b80172765fae590dae8a021c7cb333b0706494ee4b879a66622a4 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:15:47.671Z] Collecting docopt<0.7,>=0.6.1 [2020-11-21T22:15:47.671Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-11-21T22:15:47.899Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.3.1-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:15:48.610Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.3.1-dev.6 [2020-11-21T22:15:48.610Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-11-21T22:15:48.610Z] 066052c3639b: Preparing [2020-11-21T22:15:48.610Z] a0606be9a43c: Preparing [2020-11-21T22:15:48.610Z] a4431e430950: Preparing [2020-11-21T22:15:48.610Z] 7d384769f318: Preparing [2020-11-21T22:15:48.610Z] 5618a7a09bbe: Preparing [2020-11-21T22:15:48.610Z] ace0eda3e3be: Preparing [2020-11-21T22:15:48.610Z] ace0eda3e3be: Waiting [2020-11-21T22:15:48.610Z] a0606be9a43c: Layer already exists [2020-11-21T22:15:48.610Z] 5618a7a09bbe: Layer already exists [2020-11-21T22:15:48.610Z] a4431e430950: Layer already exists [2020-11-21T22:15:48.610Z] 066052c3639b: Layer already exists [2020-11-21T22:15:48.610Z] 7d384769f318: Layer already exists [2020-11-21T22:15:48.610Z] ace0eda3e3be: Layer already exists [2020-11-21T22:15:48.610Z] 1.3.1-dev.6: digest: sha256:de699d81050b80172765fae590dae8a021c7cb333b0706494ee4b879a66622a4 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:15:49.652Z] Collecting dockerpty<0.5,>=0.4.1 [2020-11-21T22:15:49.652Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-11-21T22:15:49.672Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:15:50.094Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:15:50.094Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-11-21T22:15:50.094Z] 066052c3639b: Preparing [2020-11-21T22:15:50.094Z] a0606be9a43c: Preparing [2020-11-21T22:15:50.094Z] a4431e430950: Preparing [2020-11-21T22:15:50.094Z] 7d384769f318: Preparing [2020-11-21T22:15:50.094Z] 5618a7a09bbe: Preparing [2020-11-21T22:15:50.094Z] ace0eda3e3be: Preparing [2020-11-21T22:15:50.094Z] ace0eda3e3be: Waiting [2020-11-21T22:15:50.365Z] a0606be9a43c: Layer already exists [2020-11-21T22:15:50.365Z] 7d384769f318: Layer already exists [2020-11-21T22:15:50.365Z] a4431e430950: Layer already exists [2020-11-21T22:15:50.365Z] 066052c3639b: Layer already exists [2020-11-21T22:15:50.365Z] 5618a7a09bbe: Layer already exists [2020-11-21T22:15:50.365Z] ace0eda3e3be: Layer already exists [2020-11-21T22:15:50.365Z] 834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6: digest: sha256:de699d81050b80172765fae590dae8a021c7cb333b0706494ee4b879a66622a4 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:15:50.748Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:15:51.116Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-11-21T22:15:51.117Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-11-21T22:15:51.117Z] 066052c3639b: Preparing [2020-11-21T22:15:51.117Z] a0606be9a43c: Preparing [2020-11-21T22:15:51.117Z] a4431e430950: Preparing [2020-11-21T22:15:51.117Z] 7d384769f318: Preparing [2020-11-21T22:15:51.117Z] 5618a7a09bbe: Preparing [2020-11-21T22:15:51.117Z] ace0eda3e3be: Preparing [2020-11-21T22:15:51.117Z] ace0eda3e3be: Waiting [2020-11-21T22:15:51.117Z] 066052c3639b: Layer already exists [2020-11-21T22:15:51.117Z] 5618a7a09bbe: Layer already exists [2020-11-21T22:15:51.117Z] a4431e430950: Layer already exists [2020-11-21T22:15:51.117Z] 7d384769f318: Layer already exists [2020-11-21T22:15:51.117Z] a0606be9a43c: Layer already exists [2020-11-21T22:15:51.117Z] ace0eda3e3be: Layer already exists [2020-11-21T22:15:51.117Z] master: digest: sha256:de699d81050b80172765fae590dae8a021c7cb333b0706494ee4b879a66622a4 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-21T22:15:51.322Z] ===================================================== [Pipeline] echo [2020-11-21T22:15:51.373Z] taggedImages: [2020-11-21T22:15:51.373Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:15:51.373Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.3.1-dev.6 [2020-11-21T22:15:51.373Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:15:51.373Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-11-21T22:15:51.438Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-11-21T22:15:51.438Z] 834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:15:51.438Z] 1.3.1-dev.6 [2020-11-21T22:15:51.438Z] 834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:15:51.438Z] master [2020-11-21T22:15:51.438Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:15:51.663Z] ---> aba1fd700494 [2020-11-21T22:15:51.663Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-11-21T22:15:51.663Z] ---> Running in 971fae944f13 [2020-11-21T22:15:51.966Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:834d3171e999f07b66e80622c0ba0f5573f7b499 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:15:52.579Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:15:52.579Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-11-21T22:15:52.579Z] 84355bc119c9: Preparing [2020-11-21T22:15:52.579Z] 684281053d55: Preparing [2020-11-21T22:15:52.579Z] 26ecb564bd66: Preparing [2020-11-21T22:15:52.652Z] Collecting docker<4.0,>=3.6.0 [2020-11-21T22:15:52.652Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-11-21T22:15:53.015Z] 84355bc119c9: Pushed [2020-11-21T22:15:53.015Z] 26ecb564bd66: Pushed [2020-11-21T22:15:53.254Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.6" -o cmd/core-data/core-data ./cmd/core-data [2020-11-21T22:15:53.532Z] Collecting websocket-client<1.0,>=0.32.0 [2020-11-21T22:15:53.532Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-11-21T22:15:54.135Z] Collecting jsonschema<3,>=2.5.1 [2020-11-21T22:15:54.136Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-11-21T22:15:54.410Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-11-21T22:15:54.689Z] Collecting idna<2.8,>=2.5 [2020-11-21T22:15:54.689Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-11-21T22:15:55.007Z] 684281053d55: Pushed [2020-11-21T22:15:55.678Z] Collecting urllib3<1.25,>=1.21.1 [2020-11-21T22:15:55.678Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-11-21T22:15:55.953Z] 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) [2020-11-21T22:15:55.953Z] 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) [2020-11-21T22:15:55.967Z] 834d3171e999f07b66e80622c0ba0f5573f7b499: digest: sha256:c99b1deb8110f57ba934a1a43b031b999989696e0a0c92642834e6311e6cdeae size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:15:56.234Z] Collecting docker-pycreds>=0.4.0 [2020-11-21T22:15:56.234Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-11-21T22:15:56.355Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.3.1-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:15:56.513Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-11-21T22:15:56.513Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-11-21T22:15:56.513Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-11-21T22:15:56.513Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-11-21T22:15:56.664Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.3.1-dev.6 [2020-11-21T22:15:56.664Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-11-21T22:15:56.664Z] 84355bc119c9: Preparing [2020-11-21T22:15:56.664Z] 684281053d55: Preparing [2020-11-21T22:15:56.664Z] 26ecb564bd66: Preparing [2020-11-21T22:15:56.664Z] 26ecb564bd66: Layer already exists [2020-11-21T22:15:56.664Z] 84355bc119c9: Layer already exists [2020-11-21T22:15:56.664Z] 684281053d55: Layer already exists [2020-11-21T22:15:56.664Z] 1.3.1-dev.6: digest: sha256:c99b1deb8110f57ba934a1a43b031b999989696e0a0c92642834e6311e6cdeae size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:15:57.023Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:15:57.419Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:15:57.509Z] Installing collected packages: idna, urllib3, requests, PyYAML, cached-property, texttable, docopt, dockerpty, docker-pycreds, websocket-client, docker, jsonschema, docker-compose [2020-11-21T22:15:57.509Z] Attempting uninstall: idna [2020-11-21T22:15:57.509Z] Found existing installation: idna 2.9 [2020-11-21T22:15:57.509Z] Uninstalling idna-2.9: [2020-11-21T22:15:57.509Z] Successfully uninstalled idna-2.9 [2020-11-21T22:15:57.684Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-11-21T22:15:57.684Z] 84355bc119c9: Preparing [2020-11-21T22:15:57.684Z] 684281053d55: Preparing [2020-11-21T22:15:57.684Z] 26ecb564bd66: Preparing [2020-11-21T22:15:57.684Z] 684281053d55: Layer already exists [2020-11-21T22:15:57.684Z] 26ecb564bd66: Layer already exists [2020-11-21T22:15:57.684Z] 84355bc119c9: Layer already exists [2020-11-21T22:15:57.684Z] 834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6: digest: sha256:c99b1deb8110f57ba934a1a43b031b999989696e0a0c92642834e6311e6cdeae size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:15:58.003Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:15:58.366Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-11-21T22:15:58.367Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-11-21T22:15:58.367Z] 84355bc119c9: Preparing [2020-11-21T22:15:58.367Z] 684281053d55: Preparing [2020-11-21T22:15:58.367Z] 26ecb564bd66: Preparing [2020-11-21T22:15:58.367Z] 84355bc119c9: Layer already exists [2020-11-21T22:15:58.367Z] 684281053d55: Layer already exists [2020-11-21T22:15:58.367Z] 26ecb564bd66: Layer already exists [2020-11-21T22:15:58.498Z] Attempting uninstall: urllib3 [2020-11-21T22:15:58.498Z] Found existing installation: urllib3 1.25.9 [2020-11-21T22:15:58.498Z] Uninstalling urllib3-1.25.9: [2020-11-21T22:15:58.498Z] Successfully uninstalled urllib3-1.25.9 [2020-11-21T22:15:58.633Z] master: digest: sha256:c99b1deb8110f57ba934a1a43b031b999989696e0a0c92642834e6311e6cdeae size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-21T22:15:58.842Z] ===================================================== [Pipeline] echo [2020-11-21T22:15:58.889Z] taggedImages: [2020-11-21T22:15:58.889Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:15:58.889Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.3.1-dev.6 [2020-11-21T22:15:58.889Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:15:58.889Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-11-21T22:15:58.953Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2020-11-21T22:15:58.953Z] 834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:15:58.953Z] 1.3.1-dev.6 [2020-11-21T22:15:58.953Z] 834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:15:58.953Z] master [2020-11-21T22:15:58.953Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2020-11-21T22:15:59.099Z] Attempting uninstall: requests [2020-11-21T22:15:59.099Z] Found existing installation: requests 2.23.0 [2020-11-21T22:15:59.099Z] Uninstalling requests-2.23.0: [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:15:59.374Z] Successfully uninstalled requests-2.23.0 [2020-11-21T22:15:59.501Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:834d3171e999f07b66e80622c0ba0f5573f7b499 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:15:59.650Z] Running setup.py install for PyYAML: started [2020-11-21T22:15:59.820Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:15:59.820Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-11-21T22:15:59.820Z] fd4731e8b996: Preparing [2020-11-21T22:15:59.820Z] 9adc4636102f: Preparing [2020-11-21T22:15:59.820Z] bdff39508aae: Preparing [2020-11-21T22:15:59.820Z] 38213bfd07f5: Preparing [2020-11-21T22:15:59.820Z] ebb3e05de822: Preparing [2020-11-21T22:15:59.820Z] de51da5738e6: Preparing [2020-11-21T22:15:59.820Z] 1b3ee35aacca: Preparing [2020-11-21T22:15:59.820Z] de51da5738e6: Waiting [2020-11-21T22:15:59.820Z] 1b3ee35aacca: Waiting [2020-11-21T22:16:00.101Z] bdff39508aae: Pushed [2020-11-21T22:16:00.101Z] 9adc4636102f: Pushed [2020-11-21T22:16:00.101Z] fd4731e8b996: Pushed [2020-11-21T22:16:00.101Z] ebb3e05de822: Pushed [2020-11-21T22:16:00.386Z] 1b3ee35aacca: Layer already exists [2020-11-21T22:16:00.982Z] de51da5738e6: Pushed [2020-11-21T22:16:01.574Z] 38213bfd07f5: Pushed [2020-11-21T22:16:01.851Z] 834d3171e999f07b66e80622c0ba0f5573f7b499: digest: sha256:f01d55f709c0eaa0b497967e923762adca5e7265e2aef0aa8eeb4d1796e65615 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:16:02.218Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.3.1-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:16:02.585Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.3.1-dev.6 [2020-11-21T22:16:02.585Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-11-21T22:16:02.585Z] fd4731e8b996: Preparing [2020-11-21T22:16:02.585Z] 9adc4636102f: Preparing [2020-11-21T22:16:02.585Z] bdff39508aae: Preparing [2020-11-21T22:16:02.585Z] 38213bfd07f5: Preparing [2020-11-21T22:16:02.585Z] ebb3e05de822: Preparing [2020-11-21T22:16:02.585Z] de51da5738e6: Preparing [2020-11-21T22:16:02.585Z] 1b3ee35aacca: Preparing [2020-11-21T22:16:02.585Z] 1b3ee35aacca: Waiting [2020-11-21T22:16:02.585Z] de51da5738e6: Waiting [2020-11-21T22:16:02.585Z] bdff39508aae: Layer already exists [2020-11-21T22:16:02.585Z] ebb3e05de822: Layer already exists [2020-11-21T22:16:02.867Z] Running setup.py install for PyYAML: finished with status 'done' [2020-11-21T22:16:02.867Z] Running setup.py install for texttable: started [2020-11-21T22:16:02.870Z] 9adc4636102f: Layer already exists [2020-11-21T22:16:02.870Z] fd4731e8b996: Layer already exists [2020-11-21T22:16:02.870Z] 38213bfd07f5: Layer already exists [2020-11-21T22:16:02.870Z] 1b3ee35aacca: Layer already exists [2020-11-21T22:16:02.870Z] de51da5738e6: Layer already exists [2020-11-21T22:16:02.870Z] 1.3.1-dev.6: digest: sha256:f01d55f709c0eaa0b497967e923762adca5e7265e2aef0aa8eeb4d1796e65615 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:16:03.282Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:16:03.786Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:16:03.786Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-11-21T22:16:03.786Z] fd4731e8b996: Preparing [2020-11-21T22:16:03.786Z] 9adc4636102f: Preparing [2020-11-21T22:16:03.786Z] bdff39508aae: Preparing [2020-11-21T22:16:03.786Z] 38213bfd07f5: Preparing [2020-11-21T22:16:03.786Z] ebb3e05de822: Preparing [2020-11-21T22:16:03.786Z] de51da5738e6: Preparing [2020-11-21T22:16:03.786Z] 1b3ee35aacca: Preparing [2020-11-21T22:16:03.786Z] de51da5738e6: Waiting [2020-11-21T22:16:03.786Z] 1b3ee35aacca: Waiting [2020-11-21T22:16:04.068Z] ebb3e05de822: Layer already exists [2020-11-21T22:16:04.068Z] 9adc4636102f: Layer already exists [2020-11-21T22:16:04.068Z] bdff39508aae: Layer already exists [2020-11-21T22:16:04.068Z] 38213bfd07f5: Layer already exists [2020-11-21T22:16:04.068Z] fd4731e8b996: Layer already exists [2020-11-21T22:16:04.068Z] 1b3ee35aacca: Layer already exists [2020-11-21T22:16:04.068Z] de51da5738e6: Layer already exists [2020-11-21T22:16:04.068Z] 834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6: digest: sha256:f01d55f709c0eaa0b497967e923762adca5e7265e2aef0aa8eeb4d1796e65615 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:16:04.413Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:16:05.023Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2020-11-21T22:16:05.023Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-11-21T22:16:05.023Z] fd4731e8b996: Preparing [2020-11-21T22:16:05.023Z] 9adc4636102f: Preparing [2020-11-21T22:16:05.023Z] bdff39508aae: Preparing [2020-11-21T22:16:05.023Z] 38213bfd07f5: Preparing [2020-11-21T22:16:05.023Z] ebb3e05de822: Preparing [2020-11-21T22:16:05.023Z] de51da5738e6: Preparing [2020-11-21T22:16:05.023Z] 1b3ee35aacca: Preparing [2020-11-21T22:16:05.023Z] 1b3ee35aacca: Waiting [2020-11-21T22:16:05.023Z] de51da5738e6: Waiting [2020-11-21T22:16:05.023Z] fd4731e8b996: Layer already exists [2020-11-21T22:16:05.023Z] ebb3e05de822: Layer already exists [2020-11-21T22:16:05.023Z] 9adc4636102f: Layer already exists [2020-11-21T22:16:05.023Z] bdff39508aae: Layer already exists [2020-11-21T22:16:05.023Z] 38213bfd07f5: Layer already exists [2020-11-21T22:16:05.023Z] 1b3ee35aacca: Layer already exists [2020-11-21T22:16:05.023Z] de51da5738e6: Layer already exists [2020-11-21T22:16:05.023Z] master: digest: sha256:f01d55f709c0eaa0b497967e923762adca5e7265e2aef0aa8eeb4d1796e65615 size: 1778 [Pipeline] } [2020-11-21T22:16:05.336Z] Running setup.py install for texttable: finished with status 'done' [2020-11-21T22:16:05.336Z] Running setup.py install for docopt: started [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-21T22:16:05.493Z] ===================================================== [Pipeline] echo [2020-11-21T22:16:05.547Z] taggedImages: [2020-11-21T22:16:05.547Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:16:05.547Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.3.1-dev.6 [2020-11-21T22:16:05.547Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:16:05.547Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] echo [2020-11-21T22:16:05.620Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-11-21T22:16:05.620Z] 834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:16:05.620Z] 1.3.1-dev.6 [2020-11-21T22:16:05.620Z] 834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:16:05.620Z] master [2020-11-21T22:16:05.620Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:16:06.134Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:834d3171e999f07b66e80622c0ba0f5573f7b499 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:16:06.484Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:16:06.484Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-11-21T22:16:06.484Z] 3fb00b625c06: Preparing [2020-11-21T22:16:06.484Z] 637ee3608306: Preparing [2020-11-21T22:16:06.484Z] 733bfd542b14: Preparing [2020-11-21T22:16:06.484Z] 13afc2bff933: Preparing [2020-11-21T22:16:06.484Z] ace0eda3e3be: Preparing [2020-11-21T22:16:06.484Z] ace0eda3e3be: Layer already exists [2020-11-21T22:16:06.767Z] 637ee3608306: Pushed [2020-11-21T22:16:06.767Z] 733bfd542b14: Pushed [2020-11-21T22:16:07.396Z] 13afc2bff933: Pushed [2020-11-21T22:16:07.989Z] 3fb00b625c06: Pushed [2020-11-21T22:16:08.058Z] Running setup.py install for docopt: finished with status 'done' [2020-11-21T22:16:08.058Z] Running setup.py install for dockerpty: started [2020-11-21T22:16:08.266Z] 834d3171e999f07b66e80622c0ba0f5573f7b499: digest: sha256:fa4fc35939dc061cb88a7ee545dbc61d96578b1662f032e733a208190f2e791d size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:16:08.629Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.3.1-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:16:09.129Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.3.1-dev.6 [2020-11-21T22:16:09.405Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-11-21T22:16:09.405Z] 3fb00b625c06: Preparing [2020-11-21T22:16:09.405Z] 637ee3608306: Preparing [2020-11-21T22:16:09.405Z] 733bfd542b14: Preparing [2020-11-21T22:16:09.405Z] 13afc2bff933: Preparing [2020-11-21T22:16:09.405Z] ace0eda3e3be: Preparing [2020-11-21T22:16:09.405Z] 3fb00b625c06: Layer already exists [2020-11-21T22:16:09.405Z] 637ee3608306: Layer already exists [2020-11-21T22:16:09.405Z] 13afc2bff933: Layer already exists [2020-11-21T22:16:09.406Z] ace0eda3e3be: Layer already exists [2020-11-21T22:16:09.406Z] 733bfd542b14: Layer already exists [2020-11-21T22:16:09.674Z] 1.3.1-dev.6: digest: sha256:fa4fc35939dc061cb88a7ee545dbc61d96578b1662f032e733a208190f2e791d size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:16:10.051Z] Running setup.py install for dockerpty: finished with status 'done' [2020-11-21T22:16:10.060Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:16:10.376Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:16:10.376Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-11-21T22:16:10.376Z] 3fb00b625c06: Preparing [2020-11-21T22:16:10.376Z] 637ee3608306: Preparing [2020-11-21T22:16:10.376Z] 733bfd542b14: Preparing [2020-11-21T22:16:10.376Z] 13afc2bff933: Preparing [2020-11-21T22:16:10.376Z] ace0eda3e3be: Preparing [2020-11-21T22:16:10.376Z] 637ee3608306: Layer already exists [2020-11-21T22:16:10.376Z] 733bfd542b14: Layer already exists [2020-11-21T22:16:10.376Z] 3fb00b625c06: Layer already exists [2020-11-21T22:16:10.376Z] ace0eda3e3be: Layer already exists [2020-11-21T22:16:10.376Z] 13afc2bff933: Layer already exists [2020-11-21T22:16:10.376Z] 834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6: digest: sha256:fa4fc35939dc061cb88a7ee545dbc61d96578b1662f032e733a208190f2e791d size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:16:10.693Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:16:10.999Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-11-21T22:16:10.999Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-11-21T22:16:10.999Z] 3fb00b625c06: Preparing [2020-11-21T22:16:10.999Z] 637ee3608306: Preparing [2020-11-21T22:16:10.999Z] 733bfd542b14: Preparing [2020-11-21T22:16:10.999Z] 13afc2bff933: Preparing [2020-11-21T22:16:10.999Z] ace0eda3e3be: Preparing [2020-11-21T22:16:10.999Z] 3fb00b625c06: Layer already exists [2020-11-21T22:16:10.999Z] 733bfd542b14: Layer already exists [2020-11-21T22:16:10.999Z] ace0eda3e3be: Layer already exists [2020-11-21T22:16:10.999Z] 13afc2bff933: Layer already exists [2020-11-21T22:16:10.999Z] 637ee3608306: Layer already exists [2020-11-21T22:16:10.999Z] master: digest: sha256:fa4fc35939dc061cb88a7ee545dbc61d96578b1662f032e733a208190f2e791d size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-21T22:16:11.281Z] ===================================================== [Pipeline] echo [2020-11-21T22:16:11.329Z] taggedImages: [2020-11-21T22:16:11.330Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:16:11.330Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.3.1-dev.6 [2020-11-21T22:16:11.330Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:16:11.330Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-11-21T22:16:11.393Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-11-21T22:16:11.394Z] 834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:16:11.394Z] 1.3.1-dev.6 [2020-11-21T22:16:11.394Z] 834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:16:11.394Z] master [2020-11-21T22:16:11.394Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:16:11.931Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:834d3171e999f07b66e80622c0ba0f5573f7b499 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:16:12.527Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:16:12.527Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-11-21T22:16:12.527Z] 979b0623b5fe: Preparing [2020-11-21T22:16:12.527Z] 5aa3ba71f6e9: Preparing [2020-11-21T22:16:12.527Z] d4e51d17240b: Preparing [2020-11-21T22:16:12.527Z] 6fcca3a1b4a8: Preparing [2020-11-21T22:16:12.527Z] 6fcca3a1b4a8: Preparing [2020-11-21T22:16:12.527Z] 6c8b2e52eab5: Preparing [2020-11-21T22:16:12.527Z] 9822b3284f5f: Preparing [2020-11-21T22:16:12.527Z] bacc722a51e0: Preparing [2020-11-21T22:16:12.527Z] 979b0623b5fe: Preparing [2020-11-21T22:16:12.527Z] d55274f0f2d3: Preparing [2020-11-21T22:16:12.527Z] 7970feff05e1: Preparing [2020-11-21T22:16:12.527Z] 9554d83a303d: Preparing [2020-11-21T22:16:12.527Z] ace0eda3e3be: Preparing [2020-11-21T22:16:12.527Z] d55274f0f2d3: Waiting [2020-11-21T22:16:12.527Z] 7970feff05e1: Waiting [2020-11-21T22:16:12.527Z] 9554d83a303d: Waiting [2020-11-21T22:16:12.527Z] 9822b3284f5f: Waiting [2020-11-21T22:16:12.527Z] bacc722a51e0: Waiting [2020-11-21T22:16:12.527Z] ace0eda3e3be: Waiting [2020-11-21T22:16:12.717Z] 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 [2020-11-21T22:16:12.831Z] 6fcca3a1b4a8: Pushed [2020-11-21T22:16:12.831Z] 5aa3ba71f6e9: Pushed [2020-11-21T22:16:12.831Z] d4e51d17240b: Pushed [2020-11-21T22:16:12.831Z] 6c8b2e52eab5: Pushed [2020-11-21T22:16:13.125Z] 9822b3284f5f: Pushed [2020-11-21T22:16:13.125Z] 7970feff05e1: Pushed [2020-11-21T22:16:13.125Z] d55274f0f2d3: Pushed [2020-11-21T22:16:13.125Z] bacc722a51e0: Pushed [2020-11-21T22:16:13.125Z] ace0eda3e3be: Layer already exists [2020-11-21T22:16:13.398Z] 9554d83a303d: Pushed [2020-11-21T22:16:13.672Z] 979b0623b5fe: Pushed [2020-11-21T22:16:13.940Z] 834d3171e999f07b66e80622c0ba0f5573f7b499: digest: sha256:4e0030573964fb217f25ac594fb1d58e20204a428709c8e54c0f072b6975d710 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:16:14.277Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.3.1-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:16:14.613Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.3.1-dev.6 [2020-11-21T22:16:14.613Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-11-21T22:16:14.613Z] 979b0623b5fe: Preparing [2020-11-21T22:16:14.613Z] 5aa3ba71f6e9: Preparing [2020-11-21T22:16:14.613Z] d4e51d17240b: Preparing [2020-11-21T22:16:14.613Z] 6fcca3a1b4a8: Preparing [2020-11-21T22:16:14.613Z] 6fcca3a1b4a8: Preparing [2020-11-21T22:16:14.613Z] 6c8b2e52eab5: Preparing [2020-11-21T22:16:14.613Z] 9822b3284f5f: Preparing [2020-11-21T22:16:14.613Z] bacc722a51e0: Preparing [2020-11-21T22:16:14.613Z] 979b0623b5fe: Preparing [2020-11-21T22:16:14.613Z] d55274f0f2d3: Preparing [2020-11-21T22:16:14.613Z] 7970feff05e1: Preparing [2020-11-21T22:16:14.613Z] 9554d83a303d: Preparing [2020-11-21T22:16:14.614Z] ace0eda3e3be: Preparing [2020-11-21T22:16:14.614Z] 9822b3284f5f: Waiting [2020-11-21T22:16:14.614Z] bacc722a51e0: Waiting [2020-11-21T22:16:14.614Z] d55274f0f2d3: Waiting [2020-11-21T22:16:14.614Z] 7970feff05e1: Waiting [2020-11-21T22:16:14.614Z] 9554d83a303d: Waiting [2020-11-21T22:16:14.614Z] ace0eda3e3be: Waiting [2020-11-21T22:16:14.614Z] 979b0623b5fe: Layer already exists [2020-11-21T22:16:14.614Z] d4e51d17240b: Layer already exists [2020-11-21T22:16:14.614Z] 5aa3ba71f6e9: Layer already exists [2020-11-21T22:16:14.614Z] 6c8b2e52eab5: Layer already exists [2020-11-21T22:16:14.614Z] 6fcca3a1b4a8: Layer already exists [2020-11-21T22:16:14.614Z] d55274f0f2d3: Layer already exists [2020-11-21T22:16:14.614Z] 9822b3284f5f: Layer already exists [2020-11-21T22:16:14.614Z] 9554d83a303d: Layer already exists [2020-11-21T22:16:14.614Z] 7970feff05e1: Layer already exists [2020-11-21T22:16:14.614Z] bacc722a51e0: Layer already exists [2020-11-21T22:16:14.614Z] ace0eda3e3be: Layer already exists [2020-11-21T22:16:14.877Z] 1.3.1-dev.6: digest: sha256:4e0030573964fb217f25ac594fb1d58e20204a428709c8e54c0f072b6975d710 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:16:15.235Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:16:15.551Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:16:15.551Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-11-21T22:16:15.551Z] 979b0623b5fe: Preparing [2020-11-21T22:16:15.551Z] 5aa3ba71f6e9: Preparing [2020-11-21T22:16:15.551Z] d4e51d17240b: Preparing [2020-11-21T22:16:15.551Z] 6fcca3a1b4a8: Preparing [2020-11-21T22:16:15.551Z] 6fcca3a1b4a8: Preparing [2020-11-21T22:16:15.551Z] 6c8b2e52eab5: Preparing [2020-11-21T22:16:15.551Z] 9822b3284f5f: Preparing [2020-11-21T22:16:15.551Z] bacc722a51e0: Preparing [2020-11-21T22:16:15.551Z] 979b0623b5fe: Preparing [2020-11-21T22:16:15.551Z] d55274f0f2d3: Preparing [2020-11-21T22:16:15.551Z] 7970feff05e1: Preparing [2020-11-21T22:16:15.551Z] 9554d83a303d: Preparing [2020-11-21T22:16:15.551Z] ace0eda3e3be: Preparing [2020-11-21T22:16:15.551Z] 9822b3284f5f: Waiting [2020-11-21T22:16:15.551Z] bacc722a51e0: Waiting [2020-11-21T22:16:15.551Z] d55274f0f2d3: Waiting [2020-11-21T22:16:15.551Z] 7970feff05e1: Waiting [2020-11-21T22:16:15.551Z] 9554d83a303d: Waiting [2020-11-21T22:16:15.551Z] ace0eda3e3be: Waiting [2020-11-21T22:16:15.551Z] 6c8b2e52eab5: Layer already exists [2020-11-21T22:16:15.551Z] d4e51d17240b: Layer already exists [2020-11-21T22:16:15.551Z] 6fcca3a1b4a8: Layer already exists [2020-11-21T22:16:15.551Z] 5aa3ba71f6e9: Layer already exists [2020-11-21T22:16:15.551Z] 979b0623b5fe: Layer already exists [2020-11-21T22:16:15.551Z] d55274f0f2d3: Layer already exists [2020-11-21T22:16:15.551Z] 9822b3284f5f: Layer already exists [2020-11-21T22:16:15.551Z] bacc722a51e0: Layer already exists [2020-11-21T22:16:15.551Z] 9554d83a303d: Layer already exists [2020-11-21T22:16:15.551Z] 7970feff05e1: Layer already exists [2020-11-21T22:16:15.551Z] ace0eda3e3be: Layer already exists [2020-11-21T22:16:15.551Z] 834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6: digest: sha256:4e0030573964fb217f25ac594fb1d58e20204a428709c8e54c0f072b6975d710 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:16:16.142Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:16:16.514Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-11-21T22:16:16.514Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-11-21T22:16:16.515Z] 979b0623b5fe: Preparing [2020-11-21T22:16:16.515Z] 5aa3ba71f6e9: Preparing [2020-11-21T22:16:16.515Z] d4e51d17240b: Preparing [2020-11-21T22:16:16.515Z] 6fcca3a1b4a8: Preparing [2020-11-21T22:16:16.515Z] 6fcca3a1b4a8: Preparing [2020-11-21T22:16:16.515Z] 6c8b2e52eab5: Preparing [2020-11-21T22:16:16.515Z] 9822b3284f5f: Preparing [2020-11-21T22:16:16.515Z] bacc722a51e0: Preparing [2020-11-21T22:16:16.515Z] 979b0623b5fe: Preparing [2020-11-21T22:16:16.515Z] d55274f0f2d3: Preparing [2020-11-21T22:16:16.515Z] 7970feff05e1: Preparing [2020-11-21T22:16:16.515Z] 9554d83a303d: Preparing [2020-11-21T22:16:16.515Z] ace0eda3e3be: Preparing [2020-11-21T22:16:16.515Z] bacc722a51e0: Waiting [2020-11-21T22:16:16.515Z] d55274f0f2d3: Waiting [2020-11-21T22:16:16.515Z] 9822b3284f5f: Waiting [2020-11-21T22:16:16.515Z] 7970feff05e1: Waiting [2020-11-21T22:16:16.515Z] 9554d83a303d: Waiting [2020-11-21T22:16:16.515Z] ace0eda3e3be: Waiting [2020-11-21T22:16:16.515Z] 5aa3ba71f6e9: Layer already exists [2020-11-21T22:16:16.515Z] 6c8b2e52eab5: Layer already exists [2020-11-21T22:16:16.515Z] 6fcca3a1b4a8: Layer already exists [2020-11-21T22:16:16.515Z] 979b0623b5fe: Layer already exists [2020-11-21T22:16:16.515Z] d4e51d17240b: Layer already exists [2020-11-21T22:16:16.786Z] bacc722a51e0: Layer already exists [2020-11-21T22:16:16.786Z] d55274f0f2d3: Layer already exists [2020-11-21T22:16:16.786Z] 9554d83a303d: Layer already exists [2020-11-21T22:16:16.786Z] 7970feff05e1: Layer already exists [2020-11-21T22:16:16.786Z] 9822b3284f5f: Layer already exists [2020-11-21T22:16:16.786Z] ace0eda3e3be: Layer already exists [2020-11-21T22:16:16.786Z] master: digest: sha256:4e0030573964fb217f25ac594fb1d58e20204a428709c8e54c0f072b6975d710 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-21T22:16:16.985Z] ===================================================== [Pipeline] echo [2020-11-21T22:16:17.043Z] taggedImages: [2020-11-21T22:16:17.043Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:16:17.043Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.3.1-dev.6 [2020-11-21T22:16:17.043Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:16:17.043Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-11-21T22:16:17.115Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-11-21T22:16:17.115Z] 834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:16:17.115Z] 1.3.1-dev.6 [2020-11-21T22:16:17.116Z] 834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:16:17.116Z] master [2020-11-21T22:16:17.116Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:16:17.682Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:834d3171e999f07b66e80622c0ba0f5573f7b499 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:16:18.015Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:16:18.015Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-11-21T22:16:18.015Z] f4eec8d17d6b: Preparing [2020-11-21T22:16:18.015Z] 50d8ae19754e: Preparing [2020-11-21T22:16:18.015Z] cebc37393eda: Preparing [2020-11-21T22:16:18.015Z] 58a756caaa20: Preparing [2020-11-21T22:16:18.015Z] a898b2de2a58: Preparing [2020-11-21T22:16:18.015Z] 4e7dd0bc678d: Preparing [2020-11-21T22:16:18.015Z] 558f8444d91a: Preparing [2020-11-21T22:16:18.015Z] d85e471e6620: Preparing [2020-11-21T22:16:18.015Z] 1b3ee35aacca: Preparing [2020-11-21T22:16:18.015Z] 4e7dd0bc678d: Waiting [2020-11-21T22:16:18.015Z] 558f8444d91a: Waiting [2020-11-21T22:16:18.015Z] d85e471e6620: Waiting [2020-11-21T22:16:18.015Z] 1b3ee35aacca: Waiting [2020-11-21T22:16:18.161Z] Removing intermediate container 07fa315d34d9 [2020-11-21T22:16:18.161Z] ---> db8d30912a50 [2020-11-21T22:16:18.161Z] Step 22/27 : RUN apk --no-cache add curl [2020-11-21T22:16:18.161Z] ---> Running in 781d5a8cf982 [2020-11-21T22:16:18.292Z] 50d8ae19754e: Pushed [2020-11-21T22:16:18.293Z] a898b2de2a58: Pushed [2020-11-21T22:16:18.569Z] 4e7dd0bc678d: Pushed [2020-11-21T22:16:18.569Z] 558f8444d91a: Pushed [2020-11-21T22:16:18.569Z] 1b3ee35aacca: Layer already exists [2020-11-21T22:16:19.550Z] f4eec8d17d6b: Pushed [2020-11-21T22:16:19.550Z] d85e471e6620: Pushed [2020-11-21T22:16:19.550Z] cebc37393eda: Pushed [2020-11-21T22:16:19.550Z] 58a756caaa20: Pushed [2020-11-21T22:16:19.815Z] 834d3171e999f07b66e80622c0ba0f5573f7b499: digest: sha256:46dc60bf04b76c446d5ad2225af98cf3ebc2281b73cf2496d30a6b3bb9454825 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:16:20.153Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.3.1-dev.6 [Pipeline] isUnix [2020-11-21T22:16:20.170Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-21T22:16:20.170Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] sh [2020-11-21T22:16:20.510Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.3.1-dev.6 [2020-11-21T22:16:20.783Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-11-21T22:16:20.783Z] (2/3) Installing libcurl (7.69.1-r1) [2020-11-21T22:16:20.783Z] (3/3) Installing curl (7.69.1-r1) [2020-11-21T22:16:20.783Z] Executing busybox-1.31.1-r19.trigger [2020-11-21T22:16:20.783Z] OK: 71 MiB in 58 packages [2020-11-21T22:16:20.788Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-11-21T22:16:20.788Z] f4eec8d17d6b: Preparing [2020-11-21T22:16:20.788Z] 50d8ae19754e: Preparing [2020-11-21T22:16:20.788Z] cebc37393eda: Preparing [2020-11-21T22:16:20.788Z] 58a756caaa20: Preparing [2020-11-21T22:16:20.788Z] a898b2de2a58: Preparing [2020-11-21T22:16:20.788Z] 4e7dd0bc678d: Preparing [2020-11-21T22:16:20.788Z] 558f8444d91a: Preparing [2020-11-21T22:16:20.788Z] d85e471e6620: Preparing [2020-11-21T22:16:20.788Z] 1b3ee35aacca: Preparing [2020-11-21T22:16:20.788Z] 4e7dd0bc678d: Waiting [2020-11-21T22:16:20.788Z] 558f8444d91a: Waiting [2020-11-21T22:16:20.788Z] d85e471e6620: Waiting [2020-11-21T22:16:20.788Z] 1b3ee35aacca: Waiting [2020-11-21T22:16:20.788Z] f4eec8d17d6b: Layer already exists [2020-11-21T22:16:20.788Z] 58a756caaa20: Layer already exists [2020-11-21T22:16:20.788Z] 50d8ae19754e: Layer already exists [2020-11-21T22:16:20.788Z] cebc37393eda: Layer already exists [2020-11-21T22:16:20.788Z] a898b2de2a58: Layer already exists [2020-11-21T22:16:20.788Z] 1b3ee35aacca: Layer already exists [2020-11-21T22:16:20.788Z] 558f8444d91a: Layer already exists [2020-11-21T22:16:20.788Z] d85e471e6620: Layer already exists [2020-11-21T22:16:20.788Z] 4e7dd0bc678d: Layer already exists [2020-11-21T22:16:20.788Z] 1.3.1-dev.6: digest: sha256:46dc60bf04b76c446d5ad2225af98cf3ebc2281b73cf2496d30a6b3bb9454825 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:16:21.134Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:16:21.467Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:16:21.467Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-11-21T22:16:21.467Z] f4eec8d17d6b: Preparing [2020-11-21T22:16:21.467Z] 50d8ae19754e: Preparing [2020-11-21T22:16:21.467Z] cebc37393eda: Preparing [2020-11-21T22:16:21.467Z] 58a756caaa20: Preparing [2020-11-21T22:16:21.467Z] a898b2de2a58: Preparing [2020-11-21T22:16:21.467Z] 4e7dd0bc678d: Preparing [2020-11-21T22:16:21.467Z] 558f8444d91a: Preparing [2020-11-21T22:16:21.467Z] d85e471e6620: Preparing [2020-11-21T22:16:21.467Z] 1b3ee35aacca: Preparing [2020-11-21T22:16:21.467Z] 4e7dd0bc678d: Waiting [2020-11-21T22:16:21.467Z] 558f8444d91a: Waiting [2020-11-21T22:16:21.467Z] d85e471e6620: Waiting [2020-11-21T22:16:21.467Z] 1b3ee35aacca: Waiting [2020-11-21T22:16:21.467Z] a898b2de2a58: Layer already exists [2020-11-21T22:16:21.467Z] 58a756caaa20: Layer already exists [2020-11-21T22:16:21.467Z] 50d8ae19754e: Layer already exists [2020-11-21T22:16:21.467Z] f4eec8d17d6b: Layer already exists [2020-11-21T22:16:21.467Z] cebc37393eda: Layer already exists [2020-11-21T22:16:21.467Z] 558f8444d91a: Layer already exists [2020-11-21T22:16:21.467Z] 1b3ee35aacca: Layer already exists [2020-11-21T22:16:21.467Z] 4e7dd0bc678d: Layer already exists [2020-11-21T22:16:21.467Z] d85e471e6620: Layer already exists [2020-11-21T22:16:21.732Z] 834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6: digest: sha256:46dc60bf04b76c446d5ad2225af98cf3ebc2281b73cf2496d30a6b3bb9454825 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:16:22.058Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:16:22.411Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-11-21T22:16:22.411Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-11-21T22:16:22.411Z] f4eec8d17d6b: Preparing [2020-11-21T22:16:22.411Z] 50d8ae19754e: Preparing [2020-11-21T22:16:22.411Z] cebc37393eda: Preparing [2020-11-21T22:16:22.411Z] 58a756caaa20: Preparing [2020-11-21T22:16:22.411Z] a898b2de2a58: Preparing [2020-11-21T22:16:22.411Z] 4e7dd0bc678d: Preparing [2020-11-21T22:16:22.411Z] 558f8444d91a: Preparing [2020-11-21T22:16:22.411Z] d85e471e6620: Preparing [2020-11-21T22:16:22.411Z] 1b3ee35aacca: Preparing [2020-11-21T22:16:22.411Z] 4e7dd0bc678d: Waiting [2020-11-21T22:16:22.411Z] 558f8444d91a: Waiting [2020-11-21T22:16:22.411Z] d85e471e6620: Waiting [2020-11-21T22:16:22.411Z] 1b3ee35aacca: Waiting [2020-11-21T22:16:22.676Z] 50d8ae19754e: Layer already exists [2020-11-21T22:16:22.676Z] f4eec8d17d6b: Layer already exists [2020-11-21T22:16:22.676Z] cebc37393eda: Layer already exists [2020-11-21T22:16:22.676Z] a898b2de2a58: Layer already exists [2020-11-21T22:16:22.676Z] 58a756caaa20: Layer already exists [2020-11-21T22:16:22.676Z] 4e7dd0bc678d: Layer already exists [2020-11-21T22:16:22.676Z] 1b3ee35aacca: Layer already exists [2020-11-21T22:16:22.676Z] d85e471e6620: Layer already exists [2020-11-21T22:16:22.676Z] 558f8444d91a: Layer already exists [2020-11-21T22:16:22.676Z] master: digest: sha256:46dc60bf04b76c446d5ad2225af98cf3ebc2281b73cf2496d30a6b3bb9454825 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2020-11-21T22:16:22.792Z] Removing intermediate container 781d5a8cf982 [2020-11-21T22:16:22.792Z] ---> b1f8efab850f [2020-11-21T22:16:22.792Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-11-21T22:16:22.792Z] ---> Running in 8b05cc5e343b [Pipeline] // withEnv [Pipeline] echo [2020-11-21T22:16:22.883Z] ===================================================== [Pipeline] echo [2020-11-21T22:16:22.932Z] taggedImages: [2020-11-21T22:16:22.932Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:16:22.932Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.3.1-dev.6 [2020-11-21T22:16:22.932Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:16:22.932Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-11-21T22:16:23.062Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-11-21T22:16:23.062Z] 834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:16:23.062Z] 1.3.1-dev.6 [2020-11-21T22:16:23.062Z] 834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:16:23.062Z] master [2020-11-21T22:16:23.062Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:16:23.416Z] Removing intermediate container 8b05cc5e343b [2020-11-21T22:16:23.417Z] ---> aa8c2d70cd6a [2020-11-21T22:16:23.417Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-21T22:16:23.563Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:834d3171e999f07b66e80622c0ba0f5573f7b499 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:16:23.701Z] ---> Running in 7e18ed9cf829 [2020-11-21T22:16:23.887Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:16:23.887Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-11-21T22:16:23.887Z] 031a63487473: Preparing [2020-11-21T22:16:23.887Z] 9197867209b9: Preparing [2020-11-21T22:16:23.887Z] 896661ffae35: Preparing [2020-11-21T22:16:23.887Z] 921a2162a684: Preparing [2020-11-21T22:16:24.163Z] 031a63487473: Pushed [2020-11-21T22:16:24.163Z] 896661ffae35: Pushed [2020-11-21T22:16:24.163Z] 921a2162a684: Pushed [2020-11-21T22:16:24.303Z] Removing intermediate container 7e18ed9cf829 [2020-11-21T22:16:24.303Z] ---> a34e291a1b3b [2020-11-21T22:16:24.303Z] Step 25/27 : LABEL arch=arm64 [2020-11-21T22:16:24.581Z] ---> Running in 1072683fb2bc [2020-11-21T22:16:25.192Z] Removing intermediate container 1072683fb2bc [2020-11-21T22:16:25.192Z] ---> b9f51c0f7bb8 [2020-11-21T22:16:25.192Z] Step 26/27 : LABEL git_sha=834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:16:25.472Z] ---> Running in 09754d089db1 [2020-11-21T22:16:25.632Z] 9197867209b9: Pushed [2020-11-21T22:16:25.897Z] 834d3171e999f07b66e80622c0ba0f5573f7b499: digest: sha256:3d592d6356d0349b7d01f2df6fbdb4bd69c51b99f47ce4390399cbbcded4466b size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:16:26.079Z] Removing intermediate container 09754d089db1 [2020-11-21T22:16:26.079Z] ---> 1f186856bb6a [2020-11-21T22:16:26.079Z] Step 27/27 : LABEL version=1.3.1-dev.6 [2020-11-21T22:16:26.079Z] ---> Running in b98d565040e5 [2020-11-21T22:16:26.226Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.3.1-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:16:26.546Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.3.1-dev.6 [2020-11-21T22:16:26.546Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-11-21T22:16:26.546Z] 031a63487473: Preparing [2020-11-21T22:16:26.546Z] 9197867209b9: Preparing [2020-11-21T22:16:26.546Z] 896661ffae35: Preparing [2020-11-21T22:16:26.546Z] 921a2162a684: Preparing [2020-11-21T22:16:26.546Z] 921a2162a684: Layer already exists [2020-11-21T22:16:26.546Z] 896661ffae35: Layer already exists [2020-11-21T22:16:26.546Z] 9197867209b9: Layer already exists [2020-11-21T22:16:26.546Z] 031a63487473: Layer already exists [2020-11-21T22:16:26.546Z] 1.3.1-dev.6: digest: sha256:3d592d6356d0349b7d01f2df6fbdb4bd69c51b99f47ce4390399cbbcded4466b size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:16:26.688Z] Removing intermediate container b98d565040e5 [2020-11-21T22:16:26.688Z] ---> 79fe91105e73 [2020-11-21T22:16:26.688Z] [2020-11-21T22:16:26.906Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:16:26.968Z] Successfully built 79fe91105e73 [2020-11-21T22:16:27.241Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-11-21T22:16:27.405Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:16:27.405Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-11-21T22:16:27.405Z] 031a63487473: Preparing [2020-11-21T22:16:27.405Z] 9197867209b9: Preparing [2020-11-21T22:16:27.405Z] 896661ffae35: Preparing [2020-11-21T22:16:27.405Z] 921a2162a684: Preparing [2020-11-21T22:16:27.405Z] 896661ffae35: Layer already exists [2020-11-21T22:16:27.692Z] 031a63487473: Layer already exists [2020-11-21T22:16:27.692Z] 921a2162a684: Layer already exists [2020-11-21T22:16:27.692Z] 9197867209b9: Layer already exists [2020-11-21T22:16:27.692Z] 834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6: digest: sha256:3d592d6356d0349b7d01f2df6fbdb4bd69c51b99f47ce4390399cbbcded4466b size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:16:28.066Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:16:28.588Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-11-21T22:16:28.851Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-11-21T22:16:28.851Z] 031a63487473: Preparing [2020-11-21T22:16:28.851Z] 9197867209b9: Preparing [2020-11-21T22:16:28.851Z] 896661ffae35: Preparing [2020-11-21T22:16:28.851Z] 921a2162a684: Preparing [2020-11-21T22:16:28.851Z] 031a63487473: Layer already exists [2020-11-21T22:16:28.851Z] 921a2162a684: Layer already exists [2020-11-21T22:16:28.851Z] 896661ffae35: Layer already exists [2020-11-21T22:16:28.851Z] 9197867209b9: Layer already exists [2020-11-21T22:16:28.851Z] master: digest: sha256:3d592d6356d0349b7d01f2df6fbdb4bd69c51b99f47ce4390399cbbcded4466b size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-21T22:16:29.074Z] ===================================================== [Pipeline] echo [2020-11-21T22:16:29.132Z] taggedImages: [2020-11-21T22:16:29.132Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:16:29.132Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.3.1-dev.6 [2020-11-21T22:16:29.132Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:16:29.132Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-11-21T22:16:29.195Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-11-21T22:16:29.195Z] 834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:16:29.195Z] 1.3.1-dev.6 [2020-11-21T22:16:29.195Z] 834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:16:29.195Z] master [2020-11-21T22:16:29.195Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:16:29.728Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:834d3171e999f07b66e80622c0ba0f5573f7b499 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:16:30.064Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:16:30.064Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-11-21T22:16:30.064Z] c04c11071e4f: Preparing [2020-11-21T22:16:30.064Z] 836434246ee1: Preparing [2020-11-21T22:16:30.064Z] 930dd30aef02: Preparing [2020-11-21T22:16:30.064Z] 44e853a7c86a: Preparing [2020-11-21T22:16:30.064Z] 392da845a490: Preparing [2020-11-21T22:16:30.064Z] 29812cf1c395: Preparing [2020-11-21T22:16:30.064Z] 29812cf1c395: Waiting [2020-11-21T22:16:30.366Z] 930dd30aef02: Pushed [2020-11-21T22:16:30.366Z] c04c11071e4f: Pushed [2020-11-21T22:16:30.366Z] 44e853a7c86a: Pushed [2020-11-21T22:16:30.668Z] 29812cf1c395: Pushed [2020-11-21T22:16:30.668Z] 392da845a490: Pushed [2020-11-21T22:16:32.231Z] 836434246ee1: Pushed [2020-11-21T22:16:32.231Z] 834d3171e999f07b66e80622c0ba0f5573f7b499: digest: sha256:e5d291fdbc642a00928596e974931d8b4e2390925422feabb7f2d44a577ca2cb size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:16:32.564Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.3.1-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:16:33.278Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.3.1-dev.6 [2020-11-21T22:16:33.278Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-11-21T22:16:33.278Z] c04c11071e4f: Preparing [2020-11-21T22:16:33.278Z] 836434246ee1: Preparing [2020-11-21T22:16:33.278Z] 930dd30aef02: Preparing [2020-11-21T22:16:33.278Z] 44e853a7c86a: Preparing [2020-11-21T22:16:33.278Z] 392da845a490: Preparing [2020-11-21T22:16:33.278Z] 29812cf1c395: Preparing [2020-11-21T22:16:33.278Z] 29812cf1c395: Waiting [2020-11-21T22:16:33.543Z] 392da845a490: Layer already exists [2020-11-21T22:16:33.543Z] c04c11071e4f: Layer already exists [2020-11-21T22:16:33.543Z] 930dd30aef02: Layer already exists [2020-11-21T22:16:33.543Z] 44e853a7c86a: Layer already exists [2020-11-21T22:16:33.543Z] 836434246ee1: Layer already exists [2020-11-21T22:16:33.543Z] 29812cf1c395: Layer already exists [2020-11-21T22:16:33.543Z] 1.3.1-dev.6: digest: sha256:e5d291fdbc642a00928596e974931d8b4e2390925422feabb7f2d44a577ca2cb size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:16:33.889Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:16:34.222Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:16:34.222Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-11-21T22:16:34.496Z] c04c11071e4f: Preparing [2020-11-21T22:16:34.496Z] 836434246ee1: Preparing [2020-11-21T22:16:34.496Z] 930dd30aef02: Preparing [2020-11-21T22:16:34.496Z] 44e853a7c86a: Preparing [2020-11-21T22:16:34.496Z] 392da845a490: Preparing [2020-11-21T22:16:34.496Z] 29812cf1c395: Preparing [2020-11-21T22:16:34.496Z] 29812cf1c395: Waiting [2020-11-21T22:16:34.496Z] 392da845a490: Layer already exists [2020-11-21T22:16:34.496Z] c04c11071e4f: Layer already exists [2020-11-21T22:16:34.496Z] 836434246ee1: Layer already exists [2020-11-21T22:16:34.496Z] 44e853a7c86a: Layer already exists [2020-11-21T22:16:34.496Z] 930dd30aef02: Layer already exists [2020-11-21T22:16:34.496Z] 29812cf1c395: Layer already exists [2020-11-21T22:16:34.496Z] 834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6: digest: sha256:e5d291fdbc642a00928596e974931d8b4e2390925422feabb7f2d44a577ca2cb size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:16:34.833Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:16:35.158Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-11-21T22:16:35.158Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-11-21T22:16:35.158Z] c04c11071e4f: Preparing [2020-11-21T22:16:35.158Z] 836434246ee1: Preparing [2020-11-21T22:16:35.158Z] 930dd30aef02: Preparing [2020-11-21T22:16:35.158Z] 44e853a7c86a: Preparing [2020-11-21T22:16:35.158Z] 392da845a490: Preparing [2020-11-21T22:16:35.158Z] 29812cf1c395: Preparing [2020-11-21T22:16:35.158Z] 29812cf1c395: Waiting [2020-11-21T22:16:35.158Z] 392da845a490: Layer already exists [2020-11-21T22:16:35.158Z] 930dd30aef02: Layer already exists [2020-11-21T22:16:35.158Z] 836434246ee1: Layer already exists [2020-11-21T22:16:35.158Z] 44e853a7c86a: Layer already exists [2020-11-21T22:16:35.158Z] c04c11071e4f: Layer already exists [2020-11-21T22:16:35.158Z] 29812cf1c395: Layer already exists [2020-11-21T22:16:35.158Z] master: digest: sha256:e5d291fdbc642a00928596e974931d8b4e2390925422feabb7f2d44a577ca2cb size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-21T22:16:35.338Z] ===================================================== [Pipeline] echo [2020-11-21T22:16:35.389Z] taggedImages: [2020-11-21T22:16:35.389Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:16:35.389Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.3.1-dev.6 [2020-11-21T22:16:35.389Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:16:35.389Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-11-21T22:16:35.453Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-11-21T22:16:35.453Z] 834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:16:35.453Z] 1.3.1-dev.6 [2020-11-21T22:16:35.453Z] 834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:16:35.453Z] master [2020-11-21T22:16:35.453Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:16:36.018Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:834d3171e999f07b66e80622c0ba0f5573f7b499 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:16:36.747Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:16:36.747Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-11-21T22:16:36.747Z] f511dbeee8d0: Preparing [2020-11-21T22:16:36.748Z] 93261284dd58: Preparing [2020-11-21T22:16:36.748Z] 3e81d25fca98: Preparing [2020-11-21T22:16:37.018Z] f511dbeee8d0: Pushed [2020-11-21T22:16:37.018Z] 3e81d25fca98: Pushed [2020-11-21T22:16:38.447Z] 93261284dd58: Pushed [2020-11-21T22:16:38.711Z] 834d3171e999f07b66e80622c0ba0f5573f7b499: digest: sha256:21301db3c693f8b29e5ec3f41f2b4cd9a3e75676e5a0802eea0f45801455f6fd size: 944 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:16:39.020Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.3.1-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:16:39.324Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.3.1-dev.6 [2020-11-21T22:16:39.324Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-11-21T22:16:39.324Z] f511dbeee8d0: Preparing [2020-11-21T22:16:39.324Z] 93261284dd58: Preparing [2020-11-21T22:16:39.324Z] 3e81d25fca98: Preparing [2020-11-21T22:16:39.324Z] 93261284dd58: Layer already exists [2020-11-21T22:16:39.324Z] f511dbeee8d0: Layer already exists [2020-11-21T22:16:39.324Z] 3e81d25fca98: Layer already exists [2020-11-21T22:16:39.324Z] 1.3.1-dev.6: digest: sha256:21301db3c693f8b29e5ec3f41f2b4cd9a3e75676e5a0802eea0f45801455f6fd size: 944 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:16:39.639Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:16:39.947Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:16:39.947Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-11-21T22:16:39.947Z] f511dbeee8d0: Preparing [2020-11-21T22:16:39.947Z] 93261284dd58: Preparing [2020-11-21T22:16:39.947Z] 3e81d25fca98: Preparing [2020-11-21T22:16:39.947Z] 3e81d25fca98: Layer already exists [2020-11-21T22:16:39.947Z] f511dbeee8d0: Layer already exists [2020-11-21T22:16:39.947Z] 93261284dd58: Layer already exists [2020-11-21T22:16:40.211Z] 834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6: digest: sha256:21301db3c693f8b29e5ec3f41f2b4cd9a3e75676e5a0802eea0f45801455f6fd size: 944 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:16:40.543Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:16:40.861Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-11-21T22:16:40.861Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-11-21T22:16:40.861Z] f511dbeee8d0: Preparing [2020-11-21T22:16:40.861Z] 93261284dd58: Preparing [2020-11-21T22:16:40.861Z] 3e81d25fca98: Preparing [2020-11-21T22:16:40.861Z] 3e81d25fca98: Layer already exists [2020-11-21T22:16:40.861Z] 93261284dd58: Layer already exists [2020-11-21T22:16:40.861Z] f511dbeee8d0: Layer already exists [2020-11-21T22:16:40.861Z] master: digest: sha256:21301db3c693f8b29e5ec3f41f2b4cd9a3e75676e5a0802eea0f45801455f6fd size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-21T22:16:41.380Z] ===================================================== [Pipeline] echo [2020-11-21T22:16:41.436Z] taggedImages: [2020-11-21T22:16:41.436Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:16:41.436Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.3.1-dev.6 [2020-11-21T22:16:41.436Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:16:41.436Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-11-21T22:16:41.520Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-11-21T22:16:41.521Z] 834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:16:41.521Z] 1.3.1-dev.6 [2020-11-21T22:16:41.521Z] 834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:16:41.521Z] master [2020-11-21T22:16:41.521Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:16:42.076Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:834d3171e999f07b66e80622c0ba0f5573f7b499 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:16:42.465Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:16:42.465Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-11-21T22:16:42.465Z] ea75f87721c9: Preparing [2020-11-21T22:16:42.465Z] 3806e1b1f59e: Preparing [2020-11-21T22:16:42.465Z] de091446318f: Preparing [2020-11-21T22:16:42.465Z] 50e8f0df7687: Preparing [2020-11-21T22:16:42.465Z] 0f5166bc11ad: Preparing [2020-11-21T22:16:42.465Z] 2042e3d587ff: Preparing [2020-11-21T22:16:42.465Z] c5fd9219afb9: Preparing [2020-11-21T22:16:42.465Z] 1d278c39f50a: Preparing [2020-11-21T22:16:42.465Z] 3730a0890c46: Preparing [2020-11-21T22:16:42.465Z] 383f309b5d37: Preparing [2020-11-21T22:16:42.465Z] e1a73c32da76: Preparing [2020-11-21T22:16:42.465Z] 31b11ec6ff38: Preparing [2020-11-21T22:16:42.465Z] 911954e2fe49: Preparing [2020-11-21T22:16:42.465Z] ace0eda3e3be: Preparing [2020-11-21T22:16:42.465Z] 3730a0890c46: Waiting [2020-11-21T22:16:42.465Z] 383f309b5d37: Waiting [2020-11-21T22:16:42.465Z] e1a73c32da76: Waiting [2020-11-21T22:16:42.465Z] 31b11ec6ff38: Waiting [2020-11-21T22:16:42.465Z] 911954e2fe49: Waiting [2020-11-21T22:16:42.465Z] ace0eda3e3be: Waiting [2020-11-21T22:16:42.465Z] 2042e3d587ff: Waiting [2020-11-21T22:16:42.465Z] c5fd9219afb9: Waiting [2020-11-21T22:16:42.465Z] 1d278c39f50a: Waiting [2020-11-21T22:16:43.562Z] 0f5166bc11ad: Pushed [2020-11-21T22:16:43.562Z] ea75f87721c9: Pushed [2020-11-21T22:16:43.850Z] 50e8f0df7687: Pushed [2020-11-21T22:16:43.850Z] 1d278c39f50a: Layer already exists [2020-11-21T22:16:44.130Z] 3730a0890c46: Layer already exists [2020-11-21T22:16:44.130Z] 383f309b5d37: Layer already exists [2020-11-21T22:16:44.130Z] 3806e1b1f59e: Pushed [2020-11-21T22:16:44.130Z] e1a73c32da76: Layer already exists [2020-11-21T22:16:44.130Z] c5fd9219afb9: Pushed [2020-11-21T22:16:44.130Z] 911954e2fe49: Layer already exists [2020-11-21T22:16:44.430Z] 31b11ec6ff38: Layer already exists [2020-11-21T22:16:44.430Z] ace0eda3e3be: Layer already exists [2020-11-21T22:16:45.022Z] 2042e3d587ff: Pushed [2020-11-21T22:16:45.531Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 971fae944f13 [2020-11-21T22:16:45.531Z] ---> 02d819923b9d [2020-11-21T22:16:45.531Z] [2020-11-21T22:16:45.531Z] Step 10/23 : FROM alpine [2020-11-21T22:16:45.531Z] ---> 2e77e061c27f [2020-11-21T22:16:45.531Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-21T22:16:45.531Z] ---> Running in e5634222dc0d [2020-11-21T22:16:45.531Z] Removing intermediate container e5634222dc0d [2020-11-21T22:16:45.531Z] ---> 1368a1257e53 [2020-11-21T22:16:45.531Z] Step 12/23 : ENV APP_PORT=48080 [2020-11-21T22:16:45.531Z] ---> Running in 4fe97a86ea7c [2020-11-21T22:16:45.531Z] Removing intermediate container 4fe97a86ea7c [2020-11-21T22:16:45.531Z] ---> 02a19d31866c [2020-11-21T22:16:45.531Z] Step 13/23 : EXPOSE $APP_PORT [2020-11-21T22:16:45.531Z] ---> Running in 67f4961a2be6 [2020-11-21T22:16:45.531Z] Removing intermediate container 67f4961a2be6 [2020-11-21T22:16:45.531Z] ---> 00758e0f20ac [2020-11-21T22:16:45.531Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-21T22:16:45.531Z] ---> Running in c62db6d2a93e [2020-11-21T22:16:48.138Z] Removing intermediate container c62db6d2a93e [2020-11-21T22:16:48.138Z] ---> 3625e5ccecdb [2020-11-21T22:16:48.138Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-11-21T22:16:48.138Z] ---> Running in ffc92ce30c1e [2020-11-21T22:16:49.303Z] de091446318f: Pushed [2020-11-21T22:16:49.303Z] 834d3171e999f07b66e80622c0ba0f5573f7b499: digest: sha256:d4c2721b4afa782173640018e2f10ef2e390fb1615bcfe1613b5dae691034609 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:16:49.561Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-21T22:16:49.820Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.3.1-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:16:50.149Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-21T22:16:50.303Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.3.1-dev.6 [2020-11-21T22:16:50.303Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-11-21T22:16:50.303Z] ea75f87721c9: Preparing [2020-11-21T22:16:50.304Z] 3806e1b1f59e: Preparing [2020-11-21T22:16:50.304Z] de091446318f: Preparing [2020-11-21T22:16:50.304Z] 50e8f0df7687: Preparing [2020-11-21T22:16:50.304Z] 0f5166bc11ad: Preparing [2020-11-21T22:16:50.304Z] 2042e3d587ff: Preparing [2020-11-21T22:16:50.304Z] c5fd9219afb9: Preparing [2020-11-21T22:16:50.304Z] 1d278c39f50a: Preparing [2020-11-21T22:16:50.304Z] 3730a0890c46: Preparing [2020-11-21T22:16:50.304Z] 383f309b5d37: Preparing [2020-11-21T22:16:50.304Z] e1a73c32da76: Preparing [2020-11-21T22:16:50.304Z] 31b11ec6ff38: Preparing [2020-11-21T22:16:50.304Z] 911954e2fe49: Preparing [2020-11-21T22:16:50.304Z] ace0eda3e3be: Preparing [2020-11-21T22:16:50.304Z] 3730a0890c46: Waiting [2020-11-21T22:16:50.304Z] 383f309b5d37: Waiting [2020-11-21T22:16:50.304Z] e1a73c32da76: Waiting [2020-11-21T22:16:50.304Z] 31b11ec6ff38: Waiting [2020-11-21T22:16:50.304Z] 911954e2fe49: Waiting [2020-11-21T22:16:50.304Z] ace0eda3e3be: Waiting [2020-11-21T22:16:50.304Z] 2042e3d587ff: Waiting [2020-11-21T22:16:50.304Z] c5fd9219afb9: Waiting [2020-11-21T22:16:50.304Z] 1d278c39f50a: Waiting [2020-11-21T22:16:50.304Z] 0f5166bc11ad: Layer already exists [2020-11-21T22:16:50.304Z] de091446318f: Layer already exists [2020-11-21T22:16:50.304Z] 50e8f0df7687: Layer already exists [2020-11-21T22:16:50.304Z] ea75f87721c9: Layer already exists [2020-11-21T22:16:50.304Z] 3806e1b1f59e: Layer already exists [2020-11-21T22:16:50.579Z] c5fd9219afb9: Layer already exists [2020-11-21T22:16:50.579Z] 3730a0890c46: Layer already exists [2020-11-21T22:16:50.579Z] 2042e3d587ff: Layer already exists [2020-11-21T22:16:50.579Z] 1d278c39f50a: Layer already exists [2020-11-21T22:16:50.579Z] 383f309b5d37: Layer already exists [2020-11-21T22:16:50.579Z] 911954e2fe49: Layer already exists [2020-11-21T22:16:50.579Z] ace0eda3e3be: Layer already exists [2020-11-21T22:16:50.579Z] 31b11ec6ff38: Layer already exists [2020-11-21T22:16:50.579Z] e1a73c32da76: Layer already exists [2020-11-21T22:16:50.579Z] 1.3.1-dev.6: digest: sha256:d4c2721b4afa782173640018e2f10ef2e390fb1615bcfe1613b5dae691034609 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:16:50.741Z] (1/5) Installing libgcc (9.3.0-r2) [2020-11-21T22:16:50.970Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:16:51.010Z] (2/5) Installing libsodium (1.0.18-r0) [2020-11-21T22:16:51.010Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-11-21T22:16:51.280Z] (4/5) Installing libzmq (4.3.3-r0) [2020-11-21T22:16:51.280Z] (5/5) Installing zeromq (4.3.3-r0) [2020-11-21T22:16:51.446Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:16:51.446Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-11-21T22:16:51.446Z] ea75f87721c9: Preparing [2020-11-21T22:16:51.446Z] 3806e1b1f59e: Preparing [2020-11-21T22:16:51.446Z] de091446318f: Preparing [2020-11-21T22:16:51.446Z] 50e8f0df7687: Preparing [2020-11-21T22:16:51.446Z] 0f5166bc11ad: Preparing [2020-11-21T22:16:51.446Z] 2042e3d587ff: Preparing [2020-11-21T22:16:51.446Z] c5fd9219afb9: Preparing [2020-11-21T22:16:51.446Z] 1d278c39f50a: Preparing [2020-11-21T22:16:51.446Z] 3730a0890c46: Preparing [2020-11-21T22:16:51.446Z] 383f309b5d37: Preparing [2020-11-21T22:16:51.446Z] e1a73c32da76: Preparing [2020-11-21T22:16:51.446Z] 31b11ec6ff38: Preparing [2020-11-21T22:16:51.446Z] 911954e2fe49: Preparing [2020-11-21T22:16:51.446Z] ace0eda3e3be: Preparing [2020-11-21T22:16:51.446Z] 2042e3d587ff: Waiting [2020-11-21T22:16:51.446Z] c5fd9219afb9: Waiting [2020-11-21T22:16:51.446Z] 1d278c39f50a: Waiting [2020-11-21T22:16:51.446Z] 3730a0890c46: Waiting [2020-11-21T22:16:51.446Z] 383f309b5d37: Waiting [2020-11-21T22:16:51.446Z] e1a73c32da76: Waiting [2020-11-21T22:16:51.446Z] 31b11ec6ff38: Waiting [2020-11-21T22:16:51.446Z] 911954e2fe49: Waiting [2020-11-21T22:16:51.446Z] ace0eda3e3be: Waiting [2020-11-21T22:16:51.446Z] ea75f87721c9: Layer already exists [2020-11-21T22:16:51.446Z] 3806e1b1f59e: Layer already exists [2020-11-21T22:16:51.446Z] de091446318f: Layer already exists [2020-11-21T22:16:51.446Z] 50e8f0df7687: Layer already exists [2020-11-21T22:16:51.446Z] 0f5166bc11ad: Layer already exists [2020-11-21T22:16:51.446Z] 1d278c39f50a: Layer already exists [2020-11-21T22:16:51.446Z] 2042e3d587ff: Layer already exists [2020-11-21T22:16:51.446Z] 3730a0890c46: Layer already exists [2020-11-21T22:16:51.446Z] 383f309b5d37: Layer already exists [2020-11-21T22:16:51.446Z] c5fd9219afb9: Layer already exists [2020-11-21T22:16:51.446Z] e1a73c32da76: Layer already exists [2020-11-21T22:16:51.446Z] ace0eda3e3be: Layer already exists [2020-11-21T22:16:51.446Z] 31b11ec6ff38: Layer already exists [2020-11-21T22:16:51.446Z] 911954e2fe49: Layer already exists [2020-11-21T22:16:51.446Z] 834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6: digest: sha256:d4c2721b4afa782173640018e2f10ef2e390fb1615bcfe1613b5dae691034609 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:16:51.552Z] Executing busybox-1.31.1-r19.trigger [2020-11-21T22:16:51.552Z] OK: 8 MiB in 19 packages [2020-11-21T22:16:51.762Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:16:52.070Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-11-21T22:16:52.070Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-11-21T22:16:52.070Z] ea75f87721c9: Preparing [2020-11-21T22:16:52.070Z] 3806e1b1f59e: Preparing [2020-11-21T22:16:52.070Z] de091446318f: Preparing [2020-11-21T22:16:52.070Z] 50e8f0df7687: Preparing [2020-11-21T22:16:52.070Z] 0f5166bc11ad: Preparing [2020-11-21T22:16:52.070Z] 2042e3d587ff: Preparing [2020-11-21T22:16:52.070Z] c5fd9219afb9: Preparing [2020-11-21T22:16:52.070Z] 1d278c39f50a: Preparing [2020-11-21T22:16:52.070Z] 3730a0890c46: Preparing [2020-11-21T22:16:52.070Z] 383f309b5d37: Preparing [2020-11-21T22:16:52.070Z] e1a73c32da76: Preparing [2020-11-21T22:16:52.070Z] 31b11ec6ff38: Preparing [2020-11-21T22:16:52.070Z] 911954e2fe49: Preparing [2020-11-21T22:16:52.070Z] ace0eda3e3be: Preparing [2020-11-21T22:16:52.070Z] 1d278c39f50a: Waiting [2020-11-21T22:16:52.070Z] 3730a0890c46: Waiting [2020-11-21T22:16:52.070Z] 383f309b5d37: Waiting [2020-11-21T22:16:52.070Z] e1a73c32da76: Waiting [2020-11-21T22:16:52.070Z] 31b11ec6ff38: Waiting [2020-11-21T22:16:52.070Z] 911954e2fe49: Waiting [2020-11-21T22:16:52.070Z] ace0eda3e3be: Waiting [2020-11-21T22:16:52.070Z] 2042e3d587ff: Waiting [2020-11-21T22:16:52.070Z] c5fd9219afb9: Waiting [2020-11-21T22:16:52.070Z] 3806e1b1f59e: Layer already exists [2020-11-21T22:16:52.070Z] 50e8f0df7687: Layer already exists [2020-11-21T22:16:52.070Z] 0f5166bc11ad: Layer already exists [2020-11-21T22:16:52.070Z] de091446318f: Layer already exists [2020-11-21T22:16:52.070Z] ea75f87721c9: Layer already exists [2020-11-21T22:16:52.070Z] 3730a0890c46: Layer already exists [2020-11-21T22:16:52.070Z] c5fd9219afb9: Layer already exists [2020-11-21T22:16:52.070Z] 383f309b5d37: Layer already exists [2020-11-21T22:16:52.070Z] 1d278c39f50a: Layer already exists [2020-11-21T22:16:52.070Z] 2042e3d587ff: Layer already exists [2020-11-21T22:16:52.070Z] e1a73c32da76: Layer already exists [2020-11-21T22:16:52.070Z] 911954e2fe49: Layer already exists [2020-11-21T22:16:52.070Z] 31b11ec6ff38: Layer already exists [2020-11-21T22:16:52.070Z] ace0eda3e3be: Layer already exists [2020-11-21T22:16:52.332Z] master: digest: sha256:d4c2721b4afa782173640018e2f10ef2e390fb1615bcfe1613b5dae691034609 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-21T22:16:52.536Z] ===================================================== [Pipeline] echo [2020-11-21T22:16:52.586Z] taggedImages: [2020-11-21T22:16:52.586Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:16:52.586Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.3.1-dev.6 [2020-11-21T22:16:52.586Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:16:52.586Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [2020-11-21T22:16:52.984Z] Removing intermediate container ffc92ce30c1e [2020-11-21T22:16:52.985Z] ---> afea1ea009bc [2020-11-21T22:16:52.985Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-21T22:16:53.577Z] ---> 94cd2382a490 [2020-11-21T22:16:53.577Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-11-21T22:16:55.012Z] ---> cfacce7e8ff4 [2020-11-21T22:16:55.012Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-11-21T22:16:55.607Z] ---> 7f0ae3845b68 [2020-11-21T22:16:55.607Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-11-21T22:16:55.607Z] ---> Running in 8e44c4a9121c [2020-11-21T22:16:56.202Z] Removing intermediate container 8e44c4a9121c [2020-11-21T22:16:56.202Z] ---> 548467130f76 [2020-11-21T22:16:56.202Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-21T22:16:56.202Z] ---> Running in 77bc89242a38 [2020-11-21T22:16:56.806Z] Removing intermediate container 77bc89242a38 [2020-11-21T22:16:56.806Z] ---> 624a2eef3e63 [2020-11-21T22:16:56.806Z] Step 21/23 : LABEL arch=arm64 [2020-11-21T22:16:56.806Z] ---> Running in a63971f70eff [2020-11-21T22:16:57.079Z] Removing intermediate container a63971f70eff [2020-11-21T22:16:57.079Z] ---> c117499517bf [2020-11-21T22:16:57.079Z] Step 22/23 : LABEL git_sha=834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:16:57.353Z] ---> Running in 83a04e12016b [2020-11-21T22:16:57.949Z] Removing intermediate container 83a04e12016b [2020-11-21T22:16:57.949Z] ---> 550ccee929a2 [2020-11-21T22:16:57.949Z] Step 23/23 : LABEL version=1.3.1-dev.6 [2020-11-21T22:16:57.949Z] ---> Running in 6d472e60cdf4 [2020-11-21T22:16:58.221Z] Removing intermediate container 6d472e60cdf4 [2020-11-21T22:16:58.221Z] ---> 5e0500d4feb2 [2020-11-21T22:16:58.221Z] [2020-11-21T22:16:58.816Z] Successfully built 5e0500d4feb2 [2020-11-21T22:16:58.816Z] Successfully tagged docker-core-data-go-arm64:latest [2020-11-21T22:16:59.102Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-11-21T22:16:59.141Z] $ docker stop --time=1 8938a30efc57d46823d85d23d3adc50ddb12db561975598df8892b3b195c76ad [2020-11-21T22:17:01.059Z] $ docker rm -f 8938a30efc57d46823d85d23d3adc50ddb12db561975598df8892b3b195c76ad [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-21T22:17:01.762Z] + grep docker [2020-11-21T22:17:01.762Z] + docker images [2020-11-21T22:17:02.034Z] docker-core-data-go-arm64 latest 5e0500d4feb2 3 seconds ago 22.3MB [2020-11-21T22:17:02.034Z] docker-sys-mgmt-agent-go-arm64 latest 79fe91105e73 35 seconds ago 270MB [2020-11-21T22:17:02.034Z] docker-security-secrets-setup-go-arm64 latest f6a90bb09d7b About a minute ago 22.7MB [2020-11-21T22:17:02.034Z] docker-support-notifications-go-arm64 latest 1c2f6488378b About a minute ago 12.9MB [2020-11-21T22:17:02.034Z] docker-core-metadata-go-arm64 latest ae642d104a74 About a minute ago 13.6MB [2020-11-21T22:17:02.034Z] docker-core-command-go-arm64 latest d13e3e7c7ed3 About a minute ago 11.4MB [2020-11-21T22:17:02.034Z] docker-security-secretstore-setup-go-arm64 latest 566cf23feecb 4 minutes ago 23.5MB [2020-11-21T22:17:02.034Z] docker-support-scheduler-go-arm64 latest 9f9f7586ccea 4 minutes ago 11.5MB [2020-11-21T22:17:02.034Z] docker-security-bootstrap-redis-go-arm64 latest e81dda433ba2 4 minutes ago 15.2MB [2020-11-21T22:17:02.034Z] docker-support-logging-go-arm64 latest 54d05ec031e4 4 minutes ago 10.6MB [2020-11-21T22:17:02.034Z] docker-security-proxy-setup-go-arm64 latest 54b46c745a8c 4 minutes ago 15.1MB [2020-11-21T22:17:02.034Z] docker latest 5d4db4dc0692 4 weeks ago 198MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-21T22:17:02.602Z] provisioning config files... [2020-11-21T22:17:02.635Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/230@tmp/config8451862193782622136tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-21T22:17:03.028Z] ---> docker-login.sh [2020-11-21T22:17:03.028Z] nexus3.edgexfoundry.org:10001 [2020-11-21T22:17:03.299Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T22:17:03.569Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T22:17:03.569Z] Configure a credential helper to remove this warning. See [2020-11-21T22:17:03.569Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T22:17:03.569Z] [2020-11-21T22:17:03.569Z] Login Succeeded [2020-11-21T22:17:03.569Z] nexus3.edgexfoundry.org:10002 [2020-11-21T22:17:03.840Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T22:17:04.112Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T22:17:04.112Z] Configure a credential helper to remove this warning. See [2020-11-21T22:17:04.112Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T22:17:04.112Z] [2020-11-21T22:17:04.112Z] Login Succeeded [2020-11-21T22:17:04.112Z] nexus3.edgexfoundry.org:10003 [2020-11-21T22:17:04.383Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T22:17:04.655Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T22:17:04.655Z] Configure a credential helper to remove this warning. See [2020-11-21T22:17:04.655Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T22:17:04.655Z] [2020-11-21T22:17:04.655Z] Login Succeeded [2020-11-21T22:17:04.655Z] nexus3.edgexfoundry.org:10004 [2020-11-21T22:17:05.248Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T22:17:05.248Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T22:17:05.248Z] Configure a credential helper to remove this warning. See [2020-11-21T22:17:05.248Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T22:17:05.248Z] [2020-11-21T22:17:05.248Z] Login Succeeded [2020-11-21T22:17:05.248Z] docker.io [2020-11-21T22:17:05.840Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T22:17:06.110Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T22:17:06.110Z] Configure a credential helper to remove this warning. See [2020-11-21T22:17:06.110Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T22:17:06.110Z] [2020-11-21T22:17:06.110Z] Login Succeeded [2020-11-21T22:17:06.110Z] ---> docker-login.sh ends [Pipeline] } [2020-11-21T22:17:06.126Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-21T22:17:06.340Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-11-21T22:17:06.340Z] 834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:17:06.340Z] 1.3.1-dev.6 [2020-11-21T22:17:06.340Z] 834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:17:06.340Z] master [2020-11-21T22:17:06.340Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:17:06.843Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:17:07.186Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:17:07.186Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-11-21T22:17:07.186Z] 4c309ec8def8: Preparing [2020-11-21T22:17:07.186Z] 6a0493774509: Preparing [2020-11-21T22:17:07.186Z] b5e362407210: Preparing [2020-11-21T22:17:07.464Z] b5e362407210: Pushed [2020-11-21T22:17:07.464Z] 4c309ec8def8: Pushed [2020-11-21T22:17:10.060Z] 6a0493774509: Pushed [2020-11-21T22:17:10.060Z] 834d3171e999f07b66e80622c0ba0f5573f7b499: digest: sha256:128b9a1e7ac4b54820e00d4a2c26576c66169571295d043f72c256de3adc77eb size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:17:10.396Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.3.1-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:17:10.726Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.3.1-dev.6 [2020-11-21T22:17:10.727Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-11-21T22:17:10.727Z] 4c309ec8def8: Preparing [2020-11-21T22:17:10.727Z] 6a0493774509: Preparing [2020-11-21T22:17:10.727Z] b5e362407210: Preparing [2020-11-21T22:17:10.727Z] b5e362407210: Layer already exists [2020-11-21T22:17:10.727Z] 6a0493774509: Layer already exists [2020-11-21T22:17:10.727Z] 4c309ec8def8: Layer already exists [2020-11-21T22:17:10.996Z] 1.3.1-dev.6: digest: sha256:128b9a1e7ac4b54820e00d4a2c26576c66169571295d043f72c256de3adc77eb size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:17:11.333Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:17:11.672Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:17:11.672Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-11-21T22:17:11.672Z] 4c309ec8def8: Preparing [2020-11-21T22:17:11.672Z] 6a0493774509: Preparing [2020-11-21T22:17:11.672Z] b5e362407210: Preparing [2020-11-21T22:17:11.672Z] 4c309ec8def8: Layer already exists [2020-11-21T22:17:11.672Z] 6a0493774509: Layer already exists [2020-11-21T22:17:11.672Z] b5e362407210: Layer already exists [2020-11-21T22:17:11.943Z] 834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6: digest: sha256:128b9a1e7ac4b54820e00d4a2c26576c66169571295d043f72c256de3adc77eb size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:17:12.281Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:17:12.614Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-11-21T22:17:12.614Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-11-21T22:17:12.614Z] 4c309ec8def8: Preparing [2020-11-21T22:17:12.614Z] 6a0493774509: Preparing [2020-11-21T22:17:12.614Z] b5e362407210: Preparing [2020-11-21T22:17:12.614Z] 6a0493774509: Layer already exists [2020-11-21T22:17:12.614Z] b5e362407210: Layer already exists [2020-11-21T22:17:12.614Z] 4c309ec8def8: Layer already exists [2020-11-21T22:17:12.885Z] master: digest: sha256:128b9a1e7ac4b54820e00d4a2c26576c66169571295d043f72c256de3adc77eb size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-21T22:17:13.105Z] ===================================================== [Pipeline] echo [2020-11-21T22:17:13.148Z] taggedImages: [2020-11-21T22:17:13.148Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:17:13.148Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.3.1-dev.6 [2020-11-21T22:17:13.148Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:17:13.148Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-11-21T22:17:13.217Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-11-21T22:17:13.217Z] 834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:17:13.217Z] 1.3.1-dev.6 [2020-11-21T22:17:13.217Z] 834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:17:13.217Z] master [2020-11-21T22:17:13.217Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:17:13.947Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:17:14.286Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:17:14.286Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-11-21T22:17:14.286Z] 8a226dbc364f: Preparing [2020-11-21T22:17:14.286Z] ae54d8ebb415: Preparing [2020-11-21T22:17:14.286Z] 67f3c7f90c3e: Preparing [2020-11-21T22:17:14.286Z] e7491724b482: Preparing [2020-11-21T22:17:14.286Z] 41bf7ee4b0d7: Preparing [2020-11-21T22:17:14.286Z] cd3761cfa1d9: Preparing [2020-11-21T22:17:14.286Z] cd3761cfa1d9: Waiting [2020-11-21T22:17:14.560Z] 8a226dbc364f: Pushed [2020-11-21T22:17:14.560Z] 67f3c7f90c3e: Pushed [2020-11-21T22:17:14.560Z] 41bf7ee4b0d7: Pushed [2020-11-21T22:17:14.834Z] cd3761cfa1d9: Layer already exists [2020-11-21T22:17:15.105Z] e7491724b482: Pushed [2020-11-21T22:17:17.705Z] ae54d8ebb415: Pushed [2020-11-21T22:17:17.705Z] 834d3171e999f07b66e80622c0ba0f5573f7b499: digest: sha256:ca3cd2d31595f5bd88a12fbde884d4821fc2fa574608e5ebe2bec375e9960a0b size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:17:18.039Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.3.1-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:17:18.372Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.3.1-dev.6 [2020-11-21T22:17:18.372Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-11-21T22:17:18.372Z] 8a226dbc364f: Preparing [2020-11-21T22:17:18.372Z] ae54d8ebb415: Preparing [2020-11-21T22:17:18.372Z] 67f3c7f90c3e: Preparing [2020-11-21T22:17:18.372Z] e7491724b482: Preparing [2020-11-21T22:17:18.372Z] 41bf7ee4b0d7: Preparing [2020-11-21T22:17:18.372Z] cd3761cfa1d9: Preparing [2020-11-21T22:17:18.372Z] cd3761cfa1d9: Waiting [2020-11-21T22:17:18.643Z] 41bf7ee4b0d7: Layer already exists [2020-11-21T22:17:18.643Z] 67f3c7f90c3e: Layer already exists [2020-11-21T22:17:18.643Z] e7491724b482: Layer already exists [2020-11-21T22:17:18.643Z] ae54d8ebb415: Layer already exists [2020-11-21T22:17:18.643Z] 8a226dbc364f: Layer already exists [2020-11-21T22:17:18.643Z] cd3761cfa1d9: Layer already exists [2020-11-21T22:17:18.643Z] 1.3.1-dev.6: digest: sha256:ca3cd2d31595f5bd88a12fbde884d4821fc2fa574608e5ebe2bec375e9960a0b size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:17:18.980Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:17:19.313Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:17:19.313Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-11-21T22:17:19.313Z] 8a226dbc364f: Preparing [2020-11-21T22:17:19.313Z] ae54d8ebb415: Preparing [2020-11-21T22:17:19.313Z] 67f3c7f90c3e: Preparing [2020-11-21T22:17:19.313Z] e7491724b482: Preparing [2020-11-21T22:17:19.313Z] 41bf7ee4b0d7: Preparing [2020-11-21T22:17:19.313Z] cd3761cfa1d9: Preparing [2020-11-21T22:17:19.313Z] cd3761cfa1d9: Waiting [2020-11-21T22:17:19.313Z] 67f3c7f90c3e: Layer already exists [2020-11-21T22:17:19.313Z] ae54d8ebb415: Layer already exists [2020-11-21T22:17:19.313Z] 41bf7ee4b0d7: Layer already exists [2020-11-21T22:17:19.313Z] e7491724b482: Layer already exists [2020-11-21T22:17:19.313Z] 8a226dbc364f: Layer already exists [2020-11-21T22:17:19.583Z] cd3761cfa1d9: Layer already exists [2020-11-21T22:17:19.583Z] 834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6: digest: sha256:ca3cd2d31595f5bd88a12fbde884d4821fc2fa574608e5ebe2bec375e9960a0b size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:17:19.920Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:17:20.257Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-11-21T22:17:20.257Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-11-21T22:17:20.257Z] 8a226dbc364f: Preparing [2020-11-21T22:17:20.257Z] ae54d8ebb415: Preparing [2020-11-21T22:17:20.257Z] 67f3c7f90c3e: Preparing [2020-11-21T22:17:20.257Z] e7491724b482: Preparing [2020-11-21T22:17:20.257Z] 41bf7ee4b0d7: Preparing [2020-11-21T22:17:20.257Z] cd3761cfa1d9: Preparing [2020-11-21T22:17:20.257Z] cd3761cfa1d9: Waiting [2020-11-21T22:17:20.257Z] 41bf7ee4b0d7: Layer already exists [2020-11-21T22:17:20.257Z] e7491724b482: Layer already exists [2020-11-21T22:17:20.257Z] ae54d8ebb415: Layer already exists [2020-11-21T22:17:20.257Z] 8a226dbc364f: Layer already exists [2020-11-21T22:17:20.257Z] 67f3c7f90c3e: Layer already exists [2020-11-21T22:17:20.527Z] cd3761cfa1d9: Layer already exists [2020-11-21T22:17:20.527Z] master: digest: sha256:ca3cd2d31595f5bd88a12fbde884d4821fc2fa574608e5ebe2bec375e9960a0b size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-21T22:17:20.729Z] ===================================================== [Pipeline] echo [2020-11-21T22:17:20.779Z] taggedImages: [2020-11-21T22:17:20.779Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:17:20.779Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.3.1-dev.6 [2020-11-21T22:17:20.779Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:17:20.779Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-11-21T22:17:20.849Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-11-21T22:17:20.849Z] 834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:17:20.849Z] 1.3.1-dev.6 [2020-11-21T22:17:20.849Z] 834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:17:20.849Z] master [2020-11-21T22:17:20.849Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:17:21.375Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:17:21.707Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:17:21.707Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-11-21T22:17:21.707Z] 41747b1d2098: Preparing [2020-11-21T22:17:21.707Z] 3fe4251bfd44: Preparing [2020-11-21T22:17:21.707Z] 3ee91cf8e67f: Preparing [2020-11-21T22:17:21.994Z] 3ee91cf8e67f: Pushed [2020-11-21T22:17:21.994Z] 41747b1d2098: Pushed [2020-11-21T22:17:25.364Z] 3fe4251bfd44: Pushed [2020-11-21T22:17:25.364Z] 834d3171e999f07b66e80622c0ba0f5573f7b499: digest: sha256:ddcf4f8e5994024f8e135e297a6900a34d77b285aeef49993b571b71a726276e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:17:25.703Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.3.1-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:17:26.035Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.3.1-dev.6 [2020-11-21T22:17:26.035Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-11-21T22:17:26.035Z] 41747b1d2098: Preparing [2020-11-21T22:17:26.035Z] 3fe4251bfd44: Preparing [2020-11-21T22:17:26.035Z] 3ee91cf8e67f: Preparing [2020-11-21T22:17:26.035Z] 41747b1d2098: Layer already exists [2020-11-21T22:17:26.035Z] 3fe4251bfd44: Layer already exists [2020-11-21T22:17:26.035Z] 3ee91cf8e67f: Layer already exists [2020-11-21T22:17:26.304Z] 1.3.1-dev.6: digest: sha256:ddcf4f8e5994024f8e135e297a6900a34d77b285aeef49993b571b71a726276e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:17:26.643Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:17:26.975Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:17:26.975Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-11-21T22:17:26.975Z] 41747b1d2098: Preparing [2020-11-21T22:17:26.975Z] 3fe4251bfd44: Preparing [2020-11-21T22:17:26.975Z] 3ee91cf8e67f: Preparing [2020-11-21T22:17:26.975Z] 3ee91cf8e67f: Layer already exists [2020-11-21T22:17:26.975Z] 41747b1d2098: Layer already exists [2020-11-21T22:17:26.975Z] 3fe4251bfd44: Layer already exists [2020-11-21T22:17:27.245Z] 834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6: digest: sha256:ddcf4f8e5994024f8e135e297a6900a34d77b285aeef49993b571b71a726276e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:17:27.581Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:17:27.918Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-11-21T22:17:27.918Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-11-21T22:17:27.918Z] 41747b1d2098: Preparing [2020-11-21T22:17:27.918Z] 3fe4251bfd44: Preparing [2020-11-21T22:17:27.918Z] 3ee91cf8e67f: Preparing [2020-11-21T22:17:28.188Z] 3ee91cf8e67f: Layer already exists [2020-11-21T22:17:28.188Z] 3fe4251bfd44: Layer already exists [2020-11-21T22:17:28.188Z] 41747b1d2098: Layer already exists [2020-11-21T22:17:28.188Z] master: digest: sha256:ddcf4f8e5994024f8e135e297a6900a34d77b285aeef49993b571b71a726276e size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-21T22:17:28.437Z] ===================================================== [Pipeline] echo [2020-11-21T22:17:28.484Z] taggedImages: [2020-11-21T22:17:28.484Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:17:28.484Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.3.1-dev.6 [2020-11-21T22:17:28.484Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:17:28.484Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-11-21T22:17:28.546Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2020-11-21T22:17:28.546Z] 834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:17:28.546Z] 1.3.1-dev.6 [2020-11-21T22:17:28.546Z] 834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:17:28.546Z] master [2020-11-21T22:17:28.546Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:17:29.054Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:17:29.421Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:17:29.421Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-11-21T22:17:29.421Z] b946c614b276: Preparing [2020-11-21T22:17:29.421Z] 464c23751f1c: Preparing [2020-11-21T22:17:29.421Z] c900f5876e10: Preparing [2020-11-21T22:17:29.421Z] 7a89fa4dbfbc: Preparing [2020-11-21T22:17:29.421Z] 8390ccd62164: Preparing [2020-11-21T22:17:29.421Z] 4761f7a3c9a1: Preparing [2020-11-21T22:17:29.421Z] 66b385cf80cf: Preparing [2020-11-21T22:17:29.421Z] 4761f7a3c9a1: Waiting [2020-11-21T22:17:29.421Z] 66b385cf80cf: Waiting [2020-11-21T22:17:29.696Z] 8390ccd62164: Pushed [2020-11-21T22:17:29.696Z] b946c614b276: Pushed [2020-11-21T22:17:29.696Z] c900f5876e10: Pushed [2020-11-21T22:17:29.696Z] 464c23751f1c: Pushed [2020-11-21T22:17:29.696Z] 66b385cf80cf: Layer already exists [2020-11-21T22:17:30.286Z] 4761f7a3c9a1: Pushed [2020-11-21T22:17:31.708Z] 7a89fa4dbfbc: Pushed [2020-11-21T22:17:31.978Z] 834d3171e999f07b66e80622c0ba0f5573f7b499: digest: sha256:dc35fc8c572af9a1132c8b2c553bc27676fb50a08011c3cce784829573a03a38 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:17:32.323Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.3.1-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:17:32.656Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.3.1-dev.6 [2020-11-21T22:17:32.656Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-11-21T22:17:32.656Z] b946c614b276: Preparing [2020-11-21T22:17:32.656Z] 464c23751f1c: Preparing [2020-11-21T22:17:32.656Z] c900f5876e10: Preparing [2020-11-21T22:17:32.656Z] 7a89fa4dbfbc: Preparing [2020-11-21T22:17:32.656Z] 8390ccd62164: Preparing [2020-11-21T22:17:32.656Z] 4761f7a3c9a1: Preparing [2020-11-21T22:17:32.656Z] 66b385cf80cf: Preparing [2020-11-21T22:17:32.656Z] 4761f7a3c9a1: Waiting [2020-11-21T22:17:32.656Z] 66b385cf80cf: Waiting [2020-11-21T22:17:32.656Z] 7a89fa4dbfbc: Layer already exists [2020-11-21T22:17:32.656Z] 8390ccd62164: Layer already exists [2020-11-21T22:17:32.926Z] c900f5876e10: Layer already exists [2020-11-21T22:17:32.926Z] 464c23751f1c: Layer already exists [2020-11-21T22:17:32.926Z] b946c614b276: Layer already exists [2020-11-21T22:17:32.926Z] 4761f7a3c9a1: Layer already exists [2020-11-21T22:17:32.926Z] 66b385cf80cf: Layer already exists [2020-11-21T22:17:32.926Z] 1.3.1-dev.6: digest: sha256:dc35fc8c572af9a1132c8b2c553bc27676fb50a08011c3cce784829573a03a38 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:17:33.270Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:17:33.602Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:17:33.603Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-11-21T22:17:33.603Z] b946c614b276: Preparing [2020-11-21T22:17:33.603Z] 464c23751f1c: Preparing [2020-11-21T22:17:33.603Z] c900f5876e10: Preparing [2020-11-21T22:17:33.603Z] 7a89fa4dbfbc: Preparing [2020-11-21T22:17:33.603Z] 8390ccd62164: Preparing [2020-11-21T22:17:33.603Z] 4761f7a3c9a1: Preparing [2020-11-21T22:17:33.603Z] 66b385cf80cf: Preparing [2020-11-21T22:17:33.603Z] 4761f7a3c9a1: Waiting [2020-11-21T22:17:33.603Z] 66b385cf80cf: Waiting [2020-11-21T22:17:33.603Z] 8390ccd62164: Layer already exists [2020-11-21T22:17:33.603Z] 7a89fa4dbfbc: Layer already exists [2020-11-21T22:17:33.603Z] c900f5876e10: Layer already exists [2020-11-21T22:17:33.871Z] 464c23751f1c: Layer already exists [2020-11-21T22:17:33.872Z] b946c614b276: Layer already exists [2020-11-21T22:17:33.872Z] 66b385cf80cf: Layer already exists [2020-11-21T22:17:33.872Z] 4761f7a3c9a1: Layer already exists [2020-11-21T22:17:33.872Z] 834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6: digest: sha256:dc35fc8c572af9a1132c8b2c553bc27676fb50a08011c3cce784829573a03a38 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:17:34.246Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:17:34.579Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [2020-11-21T22:17:34.579Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-11-21T22:17:34.579Z] b946c614b276: Preparing [2020-11-21T22:17:34.579Z] 464c23751f1c: Preparing [2020-11-21T22:17:34.579Z] c900f5876e10: Preparing [2020-11-21T22:17:34.579Z] 7a89fa4dbfbc: Preparing [2020-11-21T22:17:34.579Z] 8390ccd62164: Preparing [2020-11-21T22:17:34.579Z] 4761f7a3c9a1: Preparing [2020-11-21T22:17:34.579Z] 66b385cf80cf: Preparing [2020-11-21T22:17:34.579Z] 66b385cf80cf: Waiting [2020-11-21T22:17:34.579Z] 4761f7a3c9a1: Waiting [2020-11-21T22:17:34.579Z] b946c614b276: Layer already exists [2020-11-21T22:17:34.579Z] c900f5876e10: Layer already exists [2020-11-21T22:17:34.579Z] 7a89fa4dbfbc: Layer already exists [2020-11-21T22:17:34.579Z] 464c23751f1c: Layer already exists [2020-11-21T22:17:34.849Z] 8390ccd62164: Layer already exists [2020-11-21T22:17:34.849Z] 4761f7a3c9a1: Layer already exists [2020-11-21T22:17:34.849Z] 66b385cf80cf: Layer already exists [2020-11-21T22:17:34.849Z] master: digest: sha256:dc35fc8c572af9a1132c8b2c553bc27676fb50a08011c3cce784829573a03a38 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-21T22:17:35.106Z] ===================================================== [Pipeline] echo [2020-11-21T22:17:35.155Z] taggedImages: [2020-11-21T22:17:35.155Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:17:35.155Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.3.1-dev.6 [2020-11-21T22:17:35.155Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:17:35.155Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo [2020-11-21T22:17:35.231Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-11-21T22:17:35.231Z] 834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:17:35.231Z] 1.3.1-dev.6 [2020-11-21T22:17:35.231Z] 834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:17:35.231Z] master [2020-11-21T22:17:35.231Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:17:35.814Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:17:36.145Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:17:36.145Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-11-21T22:17:36.145Z] 00c24992d606: Preparing [2020-11-21T22:17:36.145Z] 5a8993e8b88f: Preparing [2020-11-21T22:17:36.145Z] fde30532fbc1: Preparing [2020-11-21T22:17:36.145Z] 32a689fc64ec: Preparing [2020-11-21T22:17:36.145Z] cd3761cfa1d9: Preparing [2020-11-21T22:17:36.422Z] cd3761cfa1d9: Layer already exists [2020-11-21T22:17:36.422Z] 5a8993e8b88f: Pushed [2020-11-21T22:17:36.422Z] fde30532fbc1: Pushed [2020-11-21T22:17:36.693Z] 32a689fc64ec: Pushed [2020-11-21T22:17:38.662Z] 00c24992d606: Pushed [2020-11-21T22:17:38.662Z] 834d3171e999f07b66e80622c0ba0f5573f7b499: digest: sha256:519fb76d83a91d1958b29b6385e03ba043870fb17cff0bd47674832a790c1726 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:17:39.008Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.3.1-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:17:39.346Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.3.1-dev.6 [2020-11-21T22:17:39.347Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-11-21T22:17:39.347Z] 00c24992d606: Preparing [2020-11-21T22:17:39.347Z] 5a8993e8b88f: Preparing [2020-11-21T22:17:39.347Z] fde30532fbc1: Preparing [2020-11-21T22:17:39.347Z] 32a689fc64ec: Preparing [2020-11-21T22:17:39.347Z] cd3761cfa1d9: Preparing [2020-11-21T22:17:39.347Z] 00c24992d606: Layer already exists [2020-11-21T22:17:39.347Z] cd3761cfa1d9: Layer already exists [2020-11-21T22:17:39.347Z] fde30532fbc1: Layer already exists [2020-11-21T22:17:39.347Z] 5a8993e8b88f: Layer already exists [2020-11-21T22:17:39.347Z] 32a689fc64ec: Layer already exists [2020-11-21T22:17:39.620Z] 1.3.1-dev.6: digest: sha256:519fb76d83a91d1958b29b6385e03ba043870fb17cff0bd47674832a790c1726 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:17:40.000Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:17:40.382Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:17:40.382Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-11-21T22:17:40.382Z] 00c24992d606: Preparing [2020-11-21T22:17:40.382Z] 5a8993e8b88f: Preparing [2020-11-21T22:17:40.382Z] fde30532fbc1: Preparing [2020-11-21T22:17:40.382Z] 32a689fc64ec: Preparing [2020-11-21T22:17:40.382Z] cd3761cfa1d9: Preparing [2020-11-21T22:17:40.382Z] cd3761cfa1d9: Layer already exists [2020-11-21T22:17:40.382Z] 00c24992d606: Layer already exists [2020-11-21T22:17:40.382Z] 32a689fc64ec: Layer already exists [2020-11-21T22:17:40.382Z] fde30532fbc1: Layer already exists [2020-11-21T22:17:40.667Z] 5a8993e8b88f: Layer already exists [2020-11-21T22:17:40.667Z] 834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6: digest: sha256:519fb76d83a91d1958b29b6385e03ba043870fb17cff0bd47674832a790c1726 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:17:41.045Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:17:41.396Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-11-21T22:17:41.396Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-11-21T22:17:41.396Z] 00c24992d606: Preparing [2020-11-21T22:17:41.396Z] 5a8993e8b88f: Preparing [2020-11-21T22:17:41.396Z] fde30532fbc1: Preparing [2020-11-21T22:17:41.396Z] 32a689fc64ec: Preparing [2020-11-21T22:17:41.396Z] cd3761cfa1d9: Preparing [2020-11-21T22:17:41.396Z] fde30532fbc1: Layer already exists [2020-11-21T22:17:41.677Z] 5a8993e8b88f: Layer already exists [2020-11-21T22:17:41.677Z] 00c24992d606: Layer already exists [2020-11-21T22:17:41.677Z] 32a689fc64ec: Layer already exists [2020-11-21T22:17:41.677Z] cd3761cfa1d9: Layer already exists [2020-11-21T22:17:41.677Z] master: digest: sha256:519fb76d83a91d1958b29b6385e03ba043870fb17cff0bd47674832a790c1726 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-21T22:17:41.909Z] ===================================================== [Pipeline] echo [2020-11-21T22:17:41.964Z] taggedImages: [2020-11-21T22:17:41.965Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:17:41.965Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.3.1-dev.6 [2020-11-21T22:17:41.965Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:17:41.965Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-11-21T22:17:42.034Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-11-21T22:17:42.034Z] 834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:17:42.034Z] 1.3.1-dev.6 [2020-11-21T22:17:42.034Z] 834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:17:42.034Z] master [2020-11-21T22:17:42.034Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:17:42.576Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:17:42.984Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:17:42.984Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-11-21T22:17:42.984Z] 076c0cadde44: Preparing [2020-11-21T22:17:42.984Z] 48fc762e14b2: Preparing [2020-11-21T22:17:42.984Z] 9c5a78d94e47: Preparing [2020-11-21T22:17:42.984Z] f886996a2618: Preparing [2020-11-21T22:17:42.984Z] f886996a2618: Preparing [2020-11-21T22:17:42.984Z] 79a2f9b246f4: Preparing [2020-11-21T22:17:42.984Z] 0b2ab17bfca9: Preparing [2020-11-21T22:17:42.984Z] 369500723bc3: Preparing [2020-11-21T22:17:42.984Z] 076c0cadde44: Preparing [2020-11-21T22:17:42.984Z] f0da32fda7c4: Preparing [2020-11-21T22:17:42.984Z] 34f5f7702bc4: Preparing [2020-11-21T22:17:42.984Z] 1f49a7798e28: Preparing [2020-11-21T22:17:42.984Z] cd3761cfa1d9: Preparing [2020-11-21T22:17:42.984Z] f0da32fda7c4: Waiting [2020-11-21T22:17:42.984Z] 34f5f7702bc4: Waiting [2020-11-21T22:17:42.984Z] 1f49a7798e28: Waiting [2020-11-21T22:17:42.984Z] cd3761cfa1d9: Waiting [2020-11-21T22:17:42.984Z] 0b2ab17bfca9: Waiting [2020-11-21T22:17:42.984Z] 369500723bc3: Waiting [2020-11-21T22:17:43.297Z] 9c5a78d94e47: Pushed [2020-11-21T22:17:43.297Z] f886996a2618: Pushed [2020-11-21T22:17:43.297Z] 48fc762e14b2: Pushed [2020-11-21T22:17:43.297Z] 79a2f9b246f4: Pushed [2020-11-21T22:17:43.590Z] 0b2ab17bfca9: Pushed [2020-11-21T22:17:43.590Z] 369500723bc3: Pushed [2020-11-21T22:17:43.590Z] f0da32fda7c4: Pushed [2020-11-21T22:17:43.590Z] 34f5f7702bc4: Pushed [2020-11-21T22:17:43.590Z] cd3761cfa1d9: Layer already exists [2020-11-21T22:17:44.188Z] 1f49a7798e28: Pushed [2020-11-21T22:17:45.615Z] 076c0cadde44: Pushed [2020-11-21T22:17:45.615Z] 834d3171e999f07b66e80622c0ba0f5573f7b499: digest: sha256:5a9e307309940602fe9b0b7b2a1255927c18a23addb871bef95f0853402f356d size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:17:46.221Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.3.1-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:17:46.556Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.3.1-dev.6 [2020-11-21T22:17:46.556Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-11-21T22:17:46.556Z] 076c0cadde44: Preparing [2020-11-21T22:17:46.556Z] 48fc762e14b2: Preparing [2020-11-21T22:17:46.556Z] 9c5a78d94e47: Preparing [2020-11-21T22:17:46.556Z] f886996a2618: Preparing [2020-11-21T22:17:46.556Z] f886996a2618: Preparing [2020-11-21T22:17:46.556Z] 79a2f9b246f4: Preparing [2020-11-21T22:17:46.556Z] 0b2ab17bfca9: Preparing [2020-11-21T22:17:46.556Z] 369500723bc3: Preparing [2020-11-21T22:17:46.556Z] 076c0cadde44: Preparing [2020-11-21T22:17:46.556Z] f0da32fda7c4: Preparing [2020-11-21T22:17:46.556Z] 34f5f7702bc4: Preparing [2020-11-21T22:17:46.556Z] 1f49a7798e28: Preparing [2020-11-21T22:17:46.556Z] cd3761cfa1d9: Preparing [2020-11-21T22:17:46.556Z] 0b2ab17bfca9: Waiting [2020-11-21T22:17:46.556Z] 369500723bc3: Waiting [2020-11-21T22:17:46.556Z] f0da32fda7c4: Waiting [2020-11-21T22:17:46.556Z] 34f5f7702bc4: Waiting [2020-11-21T22:17:46.556Z] 1f49a7798e28: Waiting [2020-11-21T22:17:46.556Z] cd3761cfa1d9: Waiting [2020-11-21T22:17:46.827Z] 48fc762e14b2: Layer already exists [2020-11-21T22:17:46.827Z] 79a2f9b246f4: Layer already exists [2020-11-21T22:17:46.827Z] 9c5a78d94e47: Layer already exists [2020-11-21T22:17:46.827Z] 076c0cadde44: Layer already exists [2020-11-21T22:17:46.827Z] f886996a2618: Layer already exists [2020-11-21T22:17:46.827Z] 369500723bc3: Layer already exists [2020-11-21T22:17:46.827Z] f0da32fda7c4: Layer already exists [2020-11-21T22:17:46.827Z] 34f5f7702bc4: Layer already exists [2020-11-21T22:17:46.827Z] 1f49a7798e28: Layer already exists [2020-11-21T22:17:46.827Z] 0b2ab17bfca9: Layer already exists [2020-11-21T22:17:46.827Z] cd3761cfa1d9: Layer already exists [2020-11-21T22:17:46.827Z] 1.3.1-dev.6: digest: sha256:5a9e307309940602fe9b0b7b2a1255927c18a23addb871bef95f0853402f356d size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:17:47.163Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:17:47.494Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:17:47.494Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-11-21T22:17:47.494Z] 076c0cadde44: Preparing [2020-11-21T22:17:47.494Z] 48fc762e14b2: Preparing [2020-11-21T22:17:47.494Z] 9c5a78d94e47: Preparing [2020-11-21T22:17:47.494Z] f886996a2618: Preparing [2020-11-21T22:17:47.494Z] f886996a2618: Preparing [2020-11-21T22:17:47.494Z] 79a2f9b246f4: Preparing [2020-11-21T22:17:47.494Z] 0b2ab17bfca9: Preparing [2020-11-21T22:17:47.494Z] 369500723bc3: Preparing [2020-11-21T22:17:47.494Z] 076c0cadde44: Preparing [2020-11-21T22:17:47.494Z] f0da32fda7c4: Preparing [2020-11-21T22:17:47.494Z] 34f5f7702bc4: Preparing [2020-11-21T22:17:47.494Z] 1f49a7798e28: Preparing [2020-11-21T22:17:47.494Z] cd3761cfa1d9: Preparing [2020-11-21T22:17:47.494Z] f0da32fda7c4: Waiting [2020-11-21T22:17:47.494Z] 34f5f7702bc4: Waiting [2020-11-21T22:17:47.494Z] 1f49a7798e28: Waiting [2020-11-21T22:17:47.494Z] cd3761cfa1d9: Waiting [2020-11-21T22:17:47.494Z] 369500723bc3: Waiting [2020-11-21T22:17:47.494Z] 0b2ab17bfca9: Waiting [2020-11-21T22:17:47.764Z] 79a2f9b246f4: Layer already exists [2020-11-21T22:17:47.764Z] 9c5a78d94e47: Layer already exists [2020-11-21T22:17:47.764Z] f886996a2618: Layer already exists [2020-11-21T22:17:47.764Z] 48fc762e14b2: Layer already exists [2020-11-21T22:17:47.764Z] 076c0cadde44: Layer already exists [2020-11-21T22:17:47.764Z] 369500723bc3: Layer already exists [2020-11-21T22:17:47.764Z] 1f49a7798e28: Layer already exists [2020-11-21T22:17:47.764Z] 0b2ab17bfca9: Layer already exists [2020-11-21T22:17:47.764Z] 34f5f7702bc4: Layer already exists [2020-11-21T22:17:47.764Z] f0da32fda7c4: Layer already exists [2020-11-21T22:17:47.764Z] cd3761cfa1d9: Layer already exists [2020-11-21T22:17:47.764Z] 834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6: digest: sha256:5a9e307309940602fe9b0b7b2a1255927c18a23addb871bef95f0853402f356d size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:17:48.099Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:17:48.431Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-11-21T22:17:48.431Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-11-21T22:17:48.431Z] 076c0cadde44: Preparing [2020-11-21T22:17:48.431Z] 48fc762e14b2: Preparing [2020-11-21T22:17:48.431Z] 9c5a78d94e47: Preparing [2020-11-21T22:17:48.431Z] f886996a2618: Preparing [2020-11-21T22:17:48.431Z] f886996a2618: Preparing [2020-11-21T22:17:48.431Z] 79a2f9b246f4: Preparing [2020-11-21T22:17:48.431Z] 0b2ab17bfca9: Preparing [2020-11-21T22:17:48.431Z] 369500723bc3: Preparing [2020-11-21T22:17:48.431Z] 076c0cadde44: Preparing [2020-11-21T22:17:48.431Z] f0da32fda7c4: Preparing [2020-11-21T22:17:48.431Z] 34f5f7702bc4: Preparing [2020-11-21T22:17:48.431Z] 1f49a7798e28: Preparing [2020-11-21T22:17:48.431Z] cd3761cfa1d9: Preparing [2020-11-21T22:17:48.431Z] 34f5f7702bc4: Waiting [2020-11-21T22:17:48.431Z] 1f49a7798e28: Waiting [2020-11-21T22:17:48.431Z] 0b2ab17bfca9: Waiting [2020-11-21T22:17:48.431Z] 369500723bc3: Waiting [2020-11-21T22:17:48.431Z] cd3761cfa1d9: Waiting [2020-11-21T22:17:48.431Z] f0da32fda7c4: Waiting [2020-11-21T22:17:48.703Z] 48fc762e14b2: Layer already exists [2020-11-21T22:17:48.703Z] 076c0cadde44: Layer already exists [2020-11-21T22:17:48.703Z] f886996a2618: Layer already exists [2020-11-21T22:17:48.703Z] 9c5a78d94e47: Layer already exists [2020-11-21T22:17:48.703Z] 79a2f9b246f4: Layer already exists [2020-11-21T22:17:48.703Z] 0b2ab17bfca9: Layer already exists [2020-11-21T22:17:48.703Z] 369500723bc3: Layer already exists [2020-11-21T22:17:48.703Z] 34f5f7702bc4: Layer already exists [2020-11-21T22:17:48.703Z] f0da32fda7c4: Layer already exists [2020-11-21T22:17:48.703Z] 1f49a7798e28: Layer already exists [2020-11-21T22:17:48.703Z] cd3761cfa1d9: Layer already exists [2020-11-21T22:17:48.703Z] master: digest: sha256:5a9e307309940602fe9b0b7b2a1255927c18a23addb871bef95f0853402f356d size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-21T22:17:48.996Z] ===================================================== [Pipeline] echo [2020-11-21T22:17:49.045Z] taggedImages: [2020-11-21T22:17:49.045Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:17:49.045Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.3.1-dev.6 [2020-11-21T22:17:49.045Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:17:49.045Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-11-21T22:17:49.107Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-11-21T22:17:49.107Z] 834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:17:49.107Z] 1.3.1-dev.6 [2020-11-21T22:17:49.107Z] 834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:17:49.107Z] master [2020-11-21T22:17:49.107Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:17:49.659Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:17:49.990Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:17:49.990Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-11-21T22:17:49.990Z] b6fd646ae4be: Preparing [2020-11-21T22:17:49.990Z] 5ea7d1315f7f: Preparing [2020-11-21T22:17:49.990Z] 89171c59ba1f: Preparing [2020-11-21T22:17:49.990Z] 2bc23ee8019d: Preparing [2020-11-21T22:17:49.990Z] ab37dcebeb67: Preparing [2020-11-21T22:17:49.990Z] d31b9a376817: Preparing [2020-11-21T22:17:49.990Z] 26c4ff23e3cc: Preparing [2020-11-21T22:17:49.990Z] 314d4e5957f4: Preparing [2020-11-21T22:17:49.990Z] 66b385cf80cf: Preparing [2020-11-21T22:17:49.990Z] d31b9a376817: Waiting [2020-11-21T22:17:49.990Z] 26c4ff23e3cc: Waiting [2020-11-21T22:17:49.990Z] 314d4e5957f4: Waiting [2020-11-21T22:17:50.261Z] 5ea7d1315f7f: Pushed [2020-11-21T22:17:50.261Z] b6fd646ae4be: Pushed [2020-11-21T22:17:50.261Z] ab37dcebeb67: Pushed [2020-11-21T22:17:50.534Z] d31b9a376817: Pushed [2020-11-21T22:17:50.534Z] 26c4ff23e3cc: Pushed [2020-11-21T22:17:50.534Z] 66b385cf80cf: Layer already exists [2020-11-21T22:17:51.127Z] 314d4e5957f4: Pushed [2020-11-21T22:17:52.552Z] 89171c59ba1f: Pushed [2020-11-21T22:17:52.552Z] 2bc23ee8019d: Pushed [2020-11-21T22:17:52.552Z] 834d3171e999f07b66e80622c0ba0f5573f7b499: digest: sha256:348ae9b1a2862d17d2961d5de1af72867a9fa6710d02b2c02c7f447d015cdefc size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:17:52.890Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.3.1-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:17:53.224Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.3.1-dev.6 [2020-11-21T22:17:53.224Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-11-21T22:17:53.224Z] b6fd646ae4be: Preparing [2020-11-21T22:17:53.224Z] 5ea7d1315f7f: Preparing [2020-11-21T22:17:53.224Z] 89171c59ba1f: Preparing [2020-11-21T22:17:53.224Z] 2bc23ee8019d: Preparing [2020-11-21T22:17:53.224Z] ab37dcebeb67: Preparing [2020-11-21T22:17:53.224Z] d31b9a376817: Preparing [2020-11-21T22:17:53.224Z] 26c4ff23e3cc: Preparing [2020-11-21T22:17:53.224Z] 314d4e5957f4: Preparing [2020-11-21T22:17:53.224Z] 66b385cf80cf: Preparing [2020-11-21T22:17:53.224Z] 26c4ff23e3cc: Waiting [2020-11-21T22:17:53.224Z] 314d4e5957f4: Waiting [2020-11-21T22:17:53.224Z] 66b385cf80cf: Waiting [2020-11-21T22:17:53.224Z] d31b9a376817: Waiting [2020-11-21T22:17:53.224Z] ab37dcebeb67: Layer already exists [2020-11-21T22:17:53.493Z] 89171c59ba1f: Layer already exists [2020-11-21T22:17:53.493Z] 5ea7d1315f7f: Layer already exists [2020-11-21T22:17:53.493Z] 2bc23ee8019d: Layer already exists [2020-11-21T22:17:53.493Z] b6fd646ae4be: Layer already exists [2020-11-21T22:17:53.493Z] 26c4ff23e3cc: Layer already exists [2020-11-21T22:17:53.493Z] d31b9a376817: Layer already exists [2020-11-21T22:17:53.493Z] 314d4e5957f4: Layer already exists [2020-11-21T22:17:53.493Z] 66b385cf80cf: Layer already exists [2020-11-21T22:17:53.493Z] 1.3.1-dev.6: digest: sha256:348ae9b1a2862d17d2961d5de1af72867a9fa6710d02b2c02c7f447d015cdefc size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:17:53.831Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:17:54.165Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:17:54.165Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-11-21T22:17:54.165Z] b6fd646ae4be: Preparing [2020-11-21T22:17:54.165Z] 5ea7d1315f7f: Preparing [2020-11-21T22:17:54.165Z] 89171c59ba1f: Preparing [2020-11-21T22:17:54.165Z] 2bc23ee8019d: Preparing [2020-11-21T22:17:54.165Z] ab37dcebeb67: Preparing [2020-11-21T22:17:54.165Z] d31b9a376817: Preparing [2020-11-21T22:17:54.165Z] 26c4ff23e3cc: Preparing [2020-11-21T22:17:54.165Z] 314d4e5957f4: Preparing [2020-11-21T22:17:54.165Z] 66b385cf80cf: Preparing [2020-11-21T22:17:54.165Z] d31b9a376817: Waiting [2020-11-21T22:17:54.165Z] 26c4ff23e3cc: Waiting [2020-11-21T22:17:54.165Z] 314d4e5957f4: Waiting [2020-11-21T22:17:54.165Z] 66b385cf80cf: Waiting [2020-11-21T22:17:54.165Z] ab37dcebeb67: Layer already exists [2020-11-21T22:17:54.165Z] 89171c59ba1f: Layer already exists [2020-11-21T22:17:54.165Z] b6fd646ae4be: Layer already exists [2020-11-21T22:17:54.165Z] 2bc23ee8019d: Layer already exists [2020-11-21T22:17:54.165Z] 5ea7d1315f7f: Layer already exists [2020-11-21T22:17:54.435Z] 26c4ff23e3cc: Layer already exists [2020-11-21T22:17:54.435Z] d31b9a376817: Layer already exists [2020-11-21T22:17:54.435Z] 314d4e5957f4: Layer already exists [2020-11-21T22:17:54.435Z] 66b385cf80cf: Layer already exists [2020-11-21T22:17:54.435Z] 834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6: digest: sha256:348ae9b1a2862d17d2961d5de1af72867a9fa6710d02b2c02c7f447d015cdefc size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:17:54.773Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:17:55.104Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-11-21T22:17:55.104Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-11-21T22:17:55.104Z] b6fd646ae4be: Preparing [2020-11-21T22:17:55.104Z] 5ea7d1315f7f: Preparing [2020-11-21T22:17:55.104Z] 89171c59ba1f: Preparing [2020-11-21T22:17:55.104Z] 2bc23ee8019d: Preparing [2020-11-21T22:17:55.104Z] ab37dcebeb67: Preparing [2020-11-21T22:17:55.104Z] d31b9a376817: Preparing [2020-11-21T22:17:55.104Z] 26c4ff23e3cc: Preparing [2020-11-21T22:17:55.104Z] 314d4e5957f4: Preparing [2020-11-21T22:17:55.104Z] 66b385cf80cf: Preparing [2020-11-21T22:17:55.104Z] d31b9a376817: Waiting [2020-11-21T22:17:55.104Z] 26c4ff23e3cc: Waiting [2020-11-21T22:17:55.104Z] 314d4e5957f4: Waiting [2020-11-21T22:17:55.104Z] 66b385cf80cf: Waiting [2020-11-21T22:17:55.374Z] 2bc23ee8019d: Layer already exists [2020-11-21T22:17:55.374Z] 89171c59ba1f: Layer already exists [2020-11-21T22:17:55.374Z] b6fd646ae4be: Layer already exists [2020-11-21T22:17:55.374Z] ab37dcebeb67: Layer already exists [2020-11-21T22:17:55.374Z] 5ea7d1315f7f: Layer already exists [2020-11-21T22:17:55.374Z] 26c4ff23e3cc: Layer already exists [2020-11-21T22:17:55.374Z] 314d4e5957f4: Layer already exists [2020-11-21T22:17:55.374Z] d31b9a376817: Layer already exists [2020-11-21T22:17:55.374Z] 66b385cf80cf: Layer already exists [2020-11-21T22:17:55.374Z] master: digest: sha256:348ae9b1a2862d17d2961d5de1af72867a9fa6710d02b2c02c7f447d015cdefc size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-21T22:17:55.615Z] ===================================================== [Pipeline] echo [2020-11-21T22:17:55.673Z] taggedImages: [2020-11-21T22:17:55.673Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:17:55.673Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.3.1-dev.6 [2020-11-21T22:17:55.673Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:17:55.673Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-11-21T22:17:55.740Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-11-21T22:17:55.740Z] 834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:17:55.740Z] 1.3.1-dev.6 [2020-11-21T22:17:55.740Z] 834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:17:55.740Z] master [2020-11-21T22:17:55.740Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:17:56.276Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:17:56.611Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:17:56.611Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-11-21T22:17:56.611Z] c1201a5fe1a5: Preparing [2020-11-21T22:17:56.611Z] c22727798d6c: Preparing [2020-11-21T22:17:56.611Z] a0f4ec8441b2: Preparing [2020-11-21T22:17:56.611Z] a5dc95132c4c: Preparing [2020-11-21T22:17:56.882Z] c1201a5fe1a5: Pushed [2020-11-21T22:17:56.882Z] a0f4ec8441b2: Pushed [2020-11-21T22:17:57.153Z] a5dc95132c4c: Pushed [2020-11-21T22:17:59.111Z] c22727798d6c: Pushed [2020-11-21T22:17:59.381Z] 834d3171e999f07b66e80622c0ba0f5573f7b499: digest: sha256:a431ddc0be460a9c07672ca97d661739e1b2ea3d9cf771f6d23a18ca3f92d2d0 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:17:59.720Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.3.1-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:18:00.051Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.3.1-dev.6 [2020-11-21T22:18:00.051Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-11-21T22:18:00.051Z] c1201a5fe1a5: Preparing [2020-11-21T22:18:00.051Z] c22727798d6c: Preparing [2020-11-21T22:18:00.051Z] a0f4ec8441b2: Preparing [2020-11-21T22:18:00.051Z] a5dc95132c4c: Preparing [2020-11-21T22:18:00.051Z] a5dc95132c4c: Layer already exists [2020-11-21T22:18:00.051Z] a0f4ec8441b2: Layer already exists [2020-11-21T22:18:00.051Z] c1201a5fe1a5: Layer already exists [2020-11-21T22:18:00.051Z] c22727798d6c: Layer already exists [2020-11-21T22:18:00.322Z] 1.3.1-dev.6: digest: sha256:a431ddc0be460a9c07672ca97d661739e1b2ea3d9cf771f6d23a18ca3f92d2d0 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:18:00.660Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:18:00.997Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:18:00.997Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-11-21T22:18:00.997Z] c1201a5fe1a5: Preparing [2020-11-21T22:18:00.997Z] c22727798d6c: Preparing [2020-11-21T22:18:00.997Z] a0f4ec8441b2: Preparing [2020-11-21T22:18:00.997Z] a5dc95132c4c: Preparing [2020-11-21T22:18:00.997Z] c22727798d6c: Layer already exists [2020-11-21T22:18:00.997Z] c1201a5fe1a5: Layer already exists [2020-11-21T22:18:00.997Z] a0f4ec8441b2: Layer already exists [2020-11-21T22:18:00.997Z] a5dc95132c4c: Layer already exists [2020-11-21T22:18:01.269Z] 834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6: digest: sha256:a431ddc0be460a9c07672ca97d661739e1b2ea3d9cf771f6d23a18ca3f92d2d0 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:18:01.607Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:18:01.954Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-11-21T22:18:01.954Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-11-21T22:18:01.954Z] c1201a5fe1a5: Preparing [2020-11-21T22:18:01.954Z] c22727798d6c: Preparing [2020-11-21T22:18:01.954Z] a0f4ec8441b2: Preparing [2020-11-21T22:18:01.954Z] a5dc95132c4c: Preparing [2020-11-21T22:18:01.954Z] a5dc95132c4c: Layer already exists [2020-11-21T22:18:01.954Z] c22727798d6c: Layer already exists [2020-11-21T22:18:01.954Z] c1201a5fe1a5: Layer already exists [2020-11-21T22:18:01.954Z] a0f4ec8441b2: Layer already exists [2020-11-21T22:18:02.224Z] master: digest: sha256:a431ddc0be460a9c07672ca97d661739e1b2ea3d9cf771f6d23a18ca3f92d2d0 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-21T22:18:02.421Z] ===================================================== [Pipeline] echo [2020-11-21T22:18:02.468Z] taggedImages: [2020-11-21T22:18:02.468Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:18:02.468Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.3.1-dev.6 [2020-11-21T22:18:02.468Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:18:02.468Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-11-21T22:18:02.529Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-11-21T22:18:02.529Z] 834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:18:02.529Z] 1.3.1-dev.6 [2020-11-21T22:18:02.529Z] 834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:18:02.529Z] master [2020-11-21T22:18:02.529Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:18:03.025Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:18:03.359Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:18:03.359Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-11-21T22:18:03.359Z] 227f5022547c: Preparing [2020-11-21T22:18:03.359Z] 12cfd8f89264: Preparing [2020-11-21T22:18:03.359Z] 1508650eaabd: Preparing [2020-11-21T22:18:03.359Z] c56a350ea869: Preparing [2020-11-21T22:18:03.359Z] 5d7cc71e74b6: Preparing [2020-11-21T22:18:03.359Z] b5b21ea9237d: Preparing [2020-11-21T22:18:03.359Z] b5b21ea9237d: Waiting [2020-11-21T22:18:03.648Z] 227f5022547c: Pushed [2020-11-21T22:18:03.648Z] 1508650eaabd: Pushed [2020-11-21T22:18:03.648Z] 5d7cc71e74b6: Pushed [2020-11-21T22:18:03.935Z] c56a350ea869: Pushed [2020-11-21T22:18:04.210Z] b5b21ea9237d: Pushed [2020-11-21T22:18:06.823Z] 12cfd8f89264: Pushed [2020-11-21T22:18:06.823Z] 834d3171e999f07b66e80622c0ba0f5573f7b499: digest: sha256:79f31bb87d1c08f919e2c0504a5790baf821410a70822a0cde1c3d0455174bef size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:18:07.168Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.3.1-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:18:07.503Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.3.1-dev.6 [2020-11-21T22:18:07.503Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-11-21T22:18:07.503Z] 227f5022547c: Preparing [2020-11-21T22:18:07.503Z] 12cfd8f89264: Preparing [2020-11-21T22:18:07.503Z] 1508650eaabd: Preparing [2020-11-21T22:18:07.503Z] c56a350ea869: Preparing [2020-11-21T22:18:07.503Z] 5d7cc71e74b6: Preparing [2020-11-21T22:18:07.503Z] b5b21ea9237d: Preparing [2020-11-21T22:18:07.503Z] b5b21ea9237d: Waiting [2020-11-21T22:18:07.503Z] 1508650eaabd: Layer already exists [2020-11-21T22:18:07.503Z] 12cfd8f89264: Layer already exists [2020-11-21T22:18:07.503Z] 227f5022547c: Layer already exists [2020-11-21T22:18:07.773Z] c56a350ea869: Layer already exists [2020-11-21T22:18:07.773Z] 5d7cc71e74b6: Layer already exists [2020-11-21T22:18:07.773Z] b5b21ea9237d: Layer already exists [2020-11-21T22:18:07.773Z] 1.3.1-dev.6: digest: sha256:79f31bb87d1c08f919e2c0504a5790baf821410a70822a0cde1c3d0455174bef size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:18:08.110Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:18:08.474Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:18:08.474Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-11-21T22:18:08.474Z] 227f5022547c: Preparing [2020-11-21T22:18:08.474Z] 12cfd8f89264: Preparing [2020-11-21T22:18:08.474Z] 1508650eaabd: Preparing [2020-11-21T22:18:08.474Z] c56a350ea869: Preparing [2020-11-21T22:18:08.474Z] 5d7cc71e74b6: Preparing [2020-11-21T22:18:08.474Z] b5b21ea9237d: Preparing [2020-11-21T22:18:08.474Z] b5b21ea9237d: Waiting [2020-11-21T22:18:08.474Z] c56a350ea869: Layer already exists [2020-11-21T22:18:08.474Z] 12cfd8f89264: Layer already exists [2020-11-21T22:18:08.474Z] 1508650eaabd: Layer already exists [2020-11-21T22:18:08.474Z] 5d7cc71e74b6: Layer already exists [2020-11-21T22:18:08.474Z] 227f5022547c: Layer already exists [2020-11-21T22:18:08.474Z] b5b21ea9237d: Layer already exists [2020-11-21T22:18:08.746Z] 834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6: digest: sha256:79f31bb87d1c08f919e2c0504a5790baf821410a70822a0cde1c3d0455174bef size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:18:09.084Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:18:09.416Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-11-21T22:18:09.416Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-11-21T22:18:09.416Z] 227f5022547c: Preparing [2020-11-21T22:18:09.416Z] 12cfd8f89264: Preparing [2020-11-21T22:18:09.416Z] 1508650eaabd: Preparing [2020-11-21T22:18:09.416Z] c56a350ea869: Preparing [2020-11-21T22:18:09.416Z] 5d7cc71e74b6: Preparing [2020-11-21T22:18:09.416Z] b5b21ea9237d: Preparing [2020-11-21T22:18:09.416Z] b5b21ea9237d: Waiting [2020-11-21T22:18:09.695Z] 227f5022547c: Layer already exists [2020-11-21T22:18:09.695Z] 1508650eaabd: Layer already exists [2020-11-21T22:18:09.695Z] c56a350ea869: Layer already exists [2020-11-21T22:18:09.695Z] 12cfd8f89264: Layer already exists [2020-11-21T22:18:09.695Z] 5d7cc71e74b6: Layer already exists [2020-11-21T22:18:09.695Z] b5b21ea9237d: Layer already exists [2020-11-21T22:18:09.695Z] master: digest: sha256:79f31bb87d1c08f919e2c0504a5790baf821410a70822a0cde1c3d0455174bef size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-21T22:18:09.976Z] ===================================================== [Pipeline] echo [2020-11-21T22:18:10.042Z] taggedImages: [2020-11-21T22:18:10.042Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:18:10.042Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.3.1-dev.6 [2020-11-21T22:18:10.042Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:18:10.042Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-11-21T22:18:10.113Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-11-21T22:18:10.113Z] 834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:18:10.113Z] 1.3.1-dev.6 [2020-11-21T22:18:10.113Z] 834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:18:10.113Z] master [2020-11-21T22:18:10.113Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:18:10.648Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:18:10.978Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:18:10.978Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-11-21T22:18:10.978Z] a71609fc4c61: Preparing [2020-11-21T22:18:10.978Z] e14c50326458: Preparing [2020-11-21T22:18:10.978Z] 6bbf78666498: Preparing [2020-11-21T22:18:11.256Z] a71609fc4c61: Pushed [2020-11-21T22:18:11.256Z] 6bbf78666498: Pushed [2020-11-21T22:18:13.858Z] e14c50326458: Pushed [2020-11-21T22:18:14.130Z] 834d3171e999f07b66e80622c0ba0f5573f7b499: digest: sha256:085fb618a4eb927154d2c9ef4064007c8ceb71d704efd0f7a7daf092f43c2a6b size: 944 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:18:14.468Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.3.1-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:18:14.801Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.3.1-dev.6 [2020-11-21T22:18:14.801Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-11-21T22:18:14.801Z] a71609fc4c61: Preparing [2020-11-21T22:18:14.801Z] e14c50326458: Preparing [2020-11-21T22:18:14.801Z] 6bbf78666498: Preparing [2020-11-21T22:18:14.801Z] a71609fc4c61: Layer already exists [2020-11-21T22:18:14.801Z] 6bbf78666498: Layer already exists [2020-11-21T22:18:14.801Z] e14c50326458: Layer already exists [2020-11-21T22:18:15.072Z] 1.3.1-dev.6: digest: sha256:085fb618a4eb927154d2c9ef4064007c8ceb71d704efd0f7a7daf092f43c2a6b size: 944 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:18:15.442Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:18:15.777Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:18:15.777Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-11-21T22:18:15.777Z] a71609fc4c61: Preparing [2020-11-21T22:18:15.777Z] e14c50326458: Preparing [2020-11-21T22:18:15.777Z] 6bbf78666498: Preparing [2020-11-21T22:18:15.777Z] a71609fc4c61: Layer already exists [2020-11-21T22:18:15.777Z] 6bbf78666498: Layer already exists [2020-11-21T22:18:15.777Z] e14c50326458: Layer already exists [2020-11-21T22:18:16.047Z] 834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6: digest: sha256:085fb618a4eb927154d2c9ef4064007c8ceb71d704efd0f7a7daf092f43c2a6b size: 944 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:18:16.383Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:18:16.712Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-11-21T22:18:16.712Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-11-21T22:18:16.712Z] a71609fc4c61: Preparing [2020-11-21T22:18:16.712Z] e14c50326458: Preparing [2020-11-21T22:18:16.712Z] 6bbf78666498: Preparing [2020-11-21T22:18:16.712Z] a71609fc4c61: Layer already exists [2020-11-21T22:18:16.712Z] e14c50326458: Layer already exists [2020-11-21T22:18:16.712Z] 6bbf78666498: Layer already exists [2020-11-21T22:18:16.983Z] master: digest: sha256:085fb618a4eb927154d2c9ef4064007c8ceb71d704efd0f7a7daf092f43c2a6b size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-21T22:18:17.221Z] ===================================================== [Pipeline] echo [2020-11-21T22:18:17.264Z] taggedImages: [2020-11-21T22:18:17.264Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:18:17.264Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.3.1-dev.6 [2020-11-21T22:18:17.264Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:18:17.264Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-11-21T22:18:17.325Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-11-21T22:18:17.325Z] 834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:18:17.325Z] 1.3.1-dev.6 [2020-11-21T22:18:17.325Z] 834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:18:17.325Z] master [2020-11-21T22:18:17.325Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:18:17.850Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:18:18.184Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:18:18.185Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-11-21T22:18:18.185Z] 5e001f1b9dd6: Preparing [2020-11-21T22:18:18.185Z] abfdcd3dd040: Preparing [2020-11-21T22:18:18.185Z] 96c059921eaf: Preparing [2020-11-21T22:18:18.185Z] 99094f7e6b7c: Preparing [2020-11-21T22:18:18.185Z] 532ec75760cd: Preparing [2020-11-21T22:18:18.185Z] e0cbbe3f573f: Preparing [2020-11-21T22:18:18.185Z] 9cfb09f9d2d8: Preparing [2020-11-21T22:18:18.185Z] 52543ddb2901: Preparing [2020-11-21T22:18:18.185Z] 9f553b275599: Preparing [2020-11-21T22:18:18.185Z] 3a47579f0cd1: Preparing [2020-11-21T22:18:18.185Z] cd6d79ebbfb6: Preparing [2020-11-21T22:18:18.185Z] 3e7dc55cab04: Preparing [2020-11-21T22:18:18.185Z] b2e85fd0898f: Preparing [2020-11-21T22:18:18.185Z] cd3761cfa1d9: Preparing [2020-11-21T22:18:18.185Z] 9f553b275599: Waiting [2020-11-21T22:18:18.185Z] 3a47579f0cd1: Waiting [2020-11-21T22:18:18.185Z] cd6d79ebbfb6: Waiting [2020-11-21T22:18:18.185Z] 3e7dc55cab04: Waiting [2020-11-21T22:18:18.185Z] cd3761cfa1d9: Waiting [2020-11-21T22:18:18.185Z] b2e85fd0898f: Waiting [2020-11-21T22:18:18.185Z] e0cbbe3f573f: Waiting [2020-11-21T22:18:18.185Z] 9cfb09f9d2d8: Waiting [2020-11-21T22:18:18.185Z] 52543ddb2901: Waiting [2020-11-21T22:18:18.779Z] 532ec75760cd: Pushed [2020-11-21T22:18:18.779Z] 5e001f1b9dd6: Pushed [2020-11-21T22:18:19.376Z] 99094f7e6b7c: Pushed [2020-11-21T22:18:19.376Z] 52543ddb2901: Layer already exists [2020-11-21T22:18:19.376Z] 9f553b275599: Layer already exists [2020-11-21T22:18:19.648Z] 3a47579f0cd1: Layer already exists [2020-11-21T22:18:19.648Z] 9cfb09f9d2d8: Pushed [2020-11-21T22:18:19.648Z] cd6d79ebbfb6: Layer already exists [2020-11-21T22:18:19.648Z] 3e7dc55cab04: Layer already exists [2020-11-21T22:18:19.648Z] b2e85fd0898f: Layer already exists [2020-11-21T22:18:19.648Z] cd3761cfa1d9: Layer already exists [2020-11-21T22:18:20.244Z] abfdcd3dd040: Pushed [2020-11-21T22:18:21.222Z] e0cbbe3f573f: Pushed [2020-11-21T22:18:33.596Z] 96c059921eaf: Pushed [2020-11-21T22:18:33.596Z] 834d3171e999f07b66e80622c0ba0f5573f7b499: digest: sha256:4e83476e174a07a7bfe1322ec48aedd521e4e50cfa70a7cd4b78f1f53483d256 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:18:33.932Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.3.1-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:18:34.261Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.3.1-dev.6 [2020-11-21T22:18:34.261Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-11-21T22:18:34.261Z] 5e001f1b9dd6: Preparing [2020-11-21T22:18:34.261Z] abfdcd3dd040: Preparing [2020-11-21T22:18:34.261Z] 96c059921eaf: Preparing [2020-11-21T22:18:34.261Z] 99094f7e6b7c: Preparing [2020-11-21T22:18:34.261Z] 532ec75760cd: Preparing [2020-11-21T22:18:34.261Z] e0cbbe3f573f: Preparing [2020-11-21T22:18:34.261Z] 9cfb09f9d2d8: Preparing [2020-11-21T22:18:34.261Z] 52543ddb2901: Preparing [2020-11-21T22:18:34.261Z] 9f553b275599: Preparing [2020-11-21T22:18:34.261Z] 3a47579f0cd1: Preparing [2020-11-21T22:18:34.261Z] cd6d79ebbfb6: Preparing [2020-11-21T22:18:34.261Z] 3e7dc55cab04: Preparing [2020-11-21T22:18:34.261Z] b2e85fd0898f: Preparing [2020-11-21T22:18:34.261Z] cd3761cfa1d9: Preparing [2020-11-21T22:18:34.261Z] 9f553b275599: Waiting [2020-11-21T22:18:34.261Z] 3e7dc55cab04: Waiting [2020-11-21T22:18:34.261Z] b2e85fd0898f: Waiting [2020-11-21T22:18:34.261Z] 3a47579f0cd1: Waiting [2020-11-21T22:18:34.261Z] cd6d79ebbfb6: Waiting [2020-11-21T22:18:34.261Z] e0cbbe3f573f: Waiting [2020-11-21T22:18:34.261Z] 9cfb09f9d2d8: Waiting [2020-11-21T22:18:34.261Z] 52543ddb2901: Waiting [2020-11-21T22:18:34.531Z] 532ec75760cd: Layer already exists [2020-11-21T22:18:34.531Z] abfdcd3dd040: Layer already exists [2020-11-21T22:18:34.531Z] 99094f7e6b7c: Layer already exists [2020-11-21T22:18:34.531Z] 96c059921eaf: Layer already exists [2020-11-21T22:18:34.531Z] 5e001f1b9dd6: Layer already exists [2020-11-21T22:18:34.531Z] e0cbbe3f573f: Layer already exists [2020-11-21T22:18:34.531Z] 9f553b275599: Layer already exists [2020-11-21T22:18:34.531Z] 52543ddb2901: Layer already exists [2020-11-21T22:18:34.531Z] 3a47579f0cd1: Layer already exists [2020-11-21T22:18:34.531Z] 9cfb09f9d2d8: Layer already exists [2020-11-21T22:18:34.531Z] 3e7dc55cab04: Layer already exists [2020-11-21T22:18:34.531Z] b2e85fd0898f: Layer already exists [2020-11-21T22:18:34.531Z] cd6d79ebbfb6: Layer already exists [2020-11-21T22:18:34.531Z] cd3761cfa1d9: Layer already exists [2020-11-21T22:18:34.531Z] 1.3.1-dev.6: digest: sha256:4e83476e174a07a7bfe1322ec48aedd521e4e50cfa70a7cd4b78f1f53483d256 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:18:34.865Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:18:35.195Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:18:35.195Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-11-21T22:18:35.195Z] 5e001f1b9dd6: Preparing [2020-11-21T22:18:35.195Z] abfdcd3dd040: Preparing [2020-11-21T22:18:35.195Z] 96c059921eaf: Preparing [2020-11-21T22:18:35.195Z] 99094f7e6b7c: Preparing [2020-11-21T22:18:35.195Z] 532ec75760cd: Preparing [2020-11-21T22:18:35.195Z] e0cbbe3f573f: Preparing [2020-11-21T22:18:35.195Z] 9cfb09f9d2d8: Preparing [2020-11-21T22:18:35.195Z] 52543ddb2901: Preparing [2020-11-21T22:18:35.195Z] 9f553b275599: Preparing [2020-11-21T22:18:35.195Z] 3a47579f0cd1: Preparing [2020-11-21T22:18:35.195Z] cd6d79ebbfb6: Preparing [2020-11-21T22:18:35.195Z] 3e7dc55cab04: Preparing [2020-11-21T22:18:35.195Z] b2e85fd0898f: Preparing [2020-11-21T22:18:35.195Z] cd3761cfa1d9: Preparing [2020-11-21T22:18:35.195Z] 9f553b275599: Waiting [2020-11-21T22:18:35.195Z] 3a47579f0cd1: Waiting [2020-11-21T22:18:35.195Z] cd6d79ebbfb6: Waiting [2020-11-21T22:18:35.195Z] 3e7dc55cab04: Waiting [2020-11-21T22:18:35.195Z] b2e85fd0898f: Waiting [2020-11-21T22:18:35.195Z] cd3761cfa1d9: Waiting [2020-11-21T22:18:35.195Z] e0cbbe3f573f: Waiting [2020-11-21T22:18:35.195Z] 9cfb09f9d2d8: Waiting [2020-11-21T22:18:35.195Z] 52543ddb2901: Waiting [2020-11-21T22:18:35.195Z] 5e001f1b9dd6: Layer already exists [2020-11-21T22:18:35.464Z] 99094f7e6b7c: Layer already exists [2020-11-21T22:18:35.464Z] 532ec75760cd: Layer already exists [2020-11-21T22:18:35.464Z] abfdcd3dd040: Layer already exists [2020-11-21T22:18:35.464Z] 96c059921eaf: Layer already exists [2020-11-21T22:18:35.464Z] e0cbbe3f573f: Layer already exists [2020-11-21T22:18:35.464Z] 9cfb09f9d2d8: Layer already exists [2020-11-21T22:18:35.464Z] 52543ddb2901: Layer already exists [2020-11-21T22:18:35.464Z] 9f553b275599: Layer already exists [2020-11-21T22:18:35.464Z] 3a47579f0cd1: Layer already exists [2020-11-21T22:18:35.464Z] 3e7dc55cab04: Layer already exists [2020-11-21T22:18:35.464Z] cd6d79ebbfb6: Layer already exists [2020-11-21T22:18:35.464Z] b2e85fd0898f: Layer already exists [2020-11-21T22:18:35.464Z] cd3761cfa1d9: Layer already exists [2020-11-21T22:18:35.464Z] 834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6: digest: sha256:4e83476e174a07a7bfe1322ec48aedd521e4e50cfa70a7cd4b78f1f53483d256 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:18:35.799Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:18:36.128Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-11-21T22:18:36.128Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-11-21T22:18:36.128Z] 5e001f1b9dd6: Preparing [2020-11-21T22:18:36.128Z] abfdcd3dd040: Preparing [2020-11-21T22:18:36.128Z] 96c059921eaf: Preparing [2020-11-21T22:18:36.128Z] 99094f7e6b7c: Preparing [2020-11-21T22:18:36.128Z] 532ec75760cd: Preparing [2020-11-21T22:18:36.128Z] e0cbbe3f573f: Preparing [2020-11-21T22:18:36.128Z] 9cfb09f9d2d8: Preparing [2020-11-21T22:18:36.128Z] 52543ddb2901: Preparing [2020-11-21T22:18:36.128Z] 9f553b275599: Preparing [2020-11-21T22:18:36.128Z] 3a47579f0cd1: Preparing [2020-11-21T22:18:36.128Z] cd6d79ebbfb6: Preparing [2020-11-21T22:18:36.128Z] 3e7dc55cab04: Preparing [2020-11-21T22:18:36.128Z] b2e85fd0898f: Preparing [2020-11-21T22:18:36.128Z] cd3761cfa1d9: Preparing [2020-11-21T22:18:36.128Z] e0cbbe3f573f: Waiting [2020-11-21T22:18:36.128Z] cd6d79ebbfb6: Waiting [2020-11-21T22:18:36.128Z] 9cfb09f9d2d8: Waiting [2020-11-21T22:18:36.128Z] 3e7dc55cab04: Waiting [2020-11-21T22:18:36.128Z] 52543ddb2901: Waiting [2020-11-21T22:18:36.128Z] b2e85fd0898f: Waiting [2020-11-21T22:18:36.128Z] 9f553b275599: Waiting [2020-11-21T22:18:36.128Z] cd3761cfa1d9: Waiting [2020-11-21T22:18:36.128Z] 3a47579f0cd1: Waiting [2020-11-21T22:18:36.128Z] 532ec75760cd: Layer already exists [2020-11-21T22:18:36.128Z] 96c059921eaf: Layer already exists [2020-11-21T22:18:36.399Z] 5e001f1b9dd6: Layer already exists [2020-11-21T22:18:36.399Z] abfdcd3dd040: Layer already exists [2020-11-21T22:18:36.399Z] 99094f7e6b7c: Layer already exists [2020-11-21T22:18:36.399Z] e0cbbe3f573f: Layer already exists [2020-11-21T22:18:36.399Z] 52543ddb2901: Layer already exists [2020-11-21T22:18:36.399Z] 9cfb09f9d2d8: Layer already exists [2020-11-21T22:18:36.399Z] 3a47579f0cd1: Layer already exists [2020-11-21T22:18:36.399Z] 9f553b275599: Layer already exists [2020-11-21T22:18:36.400Z] b2e85fd0898f: Layer already exists [2020-11-21T22:18:36.400Z] cd6d79ebbfb6: Layer already exists [2020-11-21T22:18:36.400Z] 3e7dc55cab04: Layer already exists [2020-11-21T22:18:36.400Z] cd3761cfa1d9: Layer already exists [2020-11-21T22:18:36.400Z] master: digest: sha256:4e83476e174a07a7bfe1322ec48aedd521e4e50cfa70a7cd4b78f1f53483d256 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-21T22:18:36.623Z] ===================================================== [Pipeline] echo [2020-11-21T22:18:36.668Z] taggedImages: [2020-11-21T22:18:36.668Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499 [2020-11-21T22:18:36.668Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.3.1-dev.6 [2020-11-21T22:18:36.668Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:834d3171e999f07b66e80622c0ba0f5573f7b499-1.3.1-dev.6 [2020-11-21T22:18:36.668Z] - 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 [2020-11-21T22:18:38.663Z] provisioning config files... [2020-11-21T22:18:38.676Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/230@tmp/config6195153491374710771tmp [Pipeline] { [Pipeline] sh [2020-11-21T22:18:39.098Z] + set +x [2020-11-21T22:18:39.099Z] + curl -s https://codecov.io/bash [2020-11-21T22:18:39.099Z] + bash -s -- [2020-11-21T22:18:39.676Z] [2020-11-21T22:18:39.676Z] _____ _ [2020-11-21T22:18:39.676Z] / ____| | | [2020-11-21T22:18:39.676Z] | | ___ __| | ___ ___ _____ __ [2020-11-21T22:18:39.676Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-11-21T22:18:39.676Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-11-21T22:18:39.676Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-11-21T22:18:39.676Z] Bash-20201116-eea08d9 [2020-11-21T22:18:39.676Z] [2020-11-21T22:18:39.676Z] [2020-11-21T22:18:39.676Z] ==> Jenkins CI detected. [2020-11-21T22:18:39.676Z] project root: . [2020-11-21T22:18:39.676Z] --> token set from env [2020-11-21T22:18:39.676Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-11-21T22:18:39.676Z] ==> Running gcov in . (disable via -X gcov) [2020-11-21T22:18:39.676Z] ==> Python coveragepy not found [2020-11-21T22:18:39.676Z] ==> Searching for coverage reports in: [2020-11-21T22:18:39.676Z] + . [2020-11-21T22:18:39.676Z] -> Found 1 reports [2020-11-21T22:18:39.676Z] ==> Detecting git/mercurial file structure [2020-11-21T22:18:39.944Z] ==> Reading reports [2020-11-21T22:18:39.944Z] + ./coverage.out bytes=546551 [2020-11-21T22:18:39.944Z] ==> Appending adjustments [2020-11-21T22:18:39.944Z] https://docs.codecov.io/docs/fixing-reports [2020-11-21T22:18:44.176Z] + Found adjustments [2020-11-21T22:18:44.177Z] ==> Gzipping contents [2020-11-21T22:18:44.177Z] ==> Uploading reports [2020-11-21T22:18:44.177Z] url: https://codecov.io [2020-11-21T22:18:44.177Z] query: branch=master&commit=834d3171e999f07b66e80622c0ba0f5573f7b499&build=230&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F230%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-11-21T22:18:44.177Z] -> Pinging Codecov [2020-11-21T22:18:44.177Z] https://codecov.io/upload/v4?package=bash-20201116-eea08d9&token=secret&branch=master&commit=834d3171e999f07b66e80622c0ba0f5573f7b499&build=230&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F230%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-11-21T22:18:44.439Z] -> Uploading to [2020-11-21T22:18:44.439Z] https://storage.googleapis.com/codecov/v4/raw/2020-11-21/00271124DB129430A58F1EEE437C3FCB/834d3171e999f07b66e80622c0ba0f5573f7b499/4d1b9c42-33ce-4a41-b856-07950b3447f4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201121%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201121T221844Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d953db53af80d9aa29f2adfb2bdb634f948136400c43f3a405c9abda9e46c6fa [2020-11-21T22:18:44.439Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-21T22:18:44.439Z] Dload Upload Total Spent Left Speed [2020-11-21T22:18:44.967Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85729 0 0 100 85729 0 168k --:--:-- --:--:-- --:--:-- 168k [2020-11-21T22:18:44.967Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/834d3171e999f07b66e80622c0ba0f5573f7b499 [Pipeline] } [2020-11-21T22:18:44.980Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-11-21T22:18:45.865Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-11-21T22:18:45.977Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:18:46.350Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-21T22:18:46.616Z] [2020-11-21T22:18:46.616Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:18:47.087Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-21T22:18:47.087Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-11-21T22:18:47.087Z] 188c0c94c7c5: Already exists [2020-11-21T22:18:47.087Z] 0ef7d3d256c8: Pulling fs layer [2020-11-21T22:18:47.087Z] de9db76c5a1d: Pulling fs layer [2020-11-21T22:18:47.087Z] 0eba1c9be4d2: Pulling fs layer [2020-11-21T22:18:47.087Z] 0d57e429df01: Pulling fs layer [2020-11-21T22:18:47.087Z] 4e4be7b47b0d: Pulling fs layer [2020-11-21T22:18:47.087Z] e1f770b5df2f: Pulling fs layer [2020-11-21T22:18:47.087Z] 85a0685a4137: Pulling fs layer [2020-11-21T22:18:47.087Z] 0d57e429df01: Waiting [2020-11-21T22:18:47.087Z] 4e4be7b47b0d: Waiting [2020-11-21T22:18:47.087Z] e1f770b5df2f: Waiting [2020-11-21T22:18:47.087Z] 85a0685a4137: Waiting [2020-11-21T22:18:47.087Z] de9db76c5a1d: Verifying Checksum [2020-11-21T22:18:47.087Z] de9db76c5a1d: Download complete [2020-11-21T22:18:47.087Z] 0ef7d3d256c8: Download complete [2020-11-21T22:18:47.353Z] 0d57e429df01: Verifying Checksum [2020-11-21T22:18:47.353Z] 0d57e429df01: Download complete [2020-11-21T22:18:47.616Z] 0ef7d3d256c8: Pull complete [2020-11-21T22:18:47.885Z] de9db76c5a1d: Pull complete [2020-11-21T22:18:47.885Z] 4e4be7b47b0d: Verifying Checksum [2020-11-21T22:18:47.885Z] 4e4be7b47b0d: Download complete [2020-11-21T22:18:49.300Z] e1f770b5df2f: Verifying Checksum [2020-11-21T22:18:49.300Z] e1f770b5df2f: Download complete [2020-11-21T22:18:52.681Z] 0eba1c9be4d2: Verifying Checksum [2020-11-21T22:18:52.681Z] 0eba1c9be4d2: Download complete [2020-11-21T22:18:53.688Z] 85a0685a4137: Verifying Checksum [2020-11-21T22:18:53.688Z] 85a0685a4137: Download complete [2020-11-21T22:19:00.368Z] 0eba1c9be4d2: Pull complete [2020-11-21T22:19:00.632Z] 0d57e429df01: Pull complete [2020-11-21T22:19:00.632Z] 4e4be7b47b0d: Pull complete [2020-11-21T22:19:03.219Z] e1f770b5df2f: Pull complete [2020-11-21T22:19:11.628Z] 85a0685a4137: Pull complete [2020-11-21T22:19:11.628Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-11-21T22:19:11.628Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-21T22:19:11.628Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-11-21T22:19:11.937Z] prd-centos7-docker-4c-2g-13097 does not seem to be running inside a container [2020-11-21T22:19:12.075Z] $ 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/230 -v /w/workspace/edgex-go/230:/w/workspace/edgex-go/230:rw,z -v /w/workspace/edgex-go/230@tmp:/w/workspace/edgex-go/230@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-21T22:19:13.943Z] $ docker top f3e7bc97f44cc818b019db24a1b2b6ad5528b1d725220ff41d809d4693133f60 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-11-21T22:19:14.231Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-11-21T22:19:14.551Z] + set -o pipefail [2020-11-21T22:19:14.551Z] + snyk monitor '--org=edgex-jenkins' [2020-11-21T22:19:26.981Z] [2020-11-21T22:19:26.981Z] Monitoring /w/workspace/edgex-go/230 (github.com/edgexfoundry/edgex-go)... [2020-11-21T22:19:26.981Z] [2020-11-21T22:19:26.981Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/7c5f0702-c81a-4974-a59f-7562168f662f [2020-11-21T22:19:26.981Z] [2020-11-21T22:19:26.981Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-11-21T22:19:26.981Z] [2020-11-21T22:19:26.981Z] [2020-11-21T22:19:26.981Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-11-21T22:19:26.981Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-11-21T22:19:27.016Z] $ docker stop --time=1 f3e7bc97f44cc818b019db24a1b2b6ad5528b1d725220ff41d809d4693133f60 [2020-11-21T22:19:29.844Z] $ docker rm -f f3e7bc97f44cc818b019db24a1b2b6ad5528b1d725220ff41d809d4693133f60 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-11-21T22:19:31.173Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-command-go:834d3171e999f07b66e80622c0ba0f5573f7b499, dockerFile=cmd/core-command/Dockerfile [Pipeline] echo [2020-11-21T22:19:31.175Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-21T22:19:31.483Z] + set -o pipefail [2020-11-21T22:19:31.483Z] + tee .snyk [2020-11-21T22:19:31.483Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-21T22:19:31.762Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-21T22:19:31.762Z] version: v1.14.1 [2020-11-21T22:19:31.762Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-21T22:19:31.762Z] ignore: [2020-11-21T22:19:31.762Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-21T22:19:31.762Z] - '*': [2020-11-21T22:19:31.762Z] reason: does not apply # justification for ignoring [2020-11-21T22:19:31.762Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-21T22:19:31.762Z] SNYK-ALPINE312-JQ-588886: [2020-11-21T22:19:31.762Z] - '*': [2020-11-21T22:19:31.762Z] reason: false positive [2020-11-21T22:19:31.762Z] expires: 2021-01-01T00:00:00 [2020-11-21T22:19:31.762Z] # patch: {} [Pipeline] withCredentials [2020-11-21T22:19:31.868Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:19:32.241Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-21T22:19:32.241Z] . [Pipeline] withDockerContainer [2020-11-21T22:19:32.429Z] prd-centos7-docker-4c-2g-13097 does not seem to be running inside a container [2020-11-21T22:19:32.502Z] $ 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/230 -v /w/workspace/edgex-go/230:/w/workspace/edgex-go/230:rw,z -v /w/workspace/edgex-go/230@tmp:/w/workspace/edgex-go/230@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-21T22:19:34.075Z] $ docker top ced5d4ad532e1a2869b121a7c0320d4d3b0c0909381999640de0bc966f6c0b8a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-21T22:19:34.851Z] + rm -f snykReport.html [Pipeline] echo [2020-11-21T22:19:34.864Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:834d3171e999f07b66e80622c0ba0f5573f7b499 --file=./cmd/core-command/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-21T22:19:35.188Z] + set -o pipefail [2020-11-21T22:19:35.188Z] + snyk-to-html -o snykReport.html [2020-11-21T22:19:35.188Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:834d3171e999f07b66e80622c0ba0f5573f7b499 '--file=./cmd/core-command/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-21T22:19:47.568Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-21T22:19:47.591Z] $ docker stop --time=1 ced5d4ad532e1a2869b121a7c0320d4d3b0c0909381999640de0bc966f6c0b8a [2020-11-21T22:19:49.350Z] $ docker rm -f ced5d4ad532e1a2869b121a7c0320d4d3b0c0909381999640de0bc966f6c0b8a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-21T22:19:49.691Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-data-go:834d3171e999f07b66e80622c0ba0f5573f7b499, dockerFile=cmd/core-data/Dockerfile [Pipeline] echo [2020-11-21T22:19:49.694Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-21T22:19:50.021Z] + set -o pipefail [2020-11-21T22:19:50.021Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-21T22:19:50.021Z] + tee .snyk [2020-11-21T22:19:50.289Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-21T22:19:50.289Z] version: v1.14.1 [2020-11-21T22:19:50.289Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-21T22:19:50.289Z] ignore: [2020-11-21T22:19:50.289Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-21T22:19:50.289Z] - '*': [2020-11-21T22:19:50.289Z] reason: does not apply # justification for ignoring [2020-11-21T22:19:50.289Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-21T22:19:50.289Z] SNYK-ALPINE312-JQ-588886: [2020-11-21T22:19:50.289Z] - '*': [2020-11-21T22:19:50.289Z] reason: false positive [2020-11-21T22:19:50.289Z] expires: 2021-01-01T00:00:00 [2020-11-21T22:19:50.289Z] # patch: {} [Pipeline] withCredentials [2020-11-21T22:19:50.434Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:19:50.804Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-21T22:19:50.804Z] . [Pipeline] withDockerContainer [2020-11-21T22:19:50.948Z] prd-centos7-docker-4c-2g-13097 does not seem to be running inside a container [2020-11-21T22:19:51.021Z] $ 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/230 -v /w/workspace/edgex-go/230:/w/workspace/edgex-go/230:rw,z -v /w/workspace/edgex-go/230@tmp:/w/workspace/edgex-go/230@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-21T22:19:51.803Z] $ docker top 6b261f88efb9aa28272d27a1574cbe8903b45c379b6009ae399a01218a4507df -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-21T22:19:52.351Z] + rm -f snykReport.html [Pipeline] echo [2020-11-21T22:19:52.364Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:834d3171e999f07b66e80622c0ba0f5573f7b499 --file=./cmd/core-data/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-21T22:19:52.669Z] + set -o pipefail [2020-11-21T22:19:52.669Z] + snyk-to-html -o snykReport.html [2020-11-21T22:19:52.669Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:834d3171e999f07b66e80622c0ba0f5573f7b499 '--file=./cmd/core-data/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-21T22:20:00.913Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-21T22:20:00.935Z] $ docker stop --time=1 6b261f88efb9aa28272d27a1574cbe8903b45c379b6009ae399a01218a4507df [2020-11-21T22:20:02.572Z] $ docker rm -f 6b261f88efb9aa28272d27a1574cbe8903b45c379b6009ae399a01218a4507df [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-21T22:20:02.953Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-metadata-go:834d3171e999f07b66e80622c0ba0f5573f7b499, dockerFile=cmd/core-metadata/Dockerfile [Pipeline] echo [2020-11-21T22:20:02.956Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-21T22:20:03.272Z] + set -o pipefail [2020-11-21T22:20:03.272Z] + tee .snyk [2020-11-21T22:20:03.272Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-21T22:20:03.536Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-21T22:20:03.536Z] version: v1.14.1 [2020-11-21T22:20:03.536Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-21T22:20:03.536Z] ignore: [2020-11-21T22:20:03.536Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-21T22:20:03.536Z] - '*': [2020-11-21T22:20:03.536Z] reason: does not apply # justification for ignoring [2020-11-21T22:20:03.536Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-21T22:20:03.536Z] SNYK-ALPINE312-JQ-588886: [2020-11-21T22:20:03.536Z] - '*': [2020-11-21T22:20:03.536Z] reason: false positive [2020-11-21T22:20:03.536Z] expires: 2021-01-01T00:00:00 [2020-11-21T22:20:03.536Z] # patch: {} [Pipeline] withCredentials [2020-11-21T22:20:03.634Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:20:04.019Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-21T22:20:04.019Z] . [Pipeline] withDockerContainer [2020-11-21T22:20:04.627Z] prd-centos7-docker-4c-2g-13097 does not seem to be running inside a container [2020-11-21T22:20:04.771Z] $ 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/230 -v /w/workspace/edgex-go/230:/w/workspace/edgex-go/230:rw,z -v /w/workspace/edgex-go/230@tmp:/w/workspace/edgex-go/230@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-21T22:20:05.906Z] $ docker top a0a088e752de82f322573b4f340306084bdd978fe2a998f17578f7a22d81a6a5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-21T22:20:06.544Z] + rm -f snykReport.html [Pipeline] echo [2020-11-21T22:20:06.556Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:834d3171e999f07b66e80622c0ba0f5573f7b499 --file=./cmd/core-metadata/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-21T22:20:06.916Z] + set -o pipefail [2020-11-21T22:20:06.916Z] + snyk-to-html -o snykReport.html [2020-11-21T22:20:06.916Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:834d3171e999f07b66e80622c0ba0f5573f7b499 '--file=./cmd/core-metadata/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-21T22:20:22.091Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-21T22:20:22.115Z] $ docker stop --time=1 a0a088e752de82f322573b4f340306084bdd978fe2a998f17578f7a22d81a6a5 [2020-11-21T22:20:23.895Z] $ docker rm -f a0a088e752de82f322573b4f340306084bdd978fe2a998f17578f7a22d81a6a5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-21T22:20:24.224Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:834d3171e999f07b66e80622c0ba0f5573f7b499, dockerFile=cmd/security-bootstrap-redis/Dockerfile [Pipeline] echo [2020-11-21T22:20:24.227Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-21T22:20:24.525Z] + set -o pipefail [2020-11-21T22:20:24.525Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-21T22:20:24.525Z] + tee .snyk [2020-11-21T22:20:24.525Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-21T22:20:24.525Z] version: v1.14.1 [2020-11-21T22:20:24.525Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-21T22:20:24.525Z] ignore: [2020-11-21T22:20:24.525Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-21T22:20:24.525Z] - '*': [2020-11-21T22:20:24.525Z] reason: does not apply # justification for ignoring [2020-11-21T22:20:24.525Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-21T22:20:24.525Z] SNYK-ALPINE312-JQ-588886: [2020-11-21T22:20:24.525Z] - '*': [2020-11-21T22:20:24.525Z] reason: false positive [2020-11-21T22:20:24.525Z] expires: 2021-01-01T00:00:00 [2020-11-21T22:20:24.525Z] # patch: {} [Pipeline] withCredentials [2020-11-21T22:20:24.901Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:20:25.283Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-21T22:20:25.283Z] . [Pipeline] withDockerContainer [2020-11-21T22:20:25.477Z] prd-centos7-docker-4c-2g-13097 does not seem to be running inside a container [2020-11-21T22:20:25.598Z] $ 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/230 -v /w/workspace/edgex-go/230:/w/workspace/edgex-go/230:rw,z -v /w/workspace/edgex-go/230@tmp:/w/workspace/edgex-go/230@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-21T22:20:26.707Z] $ docker top 10bf18f3edd8d2253c02536dd25eb1170e441dd3a26d923ecb94281bc2b4d9da -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-21T22:20:27.278Z] + rm -f snykReport.html [Pipeline] echo [2020-11-21T22:20:27.290Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:834d3171e999f07b66e80622c0ba0f5573f7b499 --file=./cmd/security-bootstrap-redis/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-21T22:20:27.600Z] + set -o pipefail [2020-11-21T22:20:27.600Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:834d3171e999f07b66e80622c0ba0f5573f7b499 '--file=./cmd/security-bootstrap-redis/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-21T22:20:27.600Z] + snyk-to-html -o snykReport.html [2020-11-21T22:20:37.724Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-21T22:20:37.753Z] $ docker stop --time=1 10bf18f3edd8d2253c02536dd25eb1170e441dd3a26d923ecb94281bc2b4d9da [2020-11-21T22:20:39.371Z] $ docker rm -f 10bf18f3edd8d2253c02536dd25eb1170e441dd3a26d923ecb94281bc2b4d9da [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-21T22:20:40.576Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:834d3171e999f07b66e80622c0ba0f5573f7b499, dockerFile=cmd/security-proxy-setup/Dockerfile [Pipeline] echo [2020-11-21T22:20:40.579Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-21T22:20:40.885Z] + set -o pipefail [2020-11-21T22:20:40.885Z] + tee .snyk [2020-11-21T22:20:40.885Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-21T22:20:40.885Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-21T22:20:40.885Z] version: v1.14.1 [2020-11-21T22:20:40.885Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-21T22:20:40.885Z] ignore: [2020-11-21T22:20:40.885Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-21T22:20:40.885Z] - '*': [2020-11-21T22:20:40.885Z] reason: does not apply # justification for ignoring [2020-11-21T22:20:40.885Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-21T22:20:40.885Z] SNYK-ALPINE312-JQ-588886: [2020-11-21T22:20:40.885Z] - '*': [2020-11-21T22:20:40.885Z] reason: false positive [2020-11-21T22:20:40.885Z] expires: 2021-01-01T00:00:00 [2020-11-21T22:20:40.885Z] # patch: {} [Pipeline] withCredentials [2020-11-21T22:20:41.005Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:20:41.361Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-21T22:20:41.361Z] . [Pipeline] withDockerContainer [2020-11-21T22:20:41.521Z] prd-centos7-docker-4c-2g-13097 does not seem to be running inside a container [2020-11-21T22:20:41.665Z] $ 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/230 -v /w/workspace/edgex-go/230:/w/workspace/edgex-go/230:rw,z -v /w/workspace/edgex-go/230@tmp:/w/workspace/edgex-go/230@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-21T22:20:42.586Z] $ docker top 29f6400f436b8ba682bed9d15783e39c3e6f88956cf130113fe141c68df81b7a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-21T22:20:43.142Z] + rm -f snykReport.html [Pipeline] echo [2020-11-21T22:20:43.157Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:834d3171e999f07b66e80622c0ba0f5573f7b499 --file=./cmd/security-proxy-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-21T22:20:43.469Z] + set -o pipefail [2020-11-21T22:20:43.469Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:834d3171e999f07b66e80622c0ba0f5573f7b499 '--file=./cmd/security-proxy-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-21T22:20:43.469Z] + snyk-to-html -o snykReport.html [2020-11-21T22:20:51.822Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-21T22:20:51.851Z] $ docker stop --time=1 29f6400f436b8ba682bed9d15783e39c3e6f88956cf130113fe141c68df81b7a [2020-11-21T22:20:53.535Z] $ docker rm -f 29f6400f436b8ba682bed9d15783e39c3e6f88956cf130113fe141c68df81b7a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-21T22:20:53.913Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:834d3171e999f07b66e80622c0ba0f5573f7b499, dockerFile=cmd/security-secrets-setup/Dockerfile [Pipeline] echo [2020-11-21T22:20:53.916Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-21T22:20:54.214Z] + set -o pipefail [2020-11-21T22:20:54.214Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-21T22:20:54.214Z] + tee .snyk [2020-11-21T22:20:54.214Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-21T22:20:54.214Z] version: v1.14.1 [2020-11-21T22:20:54.214Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-21T22:20:54.214Z] ignore: [2020-11-21T22:20:54.214Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-21T22:20:54.214Z] - '*': [2020-11-21T22:20:54.214Z] reason: does not apply # justification for ignoring [2020-11-21T22:20:54.214Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-21T22:20:54.214Z] SNYK-ALPINE312-JQ-588886: [2020-11-21T22:20:54.214Z] - '*': [2020-11-21T22:20:54.214Z] reason: false positive [2020-11-21T22:20:54.214Z] expires: 2021-01-01T00:00:00 [2020-11-21T22:20:54.214Z] # patch: {} [Pipeline] withCredentials [2020-11-21T22:20:54.306Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:20:54.682Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-21T22:20:54.682Z] . [Pipeline] withDockerContainer [2020-11-21T22:20:54.910Z] prd-centos7-docker-4c-2g-13097 does not seem to be running inside a container [2020-11-21T22:20:55.105Z] $ 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/230 -v /w/workspace/edgex-go/230:/w/workspace/edgex-go/230:rw,z -v /w/workspace/edgex-go/230@tmp:/w/workspace/edgex-go/230@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-21T22:20:56.197Z] $ docker top 078db639756cd7f839a85cd166046ac49ab1cb629ae595d5469f9742e65fa32f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-21T22:20:56.886Z] + rm -f snykReport.html [Pipeline] echo [2020-11-21T22:20:56.942Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:834d3171e999f07b66e80622c0ba0f5573f7b499 --file=./cmd/security-secrets-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-21T22:20:57.316Z] + set -o pipefail [2020-11-21T22:20:57.316Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:834d3171e999f07b66e80622c0ba0f5573f7b499 '--file=./cmd/security-secrets-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-21T22:20:57.316Z] + snyk-to-html -o snykReport.html [2020-11-21T22:21:05.597Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-21T22:21:05.623Z] $ docker stop --time=1 078db639756cd7f839a85cd166046ac49ab1cb629ae595d5469f9742e65fa32f [2020-11-21T22:21:07.316Z] $ docker rm -f 078db639756cd7f839a85cd166046ac49ab1cb629ae595d5469f9742e65fa32f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-21T22:21:07.698Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:834d3171e999f07b66e80622c0ba0f5573f7b499, dockerFile=cmd/security-secretstore-setup/Dockerfile [Pipeline] echo [2020-11-21T22:21:07.700Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-21T22:21:08.005Z] + set -o pipefail [2020-11-21T22:21:08.005Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-21T22:21:08.005Z] + tee .snyk [2020-11-21T22:21:08.268Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-21T22:21:08.269Z] version: v1.14.1 [2020-11-21T22:21:08.269Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-21T22:21:08.269Z] ignore: [2020-11-21T22:21:08.269Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-21T22:21:08.269Z] - '*': [2020-11-21T22:21:08.269Z] reason: does not apply # justification for ignoring [2020-11-21T22:21:08.269Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-21T22:21:08.269Z] SNYK-ALPINE312-JQ-588886: [2020-11-21T22:21:08.269Z] - '*': [2020-11-21T22:21:08.269Z] reason: false positive [2020-11-21T22:21:08.269Z] expires: 2021-01-01T00:00:00 [2020-11-21T22:21:08.269Z] # patch: {} [Pipeline] withCredentials [2020-11-21T22:21:08.362Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:21:08.733Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-21T22:21:08.733Z] . [Pipeline] withDockerContainer [2020-11-21T22:21:09.031Z] prd-centos7-docker-4c-2g-13097 does not seem to be running inside a container [2020-11-21T22:21:09.115Z] $ 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/230 -v /w/workspace/edgex-go/230:/w/workspace/edgex-go/230:rw,z -v /w/workspace/edgex-go/230@tmp:/w/workspace/edgex-go/230@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-21T22:21:10.168Z] $ docker top 5934a10d827db50565faa70daf8fa746519cca7a3ad39cd1b81d5f9be0d5c529 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-21T22:21:10.753Z] + rm -f snykReport.html [Pipeline] echo [2020-11-21T22:21:10.765Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:834d3171e999f07b66e80622c0ba0f5573f7b499 --file=./cmd/security-secretstore-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-21T22:21:11.115Z] + set -o pipefail [2020-11-21T22:21:11.115Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:834d3171e999f07b66e80622c0ba0f5573f7b499 '--file=./cmd/security-secretstore-setup/Dockerfile'+ '--severity-threshold=high'snyk-to-html '--policy-path=./.snyk' --json -o snykReport.html [2020-11-21T22:21:11.115Z] [2020-11-21T22:21:21.218Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-21T22:21:21.239Z] $ docker stop --time=1 5934a10d827db50565faa70daf8fa746519cca7a3ad39cd1b81d5f9be0d5c529 [2020-11-21T22:21:22.796Z] $ docker rm -f 5934a10d827db50565faa70daf8fa746519cca7a3ad39cd1b81d5f9be0d5c529 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-21T22:21:23.170Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-logging-go:834d3171e999f07b66e80622c0ba0f5573f7b499, dockerFile=cmd/support-logging/Dockerfile [Pipeline] echo [2020-11-21T22:21:23.172Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-21T22:21:23.471Z] + set -o pipefail [2020-11-21T22:21:23.471Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-21T22:21:23.471Z] + tee .snyk [2020-11-21T22:21:23.471Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-21T22:21:23.471Z] version: v1.14.1 [2020-11-21T22:21:23.472Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-21T22:21:23.472Z] ignore: [2020-11-21T22:21:23.472Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-21T22:21:23.472Z] - '*': [2020-11-21T22:21:23.472Z] reason: does not apply # justification for ignoring [2020-11-21T22:21:23.472Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-21T22:21:23.472Z] SNYK-ALPINE312-JQ-588886: [2020-11-21T22:21:23.472Z] - '*': [2020-11-21T22:21:23.472Z] reason: false positive [2020-11-21T22:21:23.472Z] expires: 2021-01-01T00:00:00 [2020-11-21T22:21:23.472Z] # patch: {} [Pipeline] withCredentials [2020-11-21T22:21:23.591Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:21:23.953Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-21T22:21:23.953Z] . [Pipeline] withDockerContainer [2020-11-21T22:21:24.273Z] prd-centos7-docker-4c-2g-13097 does not seem to be running inside a container [2020-11-21T22:21:24.354Z] $ 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/230 -v /w/workspace/edgex-go/230:/w/workspace/edgex-go/230:rw,z -v /w/workspace/edgex-go/230@tmp:/w/workspace/edgex-go/230@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-21T22:21:25.353Z] $ docker top 98345f18cdae42a5d507b1fc1a410a392295dd55f8a1e31c2bf2cfe946fe4dc0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-21T22:21:26.273Z] + rm -f snykReport.html [Pipeline] echo [2020-11-21T22:21:26.286Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-logging-go:834d3171e999f07b66e80622c0ba0f5573f7b499 --file=./cmd/support-logging/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-21T22:21:26.606Z] + set -o pipefail [2020-11-21T22:21:26.607Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-logging-go:834d3171e999f07b66e80622c0ba0f5573f7b499 '--file=./cmd/support-logging/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-21T22:21:26.607Z] + snyk-to-html -o snykReport.html [2020-11-21T22:21:39.223Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-21T22:21:39.253Z] $ docker stop --time=1 98345f18cdae42a5d507b1fc1a410a392295dd55f8a1e31c2bf2cfe946fe4dc0 [2020-11-21T22:21:41.105Z] $ docker rm -f 98345f18cdae42a5d507b1fc1a410a392295dd55f8a1e31c2bf2cfe946fe4dc0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-21T22:21:41.454Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-notifications-go:834d3171e999f07b66e80622c0ba0f5573f7b499, dockerFile=cmd/support-notifications/Dockerfile [Pipeline] echo [2020-11-21T22:21:41.456Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-21T22:21:41.776Z] + set -o pipefail [2020-11-21T22:21:41.776Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-21T22:21:41.776Z] + tee .snyk [2020-11-21T22:21:42.069Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-21T22:21:42.069Z] version: v1.14.1 [2020-11-21T22:21:42.069Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-21T22:21:42.069Z] ignore: [2020-11-21T22:21:42.069Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-21T22:21:42.069Z] - '*': [2020-11-21T22:21:42.069Z] reason: does not apply # justification for ignoring [2020-11-21T22:21:42.069Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-21T22:21:42.069Z] SNYK-ALPINE312-JQ-588886: [2020-11-21T22:21:42.069Z] - '*': [2020-11-21T22:21:42.069Z] reason: false positive [2020-11-21T22:21:42.069Z] expires: 2021-01-01T00:00:00 [2020-11-21T22:21:42.069Z] # patch: {} [Pipeline] withCredentials [2020-11-21T22:21:42.179Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:21:42.546Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-21T22:21:42.546Z] . [Pipeline] withDockerContainer [2020-11-21T22:21:42.708Z] prd-centos7-docker-4c-2g-13097 does not seem to be running inside a container [2020-11-21T22:21:42.777Z] $ 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/230 -v /w/workspace/edgex-go/230:/w/workspace/edgex-go/230:rw,z -v /w/workspace/edgex-go/230@tmp:/w/workspace/edgex-go/230@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-21T22:21:44.052Z] $ docker top c9438613071909fd5cdb0e0000ef6d1df81c94a23214b58dab75dfc7c591936a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-21T22:21:45.012Z] + rm -f snykReport.html [Pipeline] echo [2020-11-21T22:21:45.028Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:834d3171e999f07b66e80622c0ba0f5573f7b499 --file=./cmd/support-notifications/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-21T22:21:45.728Z] + set -o pipefail [2020-11-21T22:21:45.728Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:834d3171e999f07b66e80622c0ba0f5573f7b499 '--file=./cmd/support-notifications/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-21T22:21:45.728Z] + snyk-to-html -o snykReport.html [2020-11-21T22:22:00.780Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-21T22:22:00.803Z] $ docker stop --time=1 c9438613071909fd5cdb0e0000ef6d1df81c94a23214b58dab75dfc7c591936a [2020-11-21T22:22:02.505Z] $ docker rm -f c9438613071909fd5cdb0e0000ef6d1df81c94a23214b58dab75dfc7c591936a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-21T22:22:02.999Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:834d3171e999f07b66e80622c0ba0f5573f7b499, dockerFile=cmd/support-scheduler/Dockerfile [Pipeline] echo [2020-11-21T22:22:03.004Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-21T22:22:03.307Z] + set -o pipefail [2020-11-21T22:22:03.307Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-21T22:22:03.307Z] + tee .snyk [2020-11-21T22:22:03.307Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-21T22:22:03.307Z] version: v1.14.1 [2020-11-21T22:22:03.307Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-21T22:22:03.307Z] ignore: [2020-11-21T22:22:03.307Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-21T22:22:03.307Z] - '*': [2020-11-21T22:22:03.307Z] reason: does not apply # justification for ignoring [2020-11-21T22:22:03.307Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-21T22:22:03.307Z] SNYK-ALPINE312-JQ-588886: [2020-11-21T22:22:03.307Z] - '*': [2020-11-21T22:22:03.307Z] reason: false positive [2020-11-21T22:22:03.307Z] expires: 2021-01-01T00:00:00 [2020-11-21T22:22:03.307Z] # patch: {} [Pipeline] withCredentials [2020-11-21T22:22:03.422Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:22:03.785Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-21T22:22:03.785Z] . [Pipeline] withDockerContainer [2020-11-21T22:22:03.915Z] prd-centos7-docker-4c-2g-13097 does not seem to be running inside a container [2020-11-21T22:22:04.014Z] $ 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/230 -v /w/workspace/edgex-go/230:/w/workspace/edgex-go/230:rw,z -v /w/workspace/edgex-go/230@tmp:/w/workspace/edgex-go/230@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-21T22:22:04.946Z] $ docker top 8d95cdbfacb932aebc99c2f0a65dac323975569a0a0609f2d4110cc4090e6e84 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-21T22:22:05.753Z] + rm -f snykReport.html [Pipeline] echo [2020-11-21T22:22:05.876Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:834d3171e999f07b66e80622c0ba0f5573f7b499 --file=./cmd/support-scheduler/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-21T22:22:06.983Z] + set -o pipefail [2020-11-21T22:22:06.983Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:834d3171e999f07b66e80622c0ba0f5573f7b499 '--file=./cmd/support-scheduler/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-21T22:22:06.983Z] + snyk-to-html -o snykReport.html [2020-11-21T22:22:17.252Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-21T22:22:17.300Z] $ docker stop --time=1 8d95cdbfacb932aebc99c2f0a65dac323975569a0a0609f2d4110cc4090e6e84 [2020-11-21T22:22:19.059Z] $ docker rm -f 8d95cdbfacb932aebc99c2f0a65dac323975569a0a0609f2d4110cc4090e6e84 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-21T22:22:19.508Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:834d3171e999f07b66e80622c0ba0f5573f7b499, dockerFile=cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-11-21T22:22:19.511Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-21T22:22:19.815Z] + set -o pipefail [2020-11-21T22:22:19.815Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-21T22:22:19.815Z] + tee .snyk [2020-11-21T22:22:20.079Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-21T22:22:20.079Z] version: v1.14.1 [2020-11-21T22:22:20.079Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-21T22:22:20.079Z] ignore: [2020-11-21T22:22:20.079Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-21T22:22:20.079Z] - '*': [2020-11-21T22:22:20.079Z] reason: does not apply # justification for ignoring [2020-11-21T22:22:20.079Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-21T22:22:20.079Z] SNYK-ALPINE312-JQ-588886: [2020-11-21T22:22:20.079Z] - '*': [2020-11-21T22:22:20.079Z] reason: false positive [2020-11-21T22:22:20.079Z] expires: 2021-01-01T00:00:00 [2020-11-21T22:22:20.079Z] # patch: {} [Pipeline] withCredentials [2020-11-21T22:22:20.176Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:22:20.552Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-21T22:22:20.552Z] . [Pipeline] withDockerContainer [2020-11-21T22:22:20.860Z] prd-centos7-docker-4c-2g-13097 does not seem to be running inside a container [2020-11-21T22:22:21.101Z] $ 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/230 -v /w/workspace/edgex-go/230:/w/workspace/edgex-go/230:rw,z -v /w/workspace/edgex-go/230@tmp:/w/workspace/edgex-go/230@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-21T22:22:22.148Z] $ docker top 60050030dcc4cee8accf7c38f712450c2702694304bd8813afba3f070a897ec9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-21T22:22:22.926Z] + rm -f snykReport.html [Pipeline] echo [2020-11-21T22:22:22.976Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:834d3171e999f07b66e80622c0ba0f5573f7b499 --file=./cmd/sys-mgmt-agent/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-21T22:22:23.470Z] + set -o pipefail [2020-11-21T22:22:23.470Z] + snyk-to-html -o snykReport.html [2020-11-21T22:22:23.470Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:834d3171e999f07b66e80622c0ba0f5573f7b499 '--file=./cmd/sys-mgmt-agent/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-21T22:22:33.623Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-21T22:22:33.650Z] $ docker stop --time=1 60050030dcc4cee8accf7c38f712450c2702694304bd8813afba3f070a897ec9 [2020-11-21T22:22:35.321Z] $ docker rm -f 60050030dcc4cee8accf7c38f712450c2702694304bd8813afba3f070a897ec9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-11-21T22:22:36.309Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-21T22:22:36.361Z] provisioning config files... [2020-11-21T22:22:36.373Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/230@tmp/config5313167439025747775tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-21T22:22:36.790Z] --> edgex-publish-swagger.sh [2020-11-21T22:22:36.790Z] === Publish openapi/v1 API === [2020-11-21T22:22:36.790Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-11-21T22:22:36.790Z] [publishToSwagger] Publishing API Name [core-command] [2020-11-21T22:22:36.790Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-21T22:22:36.790Z] Dload Upload Total Spent Left Speed [2020-11-21T22:22:38.190Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 8863 0:00:01 0:00:01 --:--:-- 8870 100 10521 0 0 100 10521 0 8861 0:00:01 0:00:01 --:--:-- 8870 [2020-11-21T22:22:38.190Z] [2020-11-21T22:22:38.190Z] [2020-11-21T22:22:38.190Z] [publishToSwagger] Publishing API Name [core-data] [2020-11-21T22:22:38.190Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-21T22:22:38.190Z] Dload Upload Total Spent Left Speed [2020-11-21T22:22:39.149Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 28706 0:00:01 0:00:01 --:--:-- 28734 100 32556 0 0 100 32556 0 28698 0:00:01 0:00:01 --:--:-- 28708 [2020-11-21T22:22:39.149Z] [2020-11-21T22:22:39.149Z] [2020-11-21T22:22:39.149Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-11-21T22:22:39.149Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-21T22:22:39.149Z] Dload Upload Total Spent Left Speed [2020-11-21T22:22:40.111Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 65094 0:00:01 0:00:01 --:--:-- 65123 100 73720 0 0 100 73720 0 65078 0:00:01 0:00:01 --:--:-- 65123 [2020-11-21T22:22:40.111Z] [2020-11-21T22:22:40.111Z] [2020-11-21T22:22:40.111Z] [publishToSwagger] Publishing API Name [support-logging] [2020-11-21T22:22:40.111Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-21T22:22:40.111Z] Dload Upload Total Spent Left Speed [2020-11-21T22:22:41.506Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 12139 0:00:01 0:00:01 --:--:-- 12146 100 13580 0 0 100 13580 0 12136 0:00:01 0:00:01 --:--:-- 12146 [2020-11-21T22:22:41.506Z] [2020-11-21T22:22:41.506Z] [2020-11-21T22:22:41.506Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-11-21T22:22:41.506Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-21T22:22:41.506Z] Dload Upload Total Spent Left Speed [2020-11-21T22:22:42.475Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 33441 0:00:01 0:00:01 --:--:-- 33467 100 38889 0 0 100 38889 0 33434 0:00:01 0:00:01 --:--:-- 33467 [2020-11-21T22:22:42.475Z] [2020-11-21T22:22:42.475Z] [2020-11-21T22:22:42.475Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-11-21T22:22:42.475Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-21T22:22:42.475Z] Dload Upload Total Spent Left Speed [2020-11-21T22:22:43.714Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 12802 0:00:01 0:00:01 --:--:-- 12812 [2020-11-21T22:22:43.714Z] [2020-11-21T22:22:43.714Z] [2020-11-21T22:22:43.714Z] [publishToSwagger] Publishing API Name [system-agent] [2020-11-21T22:22:43.714Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-21T22:22:43.714Z] Dload Upload Total Spent Left Speed [2020-11-21T22:22:44.930Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3896 0:00:01 0:00:01 --:--:-- 3894 100 4109 0 0 100 4109 0 3895 0:00:01 0:00:01 --:--:-- 3894 [2020-11-21T22:22:44.930Z] [2020-11-21T22:22:44.930Z] [2020-11-21T22:22:44.930Z] === Publish openapi/v2 API === [2020-11-21T22:22:44.930Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-11-21T22:22:44.930Z] [publishToSwagger] Publishing API Name [core-command] [2020-11-21T22:22:44.930Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-21T22:22:44.930Z] Dload Upload Total Spent Left Speed [2020-11-21T22:22:45.900Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 27022 0:00:01 0:00:01 --:--:-- 27046 100 29535 0 0 100 29535 0 27012 0:00:01 0:00:01 --:--:-- 27021 [2020-11-21T22:22:45.900Z] [2020-11-21T22:22:45.900Z] [2020-11-21T22:22:45.900Z] [publishToSwagger] Publishing API Name [core-data] [2020-11-21T22:22:45.900Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-21T22:22:45.900Z] Dload Upload Total Spent Left Speed [2020-11-21T22:22:47.300Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65223 0 0 100 65223 0 57481 0:00:01 0:00:01 --:--:-- 57515 100 65223 0 0 100 65223 0 57468 0:00:01 0:00:01 --:--:-- 57515 [2020-11-21T22:22:47.300Z] [2020-11-21T22:22:47.300Z] [2020-11-21T22:22:47.300Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-11-21T22:22:47.300Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-21T22:22:47.300Z] Dload Upload Total Spent Left Speed [2020-11-21T22:22:48.263Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 105k 0:00:01 0:00:01 --:--:-- 105k 100 119k 0 0 100 119k 0 105k 0:00:01 0:00:01 --:--:-- 105k [2020-11-21T22:22:48.263Z] [2020-11-21T22:22:48.263Z] [2020-11-21T22:22:48.263Z] [publishToSwagger] Publishing API Name [support-logging] [2020-11-21T22:22:48.263Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-21T22:22:48.263Z] Dload Upload Total Spent Left Speed [2020-11-21T22:22:49.220Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23691 0 0 100 23691 0 21551 0:00:01 0:00:01 --:--:-- 21556 100 23691 0 0 100 23691 0 21546 0:00:01 0:00:01 --:--:-- 21556 [2020-11-21T22:22:49.220Z] [2020-11-21T22:22:49.220Z] [2020-11-21T22:22:49.220Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-11-21T22:22:49.220Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-21T22:22:49.220Z] Dload Upload Total Spent Left Speed [2020-11-21T22:22:50.632Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 52879 0:00:01 0:00:01 --:--:-- 52903 100 62691 0 0 100 62691 0 52863 0:00:01 0:00:01 --:--:-- 52903 [2020-11-21T22:22:50.632Z] [2020-11-21T22:22:50.632Z] [2020-11-21T22:22:50.632Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-11-21T22:22:50.632Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-21T22:22:50.632Z] Dload Upload Total Spent Left Speed [2020-11-21T22:22:51.859Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 39122 0:00:01 0:00:01 --:--:-- 39117 100 46198 0 0 100 46198 0 39115 0:00:01 0:00:01 --:--:-- 39117 [2020-11-21T22:22:51.859Z] [2020-11-21T22:22:51.859Z] [2020-11-21T22:22:51.859Z] [publishToSwagger] Publishing API Name [system-agent] [2020-11-21T22:22:51.859Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-21T22:22:51.859Z] Dload Upload Total Spent Left Speed [2020-11-21T22:22:52.811Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 21361 0:00:01 0:00:01 --:--:-- 21373 100 23725 0 0 100 23725 0 21357 0:00:01 0:00:01 --:--:-- 21373 [2020-11-21T22:22:52.811Z] [2020-11-21T22:22:52.811Z] [Pipeline] } [2020-11-21T22:22:52.823Z] 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 [2020-11-21T22:22:53.815Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-21T22:22:53.815Z] . [Pipeline] withDockerContainer [2020-11-21T22:22:53.943Z] prd-centos7-docker-4c-2g-13097 does not seem to be running inside a container [2020-11-21T22:22:54.016Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/230 -v /w/workspace/edgex-go/230:/w/workspace/edgex-go/230:rw,z -v /w/workspace/edgex-go/230@tmp:/w/workspace/edgex-go/230@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-21T22:22:54.903Z] $ docker top b0b119e8c4aba62f23196118475ff6045eb586c20cce9d2647551f1f35676b36 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-21T22:22:55.346Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-21T22:22:55.346Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-21T22:22:55.684Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-21T22:22:55.691Z] $ docker exec b0b119e8c4aba62f23196118475ff6045eb586c20cce9d2647551f1f35676b36 ssh-agent [2020-11-21T22:22:56.207Z] SSH_AUTH_SOCK=/tmp/ssh-BvIrcw8Eq7lf/agent.11 [2020-11-21T22:22:56.207Z] SSH_AGENT_PID=17 [2020-11-21T22:22:56.218Z] Running ssh-add (command line suppressed) [2020-11-21T22:22:56.524Z] Identity added: /w/workspace/edgex-go/230@tmp/private_key_5739051612609407196.key (/w/workspace/edgex-go/230@tmp/private_key_5739051612609407196.key) [2020-11-21T22:22:56.609Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-21T22:22:56.964Z] + git semver tag [2020-11-21T22:22:57.228Z] # -> Open(): unable to determine branch for HEAD [2020-11-21T22:22:57.228Z] # $GIT_DIR = /w/workspace/edgex-go/230/.git [2020-11-21T22:22:57.228Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/230 [2020-11-21T22:22:57.228Z] # $SEMVER_REMOTE_NAME = origin [2020-11-21T22:22:57.228Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-21T22:22:57.228Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-21T22:22:57.228Z] # $SEMVER_BRANCH = master [2020-11-21T22:22:57.228Z] # $SEMVER_DIR = /w/workspace/edgex-go/230/.semver [2020-11-21T22:22:57.228Z] # 834d3171e999f07b66e80622c0ba0f5573f7b499 HEAD [2020-11-21T22:22:57.811Z] # -> Force: false [2020-11-21T22:22:57.811Z] # a0defaed15a26646f49f27f1bd04a1e7d98a16bf refs/tags/v1.3.1-dev.6 [Pipeline] } [2020-11-21T22:22:57.828Z] $ docker exec --env ******** --env ******** b0b119e8c4aba62f23196118475ff6045eb586c20cce9d2647551f1f35676b36 ssh-agent -k [2020-11-21T22:22:58.084Z] unset SSH_AUTH_SOCK; [2020-11-21T22:22:58.084Z] unset SSH_AGENT_PID; [2020-11-21T22:22:58.084Z] echo Agent pid 17 killed; [2020-11-21T22:22:58.222Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-21T22:22:58.728Z] + git semver [Pipeline] } [2020-11-21T22:22:58.758Z] $ docker stop --time=1 b0b119e8c4aba62f23196118475ff6045eb586c20cce9d2647551f1f35676b36 [2020-11-21T22:23:00.340Z] $ docker rm -f b0b119e8c4aba62f23196118475ff6045eb586c20cce9d2647551f1f35676b36 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:23:01.195Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-21T22:23:01.195Z] [2020-11-21T22:23:01.195Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:23:01.568Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-21T22:23:01.836Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-11-21T22:23:01.836Z] ab5ef0e58194: Pulling fs layer [2020-11-21T22:23:01.836Z] 9712f1f96733: Pulling fs layer [2020-11-21T22:23:01.836Z] 63f879dbbcfc: Pulling fs layer [2020-11-21T22:23:01.836Z] 0d9ebad4ef96: Pulling fs layer [2020-11-21T22:23:01.836Z] e9a5061849ea: Pulling fs layer [2020-11-21T22:23:01.836Z] d747dcd14b5f: Pulling fs layer [2020-11-21T22:23:01.836Z] 2de7ff778b66: Pulling fs layer [2020-11-21T22:23:01.836Z] 0d9ebad4ef96: Waiting [2020-11-21T22:23:01.836Z] e9a5061849ea: Waiting [2020-11-21T22:23:01.836Z] d747dcd14b5f: Waiting [2020-11-21T22:23:01.836Z] 2de7ff778b66: Waiting [2020-11-21T22:23:01.836Z] 9712f1f96733: Verifying Checksum [2020-11-21T22:23:01.836Z] 9712f1f96733: Download complete [2020-11-21T22:23:06.357Z] 63f879dbbcfc: Verifying Checksum [2020-11-21T22:23:06.357Z] 63f879dbbcfc: Download complete [2020-11-21T22:23:06.357Z] e9a5061849ea: Verifying Checksum [2020-11-21T22:23:06.357Z] e9a5061849ea: Download complete [2020-11-21T22:23:06.357Z] d747dcd14b5f: Verifying Checksum [2020-11-21T22:23:06.357Z] d747dcd14b5f: Download complete [2020-11-21T22:23:06.954Z] 2de7ff778b66: Verifying Checksum [2020-11-21T22:23:06.954Z] 2de7ff778b66: Download complete [2020-11-21T22:23:07.217Z] 0d9ebad4ef96: Verifying Checksum [2020-11-21T22:23:07.217Z] 0d9ebad4ef96: Download complete [2020-11-21T22:23:07.498Z] ab5ef0e58194: Verifying Checksum [2020-11-21T22:23:07.498Z] ab5ef0e58194: Download complete [2020-11-21T22:23:14.547Z] ab5ef0e58194: Pull complete [2020-11-21T22:23:14.547Z] 9712f1f96733: Pull complete [2020-11-21T22:23:17.222Z] 63f879dbbcfc: Pull complete [2020-11-21T22:23:29.612Z] 0d9ebad4ef96: Pull complete [2020-11-21T22:23:29.613Z] e9a5061849ea: Pull complete [2020-11-21T22:23:29.613Z] d747dcd14b5f: Pull complete [2020-11-21T22:23:33.018Z] 2de7ff778b66: Pull complete [2020-11-21T22:23:33.018Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-11-21T22:23:33.018Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-21T22:23:33.018Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-11-21T22:23:33.282Z] prd-centos7-docker-4c-2g-13097 does not seem to be running inside a container [2020-11-21T22:23:33.383Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/230 -v /w/workspace/edgex-go/230:/w/workspace/edgex-go/230:rw,z -v /w/workspace/edgex-go/230@tmp:/w/workspace/edgex-go/230@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-11-21T22:23:37.748Z] $ docker top 1b44629e32506850d0c20c872ab76915b7a6c076de6062efdf66f35937e42dba -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-11-21T22:23:38.135Z] provisioning config files... [2020-11-21T22:23:38.146Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/230@tmp/config2388573114545761934tmp [2020-11-21T22:23:38.188Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/230@tmp/config4107420022539840508tmp [2020-11-21T22:23:38.219Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/230@tmp/config7840216926974251619tmp [Pipeline] { [Pipeline] echo [2020-11-21T22:23:38.274Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-21T22:23:38.589Z] ---> sigul-configuration.sh [2020-11-21T22:23:38.852Z] gpg: directory `/root/.gnupg' created [2020-11-21T22:23:38.852Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-11-21T22:23:38.852Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-11-21T22:23:38.852Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-11-21T22:23:38.852Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-11-21T22:23:38.852Z] gpg: CAST5 encrypted data [2020-11-21T22:23:38.852Z] gpg: encrypted with 1 passphrase [2020-11-21T22:23:38.852Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-11-21T22:23:39.234Z] + mkdir /home/jenkins [2020-11-21T22:23:39.234Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-11-21T22:23:39.546Z] + 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 [2020-11-21T22:23:39.575Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-21T22:23:40.223Z] ---> sigul-install.sh [2020-11-21T22:23:46.937Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-11-21T22:23:47.253Z] + git tag --list [2020-11-21T22:23:47.253Z] 0.6.0 [2020-11-21T22:23:47.253Z] 0.6.1 [2020-11-21T22:23:47.253Z] 0.7.0 [2020-11-21T22:23:47.253Z] 0.7.1 [2020-11-21T22:23:47.253Z] v1.0.0 [2020-11-21T22:23:47.253Z] v1.0.1 [2020-11-21T22:23:47.253Z] v1.1.0 [2020-11-21T22:23:47.253Z] v1.2.0 [2020-11-21T22:23:47.253Z] v1.2.1 [2020-11-21T22:23:47.253Z] v1.2.2-dev.1 [2020-11-21T22:23:47.253Z] v1.2.2-dev.10 [2020-11-21T22:23:47.253Z] v1.2.2-dev.100 [2020-11-21T22:23:47.253Z] v1.2.2-dev.101 [2020-11-21T22:23:47.253Z] v1.2.2-dev.102 [2020-11-21T22:23:47.253Z] v1.2.2-dev.103 [2020-11-21T22:23:47.253Z] v1.2.2-dev.104 [2020-11-21T22:23:47.253Z] v1.2.2-dev.105 [2020-11-21T22:23:47.253Z] v1.2.2-dev.106 [2020-11-21T22:23:47.253Z] v1.2.2-dev.107 [2020-11-21T22:23:47.253Z] v1.2.2-dev.11 [2020-11-21T22:23:47.253Z] v1.2.2-dev.12 [2020-11-21T22:23:47.253Z] v1.2.2-dev.13 [2020-11-21T22:23:47.253Z] v1.2.2-dev.14 [2020-11-21T22:23:47.253Z] v1.2.2-dev.15 [2020-11-21T22:23:47.253Z] v1.2.2-dev.16 [2020-11-21T22:23:47.253Z] v1.2.2-dev.17 [2020-11-21T22:23:47.253Z] v1.2.2-dev.18 [2020-11-21T22:23:47.253Z] v1.2.2-dev.19 [2020-11-21T22:23:47.253Z] v1.2.2-dev.2 [2020-11-21T22:23:47.253Z] v1.2.2-dev.20 [2020-11-21T22:23:47.253Z] v1.2.2-dev.21 [2020-11-21T22:23:47.253Z] v1.2.2-dev.22 [2020-11-21T22:23:47.253Z] v1.2.2-dev.23 [2020-11-21T22:23:47.253Z] v1.2.2-dev.24 [2020-11-21T22:23:47.253Z] v1.2.2-dev.25 [2020-11-21T22:23:47.253Z] v1.2.2-dev.26 [2020-11-21T22:23:47.253Z] v1.2.2-dev.27 [2020-11-21T22:23:47.253Z] v1.2.2-dev.28 [2020-11-21T22:23:47.253Z] v1.2.2-dev.29 [2020-11-21T22:23:47.253Z] v1.2.2-dev.3 [2020-11-21T22:23:47.253Z] v1.2.2-dev.30 [2020-11-21T22:23:47.253Z] v1.2.2-dev.31 [2020-11-21T22:23:47.253Z] v1.2.2-dev.32 [2020-11-21T22:23:47.253Z] v1.2.2-dev.33 [2020-11-21T22:23:47.253Z] v1.2.2-dev.34 [2020-11-21T22:23:47.253Z] v1.2.2-dev.35 [2020-11-21T22:23:47.253Z] v1.2.2-dev.36 [2020-11-21T22:23:47.253Z] v1.2.2-dev.37 [2020-11-21T22:23:47.253Z] v1.2.2-dev.38 [2020-11-21T22:23:47.253Z] v1.2.2-dev.39 [2020-11-21T22:23:47.253Z] v1.2.2-dev.4 [2020-11-21T22:23:47.253Z] v1.2.2-dev.40 [2020-11-21T22:23:47.253Z] v1.2.2-dev.41 [2020-11-21T22:23:47.253Z] v1.2.2-dev.42 [2020-11-21T22:23:47.253Z] v1.2.2-dev.43 [2020-11-21T22:23:47.253Z] v1.2.2-dev.44 [2020-11-21T22:23:47.253Z] v1.2.2-dev.45 [2020-11-21T22:23:47.253Z] v1.2.2-dev.46 [2020-11-21T22:23:47.253Z] v1.2.2-dev.47 [2020-11-21T22:23:47.253Z] v1.2.2-dev.48 [2020-11-21T22:23:47.253Z] v1.2.2-dev.49 [2020-11-21T22:23:47.253Z] v1.2.2-dev.5 [2020-11-21T22:23:47.253Z] v1.2.2-dev.50 [2020-11-21T22:23:47.253Z] v1.2.2-dev.51 [2020-11-21T22:23:47.253Z] v1.2.2-dev.52 [2020-11-21T22:23:47.253Z] v1.2.2-dev.53 [2020-11-21T22:23:47.253Z] v1.2.2-dev.54 [2020-11-21T22:23:47.253Z] v1.2.2-dev.55 [2020-11-21T22:23:47.253Z] v1.2.2-dev.56 [2020-11-21T22:23:47.253Z] v1.2.2-dev.57 [2020-11-21T22:23:47.253Z] v1.2.2-dev.58 [2020-11-21T22:23:47.253Z] v1.2.2-dev.59 [2020-11-21T22:23:47.253Z] v1.2.2-dev.6 [2020-11-21T22:23:47.253Z] v1.2.2-dev.60 [2020-11-21T22:23:47.253Z] v1.2.2-dev.61 [2020-11-21T22:23:47.253Z] v1.2.2-dev.62 [2020-11-21T22:23:47.253Z] v1.2.2-dev.63 [2020-11-21T22:23:47.253Z] v1.2.2-dev.64 [2020-11-21T22:23:47.253Z] v1.2.2-dev.65 [2020-11-21T22:23:47.253Z] v1.2.2-dev.66 [2020-11-21T22:23:47.253Z] v1.2.2-dev.67 [2020-11-21T22:23:47.253Z] v1.2.2-dev.68 [2020-11-21T22:23:47.253Z] v1.2.2-dev.69 [2020-11-21T22:23:47.253Z] v1.2.2-dev.7 [2020-11-21T22:23:47.253Z] v1.2.2-dev.70 [2020-11-21T22:23:47.253Z] v1.2.2-dev.71 [2020-11-21T22:23:47.253Z] v1.2.2-dev.72 [2020-11-21T22:23:47.253Z] v1.2.2-dev.73 [2020-11-21T22:23:47.253Z] v1.2.2-dev.74 [2020-11-21T22:23:47.253Z] v1.2.2-dev.75 [2020-11-21T22:23:47.253Z] v1.2.2-dev.76 [2020-11-21T22:23:47.253Z] v1.2.2-dev.77 [2020-11-21T22:23:47.253Z] v1.2.2-dev.78 [2020-11-21T22:23:47.253Z] v1.2.2-dev.79 [2020-11-21T22:23:47.253Z] v1.2.2-dev.8 [2020-11-21T22:23:47.253Z] v1.2.2-dev.80 [2020-11-21T22:23:47.253Z] v1.2.2-dev.81 [2020-11-21T22:23:47.253Z] v1.2.2-dev.82 [2020-11-21T22:23:47.253Z] v1.2.2-dev.83 [2020-11-21T22:23:47.253Z] v1.2.2-dev.84 [2020-11-21T22:23:47.253Z] v1.2.2-dev.85 [2020-11-21T22:23:47.253Z] v1.2.2-dev.86 [2020-11-21T22:23:47.253Z] v1.2.2-dev.87 [2020-11-21T22:23:47.253Z] v1.2.2-dev.88 [2020-11-21T22:23:47.253Z] v1.2.2-dev.89 [2020-11-21T22:23:47.253Z] v1.2.2-dev.9 [2020-11-21T22:23:47.253Z] v1.2.2-dev.90 [2020-11-21T22:23:47.253Z] v1.2.2-dev.91 [2020-11-21T22:23:47.253Z] v1.2.2-dev.92 [2020-11-21T22:23:47.253Z] v1.2.2-dev.93 [2020-11-21T22:23:47.253Z] v1.2.2-dev.94 [2020-11-21T22:23:47.253Z] v1.2.2-dev.95 [2020-11-21T22:23:47.253Z] v1.2.2-dev.96 [2020-11-21T22:23:47.253Z] v1.2.2-dev.97 [2020-11-21T22:23:47.253Z] v1.2.2-dev.98 [2020-11-21T22:23:47.253Z] v1.2.2-dev.99 [2020-11-21T22:23:47.253Z] v1.3.0 [2020-11-21T22:23:47.253Z] v1.3.1-dev.1 [2020-11-21T22:23:47.253Z] v1.3.1-dev.2 [2020-11-21T22:23:47.253Z] v1.3.1-dev.3 [2020-11-21T22:23:47.253Z] v1.3.1-dev.4 [2020-11-21T22:23:47.253Z] v1.3.1-dev.5 [2020-11-21T22:23:47.253Z] v1.3.1-dev.6 [Pipeline] sh [2020-11-21T22:23:47.642Z] + lftools sign git-tag v1.3.1-dev.6 [2020-11-21T22:23:49.588Z] Signing Git tag with Sigul... [2020-11-21T22:23:49.588Z] Signing v1.3.1-dev.6 [Pipeline] echo [2020-11-21T22:23:50.551Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-21T22:23:51.193Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-11-21T22:23:51.204Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-11-21T22:23:51.312Z] $ docker stop --time=1 1b44629e32506850d0c20c872ab76915b7a6c076de6062efdf66f35937e42dba [2020-11-21T22:23:53.392Z] $ docker rm -f 1b44629e32506850d0c20c872ab76915b7a6c076de6062efdf66f35937e42dba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:23:54.362Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-21T22:23:54.362Z] . [Pipeline] withDockerContainer [2020-11-21T22:23:54.549Z] prd-centos7-docker-4c-2g-13097 does not seem to be running inside a container [2020-11-21T22:23:54.865Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/230 -v /w/workspace/edgex-go/230:/w/workspace/edgex-go/230:rw,z -v /w/workspace/edgex-go/230@tmp:/w/workspace/edgex-go/230@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-21T22:23:55.996Z] $ docker top f9e1cd1cc3422c9be3ba87b3f711b7d4be05c5595fd7d96fdedf0d8aa519f7de -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-21T22:23:56.385Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-21T22:23:56.385Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-21T22:23:56.689Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-21T22:23:56.696Z] $ docker exec f9e1cd1cc3422c9be3ba87b3f711b7d4be05c5595fd7d96fdedf0d8aa519f7de ssh-agent [2020-11-21T22:23:56.951Z] SSH_AUTH_SOCK=/tmp/ssh-ipbuoByLNDjR/agent.11 [2020-11-21T22:23:56.951Z] SSH_AGENT_PID=16 [2020-11-21T22:23:56.960Z] Running ssh-add (command line suppressed) [2020-11-21T22:23:57.186Z] Identity added: /w/workspace/edgex-go/230@tmp/private_key_5725985154615303431.key (/w/workspace/edgex-go/230@tmp/private_key_5725985154615303431.key) [2020-11-21T22:23:57.250Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-21T22:23:57.600Z] + git semver bump pre [2020-11-21T22:23:57.600Z] # -> Open(): unable to determine branch for HEAD [2020-11-21T22:23:57.600Z] # $GIT_DIR = /w/workspace/edgex-go/230/.git [2020-11-21T22:23:57.600Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/230 [2020-11-21T22:23:57.600Z] # $SEMVER_REMOTE_NAME = origin [2020-11-21T22:23:57.600Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-21T22:23:57.600Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-21T22:23:57.600Z] # $SEMVER_BRANCH = master [2020-11-21T22:23:57.600Z] # $SEMVER_DIR = /w/workspace/edgex-go/230/.semver [2020-11-21T22:23:57.871Z] 1.3.1-dev.7 [Pipeline] } [2020-11-21T22:23:57.891Z] $ docker exec --env ******** --env ******** f9e1cd1cc3422c9be3ba87b3f711b7d4be05c5595fd7d96fdedf0d8aa519f7de ssh-agent -k [2020-11-21T22:23:58.039Z] unset SSH_AUTH_SOCK; [2020-11-21T22:23:58.039Z] unset SSH_AGENT_PID; [2020-11-21T22:23:58.039Z] echo Agent pid 16 killed; [2020-11-21T22:23:58.101Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-21T22:23:58.604Z] + git semver [Pipeline] } [2020-11-21T22:23:58.676Z] $ docker stop --time=1 f9e1cd1cc3422c9be3ba87b3f711b7d4be05c5595fd7d96fdedf0d8aa519f7de [2020-11-21T22:24:00.380Z] $ docker rm -f f9e1cd1cc3422c9be3ba87b3f711b7d4be05c5595fd7d96fdedf0d8aa519f7de [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:24:01.100Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-21T22:24:01.100Z] . [Pipeline] withDockerContainer [2020-11-21T22:24:01.258Z] prd-centos7-docker-4c-2g-13097 does not seem to be running inside a container [2020-11-21T22:24:01.345Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/230 -v /w/workspace/edgex-go/230:/w/workspace/edgex-go/230:rw,z -v /w/workspace/edgex-go/230@tmp:/w/workspace/edgex-go/230@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-21T22:24:02.422Z] $ docker top 960634eb293155c8b829dc1d5d878d27e8b33949b3a4f076463e1754863f9f38 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-21T22:24:02.781Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-21T22:24:02.781Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-21T22:24:03.122Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-21T22:24:03.130Z] $ docker exec 960634eb293155c8b829dc1d5d878d27e8b33949b3a4f076463e1754863f9f38 ssh-agent [2020-11-21T22:24:03.347Z] SSH_AUTH_SOCK=/tmp/ssh-0cWjcSAZkM5s/agent.12 [2020-11-21T22:24:03.347Z] SSH_AGENT_PID=17 [2020-11-21T22:24:03.357Z] Running ssh-add (command line suppressed) [2020-11-21T22:24:03.521Z] Identity added: /w/workspace/edgex-go/230@tmp/private_key_5175428384487212095.key (/w/workspace/edgex-go/230@tmp/private_key_5175428384487212095.key) [2020-11-21T22:24:03.591Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-21T22:24:04.315Z] + git semver push [2020-11-21T22:24:04.315Z] # -> Open(): unable to determine branch for HEAD [2020-11-21T22:24:04.315Z] # $GIT_DIR = /w/workspace/edgex-go/230/.git [2020-11-21T22:24:04.316Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/230 [2020-11-21T22:24:04.316Z] # $SEMVER_REMOTE_NAME = origin [2020-11-21T22:24:04.316Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-21T22:24:04.316Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-21T22:24:04.316Z] # $SEMVER_BRANCH = master [2020-11-21T22:24:04.316Z] # $SEMVER_DIR = /w/workspace/edgex-go/230/.semver [Pipeline] } [2020-11-21T22:24:16.720Z] $ docker exec --env ******** --env ******** 960634eb293155c8b829dc1d5d878d27e8b33949b3a4f076463e1754863f9f38 ssh-agent -k [2020-11-21T22:24:16.947Z] unset SSH_AUTH_SOCK; [2020-11-21T22:24:16.947Z] unset SSH_AGENT_PID; [2020-11-21T22:24:16.947Z] echo Agent pid 17 killed; [2020-11-21T22:24:17.083Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-21T22:24:17.558Z] + git semver [Pipeline] } [2020-11-21T22:24:17.583Z] $ docker stop --time=1 960634eb293155c8b829dc1d5d878d27e8b33949b3a4f076463e1754863f9f38 [2020-11-21T22:24:19.095Z] $ docker rm -f 960634eb293155c8b829dc1d5d878d27e8b33949b3a4f076463e1754863f9f38 [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 [2020-11-21T22:24:20.530Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-21T22:24:21.421Z] ---> package-listing.sh [2020-11-21T22:24:21.421Z] ++ facter osfamily [2020-11-21T22:24:21.421Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-21T22:24:21.706Z] + OS_FAMILY=redhat [2020-11-21T22:24:21.706Z] + workspace=/w/workspace/edgex-go/230 [2020-11-21T22:24:21.706Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-21T22:24:21.706Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-21T22:24:21.706Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-21T22:24:21.706Z] + PACKAGES=/tmp/packages_start.txt [2020-11-21T22:24:21.706Z] + '[' /w/workspace/edgex-go/230 ']' [2020-11-21T22:24:21.706Z] + PACKAGES=/tmp/packages_end.txt [2020-11-21T22:24:21.707Z] + case "${OS_FAMILY}" in [2020-11-21T22:24:21.707Z] + rpm -qa [2020-11-21T22:24:21.707Z] + sort [2020-11-21T22:24:25.982Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-21T22:24:25.982Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-21T22:24:25.982Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-21T22:24:25.982Z] + '[' /w/workspace/edgex-go/230 ']' [2020-11-21T22:24:25.982Z] + mkdir -p /w/workspace/edgex-go/230/archives/ [2020-11-21T22:24:25.982Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/230/archives/ [Pipeline] echo [2020-11-21T22:24:26.002Z] 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/230/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-11-21T22:24:26.347Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:24:27.154Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-21T22:24:27.422Z] [2020-11-21T22:24:27.422Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-21T22:24:27.804Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-21T22:24:27.804Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-21T22:24:27.804Z] df20fa9351a1: Already exists [2020-11-21T22:24:27.804Z] 36b3adc4ff6f: Pulling fs layer [2020-11-21T22:24:27.804Z] 8ad3a11d3b57: Pulling fs layer [2020-11-21T22:24:27.804Z] 46f8f816bc3b: Pulling fs layer [2020-11-21T22:24:27.804Z] 93b61091891f: Pulling fs layer [2020-11-21T22:24:27.804Z] 93b9cdb0e59b: Pulling fs layer [2020-11-21T22:24:27.804Z] 5e14af77c1be: Pulling fs layer [2020-11-21T22:24:27.804Z] 01666e4c0597: Pulling fs layer [2020-11-21T22:24:27.804Z] aa168da1d23b: Pulling fs layer [2020-11-21T22:24:27.804Z] 93b9cdb0e59b: Waiting [2020-11-21T22:24:27.804Z] 5e14af77c1be: Waiting [2020-11-21T22:24:27.804Z] 01666e4c0597: Waiting [2020-11-21T22:24:27.804Z] 93b61091891f: Waiting [2020-11-21T22:24:27.804Z] aa168da1d23b: Waiting [2020-11-21T22:24:28.077Z] 46f8f816bc3b: Verifying Checksum [2020-11-21T22:24:28.077Z] 46f8f816bc3b: Download complete [2020-11-21T22:24:28.077Z] 36b3adc4ff6f: Verifying Checksum [2020-11-21T22:24:28.077Z] 36b3adc4ff6f: Download complete [2020-11-21T22:24:28.077Z] 93b9cdb0e59b: Verifying Checksum [2020-11-21T22:24:28.077Z] 93b9cdb0e59b: Download complete [2020-11-21T22:24:28.077Z] 5e14af77c1be: Verifying Checksum [2020-11-21T22:24:28.077Z] 5e14af77c1be: Download complete [2020-11-21T22:24:28.077Z] 01666e4c0597: Verifying Checksum [2020-11-21T22:24:28.077Z] 01666e4c0597: Download complete [2020-11-21T22:24:28.077Z] 93b61091891f: Verifying Checksum [2020-11-21T22:24:28.077Z] 93b61091891f: Download complete [2020-11-21T22:24:28.345Z] 36b3adc4ff6f: Pull complete [2020-11-21T22:24:28.345Z] 8ad3a11d3b57: Verifying Checksum [2020-11-21T22:24:28.345Z] 8ad3a11d3b57: Download complete [2020-11-21T22:24:29.904Z] 8ad3a11d3b57: Pull complete [2020-11-21T22:24:30.185Z] 46f8f816bc3b: Pull complete [2020-11-21T22:24:30.803Z] 93b61091891f: Pull complete [2020-11-21T22:24:31.077Z] 93b9cdb0e59b: Pull complete [2020-11-21T22:24:31.347Z] 5e14af77c1be: Pull complete [2020-11-21T22:24:31.959Z] aa168da1d23b: Verifying Checksum [2020-11-21T22:24:31.959Z] aa168da1d23b: Download complete [2020-11-21T22:24:32.224Z] 01666e4c0597: Pull complete [2020-11-21T22:24:42.343Z] aa168da1d23b: Pull complete [2020-11-21T22:24:42.343Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-21T22:24:42.343Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-21T22:24:42.343Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-21T22:24:42.550Z] prd-centos7-docker-4c-2g-13097 does not seem to be running inside a container [2020-11-21T22:24:42.615Z] $ 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/230/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/230 -v /w/workspace/edgex-go/230:/w/workspace/edgex-go/230:rw,z -v /w/workspace/edgex-go/230@tmp:/w/workspace/edgex-go/230@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-11-21T22:24:45.735Z] $ docker top 2287740bad15bf5b4e1e49ccb798a9bcd99c029705981acd1e7f7e5636698425 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-21T22:24:46.828Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-21T22:24:47.222Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-21T22:24:47.550Z] + ls /var/log/sa-host [2020-11-21T22:24:47.550Z] + sadf -c /var/log/sa-host/sa05 [2020-11-21T22:24:47.550Z] file_magic: OK [2020-11-21T22:24:47.550Z] HZ: Using current value: 100 [2020-11-21T22:24:47.550Z] file_header: OK [2020-11-21T22:24:47.550Z] 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 [2020-11-21T22:24:47.550Z] Statistics: [2020-11-21T22:24:47.550Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-21T22:24:47.550Z] File successfully converted to sysstat format version 12.2.1 [2020-11-21T22:24:47.550Z] + sadf -c /var/log/sa-host/sa21 [2020-11-21T22:24:47.550Z] file_magic: OK [2020-11-21T22:24:47.550Z] HZ: Using current value: 100 [2020-11-21T22:24:47.550Z] file_header: OK [2020-11-21T22:24:47.550Z] 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 [2020-11-21T22:24:47.550Z] Statistics: [2020-11-21T22:24:47.550Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-21T22:24:47.550Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-21T22:24:48.134Z] provisioning config files... [2020-11-21T22:24:48.156Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/230@tmp/config6639244842548505070tmp [Pipeline] { [Pipeline] echo [2020-11-21T22:24:48.220Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-21T22:24:48.542Z] ---> create-netrc.sh [Pipeline] } [2020-11-21T22:24:48.569Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-21T22:24:48.687Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-21T22:24:49.311Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-21T22:24:49.324Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-21T22:24:49.627Z] ---> sudo-logs.sh [2020-11-21T22:24:49.627Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-21T22:24:49.638Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-21T22:24:49.962Z] ---> job-cost.sh [2020-11-21T22:24:49.963Z] lf-activate-venv: SKIPPING [2020-11-21T22:24:49.963Z] INFO: No Stack... [2020-11-21T22:24:51.369Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-21T22:24:51.633Z] INFO: Archiving Costs [Pipeline] echo [2020-11-21T22:24:51.647Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-21T22:24:51.959Z] ---> logs-deploy.sh [2020-11-21T22:24:51.959Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/230 [2020-11-21T22:24:51.959Z] INFO: archiving workspace using pattern(s): [2020-11-21T22:24:54.542Z] Archives upload complete. [2020-11-21T22:24:54.542Z] INFO: archiving logs to Nexus [2020-11-21T22:24:55.492Z] ---> uname -a: [2020-11-21T22:24:55.492Z] Linux prd-centos7-docker-4c-2g-13097.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-11-21T22:24:55.492Z] [2020-11-21T22:24:55.492Z] [2020-11-21T22:24:55.492Z] ---> lscpu: [2020-11-21T22:24:55.492Z] Architecture: x86_64 [2020-11-21T22:24:55.492Z] CPU op-mode(s): 32-bit, 64-bit [2020-11-21T22:24:55.492Z] Byte Order: Little Endian [2020-11-21T22:24:55.492Z] Address sizes: 40 bits physical, 48 bits virtual [2020-11-21T22:24:55.492Z] CPU(s): 4 [2020-11-21T22:24:55.492Z] On-line CPU(s) list: 0-3 [2020-11-21T22:24:55.492Z] Thread(s) per core: 1 [2020-11-21T22:24:55.492Z] Core(s) per socket: 1 [2020-11-21T22:24:55.492Z] Socket(s): 4 [2020-11-21T22:24:55.492Z] NUMA node(s): 1 [2020-11-21T22:24:55.492Z] Vendor ID: GenuineIntel [2020-11-21T22:24:55.492Z] CPU family: 6 [2020-11-21T22:24:55.492Z] Model: 44 [2020-11-21T22:24:55.492Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-11-21T22:24:55.492Z] Stepping: 1 [2020-11-21T22:24:55.492Z] CPU MHz: 2933.438 [2020-11-21T22:24:55.492Z] BogoMIPS: 5866.87 [2020-11-21T22:24:55.492Z] Virtualization: VT-x [2020-11-21T22:24:55.492Z] Hypervisor vendor: KVM [2020-11-21T22:24:55.492Z] Virtualization type: full [2020-11-21T22:24:55.492Z] L1d cache: 128 KiB [2020-11-21T22:24:55.492Z] L1i cache: 128 KiB [2020-11-21T22:24:55.492Z] L2 cache: 16 MiB [2020-11-21T22:24:55.492Z] L3 cache: 64 MiB [2020-11-21T22:24:55.492Z] NUMA node0 CPU(s): 0-3 [2020-11-21T22:24:55.492Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-11-21T22:24:55.492Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-11-21T22:24:55.492Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-11-21T22:24:55.492Z] Vulnerability Meltdown: Mitigation; PTI [2020-11-21T22:24:55.492Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-11-21T22:24:55.492Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-11-21T22:24:55.492Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-11-21T22:24:55.492Z] Vulnerability Tsx async abort: Not affected [2020-11-21T22:24:55.492Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-11-21T22:24:55.492Z] [2020-11-21T22:24:55.492Z]